ds005256-mriqc/sub-0106_ses-04_task-fractional_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3dec7468be [DATALAD RUNCMD] Compute MRIQC for sub-0106
=== 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-0106 --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-0106",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:19 +02:00

616 lines
No EOL
143 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-0106_ses-04_task-fractional_acq-mb8_run-01_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-0106_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0106_suffix-bold_task-fractional" 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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-01_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-0106/ses-04/func/sub-0106_ses-04_task-fractional_acq-mb8_run-01_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>02fa24183209f7da3438bd2b83dc192d</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>18:45:30.010000</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_VE11E_LATEST_20181129</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</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.259</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-01_task-fractional_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.0952852</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c7dc7d9-af28-4669-82f5-a85991910af7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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, 1322]</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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['184530.010000', '184530.470000', '184530.930000', '184531.390000', '184531.850000', '184532.310000', '184532.770000', '184533.230000', '184533.690000', '184534.150000', '184534.610000', '184535.070000', '184535.530000', '184535.990000', '184536.450000', '184536.910000', '184537.370000', '184537.830000', '184538.290000', '184538.750000', '184539.210000', '184539.670000', '184540.130000', '184540.590000', '184541.050000', '184541.510000', '184541.970000', '184542.430000', '184542.890000', '184543.350000', '184543.810000', '184544.270000', '184544.730000', '184545.190000', '184545.650000', '184546.110000', '184546.570000', '184547.030000', '184547.490000', '184547.950000', '184548.410000', '184548.870000', '184549.330000', '184549.790000', '184550.250000', '184550.710000', '184551.170000', '184551.630000', '184552.090000', '184552.550000', '184553.010000', '184553.470000', '184553.930000', '184554.390000', '184554.850000', '184555.310000', '184555.770000', '184556.230000', '184556.690000', '184557.150000', '184557.610000', '184558.070000', '184558.530000', '184558.990000', '184559.450000', '184559.910000', '184600.370000', '184600.830000', '184601.290000', '184601.750000', '184602.210000', '184602.670000', '184603.130000', '184603.590000', '184604.050000', '184604.510000', '184604.970000', '184605.430000', '184605.890000', '184606.350000', '184606.810000', '184607.270000', '184607.730000', '184608.190000', '184608.650000', '184609.110000', '184609.570000', '184610.030000', '184610.490000', '184610.950000', '184611.410000', '184611.870000', '184612.330000', '184612.790000', '184613.250000', '184613.710000', '184614.170000', '184614.630000', '184615.090000', '184615.550000', '184616.010000', '184616.470000', '184616.930000', '184617.390000', '184617.850000', '184618.310000', '184618.770000', '184619.230000', '184619.690000', '184620.150000', '184620.610000', '184621.070000', '184621.530000', '184621.990000', '184622.450000', '184622.910000', '184623.370000', '184623.830000', '184624.290000', '184624.750000', '184625.210000', '184625.670000', '184626.130000', '184626.590000', '184627.050000', '184627.510000', '184627.970000', '184628.430000', '184628.890000', '184629.350000', '184629.810000', '184630.270000', '184630.730000', '184631.190000', '184631.650000', '184632.110000', '184632.570000', '184633.030000', '184633.490000', '184633.950000', '184634.410000', '184634.870000', '184635.330000', '184635.790000', '184636.250000', '184636.710000', '184637.170000', '184637.630000', '184638.090000', '184638.550000', '184639.010000', '184639.470000', '184639.930000', '184640.390000', '184640.850000', '184641.310000', '184641.770000', '184642.230000', '184642.690000', '184643.150000', '184643.610000', '184644.070000', '184644.530000', '184644.990000', '184645.450000', '184645.910000', '184646.370000', '184646.830000', '184647.290000', '184647.750000', '184648.210000', '184648.670000', '184649.130000', '184649.590000', '184650.050000', '184650.510000', '184650.970000', '184651.430000', '184651.890000', '184652.350000', '184652.810000', '184653.270000', '184653.730000', '184654.190000', '184654.650000', '184655.110000', '184655.570000', '184656.030000', '184656.490000', '184656.950000', '184657.410000', '184657.870000', '184658.330000', '184658.790000', '184659.250000', '184659.710000', '184700.170000', '184700.630000', '184701.090000', '184701.550000', '184702.010000', '184702.470000', '184702.930000', '184703.390000', '184703.850000', '184704.310000', '184704.770000', '184705.230000', '184705.690000', '184706.150000', '184706.610000', '184707.070000', '184707.530000', '184707.990000', '184708.450000', '184708.910000', '184709.370000', '184709.830000', '184710.290000', '184710.750000', '184711.210000', '184711.670000', '184712.130000', '184712.590000', '184713.050000', '184713.510000', '184713.970000', '184714.430000', '184714.890000', '184715.350000', '184715.810000', '184716.270000', '184716.730000', '184717.190000', '184717.650000', '184718.110000', '184718.570000', '184719.030000', '184719.490000', '184719.950000', '184720.410000', '184720.870000', '184721.330000', '184721.790000', '184722.250000', '184722.710000', '184723.170000', '184723.630000', '184724.090000', '184724.550000', '184725.010000', '184725.470000', '184725.930000', '184726.390000', '184726.850000', '184727.310000', '184727.770000', '184728.230000', '184728.690000', '184729.150000', '184729.610000', '184730.070000', '184730.530000', '184730.990000', '184731.450000', '184731.910000', '184732.370000', '184732.830000', '184733.290000', '184733.750000', '184734.210000', '184734.670000', '184735.130000', '184735.590000', '184736.050000', '184736.510000', '184736.970000', '184737.430000', '184737.890000', '184738.350000', '184738.810000', '184739.270000', '184739.730000', '184740.190000', '184740.650000', '184741.110000', '184741.570000', '184742.030000', '184742.490000', '184742.950000', '184743.410000', '184743.870000', '184744.330000', '184744.790000', '184745.250000', '184745.710000', '184746.170000', '184746.630000', '184747.090000', '184747.550000', '184748.010000', '184748.470000', '184748.930000', '184749.390000', '184749.850000', '184750.310000', '184750.770000', '184751.230000', '184751.690000', '184752.150000', '184752.610000', '184753.070000', '184753.530000', '184753.990000', '184754.450000', '184754.910000', '184755.370000', '184755.830000', '184756.290000', '184756.750000', '184757.210000', '184757.670000', '184758.130000', '184758.590000', '184759.050000', '184759.510000', '184759.970000', '184800.430000', '184800.890000', '184801.350000', '184801.810000', '184802.270000', '184802.730000', '184803.190000', '184803.650000', '184804.110000', '184804.570000', '184805.030000', '184805.490000', '184805.950000', '184806.410000', '184806.870000', '184807.330000', '184807.790000', '184808.250000', '184808.710000', '184809.170000', '184809.630000', '184810.090000', '184810.550000', '184811.010000', '184811.470000', '184811.930000', '184812.390000', '184812.850000', '184813.310000', '184813.770000', '184814.230000', '184814.690000', '184815.150000', '184815.610000', '184816.070000', '184816.530000', '184816.990000', '184817.450000', '184817.910000', '184818.370000', '184818.830000', '184819.290000', '184819.750000', '184820.210000', '184820.670000', '184821.130000', '184821.590000', '184822.050000', '184822.510000', '184822.970000', '184823.430000', '184823.890000', '184824.350000', '184824.810000', '184825.270000', '184825.730000', '184826.190000', '184826.650000', '184827.110000', '184827.570000', '184828.030000', '184828.490000', '184828.950000', '184829.410000', '184829.870000', '184830.330000', '184830.790000', '184831.250000', '184831.710000', '184832.170000', '184832.630000', '184833.090000', '184833.550000', '184834.010000', '184834.470000', '184834.930000', '184835.390000', '184835.850000', '184836.310000', '184836.770000', '184837.230000', '184837.690000', '184838.150000', '184838.610000', '184839.070000', '184839.530000', '184839.990000', '184840.450000', '184840.910000', '184841.370000', '184841.830000', '184842.290000', '184842.750000', '184843.210000', '184843.670000', '184844.130000', '184844.590000', '184845.050000', '184845.510000', '184845.970000', '184846.430000', '184846.890000', '184847.350000', '184847.810000', '184848.270000', '184848.730000', '184849.190000', '184849.650000', '184850.110000', '184850.570000', '184851.030000', '184851.490000', '184851.950000', '184852.410000', '184852.870000', '184853.330000', '184853.790000', '184854.250000', '184854.710000', '184855.170000', '184855.630000', '184856.090000', '184856.550000', '184857.010000', '184857.470000', '184857.930000', '184858.390000', '184858.850000', '184859.310000', '184859.770000', '184900.230000', '184900.690000', '184901.150000', '184901.610000', '184902.070000', '184902.530000', '184902.990000', '184903.450000', '184903.910000', '184904.370000', '184904.830000', '184905.290000', '184905.750000', '184906.210000', '184906.670000', '184907.130000', '184907.590000', '184908.050000', '184908.510000', '184908.970000', '184909.430000', '184909.890000', '184910.350000', '184910.810000', '184911.270000', '184911.730000', '184912.190000', '184912.650000', '184913.110000', '184913.570000', '184914.030000', '184914.490000', '184914.950000', '184915.410000', '184915.870000', '184916.330000', '184916.790000', '184917.250000', '184917.710000', '184918.170000', '184918.630000', '184919.090000', '184919.550000', '184920.010000', '184920.470000', '184920.930000', '184921.390000', '184921.850000', '184922.310000', '184922.770000', '184923.230000', '184923.690000', '184924.150000', '184924.610000', '184925.070000', '184925.530000', '184925.990000', '184926.450000', '184926.910000', '184927.370000', '184927.830000', '184928.290000', '184928.750000', '184929.210000', '184929.670000', '184930.130000', '184930.590000', '184931.050000', '184931.510000', '184931.970000', '184932.430000', '184932.890000', '184933.350000', '184933.810000', '184934.270000', '184934.730000', '184935.190000', '184935.650000', '184936.110000', '184936.570000', '184937.030000', '184937.490000', '184937.950000', '184938.410000', '184938.870000', '184939.330000', '184939.790000', '184940.250000', '184940.710000', '184941.170000', '184941.630000', '184942.090000', '184942.550000', '184943.010000', '184943.470000', '184943.930000', '184944.390000', '184944.850000', '184945.310000', '184945.770000', '184946.230000', '184946.690000', '184947.150000', '184947.610000', '184948.070000', '184948.530000', '184948.990000', '184949.450000', '184949.910000', '184950.370000', '184950.830000', '184951.290000', '184951.750000', '184952.210000', '184952.670000', '184953.130000', '184953.590000', '184954.050000', '184954.510000', '184954.970000', '184955.430000', '184955.890000', '184956.350000', '184956.810000', '184957.270000', '184957.730000', '184958.190000', '184958.650000', '184959.110000', '184959.570000', '185000.030000', '185000.490000', '185000.950000', '185001.410000', '185001.870000', '185002.330000', '185002.790000', '185003.250000', '185003.710000', '185004.170000', '185004.630000', '185005.090000', '185005.550000', '185006.010000', '185006.470000', '185006.930000', '185007.390000', '185007.850000', '185008.310000', '185008.770000', '185009.230000', '185009.690000', '185010.150000', '185010.610000', '185011.070000', '185011.530000', '185011.990000', '185012.450000', '185012.910000', '185013.370000', '185013.830000', '185014.290000', '185014.750000', '185015.210000', '185015.670000', '185016.130000', '185016.590000', '185017.050000', '185017.510000', '185017.970000', '185018.430000', '185018.890000', '185019.350000', '185019.810000', '185020.270000', '185020.730000', '185021.190000', '185021.650000', '185022.110000', '185022.570000', '185023.030000', '185023.490000', '185023.950000', '185024.410000', '185024.870000', '185025.330000', '185025.790000', '185026.250000', '185026.710000', '185027.170000', '185027.630000', '185028.090000', '185028.550000', '185029.010000', '185029.470000', '185029.930000', '185030.390000', '185030.850000', '185031.310000', '185031.770000', '185032.230000', '185032.690000', '185033.150000', '185033.610000', '185034.070000', '185034.530000', '185034.990000', '185035.450000', '185035.910000', '185036.370000', '185036.830000', '185037.290000', '185037.750000', '185038.210000', '185038.670000', '185039.130000', '185039.590000', '185040.050000', '185040.510000', '185040.970000', '185041.430000', '185041.890000', '185042.350000', '185042.810000', '185043.270000', '185043.730000', '185044.190000', '185044.650000', '185045.110000', '185045.570000', '185046.030000', '185046.490000', '185046.950000', '185047.410000', '185047.870000', '185048.330000', '185048.790000', '185049.250000', '185049.710000', '185050.170000', '185050.630000', '185051.090000', '185051.550000', '185052.010000', '185052.470000', '185052.930000', '185053.390000', '185053.850000', '185054.310000', '185054.770000', '185055.230000', '185055.690000', '185056.150000', '185056.610000', '185057.070000', '185057.530000', '185057.990000', '185058.450000', '185058.910000', '185059.370000', '185059.830000', '185100.290000', '185100.750000', '185101.210000', '185101.670000', '185102.130000', '185102.590000', '185103.050000', '185103.510000', '185103.970000', '185104.430000', '185104.890000', '185105.350000', '185105.810000', '185106.270000', '185106.730000', '185107.190000', '185107.650000', '185108.110000', '185108.570000', '185109.030000', '185109.490000', '185109.950000', '185110.410000', '185110.870000', '185111.330000', '185111.790000', '185112.250000', '185112.710000', '185113.170000', '185113.630000', '185114.090000', '185114.550000', '185115.010000', '185115.470000', '185115.930000', '185116.390000', '185116.850000', '185117.310000', '185117.770000', '185118.230000', '185118.690000', '185119.150000', '185119.610000', '185120.070000', '185120.530000', '185120.990000', '185121.450000', '185121.910000', '185122.370000', '185122.830000', '185123.290000', '185123.750000', '185124.210000', '185124.670000', '185125.130000', '185125.590000', '185126.050000', '185126.510000', '185126.970000', '185127.430000', '185127.890000', '185128.350000', '185128.810000', '185129.270000', '185129.730000', '185130.190000', '185130.650000', '185131.110000', '185131.570000', '185132.030000', '185132.490000', '185132.950000', '185133.410000', '185133.870000', '185134.330000', '185134.790000', '185135.250000', '185135.710000', '185136.170000', '185136.630000', '185137.090000', '185137.550000', '185138.010000', '185138.470000', '185138.930000', '185139.390000', '185139.850000', '185140.310000', '185140.770000', '185141.230000', '185141.690000', '185142.150000', '185142.610000', '185143.070000', '185143.530000', '185143.990000', '185144.450000', '185144.910000', '185145.370000', '185145.830000', '185146.290000', '185146.750000', '185147.210000', '185147.670000', '185148.130000', '185148.590000', '185149.050000', '185149.510000', '185149.970000', '185150.430000', '185150.890000', '185151.350000', '185151.810000', '185152.270000', '185152.730000', '185153.190000', '185153.650000', '185154.110000', '185154.570000', '185155.030000', '185155.490000', '185155.950000', '185156.410000', '185156.870000', '185157.330000', '185157.790000', '185158.250000', '185158.710000', '185159.170000', '185159.630000', '185200.090000', '185200.550000', '185201.010000', '185201.470000', '185201.930000', '185202.390000', '185202.850000', '185203.310000', '185203.770000', '185204.230000', '185204.690000', '185205.150000', '185205.610000', '185206.070000', '185206.530000', '185206.990000', '185207.450000', '185207.910000', '185208.370000', '185208.830000', '185209.290000', '185209.750000', '185210.210000', '185210.670000', '185211.130000', '185211.590000', '185212.050000', '185212.510000', '185212.970000', '185213.430000', '185213.890000', '185214.350000', '185214.810000', '185215.270000', '185215.730000', '185216.190000', '185216.650000', '185217.110000', '185217.570000', '185218.030000', '185218.490000', '185218.950000', '185219.410000', '185219.870000', '185220.330000', '185220.790000', '185221.250000', '185221.710000', '185222.170000', '185222.630000', '185223.090000', '185223.550000', '185224.010000', '185224.470000', '185224.930000', '185225.390000', '185225.850000', '185226.310000', '185226.770000', '185227.230000', '185227.690000', '185228.150000', '185228.610000', '185229.070000', '185229.530000', '185229.990000', '185230.450000', '185230.910000', '185231.370000', '185231.830000', '185232.290000', '185232.750000', '185233.210000', '185233.670000', '185234.130000', '185234.590000', '185235.050000', '185235.510000', '185235.970000', '185236.430000', '185236.890000', '185237.350000', '185237.810000', '185238.270000', '185238.730000', '185239.190000', '185239.650000', '185240.110000', '185240.570000', '185241.030000', '185241.490000', '185241.950000', '185242.410000', '185242.870000', '185243.330000', '185243.790000', '185244.250000', '185244.710000', '185245.170000', '185245.630000', '185246.090000', '185246.550000', '185247.010000', '185247.470000', '185247.930000', '185248.390000', '185248.850000', '185249.310000', '185249.770000', '185250.230000', '185250.690000', '185251.150000', '185251.610000', '185252.070000', '185252.530000', '185252.990000', '185253.450000', '185253.910000', '185254.370000', '185254.830000', '185255.290000', '185255.750000', '185256.210000', '185256.670000', '185257.130000', '185257.590000', '185258.050000', '185258.510000', '185258.970000', '185259.430000', '185259.890000', '185300.350000', '185300.810000', '185301.270000', '185301.730000', '185302.190000', '185302.650000', '185303.110000', '185303.570000', '185304.030000', '185304.490000', '185304.950000', '185305.410000', '185305.870000', '185306.330000', '185306.790000', '185307.250000', '185307.710000', '185308.170000', '185308.630000', '185309.090000', '185309.550000', '185310.010000', '185310.470000', '185310.930000', '185311.390000', '185311.850000', '185312.310000', '185312.770000', '185313.230000', '185313.690000', '185314.150000', '185314.610000', '185315.070000', '185315.530000', '185315.990000', '185316.450000', '185316.910000', '185317.370000', '185317.830000', '185318.290000', '185318.750000', '185319.210000', '185319.670000', '185320.130000', '185320.590000', '185321.050000', '185321.510000', '185321.970000', '185322.430000', '185322.890000', '185323.350000', '185323.810000', '185324.270000', '185324.730000', '185325.190000', '185325.650000', '185326.110000', '185326.570000', '185327.030000', '185327.490000', '185327.950000', '185328.410000', '185328.870000', '185329.330000', '185329.790000', '185330.250000', '185330.710000', '185331.170000', '185331.630000', '185332.090000', '185332.550000', '185333.010000', '185333.470000', '185333.930000', '185334.390000', '185334.850000', '185335.310000', '185335.770000', '185336.230000', '185336.690000', '185337.150000', '185337.610000', '185338.070000', '185338.530000', '185338.990000', '185339.450000', '185339.910000', '185340.370000', '185340.830000', '185341.290000', '185341.750000', '185342.210000', '185342.670000', '185343.130000', '185343.590000', '185344.050000', '185344.510000', '185344.970000', '185345.430000', '185345.890000', '185346.350000', '185346.810000', '185347.270000', '185347.730000', '185348.190000', '185348.650000', '185349.110000', '185349.570000', '185350.030000', '185350.490000', '185350.950000', '185351.410000', '185351.870000', '185352.330000', '185352.790000', '185353.250000', '185353.710000', '185354.170000', '185354.630000', '185355.090000', '185355.550000', '185356.010000', '185356.470000', '185356.930000', '185357.390000', '185357.850000', '185358.310000', '185358.770000', '185359.230000', '185359.690000', '185400.150000', '185400.610000', '185401.070000', '185401.530000', '185401.990000', '185402.450000', '185402.910000', '185403.370000', '185403.830000', '185404.290000', '185404.750000', '185405.210000', '185405.670000', '185406.130000', '185406.590000', '185407.050000', '185407.510000', '185407.970000', '185408.430000', '185408.890000', '185409.350000', '185409.810000', '185410.270000', '185410.730000', '185411.190000', '185411.650000', '185412.110000', '185412.570000', '185413.030000', '185413.490000', '185413.950000', '185414.410000', '185414.870000', '185415.330000', '185415.790000', '185416.250000', '185416.710000', '185417.170000', '185417.630000', '185418.090000', '185418.550000', '185419.010000', '185419.470000', '185419.930000', '185420.390000', '185420.850000', '185421.310000', '185421.770000', '185422.230000', '185422.690000', '185423.150000', '185423.610000', '185424.070000', '185424.530000', '185424.990000', '185425.450000', '185425.910000', '185426.370000', '185426.830000', '185427.290000', '185427.750000', '185428.210000', '185428.670000', '185429.130000', '185429.590000', '185430.050000', '185430.510000', '185430.970000', '185431.430000', '185431.890000', '185432.350000', '185432.810000', '185433.270000', '185433.730000', '185434.190000', '185434.650000', '185435.110000', '185435.570000', '185436.030000', '185436.490000', '185436.950000', '185437.410000', '185437.870000', '185438.330000', '185438.790000', '185439.250000', '185439.710000', '185440.170000', '185440.630000', '185441.090000', '185441.550000', '185442.010000', '185442.470000', '185442.930000', '185443.390000', '185443.850000', '185444.310000', '185444.770000', '185445.230000', '185445.690000', '185446.150000', '185446.610000', '185447.070000', '185447.530000', '185447.990000', '185448.450000', '185448.910000', '185449.370000', '185449.830000', '185450.290000', '185450.750000', '185451.210000', '185451.670000', '185452.130000', '185452.590000', '185453.050000', '185453.510000', '185453.970000', '185454.430000', '185454.890000', '185455.350000', '185455.810000', '185456.270000', '185456.730000', '185457.190000', '185457.650000', '185458.110000', '185458.570000', '185459.030000', '185459.490000', '185459.950000', '185500.410000', '185500.870000', '185501.330000', '185501.790000', '185502.250000', '185502.710000', '185503.170000', '185503.630000', '185504.090000', '185504.550000', '185505.010000', '185505.470000', '185505.930000', '185506.390000', '185506.850000', '185507.310000', '185507.770000', '185508.230000', '185508.690000', '185509.150000', '185509.610000', '185510.070000', '185510.530000', '185510.990000', '185511.450000', '185511.910000', '185512.370000', '185512.830000', '185513.290000', '185513.750000', '185514.210000', '185514.670000', '185515.130000', '185515.590000', '185516.050000', '185516.510000', '185516.970000', '185517.430000', '185517.890000', '185518.350000', '185518.810000', '185519.270000', '185519.730000', '185520.190000', '185520.650000', '185521.110000', '185521.570000', '185522.030000', '185522.490000', '185522.950000', '185523.410000', '185523.870000', '185524.330000', '185524.790000', '185525.250000', '185525.710000', '185526.170000', '185526.630000', '185527.090000', '185527.550000', '185528.010000', '185528.470000', '185528.930000', '185529.390000', '185529.850000', '185530.310000', '185530.770000', '185531.230000', '185531.690000', '185532.150000', '185532.610000', '185533.070000', '185533.530000', '185533.990000', '185534.450000', '185534.910000', '185535.370000', '185535.830000', '185536.290000', '185536.750000', '185537.210000', '185537.670000'], 'ContentTime': ['184553.910000', '184553.913000', '184553.916000', '184553.918000', '184553.921000', '184553.923000', '184553.926000', '184553.928000', '184553.931000', '184553.934000', '184553.936000', '184553.939000', '184553.941000', '184553.944000', '184553.947000', '184553.949000', '184553.952000', '184553.954000', '184553.957000', '184553.959000', '184553.962000', '184553.965000', '184553.967000', '184553.970000', '184553.973000', '184553.975000', '184553.978000', '184553.980000', '184553.983000', '184553.985000', '184553.988000', '184553.991000', '184553.993000', '184553.996000', '184554.000000', '184554.002000', '184554.005000', '184554.007000', '184554.017000', '184554.020000', '184554.022000', '184554.025000', '184554.028000', '184554.030000', '184554.033000', '184554.035000', '184554.038000', '184554.040000', '184554.043000', '184554.046000', '184613.880000', '184613.883000', '184613.886000', '184613.889000', '184613.891000', '184613.894000', '184613.896000', '184613.899000', '184613.902000', '184613.904000', '184613.907000', '184613.909000', '184613.912000', '184613.919000', '184613.922000', '184613.925000', '184613.927000', '184613.930000', '184613.932000', '184613.935000', '184613.937000', '184613.940000', '184613.943000', '184613.945000', '184613.948000', '184613.950000', '184613.953000', '184613.955000', '184613.958000', '184613.961000', '184613.963000', '184613.966000', '184613.968000', '184613.971000', '184613.974000', '184613.976000', '184613.979000', '184613.981000', '184613.984000', '184613.986000', '184613.989000', '184613.991000', '184613.994000', '184613.996000', '184633.880000', '184633.883000', '184633.886000', '184633.888000', '184633.891000', '184633.893000', '184633.896000', '184633.899000', '184633.901000', '184633.904000', '184633.906000', '184633.909000', '184633.911000', '184633.914000', '184633.916000', '184633.919000', '184633.921000', '184633.930000', '184633.932000', '184633.935000', '184633.937000', '184633.940000', '184633.943000', '184633.945000', '184633.948000', '184633.950000', '184633.953000', '184633.955000', '184633.958000', '184633.960000', '184633.963000', '184633.966000', '184633.968000', '184633.971000', '184633.973000', '184633.976000', '184633.978000', '184633.981000', '184633.984000', '184633.986000', '184633.989000', '184633.991000', '184633.994000', '184653.881000', '184653.883000', '184653.886000', '184653.889000', '184653.891000', '184653.894000', '184653.896000', '184653.899000', '184653.901000', '184653.904000', '184653.907000', '184653.909000', '184653.912000', '184653.918000', '184653.921000', '184653.923000', '184653.926000', '184653.929000', '184653.931000', '184653.934000', '184653.936000', '184653.939000', '184653.942000', '184653.944000', '184653.947000', '184653.949000', '184653.952000', '184653.955000', '184653.957000', '184653.960000', '184653.962000', '184653.965000', '184653.981000', '184653.984000', '184653.987000', '184653.989000', '184653.992000', '184653.994000', '184653.997000', '184654.000000', '184654.002000', '184654.005000', '184654.008000', '184654.010000', '184713.881000', '184713.884000', '184713.887000', '184713.889000', '184713.892000', '184713.895000', '184713.897000', '184713.900000', '184713.902000', '184713.905000', '184713.907000', '184713.910000', '184713.913000', '184713.915000', '184713.918000', '184713.920000', '184713.923000', '184713.926000', '184713.928000', '184713.931000', '184713.933000', '184713.936000', '184713.938000', '184713.941000', '184713.944000', '184713.946000', '184713.949000', '184713.951000', '184713.954000', '184713.957000', '184713.964000', '184713.966000', '184713.969000', '184713.971000', '184713.974000', '184713.976000', '184713.979000', '184713.982000', '184713.984000', '184713.987000', '184713.989000', '184713.992000', '184713.995000', '184733.882000', '184733.885000', '184733.887000', '184733.890000', '184733.892000', '184733.895000', '184733.897000', '184733.900000', '184733.903000', '184733.905000', '184733.908000', '184733.910000', '184733.913000', '184733.916000', '184733.924000', '184733.927000', '184733.930000', '184733.932000', '184733.935000', '184733.937000', '184733.940000', '184733.943000', '184733.945000', '184733.948000', '184733.950000', '184733.953000', '184733.955000', '184733.958000', '184733.961000', '184733.963000', '184733.966000', '184733.968000', '184733.971000', '184733.974000', '184733.976000', '184733.979000', '184733.981000', '184733.984000', '184733.986000', '184733.989000', '184733.992000', '184733.994000', '184733.997000', '184734.000000', '184753.881000', '184753.883000', '184753.886000', '184753.889000', '184753.891000', '184753.894000', '184753.896000', '184753.899000', '184753.902000', '184753.904000', '184753.907000', '184753.909000', '184753.912000', '184753.915000', '184753.917000', '184753.920000', '184753.922000', '184753.925000', '184753.928000', '184753.930000', '184753.933000', '184753.936000', '184753.938000', '184753.941000', '184753.943000', '184753.946000', '184753.949000', '184753.951000', '184753.954000', '184753.956000', '184753.959000', '184753.961000', '184753.964000', '184753.967000', '184753.969000', '184753.972000', '184753.974000', '184753.977000', '184753.980000', '184753.982000', '184753.985000', '184753.987000', '184753.990000', '184813.880000', '184813.883000', '184813.886000', '184813.888000', '184813.891000', '184813.894000', '184813.896000', '184813.899000', '184813.901000', '184813.904000', '184813.907000', '184813.909000', '184813.912000', '184813.914000', '184813.917000', '184813.920000', '184813.922000', '184813.925000', '184813.927000', '184813.930000', '184813.932000', '184813.935000', '184813.938000', '184813.940000', '184813.943000', '184813.945000', '184813.948000', '184813.951000', '184813.953000', '184813.956000', '184813.958000', '184813.961000', '184813.964000', '184813.966000', '184813.969000', '184813.971000', '184813.974000', '184813.976000', '184813.979000', '184813.982000', '184813.984000', '184813.987000', '184813.989000', '184813.992000', '184833.880000', '184833.883000', '184833.886000', '184833.888000', '184833.891000', '184833.893000', '184833.896000', '184833.899000', '184833.901000', '184833.904000', '184833.906000', '184833.909000', '184833.912000', '184833.914000', '184833.917000', '184833.919000', '184833.922000', '184833.925000', '184833.927000', '184833.930000', '184833.932000', '184833.935000', '184833.937000', '184833.940000', '184833.943000', '184833.945000', '184833.948000', '184833.966000', '184833.969000', '184833.972000', '184833.974000', '184833.977000', '184833.979000', '184833.982000', '184833.984000', '184833.987000', '184833.990000', '184833.992000', '184833.995000', '184833.997000', '184834.001000', '184834.004000', '184834.006000', '184853.881000', '184853.883000', '184853.886000', '184853.889000', '184853.891000', '184853.894000', '184853.896000', '184853.899000', '184853.901000', '184853.904000', '184853.907000', '184853.910000', '184853.913000', '184853.916000', '184853.918000', '184853.921000', '184853.924000', '184853.926000', '184853.929000', '184853.931000', '184853.934000', '184853.936000', '184853.939000', '184853.942000', '184853.944000', '184853.947000', '184853.949000', '184853.952000', '184853.955000', '184853.957000', '184853.960000', '184853.962000', '184853.965000', '184853.968000', '184853.970000', '184853.973000', '184853.976000', '184853.978000', '184853.981000', '184853.983000', '184853.986000', '184853.989000', '184853.991000', '184913.880000', '184913.883000', '184913.886000', '184913.888000', '184913.891000', '184913.894000', '184913.896000', '184913.899000', '184913.901000', '184913.904000', '184913.906000', '184913.909000', '184913.912000', '184913.914000', '184913.917000', '184913.919000', '184913.922000', '184913.925000', '184913.927000', '184913.930000', '184913.932000', '184913.935000', '184913.937000', '184913.940000', '184913.943000', '184913.945000', '184913.948000', '184913.950000', '184913.953000', '184913.955000', '184913.958000', '184913.961000', '184913.963000', '184913.966000', '184913.968000', '184913.971000', '184913.974000', '184913.976000', '184913.979000', '184913.981000', '184913.984000', '184913.986000', '184913.989000', '184913.992000', '184933.881000', '184933.884000', '184933.887000', '184933.889000', '184933.892000', '184933.895000', '184933.897000', '184933.900000', '184933.902000', '184933.905000', '184933.907000', '184933.910000', '184933.913000', '184933.915000', '184933.918000', '184933.921000', '184933.932000', '184933.935000', '184933.938000', '184933.941000', '184933.944000', '184933.946000', '184933.949000', '184933.952000', '184933.954000', '184933.957000', '184933.959000', '184933.962000', '184933.965000', '184933.967000', '184933.970000', '184933.972000', '184933.975000', '184933.978000', '184933.980000', '184933.983000', '184933.985000', '184933.988000', '184933.991000', '184933.993000', '184933.996000', '184933.998000', '184934.002000', '184953.881000', '184953.884000', '184953.887000', '184953.890000', '184953.892000', '184953.895000', '184953.897000', '184953.900000', '184953.902000', '184953.905000', '184953.908000', '184953.910000', '184953.913000', '184953.916000', '184953.918000', '184953.921000', '184953.923000', '184953.926000', '184953.929000', '184953.931000', '184953.934000', '184953.936000', '184953.939000', '184953.942000', '184953.944000', '184953.947000', '184953.949000', '184953.952000', '184953.955000', '184953.957000', '184953.960000', '184953.962000', '184953.965000', '184953.968000', '184953.970000', '184953.973000', '184953.975000', '184953.978000', '184953.980000', '184953.983000', '184953.986000', '184953.988000', '184953.991000', '184953.994000', '185013.880000', '185013.883000', '185013.886000', '185013.888000', '185013.891000', '185013.894000', '185013.896000', '185013.899000', '185013.901000', '185013.904000', '185013.907000', '185013.910000', '185013.912000', '185013.915000', '185013.918000', '185013.920000', '185013.923000', '185013.925000', '185013.928000', '185013.931000', '185013.933000', '185013.936000', '185013.938000', '185013.941000', '185013.944000', '185013.946000', '185013.950000', '185013.953000', '185013.956000', '185013.958000', '185013.961000', '185013.963000', '185013.966000', '185013.969000', '185013.972000', '185013.974000', '185013.977000', '185013.979000', '185013.982000', '185013.985000', '185013.987000', '185013.990000', '185013.992000', '185033.881000', '185034.134000', '185034.137000', '185034.139000', '185034.142000', '185034.144000', '185034.147000', '185034.149000', '185034.152000', '185034.155000', '185034.157000', '185034.160000', '185034.162000', '185034.165000', '185034.168000', '185034.170000', '185034.173000', '185034.176000', '185034.178000', '185034.181000', '185034.183000', '185034.186000', '185034.189000', '185034.193000', '185034.195000', '185034.198000', '185034.200000', '185034.203000', '185034.205000', '185034.208000', '185034.211000', '185034.213000', '185034.216000', '185034.218000', '185034.221000', '185034.223000', '185034.226000', '185034.229000', '185034.231000', '185034.234000', '185034.236000', '185034.239000', '185034.241000', '185034.244000', '185053.881000', '185053.884000', '185053.886000', '185053.889000', '185053.891000', '185053.894000', '185053.896000', '185053.899000', '185053.902000', '185053.904000', '185053.907000', '185053.909000', '185053.912000', '185053.915000', '185053.919000', '185053.921000', '185053.933000', '185053.936000', '185053.938000', '185053.941000', '185053.944000', '185053.946000', '185053.949000', '185053.952000', '185053.954000', '185053.957000', '185053.959000', '185053.962000', '185053.965000', '185053.967000', '185053.970000', '185053.972000', '185053.975000', '185053.978000', '185053.980000', '185053.983000', '185053.985000', '185053.988000', '185053.991000', '185053.993000', '185053.996000', '185053.998000', '185054.002000', '185113.881000', '185113.884000', '185113.886000', '185113.889000', '185113.891000', '185113.894000', '185113.896000', '185113.899000', '185113.902000', '185113.904000', '185113.907000', '185113.909000', '185113.912000', '185113.915000', '185113.917000', '185113.920000', '185113.922000', '185113.925000', '185113.927000', '185113.930000', '185113.933000', '185113.935000', '185113.938000', '185113.940000', '185113.943000', '185113.946000', '185113.948000', '185113.951000', '185113.953000', '185113.956000', '185113.959000', '185113.961000', '185113.964000', '185113.966000', '185113.969000', '185113.972000', '185113.974000', '185113.977000', '185113.979000', '185113.982000', '185113.984000', '185113.987000', '185113.990000', '185113.992000', '185133.881000', '185133.883000', '185133.886000', '185133.889000', '185133.891000', '185133.894000', '185133.896000', '185133.899000', '185133.902000', '185133.904000', '185133.907000', '185133.909000', '185133.912000', '185133.914000', '185133.917000', '185133.920000', '185133.922000', '185133.925000', '185133.927000', '185133.930000', '185133.941000', '185133.944000', '185133.947000', '185133.949000', '185133.952000', '185133.954000', '185133.957000', '185133.960000', '185133.962000', '185133.965000', '185133.967000', '185133.970000', '185133.973000', '185133.975000', '185133.978000', '185133.980000', '185133.983000', '185133.985000', '185133.989000', '185133.992000', '185133.994000', '185133.997000', '185134.000000', '185153.881000', '185153.886000', '185153.888000', '185153.891000', '185153.893000', '185153.896000', '185153.899000', '185153.901000', '185153.904000', '185153.906000', '185153.909000', '185153.912000', '185153.914000', '185153.917000', '185153.919000', '185153.922000', '185153.925000', '185153.927000', '185153.930000', '185153.933000', '185153.935000', '185153.938000', '185153.940000', '185153.943000', '185153.945000', '185153.948000', '185153.951000', '185153.953000', '185153.956000', '185153.959000', '185153.961000', '185153.964000', '185153.966000', '185153.969000', '185153.972000', '185153.974000', '185153.977000', '185153.980000', '185153.982000', '185153.985000', '185153.987000', '185153.990000', '185153.992000', '185153.995000', '185213.882000', '185213.884000', '185213.887000', '185213.890000', '185213.892000', '185213.895000', '185213.897000', '185213.900000', '185213.902000', '185213.905000', '185213.908000', '185213.910000', '185213.913000', '185213.915000', '185213.918000', '185213.921000', '185213.924000', '185213.926000', '185213.929000', '185213.932000', '185213.934000', '185213.937000', '185213.940000', '185213.942000', '185213.945000', '185213.947000', '185213.950000', '185213.975000', '185213.978000', '185213.980000', '185213.983000', '185213.986000', '185213.988000', '185213.991000', '185213.993000', '185213.996000', '185214.000000', '185214.002000', '185214.005000', '185214.008000', '185214.010000', '185214.013000', '185214.015000', '185233.880000', '185233.883000', '185233.886000', '185233.889000', '185233.891000', '185233.894000', '185233.896000', '185233.899000', '185233.901000', '185233.904000', '185233.907000', '185233.909000', '185233.912000', '185233.914000', '185233.917000', '185233.919000', '185233.922000', '185233.925000', '185233.927000', '185233.930000', '185233.932000', '185233.935000', '185233.937000', '185233.940000', '185233.943000', '185233.945000', '185233.948000', '185233.950000', '185233.953000', '185233.955000', '185233.958000', '185233.961000', '185233.963000', '185233.966000', '185233.969000', '185233.971000', '185233.974000', '185233.976000', '185233.979000', '185233.982000', '185233.984000', '185233.987000', '185233.989000', '185233.992000', '185253.881000', '185253.883000', '185253.886000', '185253.889000', '185253.891000', '185253.894000', '185253.896000', '185253.899000', '185253.902000', '185253.904000', '185253.907000', '185253.909000', '185253.912000', '185253.915000', '185253.917000', '185253.920000', '185253.946000', '185253.949000', '185253.951000', '185253.954000', '185253.956000', '185253.959000', '185253.962000', '185253.964000', '185253.967000', '185253.969000', '185253.972000', '185253.975000', '185253.978000', '185253.981000', '185253.984000', '185253.986000', '185253.989000', '185253.992000', '185253.995000', '185253.997000', '185254.001000', '185254.003000', '185254.006000', '185254.009000', '185254.011000', '185254.014000', '185254.016000', '185313.881000', '185313.883000', '185313.886000', '185313.889000', '185313.891000', '185313.894000', '185313.896000', '185313.899000', '185313.902000', '185313.904000', '185313.907000', '185313.909000', '185313.912000', '185313.914000', '185313.917000', '185313.920000', '185313.922000', '185313.925000', '185313.928000', '185313.930000', '185313.933000', '185313.935000', '185313.938000', '185313.940000', '185313.943000', '185313.945000', '185313.948000', '185313.951000', '185313.953000', '185313.956000', '185313.958000', '185313.961000', '185313.964000', '185313.966000', '185313.969000', '185313.971000', '185313.974000', '185313.977000', '185313.979000', '185313.982000', '185313.984000', '185313.987000', '185313.990000', '185313.992000', '185333.881000', '185333.899000', '185333.901000', '185333.904000', '185333.906000', '185333.909000', '185333.911000', '185333.914000', '185333.917000', '185333.919000', '185333.922000', '185333.924000', '185333.927000', '185333.930000', '185333.932000', '185333.967000', '185333.970000', '185333.972000', '185333.975000', '185333.977000', '185333.980000', '185333.983000', '185333.985000', '185333.988000', '185333.990000', '185333.993000', '185333.995000', '185333.998000', '185334.002000', '185334.004000', '185334.007000', '185334.009000', '185334.012000', '185334.015000', '185334.017000', '185334.020000', '185334.022000', '185334.025000', '185334.027000', '185334.030000', '185334.033000', '185334.035000', '185334.038000', '185353.881000', '185353.884000', '185353.887000', '185353.889000', '185353.892000', '185353.894000', '185353.897000', '185353.900000', '185353.902000', '185353.905000', '185353.908000', '185353.911000', '185353.914000', '185353.916000', '185353.919000', '185353.921000', '185353.924000', '185353.927000', '185353.929000', '185353.932000', '185353.934000', '185353.937000', '185353.940000', '185353.942000', '185353.945000', '185353.947000', '185353.950000', '185353.953000', '185353.955000', '185353.958000', '185353.961000', '185353.963000', '185353.966000', '185353.968000', '185353.971000', '185353.974000', '185353.976000', '185353.979000', '185353.981000', '185353.984000', '185353.987000', '185353.989000', '185353.992000', '185353.994000', '185413.882000', '185413.884000', '185413.887000', '185413.890000', '185413.892000', '185413.895000', '185413.897000', '185413.900000', '185413.903000', '185413.905000', '185413.908000', '185413.910000', '185413.913000', '185413.957000', '185413.960000', '185413.962000', '185413.965000', '185413.967000', '185413.970000', '185413.972000', '185413.975000', '185413.978000', '185413.980000', '185413.983000', '185413.985000', '185413.988000', '185413.991000', '185413.993000', '185413.996000', '185413.998000', '185414.002000', '185414.005000', '185414.007000', '185414.010000', '185414.013000', '185414.015000', '185414.018000', '185414.020000', '185414.023000', '185414.025000', '185414.028000', '185414.031000', '185414.033000', '185433.882000', '185433.885000', '185433.887000', '185433.890000', '185433.893000', '185433.895000', '185433.898000', '185433.900000', '185433.903000', '185433.906000', '185433.908000', '185433.911000', '185433.913000', '185433.916000', '185433.919000', '185433.921000', '185433.924000', '185433.926000', '185433.929000', '185433.932000', '185433.934000', '185433.937000', '185433.939000', '185433.942000', '185433.945000', '185433.947000', '185433.950000', '185433.953000', '185433.955000', '185433.958000', '185433.961000', '185433.963000', '185433.966000', '185433.968000', '185433.971000', '185433.974000', '185433.976000', '185433.979000', '185433.981000', '185433.984000', '185433.987000', '185433.989000', '185433.992000', '185433.995000', '185453.881000', '185453.883000', '185453.886000', '185453.889000', '185453.891000', '185453.894000', '185453.897000', '185453.899000', '185453.902000', '185453.904000', '185453.907000', '185453.910000', '185453.912000', '185453.915000', '185453.917000', '185453.920000', '185453.923000', '185453.925000', '185453.928000', '185453.930000', '185453.933000', '185453.935000', '185453.938000', '185453.941000', '185453.943000', '185453.946000', '185453.948000', '185453.951000', '185453.954000', '185453.956000', '185453.959000', '185453.961000', '185453.964000', '185453.967000', '185453.969000', '185453.972000', '185453.974000', '185453.977000', '185453.980000', '185453.982000', '185453.985000', '185453.987000', '185453.990000', '185513.881000', '185513.883000', '185513.886000', '185513.889000', '185513.891000', '185513.894000', '185513.896000', '185513.899000', '185513.901000', '185513.904000', '185513.907000', '185513.909000', '185513.912000', '185513.915000', '185513.917000', '185513.920000', '185513.922000', '185513.925000', '185513.928000', '185513.930000', '185513.933000', '185513.935000', '185513.938000', '185513.940000', '185513.943000', '185513.946000', '185513.948000', '185513.951000', '185513.954000', '185513.956000', '185513.959000', '185513.961000', '185513.964000', '185513.966000', '185513.969000', '185513.972000', '185513.974000', '185513.977000', '185513.979000', '185513.982000', '185513.985000', '185513.987000', '185513.990000', '185513.992000', '185533.880000', '185533.883000', '185533.886000', '185533.888000', '185533.891000', '185533.894000', '185533.896000', '185533.899000', '185533.901000', '185533.919000', '185533.921000', '185533.924000', '185533.926000', '185533.929000', '185533.932000', '185533.934000', '185533.937000', '185533.939000', '185533.942000', '185533.945000', '185533.948000', '185533.950000', '185533.953000', '185533.956000', '185533.958000', '185533.961000', '185533.963000', '185533.966000', '185533.968000', '185533.971000', '185533.974000', '185533.976000', '185533.979000', '185533.981000', '185533.984000', '185533.986000', '185533.989000', '185533.992000', '185533.994000', '185533.997000', '185534.001000', '185534.003000', '185534.006000', '185538.690000', '185538.693000', '185538.696000', '185538.699000', '185538.701000', '185538.704000', '185538.706000', '185538.709000', '185538.712000', '185538.714000', '185538.717000'], 'InstanceCreationTime': ['184553.910000', '184553.913000', '184553.916000', '184553.918000', '184553.921000', '184553.923000', '184553.926000', '184553.928000', '184553.931000', '184553.934000', '184553.936000', '184553.939000', '184553.941000', '184553.944000', '184553.947000', '184553.949000', '184553.952000', '184553.954000', '184553.957000', '184553.959000', '184553.962000', '184553.965000', '184553.967000', '184553.970000', '184553.973000', '184553.975000', '184553.978000', '184553.980000', '184553.983000', '184553.985000', '184553.988000', '184553.991000', '184553.993000', '184553.996000', '184554.000000', '184554.002000', '184554.005000', '184554.007000', '184554.017000', '184554.020000', '184554.022000', '184554.025000', '184554.028000', '184554.030000', '184554.033000', '184554.035000', '184554.038000', '184554.040000', '184554.043000', '184554.046000', '184613.880000', '184613.883000', '184613.886000', '184613.889000', '184613.891000', '184613.894000', '184613.896000', '184613.899000', '184613.902000', '184613.904000', '184613.907000', '184613.909000', '184613.912000', '184613.919000', '184613.922000', '184613.925000', '184613.927000', '184613.930000', '184613.932000', '184613.935000', '184613.937000', '184613.940000', '184613.943000', '184613.945000', '184613.948000', '184613.950000', '184613.953000', '184613.955000', '184613.958000', '184613.961000', '184613.963000', '184613.966000', '184613.968000', '184613.971000', '184613.974000', '184613.976000', '184613.979000', '184613.981000', '184613.984000', '184613.986000', '184613.989000', '184613.991000', '184613.994000', '184613.996000', '184633.880000', '184633.883000', '184633.886000', '184633.888000', '184633.891000', '184633.893000', '184633.896000', '184633.899000', '184633.901000', '184633.904000', '184633.906000', '184633.909000', '184633.911000', '184633.914000', '184633.916000', '184633.919000', '184633.921000', '184633.930000', '184633.932000', '184633.935000', '184633.937000', '184633.940000', '184633.943000', '184633.945000', '184633.948000', '184633.950000', '184633.953000', '184633.955000', '184633.958000', '184633.960000', '184633.963000', '184633.966000', '184633.968000', '184633.971000', '184633.973000', '184633.976000', '184633.978000', '184633.981000', '184633.984000', '184633.986000', '184633.989000', '184633.991000', '184633.994000', '184653.881000', '184653.883000', '184653.886000', '184653.889000', '184653.891000', '184653.894000', '184653.896000', '184653.899000', '184653.901000', '184653.904000', '184653.907000', '184653.909000', '184653.912000', '184653.918000', '184653.921000', '184653.923000', '184653.926000', '184653.929000', '184653.931000', '184653.934000', '184653.936000', '184653.939000', '184653.942000', '184653.944000', '184653.947000', '184653.949000', '184653.952000', '184653.955000', '184653.957000', '184653.960000', '184653.962000', '184653.965000', '184653.981000', '184653.984000', '184653.987000', '184653.989000', '184653.992000', '184653.994000', '184653.997000', '184654.000000', '184654.002000', '184654.005000', '184654.008000', '184654.010000', '184713.881000', '184713.884000', '184713.887000', '184713.889000', '184713.892000', '184713.895000', '184713.897000', '184713.900000', '184713.902000', '184713.905000', '184713.907000', '184713.910000', '184713.913000', '184713.915000', '184713.918000', '184713.920000', '184713.923000', '184713.926000', '184713.928000', '184713.931000', '184713.933000', '184713.936000', '184713.938000', '184713.941000', '184713.944000', '184713.946000', '184713.949000', '184713.951000', '184713.954000', '184713.957000', '184713.964000', '184713.966000', '184713.969000', '184713.971000', '184713.974000', '184713.976000', '184713.979000', '184713.982000', '184713.984000', '184713.987000', '184713.989000', '184713.992000', '184713.995000', '184733.882000', '184733.885000', '184733.887000', '184733.890000', '184733.892000', '184733.895000', '184733.897000', '184733.900000', '184733.903000', '184733.905000', '184733.908000', '184733.910000', '184733.913000', '184733.916000', '184733.924000', '184733.927000', '184733.930000', '184733.932000', '184733.935000', '184733.937000', '184733.940000', '184733.943000', '184733.945000', '184733.948000', '184733.950000', '184733.953000', '184733.955000', '184733.958000', '184733.961000', '184733.963000', '184733.966000', '184733.968000', '184733.971000', '184733.974000', '184733.976000', '184733.979000', '184733.981000', '184733.984000', '184733.986000', '184733.989000', '184733.992000', '184733.994000', '184733.997000', '184734.000000', '184753.881000', '184753.883000', '184753.886000', '184753.889000', '184753.891000', '184753.894000', '184753.896000', '184753.899000', '184753.902000', '184753.904000', '184753.907000', '184753.909000', '184753.912000', '184753.915000', '184753.917000', '184753.920000', '184753.922000', '184753.925000', '184753.928000', '184753.930000', '184753.933000', '184753.936000', '184753.938000', '184753.941000', '184753.943000', '184753.946000', '184753.949000', '184753.951000', '184753.954000', '184753.956000', '184753.959000', '184753.961000', '184753.964000', '184753.967000', '184753.969000', '184753.972000', '184753.974000', '184753.977000', '184753.980000', '184753.982000', '184753.985000', '184753.987000', '184753.990000', '184813.880000', '184813.883000', '184813.886000', '184813.888000', '184813.891000', '184813.894000', '184813.896000', '184813.899000', '184813.901000', '184813.904000', '184813.907000', '184813.909000', '184813.912000', '184813.914000', '184813.917000', '184813.920000', '184813.922000', '184813.925000', '184813.927000', '184813.930000', '184813.932000', '184813.935000', '184813.938000', '184813.940000', '184813.943000', '184813.945000', '184813.948000', '184813.951000', '184813.953000', '184813.956000', '184813.958000', '184813.961000', '184813.964000', '184813.966000', '184813.969000', '184813.971000', '184813.974000', '184813.976000', '184813.979000', '184813.982000', '184813.984000', '184813.987000', '184813.989000', '184813.992000', '184833.880000', '184833.883000', '184833.886000', '184833.888000', '184833.891000', '184833.893000', '184833.896000', '184833.899000', '184833.901000', '184833.904000', '184833.906000', '184833.909000', '184833.912000', '184833.914000', '184833.917000', '184833.919000', '184833.922000', '184833.925000', '184833.927000', '184833.930000', '184833.932000', '184833.935000', '184833.937000', '184833.940000', '184833.943000', '184833.945000', '184833.948000', '184833.966000', '184833.969000', '184833.972000', '184833.974000', '184833.977000', '184833.979000', '184833.982000', '184833.984000', '184833.987000', '184833.990000', '184833.992000', '184833.995000', '184833.997000', '184834.001000', '184834.004000', '184834.006000', '184853.881000', '184853.883000', '184853.886000', '184853.889000', '184853.891000', '184853.894000', '184853.896000', '184853.899000', '184853.901000', '184853.904000', '184853.907000', '184853.910000', '184853.913000', '184853.916000', '184853.918000', '184853.921000', '184853.924000', '184853.926000', '184853.929000', '184853.931000', '184853.934000', '184853.936000', '184853.939000', '184853.942000', '184853.944000', '184853.947000', '184853.949000', '184853.952000', '184853.955000', '184853.957000', '184853.960000', '184853.962000', '184853.965000', '184853.968000', '184853.970000', '184853.973000', '184853.976000', '184853.978000', '184853.981000', '184853.983000', '184853.986000', '184853.989000', '184853.991000', '184913.880000', '184913.883000', '184913.886000', '184913.888000', '184913.891000', '184913.894000', '184913.896000', '184913.899000', '184913.901000', '184913.904000', '184913.906000', '184913.909000', '184913.912000', '184913.914000', '184913.917000', '184913.919000', '184913.922000', '184913.925000', '184913.927000', '184913.930000', '184913.932000', '184913.935000', '184913.937000', '184913.940000', '184913.943000', '184913.945000', '184913.948000', '184913.950000', '184913.953000', '184913.955000', '184913.958000', '184913.961000', '184913.963000', '184913.966000', '184913.968000', '184913.971000', '184913.974000', '184913.976000', '184913.979000', '184913.981000', '184913.984000', '184913.986000', '184913.989000', '184913.992000', '184933.881000', '184933.884000', '184933.887000', '184933.889000', '184933.892000', '184933.895000', '184933.897000', '184933.900000', '184933.902000', '184933.905000', '184933.907000', '184933.910000', '184933.913000', '184933.915000', '184933.918000', '184933.921000', '184933.932000', '184933.935000', '184933.938000', '184933.941000', '184933.944000', '184933.946000', '184933.949000', '184933.952000', '184933.954000', '184933.957000', '184933.959000', '184933.962000', '184933.965000', '184933.967000', '184933.970000', '184933.972000', '184933.975000', '184933.978000', '184933.980000', '184933.983000', '184933.985000', '184933.988000', '184933.991000', '184933.993000', '184933.996000', '184933.998000', '184934.002000', '184953.881000', '184953.884000', '184953.887000', '184953.890000', '184953.892000', '184953.895000', '184953.897000', '184953.900000', '184953.902000', '184953.905000', '184953.908000', '184953.910000', '184953.913000', '184953.916000', '184953.918000', '184953.921000', '184953.923000', '184953.926000', '184953.929000', '184953.931000', '184953.934000', '184953.936000', '184953.939000', '184953.942000', '184953.944000', '184953.947000', '184953.949000', '184953.952000', '184953.955000', '184953.957000', '184953.960000', '184953.962000', '184953.965000', '184953.968000', '184953.970000', '184953.973000', '184953.975000', '184953.978000', '184953.980000', '184953.983000', '184953.986000', '184953.988000', '184953.991000', '184953.994000', '185013.880000', '185013.883000', '185013.886000', '185013.888000', '185013.891000', '185013.894000', '185013.896000', '185013.899000', '185013.901000', '185013.904000', '185013.907000', '185013.910000', '185013.912000', '185013.915000', '185013.918000', '185013.920000', '185013.923000', '185013.925000', '185013.928000', '185013.931000', '185013.933000', '185013.936000', '185013.938000', '185013.941000', '185013.944000', '185013.946000', '185013.950000', '185013.953000', '185013.956000', '185013.958000', '185013.961000', '185013.963000', '185013.966000', '185013.969000', '185013.972000', '185013.974000', '185013.977000', '185013.979000', '185013.982000', '185013.985000', '185013.987000', '185013.990000', '185013.992000', '185033.881000', '185034.134000', '185034.137000', '185034.139000', '185034.142000', '185034.144000', '185034.147000', '185034.149000', '185034.152000', '185034.155000', '185034.157000', '185034.160000', '185034.162000', '185034.165000', '185034.168000', '185034.170000', '185034.173000', '185034.176000', '185034.178000', '185034.181000', '185034.183000', '185034.186000', '185034.189000', '185034.193000', '185034.195000', '185034.198000', '185034.200000', '185034.203000', '185034.205000', '185034.208000', '185034.211000', '185034.213000', '185034.216000', '185034.218000', '185034.221000', '185034.223000', '185034.226000', '185034.229000', '185034.231000', '185034.234000', '185034.236000', '185034.239000', '185034.241000', '185034.244000', '185053.881000', '185053.884000', '185053.886000', '185053.889000', '185053.891000', '185053.894000', '185053.896000', '185053.899000', '185053.902000', '185053.904000', '185053.907000', '185053.909000', '185053.912000', '185053.915000', '185053.919000', '185053.921000', '185053.933000', '185053.936000', '185053.938000', '185053.941000', '185053.944000', '185053.946000', '185053.949000', '185053.952000', '185053.954000', '185053.957000', '185053.959000', '185053.962000', '185053.965000', '185053.967000', '185053.970000', '185053.972000', '185053.975000', '185053.978000', '185053.980000', '185053.983000', '185053.985000', '185053.988000', '185053.991000', '185053.993000', '185053.996000', '185053.998000', '185054.002000', '185113.881000', '185113.884000', '185113.886000', '185113.889000', '185113.891000', '185113.894000', '185113.896000', '185113.899000', '185113.902000', '185113.904000', '185113.907000', '185113.909000', '185113.912000', '185113.915000', '185113.917000', '185113.920000', '185113.922000', '185113.925000', '185113.927000', '185113.930000', '185113.933000', '185113.935000', '185113.938000', '185113.940000', '185113.943000', '185113.946000', '185113.948000', '185113.951000', '185113.953000', '185113.956000', '185113.959000', '185113.961000', '185113.964000', '185113.966000', '185113.969000', '185113.972000', '185113.974000', '185113.977000', '185113.979000', '185113.982000', '185113.984000', '185113.987000', '185113.990000', '185113.992000', '185133.881000', '185133.883000', '185133.886000', '185133.889000', '185133.891000', '185133.894000', '185133.896000', '185133.899000', '185133.902000', '185133.904000', '185133.907000', '185133.909000', '185133.912000', '185133.914000', '185133.917000', '185133.920000', '185133.922000', '185133.925000', '185133.927000', '185133.930000', '185133.941000', '185133.944000', '185133.947000', '185133.949000', '185133.952000', '185133.954000', '185133.957000', '185133.960000', '185133.962000', '185133.965000', '185133.967000', '185133.970000', '185133.973000', '185133.975000', '185133.978000', '185133.980000', '185133.983000', '185133.985000', '185133.989000', '185133.992000', '185133.994000', '185133.997000', '185134.000000', '185153.881000', '185153.886000', '185153.888000', '185153.891000', '185153.893000', '185153.896000', '185153.899000', '185153.901000', '185153.904000', '185153.906000', '185153.909000', '185153.912000', '185153.914000', '185153.917000', '185153.919000', '185153.922000', '185153.925000', '185153.927000', '185153.930000', '185153.933000', '185153.935000', '185153.938000', '185153.940000', '185153.943000', '185153.945000', '185153.948000', '185153.951000', '185153.953000', '185153.956000', '185153.959000', '185153.961000', '185153.964000', '185153.966000', '185153.969000', '185153.972000', '185153.974000', '185153.977000', '185153.980000', '185153.982000', '185153.985000', '185153.987000', '185153.990000', '185153.992000', '185153.995000', '185213.882000', '185213.884000', '185213.887000', '185213.890000', '185213.892000', '185213.895000', '185213.897000', '185213.900000', '185213.902000', '185213.905000', '185213.908000', '185213.910000', '185213.913000', '185213.915000', '185213.918000', '185213.921000', '185213.924000', '185213.926000', '185213.929000', '185213.932000', '185213.934000', '185213.937000', '185213.940000', '185213.942000', '185213.945000', '185213.947000', '185213.950000', '185213.975000', '185213.978000', '185213.980000', '185213.983000', '185213.986000', '185213.988000', '185213.991000', '185213.993000', '185213.996000', '185214.000000', '185214.002000', '185214.005000', '185214.008000', '185214.010000', '185214.013000', '185214.015000', '185233.880000', '185233.883000', '185233.886000', '185233.889000', '185233.891000', '185233.894000', '185233.896000', '185233.899000', '185233.901000', '185233.904000', '185233.907000', '185233.909000', '185233.912000', '185233.914000', '185233.917000', '185233.919000', '185233.922000', '185233.925000', '185233.927000', '185233.930000', '185233.932000', '185233.935000', '185233.937000', '185233.940000', '185233.943000', '185233.945000', '185233.948000', '185233.950000', '185233.953000', '185233.955000', '185233.958000', '185233.961000', '185233.963000', '185233.966000', '185233.969000', '185233.971000', '185233.974000', '185233.976000', '185233.979000', '185233.982000', '185233.984000', '185233.987000', '185233.989000', '185233.992000', '185253.881000', '185253.883000', '185253.886000', '185253.889000', '185253.891000', '185253.894000', '185253.896000', '185253.899000', '185253.902000', '185253.904000', '185253.907000', '185253.909000', '185253.912000', '185253.915000', '185253.917000', '185253.920000', '185253.946000', '185253.949000', '185253.951000', '185253.954000', '185253.956000', '185253.959000', '185253.962000', '185253.964000', '185253.967000', '185253.969000', '185253.972000', '185253.975000', '185253.978000', '185253.981000', '185253.984000', '185253.986000', '185253.989000', '185253.992000', '185253.995000', '185253.997000', '185254.001000', '185254.003000', '185254.006000', '185254.009000', '185254.011000', '185254.014000', '185254.016000', '185313.881000', '185313.883000', '185313.886000', '185313.889000', '185313.891000', '185313.894000', '185313.896000', '185313.899000', '185313.902000', '185313.904000', '185313.907000', '185313.909000', '185313.912000', '185313.914000', '185313.917000', '185313.920000', '185313.922000', '185313.925000', '185313.928000', '185313.930000', '185313.933000', '185313.935000', '185313.938000', '185313.940000', '185313.943000', '185313.945000', '185313.948000', '185313.951000', '185313.953000', '185313.956000', '185313.958000', '185313.961000', '185313.964000', '185313.966000', '185313.969000', '185313.971000', '185313.974000', '185313.977000', '185313.979000', '185313.982000', '185313.984000', '185313.987000', '185313.990000', '185313.992000', '185333.881000', '185333.899000', '185333.901000', '185333.904000', '185333.906000', '185333.909000', '185333.911000', '185333.914000', '185333.917000', '185333.919000', '185333.922000', '185333.924000', '185333.927000', '185333.930000', '185333.932000', '185333.967000', '185333.970000', '185333.972000', '185333.975000', '185333.977000', '185333.980000', '185333.983000', '185333.985000', '185333.988000', '185333.990000', '185333.993000', '185333.995000', '185333.998000', '185334.002000', '185334.004000', '185334.007000', '185334.009000', '185334.012000', '185334.015000', '185334.017000', '185334.020000', '185334.022000', '185334.025000', '185334.027000', '185334.030000', '185334.033000', '185334.035000', '185334.038000', '185353.881000', '185353.884000', '185353.887000', '185353.889000', '185353.892000', '185353.894000', '185353.897000', '185353.900000', '185353.902000', '185353.905000', '185353.908000', '185353.911000', '185353.914000', '185353.916000', '185353.919000', '185353.921000', '185353.924000', '185353.927000', '185353.929000', '185353.932000', '185353.934000', '185353.937000', '185353.940000', '185353.942000', '185353.945000', '185353.947000', '185353.950000', '185353.953000', '185353.955000', '185353.958000', '185353.961000', '185353.963000', '185353.966000', '185353.968000', '185353.971000', '185353.974000', '185353.976000', '185353.979000', '185353.981000', '185353.984000', '185353.987000', '185353.989000', '185353.992000', '185353.994000', '185413.882000', '185413.884000', '185413.887000', '185413.890000', '185413.892000', '185413.895000', '185413.897000', '185413.900000', '185413.903000', '185413.905000', '185413.908000', '185413.910000', '185413.913000', '185413.957000', '185413.960000', '185413.962000', '185413.965000', '185413.967000', '185413.970000', '185413.972000', '185413.975000', '185413.978000', '185413.980000', '185413.983000', '185413.985000', '185413.988000', '185413.991000', '185413.993000', '185413.996000', '185413.998000', '185414.002000', '185414.005000', '185414.007000', '185414.010000', '185414.013000', '185414.015000', '185414.018000', '185414.020000', '185414.023000', '185414.025000', '185414.028000', '185414.031000', '185414.033000', '185433.882000', '185433.885000', '185433.887000', '185433.890000', '185433.893000', '185433.895000', '185433.898000', '185433.900000', '185433.903000', '185433.906000', '185433.908000', '185433.911000', '185433.913000', '185433.916000', '185433.919000', '185433.921000', '185433.924000', '185433.926000', '185433.929000', '185433.932000', '185433.934000', '185433.937000', '185433.939000', '185433.942000', '185433.945000', '185433.947000', '185433.950000', '185433.953000', '185433.955000', '185433.958000', '185433.961000', '185433.963000', '185433.966000', '185433.968000', '185433.971000', '185433.974000', '185433.976000', '185433.979000', '185433.981000', '185433.984000', '185433.987000', '185433.989000', '185433.992000', '185433.995000', '185453.881000', '185453.883000', '185453.886000', '185453.889000', '185453.891000', '185453.894000', '185453.897000', '185453.899000', '185453.902000', '185453.904000', '185453.907000', '185453.910000', '185453.912000', '185453.915000', '185453.917000', '185453.920000', '185453.923000', '185453.925000', '185453.928000', '185453.930000', '185453.933000', '185453.935000', '185453.938000', '185453.941000', '185453.943000', '185453.946000', '185453.948000', '185453.951000', '185453.954000', '185453.956000', '185453.959000', '185453.961000', '185453.964000', '185453.967000', '185453.969000', '185453.972000', '185453.974000', '185453.977000', '185453.980000', '185453.982000', '185453.985000', '185453.987000', '185453.990000', '185513.881000', '185513.883000', '185513.886000', '185513.889000', '185513.891000', '185513.894000', '185513.896000', '185513.899000', '185513.901000', '185513.904000', '185513.907000', '185513.909000', '185513.912000', '185513.915000', '185513.917000', '185513.920000', '185513.922000', '185513.925000', '185513.928000', '185513.930000', '185513.933000', '185513.935000', '185513.938000', '185513.940000', '185513.943000', '185513.946000', '185513.948000', '185513.951000', '185513.954000', '185513.956000', '185513.959000', '185513.961000', '185513.964000', '185513.966000', '185513.969000', '185513.972000', '185513.974000', '185513.977000', '185513.979000', '185513.982000', '185513.985000', '185513.987000', '185513.990000', '185513.992000', '185533.880000', '185533.883000', '185533.886000', '185533.888000', '185533.891000', '185533.894000', '185533.896000', '185533.899000', '185533.901000', '185533.919000', '185533.921000', '185533.924000', '185533.926000', '185533.929000', '185533.932000', '185533.934000', '185533.937000', '185533.939000', '185533.942000', '185533.945000', '185533.948000', '185533.950000', '185533.953000', '185533.956000', '185533.958000', '185533.961000', '185533.963000', '185533.966000', '185533.968000', '185533.971000', '185533.974000', '185533.976000', '185533.979000', '185533.981000', '185533.984000', '185533.986000', '185533.989000', '185533.992000', '185533.994000', '185533.997000', '185534.001000', '185534.003000', '185534.006000', '185538.690000', '185538.693000', '185538.696000', '185538.699000', '185538.701000', '185538.704000', '185538.706000', '185538.709000', '185538.712000', '185538.714000', '185538.717000'], '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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [10805, 9733, 9968, 10519, 9863, 9037, 10286, 12531, 10141, 8754, 9954, 10432, 9984, 10300, 10311, 13438, 10306, 9748, 10165, 9338, 10330, 15889, 10529, 16002, 10911, 9733, 9886, 9961, 10316, 11599, 10439, 13232, 10325, 10056, 9826, 10323, 10000, 9321, 10363, 13127, 10071, 9707, 9973, 10177, 9944, 9891, 10147, 10759, 9833, 9249, 9945, 9886, 9944, 9611, 10271, 9486, 9968, 9562, 9740, 10975, 10111, 10850, 10111, 10411, 10211, 10335, 10590, 10193, 10929, 11393, 10547, 9744, 10446, 9934, 11853, 11156, 11091, 10030, 10182, 9691, 10693, 11085, 12190, 10871, 12719, 9580, 10063, 9664, 13495, 10021, 10664, 9881, 10378, 9883, 10585, 9329, 10259, 14113, 9902, 9446, 10378, 9988, 10450, 12703, 10217, 13648, 10360, 12096, 9645, 10050, 10784, 10011, 9778, 10298, 9695, 10313, 9696, 10301, 11195, 10449, 10591, 10383, 10187, 10340, 10379, 11298, 11411, 10535, 10839, 10213, 10069, 10076, 10326, 10334, 9948, 11816, 9585, 9485, 9517, 10082, 10754, 13124, 9628, 12032, 9714, 12142, 9866, 13067, 10126, 11937, 9787, 9027, 10482, 9266, 10553, 10606, 9933, 11632, 10542, 10473, 9843, 10197, 10044, 10060, 10290, 9830, 12102, 10290, 9081, 9466, 10556, 9480, 12608, 10145, 9270, 10403, 10275, 9944, 10619, 12563, 11105, 11140, 9438, 10029, 9961, 9896, 9670, 11537, 10963, 9941, 10476, 9158, 9204, 10976, 9872, 11645, 11017, 9652, 10110, 9540, 10084, 12469, 10637, 9150, 10215, 8994, 10287, 14024, 10376, 14851, 10854, 9025, 9859, 9634, 10601, 11358, 10342, 9247, 10295, 9305, 10264, 13092, 10382, 13973, 10484, 9484, 10279, 9361, 10357, 12701, 10158, 12088, 10104, 10153, 9913, 13946, 10001, 9810, 10162, 10398, 10038, 9099, 9875, 11346, 9544, 12090, 10071, 9352, 9867, 9048, 10107, 12966, 10576, 9112, 9953, 8826, 9624, 11685, 9793, 14109, 10084, 9117, 9996, 9344, 10210, 13428, 10987, 8811, 9556, 9055, 10403, 11339, 10349, 14267, 10278, 8899, 9649, 9279, 10468, 11591, 10866, 9100, 9566, 9088, 10334, 8933, 10634, 11571, 11147, 9855, 9260, 9695, 10267, 10932, 11261, 10882, 11049, 9406, 9110, 9139, 10531, 9927, 9795, 9317, 9143, 8846, 9334, 9204, 10438, 9478, 9012, 9266, 9052, 8904, 10329, 9130, 9069, 9554, 8996, 9487, 10687, 9258, 10527, 9731, 8962, 9568, 10587, 9316, 11404, 8859, 9062, 9300, 9172, 10603, 11433, 9745, 9174, 9700, 13533, 9993, 9875, 10729, 10159, 9709, 9243, 9869, 9314, 11170, 10252, 9903, 9477, 9878, 9112, 9261, 9591, 9845, 9709, 9021, 8890, 9482, 12173, 9368, 10467, 9022, 8929, 9407, 9978, 9304, 10037, 12385, 9838, 8468, 8998, 8716, 9517, 8582, 10044, 8879, 9447, 9359, 8724, 9529, 8919, 9390, 11157, 9051, 9236, 8975, 9848, 9713, 10801, 8952, 8891, 9343, 8789, 8981, 10641, 10074, 10549, 9442, 8584, 9561, 10666, 8920, 10205, 10219, 10502, 8960, 8856, 9093, 9257, 9168, 10019, 10466, 10369, 9059, 9327, 9628, 10990, 9319, 10092, 10729, 10859, 9431, 8908, 9064, 8887, 8901, 9840, 9169, 9676, 8844, 8879, 8885, 9828, 10366, 10392, 8835, 9029, 8764, 9615, 9535, 9392, 11593, 9547, 9039, 9446, 8566, 9770, 11874, 10406, 9825, 9515, 8674, 9527, 12217, 10528, 10636, 9886, 9138, 9674, 9110, 9833, 11652, 10111, 10312, 10343, 12284, 9416, 9594, 9430, 9351, 9394, 9786, 9321, 10511, 9267, 9004, 8930, 9898, 12900, 9873, 8957, 9704, 11328, 9665, 10711, 10971, 10512, 9355, 13106, 9376, 9704, 9341, 10180, 10198, 10435, 9339, 9929, 9426, 9650, 9465, 9876, 9670, 9729, 9321, 9852, 9286, 10837, 9273, 12249, 9243, 8774, 9158, 8751, 9193, 8337, 9514, 10335, 10255, 9202, 9061, 8884, 9843, 9454, 8755, 8902, 10102, 9431, 9009, 9031, 8951, 9272, 10906, 9261, 9436, 9330, 9642, 10076, 10428, 13457, 10353, 8429, 9484, 8459, 9264, 12148, 9224, 10334, 9409, 8755, 8804, 8479, 8983, 9171, 9494, 8892, 10304, 10029, 12775, 8581, 10363, 9323, 8519, 8981, 9521, 8563, 9306, 9797, 9282, 7952, 9008, 9058, 9001, 8048, 8714, 9041, 9106, 8160, 9137, 9629, 8900, 9019, 9884, 9338, 10782, 9097, 8964, 9350, 8996, 9807, 9754, 10404, 10702, 8799, 10217, 9304, 12893, 9330, 10693, 8634, 9300, 8542, 9421, 13427, 11063, 9007, 9116, 8760, 8720, 8560, 10171, 8986, 10194, 9101, 8805, 8997, 9151, 12020, 10175, 8130, 9268, 13907, 9039, 10981, 10578, 10063, 8830, 9694, 8854, 9466, 8576, 9336, 9171, 8941, 8822, 8780, 9314, 9496, 8808, 9464, 8968, 9084, 9318, 8801, 9323, 9623, 8988, 11038, 9174, 9989, 9235, 9656, 9446, 12657, 9281, 10081, 9295, 12864, 9410, 9499, 9716, 12914, 9064, 9758, 9081, 10564, 8947, 9402, 9990, 10305, 8129, 9709, 8430, 9391, 10615, 9293, 8203, 9102, 8843, 8859, 8764, 9097, 9629, 10144, 8547, 8939, 9005, 9266, 9390, 10259, 8227, 9180, 9080, 9565, 9408, 9747, 13508, 9718, 8024, 9195, 8935, 8954, 8554, 10167, 8411, 8887, 8701, 9168, 8091, 10235, 9315, 9169, 8643, 8727, 8595, 9592, 10826, 10195, 8391, 9142, 8527, 9545, 8548, 9376, 13094, 9254, 8344, 9212, 11044, 8930, 9863, 10314, 8950, 8969, 9412, 8843, 9486, 8855, 9162, 9365, 10376, 8653, 8921, 9529, 8636, 8907, 9369, 12352, 9215, 8646, 9349, 12362, 9028, 10114, 10332, 8967, 8628, 8705, 8842, 8621, 9194, 9225, 8589, 8981, 9074, 11092, 9487, 9455, 9352, 10245, 9076, 9584, 9093, 9033, 9365, 12091, 8777, 10284, 8816, 9726, 9104, 9535, 9052, 10100, 12898, 10230, 8314, 9696, 8059, 9429, 13468, 9970, 11461, 9290, 10588, 9250, 9653, 9242, 9463, 9521, 12421, 9302, 8672, 9234, 9601, 9380, 9295, 9520, 8950, 8734, 8517, 9170, 8904, 8735, 9968, 8697, 9994, 8469, 8864, 8113, 9628, 8257, 10085, 8953, 8989, 8734, 9004, 8158, 9802, 10444, 9710, 8635, 8952, 8839, 9593, 8138, 9121, 11267, 9605, 7977, 9022, 9170, 9713, 9062, 9687, 12052, 9677, 8353, 9588, 8333, 9475, 11296, 9055, 12623, 9656, 8499, 9467, 8138, 9110, 9764, 9342, 9401, 9604, 8957, 8836, 9009, 9027, 9427, 8985, 9150, 14680, 9984, 10880, 9526, 8667, 9258, 10289, 9986, 9643, 8708, 9950, 9169, 8843, 8087, 9405, 11638, 9044, 9099, 9166, 11592, 9407, 9545, 8845, 8684, 9214, 9566, 9114, 9099, 9387, 9164, 9748, 12251, 9407, 9359, 9004, 9310, 9555, 9995, 8788, 10524, 9242, 9974, 9475, 10238, 9903, 10616, 8475, 9280, 9378, 8831, 9433, 9660, 9041, 9529, 12965, 9692, 10039, 9642, 10710, 9573, 10873, 9167, 10070, 9969, 11269, 9256, 8813, 9384, 9374, 9247, 9412, 9905, 11171, 9302, 8729, 9287, 9545, 9452, 9039, 8961, 8961, 9294, 9021, 9105, 12408, 8872, 10296, 8566, 9121, 8181, 9488, 10566, 9152, 11841, 9578, 8507, 9102, 7977, 9104, 11354, 9992, 11037, 9214, 8417, 9339, 11516, 9412, 11384, 10045, 8802, 9295, 8257, 9439, 11648, 9888, 12709, 9659, 8571, 9418, 12260, 9455, 9918, 10000, 10237, 9522, 9865, 9543, 9452, 9735, 9924, 8651, 9233, 9547, 9838, 8443, 9679, 10895, 9360, 11159, 9534, 9930, 9544, 11015, 9496, 9358, 9099, 8957, 8685, 8929, 8889, 8940, 9183, 9376, 8608, 9004, 8467, 8770, 8919, 8953, 9993, 9761, 10675, 9487, 9105, 10076, 9653, 9338, 10133, 14940, 9654, 11743, 9616, 10524, 9768, 8972, 9987, 12159, 9900, 12343, 10067, 8655, 9130, 9926, 10088, 8803, 9963, 13350, 9536, 12074, 9048, 8745, 9885, 8752, 9742, 13541, 9591, 12112, 9852, 9336, 9857, 12656, 9725, 10497, 9535, 9402, 9612, 9114, 9885, 9170, 9759, 8823, 8947, 8997, 9795, 9643, 9250, 9896, 10778, 10626, 9961, 8864, 10178, 9188, 9132, 9556, 9157, 9783, 9262, 9442, 9432, 9775, 9965, 9387, 9446, 9197, 10643, 9115, 9330, 8392, 10002, 14549, 9762, 11027, 9432, 9467, 9113, 9588, 9370, 9096, 9284, 9184, 9450, 9174, 10703, 9335, 9322, 9454, 9013, 8640, 9468, 9385, 9513, 9427, 9337, 9624, 9895, 8792, 9857, 13890, 9396, 10052, 11338, 9995, 9279, 9958, 8273, 9179, 8519, 10075, 9654, 10543, 9704, 9676, 10339, 9824, 12674, 9958, 10017, 10436, 12844, 9330, 11224, 9392, 9360, 10171, 10966, 9930, 9686, 10156, 10047, 10424, 9758, 9822, 11861, 10458, 10626, 10103, 10961, 10008, 11865, 10531, 13130, 10526, 13341, 10112, 11679, 9761, 10278, 10176, 9944, 10420, 12588, 10245, 10702, 10512, 9659, 10762, 9550, 9939, 9675, 9563, 10042, 9791, 9914, 9628, 9700, 9806, 9799, 10694, 9676, 9581, 10118, 9921, 9816, 9873, 9628, 10420, 10288, 11663, 9605, 9662, 9650, 9988, 9744, 15124, 9182, 11859, 9610, 9950, 9892, 9976, 11283, 9624, 9465, 9863, 9984, 10000, 11463, 9677, 10252, 9861, 9718, 9555, 9869, 9852, 9718, 10458, 9604, 9412, 11339, 9559, 9733, 9849, 11655, 10749, 12572, 8882, 9984, 9508, 10306, 9716, 9925, 9847, 11479, 9946, 10800, 9830, 12232, 9732, 10689, 10235, 11248, 9098, 10007, 10368, 9682, 9868, 10787, 9229, 10284, 9425, 9214, 9677, 9722, 10170, 13251, 9486, 9668, 10964, 11047, 8904, 10067, 12338, 9956, 8716, 10743, 9964, 14714, 10340, 10567, 11225, 11068, 13017, 13352, 13615, 17004, 11927, 17831, 12057, 10266, 10117, 9600, 10204, 9434, 10144, 12620, 10043, 11133, 9784, 9963, 10178], 'WindowCenter': [4353.0, 4328.0, 4314.0, 4312.0, 4300.0, 4287.0, 4309.0, 4318.0, 4298.0, 4287.0, 4296.0, 4306.0, 4298.0, 4298.0, 4310.0, 4331.0, 4310.0, 4298.0, 4308.0, 4288.0, 4298.0, 4338.0, 4309.0, 4337.0, 4309.0, 4287.0, 4296.0, 4295.0, 4296.0, 4309.0, 4308.0, 4316.0, 4298.0, 4296.0, 4296.0, 4296.0, 4296.0, 4286.0, 4297.0, 4317.0, 4297.0, 4286.0, 4296.0, 4297.0, 4297.0, 4296.0, 4298.0, 4306.0, 4297.0, 4287.0, 4297.0, 4297.0, 4297.0, 4297.0, 4298.0, 4298.0, 4299.0, 4297.0, 4297.0, 4308.0, 4298.0, 4309.0, 4310.0, 4311.0, 4310.0, 4309.0, 4309.0, 4309.0, 4310.0, 4322.0, 4311.0, 4311.0, 4309.0, 4311.0, 4320.0, 4321.0, 4309.0, 4301.0, 4299.0, 4298.0, 4297.0, 4307.0, 4308.0, 4307.0, 4318.0, 4297.0, 4296.0, 4286.0, 4316.0, 4297.0, 4297.0, 4286.0, 4296.0, 4285.0, 4296.0, 4276.0, 4295.0, 4327.0, 4286.0, 4286.0, 4296.0, 4285.0, 4296.0, 4305.0, 4297.0, 4317.0, 4298.0, 4306.0, 4298.0, 4295.0, 4297.0, 4296.0, 4297.0, 4295.0, 4286.0, 4294.0, 4286.0, 4295.0, 4307.0, 4298.0, 4298.0, 4298.0, 4296.0, 4296.0, 4298.0, 4308.0, 4309.0, 4308.0, 4308.0, 4298.0, 4299.0, 4296.0, 4298.0, 4298.0, 4299.0, 4318.0, 4300.0, 4299.0, 4301.0, 4311.0, 4309.0, 4330.0, 4300.0, 4317.0, 4299.0, 4306.0, 4287.0, 4318.0, 4300.0, 4307.0, 4297.0, 4286.0, 4297.0, 4287.0, 4298.0, 4297.0, 4298.0, 4309.0, 4298.0, 4297.0, 4296.0, 4298.0, 4296.0, 4299.0, 4299.0, 4299.0, 4310.0, 4297.0, 4288.0, 4289.0, 4298.0, 4290.0, 4320.0, 4299.0, 4291.0, 4309.0, 4309.0, 4299.0, 4309.0, 4321.0, 4323.0, 4311.0, 4301.0, 4300.0, 4302.0, 4301.0, 4299.0, 4310.0, 4313.0, 4300.0, 4311.0, 4301.0, 4303.0, 4309.0, 4312.0, 4321.0, 4324.0, 4314.0, 4313.0, 4302.0, 4314.0, 4333.0, 4314.0, 4291.0, 4312.0, 4290.0, 4299.0, 4320.0, 4299.0, 4329.0, 4299.0, 4275.0, 4287.0, 4287.0, 4298.0, 4296.0, 4289.0, 4275.0, 4286.0, 4275.0, 4287.0, 4304.0, 4288.0, 4318.0, 4298.0, 4285.0, 4285.0, 4275.0, 4288.0, 4308.0, 4286.0, 4307.0, 4297.0, 4286.0, 4288.0, 4316.0, 4288.0, 4286.0, 4287.0, 4285.0, 4288.0, 4277.0, 4287.0, 4297.0, 4288.0, 4308.0, 4300.0, 4288.0, 4298.0, 4289.0, 4300.0, 4319.0, 4298.0, 4279.0, 4297.0, 4290.0, 4303.0, 4319.0, 4301.0, 4331.0, 4310.0, 4289.0, 4301.0, 4290.0, 4312.0, 4332.0, 4310.0, 4289.0, 4300.0, 4290.0, 4311.0, 4310.0, 4300.0, 4329.0, 4299.0, 4278.0, 4287.0, 4287.0, 4299.0, 4309.0, 4298.0, 4278.0, 4287.0, 4278.0, 4297.0, 4278.0, 4299.0, 4309.0, 4308.0, 4289.0, 4276.0, 4286.0, 4288.0, 4295.0, 4298.0, 4286.0, 4296.0, 4274.0, 4274.0, 4273.0, 4285.0, 4284.0, 4287.0, 4273.0, 4276.0, 4274.0, 4276.0, 4278.0, 4297.0, 4286.0, 4276.0, 4277.0, 4277.0, 4278.0, 4297.0, 4286.0, 4278.0, 4289.0, 4279.0, 4289.0, 4300.0, 4289.0, 4310.0, 4290.0, 4276.0, 4289.0, 4299.0, 4289.0, 4311.0, 4289.0, 4288.0, 4290.0, 4290.0, 4311.0, 4311.0, 4300.0, 4287.0, 4290.0, 4318.0, 4299.0, 4289.0, 4300.0, 4288.0, 4289.0, 4276.0, 4287.0, 4286.0, 4298.0, 4286.0, 4288.0, 4288.0, 4288.0, 4277.0, 4287.0, 4286.0, 4288.0, 4288.0, 4279.0, 4276.0, 4287.0, 4305.0, 4288.0, 4298.0, 4277.0, 4275.0, 4276.0, 4287.0, 4274.0, 4288.0, 4307.0, 4288.0, 4267.0, 4277.0, 4276.0, 4288.0, 4277.0, 4299.0, 4277.0, 4290.0, 4289.0, 4279.0, 4289.0, 4289.0, 4289.0, 4309.0, 4279.0, 4288.0, 4288.0, 4299.0, 4288.0, 4310.0, 4288.0, 4290.0, 4289.0, 4280.0, 4288.0, 4301.0, 4299.0, 4299.0, 4286.0, 4279.0, 4289.0, 4298.0, 4276.0, 4299.0, 4299.0, 4301.0, 4278.0, 4278.0, 4277.0, 4287.0, 4275.0, 4286.0, 4297.0, 4289.0, 4278.0, 4277.0, 4288.0, 4295.0, 4275.0, 4288.0, 4297.0, 4298.0, 4275.0, 4277.0, 4277.0, 4277.0, 4276.0, 4298.0, 4288.0, 4289.0, 4278.0, 4289.0, 4288.0, 4299.0, 4298.0, 4300.0, 4279.0, 4277.0, 4278.0, 4288.0, 4287.0, 4289.0, 4309.0, 4290.0, 4288.0, 4289.0, 4278.0, 4302.0, 4321.0, 4300.0, 4299.0, 4290.0, 4280.0, 4301.0, 4310.0, 4301.0, 4301.0, 4291.0, 4286.0, 4287.0, 4275.0, 4288.0, 4297.0, 4288.0, 4287.0, 4288.0, 4307.0, 4276.0, 4287.0, 4287.0, 4277.0, 4277.0, 4288.0, 4277.0, 4297.0, 4277.0, 4277.0, 4276.0, 4286.0, 4308.0, 4288.0, 4276.0, 4287.0, 4298.0, 4288.0, 4299.0, 4298.0, 4286.0, 4276.0, 4307.0, 4277.0, 4276.0, 4276.0, 4287.0, 4288.0, 4286.0, 4277.0, 4274.0, 4276.0, 4274.0, 4287.0, 4285.0, 4287.0, 4274.0, 4275.0, 4274.0, 4275.0, 4284.0, 4277.0, 4308.0, 4289.0, 4278.0, 4287.0, 4277.0, 4287.0, 4276.0, 4290.0, 4299.0, 4300.0, 4289.0, 4279.0, 4290.0, 4288.0, 4289.0, 4280.0, 4290.0, 4300.0, 4288.0, 4279.0, 4279.0, 4289.0, 4289.0, 4301.0, 4287.0, 4289.0, 4287.0, 4290.0, 4288.0, 4299.0, 4319.0, 4288.0, 4265.0, 4277.0, 4264.0, 4276.0, 4305.0, 4276.0, 4296.0, 4289.0, 4279.0, 4290.0, 4279.0, 4290.0, 4301.0, 4302.0, 4294.0, 4312.0, 4304.0, 4322.0, 4281.0, 4301.0, 4279.0, 4278.0, 4274.0, 4277.0, 4267.0, 4278.0, 4286.0, 4278.0, 4257.0, 4277.0, 4278.0, 4278.0, 4268.0, 4280.0, 4289.0, 4291.0, 4279.0, 4288.0, 4300.0, 4290.0, 4291.0, 4302.0, 4292.0, 4313.0, 4290.0, 4292.0, 4302.0, 4291.0, 4303.0, 4291.0, 4313.0, 4301.0, 4291.0, 4300.0, 4290.0, 4321.0, 4289.0, 4299.0, 4268.0, 4279.0, 4267.0, 4279.0, 4318.0, 4297.0, 4266.0, 4267.0, 4265.0, 4267.0, 4278.0, 4299.0, 4279.0, 4300.0, 4289.0, 4278.0, 4279.0, 4290.0, 4309.0, 4289.0, 4268.0, 4279.0, 4305.0, 4267.0, 4296.0, 4288.0, 4276.0, 4265.0, 4275.0, 4264.0, 4276.0, 4266.0, 4274.0, 4276.0, 4273.0, 4275.0, 4265.0, 4276.0, 4286.0, 4277.0, 4287.0, 4277.0, 4277.0, 4287.0, 4276.0, 4275.0, 4287.0, 4278.0, 4297.0, 4278.0, 4286.0, 4277.0, 4288.0, 4289.0, 4306.0, 4275.0, 4285.0, 4277.0, 4305.0, 4275.0, 4288.0, 4287.0, 4306.0, 4279.0, 4287.0, 4277.0, 4287.0, 4276.0, 4278.0, 4286.0, 4287.0, 4255.0, 4275.0, 4264.0, 4275.0, 4296.0, 4276.0, 4267.0, 4278.0, 4278.0, 4277.0, 4279.0, 4291.0, 4290.0, 4298.0, 4278.0, 4279.0, 4277.0, 4289.0, 4290.0, 4300.0, 4279.0, 4288.0, 4278.0, 4287.0, 4277.0, 4286.0, 4319.0, 4287.0, 4268.0, 4277.0, 4276.0, 4277.0, 4279.0, 4299.0, 4266.0, 4277.0, 4278.0, 4288.0, 4270.0, 4300.0, 4289.0, 4289.0, 4279.0, 4278.0, 4278.0, 4290.0, 4300.0, 4299.0, 4268.0, 4277.0, 4277.0, 4288.0, 4267.0, 4288.0, 4318.0, 4277.0, 4266.0, 4288.0, 4295.0, 4278.0, 4299.0, 4299.0, 4277.0, 4280.0, 4287.0, 4279.0, 4288.0, 4276.0, 4279.0, 4277.0, 4289.0, 4266.0, 4277.0, 4288.0, 4278.0, 4274.0, 4288.0, 4309.0, 4288.0, 4278.0, 4279.0, 4308.0, 4277.0, 4298.0, 4288.0, 4276.0, 4278.0, 4265.0, 4277.0, 4267.0, 4289.0, 4288.0, 4279.0, 4279.0, 4290.0, 4308.0, 4288.0, 4289.0, 4290.0, 4300.0, 4291.0, 4289.0, 4290.0, 4290.0, 4286.0, 4320.0, 4280.0, 4301.0, 4290.0, 4290.0, 4278.0, 4289.0, 4290.0, 4301.0, 4318.0, 4289.0, 4267.0, 4288.0, 4265.0, 4276.0, 4307.0, 4287.0, 4295.0, 4277.0, 4286.0, 4276.0, 4286.0, 4277.0, 4285.0, 4288.0, 4306.0, 4288.0, 4277.0, 4287.0, 4287.0, 4288.0, 4287.0, 4290.0, 4278.0, 4279.0, 4278.0, 4278.0, 4277.0, 4278.0, 4289.0, 4267.0, 4288.0, 4266.0, 4276.0, 4256.0, 4287.0, 4268.0, 4288.0, 4276.0, 4277.0, 4277.0, 4278.0, 4267.0, 4287.0, 4297.0, 4288.0, 4276.0, 4278.0, 4278.0, 4288.0, 4266.0, 4288.0, 4298.0, 4289.0, 4267.0, 4278.0, 4289.0, 4290.0, 4279.0, 4291.0, 4309.0, 4288.0, 4268.0, 4288.0, 4265.0, 4287.0, 4297.0, 4278.0, 4308.0, 4288.0, 4267.0, 4286.0, 4266.0, 4278.0, 4288.0, 4289.0, 4289.0, 4289.0, 4279.0, 4280.0, 4279.0, 4277.0, 4277.0, 4277.0, 4288.0, 4330.0, 4289.0, 4298.0, 4289.0, 4277.0, 4288.0, 4298.0, 4289.0, 4289.0, 4279.0, 4288.0, 4277.0, 4278.0, 4265.0, 4289.0, 4308.0, 4278.0, 4277.0, 4289.0, 4296.0, 4287.0, 4288.0, 4278.0, 4278.0, 4290.0, 4288.0, 4288.0, 4279.0, 4291.0, 4291.0, 4291.0, 4310.0, 4291.0, 4290.0, 4290.0, 4291.0, 4301.0, 4300.0, 4280.0, 4300.0, 4289.0, 4289.0, 4287.0, 4289.0, 4287.0, 4288.0, 4265.0, 4276.0, 4277.0, 4277.0, 4288.0, 4287.0, 4278.0, 4289.0, 4320.0, 4290.0, 4288.0, 4288.0, 4297.0, 4288.0, 4297.0, 4289.0, 4288.0, 4287.0, 4296.0, 4278.0, 4276.0, 4288.0, 4276.0, 4287.0, 4287.0, 4289.0, 4298.0, 4289.0, 4278.0, 4289.0, 4288.0, 4290.0, 4289.0, 4290.0, 4279.0, 4291.0, 4279.0, 4280.0, 4321.0, 4290.0, 4300.0, 4278.0, 4289.0, 4268.0, 4288.0, 4297.0, 4289.0, 4310.0, 4290.0, 4279.0, 4280.0, 4269.0, 4289.0, 4311.0, 4302.0, 4311.0, 4291.0, 4279.0, 4292.0, 4310.0, 4292.0, 4311.0, 4302.0, 4278.0, 4289.0, 4268.0, 4290.0, 4310.0, 4301.0, 4320.0, 4289.0, 4278.0, 4290.0, 4308.0, 4289.0, 4289.0, 4289.0, 4287.0, 4287.0, 4287.0, 4288.0, 4277.0, 4276.0, 4287.0, 4277.0, 4276.0, 4276.0, 4285.0, 4267.0, 4287.0, 4297.0, 4288.0, 4297.0, 4289.0, 4286.0, 4288.0, 4297.0, 4286.0, 4277.0, 4276.0, 4277.0, 4278.0, 4277.0, 4279.0, 4288.0, 4289.0, 4290.0, 4280.0, 4291.0, 4280.0, 4281.0, 4293.0, 4305.0, 4315.0, 4315.0, 4303.0, 4302.0, 4306.0, 4316.0, 4306.0, 4304.0, 4315.0, 4333.0, 4291.0, 4300.0, 4280.0, 4287.0, 4288.0, 4266.0, 4288.0, 4297.0, 4289.0, 4309.0, 4287.0, 4267.0, 4277.0, 4277.0, 4288.0, 4267.0, 4287.0, 4307.0, 4279.0, 4298.0, 4277.0, 4266.0, 4288.0, 4265.0, 4277.0, 4308.0, 4289.0, 4308.0, 4289.0, 4278.0, 4290.0, 4307.0, 4289.0, 4299.0, 4289.0, 4279.0, 4290.0, 4279.0, 4301.0, 4289.0, 4289.0, 4290.0, 4293.0, 4304.0, 4303.0, 4304.0, 4293.0, 4300.0, 4313.0, 4301.0, 4303.0, 4292.0, 4301.0, 4292.0, 4290.0, 4303.0, 4292.0, 4300.0, 4293.0, 4293.0, 4290.0, 4301.0, 4290.0, 4291.0, 4292.0, 4290.0, 4301.0, 4280.0, 4279.0, 4268.0, 4290.0, 4318.0, 4288.0, 4287.0, 4278.0, 4289.0, 4278.0, 4276.0, 4278.0, 4267.0, 4278.0, 4278.0, 4288.0, 4278.0, 4299.0, 4289.0, 4291.0, 4290.0, 4292.0, 4281.0, 4292.0, 4290.0, 4291.0, 4292.0, 4292.0, 4303.0, 4317.0, 4293.0, 4303.0, 4334.0, 4305.0, 4305.0, 4312.0, 4292.0, 4281.0, 4302.0, 4271.0, 4293.0, 4294.0, 4304.0, 4305.0, 4328.0, 4316.0, 4306.0, 4318.0, 4305.0, 4322.0, 4301.0, 4304.0, 4316.0, 4337.0, 4306.0, 4324.0, 4292.0, 4291.0, 4314.0, 4301.0, 4302.0, 4291.0, 4302.0, 4303.0, 4302.0, 4304.0, 4305.0, 4313.0, 4301.0, 4299.0, 4289.0, 4289.0, 4278.0, 4299.0, 4287.0, 4298.0, 4277.0, 4295.0, 4275.0, 4284.0, 4263.0, 4272.0, 4272.0, 4273.0, 4285.0, 4294.0, 4275.0, 4285.0, 4284.0, 4276.0, 4288.0, 4276.0, 4275.0, 4266.0, 4265.0, 4277.0, 4276.0, 4276.0, 4276.0, 4276.0, 4276.0, 4289.0, 4299.0, 4289.0, 4289.0, 4290.0, 4288.0, 4291.0, 4290.0, 4292.0, 4303.0, 4303.0, 4312.0, 4292.0, 4292.0, 4303.0, 4292.0, 4293.0, 4333.0, 4281.0, 4312.0, 4278.0, 4290.0, 4287.0, 4289.0, 4299.0, 4289.0, 4279.0, 4290.0, 4290.0, 4290.0, 4309.0, 4290.0, 4301.0, 4291.0, 4291.0, 4292.0, 4291.0, 4291.0, 4290.0, 4300.0, 4293.0, 4292.0, 4301.0, 4292.0, 4291.0, 4303.0, 4312.0, 4301.0, 4312.0, 4281.0, 4291.0, 4291.0, 4301.0, 4293.0, 4302.0, 4303.0, 4313.0, 4292.0, 4300.0, 4291.0, 4311.0, 4279.0, 4291.0, 4289.0, 4299.0, 4268.0, 4278.0, 4288.0, 4279.0, 4288.0, 4300.0, 4290.0, 4300.0, 4280.0, 4281.0, 4293.0, 4290.0, 4302.0, 4348.0, 4307.0, 4305.0, 4301.0, 4302.0, 4280.0, 4303.0, 4299.0, 4290.0, 4280.0, 4301.0, 4291.0, 4333.0, 4304.0, 4303.0, 4302.0, 4287.0, 4299.0, 4295.0, 4298.0, 4305.0, 4274.0, 4304.0, 4272.0, 4250.0, 4250.0, 4238.0, 4246.0, 4235.0, 4248.0, 4266.0, 4248.0, 4258.0, 4249.0, 4250.0, 4261.0], 'WindowWidth': [9616.0, 9570.0, 9541.0, 9532.0, 9513.0, 9491.0, 9524.0, 9535.0, 9505.0, 9489.0, 9501.0, 9516.0, 9505.0, 9506.0, 9526.0, 9554.0, 9525.0, 9505.0, 9520.0, 9492.0, 9506.0, 9560.0, 9522.0, 9559.0, 9522.0, 9488.0, 9500.0, 9497.0, 9501.0, 9520.0, 9520.0, 9526.0, 9504.0, 9500.0, 9499.0, 9499.0, 9500.0, 9484.0, 9502.0, 9528.0, 9502.0, 9485.0, 9500.0, 9502.0, 9501.0, 9499.0, 9504.0, 9514.0, 9503.0, 9488.0, 9502.0, 9502.0, 9503.0, 9501.0, 9507.0, 9505.0, 9508.0, 9503.0, 9502.0, 9519.0, 9505.0, 9522.0, 9524.0, 9530.0, 9526.0, 9525.0, 9522.0, 9523.0, 9527.0, 9545.0, 9528.0, 9528.0, 9522.0, 9528.0, 9541.0, 9541.0, 9522.0, 9513.0, 9507.0, 9505.0, 9502.0, 9516.0, 9519.0, 9516.0, 9531.0, 9502.0, 9497.0, 9486.0, 9526.0, 9502.0, 9501.0, 9484.0, 9498.0, 9481.0, 9497.0, 9469.0, 9498.0, 9542.0, 9487.0, 9483.0, 9499.0, 9482.0, 9499.0, 9510.0, 9500.0, 9529.0, 9504.0, 9512.0, 9504.0, 9498.0, 9501.0, 9498.0, 9502.0, 9495.0, 9485.0, 9494.0, 9486.0, 9495.0, 9516.0, 9503.0, 9503.0, 9504.0, 9501.0, 9499.0, 9503.0, 9517.0, 9520.0, 9518.0, 9518.0, 9504.0, 9510.0, 9499.0, 9506.0, 9504.0, 9509.0, 9531.0, 9510.0, 9508.0, 9514.0, 9527.0, 9523.0, 9551.0, 9511.0, 9530.0, 9505.0, 9512.0, 9487.0, 9529.0, 9507.0, 9514.0, 9500.0, 9486.0, 9502.0, 9488.0, 9502.0, 9499.0, 9502.0, 9516.0, 9505.0, 9500.0, 9499.0, 9504.0, 9500.0, 9507.0, 9507.0, 9507.0, 9520.0, 9502.0, 9489.0, 9492.0, 9501.0, 9494.0, 9536.0, 9507.0, 9497.0, 9521.0, 9521.0, 9507.0, 9520.0, 9540.0, 9543.0, 9526.0, 9513.0, 9510.0, 9515.0, 9510.0, 9507.0, 9523.0, 9530.0, 9509.0, 9524.0, 9514.0, 9518.0, 9522.0, 9530.0, 9541.0, 9550.0, 9534.0, 9533.0, 9518.0, 9538.0, 9560.0, 9535.0, 9498.0, 9527.0, 9494.0, 9507.0, 9534.0, 9507.0, 9546.0, 9505.0, 9468.0, 9486.0, 9484.0, 9502.0, 9497.0, 9491.0, 9468.0, 9483.0, 9465.0, 9486.0, 9506.0, 9487.0, 9528.0, 9499.0, 9481.0, 9481.0, 9467.0, 9487.0, 9514.0, 9484.0, 9512.0, 9499.0, 9483.0, 9487.0, 9523.0, 9487.0, 9485.0, 9486.0, 9481.0, 9486.0, 9472.0, 9486.0, 9500.0, 9488.0, 9516.0, 9509.0, 9489.0, 9503.0, 9491.0, 9509.0, 9533.0, 9503.0, 9478.0, 9502.0, 9494.0, 9518.0, 9534.0, 9510.0, 9553.0, 9523.0, 9494.0, 9512.0, 9494.0, 9527.0, 9555.0, 9525.0, 9493.0, 9510.0, 9495.0, 9523.0, 9520.0, 9508.0, 9546.0, 9506.0, 9475.0, 9486.0, 9485.0, 9505.0, 9516.0, 9505.0, 9475.0, 9485.0, 9476.0, 9501.0, 9474.0, 9506.0, 9518.0, 9517.0, 9489.0, 9470.0, 9484.0, 9487.0, 9492.0, 9501.0, 9480.0, 9497.0, 9461.0, 9462.0, 9460.0, 9478.0, 9477.0, 9483.0, 9459.0, 9466.0, 9463.0, 9468.0, 9473.0, 9499.0, 9481.0, 9468.0, 9471.0, 9471.0, 9474.0, 9500.0, 9484.0, 9476.0, 9490.0, 9477.0, 9492.0, 9507.0, 9492.0, 9523.0, 9493.0, 9471.0, 9489.0, 9505.0, 9494.0, 9522.0, 9492.0, 9489.0, 9495.0, 9495.0, 9524.0, 9523.0, 9507.0, 9488.0, 9495.0, 9530.0, 9505.0, 9492.0, 9508.0, 9488.0, 9490.0, 9470.0, 9486.0, 9483.0, 9502.0, 9483.0, 9489.0, 9486.0, 9488.0, 9470.0, 9485.0, 9485.0, 9489.0, 9488.0, 9476.0, 9469.0, 9486.0, 9508.0, 9487.0, 9501.0, 9471.0, 9468.0, 9470.0, 9486.0, 9465.0, 9487.0, 9510.0, 9488.0, 9457.0, 9471.0, 9470.0, 9488.0, 9473.0, 9505.0, 9473.0, 9494.0, 9490.0, 9477.0, 9492.0, 9492.0, 9492.0, 9520.0, 9477.0, 9489.0, 9490.0, 9507.0, 9490.0, 9524.0, 9490.0, 9493.0, 9491.0, 9480.0, 9489.0, 9510.0, 9504.0, 9506.0, 9485.0, 9478.0, 9491.0, 9502.0, 9471.0, 9507.0, 9504.0, 9510.0, 9474.0, 9475.0, 9472.0, 9485.0, 9467.0, 9485.0, 9499.0, 9490.0, 9472.0, 9472.0, 9486.0, 9494.0, 9466.0, 9488.0, 9497.0, 9503.0, 9467.0, 9471.0, 9472.0, 9472.0, 9471.0, 9504.0, 9488.0, 9492.0, 9476.0, 9490.0, 9488.0, 9507.0, 9502.0, 9508.0, 9477.0, 9473.0, 9475.0, 9489.0, 9487.0, 9492.0, 9519.0, 9494.0, 9489.0, 9492.0, 9477.0, 9513.0, 9537.0, 9509.0, 9507.0, 9496.0, 9481.0, 9510.0, 9520.0, 9510.0, 9511.0, 9496.0, 9483.0, 9486.0, 9467.0, 9487.0, 9498.0, 9488.0, 9485.0, 9488.0, 9510.0, 9470.0, 9483.0, 9485.0, 9472.0, 9473.0, 9488.0, 9472.0, 9500.0, 9472.0, 9470.0, 9469.0, 9483.0, 9513.0, 9486.0, 9469.0, 9486.0, 9499.0, 9488.0, 9504.0, 9501.0, 9483.0, 9468.0, 9510.0, 9471.0, 9469.0, 9469.0, 9485.0, 9486.0, 9480.0, 9469.0, 9463.0, 9467.0, 9463.0, 9485.0, 9480.0, 9485.0, 9462.0, 9466.0, 9463.0, 9466.0, 9477.0, 9471.0, 9515.0, 9489.0, 9475.0, 9486.0, 9472.0, 9486.0, 9470.0, 9493.0, 9504.0, 9508.0, 9491.0, 9477.0, 9492.0, 9488.0, 9490.0, 9481.0, 9493.0, 9506.0, 9489.0, 9478.0, 9477.0, 9492.0, 9492.0, 9509.0, 9487.0, 9490.0, 9486.0, 9493.0, 9487.0, 9506.0, 9529.0, 9489.0, 9452.0, 9470.0, 9451.0, 9468.0, 9506.0, 9468.0, 9497.0, 9492.0, 9480.0, 9497.0, 9480.0, 9494.0, 9512.0, 9514.0, 9505.0, 9529.0, 9518.0, 9541.0, 9482.0, 9508.0, 9476.0, 9473.0, 9463.0, 9470.0, 9457.0, 9474.0, 9482.0, 9474.0, 9442.0, 9470.0, 9472.0, 9473.0, 9459.0, 9479.0, 9492.0, 9497.0, 9477.0, 9490.0, 9509.0, 9495.0, 9496.0, 9513.0, 9500.0, 9529.0, 9497.0, 9499.0, 9512.0, 9497.0, 9515.0, 9498.0, 9529.0, 9509.0, 9497.0, 9508.0, 9492.0, 9537.0, 9490.0, 9505.0, 9459.0, 9474.0, 9457.0, 9475.0, 9527.0, 9498.0, 9454.0, 9455.0, 9451.0, 9455.0, 9474.0, 9504.0, 9476.0, 9507.0, 9490.0, 9474.0, 9477.0, 9494.0, 9516.0, 9490.0, 9459.0, 9474.0, 9505.0, 9454.0, 9495.0, 9484.0, 9464.0, 9450.0, 9461.0, 9449.0, 9465.0, 9453.0, 9461.0, 9467.0, 9460.0, 9465.0, 9451.0, 9467.0, 9481.0, 9471.0, 9484.0, 9472.0, 9471.0, 9485.0, 9468.0, 9468.0, 9484.0, 9473.0, 9497.0, 9472.0, 9481.0, 9471.0, 9488.0, 9490.0, 9509.0, 9467.0, 9478.0, 9469.0, 9504.0, 9466.0, 9485.0, 9485.0, 9509.0, 9475.0, 9483.0, 9471.0, 9482.0, 9468.0, 9474.0, 9480.0, 9485.0, 9439.0, 9465.0, 9449.0, 9466.0, 9496.0, 9470.0, 9457.0, 9474.0, 9473.0, 9471.0, 9476.0, 9496.0, 9494.0, 9503.0, 9473.0, 9476.0, 9473.0, 9492.0, 9492.0, 9507.0, 9476.0, 9488.0, 9475.0, 9486.0, 9471.0, 9486.0, 9528.0, 9488.0, 9459.0, 9471.0, 9467.0, 9471.0, 9477.0, 9503.0, 9456.0, 9470.0, 9472.0, 9488.0, 9466.0, 9505.0, 9489.0, 9490.0, 9477.0, 9475.0, 9474.0, 9494.0, 9505.0, 9504.0, 9459.0, 9471.0, 9470.0, 9485.0, 9457.0, 9486.0, 9528.0, 9472.0, 9456.0, 9488.0, 9495.0, 9475.0, 9505.0, 9504.0, 9472.0, 9478.0, 9486.0, 9475.0, 9486.0, 9468.0, 9476.0, 9472.0, 9489.0, 9455.0, 9471.0, 9486.0, 9473.0, 9465.0, 9489.0, 9516.0, 9488.0, 9473.0, 9475.0, 9512.0, 9470.0, 9502.0, 9488.0, 9467.0, 9472.0, 9453.0, 9470.0, 9457.0, 9491.0, 9487.0, 9478.0, 9476.0, 9493.0, 9514.0, 9489.0, 9489.0, 9491.0, 9507.0, 9495.0, 9490.0, 9493.0, 9492.0, 9486.0, 9535.0, 9482.0, 9511.0, 9494.0, 9493.0, 9475.0, 9490.0, 9491.0, 9509.0, 9528.0, 9490.0, 9458.0, 9486.0, 9452.0, 9468.0, 9511.0, 9483.0, 9493.0, 9470.0, 9480.0, 9467.0, 9481.0, 9472.0, 9481.0, 9489.0, 9509.0, 9487.0, 9471.0, 9486.0, 9485.0, 9487.0, 9487.0, 9493.0, 9474.0, 9476.0, 9472.0, 9474.0, 9472.0, 9474.0, 9490.0, 9456.0, 9488.0, 9454.0, 9467.0, 9440.0, 9484.0, 9459.0, 9486.0, 9469.0, 9470.0, 9470.0, 9474.0, 9457.0, 9486.0, 9498.0, 9488.0, 9468.0, 9472.0, 9472.0, 9486.0, 9457.0, 9489.0, 9501.0, 9490.0, 9458.0, 9474.0, 9489.0, 9492.0, 9477.0, 9495.0, 9518.0, 9488.0, 9458.0, 9486.0, 9453.0, 9484.0, 9494.0, 9472.0, 9514.0, 9486.0, 9457.0, 9482.0, 9454.0, 9474.0, 9486.0, 9491.0, 9489.0, 9492.0, 9476.0, 9478.0, 9475.0, 9471.0, 9471.0, 9471.0, 9487.0, 9546.0, 9491.0, 9500.0, 9488.0, 9471.0, 9488.0, 9502.0, 9490.0, 9490.0, 9477.0, 9485.0, 9471.0, 9472.0, 9452.0, 9491.0, 9513.0, 9474.0, 9470.0, 9489.0, 9496.0, 9485.0, 9488.0, 9476.0, 9474.0, 9491.0, 9488.0, 9488.0, 9478.0, 9496.0, 9497.0, 9496.0, 9520.0, 9497.0, 9492.0, 9495.0, 9495.0, 9510.0, 9508.0, 9479.0, 9504.0, 9490.0, 9490.0, 9483.0, 9490.0, 9485.0, 9487.0, 9452.0, 9468.0, 9470.0, 9470.0, 9486.0, 9486.0, 9475.0, 9492.0, 9534.0, 9493.0, 9487.0, 9487.0, 9497.0, 9485.0, 9498.0, 9488.0, 9486.0, 9484.0, 9493.0, 9471.0, 9468.0, 9487.0, 9470.0, 9486.0, 9485.0, 9489.0, 9499.0, 9488.0, 9472.0, 9490.0, 9487.0, 9494.0, 9490.0, 9493.0, 9477.0, 9496.0, 9477.0, 9479.0, 9535.0, 9493.0, 9506.0, 9473.0, 9490.0, 9459.0, 9488.0, 9498.0, 9491.0, 9520.0, 9493.0, 9475.0, 9479.0, 9462.0, 9491.0, 9523.0, 9513.0, 9522.0, 9497.0, 9479.0, 9498.0, 9521.0, 9500.0, 9525.0, 9512.0, 9476.0, 9490.0, 9461.0, 9491.0, 9520.0, 9510.0, 9532.0, 9490.0, 9474.0, 9492.0, 9513.0, 9491.0, 9491.0, 9490.0, 9484.0, 9485.0, 9483.0, 9485.0, 9468.0, 9468.0, 9484.0, 9471.0, 9468.0, 9467.0, 9481.0, 9456.0, 9483.0, 9497.0, 9487.0, 9500.0, 9489.0, 9481.0, 9486.0, 9496.0, 9483.0, 9470.0, 9471.0, 9471.0, 9474.0, 9473.0, 9477.0, 9487.0, 9489.0, 9495.0, 9479.0, 9498.0, 9480.0, 9483.0, 9501.0, 9525.0, 9537.0, 9533.0, 9515.0, 9513.0, 9525.0, 9541.0, 9523.0, 9518.0, 9534.0, 9555.0, 9494.0, 9504.0, 9476.0, 9482.0, 9483.0, 9452.0, 9484.0, 9493.0, 9486.0, 9515.0, 9483.0, 9454.0, 9468.0, 9466.0, 9483.0, 9454.0, 9482.0, 9508.0, 9473.0, 9498.0, 9468.0, 9454.0, 9485.0, 9450.0, 9470.0, 9512.0, 9487.0, 9512.0, 9488.0, 9471.0, 9490.0, 9509.0, 9488.0, 9503.0, 9490.0, 9476.0, 9492.0, 9474.0, 9508.0, 9490.0, 9492.0, 9493.0, 9503.0, 9519.0, 9516.0, 9517.0, 9500.0, 9509.0, 9529.0, 9510.0, 9515.0, 9498.0, 9510.0, 9499.0, 9494.0, 9514.0, 9499.0, 9509.0, 9501.0, 9500.0, 9492.0, 9508.0, 9492.0, 9496.0, 9497.0, 9492.0, 9508.0, 9477.0, 9476.0, 9458.0, 9491.0, 9525.0, 9486.0, 9482.0, 9472.0, 9489.0, 9473.0, 9467.0, 9472.0, 9456.0, 9472.0, 9472.0, 9486.0, 9472.0, 9500.0, 9490.0, 9494.0, 9491.0, 9498.0, 9482.0, 9499.0, 9493.0, 9496.0, 9497.0, 9499.0, 9514.0, 9540.0, 9501.0, 9514.0, 9559.0, 9523.0, 9520.0, 9523.0, 9498.0, 9479.0, 9512.0, 9467.0, 9502.0, 9504.0, 9519.0, 9523.0, 9562.0, 9542.0, 9524.0, 9543.0, 9520.0, 9540.0, 9509.0, 9519.0, 9538.0, 9567.0, 9523.0, 9545.0, 9499.0, 9497.0, 9530.0, 9509.0, 9511.0, 9494.0, 9510.0, 9513.0, 9512.0, 9517.0, 9517.0, 9528.0, 9508.0, 9501.0, 9487.0, 9485.0, 9471.0, 9499.0, 9481.0, 9498.0, 9464.0, 9486.0, 9461.0, 9472.0, 9443.0, 9451.0, 9453.0, 9455.0, 9476.0, 9485.0, 9463.0, 9477.0, 9475.0, 9464.0, 9482.0, 9464.0, 9461.0, 9449.0, 9447.0, 9466.0, 9465.0, 9466.0, 9463.0, 9466.0, 9465.0, 9486.0, 9500.0, 9487.0, 9487.0, 9490.0, 9485.0, 9494.0, 9491.0, 9497.0, 9514.0, 9515.0, 9524.0, 9499.0, 9496.0, 9514.0, 9498.0, 9498.0, 9554.0, 9479.0, 9522.0, 9471.0, 9488.0, 9482.0, 9487.0, 9502.0, 9488.0, 9473.0, 9489.0, 9489.0, 9493.0, 9515.0, 9492.0, 9506.0, 9496.0, 9493.0, 9497.0, 9493.0, 9493.0, 9491.0, 9505.0, 9498.0, 9496.0, 9508.0, 9495.0, 9494.0, 9512.0, 9523.0, 9507.0, 9524.0, 9480.0, 9493.0, 9495.0, 9507.0, 9499.0, 9511.0, 9515.0, 9528.0, 9495.0, 9505.0, 9491.0, 9518.0, 9474.0, 9493.0, 9486.0, 9501.0, 9456.0, 9471.0, 9483.0, 9472.0, 9485.0, 9503.0, 9492.0, 9505.0, 9479.0, 9479.0, 9498.0, 9492.0, 9512.0, 9585.0, 9526.0, 9518.0, 9507.0, 9505.0, 9478.0, 9511.0, 9494.0, 9490.0, 9475.0, 9506.0, 9494.0, 9554.0, 9515.0, 9510.0, 9508.0, 9478.0, 9499.0, 9485.0, 9496.0, 9498.0, 9455.0, 9496.0, 9449.0, 9415.0, 9415.0, 9395.0, 9403.0, 9387.0, 9407.0, 9430.0, 9409.0, 9424.0, 9413.0, 9415.0, 9432.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.005855996967399545</td></tr>
<tr><td colspan=3>aqi</td><td>0.041088129795299466</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.14876735236724</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2483810622458265</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0609179517450684</td></tr>
<tr><td colspan=3>efc</td><td>0.4643</td></tr>
<tr><td colspan=3>fber</td><td>7262.0376</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08849502865275842</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.335860500379075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.585554227257879</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4428507599397173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.910560112425021</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4032518094088977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00536559</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01565668173134327</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03040342964231968</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.9193462869790787</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>37.2011</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1542</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.9606</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301221.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>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.2423</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2686</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.9452</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3483.7641</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.181</td></tr>
<tr><td colspan=3>tsnr</td><td>32.25074597261846</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>