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

616 lines
No EOL
135 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-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0133_suffix-bold_task-alignvideo" 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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_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-0133/ses-01/func/sub-0133_ses-01_task-alignvideo_acq-mb8_run-04_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>ce4ba7aadc312d71531dd3ffc60de79a</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:40:45.927500</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.998282, 0.0476926, -0.0340218, -0.0463794, 0.998186, 0.0383978]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.105241</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7793, -7228, 193, -129, -85, 27, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>277.601</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>654b4fec-66ac-428e-91a8-69a87b3c176a||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.678318977355957, -0.1244325116276741, -0.09663679450750351, 118.8194580078125], [-0.1279558390378952, 2.6780591011047363, 0.09923573583364487, -92.0689697265625], [-0.09127810597419739, -0.10301858931779861, 2.6964447498321533, -56.64446258544922], [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, 1209]</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], 'AcquisitionTime': ['204045.927500', '204046.387500', '204046.847500', '204047.307500', '204047.767500', '204048.227500', '204048.687500', '204049.147500', '204049.607500', '204050.067500', '204050.527500', '204050.987500', '204051.447500', '204051.907500', '204052.367500', '204052.827500', '204053.287500', '204053.747500', '204054.207500', '204054.667500', '204055.127500', '204055.587500', '204056.047500', '204056.507500', '204056.967500', '204057.427500', '204057.887500', '204058.347500', '204058.807500', '204059.267500', '204059.727500', '204100.187500', '204100.647500', '204101.107500', '204101.567500', '204102.027500', '204102.487500', '204102.947500', '204103.407500', '204103.867500', '204104.327500', '204104.787500', '204105.247500', '204105.707500', '204106.167500', '204106.627500', '204107.087500', '204107.547500', '204108.007500', '204108.467500', '204108.927500', '204109.387500', '204109.847500', '204110.307500', '204110.767500', '204111.227500', '204111.687500', '204112.147500', '204112.607500', '204113.067500', '204113.527500', '204113.987500', '204114.447500', '204114.907500', '204115.367500', '204115.827500', '204116.287500', '204116.747500', '204117.207500', '204117.667500', '204118.127500', '204118.587500', '204119.047500', '204119.507500', '204119.967500', '204120.427500', '204120.887500', '204121.347500', '204121.807500', '204122.267500', '204122.727500', '204123.187500', '204123.647500', '204124.107500', '204124.567500', '204125.027500', '204125.487500', '204125.947500', '204126.407500', '204126.867500', '204127.327500', '204127.787500', '204128.247500', '204128.707500', '204129.167500', '204129.627500', '204130.087500', '204130.547500', '204131.007500', '204131.467500', '204131.927500', '204132.387500', '204132.847500', '204133.307500', '204133.767500', '204134.227500', '204134.687500', '204135.147500', '204135.607500', '204136.067500', '204136.527500', '204136.987500', '204137.447500', '204137.907500', '204138.367500', '204138.827500', '204139.287500', '204139.747500', '204140.207500', '204140.667500', '204141.127500', '204141.587500', '204142.047500', '204142.507500', '204142.967500', '204143.427500', '204143.887500', '204144.347500', '204144.807500', '204145.267500', '204145.727500', '204146.187500', '204146.647500', '204147.107500', '204147.567500', '204148.027500', '204148.487500', '204148.947500', '204149.407500', '204149.867500', '204150.327500', '204150.787500', '204151.247500', '204151.707500', '204152.167500', '204152.627500', '204153.087500', '204153.547500', '204154.007500', '204154.467500', '204154.927500', '204155.387500', '204155.847500', '204156.307500', '204156.767500', '204157.227500', '204157.687500', '204158.147500', '204158.607500', '204159.067500', '204159.527500', '204159.987500', '204200.447500', '204200.907500', '204201.367500', '204201.827500', '204202.287500', '204202.747500', '204203.207500', '204203.667500', '204204.127500', '204204.587500', '204205.047500', '204205.507500', '204205.967500', '204206.427500', '204206.887500', '204207.347500', '204207.807500', '204208.267500', '204208.727500', '204209.187500', '204209.647500', '204210.107500', '204210.567500', '204211.027500', '204211.487500', '204211.947500', '204212.407500', '204212.867500', '204213.327500', '204213.787500', '204214.247500', '204214.707500', '204215.167500', '204215.627500', '204216.087500', '204216.547500', '204217.007500', '204217.467500', '204217.927500', '204218.387500', '204218.847500', '204219.307500', '204219.767500', '204220.227500', '204220.687500', '204221.147500', '204221.607500', '204222.067500', '204222.527500', '204222.987500', '204223.447500', '204223.907500', '204224.367500', '204224.827500', '204225.287500', '204225.747500', '204226.207500', '204226.667500', '204227.127500', '204227.587500', '204228.047500', '204228.507500', '204228.967500', '204229.427500', '204229.887500', '204230.347500', '204230.807500', '204231.267500', '204231.727500', '204232.187500', '204232.647500', '204233.107500', '204233.567500', '204234.027500', '204234.487500', '204234.947500', '204235.407500', '204235.867500', '204236.327500', '204236.787500', '204237.247500', '204237.707500', '204238.167500', '204238.627500', '204239.087500', '204239.547500', '204240.007500', '204240.467500', '204240.927500', '204241.387500', '204241.847500', '204242.307500', '204242.767500', '204243.227500', '204243.687500', '204244.147500', '204244.607500', '204245.067500', '204245.527500', '204245.987500', '204246.447500', '204246.907500', '204247.367500', '204247.827500', '204248.287500', '204248.747500', '204249.207500', '204249.667500', '204250.127500', '204250.587500', '204251.047500', '204251.507500', '204251.967500', '204252.427500', '204252.887500', '204253.347500', '204253.807500', '204254.267500', '204254.727500', '204255.187500', '204255.647500', '204256.107500', '204256.567500', '204257.027500', '204257.487500', '204257.947500', '204258.407500', '204258.867500', '204259.327500', '204259.787500', '204300.247500', '204300.707500', '204301.167500', '204301.627500', '204302.087500', '204302.547500', '204303.007500', '204303.467500', '204303.927500', '204304.387500', '204304.847500', '204305.307500', '204305.767500', '204306.227500', '204306.687500', '204307.147500', '204307.607500', '204308.067500', '204308.527500', '204308.987500', '204309.447500', '204309.907500', '204310.367500', '204310.827500', '204311.287500', '204311.747500', '204312.207500', '204312.667500', '204313.127500', '204313.587500', '204314.047500', '204314.507500', '204314.967500', '204315.427500', '204315.887500', '204316.347500', '204316.807500', '204317.267500', '204317.727500', '204318.187500', '204318.647500', '204319.107500', '204319.567500', '204320.027500', '204320.487500', '204320.947500', '204321.407500', '204321.867500', '204322.327500', '204322.787500', '204323.247500', '204323.707500', '204324.167500', '204324.627500', '204325.087500', '204325.547500', '204326.007500', '204326.467500', '204326.927500', '204327.387500', '204327.847500', '204328.307500', '204328.767500', '204329.227500', '204329.687500', '204330.147500', '204330.607500', '204331.067500', '204331.527500', '204331.987500', '204332.447500', '204332.907500', '204333.367500', '204333.827500', '204334.287500', '204334.747500', '204335.207500', '204335.667500', '204336.127500', '204336.587500', '204337.047500', '204337.507500', '204337.967500', '204338.427500', '204338.887500', '204339.347500', '204339.807500', '204340.267500', '204340.727500', '204341.187500', '204341.647500', '204342.107500', '204342.567500', '204343.027500', '204343.487500', '204343.947500', '204344.407500', '204344.867500', '204345.327500', '204345.787500', '204346.247500', '204346.707500', '204347.167500', '204347.627500', '204348.087500', '204348.547500', '204349.007500', '204349.467500', '204349.927500', '204350.387500', '204350.847500', '204351.307500', '204351.767500', '204352.227500', '204352.687500', '204353.147500', '204353.607500', '204354.067500', '204354.527500', '204354.987500', '204355.447500', '204355.907500', '204356.367500', '204356.827500', '204357.287500', '204357.747500', '204358.207500', '204358.667500', '204359.127500', '204359.587500', '204400.047500', '204400.507500', '204400.967500', '204401.427500', '204401.887500', '204402.347500', '204402.807500', '204403.267500', '204403.727500', '204404.187500', '204404.647500', '204405.107500', '204405.567500', '204406.027500', '204406.487500', '204406.947500', '204407.407500', '204407.867500', '204408.327500', '204408.787500', '204409.247500', '204409.707500', '204410.167500', '204410.627500', '204411.087500', '204411.547500', '204412.007500', '204412.467500', '204412.927500', '204413.387500', '204413.847500', '204414.307500', '204414.767500', '204415.227500', '204415.687500', '204416.147500', '204416.607500', '204417.067500', '204417.527500', '204417.987500', '204418.447500', '204418.907500', '204419.367500', '204419.827500', '204420.287500', '204420.747500', '204421.207500', '204421.667500', '204422.127500', '204422.587500', '204423.047500', '204423.507500', '204423.967500', '204424.427500', '204424.887500', '204425.347500', '204425.807500', '204426.267500', '204426.727500', '204427.187500', '204427.647500', '204428.107500', '204428.567500', '204429.027500', '204429.487500', '204429.947500', '204430.407500', '204430.867500', '204431.327500', '204431.787500', '204432.247500', '204432.707500', '204433.167500', '204433.627500', '204434.087500', '204434.547500', '204435.007500', '204435.467500', '204435.927500', '204436.387500', '204436.847500', '204437.307500', '204437.767500', '204438.227500', '204438.687500', '204439.147500', '204439.607500', '204440.067500', '204440.527500', '204440.987500', '204441.447500', '204441.907500', '204442.367500', '204442.827500', '204443.287500', '204443.747500', '204444.207500', '204444.667500', '204445.127500', '204445.587500', '204446.047500', '204446.507500', '204446.967500', '204447.427500', '204447.887500', '204448.347500', '204448.807500', '204449.267500', '204449.727500', '204450.187500', '204450.647500', '204451.107500', '204451.567500', '204452.027500', '204452.487500', '204452.947500', '204453.407500', '204453.867500', '204454.327500', '204454.787500', '204455.247500', '204455.707500', '204456.167500', '204456.627500', '204457.087500', '204457.547500', '204458.007500', '204458.467500', '204458.927500', '204459.387500', '204459.847500', '204500.307500', '204500.767500', '204501.227500', '204501.687500', '204502.147500', '204502.607500', '204503.067500', '204503.527500', '204503.987500', '204504.447500', '204504.907500', '204505.367500', '204505.827500', '204506.287500', '204506.747500', '204507.207500', '204507.667500', '204508.127500', '204508.587500', '204509.047500', '204509.507500', '204509.967500', '204510.427500', '204510.887500', '204511.347500', '204511.807500', '204512.267500', '204512.727500', '204513.187500', '204513.647500', '204514.107500', '204514.567500', '204515.027500', '204515.487500', '204515.947500', '204516.407500', '204516.867500', '204517.327500', '204517.787500', '204518.247500', '204518.707500', '204519.167500', '204519.627500', '204520.087500', '204520.547500', '204521.007500', '204521.467500', '204521.927500', '204522.387500', '204522.847500', '204523.307500', '204523.767500', '204524.227500', '204524.687500', '204525.147500', '204525.607500', '204526.067500', '204526.527500', '204526.987500', '204527.447500', '204527.907500', '204528.367500', '204528.827500', '204529.287500', '204529.747500', '204530.207500', '204530.667500', '204531.127500', '204531.587500', '204532.047500', '204532.507500', '204532.967500', '204533.427500', '204533.887500', '204534.347500', '204534.807500', '204535.267500', '204535.727500', '204536.187500', '204536.647500', '204537.107500', '204537.567500', '204538.027500', '204538.487500', '204538.947500', '204539.407500', '204539.867500', '204540.327500', '204540.787500', '204541.247500', '204541.707500', '204542.167500', '204542.627500', '204543.087500', '204543.547500', '204544.007500', '204544.467500', '204544.927500', '204545.387500', '204545.847500', '204546.307500', '204546.767500', '204547.227500', '204547.687500', '204548.147500', '204548.607500', '204549.067500', '204549.527500', '204549.987500', '204550.447500', '204550.907500', '204551.367500', '204551.827500', '204552.287500', '204552.747500', '204553.207500', '204553.667500', '204554.127500', '204554.587500', '204555.047500', '204555.507500', '204555.967500', '204556.427500', '204556.887500', '204557.347500', '204557.807500', '204558.267500', '204558.727500', '204559.187500', '204559.647500', '204600.107500', '204600.567500', '204601.027500', '204601.487500', '204601.947500', '204602.407500', '204602.867500', '204603.327500', '204603.787500', '204604.247500', '204604.707500', '204605.167500', '204605.627500', '204606.087500', '204606.547500', '204607.007500', '204607.467500', '204607.927500', '204608.387500', '204608.847500', '204609.307500', '204609.767500', '204610.227500', '204610.687500', '204611.147500', '204611.607500', '204612.067500', '204612.527500', '204612.987500', '204613.447500', '204613.907500', '204614.367500', '204614.827500', '204615.287500', '204615.747500', '204616.207500', '204616.667500', '204617.127500', '204617.587500', '204618.047500', '204618.507500', '204618.967500', '204619.427500', '204619.887500', '204620.347500', '204620.807500', '204621.267500', '204621.727500', '204622.187500', '204622.647500', '204623.107500', '204623.567500', '204624.027500', '204624.487500', '204624.947500', '204625.407500', '204625.867500', '204626.327500', '204626.787500', '204627.247500', '204627.707500', '204628.167500', '204628.627500', '204629.087500', '204629.547500', '204630.007500', '204630.467500', '204630.927500', '204631.387500', '204631.847500', '204632.307500', '204632.767500', '204633.227500', '204633.687500', '204634.147500', '204634.607500', '204635.067500', '204635.527500', '204635.987500', '204636.447500', '204636.907500', '204637.367500', '204637.827500', '204638.287500', '204638.747500', '204639.207500', '204639.667500', '204640.127500', '204640.587500', '204641.047500', '204641.507500', '204641.967500', '204642.427500', '204642.887500', '204643.347500', '204643.807500', '204644.267500', '204644.727500', '204645.187500', '204645.647500', '204646.107500', '204646.567500', '204647.027500', '204647.487500', '204647.947500', '204648.407500', '204648.867500', '204649.327500', '204649.787500', '204650.247500', '204650.707500', '204651.167500', '204651.627500', '204652.087500', '204652.547500', '204653.007500', '204653.467500', '204653.927500', '204654.387500', '204654.847500', '204655.307500', '204655.767500', '204656.227500', '204656.687500', '204657.147500', '204657.607500', '204658.067500', '204658.527500', '204658.987500', '204659.447500', '204659.907500', '204700.367500', '204700.827500', '204701.287500', '204701.747500', '204702.207500', '204702.667500', '204703.127500', '204703.587500', '204704.047500', '204704.507500', '204704.967500', '204705.427500', '204705.887500', '204706.347500', '204706.807500', '204707.267500', '204707.727500', '204708.187500', '204708.647500', '204709.107500', '204709.567500', '204710.027500', '204710.487500', '204710.947500', '204711.407500', '204711.867500', '204712.327500', '204712.787500', '204713.247500', '204713.707500', '204714.167500', '204714.627500', '204715.087500', '204715.547500', '204716.007500', '204716.467500', '204716.927500', '204717.387500', '204717.847500', '204718.307500', '204718.767500', '204719.227500', '204719.687500', '204720.147500', '204720.607500', '204721.067500', '204721.527500', '204721.987500', '204722.447500', '204722.907500', '204723.367500', '204723.827500', '204724.287500', '204724.747500', '204725.207500', '204725.667500', '204726.127500', '204726.587500', '204727.047500', '204727.507500', '204727.967500', '204728.427500', '204728.887500', '204729.347500', '204729.807500', '204730.267500', '204730.727500', '204731.187500', '204731.647500', '204732.107500', '204732.567500', '204733.027500', '204733.487500', '204733.947500', '204734.407500', '204734.867500', '204735.327500', '204735.787500', '204736.247500', '204736.707500', '204737.167500', '204737.627500', '204738.087500', '204738.547500', '204739.007500', '204739.467500', '204739.927500', '204740.387500', '204740.847500', '204741.307500', '204741.767500', '204742.227500', '204742.687500', '204743.147500', '204743.607500', '204744.067500', '204744.527500', '204744.987500', '204745.447500', '204745.907500', '204746.367500', '204746.827500', '204747.287500', '204747.747500', '204748.207500', '204748.667500', '204749.127500', '204749.587500', '204750.047500', '204750.507500', '204750.967500', '204751.427500', '204751.887500', '204752.347500', '204752.807500', '204753.267500', '204753.727500', '204754.187500', '204754.647500', '204755.107500', '204755.567500', '204756.027500', '204756.487500', '204756.947500', '204757.407500', '204757.867500', '204758.327500', '204758.787500', '204759.247500', '204759.707500', '204800.167500', '204800.627500', '204801.087500', '204801.547500', '204802.007500', '204802.467500', '204802.927500', '204803.387500', '204803.847500', '204804.307500', '204804.767500', '204805.227500', '204805.687500', '204806.147500', '204806.607500', '204807.067500', '204807.527500', '204807.987500', '204808.447500', '204808.907500', '204809.367500', '204809.827500', '204810.287500', '204810.747500', '204811.207500', '204811.667500', '204812.127500', '204812.587500', '204813.047500', '204813.507500', '204813.967500', '204814.427500', '204814.887500', '204815.347500', '204815.807500', '204816.267500', '204816.727500', '204817.187500', '204817.647500', '204818.107500', '204818.567500', '204819.027500', '204819.487500', '204819.947500', '204820.407500', '204820.867500', '204821.327500', '204821.787500', '204822.247500', '204822.707500', '204823.167500', '204823.627500', '204824.087500', '204824.547500', '204825.007500', '204825.467500', '204825.927500', '204826.387500', '204826.847500', '204827.307500', '204827.767500', '204828.227500', '204828.687500', '204829.147500', '204829.607500', '204830.067500', '204830.527500', '204830.987500', '204831.447500', '204831.907500', '204832.367500', '204832.827500', '204833.287500', '204833.747500', '204834.207500', '204834.667500', '204835.127500', '204835.587500', '204836.047500', '204836.507500', '204836.967500', '204837.427500', '204837.887500', '204838.347500', '204838.807500', '204839.267500', '204839.727500', '204840.187500', '204840.647500', '204841.107500', '204841.567500', '204842.027500', '204842.487500', '204842.947500', '204843.407500', '204843.867500', '204844.327500', '204844.787500', '204845.247500', '204845.707500', '204846.167500', '204846.627500', '204847.087500', '204847.547500', '204848.007500', '204848.467500', '204848.927500', '204849.387500', '204849.847500', '204850.307500', '204850.767500', '204851.227500', '204851.687500', '204852.147500', '204852.607500', '204853.067500', '204853.527500', '204853.987500', '204854.447500', '204854.907500', '204855.367500', '204855.827500', '204856.287500', '204856.747500', '204857.207500', '204857.667500', '204858.127500', '204858.587500', '204859.047500', '204859.507500', '204859.967500', '204900.427500', '204900.887500', '204901.347500', '204901.807500', '204902.267500', '204902.727500', '204903.187500', '204903.647500', '204904.107500', '204904.567500', '204905.027500', '204905.487500', '204905.947500', '204906.407500', '204906.867500', '204907.327500', '204907.787500', '204908.247500', '204908.707500', '204909.167500', '204909.627500', '204910.087500', '204910.547500', '204911.007500', '204911.467500', '204911.927500', '204912.387500', '204912.847500', '204913.307500', '204913.767500', '204914.227500', '204914.687500', '204915.147500', '204915.607500', '204916.067500', '204916.527500', '204916.987500', '204917.447500', '204917.907500', '204918.367500', '204918.827500', '204919.287500', '204919.747500', '204920.207500', '204920.667500', '204921.127500', '204921.587500', '204922.047500', '204922.507500', '204922.967500', '204923.427500', '204923.887500', '204924.347500', '204924.807500', '204925.267500', '204925.727500', '204926.187500', '204926.647500', '204927.107500', '204927.567500', '204928.027500', '204928.487500', '204928.947500', '204929.407500', '204929.867500', '204930.327500', '204930.787500', '204931.247500', '204931.707500', '204932.167500', '204932.627500', '204933.087500', '204933.547500', '204934.007500', '204934.467500', '204934.927500', '204935.387500', '204935.847500', '204936.307500', '204936.767500', '204937.227500', '204937.687500', '204938.147500', '204938.607500', '204939.067500', '204939.527500', '204939.987500', '204940.447500', '204940.907500', '204941.367500', '204941.827500', '204942.287500', '204942.747500', '204943.207500', '204943.667500', '204944.127500', '204944.587500', '204945.047500', '204945.507500', '204945.967500', '204946.427500', '204946.887500', '204947.347500', '204947.807500', '204948.267500', '204948.727500', '204949.187500', '204949.647500', '204950.107500', '204950.567500', '204951.027500', '204951.487500', '204951.947500', '204952.407500', '204952.867500', '204953.327500', '204953.787500', '204954.247500', '204954.707500', '204955.167500', '204955.627500', '204956.087500', '204956.547500', '204957.007500', '204957.467500', '204957.927500', '204958.387500', '204958.847500', '204959.307500', '204959.767500', '205000.227500', '205000.687500', '205001.147500', '205001.607500'], 'ContentTime': ['204059.633000', '204059.636000', '204059.639000', '204059.641000', '204059.644000', '204059.646000', '204059.649000', '204059.651000', '204059.654000', '204059.656000', '204059.659000', '204059.661000', '204059.664000', '204059.667000', '204059.669000', '204059.672000', '204059.674000', '204059.677000', '204059.685000', '204059.687000', '204059.696000', '204059.698000', '204059.701000', '204059.703000', '204059.706000', '204059.708000', '204059.711000', '204059.713000', '204119.593000', '204119.602000', '204119.605000', '204119.607000', '204119.610000', '204119.613000', '204119.615000', '204119.618000', '204119.620000', '204119.623000', '204119.625000', '204119.628000', '204119.630000', '204119.633000', '204119.635000', '204119.638000', '204119.641000', '204119.643000', '204119.646000', '204119.648000', '204119.651000', '204119.653000', '204119.656000', '204119.658000', '204119.661000', '204119.671000', '204119.673000', '204119.705000', '204119.707000', '204119.710000', '204119.713000', '204119.715000', '204119.718000', '204119.720000', '204119.723000', '204119.725000', '204119.728000', '204119.730000', '204119.733000', '204119.735000', '204119.738000', '204119.741000', '204119.743000', '204119.746000', '204139.594000', '204139.597000', '204139.600000', '204139.603000', '204139.605000', '204139.608000', '204139.610000', '204139.613000', '204139.615000', '204139.618000', '204139.621000', '204139.623000', '204139.626000', '204139.628000', '204139.631000', '204139.633000', '204139.636000', '204139.639000', '204139.641000', '204139.644000', '204139.646000', '204139.649000', '204139.651000', '204139.654000', '204139.656000', '204139.659000', '204139.670000', '204139.672000', '204139.675000', '204139.677000', '204139.680000', '204139.682000', '204139.685000', '204139.687000', '204139.690000', '204139.692000', '204139.695000', '204139.697000', '204139.700000', '204139.703000', '204139.705000', '204139.708000', '204139.710000', '204159.594000', '204159.597000', '204159.600000', '204159.603000', '204159.605000', '204159.608000', '204159.610000', '204159.613000', '204159.615000', '204159.618000', '204159.621000', '204159.623000', '204159.626000', '204159.628000', '204159.631000', '204159.633000', '204159.636000', '204159.639000', '204159.641000', '204159.644000', '204159.646000', '204159.649000', '204159.651000', '204159.654000', '204159.656000', '204159.659000', '204159.662000', '204159.664000', '204159.667000', '204159.669000', '204159.672000', '204159.674000', '204159.677000', '204159.679000', '204159.682000', '204159.685000', '204159.687000', '204159.690000', '204159.692000', '204159.695000', '204159.698000', '204159.700000', '204159.703000', '204159.705000', '204219.595000', '204219.597000', '204219.600000', '204219.603000', '204219.605000', '204219.608000', '204219.610000', '204219.613000', '204219.615000', '204219.618000', '204219.621000', '204219.623000', '204219.626000', '204219.628000', '204219.631000', '204219.634000', '204219.636000', '204219.639000', '204219.641000', '204219.644000', '204219.646000', '204219.649000', '204219.652000', '204219.654000', '204219.657000', '204219.659000', '204219.662000', '204219.664000', '204219.667000', '204219.670000', '204219.672000', '204219.675000', '204219.677000', '204219.680000', '204219.682000', '204219.685000', '204219.687000', '204219.690000', '204219.693000', '204219.695000', '204219.698000', '204219.700000', '204219.703000', '204239.593000', '204239.596000', '204239.599000', '204239.602000', '204239.604000', '204239.607000', '204239.609000', '204239.612000', '204239.615000', '204239.617000', '204239.620000', '204239.622000', '204239.625000', '204239.627000', '204239.630000', '204239.633000', '204239.635000', '204239.638000', '204239.641000', '204239.644000', '204239.647000', '204239.649000', '204239.652000', '204239.654000', '204239.657000', '204239.660000', '204239.662000', '204239.665000', '204239.667000', '204239.670000', '204239.673000', '204239.675000', '204239.678000', '204239.680000', '204239.683000', '204239.685000', '204239.688000', '204239.691000', '204239.693000', '204239.696000', '204239.698000', '204239.701000', '204239.704000', '204239.706000', '204259.594000', '204259.596000', '204259.599000', '204259.602000', '204259.604000', '204259.607000', '204259.609000', '204259.612000', '204259.614000', '204259.617000', '204259.620000', '204259.622000', '204259.625000', '204259.627000', '204259.630000', '204259.632000', '204259.635000', '204259.638000', '204259.640000', '204259.643000', '204259.645000', '204259.648000', '204259.651000', '204259.653000', '204259.656000', '204259.659000', '204259.661000', '204259.664000', '204259.666000', '204259.669000', '204259.672000', '204259.674000', '204259.677000', '204259.679000', '204259.682000', '204259.684000', '204259.697000', '204259.699000', '204259.702000', '204259.705000', '204259.707000', '204259.710000', '204259.712000', '204319.594000', '204319.596000', '204319.599000', '204319.601000', '204319.604000', '204319.607000', '204319.609000', '204319.612000', '204319.615000', '204319.617000', '204319.620000', '204319.622000', '204319.625000', '204319.627000', '204319.630000', '204319.633000', '204319.635000', '204319.638000', '204319.640000', '204319.643000', '204319.645000', '204319.648000', '204319.651000', '204319.653000', '204319.656000', '204319.659000', '204319.661000', '204319.664000', '204319.666000', '204319.669000', '204319.671000', '204319.674000', '204319.677000', '204319.679000', '204319.682000', '204319.684000', '204319.687000', '204319.690000', '204319.692000', '204319.695000', '204319.697000', '204319.700000', '204319.703000', '204319.705000', '204339.594000', '204339.596000', '204339.599000', '204339.602000', '204339.604000', '204339.607000', '204339.609000', '204339.612000', '204339.615000', '204339.617000', '204339.620000', '204339.622000', '204339.625000', '204339.627000', '204339.630000', '204339.633000', '204339.635000', '204339.638000', '204339.640000', '204339.643000', '204339.645000', '204339.648000', '204339.651000', '204339.653000', '204339.656000', '204339.659000', '204339.661000', '204339.664000', '204339.666000', '204339.669000', '204339.671000', '204339.674000', '204339.677000', '204339.679000', '204339.682000', '204339.685000', '204339.687000', '204339.690000', '204339.692000', '204339.695000', '204339.697000', '204339.700000', '204339.702000', '204359.594000', '204359.597000', '204359.600000', '204359.603000', '204359.605000', '204359.608000', '204359.610000', '204359.613000', '204359.616000', '204359.618000', '204359.621000', '204359.624000', '204359.627000', '204359.629000', '204359.632000', '204359.635000', '204359.637000', '204359.640000', '204359.642000', '204359.645000', '204359.648000', '204359.650000', '204359.653000', '204359.655000', '204359.658000', '204359.660000', '204359.663000', '204359.666000', '204359.668000', '204359.671000', '204359.673000', '204359.676000', '204359.679000', '204359.682000', '204359.684000', '204359.687000', '204359.690000', '204359.692000', '204359.695000', '204359.697000', '204359.700000', '204359.702000', '204359.705000', '204359.708000', '204419.594000', '204419.597000', '204419.600000', '204419.602000', '204419.605000', '204419.608000', '204419.610000', '204419.613000', '204419.615000', '204419.618000', '204419.621000', '204419.623000', '204419.626000', '204419.629000', '204419.631000', '204419.634000', '204419.636000', '204419.639000', '204419.641000', '204419.644000', '204419.646000', '204419.649000', '204419.652000', '204419.654000', '204419.657000', '204419.659000', '204419.662000', '204419.665000', '204419.667000', '204419.670000', '204419.672000', '204419.675000', '204419.677000', '204419.680000', '204419.682000', '204419.685000', '204419.688000', '204419.690000', '204419.693000', '204419.695000', '204419.698000', '204419.700000', '204419.703000', '204439.595000', '204439.597000', '204439.600000', '204439.603000', '204439.605000', '204439.608000', '204439.611000', '204439.614000', '204439.617000', '204439.620000', '204439.623000', '204439.625000', '204439.628000', '204439.631000', '204439.634000', '204439.636000', '204439.639000', '204439.641000', '204439.660000', '204439.663000', '204439.665000', '204439.668000', '204439.671000', '204439.673000', '204439.676000', '204439.678000', '204439.681000', '204439.683000', '204439.686000', '204439.689000', '204439.691000', '204439.694000', '204439.696000', '204439.699000', '204439.702000', '204439.704000', '204439.707000', '204439.709000', '204439.712000', '204439.714000', '204439.717000', '204439.720000', '204439.722000', '204459.594000', '204459.596000', '204459.599000', '204459.602000', '204459.604000', '204459.607000', '204459.610000', '204459.612000', '204459.615000', '204459.617000', '204459.620000', '204459.622000', '204459.625000', '204459.627000', '204459.630000', '204459.633000', '204459.635000', '204459.638000', '204459.640000', '204459.643000', '204459.646000', '204459.648000', '204459.651000', '204459.653000', '204459.656000', '204459.658000', '204459.661000', '204459.664000', '204459.666000', '204459.669000', '204459.671000', '204459.674000', '204459.676000', '204459.679000', '204459.682000', '204459.684000', '204459.687000', '204459.689000', '204459.692000', '204459.695000', '204459.697000', '204459.700000', '204459.702000', '204459.705000', '204519.594000', '204519.596000', '204519.599000', '204519.602000', '204519.604000', '204519.607000', '204519.609000', '204519.612000', '204519.614000', '204519.618000', '204519.621000', '204519.624000', '204519.626000', '204519.629000', '204519.632000', '204519.634000', '204519.637000', '204519.640000', '204519.642000', '204519.645000', '204519.647000', '204519.650000', '204519.652000', '204519.655000', '204519.658000', '204519.660000', '204519.664000', '204519.666000', '204519.669000', '204519.672000', '204519.675000', '204519.677000', '204519.680000', '204519.683000', '204519.685000', '204519.688000', '204519.690000', '204519.693000', '204519.696000', '204519.698000', '204519.701000', '204519.703000', '204519.706000', '204539.593000', '204539.596000', '204539.599000', '204539.602000', '204539.604000', '204539.607000', '204539.609000', '204539.612000', '204539.614000', '204539.617000', '204539.620000', '204539.622000', '204539.625000', '204539.627000', '204539.630000', '204539.633000', '204539.635000', '204539.638000', '204539.641000', '204539.643000', '204539.646000', '204539.648000', '204539.651000', '204539.654000', '204539.656000', '204539.659000', '204539.661000', '204539.664000', '204539.666000', '204539.669000', '204539.672000', '204539.674000', '204539.677000', '204539.679000', '204539.682000', '204539.685000', '204539.687000', '204539.690000', '204539.693000', '204539.695000', '204539.698000', '204539.700000', '204539.703000', '204539.706000', '204559.594000', '204559.597000', '204559.599000', '204559.602000', '204559.604000', '204559.607000', '204559.610000', '204559.612000', '204559.615000', '204559.617000', '204559.620000', '204559.623000', '204559.625000', '204559.628000', '204559.630000', '204559.633000', '204559.635000', '204559.638000', '204559.641000', '204559.643000', '204559.646000', '204559.648000', '204559.651000', '204559.654000', '204559.656000', '204559.659000', '204559.661000', '204559.664000', '204559.667000', '204559.670000', '204559.673000', '204559.675000', '204559.678000', '204559.681000', '204559.683000', '204559.686000', '204559.688000', '204559.691000', '204559.694000', '204559.696000', '204559.699000', '204559.701000', '204559.704000', '204619.595000', '204619.597000', '204619.600000', '204619.603000', '204619.605000', '204619.608000', '204619.610000', '204619.613000', '204619.615000', '204619.618000', '204619.621000', '204619.623000', '204619.626000', '204619.628000', '204619.631000', '204619.634000', '204619.636000', '204619.639000', '204619.641000', '204619.644000', '204619.646000', '204619.649000', '204619.651000', '204619.654000', '204619.656000', '204619.659000', '204619.662000', '204619.664000', '204619.667000', '204619.669000', '204619.672000', '204619.675000', '204619.677000', '204619.680000', '204619.682000', '204619.685000', '204619.687000', '204619.690000', '204619.692000', '204619.695000', '204619.698000', '204619.700000', '204619.703000', '204619.705000', '204639.595000', '204639.598000', '204639.600000', '204639.603000', '204639.605000', '204639.608000', '204639.611000', '204639.613000', '204639.616000', '204639.618000', '204639.621000', '204639.623000', '204639.626000', '204639.629000', '204639.631000', '204639.634000', '204639.636000', '204639.639000', '204639.641000', '204639.644000', '204639.647000', '204639.649000', '204639.652000', '204639.654000', '204639.657000', '204639.659000', '204639.662000', '204639.664000', '204639.667000', '204639.670000', '204639.673000', '204639.676000', '204639.679000', '204639.682000', '204639.684000', '204639.687000', '204639.690000', '204639.692000', '204639.695000', '204639.697000', '204639.700000', '204639.703000', '204639.706000', '204659.595000', '204659.597000', '204659.600000', '204659.603000', '204659.605000', '204659.608000', '204659.610000', '204659.613000', '204659.616000', '204659.618000', '204659.621000', '204659.623000', '204659.626000', '204659.629000', '204659.631000', '204659.634000', '204659.636000', '204659.639000', '204659.642000', '204659.644000', '204659.647000', '204659.649000', '204659.652000', '204659.654000', '204659.657000', '204659.660000', '204659.662000', '204659.665000', '204659.667000', '204659.670000', '204659.673000', '204659.675000', '204659.678000', '204659.680000', '204659.683000', '204659.686000', '204659.688000', '204659.691000', '204659.693000', '204659.696000', '204659.699000', '204659.701000', '204659.704000', '204659.706000', '204719.594000', '204719.596000', '204719.599000', '204719.602000', '204719.604000', '204719.607000', '204719.609000', '204719.612000', '204719.614000', '204719.617000', '204719.620000', '204719.622000', '204719.625000', '204719.627000', '204719.630000', '204719.633000', '204719.635000', '204719.638000', '204719.640000', '204719.643000', '204719.645000', '204719.648000', '204719.651000', '204719.653000', '204719.656000', '204719.658000', '204719.661000', '204719.664000', '204719.666000', '204719.669000', '204719.671000', '204719.674000', '204719.676000', '204719.679000', '204719.682000', '204719.684000', '204719.687000', '204719.690000', '204719.692000', '204719.695000', '204719.698000', '204719.701000', '204719.703000', '204739.593000', '204739.596000', '204739.599000', '204739.602000', '204739.604000', '204739.607000', '204739.609000', '204739.612000', '204739.615000', '204739.617000', '204739.620000', '204739.622000', '204739.625000', '204739.628000', '204739.630000', '204739.633000', '204739.636000', '204739.638000', '204739.641000', '204739.644000', '204739.646000', '204739.649000', '204739.651000', '204739.654000', '204739.656000', '204739.659000', '204739.662000', '204739.664000', '204739.667000', '204739.669000', '204739.672000', '204739.675000', '204739.677000', '204739.680000', '204739.682000', '204739.685000', '204739.688000', '204739.690000', '204739.693000', '204739.696000', '204739.698000', '204739.701000', '204739.703000', '204739.706000', '204759.594000', '204759.596000', '204759.599000', '204759.602000', '204759.604000', '204759.607000', '204759.609000', '204759.612000', '204759.615000', '204759.617000', '204759.620000', '204759.622000', '204759.625000', '204759.628000', '204759.630000', '204759.633000', '204759.635000', '204759.638000', '204759.641000', '204759.643000', '204759.646000', '204759.648000', '204759.651000', '204759.654000', '204759.656000', '204759.659000', '204759.662000', '204759.664000', '204759.667000', '204759.669000', '204759.672000', '204759.675000', '204759.677000', '204759.680000', '204759.682000', '204759.685000', '204759.687000', '204759.690000', '204759.693000', '204759.695000', '204759.698000', '204759.700000', '204759.703000', '204819.594000', '204819.596000', '204819.599000', '204819.602000', '204819.604000', '204819.607000', '204819.609000', '204819.612000', '204819.614000', '204819.617000', '204819.620000', '204819.622000', '204819.625000', '204819.627000', '204819.630000', '204819.633000', '204819.635000', '204819.638000', '204819.640000', '204819.643000', '204819.645000', '204819.648000', '204819.650000', '204819.653000', '204819.656000', '204819.658000', '204819.661000', '204819.664000', '204819.666000', '204819.669000', '204819.671000', '204819.674000', '204819.676000', '204819.679000', '204819.682000', '204819.684000', '204819.687000', '204819.689000', '204819.692000', '204819.695000', '204819.697000', '204819.700000', '204819.702000', '204819.705000', '204839.595000', '204839.597000', '204839.600000', '204839.603000', '204839.605000', '204839.608000', '204839.610000', '204839.613000', '204839.616000', '204839.618000', '204839.621000', '204839.624000', '204839.626000', '204839.629000', '204839.631000', '204839.634000', '204839.636000', '204839.639000', '204839.642000', '204839.644000', '204839.647000', '204839.649000', '204839.652000', '204839.655000', '204839.657000', '204839.660000', '204839.663000', '204839.665000', '204839.668000', '204839.670000', '204839.673000', '204839.675000', '204839.678000', '204839.681000', '204839.683000', '204839.686000', '204839.688000', '204839.691000', '204839.694000', '204839.696000', '204839.699000', '204839.702000', '204839.704000', '204859.595000', '204859.598000', '204859.601000', '204859.603000', '204859.606000', '204859.608000', '204859.611000', '204859.614000', '204859.616000', '204859.619000', '204859.622000', '204859.624000', '204859.627000', '204859.629000', '204859.632000', '204859.634000', '204859.637000', '204859.640000', '204859.642000', '204859.645000', '204859.647000', '204859.650000', '204859.652000', '204859.655000', '204859.658000', '204859.660000', '204859.663000', '204859.665000', '204859.668000', '204859.670000', '204859.673000', '204859.676000', '204859.678000', '204859.681000', '204859.683000', '204859.686000', '204859.689000', '204859.691000', '204859.694000', '204859.696000', '204859.699000', '204859.701000', '204859.704000', '204859.707000', '204919.595000', '204919.598000', '204919.600000', '204919.603000', '204919.605000', '204919.608000', '204919.611000', '204919.613000', '204919.616000', '204919.618000', '204919.621000', '204919.624000', '204919.626000', '204919.629000', '204919.631000', '204919.634000', '204919.636000', '204919.639000', '204919.642000', '204919.644000', '204919.647000', '204919.649000', '204919.652000', '204919.655000', '204919.657000', '204919.660000', '204919.662000', '204919.665000', '204919.667000', '204919.670000', '204919.673000', '204919.675000', '204919.678000', '204919.680000', '204919.683000', '204919.685000', '204919.688000', '204919.691000', '204919.693000', '204919.696000', '204919.698000', '204919.701000', '204919.704000', '204939.594000', '204939.597000', '204939.599000', '204939.602000', '204939.604000', '204939.607000', '204939.610000', '204939.612000', '204939.615000', '204939.617000', '204939.620000', '204939.623000', '204939.625000', '204939.628000', '204939.630000', '204939.633000', '204939.635000', '204939.638000', '204939.641000', '204939.643000', '204939.646000', '204939.649000', '204939.651000', '204939.654000', '204939.656000', '204939.659000', '204939.661000', '204939.664000', '204939.666000', '204939.669000', '204939.672000', '204939.674000', '204939.677000', '204939.679000', '204939.682000', '204939.685000', '204939.687000', '204939.690000', '204939.693000', '204939.695000', '204939.698000', '204939.700000', '204939.703000', '204939.705000', '204959.594000', '204959.596000', '204959.599000', '204959.602000', '204959.604000', '204959.607000', '204959.610000', '204959.612000', '204959.615000', '204959.617000', '204959.620000', '204959.623000', '204959.625000', '204959.628000', '204959.630000', '204959.633000', '204959.635000', '204959.638000', '204959.641000', '204959.643000', '204959.646000', '204959.648000', '204959.651000', '204959.654000', '204959.656000', '204959.659000', '204959.661000', '204959.664000', '204959.666000', '204959.669000', '204959.671000', '204959.674000', '204959.677000', '204959.679000', '204959.682000', '204959.684000', '204959.687000', '204959.690000', '204959.692000', '204959.695000', '204959.697000', '204959.700000', '204959.702000', '205002.541000', '205002.544000', '205002.546000', '205002.549000', '205002.577000', '205002.580000', '205002.583000'], 'InstanceCreationTime': ['204059.633000', '204059.636000', '204059.639000', '204059.641000', '204059.644000', '204059.646000', '204059.649000', '204059.651000', '204059.654000', '204059.656000', '204059.659000', '204059.661000', '204059.664000', '204059.667000', '204059.669000', '204059.672000', '204059.674000', '204059.677000', '204059.685000', '204059.687000', '204059.696000', '204059.698000', '204059.701000', '204059.703000', '204059.706000', '204059.708000', '204059.711000', '204059.713000', '204119.593000', '204119.602000', '204119.605000', '204119.607000', '204119.610000', '204119.613000', '204119.615000', '204119.618000', '204119.620000', '204119.623000', '204119.625000', '204119.628000', '204119.630000', '204119.633000', '204119.635000', '204119.638000', '204119.641000', '204119.643000', '204119.646000', '204119.648000', '204119.651000', '204119.653000', '204119.656000', '204119.658000', '204119.661000', '204119.671000', '204119.673000', '204119.705000', '204119.707000', '204119.710000', '204119.713000', '204119.715000', '204119.718000', '204119.720000', '204119.723000', '204119.725000', '204119.728000', '204119.730000', '204119.733000', '204119.735000', '204119.738000', '204119.741000', '204119.743000', '204119.746000', '204139.594000', '204139.597000', '204139.600000', '204139.603000', '204139.605000', '204139.608000', '204139.610000', '204139.613000', '204139.615000', '204139.618000', '204139.621000', '204139.623000', '204139.626000', '204139.628000', '204139.631000', '204139.633000', '204139.636000', '204139.639000', '204139.641000', '204139.644000', '204139.646000', '204139.649000', '204139.651000', '204139.654000', '204139.656000', '204139.659000', '204139.670000', '204139.672000', '204139.675000', '204139.677000', '204139.680000', '204139.682000', '204139.685000', '204139.687000', '204139.690000', '204139.692000', '204139.695000', '204139.697000', '204139.700000', '204139.703000', '204139.705000', '204139.708000', '204139.710000', '204159.594000', '204159.597000', '204159.600000', '204159.603000', '204159.605000', '204159.608000', '204159.610000', '204159.613000', '204159.615000', '204159.618000', '204159.621000', '204159.623000', '204159.626000', '204159.628000', '204159.631000', '204159.633000', '204159.636000', '204159.639000', '204159.641000', '204159.644000', '204159.646000', '204159.649000', '204159.651000', '204159.654000', '204159.656000', '204159.659000', '204159.662000', '204159.664000', '204159.667000', '204159.669000', '204159.672000', '204159.674000', '204159.677000', '204159.679000', '204159.682000', '204159.685000', '204159.687000', '204159.690000', '204159.692000', '204159.695000', '204159.698000', '204159.700000', '204159.703000', '204159.705000', '204219.595000', '204219.597000', '204219.600000', '204219.603000', '204219.605000', '204219.608000', '204219.610000', '204219.613000', '204219.615000', '204219.618000', '204219.621000', '204219.623000', '204219.626000', '204219.628000', '204219.631000', '204219.634000', '204219.636000', '204219.639000', '204219.641000', '204219.644000', '204219.646000', '204219.649000', '204219.652000', '204219.654000', '204219.657000', '204219.659000', '204219.662000', '204219.664000', '204219.667000', '204219.670000', '204219.672000', '204219.675000', '204219.677000', '204219.680000', '204219.682000', '204219.685000', '204219.687000', '204219.690000', '204219.693000', '204219.695000', '204219.698000', '204219.700000', '204219.703000', '204239.593000', '204239.596000', '204239.599000', '204239.602000', '204239.604000', '204239.607000', '204239.609000', '204239.612000', '204239.615000', '204239.617000', '204239.620000', '204239.622000', '204239.625000', '204239.627000', '204239.630000', '204239.633000', '204239.635000', '204239.638000', '204239.641000', '204239.644000', '204239.647000', '204239.649000', '204239.652000', '204239.654000', '204239.657000', '204239.660000', '204239.662000', '204239.665000', '204239.667000', '204239.670000', '204239.673000', '204239.675000', '204239.678000', '204239.680000', '204239.683000', '204239.685000', '204239.688000', '204239.691000', '204239.693000', '204239.696000', '204239.698000', '204239.701000', '204239.704000', '204239.706000', '204259.594000', '204259.596000', '204259.599000', '204259.602000', '204259.604000', '204259.607000', '204259.609000', '204259.612000', '204259.614000', '204259.617000', '204259.620000', '204259.622000', '204259.625000', '204259.627000', '204259.630000', '204259.632000', '204259.635000', '204259.638000', '204259.640000', '204259.643000', '204259.645000', '204259.648000', '204259.651000', '204259.653000', '204259.656000', '204259.659000', '204259.661000', '204259.664000', '204259.666000', '204259.669000', '204259.672000', '204259.674000', '204259.677000', '204259.679000', '204259.682000', '204259.684000', '204259.697000', '204259.699000', '204259.702000', '204259.705000', '204259.707000', '204259.710000', '204259.712000', '204319.594000', '204319.596000', '204319.599000', '204319.601000', '204319.604000', '204319.607000', '204319.609000', '204319.612000', '204319.615000', '204319.617000', '204319.620000', '204319.622000', '204319.625000', '204319.627000', '204319.630000', '204319.633000', '204319.635000', '204319.638000', '204319.640000', '204319.643000', '204319.645000', '204319.648000', '204319.651000', '204319.653000', '204319.656000', '204319.659000', '204319.661000', '204319.664000', '204319.666000', '204319.669000', '204319.671000', '204319.674000', '204319.677000', '204319.679000', '204319.682000', '204319.684000', '204319.687000', '204319.690000', '204319.692000', '204319.695000', '204319.697000', '204319.700000', '204319.703000', '204319.705000', '204339.594000', '204339.596000', '204339.599000', '204339.602000', '204339.604000', '204339.607000', '204339.609000', '204339.612000', '204339.615000', '204339.617000', '204339.620000', '204339.622000', '204339.625000', '204339.627000', '204339.630000', '204339.633000', '204339.635000', '204339.638000', '204339.640000', '204339.643000', '204339.645000', '204339.648000', '204339.651000', '204339.653000', '204339.656000', '204339.659000', '204339.661000', '204339.664000', '204339.666000', '204339.669000', '204339.671000', '204339.674000', '204339.677000', '204339.679000', '204339.682000', '204339.685000', '204339.687000', '204339.690000', '204339.692000', '204339.695000', '204339.697000', '204339.700000', '204339.702000', '204359.594000', '204359.597000', '204359.600000', '204359.603000', '204359.605000', '204359.608000', '204359.610000', '204359.613000', '204359.616000', '204359.618000', '204359.621000', '204359.624000', '204359.627000', '204359.629000', '204359.632000', '204359.635000', '204359.637000', '204359.640000', '204359.642000', '204359.645000', '204359.648000', '204359.650000', '204359.653000', '204359.655000', '204359.658000', '204359.660000', '204359.663000', '204359.666000', '204359.668000', '204359.671000', '204359.673000', '204359.676000', '204359.679000', '204359.682000', '204359.684000', '204359.687000', '204359.690000', '204359.692000', '204359.695000', '204359.697000', '204359.700000', '204359.702000', '204359.705000', '204359.708000', '204419.594000', '204419.597000', '204419.600000', '204419.602000', '204419.605000', '204419.608000', '204419.610000', '204419.613000', '204419.615000', '204419.618000', '204419.621000', '204419.623000', '204419.626000', '204419.629000', '204419.631000', '204419.634000', '204419.636000', '204419.639000', '204419.641000', '204419.644000', '204419.646000', '204419.649000', '204419.652000', '204419.654000', '204419.657000', '204419.659000', '204419.662000', '204419.665000', '204419.667000', '204419.670000', '204419.672000', '204419.675000', '204419.677000', '204419.680000', '204419.682000', '204419.685000', '204419.688000', '204419.690000', '204419.693000', '204419.695000', '204419.698000', '204419.700000', '204419.703000', '204439.595000', '204439.597000', '204439.600000', '204439.603000', '204439.605000', '204439.608000', '204439.611000', '204439.614000', '204439.617000', '204439.620000', '204439.623000', '204439.625000', '204439.628000', '204439.631000', '204439.634000', '204439.636000', '204439.639000', '204439.641000', '204439.660000', '204439.663000', '204439.665000', '204439.668000', '204439.671000', '204439.673000', '204439.676000', '204439.678000', '204439.681000', '204439.683000', '204439.686000', '204439.689000', '204439.691000', '204439.694000', '204439.696000', '204439.699000', '204439.702000', '204439.704000', '204439.707000', '204439.709000', '204439.712000', '204439.714000', '204439.717000', '204439.720000', '204439.722000', '204459.594000', '204459.596000', '204459.599000', '204459.602000', '204459.604000', '204459.607000', '204459.610000', '204459.612000', '204459.615000', '204459.617000', '204459.620000', '204459.622000', '204459.625000', '204459.627000', '204459.630000', '204459.633000', '204459.635000', '204459.638000', '204459.640000', '204459.643000', '204459.646000', '204459.648000', '204459.651000', '204459.653000', '204459.656000', '204459.658000', '204459.661000', '204459.664000', '204459.666000', '204459.669000', '204459.671000', '204459.674000', '204459.676000', '204459.679000', '204459.682000', '204459.684000', '204459.687000', '204459.689000', '204459.692000', '204459.695000', '204459.697000', '204459.700000', '204459.702000', '204459.705000', '204519.594000', '204519.596000', '204519.599000', '204519.602000', '204519.604000', '204519.607000', '204519.609000', '204519.612000', '204519.614000', '204519.618000', '204519.621000', '204519.624000', '204519.626000', '204519.629000', '204519.632000', '204519.634000', '204519.637000', '204519.640000', '204519.642000', '204519.645000', '204519.647000', '204519.650000', '204519.652000', '204519.655000', '204519.658000', '204519.660000', '204519.664000', '204519.666000', '204519.669000', '204519.672000', '204519.675000', '204519.677000', '204519.680000', '204519.683000', '204519.685000', '204519.688000', '204519.690000', '204519.693000', '204519.696000', '204519.698000', '204519.701000', '204519.703000', '204519.706000', '204539.593000', '204539.596000', '204539.599000', '204539.602000', '204539.604000', '204539.607000', '204539.609000', '204539.612000', '204539.614000', '204539.617000', '204539.620000', '204539.622000', '204539.625000', '204539.627000', '204539.630000', '204539.633000', '204539.635000', '204539.638000', '204539.641000', '204539.643000', '204539.646000', '204539.648000', '204539.651000', '204539.654000', '204539.656000', '204539.659000', '204539.661000', '204539.664000', '204539.666000', '204539.669000', '204539.672000', '204539.674000', '204539.677000', '204539.679000', '204539.682000', '204539.685000', '204539.687000', '204539.690000', '204539.693000', '204539.695000', '204539.698000', '204539.700000', '204539.703000', '204539.706000', '204559.594000', '204559.597000', '204559.599000', '204559.602000', '204559.604000', '204559.607000', '204559.610000', '204559.612000', '204559.615000', '204559.617000', '204559.620000', '204559.623000', '204559.625000', '204559.628000', '204559.630000', '204559.633000', '204559.635000', '204559.638000', '204559.641000', '204559.643000', '204559.646000', '204559.648000', '204559.651000', '204559.654000', '204559.656000', '204559.659000', '204559.661000', '204559.664000', '204559.667000', '204559.670000', '204559.673000', '204559.675000', '204559.678000', '204559.681000', '204559.683000', '204559.686000', '204559.688000', '204559.691000', '204559.694000', '204559.696000', '204559.699000', '204559.701000', '204559.704000', '204619.595000', '204619.597000', '204619.600000', '204619.603000', '204619.605000', '204619.608000', '204619.610000', '204619.613000', '204619.615000', '204619.618000', '204619.621000', '204619.623000', '204619.626000', '204619.628000', '204619.631000', '204619.634000', '204619.636000', '204619.639000', '204619.641000', '204619.644000', '204619.646000', '204619.649000', '204619.651000', '204619.654000', '204619.656000', '204619.659000', '204619.662000', '204619.664000', '204619.667000', '204619.669000', '204619.672000', '204619.675000', '204619.677000', '204619.680000', '204619.682000', '204619.685000', '204619.687000', '204619.690000', '204619.692000', '204619.695000', '204619.698000', '204619.700000', '204619.703000', '204619.705000', '204639.595000', '204639.598000', '204639.600000', '204639.603000', '204639.605000', '204639.608000', '204639.611000', '204639.613000', '204639.616000', '204639.618000', '204639.621000', '204639.623000', '204639.626000', '204639.629000', '204639.631000', '204639.634000', '204639.636000', '204639.639000', '204639.641000', '204639.644000', '204639.647000', '204639.649000', '204639.652000', '204639.654000', '204639.657000', '204639.659000', '204639.662000', '204639.664000', '204639.667000', '204639.670000', '204639.673000', '204639.676000', '204639.679000', '204639.682000', '204639.684000', '204639.687000', '204639.690000', '204639.692000', '204639.695000', '204639.697000', '204639.700000', '204639.703000', '204639.706000', '204659.595000', '204659.597000', '204659.600000', '204659.603000', '204659.605000', '204659.608000', '204659.610000', '204659.613000', '204659.616000', '204659.618000', '204659.621000', '204659.623000', '204659.626000', '204659.629000', '204659.631000', '204659.634000', '204659.636000', '204659.639000', '204659.642000', '204659.644000', '204659.647000', '204659.649000', '204659.652000', '204659.654000', '204659.657000', '204659.660000', '204659.662000', '204659.665000', '204659.667000', '204659.670000', '204659.673000', '204659.675000', '204659.678000', '204659.680000', '204659.683000', '204659.686000', '204659.688000', '204659.691000', '204659.693000', '204659.696000', '204659.699000', '204659.701000', '204659.704000', '204659.706000', '204719.594000', '204719.596000', '204719.599000', '204719.602000', '204719.604000', '204719.607000', '204719.609000', '204719.612000', '204719.614000', '204719.617000', '204719.620000', '204719.622000', '204719.625000', '204719.627000', '204719.630000', '204719.633000', '204719.635000', '204719.638000', '204719.640000', '204719.643000', '204719.645000', '204719.648000', '204719.651000', '204719.653000', '204719.656000', '204719.658000', '204719.661000', '204719.664000', '204719.666000', '204719.669000', '204719.671000', '204719.674000', '204719.676000', '204719.679000', '204719.682000', '204719.684000', '204719.687000', '204719.690000', '204719.692000', '204719.695000', '204719.698000', '204719.701000', '204719.703000', '204739.593000', '204739.596000', '204739.599000', '204739.602000', '204739.604000', '204739.607000', '204739.609000', '204739.612000', '204739.615000', '204739.617000', '204739.620000', '204739.622000', '204739.625000', '204739.628000', '204739.630000', '204739.633000', '204739.636000', '204739.638000', '204739.641000', '204739.644000', '204739.646000', '204739.649000', '204739.651000', '204739.654000', '204739.656000', '204739.659000', '204739.662000', '204739.664000', '204739.667000', '204739.669000', '204739.672000', '204739.675000', '204739.677000', '204739.680000', '204739.682000', '204739.685000', '204739.688000', '204739.690000', '204739.693000', '204739.696000', '204739.698000', '204739.701000', '204739.703000', '204739.706000', '204759.594000', '204759.596000', '204759.599000', '204759.602000', '204759.604000', '204759.607000', '204759.609000', '204759.612000', '204759.615000', '204759.617000', '204759.620000', '204759.622000', '204759.625000', '204759.628000', '204759.630000', '204759.633000', '204759.635000', '204759.638000', '204759.641000', '204759.643000', '204759.646000', '204759.648000', '204759.651000', '204759.654000', '204759.656000', '204759.659000', '204759.662000', '204759.664000', '204759.667000', '204759.669000', '204759.672000', '204759.675000', '204759.677000', '204759.680000', '204759.682000', '204759.685000', '204759.687000', '204759.690000', '204759.693000', '204759.695000', '204759.698000', '204759.700000', '204759.703000', '204819.594000', '204819.596000', '204819.599000', '204819.602000', '204819.604000', '204819.607000', '204819.609000', '204819.612000', '204819.614000', '204819.617000', '204819.620000', '204819.622000', '204819.625000', '204819.627000', '204819.630000', '204819.633000', '204819.635000', '204819.638000', '204819.640000', '204819.643000', '204819.645000', '204819.648000', '204819.650000', '204819.653000', '204819.656000', '204819.658000', '204819.661000', '204819.664000', '204819.666000', '204819.669000', '204819.671000', '204819.674000', '204819.676000', '204819.679000', '204819.682000', '204819.684000', '204819.687000', '204819.689000', '204819.692000', '204819.695000', '204819.697000', '204819.700000', '204819.702000', '204819.705000', '204839.595000', '204839.597000', '204839.600000', '204839.603000', '204839.605000', '204839.608000', '204839.610000', '204839.613000', '204839.616000', '204839.618000', '204839.621000', '204839.624000', '204839.626000', '204839.629000', '204839.631000', '204839.634000', '204839.636000', '204839.639000', '204839.642000', '204839.644000', '204839.647000', '204839.649000', '204839.652000', '204839.655000', '204839.657000', '204839.660000', '204839.663000', '204839.665000', '204839.668000', '204839.670000', '204839.673000', '204839.675000', '204839.678000', '204839.681000', '204839.683000', '204839.686000', '204839.688000', '204839.691000', '204839.694000', '204839.696000', '204839.699000', '204839.702000', '204839.704000', '204859.595000', '204859.598000', '204859.601000', '204859.603000', '204859.606000', '204859.608000', '204859.611000', '204859.614000', '204859.616000', '204859.619000', '204859.622000', '204859.624000', '204859.627000', '204859.629000', '204859.632000', '204859.634000', '204859.637000', '204859.640000', '204859.642000', '204859.645000', '204859.647000', '204859.650000', '204859.652000', '204859.655000', '204859.658000', '204859.660000', '204859.663000', '204859.665000', '204859.668000', '204859.670000', '204859.673000', '204859.676000', '204859.678000', '204859.681000', '204859.683000', '204859.686000', '204859.689000', '204859.691000', '204859.694000', '204859.696000', '204859.699000', '204859.701000', '204859.704000', '204859.707000', '204919.595000', '204919.598000', '204919.600000', '204919.603000', '204919.605000', '204919.608000', '204919.611000', '204919.613000', '204919.616000', '204919.618000', '204919.621000', '204919.624000', '204919.626000', '204919.629000', '204919.631000', '204919.634000', '204919.636000', '204919.639000', '204919.642000', '204919.644000', '204919.647000', '204919.649000', '204919.652000', '204919.655000', '204919.657000', '204919.660000', '204919.662000', '204919.665000', '204919.667000', '204919.670000', '204919.673000', '204919.675000', '204919.678000', '204919.680000', '204919.683000', '204919.685000', '204919.688000', '204919.691000', '204919.693000', '204919.696000', '204919.698000', '204919.701000', '204919.704000', '204939.594000', '204939.597000', '204939.599000', '204939.602000', '204939.604000', '204939.607000', '204939.610000', '204939.612000', '204939.615000', '204939.617000', '204939.620000', '204939.623000', '204939.625000', '204939.628000', '204939.630000', '204939.633000', '204939.635000', '204939.638000', '204939.641000', '204939.643000', '204939.646000', '204939.649000', '204939.651000', '204939.654000', '204939.656000', '204939.659000', '204939.661000', '204939.664000', '204939.666000', '204939.669000', '204939.672000', '204939.674000', '204939.677000', '204939.679000', '204939.682000', '204939.685000', '204939.687000', '204939.690000', '204939.693000', '204939.695000', '204939.698000', '204939.700000', '204939.703000', '204939.705000', '204959.594000', '204959.596000', '204959.599000', '204959.602000', '204959.604000', '204959.607000', '204959.610000', '204959.612000', '204959.615000', '204959.617000', '204959.620000', '204959.623000', '204959.625000', '204959.628000', '204959.630000', '204959.633000', '204959.635000', '204959.638000', '204959.641000', '204959.643000', '204959.646000', '204959.648000', '204959.651000', '204959.654000', '204959.656000', '204959.659000', '204959.661000', '204959.664000', '204959.666000', '204959.669000', '204959.671000', '204959.674000', '204959.677000', '204959.679000', '204959.682000', '204959.684000', '204959.687000', '204959.690000', '204959.692000', '204959.695000', '204959.697000', '204959.700000', '204959.702000', '205002.541000', '205002.544000', '205002.546000', '205002.549000', '205002.577000', '205002.580000', '205002.583000'], '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], 'LargestImagePixelValue': [11934, 8903, 11704, 10361, 15749, 21295, 8858, 10085, 8218, 11826, 13161, 16549, 11983, 15447, 11514, 17834, 13759, 9660, 11375, 8682, 14101, 10590, 14465, 9997, 14227, 10347, 12073, 14346, 9571, 12272, 10285, 13757, 11584, 10888, 14834, 9449, 13107, 10912, 8841, 13705, 9669, 14221, 10017, 13563, 11528, 15330, 14567, 15059, 10403, 8987, 10949, 11727, 15261, 8807, 11937, 8832, 14117, 12530, 13886, 11072, 15619, 11182, 16370, 15484, 15093, 10512, 8606, 10935, 10824, 15454, 9161, 11588, 8928, 13012, 13179, 11002, 10169, 8483, 10715, 8704, 15615, 11889, 12866, 9187, 13438, 9543, 18180, 14098, 9820, 10942, 12983, 14061, 17790, 12988, 8899, 11099, 10164, 18275, 11519, 14767, 11183, 17368, 14269, 9525, 11395, 9066, 13304, 12916, 16486, 8533, 10720, 8684, 10564, 10625, 17144, 9669, 11163, 9509, 9597, 10004, 10943, 17504, 9714, 13256, 8621, 12593, 11935, 16227, 11818, 8004, 10187, 8293, 13359, 11483, 15357, 8341, 10188, 8420, 12344, 10032, 15029, 9565, 10913, 9609, 14183, 12441, 8119, 9530, 8365, 11018, 9970, 16260, 10917, 8636, 9619, 8605, 14353, 8539, 12280, 9351, 12582, 12230, 12996, 9828, 8370, 10872, 8760, 15624, 10487, 14392, 9652, 11542, 14293, 8540, 13292, 9229, 13038, 11960, 10680, 14426, 8970, 14690, 12110, 19450, 14011, 10276, 10542, 9963, 12084, 16956, 14332, 8899, 11147, 8370, 12389, 9330, 16218, 8951, 11993, 9508, 12742, 11921, 14587, 10466, 12805, 9669, 13625, 10311, 15459, 13105, 11742, 9569, 9800, 9542, 12401, 10944, 11465, 9103, 10703, 8788, 11826, 9871, 14866, 8288, 10337, 9080, 10895, 9688, 10208, 9202, 12378, 14089, 8764, 12845, 8415, 11628, 21887, 14334, 16655, 11926, 11509, 8263, 9067, 8247, 9393, 14812, 11855, 8180, 8874, 8091, 10010, 9102, 16427, 12419, 8754, 10111, 11022, 10643, 18564, 14886, 13544, 8376, 9261, 14740, 10449, 13903, 11560, 10193, 9247, 9314, 9369, 12931, 11175, 11951, 9020, 11484, 8833, 14006, 12192, 13990, 11005, 8795, 10035, 9299, 14396, 8927, 12082, 11417, 11180, 19684, 13859, 15037, 9631, 11929, 9391, 14749, 13830, 11867, 9387, 8162, 9535, 10466, 15982, 8856, 12480, 8132, 12337, 11459, 17791, 9732, 10853, 8309, 10070, 8431, 12815, 10100, 12958, 8627, 8702, 8398, 10627, 9400, 14588, 9896, 9317, 11306, 8406, 13834, 9521, 12169, 8720, 13045, 10632, 14257, 7973, 10633, 7760, 10443, 11073, 11456, 9179, 7728, 11177, 8393, 8445, 8205, 11815, 10757, 15738, 12509, 14054, 10147, 8190, 9620, 8054, 9250, 9116, 10737, 8769, 10197, 7884, 10067, 11257, 10141, 16378, 12278, 14857, 13521, 14201, 10939, 13019, 9465, 12527, 18788, 17341, 11092, 10173, 9948, 13768, 15975, 16513, 12218, 8343, 10067, 9316, 10856, 16841, 11686, 15298, 13050, 11096, 9528, 9684, 8665, 12215, 13806, 13172, 8258, 9751, 11977, 9623, 14612, 11107, 12825, 9435, 14831, 9998, 15695, 11465, 8405, 9518, 8293, 11532, 16515, 12953, 16223, 10118, 15329, 9882, 13781, 9777, 12822, 8897, 9413, 8987, 9792, 8012, 10444, 9686, 12851, 8231, 9294, 8624, 9125, 17944, 12220, 13534, 10185, 13941, 8934, 10361, 9389, 9342, 10039, 12125, 11502, 10050, 9119, 12074, 10171, 16041, 14386, 13097, 9495, 11291, 8390, 12661, 8727, 10501, 7942, 9485, 11565, 12247, 8024, 9825, 7757, 10854, 8953, 15231, 12860, 12718, 9523, 11355, 11911, 14120, 14901, 9302, 10006, 9334, 11666, 10006, 13065, 16009, 9158, 12276, 8993, 12828, 9599, 14267, 9076, 11777, 15311, 10422, 14640, 12935, 13695, 10613, 12435, 9421, 12332, 10087, 15045, 9632, 10924, 9009, 10943, 9047, 12862, 9905, 13177, 8263, 9638, 8074, 10780, 11178, 13144, 8378, 9417, 8296, 9917, 11646, 12460, 8747, 9817, 15611, 9908, 15095, 13356, 11865, 9495, 10880, 8088, 9550, 16973, 11482, 13924, 11192, 11617, 8827, 9636, 8808, 10259, 17595, 11655, 11531, 9488, 9991, 9576, 11501, 11020, 13437, 9223, 7842, 9417, 13164, 9163, 11748, 12461, 9901, 10613, 9696, 10864, 9129, 10917, 10990, 11116, 8475, 9585, 14982, 9996, 12450, 9773, 12414, 8915, 10001, 8125, 9723, 15341, 9978, 15053, 11394, 12095, 12390, 8860, 13907, 10634, 11695, 8547, 9719, 8108, 9415, 12267, 9605, 13145, 12054, 10583, 9269, 8218, 9968, 11988, 9521, 11875, 8970, 9751, 8182, 9245, 13196, 9073, 15127, 12980, 10220, 8760, 10274, 8259, 9698, 18194, 12081, 13998, 10825, 12140, 8318, 10274, 8715, 10884, 14357, 10520, 10860, 9133, 12916, 9736, 12402, 9915, 13398, 8383, 9541, 7943, 9525, 8569, 10628, 8626, 9340, 8029, 9579, 15132, 10133, 14236, 11456, 10257, 8455, 9325, 8670, 9747, 17790, 11848, 11013, 9535, 10794, 8780, 11049, 8859, 10855, 8284, 8869, 13939, 9101, 13615, 11731, 11242, 9570, 10800, 8996, 10965, 9611, 12946, 9568, 10796, 9748, 12335, 9974, 10223, 10893, 17223, 11931, 17300, 11895, 8986, 9448, 16709, 11348, 15046, 13215, 15050, 10476, 13949, 10453, 14086, 8409, 11125, 10596, 14278, 8336, 11014, 11899, 11984, 17394, 12439, 10668, 10011, 15552, 10228, 14657, 12462, 11883, 9716, 9203, 8697, 12226, 8940, 11250, 8780, 10991, 8779, 12451, 8171, 9500, 7897, 9722, 10540, 11872, 8237, 9760, 8126, 9863, 8526, 13030, 8754, 12528, 9304, 10660, 13718, 11850, 8283, 9882, 8195, 10717, 10652, 16735, 12543, 8249, 12018, 8837, 13980, 11517, 15002, 9819, 10490, 19497, 13168, 12751, 9405, 11284, 9116, 12021, 11619, 10680, 15879, 9990, 12263, 10109, 11044, 8331, 9716, 7959, 10700, 9178, 10858, 8880, 13040, 9123, 11458, 9498, 12035, 9473, 11819, 13381, 10816, 8006, 10277, 15669, 10075, 12554, 10540, 11857, 9344, 9422, 9993, 8558, 9735, 13928, 12379, 9814, 9252, 10008, 8828, 9868, 17719, 12152, 11743, 9977, 11136, 9703, 11915, 9828, 12378, 8585, 9220, 8098, 9533, 12121, 12293, 9126, 9532, 12312, 9563, 15084, 11636, 13839, 10514, 12205, 9469, 10540, 9830, 14564, 10767, 8230, 9649, 7794, 13187, 12469, 13209, 16194, 8821, 10478, 10310, 7873, 9806, 15772, 10726, 13283, 10009, 10625, 16102, 11125, 15725, 11761, 15717, 12375, 15818, 12923, 13520, 10173, 14801, 10646, 13142, 9350, 12035, 8334, 10482, 8151, 10423, 8348, 10556, 11352, 10082, 13168, 9826, 12593, 9780, 8403, 10830, 8260, 10323, 8819, 9783, 8692, 11321, 9239, 10827, 8141, 11213, 8252, 10807, 15879, 10855, 16308, 12576, 10401, 10149, 8259, 10477, 8254, 11825, 18207, 13071, 11400, 9670, 8330, 10804, 9733, 10534, 15648, 12998, 10587, 9920, 10431, 8373, 11223, 12959, 11511, 8029, 10020, 8377, 10601, 8594, 13418, 10575, 11177, 9057, 10906, 9806, 9843, 15904, 12676, 10158, 9822, 10751, 9311, 12376, 11006, 11761, 9292, 11916, 10116, 11358, 8596, 12598, 8986, 10126, 7986, 10469, 8349, 12848, 10194, 8152, 9531, 8421, 8479, 9911, 12111, 9521, 10054, 10033, 16899, 13904, 12762, 9264, 12363, 9080, 10456, 15180, 10299, 16728, 12840, 12875, 9177, 7728, 9506, 9174, 9452, 12397, 9675, 11967, 11996, 8245, 9490, 8713, 10400, 9433, 13628, 11003, 9015, 10479, 8243, 9412, 8258, 10493, 10091, 9811, 17422, 12652, 9544, 9436, 8059, 9271, 8526, 9470, 9313, 13899, 10658, 14727, 8458, 12555, 8877, 9522, 8810, 10283, 11192, 12085, 8460, 8330, 8233, 8830, 8909, 9544, 9306, 12543, 9017, 9008, 9355, 9577, 10305, 8366, 17633, 12223, 9511, 9432, 10493, 10920, 17903, 12767, 8628, 9757, 10089, 9680, 8864, 10640, 9504, 9147, 8006, 9610, 8764, 9892, 9499, 10117, 8478, 8278, 8348, 8560, 8073, 9688, 8900, 10402, 13502, 16613, 11873, 13079, 10267, 16336, 16320, 17807, 12308, 17958, 14974, 16613, 16361, 9424, 13294, 9416, 18090, 16437, 18783, 12319, 19291, 14034, 18995, 11403, 14875, 12471, 11570, 18757, 14314, 15069, 11632, 14495, 11963, 12527, 9732, 13214, 10566, 14162, 13284, 12810, 9299, 8675, 10066, 8960, 10473, 9348, 14074, 12432, 8627, 9472, 8810, 10880, 9006, 13352, 9720, 15393, 9834, 12036, 9474, 12192, 10772, 18198, 12465, 13264, 11269, 20586, 15237, 12200, 10808, 13895, 11251, 16529, 10808, 11035, 9496, 8493, 11660, 8244, 11956, 8503, 12414, 10803, 11290, 9180, 12071, 9380, 13558, 11135, 11862, 10452, 10785, 10047, 12391, 10404, 9577, 18141, 10801, 11166, 10643, 8653, 10285, 9494, 13346, 11457, 11167, 13387, 9423, 17094, 14290, 19654, 10698, 13609, 9209, 15074, 10262, 14773, 13557, 11541, 19070, 11869, 15017, 10375, 14915, 9997, 9831, 9594, 8848, 9570, 9868, 9899, 9311, 9336, 10715, 9505, 12670, 8928, 12294, 10908, 8624, 8835, 8027, 8669, 7787, 10660, 9470, 14577, 10179], 'WindowCenter': [4644.0, 4589.0, 4630.0, 4594.0, 4579.0, 4679.0, 4557.0, 4580.0, 4547.0, 4585.0, 4607.0, 4630.0, 4601.0, 4616.0, 4587.0, 4635.0, 4607.0, 4568.0, 4589.0, 4557.0, 4605.0, 4575.0, 4617.0, 4567.0, 4605.0, 4577.0, 4586.0, 4616.0, 4568.0, 4597.0, 4578.0, 4607.0, 4587.0, 4587.0, 4618.0, 4581.0, 4607.0, 4589.0, 4570.0, 4622.0, 4581.0, 4621.0, 4593.0, 4621.0, 4601.0, 4629.0, 4619.0, 4620.0, 4589.0, 4557.0, 4588.0, 4597.0, 4630.0, 4558.0, 4597.0, 4569.0, 4617.0, 4598.0, 4608.0, 4587.0, 4627.0, 4588.0, 4628.0, 4620.0, 4616.0, 4577.0, 4546.0, 4587.0, 4575.0, 4618.0, 4565.0, 4587.0, 4557.0, 4604.0, 4608.0, 4588.0, 4589.0, 4571.0, 4590.0, 4573.0, 4642.0, 4613.0, 4609.0, 4572.0, 4620.0, 4581.0, 4649.0, 4632.0, 4581.0, 4616.0, 4610.0, 4620.0, 4649.0, 4610.0, 4569.0, 4588.0, 4578.0, 4638.0, 4598.0, 4617.0, 4600.0, 4637.0, 4617.0, 4567.0, 4586.0, 4556.0, 4606.0, 4594.0, 4625.0, 4545.0, 4575.0, 4544.0, 4575.0, 4574.0, 4627.0, 4566.0, 4584.0, 4578.0, 4565.0, 4576.0, 4586.0, 4650.0, 4581.0, 4621.0, 4570.0, 4596.0, 4597.0, 4626.0, 4598.0, 4546.0, 4577.0, 4556.0, 4608.0, 4588.0, 4618.0, 4557.0, 4576.0, 4559.0, 4608.0, 4578.0, 4614.0, 4579.0, 4575.0, 4566.0, 4615.0, 4597.0, 4558.0, 4578.0, 4557.0, 4586.0, 4579.0, 4638.0, 4588.0, 4559.0, 4581.0, 4571.0, 4630.0, 4570.0, 4607.0, 4578.0, 4608.0, 4609.0, 4609.0, 4578.0, 4557.0, 4588.0, 4569.0, 4640.0, 4589.0, 4628.0, 4580.0, 4612.0, 4643.0, 4572.0, 4619.0, 4578.0, 4606.0, 4599.0, 4600.0, 4643.0, 4582.0, 4618.0, 4598.0, 4648.0, 4620.0, 4576.0, 4577.0, 4563.0, 4595.0, 4626.0, 4615.0, 4555.0, 4587.0, 4543.0, 4595.0, 4565.0, 4626.0, 4568.0, 4596.0, 4567.0, 4594.0, 4596.0, 4617.0, 4587.0, 4594.0, 4568.0, 4604.0, 4577.0, 4616.0, 4605.0, 4584.0, 4566.0, 4565.0, 4565.0, 4597.0, 4587.0, 4586.0, 4567.0, 4576.0, 4558.0, 4596.0, 4578.0, 4619.0, 4558.0, 4577.0, 4569.0, 4601.0, 4580.0, 4589.0, 4582.0, 4622.0, 4632.0, 4573.0, 4622.0, 4572.0, 4602.0, 4658.0, 4618.0, 4627.0, 4587.0, 4586.0, 4544.0, 4555.0, 4546.0, 4556.0, 4615.0, 4587.0, 4556.0, 4566.0, 4549.0, 4577.0, 4580.0, 4650.0, 4622.0, 4571.0, 4593.0, 4588.0, 4590.0, 4649.0, 4619.0, 4597.0, 4533.0, 4554.0, 4604.0, 4575.0, 4593.0, 4583.0, 4562.0, 4554.0, 4554.0, 4565.0, 4605.0, 4586.0, 4585.0, 4556.0, 4585.0, 4556.0, 4605.0, 4597.0, 4631.0, 4589.0, 4556.0, 4576.0, 4567.0, 4630.0, 4567.0, 4608.0, 4598.0, 4601.0, 4658.0, 4608.0, 4615.0, 4580.0, 4597.0, 4580.0, 4616.0, 4617.0, 4596.0, 4568.0, 4556.0, 4578.0, 4587.0, 4637.0, 4567.0, 4596.0, 4545.0, 4596.0, 4595.0, 4638.0, 4566.0, 4576.0, 4557.0, 4575.0, 4557.0, 4619.0, 4575.0, 4620.0, 4584.0, 4566.0, 4543.0, 4576.0, 4568.0, 4615.0, 4565.0, 4564.0, 4584.0, 4558.0, 4631.0, 4579.0, 4610.0, 4558.0, 4606.0, 4574.0, 4615.0, 4562.0, 4566.0, 4510.0, 4547.0, 4553.0, 4550.0, 4548.0, 4532.0, 4593.0, 4592.0, 4590.0, 4565.0, 4605.0, 4582.0, 4624.0, 4604.0, 4613.0, 4586.0, 4564.0, 4587.0, 4580.0, 4589.0, 4590.0, 4611.0, 4580.0, 4599.0, 4568.0, 4588.0, 4607.0, 4601.0, 4649.0, 4607.0, 4616.0, 4606.0, 4602.0, 4583.0, 4590.0, 4561.0, 4580.0, 4650.0, 4611.0, 4561.0, 4549.0, 4551.0, 4590.0, 4612.0, 4623.0, 4594.0, 4558.0, 4575.0, 4565.0, 4586.0, 4624.0, 4585.0, 4612.0, 4604.0, 4584.0, 4565.0, 4564.0, 4554.0, 4596.0, 4615.0, 4608.0, 4547.0, 4580.0, 4594.0, 4567.0, 4629.0, 4598.0, 4594.0, 4566.0, 4602.0, 4562.0, 4613.0, 4587.0, 4555.0, 4577.0, 4557.0, 4598.0, 4651.0, 4623.0, 4627.0, 4576.0, 4614.0, 4589.0, 4630.0, 4587.0, 4604.0, 4568.0, 4551.0, 4553.0, 4563.0, 4546.0, 4587.0, 4577.0, 4618.0, 4570.0, 4590.0, 4581.0, 4592.0, 4648.0, 4621.0, 4618.0, 4589.0, 4616.0, 4567.0, 4575.0, 4577.0, 4576.0, 4589.0, 4606.0, 4610.0, 4589.0, 4581.0, 4620.0, 4613.0, 4651.0, 4641.0, 4618.0, 4579.0, 4586.0, 4556.0, 4606.0, 4555.0, 4585.0, 4545.0, 4576.0, 4596.0, 4607.0, 4559.0, 4587.0, 4558.0, 4610.0, 4581.0, 4650.0, 4633.0, 4631.0, 4591.0, 4609.0, 4610.0, 4630.0, 4640.0, 4581.0, 4588.0, 4590.0, 4607.0, 4602.0, 4644.0, 4652.0, 4593.0, 4622.0, 4594.0, 4631.0, 4590.0, 4641.0, 4580.0, 4611.0, 4639.0, 4599.0, 4627.0, 4619.0, 4617.0, 4602.0, 4620.0, 4579.0, 4608.0, 4589.0, 4639.0, 4591.0, 4598.0, 4579.0, 4597.0, 4578.0, 4620.0, 4588.0, 4621.0, 4571.0, 4589.0, 4559.0, 4601.0, 4610.0, 4621.0, 4571.0, 4590.0, 4569.0, 4601.0, 4622.0, 4622.0, 4582.0, 4603.0, 4650.0, 4602.0, 4640.0, 4630.0, 4610.0, 4579.0, 4598.0, 4557.0, 4578.0, 4636.0, 4597.0, 4616.0, 4597.0, 4595.0, 4565.0, 4574.0, 4553.0, 4574.0, 4633.0, 4595.0, 4593.0, 4576.0, 4574.0, 4576.0, 4596.0, 4598.0, 4617.0, 4579.0, 4568.0, 4579.0, 4618.0, 4577.0, 4608.0, 4608.0, 4588.0, 4587.0, 4589.0, 4597.0, 4578.0, 4599.0, 4597.0, 4610.0, 4569.0, 4590.0, 4638.0, 4590.0, 4607.0, 4590.0, 4619.0, 4580.0, 4590.0, 4570.0, 4591.0, 4639.0, 4590.0, 4639.0, 4598.0, 4607.0, 4595.0, 4567.0, 4605.0, 4574.0, 4594.0, 4553.0, 4563.0, 4543.0, 4563.0, 4593.0, 4575.0, 4604.0, 4608.0, 4586.0, 4579.0, 4567.0, 4601.0, 4610.0, 4590.0, 4610.0, 4581.0, 4592.0, 4583.0, 4591.0, 4619.0, 4580.0, 4639.0, 4619.0, 4588.0, 4569.0, 4590.0, 4568.0, 4589.0, 4647.0, 4608.0, 4616.0, 4587.0, 4595.0, 4555.0, 4574.0, 4554.0, 4584.0, 4613.0, 4585.0, 4584.0, 4564.0, 4602.0, 4574.0, 4593.0, 4574.0, 4604.0, 4555.0, 4564.0, 4545.0, 4575.0, 4565.0, 4585.0, 4565.0, 4577.0, 4556.0, 4577.0, 4626.0, 4588.0, 4629.0, 4600.0, 4587.0, 4557.0, 4577.0, 4566.0, 4577.0, 4646.0, 4599.0, 4586.0, 4578.0, 4588.0, 4568.0, 4597.0, 4567.0, 4589.0, 4557.0, 4578.0, 4618.0, 4578.0, 4616.0, 4608.0, 4596.0, 4579.0, 4586.0, 4579.0, 4597.0, 4578.0, 4632.0, 4605.0, 4600.0, 4592.0, 4632.0, 4618.0, 4602.0, 4614.0, 4660.0, 4611.0, 4651.0, 4613.0, 4581.0, 4592.0, 4650.0, 4613.0, 4641.0, 4632.0, 4639.0, 4600.0, 4630.0, 4600.0, 4619.0, 4556.0, 4597.0, 4576.0, 4628.0, 4555.0, 4584.0, 4595.0, 4596.0, 4634.0, 4595.0, 4573.0, 4564.0, 4622.0, 4575.0, 4614.0, 4595.0, 4582.0, 4564.0, 4577.0, 4567.0, 4605.0, 4566.0, 4584.0, 4555.0, 4584.0, 4567.0, 4606.0, 4557.0, 4578.0, 4558.0, 4591.0, 4599.0, 4609.0, 4570.0, 4589.0, 4559.0, 4602.0, 4582.0, 4621.0, 4582.0, 4621.0, 4592.0, 4614.0, 4632.0, 4612.0, 4571.0, 4590.0, 4571.0, 4601.0, 4604.0, 4652.0, 4636.0, 4600.0, 4649.0, 4596.0, 4645.0, 4627.0, 4655.0, 4590.0, 4602.0, 4660.0, 4621.0, 4606.0, 4566.0, 4584.0, 4567.0, 4607.0, 4584.0, 4575.0, 4613.0, 4563.0, 4581.0, 4576.0, 4582.0, 4542.0, 4563.0, 4544.0, 4588.0, 4577.0, 4585.0, 4566.0, 4607.0, 4567.0, 4596.0, 4577.0, 4597.0, 4580.0, 4599.0, 4606.0, 4587.0, 4545.0, 4577.0, 4625.0, 4579.0, 4607.0, 4589.0, 4597.0, 4581.0, 4578.0, 4590.0, 4582.0, 4605.0, 4632.0, 4623.0, 4591.0, 4593.0, 4592.0, 4582.0, 4604.0, 4652.0, 4612.0, 4609.0, 4591.0, 4599.0, 4590.0, 4611.0, 4592.0, 4610.0, 4570.0, 4580.0, 4560.0, 4592.0, 4611.0, 4622.0, 4579.0, 4580.0, 4609.0, 4582.0, 4629.0, 4611.0, 4619.0, 4590.0, 4611.0, 4594.0, 4601.0, 4592.0, 4654.0, 4644.0, 4587.0, 4607.0, 4563.0, 4622.0, 4623.0, 4622.0, 4641.0, 4570.0, 4601.0, 4603.0, 4573.0, 4594.0, 4631.0, 4590.0, 4609.0, 4568.0, 4578.0, 4617.0, 4576.0, 4603.0, 4572.0, 4601.0, 4571.0, 4601.0, 4571.0, 4568.0, 4549.0, 4576.0, 4548.0, 4566.0, 4525.0, 4555.0, 4514.0, 4535.0, 4504.0, 4545.0, 4515.0, 4547.0, 4555.0, 4548.0, 4577.0, 4550.0, 4580.0, 4551.0, 4543.0, 4574.0, 4546.0, 4575.0, 4570.0, 4579.0, 4570.0, 4601.0, 4571.0, 4591.0, 4563.0, 4602.0, 4561.0, 4602.0, 4640.0, 4592.0, 4641.0, 4613.0, 4591.0, 4591.0, 4561.0, 4591.0, 4562.0, 4614.0, 4651.0, 4612.0, 4590.0, 4580.0, 4559.0, 4589.0, 4569.0, 4592.0, 4629.0, 4611.0, 4578.0, 4568.0, 4575.0, 4547.0, 4588.0, 4596.0, 4587.0, 4545.0, 4567.0, 4547.0, 4577.0, 4560.0, 4609.0, 4591.0, 4589.0, 4570.0, 4590.0, 4579.0, 4580.0, 4628.0, 4598.0, 4566.0, 4568.0, 4576.0, 4568.0, 4596.0, 4588.0, 4586.0, 4568.0, 4585.0, 4578.0, 4587.0, 4559.0, 4597.0, 4558.0, 4578.0, 4547.0, 4577.0, 4559.0, 4609.0, 4578.0, 4547.0, 4567.0, 4573.0, 4573.0, 4595.0, 4612.0, 4583.0, 4592.0, 4594.0, 4643.0, 4621.0, 4611.0, 4569.0, 4586.0, 4544.0, 4563.0, 4591.0, 4553.0, 4602.0, 4583.0, 4580.0, 4542.0, 4521.0, 4553.0, 4541.0, 4553.0, 4581.0, 4553.0, 4573.0, 4584.0, 4544.0, 4554.0, 4545.0, 4574.0, 4566.0, 4604.0, 4576.0, 4556.0, 4577.0, 4547.0, 4555.0, 4546.0, 4575.0, 4565.0, 4566.0, 4625.0, 4596.0, 4555.0, 4556.0, 4535.0, 4566.0, 4556.0, 4567.0, 4556.0, 4608.0, 4566.0, 4606.0, 4535.0, 4584.0, 4544.0, 4552.0, 4543.0, 4565.0, 4586.0, 4585.0, 4543.0, 4542.0, 4543.0, 4554.0, 4558.0, 4565.0, 4567.0, 4596.0, 4558.0, 4557.0, 4570.0, 4569.0, 4578.0, 4548.0, 4629.0, 4587.0, 4556.0, 4556.0, 4566.0, 4578.0, 4626.0, 4585.0, 4532.0, 4553.0, 4552.0, 4552.0, 4545.0, 4564.0, 4556.0, 4556.0, 4550.0, 4567.0, 4558.0, 4578.0, 4593.0, 4592.0, 4573.0, 4574.0, 4575.0, 4586.0, 4575.0, 4595.0, 4597.0, 4618.0, 4651.0, 4671.0, 4628.0, 4624.0, 4593.0, 4655.0, 4654.0, 4662.0, 4613.0, 4650.0, 4631.0, 4641.0, 4642.0, 4581.0, 4621.0, 4581.0, 4651.0, 4653.0, 4661.0, 4611.0, 4648.0, 4618.0, 4648.0, 4585.0, 4605.0, 4583.0, 4574.0, 4633.0, 4604.0, 4602.0, 4571.0, 4601.0, 4582.0, 4582.0, 4565.0, 4592.0, 4575.0, 4617.0, 4606.0, 4595.0, 4566.0, 4554.0, 4575.0, 4566.0, 4601.0, 4569.0, 4619.0, 4611.0, 4559.0, 4569.0, 4569.0, 4589.0, 4571.0, 4620.0, 4579.0, 4630.0, 4593.0, 4625.0, 4596.0, 4597.0, 4589.0, 4650.0, 4610.0, 4606.0, 4587.0, 4647.0, 4619.0, 4584.0, 4575.0, 4593.0, 4575.0, 4613.0, 4576.0, 4574.0, 4565.0, 4554.0, 4587.0, 4545.0, 4598.0, 4556.0, 4609.0, 4601.0, 4588.0, 4570.0, 4584.0, 4555.0, 4605.0, 4586.0, 4584.0, 4577.0, 4574.0, 4565.0, 4597.0, 4603.0, 4579.0, 4661.0, 4602.0, 4599.0, 4590.0, 4558.0, 4588.0, 4580.0, 4621.0, 4615.0, 4603.0, 4622.0, 4570.0, 4643.0, 4609.0, 4638.0, 4565.0, 4594.0, 4542.0, 4591.0, 4540.0, 4579.0, 4567.0, 4548.0, 4596.0, 4546.0, 4574.0, 4548.0, 4587.0, 4549.0, 4536.0, 4538.0, 4539.0, 4540.0, 4563.0, 4563.0, 4568.0, 4581.0, 4602.0, 4581.0, 4623.0, 4584.0, 4613.0, 4604.0, 4572.0, 4570.0, 4558.0, 4583.0, 4548.0, 4586.0, 4579.0, 4627.0, 4578.0], 'WindowWidth': [10176.0, 10091.0, 10148.0, 10085.0, 10030.0, 10210.0, 10024.0, 10055.0, 10006.0, 10053.0, 10089.0, 10124.0, 10085.0, 10100.0, 10061.0, 10124.0, 10089.0, 10037.0, 10066.0, 10022.0, 10085.0, 10043.0, 10105.0, 10036.0, 10084.0, 10047.0, 10060.0, 10101.0, 10039.0, 10077.0, 10052.0, 10088.0, 10064.0, 10063.0, 10108.0, 10062.0, 10092.0, 10069.0, 10046.0, 10117.0, 10062.0, 10115.0, 10080.0, 10115.0, 10088.0, 10124.0, 10111.0, 10110.0, 10069.0, 10023.0, 10065.0, 10078.0, 10125.0, 10026.0, 10078.0, 10041.0, 10103.0, 10081.0, 10093.0, 10065.0, 10116.0, 10066.0, 10119.0, 10111.0, 10102.0, 10048.0, 10006.0, 10063.0, 10045.0, 10106.0, 10033.0, 10062.0, 10023.0, 10083.0, 10094.0, 10068.0, 10071.0, 10050.0, 10072.0, 10055.0, 10145.0, 10107.0, 10098.0, 10051.0, 10110.0, 10062.0, 10153.0, 10133.0, 10062.0, 10117.0, 10099.0, 10109.0, 10152.0, 10100.0, 10041.0, 10065.0, 10052.0, 10136.0, 10080.0, 10104.0, 10088.0, 10132.0, 10103.0, 10036.0, 10059.0, 10019.0, 10086.0, 10069.0, 10114.0, 10003.0, 10041.0, 10000.0, 10043.0, 10040.0, 10117.0, 10033.0, 10057.0, 10055.0, 10032.0, 10047.0, 10062.0, 10154.0, 10064.0, 10117.0, 10047.0, 10075.0, 10079.0, 10118.0, 10082.0, 10009.0, 10051.0, 10022.0, 10093.0, 10065.0, 10108.0, 10026.0, 10047.0, 10030.0, 10095.0, 10054.0, 10098.0, 10057.0, 10045.0, 10035.0, 10101.0, 10078.0, 10028.0, 10055.0, 10026.0, 10062.0, 10057.0, 10136.0, 10069.0, 10029.0, 10065.0, 10054.0, 10129.0, 10049.0, 10095.0, 10057.0, 10094.0, 10100.0, 10097.0, 10056.0, 10026.0, 10069.0, 10045.0, 10142.0, 10073.0, 10123.0, 10063.0, 10113.0, 10154.0, 10053.0, 10110.0, 10056.0, 10090.0, 10086.0, 10092.0, 10152.0, 10066.0, 10108.0, 10080.0, 10150.0, 10114.0, 10046.0, 10049.0, 10025.0, 10071.0, 10112.0, 10098.0, 10017.0, 10061.0, 10001.0, 10071.0, 10031.0, 10116.0, 10040.0, 10074.0, 10037.0, 10070.0, 10075.0, 10104.0, 10065.0, 10071.0, 10038.0, 10083.0, 10050.0, 10101.0, 10087.0, 10057.0, 10034.0, 10030.0, 10033.0, 10076.0, 10064.0, 10061.0, 10039.0, 10048.0, 10027.0, 10076.0, 10054.0, 10109.0, 10028.0, 10052.0, 10045.0, 10089.0, 10062.0, 10070.0, 10067.0, 10121.0, 10134.0, 10057.0, 10122.0, 10055.0, 10092.0, 10167.0, 10107.0, 10120.0, 10064.0, 10060.0, 10004.0, 10017.0, 10005.0, 10020.0, 10098.0, 10063.0, 10024.0, 10035.0, 10017.0, 10055.0, 10063.0, 10157.0, 10122.0, 10054.0, 10082.0, 10070.0, 10073.0, 10154.0, 10111.0, 10075.0, 9985.0, 10013.0, 10080.0, 10043.0, 10066.0, 10053.0, 10024.0, 10016.0, 10014.0, 10032.0, 10086.0, 10062.0, 10058.0, 10023.0, 10058.0, 10022.0, 10086.0, 10080.0, 10132.0, 10071.0, 10022.0, 10049.0, 10039.0, 10128.0, 10041.0, 10095.0, 10081.0, 10090.0, 10164.0, 10093.0, 10097.0, 10058.0, 10080.0, 10063.0, 10104.0, 10106.0, 10076.0, 10041.0, 10024.0, 10056.0, 10068.0, 10135.0, 10041.0, 10076.0, 10007.0, 10075.0, 10075.0, 10140.0, 10037.0, 10049.0, 10027.0, 10049.0, 10029.0, 10116.0, 10048.0, 10118.0, 10081.0, 10039.0, 10002.0, 10049.0, 10038.0, 10098.0, 10030.0, 10028.0, 10056.0, 10027.0, 10130.0, 10061.0, 10102.0, 10027.0, 10086.0, 10042.0, 10100.0, 10036.0, 10027.0, 9943.0, 9989.0, 9998.0, 9987.0, 9998.0, 9982.0, 10073.0, 10094.0, 10086.0, 10041.0, 10093.0, 10057.0, 10118.0, 10089.0, 10100.0, 10069.0, 10042.0, 10076.0, 10072.0, 10082.0, 10084.0, 10114.0, 10069.0, 10095.0, 10049.0, 10076.0, 10099.0, 10098.0, 10162.0, 10098.0, 10109.0, 10093.0, 10084.0, 10056.0, 10060.0, 10022.0, 10045.0, 10159.0, 10087.0, 10015.0, 9999.0, 10005.0, 10056.0, 10090.0, 10108.0, 10070.0, 10028.0, 10049.0, 10037.0, 10062.0, 10108.0, 10059.0, 10091.0, 10083.0, 10057.0, 10033.0, 10031.0, 10019.0, 10077.0, 10102.0, 10095.0, 10010.0, 10062.0, 10071.0, 10037.0, 10128.0, 10082.0, 10069.0, 10035.0, 10076.0, 10023.0, 10093.0, 10063.0, 10022.0, 10052.0, 10025.0, 10083.0, 10160.0, 10126.0, 10120.0, 10048.0, 10097.0, 10076.0, 10133.0, 10070.0, 10086.0, 10042.0, 10008.0, 10015.0, 10028.0, 10010.0, 10069.0, 10055.0, 10113.0, 10050.0, 10080.0, 10070.0, 10085.0, 10155.0, 10124.0, 10113.0, 10076.0, 10109.0, 10043.0, 10049.0, 10057.0, 10054.0, 10079.0, 10097.0, 10109.0, 10079.0, 10070.0, 10120.0, 10119.0, 10165.0, 10149.0, 10115.0, 10061.0, 10065.0, 10026.0, 10093.0, 10024.0, 10064.0, 10009.0, 10053.0, 10081.0, 10101.0, 10035.0, 10072.0, 10035.0, 10109.0, 10071.0, 10163.0, 10142.0, 10138.0, 10084.0, 10103.0, 10108.0, 10134.0, 10150.0, 10070.0, 10076.0, 10080.0, 10100.0, 10101.0, 10163.0, 10170.0, 10090.0, 10128.0, 10094.0, 10139.0, 10080.0, 10152.0, 10068.0, 10108.0, 10145.0, 10088.0, 10126.0, 10117.0, 10112.0, 10101.0, 10119.0, 10061.0, 10099.0, 10075.0, 10143.0, 10084.0, 10087.0, 10062.0, 10083.0, 10063.0, 10120.0, 10075.0, 10121.0, 10054.0, 10077.0, 10035.0, 10096.0, 10106.0, 10122.0, 10055.0, 10080.0, 10050.0, 10099.0, 10127.0, 10128.0, 10073.0, 10102.0, 10160.0, 10098.0, 10148.0, 10134.0, 10104.0, 10062.0, 10085.0, 10031.0, 10058.0, 10136.0, 10085.0, 10109.0, 10083.0, 10077.0, 10037.0, 10049.0, 10018.0, 10048.0, 10128.0, 10077.0, 10072.0, 10054.0, 10048.0, 10055.0, 10081.0, 10087.0, 10111.0, 10064.0, 10048.0, 10064.0, 10114.0, 10057.0, 10100.0, 10099.0, 10073.0, 10071.0, 10079.0, 10086.0, 10061.0, 10089.0, 10087.0, 10107.0, 10050.0, 10080.0, 10143.0, 10078.0, 10097.0, 10079.0, 10119.0, 10066.0, 10080.0, 10054.0, 10081.0, 10143.0, 10080.0, 10147.0, 10088.0, 10097.0, 10076.0, 10039.0, 10090.0, 10049.0, 10073.0, 10019.0, 10031.0, 10003.0, 10032.0, 10071.0, 10050.0, 10089.0, 10100.0, 10070.0, 10064.0, 10046.0, 10096.0, 10105.0, 10082.0, 10107.0, 10070.0, 10083.0, 10074.0, 10082.0, 10118.0, 10066.0, 10144.0, 10118.0, 10073.0, 10050.0, 10077.0, 10048.0, 10076.0, 10155.0, 10098.0, 10107.0, 10068.0, 10077.0, 10024.0, 10047.0, 10021.0, 10062.0, 10099.0, 10063.0, 10061.0, 10034.0, 10083.0, 10047.0, 10073.0, 10048.0, 10088.0, 10022.0, 10033.0, 10008.0, 10051.0, 10037.0, 10064.0, 10039.0, 10056.0, 10027.0, 10058.0, 10121.0, 10073.0, 10129.0, 10090.0, 10069.0, 10030.0, 10054.0, 10040.0, 10057.0, 10148.0, 10087.0, 10066.0, 10059.0, 10071.0, 10045.0, 10083.0, 10043.0, 10073.0, 10029.0, 10058.0, 10111.0, 10061.0, 10108.0, 10100.0, 10081.0, 10061.0, 10066.0, 10062.0, 10084.0, 10060.0, 10139.0, 10111.0, 10092.0, 10087.0, 10140.0, 10134.0, 10100.0, 10118.0, 10172.0, 10108.0, 10163.0, 10114.0, 10069.0, 10085.0, 10158.0, 10115.0, 10150.0, 10138.0, 10142.0, 10092.0, 10133.0, 10091.0, 10114.0, 10025.0, 10082.0, 10051.0, 10125.0, 10021.0, 10057.0, 10075.0, 10079.0, 10127.0, 10075.0, 10042.0, 10031.0, 10105.0, 10049.0, 10101.0, 10075.0, 10053.0, 10031.0, 10057.0, 10042.0, 10090.0, 10039.0, 10060.0, 10023.0, 10062.0, 10042.0, 10093.0, 10028.0, 10057.0, 10030.0, 10081.0, 10089.0, 10100.0, 10049.0, 10074.0, 10035.0, 10097.0, 10072.0, 10122.0, 10070.0, 10121.0, 10084.0, 10117.0, 10140.0, 10109.0, 10054.0, 10079.0, 10055.0, 10094.0, 10103.0, 10166.0, 10150.0, 10111.0, 10175.0, 10095.0, 10163.0, 10138.0, 10175.0, 10077.0, 10095.0, 10173.0, 10121.0, 10092.0, 10036.0, 10057.0, 10040.0, 10095.0, 10058.0, 10046.0, 10095.0, 10027.0, 10048.0, 10050.0, 10053.0, 9999.0, 10028.0, 10003.0, 10072.0, 10053.0, 10064.0, 10038.0, 10094.0, 10041.0, 10077.0, 10055.0, 10079.0, 10060.0, 10087.0, 10091.0, 10065.0, 10008.0, 10052.0, 10115.0, 10057.0, 10095.0, 10073.0, 10081.0, 10064.0, 10059.0, 10077.0, 10071.0, 10106.0, 10139.0, 10126.0, 10080.0, 10085.0, 10083.0, 10071.0, 10102.0, 10165.0, 10108.0, 10100.0, 10079.0, 10087.0, 10077.0, 10107.0, 10079.0, 10104.0, 10049.0, 10063.0, 10036.0, 10083.0, 10106.0, 10121.0, 10061.0, 10062.0, 10099.0, 10066.0, 10129.0, 10106.0, 10116.0, 10076.0, 10105.0, 10090.0, 10093.0, 10083.0, 10174.0, 10178.0, 10085.0, 10113.0, 10046.0, 10123.0, 10129.0, 10118.0, 10146.0, 10046.0, 10092.0, 10097.0, 10057.0, 10085.0, 10130.0, 10071.0, 10095.0, 10036.0, 10049.0, 10103.0, 10046.0, 10078.0, 10035.0, 10072.0, 10032.0, 10073.0, 10031.0, 10021.0, 9998.0, 10029.0, 9994.0, 10017.0, 9960.0, 9999.0, 9941.0, 9971.0, 9930.0, 9984.0, 9948.0, 9991.0, 10000.0, 9996.0, 10033.0, 10002.0, 10042.0, 10006.0, 9997.0, 10041.0, 10009.0, 10044.0, 10047.0, 10057.0, 10048.0, 10087.0, 10048.0, 10075.0, 10043.0, 10093.0, 10035.0, 10091.0, 10141.0, 10077.0, 10143.0, 10107.0, 10073.0, 10075.0, 10034.0, 10073.0, 10038.0, 10112.0, 10159.0, 10103.0, 10071.0, 10058.0, 10026.0, 10068.0, 10042.0, 10077.0, 10126.0, 10101.0, 10052.0, 10038.0, 10044.0, 10008.0, 10064.0, 10071.0, 10063.0, 10004.0, 10036.0, 10011.0, 10050.0, 10031.0, 10097.0, 10075.0, 10070.0, 10047.0, 10072.0, 10056.0, 10060.0, 10119.0, 10079.0, 10031.0, 10039.0, 10046.0, 10040.0, 10075.0, 10066.0, 10061.0, 10040.0, 10058.0, 10051.0, 10063.0, 10030.0, 10076.0, 10026.0, 10052.0, 10008.0, 10048.0, 10030.0, 10099.0, 10055.0, 10012.0, 10039.0, 10058.0, 10055.0, 10086.0, 10104.0, 10066.0, 10078.0, 10084.0, 10148.0, 10115.0, 10100.0, 10041.0, 10058.0, 9998.0, 10020.0, 10057.0, 10008.0, 10075.0, 10048.0, 10040.0, 9993.0, 9964.0, 10010.0, 9989.0, 10010.0, 10044.0, 10008.0, 10035.0, 10052.0, 10000.0, 10012.0, 10002.0, 10039.0, 10034.0, 10082.0, 10047.0, 10018.0, 10048.0, 10008.0, 10017.0, 10004.0, 10043.0, 10027.0, 10030.0, 10111.0, 10071.0, 10015.0, 10017.0, 9989.0, 10034.0, 10022.0, 10037.0, 10022.0, 10092.0, 10031.0, 10087.0, 9987.0, 10053.0, 10000.0, 10006.0, 9996.0, 10031.0, 10064.0, 10058.0, 9999.0, 9997.0, 9997.0, 10016.0, 10028.0, 10035.0, 10041.0, 10077.0, 10026.0, 10023.0, 10042.0, 10039.0, 10051.0, 10010.0, 10119.0, 10056.0, 10016.0, 10017.0, 10030.0, 10048.0, 10111.0, 10053.0, 9977.0, 10006.0, 10003.0, 10004.0, 10000.0, 10026.0, 10016.0, 10016.0, 10017.0, 10033.0, 10022.0, 10052.0, 10083.0, 10081.0, 10056.0, 10060.0, 10063.0, 10080.0, 10062.0, 10089.0, 10096.0, 10126.0, 10175.0, 10203.0, 10138.0, 10123.0, 10082.0, 10171.0, 10169.0, 10177.0, 10109.0, 10155.0, 10132.0, 10147.0, 10150.0, 10066.0, 10118.0, 10064.0, 10162.0, 10166.0, 10175.0, 10106.0, 10154.0, 10110.0, 10152.0, 10060.0, 10086.0, 10053.0, 10041.0, 10122.0, 10083.0, 10077.0, 10034.0, 10074.0, 10051.0, 10051.0, 10033.0, 10064.0, 10046.0, 10110.0, 10091.0, 10072.0, 10035.0, 10019.0, 10048.0, 10036.0, 10093.0, 10045.0, 10109.0, 10100.0, 10029.0, 10043.0, 10045.0, 10071.0, 10049.0, 10114.0, 10057.0, 10128.0, 10082.0, 10127.0, 10088.0, 10078.0, 10069.0, 10152.0, 10098.0, 10086.0, 10063.0, 10147.0, 10108.0, 10052.0, 10042.0, 10064.0, 10039.0, 10091.0, 10045.0, 10039.0, 10030.0, 10013.0, 10063.0, 10003.0, 10082.0, 10021.0, 10096.0, 10090.0, 10065.0, 10047.0, 10054.0, 10017.0, 10085.0, 10060.0, 10053.0, 10051.0, 10041.0, 10034.0, 10079.0, 10100.0, 10059.0, 10181.0, 10098.0, 10089.0, 10075.0, 10028.0, 10072.0, 10061.0, 10118.0, 10120.0, 10099.0, 10121.0, 10045.0, 10150.0, 10095.0, 10136.0, 10028.0, 10065.0, 9990.0, 10056.0, 9983.0, 10036.0, 10016.0, 9991.0, 10054.0, 9985.0, 10024.0, 9994.0, 10045.0, 9999.0, 9977.0, 9982.0, 9986.0, 9987.0, 10024.0, 10027.0, 10040.0, 10064.0, 10096.0, 10065.0, 10124.0, 10075.0, 10110.0, 10099.0, 10053.0, 10047.0, 10027.0, 10073.0, 10018.0, 10064.0, 10059.0, 10118.0, 10054.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.006233269867549669</td></tr>
<tr><td colspan=3>aqi</td><td>0.05983754793046357</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.64368277536042</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2346181209362075</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0582226666777128</td></tr>
<tr><td colspan=3>efc</td><td>0.5095</td></tr>
<tr><td colspan=3>fber</td><td>5113.9263</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15923481296870906</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>218</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.04635761589404</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.409293328859022</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2411904011113113</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7020266628513916</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284662922614364</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102025</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022604303434491158</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04440520331263542</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1208</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>4.277553702506914</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>12.8854</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.721</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.045</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.3016</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8142</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.8414</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3783.8516</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.3545</td></tr>
<tr><td colspan=3>tsnr</td><td>26.65511895203963</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>