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

616 lines
No EOL
134 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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-01/func/sub-0131_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>08d2098959518e68058cdc0f27271c67</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>19:12:25.992500</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.986675, 0.146096, -0.0716103, -0.131826, 0.975804, 0.174439]</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.101438</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>41</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -8196, -7415, 350, -236, -1164, 618, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f3c720c1-68fe-458e-b655-a5031b72bb81||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.6471774578094482, -0.3536791503429413, -0.2574785351753235, 132.00511169433594], [-0.3919645845890045, 2.6180102825164795, 0.4392206370830536, -93.62467193603516], [-0.19212527573108673, -0.4680064618587494, 2.6515636444091797, -28.957597732543945], [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': ['191225.992500', '191226.452500', '191226.912500', '191227.372500', '191227.832500', '191228.292500', '191228.752500', '191229.212500', '191229.672500', '191230.132500', '191230.592500', '191231.052500', '191231.512500', '191231.972500', '191232.432500', '191232.892500', '191233.352500', '191233.812500', '191234.272500', '191234.732500', '191235.192500', '191235.652500', '191236.112500', '191236.572500', '191237.032500', '191237.492500', '191237.952500', '191238.412500', '191238.872500', '191239.332500', '191239.792500', '191240.252500', '191240.712500', '191241.172500', '191241.632500', '191242.092500', '191242.552500', '191243.012500', '191243.472500', '191243.932500', '191244.392500', '191244.852500', '191245.312500', '191245.772500', '191246.232500', '191246.692500', '191247.152500', '191247.612500', '191248.072500', '191248.532500', '191248.992500', '191249.452500', '191249.912500', '191250.372500', '191250.832500', '191251.292500', '191251.752500', '191252.212500', '191252.672500', '191253.132500', '191253.592500', '191254.052500', '191254.512500', '191254.972500', '191255.432500', '191255.892500', '191256.352500', '191256.812500', '191257.272500', '191257.732500', '191258.192500', '191258.652500', '191259.112500', '191259.572500', '191300.032500', '191300.492500', '191300.952500', '191301.412500', '191301.872500', '191302.332500', '191302.792500', '191303.252500', '191303.712500', '191304.172500', '191304.632500', '191305.092500', '191305.552500', '191306.012500', '191306.472500', '191306.932500', '191307.392500', '191307.852500', '191308.312500', '191308.772500', '191309.232500', '191309.692500', '191310.152500', '191310.612500', '191311.072500', '191311.532500', '191311.992500', '191312.452500', '191312.912500', '191313.372500', '191313.832500', '191314.292500', '191314.752500', '191315.212500', '191315.672500', '191316.132500', '191316.592500', '191317.052500', '191317.512500', '191317.972500', '191318.432500', '191318.892500', '191319.352500', '191319.812500', '191320.272500', '191320.732500', '191321.192500', '191321.652500', '191322.112500', '191322.572500', '191323.032500', '191323.492500', '191323.952500', '191324.412500', '191324.872500', '191325.332500', '191325.792500', '191326.252500', '191326.712500', '191327.172500', '191327.632500', '191328.092500', '191328.552500', '191329.012500', '191329.472500', '191329.932500', '191330.392500', '191330.852500', '191331.312500', '191331.772500', '191332.232500', '191332.692500', '191333.152500', '191333.612500', '191334.072500', '191334.532500', '191334.992500', '191335.452500', '191335.912500', '191336.372500', '191336.832500', '191337.292500', '191337.752500', '191338.212500', '191338.672500', '191339.132500', '191339.592500', '191340.052500', '191340.512500', '191340.972500', '191341.432500', '191341.892500', '191342.352500', '191342.812500', '191343.272500', '191343.732500', '191344.192500', '191344.652500', '191345.112500', '191345.572500', '191346.032500', '191346.492500', '191346.952500', '191347.412500', '191347.872500', '191348.332500', '191348.792500', '191349.252500', '191349.712500', '191350.172500', '191350.632500', '191351.092500', '191351.552500', '191352.012500', '191352.472500', '191352.932500', '191353.392500', '191353.852500', '191354.312500', '191354.772500', '191355.232500', '191355.692500', '191356.152500', '191356.612500', '191357.072500', '191357.532500', '191357.992500', '191358.452500', '191358.912500', '191359.372500', '191359.832500', '191400.292500', '191400.752500', '191401.212500', '191401.672500', '191402.132500', '191402.592500', '191403.052500', '191403.512500', '191403.972500', '191404.432500', '191404.892500', '191405.352500', '191405.812500', '191406.272500', '191406.732500', '191407.192500', '191407.652500', '191408.112500', '191408.572500', '191409.032500', '191409.492500', '191409.952500', '191410.412500', '191410.872500', '191411.332500', '191411.792500', '191412.252500', '191412.712500', '191413.172500', '191413.632500', '191414.092500', '191414.552500', '191415.012500', '191415.472500', '191415.932500', '191416.392500', '191416.852500', '191417.312500', '191417.772500', '191418.232500', '191418.692500', '191419.152500', '191419.612500', '191420.072500', '191420.532500', '191420.992500', '191421.452500', '191421.912500', '191422.372500', '191422.832500', '191423.292500', '191423.752500', '191424.212500', '191424.672500', '191425.132500', '191425.592500', '191426.052500', '191426.512500', '191426.972500', '191427.432500', '191427.892500', '191428.352500', '191428.812500', '191429.272500', '191429.732500', '191430.192500', '191430.652500', '191431.112500', '191431.572500', '191432.032500', '191432.492500', '191432.952500', '191433.412500', '191433.872500', '191434.332500', '191434.792500', '191435.252500', '191435.712500', '191436.172500', '191436.632500', '191437.092500', '191437.552500', '191438.012500', '191438.472500', '191438.932500', '191439.392500', '191439.852500', '191440.312500', '191440.772500', '191441.232500', '191441.692500', '191442.152500', '191442.612500', '191443.072500', '191443.532500', '191443.992500', '191444.452500', '191444.912500', '191445.372500', '191445.832500', '191446.292500', '191446.752500', '191447.212500', '191447.672500', '191448.132500', '191448.592500', '191449.052500', '191449.512500', '191449.972500', '191450.432500', '191450.892500', '191451.352500', '191451.812500', '191452.272500', '191452.732500', '191453.192500', '191453.652500', '191454.112500', '191454.572500', '191455.032500', '191455.492500', '191455.952500', '191456.412500', '191456.872500', '191457.332500', '191457.792500', '191458.252500', '191458.712500', '191459.172500', '191459.632500', '191500.092500', '191500.552500', '191501.012500', '191501.472500', '191501.932500', '191502.392500', '191502.852500', '191503.312500', '191503.772500', '191504.232500', '191504.692500', '191505.152500', '191505.612500', '191506.072500', '191506.532500', '191506.992500', '191507.452500', '191507.912500', '191508.372500', '191508.832500', '191509.292500', '191509.752500', '191510.212500', '191510.672500', '191511.132500', '191511.592500', '191512.052500', '191512.512500', '191512.972500', '191513.432500', '191513.892500', '191514.352500', '191514.812500', '191515.272500', '191515.732500', '191516.192500', '191516.652500', '191517.112500', '191517.572500', '191518.032500', '191518.492500', '191518.952500', '191519.412500', '191519.872500', '191520.332500', '191520.792500', '191521.252500', '191521.712500', '191522.172500', '191522.632500', '191523.092500', '191523.552500', '191524.012500', '191524.472500', '191524.932500', '191525.392500', '191525.852500', '191526.312500', '191526.772500', '191527.232500', '191527.692500', '191528.152500', '191528.612500', '191529.072500', '191529.532500', '191529.992500', '191530.452500', '191530.912500', '191531.372500', '191531.832500', '191532.292500', '191532.752500', '191533.212500', '191533.672500', '191534.132500', '191534.592500', '191535.052500', '191535.512500', '191535.972500', '191536.432500', '191536.892500', '191537.352500', '191537.812500', '191538.272500', '191538.732500', '191539.192500', '191539.652500', '191540.112500', '191540.572500', '191541.032500', '191541.492500', '191541.952500', '191542.412500', '191542.872500', '191543.332500', '191543.792500', '191544.252500', '191544.712500', '191545.172500', '191545.632500', '191546.092500', '191546.552500', '191547.012500', '191547.472500', '191547.932500', '191548.392500', '191548.852500', '191549.312500', '191549.772500', '191550.232500', '191550.692500', '191551.152500', '191551.612500', '191552.072500', '191552.532500', '191552.992500', '191553.452500', '191553.912500', '191554.372500', '191554.832500', '191555.292500', '191555.752500', '191556.212500', '191556.672500', '191557.132500', '191557.592500', '191558.052500', '191558.512500', '191558.972500', '191559.432500', '191559.892500', '191600.352500', '191600.812500', '191601.272500', '191601.732500', '191602.192500', '191602.652500', '191603.112500', '191603.572500', '191604.032500', '191604.492500', '191604.952500', '191605.412500', '191605.872500', '191606.332500', '191606.792500', '191607.252500', '191607.712500', '191608.172500', '191608.632500', '191609.092500', '191609.552500', '191610.012500', '191610.472500', '191610.932500', '191611.392500', '191611.852500', '191612.312500', '191612.772500', '191613.232500', '191613.692500', '191614.152500', '191614.612500', '191615.072500', '191615.532500', '191615.992500', '191616.452500', '191616.912500', '191617.372500', '191617.832500', '191618.292500', '191618.752500', '191619.212500', '191619.672500', '191620.132500', '191620.592500', '191621.052500', '191621.512500', '191621.972500', '191622.432500', '191622.892500', '191623.352500', '191623.812500', '191624.272500', '191624.732500', '191625.192500', '191625.652500', '191626.112500', '191626.572500', '191627.032500', '191627.492500', '191627.952500', '191628.412500', '191628.872500', '191629.332500', '191629.792500', '191630.252500', '191630.712500', '191631.172500', '191631.632500', '191632.092500', '191632.552500', '191633.012500', '191633.472500', '191633.932500', '191634.392500', '191634.852500', '191635.312500', '191635.772500', '191636.232500', '191636.692500', '191637.152500', '191637.612500', '191638.072500', '191638.532500', '191638.992500', '191639.452500', '191639.912500', '191640.372500', '191640.832500', '191641.292500', '191641.752500', '191642.212500', '191642.672500', '191643.132500', '191643.592500', '191644.052500', '191644.512500', '191644.972500', '191645.432500', '191645.892500', '191646.352500', '191646.812500', '191647.272500', '191647.732500', '191648.192500', '191648.652500', '191649.112500', '191649.572500', '191650.032500', '191650.492500', '191650.952500', '191651.412500', '191651.872500', '191652.332500', '191652.792500', '191653.252500', '191653.712500', '191654.172500', '191654.632500', '191655.092500', '191655.552500', '191656.012500', '191656.472500', '191656.932500', '191657.392500', '191657.852500', '191658.312500', '191658.772500', '191659.232500', '191659.692500', '191700.152500', '191700.612500', '191701.072500', '191701.532500', '191701.992500', '191702.452500', '191702.912500', '191703.372500', '191703.832500', '191704.292500', '191704.752500', '191705.212500', '191705.672500', '191706.132500', '191706.592500', '191707.052500', '191707.512500', '191707.972500', '191708.432500', '191708.892500', '191709.352500', '191709.812500', '191710.272500', '191710.732500', '191711.192500', '191711.652500', '191712.112500', '191712.572500', '191713.032500', '191713.492500', '191713.952500', '191714.412500', '191714.872500', '191715.332500', '191715.792500', '191716.252500', '191716.712500', '191717.172500', '191717.632500', '191718.092500', '191718.552500', '191719.012500', '191719.472500', '191719.932500', '191720.392500', '191720.852500', '191721.312500', '191721.772500', '191722.232500', '191722.692500', '191723.152500', '191723.612500', '191724.072500', '191724.532500', '191724.992500', '191725.452500', '191725.912500', '191726.372500', '191726.832500', '191727.292500', '191727.752500', '191728.212500', '191728.672500', '191729.132500', '191729.592500', '191730.052500', '191730.512500', '191730.972500', '191731.432500', '191731.892500', '191732.352500', '191732.812500', '191733.272500', '191733.732500', '191734.192500', '191734.652500', '191735.112500', '191735.572500', '191736.032500', '191736.492500', '191736.952500', '191737.412500', '191737.872500', '191738.332500', '191738.792500', '191739.252500', '191739.712500', '191740.172500', '191740.632500', '191741.092500', '191741.552500', '191742.012500', '191742.472500', '191742.932500', '191743.392500', '191743.852500', '191744.312500', '191744.772500', '191745.232500', '191745.692500', '191746.152500', '191746.612500', '191747.072500', '191747.532500', '191747.992500', '191748.452500', '191748.912500', '191749.372500', '191749.832500', '191750.292500', '191750.752500', '191751.212500', '191751.672500', '191752.132500', '191752.592500', '191753.052500', '191753.512500', '191753.972500', '191754.432500', '191754.892500', '191755.352500', '191755.812500', '191756.272500', '191756.732500', '191757.192500', '191757.652500', '191758.112500', '191758.572500', '191759.032500', '191759.492500', '191759.952500', '191800.412500', '191800.872500', '191801.332500', '191801.792500', '191802.252500', '191802.712500', '191803.172500', '191803.632500', '191804.092500', '191804.552500', '191805.012500', '191805.472500', '191805.932500', '191806.392500', '191806.852500', '191807.312500', '191807.772500', '191808.232500', '191808.692500', '191809.152500', '191809.612500', '191810.072500', '191810.532500', '191810.992500', '191811.452500', '191811.912500', '191812.372500', '191812.832500', '191813.292500', '191813.752500', '191814.212500', '191814.672500', '191815.132500', '191815.592500', '191816.052500', '191816.512500', '191816.972500', '191817.432500', '191817.892500', '191818.352500', '191818.812500', '191819.272500', '191819.732500', '191820.192500', '191820.652500', '191821.112500', '191821.572500', '191822.032500', '191822.492500', '191822.952500', '191823.412500', '191823.872500', '191824.332500', '191824.792500', '191825.252500', '191825.712500', '191826.172500', '191826.632500', '191827.092500', '191827.552500', '191828.012500', '191828.472500', '191828.932500', '191829.392500', '191829.852500', '191830.312500', '191830.772500', '191831.232500', '191831.692500', '191832.152500', '191832.612500', '191833.072500', '191833.532500', '191833.992500', '191834.452500', '191834.912500', '191835.372500', '191835.832500', '191836.292500', '191836.752500', '191837.212500', '191837.672500', '191838.132500', '191838.592500', '191839.052500', '191839.512500', '191839.972500', '191840.432500', '191840.892500', '191841.352500', '191841.812500', '191842.272500', '191842.732500', '191843.192500', '191843.652500', '191844.112500', '191844.572500', '191845.032500', '191845.492500', '191845.952500', '191846.412500', '191846.872500', '191847.332500', '191847.792500', '191848.252500', '191848.712500', '191849.172500', '191849.632500', '191850.092500', '191850.552500', '191851.012500', '191851.472500', '191851.932500', '191852.392500', '191852.852500', '191853.312500', '191853.772500', '191854.232500', '191854.692500', '191855.152500', '191855.612500', '191856.072500', '191856.532500', '191856.992500', '191857.452500', '191857.912500', '191858.372500', '191858.832500', '191859.292500', '191859.752500', '191900.212500', '191900.672500', '191901.132500', '191901.592500', '191902.052500', '191902.512500', '191902.972500', '191903.432500', '191903.892500', '191904.352500', '191904.812500', '191905.272500', '191905.732500', '191906.192500', '191906.652500', '191907.112500', '191907.572500', '191908.032500', '191908.492500', '191908.952500', '191909.412500', '191909.872500', '191910.332500', '191910.792500', '191911.252500', '191911.712500', '191912.172500', '191912.632500', '191913.092500', '191913.552500', '191914.012500', '191914.472500', '191914.932500', '191915.392500', '191915.852500', '191916.312500', '191916.772500', '191917.232500', '191917.692500', '191918.152500', '191918.612500', '191919.072500', '191919.532500', '191919.992500', '191920.452500', '191920.912500', '191921.372500', '191921.832500', '191922.292500', '191922.752500', '191923.212500', '191923.672500', '191924.132500', '191924.592500', '191925.052500', '191925.512500', '191925.972500', '191926.432500', '191926.892500', '191927.352500', '191927.812500', '191928.272500', '191928.732500', '191929.192500', '191929.652500', '191930.112500', '191930.572500', '191931.032500', '191931.492500', '191931.952500', '191932.412500', '191932.872500', '191933.332500', '191933.792500', '191934.252500', '191934.712500', '191935.172500', '191935.632500', '191936.092500', '191936.552500', '191937.012500', '191937.472500', '191937.932500', '191938.392500', '191938.852500', '191939.312500', '191939.772500', '191940.232500', '191940.692500', '191941.152500', '191941.612500', '191942.072500', '191942.532500', '191942.992500', '191943.452500', '191943.912500', '191944.372500', '191944.832500', '191945.292500', '191945.752500', '191946.212500', '191946.672500', '191947.132500', '191947.592500', '191948.052500', '191948.512500', '191948.972500', '191949.432500', '191949.892500', '191950.352500', '191950.812500', '191951.272500', '191951.732500', '191952.192500', '191952.652500', '191953.112500', '191953.572500', '191954.032500', '191954.492500', '191954.952500', '191955.412500', '191955.872500', '191956.332500', '191956.792500', '191957.252500', '191957.712500', '191958.172500', '191958.632500', '191959.092500', '191959.552500', '192000.012500', '192000.472500', '192000.932500', '192001.392500', '192001.852500', '192002.312500', '192002.772500', '192003.232500', '192003.692500', '192004.152500', '192004.612500', '192005.072500', '192005.532500', '192005.992500', '192006.452500', '192006.912500', '192007.372500', '192007.832500', '192008.292500', '192008.752500', '192009.212500', '192009.672500', '192010.132500', '192010.592500', '192011.052500', '192011.512500', '192011.972500', '192012.432500', '192012.892500', '192013.352500', '192013.812500', '192014.272500', '192014.732500', '192015.192500', '192015.652500', '192016.112500', '192016.572500', '192017.032500', '192017.492500', '192017.952500', '192018.412500', '192018.872500', '192019.332500', '192019.792500', '192020.252500', '192020.712500', '192021.172500', '192021.632500', '192022.092500', '192022.552500', '192023.012500', '192023.472500', '192023.932500', '192024.392500', '192024.852500', '192025.312500', '192025.772500', '192026.232500', '192026.692500', '192027.152500', '192027.612500', '192028.072500', '192028.532500', '192028.992500', '192029.452500', '192029.912500', '192030.372500', '192030.832500', '192031.292500', '192031.752500', '192032.212500', '192032.672500', '192033.132500', '192033.592500', '192034.052500', '192034.512500', '192034.972500', '192035.432500', '192035.892500', '192036.352500', '192036.812500', '192037.272500', '192037.732500', '192038.192500', '192038.652500', '192039.112500', '192039.572500', '192040.032500', '192040.492500', '192040.952500', '192041.412500', '192041.872500', '192042.332500', '192042.792500', '192043.252500', '192043.712500', '192044.172500', '192044.632500', '192045.092500', '192045.552500', '192046.012500', '192046.472500', '192046.932500', '192047.392500', '192047.852500', '192048.312500', '192048.772500', '192049.232500', '192049.692500', '192050.152500', '192050.612500', '192051.072500', '192051.532500', '192051.992500', '192052.452500', '192052.912500', '192053.372500', '192053.832500', '192054.292500', '192054.752500', '192055.212500', '192055.672500', '192056.132500', '192056.592500', '192057.052500', '192057.512500', '192057.972500', '192058.432500', '192058.892500', '192059.352500', '192059.812500', '192100.272500', '192100.732500', '192101.192500', '192101.652500', '192102.112500', '192102.572500', '192103.032500', '192103.492500', '192103.952500', '192104.412500', '192104.872500', '192105.332500', '192105.792500', '192106.252500', '192106.712500', '192107.172500', '192107.632500', '192108.092500', '192108.552500', '192109.012500', '192109.472500', '192109.932500', '192110.392500', '192110.852500', '192111.312500', '192111.772500', '192112.232500', '192112.692500', '192113.152500', '192113.612500', '192114.072500', '192114.532500', '192114.992500', '192115.452500', '192115.912500', '192116.372500', '192116.832500', '192117.292500', '192117.752500', '192118.212500', '192118.672500', '192119.132500', '192119.592500', '192120.052500', '192120.512500', '192120.972500', '192121.432500', '192121.892500', '192122.352500', '192122.812500', '192123.272500', '192123.732500', '192124.192500', '192124.652500', '192125.112500', '192125.572500', '192126.032500', '192126.492500', '192126.952500', '192127.412500', '192127.872500', '192128.332500', '192128.792500', '192129.252500', '192129.712500', '192130.172500', '192130.632500', '192131.092500', '192131.552500', '192132.012500', '192132.472500', '192132.932500', '192133.392500', '192133.852500', '192134.312500', '192134.772500', '192135.232500', '192135.692500', '192136.152500', '192136.612500', '192137.072500', '192137.532500', '192137.992500', '192138.452500', '192138.912500', '192139.372500', '192139.832500', '192140.292500', '192140.752500', '192141.212500', '192141.672500'], 'ContentTime': ['191243.739000', '191243.742000', '191243.744000', '191243.747000', '191243.750000', '191243.752000', '191243.755000', '191243.757000', '191243.760000', '191243.762000', '191243.772000', '191243.775000', '191243.777000', '191243.780000', '191243.783000', '191243.785000', '191243.788000', '191243.790000', '191243.793000', '191243.795000', '191243.798000', '191243.801000', '191243.803000', '191243.808000', '191243.810000', '191243.813000', '191243.815000', '191243.818000', '191243.820000', '191243.823000', '191243.826000', '191243.828000', '191243.831000', '191243.833000', '191243.836000', '191243.838000', '191243.841000', '191303.697000', '191303.700000', '191303.703000', '191303.705000', '191303.708000', '191303.711000', '191303.714000', '191303.717000', '191303.720000', '191303.723000', '191303.725000', '191303.728000', '191303.730000', '191303.733000', '191303.735000', '191303.738000', '191303.740000', '191303.743000', '191303.746000', '191303.748000', '191303.751000', '191303.753000', '191303.756000', '191303.758000', '191303.761000', '191303.763000', '191303.766000', '191303.769000', '191303.771000', '191303.774000', '191303.776000', '191303.779000', '191303.782000', '191303.784000', '191303.787000', '191303.789000', '191303.792000', '191303.794000', '191303.797000', '191303.800000', '191303.802000', '191303.805000', '191303.807000', '191323.698000', '191323.700000', '191323.703000', '191323.706000', '191323.708000', '191323.711000', '191323.713000', '191323.716000', '191323.723000', '191323.725000', '191323.728000', '191323.730000', '191323.733000', '191323.735000', '191323.738000', '191323.740000', '191323.743000', '191323.746000', '191323.748000', '191323.751000', '191323.753000', '191323.756000', '191323.758000', '191323.761000', '191323.764000', '191323.766000', '191323.769000', '191323.771000', '191323.774000', '191323.776000', '191323.779000', '191323.781000', '191323.784000', '191323.787000', '191323.789000', '191323.792000', '191323.794000', '191323.797000', '191323.800000', '191323.802000', '191323.805000', '191323.807000', '191323.810000', '191323.812000', '191343.698000', '191343.700000', '191343.703000', '191343.706000', '191343.708000', '191343.711000', '191343.713000', '191343.716000', '191343.718000', '191343.721000', '191343.724000', '191343.726000', '191343.729000', '191343.731000', '191343.734000', '191343.736000', '191343.739000', '191343.742000', '191343.744000', '191343.747000', '191343.750000', '191343.753000', '191343.756000', '191343.759000', '191343.761000', '191343.764000', '191343.767000', '191343.769000', '191343.772000', '191343.774000', '191343.777000', '191343.780000', '191343.782000', '191343.785000', '191343.787000', '191343.790000', '191343.792000', '191343.795000', '191343.798000', '191343.832000', '191343.835000', '191343.838000', '191343.840000', '191403.697000', '191403.700000', '191403.703000', '191403.705000', '191403.708000', '191403.710000', '191403.713000', '191403.716000', '191403.718000', '191403.721000', '191403.724000', '191403.726000', '191403.729000', '191403.731000', '191403.734000', '191403.736000', '191403.739000', '191403.742000', '191403.744000', '191403.747000', '191403.749000', '191403.752000', '191403.755000', '191403.757000', '191403.760000', '191403.762000', '191403.765000', '191403.768000', '191403.770000', '191403.773000', '191403.785000', '191403.788000', '191403.790000', '191403.793000', '191403.796000', '191403.798000', '191403.801000', '191403.804000', '191403.806000', '191403.809000', '191403.811000', '191403.814000', '191403.816000', '191403.819000', '191423.697000', '191423.700000', '191423.703000', '191423.706000', '191423.708000', '191423.711000', '191423.714000', '191423.716000', '191423.719000', '191423.722000', '191423.724000', '191423.727000', '191423.729000', '191423.732000', '191423.735000', '191423.737000', '191423.740000', '191423.742000', '191423.745000', '191423.747000', '191423.750000', '191423.753000', '191423.755000', '191423.758000', '191423.760000', '191423.763000', '191423.765000', '191423.768000', '191423.770000', '191423.773000', '191423.776000', '191423.778000', '191423.781000', '191423.784000', '191423.786000', '191423.789000', '191423.791000', '191423.794000', '191423.797000', '191423.799000', '191423.802000', '191423.805000', '191423.807000', '191443.698000', '191443.701000', '191443.703000', '191443.706000', '191443.708000', '191443.711000', '191443.714000', '191443.716000', '191443.719000', '191443.721000', '191443.724000', '191443.727000', '191443.729000', '191443.732000', '191443.735000', '191443.737000', '191443.740000', '191443.742000', '191443.745000', '191443.747000', '191443.750000', '191443.753000', '191443.755000', '191443.758000', '191443.760000', '191443.763000', '191443.766000', '191443.768000', '191443.771000', '191443.774000', '191443.776000', '191443.779000', '191443.781000', '191443.784000', '191443.787000', '191443.789000', '191443.792000', '191443.794000', '191443.797000', '191443.831000', '191443.834000', '191443.836000', '191443.839000', '191443.842000', '191503.697000', '191503.700000', '191503.703000', '191503.706000', '191503.708000', '191503.711000', '191503.714000', '191503.716000', '191503.719000', '191503.721000', '191503.724000', '191503.726000', '191503.729000', '191503.732000', '191503.734000', '191503.737000', '191503.739000', '191503.742000', '191503.744000', '191503.747000', '191503.750000', '191503.752000', '191503.755000', '191503.757000', '191503.760000', '191503.763000', '191503.765000', '191503.768000', '191503.770000', '191503.773000', '191503.776000', '191503.778000', '191503.781000', '191503.784000', '191503.788000', '191503.791000', '191503.794000', '191503.797000', '191503.799000', '191503.858000', '191503.900000', '191503.903000', '191503.906000', '191523.698000', '191523.701000', '191523.703000', '191523.706000', '191523.708000', '191523.711000', '191523.713000', '191523.716000', '191523.719000', '191523.721000', '191523.724000', '191523.726000', '191523.729000', '191523.732000', '191523.734000', '191523.737000', '191523.740000', '191523.742000', '191523.745000', '191523.747000', '191523.750000', '191523.753000', '191523.755000', '191523.758000', '191523.760000', '191523.763000', '191523.766000', '191523.768000', '191523.771000', '191523.774000', '191523.776000', '191523.779000', '191523.781000', '191523.784000', '191523.787000', '191523.789000', '191523.792000', '191523.794000', '191523.797000', '191523.800000', '191523.845000', '191523.847000', '191523.850000', '191523.853000', '191543.698000', '191543.701000', '191543.703000', '191543.706000', '191543.709000', '191543.711000', '191543.714000', '191543.716000', '191543.719000', '191543.721000', '191543.724000', '191543.737000', '191543.740000', '191543.743000', '191543.745000', '191543.748000', '191543.750000', '191543.753000', '191543.756000', '191543.758000', '191543.761000', '191543.763000', '191543.766000', '191543.768000', '191543.771000', '191543.774000', '191543.776000', '191543.779000', '191543.782000', '191543.784000', '191543.787000', '191543.789000', '191543.796000', '191543.799000', '191543.832000', '191543.835000', '191543.838000', '191543.840000', '191543.843000', '191543.845000', '191543.848000', '191543.850000', '191543.853000', '191603.698000', '191603.700000', '191603.703000', '191603.706000', '191603.708000', '191603.711000', '191603.713000', '191603.716000', '191603.719000', '191603.721000', '191603.724000', '191603.726000', '191603.729000', '191603.732000', '191603.743000', '191603.745000', '191603.748000', '191603.751000', '191603.753000', '191603.756000', '191603.758000', '191603.761000', '191603.764000', '191603.766000', '191603.769000', '191603.771000', '191603.774000', '191603.777000', '191603.779000', '191603.782000', '191603.784000', '191603.787000', '191603.790000', '191603.792000', '191603.795000', '191603.797000', '191603.880000', '191603.882000', '191603.885000', '191603.888000', '191603.890000', '191603.893000', '191603.896000', '191603.898000', '191623.698000', '191623.701000', '191623.703000', '191623.706000', '191623.708000', '191623.711000', '191623.714000', '191623.716000', '191623.719000', '191623.721000', '191623.724000', '191623.727000', '191623.729000', '191623.732000', '191623.734000', '191623.737000', '191623.739000', '191623.742000', '191623.744000', '191623.747000', '191623.750000', '191623.752000', '191623.755000', '191623.757000', '191623.760000', '191623.763000', '191623.765000', '191623.768000', '191623.771000', '191623.774000', '191623.777000', '191623.779000', '191623.782000', '191623.785000', '191623.787000', '191623.790000', '191623.865000', '191623.867000', '191623.870000', '191623.873000', '191623.875000', '191623.878000', '191623.881000', '191643.697000', '191643.700000', '191643.703000', '191643.705000', '191643.708000', '191643.711000', '191643.713000', '191643.716000', '191643.718000', '191643.721000', '191643.724000', '191643.726000', '191643.729000', '191643.731000', '191643.734000', '191643.737000', '191643.739000', '191643.742000', '191643.744000', '191643.747000', '191643.750000', '191643.752000', '191643.755000', '191643.758000', '191643.760000', '191643.763000', '191643.766000', '191643.768000', '191643.771000', '191643.773000', '191643.776000', '191643.778000', '191643.781000', '191643.784000', '191643.786000', '191643.789000', '191643.791000', '191643.794000', '191643.797000', '191643.878000', '191643.881000', '191643.884000', '191643.886000', '191643.889000', '191703.697000', '191703.700000', '191703.703000', '191703.706000', '191703.708000', '191703.711000', '191703.713000', '191703.716000', '191703.719000', '191703.721000', '191703.724000', '191703.726000', '191703.729000', '191703.731000', '191703.734000', '191703.737000', '191703.739000', '191703.742000', '191703.744000', '191703.747000', '191703.750000', '191703.752000', '191703.755000', '191703.757000', '191703.760000', '191703.763000', '191703.765000', '191703.768000', '191703.770000', '191703.773000', '191703.775000', '191703.778000', '191703.781000', '191703.783000', '191703.786000', '191703.788000', '191703.804000', '191703.828000', '191703.831000', '191703.834000', '191703.836000', '191703.839000', '191703.841000', '191723.698000', '191723.700000', '191723.703000', '191723.706000', '191723.708000', '191723.711000', '191723.713000', '191723.716000', '191723.719000', '191723.721000', '191723.724000', '191723.727000', '191723.729000', '191723.732000', '191723.735000', '191723.737000', '191723.740000', '191723.743000', '191723.745000', '191723.748000', '191723.751000', '191723.753000', '191723.756000', '191723.759000', '191723.761000', '191723.764000', '191723.766000', '191723.769000', '191723.772000', '191723.774000', '191723.777000', '191723.779000', '191723.782000', '191723.785000', '191723.787000', '191723.790000', '191723.792000', '191723.795000', '191723.798000', '191723.854000', '191723.856000', '191723.859000', '191723.877000', '191743.697000', '191743.700000', '191743.703000', '191743.705000', '191743.708000', '191743.711000', '191743.713000', '191743.716000', '191743.718000', '191743.721000', '191743.724000', '191743.726000', '191743.729000', '191743.732000', '191743.734000', '191743.737000', '191743.739000', '191743.742000', '191743.744000', '191743.747000', '191743.749000', '191743.752000', '191743.755000', '191743.757000', '191743.760000', '191743.763000', '191743.765000', '191743.768000', '191743.770000', '191743.773000', '191743.776000', '191743.778000', '191743.781000', '191743.784000', '191743.786000', '191743.789000', '191743.791000', '191743.794000', '191743.797000', '191743.799000', '191743.856000', '191743.858000', '191743.861000', '191743.864000', '191803.698000', '191803.700000', '191803.703000', '191803.706000', '191803.708000', '191803.711000', '191803.713000', '191803.716000', '191803.719000', '191803.721000', '191803.724000', '191803.726000', '191803.729000', '191803.731000', '191803.734000', '191803.737000', '191803.739000', '191803.742000', '191803.744000', '191803.747000', '191803.749000', '191803.752000', '191803.755000', '191803.757000', '191803.760000', '191803.762000', '191803.765000', '191803.768000', '191803.770000', '191803.773000', '191803.775000', '191803.778000', '191803.780000', '191803.783000', '191803.786000', '191803.788000', '191803.791000', '191803.794000', '191803.796000', '191803.799000', '191803.837000', '191803.839000', '191803.842000', '191803.844000', '191823.697000', '191823.700000', '191823.703000', '191823.705000', '191823.708000', '191823.711000', '191823.713000', '191823.716000', '191823.718000', '191823.721000', '191823.723000', '191823.726000', '191823.728000', '191823.731000', '191823.734000', '191823.736000', '191823.739000', '191823.741000', '191823.744000', '191823.747000', '191823.749000', '191823.752000', '191823.754000', '191823.757000', '191823.760000', '191823.762000', '191823.765000', '191823.767000', '191823.770000', '191823.772000', '191823.775000', '191823.778000', '191823.780000', '191823.783000', '191823.785000', '191823.788000', '191823.790000', '191823.793000', '191823.796000', '191823.798000', '191823.801000', '191823.803000', '191823.806000', '191843.697000', '191843.700000', '191843.703000', '191843.706000', '191843.715000', '191843.718000', '191843.721000', '191843.723000', '191843.726000', '191843.728000', '191843.731000', '191843.734000', '191843.736000', '191843.739000', '191843.741000', '191843.744000', '191843.747000', '191843.749000', '191843.752000', '191843.754000', '191843.757000', '191843.760000', '191843.762000', '191843.765000', '191843.767000', '191843.770000', '191843.772000', '191843.775000', '191843.778000', '191843.780000', '191843.783000', '191843.785000', '191843.788000', '191843.791000', '191843.793000', '191843.796000', '191843.798000', '191843.915000', '191843.918000', '191843.920000', '191843.923000', '191843.925000', '191843.928000', '191843.931000', '191903.698000', '191903.700000', '191903.703000', '191903.706000', '191903.709000', '191903.711000', '191903.714000', '191903.716000', '191903.719000', '191903.721000', '191903.724000', '191903.726000', '191903.729000', '191903.732000', '191903.734000', '191903.737000', '191903.739000', '191903.742000', '191903.745000', '191903.747000', '191903.750000', '191903.752000', '191903.755000', '191903.757000', '191903.760000', '191903.763000', '191903.765000', '191903.768000', '191903.770000', '191903.773000', '191903.775000', '191903.778000', '191903.781000', '191903.783000', '191903.786000', '191903.788000', '191903.791000', '191903.794000', '191903.796000', '191903.799000', '191903.869000', '191903.871000', '191903.874000', '191923.698000', '191923.701000', '191923.703000', '191923.706000', '191923.709000', '191923.711000', '191923.714000', '191923.716000', '191923.719000', '191923.722000', '191923.724000', '191923.727000', '191923.730000', '191923.732000', '191923.735000', '191923.737000', '191923.740000', '191923.743000', '191923.745000', '191923.748000', '191923.750000', '191923.753000', '191923.756000', '191923.758000', '191923.761000', '191923.763000', '191923.766000', '191923.769000', '191923.771000', '191923.774000', '191923.776000', '191923.779000', '191923.782000', '191923.784000', '191923.787000', '191923.790000', '191923.792000', '191923.795000', '191923.797000', '191923.866000', '191923.868000', '191923.871000', '191923.874000', '191943.698000', '191943.701000', '191943.703000', '191943.706000', '191943.708000', '191943.711000', '191943.714000', '191943.716000', '191943.719000', '191943.721000', '191943.724000', '191943.726000', '191943.729000', '191943.732000', '191943.734000', '191943.737000', '191943.739000', '191943.742000', '191943.745000', '191943.747000', '191943.750000', '191943.752000', '191943.755000', '191943.758000', '191943.760000', '191943.763000', '191943.765000', '191943.768000', '191943.770000', '191943.773000', '191943.776000', '191943.778000', '191943.781000', '191943.783000', '191943.786000', '191943.789000', '191943.791000', '191943.794000', '191943.796000', '191943.799000', '191943.865000', '191943.868000', '191943.870000', '191943.873000', '192003.703000', '192003.706000', '192003.709000', '192003.711000', '192003.714000', '192003.717000', '192003.719000', '192003.722000', '192003.724000', '192003.727000', '192003.730000', '192003.732000', '192003.735000', '192003.737000', '192003.740000', '192003.743000', '192003.745000', '192003.748000', '192003.751000', '192003.753000', '192003.756000', '192003.759000', '192003.762000', '192003.764000', '192003.767000', '192003.770000', '192003.772000', '192003.775000', '192003.777000', '192003.780000', '192003.783000', '192003.785000', '192003.788000', '192003.790000', '192003.793000', '192003.796000', '192003.798000', '192003.853000', '192003.855000', '192003.858000', '192003.860000', '192003.863000', '192003.866000', '192003.868000', '192023.698000', '192023.701000', '192023.703000', '192023.706000', '192023.708000', '192023.711000', '192023.713000', '192023.716000', '192023.719000', '192023.721000', '192023.724000', '192023.726000', '192023.729000', '192023.732000', '192023.734000', '192023.737000', '192023.739000', '192023.742000', '192023.744000', '192023.747000', '192023.750000', '192023.752000', '192023.755000', '192023.757000', '192023.760000', '192023.762000', '192023.765000', '192023.768000', '192023.770000', '192023.773000', '192023.775000', '192023.778000', '192023.781000', '192023.783000', '192023.786000', '192023.788000', '192023.791000', '192023.793000', '192023.796000', '192023.799000', '192023.819000', '192023.822000', '192023.824000', '192043.698000', '192043.701000', '192043.703000', '192043.706000', '192043.708000', '192043.711000', '192043.714000', '192043.716000', '192043.719000', '192043.721000', '192043.724000', '192043.727000', '192043.729000', '192043.732000', '192043.735000', '192043.737000', '192043.740000', '192043.742000', '192043.745000', '192043.748000', '192043.750000', '192043.753000', '192043.755000', '192043.758000', '192043.761000', '192043.763000', '192043.766000', '192043.768000', '192043.771000', '192043.774000', '192043.776000', '192043.779000', '192043.782000', '192043.784000', '192043.787000', '192043.789000', '192043.792000', '192043.795000', '192043.797000', '192043.800000', '192043.802000', '192043.805000', '192043.808000', '192103.698000', '192103.701000', '192103.703000', '192103.706000', '192103.709000', '192103.711000', '192103.714000', '192103.716000', '192103.719000', '192103.722000', '192103.724000', '192103.727000', '192103.730000', '192103.732000', '192103.735000', '192103.737000', '192103.740000', '192103.743000', '192103.745000', '192103.748000', '192103.750000', '192103.753000', '192103.756000', '192103.758000', '192103.761000', '192103.763000', '192103.766000', '192103.769000', '192103.771000', '192103.774000', '192103.776000', '192103.779000', '192103.781000', '192103.784000', '192103.787000', '192103.789000', '192103.792000', '192103.794000', '192103.797000', '192103.899000', '192103.902000', '192103.904000', '192103.907000', '192103.910000', '192123.698000', '192123.700000', '192123.703000', '192123.706000', '192123.708000', '192123.711000', '192123.714000', '192123.716000', '192123.719000', '192123.722000', '192123.724000', '192123.727000', '192123.729000', '192123.732000', '192123.735000', '192123.737000', '192123.740000', '192123.743000', '192123.746000', '192123.749000', '192123.751000', '192123.754000', '192123.756000', '192123.759000', '192123.762000', '192123.764000', '192123.767000', '192123.769000', '192123.772000', '192123.775000', '192123.777000', '192123.780000', '192123.782000', '192123.785000', '192123.788000', '192123.791000', '192123.793000', '192123.796000', '192123.799000', '192123.889000', '192123.891000', '192123.894000', '192123.896000', '192142.553000', '192142.556000', '192142.559000', '192142.562000', '192142.564000', '192142.567000', '192142.569000', '192142.572000', '192142.574000', '192142.577000', '192142.580000', '192142.582000', '192142.585000', '192142.587000', '192142.590000', '192142.593000', '192142.595000', '192142.598000', '192142.601000', '192142.603000', '192142.606000', '192142.608000', '192142.611000', '192142.614000', '192142.616000', '192142.619000', '192142.621000', '192142.624000', '192142.627000', '192142.629000', '192142.632000', '192142.634000', '192142.637000', '192142.640000', '192142.642000', '192142.645000', '192142.647000', '192142.650000', '192142.652000', '192142.655000', '192142.658000', '192142.660000'], 'InstanceCreationTime': ['191243.739000', '191243.742000', '191243.744000', '191243.747000', '191243.750000', '191243.752000', '191243.755000', '191243.757000', '191243.760000', '191243.762000', '191243.772000', '191243.775000', '191243.777000', '191243.780000', '191243.783000', '191243.785000', '191243.788000', '191243.790000', '191243.793000', '191243.795000', '191243.798000', '191243.801000', '191243.803000', '191243.808000', '191243.810000', '191243.813000', '191243.815000', '191243.818000', '191243.820000', '191243.823000', '191243.826000', '191243.828000', '191243.831000', '191243.833000', '191243.836000', '191243.838000', '191243.841000', '191303.697000', '191303.700000', '191303.703000', '191303.705000', '191303.708000', '191303.711000', '191303.714000', '191303.717000', '191303.720000', '191303.723000', '191303.725000', '191303.728000', '191303.730000', '191303.733000', '191303.735000', '191303.738000', '191303.740000', '191303.743000', '191303.746000', '191303.748000', '191303.751000', '191303.753000', '191303.756000', '191303.758000', '191303.761000', '191303.763000', '191303.766000', '191303.769000', '191303.771000', '191303.774000', '191303.776000', '191303.779000', '191303.782000', '191303.784000', '191303.787000', '191303.789000', '191303.792000', '191303.794000', '191303.797000', '191303.800000', '191303.802000', '191303.805000', '191303.807000', '191323.698000', '191323.700000', '191323.703000', '191323.706000', '191323.708000', '191323.711000', '191323.713000', '191323.716000', '191323.723000', '191323.725000', '191323.728000', '191323.730000', '191323.733000', '191323.735000', '191323.738000', '191323.740000', '191323.743000', '191323.746000', '191323.748000', '191323.751000', '191323.753000', '191323.756000', '191323.758000', '191323.761000', '191323.764000', '191323.766000', '191323.769000', '191323.771000', '191323.774000', '191323.776000', '191323.779000', '191323.781000', '191323.784000', '191323.787000', '191323.789000', '191323.792000', '191323.794000', '191323.797000', '191323.800000', '191323.802000', '191323.805000', '191323.807000', '191323.810000', '191323.812000', '191343.698000', '191343.700000', '191343.703000', '191343.706000', '191343.708000', '191343.711000', '191343.713000', '191343.716000', '191343.718000', '191343.721000', '191343.724000', '191343.726000', '191343.729000', '191343.731000', '191343.734000', '191343.736000', '191343.739000', '191343.742000', '191343.744000', '191343.747000', '191343.750000', '191343.753000', '191343.756000', '191343.759000', '191343.761000', '191343.764000', '191343.767000', '191343.769000', '191343.772000', '191343.774000', '191343.777000', '191343.780000', '191343.782000', '191343.785000', '191343.787000', '191343.790000', '191343.792000', '191343.795000', '191343.798000', '191343.832000', '191343.835000', '191343.838000', '191343.840000', '191403.697000', '191403.700000', '191403.703000', '191403.705000', '191403.708000', '191403.710000', '191403.713000', '191403.716000', '191403.718000', '191403.721000', '191403.724000', '191403.726000', '191403.729000', '191403.731000', '191403.734000', '191403.736000', '191403.739000', '191403.742000', '191403.744000', '191403.747000', '191403.749000', '191403.752000', '191403.755000', '191403.757000', '191403.760000', '191403.762000', '191403.765000', '191403.768000', '191403.770000', '191403.773000', '191403.785000', '191403.788000', '191403.790000', '191403.793000', '191403.796000', '191403.798000', '191403.801000', '191403.804000', '191403.806000', '191403.809000', '191403.811000', '191403.814000', '191403.816000', '191403.819000', '191423.697000', '191423.700000', '191423.703000', '191423.706000', '191423.708000', '191423.711000', '191423.714000', '191423.716000', '191423.719000', '191423.722000', '191423.724000', '191423.727000', '191423.729000', '191423.732000', '191423.735000', '191423.737000', '191423.740000', '191423.742000', '191423.745000', '191423.747000', '191423.750000', '191423.753000', '191423.755000', '191423.758000', '191423.760000', '191423.763000', '191423.765000', '191423.768000', '191423.770000', '191423.773000', '191423.776000', '191423.778000', '191423.781000', '191423.784000', '191423.786000', '191423.789000', '191423.791000', '191423.794000', '191423.797000', '191423.799000', '191423.802000', '191423.805000', '191423.807000', '191443.698000', '191443.701000', '191443.703000', '191443.706000', '191443.708000', '191443.711000', '191443.714000', '191443.716000', '191443.719000', '191443.721000', '191443.724000', '191443.727000', '191443.729000', '191443.732000', '191443.735000', '191443.737000', '191443.740000', '191443.742000', '191443.745000', '191443.747000', '191443.750000', '191443.753000', '191443.755000', '191443.758000', '191443.760000', '191443.763000', '191443.766000', '191443.768000', '191443.771000', '191443.774000', '191443.776000', '191443.779000', '191443.781000', '191443.784000', '191443.787000', '191443.789000', '191443.792000', '191443.794000', '191443.797000', '191443.831000', '191443.834000', '191443.836000', '191443.839000', '191443.842000', '191503.697000', '191503.700000', '191503.703000', '191503.706000', '191503.708000', '191503.711000', '191503.714000', '191503.716000', '191503.719000', '191503.721000', '191503.724000', '191503.726000', '191503.729000', '191503.732000', '191503.734000', '191503.737000', '191503.739000', '191503.742000', '191503.744000', '191503.747000', '191503.750000', '191503.752000', '191503.755000', '191503.757000', '191503.760000', '191503.763000', '191503.765000', '191503.768000', '191503.770000', '191503.773000', '191503.776000', '191503.778000', '191503.781000', '191503.784000', '191503.788000', '191503.791000', '191503.794000', '191503.797000', '191503.799000', '191503.858000', '191503.900000', '191503.903000', '191503.906000', '191523.698000', '191523.701000', '191523.703000', '191523.706000', '191523.708000', '191523.711000', '191523.713000', '191523.716000', '191523.719000', '191523.721000', '191523.724000', '191523.726000', '191523.729000', '191523.732000', '191523.734000', '191523.737000', '191523.740000', '191523.742000', '191523.745000', '191523.747000', '191523.750000', '191523.753000', '191523.755000', '191523.758000', '191523.760000', '191523.763000', '191523.766000', '191523.768000', '191523.771000', '191523.774000', '191523.776000', '191523.779000', '191523.781000', '191523.784000', '191523.787000', '191523.789000', '191523.792000', '191523.794000', '191523.797000', '191523.800000', '191523.845000', '191523.847000', '191523.850000', '191523.853000', '191543.698000', '191543.701000', '191543.703000', '191543.706000', '191543.709000', '191543.711000', '191543.714000', '191543.716000', '191543.719000', '191543.721000', '191543.724000', '191543.737000', '191543.740000', '191543.743000', '191543.745000', '191543.748000', '191543.750000', '191543.753000', '191543.756000', '191543.758000', '191543.761000', '191543.763000', '191543.766000', '191543.768000', '191543.771000', '191543.774000', '191543.776000', '191543.779000', '191543.782000', '191543.784000', '191543.787000', '191543.789000', '191543.796000', '191543.799000', '191543.832000', '191543.835000', '191543.838000', '191543.840000', '191543.843000', '191543.845000', '191543.848000', '191543.850000', '191543.853000', '191603.698000', '191603.700000', '191603.703000', '191603.706000', '191603.708000', '191603.711000', '191603.713000', '191603.716000', '191603.719000', '191603.721000', '191603.724000', '191603.726000', '191603.729000', '191603.732000', '191603.743000', '191603.745000', '191603.748000', '191603.751000', '191603.753000', '191603.756000', '191603.758000', '191603.761000', '191603.764000', '191603.766000', '191603.769000', '191603.771000', '191603.774000', '191603.777000', '191603.779000', '191603.782000', '191603.784000', '191603.787000', '191603.790000', '191603.792000', '191603.795000', '191603.797000', '191603.880000', '191603.882000', '191603.885000', '191603.888000', '191603.890000', '191603.893000', '191603.896000', '191603.898000', '191623.698000', '191623.701000', '191623.703000', '191623.706000', '191623.708000', '191623.711000', '191623.714000', '191623.716000', '191623.719000', '191623.721000', '191623.724000', '191623.727000', '191623.729000', '191623.732000', '191623.734000', '191623.737000', '191623.739000', '191623.742000', '191623.744000', '191623.747000', '191623.750000', '191623.752000', '191623.755000', '191623.757000', '191623.760000', '191623.763000', '191623.765000', '191623.768000', '191623.771000', '191623.774000', '191623.777000', '191623.779000', '191623.782000', '191623.785000', '191623.787000', '191623.790000', '191623.865000', '191623.867000', '191623.870000', '191623.873000', '191623.875000', '191623.878000', '191623.881000', '191643.697000', '191643.700000', '191643.703000', '191643.705000', '191643.708000', '191643.711000', '191643.713000', '191643.716000', '191643.718000', '191643.721000', '191643.724000', '191643.726000', '191643.729000', '191643.731000', '191643.734000', '191643.737000', '191643.739000', '191643.742000', '191643.744000', '191643.747000', '191643.750000', '191643.752000', '191643.755000', '191643.758000', '191643.760000', '191643.763000', '191643.766000', '191643.768000', '191643.771000', '191643.773000', '191643.776000', '191643.778000', '191643.781000', '191643.784000', '191643.786000', '191643.789000', '191643.791000', '191643.794000', '191643.797000', '191643.878000', '191643.881000', '191643.884000', '191643.886000', '191643.889000', '191703.697000', '191703.700000', '191703.703000', '191703.706000', '191703.708000', '191703.711000', '191703.713000', '191703.716000', '191703.719000', '191703.721000', '191703.724000', '191703.726000', '191703.729000', '191703.731000', '191703.734000', '191703.737000', '191703.739000', '191703.742000', '191703.744000', '191703.747000', '191703.750000', '191703.752000', '191703.755000', '191703.757000', '191703.760000', '191703.763000', '191703.765000', '191703.768000', '191703.770000', '191703.773000', '191703.775000', '191703.778000', '191703.781000', '191703.783000', '191703.786000', '191703.788000', '191703.804000', '191703.828000', '191703.831000', '191703.834000', '191703.836000', '191703.839000', '191703.841000', '191723.698000', '191723.700000', '191723.703000', '191723.706000', '191723.708000', '191723.711000', '191723.713000', '191723.716000', '191723.719000', '191723.721000', '191723.724000', '191723.727000', '191723.729000', '191723.732000', '191723.735000', '191723.737000', '191723.740000', '191723.743000', '191723.745000', '191723.748000', '191723.751000', '191723.753000', '191723.756000', '191723.759000', '191723.761000', '191723.764000', '191723.766000', '191723.769000', '191723.772000', '191723.774000', '191723.777000', '191723.779000', '191723.782000', '191723.785000', '191723.787000', '191723.790000', '191723.792000', '191723.795000', '191723.798000', '191723.854000', '191723.856000', '191723.859000', '191723.877000', '191743.697000', '191743.700000', '191743.703000', '191743.705000', '191743.708000', '191743.711000', '191743.713000', '191743.716000', '191743.718000', '191743.721000', '191743.724000', '191743.726000', '191743.729000', '191743.732000', '191743.734000', '191743.737000', '191743.739000', '191743.742000', '191743.744000', '191743.747000', '191743.749000', '191743.752000', '191743.755000', '191743.757000', '191743.760000', '191743.763000', '191743.765000', '191743.768000', '191743.770000', '191743.773000', '191743.776000', '191743.778000', '191743.781000', '191743.784000', '191743.786000', '191743.789000', '191743.791000', '191743.794000', '191743.797000', '191743.799000', '191743.856000', '191743.858000', '191743.861000', '191743.864000', '191803.698000', '191803.700000', '191803.703000', '191803.706000', '191803.708000', '191803.711000', '191803.713000', '191803.716000', '191803.719000', '191803.721000', '191803.724000', '191803.726000', '191803.729000', '191803.731000', '191803.734000', '191803.737000', '191803.739000', '191803.742000', '191803.744000', '191803.747000', '191803.749000', '191803.752000', '191803.755000', '191803.757000', '191803.760000', '191803.762000', '191803.765000', '191803.768000', '191803.770000', '191803.773000', '191803.775000', '191803.778000', '191803.780000', '191803.783000', '191803.786000', '191803.788000', '191803.791000', '191803.794000', '191803.796000', '191803.799000', '191803.837000', '191803.839000', '191803.842000', '191803.844000', '191823.697000', '191823.700000', '191823.703000', '191823.705000', '191823.708000', '191823.711000', '191823.713000', '191823.716000', '191823.718000', '191823.721000', '191823.723000', '191823.726000', '191823.728000', '191823.731000', '191823.734000', '191823.736000', '191823.739000', '191823.741000', '191823.744000', '191823.747000', '191823.749000', '191823.752000', '191823.754000', '191823.757000', '191823.760000', '191823.762000', '191823.765000', '191823.767000', '191823.770000', '191823.772000', '191823.775000', '191823.778000', '191823.780000', '191823.783000', '191823.785000', '191823.788000', '191823.790000', '191823.793000', '191823.796000', '191823.798000', '191823.801000', '191823.803000', '191823.806000', '191843.697000', '191843.700000', '191843.703000', '191843.706000', '191843.715000', '191843.718000', '191843.721000', '191843.723000', '191843.726000', '191843.728000', '191843.731000', '191843.734000', '191843.736000', '191843.739000', '191843.741000', '191843.744000', '191843.747000', '191843.749000', '191843.752000', '191843.754000', '191843.757000', '191843.760000', '191843.762000', '191843.765000', '191843.767000', '191843.770000', '191843.772000', '191843.775000', '191843.778000', '191843.780000', '191843.783000', '191843.785000', '191843.788000', '191843.791000', '191843.793000', '191843.796000', '191843.798000', '191843.915000', '191843.918000', '191843.920000', '191843.923000', '191843.925000', '191843.928000', '191843.931000', '191903.698000', '191903.700000', '191903.703000', '191903.706000', '191903.709000', '191903.711000', '191903.714000', '191903.716000', '191903.719000', '191903.721000', '191903.724000', '191903.726000', '191903.729000', '191903.732000', '191903.734000', '191903.737000', '191903.739000', '191903.742000', '191903.745000', '191903.747000', '191903.750000', '191903.752000', '191903.755000', '191903.757000', '191903.760000', '191903.763000', '191903.765000', '191903.768000', '191903.770000', '191903.773000', '191903.775000', '191903.778000', '191903.781000', '191903.783000', '191903.786000', '191903.788000', '191903.791000', '191903.794000', '191903.796000', '191903.799000', '191903.869000', '191903.871000', '191903.874000', '191923.698000', '191923.701000', '191923.703000', '191923.706000', '191923.709000', '191923.711000', '191923.714000', '191923.716000', '191923.719000', '191923.722000', '191923.724000', '191923.727000', '191923.730000', '191923.732000', '191923.735000', '191923.737000', '191923.740000', '191923.743000', '191923.745000', '191923.748000', '191923.750000', '191923.753000', '191923.756000', '191923.758000', '191923.761000', '191923.763000', '191923.766000', '191923.769000', '191923.771000', '191923.774000', '191923.776000', '191923.779000', '191923.782000', '191923.784000', '191923.787000', '191923.790000', '191923.792000', '191923.795000', '191923.797000', '191923.866000', '191923.868000', '191923.871000', '191923.874000', '191943.698000', '191943.701000', '191943.703000', '191943.706000', '191943.708000', '191943.711000', '191943.714000', '191943.716000', '191943.719000', '191943.721000', '191943.724000', '191943.726000', '191943.729000', '191943.732000', '191943.734000', '191943.737000', '191943.739000', '191943.742000', '191943.745000', '191943.747000', '191943.750000', '191943.752000', '191943.755000', '191943.758000', '191943.760000', '191943.763000', '191943.765000', '191943.768000', '191943.770000', '191943.773000', '191943.776000', '191943.778000', '191943.781000', '191943.783000', '191943.786000', '191943.789000', '191943.791000', '191943.794000', '191943.796000', '191943.799000', '191943.865000', '191943.868000', '191943.870000', '191943.873000', '192003.703000', '192003.706000', '192003.709000', '192003.711000', '192003.714000', '192003.717000', '192003.719000', '192003.722000', '192003.724000', '192003.727000', '192003.730000', '192003.732000', '192003.735000', '192003.737000', '192003.740000', '192003.743000', '192003.745000', '192003.748000', '192003.751000', '192003.753000', '192003.756000', '192003.759000', '192003.762000', '192003.764000', '192003.767000', '192003.770000', '192003.772000', '192003.775000', '192003.777000', '192003.780000', '192003.783000', '192003.785000', '192003.788000', '192003.790000', '192003.793000', '192003.796000', '192003.798000', '192003.853000', '192003.855000', '192003.858000', '192003.860000', '192003.863000', '192003.866000', '192003.868000', '192023.698000', '192023.701000', '192023.703000', '192023.706000', '192023.708000', '192023.711000', '192023.713000', '192023.716000', '192023.719000', '192023.721000', '192023.724000', '192023.726000', '192023.729000', '192023.732000', '192023.734000', '192023.737000', '192023.739000', '192023.742000', '192023.744000', '192023.747000', '192023.750000', '192023.752000', '192023.755000', '192023.757000', '192023.760000', '192023.762000', '192023.765000', '192023.768000', '192023.770000', '192023.773000', '192023.775000', '192023.778000', '192023.781000', '192023.783000', '192023.786000', '192023.788000', '192023.791000', '192023.793000', '192023.796000', '192023.799000', '192023.819000', '192023.822000', '192023.824000', '192043.698000', '192043.701000', '192043.703000', '192043.706000', '192043.708000', '192043.711000', '192043.714000', '192043.716000', '192043.719000', '192043.721000', '192043.724000', '192043.727000', '192043.729000', '192043.732000', '192043.735000', '192043.737000', '192043.740000', '192043.742000', '192043.745000', '192043.748000', '192043.750000', '192043.753000', '192043.755000', '192043.758000', '192043.761000', '192043.763000', '192043.766000', '192043.768000', '192043.771000', '192043.774000', '192043.776000', '192043.779000', '192043.782000', '192043.784000', '192043.787000', '192043.789000', '192043.792000', '192043.795000', '192043.797000', '192043.800000', '192043.802000', '192043.805000', '192043.808000', '192103.698000', '192103.701000', '192103.703000', '192103.706000', '192103.709000', '192103.711000', '192103.714000', '192103.716000', '192103.719000', '192103.722000', '192103.724000', '192103.727000', '192103.730000', '192103.732000', '192103.735000', '192103.737000', '192103.740000', '192103.743000', '192103.745000', '192103.748000', '192103.750000', '192103.753000', '192103.756000', '192103.758000', '192103.761000', '192103.763000', '192103.766000', '192103.769000', '192103.771000', '192103.774000', '192103.776000', '192103.779000', '192103.781000', '192103.784000', '192103.787000', '192103.789000', '192103.792000', '192103.794000', '192103.797000', '192103.899000', '192103.902000', '192103.904000', '192103.907000', '192103.910000', '192123.698000', '192123.700000', '192123.703000', '192123.706000', '192123.708000', '192123.711000', '192123.714000', '192123.716000', '192123.719000', '192123.722000', '192123.724000', '192123.727000', '192123.729000', '192123.732000', '192123.735000', '192123.737000', '192123.740000', '192123.743000', '192123.746000', '192123.749000', '192123.751000', '192123.754000', '192123.756000', '192123.759000', '192123.762000', '192123.764000', '192123.767000', '192123.769000', '192123.772000', '192123.775000', '192123.777000', '192123.780000', '192123.782000', '192123.785000', '192123.788000', '192123.791000', '192123.793000', '192123.796000', '192123.799000', '192123.889000', '192123.891000', '192123.894000', '192123.896000', '192142.553000', '192142.556000', '192142.559000', '192142.562000', '192142.564000', '192142.567000', '192142.569000', '192142.572000', '192142.574000', '192142.577000', '192142.580000', '192142.582000', '192142.585000', '192142.587000', '192142.590000', '192142.593000', '192142.595000', '192142.598000', '192142.601000', '192142.603000', '192142.606000', '192142.608000', '192142.611000', '192142.614000', '192142.616000', '192142.619000', '192142.621000', '192142.624000', '192142.627000', '192142.629000', '192142.632000', '192142.634000', '192142.637000', '192142.640000', '192142.642000', '192142.645000', '192142.647000', '192142.650000', '192142.652000', '192142.655000', '192142.658000', '192142.660000'], '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': [9594, 9292, 9131, 8729, 8991, 8630, 9050, 8629, 8689, 8554, 8699, 8735, 8448, 8826, 8452, 8711, 8595, 8611, 8611, 8817, 8658, 8468, 8702, 8472, 8454, 8619, 8680, 8611, 8641, 8666, 8718, 8493, 8802, 8610, 8596, 8441, 8567, 8578, 8588, 8484, 8558, 8455, 8626, 8749, 8645, 8358, 8538, 8557, 8589, 8615, 8540, 8639, 8703, 8631, 8533, 8463, 8521, 8518, 8526, 8666, 8618, 8581, 8510, 8491, 8730, 8615, 8892, 8618, 8759, 8489, 8702, 8626, 8849, 8599, 8556, 8624, 8467, 8436, 8479, 8729, 8532, 8660, 8529, 8325, 8427, 8268, 8576, 8583, 8637, 8517, 8526, 8696, 8474, 8632, 8511, 8592, 8407, 8658, 8475, 8596, 8439, 8612, 8591, 8690, 8762, 8454, 8368, 8658, 8383, 8300, 8297, 8475, 8488, 8503, 8750, 8311, 8717, 8411, 8661, 8374, 8435, 8667, 8635, 8428, 8386, 8277, 8472, 8254, 8480, 8660, 8258, 8529, 8163, 8350, 8309, 8388, 8613, 8403, 8225, 8538, 8320, 8387, 8332, 8428, 8359, 8376, 8529, 8418, 8524, 8622, 8350, 8453, 8368, 8526, 8640, 8340, 8535, 8338, 8167, 8254, 8381, 8524, 8364, 8293, 8600, 8187, 8296, 8104, 8467, 8447, 8469, 8518, 8453, 8616, 8254, 8314, 8565, 8466, 8335, 8457, 8363, 8416, 8607, 8679, 8457, 8589, 8251, 8309, 8388, 8432, 8546, 8174, 8270, 8377, 8651, 8221, 8397, 8532, 8469, 8270, 8466, 8329, 8634, 8387, 8237, 8472, 8229, 8287, 8516, 8581, 8555, 8296, 8518, 8176, 8269, 8424, 8548, 8512, 8498, 8514, 8335, 8505, 8291, 8461, 8341, 8501, 8226, 8642, 8626, 8335, 8248, 8236, 8506, 8433, 8217, 8800, 8389, 8521, 8502, 8432, 8564, 8509, 8427, 8341, 8490, 8361, 8405, 8364, 8341, 8378, 8360, 8366, 8468, 8278, 8378, 8539, 8421, 8542, 8643, 8372, 8392, 8309, 8352, 8517, 8254, 8488, 8417, 8296, 8574, 8449, 8476, 8321, 8478, 8617, 8549, 8472, 8416, 8435, 8523, 8660, 8399, 8564, 8481, 8496, 8558, 8261, 8356, 8264, 8430, 8487, 8443, 8425, 8372, 8752, 8490, 8418, 8421, 8575, 8368, 8474, 8430, 8416, 8196, 8611, 8373, 8578, 8407, 8448, 8632, 8497, 8528, 8599, 8541, 8372, 8481, 8378, 8524, 8462, 8287, 8479, 8539, 8728, 8812, 8617, 8684, 8231, 8695, 8397, 8574, 8672, 8450, 8454, 8588, 8460, 8517, 8672, 8323, 8638, 8692, 8625, 8575, 8704, 8725, 8550, 8538, 8305, 8505, 8625, 8635, 8723, 8769, 8591, 8813, 8694, 8766, 8709, 8678, 8532, 8857, 8444, 8712, 8537, 8477, 8712, 8584, 8595, 8560, 8449, 8538, 8931, 8658, 8736, 8903, 8907, 8840, 8516, 8663, 8699, 8719, 8725, 8418, 8641, 8538, 8561, 8541, 8666, 8366, 8233, 8505, 8509, 8503, 8439, 8439, 8468, 8842, 8652, 8565, 8771, 8706, 8372, 8775, 8724, 8588, 8603, 8783, 8956, 8606, 8635, 8653, 8597, 8569, 8588, 8476, 8451, 8446, 8547, 8616, 8307, 8329, 8700, 8475, 8941, 8449, 8330, 8377, 8360, 8462, 8325, 8403, 8376, 8656, 8514, 8438, 8473, 8351, 8638, 8589, 8415, 8455, 8356, 8295, 8387, 8752, 8696, 8685, 8470, 8843, 8453, 8512, 8702, 8282, 8556, 8386, 8414, 8378, 8714, 8295, 8343, 8630, 8449, 8552, 8239, 8391, 8280, 8548, 8596, 8604, 8561, 8509, 8496, 8154, 8333, 8375, 8429, 8583, 8640, 8651, 8370, 8447, 8288, 8492, 8232, 8580, 8400, 8485, 8395, 8343, 8288, 8428, 8430, 8313, 8337, 8155, 8297, 8248, 8434, 8379, 8336, 8394, 8350, 8429, 8381, 8280, 8243, 8262, 8282, 8387, 8541, 8345, 8339, 8199, 8390, 8371, 8217, 8261, 8361, 8185, 8562, 8321, 8580, 8434, 8555, 8257, 8388, 8670, 8466, 8475, 8596, 8346, 8532, 8407, 8613, 8424, 8212, 8436, 8387, 8496, 8330, 8197, 8158, 8518, 8390, 8346, 8341, 8308, 8475, 8415, 8579, 8276, 8521, 8612, 8365, 8418, 8430, 8385, 8320, 8327, 8371, 8427, 8486, 8315, 8258, 8423, 8202, 8531, 8297, 8486, 8467, 8274, 8531, 8523, 8517, 8330, 8256, 8396, 8354, 8289, 8332, 8317, 8309, 8460, 8439, 8516, 8437, 8432, 8495, 8490, 8129, 8524, 8357, 8276, 8356, 8463, 8761, 8360, 8454, 8555, 8373, 8550, 8316, 8204, 8354, 8382, 8281, 8276, 8391, 8358, 8332, 8233, 8536, 8424, 8422, 8481, 8395, 8516, 8245, 8519, 8533, 8289, 8488, 8289, 8532, 8376, 8395, 8530, 8409, 8493, 8407, 8296, 8374, 8216, 8326, 8537, 8421, 8597, 8431, 8800, 8194, 8672, 8443, 8436, 8455, 8279, 8407, 8600, 8314, 8332, 8309, 8408, 8347, 8368, 8359, 8301, 8313, 8270, 8427, 8250, 8894, 8491, 8421, 8373, 8168, 8376, 8358, 8126, 8290, 8356, 8418, 8232, 8452, 8725, 8379, 8360, 8404, 8441, 8171, 8266, 8251, 8250, 8474, 8261, 8668, 8284, 8646, 8354, 8800, 8469, 8505, 8472, 8392, 8414, 8138, 8485, 8378, 8272, 8203, 8354, 8435, 8459, 8314, 8647, 8511, 8729, 8344, 8525, 8448, 8757, 8685, 8772, 8436, 8446, 8588, 8748, 8284, 8612, 8469, 8623, 8368, 8306, 8509, 8244, 8523, 8244, 8444, 8081, 8665, 8425, 8908, 8407, 8377, 8264, 8331, 8383, 8453, 8343, 8629, 8423, 8422, 8235, 8401, 8250, 8387, 8166, 8147, 8495, 8200, 8461, 8403, 8424, 8427, 8452, 8311, 8285, 8180, 8497, 8337, 8421, 8294, 8495, 8249, 8252, 8229, 8373, 8262, 8329, 8384, 8276, 8735, 8245, 8737, 8366, 8628, 8278, 8454, 8517, 8355, 8224, 8288, 8306, 8284, 8469, 8351, 8418, 8531, 8408, 8274, 8799, 8401, 8361, 8593, 8547, 8398, 8846, 8488, 8369, 8318, 8309, 8384, 8480, 8396, 8467, 8269, 8575, 8160, 8378, 8284, 8435, 8262, 8673, 8288, 8430, 8541, 8562, 8770, 8414, 8550, 8326, 8579, 8561, 8883, 8473, 8433, 8513, 8399, 8247, 8548, 8342, 8498, 8323, 8533, 8422, 8297, 8360, 8462, 8497, 8260, 8726, 8377, 8583, 8669, 8392, 8585, 8380, 8267, 8378, 8484, 8356, 8281, 8328, 8205, 8459, 8320, 8241, 8560, 8456, 8606, 8375, 8469, 8430, 8488, 8607, 8346, 8350, 8192, 8161, 8462, 8136, 8373, 8325, 8382, 8343, 8225, 8608, 8529, 8438, 8402, 8488, 8314, 8228, 8407, 8170, 8406, 8319, 8442, 8411, 8230, 8337, 8148, 8563, 8292, 8500, 8575, 8459, 8275, 8257, 8314, 8647, 8420, 8345, 8319, 8320, 8606, 8311, 8372, 8398, 8302, 8352, 8451, 8418, 8678, 8242, 8421, 8356, 8586, 8490, 8322, 8438, 8362, 8368, 8457, 8393, 8348, 8252, 8370, 8353, 8544, 8338, 8419, 8448, 8532, 8322, 8401, 8395, 8400, 8489, 8462, 8132, 8463, 8285, 8682, 8180, 8561, 8350, 8435, 8139, 8376, 8416, 8429, 8141, 8278, 8159, 8802, 8368, 8631, 8479, 8433, 8264, 8472, 8418, 8381, 8373, 8921, 8646, 8641, 9014, 8544, 8570, 8800, 8598, 8423, 8852, 8625, 8577, 8473, 8362, 8546, 8374, 8443, 8409, 8309, 8689, 8390, 8853, 8644, 8509, 8990, 8459, 8659, 8409, 8435, 8546, 8713, 8568, 8676, 8706, 8921, 8520, 8580, 8587, 8630, 8610, 8564, 8567, 8647, 8463, 8536, 8131, 8661, 8345, 8361, 8510, 8495, 8551, 8627, 8321, 8611, 8867, 8591, 8487, 8649, 8459, 8441, 8429, 8388, 8476, 8377, 8056, 8320, 8259, 8431, 8221, 8324, 8241, 8283, 8327, 8374, 8541, 8323, 8385, 8474, 8518, 8690, 8607, 8428, 8349, 8629, 8644, 8411, 8730, 8392, 8363, 8466, 8518, 8210, 8203, 8273, 8310, 8310, 8374, 8561, 8157, 8216, 8203, 8453, 8233, 8129, 8476, 8291, 8483, 8453, 8333, 8669, 8430, 8523, 8587, 8456, 8409, 8447, 8317, 8404, 8401, 8523, 8285, 8624, 8420, 8507, 8416, 8451, 8848, 8449, 8629, 8410, 8425, 8424, 8577, 8443, 8768, 8573, 8269, 8369, 8239, 8397, 8785, 8287, 8549, 8359, 8291, 8813, 8374, 8619, 8349, 8459, 8230, 8744, 8585, 8895, 8602, 8418, 8393, 8602, 8310, 8094, 8290, 8204, 8456, 8286, 8468, 8194, 8615, 8222, 8488, 8255, 8294, 8242, 8428, 8584, 8377, 8442, 8428, 8404, 8549, 8480, 8536, 8631, 8494, 8528, 8508, 8450, 8509, 8340, 8204, 8139, 8311, 8248, 8326, 8265, 8176, 8356, 8261, 8492, 8332, 8354, 8273, 8592, 8490, 8375, 8422, 8707, 8293, 8454, 8490, 8208, 8209, 8161, 8151, 8424, 8309, 8426, 8364, 8457, 8546, 8316, 8444, 8597, 8516, 8388, 8371, 8465, 8388, 8372, 8527, 8359, 8437, 8473, 8268, 8491, 8413, 8411, 8384, 8358, 8569, 8283, 8240, 8419, 8365, 8372, 8260, 8553, 8353], 'WindowCenter': [4631.0, 4606.0, 4602.0, 4580.0, 4589.0, 4577.0, 4575.0, 4562.0, 4564.0, 4564.0, 4563.0, 4564.0, 4562.0, 4561.0, 4562.0, 4564.0, 4563.0, 4562.0, 4562.0, 4562.0, 4562.0, 4553.0, 4562.0, 4551.0, 4552.0, 4561.0, 4563.0, 4563.0, 4561.0, 4562.0, 4563.0, 4563.0, 4573.0, 4562.0, 4560.0, 4551.0, 4564.0, 4562.0, 4562.0, 4558.0, 4562.0, 4560.0, 4564.0, 4562.0, 4560.0, 4551.0, 4562.0, 4562.0, 4563.0, 4561.0, 4561.0, 4562.0, 4561.0, 4563.0, 4561.0, 4551.0, 4561.0, 4561.0, 4563.0, 4563.0, 4563.0, 4561.0, 4561.0, 4563.0, 4564.0, 4565.0, 4573.0, 4563.0, 4574.0, 4576.0, 4577.0, 4576.0, 4576.0, 4576.0, 4576.0, 4576.0, 4565.0, 4565.0, 4564.0, 4575.0, 4564.0, 4563.0, 4563.0, 4553.0, 4562.0, 4564.0, 4562.0, 4562.0, 4561.0, 4562.0, 4562.0, 4564.0, 4562.0, 4562.0, 4563.0, 4563.0, 4563.0, 4563.0, 4563.0, 4563.0, 4552.0, 4564.0, 4563.0, 4565.0, 4562.0, 4562.0, 4553.0, 4565.0, 4562.0, 4564.0, 4564.0, 4562.0, 4563.0, 4564.0, 4574.0, 4565.0, 4563.0, 4564.0, 4566.0, 4567.0, 4567.0, 4576.0, 4575.0, 4565.0, 4566.0, 4567.0, 4566.0, 4565.0, 4566.0, 4566.0, 4567.0, 4566.0, 4563.0, 4564.0, 4564.0, 4566.0, 4565.0, 4564.0, 4562.0, 4564.0, 4563.0, 4567.0, 4566.0, 4565.0, 4563.0, 4565.0, 4578.0, 4567.0, 4566.0, 4565.0, 4566.0, 4567.0, 4566.0, 4576.0, 4577.0, 4566.0, 4565.0, 4567.0, 4566.0, 4567.0, 4565.0, 4565.0, 4555.0, 4565.0, 4566.0, 4566.0, 4565.0, 4554.0, 4564.0, 4567.0, 4568.0, 4576.0, 4565.0, 4566.0, 4566.0, 4567.0, 4577.0, 4564.0, 4565.0, 4566.0, 4566.0, 4578.0, 4577.0, 4566.0, 4566.0, 4577.0, 4568.0, 4566.0, 4565.0, 4565.0, 4568.0, 4567.0, 4576.0, 4567.0, 4565.0, 4566.0, 4565.0, 4576.0, 4567.0, 4567.0, 4565.0, 4565.0, 4567.0, 4567.0, 4564.0, 4563.0, 4567.0, 4565.0, 4564.0, 4565.0, 4566.0, 4564.0, 4564.0, 4565.0, 4564.0, 4565.0, 4564.0, 4563.0, 4563.0, 4564.0, 4566.0, 4566.0, 4565.0, 4565.0, 4564.0, 4565.0, 4565.0, 4565.0, 4563.0, 4563.0, 4564.0, 4564.0, 4576.0, 4566.0, 4565.0, 4575.0, 4566.0, 4565.0, 4567.0, 4566.0, 4566.0, 4566.0, 4568.0, 4568.0, 4577.0, 4569.0, 4566.0, 4566.0, 4567.0, 4569.0, 4566.0, 4567.0, 4566.0, 4567.0, 4568.0, 4578.0, 4565.0, 4566.0, 4566.0, 4568.0, 4569.0, 4567.0, 4566.0, 4565.0, 4566.0, 4576.0, 4565.0, 4565.0, 4566.0, 4565.0, 4568.0, 4578.0, 4577.0, 4564.0, 4577.0, 4567.0, 4579.0, 4579.0, 4577.0, 4579.0, 4579.0, 4580.0, 4580.0, 4577.0, 4578.0, 4567.0, 4580.0, 4579.0, 4566.0, 4575.0, 4568.0, 4578.0, 4577.0, 4578.0, 4566.0, 4567.0, 4568.0, 4579.0, 4566.0, 4566.0, 4567.0, 4567.0, 4576.0, 4576.0, 4566.0, 4575.0, 4567.0, 4579.0, 4577.0, 4575.0, 4577.0, 4578.0, 4578.0, 4576.0, 4579.0, 4564.0, 4577.0, 4567.0, 4579.0, 4579.0, 4590.0, 4574.0, 4586.0, 4584.0, 4571.0, 4574.0, 4571.0, 4561.0, 4585.0, 4588.0, 4575.0, 4576.0, 4586.0, 4576.0, 4603.0, 4600.0, 4576.0, 4586.0, 4599.0, 4587.0, 4573.0, 4572.0, 4572.0, 4570.0, 4571.0, 4560.0, 4558.0, 4560.0, 4558.0, 4546.0, 4545.0, 4543.0, 4545.0, 4546.0, 4556.0, 4543.0, 4544.0, 4545.0, 4556.0, 4546.0, 4556.0, 4556.0, 4546.0, 4558.0, 4557.0, 4558.0, 4558.0, 4559.0, 4560.0, 4571.0, 4570.0, 4570.0, 4570.0, 4570.0, 4571.0, 4571.0, 4572.0, 4571.0, 4571.0, 4571.0, 4574.0, 4572.0, 4560.0, 4559.0, 4561.0, 4572.0, 4573.0, 4561.0, 4561.0, 4572.0, 4572.0, 4561.0, 4560.0, 4560.0, 4570.0, 4572.0, 4572.0, 4571.0, 4573.0, 4562.0, 4574.0, 4583.0, 4573.0, 4560.0, 4560.0, 4570.0, 4573.0, 4572.0, 4572.0, 4572.0, 4572.0, 4574.0, 4562.0, 4561.0, 4561.0, 4559.0, 4575.0, 4562.0, 4563.0, 4562.0, 4561.0, 4573.0, 4561.0, 4561.0, 4560.0, 4559.0, 4559.0, 4558.0, 4560.0, 4560.0, 4559.0, 4560.0, 4550.0, 4559.0, 4561.0, 4560.0, 4560.0, 4562.0, 4561.0, 4561.0, 4561.0, 4561.0, 4561.0, 4571.0, 4571.0, 4573.0, 4584.0, 4574.0, 4574.0, 4574.0, 4565.0, 4574.0, 4576.0, 4575.0, 4574.0, 4575.0, 4575.0, 4574.0, 4576.0, 4574.0, 4575.0, 4575.0, 4574.0, 4575.0, 4575.0, 4573.0, 4573.0, 4573.0, 4574.0, 4575.0, 4564.0, 4565.0, 4575.0, 4573.0, 4577.0, 4576.0, 4574.0, 4563.0, 4565.0, 4574.0, 4575.0, 4575.0, 4576.0, 4575.0, 4574.0, 4576.0, 4576.0, 4577.0, 4576.0, 4574.0, 4565.0, 4574.0, 4567.0, 4577.0, 4577.0, 4577.0, 4575.0, 4576.0, 4577.0, 4576.0, 4577.0, 4577.0, 4576.0, 4576.0, 4574.0, 4578.0, 4578.0, 4575.0, 4565.0, 4576.0, 4576.0, 4576.0, 4576.0, 4575.0, 4573.0, 4575.0, 4576.0, 4575.0, 4576.0, 4574.0, 4575.0, 4575.0, 4578.0, 4576.0, 4585.0, 4574.0, 4575.0, 4576.0, 4576.0, 4587.0, 4579.0, 4577.0, 4575.0, 4576.0, 4578.0, 4579.0, 4586.0, 4576.0, 4574.0, 4566.0, 4577.0, 4577.0, 4576.0, 4575.0, 4576.0, 4575.0, 4578.0, 4587.0, 4576.0, 4576.0, 4586.0, 4578.0, 4578.0, 4577.0, 4576.0, 4577.0, 4577.0, 4577.0, 4577.0, 4575.0, 4575.0, 4575.0, 4576.0, 4576.0, 4575.0, 4564.0, 4575.0, 4573.0, 4575.0, 4576.0, 4576.0, 4574.0, 4576.0, 4575.0, 4576.0, 4574.0, 4565.0, 4563.0, 4564.0, 4563.0, 4575.0, 4575.0, 4573.0, 4564.0, 4564.0, 4576.0, 4574.0, 4565.0, 4574.0, 4564.0, 4565.0, 4565.0, 4576.0, 4574.0, 4563.0, 4564.0, 4574.0, 4565.0, 4575.0, 4564.0, 4563.0, 4564.0, 4574.0, 4575.0, 4564.0, 4563.0, 4563.0, 4564.0, 4565.0, 4575.0, 4565.0, 4562.0, 4573.0, 4564.0, 4573.0, 4575.0, 4577.0, 4574.0, 4564.0, 4574.0, 4575.0, 4576.0, 4575.0, 4575.0, 4575.0, 4576.0, 4576.0, 4575.0, 4565.0, 4564.0, 4574.0, 4565.0, 4576.0, 4576.0, 4574.0, 4563.0, 4573.0, 4564.0, 4576.0, 4575.0, 4574.0, 4574.0, 4564.0, 4576.0, 4576.0, 4575.0, 4575.0, 4574.0, 4576.0, 4576.0, 4577.0, 4576.0, 4575.0, 4575.0, 4575.0, 4576.0, 4577.0, 4587.0, 4574.0, 4575.0, 4565.0, 4565.0, 4577.0, 4576.0, 4566.0, 4575.0, 4565.0, 4575.0, 4576.0, 4576.0, 4576.0, 4576.0, 4575.0, 4564.0, 4576.0, 4576.0, 4575.0, 4565.0, 4563.0, 4565.0, 4566.0, 4577.0, 4577.0, 4575.0, 4564.0, 4575.0, 4574.0, 4577.0, 4577.0, 4577.0, 4574.0, 4565.0, 4576.0, 4576.0, 4576.0, 4576.0, 4564.0, 4565.0, 4574.0, 4575.0, 4576.0, 4575.0, 4577.0, 4576.0, 4576.0, 4578.0, 4588.0, 4586.0, 4587.0, 4576.0, 4591.0, 4590.0, 4587.0, 4588.0, 4587.0, 4577.0, 4589.0, 4578.0, 4589.0, 4590.0, 4577.0, 4577.0, 4575.0, 4578.0, 4576.0, 4575.0, 4577.0, 4587.0, 4575.0, 4577.0, 4577.0, 4578.0, 4589.0, 4575.0, 4574.0, 4575.0, 4576.0, 4575.0, 4577.0, 4575.0, 4574.0, 4575.0, 4574.0, 4576.0, 4575.0, 4574.0, 4564.0, 4574.0, 4576.0, 4575.0, 4577.0, 4573.0, 4565.0, 4576.0, 4576.0, 4576.0, 4575.0, 4575.0, 4575.0, 4576.0, 4577.0, 4576.0, 4574.0, 4574.0, 4574.0, 4576.0, 4576.0, 4575.0, 4563.0, 4573.0, 4575.0, 4576.0, 4575.0, 4575.0, 4573.0, 4564.0, 4574.0, 4575.0, 4576.0, 4576.0, 4573.0, 4564.0, 4574.0, 4575.0, 4576.0, 4565.0, 4574.0, 4575.0, 4575.0, 4588.0, 4576.0, 4574.0, 4575.0, 4576.0, 4577.0, 4577.0, 4576.0, 4573.0, 4574.0, 4574.0, 4576.0, 4577.0, 4575.0, 4575.0, 4575.0, 4575.0, 4576.0, 4577.0, 4576.0, 4574.0, 4564.0, 4575.0, 4576.0, 4576.0, 4564.0, 4574.0, 4564.0, 4575.0, 4576.0, 4586.0, 4575.0, 4573.0, 4574.0, 4575.0, 4575.0, 4586.0, 4576.0, 4575.0, 4575.0, 4576.0, 4578.0, 4577.0, 4576.0, 4574.0, 4573.0, 4576.0, 4577.0, 4576.0, 4575.0, 4574.0, 4565.0, 4574.0, 4576.0, 4576.0, 4574.0, 4575.0, 4564.0, 4565.0, 4567.0, 4575.0, 4565.0, 4564.0, 4564.0, 4574.0, 4564.0, 4575.0, 4565.0, 4564.0, 4563.0, 4574.0, 4574.0, 4564.0, 4563.0, 4563.0, 4576.0, 4576.0, 4577.0, 4576.0, 4564.0, 4577.0, 4576.0, 4576.0, 4576.0, 4573.0, 4565.0, 4575.0, 4576.0, 4576.0, 4576.0, 4563.0, 4564.0, 4575.0, 4574.0, 4575.0, 4563.0, 4575.0, 4574.0, 4576.0, 4575.0, 4576.0, 4573.0, 4574.0, 4575.0, 4579.0, 4577.0, 4575.0, 4574.0, 4575.0, 4574.0, 4576.0, 4576.0, 4574.0, 4574.0, 4575.0, 4577.0, 4577.0, 4575.0, 4573.0, 4564.0, 4573.0, 4564.0, 4575.0, 4564.0, 4573.0, 4575.0, 4573.0, 4576.0, 4576.0, 4575.0, 4564.0, 4574.0, 4575.0, 4576.0, 4575.0, 4574.0, 4575.0, 4576.0, 4576.0, 4576.0, 4587.0, 4576.0, 4576.0, 4564.0, 4564.0, 4576.0, 4577.0, 4564.0, 4573.0, 4562.0, 4573.0, 4562.0, 4574.0, 4562.0, 4561.0, 4550.0, 4562.0, 4561.0, 4563.0, 4563.0, 4563.0, 4562.0, 4572.0, 4561.0, 4571.0, 4562.0, 4562.0, 4561.0, 4563.0, 4575.0, 4576.0, 4575.0, 4584.0, 4598.0, 4586.0, 4587.0, 4586.0, 4577.0, 4588.0, 4575.0, 4574.0, 4573.0, 4574.0, 4575.0, 4566.0, 4562.0, 4560.0, 4551.0, 4561.0, 4561.0, 4551.0, 4559.0, 4550.0, 4560.0, 4561.0, 4560.0, 4559.0, 4547.0, 4548.0, 4549.0, 4560.0, 4558.0, 4558.0, 4558.0, 4561.0, 4561.0, 4572.0, 4573.0, 4562.0, 4563.0, 4562.0, 4563.0, 4574.0, 4562.0, 4559.0, 4563.0, 4562.0, 4564.0, 4561.0, 4561.0, 4560.0, 4571.0, 4586.0, 4573.0, 4560.0, 4562.0, 4563.0, 4574.0, 4573.0, 4577.0, 4577.0, 4564.0, 4564.0, 4554.0, 4551.0, 4552.0, 4552.0, 4552.0, 4553.0, 4552.0, 4550.0, 4551.0, 4550.0, 4550.0, 4539.0, 4539.0, 4539.0, 4548.0, 4549.0, 4549.0, 4549.0, 4559.0, 4561.0, 4560.0, 4562.0, 4548.0, 4559.0, 4576.0, 4564.0, 4576.0, 4565.0, 4565.0, 4564.0, 4564.0, 4564.0, 4551.0, 4553.0, 4565.0, 4562.0, 4551.0, 4562.0, 4552.0, 4550.0, 4563.0, 4552.0, 4564.0, 4553.0, 4548.0, 4550.0, 4549.0, 4549.0, 4562.0, 4564.0, 4552.0, 4563.0, 4575.0, 4565.0, 4564.0, 4553.0, 4580.0, 4580.0, 4579.0, 4577.0, 4564.0, 4563.0, 4563.0, 4565.0, 4565.0, 4566.0, 4576.0, 4564.0, 4564.0, 4565.0, 4564.0, 4563.0, 4565.0, 4564.0, 4565.0, 4563.0, 4565.0, 4554.0, 4564.0, 4566.0, 4575.0, 4564.0, 4564.0, 4564.0, 4567.0, 4576.0, 4564.0, 4578.0, 4566.0, 4564.0, 4562.0, 4564.0, 4565.0, 4576.0, 4590.0, 4581.0, 4577.0, 4577.0, 4579.0, 4567.0, 4565.0, 4565.0, 4565.0, 4565.0, 4566.0, 4565.0, 4565.0, 4564.0, 4564.0, 4565.0, 4566.0, 4567.0, 4566.0, 4564.0, 4566.0, 4575.0, 4579.0, 4589.0, 4602.0, 4576.0, 4576.0, 4577.0, 4579.0, 4577.0, 4579.0, 4567.0, 4579.0, 4578.0, 4579.0, 4569.0, 4575.0, 4565.0, 4566.0, 4565.0, 4567.0, 4564.0, 4564.0, 4563.0, 4564.0, 4565.0, 4565.0, 4563.0, 4562.0, 4553.0, 4563.0, 4565.0, 4553.0, 4552.0, 4563.0, 4561.0, 4562.0, 4564.0, 4553.0, 4551.0, 4564.0, 4564.0, 4563.0, 4566.0, 4563.0, 4566.0, 4567.0, 4576.0, 4577.0, 4565.0, 4562.0, 4564.0, 4563.0, 4567.0, 4565.0, 4563.0, 4564.0, 4564.0, 4567.0, 4577.0, 4564.0, 4563.0, 4565.0, 4567.0, 4576.0, 4566.0, 4565.0, 4566.0, 4578.0, 4580.0, 4562.0, 4562.0, 4563.0], 'WindowWidth': [10172.0, 10123.0, 10108.0, 10071.0, 10081.0, 10060.0, 10050.0, 10031.0, 10033.0, 10034.0, 10032.0, 10033.0, 10026.0, 10026.0, 10026.0, 10033.0, 10030.0, 10026.0, 10024.0, 10026.0, 10025.0, 10015.0, 10025.0, 10008.0, 10013.0, 10024.0, 10029.0, 10028.0, 10023.0, 10024.0, 10028.0, 10029.0, 10043.0, 10026.0, 10021.0, 10010.0, 10031.0, 10028.0, 10026.0, 10016.0, 10025.0, 10022.0, 10031.0, 10026.0, 10021.0, 10009.0, 10025.0, 10026.0, 10029.0, 10022.0, 10022.0, 10024.0, 10023.0, 10027.0, 10023.0, 10009.0, 10023.0, 10023.0, 10028.0, 10029.0, 10028.0, 10024.0, 10024.0, 10029.0, 10033.0, 10035.0, 10042.0, 10030.0, 10046.0, 10052.0, 10055.0, 10051.0, 10052.0, 10053.0, 10054.0, 10054.0, 10036.0, 10034.0, 10033.0, 10049.0, 10033.0, 10028.0, 10028.0, 10015.0, 10026.0, 10030.0, 10026.0, 10025.0, 10022.0, 10026.0, 10026.0, 10032.0, 10027.0, 10026.0, 10028.0, 10029.0, 10030.0, 10030.0, 10028.0, 10028.0, 10013.0, 10031.0, 10029.0, 10034.0, 10029.0, 10027.0, 10016.0, 10033.0, 10027.0, 10032.0, 10031.0, 10027.0, 10028.0, 10031.0, 10047.0, 10035.0, 10029.0, 10033.0, 10037.0, 10040.0, 10042.0, 10052.0, 10049.0, 10036.0, 10039.0, 10042.0, 10038.0, 10035.0, 10037.0, 10037.0, 10039.0, 10035.0, 10029.0, 10031.0, 10031.0, 10036.0, 10035.0, 10032.0, 10026.0, 10032.0, 10030.0, 10040.0, 10036.0, 10034.0, 10029.0, 10035.0, 10055.0, 10040.0, 10038.0, 10035.0, 10037.0, 10039.0, 10040.0, 10053.0, 10053.0, 10036.0, 10035.0, 10038.0, 10036.0, 10042.0, 10037.0, 10033.0, 10020.0, 10035.0, 10038.0, 10038.0, 10035.0, 10018.0, 10032.0, 10038.0, 10043.0, 10052.0, 10034.0, 10037.0, 10037.0, 10042.0, 10055.0, 10034.0, 10035.0, 10038.0, 10039.0, 10058.0, 10054.0, 10036.0, 10038.0, 10053.0, 10043.0, 10038.0, 10036.0, 10036.0, 10040.0, 10039.0, 10054.0, 10040.0, 10033.0, 10037.0, 10036.0, 10051.0, 10040.0, 10040.0, 10035.0, 10035.0, 10040.0, 10039.0, 10033.0, 10030.0, 10037.0, 10032.0, 10031.0, 10035.0, 10037.0, 10032.0, 10030.0, 10033.0, 10032.0, 10036.0, 10033.0, 10031.0, 10029.0, 10030.0, 10036.0, 10038.0, 10035.0, 10032.0, 10031.0, 10034.0, 10034.0, 10034.0, 10032.0, 10028.0, 10032.0, 10032.0, 10051.0, 10038.0, 10034.0, 10046.0, 10037.0, 10035.0, 10039.0, 10039.0, 10037.0, 10036.0, 10042.0, 10043.0, 10054.0, 10045.0, 10038.0, 10038.0, 10038.0, 10044.0, 10039.0, 10040.0, 10036.0, 10039.0, 10042.0, 10055.0, 10036.0, 10037.0, 10037.0, 10042.0, 10044.0, 10043.0, 10037.0, 10033.0, 10037.0, 10053.0, 10038.0, 10036.0, 10037.0, 10036.0, 10043.0, 10058.0, 10056.0, 10034.0, 10054.0, 10043.0, 10062.0, 10060.0, 10055.0, 10060.0, 10061.0, 10064.0, 10065.0, 10054.0, 10056.0, 10043.0, 10063.0, 10060.0, 10039.0, 10051.0, 10043.0, 10057.0, 10058.0, 10056.0, 10037.0, 10039.0, 10041.0, 10058.0, 10038.0, 10036.0, 10039.0, 10041.0, 10054.0, 10052.0, 10037.0, 10050.0, 10042.0, 10061.0, 10055.0, 10050.0, 10054.0, 10057.0, 10058.0, 10055.0, 10060.0, 10035.0, 10054.0, 10041.0, 10060.0, 10062.0, 10078.0, 10048.0, 10071.0, 10067.0, 10045.0, 10053.0, 10043.0, 10027.0, 10067.0, 10076.0, 10054.0, 10056.0, 10069.0, 10058.0, 10106.0, 10098.0, 10057.0, 10072.0, 10096.0, 10074.0, 10049.0, 10046.0, 10044.0, 10038.0, 10042.0, 10022.0, 10016.0, 10020.0, 10016.0, 9996.0, 9992.0, 9990.0, 9993.0, 9996.0, 10012.0, 9990.0, 9992.0, 9995.0, 10011.0, 9998.0, 10010.0, 10012.0, 10000.0, 10017.0, 10016.0, 10020.0, 10018.0, 10022.0, 10024.0, 10042.0, 10039.0, 10039.0, 10037.0, 10038.0, 10041.0, 10041.0, 10043.0, 10042.0, 10040.0, 10040.0, 10049.0, 10042.0, 10024.0, 10023.0, 10027.0, 10042.0, 10046.0, 10028.0, 10027.0, 10042.0, 10044.0, 10028.0, 10025.0, 10023.0, 10037.0, 10043.0, 10044.0, 10042.0, 10046.0, 10031.0, 10049.0, 10063.0, 10047.0, 10025.0, 10024.0, 10038.0, 10045.0, 10045.0, 10042.0, 10042.0, 10043.0, 10048.0, 10031.0, 10027.0, 10027.0, 10023.0, 10050.0, 10032.0, 10032.0, 10029.0, 10026.0, 10042.0, 10028.0, 10026.0, 10024.0, 10020.0, 10020.0, 10019.0, 10023.0, 10024.0, 10020.0, 10022.0, 10009.0, 10022.0, 10027.0, 10024.0, 10022.0, 10026.0, 10025.0, 10026.0, 10028.0, 10027.0, 10027.0, 10040.0, 10042.0, 10046.0, 10064.0, 10050.0, 10048.0, 10048.0, 10037.0, 10051.0, 10054.0, 10052.0, 10050.0, 10050.0, 10052.0, 10052.0, 10055.0, 10049.0, 10051.0, 10051.0, 10050.0, 10053.0, 10053.0, 10047.0, 10046.0, 10047.0, 10050.0, 10053.0, 10036.0, 10038.0, 10051.0, 10049.0, 10056.0, 10056.0, 10052.0, 10033.0, 10036.0, 10049.0, 10051.0, 10053.0, 10054.0, 10052.0, 10049.0, 10055.0, 10055.0, 10058.0, 10055.0, 10051.0, 10037.0, 10051.0, 10044.0, 10059.0, 10058.0, 10058.0, 10052.0, 10056.0, 10057.0, 10057.0, 10057.0, 10056.0, 10055.0, 10056.0, 10053.0, 10061.0, 10062.0, 10052.0, 10039.0, 10054.0, 10056.0, 10056.0, 10054.0, 10050.0, 10048.0, 10051.0, 10055.0, 10055.0, 10054.0, 10050.0, 10053.0, 10053.0, 10059.0, 10057.0, 10067.0, 10051.0, 10053.0, 10057.0, 10056.0, 10073.0, 10064.0, 10057.0, 10055.0, 10057.0, 10060.0, 10063.0, 10071.0, 10054.0, 10051.0, 10041.0, 10058.0, 10058.0, 10054.0, 10051.0, 10055.0, 10054.0, 10062.0, 10073.0, 10057.0, 10057.0, 10070.0, 10063.0, 10062.0, 10058.0, 10056.0, 10057.0, 10058.0, 10060.0, 10058.0, 10052.0, 10051.0, 10053.0, 10054.0, 10055.0, 10053.0, 10035.0, 10052.0, 10048.0, 10054.0, 10056.0, 10053.0, 10049.0, 10054.0, 10053.0, 10055.0, 10052.0, 10037.0, 10032.0, 10035.0, 10034.0, 10052.0, 10053.0, 10046.0, 10033.0, 10035.0, 10052.0, 10050.0, 10038.0, 10047.0, 10036.0, 10038.0, 10039.0, 10054.0, 10050.0, 10033.0, 10035.0, 10049.0, 10038.0, 10050.0, 10035.0, 10033.0, 10034.0, 10048.0, 10052.0, 10035.0, 10033.0, 10031.0, 10036.0, 10037.0, 10051.0, 10037.0, 10030.0, 10046.0, 10034.0, 10048.0, 10052.0, 10056.0, 10048.0, 10036.0, 10049.0, 10053.0, 10055.0, 10054.0, 10053.0, 10053.0, 10053.0, 10054.0, 10052.0, 10038.0, 10036.0, 10050.0, 10037.0, 10054.0, 10054.0, 10048.0, 10033.0, 10046.0, 10035.0, 10055.0, 10054.0, 10048.0, 10050.0, 10036.0, 10053.0, 10056.0, 10052.0, 10053.0, 10049.0, 10054.0, 10055.0, 10058.0, 10055.0, 10052.0, 10051.0, 10052.0, 10054.0, 10056.0, 10070.0, 10050.0, 10052.0, 10037.0, 10038.0, 10055.0, 10056.0, 10042.0, 10052.0, 10038.0, 10052.0, 10054.0, 10056.0, 10056.0, 10053.0, 10052.0, 10037.0, 10052.0, 10055.0, 10052.0, 10037.0, 10033.0, 10037.0, 10039.0, 10057.0, 10057.0, 10052.0, 10036.0, 10051.0, 10051.0, 10056.0, 10058.0, 10058.0, 10050.0, 10038.0, 10054.0, 10054.0, 10055.0, 10055.0, 10036.0, 10037.0, 10049.0, 10054.0, 10055.0, 10054.0, 10055.0, 10055.0, 10057.0, 10063.0, 10076.0, 10070.0, 10072.0, 10058.0, 10084.0, 10081.0, 10073.0, 10077.0, 10074.0, 10059.0, 10078.0, 10062.0, 10081.0, 10081.0, 10059.0, 10057.0, 10054.0, 10059.0, 10056.0, 10052.0, 10059.0, 10073.0, 10052.0, 10059.0, 10058.0, 10062.0, 10077.0, 10053.0, 10050.0, 10052.0, 10053.0, 10052.0, 10057.0, 10051.0, 10049.0, 10052.0, 10049.0, 10055.0, 10053.0, 10049.0, 10036.0, 10049.0, 10055.0, 10054.0, 10057.0, 10048.0, 10038.0, 10054.0, 10056.0, 10057.0, 10052.0, 10051.0, 10053.0, 10054.0, 10057.0, 10054.0, 10049.0, 10049.0, 10050.0, 10054.0, 10056.0, 10052.0, 10033.0, 10046.0, 10050.0, 10055.0, 10052.0, 10053.0, 10047.0, 10035.0, 10050.0, 10053.0, 10056.0, 10054.0, 10046.0, 10037.0, 10049.0, 10052.0, 10054.0, 10038.0, 10050.0, 10051.0, 10053.0, 10074.0, 10055.0, 10049.0, 10051.0, 10055.0, 10056.0, 10059.0, 10057.0, 10047.0, 10050.0, 10051.0, 10054.0, 10059.0, 10053.0, 10052.0, 10050.0, 10053.0, 10055.0, 10057.0, 10057.0, 10050.0, 10035.0, 10050.0, 10054.0, 10055.0, 10036.0, 10048.0, 10036.0, 10051.0, 10055.0, 10070.0, 10053.0, 10048.0, 10051.0, 10052.0, 10053.0, 10071.0, 10055.0, 10051.0, 10053.0, 10056.0, 10059.0, 10060.0, 10055.0, 10050.0, 10049.0, 10054.0, 10057.0, 10055.0, 10051.0, 10049.0, 10037.0, 10050.0, 10054.0, 10054.0, 10048.0, 10050.0, 10033.0, 10037.0, 10042.0, 10051.0, 10037.0, 10033.0, 10035.0, 10047.0, 10036.0, 10051.0, 10035.0, 10033.0, 10032.0, 10047.0, 10048.0, 10037.0, 10033.0, 10033.0, 10054.0, 10057.0, 10059.0, 10056.0, 10035.0, 10057.0, 10054.0, 10056.0, 10054.0, 10048.0, 10037.0, 10052.0, 10055.0, 10055.0, 10053.0, 10033.0, 10036.0, 10051.0, 10051.0, 10051.0, 10035.0, 10051.0, 10051.0, 10056.0, 10054.0, 10055.0, 10049.0, 10052.0, 10054.0, 10062.0, 10061.0, 10053.0, 10049.0, 10052.0, 10052.0, 10057.0, 10057.0, 10050.0, 10050.0, 10052.0, 10057.0, 10057.0, 10051.0, 10046.0, 10035.0, 10048.0, 10036.0, 10052.0, 10035.0, 10047.0, 10049.0, 10046.0, 10054.0, 10057.0, 10053.0, 10036.0, 10050.0, 10051.0, 10054.0, 10053.0, 10052.0, 10053.0, 10053.0, 10056.0, 10056.0, 10072.0, 10057.0, 10054.0, 10037.0, 10035.0, 10056.0, 10059.0, 10037.0, 10046.0, 10029.0, 10044.0, 10030.0, 10046.0, 10030.0, 10027.0, 10011.0, 10029.0, 10028.0, 10031.0, 10034.0, 10032.0, 10029.0, 10041.0, 10027.0, 10041.0, 10029.0, 10029.0, 10026.0, 10032.0, 10052.0, 10055.0, 10053.0, 10064.0, 10092.0, 10073.0, 10074.0, 10069.0, 10057.0, 10076.0, 10053.0, 10049.0, 10045.0, 10048.0, 10051.0, 10040.0, 10028.0, 10021.0, 10011.0, 10024.0, 10026.0, 10011.0, 10018.0, 10007.0, 10019.0, 10023.0, 10023.0, 10018.0, 9998.0, 10001.0, 10004.0, 10023.0, 10018.0, 10016.0, 10017.0, 10024.0, 10026.0, 10043.0, 10044.0, 10026.0, 10031.0, 10028.0, 10031.0, 10048.0, 10028.0, 10021.0, 10029.0, 10026.0, 10031.0, 10025.0, 10023.0, 10021.0, 10039.0, 10070.0, 10045.0, 10021.0, 10024.0, 10028.0, 10045.0, 10044.0, 10058.0, 10057.0, 10033.0, 10031.0, 10016.0, 10006.0, 10010.0, 10011.0, 10010.0, 10013.0, 10010.0, 10003.0, 10007.0, 10005.0, 10005.0, 9986.0, 9985.0, 9987.0, 10001.0, 10002.0, 10002.0, 10003.0, 10018.0, 10024.0, 10023.0, 10027.0, 9998.0, 10019.0, 10052.0, 10034.0, 10052.0, 10036.0, 10036.0, 10032.0, 10034.0, 10033.0, 10009.0, 10015.0, 10036.0, 10029.0, 10010.0, 10027.0, 10012.0, 10008.0, 10029.0, 10013.0, 10030.0, 10015.0, 10000.0, 10006.0, 10003.0, 10006.0, 10027.0, 10030.0, 10013.0, 10030.0, 10050.0, 10035.0, 10032.0, 10015.0, 10064.0, 10068.0, 10063.0, 10055.0, 10034.0, 10031.0, 10027.0, 10032.0, 10036.0, 10037.0, 10053.0, 10032.0, 10031.0, 10032.0, 10030.0, 10029.0, 10034.0, 10032.0, 10034.0, 10029.0, 10034.0, 10016.0, 10034.0, 10038.0, 10049.0, 10033.0, 10032.0, 10033.0, 10040.0, 10050.0, 10031.0, 10058.0, 10037.0, 10032.0, 10027.0, 10029.0, 10034.0, 10050.0, 10078.0, 10067.0, 10056.0, 10056.0, 10060.0, 10040.0, 10035.0, 10033.0, 10032.0, 10035.0, 10039.0, 10035.0, 10033.0, 10032.0, 10033.0, 10035.0, 10038.0, 10041.0, 10038.0, 10031.0, 10039.0, 10052.0, 10062.0, 10080.0, 10103.0, 10056.0, 10053.0, 10055.0, 10060.0, 10056.0, 10062.0, 10042.0, 10060.0, 10059.0, 10060.0, 10046.0, 10051.0, 10036.0, 10037.0, 10035.0, 10041.0, 10032.0, 10031.0, 10030.0, 10033.0, 10035.0, 10035.0, 10029.0, 10026.0, 10016.0, 10030.0, 10035.0, 10014.0, 10012.0, 10028.0, 10024.0, 10027.0, 10035.0, 10015.0, 10012.0, 10032.0, 10033.0, 10031.0, 10037.0, 10032.0, 10040.0, 10041.0, 10053.0, 10055.0, 10036.0, 10028.0, 10033.0, 10031.0, 10041.0, 10036.0, 10030.0, 10033.0, 10033.0, 10042.0, 10054.0, 10032.0, 10029.0, 10036.0, 10039.0, 10051.0, 10039.0, 10034.0, 10039.0, 10059.0, 10066.0, 10030.0, 10029.0, 10030.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.0008110049833887044</td></tr>
<tr><td colspan=3>aqi</td><td>0.02306179069767442</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.052596912560322</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.101354929783873</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974467796924348</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>4256.7256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08699191729894919</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.488372093023256</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.877327439635956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8375912959829153</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1585281065130033</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.635862916411949</td></tr>
<tr><td colspan=3>gcor</td><td>0.00834648</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0014790082350373268</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018794335424900055</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8719442153365926</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>38.1783</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4889</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.752</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302955.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4903</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.4951</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3803.8526</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1050.1113</td></tr>
<tr><td colspan=3>tsnr</td><td>38.61735784448683</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>