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

616 lines
No EOL
144 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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-04/func/sub-0077_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>002b71a508d3907eccddbde73aeb93f3</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>20:37:52.547500</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.091725</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>[4147, -7713, -7248, 767, -42, -127, -86, 36]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a2d24ffe-90c3-4a7d-a08e-8839445b9e60||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['203752.547500', '203753.007500', '203753.467500', '203753.927500', '203754.387500', '203754.847500', '203755.307500', '203755.767500', '203756.227500', '203756.687500', '203757.147500', '203757.607500', '203758.067500', '203758.527500', '203758.987500', '203759.447500', '203759.907500', '203800.367500', '203800.827500', '203801.287500', '203801.747500', '203802.207500', '203802.667500', '203803.127500', '203803.587500', '203804.047500', '203804.507500', '203804.967500', '203805.427500', '203805.887500', '203806.347500', '203806.807500', '203807.267500', '203807.727500', '203808.187500', '203808.647500', '203809.107500', '203809.567500', '203810.027500', '203810.487500', '203810.947500', '203811.407500', '203811.867500', '203812.327500', '203812.787500', '203813.247500', '203813.707500', '203814.167500', '203814.627500', '203815.087500', '203815.547500', '203816.007500', '203816.467500', '203816.927500', '203817.387500', '203817.847500', '203818.307500', '203818.767500', '203819.227500', '203819.687500', '203820.147500', '203820.607500', '203821.067500', '203821.527500', '203821.987500', '203822.447500', '203822.907500', '203823.367500', '203823.827500', '203824.287500', '203824.747500', '203825.207500', '203825.667500', '203826.127500', '203826.587500', '203827.047500', '203827.507500', '203827.967500', '203828.427500', '203828.887500', '203829.347500', '203829.807500', '203830.267500', '203830.727500', '203831.187500', '203831.647500', '203832.107500', '203832.567500', '203833.027500', '203833.487500', '203833.947500', '203834.407500', '203834.867500', '203835.327500', '203835.787500', '203836.247500', '203836.707500', '203837.167500', '203837.627500', '203838.087500', '203838.547500', '203839.007500', '203839.467500', '203839.927500', '203840.387500', '203840.847500', '203841.307500', '203841.767500', '203842.227500', '203842.687500', '203843.147500', '203843.607500', '203844.067500', '203844.527500', '203844.987500', '203845.447500', '203845.907500', '203846.367500', '203846.827500', '203847.287500', '203847.747500', '203848.207500', '203848.667500', '203849.127500', '203849.587500', '203850.047500', '203850.507500', '203850.967500', '203851.427500', '203851.887500', '203852.347500', '203852.807500', '203853.267500', '203853.727500', '203854.187500', '203854.647500', '203855.107500', '203855.567500', '203856.027500', '203856.487500', '203856.947500', '203857.407500', '203857.867500', '203858.327500', '203858.787500', '203859.247500', '203859.707500', '203900.167500', '203900.627500', '203901.087500', '203901.547500', '203902.007500', '203902.467500', '203902.927500', '203903.387500', '203903.847500', '203904.307500', '203904.767500', '203905.227500', '203905.687500', '203906.147500', '203906.607500', '203907.067500', '203907.527500', '203907.987500', '203908.447500', '203908.907500', '203909.367500', '203909.827500', '203910.287500', '203910.747500', '203911.207500', '203911.667500', '203912.127500', '203912.587500', '203913.047500', '203913.507500', '203913.967500', '203914.427500', '203914.887500', '203915.347500', '203915.807500', '203916.267500', '203916.727500', '203917.187500', '203917.647500', '203918.107500', '203918.567500', '203919.027500', '203919.487500', '203919.947500', '203920.407500', '203920.867500', '203921.327500', '203921.787500', '203922.247500', '203922.707500', '203923.167500', '203923.627500', '203924.087500', '203924.547500', '203925.007500', '203925.467500', '203925.927500', '203926.387500', '203926.847500', '203927.307500', '203927.767500', '203928.227500', '203928.687500', '203929.147500', '203929.607500', '203930.067500', '203930.527500', '203930.987500', '203931.447500', '203931.907500', '203932.367500', '203932.827500', '203933.287500', '203933.747500', '203934.207500', '203934.667500', '203935.127500', '203935.587500', '203936.047500', '203936.507500', '203936.967500', '203937.427500', '203937.887500', '203938.347500', '203938.807500', '203939.267500', '203939.727500', '203940.187500', '203940.647500', '203941.107500', '203941.567500', '203942.027500', '203942.487500', '203942.947500', '203943.407500', '203943.867500', '203944.327500', '203944.787500', '203945.247500', '203945.707500', '203946.167500', '203946.627500', '203947.087500', '203947.547500', '203948.007500', '203948.467500', '203948.927500', '203949.387500', '203949.847500', '203950.307500', '203950.767500', '203951.227500', '203951.687500', '203952.147500', '203952.607500', '203953.067500', '203953.527500', '203953.987500', '203954.447500', '203954.907500', '203955.367500', '203955.827500', '203956.287500', '203956.747500', '203957.207500', '203957.667500', '203958.127500', '203958.587500', '203959.047500', '203959.507500', '203959.967500', '204000.427500', '204000.887500', '204001.347500', '204001.807500', '204002.267500', '204002.727500', '204003.187500', '204003.647500', '204004.107500', '204004.567500', '204005.027500', '204005.487500', '204005.947500', '204006.407500', '204006.867500', '204007.327500', '204007.787500', '204008.247500', '204008.707500', '204009.167500', '204009.627500', '204010.087500', '204010.547500', '204011.007500', '204011.467500', '204011.927500', '204012.387500', '204012.847500', '204013.307500', '204013.767500', '204014.227500', '204014.687500', '204015.147500', '204015.607500', '204016.067500', '204016.527500', '204016.987500', '204017.447500', '204017.907500', '204018.367500', '204018.827500', '204019.287500', '204019.747500', '204020.207500', '204020.667500', '204021.127500', '204021.587500', '204022.047500', '204022.507500', '204022.967500', '204023.427500', '204023.887500', '204024.347500', '204024.807500', '204025.267500', '204025.727500', '204026.187500', '204026.647500', '204027.107500', '204027.567500', '204028.027500', '204028.487500', '204028.947500', '204029.407500', '204029.867500', '204030.327500', '204030.787500', '204031.247500', '204031.707500', '204032.167500', '204032.627500', '204033.087500', '204033.547500', '204034.007500', '204034.467500', '204034.927500', '204035.387500', '204035.847500', '204036.307500', '204036.767500', '204037.227500', '204037.687500', '204038.147500', '204038.607500', '204039.067500', '204039.527500', '204039.987500', '204040.447500', '204040.907500', '204041.367500', '204041.827500', '204042.287500', '204042.747500', '204043.207500', '204043.667500', '204044.127500', '204044.587500', '204045.047500', '204045.507500', '204045.967500', '204046.427500', '204046.887500', '204047.347500', '204047.807500', '204048.267500', '204048.727500', '204049.187500', '204049.647500', '204050.107500', '204050.567500', '204051.027500', '204051.487500', '204051.947500', '204052.407500', '204052.867500', '204053.327500', '204053.787500', '204054.247500', '204054.707500', '204055.167500', '204055.627500', '204056.087500', '204056.547500', '204057.007500', '204057.467500', '204057.927500', '204058.387500', '204058.847500', '204059.307500', '204059.767500', '204100.227500', '204100.687500', '204101.147500', '204101.607500', '204102.067500', '204102.527500', '204102.987500', '204103.447500', '204103.907500', '204104.367500', '204104.827500', '204105.287500', '204105.747500', '204106.207500', '204106.667500', '204107.127500', '204107.587500', '204108.047500', '204108.507500', '204108.967500', '204109.427500', '204109.887500', '204110.347500', '204110.807500', '204111.267500', '204111.727500', '204112.187500', '204112.647500', '204113.107500', '204113.567500', '204114.027500', '204114.487500', '204114.947500', '204115.407500', '204115.867500', '204116.327500', '204116.787500', '204117.247500', '204117.707500', '204118.167500', '204118.627500', '204119.087500', '204119.547500', '204120.007500', '204120.467500', '204120.927500', '204121.387500', '204121.847500', '204122.307500', '204122.767500', '204123.227500', '204123.687500', '204124.147500', '204124.607500', '204125.067500', '204125.527500', '204125.987500', '204126.447500', '204126.907500', '204127.367500', '204127.827500', '204128.287500', '204128.747500', '204129.207500', '204129.667500', '204130.127500', '204130.587500', '204131.047500', '204131.507500', '204131.967500', '204132.427500', '204132.887500', '204133.347500', '204133.807500', '204134.267500', '204134.727500', '204135.187500', '204135.647500', '204136.107500', '204136.567500', '204137.027500', '204137.487500', '204137.947500', '204138.407500', '204138.867500', '204139.327500', '204139.787500', '204140.247500', '204140.707500', '204141.167500', '204141.627500', '204142.087500', '204142.547500', '204143.007500', '204143.467500', '204143.927500', '204144.387500', '204144.847500', '204145.307500', '204145.767500', '204146.227500', '204146.687500', '204147.147500', '204147.607500', '204148.067500', '204148.527500', '204148.987500', '204149.447500', '204149.907500', '204150.367500', '204150.827500', '204151.287500', '204151.747500', '204152.207500', '204152.667500', '204153.127500', '204153.587500', '204154.047500', '204154.507500', '204154.967500', '204155.427500', '204155.887500', '204156.347500', '204156.807500', '204157.267500', '204157.727500', '204158.187500', '204158.647500', '204159.107500', '204159.567500', '204200.027500', '204200.487500', '204200.947500', '204201.407500', '204201.867500', '204202.327500', '204202.787500', '204203.247500', '204203.707500', '204204.167500', '204204.627500', '204205.087500', '204205.547500', '204206.007500', '204206.467500', '204206.927500', '204207.387500', '204207.847500', '204208.307500', '204208.767500', '204209.227500', '204209.687500', '204210.147500', '204210.607500', '204211.067500', '204211.527500', '204211.987500', '204212.447500', '204212.907500', '204213.367500', '204213.827500', '204214.287500', '204214.747500', '204215.207500', '204215.667500', '204216.127500', '204216.587500', '204217.047500', '204217.507500', '204217.967500', '204218.427500', '204218.887500', '204219.347500', '204219.807500', '204220.267500', '204220.727500', '204221.187500', '204221.647500', '204222.107500', '204222.567500', '204223.027500', '204223.487500', '204223.947500', '204224.407500', '204224.867500', '204225.327500', '204225.787500', '204226.247500', '204226.707500', '204227.167500', '204227.627500', '204228.087500', '204228.547500', '204229.007500', '204229.467500', '204229.927500', '204230.387500', '204230.847500', '204231.307500', '204231.767500', '204232.227500', '204232.687500', '204233.147500', '204233.607500', '204234.067500', '204234.527500', '204234.987500', '204235.447500', '204235.907500', '204236.367500', '204236.827500', '204237.287500', '204237.747500', '204238.207500', '204238.667500', '204239.127500', '204239.587500', '204240.047500', '204240.507500', '204240.967500', '204241.427500', '204241.887500', '204242.347500', '204242.807500', '204243.267500', '204243.727500', '204244.187500', '204244.647500', '204245.107500', '204245.567500', '204246.027500', '204246.487500', '204246.947500', '204247.407500', '204247.867500', '204248.327500', '204248.787500', '204249.247500', '204249.707500', '204250.167500', '204250.627500', '204251.087500', '204251.547500', '204252.007500', '204252.467500', '204252.927500', '204253.387500', '204253.847500', '204254.307500', '204254.767500', '204255.227500', '204255.687500', '204256.147500', '204256.607500', '204257.067500', '204257.527500', '204257.987500', '204258.447500', '204258.907500', '204259.367500', '204259.827500', '204300.287500', '204300.747500', '204301.207500', '204301.667500', '204302.127500', '204302.587500', '204303.047500', '204303.507500', '204303.967500', '204304.427500', '204304.887500', '204305.347500', '204305.807500', '204306.267500', '204306.727500', '204307.187500', '204307.647500', '204308.107500', '204308.567500', '204309.027500', '204309.487500', '204309.947500', '204310.407500', '204310.867500', '204311.327500', '204311.787500', '204312.247500', '204312.707500', '204313.167500', '204313.627500', '204314.087500', '204314.547500', '204315.007500', '204315.467500', '204315.927500', '204316.387500', '204316.847500', '204317.307500', '204317.767500', '204318.227500', '204318.687500', '204319.147500', '204319.607500', '204320.067500', '204320.527500', '204320.987500', '204321.447500', '204321.907500', '204322.367500', '204322.827500', '204323.287500', '204323.747500', '204324.207500', '204324.667500', '204325.127500', '204325.587500', '204326.047500', '204326.507500', '204326.967500', '204327.427500', '204327.887500', '204328.347500', '204328.807500', '204329.267500', '204329.727500', '204330.187500', '204330.647500', '204331.107500', '204331.567500', '204332.027500', '204332.487500', '204332.947500', '204333.407500', '204333.867500', '204334.327500', '204334.787500', '204335.247500', '204335.707500', '204336.167500', '204336.627500', '204337.087500', '204337.547500', '204338.007500', '204338.467500', '204338.927500', '204339.387500', '204339.847500', '204340.307500', '204340.767500', '204341.227500', '204341.687500', '204342.147500', '204342.607500', '204343.067500', '204343.527500', '204343.987500', '204344.447500', '204344.907500', '204345.367500', '204345.827500', '204346.287500', '204346.747500', '204347.207500', '204347.667500', '204348.127500', '204348.587500', '204349.047500', '204349.507500', '204349.967500', '204350.427500', '204350.887500', '204351.347500', '204351.807500', '204352.267500', '204352.727500', '204353.187500', '204353.647500', '204354.107500', '204354.567500', '204355.027500', '204355.487500', '204355.947500', '204356.407500', '204356.867500', '204357.327500', '204357.787500', '204358.247500', '204358.707500', '204359.167500', '204359.627500', '204400.087500', '204400.547500', '204401.007500', '204401.467500', '204401.927500', '204402.387500', '204402.847500', '204403.307500', '204403.767500', '204404.227500', '204404.687500', '204405.147500', '204405.607500', '204406.067500', '204406.527500', '204406.987500', '204407.447500', '204407.907500', '204408.367500', '204408.827500', '204409.287500', '204409.747500', '204410.207500', '204410.667500', '204411.127500', '204411.587500', '204412.047500', '204412.507500', '204412.967500', '204413.427500', '204413.887500', '204414.347500', '204414.807500', '204415.267500', '204415.727500', '204416.187500', '204416.647500', '204417.107500', '204417.567500', '204418.027500', '204418.487500', '204418.947500', '204419.407500', '204419.867500', '204420.327500', '204420.787500', '204421.247500', '204421.707500', '204422.167500', '204422.627500', '204423.087500', '204423.547500', '204424.007500', '204424.467500', '204424.927500', '204425.387500', '204425.847500', '204426.307500', '204426.767500', '204427.227500', '204427.687500', '204428.147500', '204428.607500', '204429.067500', '204429.527500', '204429.987500', '204430.447500', '204430.907500', '204431.367500', '204431.827500', '204432.287500', '204432.747500', '204433.207500', '204433.667500', '204434.127500', '204434.587500', '204435.047500', '204435.507500', '204435.967500', '204436.427500', '204436.887500', '204437.347500', '204437.807500', '204438.267500', '204438.727500', '204439.187500', '204439.647500', '204440.107500', '204440.567500', '204441.027500', '204441.487500', '204441.947500', '204442.407500', '204442.867500', '204443.327500', '204443.787500', '204444.247500', '204444.707500', '204445.167500', '204445.627500', '204446.087500', '204446.547500', '204447.007500', '204447.467500', '204447.927500', '204448.387500', '204448.847500', '204449.307500', '204449.767500', '204450.227500', '204450.687500', '204451.147500', '204451.607500', '204452.067500', '204452.527500', '204452.987500', '204453.447500', '204453.907500', '204454.367500', '204454.827500', '204455.287500', '204455.747500', '204456.207500', '204456.667500', '204457.127500', '204457.587500', '204458.047500', '204458.507500', '204458.967500', '204459.427500', '204459.887500', '204500.347500', '204500.807500', '204501.267500', '204501.727500', '204502.187500', '204502.647500', '204503.107500', '204503.567500', '204504.027500', '204504.487500', '204504.947500', '204505.407500', '204505.867500', '204506.327500', '204506.787500', '204507.247500', '204507.707500', '204508.167500', '204508.627500', '204509.087500', '204509.547500', '204510.007500', '204510.467500', '204510.927500', '204511.387500', '204511.847500', '204512.307500', '204512.767500', '204513.227500', '204513.687500', '204514.147500', '204514.607500', '204515.067500', '204515.527500', '204515.987500', '204516.447500', '204516.907500', '204517.367500', '204517.827500', '204518.287500', '204518.747500', '204519.207500', '204519.667500', '204520.127500', '204520.587500', '204521.047500', '204521.507500', '204521.967500', '204522.427500', '204522.887500', '204523.347500', '204523.807500', '204524.267500', '204524.727500', '204525.187500', '204525.647500', '204526.107500', '204526.567500', '204527.027500', '204527.487500', '204527.947500', '204528.407500', '204528.867500', '204529.327500', '204529.787500', '204530.247500', '204530.707500', '204531.167500', '204531.627500', '204532.087500', '204532.547500', '204533.007500', '204533.467500', '204533.927500', '204534.387500', '204534.847500', '204535.307500', '204535.767500', '204536.227500', '204536.687500', '204537.147500', '204537.607500', '204538.067500', '204538.527500', '204538.987500', '204539.447500', '204539.907500', '204540.367500', '204540.827500', '204541.287500', '204541.747500', '204542.207500', '204542.667500', '204543.127500', '204543.587500', '204544.047500', '204544.507500', '204544.967500', '204545.427500', '204545.887500', '204546.347500', '204546.807500', '204547.267500', '204547.727500', '204548.187500', '204548.647500', '204549.107500', '204549.567500', '204550.027500', '204550.487500', '204550.947500', '204551.407500', '204551.867500', '204552.327500', '204552.787500', '204553.247500', '204553.707500', '204554.167500', '204554.627500', '204555.087500', '204555.547500', '204556.007500', '204556.467500', '204556.927500', '204557.387500', '204557.847500', '204558.307500', '204558.767500', '204559.227500', '204559.687500', '204600.147500', '204600.607500', '204601.067500', '204601.527500', '204601.987500', '204602.447500', '204602.907500', '204603.367500', '204603.827500', '204604.287500', '204604.747500', '204605.207500', '204605.667500', '204606.127500', '204606.587500', '204607.047500', '204607.507500', '204607.967500', '204608.427500', '204608.887500', '204609.347500', '204609.807500', '204610.267500', '204610.727500', '204611.187500', '204611.647500', '204612.107500', '204612.567500', '204613.027500', '204613.487500', '204613.947500', '204614.407500', '204614.867500', '204615.327500', '204615.787500', '204616.247500', '204616.707500', '204617.167500', '204617.627500', '204618.087500', '204618.547500', '204619.007500', '204619.467500', '204619.927500', '204620.387500', '204620.847500', '204621.307500', '204621.767500', '204622.227500', '204622.687500', '204623.147500', '204623.607500', '204624.067500', '204624.527500', '204624.987500', '204625.447500', '204625.907500', '204626.367500', '204626.827500', '204627.287500', '204627.747500', '204628.207500', '204628.667500', '204629.127500', '204629.587500', '204630.047500', '204630.507500', '204630.967500', '204631.427500', '204631.887500', '204632.347500', '204632.807500', '204633.267500', '204633.727500', '204634.187500', '204634.647500', '204635.107500', '204635.567500', '204636.027500', '204636.487500', '204636.947500', '204637.407500', '204637.867500', '204638.327500', '204638.787500', '204639.247500', '204639.707500', '204640.167500', '204640.627500', '204641.087500', '204641.547500', '204642.007500', '204642.467500', '204642.927500', '204643.387500', '204643.847500', '204644.307500', '204644.767500', '204645.227500', '204645.687500', '204646.147500', '204646.607500', '204647.067500', '204647.527500', '204647.987500', '204648.447500', '204648.907500', '204649.367500', '204649.827500', '204650.287500', '204650.747500', '204651.207500', '204651.667500', '204652.127500', '204652.587500', '204653.047500', '204653.507500', '204653.967500', '204654.427500', '204654.887500', '204655.347500', '204655.807500', '204656.267500', '204656.727500', '204657.187500', '204657.647500', '204658.107500', '204658.567500', '204659.027500', '204659.487500', '204659.947500', '204700.407500', '204700.867500', '204701.327500', '204701.787500', '204702.247500', '204702.707500', '204703.167500', '204703.627500', '204704.087500', '204704.547500', '204705.007500', '204705.467500', '204705.927500', '204706.387500', '204706.847500', '204707.307500', '204707.767500', '204708.227500', '204708.687500', '204709.147500', '204709.607500', '204710.067500', '204710.527500', '204710.987500', '204711.447500', '204711.907500', '204712.367500', '204712.827500', '204713.287500', '204713.747500', '204714.207500', '204714.667500', '204715.127500', '204715.587500', '204716.047500', '204716.507500', '204716.967500', '204717.427500', '204717.887500', '204718.347500', '204718.807500', '204719.267500', '204719.727500', '204720.187500', '204720.647500', '204721.107500', '204721.567500', '204722.027500', '204722.487500', '204722.947500', '204723.407500', '204723.867500', '204724.327500', '204724.787500', '204725.247500', '204725.707500', '204726.167500', '204726.627500', '204727.087500', '204727.547500', '204728.007500', '204728.467500', '204728.927500', '204729.387500', '204729.847500', '204730.307500', '204730.767500', '204731.227500', '204731.687500', '204732.147500', '204732.607500', '204733.067500', '204733.527500', '204733.987500', '204734.447500', '204734.907500', '204735.367500', '204735.827500', '204736.287500', '204736.747500', '204737.207500', '204737.667500', '204738.127500', '204738.587500', '204739.047500', '204739.507500', '204739.967500', '204740.427500', '204740.887500', '204741.347500', '204741.807500', '204742.267500', '204742.727500', '204743.187500', '204743.647500', '204744.107500', '204744.567500', '204745.027500', '204745.487500', '204745.947500', '204746.407500', '204746.867500', '204747.327500', '204747.787500', '204748.247500', '204748.707500', '204749.167500', '204749.627500', '204750.087500', '204750.547500', '204751.007500', '204751.467500', '204751.927500', '204752.387500', '204752.847500', '204753.307500', '204753.767500', '204754.227500', '204754.687500', '204755.147500', '204755.607500', '204756.067500', '204756.527500', '204756.987500', '204757.447500', '204757.907500', '204758.367500', '204758.827500', '204759.287500', '204759.747500', '204800.207500'], 'ContentTime': ['203804.625000', '203804.628000', '203804.631000', '203804.634000', '203804.636000', '203804.639000', '203804.641000', '203804.644000', '203804.646000', '203804.649000', '203804.652000', '203804.654000', '203804.657000', '203804.659000', '203804.671000', '203804.674000', '203804.676000', '203804.679000', '203804.681000', '203804.684000', '203804.686000', '203804.698000', '203804.700000', '203824.572000', '203824.575000', '203824.578000', '203824.580000', '203824.583000', '203824.586000', '203824.588000', '203824.591000', '203824.596000', '203824.598000', '203824.601000', '203824.603000', '203824.606000', '203824.608000', '203824.611000', '203824.614000', '203824.616000', '203824.619000', '203824.621000', '203824.624000', '203824.626000', '203824.629000', '203824.631000', '203824.634000', '203824.637000', '203824.639000', '203824.642000', '203824.644000', '203824.647000', '203824.649000', '203824.652000', '203824.655000', '203824.657000', '203824.660000', '203824.662000', '203824.665000', '203824.668000', '203824.670000', '203824.673000', '203824.675000', '203824.678000', '203824.680000', '203824.683000', '203824.691000', '203844.572000', '203844.575000', '203844.578000', '203844.580000', '203844.583000', '203844.586000', '203844.588000', '203844.591000', '203844.594000', '203844.596000', '203844.599000', '203844.602000', '203844.604000', '203844.607000', '203844.609000', '203844.612000', '203844.614000', '203844.617000', '203844.620000', '203844.622000', '203844.625000', '203844.627000', '203844.630000', '203844.632000', '203844.635000', '203844.637000', '203844.640000', '203844.642000', '203844.645000', '203844.648000', '203844.650000', '203844.653000', '203844.655000', '203844.658000', '203844.660000', '203844.663000', '203844.666000', '203844.668000', '203844.671000', '203844.673000', '203844.676000', '203844.678000', '203844.681000', '203904.573000', '203904.576000', '203904.579000', '203904.582000', '203904.584000', '203904.587000', '203904.589000', '203904.592000', '203904.594000', '203904.597000', '203904.600000', '203904.602000', '203904.605000', '203904.607000', '203904.610000', '203904.613000', '203904.615000', '203904.618000', '203904.620000', '203904.623000', '203904.625000', '203904.628000', '203904.631000', '203904.633000', '203904.636000', '203904.638000', '203904.641000', '203904.643000', '203904.646000', '203904.648000', '203904.651000', '203904.654000', '203904.656000', '203904.659000', '203904.661000', '203904.664000', '203904.666000', '203904.669000', '203904.672000', '203904.674000', '203904.677000', '203904.679000', '203904.682000', '203904.684000', '203924.573000', '203924.576000', '203924.579000', '203924.581000', '203924.584000', '203924.587000', '203924.589000', '203924.592000', '203924.595000', '203924.597000', '203924.600000', '203924.603000', '203924.605000', '203924.608000', '203924.610000', '203924.647000', '203924.650000', '203924.653000', '203924.655000', '203924.658000', '203924.661000', '203924.663000', '203924.666000', '203924.668000', '203924.671000', '203924.673000', '203924.676000', '203924.678000', '203924.681000', '203924.684000', '203924.686000', '203924.689000', '203924.691000', '203924.694000', '203924.697000', '203924.699000', '203924.702000', '203924.704000', '203924.707000', '203924.710000', '203924.712000', '203924.715000', '203924.717000', '203944.572000', '203944.575000', '203944.578000', '203944.580000', '203944.583000', '203944.586000', '203944.588000', '203944.591000', '203944.593000', '203944.596000', '203944.598000', '203944.601000', '203944.604000', '203944.606000', '203944.609000', '203944.611000', '203944.614000', '203944.617000', '203944.619000', '203944.622000', '203944.624000', '203944.627000', '203944.629000', '203944.632000', '203944.634000', '203944.637000', '203944.639000', '203944.642000', '203944.645000', '203944.647000', '203944.650000', '203944.652000', '203944.655000', '203944.658000', '203944.660000', '203944.663000', '203944.665000', '203944.668000', '203944.670000', '203944.673000', '203944.676000', '203944.678000', '203944.681000', '203944.683000', '204004.573000', '204004.576000', '204004.579000', '204004.582000', '204004.585000', '204004.587000', '204004.590000', '204004.593000', '204004.595000', '204004.598000', '204004.600000', '204004.603000', '204004.606000', '204004.608000', '204004.611000', '204004.613000', '204004.616000', '204004.618000', '204004.621000', '204004.624000', '204004.626000', '204004.629000', '204004.631000', '204004.634000', '204004.636000', '204004.639000', '204004.641000', '204004.644000', '204004.647000', '204004.649000', '204004.652000', '204004.654000', '204004.657000', '204004.659000', '204004.662000', '204004.665000', '204004.667000', '204004.670000', '204004.672000', '204004.675000', '204004.678000', '204004.680000', '204004.683000', '204024.573000', '204024.575000', '204024.578000', '204024.581000', '204024.583000', '204024.586000', '204024.588000', '204024.591000', '204024.594000', '204024.596000', '204024.599000', '204024.601000', '204024.604000', '204024.607000', '204024.609000', '204024.612000', '204024.614000', '204024.617000', '204024.619000', '204024.622000', '204024.625000', '204024.627000', '204024.630000', '204024.632000', '204024.635000', '204024.637000', '204024.640000', '204024.643000', '204024.645000', '204024.648000', '204024.650000', '204024.653000', '204024.656000', '204024.658000', '204024.661000', '204024.663000', '204024.666000', '204024.668000', '204024.671000', '204024.674000', '204024.676000', '204024.679000', '204024.681000', '204024.684000', '204044.572000', '204044.575000', '204044.578000', '204044.581000', '204044.583000', '204044.586000', '204044.588000', '204044.591000', '204044.594000', '204044.596000', '204044.599000', '204044.602000', '204044.605000', '204044.607000', '204044.610000', '204044.612000', '204044.615000', '204044.618000', '204044.620000', '204044.623000', '204044.625000', '204044.628000', '204044.631000', '204044.634000', '204044.637000', '204044.640000', '204044.643000', '204044.646000', '204044.648000', '204044.651000', '204044.653000', '204044.656000', '204044.659000', '204044.661000', '204044.664000', '204044.667000', '204044.669000', '204044.672000', '204044.674000', '204044.677000', '204044.679000', '204044.682000', '204044.685000', '204104.573000', '204104.575000', '204104.578000', '204104.581000', '204104.583000', '204104.586000', '204104.588000', '204104.591000', '204104.593000', '204104.596000', '204104.599000', '204104.601000', '204104.604000', '204104.606000', '204104.609000', '204104.612000', '204104.614000', '204104.617000', '204104.619000', '204104.622000', '204104.624000', '204104.627000', '204104.629000', '204104.632000', '204104.634000', '204104.637000', '204104.640000', '204104.642000', '204104.645000', '204104.648000', '204104.650000', '204104.653000', '204104.655000', '204104.658000', '204104.660000', '204104.663000', '204104.665000', '204104.668000', '204104.671000', '204104.673000', '204104.676000', '204104.678000', '204104.681000', '204104.684000', '204124.573000', '204124.576000', '204124.579000', '204124.581000', '204124.584000', '204124.587000', '204124.589000', '204124.592000', '204124.595000', '204124.597000', '204124.600000', '204124.603000', '204124.605000', '204124.608000', '204124.610000', '204124.613000', '204124.615000', '204124.618000', '204124.621000', '204124.623000', '204124.626000', '204124.628000', '204124.631000', '204124.633000', '204124.636000', '204124.639000', '204124.641000', '204124.644000', '204124.646000', '204124.649000', '204124.652000', '204124.654000', '204124.657000', '204124.659000', '204124.662000', '204124.665000', '204124.668000', '204124.671000', '204124.674000', '204124.676000', '204124.679000', '204124.681000', '204124.684000', '204144.574000', '204144.577000', '204144.579000', '204144.582000', '204144.584000', '204144.587000', '204144.590000', '204144.592000', '204144.595000', '204144.597000', '204144.600000', '204144.603000', '204144.605000', '204144.608000', '204144.610000', '204144.613000', '204144.615000', '204144.618000', '204144.621000', '204144.623000', '204144.626000', '204144.628000', '204144.631000', '204144.634000', '204144.636000', '204144.639000', '204144.641000', '204144.644000', '204144.646000', '204144.649000', '204144.652000', '204144.654000', '204144.657000', '204144.660000', '204144.662000', '204144.665000', '204144.667000', '204144.670000', '204144.673000', '204144.675000', '204144.678000', '204144.681000', '204144.683000', '204144.686000', '204204.572000', '204204.575000', '204204.578000', '204204.581000', '204204.583000', '204204.586000', '204204.588000', '204204.591000', '204204.594000', '204204.596000', '204204.599000', '204204.602000', '204204.604000', '204204.607000', '204204.609000', '204204.612000', '204204.615000', '204204.617000', '204204.620000', '204204.622000', '204204.625000', '204204.627000', '204204.630000', '204204.633000', '204204.635000', '204204.638000', '204204.640000', '204204.643000', '204204.646000', '204204.648000', '204204.651000', '204204.653000', '204204.656000', '204204.658000', '204204.661000', '204204.664000', '204204.666000', '204204.669000', '204204.671000', '204204.674000', '204204.677000', '204204.679000', '204204.682000', '204224.572000', '204224.575000', '204224.578000', '204224.581000', '204224.583000', '204224.586000', '204224.588000', '204224.591000', '204224.594000', '204224.596000', '204224.599000', '204224.602000', '204224.604000', '204224.607000', '204224.609000', '204224.612000', '204224.615000', '204224.617000', '204224.620000', '204224.622000', '204224.625000', '204224.627000', '204224.630000', '204224.633000', '204224.635000', '204224.638000', '204224.640000', '204224.643000', '204224.645000', '204224.648000', '204224.651000', '204224.653000', '204224.656000', '204224.658000', '204224.661000', '204224.663000', '204224.677000', '204224.680000', '204224.682000', '204224.685000', '204224.688000', '204224.690000', '204224.693000', '204224.695000', '204244.572000', '204244.575000', '204244.578000', '204244.581000', '204244.583000', '204244.586000', '204244.588000', '204244.591000', '204244.594000', '204244.596000', '204244.599000', '204244.602000', '204244.604000', '204244.607000', '204244.609000', '204244.612000', '204244.615000', '204244.617000', '204244.620000', '204244.623000', '204244.625000', '204244.628000', '204244.631000', '204244.633000', '204244.636000', '204244.638000', '204244.641000', '204244.643000', '204244.646000', '204244.648000', '204244.651000', '204244.654000', '204244.656000', '204244.659000', '204244.661000', '204244.664000', '204244.667000', '204244.669000', '204244.672000', '204244.674000', '204244.677000', '204244.680000', '204244.682000', '204304.573000', '204304.575000', '204304.578000', '204304.581000', '204304.583000', '204304.586000', '204304.589000', '204304.591000', '204304.594000', '204304.597000', '204304.599000', '204304.602000', '204304.604000', '204304.607000', '204304.610000', '204304.612000', '204304.615000', '204304.617000', '204304.620000', '204304.623000', '204304.625000', '204304.628000', '204304.631000', '204304.633000', '204304.636000', '204304.638000', '204304.641000', '204304.643000', '204304.646000', '204304.649000', '204304.651000', '204304.654000', '204304.656000', '204304.659000', '204304.662000', '204304.664000', '204304.667000', '204304.669000', '204304.672000', '204304.675000', '204304.677000', '204304.680000', '204304.682000', '204304.685000', '204324.572000', '204324.575000', '204324.578000', '204324.581000', '204324.583000', '204324.586000', '204324.589000', '204324.591000', '204324.594000', '204324.596000', '204324.599000', '204324.602000', '204324.604000', '204324.607000', '204324.609000', '204324.612000', '204324.615000', '204324.617000', '204324.620000', '204324.622000', '204324.625000', '204324.628000', '204324.630000', '204324.633000', '204324.635000', '204324.638000', '204324.640000', '204324.643000', '204324.646000', '204324.648000', '204324.651000', '204324.653000', '204324.656000', '204324.659000', '204324.661000', '204324.664000', '204324.666000', '204324.669000', '204324.671000', '204324.674000', '204324.677000', '204324.679000', '204324.682000', '204344.574000', '204344.576000', '204344.579000', '204344.582000', '204344.584000', '204344.587000', '204344.590000', '204344.592000', '204344.595000', '204344.597000', '204344.600000', '204344.603000', '204344.605000', '204344.608000', '204344.610000', '204344.613000', '204344.616000', '204344.618000', '204344.621000', '204344.623000', '204344.626000', '204344.629000', '204344.631000', '204344.634000', '204344.636000', '204344.639000', '204344.641000', '204344.644000', '204344.647000', '204344.649000', '204344.652000', '204344.654000', '204344.657000', '204344.660000', '204344.662000', '204344.665000', '204344.668000', '204344.670000', '204344.673000', '204344.675000', '204344.678000', '204344.681000', '204344.683000', '204344.686000', '204404.573000', '204404.576000', '204404.579000', '204404.582000', '204404.584000', '204404.587000', '204404.589000', '204404.592000', '204404.595000', '204404.597000', '204404.600000', '204404.603000', '204404.606000', '204404.608000', '204404.611000', '204404.613000', '204404.616000', '204404.619000', '204404.621000', '204404.624000', '204404.626000', '204404.629000', '204404.632000', '204404.634000', '204404.637000', '204404.639000', '204404.642000', '204404.645000', '204404.647000', '204404.650000', '204404.652000', '204404.655000', '204404.658000', '204404.661000', '204404.664000', '204404.667000', '204404.669000', '204404.672000', '204404.674000', '204404.677000', '204404.680000', '204404.682000', '204404.685000', '204424.574000', '204424.577000', '204424.579000', '204424.582000', '204424.584000', '204424.587000', '204424.590000', '204424.592000', '204424.595000', '204424.597000', '204424.600000', '204424.603000', '204424.605000', '204424.608000', '204424.610000', '204424.613000', '204424.616000', '204424.618000', '204424.621000', '204424.623000', '204424.626000', '204424.629000', '204424.631000', '204424.634000', '204424.637000', '204424.639000', '204424.642000', '204424.644000', '204424.647000', '204424.649000', '204424.652000', '204424.655000', '204424.657000', '204424.660000', '204424.662000', '204424.665000', '204424.668000', '204424.670000', '204424.673000', '204424.676000', '204424.678000', '204424.681000', '204424.683000', '204424.686000', '204444.572000', '204444.575000', '204444.578000', '204444.580000', '204444.583000', '204444.586000', '204444.588000', '204444.591000', '204444.593000', '204444.596000', '204444.599000', '204444.601000', '204444.604000', '204444.606000', '204444.609000', '204444.612000', '204444.614000', '204444.617000', '204444.619000', '204444.622000', '204444.624000', '204444.627000', '204444.630000', '204444.632000', '204444.635000', '204444.637000', '204444.640000', '204444.642000', '204444.645000', '204444.648000', '204444.650000', '204444.653000', '204444.655000', '204444.658000', '204444.661000', '204444.663000', '204444.666000', '204444.668000', '204444.671000', '204444.673000', '204444.676000', '204444.679000', '204444.681000', '204504.572000', '204504.575000', '204504.578000', '204504.580000', '204504.583000', '204504.586000', '204504.588000', '204504.591000', '204504.593000', '204504.596000', '204504.599000', '204504.601000', '204504.604000', '204504.606000', '204504.609000', '204504.612000', '204504.614000', '204504.617000', '204504.619000', '204504.622000', '204504.625000', '204504.627000', '204504.630000', '204504.632000', '204504.635000', '204504.637000', '204504.640000', '204504.643000', '204504.645000', '204504.648000', '204504.651000', '204504.653000', '204504.656000', '204504.659000', '204504.661000', '204504.664000', '204504.666000', '204504.669000', '204504.671000', '204504.674000', '204504.677000', '204504.679000', '204504.682000', '204504.684000', '204524.573000', '204524.576000', '204524.578000', '204524.581000', '204524.583000', '204524.586000', '204524.589000', '204524.591000', '204524.594000', '204524.596000', '204524.599000', '204524.602000', '204524.604000', '204524.607000', '204524.609000', '204524.612000', '204524.614000', '204524.617000', '204524.620000', '204524.622000', '204524.625000', '204524.627000', '204524.630000', '204524.633000', '204524.635000', '204524.638000', '204524.640000', '204524.643000', '204524.646000', '204524.648000', '204524.651000', '204524.653000', '204524.656000', '204524.658000', '204524.661000', '204524.664000', '204524.666000', '204524.669000', '204524.671000', '204524.674000', '204524.677000', '204524.679000', '204524.682000', '204544.573000', '204544.575000', '204544.578000', '204544.581000', '204544.583000', '204544.586000', '204544.588000', '204544.591000', '204544.593000', '204544.596000', '204544.599000', '204544.601000', '204544.604000', '204544.607000', '204544.610000', '204544.613000', '204544.615000', '204544.618000', '204544.621000', '204544.623000', '204544.626000', '204544.628000', '204544.631000', '204544.634000', '204544.636000', '204544.639000', '204544.641000', '204544.644000', '204544.647000', '204544.649000', '204544.652000', '204544.654000', '204544.657000', '204544.660000', '204544.662000', '204544.665000', '204544.668000', '204544.670000', '204544.673000', '204544.675000', '204544.678000', '204544.681000', '204544.683000', '204544.686000', '204604.573000', '204604.576000', '204604.579000', '204604.582000', '204604.584000', '204604.587000', '204604.589000', '204604.592000', '204604.594000', '204604.597000', '204604.600000', '204604.602000', '204604.605000', '204604.608000', '204604.610000', '204604.613000', '204604.615000', '204604.618000', '204604.621000', '204604.623000', '204604.626000', '204604.628000', '204604.631000', '204604.633000', '204604.636000', '204604.639000', '204604.641000', '204604.644000', '204604.646000', '204604.649000', '204604.652000', '204604.654000', '204604.657000', '204604.659000', '204604.662000', '204604.664000', '204604.667000', '204604.670000', '204604.672000', '204604.675000', '204604.677000', '204604.680000', '204604.683000', '204624.574000', '204624.576000', '204624.579000', '204624.582000', '204624.584000', '204624.587000', '204624.590000', '204624.592000', '204624.595000', '204624.598000', '204624.600000', '204624.603000', '204624.605000', '204624.608000', '204624.611000', '204624.613000', '204624.616000', '204624.618000', '204624.621000', '204624.623000', '204624.626000', '204624.628000', '204624.631000', '204624.634000', '204624.636000', '204624.639000', '204624.652000', '204624.655000', '204624.657000', '204624.660000', '204624.663000', '204624.665000', '204624.668000', '204624.670000', '204624.673000', '204624.675000', '204624.678000', '204624.681000', '204624.683000', '204624.686000', '204624.688000', '204624.691000', '204624.694000', '204644.573000', '204644.575000', '204644.578000', '204644.581000', '204644.583000', '204644.586000', '204644.588000', '204644.591000', '204644.594000', '204644.596000', '204644.599000', '204644.602000', '204644.604000', '204644.607000', '204644.609000', '204644.612000', '204644.614000', '204644.617000', '204644.620000', '204644.622000', '204644.625000', '204644.628000', '204644.630000', '204644.633000', '204644.635000', '204644.638000', '204644.641000', '204644.643000', '204644.646000', '204644.648000', '204644.651000', '204644.654000', '204644.656000', '204644.659000', '204644.661000', '204644.664000', '204644.667000', '204644.669000', '204644.672000', '204644.674000', '204644.677000', '204644.680000', '204644.682000', '204644.685000', '204704.573000', '204704.576000', '204704.578000', '204704.581000', '204704.583000', '204704.586000', '204704.588000', '204704.591000', '204704.594000', '204704.596000', '204704.599000', '204704.602000', '204704.604000', '204704.607000', '204704.609000', '204704.612000', '204704.615000', '204704.617000', '204704.620000', '204704.622000', '204704.625000', '204704.628000', '204704.631000', '204704.634000', '204704.637000', '204704.639000', '204704.642000', '204704.645000', '204704.648000', '204704.651000', '204704.654000', '204704.656000', '204704.659000', '204704.662000', '204704.664000', '204704.667000', '204704.669000', '204704.672000', '204704.675000', '204704.677000', '204704.680000', '204704.682000', '204704.685000', '204724.572000', '204724.575000', '204724.578000', '204724.581000', '204724.583000', '204724.586000', '204724.588000', '204724.591000', '204724.594000', '204724.596000', '204724.599000', '204724.602000', '204724.604000', '204724.607000', '204724.609000', '204724.612000', '204724.615000', '204724.617000', '204724.620000', '204724.622000', '204724.625000', '204724.627000', '204724.630000', '204724.633000', '204724.635000', '204724.638000', '204724.641000', '204724.643000', '204724.646000', '204724.648000', '204724.651000', '204724.653000', '204724.656000', '204724.659000', '204724.661000', '204724.664000', '204724.666000', '204724.669000', '204724.672000', '204724.674000', '204724.677000', '204724.679000', '204724.682000', '204724.684000', '204744.573000', '204744.575000', '204744.578000', '204744.581000', '204744.583000', '204744.586000', '204744.588000', '204744.591000', '204744.594000', '204744.596000', '204744.599000', '204744.602000', '204744.604000', '204744.607000', '204744.609000', '204744.612000', '204744.615000', '204744.617000', '204744.620000', '204744.622000', '204744.625000', '204744.627000', '204744.630000', '204744.633000', '204744.635000', '204744.638000', '204744.640000', '204744.643000', '204744.646000', '204744.648000', '204744.651000', '204744.653000', '204744.656000', '204744.659000', '204744.661000', '204744.664000', '204744.675000', '204744.677000', '204744.680000', '204744.682000', '204744.685000', '204744.688000', '204744.690000', '204801.631000', '204801.634000', '204801.637000', '204801.640000', '204801.643000', '204801.645000', '204801.648000', '204801.651000', '204801.654000', '204801.657000', '204801.661000', '204801.666000', '204801.669000', '204801.671000', '204801.677000', '204801.680000', '204801.682000', '204801.685000', '204801.688000', '204801.691000', '204801.694000', '204801.702000', '204801.705000', '204801.707000', '204801.710000', '204801.713000', '204801.716000', '204801.718000', '204801.721000', '204801.724000', '204801.726000', '204801.729000', '204801.732000', '204801.735000', '204801.737000', '204801.740000', '204801.743000', '204801.746000'], 'InstanceCreationTime': ['203804.625000', '203804.628000', '203804.631000', '203804.634000', '203804.636000', '203804.639000', '203804.641000', '203804.644000', '203804.646000', '203804.649000', '203804.652000', '203804.654000', '203804.657000', '203804.659000', '203804.671000', '203804.674000', '203804.676000', '203804.679000', '203804.681000', '203804.684000', '203804.686000', '203804.698000', '203804.700000', '203824.572000', '203824.575000', '203824.578000', '203824.580000', '203824.583000', '203824.586000', '203824.588000', '203824.591000', '203824.596000', '203824.598000', '203824.601000', '203824.603000', '203824.606000', '203824.608000', '203824.611000', '203824.614000', '203824.616000', '203824.619000', '203824.621000', '203824.624000', '203824.626000', '203824.629000', '203824.631000', '203824.634000', '203824.637000', '203824.639000', '203824.642000', '203824.644000', '203824.647000', '203824.649000', '203824.652000', '203824.655000', '203824.657000', '203824.660000', '203824.662000', '203824.665000', '203824.668000', '203824.670000', '203824.673000', '203824.675000', '203824.678000', '203824.680000', '203824.683000', '203824.691000', '203844.572000', '203844.575000', '203844.578000', '203844.580000', '203844.583000', '203844.586000', '203844.588000', '203844.591000', '203844.594000', '203844.596000', '203844.599000', '203844.602000', '203844.604000', '203844.607000', '203844.609000', '203844.612000', '203844.614000', '203844.617000', '203844.620000', '203844.622000', '203844.625000', '203844.627000', '203844.630000', '203844.632000', '203844.635000', '203844.637000', '203844.640000', '203844.642000', '203844.645000', '203844.648000', '203844.650000', '203844.653000', '203844.655000', '203844.658000', '203844.660000', '203844.663000', '203844.666000', '203844.668000', '203844.671000', '203844.673000', '203844.676000', '203844.678000', '203844.681000', '203904.573000', '203904.576000', '203904.579000', '203904.582000', '203904.584000', '203904.587000', '203904.589000', '203904.592000', '203904.594000', '203904.597000', '203904.600000', '203904.602000', '203904.605000', '203904.607000', '203904.610000', '203904.613000', '203904.615000', '203904.618000', '203904.620000', '203904.623000', '203904.625000', '203904.628000', '203904.631000', '203904.633000', '203904.636000', '203904.638000', '203904.641000', '203904.643000', '203904.646000', '203904.648000', '203904.651000', '203904.654000', '203904.656000', '203904.659000', '203904.661000', '203904.664000', '203904.666000', '203904.669000', '203904.672000', '203904.674000', '203904.677000', '203904.679000', '203904.682000', '203904.684000', '203924.573000', '203924.576000', '203924.579000', '203924.581000', '203924.584000', '203924.587000', '203924.589000', '203924.592000', '203924.595000', '203924.597000', '203924.600000', '203924.603000', '203924.605000', '203924.608000', '203924.610000', '203924.647000', '203924.650000', '203924.653000', '203924.655000', '203924.658000', '203924.661000', '203924.663000', '203924.666000', '203924.668000', '203924.671000', '203924.673000', '203924.676000', '203924.678000', '203924.681000', '203924.684000', '203924.686000', '203924.689000', '203924.691000', '203924.694000', '203924.697000', '203924.699000', '203924.702000', '203924.704000', '203924.707000', '203924.710000', '203924.712000', '203924.715000', '203924.717000', '203944.572000', '203944.575000', '203944.578000', '203944.580000', '203944.583000', '203944.586000', '203944.588000', '203944.591000', '203944.593000', '203944.596000', '203944.598000', '203944.601000', '203944.604000', '203944.606000', '203944.609000', '203944.611000', '203944.614000', '203944.617000', '203944.619000', '203944.622000', '203944.624000', '203944.627000', '203944.629000', '203944.632000', '203944.634000', '203944.637000', '203944.639000', '203944.642000', '203944.645000', '203944.647000', '203944.650000', '203944.652000', '203944.655000', '203944.658000', '203944.660000', '203944.663000', '203944.665000', '203944.668000', '203944.670000', '203944.673000', '203944.676000', '203944.678000', '203944.681000', '203944.683000', '204004.573000', '204004.576000', '204004.579000', '204004.582000', '204004.585000', '204004.587000', '204004.590000', '204004.593000', '204004.595000', '204004.598000', '204004.600000', '204004.603000', '204004.606000', '204004.608000', '204004.611000', '204004.613000', '204004.616000', '204004.618000', '204004.621000', '204004.624000', '204004.626000', '204004.629000', '204004.631000', '204004.634000', '204004.636000', '204004.639000', '204004.641000', '204004.644000', '204004.647000', '204004.649000', '204004.652000', '204004.654000', '204004.657000', '204004.659000', '204004.662000', '204004.665000', '204004.667000', '204004.670000', '204004.672000', '204004.675000', '204004.678000', '204004.680000', '204004.683000', '204024.573000', '204024.575000', '204024.578000', '204024.581000', '204024.583000', '204024.586000', '204024.588000', '204024.591000', '204024.594000', '204024.596000', '204024.599000', '204024.601000', '204024.604000', '204024.607000', '204024.609000', '204024.612000', '204024.614000', '204024.617000', '204024.619000', '204024.622000', '204024.625000', '204024.627000', '204024.630000', '204024.632000', '204024.635000', '204024.637000', '204024.640000', '204024.643000', '204024.645000', '204024.648000', '204024.650000', '204024.653000', '204024.656000', '204024.658000', '204024.661000', '204024.663000', '204024.666000', '204024.668000', '204024.671000', '204024.674000', '204024.676000', '204024.679000', '204024.681000', '204024.684000', '204044.572000', '204044.575000', '204044.578000', '204044.581000', '204044.583000', '204044.586000', '204044.588000', '204044.591000', '204044.594000', '204044.596000', '204044.599000', '204044.602000', '204044.605000', '204044.607000', '204044.610000', '204044.612000', '204044.615000', '204044.618000', '204044.620000', '204044.623000', '204044.625000', '204044.628000', '204044.631000', '204044.634000', '204044.637000', '204044.640000', '204044.643000', '204044.646000', '204044.648000', '204044.651000', '204044.653000', '204044.656000', '204044.659000', '204044.661000', '204044.664000', '204044.667000', '204044.669000', '204044.672000', '204044.674000', '204044.677000', '204044.679000', '204044.682000', '204044.685000', '204104.573000', '204104.575000', '204104.578000', '204104.581000', '204104.583000', '204104.586000', '204104.588000', '204104.591000', '204104.593000', '204104.596000', '204104.599000', '204104.601000', '204104.604000', '204104.606000', '204104.609000', '204104.612000', '204104.614000', '204104.617000', '204104.619000', '204104.622000', '204104.624000', '204104.627000', '204104.629000', '204104.632000', '204104.634000', '204104.637000', '204104.640000', '204104.642000', '204104.645000', '204104.648000', '204104.650000', '204104.653000', '204104.655000', '204104.658000', '204104.660000', '204104.663000', '204104.665000', '204104.668000', '204104.671000', '204104.673000', '204104.676000', '204104.678000', '204104.681000', '204104.684000', '204124.573000', '204124.576000', '204124.579000', '204124.581000', '204124.584000', '204124.587000', '204124.589000', '204124.592000', '204124.595000', '204124.597000', '204124.600000', '204124.603000', '204124.605000', '204124.608000', '204124.610000', '204124.613000', '204124.615000', '204124.618000', '204124.621000', '204124.623000', '204124.626000', '204124.628000', '204124.631000', '204124.633000', '204124.636000', '204124.639000', '204124.641000', '204124.644000', '204124.646000', '204124.649000', '204124.652000', '204124.654000', '204124.657000', '204124.659000', '204124.662000', '204124.665000', '204124.668000', '204124.671000', '204124.674000', '204124.676000', '204124.679000', '204124.681000', '204124.684000', '204144.574000', '204144.577000', '204144.579000', '204144.582000', '204144.584000', '204144.587000', '204144.590000', '204144.592000', '204144.595000', '204144.597000', '204144.600000', '204144.603000', '204144.605000', '204144.608000', '204144.610000', '204144.613000', '204144.615000', '204144.618000', '204144.621000', '204144.623000', '204144.626000', '204144.628000', '204144.631000', '204144.634000', '204144.636000', '204144.639000', '204144.641000', '204144.644000', '204144.646000', '204144.649000', '204144.652000', '204144.654000', '204144.657000', '204144.660000', '204144.662000', '204144.665000', '204144.667000', '204144.670000', '204144.673000', '204144.675000', '204144.678000', '204144.681000', '204144.683000', '204144.686000', '204204.572000', '204204.575000', '204204.578000', '204204.581000', '204204.583000', '204204.586000', '204204.588000', '204204.591000', '204204.594000', '204204.596000', '204204.599000', '204204.602000', '204204.604000', '204204.607000', '204204.609000', '204204.612000', '204204.615000', '204204.617000', '204204.620000', '204204.622000', '204204.625000', '204204.627000', '204204.630000', '204204.633000', '204204.635000', '204204.638000', '204204.640000', '204204.643000', '204204.646000', '204204.648000', '204204.651000', '204204.653000', '204204.656000', '204204.658000', '204204.661000', '204204.664000', '204204.666000', '204204.669000', '204204.671000', '204204.674000', '204204.677000', '204204.679000', '204204.682000', '204224.572000', '204224.575000', '204224.578000', '204224.581000', '204224.583000', '204224.586000', '204224.588000', '204224.591000', '204224.594000', '204224.596000', '204224.599000', '204224.602000', '204224.604000', '204224.607000', '204224.609000', '204224.612000', '204224.615000', '204224.617000', '204224.620000', '204224.622000', '204224.625000', '204224.627000', '204224.630000', '204224.633000', '204224.635000', '204224.638000', '204224.640000', '204224.643000', '204224.645000', '204224.648000', '204224.651000', '204224.653000', '204224.656000', '204224.658000', '204224.661000', '204224.663000', '204224.677000', '204224.680000', '204224.682000', '204224.685000', '204224.688000', '204224.690000', '204224.693000', '204224.695000', '204244.572000', '204244.575000', '204244.578000', '204244.581000', '204244.583000', '204244.586000', '204244.588000', '204244.591000', '204244.594000', '204244.596000', '204244.599000', '204244.602000', '204244.604000', '204244.607000', '204244.609000', '204244.612000', '204244.615000', '204244.617000', '204244.620000', '204244.623000', '204244.625000', '204244.628000', '204244.631000', '204244.633000', '204244.636000', '204244.638000', '204244.641000', '204244.643000', '204244.646000', '204244.648000', '204244.651000', '204244.654000', '204244.656000', '204244.659000', '204244.661000', '204244.664000', '204244.667000', '204244.669000', '204244.672000', '204244.674000', '204244.677000', '204244.680000', '204244.682000', '204304.573000', '204304.575000', '204304.578000', '204304.581000', '204304.583000', '204304.586000', '204304.589000', '204304.591000', '204304.594000', '204304.597000', '204304.599000', '204304.602000', '204304.604000', '204304.607000', '204304.610000', '204304.612000', '204304.615000', '204304.617000', '204304.620000', '204304.623000', '204304.625000', '204304.628000', '204304.631000', '204304.633000', '204304.636000', '204304.638000', '204304.641000', '204304.643000', '204304.646000', '204304.649000', '204304.651000', '204304.654000', '204304.656000', '204304.659000', '204304.662000', '204304.664000', '204304.667000', '204304.669000', '204304.672000', '204304.675000', '204304.677000', '204304.680000', '204304.682000', '204304.685000', '204324.572000', '204324.575000', '204324.578000', '204324.581000', '204324.583000', '204324.586000', '204324.589000', '204324.591000', '204324.594000', '204324.596000', '204324.599000', '204324.602000', '204324.604000', '204324.607000', '204324.609000', '204324.612000', '204324.615000', '204324.617000', '204324.620000', '204324.622000', '204324.625000', '204324.628000', '204324.630000', '204324.633000', '204324.635000', '204324.638000', '204324.640000', '204324.643000', '204324.646000', '204324.648000', '204324.651000', '204324.653000', '204324.656000', '204324.659000', '204324.661000', '204324.664000', '204324.666000', '204324.669000', '204324.671000', '204324.674000', '204324.677000', '204324.679000', '204324.682000', '204344.574000', '204344.576000', '204344.579000', '204344.582000', '204344.584000', '204344.587000', '204344.590000', '204344.592000', '204344.595000', '204344.597000', '204344.600000', '204344.603000', '204344.605000', '204344.608000', '204344.610000', '204344.613000', '204344.616000', '204344.618000', '204344.621000', '204344.623000', '204344.626000', '204344.629000', '204344.631000', '204344.634000', '204344.636000', '204344.639000', '204344.641000', '204344.644000', '204344.647000', '204344.649000', '204344.652000', '204344.654000', '204344.657000', '204344.660000', '204344.662000', '204344.665000', '204344.668000', '204344.670000', '204344.673000', '204344.675000', '204344.678000', '204344.681000', '204344.683000', '204344.686000', '204404.573000', '204404.576000', '204404.579000', '204404.582000', '204404.584000', '204404.587000', '204404.589000', '204404.592000', '204404.595000', '204404.597000', '204404.600000', '204404.603000', '204404.606000', '204404.608000', '204404.611000', '204404.613000', '204404.616000', '204404.619000', '204404.621000', '204404.624000', '204404.626000', '204404.629000', '204404.632000', '204404.634000', '204404.637000', '204404.639000', '204404.642000', '204404.645000', '204404.647000', '204404.650000', '204404.652000', '204404.655000', '204404.658000', '204404.661000', '204404.664000', '204404.667000', '204404.669000', '204404.672000', '204404.674000', '204404.677000', '204404.680000', '204404.682000', '204404.685000', '204424.574000', '204424.577000', '204424.579000', '204424.582000', '204424.584000', '204424.587000', '204424.590000', '204424.592000', '204424.595000', '204424.597000', '204424.600000', '204424.603000', '204424.605000', '204424.608000', '204424.610000', '204424.613000', '204424.616000', '204424.618000', '204424.621000', '204424.623000', '204424.626000', '204424.629000', '204424.631000', '204424.634000', '204424.637000', '204424.639000', '204424.642000', '204424.644000', '204424.647000', '204424.649000', '204424.652000', '204424.655000', '204424.657000', '204424.660000', '204424.662000', '204424.665000', '204424.668000', '204424.670000', '204424.673000', '204424.676000', '204424.678000', '204424.681000', '204424.683000', '204424.686000', '204444.572000', '204444.575000', '204444.578000', '204444.580000', '204444.583000', '204444.586000', '204444.588000', '204444.591000', '204444.593000', '204444.596000', '204444.599000', '204444.601000', '204444.604000', '204444.606000', '204444.609000', '204444.612000', '204444.614000', '204444.617000', '204444.619000', '204444.622000', '204444.624000', '204444.627000', '204444.630000', '204444.632000', '204444.635000', '204444.637000', '204444.640000', '204444.642000', '204444.645000', '204444.648000', '204444.650000', '204444.653000', '204444.655000', '204444.658000', '204444.661000', '204444.663000', '204444.666000', '204444.668000', '204444.671000', '204444.673000', '204444.676000', '204444.679000', '204444.681000', '204504.572000', '204504.575000', '204504.578000', '204504.580000', '204504.583000', '204504.586000', '204504.588000', '204504.591000', '204504.593000', '204504.596000', '204504.599000', '204504.601000', '204504.604000', '204504.606000', '204504.609000', '204504.612000', '204504.614000', '204504.617000', '204504.619000', '204504.622000', '204504.625000', '204504.627000', '204504.630000', '204504.632000', '204504.635000', '204504.637000', '204504.640000', '204504.643000', '204504.645000', '204504.648000', '204504.651000', '204504.653000', '204504.656000', '204504.659000', '204504.661000', '204504.664000', '204504.666000', '204504.669000', '204504.671000', '204504.674000', '204504.677000', '204504.679000', '204504.682000', '204504.684000', '204524.573000', '204524.576000', '204524.578000', '204524.581000', '204524.583000', '204524.586000', '204524.589000', '204524.591000', '204524.594000', '204524.596000', '204524.599000', '204524.602000', '204524.604000', '204524.607000', '204524.609000', '204524.612000', '204524.614000', '204524.617000', '204524.620000', '204524.622000', '204524.625000', '204524.627000', '204524.630000', '204524.633000', '204524.635000', '204524.638000', '204524.640000', '204524.643000', '204524.646000', '204524.648000', '204524.651000', '204524.653000', '204524.656000', '204524.658000', '204524.661000', '204524.664000', '204524.666000', '204524.669000', '204524.671000', '204524.674000', '204524.677000', '204524.679000', '204524.682000', '204544.573000', '204544.575000', '204544.578000', '204544.581000', '204544.583000', '204544.586000', '204544.588000', '204544.591000', '204544.593000', '204544.596000', '204544.599000', '204544.601000', '204544.604000', '204544.607000', '204544.610000', '204544.613000', '204544.615000', '204544.618000', '204544.621000', '204544.623000', '204544.626000', '204544.628000', '204544.631000', '204544.634000', '204544.636000', '204544.639000', '204544.641000', '204544.644000', '204544.647000', '204544.649000', '204544.652000', '204544.654000', '204544.657000', '204544.660000', '204544.662000', '204544.665000', '204544.668000', '204544.670000', '204544.673000', '204544.675000', '204544.678000', '204544.681000', '204544.683000', '204544.686000', '204604.573000', '204604.576000', '204604.579000', '204604.582000', '204604.584000', '204604.587000', '204604.589000', '204604.592000', '204604.594000', '204604.597000', '204604.600000', '204604.602000', '204604.605000', '204604.608000', '204604.610000', '204604.613000', '204604.615000', '204604.618000', '204604.621000', '204604.623000', '204604.626000', '204604.628000', '204604.631000', '204604.633000', '204604.636000', '204604.639000', '204604.641000', '204604.644000', '204604.646000', '204604.649000', '204604.652000', '204604.654000', '204604.657000', '204604.659000', '204604.662000', '204604.664000', '204604.667000', '204604.670000', '204604.672000', '204604.675000', '204604.677000', '204604.680000', '204604.683000', '204624.574000', '204624.576000', '204624.579000', '204624.582000', '204624.584000', '204624.587000', '204624.590000', '204624.592000', '204624.595000', '204624.598000', '204624.600000', '204624.603000', '204624.605000', '204624.608000', '204624.611000', '204624.613000', '204624.616000', '204624.618000', '204624.621000', '204624.623000', '204624.626000', '204624.628000', '204624.631000', '204624.634000', '204624.636000', '204624.639000', '204624.652000', '204624.655000', '204624.657000', '204624.660000', '204624.663000', '204624.665000', '204624.668000', '204624.670000', '204624.673000', '204624.675000', '204624.678000', '204624.681000', '204624.683000', '204624.686000', '204624.688000', '204624.691000', '204624.694000', '204644.573000', '204644.575000', '204644.578000', '204644.581000', '204644.583000', '204644.586000', '204644.588000', '204644.591000', '204644.594000', '204644.596000', '204644.599000', '204644.602000', '204644.604000', '204644.607000', '204644.609000', '204644.612000', '204644.614000', '204644.617000', '204644.620000', '204644.622000', '204644.625000', '204644.628000', '204644.630000', '204644.633000', '204644.635000', '204644.638000', '204644.641000', '204644.643000', '204644.646000', '204644.648000', '204644.651000', '204644.654000', '204644.656000', '204644.659000', '204644.661000', '204644.664000', '204644.667000', '204644.669000', '204644.672000', '204644.674000', '204644.677000', '204644.680000', '204644.682000', '204644.685000', '204704.573000', '204704.576000', '204704.578000', '204704.581000', '204704.583000', '204704.586000', '204704.588000', '204704.591000', '204704.594000', '204704.596000', '204704.599000', '204704.602000', '204704.604000', '204704.607000', '204704.609000', '204704.612000', '204704.615000', '204704.617000', '204704.620000', '204704.622000', '204704.625000', '204704.628000', '204704.631000', '204704.634000', '204704.637000', '204704.639000', '204704.642000', '204704.645000', '204704.648000', '204704.651000', '204704.654000', '204704.656000', '204704.659000', '204704.662000', '204704.664000', '204704.667000', '204704.669000', '204704.672000', '204704.675000', '204704.677000', '204704.680000', '204704.682000', '204704.685000', '204724.572000', '204724.575000', '204724.578000', '204724.581000', '204724.583000', '204724.586000', '204724.588000', '204724.591000', '204724.594000', '204724.596000', '204724.599000', '204724.602000', '204724.604000', '204724.607000', '204724.609000', '204724.612000', '204724.615000', '204724.617000', '204724.620000', '204724.622000', '204724.625000', '204724.627000', '204724.630000', '204724.633000', '204724.635000', '204724.638000', '204724.641000', '204724.643000', '204724.646000', '204724.648000', '204724.651000', '204724.653000', '204724.656000', '204724.659000', '204724.661000', '204724.664000', '204724.666000', '204724.669000', '204724.672000', '204724.674000', '204724.677000', '204724.679000', '204724.682000', '204724.684000', '204744.573000', '204744.575000', '204744.578000', '204744.581000', '204744.583000', '204744.586000', '204744.588000', '204744.591000', '204744.594000', '204744.596000', '204744.599000', '204744.602000', '204744.604000', '204744.607000', '204744.609000', '204744.612000', '204744.615000', '204744.617000', '204744.620000', '204744.622000', '204744.625000', '204744.627000', '204744.630000', '204744.633000', '204744.635000', '204744.638000', '204744.640000', '204744.643000', '204744.646000', '204744.648000', '204744.651000', '204744.653000', '204744.656000', '204744.659000', '204744.661000', '204744.664000', '204744.675000', '204744.677000', '204744.680000', '204744.682000', '204744.685000', '204744.688000', '204744.690000', '204801.631000', '204801.634000', '204801.637000', '204801.640000', '204801.643000', '204801.645000', '204801.648000', '204801.651000', '204801.654000', '204801.657000', '204801.661000', '204801.666000', '204801.669000', '204801.671000', '204801.677000', '204801.680000', '204801.682000', '204801.685000', '204801.688000', '204801.691000', '204801.694000', '204801.702000', '204801.705000', '204801.707000', '204801.710000', '204801.713000', '204801.716000', '204801.718000', '204801.721000', '204801.724000', '204801.726000', '204801.729000', '204801.732000', '204801.735000', '204801.737000', '204801.740000', '204801.743000', '204801.746000'], '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': [15126, 10524, 17101, 11195, 17580, 9271, 16015, 10912, 18160, 14431, 18119, 12134, 16901, 12286, 15600, 13567, 11698, 11551, 14475, 13333, 16865, 14433, 15809, 11754, 16495, 12835, 16863, 10180, 15418, 9599, 14801, 10962, 15261, 9258, 13254, 9221, 13274, 9496, 15235, 11072, 13679, 12726, 16988, 14258, 14197, 12694, 15073, 14622, 14972, 16894, 9249, 15021, 10197, 17017, 10898, 16947, 9390, 13448, 9356, 15354, 11200, 16783, 9316, 13953, 10321, 14971, 13134, 15288, 8928, 13547, 12384, 14347, 10999, 15937, 9709, 13802, 10507, 16319, 10116, 17069, 13700, 15570, 13025, 17769, 13925, 13279, 12517, 13995, 15361, 14238, 16748, 8970, 14408, 9962, 16774, 10518, 16861, 12678, 14609, 12011, 16909, 13333, 16990, 12365, 14278, 11265, 17217, 14167, 18425, 12965, 14575, 11577, 16529, 13134, 17316, 12884, 14930, 11956, 16647, 13836, 17596, 13206, 13290, 11504, 16835, 14015, 13929, 14130, 8487, 13898, 11295, 17519, 11035, 16762, 13106, 16757, 13123, 16268, 13772, 13417, 11993, 14026, 15426, 10758, 16198, 13067, 16378, 13134, 15782, 10080, 14386, 9363, 16540, 9472, 15727, 9745, 14026, 11453, 16621, 9689, 16147, 12227, 14174, 12146, 17385, 13660, 11883, 11188, 12506, 13031, 10259, 16566, 10684, 17189, 12607, 18241, 14561, 16418, 12436, 17254, 13369, 17724, 13881, 15246, 12290, 17442, 13714, 17247, 13416, 17389, 12374, 17370, 13534, 17247, 13501, 16810, 12625, 16996, 13821, 17874, 13004, 10910, 10630, 16384, 14033, 13743, 14388, 8876, 15841, 10433, 17999, 13850, 16945, 12403, 15424, 14756, 10305, 16026, 8615, 17160, 13651, 18323, 14202, 15027, 11779, 17451, 13738, 14696, 12845, 13025, 11296, 19214, 14521, 17821, 12024, 14758, 10871, 16472, 13084, 17384, 12715, 15396, 11335, 17225, 12051, 17443, 12525, 13313, 11061, 14774, 12753, 17484, 13551, 11795, 12165, 15369, 16882, 10322, 17092, 9198, 17170, 13445, 18077, 14218, 14870, 11981, 15022, 13026, 13646, 15948, 8866, 14773, 14234, 16565, 12599, 15662, 10063, 14079, 13347, 15618, 10294, 14343, 8264, 14402, 13657, 15517, 10349, 13438, 9199, 13462, 12753, 16242, 8906, 14126, 8375, 14587, 11370, 17825, 14205, 15033, 13016, 15050, 13846, 12917, 16238, 9528, 16416, 13564, 16875, 10456, 14491, 13848, 13248, 15812, 13895, 11063, 10422, 13478, 11964, 14867, 14190, 9011, 14497, 9333, 15580, 10345, 17773, 14430, 15139, 12917, 15933, 14535, 11005, 16168, 9132, 17007, 11079, 17814, 14225, 15536, 12443, 17483, 13064, 14944, 13150, 8835, 12921, 9958, 16248, 12051, 17585, 9824, 14505, 9569, 16489, 10091, 17595, 9580, 15349, 9261, 17018, 10357, 17877, 11665, 15215, 9034, 15263, 9928, 17545, 13994, 17250, 12960, 14472, 13932, 10865, 17236, 12047, 17099, 13302, 15990, 14732, 9301, 15150, 9129, 17318, 11172, 17893, 10911, 15394, 10592, 17402, 13248, 17867, 13716, 15763, 11806, 18236, 13653, 15432, 13023, 9643, 11303, 14952, 16507, 10286, 17210, 9998, 17106, 13327, 19158, 14102, 10504, 12888, 9784, 17193, 11162, 17965, 12309, 16874, 12533, 17627, 13797, 16227, 13703, 11159, 11349, 13902, 16453, 10309, 17100, 9160, 15140, 9707, 17967, 14103, 16053, 13338, 10986, 13564, 13876, 17271, 9525, 15308, 8607, 17354, 14253, 19573, 14611, 9612, 13041, 11812, 18214, 10837, 17947, 12661, 17596, 12883, 16325, 14008, 9745, 14707, 11659, 16976, 15838, 15837, 10131, 13109, 8059, 15921, 13041, 17846, 9839, 15222, 8202, 14682, 13822, 16164, 9376, 14996, 8816, 13139, 9437, 16836, 13907, 16215, 13651, 10369, 14920, 12429, 18494, 11091, 17558, 13308, 18190, 13749, 15870, 14082, 9955, 14646, 11412, 17282, 12109, 17078, 9438, 15338, 8717, 17001, 10468, 17759, 10302, 15077, 10166, 17121, 11324, 18050, 13851, 15119, 11691, 15841, 12724, 17680, 13847, 15263, 12235, 17294, 14111, 15109, 13186, 9003, 15293, 11208, 18014, 11070, 17876, 13171, 16597, 12701, 15484, 14444, 9568, 15529, 8853, 17018, 10520, 18313, 13246, 16443, 11975, 16997, 13340, 17901, 14237, 16816, 12284, 17015, 13021, 16228, 13584, 8828, 13277, 9737, 16921, 12565, 19228, 14433, 11937, 12929, 13452, 17866, 11139, 17674, 10482, 16186, 12112, 17752, 14209, 16334, 13784, 10407, 11174, 10853, 16533, 9728, 17565, 13349, 16039, 12286, 16393, 13781, 11865, 15858, 8704, 16021, 10076, 18290, 12486, 17238, 12767, 17702, 13891, 17360, 13961, 9909, 13788, 11534, 18151, 13998, 15903, 12719, 13535, 15359, 13610, 17833, 9910, 16300, 11673, 17917, 13847, 15962, 13876, 10598, 11227, 11630, 15759, 11334, 17849, 9717, 15502, 8988, 17169, 11146, 17904, 14021, 17611, 11909, 15736, 10664, 17377, 13516, 16305, 11487, 14438, 11437, 17225, 12618, 11002, 12662, 8964, 15413, 11676, 18263, 11241, 18215, 14056, 17812, 13515, 17753, 13768, 16872, 11755, 15110, 10830, 15715, 12625, 12048, 15113, 9017, 15409, 8910, 16810, 13869, 16578, 14038, 10296, 14399, 12358, 17674, 10975, 18225, 11021, 16920, 11653, 18031, 11396, 17903, 14081, 16451, 11144, 16781, 12176, 15988, 14008, 9349, 15109, 8172, 16540, 13092, 18667, 14096, 10544, 12576, 9298, 17463, 11005, 18599, 14624, 15482, 12090, 16975, 13896, 14114, 13192, 8900, 11977, 12828, 14310, 12217, 16686, 8825, 14864, 8702, 17083, 12101, 17953, 14242, 13873, 11432, 15269, 13439, 13236, 17960, 9625, 15923, 11687, 16271, 12726, 15483, 13560, 8933, 14413, 8974, 16020, 10077, 17703, 13299, 15750, 12177, 9783, 13323, 10802, 17496, 13412, 16006, 12985, 14408, 16249, 11480, 18262, 12146, 17009, 12544, 18139, 13920, 14431, 11824, 8338, 12258, 8661, 17047, 13005, 13338, 15194, 8865, 14416, 11073, 9416, 16278, 11379, 17543, 14566, 9729, 12955, 9827, 16458, 12741, 15229, 13342, 9255, 11523, 10761, 15985, 12365, 14535, 12787, 10755, 11905, 12573, 16795, 9518, 15653, 12036, 15467, 12096, 16966, 13554, 14575, 12344, 12391, 11264, 10688, 14411, 10866, 16990, 9148, 15410, 11381, 16642, 13296, 14645, 14350, 9349, 15370, 8603, 16880, 12572, 16516, 13512, 12631, 10590, 9902, 14131, 13216, 16731, 10305, 16543, 12125, 16337, 12505, 15410, 14043, 10916, 16184, 9454, 16282, 10713, 16615, 10991, 16274, 12744, 13433, 11173, 13209, 13894, 12161, 16369, 9987, 14206, 10620, 16340, 12052, 16437, 12745, 13485, 10577, 13805, 11151, 15842, 13559, 11915, 12209, 8079, 13322, 8546, 15747, 12558, 17146, 14260, 11242, 11233, 15186, 14333, 12406, 15536, 8743, 15604, 11088, 17145, 10322, 16763, 11950, 16074, 11946, 16903, 13133, 13645, 12115, 8718, 12813, 8909, 15795, 10501, 16782, 9627, 15028, 9015, 14300, 12005, 16385, 13359, 10873, 15334, 9758, 17153, 11257, 17524, 11410, 16757, 12570, 17186, 13173, 14747, 13446, 9583, 12117, 9283, 16344, 9971, 16630, 12919, 15695, 11286, 15661, 11963, 12981, 16161, 8996, 16493, 11439, 16095, 12049, 15291, 13408, 9012, 14630, 8436, 14967, 11576, 17466, 13358, 10294, 13316, 8378, 15202, 9878, 17317, 13509, 15297, 12572, 11660, 15366, 13738, 17309, 10230, 16157, 11378, 16761, 13448, 15086, 13358, 11346, 14637, 8609, 13907, 10071, 16927, 13427, 15238, 12985, 8743, 12021, 10473, 17471, 11005, 17346, 11730, 15979, 11282, 17543, 13216, 17329, 11275, 9656, 8684, 11796, 10990, 13061, 15868, 9156, 14682, 8028, 16658, 11681, 17572, 13896, 14750, 11114, 11201, 10086, 13018, 16172, 9146, 15566, 8102, 15960, 11476, 17691, 13485, 11238, 11766, 8395, 15861, 10149, 17142, 13389, 13886, 11410, 8246, 14382, 11686, 17141, 10436, 16198, 9134, 16750, 10800, 17045, 13634, 16821, 11434, 16354, 11877, 14810, 13229, 10516, 14380, 8992, 15194, 9228, 16690, 10040, 17026, 10438, 14491, 11084, 16918, 12562, 13007, 15495, 8281, 15075, 11477, 15308, 14024, 10902, 16260, 9073, 16782, 10535, 17661, 13849, 15632, 12954, 8886, 10216, 9534, 16233, 10177, 17159, 12177, 15029, 10720, 15177, 10733, 15409, 12941, 8200, 11599, 7943, 14529, 10515, 17157, 10304, 16646, 8980, 15102, 9087, 17494, 13889, 17145, 13492, 13467, 11165, 14805, 13531, 9540, 14821, 9126, 15177, 11469, 15898, 13155, 12365, 13363, 8490, 14567, 9940, 17209, 11703, 16749, 12253, 14850, 11267, 15238, 12907, 12082, 12116, 8125, 13793, 10304, 16508, 9837, 16704, 10934, 15626, 11427, 13932, 15065, 9930, 16514, 11187, 15582, 12435, 15853, 13650, 9575, 12856, 10562, 16454, 11729, 16579, 10799, 15223, 11841, 16294, 13364, 14532, 12457, 10596, 11989, 11150, 16290, 9495, 15245, 7946, 14122, 11347, 16479, 12697, 10906, 14466, 9040, 13008, 8438, 16438, 13150, 14164, 12995, 10628, 15625, 13725, 16156, 10204, 15696, 9060, 14103, 11863, 15194, 12850, 13523, 15059, 9365, 15838, 10895, 16986, 14480, 14633, 13063, 11034, 16216, 13695, 15469, 9780, 13875, 10062, 13116, 10566, 15309, 12170, 16304, 12082, 10548, 9568, 12206, 12288, 10519, 17067, 9882, 16946, 13187, 16807, 13743, 16441, 13628, 13853, 11222, 9419, 15312, 12545, 16740, 10075, 15892, 12890, 16000, 13115, 16551, 13299, 9901, 10673, 8788, 14696, 11047, 16606, 13222, 16857, 13032, 13242, 11261, 17087, 12922, 14261, 11970, 9274, 9455, 13694, 14956, 10817, 16572, 9217, 16115, 9393, 16717, 11255, 16511, 12307, 13909, 10546, 15772, 11793, 16643, 13431, 13142, 10873, 8334, 12709, 9341, 15572, 9371, 17066, 13174, 15471, 12272, 15145, 13954, 11102, 16172, 9284, 16313, 9858, 17195, 14414, 15880, 12747, 9815, 10829, 11011, 16427, 9567, 16857, 13465, 12278, 10819, 10706, 16327, 10388, 17324, 13397, 12922, 11888, 10989, 16977, 10417, 17290, 12210, 17473, 13492, 14909, 12998, 16053, 15534, 14150, 16034, 9712], 'WindowCenter': [3793.0, 3755.0, 3776.0, 3741.0, 3774.0, 3730.0, 3762.0, 3740.0, 3761.0, 3751.0, 3770.0, 3739.0, 3760.0, 3752.0, 3760.0, 3751.0, 3752.0, 3751.0, 3749.0, 3751.0, 3761.0, 3752.0, 3760.0, 3752.0, 3759.0, 3750.0, 3761.0, 3728.0, 3750.0, 3728.0, 3750.0, 3727.0, 3761.0, 3729.0, 3750.0, 3730.0, 3752.0, 3731.0, 3761.0, 3752.0, 3752.0, 3753.0, 3773.0, 3764.0, 3762.0, 3753.0, 3761.0, 3763.0, 3761.0, 3762.0, 3731.0, 3762.0, 3729.0, 3763.0, 3739.0, 3761.0, 3729.0, 3751.0, 3729.0, 3762.0, 3740.0, 3761.0, 3730.0, 3763.0, 3740.0, 3762.0, 3749.0, 3762.0, 3731.0, 3763.0, 3751.0, 3762.0, 3742.0, 3763.0, 3742.0, 3763.0, 3741.0, 3763.0, 3742.0, 3773.0, 3765.0, 3762.0, 3754.0, 3773.0, 3764.0, 3762.0, 3753.0, 3762.0, 3763.0, 3752.0, 3762.0, 3729.0, 3761.0, 3730.0, 3762.0, 3741.0, 3761.0, 3752.0, 3761.0, 3752.0, 3762.0, 3750.0, 3762.0, 3753.0, 3761.0, 3753.0, 3772.0, 3762.0, 3772.0, 3762.0, 3750.0, 3752.0, 3761.0, 3752.0, 3773.0, 3752.0, 3762.0, 3753.0, 3762.0, 3763.0, 3772.0, 3754.0, 3750.0, 3750.0, 3762.0, 3752.0, 3749.0, 3750.0, 3730.0, 3751.0, 3738.0, 3760.0, 3740.0, 3761.0, 3751.0, 3762.0, 3763.0, 3761.0, 3752.0, 3760.0, 3750.0, 3762.0, 3763.0, 3752.0, 3773.0, 3750.0, 3772.0, 3750.0, 3762.0, 3741.0, 3751.0, 3729.0, 3762.0, 3729.0, 3762.0, 3738.0, 3752.0, 3740.0, 3760.0, 3741.0, 3773.0, 3763.0, 3761.0, 3752.0, 3773.0, 3753.0, 3751.0, 3742.0, 3749.0, 3761.0, 3742.0, 3774.0, 3753.0, 3774.0, 3752.0, 3774.0, 3762.0, 3774.0, 3761.0, 3771.0, 3763.0, 3772.0, 3762.0, 3772.0, 3753.0, 3771.0, 3764.0, 3771.0, 3750.0, 3761.0, 3751.0, 3761.0, 3760.0, 3761.0, 3761.0, 3771.0, 3751.0, 3761.0, 3761.0, 3771.0, 3750.0, 3740.0, 3740.0, 3760.0, 3762.0, 3749.0, 3761.0, 3716.0, 3760.0, 3739.0, 3760.0, 3750.0, 3761.0, 3750.0, 3760.0, 3760.0, 3740.0, 3762.0, 3729.0, 3771.0, 3761.0, 3772.0, 3762.0, 3760.0, 3751.0, 3771.0, 3751.0, 3759.0, 3750.0, 3748.0, 3741.0, 3770.0, 3751.0, 3758.0, 3750.0, 3748.0, 3739.0, 3758.0, 3750.0, 3758.0, 3749.0, 3748.0, 3738.0, 3758.0, 3740.0, 3760.0, 3749.0, 3748.0, 3739.0, 3749.0, 3750.0, 3760.0, 3761.0, 3738.0, 3751.0, 3759.0, 3762.0, 3728.0, 3760.0, 3728.0, 3758.0, 3752.0, 3759.0, 3750.0, 3759.0, 3750.0, 3758.0, 3749.0, 3749.0, 3763.0, 3728.0, 3760.0, 3759.0, 3761.0, 3750.0, 3759.0, 3726.0, 3749.0, 3749.0, 3760.0, 3727.0, 3748.0, 3716.0, 3750.0, 3748.0, 3760.0, 3738.0, 3749.0, 3729.0, 3749.0, 3750.0, 3760.0, 3728.0, 3762.0, 3730.0, 3762.0, 3753.0, 3771.0, 3762.0, 3760.0, 3762.0, 3772.0, 3764.0, 3750.0, 3761.0, 3728.0, 3772.0, 3749.0, 3761.0, 3738.0, 3761.0, 3748.0, 3751.0, 3759.0, 3749.0, 3737.0, 3740.0, 3748.0, 3750.0, 3759.0, 3749.0, 3729.0, 3760.0, 3728.0, 3772.0, 3740.0, 3772.0, 3762.0, 3762.0, 3762.0, 3771.0, 3763.0, 3751.0, 3772.0, 3729.0, 3773.0, 3750.0, 3771.0, 3762.0, 3760.0, 3750.0, 3760.0, 3750.0, 3759.0, 3749.0, 3728.0, 3750.0, 3739.0, 3771.0, 3750.0, 3772.0, 3739.0, 3760.0, 3728.0, 3762.0, 3739.0, 3771.0, 3739.0, 3761.0, 3729.0, 3771.0, 3739.0, 3771.0, 3750.0, 3760.0, 3729.0, 3761.0, 3739.0, 3771.0, 3761.0, 3772.0, 3761.0, 3760.0, 3763.0, 3740.0, 3772.0, 3751.0, 3772.0, 3764.0, 3774.0, 3773.0, 3741.0, 3772.0, 3740.0, 3774.0, 3751.0, 3775.0, 3751.0, 3760.0, 3752.0, 3773.0, 3763.0, 3772.0, 3761.0, 3761.0, 3751.0, 3771.0, 3761.0, 3760.0, 3750.0, 3727.0, 3750.0, 3760.0, 3772.0, 3740.0, 3772.0, 3740.0, 3771.0, 3761.0, 3771.0, 3750.0, 3739.0, 3750.0, 3738.0, 3772.0, 3741.0, 3771.0, 3750.0, 3770.0, 3751.0, 3760.0, 3761.0, 3760.0, 3761.0, 3749.0, 3750.0, 3748.0, 3761.0, 3739.0, 3771.0, 3740.0, 3762.0, 3729.0, 3771.0, 3764.0, 3771.0, 3761.0, 3739.0, 3761.0, 3761.0, 3772.0, 3740.0, 3761.0, 3730.0, 3772.0, 3763.0, 3784.0, 3762.0, 3740.0, 3750.0, 3750.0, 3772.0, 3740.0, 3773.0, 3751.0, 3771.0, 3754.0, 3771.0, 3761.0, 3739.0, 3763.0, 3749.0, 3772.0, 3760.0, 3761.0, 3738.0, 3751.0, 3716.0, 3761.0, 3749.0, 3759.0, 3727.0, 3760.0, 3717.0, 3760.0, 3748.0, 3762.0, 3728.0, 3760.0, 3729.0, 3750.0, 3741.0, 3774.0, 3763.0, 3772.0, 3763.0, 3740.0, 3762.0, 3750.0, 3773.0, 3740.0, 3771.0, 3750.0, 3771.0, 3762.0, 3761.0, 3762.0, 3739.0, 3760.0, 3740.0, 3773.0, 3749.0, 3762.0, 3728.0, 3760.0, 3728.0, 3761.0, 3740.0, 3759.0, 3739.0, 3759.0, 3739.0, 3760.0, 3739.0, 3772.0, 3750.0, 3761.0, 3750.0, 3759.0, 3752.0, 3770.0, 3761.0, 3760.0, 3752.0, 3771.0, 3762.0, 3761.0, 3751.0, 3729.0, 3763.0, 3741.0, 3773.0, 3739.0, 3770.0, 3763.0, 3759.0, 3761.0, 3760.0, 3762.0, 3740.0, 3761.0, 3731.0, 3772.0, 3740.0, 3772.0, 3751.0, 3760.0, 3750.0, 3760.0, 3751.0, 3770.0, 3761.0, 3770.0, 3750.0, 3759.0, 3751.0, 3761.0, 3751.0, 3729.0, 3750.0, 3729.0, 3774.0, 3753.0, 3773.0, 3762.0, 3750.0, 3751.0, 3750.0, 3775.0, 3741.0, 3771.0, 3740.0, 3771.0, 3751.0, 3772.0, 3762.0, 3761.0, 3761.0, 3739.0, 3752.0, 3741.0, 3774.0, 3742.0, 3772.0, 3762.0, 3773.0, 3763.0, 3772.0, 3765.0, 3752.0, 3774.0, 3730.0, 3774.0, 3741.0, 3784.0, 3763.0, 3773.0, 3762.0, 3772.0, 3764.0, 3772.0, 3762.0, 3740.0, 3762.0, 3751.0, 3785.0, 3763.0, 3773.0, 3762.0, 3760.0, 3763.0, 3761.0, 3773.0, 3740.0, 3771.0, 3752.0, 3773.0, 3764.0, 3761.0, 3761.0, 3739.0, 3740.0, 3752.0, 3763.0, 3740.0, 3775.0, 3740.0, 3763.0, 3729.0, 3773.0, 3753.0, 3772.0, 3761.0, 3771.0, 3749.0, 3762.0, 3742.0, 3761.0, 3750.0, 3762.0, 3752.0, 3759.0, 3751.0, 3773.0, 3753.0, 3752.0, 3762.0, 3731.0, 3762.0, 3750.0, 3774.0, 3739.0, 3772.0, 3763.0, 3769.0, 3751.0, 3762.0, 3751.0, 3760.0, 3749.0, 3759.0, 3741.0, 3759.0, 3749.0, 3752.0, 3761.0, 3729.0, 3760.0, 3732.0, 3773.0, 3763.0, 3774.0, 3762.0, 3742.0, 3763.0, 3753.0, 3775.0, 3751.0, 3775.0, 3753.0, 3773.0, 3752.0, 3773.0, 3752.0, 3773.0, 3761.0, 3762.0, 3751.0, 3773.0, 3751.0, 3773.0, 3763.0, 3740.0, 3763.0, 3732.0, 3773.0, 3763.0, 3772.0, 3764.0, 3752.0, 3765.0, 3743.0, 3787.0, 3754.0, 3785.0, 3775.0, 3774.0, 3763.0, 3774.0, 3764.0, 3761.0, 3764.0, 3741.0, 3754.0, 3761.0, 3764.0, 3752.0, 3774.0, 3729.0, 3772.0, 3730.0, 3775.0, 3753.0, 3774.0, 3764.0, 3762.0, 3753.0, 3763.0, 3764.0, 3763.0, 3774.0, 3743.0, 3773.0, 3763.0, 3774.0, 3765.0, 3773.0, 3764.0, 3744.0, 3776.0, 3742.0, 3776.0, 3754.0, 3776.0, 3764.0, 3775.0, 3766.0, 3754.0, 3776.0, 3766.0, 3787.0, 3777.0, 3785.0, 3776.0, 3775.0, 3777.0, 3765.0, 3787.0, 3766.0, 3776.0, 3764.0, 3785.0, 3767.0, 3774.0, 3768.0, 3746.0, 3768.0, 3744.0, 3787.0, 3775.0, 3776.0, 3776.0, 3742.0, 3760.0, 3750.0, 3742.0, 3777.0, 3753.0, 3773.0, 3774.0, 3741.0, 3762.0, 3740.0, 3773.0, 3752.0, 3761.0, 3762.0, 3729.0, 3751.0, 3751.0, 3775.0, 3763.0, 3763.0, 3763.0, 3751.0, 3752.0, 3753.0, 3773.0, 3740.0, 3772.0, 3763.0, 3761.0, 3752.0, 3773.0, 3762.0, 3760.0, 3764.0, 3750.0, 3751.0, 3740.0, 3760.0, 3742.0, 3774.0, 3741.0, 3772.0, 3752.0, 3773.0, 3764.0, 3762.0, 3762.0, 3744.0, 3773.0, 3731.0, 3773.0, 3752.0, 3772.0, 3764.0, 3762.0, 3753.0, 3752.0, 3776.0, 3765.0, 3777.0, 3754.0, 3774.0, 3765.0, 3775.0, 3764.0, 3776.0, 3776.0, 3755.0, 3775.0, 3743.0, 3775.0, 3753.0, 3775.0, 3741.0, 3772.0, 3764.0, 3762.0, 3752.0, 3762.0, 3762.0, 3751.0, 3773.0, 3742.0, 3762.0, 3753.0, 3772.0, 3752.0, 3772.0, 3763.0, 3763.0, 3752.0, 3762.0, 3753.0, 3775.0, 3763.0, 3753.0, 3752.0, 3733.0, 3763.0, 3743.0, 3775.0, 3766.0, 3787.0, 3776.0, 3764.0, 3766.0, 3774.0, 3778.0, 3763.0, 3774.0, 3742.0, 3773.0, 3751.0, 3775.0, 3741.0, 3772.0, 3753.0, 3763.0, 3751.0, 3770.0, 3753.0, 3760.0, 3750.0, 3729.0, 3751.0, 3741.0, 3773.0, 3749.0, 3773.0, 3741.0, 3773.0, 3742.0, 3773.0, 3765.0, 3784.0, 3777.0, 3766.0, 3786.0, 3742.0, 3785.0, 3753.0, 3785.0, 3752.0, 3772.0, 3762.0, 3771.0, 3763.0, 3762.0, 3761.0, 3730.0, 3750.0, 3730.0, 3774.0, 3741.0, 3761.0, 3751.0, 3773.0, 3751.0, 3760.0, 3752.0, 3763.0, 3773.0, 3741.0, 3774.0, 3763.0, 3774.0, 3763.0, 3774.0, 3774.0, 3743.0, 3774.0, 3745.0, 3787.0, 3767.0, 3786.0, 3778.0, 3764.0, 3776.0, 3745.0, 3788.0, 3757.0, 3786.0, 3778.0, 3787.0, 3777.0, 3764.0, 3788.0, 3777.0, 3787.0, 3742.0, 3774.0, 3753.0, 3772.0, 3764.0, 3772.0, 3764.0, 3753.0, 3761.0, 3741.0, 3773.0, 3740.0, 3772.0, 3762.0, 3761.0, 3761.0, 3729.0, 3749.0, 3738.0, 3773.0, 3739.0, 3771.0, 3749.0, 3759.0, 3738.0, 3759.0, 3748.0, 3758.0, 3737.0, 3726.0, 3716.0, 3736.0, 3740.0, 3748.0, 3759.0, 3728.0, 3760.0, 3718.0, 3760.0, 3749.0, 3759.0, 3751.0, 3759.0, 3750.0, 3738.0, 3740.0, 3761.0, 3762.0, 3729.0, 3762.0, 3721.0, 3761.0, 3752.0, 3772.0, 3762.0, 3751.0, 3750.0, 3730.0, 3774.0, 3753.0, 3772.0, 3765.0, 3759.0, 3752.0, 3730.0, 3774.0, 3752.0, 3788.0, 3752.0, 3773.0, 3742.0, 3774.0, 3752.0, 3772.0, 3763.0, 3773.0, 3752.0, 3770.0, 3751.0, 3760.0, 3751.0, 3740.0, 3763.0, 3729.0, 3761.0, 3730.0, 3773.0, 3741.0, 3786.0, 3769.0, 3788.0, 3753.0, 3772.0, 3762.0, 3762.0, 3774.0, 3744.0, 3773.0, 3766.0, 3774.0, 3764.0, 3753.0, 3774.0, 3741.0, 3773.0, 3751.0, 3773.0, 3766.0, 3772.0, 3763.0, 3741.0, 3741.0, 3741.0, 3773.0, 3752.0, 3774.0, 3764.0, 3773.0, 3753.0, 3772.0, 3753.0, 3773.0, 3764.0, 3733.0, 3764.0, 3731.0, 3776.0, 3754.0, 3785.0, 3752.0, 3785.0, 3743.0, 3774.0, 3742.0, 3786.0, 3762.0, 3773.0, 3763.0, 3761.0, 3753.0, 3762.0, 3762.0, 3741.0, 3763.0, 3741.0, 3771.0, 3752.0, 3774.0, 3763.0, 3764.0, 3765.0, 3743.0, 3762.0, 3742.0, 3775.0, 3753.0, 3773.0, 3764.0, 3772.0, 3753.0, 3761.0, 3763.0, 3752.0, 3752.0, 3729.0, 3762.0, 3739.0, 3775.0, 3741.0, 3773.0, 3764.0, 3785.0, 3766.0, 3774.0, 3775.0, 3755.0, 3785.0, 3778.0, 3787.0, 3775.0, 3800.0, 3788.0, 3753.0, 3775.0, 3751.0, 3774.0, 3750.0, 3771.0, 3750.0, 3760.0, 3750.0, 3759.0, 3760.0, 3748.0, 3749.0, 3737.0, 3737.0, 3736.0, 3758.0, 3726.0, 3757.0, 3718.0, 3746.0, 3738.0, 3758.0, 3749.0, 3738.0, 3760.0, 3728.0, 3749.0, 3729.0, 3771.0, 3761.0, 3760.0, 3761.0, 3749.0, 3772.0, 3761.0, 3772.0, 3751.0, 3784.0, 3753.0, 3773.0, 3764.0, 3773.0, 3775.0, 3774.0, 3786.0, 3755.0, 3785.0, 3764.0, 3785.0, 3777.0, 3775.0, 3764.0, 3751.0, 3773.0, 3763.0, 3773.0, 3739.0, 3761.0, 3740.0, 3749.0, 3752.0, 3771.0, 3751.0, 3772.0, 3762.0, 3751.0, 3751.0, 3760.0, 3763.0, 3752.0, 3785.0, 3754.0, 3783.0, 3775.0, 3783.0, 3774.0, 3772.0, 3774.0, 3774.0, 3765.0, 3753.0, 3774.0, 3763.0, 3786.0, 3741.0, 3772.0, 3761.0, 3772.0, 3761.0, 3771.0, 3761.0, 3740.0, 3751.0, 3729.0, 3772.0, 3750.0, 3772.0, 3763.0, 3772.0, 3763.0, 3762.0, 3752.0, 3772.0, 3762.0, 3760.0, 3751.0, 3738.0, 3740.0, 3760.0, 3761.0, 3749.0, 3771.0, 3741.0, 3771.0, 3739.0, 3770.0, 3749.0, 3769.0, 3749.0, 3759.0, 3750.0, 3758.0, 3750.0, 3770.0, 3762.0, 3760.0, 3749.0, 3729.0, 3761.0, 3740.0, 3773.0, 3741.0, 3784.0, 3774.0, 3773.0, 3763.0, 3773.0, 3774.0, 3752.0, 3773.0, 3743.0, 3772.0, 3741.0, 3772.0, 3762.0, 3772.0, 3762.0, 3752.0, 3752.0, 3752.0, 3774.0, 3742.0, 3772.0, 3774.0, 3763.0, 3765.0, 3764.0, 3786.0, 3765.0, 3786.0, 3775.0, 3775.0, 3777.0, 3777.0, 3800.0, 3766.0, 3798.0, 3777.0, 3797.0, 3788.0, 3786.0, 3786.0, 3785.0, 3787.0, 3774.0, 3774.0, 3752.0], 'WindowWidth': [8508.0, 8443.0, 8474.0, 8416.0, 8465.0, 8400.0, 8443.0, 8410.0, 8442.0, 8427.0, 8454.0, 8409.0, 8440.0, 8430.0, 8440.0, 8428.0, 8431.0, 8428.0, 8422.0, 8429.0, 8442.0, 8429.0, 8440.0, 8430.0, 8435.0, 8425.0, 8439.0, 8392.0, 8425.0, 8392.0, 8425.0, 8390.0, 8442.0, 8396.0, 8426.0, 8397.0, 8432.0, 8401.0, 8443.0, 8432.0, 8431.0, 8435.0, 8462.0, 8452.0, 8446.0, 8433.0, 8441.0, 8446.0, 8442.0, 8445.0, 8400.0, 8443.0, 8395.0, 8448.0, 8408.0, 8443.0, 8397.0, 8427.0, 8396.0, 8446.0, 8410.0, 8443.0, 8398.0, 8446.0, 8410.0, 8445.0, 8422.0, 8444.0, 8400.0, 8446.0, 8428.0, 8445.0, 8417.0, 8451.0, 8418.0, 8449.0, 8415.0, 8451.0, 8416.0, 8461.0, 8453.0, 8445.0, 8437.0, 8462.0, 8451.0, 8446.0, 8435.0, 8443.0, 8447.0, 8432.0, 8447.0, 8398.0, 8442.0, 8399.0, 8447.0, 8414.0, 8443.0, 8431.0, 8443.0, 8432.0, 8444.0, 8429.0, 8444.0, 8434.0, 8441.0, 8435.0, 8459.0, 8446.0, 8461.0, 8445.0, 8424.0, 8432.0, 8442.0, 8432.0, 8462.0, 8433.0, 8444.0, 8434.0, 8445.0, 8448.0, 8461.0, 8437.0, 8426.0, 8428.0, 8445.0, 8432.0, 8422.0, 8426.0, 8401.0, 8430.0, 8407.0, 8443.0, 8412.0, 8441.0, 8429.0, 8444.0, 8449.0, 8443.0, 8432.0, 8439.0, 8427.0, 8444.0, 8449.0, 8431.0, 8464.0, 8427.0, 8462.0, 8426.0, 8447.0, 8413.0, 8428.0, 8395.0, 8447.0, 8395.0, 8444.0, 8410.0, 8433.0, 8411.0, 8443.0, 8416.0, 8464.0, 8450.0, 8443.0, 8433.0, 8460.0, 8433.0, 8427.0, 8417.0, 8423.0, 8445.0, 8419.0, 8464.0, 8435.0, 8466.0, 8435.0, 8465.0, 8449.0, 8464.0, 8446.0, 8458.0, 8451.0, 8461.0, 8448.0, 8461.0, 8436.0, 8458.0, 8453.0, 8457.0, 8428.0, 8443.0, 8429.0, 8443.0, 8442.0, 8445.0, 8445.0, 8457.0, 8430.0, 8443.0, 8445.0, 8458.0, 8429.0, 8413.0, 8414.0, 8441.0, 8445.0, 8425.0, 8441.0, 8376.0, 8441.0, 8410.0, 8441.0, 8426.0, 8443.0, 8426.0, 8440.0, 8441.0, 8412.0, 8444.0, 8398.0, 8456.0, 8442.0, 8461.0, 8445.0, 8440.0, 8429.0, 8458.0, 8429.0, 8436.0, 8425.0, 8420.0, 8415.0, 8456.0, 8429.0, 8435.0, 8424.0, 8419.0, 8408.0, 8433.0, 8425.0, 8433.0, 8422.0, 8420.0, 8406.0, 8434.0, 8410.0, 8438.0, 8423.0, 8419.0, 8409.0, 8423.0, 8426.0, 8441.0, 8442.0, 8407.0, 8429.0, 8438.0, 8444.0, 8393.0, 8439.0, 8393.0, 8436.0, 8432.0, 8438.0, 8426.0, 8437.0, 8426.0, 8436.0, 8425.0, 8424.0, 8448.0, 8396.0, 8441.0, 8438.0, 8444.0, 8426.0, 8438.0, 8388.0, 8422.0, 8422.0, 8439.0, 8389.0, 8421.0, 8374.0, 8426.0, 8419.0, 8438.0, 8404.0, 8423.0, 8393.0, 8424.0, 8425.0, 8443.0, 8395.0, 8447.0, 8399.0, 8446.0, 8434.0, 8457.0, 8446.0, 8442.0, 8445.0, 8462.0, 8450.0, 8428.0, 8444.0, 8395.0, 8460.0, 8425.0, 8444.0, 8406.0, 8442.0, 8421.0, 8429.0, 8437.0, 8424.0, 8405.0, 8411.0, 8420.0, 8428.0, 8437.0, 8424.0, 8397.0, 8441.0, 8395.0, 8463.0, 8415.0, 8460.0, 8448.0, 8446.0, 8445.0, 8457.0, 8449.0, 8429.0, 8460.0, 8396.0, 8463.0, 8427.0, 8458.0, 8446.0, 8439.0, 8427.0, 8442.0, 8428.0, 8437.0, 8425.0, 8395.0, 8427.0, 8410.0, 8459.0, 8425.0, 8460.0, 8410.0, 8440.0, 8393.0, 8447.0, 8410.0, 8458.0, 8410.0, 8443.0, 8398.0, 8457.0, 8411.0, 8456.0, 8427.0, 8441.0, 8396.0, 8444.0, 8411.0, 8455.0, 8443.0, 8461.0, 8445.0, 8441.0, 8449.0, 8413.0, 8460.0, 8431.0, 8459.0, 8453.0, 8465.0, 8463.0, 8419.0, 8462.0, 8414.0, 8468.0, 8430.0, 8468.0, 8431.0, 8441.0, 8432.0, 8462.0, 8449.0, 8460.0, 8445.0, 8444.0, 8430.0, 8458.0, 8444.0, 8439.0, 8428.0, 8392.0, 8427.0, 8440.0, 8459.0, 8411.0, 8459.0, 8413.0, 8456.0, 8442.0, 8459.0, 8427.0, 8410.0, 8427.0, 8408.0, 8461.0, 8414.0, 8457.0, 8427.0, 8455.0, 8429.0, 8440.0, 8444.0, 8439.0, 8441.0, 8424.0, 8426.0, 8422.0, 8443.0, 8409.0, 8459.0, 8413.0, 8446.0, 8398.0, 8458.0, 8451.0, 8457.0, 8444.0, 8411.0, 8445.0, 8444.0, 8461.0, 8413.0, 8444.0, 8400.0, 8463.0, 8451.0, 8482.0, 8448.0, 8413.0, 8426.0, 8425.0, 8462.0, 8412.0, 8462.0, 8430.0, 8457.0, 8438.0, 8458.0, 8443.0, 8410.0, 8449.0, 8425.0, 8462.0, 8441.0, 8443.0, 8407.0, 8428.0, 8377.0, 8443.0, 8422.0, 8440.0, 8391.0, 8440.0, 8379.0, 8440.0, 8421.0, 8445.0, 8394.0, 8440.0, 8398.0, 8428.0, 8415.0, 8464.0, 8448.0, 8461.0, 8448.0, 8414.0, 8446.0, 8427.0, 8463.0, 8412.0, 8458.0, 8428.0, 8456.0, 8445.0, 8444.0, 8444.0, 8412.0, 8440.0, 8411.0, 8460.0, 8423.0, 8446.0, 8394.0, 8439.0, 8393.0, 8444.0, 8411.0, 8439.0, 8409.0, 8436.0, 8410.0, 8440.0, 8411.0, 8457.0, 8428.0, 8440.0, 8428.0, 8438.0, 8430.0, 8454.0, 8444.0, 8440.0, 8432.0, 8457.0, 8446.0, 8442.0, 8429.0, 8396.0, 8448.0, 8415.0, 8463.0, 8409.0, 8454.0, 8446.0, 8439.0, 8444.0, 8441.0, 8444.0, 8411.0, 8445.0, 8402.0, 8461.0, 8413.0, 8461.0, 8428.0, 8441.0, 8427.0, 8442.0, 8428.0, 8453.0, 8442.0, 8455.0, 8428.0, 8437.0, 8430.0, 8442.0, 8429.0, 8397.0, 8427.0, 8396.0, 8467.0, 8435.0, 8465.0, 8448.0, 8428.0, 8430.0, 8427.0, 8468.0, 8414.0, 8458.0, 8412.0, 8455.0, 8428.0, 8458.0, 8445.0, 8444.0, 8442.0, 8411.0, 8429.0, 8414.0, 8466.0, 8418.0, 8461.0, 8448.0, 8464.0, 8449.0, 8460.0, 8455.0, 8433.0, 8467.0, 8401.0, 8467.0, 8418.0, 8482.0, 8450.0, 8463.0, 8448.0, 8462.0, 8450.0, 8462.0, 8448.0, 8412.0, 8448.0, 8430.0, 8483.0, 8451.0, 8464.0, 8448.0, 8441.0, 8449.0, 8444.0, 8463.0, 8414.0, 8457.0, 8433.0, 8462.0, 8450.0, 8443.0, 8442.0, 8411.0, 8412.0, 8428.0, 8447.0, 8413.0, 8467.0, 8413.0, 8449.0, 8398.0, 8463.0, 8433.0, 8460.0, 8443.0, 8458.0, 8426.0, 8443.0, 8416.0, 8442.0, 8428.0, 8444.0, 8433.0, 8439.0, 8430.0, 8463.0, 8434.0, 8431.0, 8446.0, 8403.0, 8448.0, 8427.0, 8468.0, 8410.0, 8460.0, 8448.0, 8452.0, 8429.0, 8444.0, 8428.0, 8439.0, 8423.0, 8436.0, 8414.0, 8437.0, 8425.0, 8429.0, 8442.0, 8396.0, 8442.0, 8405.0, 8464.0, 8449.0, 8465.0, 8447.0, 8419.0, 8450.0, 8435.0, 8469.0, 8429.0, 8468.0, 8433.0, 8463.0, 8432.0, 8462.0, 8430.0, 8460.0, 8443.0, 8446.0, 8429.0, 8461.0, 8431.0, 8461.0, 8448.0, 8414.0, 8449.0, 8405.0, 8462.0, 8450.0, 8462.0, 8452.0, 8435.0, 8454.0, 8422.0, 8489.0, 8439.0, 8483.0, 8470.0, 8466.0, 8450.0, 8466.0, 8453.0, 8444.0, 8450.0, 8416.0, 8438.0, 8442.0, 8450.0, 8431.0, 8467.0, 8397.0, 8461.0, 8401.0, 8468.0, 8436.0, 8466.0, 8452.0, 8448.0, 8438.0, 8448.0, 8452.0, 8447.0, 8467.0, 8421.0, 8463.0, 8451.0, 8467.0, 8455.0, 8461.0, 8452.0, 8424.0, 8470.0, 8419.0, 8472.0, 8439.0, 8471.0, 8452.0, 8469.0, 8457.0, 8438.0, 8473.0, 8459.0, 8490.0, 8475.0, 8485.0, 8473.0, 8471.0, 8476.0, 8453.0, 8489.0, 8458.0, 8471.0, 8452.0, 8482.0, 8459.0, 8468.0, 8463.0, 8431.0, 8462.0, 8424.0, 8489.0, 8469.0, 8472.0, 8473.0, 8419.0, 8440.0, 8426.0, 8416.0, 8473.0, 8434.0, 8466.0, 8464.0, 8418.0, 8446.0, 8414.0, 8464.0, 8431.0, 8444.0, 8445.0, 8398.0, 8430.0, 8430.0, 8467.0, 8448.0, 8448.0, 8448.0, 8428.0, 8433.0, 8432.0, 8464.0, 8412.0, 8458.0, 8450.0, 8441.0, 8433.0, 8460.0, 8445.0, 8439.0, 8449.0, 8427.0, 8428.0, 8412.0, 8440.0, 8415.0, 8464.0, 8415.0, 8458.0, 8432.0, 8461.0, 8451.0, 8444.0, 8446.0, 8424.0, 8462.0, 8402.0, 8462.0, 8434.0, 8460.0, 8450.0, 8446.0, 8435.0, 8433.0, 8471.0, 8454.0, 8474.0, 8437.0, 8466.0, 8457.0, 8468.0, 8455.0, 8470.0, 8471.0, 8440.0, 8468.0, 8422.0, 8469.0, 8433.0, 8469.0, 8415.0, 8460.0, 8451.0, 8445.0, 8432.0, 8445.0, 8446.0, 8429.0, 8461.0, 8419.0, 8446.0, 8434.0, 8459.0, 8432.0, 8458.0, 8449.0, 8447.0, 8434.0, 8446.0, 8435.0, 8466.0, 8449.0, 8434.0, 8432.0, 8409.0, 8451.0, 8423.0, 8469.0, 8459.0, 8488.0, 8472.0, 8454.0, 8458.0, 8465.0, 8476.0, 8449.0, 8466.0, 8421.0, 8463.0, 8431.0, 8468.0, 8414.0, 8459.0, 8435.0, 8447.0, 8430.0, 8454.0, 8434.0, 8439.0, 8425.0, 8398.0, 8429.0, 8416.0, 8462.0, 8425.0, 8464.0, 8416.0, 8462.0, 8422.0, 8462.0, 8456.0, 8482.0, 8474.0, 8458.0, 8487.0, 8421.0, 8485.0, 8435.0, 8484.0, 8434.0, 8460.0, 8446.0, 8458.0, 8451.0, 8444.0, 8443.0, 8398.0, 8425.0, 8398.0, 8465.0, 8416.0, 8442.0, 8428.0, 8460.0, 8431.0, 8442.0, 8432.0, 8449.0, 8463.0, 8416.0, 8465.0, 8449.0, 8463.0, 8452.0, 8466.0, 8466.0, 8423.0, 8469.0, 8430.0, 8488.0, 8464.0, 8489.0, 8479.0, 8456.0, 8473.0, 8431.0, 8493.0, 8448.0, 8488.0, 8478.0, 8490.0, 8477.0, 8452.0, 8493.0, 8472.0, 8489.0, 8421.0, 8465.0, 8436.0, 8460.0, 8451.0, 8462.0, 8454.0, 8436.0, 8441.0, 8417.0, 8464.0, 8415.0, 8458.0, 8446.0, 8444.0, 8443.0, 8398.0, 8424.0, 8408.0, 8463.0, 8408.0, 8456.0, 8423.0, 8434.0, 8407.0, 8436.0, 8419.0, 8435.0, 8403.0, 8388.0, 8375.0, 8400.0, 8412.0, 8421.0, 8437.0, 8395.0, 8439.0, 8381.0, 8440.0, 8423.0, 8435.0, 8427.0, 8435.0, 8428.0, 8407.0, 8412.0, 8442.0, 8445.0, 8396.0, 8444.0, 8389.0, 8443.0, 8430.0, 8458.0, 8445.0, 8428.0, 8428.0, 8401.0, 8465.0, 8435.0, 8462.0, 8452.0, 8438.0, 8432.0, 8400.0, 8466.0, 8434.0, 8493.0, 8433.0, 8462.0, 8420.0, 8466.0, 8433.0, 8460.0, 8449.0, 8464.0, 8431.0, 8455.0, 8430.0, 8441.0, 8429.0, 8412.0, 8445.0, 8397.0, 8442.0, 8399.0, 8462.0, 8414.0, 8484.0, 8467.0, 8494.0, 8436.0, 8459.0, 8446.0, 8445.0, 8464.0, 8425.0, 8462.0, 8458.0, 8465.0, 8453.0, 8434.0, 8467.0, 8417.0, 8464.0, 8431.0, 8465.0, 8458.0, 8462.0, 8449.0, 8417.0, 8416.0, 8416.0, 8463.0, 8431.0, 8466.0, 8452.0, 8463.0, 8437.0, 8462.0, 8436.0, 8462.0, 8453.0, 8409.0, 8453.0, 8406.0, 8472.0, 8439.0, 8486.0, 8433.0, 8483.0, 8423.0, 8465.0, 8420.0, 8483.0, 8448.0, 8466.0, 8451.0, 8441.0, 8435.0, 8446.0, 8446.0, 8415.0, 8447.0, 8415.0, 8458.0, 8435.0, 8465.0, 8449.0, 8450.0, 8454.0, 8423.0, 8448.0, 8417.0, 8470.0, 8435.0, 8462.0, 8450.0, 8461.0, 8435.0, 8444.0, 8448.0, 8430.0, 8430.0, 8399.0, 8446.0, 8410.0, 8468.0, 8416.0, 8462.0, 8452.0, 8485.0, 8458.0, 8465.0, 8470.0, 8440.0, 8485.0, 8480.0, 8489.0, 8471.0, 8513.0, 8495.0, 8437.0, 8469.0, 8432.0, 8467.0, 8427.0, 8456.0, 8429.0, 8441.0, 8427.0, 8438.0, 8442.0, 8421.0, 8425.0, 8404.0, 8405.0, 8401.0, 8435.0, 8388.0, 8430.0, 8382.0, 8416.0, 8408.0, 8438.0, 8425.0, 8406.0, 8441.0, 8396.0, 8425.0, 8399.0, 8458.0, 8444.0, 8442.0, 8446.0, 8427.0, 8462.0, 8443.0, 8463.0, 8431.0, 8480.0, 8440.0, 8466.0, 8456.0, 8467.0, 8471.0, 8468.0, 8488.0, 8447.0, 8487.0, 8455.0, 8486.0, 8477.0, 8473.0, 8455.0, 8432.0, 8466.0, 8448.0, 8466.0, 8412.0, 8441.0, 8414.0, 8424.0, 8434.0, 8457.0, 8430.0, 8459.0, 8446.0, 8432.0, 8432.0, 8443.0, 8450.0, 8434.0, 8484.0, 8440.0, 8479.0, 8470.0, 8479.0, 8467.0, 8462.0, 8467.0, 8466.0, 8455.0, 8437.0, 8468.0, 8449.0, 8488.0, 8419.0, 8461.0, 8446.0, 8459.0, 8445.0, 8460.0, 8445.0, 8415.0, 8430.0, 8400.0, 8460.0, 8429.0, 8465.0, 8452.0, 8464.0, 8453.0, 8450.0, 8434.0, 8465.0, 8447.0, 8441.0, 8431.0, 8411.0, 8414.0, 8441.0, 8445.0, 8425.0, 8458.0, 8417.0, 8458.0, 8413.0, 8457.0, 8424.0, 8452.0, 8426.0, 8439.0, 8428.0, 8437.0, 8429.0, 8454.0, 8445.0, 8440.0, 8426.0, 8399.0, 8445.0, 8417.0, 8466.0, 8419.0, 8480.0, 8467.0, 8464.0, 8453.0, 8464.0, 8468.0, 8434.0, 8465.0, 8424.0, 8463.0, 8416.0, 8463.0, 8450.0, 8463.0, 8448.0, 8434.0, 8434.0, 8433.0, 8469.0, 8420.0, 8462.0, 8466.0, 8453.0, 8458.0, 8454.0, 8490.0, 8456.0, 8488.0, 8473.0, 8472.0, 8478.0, 8478.0, 8516.0, 8461.0, 8508.0, 8477.0, 8506.0, 8496.0, 8488.0, 8490.0, 8485.0, 8491.0, 8467.0, 8469.0, 8436.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.004240537878787878</td></tr>
<tr><td colspan=3>aqi</td><td>0.030912971287878788</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.32161017965126</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.241695554382108</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.065042708953752</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>7552.0781</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09626903722576859</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6515151515151514</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6051845252837595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.493616213274829</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9415262935049116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3804110690715388</td></tr>
<tr><td colspan=3>gcor</td><td>0.0071245</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021112488582730293</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02723192796111107</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.848358564733351</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>63.8081</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.1185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.0913</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308456.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3987</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.1402</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2984.0014</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.1786</td></tr>
<tr><td colspan=3>tsnr</td><td>37.38682972092647</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>