ds005256-mriqc/sub-0007_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2b5691d35f [DATALAD RUNCMD] Compute MRIQC for sub-0007
=== 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-0007 --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-0007",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:43:21 +02:00

616 lines
No EOL
124 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-0007_ses-02_task-narratives_acq-mb8_run-02_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-0007_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0007_suffix-bold_task-narratives" 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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-02_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-0007/ses-02/func/sub-0007_ses-02_task-narratives_acq-mb8_run-02_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>3433f66f2019a44546d72c038823937b</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>15:23:4.512500</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.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</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-02_task-narratives_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.0935903</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4d34f5d-a8cb-4b6b-ac46-25e1f4568722||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.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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, 1098]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['152304.512500', '152304.972500', '152305.432500', '152305.892500', '152306.352500', '152306.812500', '152307.272500', '152307.732500', '152308.192500', '152308.652500', '152309.112500', '152309.572500', '152310.032500', '152310.492500', '152310.952500', '152311.412500', '152311.872500', '152312.332500', '152312.792500', '152313.252500', '152313.712500', '152314.172500', '152314.632500', '152315.092500', '152315.552500', '152316.012500', '152316.472500', '152316.932500', '152317.392500', '152317.852500', '152318.312500', '152318.772500', '152319.232500', '152319.692500', '152320.152500', '152320.612500', '152321.072500', '152321.532500', '152321.992500', '152322.452500', '152322.912500', '152323.372500', '152323.832500', '152324.292500', '152324.752500', '152325.212500', '152325.672500', '152326.132500', '152326.592500', '152327.052500', '152327.512500', '152327.972500', '152328.432500', '152328.892500', '152329.352500', '152329.812500', '152330.272500', '152330.732500', '152331.192500', '152331.652500', '152332.112500', '152332.572500', '152333.032500', '152333.492500', '152333.952500', '152334.412500', '152334.872500', '152335.332500', '152335.792500', '152336.252500', '152336.712500', '152337.172500', '152337.632500', '152338.092500', '152338.552500', '152339.012500', '152339.472500', '152339.932500', '152340.392500', '152340.852500', '152341.312500', '152341.772500', '152342.232500', '152342.692500', '152343.152500', '152343.612500', '152344.072500', '152344.532500', '152344.992500', '152345.452500', '152345.912500', '152346.372500', '152346.832500', '152347.292500', '152347.752500', '152348.212500', '152348.672500', '152349.132500', '152349.592500', '152350.052500', '152350.512500', '152350.972500', '152351.432500', '152351.892500', '152352.352500', '152352.812500', '152353.272500', '152353.732500', '152354.192500', '152354.652500', '152355.112500', '152355.572500', '152356.032500', '152356.492500', '152356.952500', '152357.412500', '152357.872500', '152358.332500', '152358.792500', '152359.252500', '152359.712500', '152400.172500', '152400.632500', '152401.092500', '152401.552500', '152402.012500', '152402.472500', '152402.932500', '152403.392500', '152403.852500', '152404.312500', '152404.772500', '152405.232500', '152405.692500', '152406.152500', '152406.612500', '152407.072500', '152407.532500', '152407.992500', '152408.452500', '152408.912500', '152409.372500', '152409.832500', '152410.292500', '152410.752500', '152411.212500', '152411.672500', '152412.132500', '152412.592500', '152413.052500', '152413.512500', '152413.972500', '152414.432500', '152414.892500', '152415.352500', '152415.812500', '152416.272500', '152416.732500', '152417.192500', '152417.652500', '152418.112500', '152418.572500', '152419.032500', '152419.492500', '152419.952500', '152420.412500', '152420.872500', '152421.332500', '152421.792500', '152422.252500', '152422.712500', '152423.172500', '152423.632500', '152424.092500', '152424.552500', '152425.012500', '152425.472500', '152425.932500', '152426.392500', '152426.852500', '152427.312500', '152427.772500', '152428.232500', '152428.692500', '152429.152500', '152429.612500', '152430.072500', '152430.532500', '152430.992500', '152431.452500', '152431.912500', '152432.372500', '152432.832500', '152433.292500', '152433.752500', '152434.212500', '152434.672500', '152435.132500', '152435.592500', '152436.052500', '152436.512500', '152436.972500', '152437.432500', '152437.892500', '152438.352500', '152438.812500', '152439.272500', '152439.732500', '152440.192500', '152440.652500', '152441.112500', '152441.572500', '152442.032500', '152442.492500', '152442.952500', '152443.412500', '152443.872500', '152444.332500', '152444.792500', '152445.252500', '152445.712500', '152446.172500', '152446.632500', '152447.092500', '152447.552500', '152448.012500', '152448.472500', '152448.932500', '152449.392500', '152449.852500', '152450.312500', '152450.772500', '152451.232500', '152451.692500', '152452.152500', '152452.612500', '152453.072500', '152453.532500', '152453.992500', '152454.452500', '152454.912500', '152455.372500', '152455.832500', '152456.292500', '152456.752500', '152457.212500', '152457.672500', '152458.132500', '152458.592500', '152459.052500', '152459.512500', '152459.972500', '152500.432500', '152500.892500', '152501.352500', '152501.812500', '152502.272500', '152502.732500', '152503.192500', '152503.652500', '152504.112500', '152504.572500', '152505.032500', '152505.492500', '152505.952500', '152506.412500', '152506.872500', '152507.332500', '152507.792500', '152508.252500', '152508.712500', '152509.172500', '152509.632500', '152510.092500', '152510.552500', '152511.012500', '152511.472500', '152511.932500', '152512.392500', '152512.852500', '152513.312500', '152513.772500', '152514.232500', '152514.692500', '152515.152500', '152515.612500', '152516.072500', '152516.532500', '152516.992500', '152517.452500', '152517.912500', '152518.372500', '152518.832500', '152519.292500', '152519.752500', '152520.212500', '152520.672500', '152521.132500', '152521.592500', '152522.052500', '152522.512500', '152522.972500', '152523.432500', '152523.892500', '152524.352500', '152524.812500', '152525.272500', '152525.732500', '152526.192500', '152526.652500', '152527.112500', '152527.572500', '152528.032500', '152528.492500', '152528.952500', '152529.412500', '152529.872500', '152530.332500', '152530.792500', '152531.252500', '152531.712500', '152532.172500', '152532.632500', '152533.092500', '152533.552500', '152534.012500', '152534.472500', '152534.932500', '152535.392500', '152535.852500', '152536.312500', '152536.772500', '152537.232500', '152537.692500', '152538.152500', '152538.612500', '152539.072500', '152539.532500', '152539.992500', '152540.452500', '152540.912500', '152541.372500', '152541.832500', '152542.292500', '152542.752500', '152543.212500', '152543.672500', '152544.132500', '152544.592500', '152545.052500', '152545.512500', '152545.972500', '152546.432500', '152546.892500', '152547.352500', '152547.812500', '152548.272500', '152548.732500', '152549.192500', '152549.652500', '152550.112500', '152550.572500', '152551.032500', '152551.492500', '152551.952500', '152552.412500', '152552.872500', '152553.332500', '152553.792500', '152554.252500', '152554.712500', '152555.172500', '152555.632500', '152556.092500', '152556.552500', '152557.012500', '152557.472500', '152557.932500', '152558.392500', '152558.852500', '152559.312500', '152559.772500', '152600.232500', '152600.692500', '152601.152500', '152601.612500', '152602.072500', '152602.532500', '152602.992500', '152603.452500', '152603.912500', '152604.372500', '152604.832500', '152605.292500', '152605.752500', '152606.212500', '152606.672500', '152607.132500', '152607.592500', '152608.052500', '152608.512500', '152608.972500', '152609.432500', '152609.892500', '152610.352500', '152610.812500', '152611.272500', '152611.732500', '152612.192500', '152612.652500', '152613.112500', '152613.572500', '152614.032500', '152614.492500', '152614.952500', '152615.412500', '152615.872500', '152616.332500', '152616.792500', '152617.252500', '152617.712500', '152618.172500', '152618.632500', '152619.092500', '152619.552500', '152620.012500', '152620.472500', '152620.932500', '152621.392500', '152621.852500', '152622.312500', '152622.772500', '152623.232500', '152623.692500', '152624.152500', '152624.612500', '152625.072500', '152625.532500', '152625.992500', '152626.452500', '152626.912500', '152627.372500', '152627.832500', '152628.292500', '152628.752500', '152629.212500', '152629.672500', '152630.132500', '152630.592500', '152631.052500', '152631.512500', '152631.972500', '152632.432500', '152632.892500', '152633.352500', '152633.812500', '152634.272500', '152634.732500', '152635.192500', '152635.652500', '152636.112500', '152636.572500', '152637.032500', '152637.492500', '152637.952500', '152638.412500', '152638.872500', '152639.332500', '152639.792500', '152640.252500', '152640.712500', '152641.172500', '152641.632500', '152642.092500', '152642.552500', '152643.012500', '152643.472500', '152643.932500', '152644.392500', '152644.852500', '152645.312500', '152645.772500', '152646.232500', '152646.692500', '152647.152500', '152647.612500', '152648.072500', '152648.532500', '152648.992500', '152649.452500', '152649.912500', '152650.372500', '152650.832500', '152651.292500', '152651.752500', '152652.212500', '152652.672500', '152653.132500', '152653.592500', '152654.052500', '152654.512500', '152654.972500', '152655.432500', '152655.892500', '152656.352500', '152656.812500', '152657.272500', '152657.732500', '152658.192500', '152658.652500', '152659.112500', '152659.572500', '152700.032500', '152700.492500', '152700.952500', '152701.412500', '152701.872500', '152702.332500', '152702.792500', '152703.252500', '152703.712500', '152704.172500', '152704.632500', '152705.092500', '152705.552500', '152706.012500', '152706.472500', '152706.932500', '152707.392500', '152707.852500', '152708.312500', '152708.772500', '152709.232500', '152709.692500', '152710.152500', '152710.612500', '152711.072500', '152711.532500', '152711.992500', '152712.452500', '152712.912500', '152713.372500', '152713.832500', '152714.292500', '152714.752500', '152715.212500', '152715.672500', '152716.132500', '152716.592500', '152717.052500', '152717.512500', '152717.972500', '152718.432500', '152718.892500', '152719.352500', '152719.812500', '152720.272500', '152720.732500', '152721.192500', '152721.652500', '152722.112500', '152722.572500', '152723.032500', '152723.492500', '152723.952500', '152724.412500', '152724.872500', '152725.332500', '152725.792500', '152726.252500', '152726.712500', '152727.172500', '152727.632500', '152728.092500', '152728.552500', '152729.012500', '152729.472500', '152729.932500', '152730.392500', '152730.852500', '152731.312500', '152731.772500', '152732.232500', '152732.692500', '152733.152500', '152733.612500', '152734.072500', '152734.532500', '152734.992500', '152735.452500', '152735.912500', '152736.372500', '152736.832500', '152737.292500', '152737.752500', '152738.212500', '152738.672500', '152739.132500', '152739.592500', '152740.052500', '152740.512500', '152740.972500', '152741.432500', '152741.892500', '152742.352500', '152742.812500', '152743.272500', '152743.732500', '152744.192500', '152744.652500', '152745.112500', '152745.572500', '152746.032500', '152746.492500', '152746.952500', '152747.412500', '152747.872500', '152748.332500', '152748.792500', '152749.252500', '152749.712500', '152750.172500', '152750.632500', '152751.092500', '152751.552500', '152752.012500', '152752.472500', '152752.932500', '152753.392500', '152753.852500', '152754.312500', '152754.772500', '152755.232500', '152755.692500', '152756.152500', '152756.612500', '152757.072500', '152757.532500', '152757.992500', '152758.452500', '152758.912500', '152759.372500', '152759.832500', '152800.292500', '152800.752500', '152801.212500', '152801.672500', '152802.132500', '152802.592500', '152803.052500', '152803.512500', '152803.972500', '152804.432500', '152804.892500', '152805.352500', '152805.812500', '152806.272500', '152806.732500', '152807.192500', '152807.652500', '152808.112500', '152808.572500', '152809.032500', '152809.492500', '152809.952500', '152810.412500', '152810.872500', '152811.332500', '152811.792500', '152812.252500', '152812.712500', '152813.172500', '152813.632500', '152814.092500', '152814.552500', '152815.012500', '152815.472500', '152815.932500', '152816.392500', '152816.852500', '152817.312500', '152817.772500', '152818.232500', '152818.692500', '152819.152500', '152819.612500', '152820.072500', '152820.532500', '152820.992500', '152821.452500', '152821.912500', '152822.372500', '152822.832500', '152823.292500', '152823.752500', '152824.212500', '152824.672500', '152825.132500', '152825.592500', '152826.052500', '152826.512500', '152826.972500', '152827.432500', '152827.892500', '152828.352500', '152828.812500', '152829.272500', '152829.732500', '152830.192500', '152830.652500', '152831.112500', '152831.572500', '152832.032500', '152832.492500', '152832.952500', '152833.412500', '152833.872500', '152834.332500', '152834.792500', '152835.252500', '152835.712500', '152836.172500', '152836.632500', '152837.092500', '152837.552500', '152838.012500', '152838.472500', '152838.932500', '152839.392500', '152839.852500', '152840.312500', '152840.772500', '152841.232500', '152841.692500', '152842.152500', '152842.612500', '152843.072500', '152843.532500', '152843.992500', '152844.452500', '152844.912500', '152845.372500', '152845.832500', '152846.292500', '152846.752500', '152847.212500', '152847.672500', '152848.132500', '152848.592500', '152849.052500', '152849.512500', '152849.972500', '152850.432500', '152850.892500', '152851.352500', '152851.812500', '152852.272500', '152852.732500', '152853.192500', '152853.652500', '152854.112500', '152854.572500', '152855.032500', '152855.492500', '152855.952500', '152856.412500', '152856.872500', '152857.332500', '152857.792500', '152858.252500', '152858.712500', '152859.172500', '152859.632500', '152900.092500', '152900.552500', '152901.012500', '152901.472500', '152901.932500', '152902.392500', '152902.852500', '152903.312500', '152903.772500', '152904.232500', '152904.692500', '152905.152500', '152905.612500', '152906.072500', '152906.532500', '152906.992500', '152907.452500', '152907.912500', '152908.372500', '152908.832500', '152909.292500', '152909.752500', '152910.212500', '152910.672500', '152911.132500', '152911.592500', '152912.052500', '152912.512500', '152912.972500', '152913.432500', '152913.892500', '152914.352500', '152914.812500', '152915.272500', '152915.732500', '152916.192500', '152916.652500', '152917.112500', '152917.572500', '152918.032500', '152918.492500', '152918.952500', '152919.412500', '152919.872500', '152920.332500', '152920.792500', '152921.252500', '152921.712500', '152922.172500', '152922.632500', '152923.092500', '152923.552500', '152924.012500', '152924.472500', '152924.932500', '152925.392500', '152925.852500', '152926.312500', '152926.772500', '152927.232500', '152927.692500', '152928.152500', '152928.612500', '152929.072500', '152929.532500', '152929.992500', '152930.452500', '152930.912500', '152931.372500', '152931.832500', '152932.292500', '152932.752500', '152933.212500', '152933.672500', '152934.132500', '152934.592500', '152935.052500', '152935.512500', '152935.972500', '152936.432500', '152936.892500', '152937.352500', '152937.812500', '152938.272500', '152938.732500', '152939.192500', '152939.652500', '152940.112500', '152940.572500', '152941.032500', '152941.492500', '152941.952500', '152942.412500', '152942.872500', '152943.332500', '152943.792500', '152944.252500', '152944.712500', '152945.172500', '152945.632500', '152946.092500', '152946.552500', '152947.012500', '152947.472500', '152947.932500', '152948.392500', '152948.852500', '152949.312500', '152949.772500', '152950.232500', '152950.692500', '152951.152500', '152951.612500', '152952.072500', '152952.532500', '152952.992500', '152953.452500', '152953.912500', '152954.372500', '152954.832500', '152955.292500', '152955.752500', '152956.212500', '152956.672500', '152957.132500', '152957.592500', '152958.052500', '152958.512500', '152958.972500', '152959.432500', '152959.892500', '153000.352500', '153000.812500', '153001.272500', '153001.732500', '153002.192500', '153002.652500', '153003.112500', '153003.572500', '153004.032500', '153004.492500', '153004.952500', '153005.412500', '153005.872500', '153006.332500', '153006.792500', '153007.252500', '153007.712500', '153008.172500', '153008.632500', '153009.092500', '153009.552500', '153010.012500', '153010.472500', '153010.932500', '153011.392500', '153011.852500', '153012.312500', '153012.772500', '153013.232500', '153013.692500', '153014.152500', '153014.612500', '153015.072500', '153015.532500', '153015.992500', '153016.452500', '153016.912500', '153017.372500', '153017.832500', '153018.292500', '153018.752500', '153019.212500', '153019.672500', '153020.132500', '153020.592500', '153021.052500', '153021.512500', '153021.972500', '153022.432500', '153022.892500', '153023.352500', '153023.812500', '153024.272500', '153024.732500', '153025.192500', '153025.652500', '153026.112500', '153026.572500', '153027.032500', '153027.492500', '153027.952500', '153028.412500', '153028.872500', '153029.332500', '153029.792500', '153030.252500', '153030.712500', '153031.172500', '153031.632500', '153032.092500', '153032.552500', '153033.012500', '153033.472500', '153033.932500', '153034.392500', '153034.852500', '153035.312500', '153035.772500', '153036.232500', '153036.692500', '153037.152500', '153037.612500', '153038.072500', '153038.532500', '153038.992500', '153039.452500', '153039.912500', '153040.372500', '153040.832500', '153041.292500', '153041.752500', '153042.212500', '153042.672500', '153043.132500', '153043.592500', '153044.052500', '153044.512500', '153044.972500', '153045.432500', '153045.892500', '153046.352500', '153046.812500', '153047.272500', '153047.732500', '153048.192500', '153048.652500', '153049.112500', '153049.572500', '153050.032500', '153050.492500', '153050.952500', '153051.412500', '153051.872500', '153052.332500', '153052.792500', '153053.252500', '153053.712500', '153054.172500', '153054.632500', '153055.092500', '153055.552500', '153056.012500', '153056.472500', '153056.932500', '153057.392500', '153057.852500', '153058.312500', '153058.772500', '153059.232500', '153059.692500', '153100.152500', '153100.612500', '153101.072500', '153101.532500', '153101.992500', '153102.452500', '153102.912500', '153103.372500', '153103.832500', '153104.292500', '153104.752500', '153105.212500', '153105.672500', '153106.132500', '153106.592500', '153107.052500', '153107.512500', '153107.972500', '153108.432500', '153108.892500', '153109.352500', '153109.812500', '153110.272500', '153110.732500', '153111.192500', '153111.652500', '153112.112500', '153112.572500', '153113.032500', '153113.492500', '153113.952500', '153114.412500', '153114.872500', '153115.332500', '153115.792500', '153116.252500', '153116.712500', '153117.172500', '153117.632500', '153118.092500', '153118.552500', '153119.012500', '153119.472500', '153119.932500', '153120.392500', '153120.852500', '153121.312500', '153121.772500', '153122.232500', '153122.692500', '153123.152500', '153123.612500', '153124.072500', '153124.532500', '153124.992500', '153125.452500', '153125.912500', '153126.372500', '153126.832500', '153127.292500', '153127.752500', '153128.212500', '153128.672500', '153129.132500'], 'ContentTime': ['152334.194000', '152334.197000', '152334.200000', '152334.204000', '152334.207000', '152334.210000', '152334.212000', '152334.215000', '152334.218000', '152334.221000', '152334.224000', '152334.227000', '152334.230000', '152334.233000', '152334.236000', '152334.240000', '152334.243000', '152334.246000', '152334.249000', '152334.251000', '152334.254000', '152334.257000', '152334.260000', '152334.263000', '152334.265000', '152334.268000', '152334.271000', '152334.274000', '152334.277000', '152334.280000', '152334.283000', '152334.285000', '152334.288000', '152334.291000', '152334.294000', '152334.297000', '152334.299000', '152334.302000', '152334.305000', '152334.308000', '152334.311000', '152334.314000', '152334.316000', '152334.319000', '152334.322000', '152334.325000', '152334.328000', '152334.330000', '152334.333000', '152334.336000', '152334.339000', '152334.342000', '152334.344000', '152334.347000', '152334.350000', '152334.359000', '152334.367000', '152334.370000', '152334.373000', '152334.376000', '152334.379000', '152334.381000', '152354.160000', '152354.163000', '152354.166000', '152354.168000', '152354.171000', '152354.174000', '152354.177000', '152354.180000', '152354.183000', '152354.185000', '152354.188000', '152354.191000', '152354.194000', '152354.197000', '152354.200000', '152354.202000', '152354.205000', '152354.208000', '152354.211000', '152354.214000', '152354.217000', '152354.219000', '152354.222000', '152354.225000', '152354.228000', '152354.230000', '152354.233000', '152354.236000', '152354.239000', '152354.242000', '152354.245000', '152354.247000', '152354.250000', '152354.253000', '152354.256000', '152354.259000', '152354.262000', '152354.264000', '152354.267000', '152354.270000', '152354.273000', '152354.275000', '152354.278000', '152354.281000', '152414.160000', '152414.163000', '152414.166000', '152414.168000', '152414.171000', '152414.174000', '152414.177000', '152414.180000', '152414.183000', '152414.185000', '152414.188000', '152414.191000', '152414.194000', '152414.197000', '152414.200000', '152414.202000', '152414.205000', '152414.212000', '152414.215000', '152414.218000', '152414.221000', '152414.224000', '152414.228000', '152414.233000', '152414.236000', '152414.239000', '152414.241000', '152414.244000', '152414.247000', '152414.250000', '152414.253000', '152414.255000', '152414.258000', '152414.261000', '152414.264000', '152414.267000', '152414.270000', '152414.273000', '152414.275000', '152414.278000', '152414.281000', '152414.284000', '152414.287000', '152434.160000', '152434.163000', '152434.165000', '152434.168000', '152434.171000', '152434.174000', '152434.177000', '152434.180000', '152434.183000', '152434.185000', '152434.188000', '152434.191000', '152434.194000', '152434.197000', '152434.199000', '152434.202000', '152434.205000', '152434.208000', '152434.211000', '152434.214000', '152434.217000', '152434.220000', '152434.222000', '152434.225000', '152434.228000', '152434.231000', '152434.234000', '152434.237000', '152434.239000', '152434.242000', '152434.245000', '152434.248000', '152434.251000', '152434.253000', '152434.256000', '152434.259000', '152434.262000', '152434.265000', '152434.268000', '152434.279000', '152434.282000', '152434.285000', '152434.288000', '152434.291000', '152454.160000', '152454.163000', '152454.166000', '152454.169000', '152454.171000', '152454.174000', '152454.177000', '152454.180000', '152454.183000', '152454.187000', '152454.190000', '152454.193000', '152454.196000', '152454.199000', '152454.201000', '152454.204000', '152454.207000', '152454.210000', '152454.213000', '152454.216000', '152454.218000', '152454.221000', '152454.224000', '152454.227000', '152454.230000', '152454.233000', '152454.235000', '152454.238000', '152454.242000', '152454.248000', '152454.251000', '152454.254000', '152454.257000', '152454.259000', '152454.262000', '152454.265000', '152454.268000', '152454.271000', '152454.273000', '152454.276000', '152454.279000', '152454.282000', '152454.285000', '152514.159000', '152514.162000', '152514.165000', '152514.167000', '152514.170000', '152514.173000', '152514.176000', '152514.179000', '152514.182000', '152514.185000', '152514.188000', '152514.190000', '152514.193000', '152514.196000', '152514.199000', '152514.202000', '152514.205000', '152514.208000', '152514.211000', '152514.213000', '152514.216000', '152514.219000', '152514.222000', '152514.225000', '152514.228000', '152514.230000', '152514.233000', '152514.236000', '152514.239000', '152514.242000', '152514.245000', '152514.247000', '152514.264000', '152514.266000', '152514.269000', '152514.272000', '152514.275000', '152514.278000', '152514.281000', '152514.284000', '152514.286000', '152514.289000', '152514.292000', '152514.295000', '152534.159000', '152534.162000', '152534.165000', '152534.168000', '152534.171000', '152534.173000', '152534.176000', '152534.179000', '152534.182000', '152534.185000', '152534.188000', '152534.190000', '152534.193000', '152534.196000', '152534.199000', '152534.202000', '152534.205000', '152534.208000', '152534.210000', '152534.213000', '152534.216000', '152534.219000', '152534.222000', '152534.225000', '152534.228000', '152534.230000', '152534.233000', '152534.236000', '152534.239000', '152534.242000', '152534.244000', '152534.247000', '152534.250000', '152534.253000', '152534.256000', '152534.259000', '152534.262000', '152534.264000', '152534.267000', '152534.270000', '152534.274000', '152534.276000', '152534.279000', '152554.159000', '152554.162000', '152554.165000', '152554.168000', '152554.170000', '152554.173000', '152554.176000', '152554.179000', '152554.182000', '152554.185000', '152554.188000', '152554.190000', '152554.193000', '152554.196000', '152554.199000', '152554.202000', '152554.205000', '152554.208000', '152554.210000', '152554.213000', '152554.216000', '152554.219000', '152554.222000', '152554.225000', '152554.227000', '152554.230000', '152554.233000', '152554.236000', '152554.239000', '152554.242000', '152554.245000', '152554.248000', '152554.250000', '152554.253000', '152554.256000', '152554.259000', '152554.262000', '152554.264000', '152554.267000', '152554.270000', '152554.273000', '152554.276000', '152554.278000', '152554.281000', '152614.160000', '152614.163000', '152614.166000', '152614.169000', '152614.172000', '152614.175000', '152614.177000', '152614.180000', '152614.183000', '152614.186000', '152614.189000', '152614.192000', '152614.195000', '152614.197000', '152614.200000', '152614.203000', '152614.206000', '152614.209000', '152614.212000', '152614.215000', '152614.218000', '152614.220000', '152614.224000', '152614.227000', '152614.230000', '152614.233000', '152614.236000', '152614.238000', '152614.241000', '152614.244000', '152614.247000', '152614.250000', '152614.253000', '152614.255000', '152614.258000', '152614.261000', '152614.264000', '152614.267000', '152614.270000', '152614.272000', '152614.275000', '152614.278000', '152614.281000', '152634.160000', '152634.163000', '152634.165000', '152634.168000', '152634.171000', '152634.174000', '152634.177000', '152634.180000', '152634.183000', '152634.185000', '152634.188000', '152634.191000', '152634.194000', '152634.197000', '152634.200000', '152634.203000', '152634.206000', '152634.209000', '152634.211000', '152634.214000', '152634.217000', '152634.220000', '152634.223000', '152634.225000', '152634.228000', '152634.231000', '152634.234000', '152634.237000', '152634.240000', '152634.243000', '152634.246000', '152634.248000', '152634.251000', '152634.254000', '152634.257000', '152634.260000', '152634.263000', '152634.265000', '152634.268000', '152634.271000', '152634.274000', '152634.277000', '152634.280000', '152634.283000', '152654.160000', '152654.163000', '152654.166000', '152654.169000', '152654.171000', '152654.174000', '152654.177000', '152654.180000', '152654.183000', '152654.186000', '152654.189000', '152654.192000', '152654.194000', '152654.197000', '152654.200000', '152654.203000', '152654.206000', '152654.208000', '152654.211000', '152654.214000', '152654.217000', '152654.220000', '152654.223000', '152654.226000', '152654.228000', '152654.231000', '152654.234000', '152654.248000', '152654.251000', '152654.254000', '152654.257000', '152654.260000', '152654.262000', '152654.265000', '152654.268000', '152654.271000', '152654.274000', '152654.277000', '152654.279000', '152654.282000', '152654.285000', '152654.288000', '152654.291000', '152714.160000', '152714.163000', '152714.165000', '152714.175000', '152714.178000', '152714.181000', '152714.184000', '152714.186000', '152714.189000', '152714.192000', '152714.195000', '152714.198000', '152714.201000', '152714.203000', '152714.206000', '152714.209000', '152714.212000', '152714.215000', '152714.218000', '152714.221000', '152714.224000', '152714.226000', '152714.229000', '152714.232000', '152714.235000', '152714.238000', '152714.240000', '152714.244000', '152714.246000', '152714.249000', '152714.252000', '152714.255000', '152714.258000', '152714.261000', '152714.263000', '152714.266000', '152714.269000', '152714.272000', '152714.275000', '152714.278000', '152714.280000', '152714.283000', '152714.286000', '152714.289000', '152734.159000', '152734.162000', '152734.165000', '152734.167000', '152734.170000', '152734.173000', '152734.176000', '152734.179000', '152734.182000', '152734.185000', '152734.188000', '152734.190000', '152734.193000', '152734.196000', '152734.199000', '152734.202000', '152734.204000', '152734.207000', '152734.210000', '152734.213000', '152734.216000', '152734.219000', '152734.222000', '152734.224000', '152734.227000', '152734.230000', '152734.233000', '152734.236000', '152734.239000', '152734.242000', '152734.244000', '152734.247000', '152734.250000', '152734.253000', '152734.256000', '152734.258000', '152734.263000', '152734.266000', '152734.269000', '152734.272000', '152734.275000', '152734.278000', '152734.280000', '152754.159000', '152754.162000', '152754.165000', '152754.168000', '152754.170000', '152754.173000', '152754.176000', '152754.179000', '152754.182000', '152754.185000', '152754.188000', '152754.191000', '152754.193000', '152754.196000', '152754.199000', '152754.202000', '152754.205000', '152754.207000', '152754.210000', '152754.213000', '152754.216000', '152754.219000', '152754.222000', '152754.225000', '152754.228000', '152754.231000', '152754.234000', '152754.236000', '152754.239000', '152754.242000', '152754.245000', '152754.248000', '152754.251000', '152754.253000', '152754.256000', '152754.259000', '152754.262000', '152754.265000', '152754.268000', '152754.270000', '152754.273000', '152754.276000', '152754.279000', '152754.282000', '152814.159000', '152814.162000', '152814.165000', '152814.167000', '152814.170000', '152814.173000', '152814.176000', '152814.179000', '152814.182000', '152814.185000', '152814.188000', '152814.190000', '152814.193000', '152814.196000', '152814.199000', '152814.202000', '152814.205000', '152814.207000', '152814.210000', '152814.213000', '152814.216000', '152814.219000', '152814.222000', '152814.224000', '152814.227000', '152814.231000', '152814.234000', '152814.236000', '152814.239000', '152814.242000', '152814.245000', '152814.248000', '152814.251000', '152814.254000', '152814.256000', '152814.259000', '152814.262000', '152814.265000', '152814.279000', '152814.282000', '152814.285000', '152814.287000', '152814.290000', '152834.160000', '152834.163000', '152834.166000', '152834.168000', '152834.171000', '152834.174000', '152834.177000', '152834.180000', '152834.183000', '152834.186000', '152834.189000', '152834.192000', '152834.194000', '152834.197000', '152834.200000', '152834.203000', '152834.206000', '152834.209000', '152834.212000', '152834.215000', '152834.217000', '152834.220000', '152834.223000', '152834.226000', '152834.229000', '152834.232000', '152834.235000', '152834.238000', '152834.241000', '152834.244000', '152834.246000', '152834.249000', '152834.252000', '152834.255000', '152834.258000', '152834.261000', '152834.263000', '152834.266000', '152834.269000', '152834.272000', '152834.275000', '152834.278000', '152834.281000', '152834.283000', '152854.160000', '152854.163000', '152854.166000', '152854.169000', '152854.172000', '152854.174000', '152854.177000', '152854.180000', '152854.183000', '152854.186000', '152854.189000', '152854.192000', '152854.194000', '152854.197000', '152854.200000', '152854.203000', '152854.206000', '152854.209000', '152854.211000', '152854.214000', '152854.217000', '152854.220000', '152854.223000', '152854.226000', '152854.229000', '152854.232000', '152854.234000', '152854.237000', '152854.240000', '152854.243000', '152854.246000', '152854.249000', '152854.252000', '152854.255000', '152854.257000', '152854.260000', '152854.263000', '152854.266000', '152854.269000', '152854.272000', '152854.275000', '152854.278000', '152854.280000', '152914.160000', '152914.163000', '152914.166000', '152914.169000', '152914.172000', '152914.175000', '152914.177000', '152914.180000', '152914.183000', '152914.186000', '152914.189000', '152914.192000', '152914.195000', '152914.198000', '152914.200000', '152914.203000', '152914.206000', '152914.209000', '152914.212000', '152914.215000', '152914.218000', '152914.220000', '152914.223000', '152914.228000', '152914.231000', '152914.233000', '152914.236000', '152914.239000', '152914.242000', '152914.245000', '152914.247000', '152914.250000', '152914.253000', '152914.256000', '152914.259000', '152914.262000', '152914.265000', '152914.267000', '152914.270000', '152914.273000', '152914.276000', '152914.279000', '152914.282000', '152934.160000', '152934.163000', '152934.166000', '152934.169000', '152934.171000', '152934.174000', '152934.177000', '152934.180000', '152934.183000', '152934.186000', '152934.188000', '152934.191000', '152934.194000', '152934.197000', '152934.200000', '152934.203000', '152934.206000', '152934.208000', '152934.211000', '152934.214000', '152934.217000', '152934.220000', '152934.223000', '152934.226000', '152934.229000', '152934.231000', '152934.234000', '152934.237000', '152934.240000', '152934.243000', '152934.246000', '152934.249000', '152934.251000', '152934.254000', '152934.257000', '152934.260000', '152934.263000', '152934.266000', '152934.269000', '152934.272000', '152934.274000', '152934.277000', '152934.280000', '152934.283000', '152954.159000', '152954.162000', '152954.165000', '152954.168000', '152954.170000', '152954.173000', '152954.186000', '152954.190000', '152954.192000', '152954.195000', '152954.198000', '152954.201000', '152954.204000', '152954.207000', '152954.209000', '152954.212000', '152954.215000', '152954.218000', '152954.221000', '152954.224000', '152954.227000', '152954.230000', '152954.232000', '152954.235000', '152954.238000', '152954.241000', '152954.244000', '152954.247000', '152954.250000', '152954.252000', '152954.255000', '152954.258000', '152954.261000', '152954.264000', '152954.266000', '152954.269000', '152954.272000', '152954.275000', '152954.278000', '152954.281000', '152954.283000', '152954.286000', '152954.289000', '153014.159000', '153014.162000', '153014.165000', '153014.168000', '153014.171000', '153014.173000', '153014.176000', '153014.179000', '153014.182000', '153014.185000', '153014.188000', '153014.191000', '153014.193000', '153014.196000', '153014.199000', '153014.202000', '153014.205000', '153014.208000', '153014.211000', '153014.214000', '153014.216000', '153014.219000', '153014.231000', '153014.233000', '153014.236000', '153014.239000', '153014.242000', '153014.245000', '153014.248000', '153014.250000', '153014.253000', '153014.256000', '153014.259000', '153014.262000', '153014.265000', '153014.268000', '153014.271000', '153014.273000', '153014.276000', '153014.279000', '153014.282000', '153014.285000', '153014.288000', '153014.291000', '153034.159000', '153034.162000', '153034.165000', '153034.168000', '153034.171000', '153034.174000', '153034.176000', '153034.179000', '153034.183000', '153034.188000', '153034.192000', '153034.194000', '153034.197000', '153034.200000', '153034.204000', '153034.206000', '153034.209000', '153034.212000', '153034.215000', '153034.218000', '153034.221000', '153034.224000', '153034.227000', '153034.230000', '153034.232000', '153034.235000', '153034.238000', '153034.241000', '153034.244000', '153034.247000', '153034.250000', '153034.252000', '153034.255000', '153034.258000', '153034.261000', '153034.264000', '153034.267000', '153034.269000', '153034.272000', '153034.275000', '153034.278000', '153034.281000', '153034.284000', '153054.160000', '153054.163000', '153054.166000', '153054.169000', '153054.172000', '153054.175000', '153054.178000', '153054.180000', '153054.183000', '153054.186000', '153054.189000', '153054.192000', '153054.195000', '153054.198000', '153054.200000', '153054.203000', '153054.206000', '153054.209000', '153054.212000', '153054.215000', '153054.218000', '153054.221000', '153054.224000', '153054.226000', '153054.229000', '153054.232000', '153054.235000', '153054.238000', '153054.241000', '153054.244000', '153054.246000', '153054.249000', '153054.252000', '153054.255000', '153054.258000', '153054.260000', '153054.263000', '153054.266000', '153054.269000', '153054.272000', '153054.275000', '153054.277000', '153054.280000', '153054.283000', '153114.160000', '153114.163000', '153114.181000', '153114.184000', '153114.187000', '153114.190000', '153114.193000', '153114.196000', '153114.199000', '153114.201000', '153114.204000', '153114.207000', '153114.210000', '153114.213000', '153114.216000', '153114.219000', '153114.222000', '153114.225000', '153114.228000', '153114.230000', '153114.233000', '153114.236000', '153114.239000', '153114.242000', '153114.245000', '153114.248000', '153114.250000', '153114.253000', '153114.256000', '153114.259000', '153114.261000', '153114.264000', '153114.267000', '153114.270000', '153114.273000', '153114.276000', '153114.279000', '153114.282000', '153114.285000', '153114.287000', '153114.290000', '153114.293000', '153114.296000', '153130.359000', '153130.362000', '153130.366000', '153130.368000', '153130.380000', '153130.383000', '153130.386000', '153130.390000', '153130.393000', '153130.396000', '153130.398000', '153130.401000', '153130.405000', '153130.408000', '153130.410000', '153130.413000', '153130.417000', '153130.419000', '153130.422000', '153130.425000', '153130.428000', '153130.431000', '153130.434000', '153130.437000', '153130.440000', '153130.442000', '153130.445000', '153130.448000', '153130.451000', '153130.454000', '153130.457000', '153130.460000', '153130.463000', '153130.466000', '153130.468000', '153130.471000'], 'InstanceCreationTime': ['152334.194000', '152334.197000', '152334.200000', '152334.204000', '152334.207000', '152334.210000', '152334.212000', '152334.215000', '152334.218000', '152334.221000', '152334.224000', '152334.227000', '152334.230000', '152334.233000', '152334.236000', '152334.240000', '152334.243000', '152334.246000', '152334.249000', '152334.251000', '152334.254000', '152334.257000', '152334.260000', '152334.263000', '152334.265000', '152334.268000', '152334.271000', '152334.274000', '152334.277000', '152334.280000', '152334.283000', '152334.285000', '152334.288000', '152334.291000', '152334.294000', '152334.297000', '152334.299000', '152334.302000', '152334.305000', '152334.308000', '152334.311000', '152334.314000', '152334.316000', '152334.319000', '152334.322000', '152334.325000', '152334.328000', '152334.330000', '152334.333000', '152334.336000', '152334.339000', '152334.342000', '152334.344000', '152334.347000', '152334.350000', '152334.359000', '152334.367000', '152334.370000', '152334.373000', '152334.376000', '152334.379000', '152334.381000', '152354.160000', '152354.163000', '152354.166000', '152354.168000', '152354.171000', '152354.174000', '152354.177000', '152354.180000', '152354.183000', '152354.185000', '152354.188000', '152354.191000', '152354.194000', '152354.197000', '152354.200000', '152354.202000', '152354.205000', '152354.208000', '152354.211000', '152354.214000', '152354.217000', '152354.219000', '152354.222000', '152354.225000', '152354.228000', '152354.230000', '152354.233000', '152354.236000', '152354.239000', '152354.242000', '152354.245000', '152354.247000', '152354.250000', '152354.253000', '152354.256000', '152354.259000', '152354.262000', '152354.264000', '152354.267000', '152354.270000', '152354.273000', '152354.275000', '152354.278000', '152354.281000', '152414.160000', '152414.163000', '152414.166000', '152414.168000', '152414.171000', '152414.174000', '152414.177000', '152414.180000', '152414.183000', '152414.185000', '152414.188000', '152414.191000', '152414.194000', '152414.197000', '152414.200000', '152414.202000', '152414.205000', '152414.212000', '152414.215000', '152414.218000', '152414.221000', '152414.224000', '152414.228000', '152414.233000', '152414.236000', '152414.239000', '152414.241000', '152414.244000', '152414.247000', '152414.250000', '152414.253000', '152414.255000', '152414.258000', '152414.261000', '152414.264000', '152414.267000', '152414.270000', '152414.273000', '152414.275000', '152414.278000', '152414.281000', '152414.284000', '152414.287000', '152434.160000', '152434.163000', '152434.165000', '152434.168000', '152434.171000', '152434.174000', '152434.177000', '152434.180000', '152434.183000', '152434.185000', '152434.188000', '152434.191000', '152434.194000', '152434.197000', '152434.199000', '152434.202000', '152434.205000', '152434.208000', '152434.211000', '152434.214000', '152434.217000', '152434.220000', '152434.222000', '152434.225000', '152434.228000', '152434.231000', '152434.234000', '152434.237000', '152434.239000', '152434.242000', '152434.245000', '152434.248000', '152434.251000', '152434.253000', '152434.256000', '152434.259000', '152434.262000', '152434.265000', '152434.268000', '152434.279000', '152434.282000', '152434.285000', '152434.288000', '152434.291000', '152454.160000', '152454.163000', '152454.166000', '152454.169000', '152454.171000', '152454.174000', '152454.177000', '152454.180000', '152454.183000', '152454.187000', '152454.190000', '152454.193000', '152454.196000', '152454.199000', '152454.201000', '152454.204000', '152454.207000', '152454.210000', '152454.213000', '152454.216000', '152454.218000', '152454.221000', '152454.224000', '152454.227000', '152454.230000', '152454.233000', '152454.235000', '152454.238000', '152454.242000', '152454.248000', '152454.251000', '152454.254000', '152454.257000', '152454.259000', '152454.262000', '152454.265000', '152454.268000', '152454.271000', '152454.273000', '152454.276000', '152454.279000', '152454.282000', '152454.285000', '152514.159000', '152514.162000', '152514.165000', '152514.167000', '152514.170000', '152514.173000', '152514.176000', '152514.179000', '152514.182000', '152514.185000', '152514.188000', '152514.190000', '152514.193000', '152514.196000', '152514.199000', '152514.202000', '152514.205000', '152514.208000', '152514.211000', '152514.213000', '152514.216000', '152514.219000', '152514.222000', '152514.225000', '152514.228000', '152514.230000', '152514.233000', '152514.236000', '152514.239000', '152514.242000', '152514.245000', '152514.247000', '152514.264000', '152514.266000', '152514.269000', '152514.272000', '152514.275000', '152514.278000', '152514.281000', '152514.284000', '152514.286000', '152514.289000', '152514.292000', '152514.295000', '152534.159000', '152534.162000', '152534.165000', '152534.168000', '152534.171000', '152534.173000', '152534.176000', '152534.179000', '152534.182000', '152534.185000', '152534.188000', '152534.190000', '152534.193000', '152534.196000', '152534.199000', '152534.202000', '152534.205000', '152534.208000', '152534.210000', '152534.213000', '152534.216000', '152534.219000', '152534.222000', '152534.225000', '152534.228000', '152534.230000', '152534.233000', '152534.236000', '152534.239000', '152534.242000', '152534.244000', '152534.247000', '152534.250000', '152534.253000', '152534.256000', '152534.259000', '152534.262000', '152534.264000', '152534.267000', '152534.270000', '152534.274000', '152534.276000', '152534.279000', '152554.159000', '152554.162000', '152554.165000', '152554.168000', '152554.170000', '152554.173000', '152554.176000', '152554.179000', '152554.182000', '152554.185000', '152554.188000', '152554.190000', '152554.193000', '152554.196000', '152554.199000', '152554.202000', '152554.205000', '152554.208000', '152554.210000', '152554.213000', '152554.216000', '152554.219000', '152554.222000', '152554.225000', '152554.227000', '152554.230000', '152554.233000', '152554.236000', '152554.239000', '152554.242000', '152554.245000', '152554.248000', '152554.250000', '152554.253000', '152554.256000', '152554.259000', '152554.262000', '152554.264000', '152554.267000', '152554.270000', '152554.273000', '152554.276000', '152554.278000', '152554.281000', '152614.160000', '152614.163000', '152614.166000', '152614.169000', '152614.172000', '152614.175000', '152614.177000', '152614.180000', '152614.183000', '152614.186000', '152614.189000', '152614.192000', '152614.195000', '152614.197000', '152614.200000', '152614.203000', '152614.206000', '152614.209000', '152614.212000', '152614.215000', '152614.218000', '152614.220000', '152614.224000', '152614.227000', '152614.230000', '152614.233000', '152614.236000', '152614.238000', '152614.241000', '152614.244000', '152614.247000', '152614.250000', '152614.253000', '152614.255000', '152614.258000', '152614.261000', '152614.264000', '152614.267000', '152614.270000', '152614.272000', '152614.275000', '152614.278000', '152614.281000', '152634.160000', '152634.163000', '152634.165000', '152634.168000', '152634.171000', '152634.174000', '152634.177000', '152634.180000', '152634.183000', '152634.185000', '152634.188000', '152634.191000', '152634.194000', '152634.197000', '152634.200000', '152634.203000', '152634.206000', '152634.209000', '152634.211000', '152634.214000', '152634.217000', '152634.220000', '152634.223000', '152634.225000', '152634.228000', '152634.231000', '152634.234000', '152634.237000', '152634.240000', '152634.243000', '152634.246000', '152634.248000', '152634.251000', '152634.254000', '152634.257000', '152634.260000', '152634.263000', '152634.265000', '152634.268000', '152634.271000', '152634.274000', '152634.277000', '152634.280000', '152634.283000', '152654.160000', '152654.163000', '152654.166000', '152654.169000', '152654.171000', '152654.174000', '152654.177000', '152654.180000', '152654.183000', '152654.186000', '152654.189000', '152654.192000', '152654.194000', '152654.197000', '152654.200000', '152654.203000', '152654.206000', '152654.208000', '152654.211000', '152654.214000', '152654.217000', '152654.220000', '152654.223000', '152654.226000', '152654.228000', '152654.231000', '152654.234000', '152654.248000', '152654.251000', '152654.254000', '152654.257000', '152654.260000', '152654.262000', '152654.265000', '152654.268000', '152654.271000', '152654.274000', '152654.277000', '152654.279000', '152654.282000', '152654.285000', '152654.288000', '152654.291000', '152714.160000', '152714.163000', '152714.165000', '152714.175000', '152714.178000', '152714.181000', '152714.184000', '152714.186000', '152714.189000', '152714.192000', '152714.195000', '152714.198000', '152714.201000', '152714.203000', '152714.206000', '152714.209000', '152714.212000', '152714.215000', '152714.218000', '152714.221000', '152714.224000', '152714.226000', '152714.229000', '152714.232000', '152714.235000', '152714.238000', '152714.240000', '152714.244000', '152714.246000', '152714.249000', '152714.252000', '152714.255000', '152714.258000', '152714.261000', '152714.263000', '152714.266000', '152714.269000', '152714.272000', '152714.275000', '152714.278000', '152714.280000', '152714.283000', '152714.286000', '152714.289000', '152734.159000', '152734.162000', '152734.165000', '152734.167000', '152734.170000', '152734.173000', '152734.176000', '152734.179000', '152734.182000', '152734.185000', '152734.188000', '152734.190000', '152734.193000', '152734.196000', '152734.199000', '152734.202000', '152734.204000', '152734.207000', '152734.210000', '152734.213000', '152734.216000', '152734.219000', '152734.222000', '152734.224000', '152734.227000', '152734.230000', '152734.233000', '152734.236000', '152734.239000', '152734.242000', '152734.244000', '152734.247000', '152734.250000', '152734.253000', '152734.256000', '152734.258000', '152734.263000', '152734.266000', '152734.269000', '152734.272000', '152734.275000', '152734.278000', '152734.280000', '152754.159000', '152754.162000', '152754.165000', '152754.168000', '152754.170000', '152754.173000', '152754.176000', '152754.179000', '152754.182000', '152754.185000', '152754.188000', '152754.191000', '152754.193000', '152754.196000', '152754.199000', '152754.202000', '152754.205000', '152754.207000', '152754.210000', '152754.213000', '152754.216000', '152754.219000', '152754.222000', '152754.225000', '152754.228000', '152754.231000', '152754.234000', '152754.236000', '152754.239000', '152754.242000', '152754.245000', '152754.248000', '152754.251000', '152754.253000', '152754.256000', '152754.259000', '152754.262000', '152754.265000', '152754.268000', '152754.270000', '152754.273000', '152754.276000', '152754.279000', '152754.282000', '152814.159000', '152814.162000', '152814.165000', '152814.167000', '152814.170000', '152814.173000', '152814.176000', '152814.179000', '152814.182000', '152814.185000', '152814.188000', '152814.190000', '152814.193000', '152814.196000', '152814.199000', '152814.202000', '152814.205000', '152814.207000', '152814.210000', '152814.213000', '152814.216000', '152814.219000', '152814.222000', '152814.224000', '152814.227000', '152814.231000', '152814.234000', '152814.236000', '152814.239000', '152814.242000', '152814.245000', '152814.248000', '152814.251000', '152814.254000', '152814.256000', '152814.259000', '152814.262000', '152814.265000', '152814.279000', '152814.282000', '152814.285000', '152814.287000', '152814.290000', '152834.160000', '152834.163000', '152834.166000', '152834.168000', '152834.171000', '152834.174000', '152834.177000', '152834.180000', '152834.183000', '152834.186000', '152834.189000', '152834.192000', '152834.194000', '152834.197000', '152834.200000', '152834.203000', '152834.206000', '152834.209000', '152834.212000', '152834.215000', '152834.217000', '152834.220000', '152834.223000', '152834.226000', '152834.229000', '152834.232000', '152834.235000', '152834.238000', '152834.241000', '152834.244000', '152834.246000', '152834.249000', '152834.252000', '152834.255000', '152834.258000', '152834.261000', '152834.263000', '152834.266000', '152834.269000', '152834.272000', '152834.275000', '152834.278000', '152834.281000', '152834.283000', '152854.160000', '152854.163000', '152854.166000', '152854.169000', '152854.172000', '152854.174000', '152854.177000', '152854.180000', '152854.183000', '152854.186000', '152854.189000', '152854.192000', '152854.194000', '152854.197000', '152854.200000', '152854.203000', '152854.206000', '152854.209000', '152854.211000', '152854.214000', '152854.217000', '152854.220000', '152854.223000', '152854.226000', '152854.229000', '152854.232000', '152854.234000', '152854.237000', '152854.240000', '152854.243000', '152854.246000', '152854.249000', '152854.252000', '152854.255000', '152854.257000', '152854.260000', '152854.263000', '152854.266000', '152854.269000', '152854.272000', '152854.275000', '152854.278000', '152854.280000', '152914.160000', '152914.163000', '152914.166000', '152914.169000', '152914.172000', '152914.175000', '152914.177000', '152914.180000', '152914.183000', '152914.186000', '152914.189000', '152914.192000', '152914.195000', '152914.198000', '152914.200000', '152914.203000', '152914.206000', '152914.209000', '152914.212000', '152914.215000', '152914.218000', '152914.220000', '152914.223000', '152914.228000', '152914.231000', '152914.233000', '152914.236000', '152914.239000', '152914.242000', '152914.245000', '152914.247000', '152914.250000', '152914.253000', '152914.256000', '152914.259000', '152914.262000', '152914.265000', '152914.267000', '152914.270000', '152914.273000', '152914.276000', '152914.279000', '152914.282000', '152934.160000', '152934.163000', '152934.166000', '152934.169000', '152934.171000', '152934.174000', '152934.177000', '152934.180000', '152934.183000', '152934.186000', '152934.188000', '152934.191000', '152934.194000', '152934.197000', '152934.200000', '152934.203000', '152934.206000', '152934.208000', '152934.211000', '152934.214000', '152934.217000', '152934.220000', '152934.223000', '152934.226000', '152934.229000', '152934.231000', '152934.234000', '152934.237000', '152934.240000', '152934.243000', '152934.246000', '152934.249000', '152934.251000', '152934.254000', '152934.257000', '152934.260000', '152934.263000', '152934.266000', '152934.269000', '152934.272000', '152934.274000', '152934.277000', '152934.280000', '152934.283000', '152954.159000', '152954.162000', '152954.165000', '152954.168000', '152954.170000', '152954.173000', '152954.186000', '152954.190000', '152954.192000', '152954.195000', '152954.198000', '152954.201000', '152954.204000', '152954.207000', '152954.209000', '152954.212000', '152954.215000', '152954.218000', '152954.221000', '152954.224000', '152954.227000', '152954.230000', '152954.232000', '152954.235000', '152954.238000', '152954.241000', '152954.244000', '152954.247000', '152954.250000', '152954.252000', '152954.255000', '152954.258000', '152954.261000', '152954.264000', '152954.266000', '152954.269000', '152954.272000', '152954.275000', '152954.278000', '152954.281000', '152954.283000', '152954.286000', '152954.289000', '153014.159000', '153014.162000', '153014.165000', '153014.168000', '153014.171000', '153014.173000', '153014.176000', '153014.179000', '153014.182000', '153014.185000', '153014.188000', '153014.191000', '153014.193000', '153014.196000', '153014.199000', '153014.202000', '153014.205000', '153014.208000', '153014.211000', '153014.214000', '153014.216000', '153014.219000', '153014.231000', '153014.233000', '153014.236000', '153014.239000', '153014.242000', '153014.245000', '153014.248000', '153014.250000', '153014.253000', '153014.256000', '153014.259000', '153014.262000', '153014.265000', '153014.268000', '153014.271000', '153014.273000', '153014.276000', '153014.279000', '153014.282000', '153014.285000', '153014.288000', '153014.291000', '153034.159000', '153034.162000', '153034.165000', '153034.168000', '153034.171000', '153034.174000', '153034.176000', '153034.179000', '153034.183000', '153034.188000', '153034.192000', '153034.194000', '153034.197000', '153034.200000', '153034.204000', '153034.206000', '153034.209000', '153034.212000', '153034.215000', '153034.218000', '153034.221000', '153034.224000', '153034.227000', '153034.230000', '153034.232000', '153034.235000', '153034.238000', '153034.241000', '153034.244000', '153034.247000', '153034.250000', '153034.252000', '153034.255000', '153034.258000', '153034.261000', '153034.264000', '153034.267000', '153034.269000', '153034.272000', '153034.275000', '153034.278000', '153034.281000', '153034.284000', '153054.160000', '153054.163000', '153054.166000', '153054.169000', '153054.172000', '153054.175000', '153054.178000', '153054.180000', '153054.183000', '153054.186000', '153054.189000', '153054.192000', '153054.195000', '153054.198000', '153054.200000', '153054.203000', '153054.206000', '153054.209000', '153054.212000', '153054.215000', '153054.218000', '153054.221000', '153054.224000', '153054.226000', '153054.229000', '153054.232000', '153054.235000', '153054.238000', '153054.241000', '153054.244000', '153054.246000', '153054.249000', '153054.252000', '153054.255000', '153054.258000', '153054.260000', '153054.263000', '153054.266000', '153054.269000', '153054.272000', '153054.275000', '153054.277000', '153054.280000', '153054.283000', '153114.160000', '153114.163000', '153114.181000', '153114.184000', '153114.187000', '153114.190000', '153114.193000', '153114.196000', '153114.199000', '153114.201000', '153114.204000', '153114.207000', '153114.210000', '153114.213000', '153114.216000', '153114.219000', '153114.222000', '153114.225000', '153114.228000', '153114.230000', '153114.233000', '153114.236000', '153114.239000', '153114.242000', '153114.245000', '153114.248000', '153114.250000', '153114.253000', '153114.256000', '153114.259000', '153114.261000', '153114.264000', '153114.267000', '153114.270000', '153114.273000', '153114.276000', '153114.279000', '153114.282000', '153114.285000', '153114.287000', '153114.290000', '153114.293000', '153114.296000', '153130.359000', '153130.362000', '153130.366000', '153130.368000', '153130.380000', '153130.383000', '153130.386000', '153130.390000', '153130.393000', '153130.396000', '153130.398000', '153130.401000', '153130.405000', '153130.408000', '153130.410000', '153130.413000', '153130.417000', '153130.419000', '153130.422000', '153130.425000', '153130.428000', '153130.431000', '153130.434000', '153130.437000', '153130.440000', '153130.442000', '153130.445000', '153130.448000', '153130.451000', '153130.454000', '153130.457000', '153130.460000', '153130.463000', '153130.466000', '153130.468000', '153130.471000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [13582, 19687, 13398, 10876, 9676, 11181, 9635, 10127, 9691, 9816, 9403, 10767, 10003, 9848, 9131, 9539, 11305, 9702, 10976, 9395, 10105, 10371, 13206, 9432, 9793, 8979, 9813, 11994, 9688, 11352, 9533, 13336, 9890, 9799, 13347, 9789, 15885, 9569, 11388, 9459, 12492, 9789, 9711, 9156, 9776, 12780, 9590, 11561, 9706, 9748, 9607, 9442, 9410, 9554, 13728, 10174, 12018, 9839, 9636, 9327, 9482, 10598, 9493, 12662, 9967, 11516, 9639, 9787, 9777, 9485, 19004, 12009, 19421, 10590, 14355, 9924, 9224, 8943, 9646, 14561, 9957, 12820, 9845, 9657, 9654, 9496, 10968, 13018, 11849, 9705, 18653, 9560, 13104, 9410, 12855, 9429, 20109, 9766, 9131, 9702, 9612, 17764, 9871, 18306, 9726, 11623, 9454, 9520, 9316, 9163, 13759, 11152, 20354, 9643, 15305, 9718, 10313, 9408, 10169, 9412, 11204, 9529, 9224, 8800, 9223, 13818, 9538, 14329, 9666, 11061, 9556, 9226, 9214, 9748, 10051, 9550, 13497, 9486, 10742, 9437, 11548, 9610, 9089, 9275, 9551, 8870, 9489, 11374, 9864, 10475, 9602, 10152, 9561, 10647, 9361, 9770, 16138, 13827, 20249, 9722, 16570, 9730, 10267, 9381, 9252, 13505, 10844, 13976, 9541, 12386, 9610, 10492, 9246, 10288, 9225, 9533, 17933, 9314, 11636, 9359, 10985, 9499, 11623, 10696, 9298, 14794, 9485, 10753, 9187, 9577, 9278, 9437, 10175, 9535, 11351, 9333, 9712, 9047, 10345, 8932, 9679, 12457, 9541, 10713, 9623, 9762, 9257, 11318, 9308, 10337, 11138, 9676, 13544, 9556, 11061, 9458, 10598, 9410, 10638, 9518, 9489, 8819, 9521, 15736, 10980, 20119, 9802, 14369, 9657, 10124, 9814, 9346, 19248, 12585, 21984, 20083, 12460, 9952, 9309, 9174, 9971, 10255, 9642, 12795, 9734, 17671, 15214, 19344, 10031, 10133, 20692, 9436, 17986, 11544, 13367, 9654, 18138, 9573, 9245, 9116, 9447, 11321, 9418, 9957, 9387, 9264, 9227, 9343, 8851, 9308, 11898, 9257, 10471, 8882, 12539, 9391, 9437, 11704, 9477, 12517, 9441, 10690, 9130, 11593, 12963, 10034, 19230, 9386, 10990, 9515, 9738, 8743, 10225, 11165, 9563, 13681, 9563, 10098, 9216, 9375, 13031, 10212, 13169, 9623, 10978, 9389, 9760, 8985, 9262, 17201, 9320, 13418, 9628, 10182, 9171, 9646, 9201, 10912, 8579, 9670, 11820, 9628, 10649, 9323, 10014, 9335, 9787, 11584, 9581, 11844, 9602, 10396, 9341, 9598, 9271, 11874, 9395, 10210, 9139, 9520, 11763, 9537, 13312, 9466, 11358, 9519, 9564, 17300, 9368, 13367, 9712, 11067, 9575, 9863, 9611, 9490, 8944, 9642, 10932, 9913, 8631, 9746, 10840, 9615, 11096, 9446, 10054, 11672, 10116, 20108, 15210, 16483, 9888, 13544, 9740, 12108, 9429, 10257, 17677, 11554, 18414, 9664, 11971, 9594, 10121, 9380, 11368, 9280, 9824, 8704, 9720, 9973, 9602, 11696, 9493, 10953, 9460, 15911, 9582, 9696, 9201, 9742, 16323, 9521, 13197, 9787, 17361, 9733, 10284, 9694, 9477, 8860, 9555, 17087, 10752, 19161, 9840, 12184, 9771, 9506, 8558, 9705, 11818, 9780, 8943, 9851, 10070, 9679, 9320, 9142, 9666, 9005, 10596, 9007, 10045, 10270, 9628, 11334, 9640, 11000, 9392, 13784, 9730, 12643, 9643, 8910, 9330, 9686, 12398, 9573, 20425, 14377, 19830, 9830, 11536, 9511, 9824, 9173, 9716, 15336, 9892, 14556, 9847, 10460, 9749, 9249, 9274, 9768, 9073, 10071, 8741, 9958, 8679, 9764, 11642, 9572, 10357, 9195, 13647, 9503, 9922, 13798, 9791, 13352, 9711, 11062, 9567, 9850, 10344, 14239, 9194, 9880, 8781, 9922, 12265, 9770, 11374, 9658, 14976, 10064, 9862, 9596, 9940, 11151, 9764, 15435, 10121, 18715, 10115, 11554, 9857, 9001, 9631, 9783, 11617, 10219, 15962, 10071, 14619, 9872, 10542, 9499, 9998, 9156, 13592, 9078, 9853, 12957, 10049, 10474, 9661, 10655, 9616, 9681, 8957, 9773, 8819, 9895, 14088, 10067, 17815, 9893, 13261, 9655, 9159, 9406, 9720, 12047, 10617, 17823, 10023, 14776, 10054, 10985, 9520, 10838, 9577, 10065, 9274, 9715, 8815, 9597, 16747, 10340, 18957, 9903, 11232, 9749, 9677, 8984, 9714, 9195, 9976, 9545, 9767, 10243, 9660, 9985, 9478, 9521, 9827, 9084, 9631, 9756, 11751, 9666, 15900, 10239, 15467, 10172, 12641, 10008, 10072, 9632, 11013, 9923, 11571, 9811, 9987, 10043, 10090, 21059, 17621, 20859, 14459, 16976, 9714, 9641, 9181, 9757, 12322, 10252, 15528, 9901, 12353, 9899, 10277, 9478, 9655, 9059, 11840, 10450, 10006, 18983, 9906, 11120, 9649, 10346, 9347, 14782, 9695, 9422, 9374, 9861, 10665, 9680, 12415, 9813, 11469, 9730, 10462, 9286, 9812, 10938, 9686, 11678, 9516, 11010, 9744, 9097, 9362, 9604, 8651, 9786, 12930, 9766, 10918, 9894, 11514, 9698, 9754, 9507, 9717, 16689, 9632, 19249, 13569, 18015, 9863, 10008, 9821, 9585, 9559, 9746, 11457, 9976, 19416, 13109, 15917, 9982, 11702, 9811, 9449, 9399, 9780, 9045, 10446, 10757, 9976, 10872, 9807, 9840, 9216, 10412, 10751, 11690, 8838, 9943, 13333, 9688, 10921, 9329, 11078, 9608, 9419, 9428, 10076, 11572, 9684, 17326, 11208, 18318, 9831, 11625, 9727, 9702, 10693, 12919, 9430, 9963, 8701, 10032, 11128, 9851, 11522, 9713, 14790, 9755, 8935, 9195, 9961, 16555, 9787, 15723, 9848, 10614, 9849, 9256, 9346, 9199, 8887, 10015, 8985, 10116, 8506, 9757, 14917, 9775, 11700, 9789, 15844, 9851, 10013, 9537, 9868, 17474, 9958, 20540, 14885, 18720, 10034, 10541, 9897, 9691, 9461, 10224, 9869, 13855, 9046, 10018, 12596, 9790, 11996, 9549, 14504, 9804, 13913, 9442, 10046, 8985, 9739, 16178, 9682, 12054, 9875, 10379, 9355, 9480, 8709, 10001, 8923, 9973, 9465, 9701, 10709, 9812, 10764, 10059, 9593, 10372, 8817, 9084, 9432, 8908, 9776, 14654, 14182, 21589, 12251, 16810, 9934, 12450, 9702, 11779, 16608, 18426, 13857, 10017, 14077, 9892, 10933, 9740, 10561, 9468, 12938, 9634, 9823, 10318, 9927, 12303, 9638, 10478, 9229, 10659, 9352, 9980, 8898, 10000, 13658, 9788, 10566, 9275, 10272, 9531, 9875, 9107, 9824, 11942, 9767, 12223, 9564, 11112, 9163, 9737, 11731, 11766, 9273, 9883, 9394, 9828, 12872, 9513, 12045, 9384, 17008, 11735, 10001, 20321, 9813, 10701, 9387, 9643, 8779, 10906, 8800, 10036, 13449, 9741, 10250, 9122, 9405, 9221, 12002, 9338, 9061, 9282, 9936, 14030, 9694, 12259, 9658, 13297, 14871, 20604, 12019, 9936, 17698, 9959, 17130, 9819, 14934, 12126, 20508, 10187, 10007, 14568, 9867, 10549, 9470, 9860, 13091, 9930, 13864, 9929, 9059, 9269, 9833, 8772, 9984, 8840, 9981, 13611, 9746, 9727, 9456, 9677, 10235, 10028, 11763, 9864, 11569, 9834, 10192, 9424, 9907, 17251, 11019, 20942, 16334, 19045, 9856, 8707, 9322, 10044, 11310, 9841, 12045, 9622, 15813, 9703, 10050, 9161, 9928, 13288, 9645, 10997, 9632, 11190, 9464, 9975, 11485, 9858, 10890, 9434, 9634, 9345, 10067, 8745, 9901, 12617, 9685, 10974, 9232, 10413, 9394, 10059, 8934, 9945, 16408, 9843, 14246, 12358, 20456, 9748, 10749, 11953, 10041, 15126, 10028, 11757, 9764, 13609, 9451, 9884, 9480, 9873, 12177, 9684, 10141, 9705, 9347, 9380, 9943, 9959, 9652, 12454, 9661, 12096, 9916, 10238, 9531, 9785, 14649, 9905, 17454, 11896, 19333, 10006, 10185, 9322, 10105, 15213, 9780, 11444, 9791, 13038, 9925, 9241, 9451, 9969, 9035, 9829, 17836, 9745, 14006, 9799, 10125, 9328, 9777, 10559, 9730, 13354, 9733, 16628, 9822, 10731, 9657, 8870, 8900, 10017, 11120, 9795, 13035, 9983, 11722, 9898, 9618, 9458, 9822, 9703, 9805, 16876, 12852, 18395, 9928, 14068, 10147, 11138, 9933, 11395, 9679, 12835, 9718, 10201, 9994, 10004, 16378, 9838, 11049, 9536, 9723, 9335, 10203, 8418, 10059, 13545, 10003, 10313, 9983, 8987, 9375, 9991, 9794, 9961, 13762, 10253, 14703, 9936], 'WindowCenter': [4338.0, 4343.0, 4310.0, 4276.0, 4265.0, 4274.0, 4265.0, 4264.0, 4265.0, 4265.0, 4255.0, 4277.0, 4264.0, 4265.0, 4252.0, 4255.0, 4273.0, 4253.0, 4274.0, 4253.0, 4265.0, 4263.0, 4296.0, 4253.0, 4265.0, 4244.0, 4263.0, 4273.0, 4264.0, 4274.0, 4265.0, 4295.0, 4264.0, 4265.0, 4283.0, 4266.0, 4293.0, 4255.0, 4274.0, 4253.0, 4285.0, 4264.0, 4253.0, 4253.0, 4265.0, 4285.0, 4267.0, 4286.0, 4267.0, 4254.0, 4266.0, 4264.0, 4254.0, 4267.0, 4295.0, 4276.0, 4284.0, 4266.0, 4266.0, 4266.0, 4267.0, 4275.0, 4267.0, 4296.0, 4267.0, 4287.0, 4267.0, 4266.0, 4263.0, 4266.0, 4316.0, 4284.0, 4316.0, 4265.0, 4292.0, 4252.0, 4242.0, 4240.0, 4253.0, 4294.0, 4263.0, 4282.0, 4265.0, 4253.0, 4254.0, 4254.0, 4273.0, 4286.0, 4273.0, 4253.0, 4304.0, 4254.0, 4281.0, 4253.0, 4283.0, 4244.0, 4314.0, 4251.0, 4242.0, 4249.0, 4250.0, 4301.0, 4252.0, 4302.0, 4253.0, 4261.0, 4252.0, 4251.0, 4240.0, 4243.0, 4281.0, 4262.0, 4312.0, 4253.0, 4289.0, 4253.0, 4250.0, 4251.0, 4261.0, 4241.0, 4274.0, 4252.0, 4253.0, 4240.0, 4254.0, 4283.0, 4253.0, 4292.0, 4252.0, 4272.0, 4252.0, 4253.0, 4252.0, 4253.0, 4252.0, 4254.0, 4282.0, 4254.0, 4275.0, 4255.0, 4273.0, 4253.0, 4244.0, 4253.0, 4266.0, 4252.0, 4266.0, 4286.0, 4277.0, 4278.0, 4265.0, 4276.0, 4267.0, 4277.0, 4265.0, 4267.0, 4307.0, 4298.0, 4316.0, 4256.0, 4304.0, 4252.0, 4264.0, 4242.0, 4254.0, 4284.0, 4265.0, 4280.0, 4253.0, 4272.0, 4253.0, 4262.0, 4253.0, 4263.0, 4253.0, 4254.0, 4304.0, 4255.0, 4274.0, 4254.0, 4274.0, 4254.0, 4275.0, 4263.0, 4254.0, 4292.0, 4253.0, 4261.0, 4252.0, 4255.0, 4252.0, 4254.0, 4263.0, 4265.0, 4273.0, 4253.0, 4264.0, 4254.0, 4265.0, 4244.0, 4266.0, 4284.0, 4266.0, 4265.0, 4266.0, 4265.0, 4255.0, 4277.0, 4254.0, 4266.0, 4274.0, 4253.0, 4283.0, 4255.0, 4273.0, 4255.0, 4265.0, 4255.0, 4267.0, 4254.0, 4265.0, 4242.0, 4265.0, 4306.0, 4277.0, 4314.0, 4264.0, 4294.0, 4253.0, 4265.0, 4253.0, 4256.0, 4315.0, 4299.0, 4338.0, 4328.0, 4285.0, 4265.0, 4252.0, 4264.0, 4275.0, 4277.0, 4279.0, 4309.0, 4280.0, 4320.0, 4307.0, 4317.0, 4254.0, 4265.0, 4312.0, 4241.0, 4301.0, 4262.0, 4281.0, 4240.0, 4303.0, 4241.0, 4239.0, 4228.0, 4252.0, 4257.0, 4239.0, 4249.0, 4241.0, 4241.0, 4242.0, 4253.0, 4243.0, 4254.0, 4272.0, 4243.0, 4252.0, 4242.0, 4274.0, 4241.0, 4243.0, 4260.0, 4253.0, 4271.0, 4251.0, 4251.0, 4241.0, 4274.0, 4281.0, 4253.0, 4300.0, 4240.0, 4261.0, 4251.0, 4252.0, 4240.0, 4262.0, 4262.0, 4253.0, 4282.0, 4252.0, 4261.0, 4253.0, 4254.0, 4284.0, 4265.0, 4281.0, 4251.0, 4263.0, 4253.0, 4253.0, 4243.0, 4253.0, 4303.0, 4251.0, 4282.0, 4254.0, 4263.0, 4254.0, 4265.0, 4252.0, 4274.0, 4243.0, 4264.0, 4272.0, 4264.0, 4265.0, 4255.0, 4265.0, 4254.0, 4265.0, 4272.0, 4265.0, 4273.0, 4266.0, 4264.0, 4254.0, 4265.0, 4257.0, 4288.0, 4254.0, 4264.0, 4253.0, 4266.0, 4273.0, 4255.0, 4283.0, 4256.0, 4274.0, 4255.0, 4256.0, 4304.0, 4255.0, 4293.0, 4264.0, 4275.0, 4267.0, 4265.0, 4266.0, 4266.0, 4254.0, 4266.0, 4277.0, 4268.0, 4255.0, 4268.0, 4275.0, 4267.0, 4287.0, 4265.0, 4266.0, 4276.0, 4277.0, 4327.0, 4307.0, 4304.0, 4264.0, 4284.0, 4254.0, 4284.0, 4254.0, 4266.0, 4316.0, 4275.0, 4314.0, 4255.0, 4273.0, 4254.0, 4264.0, 4256.0, 4276.0, 4253.0, 4264.0, 4244.0, 4266.0, 4265.0, 4266.0, 4287.0, 4267.0, 4277.0, 4267.0, 4306.0, 4256.0, 4265.0, 4253.0, 4265.0, 4305.0, 4255.0, 4296.0, 4265.0, 4314.0, 4265.0, 4265.0, 4255.0, 4254.0, 4244.0, 4266.0, 4306.0, 4275.0, 4315.0, 4266.0, 4272.0, 4254.0, 4255.0, 4242.0, 4266.0, 4273.0, 4266.0, 4254.0, 4264.0, 4263.0, 4266.0, 4264.0, 4257.0, 4266.0, 4256.0, 4277.0, 4255.0, 4277.0, 4266.0, 4266.0, 4275.0, 4266.0, 4275.0, 4268.0, 4295.0, 4257.0, 4286.0, 4256.0, 4243.0, 4255.0, 4264.0, 4286.0, 4254.0, 4327.0, 4298.0, 4314.0, 4264.0, 4273.0, 4252.0, 4254.0, 4253.0, 4253.0, 4303.0, 4264.0, 4295.0, 4265.0, 4263.0, 4254.0, 4255.0, 4254.0, 4267.0, 4256.0, 4267.0, 4244.0, 4266.0, 4244.0, 4267.0, 4286.0, 4267.0, 4278.0, 4267.0, 4298.0, 4255.0, 4267.0, 4294.0, 4266.0, 4284.0, 4254.0, 4274.0, 4255.0, 4265.0, 4264.0, 4297.0, 4253.0, 4266.0, 4242.0, 4264.0, 4284.0, 4264.0, 4287.0, 4266.0, 4307.0, 4267.0, 4266.0, 4253.0, 4265.0, 4274.0, 4265.0, 4295.0, 4266.0, 4316.0, 4266.0, 4274.0, 4264.0, 4254.0, 4255.0, 4266.0, 4287.0, 4267.0, 4305.0, 4265.0, 4295.0, 4266.0, 4264.0, 4254.0, 4266.0, 4255.0, 4293.0, 4243.0, 4265.0, 4282.0, 4265.0, 4263.0, 4255.0, 4265.0, 4255.0, 4256.0, 4243.0, 4266.0, 4244.0, 4266.0, 4295.0, 4266.0, 4306.0, 4265.0, 4285.0, 4254.0, 4252.0, 4253.0, 4256.0, 4284.0, 4266.0, 4305.0, 4254.0, 4292.0, 4264.0, 4263.0, 4255.0, 4263.0, 4255.0, 4265.0, 4253.0, 4253.0, 4244.0, 4253.0, 4304.0, 4264.0, 4305.0, 4255.0, 4272.0, 4252.0, 4254.0, 4242.0, 4256.0, 4254.0, 4266.0, 4252.0, 4265.0, 4265.0, 4265.0, 4266.0, 4267.0, 4268.0, 4279.0, 4256.0, 4267.0, 4266.0, 4286.0, 4268.0, 4307.0, 4278.0, 4306.0, 4268.0, 4286.0, 4267.0, 4264.0, 4256.0, 4276.0, 4267.0, 4277.0, 4265.0, 4267.0, 4263.0, 4266.0, 4316.0, 4306.0, 4315.0, 4285.0, 4291.0, 4241.0, 4241.0, 4240.0, 4253.0, 4284.0, 4265.0, 4292.0, 4252.0, 4270.0, 4254.0, 4252.0, 4243.0, 4244.0, 4242.0, 4275.0, 4253.0, 4254.0, 4303.0, 4253.0, 4262.0, 4251.0, 4253.0, 4243.0, 4294.0, 4242.0, 4243.0, 4243.0, 4254.0, 4263.0, 4255.0, 4273.0, 4254.0, 4274.0, 4255.0, 4264.0, 4253.0, 4264.0, 4262.0, 4255.0, 4274.0, 4255.0, 4264.0, 4256.0, 4253.0, 4254.0, 4266.0, 4243.0, 4264.0, 4285.0, 4266.0, 4276.0, 4276.0, 4287.0, 4266.0, 4267.0, 4255.0, 4267.0, 4307.0, 4256.0, 4314.0, 4287.0, 4304.0, 4255.0, 4254.0, 4264.0, 4254.0, 4254.0, 4253.0, 4276.0, 4266.0, 4316.0, 4286.0, 4294.0, 4254.0, 4273.0, 4254.0, 4253.0, 4244.0, 4265.0, 4245.0, 4276.0, 4263.0, 4267.0, 4274.0, 4265.0, 4265.0, 4256.0, 4266.0, 4263.0, 4276.0, 4243.0, 4265.0, 4284.0, 4255.0, 4273.0, 4258.0, 4276.0, 4256.0, 4256.0, 4257.0, 4267.0, 4275.0, 4266.0, 4317.0, 4277.0, 4305.0, 4266.0, 4273.0, 4254.0, 4255.0, 4264.0, 4284.0, 4244.0, 4266.0, 4243.0, 4266.0, 4275.0, 4266.0, 4287.0, 4255.0, 4307.0, 4256.0, 4246.0, 4253.0, 4265.0, 4306.0, 4265.0, 4305.0, 4266.0, 4263.0, 4266.0, 4256.0, 4266.0, 4266.0, 4257.0, 4268.0, 4256.0, 4277.0, 4245.0, 4268.0, 4307.0, 4277.0, 4287.0, 4267.0, 4308.0, 4266.0, 4267.0, 4256.0, 4255.0, 4305.0, 4254.0, 4315.0, 4296.0, 4304.0, 4254.0, 4261.0, 4253.0, 4252.0, 4254.0, 4265.0, 4253.0, 4286.0, 4244.0, 4255.0, 4271.0, 4253.0, 4273.0, 4254.0, 4293.0, 4255.0, 4283.0, 4253.0, 4253.0, 4243.0, 4254.0, 4292.0, 4254.0, 4274.0, 4255.0, 4263.0, 4255.0, 4254.0, 4244.0, 4264.0, 4254.0, 4266.0, 4264.0, 4264.0, 4274.0, 4280.0, 4290.0, 4281.0, 4268.0, 4279.0, 4268.0, 4268.0, 4269.0, 4271.0, 4282.0, 4322.0, 4312.0, 4332.0, 4289.0, 4309.0, 4266.0, 4284.0, 4255.0, 4275.0, 4305.0, 4307.0, 4284.0, 4255.0, 4283.0, 4264.0, 4262.0, 4255.0, 4265.0, 4254.0, 4285.0, 4254.0, 4256.0, 4254.0, 4255.0, 4274.0, 4254.0, 4263.0, 4254.0, 4266.0, 4255.0, 4266.0, 4244.0, 4266.0, 4293.0, 4266.0, 4264.0, 4256.0, 4264.0, 4265.0, 4267.0, 4255.0, 4267.0, 4285.0, 4266.0, 4286.0, 4255.0, 4276.0, 4254.0, 4256.0, 4286.0, 4286.0, 4255.0, 4265.0, 4254.0, 4265.0, 4285.0, 4255.0, 4285.0, 4256.0, 4306.0, 4276.0, 4267.0, 4316.0, 4265.0, 4264.0, 4254.0, 4255.0, 4244.0, 4275.0, 4254.0, 4266.0, 4296.0, 4267.0, 4266.0, 4255.0, 4268.0, 4256.0, 4289.0, 4256.0, 4257.0, 4267.0, 4279.0, 4307.0, 4269.0, 4286.0, 4269.0, 4299.0, 4308.0, 4330.0, 4274.0, 4267.0, 4303.0, 4254.0, 4304.0, 4252.0, 4295.0, 4273.0, 4315.0, 4251.0, 4252.0, 4282.0, 4252.0, 4251.0, 4241.0, 4253.0, 4283.0, 4252.0, 4281.0, 4251.0, 4241.0, 4252.0, 4254.0, 4244.0, 4265.0, 4242.0, 4265.0, 4294.0, 4255.0, 4255.0, 4255.0, 4256.0, 4264.0, 4266.0, 4276.0, 4267.0, 4274.0, 4267.0, 4267.0, 4255.0, 4265.0, 4306.0, 4276.0, 4316.0, 4305.0, 4304.0, 4253.0, 4232.0, 4242.0, 4264.0, 4273.0, 4264.0, 4285.0, 4265.0, 4306.0, 4255.0, 4265.0, 4253.0, 4265.0, 4284.0, 4255.0, 4275.0, 4255.0, 4275.0, 4255.0, 4265.0, 4274.0, 4265.0, 4275.0, 4256.0, 4266.0, 4254.0, 4266.0, 4243.0, 4267.0, 4285.0, 4268.0, 4278.0, 4257.0, 4277.0, 4255.0, 4267.0, 4255.0, 4267.0, 4306.0, 4268.0, 4297.0, 4288.0, 4318.0, 4255.0, 4265.0, 4272.0, 4253.0, 4293.0, 4266.0, 4274.0, 4254.0, 4284.0, 4252.0, 4264.0, 4252.0, 4264.0, 4283.0, 4267.0, 4266.0, 4266.0, 4255.0, 4255.0, 4267.0, 4265.0, 4266.0, 4285.0, 4267.0, 4287.0, 4266.0, 4264.0, 4256.0, 4264.0, 4296.0, 4266.0, 4307.0, 4277.0, 4314.0, 4253.0, 4254.0, 4241.0, 4263.0, 4292.0, 4252.0, 4273.0, 4255.0, 4285.0, 4254.0, 4244.0, 4252.0, 4252.0, 4243.0, 4264.0, 4305.0, 4252.0, 4285.0, 4255.0, 4264.0, 4253.0, 4264.0, 4262.0, 4254.0, 4294.0, 4266.0, 4304.0, 4265.0, 4262.0, 4265.0, 4254.0, 4254.0, 4266.0, 4274.0, 4269.0, 4297.0, 4266.0, 4286.0, 4267.0, 4266.0, 4266.0, 4265.0, 4255.0, 4266.0, 4317.0, 4299.0, 4317.0, 4266.0, 4295.0, 4266.0, 4273.0, 4264.0, 4275.0, 4257.0, 4286.0, 4255.0, 4264.0, 4255.0, 4266.0, 4305.0, 4265.0, 4274.0, 4254.0, 4256.0, 4254.0, 4266.0, 4242.0, 4268.0, 4296.0, 4279.0, 4278.0, 4277.0, 4255.0, 4268.0, 4267.0, 4277.0, 4280.0, 4308.0, 4280.0, 4306.0, 4269.0], 'WindowWidth': [9572.0, 9567.0, 9513.0, 9460.0, 9444.0, 9454.0, 9445.0, 9441.0, 9443.0, 9442.0, 9430.0, 9460.0, 9439.0, 9442.0, 9421.0, 9428.0, 9450.0, 9425.0, 9453.0, 9423.0, 9441.0, 9437.0, 9484.0, 9424.0, 9442.0, 9412.0, 9439.0, 9449.0, 9441.0, 9453.0, 9444.0, 9482.0, 9439.0, 9441.0, 9464.0, 9442.0, 9477.0, 9429.0, 9452.0, 9423.0, 9467.0, 9439.0, 9424.0, 9424.0, 9443.0, 9470.0, 9448.0, 9471.0, 9448.0, 9425.0, 9445.0, 9442.0, 9428.0, 9448.0, 9484.0, 9462.0, 9467.0, 9445.0, 9444.0, 9447.0, 9448.0, 9458.0, 9448.0, 9486.0, 9447.0, 9473.0, 9449.0, 9445.0, 9436.0, 9444.0, 9513.0, 9466.0, 9510.0, 9440.0, 9472.0, 9419.0, 9406.0, 9402.0, 9423.0, 9481.0, 9438.0, 9459.0, 9441.0, 9423.0, 9426.0, 9426.0, 9450.0, 9471.0, 9448.0, 9423.0, 9492.0, 9423.0, 9456.0, 9422.0, 9463.0, 9410.0, 9508.0, 9416.0, 9405.0, 9413.0, 9415.0, 9486.0, 9419.0, 9486.0, 9422.0, 9428.0, 9417.0, 9416.0, 9400.0, 9408.0, 9457.0, 9434.0, 9502.0, 9420.0, 9465.0, 9420.0, 9413.0, 9417.0, 9429.0, 9405.0, 9452.0, 9419.0, 9423.0, 9403.0, 9426.0, 9463.0, 9424.0, 9473.0, 9420.0, 9445.0, 9419.0, 9421.0, 9420.0, 9422.0, 9419.0, 9425.0, 9459.0, 9425.0, 9453.0, 9430.0, 9449.0, 9424.0, 9411.0, 9424.0, 9444.0, 9423.0, 9445.0, 9472.0, 9462.0, 9463.0, 9446.0, 9458.0, 9450.0, 9461.0, 9444.0, 9448.0, 9502.0, 9489.0, 9514.0, 9429.0, 9492.0, 9421.0, 9436.0, 9406.0, 9425.0, 9465.0, 9442.0, 9456.0, 9424.0, 9446.0, 9424.0, 9432.0, 9423.0, 9435.0, 9421.0, 9426.0, 9493.0, 9428.0, 9451.0, 9427.0, 9453.0, 9425.0, 9454.0, 9436.0, 9425.0, 9474.0, 9422.0, 9432.0, 9419.0, 9426.0, 9421.0, 9427.0, 9435.0, 9442.0, 9451.0, 9423.0, 9440.0, 9424.0, 9441.0, 9413.0, 9444.0, 9469.0, 9445.0, 9441.0, 9445.0, 9441.0, 9428.0, 9460.0, 9426.0, 9444.0, 9451.0, 9425.0, 9462.0, 9427.0, 9449.0, 9428.0, 9442.0, 9427.0, 9445.0, 9426.0, 9443.0, 9409.0, 9443.0, 9500.0, 9460.0, 9508.0, 9439.0, 9478.0, 9424.0, 9441.0, 9421.0, 9429.0, 9512.0, 9494.0, 9553.0, 9539.0, 9468.0, 9441.0, 9420.0, 9442.0, 9460.0, 9464.0, 9473.0, 9510.0, 9472.0, 9526.0, 9504.0, 9518.0, 9427.0, 9440.0, 9502.0, 9401.0, 9482.0, 9430.0, 9455.0, 9400.0, 9489.0, 9399.0, 9399.0, 9381.0, 9417.0, 9418.0, 9398.0, 9409.0, 9402.0, 9404.0, 9406.0, 9423.0, 9408.0, 9425.0, 9444.0, 9408.0, 9419.0, 9405.0, 9449.0, 9401.0, 9406.0, 9426.0, 9419.0, 9441.0, 9416.0, 9416.0, 9402.0, 9449.0, 9456.0, 9420.0, 9481.0, 9400.0, 9427.0, 9417.0, 9418.0, 9401.0, 9432.0, 9431.0, 9421.0, 9458.0, 9420.0, 9430.0, 9421.0, 9424.0, 9466.0, 9440.0, 9457.0, 9417.0, 9433.0, 9422.0, 9422.0, 9407.0, 9423.0, 9491.0, 9419.0, 9460.0, 9426.0, 9435.0, 9426.0, 9442.0, 9420.0, 9452.0, 9408.0, 9440.0, 9447.0, 9441.0, 9441.0, 9429.0, 9443.0, 9426.0, 9441.0, 9448.0, 9440.0, 9449.0, 9443.0, 9440.0, 9427.0, 9443.0, 9435.0, 9479.0, 9427.0, 9441.0, 9423.0, 9445.0, 9450.0, 9427.0, 9464.0, 9430.0, 9452.0, 9426.0, 9429.0, 9494.0, 9429.0, 9479.0, 9442.0, 9453.0, 9446.0, 9442.0, 9445.0, 9445.0, 9426.0, 9445.0, 9461.0, 9451.0, 9431.0, 9452.0, 9457.0, 9450.0, 9474.0, 9444.0, 9445.0, 9458.0, 9461.0, 9529.0, 9500.0, 9492.0, 9439.0, 9466.0, 9426.0, 9466.0, 9424.0, 9443.0, 9512.0, 9455.0, 9506.0, 9428.0, 9449.0, 9425.0, 9440.0, 9431.0, 9457.0, 9422.0, 9439.0, 9412.0, 9445.0, 9441.0, 9446.0, 9473.0, 9449.0, 9461.0, 9447.0, 9500.0, 9431.0, 9442.0, 9424.0, 9443.0, 9497.0, 9428.0, 9484.0, 9444.0, 9508.0, 9442.0, 9442.0, 9427.0, 9425.0, 9413.0, 9444.0, 9500.0, 9456.0, 9509.0, 9443.0, 9448.0, 9424.0, 9426.0, 9407.0, 9444.0, 9451.0, 9445.0, 9425.0, 9441.0, 9436.0, 9445.0, 9441.0, 9434.0, 9445.0, 9431.0, 9460.0, 9428.0, 9461.0, 9444.0, 9447.0, 9457.0, 9447.0, 9457.0, 9451.0, 9483.0, 9432.0, 9469.0, 9430.0, 9411.0, 9429.0, 9439.0, 9471.0, 9426.0, 9529.0, 9489.0, 9506.0, 9438.0, 9448.0, 9420.0, 9425.0, 9423.0, 9425.0, 9493.0, 9440.0, 9481.0, 9441.0, 9437.0, 9427.0, 9428.0, 9426.0, 9446.0, 9431.0, 9446.0, 9412.0, 9445.0, 9414.0, 9448.0, 9471.0, 9448.0, 9463.0, 9450.0, 9491.0, 9428.0, 9446.0, 9479.0, 9443.0, 9463.0, 9425.0, 9452.0, 9427.0, 9441.0, 9439.0, 9487.0, 9422.0, 9442.0, 9405.0, 9439.0, 9463.0, 9440.0, 9473.0, 9447.0, 9501.0, 9447.0, 9444.0, 9424.0, 9443.0, 9450.0, 9440.0, 9482.0, 9444.0, 9511.0, 9444.0, 9451.0, 9441.0, 9427.0, 9428.0, 9444.0, 9474.0, 9447.0, 9497.0, 9441.0, 9482.0, 9444.0, 9438.0, 9427.0, 9443.0, 9428.0, 9478.0, 9409.0, 9439.0, 9461.0, 9440.0, 9436.0, 9428.0, 9440.0, 9427.0, 9430.0, 9410.0, 9445.0, 9412.0, 9443.0, 9482.0, 9445.0, 9498.0, 9441.0, 9465.0, 9424.0, 9420.0, 9421.0, 9429.0, 9466.0, 9444.0, 9494.0, 9424.0, 9473.0, 9437.0, 9435.0, 9429.0, 9435.0, 9426.0, 9439.0, 9421.0, 9424.0, 9411.0, 9424.0, 9495.0, 9438.0, 9494.0, 9427.0, 9445.0, 9420.0, 9425.0, 9407.0, 9429.0, 9424.0, 9443.0, 9421.0, 9444.0, 9441.0, 9444.0, 9444.0, 9449.0, 9449.0, 9467.0, 9432.0, 9447.0, 9446.0, 9471.0, 9450.0, 9503.0, 9464.0, 9498.0, 9449.0, 9469.0, 9445.0, 9438.0, 9431.0, 9456.0, 9446.0, 9460.0, 9441.0, 9444.0, 9437.0, 9441.0, 9514.0, 9498.0, 9508.0, 9465.0, 9469.0, 9401.0, 9401.0, 9400.0, 9421.0, 9463.0, 9438.0, 9472.0, 9418.0, 9441.0, 9422.0, 9417.0, 9406.0, 9409.0, 9406.0, 9453.0, 9419.0, 9422.0, 9490.0, 9419.0, 9430.0, 9416.0, 9420.0, 9409.0, 9476.0, 9404.0, 9408.0, 9408.0, 9424.0, 9435.0, 9425.0, 9447.0, 9425.0, 9449.0, 9425.0, 9437.0, 9423.0, 9437.0, 9432.0, 9426.0, 9449.0, 9428.0, 9436.0, 9431.0, 9424.0, 9427.0, 9443.0, 9409.0, 9439.0, 9469.0, 9445.0, 9457.0, 9459.0, 9474.0, 9446.0, 9446.0, 9429.0, 9445.0, 9500.0, 9429.0, 9508.0, 9471.0, 9489.0, 9426.0, 9422.0, 9438.0, 9422.0, 9424.0, 9423.0, 9456.0, 9443.0, 9513.0, 9469.0, 9477.0, 9424.0, 9446.0, 9423.0, 9421.0, 9409.0, 9439.0, 9413.0, 9458.0, 9435.0, 9445.0, 9450.0, 9441.0, 9440.0, 9431.0, 9442.0, 9436.0, 9456.0, 9409.0, 9441.0, 9463.0, 9427.0, 9450.0, 9436.0, 9456.0, 9431.0, 9430.0, 9434.0, 9447.0, 9456.0, 9446.0, 9517.0, 9460.0, 9495.0, 9444.0, 9449.0, 9424.0, 9426.0, 9438.0, 9465.0, 9411.0, 9441.0, 9408.0, 9445.0, 9453.0, 9445.0, 9473.0, 9431.0, 9502.0, 9431.0, 9415.0, 9422.0, 9441.0, 9498.0, 9440.0, 9495.0, 9444.0, 9435.0, 9445.0, 9429.0, 9445.0, 9444.0, 9435.0, 9451.0, 9430.0, 9461.0, 9417.0, 9450.0, 9501.0, 9461.0, 9475.0, 9448.0, 9503.0, 9443.0, 9444.0, 9428.0, 9426.0, 9496.0, 9423.0, 9510.0, 9481.0, 9490.0, 9424.0, 9428.0, 9422.0, 9418.0, 9423.0, 9441.0, 9421.0, 9468.0, 9408.0, 9426.0, 9444.0, 9421.0, 9446.0, 9426.0, 9475.0, 9427.0, 9460.0, 9421.0, 9421.0, 9408.0, 9424.0, 9473.0, 9423.0, 9448.0, 9425.0, 9433.0, 9427.0, 9425.0, 9414.0, 9440.0, 9425.0, 9444.0, 9439.0, 9441.0, 9454.0, 9469.0, 9485.0, 9473.0, 9449.0, 9469.0, 9453.0, 9454.0, 9457.0, 9460.0, 9476.0, 9533.0, 9518.0, 9545.0, 9481.0, 9503.0, 9445.0, 9466.0, 9426.0, 9454.0, 9493.0, 9500.0, 9462.0, 9424.0, 9460.0, 9436.0, 9432.0, 9428.0, 9439.0, 9426.0, 9467.0, 9423.0, 9427.0, 9422.0, 9424.0, 9448.0, 9425.0, 9436.0, 9425.0, 9441.0, 9426.0, 9442.0, 9410.0, 9443.0, 9475.0, 9444.0, 9438.0, 9431.0, 9439.0, 9442.0, 9446.0, 9427.0, 9445.0, 9467.0, 9443.0, 9469.0, 9428.0, 9455.0, 9425.0, 9429.0, 9470.0, 9471.0, 9425.0, 9441.0, 9423.0, 9440.0, 9466.0, 9428.0, 9468.0, 9432.0, 9498.0, 9455.0, 9444.0, 9511.0, 9440.0, 9437.0, 9424.0, 9427.0, 9413.0, 9454.0, 9426.0, 9443.0, 9482.0, 9446.0, 9442.0, 9431.0, 9450.0, 9433.0, 9479.0, 9431.0, 9435.0, 9447.0, 9465.0, 9502.0, 9452.0, 9473.0, 9451.0, 9493.0, 9504.0, 9537.0, 9451.0, 9444.0, 9489.0, 9424.0, 9491.0, 9418.0, 9481.0, 9448.0, 9509.0, 9415.0, 9418.0, 9458.0, 9417.0, 9413.0, 9402.0, 9420.0, 9459.0, 9419.0, 9454.0, 9416.0, 9404.0, 9420.0, 9424.0, 9413.0, 9441.0, 9408.0, 9442.0, 9479.0, 9429.0, 9428.0, 9428.0, 9430.0, 9440.0, 9445.0, 9456.0, 9447.0, 9453.0, 9446.0, 9445.0, 9428.0, 9442.0, 9499.0, 9456.0, 9513.0, 9496.0, 9490.0, 9421.0, 9392.0, 9405.0, 9438.0, 9450.0, 9440.0, 9468.0, 9445.0, 9496.0, 9427.0, 9441.0, 9422.0, 9440.0, 9466.0, 9429.0, 9454.0, 9428.0, 9454.0, 9427.0, 9441.0, 9452.0, 9441.0, 9454.0, 9433.0, 9443.0, 9427.0, 9443.0, 9410.0, 9449.0, 9468.0, 9449.0, 9463.0, 9435.0, 9459.0, 9429.0, 9447.0, 9429.0, 9447.0, 9498.0, 9448.0, 9489.0, 9475.0, 9517.0, 9427.0, 9440.0, 9444.0, 9422.0, 9475.0, 9443.0, 9452.0, 9427.0, 9463.0, 9419.0, 9439.0, 9420.0, 9439.0, 9463.0, 9446.0, 9442.0, 9445.0, 9428.0, 9428.0, 9446.0, 9442.0, 9444.0, 9470.0, 9449.0, 9471.0, 9445.0, 9439.0, 9430.0, 9440.0, 9483.0, 9444.0, 9500.0, 9460.0, 9505.0, 9421.0, 9422.0, 9403.0, 9435.0, 9472.0, 9420.0, 9449.0, 9429.0, 9466.0, 9424.0, 9410.0, 9420.0, 9420.0, 9409.0, 9438.0, 9496.0, 9421.0, 9466.0, 9428.0, 9438.0, 9423.0, 9438.0, 9433.0, 9426.0, 9480.0, 9444.0, 9492.0, 9439.0, 9433.0, 9441.0, 9426.0, 9427.0, 9444.0, 9454.0, 9452.0, 9487.0, 9446.0, 9469.0, 9448.0, 9443.0, 9444.0, 9441.0, 9427.0, 9443.0, 9515.0, 9491.0, 9513.0, 9443.0, 9481.0, 9443.0, 9450.0, 9440.0, 9455.0, 9434.0, 9470.0, 9427.0, 9439.0, 9426.0, 9444.0, 9496.0, 9441.0, 9450.0, 9425.0, 9430.0, 9425.0, 9443.0, 9409.0, 9448.0, 9487.0, 9466.0, 9462.0, 9463.0, 9430.0, 9450.0, 9448.0, 9463.0, 9471.0, 9505.0, 9468.0, 9500.0, 9454.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.00020174429223744292</td></tr>
<tr><td colspan=3>aqi</td><td>0.017447421369863013</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.469784668592325</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2901321203747727</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9881964875411328</td></tr>
<tr><td colspan=3>efc</td><td>0.4544</td></tr>
<tr><td colspan=3>fber</td><td>7751.1299</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0816371769401914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.095890410958904</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.415318972771321</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.356780580173609</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6841171178238428</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.205059220316512</td></tr>
<tr><td colspan=3>gcor</td><td>0.00510501</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012156912125647068</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02629007212817669</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</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.6590175627762322</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>29.3047</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2279</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.1874</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303846.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>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.4953</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1108</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.7223</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.5117</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.3548</td></tr>
<tr><td colspan=3>tsnr</td><td>43.85304770397488</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>