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

616 lines
No EOL
135 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-01/func/sub-0052_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>3f442ff18c7f0951d924ae974a358265</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>14:00:53.732500</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.99664, -0.0359581, 0.0735878, 0.0264461, 0.991629, 0.126379]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.094271</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>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7804, -7246, 580, -16, -143, 36, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9ef74c7a-c2b9-4e0b-b84a-97322b394d31||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.67391300201416, 0.0709528848528862, 0.20929375290870667, 102.69432067871094], [0.09647304564714432, 2.6604695320129395, 0.3348211944103241, -101.39857482910156], [0.1974307745695114, -0.33906441926956177, 2.6709718704223633, -52.55632400512695], [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': ['140053.732500', '140054.192500', '140054.652500', '140055.112500', '140055.572500', '140056.032500', '140056.492500', '140056.952500', '140057.412500', '140057.872500', '140058.332500', '140058.792500', '140059.252500', '140059.712500', '140100.172500', '140100.632500', '140101.092500', '140101.552500', '140102.012500', '140102.472500', '140102.932500', '140103.392500', '140103.852500', '140104.312500', '140104.772500', '140105.232500', '140105.692500', '140106.152500', '140106.612500', '140107.072500', '140107.532500', '140107.992500', '140108.452500', '140108.912500', '140109.372500', '140109.832500', '140110.292500', '140110.752500', '140111.212500', '140111.672500', '140112.132500', '140112.592500', '140113.052500', '140113.512500', '140113.972500', '140114.432500', '140114.892500', '140115.352500', '140115.812500', '140116.272500', '140116.732500', '140117.192500', '140117.652500', '140118.112500', '140118.572500', '140119.032500', '140119.492500', '140119.952500', '140120.412500', '140120.872500', '140121.332500', '140121.792500', '140122.252500', '140122.712500', '140123.172500', '140123.632500', '140124.092500', '140124.552500', '140125.012500', '140125.472500', '140125.932500', '140126.392500', '140126.852500', '140127.312500', '140127.772500', '140128.232500', '140128.692500', '140129.152500', '140129.612500', '140130.072500', '140130.532500', '140130.992500', '140131.452500', '140131.912500', '140132.372500', '140132.832500', '140133.292500', '140133.752500', '140134.212500', '140134.672500', '140135.132500', '140135.592500', '140136.052500', '140136.512500', '140136.972500', '140137.432500', '140137.892500', '140138.352500', '140138.812500', '140139.272500', '140139.732500', '140140.192500', '140140.652500', '140141.112500', '140141.572500', '140142.032500', '140142.492500', '140142.952500', '140143.412500', '140143.872500', '140144.332500', '140144.792500', '140145.252500', '140145.712500', '140146.172500', '140146.632500', '140147.092500', '140147.552500', '140148.012500', '140148.472500', '140148.932500', '140149.392500', '140149.852500', '140150.312500', '140150.772500', '140151.232500', '140151.692500', '140152.152500', '140152.612500', '140153.072500', '140153.532500', '140153.992500', '140154.452500', '140154.912500', '140155.372500', '140155.832500', '140156.292500', '140156.752500', '140157.212500', '140157.672500', '140158.132500', '140158.592500', '140159.052500', '140159.512500', '140159.972500', '140200.432500', '140200.892500', '140201.352500', '140201.812500', '140202.272500', '140202.732500', '140203.192500', '140203.652500', '140204.112500', '140204.572500', '140205.032500', '140205.492500', '140205.952500', '140206.412500', '140206.872500', '140207.332500', '140207.792500', '140208.252500', '140208.712500', '140209.172500', '140209.632500', '140210.092500', '140210.552500', '140211.012500', '140211.472500', '140211.932500', '140212.392500', '140212.852500', '140213.312500', '140213.772500', '140214.232500', '140214.692500', '140215.152500', '140215.612500', '140216.072500', '140216.532500', '140216.992500', '140217.452500', '140217.912500', '140218.372500', '140218.832500', '140219.292500', '140219.752500', '140220.212500', '140220.672500', '140221.132500', '140221.592500', '140222.052500', '140222.512500', '140222.972500', '140223.432500', '140223.892500', '140224.352500', '140224.812500', '140225.272500', '140225.732500', '140226.192500', '140226.652500', '140227.112500', '140227.572500', '140228.032500', '140228.492500', '140228.952500', '140229.412500', '140229.872500', '140230.332500', '140230.792500', '140231.252500', '140231.712500', '140232.172500', '140232.632500', '140233.092500', '140233.552500', '140234.012500', '140234.472500', '140234.932500', '140235.392500', '140235.852500', '140236.312500', '140236.772500', '140237.232500', '140237.692500', '140238.152500', '140238.612500', '140239.072500', '140239.532500', '140239.992500', '140240.452500', '140240.912500', '140241.372500', '140241.832500', '140242.292500', '140242.752500', '140243.212500', '140243.672500', '140244.132500', '140244.592500', '140245.052500', '140245.512500', '140245.972500', '140246.432500', '140246.892500', '140247.352500', '140247.812500', '140248.272500', '140248.732500', '140249.192500', '140249.652500', '140250.112500', '140250.572500', '140251.032500', '140251.492500', '140251.952500', '140252.412500', '140252.872500', '140253.332500', '140253.792500', '140254.252500', '140254.712500', '140255.172500', '140255.632500', '140256.092500', '140256.552500', '140257.012500', '140257.472500', '140257.932500', '140258.392500', '140258.852500', '140259.312500', '140259.772500', '140300.232500', '140300.692500', '140301.152500', '140301.612500', '140302.072500', '140302.532500', '140302.992500', '140303.452500', '140303.912500', '140304.372500', '140304.832500', '140305.292500', '140305.752500', '140306.212500', '140306.672500', '140307.132500', '140307.592500', '140308.052500', '140308.512500', '140308.972500', '140309.432500', '140309.892500', '140310.352500', '140310.812500', '140311.272500', '140311.732500', '140312.192500', '140312.652500', '140313.112500', '140313.572500', '140314.032500', '140314.492500', '140314.952500', '140315.412500', '140315.872500', '140316.332500', '140316.792500', '140317.252500', '140317.712500', '140318.172500', '140318.632500', '140319.092500', '140319.552500', '140320.012500', '140320.472500', '140320.932500', '140321.392500', '140321.852500', '140322.312500', '140322.772500', '140323.232500', '140323.692500', '140324.152500', '140324.612500', '140325.072500', '140325.532500', '140325.992500', '140326.452500', '140326.912500', '140327.372500', '140327.832500', '140328.292500', '140328.752500', '140329.212500', '140329.672500', '140330.132500', '140330.592500', '140331.052500', '140331.512500', '140331.972500', '140332.432500', '140332.892500', '140333.352500', '140333.812500', '140334.272500', '140334.732500', '140335.192500', '140335.652500', '140336.112500', '140336.572500', '140337.032500', '140337.492500', '140337.952500', '140338.412500', '140338.872500', '140339.332500', '140339.792500', '140340.252500', '140340.712500', '140341.172500', '140341.632500', '140342.092500', '140342.552500', '140343.012500', '140343.472500', '140343.932500', '140344.392500', '140344.852500', '140345.312500', '140345.772500', '140346.232500', '140346.692500', '140347.152500', '140347.612500', '140348.072500', '140348.532500', '140348.992500', '140349.452500', '140349.912500', '140350.372500', '140350.832500', '140351.292500', '140351.752500', '140352.212500', '140352.672500', '140353.132500', '140353.592500', '140354.052500', '140354.512500', '140354.972500', '140355.432500', '140355.892500', '140356.352500', '140356.812500', '140357.272500', '140357.732500', '140358.192500', '140358.652500', '140359.112500', '140359.572500', '140400.032500', '140400.492500', '140400.952500', '140401.412500', '140401.872500', '140402.332500', '140402.792500', '140403.252500', '140403.712500', '140404.172500', '140404.632500', '140405.092500', '140405.552500', '140406.012500', '140406.472500', '140406.932500', '140407.392500', '140407.852500', '140408.312500', '140408.772500', '140409.232500', '140409.692500', '140410.152500', '140410.612500', '140411.072500', '140411.532500', '140411.992500', '140412.452500', '140412.912500', '140413.372500', '140413.832500', '140414.292500', '140414.752500', '140415.212500', '140415.672500', '140416.132500', '140416.592500', '140417.052500', '140417.512500', '140417.972500', '140418.432500', '140418.892500', '140419.352500', '140419.812500', '140420.272500', '140420.732500', '140421.192500', '140421.652500', '140422.112500', '140422.572500', '140423.032500', '140423.492500', '140423.952500', '140424.412500', '140424.872500', '140425.332500', '140425.792500', '140426.252500', '140426.712500', '140427.172500', '140427.632500', '140428.092500', '140428.552500', '140429.012500', '140429.472500', '140429.932500', '140430.392500', '140430.852500', '140431.312500', '140431.772500', '140432.232500', '140432.692500', '140433.152500', '140433.612500', '140434.072500', '140434.532500', '140434.992500', '140435.452500', '140435.912500', '140436.372500', '140436.832500', '140437.292500', '140437.752500', '140438.212500', '140438.672500', '140439.132500', '140439.592500', '140440.052500', '140440.512500', '140440.972500', '140441.432500', '140441.892500', '140442.352500', '140442.812500', '140443.272500', '140443.732500', '140444.192500', '140444.652500', '140445.112500', '140445.572500', '140446.032500', '140446.492500', '140446.952500', '140447.412500', '140447.872500', '140448.332500', '140448.792500', '140449.252500', '140449.712500', '140450.172500', '140450.632500', '140451.092500', '140451.552500', '140452.012500', '140452.472500', '140452.932500', '140453.392500', '140453.852500', '140454.312500', '140454.772500', '140455.232500', '140455.692500', '140456.152500', '140456.612500', '140457.072500', '140457.532500', '140457.992500', '140458.452500', '140458.912500', '140459.372500', '140459.832500', '140500.292500', '140500.752500', '140501.212500', '140501.672500', '140502.132500', '140502.592500', '140503.052500', '140503.512500', '140503.972500', '140504.432500', '140504.892500', '140505.352500', '140505.812500', '140506.272500', '140506.732500', '140507.192500', '140507.652500', '140508.112500', '140508.572500', '140509.032500', '140509.492500', '140509.952500', '140510.412500', '140510.872500', '140511.332500', '140511.792500', '140512.252500', '140512.712500', '140513.172500', '140513.632500', '140514.092500', '140514.552500', '140515.012500', '140515.472500', '140515.932500', '140516.392500', '140516.852500', '140517.312500', '140517.772500', '140518.232500', '140518.692500', '140519.152500', '140519.612500', '140520.072500', '140520.532500', '140520.992500', '140521.452500', '140521.912500', '140522.372500', '140522.832500', '140523.292500', '140523.752500', '140524.212500', '140524.672500', '140525.132500', '140525.592500', '140526.052500', '140526.512500', '140526.972500', '140527.432500', '140527.892500', '140528.352500', '140528.812500', '140529.272500', '140529.732500', '140530.192500', '140530.652500', '140531.112500', '140531.572500', '140532.032500', '140532.492500', '140532.952500', '140533.412500', '140533.872500', '140534.332500', '140534.792500', '140535.252500', '140535.712500', '140536.172500', '140536.632500', '140537.092500', '140537.552500', '140538.012500', '140538.472500', '140538.932500', '140539.392500', '140539.852500', '140540.312500', '140540.772500', '140541.232500', '140541.692500', '140542.152500', '140542.612500', '140543.072500', '140543.532500', '140543.992500', '140544.452500', '140544.912500', '140545.372500', '140545.832500', '140546.292500', '140546.752500', '140547.212500', '140547.672500', '140548.132500', '140548.592500', '140549.052500', '140549.512500', '140549.972500', '140550.432500', '140550.892500', '140551.352500', '140551.812500', '140552.272500', '140552.732500', '140553.192500', '140553.652500', '140554.112500', '140554.572500', '140555.032500', '140555.492500', '140555.952500', '140556.412500', '140556.872500', '140557.332500', '140557.792500', '140558.252500', '140558.712500', '140559.172500', '140559.632500', '140600.092500', '140600.552500', '140601.012500', '140601.472500', '140601.932500', '140602.392500', '140602.852500', '140603.312500', '140603.772500', '140604.232500', '140604.692500', '140605.152500', '140605.612500', '140606.072500', '140606.532500', '140606.992500', '140607.452500', '140607.912500', '140608.372500', '140608.832500', '140609.292500', '140609.752500', '140610.212500', '140610.672500', '140611.132500', '140611.592500', '140612.052500', '140612.512500', '140612.972500', '140613.432500', '140613.892500', '140614.352500', '140614.812500', '140615.272500', '140615.732500', '140616.192500', '140616.652500', '140617.112500', '140617.572500', '140618.032500', '140618.492500', '140618.952500', '140619.412500', '140619.872500', '140620.332500', '140620.792500', '140621.252500', '140621.712500', '140622.172500', '140622.632500', '140623.092500', '140623.552500', '140624.012500', '140624.472500', '140624.932500', '140625.392500', '140625.852500', '140626.312500', '140626.772500', '140627.232500', '140627.692500', '140628.152500', '140628.612500', '140629.072500', '140629.532500', '140629.992500', '140630.452500', '140630.912500', '140631.372500', '140631.832500', '140632.292500', '140632.752500', '140633.212500', '140633.672500', '140634.132500', '140634.592500', '140635.052500', '140635.512500', '140635.972500', '140636.432500', '140636.892500', '140637.352500', '140637.812500', '140638.272500', '140638.732500', '140639.192500', '140639.652500', '140640.112500', '140640.572500', '140641.032500', '140641.492500', '140641.952500', '140642.412500', '140642.872500', '140643.332500', '140643.792500', '140644.252500', '140644.712500', '140645.172500', '140645.632500', '140646.092500', '140646.552500', '140647.012500', '140647.472500', '140647.932500', '140648.392500', '140648.852500', '140649.312500', '140649.772500', '140650.232500', '140650.692500', '140651.152500', '140651.612500', '140652.072500', '140652.532500', '140652.992500', '140653.452500', '140653.912500', '140654.372500', '140654.832500', '140655.292500', '140655.752500', '140656.212500', '140656.672500', '140657.132500', '140657.592500', '140658.052500', '140658.512500', '140658.972500', '140659.432500', '140659.892500', '140700.352500', '140700.812500', '140701.272500', '140701.732500', '140702.192500', '140702.652500', '140703.112500', '140703.572500', '140704.032500', '140704.492500', '140704.952500', '140705.412500', '140705.872500', '140706.332500', '140706.792500', '140707.252500', '140707.712500', '140708.172500', '140708.632500', '140709.092500', '140709.552500', '140710.012500', '140710.472500', '140710.932500', '140711.392500', '140711.852500', '140712.312500', '140712.772500', '140713.232500', '140713.692500', '140714.152500', '140714.612500', '140715.072500', '140715.532500', '140715.992500', '140716.452500', '140716.912500', '140717.372500', '140717.832500', '140718.292500', '140718.752500', '140719.212500', '140719.672500', '140720.132500', '140720.592500', '140721.052500', '140721.512500', '140721.972500', '140722.432500', '140722.892500', '140723.352500', '140723.812500', '140724.272500', '140724.732500', '140725.192500', '140725.652500', '140726.112500', '140726.572500', '140727.032500', '140727.492500', '140727.952500', '140728.412500', '140728.872500', '140729.332500', '140729.792500', '140730.252500', '140730.712500', '140731.172500', '140731.632500', '140732.092500', '140732.552500', '140733.012500', '140733.472500', '140733.932500', '140734.392500', '140734.852500', '140735.312500', '140735.772500', '140736.232500', '140736.692500', '140737.152500', '140737.612500', '140738.072500', '140738.532500', '140738.992500', '140739.452500', '140739.912500', '140740.372500', '140740.832500', '140741.292500', '140741.752500', '140742.212500', '140742.672500', '140743.132500', '140743.592500', '140744.052500', '140744.512500', '140744.972500', '140745.432500', '140745.892500', '140746.352500', '140746.812500', '140747.272500', '140747.732500', '140748.192500', '140748.652500', '140749.112500', '140749.572500', '140750.032500', '140750.492500', '140750.952500', '140751.412500', '140751.872500', '140752.332500', '140752.792500', '140753.252500', '140753.712500', '140754.172500', '140754.632500', '140755.092500', '140755.552500', '140756.012500', '140756.472500', '140756.932500', '140757.392500', '140757.852500', '140758.312500', '140758.772500', '140759.232500', '140759.692500', '140800.152500', '140800.612500', '140801.072500', '140801.532500', '140801.992500', '140802.452500', '140802.912500', '140803.372500', '140803.832500', '140804.292500', '140804.752500', '140805.212500', '140805.672500', '140806.132500', '140806.592500', '140807.052500', '140807.512500', '140807.972500', '140808.432500', '140808.892500', '140809.352500', '140809.812500', '140810.272500', '140810.732500', '140811.192500', '140811.652500', '140812.112500', '140812.572500', '140813.032500', '140813.492500', '140813.952500', '140814.412500', '140814.872500', '140815.332500', '140815.792500', '140816.252500', '140816.712500', '140817.172500', '140817.632500', '140818.092500', '140818.552500', '140819.012500', '140819.472500', '140819.932500', '140820.392500', '140820.852500', '140821.312500', '140821.772500', '140822.232500', '140822.692500', '140823.152500', '140823.612500', '140824.072500', '140824.532500', '140824.992500', '140825.452500', '140825.912500', '140826.372500', '140826.832500', '140827.292500', '140827.752500', '140828.212500', '140828.672500', '140829.132500', '140829.592500', '140830.052500', '140830.512500', '140830.972500', '140831.432500', '140831.892500', '140832.352500', '140832.812500', '140833.272500', '140833.732500', '140834.192500', '140834.652500', '140835.112500', '140835.572500', '140836.032500', '140836.492500', '140836.952500', '140837.412500', '140837.872500', '140838.332500', '140838.792500', '140839.252500', '140839.712500', '140840.172500', '140840.632500', '140841.092500', '140841.552500', '140842.012500', '140842.472500', '140842.932500', '140843.392500', '140843.852500', '140844.312500', '140844.772500', '140845.232500', '140845.692500', '140846.152500', '140846.612500', '140847.072500', '140847.532500', '140847.992500', '140848.452500', '140848.912500', '140849.372500', '140849.832500', '140850.292500', '140850.752500', '140851.212500', '140851.672500', '140852.132500', '140852.592500', '140853.052500', '140853.512500', '140853.972500', '140854.432500', '140854.892500', '140855.352500', '140855.812500', '140856.272500', '140856.732500', '140857.192500', '140857.652500', '140858.112500', '140858.572500', '140859.032500', '140859.492500', '140859.952500', '140900.412500', '140900.872500', '140901.332500', '140901.792500', '140902.252500', '140902.712500', '140903.172500', '140903.632500', '140904.092500', '140904.552500', '140905.012500', '140905.472500', '140905.932500', '140906.392500', '140906.852500', '140907.312500', '140907.772500', '140908.232500', '140908.692500', '140909.152500', '140909.612500', '140910.072500', '140910.532500', '140910.992500', '140911.452500', '140911.912500', '140912.372500', '140912.832500', '140913.292500', '140913.752500', '140914.212500', '140914.672500', '140915.132500', '140915.592500', '140916.052500', '140916.512500', '140916.972500', '140917.432500', '140917.892500', '140918.352500', '140918.812500', '140919.272500', '140919.732500', '140920.192500', '140920.652500', '140921.112500', '140921.572500', '140922.032500', '140922.492500', '140922.952500', '140923.412500', '140923.872500', '140924.332500', '140924.792500', '140925.252500', '140925.712500', '140926.172500', '140926.632500', '140927.092500', '140927.552500', '140928.012500', '140928.472500', '140928.932500', '140929.392500', '140929.852500', '140930.312500', '140930.772500', '140931.232500', '140931.692500', '140932.152500', '140932.612500', '140933.072500', '140933.532500', '140933.992500', '140934.452500', '140934.912500', '140935.372500', '140935.832500', '140936.292500', '140936.752500', '140937.212500', '140937.672500', '140938.132500', '140938.592500', '140939.052500', '140939.512500', '140939.972500', '140940.432500', '140940.892500', '140941.352500', '140941.812500', '140942.272500', '140942.732500', '140943.192500', '140943.652500', '140944.112500', '140944.572500', '140945.032500', '140945.492500', '140945.952500', '140946.412500', '140946.872500', '140947.332500', '140947.792500', '140948.252500', '140948.712500', '140949.172500', '140949.632500', '140950.092500', '140950.552500', '140951.012500', '140951.472500', '140951.932500', '140952.392500', '140952.852500', '140953.312500', '140953.772500', '140954.232500', '140954.692500', '140955.152500', '140955.612500', '140956.072500', '140956.532500', '140956.992500', '140957.452500', '140957.912500', '140958.372500', '140958.832500', '140959.292500', '140959.752500', '141000.212500', '141000.672500', '141001.132500', '141001.592500', '141002.052500', '141002.512500', '141002.972500', '141003.432500', '141003.892500', '141004.352500', '141004.812500', '141005.272500', '141005.732500', '141006.192500', '141006.652500', '141007.112500', '141007.572500', '141008.032500', '141008.492500', '141008.952500', '141009.412500'], 'ContentTime': ['140115.582000', '140115.585000', '140115.588000', '140115.591000', '140115.593000', '140115.596000', '140115.599000', '140115.605000', '140115.608000', '140115.610000', '140115.613000', '140115.615000', '140115.618000', '140115.621000', '140115.623000', '140115.626000', '140115.629000', '140115.631000', '140115.634000', '140115.637000', '140115.639000', '140115.642000', '140115.645000', '140115.647000', '140115.650000', '140115.653000', '140115.655000', '140115.658000', '140115.661000', '140115.664000', '140115.666000', '140115.669000', '140115.672000', '140115.674000', '140115.677000', '140115.679000', '140115.682000', '140115.684000', '140115.687000', '140115.689000', '140115.692000', '140115.695000', '140115.699000', '140115.701000', '140115.704000', '140135.502000', '140135.505000', '140135.508000', '140135.510000', '140135.513000', '140135.516000', '140135.518000', '140135.521000', '140135.523000', '140135.526000', '140135.529000', '140135.531000', '140135.534000', '140135.536000', '140135.539000', '140135.542000', '140135.544000', '140135.547000', '140135.549000', '140135.552000', '140135.554000', '140135.557000', '140135.560000', '140135.562000', '140135.565000', '140135.567000', '140135.570000', '140135.573000', '140135.575000', '140135.578000', '140135.580000', '140135.583000', '140135.585000', '140135.620000', '140135.622000', '140135.625000', '140135.627000', '140135.630000', '140135.632000', '140135.635000', '140135.637000', '140135.640000', '140135.643000', '140135.645000', '140155.502000', '140155.505000', '140155.508000', '140155.510000', '140155.513000', '140155.516000', '140155.518000', '140155.521000', '140155.523000', '140155.526000', '140155.529000', '140155.531000', '140155.534000', '140155.536000', '140155.539000', '140155.541000', '140155.544000', '140155.546000', '140155.549000', '140155.551000', '140155.554000', '140155.557000', '140155.559000', '140155.562000', '140155.564000', '140155.567000', '140155.570000', '140155.572000', '140155.575000', '140155.577000', '140155.580000', '140155.582000', '140155.585000', '140155.587000', '140155.590000', '140155.593000', '140155.595000', '140155.598000', '140155.600000', '140155.603000', '140155.605000', '140155.608000', '140155.611000', '140215.502000', '140215.505000', '140215.508000', '140215.510000', '140215.513000', '140215.516000', '140215.518000', '140215.521000', '140215.524000', '140215.526000', '140215.529000', '140215.531000', '140215.534000', '140215.536000', '140215.539000', '140215.542000', '140215.544000', '140215.547000', '140215.549000', '140215.552000', '140215.555000', '140215.557000', '140215.560000', '140215.563000', '140215.565000', '140215.568000', '140215.570000', '140215.573000', '140215.578000', '140215.581000', '140215.583000', '140215.586000', '140215.588000', '140215.591000', '140215.593000', '140215.596000', '140215.599000', '140215.601000', '140215.604000', '140215.607000', '140215.609000', '140215.612000', '140215.614000', '140215.617000', '140235.502000', '140235.505000', '140235.508000', '140235.510000', '140235.513000', '140235.515000', '140235.518000', '140235.521000', '140235.523000', '140235.526000', '140235.528000', '140235.531000', '140235.534000', '140235.536000', '140235.539000', '140235.541000', '140235.544000', '140235.546000', '140235.549000', '140235.551000', '140235.554000', '140235.557000', '140235.559000', '140235.562000', '140235.564000', '140235.567000', '140235.570000', '140235.572000', '140235.575000', '140235.577000', '140235.580000', '140235.582000', '140235.585000', '140235.587000', '140235.590000', '140235.593000', '140235.595000', '140235.598000', '140235.601000', '140235.603000', '140235.606000', '140235.608000', '140235.611000', '140255.503000', '140255.505000', '140255.508000', '140255.511000', '140255.513000', '140255.516000', '140255.518000', '140255.526000', '140255.529000', '140255.532000', '140255.534000', '140255.537000', '140255.539000', '140255.542000', '140255.544000', '140255.547000', '140255.549000', '140255.552000', '140255.565000', '140255.567000', '140255.570000', '140255.573000', '140255.575000', '140255.578000', '140255.581000', '140255.583000', '140255.586000', '140255.588000', '140255.591000', '140255.594000', '140255.596000', '140255.599000', '140255.601000', '140255.604000', '140255.607000', '140255.609000', '140255.612000', '140255.615000', '140255.617000', '140255.620000', '140255.622000', '140255.625000', '140255.628000', '140255.630000', '140315.501000', '140315.504000', '140315.507000', '140315.510000', '140315.512000', '140315.515000', '140315.517000', '140315.520000', '140315.523000', '140315.525000', '140315.528000', '140315.530000', '140315.533000', '140315.535000', '140315.538000', '140315.541000', '140315.543000', '140315.546000', '140315.548000', '140315.551000', '140315.554000', '140315.556000', '140315.559000', '140315.561000', '140315.564000', '140315.567000', '140315.569000', '140315.572000', '140315.574000', '140315.577000', '140315.580000', '140315.582000', '140315.585000', '140315.587000', '140315.590000', '140315.593000', '140315.595000', '140315.598000', '140315.601000', '140315.603000', '140315.606000', '140315.608000', '140315.611000', '140335.502000', '140335.506000', '140335.508000', '140335.511000', '140335.513000', '140335.516000', '140335.519000', '140335.521000', '140335.524000', '140335.526000', '140335.529000', '140335.531000', '140335.534000', '140335.537000', '140335.540000', '140335.543000', '140335.545000', '140335.548000', '140335.551000', '140335.553000', '140335.556000', '140335.558000', '140335.561000', '140335.564000', '140335.566000', '140335.569000', '140335.571000', '140335.574000', '140335.579000', '140335.581000', '140335.584000', '140335.587000', '140335.589000', '140335.592000', '140335.595000', '140335.597000', '140335.600000', '140335.603000', '140335.605000', '140335.608000', '140335.610000', '140335.613000', '140335.616000', '140355.503000', '140355.505000', '140355.508000', '140355.511000', '140355.513000', '140355.516000', '140355.519000', '140355.521000', '140355.524000', '140355.526000', '140355.529000', '140355.532000', '140355.534000', '140355.537000', '140355.539000', '140355.542000', '140355.544000', '140355.547000', '140355.549000', '140355.552000', '140355.555000', '140355.557000', '140355.560000', '140355.562000', '140355.565000', '140355.568000', '140355.570000', '140355.573000', '140355.575000', '140355.578000', '140355.580000', '140355.583000', '140355.586000', '140355.588000', '140355.591000', '140355.593000', '140355.596000', '140355.599000', '140355.601000', '140355.604000', '140355.606000', '140355.609000', '140355.612000', '140355.614000', '140415.502000', '140415.505000', '140415.508000', '140415.511000', '140415.513000', '140415.516000', '140415.519000', '140415.521000', '140415.524000', '140415.526000', '140415.529000', '140415.532000', '140415.534000', '140415.537000', '140415.539000', '140415.542000', '140415.545000', '140415.547000', '140415.550000', '140415.552000', '140415.555000', '140415.558000', '140415.560000', '140415.563000', '140415.565000', '140415.568000', '140415.571000', '140415.573000', '140415.576000', '140415.578000', '140415.581000', '140415.583000', '140415.600000', '140415.602000', '140415.605000', '140415.608000', '140415.610000', '140415.613000', '140415.616000', '140415.618000', '140415.621000', '140415.628000', '140415.630000', '140435.503000', '140435.506000', '140435.508000', '140435.511000', '140435.514000', '140435.516000', '140435.519000', '140435.521000', '140435.524000', '140435.526000', '140435.529000', '140435.532000', '140435.534000', '140435.537000', '140435.539000', '140435.542000', '140435.544000', '140435.547000', '140435.550000', '140435.552000', '140435.555000', '140435.557000', '140435.560000', '140435.563000', '140435.565000', '140435.568000', '140435.570000', '140435.573000', '140435.575000', '140435.578000', '140435.581000', '140435.583000', '140435.586000', '140435.588000', '140435.591000', '140435.594000', '140435.596000', '140435.599000', '140435.601000', '140435.604000', '140435.606000', '140435.609000', '140435.612000', '140435.614000', '140455.503000', '140455.506000', '140455.508000', '140455.511000', '140455.513000', '140455.516000', '140455.519000', '140455.521000', '140455.524000', '140455.526000', '140455.529000', '140455.532000', '140455.534000', '140455.537000', '140455.539000', '140455.542000', '140455.545000', '140455.547000', '140455.550000', '140455.552000', '140455.555000', '140455.558000', '140455.560000', '140455.563000', '140455.565000', '140455.568000', '140455.570000', '140455.573000', '140455.577000', '140455.580000', '140455.582000', '140455.585000', '140455.588000', '140455.590000', '140455.593000', '140455.596000', '140455.598000', '140455.601000', '140455.603000', '140455.606000', '140455.609000', '140455.612000', '140455.615000', '140515.502000', '140515.505000', '140515.508000', '140515.511000', '140515.513000', '140515.516000', '140515.518000', '140515.521000', '140515.523000', '140515.526000', '140515.529000', '140515.531000', '140515.534000', '140515.536000', '140515.539000', '140515.542000', '140515.544000', '140515.547000', '140515.549000', '140515.552000', '140515.554000', '140515.557000', '140515.560000', '140515.562000', '140515.565000', '140515.567000', '140515.570000', '140515.572000', '140515.575000', '140515.578000', '140515.580000', '140515.583000', '140515.585000', '140515.588000', '140515.591000', '140515.593000', '140515.596000', '140515.599000', '140515.601000', '140515.604000', '140515.606000', '140515.609000', '140515.612000', '140515.614000', '140535.501000', '140535.504000', '140535.507000', '140535.510000', '140535.512000', '140535.515000', '140535.517000', '140535.520000', '140535.523000', '140535.525000', '140535.528000', '140535.530000', '140535.533000', '140535.535000', '140535.538000', '140535.541000', '140535.543000', '140535.546000', '140535.548000', '140535.551000', '140535.554000', '140535.556000', '140535.559000', '140535.561000', '140535.564000', '140535.567000', '140535.569000', '140535.572000', '140535.575000', '140535.577000', '140535.580000', '140535.582000', '140535.585000', '140535.588000', '140535.591000', '140535.594000', '140535.597000', '140535.600000', '140535.602000', '140535.605000', '140535.607000', '140535.610000', '140535.613000', '140555.502000', '140555.505000', '140555.508000', '140555.511000', '140555.513000', '140555.516000', '140555.518000', '140555.521000', '140555.524000', '140555.526000', '140555.529000', '140555.531000', '140555.534000', '140555.544000', '140555.546000', '140555.549000', '140555.552000', '140555.554000', '140555.557000', '140555.559000', '140555.562000', '140555.564000', '140555.567000', '140555.570000', '140555.572000', '140555.575000', '140555.577000', '140555.580000', '140555.583000', '140555.585000', '140555.588000', '140555.591000', '140555.593000', '140555.598000', '140555.601000', '140555.603000', '140555.606000', '140555.608000', '140555.611000', '140555.614000', '140555.616000', '140555.619000', '140555.622000', '140555.624000', '140615.503000', '140615.505000', '140615.508000', '140615.511000', '140615.513000', '140615.516000', '140615.518000', '140615.521000', '140615.523000', '140615.526000', '140615.529000', '140615.531000', '140615.534000', '140615.536000', '140615.539000', '140615.542000', '140615.544000', '140615.547000', '140615.549000', '140615.552000', '140615.555000', '140615.557000', '140615.560000', '140615.562000', '140615.565000', '140615.567000', '140615.570000', '140615.573000', '140615.575000', '140615.578000', '140615.581000', '140615.583000', '140615.586000', '140615.588000', '140615.591000', '140615.594000', '140615.596000', '140615.599000', '140615.601000', '140615.604000', '140615.606000', '140615.609000', '140615.611000', '140635.502000', '140635.505000', '140635.508000', '140635.511000', '140635.513000', '140635.516000', '140635.518000', '140635.521000', '140635.524000', '140635.526000', '140635.529000', '140635.531000', '140635.534000', '140635.536000', '140635.539000', '140635.542000', '140635.544000', '140635.547000', '140635.550000', '140635.552000', '140635.555000', '140635.557000', '140635.560000', '140635.562000', '140635.565000', '140635.567000', '140635.570000', '140635.573000', '140635.575000', '140635.578000', '140635.580000', '140635.583000', '140635.586000', '140635.588000', '140635.591000', '140635.594000', '140635.596000', '140635.599000', '140635.602000', '140635.604000', '140635.607000', '140635.610000', '140635.612000', '140635.615000', '140655.502000', '140655.513000', '140655.516000', '140655.518000', '140655.521000', '140655.524000', '140655.545000', '140655.547000', '140655.550000', '140655.552000', '140655.555000', '140655.558000', '140655.560000', '140655.563000', '140655.566000', '140655.569000', '140655.572000', '140655.574000', '140655.577000', '140655.580000', '140655.582000', '140655.585000', '140655.587000', '140655.590000', '140655.593000', '140655.595000', '140655.598000', '140655.601000', '140655.603000', '140655.606000', '140655.608000', '140655.611000', '140655.614000', '140655.616000', '140655.619000', '140655.621000', '140655.624000', '140655.626000', '140655.629000', '140655.632000', '140655.634000', '140655.637000', '140655.639000', '140715.503000', '140715.505000', '140715.508000', '140715.511000', '140715.513000', '140715.516000', '140715.518000', '140715.521000', '140715.524000', '140715.526000', '140715.529000', '140715.532000', '140715.534000', '140715.537000', '140715.539000', '140715.542000', '140715.544000', '140715.547000', '140715.550000', '140715.552000', '140715.555000', '140715.557000', '140715.560000', '140715.562000', '140715.571000', '140715.574000', '140715.577000', '140715.579000', '140715.582000', '140715.584000', '140715.587000', '140715.590000', '140715.592000', '140715.595000', '140715.597000', '140715.600000', '140715.603000', '140715.605000', '140715.608000', '140715.610000', '140715.613000', '140715.616000', '140715.618000', '140715.621000', '140735.502000', '140735.505000', '140735.508000', '140735.510000', '140735.513000', '140735.516000', '140735.518000', '140735.521000', '140735.523000', '140735.526000', '140735.529000', '140735.531000', '140735.534000', '140735.536000', '140735.539000', '140735.542000', '140735.544000', '140735.547000', '140735.549000', '140735.552000', '140735.554000', '140735.557000', '140735.560000', '140735.562000', '140735.565000', '140735.567000', '140735.570000', '140735.572000', '140735.575000', '140735.578000', '140735.580000', '140735.583000', '140735.585000', '140735.588000', '140735.591000', '140735.593000', '140735.596000', '140735.598000', '140735.601000', '140735.604000', '140735.606000', '140735.609000', '140735.612000', '140755.502000', '140755.504000', '140755.507000', '140755.510000', '140755.512000', '140755.515000', '140755.517000', '140755.520000', '140755.523000', '140755.525000', '140755.528000', '140755.530000', '140755.533000', '140755.536000', '140755.538000', '140755.541000', '140755.543000', '140755.546000', '140755.548000', '140755.551000', '140755.554000', '140755.556000', '140755.559000', '140755.562000', '140755.564000', '140755.567000', '140755.569000', '140755.572000', '140755.575000', '140755.577000', '140755.580000', '140755.582000', '140755.585000', '140755.587000', '140755.590000', '140755.593000', '140755.595000', '140755.598000', '140755.600000', '140755.603000', '140755.606000', '140755.608000', '140755.611000', '140755.614000', '140815.503000', '140815.506000', '140815.508000', '140815.511000', '140815.514000', '140815.516000', '140815.519000', '140815.521000', '140815.524000', '140815.527000', '140815.529000', '140815.532000', '140815.534000', '140815.537000', '140815.540000', '140815.542000', '140815.545000', '140815.548000', '140815.550000', '140815.553000', '140815.555000', '140815.558000', '140815.561000', '140815.563000', '140815.566000', '140815.568000', '140815.571000', '140815.574000', '140815.576000', '140815.579000', '140815.581000', '140815.584000', '140815.587000', '140815.589000', '140815.592000', '140815.595000', '140815.597000', '140815.600000', '140815.602000', '140815.605000', '140815.607000', '140815.610000', '140815.613000', '140835.503000', '140835.505000', '140835.508000', '140835.511000', '140835.513000', '140835.516000', '140835.518000', '140835.521000', '140835.524000', '140835.526000', '140835.529000', '140835.532000', '140835.534000', '140835.537000', '140835.539000', '140835.542000', '140835.545000', '140835.547000', '140835.550000', '140835.552000', '140835.555000', '140835.557000', '140835.560000', '140835.563000', '140835.565000', '140835.568000', '140835.570000', '140835.573000', '140835.576000', '140835.578000', '140835.581000', '140835.583000', '140835.586000', '140835.589000', '140835.591000', '140835.603000', '140835.605000', '140835.608000', '140835.611000', '140835.613000', '140835.616000', '140835.618000', '140835.621000', '140835.623000', '140855.503000', '140855.505000', '140855.508000', '140855.511000', '140855.513000', '140855.516000', '140855.518000', '140855.521000', '140855.524000', '140855.526000', '140855.529000', '140855.531000', '140855.534000', '140855.537000', '140855.539000', '140855.542000', '140855.544000', '140855.547000', '140855.549000', '140855.552000', '140855.555000', '140855.557000', '140855.560000', '140855.562000', '140855.565000', '140855.568000', '140855.570000', '140855.573000', '140855.575000', '140855.578000', '140855.581000', '140855.583000', '140855.586000', '140855.589000', '140855.591000', '140855.594000', '140855.596000', '140855.599000', '140855.602000', '140855.604000', '140855.607000', '140855.609000', '140855.612000', '140915.503000', '140915.506000', '140915.508000', '140915.511000', '140915.514000', '140915.516000', '140915.519000', '140915.521000', '140915.524000', '140915.527000', '140915.529000', '140915.532000', '140915.534000', '140915.537000', '140915.540000', '140915.542000', '140915.545000', '140915.547000', '140915.550000', '140915.553000', '140915.555000', '140915.558000', '140915.560000', '140915.563000', '140915.566000', '140915.568000', '140915.571000', '140915.573000', '140915.576000', '140915.578000', '140915.581000', '140915.584000', '140915.586000', '140915.589000', '140915.591000', '140915.594000', '140915.597000', '140915.599000', '140915.602000', '140915.604000', '140915.607000', '140915.610000', '140915.612000', '140915.615000', '140935.503000', '140935.505000', '140935.508000', '140935.511000', '140935.513000', '140935.516000', '140935.519000', '140935.521000', '140935.524000', '140935.526000', '140935.529000', '140935.531000', '140935.534000', '140935.537000', '140935.539000', '140935.542000', '140935.544000', '140935.547000', '140935.550000', '140935.552000', '140935.555000', '140935.558000', '140935.560000', '140935.563000', '140935.566000', '140935.568000', '140935.571000', '140935.573000', '140935.576000', '140935.578000', '140935.581000', '140935.584000', '140935.586000', '140935.589000', '140935.592000', '140935.594000', '140935.597000', '140935.599000', '140935.602000', '140935.605000', '140935.607000', '140935.610000', '140935.612000', '140955.503000', '140955.506000', '140955.508000', '140955.511000', '140955.513000', '140955.516000', '140955.519000', '140955.521000', '140955.524000', '140955.526000', '140955.529000', '140955.531000', '140955.534000', '140955.537000', '140955.539000', '140955.542000', '140955.544000', '140955.560000', '140955.563000', '140955.566000', '140955.568000', '140955.571000', '140955.573000', '140955.576000', '140955.578000', '140955.581000', '140955.584000', '140955.586000', '140955.589000', '140955.591000', '140955.594000', '140955.597000', '140955.599000', '140955.602000', '140955.604000', '140955.607000', '140955.610000', '140955.612000', '140955.615000', '140955.617000', '140955.620000', '140955.623000', '140955.625000', '140955.628000', '141010.614000', '141010.617000', '141010.620000', '141010.623000', '141010.625000', '141010.628000', '141010.631000', '141010.633000', '141010.636000', '141010.638000', '141010.641000', '141010.643000', '141010.646000', '141010.649000', '141010.651000', '141010.654000', '141010.656000', '141010.659000', '141010.662000', '141010.664000', '141010.667000', '141010.669000', '141010.672000', '141010.675000', '141010.677000', '141010.680000', '141010.682000', '141010.685000', '141010.688000', '141010.690000', '141010.693000', '141010.696000', '141010.699000'], 'InstanceCreationTime': ['140115.582000', '140115.585000', '140115.588000', '140115.591000', '140115.593000', '140115.596000', '140115.599000', '140115.605000', '140115.608000', '140115.610000', '140115.613000', '140115.615000', '140115.618000', '140115.621000', '140115.623000', '140115.626000', '140115.629000', '140115.631000', '140115.634000', '140115.637000', '140115.639000', '140115.642000', '140115.645000', '140115.647000', '140115.650000', '140115.653000', '140115.655000', '140115.658000', '140115.661000', '140115.664000', '140115.666000', '140115.669000', '140115.672000', '140115.674000', '140115.677000', '140115.679000', '140115.682000', '140115.684000', '140115.687000', '140115.689000', '140115.692000', '140115.695000', '140115.699000', '140115.701000', '140115.704000', '140135.502000', '140135.505000', '140135.508000', '140135.510000', '140135.513000', '140135.516000', '140135.518000', '140135.521000', '140135.523000', '140135.526000', '140135.529000', '140135.531000', '140135.534000', '140135.536000', '140135.539000', '140135.542000', '140135.544000', '140135.547000', '140135.549000', '140135.552000', '140135.554000', '140135.557000', '140135.560000', '140135.562000', '140135.565000', '140135.567000', '140135.570000', '140135.573000', '140135.575000', '140135.578000', '140135.580000', '140135.583000', '140135.585000', '140135.620000', '140135.622000', '140135.625000', '140135.627000', '140135.630000', '140135.632000', '140135.635000', '140135.637000', '140135.640000', '140135.643000', '140135.645000', '140155.502000', '140155.505000', '140155.508000', '140155.510000', '140155.513000', '140155.516000', '140155.518000', '140155.521000', '140155.523000', '140155.526000', '140155.529000', '140155.531000', '140155.534000', '140155.536000', '140155.539000', '140155.541000', '140155.544000', '140155.546000', '140155.549000', '140155.551000', '140155.554000', '140155.557000', '140155.559000', '140155.562000', '140155.564000', '140155.567000', '140155.570000', '140155.572000', '140155.575000', '140155.577000', '140155.580000', '140155.582000', '140155.585000', '140155.587000', '140155.590000', '140155.593000', '140155.595000', '140155.598000', '140155.600000', '140155.603000', '140155.605000', '140155.608000', '140155.611000', '140215.502000', '140215.505000', '140215.508000', '140215.510000', '140215.513000', '140215.516000', '140215.518000', '140215.521000', '140215.524000', '140215.526000', '140215.529000', '140215.531000', '140215.534000', '140215.536000', '140215.539000', '140215.542000', '140215.544000', '140215.547000', '140215.549000', '140215.552000', '140215.555000', '140215.557000', '140215.560000', '140215.563000', '140215.565000', '140215.568000', '140215.570000', '140215.573000', '140215.578000', '140215.581000', '140215.583000', '140215.586000', '140215.588000', '140215.591000', '140215.593000', '140215.596000', '140215.599000', '140215.601000', '140215.604000', '140215.607000', '140215.609000', '140215.612000', '140215.614000', '140215.617000', '140235.502000', '140235.505000', '140235.508000', '140235.510000', '140235.513000', '140235.515000', '140235.518000', '140235.521000', '140235.523000', '140235.526000', '140235.528000', '140235.531000', '140235.534000', '140235.536000', '140235.539000', '140235.541000', '140235.544000', '140235.546000', '140235.549000', '140235.551000', '140235.554000', '140235.557000', '140235.559000', '140235.562000', '140235.564000', '140235.567000', '140235.570000', '140235.572000', '140235.575000', '140235.577000', '140235.580000', '140235.582000', '140235.585000', '140235.587000', '140235.590000', '140235.593000', '140235.595000', '140235.598000', '140235.601000', '140235.603000', '140235.606000', '140235.608000', '140235.611000', '140255.503000', '140255.505000', '140255.508000', '140255.511000', '140255.513000', '140255.516000', '140255.518000', '140255.526000', '140255.529000', '140255.532000', '140255.534000', '140255.537000', '140255.539000', '140255.542000', '140255.544000', '140255.547000', '140255.549000', '140255.552000', '140255.565000', '140255.567000', '140255.570000', '140255.573000', '140255.575000', '140255.578000', '140255.581000', '140255.583000', '140255.586000', '140255.588000', '140255.591000', '140255.594000', '140255.596000', '140255.599000', '140255.601000', '140255.604000', '140255.607000', '140255.609000', '140255.612000', '140255.615000', '140255.617000', '140255.620000', '140255.622000', '140255.625000', '140255.628000', '140255.630000', '140315.501000', '140315.504000', '140315.507000', '140315.510000', '140315.512000', '140315.515000', '140315.517000', '140315.520000', '140315.523000', '140315.525000', '140315.528000', '140315.530000', '140315.533000', '140315.535000', '140315.538000', '140315.541000', '140315.543000', '140315.546000', '140315.548000', '140315.551000', '140315.554000', '140315.556000', '140315.559000', '140315.561000', '140315.564000', '140315.567000', '140315.569000', '140315.572000', '140315.574000', '140315.577000', '140315.580000', '140315.582000', '140315.585000', '140315.587000', '140315.590000', '140315.593000', '140315.595000', '140315.598000', '140315.601000', '140315.603000', '140315.606000', '140315.608000', '140315.611000', '140335.502000', '140335.506000', '140335.508000', '140335.511000', '140335.513000', '140335.516000', '140335.519000', '140335.521000', '140335.524000', '140335.526000', '140335.529000', '140335.531000', '140335.534000', '140335.537000', '140335.540000', '140335.543000', '140335.545000', '140335.548000', '140335.551000', '140335.553000', '140335.556000', '140335.558000', '140335.561000', '140335.564000', '140335.566000', '140335.569000', '140335.571000', '140335.574000', '140335.579000', '140335.581000', '140335.584000', '140335.587000', '140335.589000', '140335.592000', '140335.595000', '140335.597000', '140335.600000', '140335.603000', '140335.605000', '140335.608000', '140335.610000', '140335.613000', '140335.616000', '140355.503000', '140355.505000', '140355.508000', '140355.511000', '140355.513000', '140355.516000', '140355.519000', '140355.521000', '140355.524000', '140355.526000', '140355.529000', '140355.532000', '140355.534000', '140355.537000', '140355.539000', '140355.542000', '140355.544000', '140355.547000', '140355.549000', '140355.552000', '140355.555000', '140355.557000', '140355.560000', '140355.562000', '140355.565000', '140355.568000', '140355.570000', '140355.573000', '140355.575000', '140355.578000', '140355.580000', '140355.583000', '140355.586000', '140355.588000', '140355.591000', '140355.593000', '140355.596000', '140355.599000', '140355.601000', '140355.604000', '140355.606000', '140355.609000', '140355.612000', '140355.614000', '140415.502000', '140415.505000', '140415.508000', '140415.511000', '140415.513000', '140415.516000', '140415.519000', '140415.521000', '140415.524000', '140415.526000', '140415.529000', '140415.532000', '140415.534000', '140415.537000', '140415.539000', '140415.542000', '140415.545000', '140415.547000', '140415.550000', '140415.552000', '140415.555000', '140415.558000', '140415.560000', '140415.563000', '140415.565000', '140415.568000', '140415.571000', '140415.573000', '140415.576000', '140415.578000', '140415.581000', '140415.583000', '140415.600000', '140415.602000', '140415.605000', '140415.608000', '140415.610000', '140415.613000', '140415.616000', '140415.618000', '140415.621000', '140415.628000', '140415.630000', '140435.503000', '140435.506000', '140435.508000', '140435.511000', '140435.514000', '140435.516000', '140435.519000', '140435.521000', '140435.524000', '140435.526000', '140435.529000', '140435.532000', '140435.534000', '140435.537000', '140435.539000', '140435.542000', '140435.544000', '140435.547000', '140435.550000', '140435.552000', '140435.555000', '140435.557000', '140435.560000', '140435.563000', '140435.565000', '140435.568000', '140435.570000', '140435.573000', '140435.575000', '140435.578000', '140435.581000', '140435.583000', '140435.586000', '140435.588000', '140435.591000', '140435.594000', '140435.596000', '140435.599000', '140435.601000', '140435.604000', '140435.606000', '140435.609000', '140435.612000', '140435.614000', '140455.503000', '140455.506000', '140455.508000', '140455.511000', '140455.513000', '140455.516000', '140455.519000', '140455.521000', '140455.524000', '140455.526000', '140455.529000', '140455.532000', '140455.534000', '140455.537000', '140455.539000', '140455.542000', '140455.545000', '140455.547000', '140455.550000', '140455.552000', '140455.555000', '140455.558000', '140455.560000', '140455.563000', '140455.565000', '140455.568000', '140455.570000', '140455.573000', '140455.577000', '140455.580000', '140455.582000', '140455.585000', '140455.588000', '140455.590000', '140455.593000', '140455.596000', '140455.598000', '140455.601000', '140455.603000', '140455.606000', '140455.609000', '140455.612000', '140455.615000', '140515.502000', '140515.505000', '140515.508000', '140515.511000', '140515.513000', '140515.516000', '140515.518000', '140515.521000', '140515.523000', '140515.526000', '140515.529000', '140515.531000', '140515.534000', '140515.536000', '140515.539000', '140515.542000', '140515.544000', '140515.547000', '140515.549000', '140515.552000', '140515.554000', '140515.557000', '140515.560000', '140515.562000', '140515.565000', '140515.567000', '140515.570000', '140515.572000', '140515.575000', '140515.578000', '140515.580000', '140515.583000', '140515.585000', '140515.588000', '140515.591000', '140515.593000', '140515.596000', '140515.599000', '140515.601000', '140515.604000', '140515.606000', '140515.609000', '140515.612000', '140515.614000', '140535.501000', '140535.504000', '140535.507000', '140535.510000', '140535.512000', '140535.515000', '140535.517000', '140535.520000', '140535.523000', '140535.525000', '140535.528000', '140535.530000', '140535.533000', '140535.535000', '140535.538000', '140535.541000', '140535.543000', '140535.546000', '140535.548000', '140535.551000', '140535.554000', '140535.556000', '140535.559000', '140535.561000', '140535.564000', '140535.567000', '140535.569000', '140535.572000', '140535.575000', '140535.577000', '140535.580000', '140535.582000', '140535.585000', '140535.588000', '140535.591000', '140535.594000', '140535.597000', '140535.600000', '140535.602000', '140535.605000', '140535.607000', '140535.610000', '140535.613000', '140555.502000', '140555.505000', '140555.508000', '140555.511000', '140555.513000', '140555.516000', '140555.518000', '140555.521000', '140555.524000', '140555.526000', '140555.529000', '140555.531000', '140555.534000', '140555.544000', '140555.546000', '140555.549000', '140555.552000', '140555.554000', '140555.557000', '140555.559000', '140555.562000', '140555.564000', '140555.567000', '140555.570000', '140555.572000', '140555.575000', '140555.577000', '140555.580000', '140555.583000', '140555.585000', '140555.588000', '140555.591000', '140555.593000', '140555.598000', '140555.601000', '140555.603000', '140555.606000', '140555.608000', '140555.611000', '140555.614000', '140555.616000', '140555.619000', '140555.622000', '140555.624000', '140615.503000', '140615.505000', '140615.508000', '140615.511000', '140615.513000', '140615.516000', '140615.518000', '140615.521000', '140615.523000', '140615.526000', '140615.529000', '140615.531000', '140615.534000', '140615.536000', '140615.539000', '140615.542000', '140615.544000', '140615.547000', '140615.549000', '140615.552000', '140615.555000', '140615.557000', '140615.560000', '140615.562000', '140615.565000', '140615.567000', '140615.570000', '140615.573000', '140615.575000', '140615.578000', '140615.581000', '140615.583000', '140615.586000', '140615.588000', '140615.591000', '140615.594000', '140615.596000', '140615.599000', '140615.601000', '140615.604000', '140615.606000', '140615.609000', '140615.611000', '140635.502000', '140635.505000', '140635.508000', '140635.511000', '140635.513000', '140635.516000', '140635.518000', '140635.521000', '140635.524000', '140635.526000', '140635.529000', '140635.531000', '140635.534000', '140635.536000', '140635.539000', '140635.542000', '140635.544000', '140635.547000', '140635.550000', '140635.552000', '140635.555000', '140635.557000', '140635.560000', '140635.562000', '140635.565000', '140635.567000', '140635.570000', '140635.573000', '140635.575000', '140635.578000', '140635.580000', '140635.583000', '140635.586000', '140635.588000', '140635.591000', '140635.594000', '140635.596000', '140635.599000', '140635.602000', '140635.604000', '140635.607000', '140635.610000', '140635.612000', '140635.615000', '140655.502000', '140655.513000', '140655.516000', '140655.518000', '140655.521000', '140655.524000', '140655.545000', '140655.547000', '140655.550000', '140655.552000', '140655.555000', '140655.558000', '140655.560000', '140655.563000', '140655.566000', '140655.569000', '140655.572000', '140655.574000', '140655.577000', '140655.580000', '140655.582000', '140655.585000', '140655.587000', '140655.590000', '140655.593000', '140655.595000', '140655.598000', '140655.601000', '140655.603000', '140655.606000', '140655.608000', '140655.611000', '140655.614000', '140655.616000', '140655.619000', '140655.621000', '140655.624000', '140655.626000', '140655.629000', '140655.632000', '140655.634000', '140655.637000', '140655.639000', '140715.503000', '140715.505000', '140715.508000', '140715.511000', '140715.513000', '140715.516000', '140715.518000', '140715.521000', '140715.524000', '140715.526000', '140715.529000', '140715.532000', '140715.534000', '140715.537000', '140715.539000', '140715.542000', '140715.544000', '140715.547000', '140715.550000', '140715.552000', '140715.555000', '140715.557000', '140715.560000', '140715.562000', '140715.571000', '140715.574000', '140715.577000', '140715.579000', '140715.582000', '140715.584000', '140715.587000', '140715.590000', '140715.592000', '140715.595000', '140715.597000', '140715.600000', '140715.603000', '140715.605000', '140715.608000', '140715.610000', '140715.613000', '140715.616000', '140715.618000', '140715.621000', '140735.502000', '140735.505000', '140735.508000', '140735.510000', '140735.513000', '140735.516000', '140735.518000', '140735.521000', '140735.523000', '140735.526000', '140735.529000', '140735.531000', '140735.534000', '140735.536000', '140735.539000', '140735.542000', '140735.544000', '140735.547000', '140735.549000', '140735.552000', '140735.554000', '140735.557000', '140735.560000', '140735.562000', '140735.565000', '140735.567000', '140735.570000', '140735.572000', '140735.575000', '140735.578000', '140735.580000', '140735.583000', '140735.585000', '140735.588000', '140735.591000', '140735.593000', '140735.596000', '140735.598000', '140735.601000', '140735.604000', '140735.606000', '140735.609000', '140735.612000', '140755.502000', '140755.504000', '140755.507000', '140755.510000', '140755.512000', '140755.515000', '140755.517000', '140755.520000', '140755.523000', '140755.525000', '140755.528000', '140755.530000', '140755.533000', '140755.536000', '140755.538000', '140755.541000', '140755.543000', '140755.546000', '140755.548000', '140755.551000', '140755.554000', '140755.556000', '140755.559000', '140755.562000', '140755.564000', '140755.567000', '140755.569000', '140755.572000', '140755.575000', '140755.577000', '140755.580000', '140755.582000', '140755.585000', '140755.587000', '140755.590000', '140755.593000', '140755.595000', '140755.598000', '140755.600000', '140755.603000', '140755.606000', '140755.608000', '140755.611000', '140755.614000', '140815.503000', '140815.506000', '140815.508000', '140815.511000', '140815.514000', '140815.516000', '140815.519000', '140815.521000', '140815.524000', '140815.527000', '140815.529000', '140815.532000', '140815.534000', '140815.537000', '140815.540000', '140815.542000', '140815.545000', '140815.548000', '140815.550000', '140815.553000', '140815.555000', '140815.558000', '140815.561000', '140815.563000', '140815.566000', '140815.568000', '140815.571000', '140815.574000', '140815.576000', '140815.579000', '140815.581000', '140815.584000', '140815.587000', '140815.589000', '140815.592000', '140815.595000', '140815.597000', '140815.600000', '140815.602000', '140815.605000', '140815.607000', '140815.610000', '140815.613000', '140835.503000', '140835.505000', '140835.508000', '140835.511000', '140835.513000', '140835.516000', '140835.518000', '140835.521000', '140835.524000', '140835.526000', '140835.529000', '140835.532000', '140835.534000', '140835.537000', '140835.539000', '140835.542000', '140835.545000', '140835.547000', '140835.550000', '140835.552000', '140835.555000', '140835.557000', '140835.560000', '140835.563000', '140835.565000', '140835.568000', '140835.570000', '140835.573000', '140835.576000', '140835.578000', '140835.581000', '140835.583000', '140835.586000', '140835.589000', '140835.591000', '140835.603000', '140835.605000', '140835.608000', '140835.611000', '140835.613000', '140835.616000', '140835.618000', '140835.621000', '140835.623000', '140855.503000', '140855.505000', '140855.508000', '140855.511000', '140855.513000', '140855.516000', '140855.518000', '140855.521000', '140855.524000', '140855.526000', '140855.529000', '140855.531000', '140855.534000', '140855.537000', '140855.539000', '140855.542000', '140855.544000', '140855.547000', '140855.549000', '140855.552000', '140855.555000', '140855.557000', '140855.560000', '140855.562000', '140855.565000', '140855.568000', '140855.570000', '140855.573000', '140855.575000', '140855.578000', '140855.581000', '140855.583000', '140855.586000', '140855.589000', '140855.591000', '140855.594000', '140855.596000', '140855.599000', '140855.602000', '140855.604000', '140855.607000', '140855.609000', '140855.612000', '140915.503000', '140915.506000', '140915.508000', '140915.511000', '140915.514000', '140915.516000', '140915.519000', '140915.521000', '140915.524000', '140915.527000', '140915.529000', '140915.532000', '140915.534000', '140915.537000', '140915.540000', '140915.542000', '140915.545000', '140915.547000', '140915.550000', '140915.553000', '140915.555000', '140915.558000', '140915.560000', '140915.563000', '140915.566000', '140915.568000', '140915.571000', '140915.573000', '140915.576000', '140915.578000', '140915.581000', '140915.584000', '140915.586000', '140915.589000', '140915.591000', '140915.594000', '140915.597000', '140915.599000', '140915.602000', '140915.604000', '140915.607000', '140915.610000', '140915.612000', '140915.615000', '140935.503000', '140935.505000', '140935.508000', '140935.511000', '140935.513000', '140935.516000', '140935.519000', '140935.521000', '140935.524000', '140935.526000', '140935.529000', '140935.531000', '140935.534000', '140935.537000', '140935.539000', '140935.542000', '140935.544000', '140935.547000', '140935.550000', '140935.552000', '140935.555000', '140935.558000', '140935.560000', '140935.563000', '140935.566000', '140935.568000', '140935.571000', '140935.573000', '140935.576000', '140935.578000', '140935.581000', '140935.584000', '140935.586000', '140935.589000', '140935.592000', '140935.594000', '140935.597000', '140935.599000', '140935.602000', '140935.605000', '140935.607000', '140935.610000', '140935.612000', '140955.503000', '140955.506000', '140955.508000', '140955.511000', '140955.513000', '140955.516000', '140955.519000', '140955.521000', '140955.524000', '140955.526000', '140955.529000', '140955.531000', '140955.534000', '140955.537000', '140955.539000', '140955.542000', '140955.544000', '140955.560000', '140955.563000', '140955.566000', '140955.568000', '140955.571000', '140955.573000', '140955.576000', '140955.578000', '140955.581000', '140955.584000', '140955.586000', '140955.589000', '140955.591000', '140955.594000', '140955.597000', '140955.599000', '140955.602000', '140955.604000', '140955.607000', '140955.610000', '140955.612000', '140955.615000', '140955.617000', '140955.620000', '140955.623000', '140955.625000', '140955.628000', '141010.614000', '141010.617000', '141010.620000', '141010.623000', '141010.625000', '141010.628000', '141010.631000', '141010.633000', '141010.636000', '141010.638000', '141010.641000', '141010.643000', '141010.646000', '141010.649000', '141010.651000', '141010.654000', '141010.656000', '141010.659000', '141010.662000', '141010.664000', '141010.667000', '141010.669000', '141010.672000', '141010.675000', '141010.677000', '141010.680000', '141010.682000', '141010.685000', '141010.688000', '141010.690000', '141010.693000', '141010.696000', '141010.699000'], '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': [18596, 12885, 10107, 11138, 9832, 11665, 9652, 11060, 9990, 12467, 10047, 9725, 10488, 9462, 11232, 9226, 11857, 9506, 12078, 10451, 12325, 11937, 11889, 12785, 12775, 15285, 11384, 14127, 11373, 14270, 12079, 14082, 15943, 12092, 14138, 12212, 13836, 10839, 11939, 15792, 10323, 13845, 10658, 13440, 10677, 15135, 18922, 14427, 15709, 12667, 14811, 12004, 15310, 17554, 13160, 16947, 14401, 15952, 12579, 14479, 19848, 15249, 14916, 9746, 15532, 13512, 13987, 18703, 14221, 14726, 9874, 15284, 14553, 13129, 16688, 13159, 13840, 9479, 13119, 14649, 12086, 16121, 11759, 13977, 10794, 13360, 18878, 11495, 16266, 10975, 13931, 12741, 13083, 20126, 10865, 16364, 10981, 14032, 11773, 13213, 19591, 10890, 16098, 11347, 13966, 18082, 13059, 17472, 10059, 15843, 17027, 12511, 17848, 10888, 15421, 10680, 14504, 13017, 11425, 14505, 10873, 16336, 12263, 15457, 11489, 14111, 12044, 11716, 17941, 13731, 16305, 11125, 15893, 13276, 12545, 18077, 13933, 17412, 13397, 13726, 17489, 10954, 17258, 12208, 16619, 12707, 13552, 18787, 9912, 16250, 10602, 15004, 11629, 13466, 16966, 10269, 16161, 11209, 15381, 11952, 13234, 14629, 10813, 17521, 12908, 16772, 13254, 12249, 9463, 10916, 17220, 9271, 15628, 12821, 13964, 17770, 12133, 17206, 9760, 15179, 9617, 13931, 18122, 11102, 16102, 9488, 14929, 9694, 14365, 16689, 10509, 15781, 9096, 13818, 10230, 14266, 16790, 10455, 16488, 9065, 15437, 10229, 15860, 16990, 11697, 17405, 10018, 15926, 11032, 16788, 18425, 12861, 18058, 10744, 16495, 11238, 17633, 14036, 14348, 17438, 11155, 17349, 12141, 16565, 13100, 11299, 17101, 10268, 15650, 12129, 12759, 17236, 9304, 15591, 9772, 12071, 18943, 8782, 15780, 10867, 12387, 9584, 10761, 16394, 8889, 15347, 11332, 14183, 11646, 15086, 19208, 12770, 16823, 13194, 16541, 13101, 14421, 18346, 13362, 15976, 11148, 14786, 18805, 9956, 16526, 11002, 14545, 11667, 11513, 17216, 11194, 15924, 12407, 11467, 17476, 9195, 14381, 9577, 12066, 16871, 8908, 12477, 9929, 12183, 14746, 10143, 15519, 9547, 13439, 10011, 14559, 17729, 13104, 16646, 12341, 15746, 11203, 16817, 18144, 13617, 18122, 13363, 15484, 12292, 13922, 18669, 10989, 16320, 13124, 11936, 16793, 9719, 15617, 9998, 13109, 10106, 11223, 15763, 9490, 14697, 10178, 13129, 9647, 12553, 9680, 14391, 10986, 14450, 11191, 15994, 10889, 17316, 17034, 12349, 9620, 15481, 15396, 16824, 18303, 15224, 12199, 17759, 19359, 15183, 15780, 10081, 16295, 11180, 16834, 13053, 13237, 9832, 11405, 18174, 12364, 15889, 11394, 15135, 9251, 13631, 9243, 14460, 10878, 14832, 11976, 15013, 10304, 15345, 11196, 14619, 10655, 14780, 19486, 11715, 16778, 11986, 13494, 9752, 12225, 10264, 12430, 18623, 13928, 15833, 12638, 15630, 10100, 12206, 11470, 10413, 16674, 11103, 16019, 9134, 14989, 9035, 13698, 11021, 14019, 9736, 13445, 11547, 11130, 12977, 10565, 10431, 10262, 10771, 12498, 10712, 13554, 10236, 10426, 11401, 9564, 15133, 15237, 16523, 16082, 18094, 15751, 18633, 15063, 16678, 17979, 14846, 17679, 14487, 18735, 14375, 16786, 11796, 15062, 9767, 13662, 9242, 12938, 9494, 12377, 9108, 12627, 9174, 10529, 11046, 9513, 13467, 8831, 13813, 9618, 14455, 18518, 12158, 15045, 11100, 14331, 9293, 12012, 11282, 11632, 16108, 9467, 12925, 9384, 11762, 9507, 12441, 9647, 12268, 8983, 11276, 14707, 10012, 14354, 8860, 14533, 10512, 14546, 18298, 13394, 16052, 12243, 13708, 10898, 13220, 17702, 11083, 15470, 11996, 10930, 11627, 11840, 17973, 10623, 16014, 12129, 14998, 16152, 13708, 18805, 11080, 15661, 14925, 12483, 18240, 14145, 15033, 10473, 14865, 13225, 12808, 16900, 13482, 14220, 10678, 13923, 9825, 15269, 13526, 14129, 10742, 12539, 17549, 13452, 16259, 17624, 13532, 15478, 10500, 12753, 18678, 14306, 15356, 11887, 16161, 10538, 11134, 17866, 11063, 15359, 11673, 15620, 10135, 10005, 17578, 10713, 15978, 12063, 16094, 15676, 14139, 18263, 13017, 15957, 12954, 14659, 18244, 15618, 15405, 10803, 11816, 15833, 12583, 16375, 12920, 16742, 12125, 12616, 17933, 10102, 16102, 13985, 13031, 17049, 11368, 15202, 9320, 10308, 10199, 9255, 17152, 10057, 14918, 9461, 11682, 12766, 12990, 17702, 16272, 15770, 10749, 16409, 13034, 13835, 17429, 13457, 15757, 13317, 16491, 13047, 12810, 17892, 15030, 18251, 15045, 16902, 12489, 11838, 16324, 12659, 17337, 14197, 15972, 11337, 11355, 15443, 12454, 17479, 13834, 15256, 12148, 13572, 11484, 13164, 18046, 14307, 16232, 12811, 15155, 12194, 13788, 17450, 13708, 17279, 14465, 16103, 11017, 13865, 17397, 12934, 17095, 14172, 16157, 11694, 14674, 17486, 12431, 16683, 11675, 15959, 12145, 13531, 16296, 11200, 16170, 9793, 16109, 16405, 12558, 16030, 11334, 14079, 9584, 10877, 9676, 9018, 16884, 10370, 15716, 10578, 14966, 11455, 16389, 17436, 14453, 16104, 10653, 14917, 13442, 12697, 17095, 13349, 16955, 10925, 10446, 17901, 10215, 15895, 13134, 12961, 13550, 11376, 14882, 9103, 14514, 11491, 12020, 15976, 12095, 16011, 10321, 15657, 12770, 14588, 16512, 14129, 17956, 11398, 16364, 12738, 16266, 14757, 15907, 15345, 11545, 17303, 13921, 15909, 13326, 16888, 11591, 11863, 17648, 14797, 17180, 14337, 16645, 11496, 15924, 14572, 13721, 18609, 15534, 16153, 13617, 16941, 12654, 10690, 16659, 10440, 16568, 12002, 15838, 9844, 10432, 11748, 9498, 17775, 13504, 15400, 12786, 15518, 11737, 12992, 16535, 13122, 17527, 14545, 16722, 10363, 15791, 12048, 16068, 12591, 16686, 10724, 12514, 17779, 15597, 17016, 12401, 17150, 11624, 12147, 16391, 10346, 16365, 9808, 15982, 14276, 11905, 15990, 9845, 15060, 9639, 15182, 14192, 11328, 16008, 9142, 14699, 9961, 15557, 15362, 13673, 16918, 10454, 15677, 11596, 16025, 13489, 14822, 11873, 11741, 17097, 10355, 15771, 11813, 16628, 12116, 15517, 17755, 9908, 16128, 11418, 16278, 13092, 14996, 17650, 9800, 15883, 12890, 13587, 16793, 9928, 15115, 9094, 10992, 9697, 10448, 10665, 9629, 16438, 12173, 16646, 9420, 15632, 11567, 15631, 16150, 14309, 16675, 11215, 17018, 12688, 15962, 13663, 16197, 14554, 11009, 16997, 12082, 15945, 12182, 13490, 16595, 12115, 15792, 9608, 15075, 11624, 14134, 17213, 15672, 15020, 10452, 13834, 10179, 11778, 16797, 10202, 15181, 10103, 14520, 9573, 13416, 12288, 13165, 17424, 15766, 15538, 12658, 16144, 11143, 14542, 12645, 13143, 17027, 15213, 16160, 10144, 15148, 11561, 15968, 15977, 13933, 17100, 9703, 15564, 11182, 11625, 16717, 9847, 14813, 9161, 11558, 9484, 12741, 12366, 12312, 9281, 10251, 16601, 11770, 15772, 11654, 15778, 12391, 15784, 14982, 11122, 17435, 13800, 15845, 12773, 14924, 14515, 10920, 16360, 9490, 15961, 14217, 12405, 14859, 9393, 13921, 9280, 13579, 13514, 11461, 16898, 11106, 15776, 9173, 13923, 9707, 14667, 10490, 15103, 10577, 14127, 9564, 15207, 10807, 15878, 10041, 14063, 9849, 15290, 9485, 16158, 12885, 17425, 16492, 16396, 10084, 11649, 17485, 11567, 17150, 12262, 15455, 10497, 15102, 9403, 11461, 9431, 11947, 11479, 14250, 9828, 12458, 15815, 12261, 15798, 11179, 14611, 11530, 14925, 9445, 13271, 10464, 12560, 16672, 12047, 14673, 10209, 14737, 9262, 14475, 13520, 11887, 16368, 11053, 14644, 9272, 11451, 9501, 10253, 15416, 9914, 15292, 9336, 13554, 9310, 11794, 9507, 10226, 12263, 9877, 15802, 9238, 14736, 10418, 14477, 10312, 14095, 16743, 12763, 16410, 11825, 15851, 11659, 14751, 10565, 9967, 16567, 8884, 14640, 10021, 14538, 9603, 9853, 16437, 13212, 15401, 12350, 13902, 17033, 14155, 14790, 9333, 11833, 15713, 9722, 14695, 9286, 12207, 8297, 10059, 16047, 9617, 13911, 11516, 10116, 16399, 9599, 13867, 9331, 10646, 11897, 9878, 15693, 9583, 14279, 9060, 12383, 16358, 11564, 15702, 11085, 15140, 10662, 9894, 16983, 11225, 14388, 16702, 10805, 13021, 9386, 10774, 16823, 9596, 14064, 11254, 10342, 12545, 9474, 11255, 9254, 10488, 8598, 10387, 9542, 10282, 14650, 10592, 14935, 15708, 13109, 16249, 11790, 16040, 17802, 13828, 16770, 12511, 15667, 10894, 10089, 17228, 12808, 14949, 9742, 15657, 14526, 11904, 17255, 12060, 15832, 10811, 15263, 9388, 10122, 15831, 10089, 15404, 11024, 13505, 10107, 9038, 11350, 11402, 17103, 15908, 10503, 9994, 9841, 15919, 11239, 10586, 13007, 10334, 14760, 13549, 11183, 14552, 14691, 18976, 17757, 18202, 16459, 11959, 17615, 13915, 17848, 13642, 17095, 13231, 17503, 13648, 17025, 13599, 15684, 10819, 9118, 12685, 9684, 10289, 10325, 9374, 12857, 10158, 13401, 10496, 13982, 11883, 15037, 11347, 13144, 10952, 13927, 11418, 15171, 9397, 15008, 10315, 13268, 9843, 14153, 10424, 14963, 11457, 11030, 11020, 13736, 10858, 15868, 12756], 'WindowCenter': [4596.0, 4556.0, 4522.0, 4530.0, 4516.0, 4529.0, 4532.0, 4533.0, 4521.0, 4547.0, 4534.0, 4541.0, 4555.0, 4558.0, 4571.0, 4551.0, 4583.0, 4563.0, 4593.0, 4573.0, 4606.0, 4583.0, 4584.0, 4592.0, 4619.0, 4605.0, 4589.0, 4595.0, 4582.0, 4604.0, 4582.0, 4606.0, 4614.0, 4592.0, 4592.0, 4587.0, 4594.0, 4574.0, 4603.0, 4602.0, 4574.0, 4613.0, 4576.0, 4598.0, 4586.0, 4626.0, 4626.0, 4616.0, 4605.0, 4599.0, 4605.0, 4595.0, 4616.0, 4625.0, 4614.0, 4616.0, 4614.0, 4617.0, 4585.0, 4606.0, 4624.0, 4604.0, 4592.0, 4566.0, 4604.0, 4595.0, 4614.0, 4612.0, 4593.0, 4601.0, 4566.0, 4617.0, 4611.0, 4607.0, 4624.0, 4596.0, 4594.0, 4566.0, 4599.0, 4614.0, 4596.0, 4612.0, 4588.0, 4607.0, 4586.0, 4605.0, 4625.0, 4605.0, 4616.0, 4599.0, 4615.0, 4607.0, 4608.0, 4626.0, 4585.0, 4624.0, 4585.0, 4604.0, 4583.0, 4596.0, 4622.0, 4575.0, 4603.0, 4586.0, 4607.0, 4614.0, 4604.0, 4613.0, 4573.0, 4625.0, 4617.0, 4607.0, 4621.0, 4583.0, 4615.0, 4572.0, 4609.0, 4594.0, 4593.0, 4605.0, 4590.0, 4615.0, 4600.0, 4625.0, 4584.0, 4608.0, 4598.0, 4598.0, 4634.0, 4607.0, 4613.0, 4575.0, 4612.0, 4591.0, 4586.0, 4611.0, 4591.0, 4606.0, 4580.0, 4593.0, 4600.0, 4560.0, 4600.0, 4570.0, 4599.0, 4564.0, 4579.0, 4595.0, 4551.0, 4588.0, 4559.0, 4592.0, 4567.0, 4591.0, 4599.0, 4561.0, 4600.0, 4570.0, 4592.0, 4570.0, 4581.0, 4590.0, 4573.0, 4600.0, 4584.0, 4601.0, 4586.0, 4571.0, 4546.0, 4572.0, 4601.0, 4551.0, 4590.0, 4582.0, 4592.0, 4602.0, 4582.0, 4607.0, 4554.0, 4590.0, 4551.0, 4593.0, 4611.0, 4572.0, 4601.0, 4563.0, 4611.0, 4555.0, 4607.0, 4614.0, 4576.0, 4606.0, 4573.0, 4596.0, 4579.0, 4628.0, 4618.0, 4596.0, 4616.0, 4570.0, 4616.0, 4590.0, 4637.0, 4637.0, 4599.0, 4626.0, 4577.0, 4616.0, 4585.0, 4629.0, 4626.0, 4605.0, 4614.0, 4588.0, 4623.0, 4586.0, 4626.0, 4595.0, 4606.0, 4619.0, 4575.0, 4623.0, 4586.0, 4606.0, 4591.0, 4582.0, 4601.0, 4572.0, 4605.0, 4590.0, 4594.0, 4600.0, 4554.0, 4605.0, 4562.0, 4585.0, 4610.0, 4556.0, 4604.0, 4572.0, 4594.0, 4553.0, 4579.0, 4615.0, 4564.0, 4614.0, 4582.0, 4592.0, 4581.0, 4607.0, 4622.0, 4594.0, 4599.0, 4584.0, 4611.0, 4578.0, 4601.0, 4597.0, 4582.0, 4589.0, 4561.0, 4592.0, 4597.0, 4551.0, 4592.0, 4569.0, 4595.0, 4571.0, 4570.0, 4599.0, 4559.0, 4590.0, 4576.0, 4572.0, 4596.0, 4552.0, 4593.0, 4549.0, 4583.0, 4599.0, 4554.0, 4580.0, 4559.0, 4585.0, 4602.0, 4577.0, 4604.0, 4568.0, 4597.0, 4577.0, 4626.0, 4624.0, 4607.0, 4626.0, 4597.0, 4603.0, 4577.0, 4617.0, 4612.0, 4597.0, 4615.0, 4601.0, 4595.0, 4581.0, 4595.0, 4600.0, 4581.0, 4611.0, 4579.0, 4573.0, 4601.0, 4561.0, 4612.0, 4564.0, 4602.0, 4563.0, 4584.0, 4600.0, 4566.0, 4615.0, 4576.0, 4614.0, 4592.0, 4606.0, 4590.0, 4620.0, 4601.0, 4628.0, 4599.0, 4630.0, 4601.0, 4639.0, 4628.0, 4613.0, 4578.0, 4630.0, 4616.0, 4651.0, 4638.0, 4635.0, 4597.0, 4644.0, 4632.0, 4606.0, 4600.0, 4564.0, 4602.0, 4581.0, 4613.0, 4582.0, 4580.0, 4550.0, 4581.0, 4599.0, 4590.0, 4590.0, 4572.0, 4599.0, 4553.0, 4601.0, 4552.0, 4604.0, 4583.0, 4602.0, 4589.0, 4600.0, 4575.0, 4601.0, 4573.0, 4604.0, 4573.0, 4615.0, 4614.0, 4585.0, 4613.0, 4572.0, 4594.0, 4552.0, 4581.0, 4560.0, 4590.0, 4610.0, 4596.0, 4600.0, 4586.0, 4599.0, 4559.0, 4582.0, 4572.0, 4577.0, 4605.0, 4582.0, 4603.0, 4568.0, 4631.0, 4579.0, 4588.0, 4571.0, 4591.0, 4556.0, 4593.0, 4607.0, 4600.0, 4617.0, 4596.0, 4587.0, 4585.0, 4585.0, 4587.0, 4579.0, 4607.0, 4581.0, 4597.0, 4622.0, 4609.0, 4643.0, 4655.0, 4640.0, 4640.0, 4623.0, 4614.0, 4604.0, 4569.0, 4581.0, 4584.0, 4576.0, 4581.0, 4575.0, 4582.0, 4571.0, 4570.0, 4538.0, 4549.0, 4518.0, 4541.0, 4520.0, 4548.0, 4546.0, 4555.0, 4537.0, 4589.0, 4558.0, 4562.0, 4579.0, 4541.0, 4571.0, 4535.0, 4584.0, 4563.0, 4609.0, 4612.0, 4577.0, 4617.0, 4562.0, 4588.0, 4563.0, 4595.0, 4563.0, 4575.0, 4598.0, 4556.0, 4588.0, 4568.0, 4597.0, 4575.0, 4607.0, 4577.0, 4599.0, 4577.0, 4605.0, 4622.0, 4596.0, 4624.0, 4587.0, 4648.0, 4614.0, 4638.0, 4629.0, 4625.0, 4643.0, 4600.0, 4606.0, 4594.0, 4609.0, 4626.0, 4609.0, 4630.0, 4621.0, 4611.0, 4614.0, 4625.0, 4643.0, 4595.0, 4617.0, 4611.0, 4621.0, 4616.0, 4613.0, 4637.0, 4603.0, 4646.0, 4629.0, 4635.0, 4636.0, 4629.0, 4620.0, 4598.0, 4620.0, 4630.0, 4630.0, 4630.0, 4621.0, 4628.0, 4599.0, 4619.0, 4593.0, 4635.0, 4617.0, 4619.0, 4596.0, 4612.0, 4630.0, 4605.0, 4627.0, 4623.0, 4596.0, 4603.0, 4580.0, 4603.0, 4620.0, 4606.0, 4606.0, 4592.0, 4603.0, 4581.0, 4594.0, 4615.0, 4586.0, 4606.0, 4586.0, 4613.0, 4581.0, 4572.0, 4618.0, 4584.0, 4618.0, 4605.0, 4625.0, 4605.0, 4607.0, 4614.0, 4602.0, 4604.0, 4590.0, 4607.0, 4615.0, 4610.0, 4602.0, 4574.0, 4585.0, 4601.0, 4590.0, 4603.0, 4594.0, 4602.0, 4587.0, 4583.0, 4600.0, 4563.0, 4602.0, 4595.0, 4595.0, 4599.0, 4571.0, 4589.0, 4551.0, 4562.0, 4570.0, 4573.0, 4613.0, 4565.0, 4610.0, 4562.0, 4584.0, 4600.0, 4598.0, 4620.0, 4623.0, 4603.0, 4573.0, 4605.0, 4600.0, 4597.0, 4614.0, 4606.0, 4623.0, 4604.0, 4620.0, 4599.0, 4595.0, 4616.0, 4606.0, 4614.0, 4609.0, 4608.0, 4581.0, 4584.0, 4604.0, 4596.0, 4615.0, 4601.0, 4610.0, 4580.0, 4589.0, 4611.0, 4603.0, 4633.0, 4614.0, 4612.0, 4586.0, 4596.0, 4581.0, 4596.0, 4613.0, 4615.0, 4603.0, 4594.0, 4599.0, 4584.0, 4595.0, 4613.0, 4597.0, 4615.0, 4602.0, 4611.0, 4580.0, 4594.0, 4603.0, 4583.0, 4601.0, 4592.0, 4592.0, 4572.0, 4599.0, 4603.0, 4590.0, 4601.0, 4578.0, 4611.0, 4578.0, 4598.0, 4607.0, 4574.0, 4609.0, 4562.0, 4605.0, 4623.0, 4585.0, 4608.0, 4581.0, 4592.0, 4573.0, 4576.0, 4573.0, 4582.0, 4630.0, 4597.0, 4616.0, 4589.0, 4626.0, 4587.0, 4638.0, 4630.0, 4608.0, 4614.0, 4576.0, 4608.0, 4592.0, 4596.0, 4614.0, 4596.0, 4604.0, 4570.0, 4576.0, 4619.0, 4571.0, 4604.0, 4595.0, 4594.0, 4601.0, 4593.0, 4604.0, 4564.0, 4607.0, 4604.0, 4600.0, 4622.0, 4607.0, 4623.0, 4584.0, 4618.0, 4617.0, 4627.0, 4618.0, 4609.0, 4628.0, 4587.0, 4615.0, 4603.0, 4615.0, 4612.0, 4612.0, 4610.0, 4587.0, 4613.0, 4603.0, 4612.0, 4594.0, 4615.0, 4591.0, 4604.0, 4617.0, 4607.0, 4621.0, 4604.0, 4621.0, 4581.0, 4605.0, 4594.0, 4601.0, 4615.0, 4612.0, 4602.0, 4592.0, 4602.0, 4586.0, 4569.0, 4602.0, 4571.0, 4605.0, 4591.0, 4601.0, 4561.0, 4574.0, 4582.0, 4566.0, 4613.0, 4604.0, 4611.0, 4595.0, 4600.0, 4591.0, 4598.0, 4622.0, 4598.0, 4618.0, 4607.0, 4610.0, 4575.0, 4605.0, 4602.0, 4617.0, 4601.0, 4615.0, 4574.0, 4605.0, 4616.0, 4604.0, 4603.0, 4583.0, 4614.0, 4571.0, 4591.0, 4603.0, 4562.0, 4610.0, 4573.0, 4618.0, 4613.0, 4592.0, 4603.0, 4571.0, 4611.0, 4574.0, 4625.0, 4610.0, 4586.0, 4605.0, 4574.0, 4612.0, 4585.0, 4618.0, 4607.0, 4606.0, 4616.0, 4582.0, 4614.0, 4594.0, 4617.0, 4603.0, 4611.0, 4581.0, 4597.0, 4617.0, 4575.0, 4622.0, 4604.0, 4616.0, 4590.0, 4604.0, 4611.0, 4571.0, 4606.0, 4584.0, 4621.0, 4582.0, 4605.0, 4602.0, 4570.0, 4601.0, 4579.0, 4595.0, 4614.0, 4570.0, 4602.0, 4555.0, 4574.0, 4571.0, 4583.0, 4593.0, 4585.0, 4621.0, 4596.0, 4615.0, 4575.0, 4616.0, 4586.0, 4625.0, 4622.0, 4606.0, 4616.0, 4585.0, 4613.0, 4593.0, 4603.0, 4600.0, 4611.0, 4596.0, 4572.0, 4601.0, 4574.0, 4604.0, 4590.0, 4596.0, 4603.0, 4582.0, 4590.0, 4551.0, 4592.0, 4571.0, 4603.0, 4604.0, 4601.0, 4589.0, 4563.0, 4601.0, 4567.0, 4591.0, 4602.0, 4571.0, 4599.0, 4573.0, 4600.0, 4564.0, 4601.0, 4591.0, 4597.0, 4617.0, 4605.0, 4612.0, 4592.0, 4601.0, 4580.0, 4595.0, 4582.0, 4597.0, 4605.0, 4605.0, 4603.0, 4571.0, 4611.0, 4582.0, 4614.0, 4604.0, 4595.0, 4604.0, 4552.0, 4603.0, 4579.0, 4593.0, 4602.0, 4572.0, 4607.0, 4574.0, 4593.0, 4571.0, 4597.0, 4595.0, 4596.0, 4564.0, 4579.0, 4617.0, 4597.0, 4617.0, 4600.0, 4621.0, 4604.0, 4618.0, 4612.0, 4588.0, 4623.0, 4602.0, 4612.0, 4600.0, 4605.0, 4600.0, 4581.0, 4601.0, 4571.0, 4622.0, 4611.0, 4603.0, 4605.0, 4562.0, 4594.0, 4549.0, 4611.0, 4598.0, 4587.0, 4619.0, 4587.0, 4605.0, 4576.0, 4622.0, 4579.0, 4607.0, 4584.0, 4626.0, 4586.0, 4607.0, 4585.0, 4620.0, 4587.0, 4623.0, 4584.0, 4624.0, 4595.0, 4617.0, 4576.0, 4625.0, 4606.0, 4636.0, 4613.0, 4609.0, 4568.0, 4580.0, 4599.0, 4573.0, 4602.0, 4579.0, 4597.0, 4561.0, 4595.0, 4557.0, 4571.0, 4559.0, 4590.0, 4580.0, 4602.0, 4553.0, 4583.0, 4608.0, 4591.0, 4610.0, 4583.0, 4591.0, 4571.0, 4605.0, 4565.0, 4600.0, 4568.0, 4597.0, 4614.0, 4591.0, 4593.0, 4571.0, 4601.0, 4555.0, 4603.0, 4592.0, 4594.0, 4613.0, 4573.0, 4607.0, 4561.0, 4584.0, 4572.0, 4576.0, 4620.0, 4584.0, 4610.0, 4565.0, 4593.0, 4572.0, 4606.0, 4585.0, 4578.0, 4595.0, 4588.0, 4620.0, 4586.0, 4619.0, 4598.0, 4626.0, 4585.0, 4626.0, 4618.0, 4605.0, 4619.0, 4603.0, 4619.0, 4592.0, 4613.0, 4571.0, 4583.0, 4614.0, 4586.0, 4617.0, 4583.0, 4617.0, 4573.0, 4587.0, 4624.0, 4616.0, 4626.0, 4602.0, 4608.0, 4617.0, 4593.0, 4599.0, 4559.0, 4591.0, 4593.0, 4564.0, 4604.0, 4553.0, 4591.0, 4541.0, 4565.0, 4603.0, 4565.0, 4604.0, 4592.0, 4577.0, 4616.0, 4574.0, 4601.0, 4561.0, 4583.0, 4583.0, 4585.0, 4617.0, 4565.0, 4612.0, 4565.0, 4609.0, 4622.0, 4598.0, 4618.0, 4586.0, 4616.0, 4583.0, 4586.0, 4615.0, 4594.0, 4624.0, 4635.0, 4596.0, 4595.0, 4565.0, 4587.0, 4616.0, 4564.0, 4614.0, 4591.0, 4585.0, 4602.0, 4584.0, 4593.0, 4584.0, 4608.0, 4575.0, 4608.0, 4598.0, 4604.0, 4632.0, 4600.0, 4639.0, 4627.0, 4618.0, 4634.0, 4606.0, 4630.0, 4617.0, 4609.0, 4611.0, 4590.0, 4610.0, 4566.0, 4562.0, 4599.0, 4588.0, 4608.0, 4558.0, 4608.0, 4597.0, 4581.0, 4598.0, 4587.0, 4607.0, 4567.0, 4605.0, 4544.0, 4568.0, 4601.0, 4573.0, 4616.0, 4592.0, 4609.0, 4572.0, 4572.0, 4619.0, 4605.0, 4608.0, 4602.0, 4556.0, 4546.0, 4570.0, 4616.0, 4583.0, 4574.0, 4585.0, 4563.0, 4592.0, 4571.0, 4561.0, 4572.0, 4590.0, 4585.0, 4579.0, 4565.0, 4555.0, 4522.0, 4540.0, 4529.0, 4548.0, 4537.0, 4535.0, 4512.0, 4541.0, 4534.0, 4532.0, 4545.0, 4550.0, 4523.0, 4495.0, 4534.0, 4510.0, 4520.0, 4541.0, 4545.0, 4577.0, 4559.0, 4586.0, 4564.0, 4589.0, 4583.0, 4598.0, 4571.0, 4576.0, 4565.0, 4593.0, 4583.0, 4595.0, 4578.0, 4627.0, 4575.0, 4596.0, 4590.0, 4630.0, 4596.0, 4632.0, 4601.0, 4596.0, 4596.0, 4618.0, 4606.0, 4630.0, 4609.0], 'WindowWidth': [10065.0, 10004.0, 9949.0, 9959.0, 9939.0, 9953.0, 9971.0, 9964.0, 9947.0, 9984.0, 9971.0, 9983.0, 10010.0, 10020.0, 10034.0, 10007.0, 10053.0, 10026.0, 10075.0, 10041.0, 10094.0, 10052.0, 10056.0, 10063.0, 10119.0, 10090.0, 10069.0, 10072.0, 10053.0, 10082.0, 10051.0, 10090.0, 10105.0, 10072.0, 10065.0, 10060.0, 10070.0, 10040.0, 10090.0, 10081.0, 10046.0, 10101.0, 10049.0, 10079.0, 10064.0, 10128.0, 10117.0, 10110.0, 10088.0, 10082.0, 10088.0, 10073.0, 10104.0, 10114.0, 10107.0, 10102.0, 10104.0, 10105.0, 10057.0, 10090.0, 10109.0, 10082.0, 10063.0, 10032.0, 10083.0, 10070.0, 10105.0, 10093.0, 10067.0, 10076.0, 10035.0, 10105.0, 10093.0, 10092.0, 10119.0, 10074.0, 10069.0, 10035.0, 10081.0, 10101.0, 10076.0, 10100.0, 10065.0, 10089.0, 10063.0, 10090.0, 10114.0, 10096.0, 10105.0, 10088.0, 10106.0, 10093.0, 10096.0, 10116.0, 10060.0, 10118.0, 10061.0, 10084.0, 10052.0, 10077.0, 10105.0, 10047.0, 10083.0, 10061.0, 10093.0, 10094.0, 10091.0, 10094.0, 10047.0, 10123.0, 10101.0, 10097.0, 10111.0, 10056.0, 10106.0, 10040.0, 10098.0, 10069.0, 10077.0, 10084.0, 10074.0, 10102.0, 10085.0, 10123.0, 10059.0, 10094.0, 10081.0, 10085.0, 10135.0, 10090.0, 10104.0, 10046.0, 10101.0, 10066.0, 10061.0, 10091.0, 10063.0, 10088.0, 10045.0, 10067.0, 10068.0, 10017.0, 10072.0, 10030.0, 10069.0, 10016.0, 10041.0, 10057.0, 10005.0, 10052.0, 10016.0, 10063.0, 10030.0, 10066.0, 10065.0, 10020.0, 10070.0, 10032.0, 10064.0, 10030.0, 10047.0, 10056.0, 10040.0, 10073.0, 10053.0, 10075.0, 10054.0, 10031.0, 9992.0, 10041.0, 10073.0, 10006.0, 10058.0, 10048.0, 10065.0, 10072.0, 10054.0, 10085.0, 10012.0, 10060.0, 10006.0, 10066.0, 10086.0, 10038.0, 10074.0, 10025.0, 10094.0, 10017.0, 10091.0, 10095.0, 10049.0, 10086.0, 10049.0, 10076.0, 10054.0, 10129.0, 10105.0, 10086.0, 10103.0, 10048.0, 10107.0, 10072.0, 10144.0, 10138.0, 10085.0, 10116.0, 10055.0, 10106.0, 10064.0, 10127.0, 10116.0, 10095.0, 10096.0, 10066.0, 10118.0, 10060.0, 10124.0, 10069.0, 10088.0, 10104.0, 10045.0, 10114.0, 10058.0, 10088.0, 10066.0, 10057.0, 10073.0, 10044.0, 10084.0, 10063.0, 10068.0, 10075.0, 10014.0, 10083.0, 10023.0, 10057.0, 10085.0, 10019.0, 10082.0, 10037.0, 10075.0, 10011.0, 10055.0, 10100.0, 10038.0, 10105.0, 10059.0, 10066.0, 10055.0, 10091.0, 10112.0, 10070.0, 10075.0, 10055.0, 10096.0, 10040.0, 10082.0, 10069.0, 10048.0, 10056.0, 10017.0, 10061.0, 10062.0, 10007.0, 10061.0, 10038.0, 10073.0, 10030.0, 10032.0, 10068.0, 10014.0, 10059.0, 10038.0, 10033.0, 10059.0, 10009.0, 10064.0, 10002.0, 10052.0, 10070.0, 10014.0, 10045.0, 10018.0, 10057.0, 10076.0, 10052.0, 10085.0, 10040.0, 10078.0, 10049.0, 10125.0, 10112.0, 10093.0, 10123.0, 10076.0, 10083.0, 10047.0, 10104.0, 10090.0, 10078.0, 10100.0, 10081.0, 10070.0, 10052.0, 10070.0, 10073.0, 10054.0, 10094.0, 10041.0, 10038.0, 10072.0, 10022.0, 10097.0, 10028.0, 10084.0, 10024.0, 10056.0, 10074.0, 10036.0, 10107.0, 10052.0, 10106.0, 10085.0, 10094.0, 10078.0, 10116.0, 10093.0, 10131.0, 10089.0, 10131.0, 10092.0, 10151.0, 10123.0, 10112.0, 10056.0, 10130.0, 10105.0, 10168.0, 10140.0, 10141.0, 10081.0, 10155.0, 10140.0, 10090.0, 10076.0, 10029.0, 10078.0, 10053.0, 10102.0, 10048.0, 10043.0, 10003.0, 10056.0, 10072.0, 10065.0, 10057.0, 10033.0, 10074.0, 10012.0, 10079.0, 10012.0, 10090.0, 10061.0, 10079.0, 10066.0, 10073.0, 10045.0, 10079.0, 10042.0, 10082.0, 10045.0, 10106.0, 10095.0, 10058.0, 10102.0, 10038.0, 10067.0, 10007.0, 10047.0, 10018.0, 10068.0, 10086.0, 10073.0, 10073.0, 10057.0, 10071.0, 10017.0, 10050.0, 10036.0, 10049.0, 10083.0, 10057.0, 10079.0, 10039.0, 10136.0, 10063.0, 10060.0, 10033.0, 10059.0, 10018.0, 10069.0, 10098.0, 10089.0, 10112.0, 10087.0, 10069.0, 10064.0, 10059.0, 10059.0, 10051.0, 10091.0, 10060.0, 10085.0, 10129.0, 10116.0, 10155.0, 10181.0, 10152.0, 10151.0, 10120.0, 10104.0, 10088.0, 10022.0, 10044.0, 10042.0, 10034.0, 10037.0, 10033.0, 10037.0, 10020.0, 10019.0, 9969.0, 9977.0, 9942.0, 9968.0, 9949.0, 9986.0, 9994.0, 9998.0, 9984.0, 10061.0, 10020.0, 10019.0, 10046.0, 9988.0, 10025.0, 9977.0, 10049.0, 10027.0, 10100.0, 10091.0, 10043.0, 10107.0, 10018.0, 10056.0, 10026.0, 10074.0, 10014.0, 10038.0, 10072.0, 10015.0, 10062.0, 10040.0, 10078.0, 10051.0, 10095.0, 10050.0, 10084.0, 10054.0, 10101.0, 10120.0, 10085.0, 10121.0, 10077.0, 10168.0, 10116.0, 10149.0, 10124.0, 10131.0, 10163.0, 10086.0, 10091.0, 10075.0, 10098.0, 10123.0, 10105.0, 10133.0, 10122.0, 10112.0, 10112.0, 10135.0, 10151.0, 10085.0, 10110.0, 10106.0, 10120.0, 10102.0, 10105.0, 10142.0, 10096.0, 10163.0, 10131.0, 10151.0, 10137.0, 10134.0, 10115.0, 10088.0, 10115.0, 10136.0, 10140.0, 10127.0, 10117.0, 10131.0, 10094.0, 10112.0, 10085.0, 10146.0, 10111.0, 10115.0, 10086.0, 10110.0, 10135.0, 10095.0, 10129.0, 10121.0, 10074.0, 10077.0, 10053.0, 10091.0, 10108.0, 10090.0, 10092.0, 10072.0, 10078.0, 10055.0, 10079.0, 10098.0, 10063.0, 10089.0, 10062.0, 10102.0, 10057.0, 10044.0, 10108.0, 10066.0, 10109.0, 10098.0, 10122.0, 10084.0, 10091.0, 10098.0, 10085.0, 10085.0, 10068.0, 10094.0, 10102.0, 10093.0, 10078.0, 10042.0, 10059.0, 10072.0, 10068.0, 10082.0, 10070.0, 10078.0, 10057.0, 10054.0, 10071.0, 10025.0, 10078.0, 10071.0, 10075.0, 10068.0, 10034.0, 10055.0, 10009.0, 10026.0, 10038.0, 10052.0, 10096.0, 10031.0, 10093.0, 10026.0, 10056.0, 10079.0, 10082.0, 10110.0, 10115.0, 10080.0, 10041.0, 10087.0, 10079.0, 10077.0, 10098.0, 10093.0, 10118.0, 10089.0, 10110.0, 10079.0, 10074.0, 10099.0, 10091.0, 10100.0, 10091.0, 10088.0, 10047.0, 10056.0, 10081.0, 10074.0, 10100.0, 10082.0, 10090.0, 10054.0, 10072.0, 10095.0, 10090.0, 10132.0, 10107.0, 10098.0, 10063.0, 10074.0, 10055.0, 10075.0, 10094.0, 10106.0, 10082.0, 10069.0, 10080.0, 10056.0, 10073.0, 10092.0, 10077.0, 10102.0, 10085.0, 10098.0, 10053.0, 10069.0, 10076.0, 10052.0, 10075.0, 10062.0, 10061.0, 10033.0, 10078.0, 10074.0, 10066.0, 10072.0, 10049.0, 10093.0, 10046.0, 10076.0, 10083.0, 10041.0, 10089.0, 10023.0, 10087.0, 10114.0, 10058.0, 10088.0, 10056.0, 10066.0, 10046.0, 10049.0, 10050.0, 10067.0, 10126.0, 10088.0, 10106.0, 10072.0, 10125.0, 10065.0, 10145.0, 10129.0, 10096.0, 10098.0, 10048.0, 10096.0, 10064.0, 10077.0, 10100.0, 10074.0, 10082.0, 10036.0, 10048.0, 10106.0, 10043.0, 10084.0, 10070.0, 10069.0, 10080.0, 10077.0, 10084.0, 10039.0, 10093.0, 10094.0, 10086.0, 10113.0, 10099.0, 10116.0, 10066.0, 10110.0, 10113.0, 10130.0, 10106.0, 10097.0, 10120.0, 10066.0, 10102.0, 10089.0, 10103.0, 10098.0, 10101.0, 10092.0, 10064.0, 10096.0, 10085.0, 10097.0, 10070.0, 10098.0, 10069.0, 10093.0, 10101.0, 10091.0, 10114.0, 10083.0, 10110.0, 10056.0, 10085.0, 10065.0, 10083.0, 10097.0, 10100.0, 10077.0, 10063.0, 10076.0, 10055.0, 10036.0, 10073.0, 10043.0, 10083.0, 10069.0, 10075.0, 10023.0, 10044.0, 10049.0, 10035.0, 10097.0, 10090.0, 10096.0, 10074.0, 10077.0, 10071.0, 10079.0, 10112.0, 10081.0, 10105.0, 10093.0, 10088.0, 10047.0, 10086.0, 10089.0, 10107.0, 10083.0, 10099.0, 10045.0, 10094.0, 10101.0, 10083.0, 10082.0, 10054.0, 10095.0, 10033.0, 10069.0, 10076.0, 10026.0, 10094.0, 10049.0, 10108.0, 10101.0, 10072.0, 10079.0, 10045.0, 10097.0, 10052.0, 10124.0, 10094.0, 10062.0, 10083.0, 10053.0, 10102.0, 10068.0, 10110.0, 10089.0, 10090.0, 10100.0, 10061.0, 10100.0, 10078.0, 10108.0, 10083.0, 10099.0, 10049.0, 10078.0, 10105.0, 10048.0, 10117.0, 10094.0, 10105.0, 10067.0, 10086.0, 10089.0, 10043.0, 10088.0, 10059.0, 10114.0, 10050.0, 10084.0, 10078.0, 10039.0, 10077.0, 10041.0, 10073.0, 10094.0, 10041.0, 10077.0, 10021.0, 10043.0, 10045.0, 10064.0, 10078.0, 10071.0, 10112.0, 10078.0, 10102.0, 10054.0, 10104.0, 10063.0, 10124.0, 10113.0, 10091.0, 10100.0, 10060.0, 10096.0, 10069.0, 10086.0, 10079.0, 10095.0, 10067.0, 10038.0, 10075.0, 10035.0, 10082.0, 10065.0, 10074.0, 10076.0, 10050.0, 10059.0, 10008.0, 10064.0, 10034.0, 10089.0, 10081.0, 10076.0, 10054.0, 10024.0, 10081.0, 10031.0, 10070.0, 10078.0, 10044.0, 10077.0, 10048.0, 10080.0, 10029.0, 10085.0, 10068.0, 10078.0, 10104.0, 10087.0, 10097.0, 10071.0, 10076.0, 10053.0, 10071.0, 10050.0, 10078.0, 10084.0, 10086.0, 10081.0, 10042.0, 10099.0, 10058.0, 10099.0, 10080.0, 10072.0, 10082.0, 10012.0, 10080.0, 10051.0, 10076.0, 10077.0, 10046.0, 10087.0, 10051.0, 10074.0, 10044.0, 10081.0, 10075.0, 10075.0, 10031.0, 10059.0, 10106.0, 10081.0, 10107.0, 10089.0, 10118.0, 10091.0, 10108.0, 10098.0, 10067.0, 10116.0, 10086.0, 10101.0, 10081.0, 10084.0, 10076.0, 10057.0, 10075.0, 10042.0, 10116.0, 10097.0, 10088.0, 10081.0, 10034.0, 10070.0, 10008.0, 10100.0, 10077.0, 10066.0, 10109.0, 10066.0, 10088.0, 10056.0, 10122.0, 10062.0, 10092.0, 10066.0, 10127.0, 10064.0, 10091.0, 10070.0, 10116.0, 10065.0, 10118.0, 10070.0, 10122.0, 10085.0, 10109.0, 10054.0, 10121.0, 10096.0, 10147.0, 10098.0, 10093.0, 10033.0, 10051.0, 10068.0, 10039.0, 10076.0, 10049.0, 10072.0, 10018.0, 10064.0, 10019.0, 10034.0, 10023.0, 10067.0, 10053.0, 10084.0, 10012.0, 10054.0, 10087.0, 10071.0, 10095.0, 10061.0, 10060.0, 10037.0, 10084.0, 10031.0, 10084.0, 10035.0, 10080.0, 10100.0, 10073.0, 10067.0, 10044.0, 10076.0, 10017.0, 10082.0, 10064.0, 10080.0, 10100.0, 10040.0, 10088.0, 10029.0, 10056.0, 10045.0, 10050.0, 10112.0, 10066.0, 10094.0, 10034.0, 10069.0, 10049.0, 10100.0, 10072.0, 10057.0, 10073.0, 10078.0, 10114.0, 10074.0, 10117.0, 10092.0, 10127.0, 10068.0, 10128.0, 10109.0, 10097.0, 10112.0, 10091.0, 10110.0, 10073.0, 10103.0, 10036.0, 10064.0, 10100.0, 10076.0, 10110.0, 10065.0, 10107.0, 10048.0, 10075.0, 10122.0, 10111.0, 10127.0, 10087.0, 10098.0, 10105.0, 10068.0, 10079.0, 10024.0, 10069.0, 10065.0, 10029.0, 10084.0, 10016.0, 10069.0, 9996.0, 10033.0, 10081.0, 10032.0, 10086.0, 10072.0, 10053.0, 10099.0, 10050.0, 10083.0, 10027.0, 10062.0, 10054.0, 10070.0, 10106.0, 10036.0, 10103.0, 10036.0, 10101.0, 10115.0, 10085.0, 10110.0, 10063.0, 10105.0, 10061.0, 10072.0, 10102.0, 10079.0, 10124.0, 10138.0, 10084.0, 10074.0, 10035.0, 10069.0, 10102.0, 10032.0, 10107.0, 10070.0, 10068.0, 10087.0, 10068.0, 10079.0, 10067.0, 10108.0, 10060.0, 10109.0, 10096.0, 10105.0, 10142.0, 10092.0, 10151.0, 10123.0, 10114.0, 10137.0, 10100.0, 10134.0, 10110.0, 10097.0, 10101.0, 10067.0, 10096.0, 10029.0, 10026.0, 10075.0, 10064.0, 10089.0, 10023.0, 10091.0, 10072.0, 10049.0, 10070.0, 10060.0, 10086.0, 10032.0, 10082.0, 9999.0, 10038.0, 10076.0, 10045.0, 10105.0, 10075.0, 10096.0, 10043.0, 10049.0, 10128.0, 10100.0, 10087.0, 10078.0, 10007.0, 9991.0, 10036.0, 10102.0, 10060.0, 10045.0, 10054.0, 10025.0, 10061.0, 10027.0, 10016.0, 10030.0, 10059.0, 10047.0, 10037.0, 10007.0, 9998.0, 9941.0, 9971.0, 9946.0, 9978.0, 9960.0, 9952.0, 9914.0, 9959.0, 9955.0, 9944.0, 9975.0, 9974.0, 9941.0, 9902.0, 9958.0, 9928.0, 9939.0, 9984.0, 9995.0, 10039.0, 10013.0, 10050.0, 10026.0, 10059.0, 10056.0, 10068.0, 10037.0, 10031.0, 10025.0, 10060.0, 10052.0, 10068.0, 10061.0, 10125.0, 10046.0, 10075.0, 10075.0, 10135.0, 10082.0, 10137.0, 10088.0, 10082.0, 10083.0, 10110.0, 10101.0, 10131.0, 10098.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.0026185856079404468</td></tr>
<tr><td colspan=3>aqi</td><td>0.08404762547559967</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.09469163338572</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2328055419122521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9352681943046359</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>5418.354</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11372118894273338</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.67741935483871</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.407440553549007</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.284054036452999</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5667676660762173</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.371499958117804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009164462797343731</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032447755336761475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.5160189898282255</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>18.1408</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7635</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8767</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.4485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0924</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.3877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3816.5624</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.6373</td></tr>
<tr><td colspan=3>tsnr</td><td>26.406179927056655</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>