ds005256-mriqc/sub-0011_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 03db0f4584 [DATALAD RUNCMD] Compute MRIQC for sub-0011
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0011 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0011",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:48:30 +02:00

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0011_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0011_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0011_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>03368048d56dd71cedcf3ab744d04986</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:06:5.967500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0811933</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>23</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>be9a7ebb-9f5b-4eb5-ba75-09e092386c44||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['160605.967500', '160606.427500', '160606.887500', '160607.347500', '160607.807500', '160608.267500', '160608.727500', '160609.187500', '160609.647500', '160610.107500', '160610.567500', '160611.027500', '160611.487500', '160611.947500', '160612.407500', '160612.867500', '160613.327500', '160613.787500', '160614.247500', '160614.707500', '160615.167500', '160615.627500', '160616.087500', '160616.547500', '160617.007500', '160617.467500', '160617.927500', '160618.387500', '160618.847500', '160619.307500', '160619.767500', '160620.227500', '160620.687500', '160621.147500', '160621.607500', '160622.067500', '160622.527500', '160622.987500', '160623.447500', '160623.907500', '160624.367500', '160624.827500', '160625.287500', '160625.747500', '160626.207500', '160626.667500', '160627.127500', '160627.587500', '160628.047500', '160628.507500', '160628.967500', '160629.427500', '160629.887500', '160630.347500', '160630.807500', '160631.267500', '160631.727500', '160632.187500', '160632.647500', '160633.107500', '160633.567500', '160634.027500', '160634.487500', '160634.947500', '160635.407500', '160635.867500', '160636.327500', '160636.787500', '160637.247500', '160637.707500', '160638.167500', '160638.627500', '160639.087500', '160639.547500', '160640.007500', '160640.467500', '160640.927500', '160641.387500', '160641.847500', '160642.307500', '160642.767500', '160643.227500', '160643.687500', '160644.147500', '160644.607500', '160645.067500', '160645.527500', '160645.987500', '160646.447500', '160646.907500', '160647.367500', '160647.827500', '160648.287500', '160648.747500', '160649.207500', '160649.667500', '160650.127500', '160650.587500', '160651.047500', '160651.507500', '160651.967500', '160652.427500', '160652.887500', '160653.347500', '160653.807500', '160654.267500', '160654.727500', '160655.187500', '160655.647500', '160656.107500', '160656.567500', '160657.027500', '160657.487500', '160657.947500', '160658.407500', '160658.867500', '160659.327500', '160659.787500', '160700.247500', '160700.707500', '160701.167500', '160701.627500', '160702.087500', '160702.547500', '160703.007500', '160703.467500', '160703.927500', '160704.387500', '160704.847500', '160705.307500', '160705.767500', '160706.227500', '160706.687500', '160707.147500', '160707.607500', '160708.067500', '160708.527500', '160708.987500', '160709.447500', '160709.907500', '160710.367500', '160710.827500', '160711.287500', '160711.747500', '160712.207500', '160712.667500', '160713.127500', '160713.587500', '160714.047500', '160714.507500', '160714.967500', '160715.427500', '160715.887500', '160716.347500', '160716.807500', '160717.267500', '160717.727500', '160718.187500', '160718.647500', '160719.107500', '160719.567500', '160720.027500', '160720.487500', '160720.947500', '160721.407500', '160721.867500', '160722.327500', '160722.787500', '160723.247500', '160723.707500', '160724.167500', '160724.627500', '160725.087500', '160725.547500', '160726.007500', '160726.467500', '160726.927500', '160727.387500', '160727.847500', '160728.307500', '160728.767500', '160729.227500', '160729.687500', '160730.147500', '160730.607500', '160731.067500', '160731.527500', '160731.987500', '160732.447500', '160732.907500', '160733.367500', '160733.827500', '160734.287500', '160734.747500', '160735.207500', '160735.667500', '160736.127500', '160736.587500', '160737.047500', '160737.507500', '160737.967500', '160738.427500', '160738.887500', '160739.347500', '160739.807500', '160740.267500', '160740.727500', '160741.187500', '160741.647500', '160742.107500', '160742.567500', '160743.027500', '160743.487500', '160743.947500', '160744.407500', '160744.867500', '160745.327500', '160745.787500', '160746.247500', '160746.707500', '160747.167500', '160747.627500', '160748.087500', '160748.547500', '160749.007500', '160749.467500', '160749.927500', '160750.387500', '160750.847500', '160751.307500', '160751.767500', '160752.227500', '160752.687500', '160753.147500', '160753.607500', '160754.067500', '160754.527500', '160754.987500', '160755.447500', '160755.907500', '160756.367500', '160756.827500', '160757.287500', '160757.747500', '160758.207500', '160758.667500', '160759.127500', '160759.587500', '160800.047500', '160800.507500', '160800.967500', '160801.427500', '160801.887500', '160802.347500', '160802.807500', '160803.267500', '160803.727500', '160804.187500', '160804.647500', '160805.107500', '160805.567500', '160806.027500', '160806.487500', '160806.947500', '160807.407500', '160807.867500', '160808.327500', '160808.787500', '160809.247500', '160809.707500', '160810.167500', '160810.627500', '160811.087500', '160811.547500', '160812.007500', '160812.467500', '160812.927500', '160813.387500', '160813.847500', '160814.307500', '160814.767500', '160815.227500', '160815.687500', '160816.147500', '160816.607500', '160817.067500', '160817.527500', '160817.987500', '160818.447500', '160818.907500', '160819.367500', '160819.827500', '160820.287500', '160820.747500', '160821.207500', '160821.667500', '160822.127500', '160822.587500', '160823.047500', '160823.507500', '160823.967500', '160824.427500', '160824.887500', '160825.347500', '160825.807500', '160826.267500', '160826.727500', '160827.187500', '160827.647500', '160828.107500', '160828.567500', '160829.027500', '160829.487500', '160829.947500', '160830.407500', '160830.867500', '160831.327500', '160831.787500', '160832.247500', '160832.707500', '160833.167500', '160833.627500', '160834.087500', '160834.547500', '160835.007500', '160835.467500', '160835.927500', '160836.387500', '160836.847500', '160837.307500', '160837.767500', '160838.227500', '160838.687500', '160839.147500', '160839.607500', '160840.067500', '160840.527500', '160840.987500', '160841.447500', '160841.907500', '160842.367500', '160842.827500', '160843.287500', '160843.747500', '160844.207500', '160844.667500', '160845.127500', '160845.587500', '160846.047500', '160846.507500', '160846.967500', '160847.427500', '160847.887500', '160848.347500', '160848.807500', '160849.267500', '160849.727500', '160850.187500', '160850.647500', '160851.107500', '160851.567500', '160852.027500', '160852.487500', '160852.947500', '160853.407500', '160853.867500', '160854.327500', '160854.787500', '160855.247500', '160855.707500', '160856.167500', '160856.627500', '160857.087500', '160857.547500', '160858.007500', '160858.467500', '160858.927500', '160859.387500', '160859.847500', '160900.307500', '160900.767500', '160901.227500', '160901.687500', '160902.147500', '160902.607500', '160903.067500', '160903.527500', '160903.987500', '160904.447500', '160904.907500', '160905.367500', '160905.827500', '160906.287500', '160906.747500', '160907.207500', '160907.667500', '160908.127500', '160908.587500', '160909.047500', '160909.507500', '160909.967500', '160910.427500', '160910.887500', '160911.347500', '160911.807500', '160912.267500', '160912.727500', '160913.187500', '160913.647500', '160914.107500', '160914.567500', '160915.027500', '160915.487500', '160915.947500', '160916.407500', '160916.867500', '160917.327500', '160917.787500', '160918.247500', '160918.707500', '160919.167500', '160919.627500', '160920.087500', '160920.547500', '160921.007500', '160921.467500', '160921.927500', '160922.387500', '160922.847500', '160923.307500', '160923.767500', '160924.227500', '160924.687500', '160925.147500', '160925.607500', '160926.067500', '160926.527500', '160926.987500', '160927.447500', '160927.907500', '160928.367500', '160928.827500', '160929.287500', '160929.747500', '160930.207500', '160930.667500', '160931.127500', '160931.587500', '160932.047500', '160932.507500', '160932.967500', '160933.427500', '160933.887500', '160934.347500', '160934.807500', '160935.267500', '160935.727500', '160936.187500', '160936.647500', '160937.107500', '160937.567500', '160938.027500', '160938.487500', '160938.947500', '160939.407500', '160939.867500', '160940.327500', '160940.787500', '160941.247500', '160941.707500', '160942.167500', '160942.627500', '160943.087500', '160943.547500', '160944.007500', '160944.467500', '160944.927500', '160945.387500', '160945.847500', '160946.307500', '160946.767500', '160947.227500', '160947.687500', '160948.147500', '160948.607500', '160949.067500', '160949.527500', '160949.987500', '160950.447500', '160950.907500', '160951.367500', '160951.827500', '160952.287500', '160952.747500', '160953.207500', '160953.667500', '160954.127500', '160954.587500', '160955.047500', '160955.507500', '160955.967500', '160956.427500', '160956.887500', '160957.347500', '160957.807500', '160958.267500', '160958.727500', '160959.187500', '160959.647500', '161000.107500', '161000.567500', '161001.027500', '161001.487500', '161001.947500', '161002.407500', '161002.867500', '161003.327500', '161003.787500', '161004.247500', '161004.707500', '161005.167500', '161005.627500', '161006.087500', '161006.547500', '161007.007500', '161007.467500', '161007.927500', '161008.387500', '161008.847500', '161009.307500', '161009.767500', '161010.227500', '161010.687500', '161011.147500', '161011.607500', '161012.067500', '161012.527500', '161012.987500', '161013.447500', '161013.907500', '161014.367500', '161014.827500', '161015.287500', '161015.747500', '161016.207500', '161016.667500', '161017.127500', '161017.587500', '161018.047500', '161018.507500', '161018.967500', '161019.427500', '161019.887500', '161020.347500', '161020.807500', '161021.267500', '161021.727500', '161022.187500', '161022.647500', '161023.107500', '161023.567500', '161024.027500', '161024.487500', '161024.947500', '161025.407500', '161025.867500', '161026.327500', '161026.787500', '161027.247500', '161027.707500', '161028.167500', '161028.627500', '161029.087500', '161029.547500', '161030.007500', '161030.467500', '161030.927500', '161031.387500', '161031.847500', '161032.307500', '161032.767500', '161033.227500', '161033.687500', '161034.147500', '161034.607500', '161035.067500', '161035.527500', '161035.987500', '161036.447500', '161036.907500', '161037.367500', '161037.827500', '161038.287500', '161038.747500', '161039.207500', '161039.667500', '161040.127500', '161040.587500', '161041.047500', '161041.507500', '161041.967500', '161042.427500', '161042.887500', '161043.347500', '161043.807500', '161044.267500', '161044.727500', '161045.187500', '161045.647500', '161046.107500', '161046.567500', '161047.027500', '161047.487500', '161047.947500', '161048.407500', '161048.867500', '161049.327500', '161049.787500', '161050.247500', '161050.707500', '161051.167500', '161051.627500', '161052.087500', '161052.547500', '161053.007500', '161053.467500', '161053.927500', '161054.387500', '161054.847500', '161055.307500', '161055.767500', '161056.227500', '161056.687500', '161057.147500', '161057.607500', '161058.067500', '161058.527500', '161058.987500', '161059.447500', '161059.907500', '161100.367500', '161100.827500', '161101.287500', '161101.747500', '161102.207500', '161102.667500', '161103.127500', '161103.587500', '161104.047500', '161104.507500', '161104.967500', '161105.427500', '161105.887500', '161106.347500', '161106.807500', '161107.267500', '161107.727500', '161108.187500', '161108.647500', '161109.107500', '161109.567500', '161110.027500', '161110.487500', '161110.947500', '161111.407500', '161111.867500', '161112.327500', '161112.787500', '161113.247500', '161113.707500', '161114.167500', '161114.627500', '161115.087500', '161115.547500', '161116.007500', '161116.467500', '161116.927500', '161117.387500', '161117.847500', '161118.307500', '161118.767500', '161119.227500', '161119.687500', '161120.147500', '161120.607500', '161121.067500', '161121.527500', '161121.987500', '161122.447500', '161122.907500', '161123.367500', '161123.827500', '161124.287500', '161124.747500', '161125.207500', '161125.667500', '161126.127500', '161126.587500', '161127.047500', '161127.507500', '161127.967500', '161128.427500', '161128.887500', '161129.347500', '161129.807500', '161130.267500', '161130.727500', '161131.187500', '161131.647500', '161132.107500', '161132.567500', '161133.027500', '161133.487500', '161133.947500', '161134.407500', '161134.867500', '161135.327500', '161135.787500', '161136.247500', '161136.707500', '161137.167500', '161137.627500', '161138.087500', '161138.547500', '161139.007500', '161139.467500', '161139.927500', '161140.387500', '161140.847500', '161141.307500', '161141.767500', '161142.227500', '161142.687500', '161143.147500', '161143.607500', '161144.067500', '161144.527500', '161144.987500', '161145.447500', '161145.907500', '161146.367500', '161146.827500', '161147.287500', '161147.747500', '161148.207500', '161148.667500', '161149.127500', '161149.587500', '161150.047500', '161150.507500', '161150.967500', '161151.427500', '161151.887500', '161152.347500', '161152.807500', '161153.267500', '161153.727500', '161154.187500', '161154.647500', '161155.107500', '161155.567500', '161156.027500', '161156.487500', '161156.947500', '161157.407500', '161157.867500', '161158.327500', '161158.787500', '161159.247500', '161159.707500', '161200.167500', '161200.627500', '161201.087500', '161201.547500', '161202.007500', '161202.467500', '161202.927500', '161203.387500', '161203.847500', '161204.307500', '161204.767500', '161205.227500', '161205.687500', '161206.147500', '161206.607500', '161207.067500', '161207.527500', '161207.987500', '161208.447500', '161208.907500', '161209.367500', '161209.827500', '161210.287500', '161210.747500', '161211.207500', '161211.667500', '161212.127500', '161212.587500', '161213.047500', '161213.507500', '161213.967500', '161214.427500', '161214.887500', '161215.347500', '161215.807500', '161216.267500', '161216.727500', '161217.187500', '161217.647500', '161218.107500', '161218.567500', '161219.027500', '161219.487500', '161219.947500', '161220.407500', '161220.867500', '161221.327500', '161221.787500', '161222.247500', '161222.707500', '161223.167500', '161223.627500', '161224.087500', '161224.547500', '161225.007500', '161225.467500', '161225.927500', '161226.387500', '161226.847500', '161227.307500', '161227.767500', '161228.227500', '161228.687500', '161229.147500', '161229.607500', '161230.067500', '161230.527500', '161230.987500', '161231.447500', '161231.907500', '161232.367500', '161232.827500', '161233.287500', '161233.747500', '161234.207500', '161234.667500', '161235.127500', '161235.587500', '161236.047500', '161236.507500', '161236.967500', '161237.427500', '161237.887500', '161238.347500', '161238.807500', '161239.267500', '161239.727500', '161240.187500', '161240.647500', '161241.107500', '161241.567500', '161242.027500', '161242.487500', '161242.947500', '161243.407500', '161243.867500', '161244.327500', '161244.787500', '161245.247500', '161245.707500', '161246.167500', '161246.627500'], 'ContentTime': ['160612.929000', '160612.932000', '160612.935000', '160612.939000', '160612.943000', '160612.946000', '160612.950000', '160612.953000', '160612.956000', '160612.959000', '160612.969000', '160612.972000', '160612.975000', '160612.978000', '160632.847000', '160632.850000', '160632.852000', '160632.855000', '160632.858000', '160632.861000', '160632.864000', '160632.867000', '160632.871000', '160632.877000', '160632.880000', '160632.883000', '160632.885000', '160632.888000', '160632.891000', '160632.894000', '160632.897000', '160632.900000', '160632.902000', '160632.905000', '160632.908000', '160632.911000', '160632.914000', '160632.916000', '160632.919000', '160632.922000', '160632.925000', '160632.927000', '160632.930000', '160632.933000', '160632.936000', '160632.939000', '160632.941000', '160632.944000', '160632.947000', '160632.950000', '160632.953000', '160632.956000', '160632.958000', '160632.961000', '160632.964000', '160632.967000', '160632.975000', '160652.847000', '160652.850000', '160652.852000', '160652.855000', '160652.858000', '160652.861000', '160652.864000', '160652.866000', '160652.869000', '160652.872000', '160652.875000', '160652.878000', '160652.881000', '160652.884000', '160652.886000', '160652.889000', '160652.892000', '160652.895000', '160652.898000', '160652.900000', '160652.903000', '160652.906000', '160652.909000', '160652.912000', '160652.915000', '160652.917000', '160652.920000', '160652.923000', '160652.926000', '160652.929000', '160652.932000', '160652.934000', '160652.937000', '160652.940000', '160652.943000', '160652.945000', '160652.948000', '160652.951000', '160652.954000', '160652.957000', '160652.960000', '160652.962000', '160652.965000', '160652.968000', '160712.847000', '160712.850000', '160712.853000', '160712.855000', '160712.858000', '160712.861000', '160712.864000', '160712.867000', '160712.870000', '160712.872000', '160712.875000', '160712.878000', '160712.881000', '160712.884000', '160712.887000', '160712.890000', '160712.894000', '160712.896000', '160712.899000', '160712.902000', '160712.905000', '160712.908000', '160712.910000', '160712.913000', '160712.916000', '160712.919000', '160712.922000', '160712.924000', '160712.927000', '160712.930000', '160712.933000', '160712.936000', '160712.938000', '160712.941000', '160712.944000', '160712.947000', '160712.950000', '160712.952000', '160712.955000', '160712.958000', '160712.961000', '160712.964000', '160712.966000', '160732.847000', '160732.850000', '160732.852000', '160732.862000', '160732.864000', '160732.867000', '160732.870000', '160732.873000', '160732.876000', '160732.879000', '160732.881000', '160732.884000', '160732.887000', '160732.890000', '160732.893000', '160732.896000', '160732.898000', '160732.901000', '160732.904000', '160732.907000', '160732.910000', '160732.913000', '160732.915000', '160732.918000', '160732.921000', '160732.924000', '160732.927000', '160732.930000', '160732.932000', '160732.935000', '160732.938000', '160732.941000', '160732.944000', '160732.946000', '160732.949000', '160732.952000', '160732.955000', '160732.958000', '160732.961000', '160732.964000', '160732.966000', '160732.969000', '160732.972000', '160732.975000', '160752.847000', '160752.850000', '160752.853000', '160752.855000', '160752.858000', '160752.861000', '160752.864000', '160752.867000', '160752.870000', '160752.873000', '160752.876000', '160752.878000', '160752.881000', '160752.884000', '160752.887000', '160752.890000', '160752.893000', '160752.896000', '160752.898000', '160752.901000', '160752.904000', '160752.907000', '160752.910000', '160752.914000', '160752.919000', '160752.922000', '160752.925000', '160752.928000', '160752.930000', '160752.933000', '160752.936000', '160752.939000', '160752.942000', '160752.950000', '160752.953000', '160752.956000', '160752.958000', '160752.961000', '160752.978000', '160752.987000', '160752.990000', '160752.993000', '160752.995000', '160812.847000', '160812.850000', '160812.853000', '160812.855000', '160812.858000', '160812.861000', '160812.864000', '160812.867000', '160812.870000', '160812.872000', '160812.875000', '160812.878000', '160812.881000', '160812.884000', '160812.887000', '160812.890000', '160812.892000', '160812.895000', '160812.898000', '160812.901000', '160812.904000', '160812.907000', '160812.910000', '160812.912000', '160812.915000', '160812.918000', '160812.921000', '160812.924000', '160812.927000', '160812.929000', '160812.932000', '160812.935000', '160812.938000', '160812.941000', '160812.943000', '160812.946000', '160812.949000', '160812.952000', '160812.955000', '160812.957000', '160812.960000', '160812.963000', '160812.966000', '160812.969000', '160832.847000', '160832.850000', '160832.852000', '160832.855000', '160832.868000', '160832.871000', '160832.874000', '160832.876000', '160832.880000', '160832.882000', '160832.885000', '160832.888000', '160832.891000', '160832.894000', '160832.897000', '160832.899000', '160832.902000', '160832.905000', '160832.908000', '160832.911000', '160832.913000', '160832.916000', '160832.919000', '160832.922000', '160832.925000', '160832.928000', '160832.931000', '160832.933000', '160832.936000', '160832.939000', '160832.942000', '160832.945000', '160832.949000', '160832.953000', '160832.956000', '160832.959000', '160832.961000', '160832.964000', '160832.967000', '160832.970000', '160832.973000', '160832.976000', '160832.979000', '160852.847000', '160852.856000', '160852.858000', '160852.861000', '160852.864000', '160852.867000', '160852.870000', '160852.873000', '160852.876000', '160852.879000', '160852.881000', '160852.884000', '160852.887000', '160852.890000', '160852.893000', '160852.896000', '160852.898000', '160852.902000', '160852.904000', '160852.907000', '160852.910000', '160852.913000', '160852.916000', '160852.919000', '160852.921000', '160852.924000', '160852.927000', '160852.930000', '160852.933000', '160852.935000', '160852.938000', '160852.941000', '160852.944000', '160852.947000', '160852.960000', '160852.963000', '160852.965000', '160852.968000', '160852.971000', '160852.974000', '160852.977000', '160852.980000', '160852.982000', '160852.985000', '160912.847000', '160912.850000', '160912.853000', '160912.855000', '160912.858000', '160912.861000', '160912.864000', '160912.867000', '160912.870000', '160912.873000', '160912.875000', '160912.878000', '160912.881000', '160912.884000', '160912.887000', '160912.890000', '160912.893000', '160912.895000', '160912.898000', '160912.901000', '160912.904000', '160912.907000', '160912.910000', '160912.912000', '160912.915000', '160912.918000', '160912.921000', '160912.924000', '160912.927000', '160912.929000', '160912.932000', '160912.935000', '160912.940000', '160912.944000', '160912.947000', '160912.950000', '160912.953000', '160912.956000', '160912.958000', '160912.961000', '160912.964000', '160912.967000', '160912.970000', '160932.847000', '160932.850000', '160932.853000', '160932.855000', '160932.858000', '160932.861000', '160932.864000', '160932.867000', '160932.870000', '160932.873000', '160932.875000', '160932.878000', '160932.881000', '160932.884000', '160932.887000', '160932.890000', '160932.893000', '160932.895000', '160932.903000', '160932.915000', '160932.918000', '160932.921000', '160932.924000', '160932.927000', '160932.930000', '160932.932000', '160932.935000', '160932.938000', '160932.941000', '160932.944000', '160932.946000', '160932.949000', '160932.952000', '160932.955000', '160932.958000', '160932.961000', '160932.963000', '160932.966000', '160932.969000', '160932.972000', '160932.975000', '160932.978000', '160932.980000', '160932.983000', '160952.847000', '160952.850000', '160952.860000', '160952.863000', '160952.866000', '160952.869000', '160952.872000', '160952.875000', '160952.877000', '160952.880000', '160952.883000', '160952.886000', '160952.889000', '160952.892000', '160952.895000', '160952.897000', '160952.900000', '160952.904000', '160952.908000', '160952.910000', '160952.913000', '160952.916000', '160952.919000', '160952.922000', '160952.925000', '160952.927000', '160952.930000', '160952.933000', '160952.936000', '160952.939000', '160952.941000', '160952.944000', '160952.947000', '160952.950000', '160952.953000', '160952.956000', '160952.959000', '160952.961000', '160952.964000', '160952.967000', '160952.970000', '160952.973000', '160952.977000', '161012.847000', '161012.850000', '161012.852000', '161012.860000', '161012.863000', '161012.866000', '161012.868000', '161012.871000', '161012.874000', '161012.877000', '161012.880000', '161012.883000', '161012.886000', '161012.888000', '161012.891000', '161012.894000', '161012.897000', '161012.900000', '161012.903000', '161012.906000', '161012.908000', '161012.911000', '161012.914000', '161012.917000', '161012.920000', '161012.923000', '161012.925000', '161012.928000', '161012.931000', '161012.934000', '161012.937000', '161012.940000', '161012.942000', '161012.945000', '161012.948000', '161012.951000', '161012.954000', '161012.956000', '161012.959000', '161012.962000', '161012.965000', '161012.968000', '161012.971000', '161012.973000', '161032.847000', '161032.850000', '161032.853000', '161032.856000', '161032.859000', '161032.871000', '161032.874000', '161032.877000', '161032.880000', '161032.883000', '161032.885000', '161032.888000', '161032.891000', '161032.894000', '161032.897000', '161032.900000', '161032.902000', '161032.905000', '161032.908000', '161032.911000', '161032.914000', '161032.917000', '161032.920000', '161032.922000', '161032.925000', '161032.928000', '161032.931000', '161032.934000', '161032.936000', '161032.939000', '161032.942000', '161032.945000', '161032.948000', '161032.951000', '161032.954000', '161032.956000', '161032.959000', '161032.962000', '161032.965000', '161032.968000', '161032.970000', '161032.973000', '161032.976000', '161052.847000', '161052.850000', '161052.853000', '161052.856000', '161052.858000', '161052.861000', '161052.864000', '161052.867000', '161052.870000', '161052.872000', '161052.876000', '161052.878000', '161052.881000', '161052.884000', '161052.887000', '161052.890000', '161052.893000', '161052.895000', '161052.898000', '161052.901000', '161052.904000', '161052.907000', '161052.910000', '161052.912000', '161052.915000', '161052.918000', '161052.921000', '161052.924000', '161052.927000', '161052.929000', '161052.932000', '161052.935000', '161052.938000', '161052.941000', '161052.944000', '161052.946000', '161052.949000', '161052.952000', '161052.955000', '161052.958000', '161052.960000', '161052.963000', '161052.966000', '161052.969000', '161112.847000', '161112.850000', '161112.853000', '161112.855000', '161112.866000', '161112.868000', '161112.871000', '161112.874000', '161112.877000', '161112.880000', '161112.883000', '161112.886000', '161112.889000', '161112.891000', '161112.894000', '161112.897000', '161112.900000', '161112.903000', '161112.906000', '161112.908000', '161112.911000', '161112.914000', '161112.917000', '161112.920000', '161112.923000', '161112.925000', '161112.928000', '161112.931000', '161112.934000', '161112.937000', '161112.940000', '161112.943000', '161112.947000', '161112.949000', '161112.952000', '161112.955000', '161112.958000', '161112.961000', '161112.963000', '161112.966000', '161112.969000', '161112.972000', '161112.975000', '161132.847000', '161132.850000', '161132.853000', '161132.856000', '161132.859000', '161132.862000', '161132.864000', '161132.867000', '161132.870000', '161132.873000', '161132.876000', '161132.879000', '161132.881000', '161132.884000', '161132.887000', '161132.890000', '161132.893000', '161132.896000', '161132.899000', '161132.902000', '161132.904000', '161132.907000', '161132.910000', '161132.913000', '161132.916000', '161132.919000', '161132.921000', '161132.924000', '161132.927000', '161132.930000', '161132.933000', '161132.936000', '161132.938000', '161132.941000', '161132.944000', '161132.947000', '161132.950000', '161132.953000', '161132.955000', '161132.958000', '161132.961000', '161132.964000', '161132.967000', '161132.970000', '161152.847000', '161152.850000', '161152.853000', '161152.856000', '161152.859000', '161152.861000', '161152.864000', '161152.867000', '161152.870000', '161152.873000', '161152.876000', '161152.879000', '161152.881000', '161152.884000', '161152.887000', '161152.890000', '161152.893000', '161152.896000', '161152.899000', '161152.902000', '161152.904000', '161152.907000', '161152.910000', '161152.913000', '161152.916000', '161152.919000', '161152.921000', '161152.924000', '161152.927000', '161152.930000', '161152.933000', '161152.936000', '161152.939000', '161152.941000', '161152.944000', '161152.947000', '161152.950000', '161152.953000', '161152.955000', '161152.958000', '161152.961000', '161152.964000', '161152.967000', '161212.847000', '161212.850000', '161212.852000', '161212.855000', '161212.858000', '161212.861000', '161212.864000', '161212.868000', '161212.871000', '161212.874000', '161212.877000', '161212.880000', '161212.883000', '161212.885000', '161212.888000', '161212.891000', '161212.894000', '161212.897000', '161212.899000', '161212.902000', '161212.905000', '161212.908000', '161212.911000', '161212.913000', '161212.916000', '161212.919000', '161212.922000', '161212.925000', '161212.928000', '161212.930000', '161212.933000', '161212.936000', '161212.939000', '161212.942000', '161212.944000', '161212.947000', '161212.950000', '161212.953000', '161212.956000', '161212.958000', '161212.961000', '161212.964000', '161212.967000', '161212.970000', '161232.847000', '161232.850000', '161232.864000', '161232.867000', '161232.870000', '161232.873000', '161232.876000', '161232.879000', '161232.882000', '161232.884000', '161232.887000', '161232.903000', '161232.905000', '161232.908000', '161232.922000', '161232.924000', '161232.927000', '161232.930000', '161232.933000', '161232.936000', '161232.939000', '161232.941000', '161232.944000', '161232.947000', '161232.950000', '161232.953000', '161232.956000', '161232.959000', '161232.961000', '161232.964000', '161232.967000', '161232.970000', '161232.973000', '161232.975000', '161232.979000', '161232.983000', '161232.986000', '161232.988000', '161232.991000', '161232.994000', '161232.997000', '161233.001000', '161233.004000', '161247.363000', '161247.367000', '161247.370000', '161247.380000', '161247.384000', '161247.387000', '161247.389000', '161247.393000', '161247.396000', '161247.398000', '161247.401000', '161247.404000', '161247.407000', '161247.410000', '161247.413000', '161247.416000', '161247.419000', '161247.422000', '161247.425000', '161247.428000', '161247.430000', '161247.433000', '161247.436000', '161247.439000', '161247.442000', '161247.445000', '161247.447000', '161247.450000', '161247.453000', '161247.456000', '161247.459000', '161247.462000'], 'InstanceCreationTime': ['160612.929000', '160612.932000', '160612.935000', '160612.939000', '160612.943000', '160612.946000', '160612.950000', '160612.953000', '160612.956000', '160612.959000', '160612.969000', '160612.972000', '160612.975000', '160612.978000', '160632.847000', '160632.850000', '160632.852000', '160632.855000', '160632.858000', '160632.861000', '160632.864000', '160632.867000', '160632.871000', '160632.877000', '160632.880000', '160632.883000', '160632.885000', '160632.888000', '160632.891000', '160632.894000', '160632.897000', '160632.900000', '160632.902000', '160632.905000', '160632.908000', '160632.911000', '160632.914000', '160632.916000', '160632.919000', '160632.922000', '160632.925000', '160632.927000', '160632.930000', '160632.933000', '160632.936000', '160632.939000', '160632.941000', '160632.944000', '160632.947000', '160632.950000', '160632.953000', '160632.956000', '160632.958000', '160632.961000', '160632.964000', '160632.967000', '160632.975000', '160652.847000', '160652.850000', '160652.852000', '160652.855000', '160652.858000', '160652.861000', '160652.864000', '160652.866000', '160652.869000', '160652.872000', '160652.875000', '160652.878000', '160652.881000', '160652.884000', '160652.886000', '160652.889000', '160652.892000', '160652.895000', '160652.898000', '160652.900000', '160652.903000', '160652.906000', '160652.909000', '160652.912000', '160652.915000', '160652.917000', '160652.920000', '160652.923000', '160652.926000', '160652.929000', '160652.932000', '160652.934000', '160652.937000', '160652.940000', '160652.943000', '160652.945000', '160652.948000', '160652.951000', '160652.954000', '160652.957000', '160652.960000', '160652.962000', '160652.965000', '160652.968000', '160712.847000', '160712.850000', '160712.853000', '160712.855000', '160712.858000', '160712.861000', '160712.864000', '160712.867000', '160712.870000', '160712.872000', '160712.875000', '160712.878000', '160712.881000', '160712.884000', '160712.887000', '160712.890000', '160712.894000', '160712.896000', '160712.899000', '160712.902000', '160712.905000', '160712.908000', '160712.910000', '160712.913000', '160712.916000', '160712.919000', '160712.922000', '160712.924000', '160712.927000', '160712.930000', '160712.933000', '160712.936000', '160712.938000', '160712.941000', '160712.944000', '160712.947000', '160712.950000', '160712.952000', '160712.955000', '160712.958000', '160712.961000', '160712.964000', '160712.966000', '160732.847000', '160732.850000', '160732.852000', '160732.862000', '160732.864000', '160732.867000', '160732.870000', '160732.873000', '160732.876000', '160732.879000', '160732.881000', '160732.884000', '160732.887000', '160732.890000', '160732.893000', '160732.896000', '160732.898000', '160732.901000', '160732.904000', '160732.907000', '160732.910000', '160732.913000', '160732.915000', '160732.918000', '160732.921000', '160732.924000', '160732.927000', '160732.930000', '160732.932000', '160732.935000', '160732.938000', '160732.941000', '160732.944000', '160732.946000', '160732.949000', '160732.952000', '160732.955000', '160732.958000', '160732.961000', '160732.964000', '160732.966000', '160732.969000', '160732.972000', '160732.975000', '160752.847000', '160752.850000', '160752.853000', '160752.855000', '160752.858000', '160752.861000', '160752.864000', '160752.867000', '160752.870000', '160752.873000', '160752.876000', '160752.878000', '160752.881000', '160752.884000', '160752.887000', '160752.890000', '160752.893000', '160752.896000', '160752.898000', '160752.901000', '160752.904000', '160752.907000', '160752.910000', '160752.914000', '160752.919000', '160752.922000', '160752.925000', '160752.928000', '160752.930000', '160752.933000', '160752.936000', '160752.939000', '160752.942000', '160752.950000', '160752.953000', '160752.956000', '160752.958000', '160752.961000', '160752.978000', '160752.987000', '160752.990000', '160752.993000', '160752.995000', '160812.847000', '160812.850000', '160812.853000', '160812.855000', '160812.858000', '160812.861000', '160812.864000', '160812.867000', '160812.870000', '160812.872000', '160812.875000', '160812.878000', '160812.881000', '160812.884000', '160812.887000', '160812.890000', '160812.892000', '160812.895000', '160812.898000', '160812.901000', '160812.904000', '160812.907000', '160812.910000', '160812.912000', '160812.915000', '160812.918000', '160812.921000', '160812.924000', '160812.927000', '160812.929000', '160812.932000', '160812.935000', '160812.938000', '160812.941000', '160812.943000', '160812.946000', '160812.949000', '160812.952000', '160812.955000', '160812.957000', '160812.960000', '160812.963000', '160812.966000', '160812.969000', '160832.847000', '160832.850000', '160832.852000', '160832.855000', '160832.868000', '160832.871000', '160832.874000', '160832.876000', '160832.880000', '160832.882000', '160832.885000', '160832.888000', '160832.891000', '160832.894000', '160832.897000', '160832.899000', '160832.902000', '160832.905000', '160832.908000', '160832.911000', '160832.913000', '160832.916000', '160832.919000', '160832.922000', '160832.925000', '160832.928000', '160832.931000', '160832.933000', '160832.936000', '160832.939000', '160832.942000', '160832.945000', '160832.949000', '160832.953000', '160832.956000', '160832.959000', '160832.961000', '160832.964000', '160832.967000', '160832.970000', '160832.973000', '160832.976000', '160832.979000', '160852.847000', '160852.856000', '160852.858000', '160852.861000', '160852.864000', '160852.867000', '160852.870000', '160852.873000', '160852.876000', '160852.879000', '160852.881000', '160852.884000', '160852.887000', '160852.890000', '160852.893000', '160852.896000', '160852.898000', '160852.902000', '160852.904000', '160852.907000', '160852.910000', '160852.913000', '160852.916000', '160852.919000', '160852.921000', '160852.924000', '160852.927000', '160852.930000', '160852.933000', '160852.935000', '160852.938000', '160852.941000', '160852.944000', '160852.947000', '160852.960000', '160852.963000', '160852.965000', '160852.968000', '160852.971000', '160852.974000', '160852.977000', '160852.980000', '160852.982000', '160852.985000', '160912.847000', '160912.850000', '160912.853000', '160912.855000', '160912.858000', '160912.861000', '160912.864000', '160912.867000', '160912.870000', '160912.873000', '160912.875000', '160912.878000', '160912.881000', '160912.884000', '160912.887000', '160912.890000', '160912.893000', '160912.895000', '160912.898000', '160912.901000', '160912.904000', '160912.907000', '160912.910000', '160912.912000', '160912.915000', '160912.918000', '160912.921000', '160912.924000', '160912.927000', '160912.929000', '160912.932000', '160912.935000', '160912.940000', '160912.944000', '160912.947000', '160912.950000', '160912.953000', '160912.956000', '160912.958000', '160912.961000', '160912.964000', '160912.967000', '160912.970000', '160932.847000', '160932.850000', '160932.853000', '160932.855000', '160932.858000', '160932.861000', '160932.864000', '160932.867000', '160932.870000', '160932.873000', '160932.875000', '160932.878000', '160932.881000', '160932.884000', '160932.887000', '160932.890000', '160932.893000', '160932.895000', '160932.903000', '160932.915000', '160932.918000', '160932.921000', '160932.924000', '160932.927000', '160932.930000', '160932.932000', '160932.935000', '160932.938000', '160932.941000', '160932.944000', '160932.946000', '160932.949000', '160932.952000', '160932.955000', '160932.958000', '160932.961000', '160932.963000', '160932.966000', '160932.969000', '160932.972000', '160932.975000', '160932.978000', '160932.980000', '160932.983000', '160952.847000', '160952.850000', '160952.860000', '160952.863000', '160952.866000', '160952.869000', '160952.872000', '160952.875000', '160952.877000', '160952.880000', '160952.883000', '160952.886000', '160952.889000', '160952.892000', '160952.895000', '160952.897000', '160952.900000', '160952.904000', '160952.908000', '160952.910000', '160952.913000', '160952.916000', '160952.919000', '160952.922000', '160952.925000', '160952.927000', '160952.930000', '160952.933000', '160952.936000', '160952.939000', '160952.941000', '160952.944000', '160952.947000', '160952.950000', '160952.953000', '160952.956000', '160952.959000', '160952.961000', '160952.964000', '160952.967000', '160952.970000', '160952.973000', '160952.977000', '161012.847000', '161012.850000', '161012.852000', '161012.860000', '161012.863000', '161012.866000', '161012.868000', '161012.871000', '161012.874000', '161012.877000', '161012.880000', '161012.883000', '161012.886000', '161012.888000', '161012.891000', '161012.894000', '161012.897000', '161012.900000', '161012.903000', '161012.906000', '161012.908000', '161012.911000', '161012.914000', '161012.917000', '161012.920000', '161012.923000', '161012.925000', '161012.928000', '161012.931000', '161012.934000', '161012.937000', '161012.940000', '161012.942000', '161012.945000', '161012.948000', '161012.951000', '161012.954000', '161012.956000', '161012.959000', '161012.962000', '161012.965000', '161012.968000', '161012.971000', '161012.973000', '161032.847000', '161032.850000', '161032.853000', '161032.856000', '161032.859000', '161032.871000', '161032.874000', '161032.877000', '161032.880000', '161032.883000', '161032.885000', '161032.888000', '161032.891000', '161032.894000', '161032.897000', '161032.900000', '161032.902000', '161032.905000', '161032.908000', '161032.911000', '161032.914000', '161032.917000', '161032.920000', '161032.922000', '161032.925000', '161032.928000', '161032.931000', '161032.934000', '161032.936000', '161032.939000', '161032.942000', '161032.945000', '161032.948000', '161032.951000', '161032.954000', '161032.956000', '161032.959000', '161032.962000', '161032.965000', '161032.968000', '161032.970000', '161032.973000', '161032.976000', '161052.847000', '161052.850000', '161052.853000', '161052.856000', '161052.858000', '161052.861000', '161052.864000', '161052.867000', '161052.870000', '161052.872000', '161052.876000', '161052.878000', '161052.881000', '161052.884000', '161052.887000', '161052.890000', '161052.893000', '161052.895000', '161052.898000', '161052.901000', '161052.904000', '161052.907000', '161052.910000', '161052.912000', '161052.915000', '161052.918000', '161052.921000', '161052.924000', '161052.927000', '161052.929000', '161052.932000', '161052.935000', '161052.938000', '161052.941000', '161052.944000', '161052.946000', '161052.949000', '161052.952000', '161052.955000', '161052.958000', '161052.960000', '161052.963000', '161052.966000', '161052.969000', '161112.847000', '161112.850000', '161112.853000', '161112.855000', '161112.866000', '161112.868000', '161112.871000', '161112.874000', '161112.877000', '161112.880000', '161112.883000', '161112.886000', '161112.889000', '161112.891000', '161112.894000', '161112.897000', '161112.900000', '161112.903000', '161112.906000', '161112.908000', '161112.911000', '161112.914000', '161112.917000', '161112.920000', '161112.923000', '161112.925000', '161112.928000', '161112.931000', '161112.934000', '161112.937000', '161112.940000', '161112.943000', '161112.947000', '161112.949000', '161112.952000', '161112.955000', '161112.958000', '161112.961000', '161112.963000', '161112.966000', '161112.969000', '161112.972000', '161112.975000', '161132.847000', '161132.850000', '161132.853000', '161132.856000', '161132.859000', '161132.862000', '161132.864000', '161132.867000', '161132.870000', '161132.873000', '161132.876000', '161132.879000', '161132.881000', '161132.884000', '161132.887000', '161132.890000', '161132.893000', '161132.896000', '161132.899000', '161132.902000', '161132.904000', '161132.907000', '161132.910000', '161132.913000', '161132.916000', '161132.919000', '161132.921000', '161132.924000', '161132.927000', '161132.930000', '161132.933000', '161132.936000', '161132.938000', '161132.941000', '161132.944000', '161132.947000', '161132.950000', '161132.953000', '161132.955000', '161132.958000', '161132.961000', '161132.964000', '161132.967000', '161132.970000', '161152.847000', '161152.850000', '161152.853000', '161152.856000', '161152.859000', '161152.861000', '161152.864000', '161152.867000', '161152.870000', '161152.873000', '161152.876000', '161152.879000', '161152.881000', '161152.884000', '161152.887000', '161152.890000', '161152.893000', '161152.896000', '161152.899000', '161152.902000', '161152.904000', '161152.907000', '161152.910000', '161152.913000', '161152.916000', '161152.919000', '161152.921000', '161152.924000', '161152.927000', '161152.930000', '161152.933000', '161152.936000', '161152.939000', '161152.941000', '161152.944000', '161152.947000', '161152.950000', '161152.953000', '161152.955000', '161152.958000', '161152.961000', '161152.964000', '161152.967000', '161212.847000', '161212.850000', '161212.852000', '161212.855000', '161212.858000', '161212.861000', '161212.864000', '161212.868000', '161212.871000', '161212.874000', '161212.877000', '161212.880000', '161212.883000', '161212.885000', '161212.888000', '161212.891000', '161212.894000', '161212.897000', '161212.899000', '161212.902000', '161212.905000', '161212.908000', '161212.911000', '161212.913000', '161212.916000', '161212.919000', '161212.922000', '161212.925000', '161212.928000', '161212.930000', '161212.933000', '161212.936000', '161212.939000', '161212.942000', '161212.944000', '161212.947000', '161212.950000', '161212.953000', '161212.956000', '161212.958000', '161212.961000', '161212.964000', '161212.967000', '161212.970000', '161232.847000', '161232.850000', '161232.864000', '161232.867000', '161232.870000', '161232.873000', '161232.876000', '161232.879000', '161232.882000', '161232.884000', '161232.887000', '161232.903000', '161232.905000', '161232.908000', '161232.922000', '161232.924000', '161232.927000', '161232.930000', '161232.933000', '161232.936000', '161232.939000', '161232.941000', '161232.944000', '161232.947000', '161232.950000', '161232.953000', '161232.956000', '161232.959000', '161232.961000', '161232.964000', '161232.967000', '161232.970000', '161232.973000', '161232.975000', '161232.979000', '161232.983000', '161232.986000', '161232.988000', '161232.991000', '161232.994000', '161232.997000', '161233.001000', '161233.004000', '161247.363000', '161247.367000', '161247.370000', '161247.380000', '161247.384000', '161247.387000', '161247.389000', '161247.393000', '161247.396000', '161247.398000', '161247.401000', '161247.404000', '161247.407000', '161247.410000', '161247.413000', '161247.416000', '161247.419000', '161247.422000', '161247.425000', '161247.428000', '161247.430000', '161247.433000', '161247.436000', '161247.439000', '161247.442000', '161247.445000', '161247.447000', '161247.450000', '161247.453000', '161247.456000', '161247.459000', '161247.462000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [10778, 10178, 14935, 8967, 14213, 8470, 13031, 8124, 11564, 8011, 10904, 8134, 10343, 8106, 8206, 9364, 14118, 9308, 15736, 9025, 14659, 8671, 13576, 10080, 12582, 10514, 11197, 14823, 9268, 16205, 8779, 12931, 8923, 8419, 9480, 8209, 13675, 8978, 15682, 9312, 15014, 9038, 13064, 8383, 12009, 9419, 9489, 7913, 10021, 7557, 9611, 8978, 8630, 14375, 8661, 14124, 8791, 15324, 8690, 14042, 8061, 12657, 11244, 9940, 14541, 8358, 14356, 8184, 11846, 7572, 9790, 12322, 8449, 13756, 8143, 12749, 7750, 11335, 8474, 9342, 13301, 8388, 14425, 8173, 12659, 7872, 11115, 10175, 8671, 13406, 8439, 13412, 7988, 11492, 7975, 10205, 11566, 8433, 12872, 8258, 13243, 7973, 12246, 8385, 10968, 10948, 8803, 13666, 8284, 13257, 8091, 12012, 8073, 11542, 7650, 10913, 9976, 8618, 13776, 8225, 14204, 8443, 13494, 7880, 11605, 9141, 9888, 13465, 8665, 13489, 8287, 13179, 8147, 12274, 8036, 10594, 11129, 9553, 13595, 8467, 13613, 8096, 11635, 8009, 10690, 10605, 8907, 13779, 8401, 12420, 7529, 11122, 8655, 9000, 12310, 8455, 13664, 8089, 12254, 7588, 10819, 7836, 9260, 8840, 8450, 13049, 8150, 13264, 7682, 11927, 7964, 10907, 8924, 8587, 13061, 8403, 14337, 8236, 13278, 7995, 12517, 7866, 11223, 9099, 10427, 10493, 8677, 13267, 8191, 14439, 8572, 13443, 8090, 12473, 7952, 11947, 7725, 12397, 7717, 12697, 9160, 14346, 9794, 14731, 9895, 14426, 8564, 12300, 8760, 10787, 11415, 9151, 13947, 8515, 13553, 7829, 11220, 7711, 10267, 7808, 9759, 7840, 8145, 11309, 8110, 13298, 8000, 13229, 7907, 12845, 7883, 13189, 8542, 13464, 9015, 11457, 10834, 9282, 14071, 8349, 14110, 8744, 13395, 7773, 11640, 7917, 10689, 10266, 8631, 13911, 9060, 14450, 8250, 12953, 8196, 11349, 11237, 9109, 15024, 8707, 13531, 7715, 10569, 7830, 8984, 13653, 8254, 12971, 7848, 12406, 7849, 11302, 7607, 10218, 10862, 9037, 13397, 8209, 13786, 8099, 11612, 10454, 9487, 13819, 8771, 13873, 8036, 12128, 8002, 10555, 10942, 8880, 13000, 8306, 12623, 7785, 10686, 8232, 9212, 13099, 8535, 14051, 8101, 12695, 7636, 11003, 7631, 9840, 10354, 8430, 12837, 8420, 13076, 7983, 11841, 8374, 10518, 10639, 8533, 13686, 8037, 12492, 7616, 10886, 7954, 9080, 9612, 7998, 12789, 8046, 13233, 7740, 11429, 7986, 11161, 7672, 11966, 8318, 13215, 8022, 14620, 10789, 12427, 8044, 11340, 9095, 9637, 11822, 8976, 12567, 8570, 14615, 8259, 13866, 8833, 12555, 8275, 10313, 13353, 8180, 13426, 7791, 11555, 8865, 9426, 10871, 8128, 13760, 8112, 12815, 10171, 10885, 9943, 9089, 13989, 8634, 14151, 7765, 11437, 10703, 8651, 13410, 8330, 13146, 7748, 11252, 9287, 8563, 13570, 8170, 12682, 7955, 12511, 7887, 11801, 7776, 10865, 7889, 11226, 7725, 10692, 8288, 9025, 12298, 8565, 13654, 8285, 14669, 8551, 13914, 8029, 12628, 9018, 11581, 7696, 10750, 7988, 10362, 12644, 8632, 14903, 8690, 14674, 8121, 12051, 7710, 11219, 10377, 9610, 13570, 8576, 14526, 8186, 12362, 8005, 11038, 9310, 8801, 10703, 8126, 12196, 8287, 12812, 8327, 13477, 8316, 13817, 8176, 12959, 7968, 12047, 7701, 12035, 7603, 11526, 7966, 11398, 8052, 13483, 8926, 12251, 9129, 15189, 9029, 15425, 9500, 12154, 8634, 10042, 9788, 8534, 13536, 8383, 13615, 8043, 12311, 7620, 11273, 7329, 10459, 7717, 10246, 7414, 10450, 7631, 10147, 11706, 8565, 15391, 9148, 14343, 8058, 12585, 9322, 10319, 13778, 8366, 14044, 8190, 12750, 7729, 11009, 8302, 8958, 13740, 8694, 14318, 8470, 13408, 7880, 11527, 8683, 9242, 13883, 8631, 14132, 8204, 12853, 7899, 10961, 8060, 9628, 12049, 8323, 13326, 8003, 13095, 7956, 12751, 8077, 13468, 7942, 13353, 7961, 11537, 9233, 10294, 11761, 9515, 11189, 8561, 10032, 8642, 12764, 8104, 13896, 8285, 10326, 8536, 7685, 10352, 8095, 13003, 8363, 14104, 10817, 11317, 11782, 9336, 13058, 8881, 14589, 8861, 14328, 8511, 13350, 8460, 12295, 7471, 11076, 7621, 9994, 9213, 8585, 11725, 8600, 13280, 8449, 13703, 8500, 13635, 8051, 13254, 7772, 12819, 7867, 11899, 9423, 10519, 14209, 9181, 15035, 8762, 13729, 7896, 12166, 10647, 9058, 14663, 8484, 14722, 8080, 12819, 7810, 11327, 9988, 8964, 14396, 8537, 14013, 8388, 13964, 8135, 12188, 8120, 11662, 10977, 8779, 14023, 8272, 13795, 7826, 12278, 11225, 8648, 14768, 8554, 12557, 7510, 11052, 7498, 8791, 13258, 8222, 12188, 8168, 11272, 7644, 10781, 9855, 8582, 15043, 9225, 14388, 8643, 9036, 9491, 14980, 8816, 13205, 8454, 11328, 11149, 8782, 15435, 9029, 14535, 8145, 12714, 8347, 11492, 7636, 11526, 8488, 13367, 8922, 15145, 11023, 10021, 11419, 9138, 14481, 9087, 14710, 8933, 13551, 8878, 12507, 8618, 11672, 8566, 13910, 8577, 13662, 8352, 12113, 9030, 10786, 10117, 9912, 13255, 8963, 15524, 8882, 14306, 9197, 12466, 8216, 10521, 11065, 8820, 14523, 8731, 13382, 8370, 11682, 7811, 11690, 7570, 9854, 9777, 8779, 14194, 8574, 13688, 8398, 12469, 7967, 11565, 8029, 10218, 12946, 8621, 14461, 8392, 14167, 8102, 12817, 8155, 12265, 8492, 11573, 8148, 10196, 11418, 8457, 9684, 8536, 9449, 9759, 12694, 9464, 10799, 9575, 9956, 9032, 11985, 8552, 13897, 8361, 13579, 8236, 12990, 8081, 11921, 9034, 10410, 11941, 8643, 13644, 8253, 12896, 8143, 12114, 7762, 11104, 10586, 8737, 12677, 8425, 13698, 8393, 13205, 8187, 12117, 9497, 9939, 10292, 8589, 13802, 8519, 13355, 7783, 11551, 10502, 8775, 12754, 8192, 13462, 8141, 11669, 8605, 8617, 10062, 8181, 12107, 7842, 11891, 7431, 10489, 7525, 10947, 8153, 9979, 8443, 10745, 7943, 12005, 11703, 10078, 13997, 9413, 13285, 8917, 13518, 8797, 13820, 8796, 13091, 8454, 11776, 7896, 10240, 8622, 8812, 13702, 8256, 13933, 8414, 12971, 8062, 11881, 7901, 11565, 8048, 11586, 9035, 11368, 10118, 9890, 14468, 8953, 15351, 9153, 13934, 8485, 11400, 9161, 8933, 13540, 8806, 14558, 8645, 12565, 7772, 11553, 7656, 10443, 10138, 8814, 14248, 8512, 13723, 8223, 11603, 8025, 10203, 11414, 8623, 12927, 8432, 12696], 'WindowCenter': [4243.0, 4220.0, 4238.0, 4187.0, 4222.0, 4174.0, 4212.0, 4162.0, 4214.0, 4186.0, 4215.0, 4185.0, 4216.0, 4196.0, 4197.0, 4218.0, 4238.0, 4206.0, 4236.0, 4197.0, 4237.0, 4198.0, 4226.0, 4205.0, 4211.0, 4188.0, 4189.0, 4209.0, 4158.0, 4208.0, 4157.0, 4184.0, 4167.0, 4157.0, 4190.0, 4183.0, 4232.0, 4194.0, 4244.0, 4182.0, 4225.0, 4171.0, 4213.0, 4173.0, 4202.0, 4169.0, 4180.0, 4146.0, 4191.0, 4148.0, 4179.0, 4169.0, 4182.0, 4220.0, 4171.0, 4218.0, 4169.0, 4222.0, 4171.0, 4222.0, 4161.0, 4210.0, 4190.0, 4179.0, 4209.0, 4160.0, 4209.0, 4158.0, 4201.0, 4147.0, 4191.0, 4211.0, 4169.0, 4220.0, 4171.0, 4212.0, 4161.0, 4204.0, 4172.0, 4194.0, 4223.0, 4174.0, 4221.0, 4174.0, 4221.0, 4161.0, 4215.0, 4190.0, 4185.0, 4221.0, 4171.0, 4222.0, 4173.0, 4212.0, 4171.0, 4204.0, 4214.0, 4186.0, 4225.0, 4184.0, 4235.0, 4186.0, 4226.0, 4188.0, 4229.0, 4213.0, 4197.0, 4225.0, 4184.0, 4234.0, 4186.0, 4229.0, 4186.0, 4225.0, 4176.0, 4214.0, 4203.0, 4198.0, 4225.0, 4187.0, 4235.0, 4184.0, 4226.0, 4173.0, 4214.0, 4193.0, 4206.0, 4225.0, 4186.0, 4225.0, 4182.0, 4223.0, 4174.0, 4223.0, 4173.0, 4204.0, 4202.0, 4193.0, 4210.0, 4170.0, 4222.0, 4171.0, 4202.0, 4163.0, 4206.0, 4204.0, 4184.0, 4221.0, 4171.0, 4210.0, 4160.0, 4215.0, 4182.0, 4182.0, 4210.0, 4173.0, 4221.0, 4173.0, 4211.0, 4175.0, 4216.0, 4163.0, 4193.0, 4181.0, 4185.0, 4222.0, 4175.0, 4224.0, 4185.0, 4228.0, 4173.0, 4216.0, 4194.0, 4198.0, 4236.0, 4198.0, 4234.0, 4195.0, 4236.0, 4187.0, 4226.0, 4186.0, 4216.0, 4197.0, 4216.0, 4204.0, 4195.0, 4223.0, 4196.0, 4235.0, 4186.0, 4233.0, 4185.0, 4235.0, 4199.0, 4238.0, 4188.0, 4238.0, 4200.0, 4252.0, 4221.0, 4252.0, 4222.0, 4250.0, 4206.0, 4237.0, 4185.0, 4214.0, 4173.0, 4204.0, 4214.0, 4184.0, 4211.0, 4170.0, 4210.0, 4160.0, 4201.0, 4161.0, 4202.0, 4162.0, 4191.0, 4171.0, 4186.0, 4226.0, 4198.0, 4236.0, 4186.0, 4235.0, 4198.0, 4237.0, 4189.0, 4239.0, 4200.0, 4240.0, 4195.0, 4228.0, 4204.0, 4195.0, 4249.0, 4187.0, 4222.0, 4184.0, 4222.0, 4175.0, 4214.0, 4173.0, 4214.0, 4205.0, 4184.0, 4223.0, 4182.0, 4223.0, 4174.0, 4212.0, 4169.0, 4203.0, 4202.0, 4181.0, 4223.0, 4172.0, 4211.0, 4159.0, 4201.0, 4161.0, 4195.0, 4233.0, 4182.0, 4224.0, 4183.0, 4250.0, 4188.0, 4227.0, 4188.0, 4227.0, 4217.0, 4198.0, 4236.0, 4186.0, 4233.0, 4172.0, 4213.0, 4202.0, 4207.0, 4223.0, 4172.0, 4211.0, 4161.0, 4211.0, 4159.0, 4202.0, 4202.0, 4184.0, 4213.0, 4173.0, 4211.0, 4159.0, 4201.0, 4172.0, 4193.0, 4224.0, 4183.0, 4222.0, 4161.0, 4210.0, 4162.0, 4200.0, 4161.0, 4204.0, 4192.0, 4184.0, 4222.0, 4184.0, 4223.0, 4173.0, 4213.0, 4185.0, 4214.0, 4200.0, 4182.0, 4221.0, 4172.0, 4212.0, 4175.0, 4214.0, 4172.0, 4193.0, 4192.0, 4184.0, 4223.0, 4185.0, 4233.0, 4174.0, 4214.0, 4173.0, 4213.0, 4174.0, 4225.0, 4197.0, 4248.0, 4188.0, 4248.0, 4217.0, 4225.0, 4173.0, 4215.0, 4184.0, 4193.0, 4213.0, 4184.0, 4212.0, 4181.0, 4231.0, 4183.0, 4223.0, 4182.0, 4211.0, 4171.0, 4204.0, 4221.0, 4172.0, 4223.0, 4172.0, 4213.0, 4182.0, 4192.0, 4201.0, 4172.0, 4221.0, 4171.0, 4226.0, 4203.0, 4215.0, 4193.0, 4183.0, 4222.0, 4183.0, 4222.0, 4162.0, 4215.0, 4203.0, 4182.0, 4210.0, 4170.0, 4221.0, 4161.0, 4202.0, 4179.0, 4182.0, 4223.0, 4171.0, 4210.0, 4172.0, 4222.0, 4173.0, 4224.0, 4174.0, 4214.0, 4183.0, 4216.0, 4175.0, 4217.0, 4183.0, 4196.0, 4223.0, 4195.0, 4234.0, 4185.0, 4234.0, 4182.0, 4234.0, 4187.0, 4223.0, 4181.0, 4224.0, 4173.0, 4214.0, 4171.0, 4204.0, 4223.0, 4185.0, 4232.0, 4182.0, 4231.0, 4171.0, 4212.0, 4162.0, 4215.0, 4191.0, 4193.0, 4211.0, 4171.0, 4220.0, 4170.0, 4209.0, 4159.0, 4202.0, 4180.0, 4182.0, 4201.0, 4172.0, 4211.0, 4182.0, 4224.0, 4184.0, 4234.0, 4184.0, 4232.0, 4184.0, 4224.0, 4185.0, 4226.0, 4187.0, 4236.0, 4187.0, 4226.0, 4187.0, 4224.0, 4187.0, 4236.0, 4207.0, 4227.0, 4208.0, 4234.0, 4181.0, 4232.0, 4182.0, 4202.0, 4169.0, 4188.0, 4176.0, 4171.0, 4209.0, 4170.0, 4221.0, 4170.0, 4209.0, 4160.0, 4210.0, 4174.0, 4214.0, 4175.0, 4218.0, 4174.0, 4217.0, 4185.0, 4228.0, 4226.0, 4196.0, 4246.0, 4195.0, 4234.0, 4172.0, 4223.0, 4181.0, 4202.0, 4221.0, 4171.0, 4222.0, 4172.0, 4211.0, 4160.0, 4202.0, 4169.0, 4182.0, 4222.0, 4182.0, 4221.0, 4171.0, 4234.0, 4173.0, 4213.0, 4169.0, 4194.0, 4222.0, 4181.0, 4222.0, 4171.0, 4212.0, 4172.0, 4202.0, 4171.0, 4194.0, 4224.0, 4183.0, 4222.0, 4172.0, 4234.0, 4185.0, 4223.0, 4186.0, 4233.0, 4175.0, 4233.0, 4173.0, 4213.0, 4181.0, 4204.0, 4214.0, 4192.0, 4201.0, 4183.0, 4190.0, 4182.0, 4221.0, 4173.0, 4221.0, 4184.0, 4204.0, 4194.0, 4174.0, 4216.0, 4185.0, 4235.0, 4184.0, 4237.0, 4202.0, 4203.0, 4201.0, 4179.0, 4208.0, 4170.0, 4219.0, 4169.0, 4209.0, 4169.0, 4210.0, 4158.0, 4197.0, 4147.0, 4201.0, 4159.0, 4192.0, 4192.0, 4185.0, 4213.0, 4182.0, 4221.0, 4182.0, 4222.0, 4195.0, 4236.0, 4174.0, 4223.0, 4173.0, 4222.0, 4174.0, 4226.0, 4191.0, 4204.0, 4223.0, 4193.0, 4220.0, 4172.0, 4219.0, 4160.0, 4211.0, 4190.0, 4180.0, 4218.0, 4181.0, 4221.0, 4170.0, 4220.0, 4159.0, 4213.0, 4190.0, 4181.0, 4219.0, 4181.0, 4222.0, 4182.0, 4221.0, 4172.0, 4212.0, 4171.0, 4212.0, 4200.0, 4182.0, 4221.0, 4170.0, 4220.0, 4150.0, 4210.0, 4188.0, 4170.0, 4219.0, 4168.0, 4198.0, 4150.0, 4200.0, 4148.0, 4181.0, 4221.0, 4183.0, 4211.0, 4172.0, 4212.0, 4160.0, 4201.0, 4191.0, 4195.0, 4233.0, 4182.0, 4235.0, 4197.0, 4205.0, 4218.0, 4234.0, 4208.0, 4235.0, 4170.0, 4213.0, 4200.0, 4182.0, 4231.0, 4182.0, 4220.0, 4159.0, 4210.0, 4157.0, 4187.0, 4145.0, 4197.0, 4168.0, 4209.0, 4168.0, 4222.0, 4176.0, 4168.0, 4186.0, 4166.0, 4194.0, 4165.0, 4206.0, 4169.0, 4196.0, 4156.0, 4185.0, 4166.0, 4197.0, 4182.0, 4221.0, 4170.0, 4220.0, 4171.0, 4212.0, 4181.0, 4200.0, 4190.0, 4191.0, 4207.0, 4168.0, 4208.0, 4168.0, 4209.0, 4167.0, 4199.0, 4155.0, 4188.0, 4186.0, 4168.0, 4207.0, 4169.0, 4209.0, 4169.0, 4198.0, 4158.0, 4199.0, 4148.0, 4189.0, 4179.0, 4181.0, 4222.0, 4183.0, 4220.0, 4171.0, 4211.0, 4170.0, 4213.0, 4159.0, 4202.0, 4211.0, 4182.0, 4222.0, 4172.0, 4232.0, 4172.0, 4222.0, 4172.0, 4227.0, 4183.0, 4226.0, 4173.0, 4205.0, 4213.0, 4185.0, 4192.0, 4193.0, 4204.0, 4205.0, 4224.0, 4194.0, 4203.0, 4195.0, 4191.0, 4194.0, 4213.0, 4184.0, 4223.0, 4183.0, 4222.0, 4183.0, 4223.0, 4172.0, 4214.0, 4181.0, 4204.0, 4212.0, 4182.0, 4222.0, 4182.0, 4223.0, 4172.0, 4225.0, 4162.0, 4213.0, 4203.0, 4183.0, 4222.0, 4183.0, 4222.0, 4170.0, 4223.0, 4171.0, 4225.0, 4193.0, 4193.0, 4190.0, 4183.0, 4221.0, 4182.0, 4222.0, 4161.0, 4213.0, 4191.0, 4173.0, 4224.0, 4183.0, 4221.0, 4172.0, 4202.0, 4169.0, 4182.0, 4190.0, 4182.0, 4212.0, 4184.0, 4225.0, 4176.0, 4217.0, 4187.0, 4227.0, 4186.0, 4217.0, 4187.0, 4229.0, 4197.0, 4239.0, 4226.0, 4206.0, 4235.0, 4194.0, 4221.0, 4181.0, 4210.0, 4171.0, 4221.0, 4172.0, 4223.0, 4170.0, 4201.0, 4160.0, 4192.0, 4170.0, 4182.0, 4220.0, 4173.0, 4221.0, 4172.0, 4222.0, 4173.0, 4223.0, 4184.0, 4213.0, 4185.0, 4215.0, 4183.0, 4214.0, 4192.0, 4203.0, 4222.0, 4182.0, 4233.0, 4181.0, 4221.0, 4169.0, 4199.0, 4166.0, 4179.0, 4209.0, 4181.0, 4221.0, 4169.0, 4210.0, 4160.0, 4200.0, 4159.0, 4202.0, 4190.0, 4182.0, 4222.0, 4180.0, 4220.0, 4171.0, 4213.0, 4161.0, 4203.0, 4199.0, 4182.0, 4211.0, 4183.0, 4224.0], 'WindowWidth': [9382.0, 9343.0, 9360.0, 9286.0, 9327.0, 9263.0, 9310.0, 9245.0, 9318.0, 9285.0, 9323.0, 9287.0, 9328.0, 9304.0, 9305.0, 9335.0, 9359.0, 9314.0, 9351.0, 9300.0, 9355.0, 9304.0, 9339.0, 9307.0, 9311.0, 9272.0, 9275.0, 9301.0, 9230.0, 9294.0, 9227.0, 9258.0, 9242.0, 9230.0, 9280.0, 9277.0, 9341.0, 9295.0, 9361.0, 9273.0, 9333.0, 9253.0, 9311.0, 9261.0, 9296.0, 9247.0, 9266.0, 9213.0, 9281.0, 9219.0, 9263.0, 9249.0, 9271.0, 9319.0, 9256.0, 9314.0, 9252.0, 9323.0, 9256.0, 9324.0, 9241.0, 9309.0, 9276.0, 9262.0, 9301.0, 9237.0, 9300.0, 9233.0, 9292.0, 9219.0, 9284.0, 9308.0, 9253.0, 9321.0, 9258.0, 9311.0, 9243.0, 9304.0, 9260.0, 9293.0, 9329.0, 9264.0, 9323.0, 9265.0, 9324.0, 9244.0, 9320.0, 9283.0, 9281.0, 9322.0, 9257.0, 9325.0, 9263.0, 9314.0, 9258.0, 9307.0, 9318.0, 9284.0, 9334.0, 9282.0, 9350.0, 9287.0, 9339.0, 9292.0, 9348.0, 9318.0, 9301.0, 9336.0, 9282.0, 9348.0, 9287.0, 9346.0, 9285.0, 9337.0, 9272.0, 9323.0, 9304.0, 9303.0, 9335.0, 9288.0, 9349.0, 9280.0, 9338.0, 9264.0, 9319.0, 9289.0, 9313.0, 9335.0, 9283.0, 9333.0, 9275.0, 9329.0, 9266.0, 9332.0, 9263.0, 9306.0, 9300.0, 9290.0, 9309.0, 9256.0, 9323.0, 9256.0, 9298.0, 9248.0, 9310.0, 9304.0, 9277.0, 9322.0, 9257.0, 9307.0, 9240.0, 9319.0, 9272.0, 9273.0, 9307.0, 9262.0, 9323.0, 9262.0, 9310.0, 9268.0, 9325.0, 9250.0, 9291.0, 9271.0, 9285.0, 9327.0, 9270.0, 9335.0, 9288.0, 9344.0, 9264.0, 9325.0, 9295.0, 9306.0, 9353.0, 9307.0, 9348.0, 9300.0, 9352.0, 9290.0, 9340.0, 9286.0, 9327.0, 9300.0, 9326.0, 9307.0, 9297.0, 9330.0, 9301.0, 9351.0, 9287.0, 9345.0, 9287.0, 9351.0, 9309.0, 9362.0, 9293.0, 9358.0, 9315.0, 9385.0, 9345.0, 9384.0, 9345.0, 9379.0, 9315.0, 9353.0, 9279.0, 9317.0, 9259.0, 9305.0, 9318.0, 9277.0, 9307.0, 9252.0, 9303.0, 9238.0, 9297.0, 9246.0, 9299.0, 9246.0, 9287.0, 9260.0, 9287.0, 9339.0, 9309.0, 9354.0, 9289.0, 9351.0, 9312.0, 9357.0, 9296.0, 9364.0, 9310.0, 9365.0, 9299.0, 9346.0, 9306.0, 9297.0, 9378.0, 9289.0, 9330.0, 9279.0, 9329.0, 9269.0, 9321.0, 9265.0, 9321.0, 9310.0, 9282.0, 9331.0, 9275.0, 9329.0, 9266.0, 9315.0, 9252.0, 9304.0, 9296.0, 9270.0, 9327.0, 9258.0, 9307.0, 9239.0, 9298.0, 9245.0, 9297.0, 9345.0, 9277.0, 9333.0, 9280.0, 9382.0, 9294.0, 9343.0, 9294.0, 9346.0, 9330.0, 9304.0, 9352.0, 9286.0, 9344.0, 9263.0, 9319.0, 9301.0, 9318.0, 9331.0, 9260.0, 9309.0, 9243.0, 9310.0, 9237.0, 9300.0, 9300.0, 9277.0, 9314.0, 9262.0, 9308.0, 9239.0, 9297.0, 9258.0, 9290.0, 9333.0, 9276.0, 9325.0, 9244.0, 9307.0, 9245.0, 9295.0, 9244.0, 9308.0, 9288.0, 9279.0, 9327.0, 9281.0, 9330.0, 9264.0, 9317.0, 9286.0, 9321.0, 9295.0, 9275.0, 9325.0, 9261.0, 9312.0, 9268.0, 9320.0, 9262.0, 9291.0, 9288.0, 9283.0, 9331.0, 9284.0, 9345.0, 9269.0, 9318.0, 9262.0, 9318.0, 9270.0, 9339.0, 9307.0, 9375.0, 9295.0, 9374.0, 9331.0, 9337.0, 9263.0, 9321.0, 9278.0, 9290.0, 9314.0, 9278.0, 9311.0, 9273.0, 9338.0, 9277.0, 9330.0, 9273.0, 9312.0, 9257.0, 9307.0, 9324.0, 9261.0, 9328.0, 9262.0, 9318.0, 9271.0, 9288.0, 9296.0, 9261.0, 9325.0, 9260.0, 9339.0, 9304.0, 9322.0, 9288.0, 9277.0, 9328.0, 9277.0, 9328.0, 9246.0, 9321.0, 9302.0, 9274.0, 9307.0, 9255.0, 9325.0, 9244.0, 9299.0, 9265.0, 9272.0, 9328.0, 9257.0, 9308.0, 9262.0, 9326.0, 9265.0, 9335.0, 9269.0, 9320.0, 9279.0, 9328.0, 9271.0, 9329.0, 9279.0, 9302.0, 9333.0, 9299.0, 9349.0, 9286.0, 9347.0, 9277.0, 9349.0, 9290.0, 9333.0, 9273.0, 9336.0, 9265.0, 9320.0, 9260.0, 9307.0, 9330.0, 9283.0, 9340.0, 9274.0, 9338.0, 9259.0, 9313.0, 9247.0, 9321.0, 9284.0, 9289.0, 9309.0, 9258.0, 9320.0, 9252.0, 9305.0, 9238.0, 9300.0, 9268.0, 9272.0, 9296.0, 9262.0, 9311.0, 9275.0, 9332.0, 9284.0, 9346.0, 9280.0, 9342.0, 9284.0, 9334.0, 9284.0, 9342.0, 9290.0, 9355.0, 9294.0, 9339.0, 9290.0, 9337.0, 9291.0, 9356.0, 9319.0, 9342.0, 9318.0, 9349.0, 9272.0, 9340.0, 9271.0, 9296.0, 9249.0, 9275.0, 9256.0, 9255.0, 9304.0, 9255.0, 9325.0, 9257.0, 9304.0, 9242.0, 9310.0, 9267.0, 9322.0, 9271.0, 9332.0, 9270.0, 9330.0, 9289.0, 9349.0, 9340.0, 9302.0, 9368.0, 9298.0, 9348.0, 9262.0, 9330.0, 9270.0, 9301.0, 9322.0, 9258.0, 9326.0, 9259.0, 9309.0, 9242.0, 9300.0, 9251.0, 9275.0, 9328.0, 9274.0, 9322.0, 9257.0, 9347.0, 9262.0, 9317.0, 9251.0, 9291.0, 9325.0, 9269.0, 9325.0, 9259.0, 9312.0, 9259.0, 9302.0, 9260.0, 9294.0, 9334.0, 9279.0, 9326.0, 9263.0, 9347.0, 9284.0, 9333.0, 9286.0, 9345.0, 9269.0, 9345.0, 9264.0, 9319.0, 9273.0, 9309.0, 9321.0, 9290.0, 9297.0, 9275.0, 9283.0, 9275.0, 9326.0, 9265.0, 9325.0, 9281.0, 9307.0, 9297.0, 9271.0, 9329.0, 9287.0, 9352.0, 9281.0, 9355.0, 9301.0, 9302.0, 9295.0, 9264.0, 9300.0, 9252.0, 9314.0, 9250.0, 9303.0, 9249.0, 9306.0, 9232.0, 9285.0, 9220.0, 9295.0, 9240.0, 9287.0, 9287.0, 9281.0, 9316.0, 9275.0, 9325.0, 9274.0, 9328.0, 9297.0, 9351.0, 9267.0, 9331.0, 9265.0, 9329.0, 9266.0, 9340.0, 9285.0, 9307.0, 9331.0, 9290.0, 9321.0, 9259.0, 9318.0, 9239.0, 9309.0, 9279.0, 9268.0, 9316.0, 9270.0, 9323.0, 9255.0, 9322.0, 9240.0, 9317.0, 9282.0, 9272.0, 9320.0, 9271.0, 9327.0, 9275.0, 9325.0, 9261.0, 9315.0, 9259.0, 9315.0, 9294.0, 9273.0, 9323.0, 9255.0, 9320.0, 9225.0, 9307.0, 9274.0, 9253.0, 9315.0, 9249.0, 9286.0, 9228.0, 9293.0, 9222.0, 9272.0, 9326.0, 9279.0, 9311.0, 9260.0, 9315.0, 9243.0, 9298.0, 9283.0, 9298.0, 9342.0, 9272.0, 9349.0, 9304.0, 9312.0, 9332.0, 9349.0, 9322.0, 9353.0, 9255.0, 9317.0, 9294.0, 9274.0, 9337.0, 9272.0, 9320.0, 9237.0, 9308.0, 9228.0, 9269.0, 9212.0, 9285.0, 9248.0, 9303.0, 9247.0, 9325.0, 9254.0, 9242.0, 9264.0, 9237.0, 9272.0, 9237.0, 9292.0, 9248.0, 9278.0, 9225.0, 9260.0, 9239.0, 9282.0, 9276.0, 9324.0, 9255.0, 9322.0, 9254.0, 9312.0, 9270.0, 9293.0, 9277.0, 9280.0, 9298.0, 9247.0, 9299.0, 9244.0, 9302.0, 9242.0, 9288.0, 9224.0, 9273.0, 9267.0, 9246.0, 9297.0, 9249.0, 9303.0, 9251.0, 9286.0, 9233.0, 9289.0, 9220.0, 9276.0, 9262.0, 9269.0, 9325.0, 9277.0, 9320.0, 9257.0, 9311.0, 9255.0, 9315.0, 9238.0, 9301.0, 9309.0, 9274.0, 9324.0, 9260.0, 9341.0, 9262.0, 9327.0, 9261.0, 9342.0, 9276.0, 9339.0, 9264.0, 9306.0, 9318.0, 9285.0, 9289.0, 9292.0, 9308.0, 9313.0, 9332.0, 9292.0, 9304.0, 9296.0, 9284.0, 9295.0, 9316.0, 9278.0, 9329.0, 9275.0, 9327.0, 9277.0, 9329.0, 9262.0, 9318.0, 9271.0, 9305.0, 9311.0, 9273.0, 9326.0, 9274.0, 9327.0, 9261.0, 9334.0, 9247.0, 9319.0, 9301.0, 9277.0, 9327.0, 9277.0, 9326.0, 9257.0, 9328.0, 9258.0, 9334.0, 9291.0, 9289.0, 9281.0, 9274.0, 9323.0, 9272.0, 9327.0, 9244.0, 9315.0, 9283.0, 9262.0, 9335.0, 9278.0, 9324.0, 9259.0, 9300.0, 9251.0, 9272.0, 9281.0, 9274.0, 9313.0, 9280.0, 9337.0, 9274.0, 9331.0, 9289.0, 9344.0, 9287.0, 9329.0, 9290.0, 9351.0, 9306.0, 9365.0, 9342.0, 9313.0, 9349.0, 9292.0, 9324.0, 9270.0, 9306.0, 9258.0, 9323.0, 9259.0, 9329.0, 9251.0, 9295.0, 9239.0, 9286.0, 9251.0, 9272.0, 9321.0, 9261.0, 9323.0, 9259.0, 9326.0, 9263.0, 9331.0, 9280.0, 9319.0, 9285.0, 9323.0, 9276.0, 9320.0, 9285.0, 9304.0, 9325.0, 9274.0, 9344.0, 9271.0, 9323.0, 9248.0, 9289.0, 9241.0, 9264.0, 9302.0, 9269.0, 9321.0, 9250.0, 9305.0, 9239.0, 9294.0, 9237.0, 9298.0, 9280.0, 9272.0, 9325.0, 9269.0, 9320.0, 9256.0, 9317.0, 9243.0, 9302.0, 9292.0, 9273.0, 9310.0, 9278.0, 9330.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0005737844036697247</td></tr>
<tr><td colspan=3>aqi</td><td>0.021829551949541285</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.67908794001149</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.235970795235362</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971507375889787</td></tr>
<tr><td colspan=3>efc</td><td>0.4356</td></tr>
<tr><td colspan=3>fber</td><td>8120.4351</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09296939804361878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.013761467889908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.434165045509316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.334983489784201</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6481153914094637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.319396255334284</td></tr>
<tr><td colspan=3>gcor</td><td>0.011637</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016633166000247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022676048800349236</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.835710476796635</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>38.4417</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6036</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.686</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.6108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2257</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.2735</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3459.5648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.7908</td></tr>
<tr><td colspan=3>tsnr</td><td>40.64548069797456</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>