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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-01/func/sub-0079_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>e2cc11caf0296da4510b3aeabf9b48ab</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:01:42.772500</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.996552, -0.0795205, 0.023664, 0.0784304, 0.995953, 0.0438929]</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.0998085</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7732, -7266, 480, -11, -18, 100, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.291</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae52c108-22ce-44f2-9bc3-9ec502004e23||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.6736769676208496, 0.21042296290397644, 0.073058120906353, 102.04815673828125], [0.2133476287126541, 2.6720685958862305, 0.11309102922677994, -99.36541748046875], [0.06348865479230881, -0.11776135116815567, 2.696640968322754, -60.494110107421875], [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': ['140142.772500', '140143.232500', '140143.692500', '140144.152500', '140144.612500', '140145.072500', '140145.532500', '140145.992500', '140146.452500', '140146.912500', '140147.372500', '140147.832500', '140148.292500', '140148.752500', '140149.212500', '140149.672500', '140150.132500', '140150.592500', '140151.052500', '140151.512500', '140151.972500', '140152.432500', '140152.892500', '140153.352500', '140153.812500', '140154.272500', '140154.732500', '140155.192500', '140155.652500', '140156.112500', '140156.572500', '140157.032500', '140157.492500', '140157.952500', '140158.412500', '140158.872500', '140159.332500', '140159.792500', '140200.252500', '140200.712500', '140201.172500', '140201.632500', '140202.092500', '140202.552500', '140203.012500', '140203.472500', '140203.932500', '140204.392500', '140204.852500', '140205.312500', '140205.772500', '140206.232500', '140206.692500', '140207.152500', '140207.612500', '140208.072500', '140208.532500', '140208.992500', '140209.452500', '140209.912500', '140210.372500', '140210.832500', '140211.292500', '140211.752500', '140212.212500', '140212.672500', '140213.132500', '140213.592500', '140214.052500', '140214.512500', '140214.972500', '140215.432500', '140215.892500', '140216.352500', '140216.812500', '140217.272500', '140217.732500', '140218.192500', '140218.652500', '140219.112500', '140219.572500', '140220.032500', '140220.492500', '140220.952500', '140221.412500', '140221.872500', '140222.332500', '140222.792500', '140223.252500', '140223.712500', '140224.172500', '140224.632500', '140225.092500', '140225.552500', '140226.012500', '140226.472500', '140226.932500', '140227.392500', '140227.852500', '140228.312500', '140228.772500', '140229.232500', '140229.692500', '140230.152500', '140230.612500', '140231.072500', '140231.532500', '140231.992500', '140232.452500', '140232.912500', '140233.372500', '140233.832500', '140234.292500', '140234.752500', '140235.212500', '140235.672500', '140236.132500', '140236.592500', '140237.052500', '140237.512500', '140237.972500', '140238.432500', '140238.892500', '140239.352500', '140239.812500', '140240.272500', '140240.732500', '140241.192500', '140241.652500', '140242.112500', '140242.572500', '140243.032500', '140243.492500', '140243.952500', '140244.412500', '140244.872500', '140245.332500', '140245.792500', '140246.252500', '140246.712500', '140247.172500', '140247.632500', '140248.092500', '140248.552500', '140249.012500', '140249.472500', '140249.932500', '140250.392500', '140250.852500', '140251.312500', '140251.772500', '140252.232500', '140252.692500', '140253.152500', '140253.612500', '140254.072500', '140254.532500', '140254.992500', '140255.452500', '140255.912500', '140256.372500', '140256.832500', '140257.292500', '140257.752500', '140258.212500', '140258.672500', '140259.132500', '140259.592500', '140300.052500', '140300.512500', '140300.972500', '140301.432500', '140301.892500', '140302.352500', '140302.812500', '140303.272500', '140303.732500', '140304.192500', '140304.652500', '140305.112500', '140305.572500', '140306.032500', '140306.492500', '140306.952500', '140307.412500', '140307.872500', '140308.332500', '140308.792500', '140309.252500', '140309.712500', '140310.172500', '140310.632500', '140311.092500', '140311.552500', '140312.012500', '140312.472500', '140312.932500', '140313.392500', '140313.852500', '140314.312500', '140314.772500', '140315.232500', '140315.692500', '140316.152500', '140316.612500', '140317.072500', '140317.532500', '140317.992500', '140318.452500', '140318.912500', '140319.372500', '140319.832500', '140320.292500', '140320.752500', '140321.212500', '140321.672500', '140322.132500', '140322.592500', '140323.052500', '140323.512500', '140323.972500', '140324.432500', '140324.892500', '140325.352500', '140325.812500', '140326.272500', '140326.732500', '140327.192500', '140327.652500', '140328.112500', '140328.572500', '140329.032500', '140329.492500', '140329.952500', '140330.412500', '140330.872500', '140331.332500', '140331.792500', '140332.252500', '140332.712500', '140333.172500', '140333.632500', '140334.092500', '140334.552500', '140335.012500', '140335.472500', '140335.932500', '140336.392500', '140336.852500', '140337.312500', '140337.772500', '140338.232500', '140338.692500', '140339.152500', '140339.612500', '140340.072500', '140340.532500', '140340.992500', '140341.452500', '140341.912500', '140342.372500', '140342.832500', '140343.292500', '140343.752500', '140344.212500', '140344.672500', '140345.132500', '140345.592500', '140346.052500', '140346.512500', '140346.972500', '140347.432500', '140347.892500', '140348.352500', '140348.812500', '140349.272500', '140349.732500', '140350.192500', '140350.652500', '140351.112500', '140351.572500', '140352.032500', '140352.492500', '140352.952500', '140353.412500', '140353.872500', '140354.332500', '140354.792500', '140355.252500', '140355.712500', '140356.172500', '140356.632500', '140357.092500', '140357.552500', '140358.012500', '140358.472500', '140358.932500', '140359.392500', '140359.852500', '140400.312500', '140400.772500', '140401.232500', '140401.692500', '140402.152500', '140402.612500', '140403.072500', '140403.532500', '140403.992500', '140404.452500', '140404.912500', '140405.372500', '140405.832500', '140406.292500', '140406.752500', '140407.212500', '140407.672500', '140408.132500', '140408.592500', '140409.052500', '140409.512500', '140409.972500', '140410.432500', '140410.892500', '140411.352500', '140411.812500', '140412.272500', '140412.732500', '140413.192500', '140413.652500', '140414.112500', '140414.572500', '140415.032500', '140415.492500', '140415.952500', '140416.412500', '140416.872500', '140417.332500', '140417.792500', '140418.252500', '140418.712500', '140419.172500', '140419.632500', '140420.092500', '140420.552500', '140421.012500', '140421.472500', '140421.932500', '140422.392500', '140422.852500', '140423.312500', '140423.772500', '140424.232500', '140424.692500', '140425.152500', '140425.612500', '140426.072500', '140426.532500', '140426.992500', '140427.452500', '140427.912500', '140428.372500', '140428.832500', '140429.292500', '140429.752500', '140430.212500', '140430.672500', '140431.132500', '140431.592500', '140432.052500', '140432.512500', '140432.972500', '140433.432500', '140433.892500', '140434.352500', '140434.812500', '140435.272500', '140435.732500', '140436.192500', '140436.652500', '140437.112500', '140437.572500', '140438.032500', '140438.492500', '140438.952500', '140439.412500', '140439.872500', '140440.332500', '140440.792500', '140441.252500', '140441.712500', '140442.172500', '140442.632500', '140443.092500', '140443.552500', '140444.012500', '140444.472500', '140444.932500', '140445.392500', '140445.852500', '140446.312500', '140446.772500', '140447.232500', '140447.692500', '140448.152500', '140448.612500', '140449.072500', '140449.532500', '140449.992500', '140450.452500', '140450.912500', '140451.372500', '140451.832500', '140452.292500', '140452.752500', '140453.212500', '140453.672500', '140454.132500', '140454.592500', '140455.052500', '140455.512500', '140455.972500', '140456.432500', '140456.892500', '140457.352500', '140457.812500', '140458.272500', '140458.732500', '140459.192500', '140459.652500', '140500.112500', '140500.572500', '140501.032500', '140501.492500', '140501.952500', '140502.412500', '140502.872500', '140503.332500', '140503.792500', '140504.252500', '140504.712500', '140505.172500', '140505.632500', '140506.092500', '140506.552500', '140507.012500', '140507.472500', '140507.932500', '140508.392500', '140508.852500', '140509.312500', '140509.772500', '140510.232500', '140510.692500', '140511.152500', '140511.612500', '140512.072500', '140512.532500', '140512.992500', '140513.452500', '140513.912500', '140514.372500', '140514.832500', '140515.292500', '140515.752500', '140516.212500', '140516.672500', '140517.132500', '140517.592500', '140518.052500', '140518.512500', '140518.972500', '140519.432500', '140519.892500', '140520.352500', '140520.812500', '140521.272500', '140521.732500', '140522.192500', '140522.652500', '140523.112500', '140523.572500', '140524.032500', '140524.492500', '140524.952500', '140525.412500', '140525.872500', '140526.332500', '140526.792500', '140527.252500', '140527.712500', '140528.172500', '140528.632500', '140529.092500', '140529.552500', '140530.012500', '140530.472500', '140530.932500', '140531.392500', '140531.852500', '140532.312500', '140532.772500', '140533.232500', '140533.692500', '140534.152500', '140534.612500', '140535.072500', '140535.532500', '140535.992500', '140536.452500', '140536.912500', '140537.372500', '140537.832500', '140538.292500', '140538.752500', '140539.212500', '140539.672500', '140540.132500', '140540.592500', '140541.052500', '140541.512500', '140541.972500', '140542.432500', '140542.892500', '140543.352500', '140543.812500', '140544.272500', '140544.732500', '140545.192500', '140545.652500', '140546.112500', '140546.572500', '140547.032500', '140547.492500', '140547.952500', '140548.412500', '140548.872500', '140549.332500', '140549.792500', '140550.252500', '140550.712500', '140551.172500', '140551.632500', '140552.092500', '140552.552500', '140553.012500', '140553.472500', '140553.932500', '140554.392500', '140554.852500', '140555.312500', '140555.772500', '140556.232500', '140556.692500', '140557.152500', '140557.612500', '140558.072500', '140558.532500', '140558.992500', '140559.452500', '140559.912500', '140600.372500', '140600.832500', '140601.292500', '140601.752500', '140602.212500', '140602.672500', '140603.132500', '140603.592500', '140604.052500', '140604.512500', '140604.972500', '140605.432500', '140605.892500', '140606.352500', '140606.812500', '140607.272500', '140607.732500', '140608.192500', '140608.652500', '140609.112500', '140609.572500', '140610.032500', '140610.492500', '140610.952500', '140611.412500', '140611.872500', '140612.332500', '140612.792500', '140613.252500', '140613.712500', '140614.172500', '140614.632500', '140615.092500', '140615.552500', '140616.012500', '140616.472500', '140616.932500', '140617.392500', '140617.852500', '140618.312500', '140618.772500', '140619.232500', '140619.692500', '140620.152500', '140620.612500', '140621.072500', '140621.532500', '140621.992500', '140622.452500', '140622.912500', '140623.372500', '140623.832500', '140624.292500', '140624.752500', '140625.212500', '140625.672500', '140626.132500', '140626.592500', '140627.052500', '140627.512500', '140627.972500', '140628.432500', '140628.892500', '140629.352500', '140629.812500', '140630.272500', '140630.732500', '140631.192500', '140631.652500', '140632.112500', '140632.572500', '140633.032500', '140633.492500', '140633.952500', '140634.412500', '140634.872500', '140635.332500', '140635.792500', '140636.252500', '140636.712500', '140637.172500', '140637.632500', '140638.092500', '140638.552500', '140639.012500', '140639.472500', '140639.932500', '140640.392500', '140640.852500', '140641.312500', '140641.772500', '140642.232500', '140642.692500', '140643.152500', '140643.612500', '140644.072500', '140644.532500', '140644.992500', '140645.452500', '140645.912500', '140646.372500', '140646.832500', '140647.292500', '140647.752500', '140648.212500', '140648.672500', '140649.132500', '140649.592500', '140650.052500', '140650.512500', '140650.972500', '140651.432500', '140651.892500', '140652.352500', '140652.812500', '140653.272500', '140653.732500', '140654.192500', '140654.652500', '140655.112500', '140655.572500', '140656.032500', '140656.492500', '140656.952500', '140657.412500', '140657.872500', '140658.332500', '140658.792500', '140659.252500', '140659.712500', '140700.172500', '140700.632500', '140701.092500', '140701.552500', '140702.012500', '140702.472500', '140702.932500', '140703.392500', '140703.852500', '140704.312500', '140704.772500', '140705.232500', '140705.692500', '140706.152500', '140706.612500', '140707.072500', '140707.532500', '140707.992500', '140708.452500', '140708.912500', '140709.372500', '140709.832500', '140710.292500', '140710.752500', '140711.212500', '140711.672500', '140712.132500', '140712.592500', '140713.052500', '140713.512500', '140713.972500', '140714.432500', '140714.892500', '140715.352500', '140715.812500', '140716.272500', '140716.732500', '140717.192500', '140717.652500', '140718.112500', '140718.572500', '140719.032500', '140719.492500', '140719.952500', '140720.412500', '140720.872500', '140721.332500', '140721.792500', '140722.252500', '140722.712500', '140723.172500', '140723.632500', '140724.092500', '140724.552500', '140725.012500', '140725.472500', '140725.932500', '140726.392500', '140726.852500', '140727.312500', '140727.772500', '140728.232500', '140728.692500', '140729.152500', '140729.612500', '140730.072500', '140730.532500', '140730.992500', '140731.452500', '140731.912500', '140732.372500', '140732.832500', '140733.292500', '140733.752500', '140734.212500', '140734.672500', '140735.132500', '140735.592500', '140736.052500', '140736.512500', '140736.972500', '140737.432500', '140737.892500', '140738.352500', '140738.812500', '140739.272500', '140739.732500', '140740.192500', '140740.652500', '140741.112500', '140741.572500', '140742.032500', '140742.492500', '140742.952500', '140743.412500', '140743.872500', '140744.332500', '140744.792500', '140745.252500', '140745.712500', '140746.172500', '140746.632500', '140747.092500', '140747.552500', '140748.012500', '140748.472500', '140748.932500', '140749.392500', '140749.852500', '140750.312500', '140750.772500', '140751.232500', '140751.692500', '140752.152500', '140752.612500', '140753.072500', '140753.532500', '140753.992500', '140754.452500', '140754.912500', '140755.372500', '140755.832500', '140756.292500', '140756.752500', '140757.212500', '140757.672500', '140758.132500', '140758.592500', '140759.052500', '140759.512500', '140759.972500', '140800.432500', '140800.892500', '140801.352500', '140801.812500', '140802.272500', '140802.732500', '140803.192500', '140803.652500', '140804.112500', '140804.572500', '140805.032500', '140805.492500', '140805.952500', '140806.412500', '140806.872500', '140807.332500', '140807.792500', '140808.252500', '140808.712500', '140809.172500', '140809.632500', '140810.092500', '140810.552500', '140811.012500', '140811.472500', '140811.932500', '140812.392500', '140812.852500', '140813.312500', '140813.772500', '140814.232500', '140814.692500', '140815.152500', '140815.612500', '140816.072500', '140816.532500', '140816.992500', '140817.452500', '140817.912500', '140818.372500', '140818.832500', '140819.292500', '140819.752500', '140820.212500', '140820.672500', '140821.132500', '140821.592500', '140822.052500', '140822.512500', '140822.972500', '140823.432500', '140823.892500', '140824.352500', '140824.812500', '140825.272500', '140825.732500', '140826.192500', '140826.652500', '140827.112500', '140827.572500', '140828.032500', '140828.492500', '140828.952500', '140829.412500', '140829.872500', '140830.332500', '140830.792500', '140831.252500', '140831.712500', '140832.172500', '140832.632500', '140833.092500', '140833.552500', '140834.012500', '140834.472500', '140834.932500', '140835.392500', '140835.852500', '140836.312500', '140836.772500', '140837.232500', '140837.692500', '140838.152500', '140838.612500', '140839.072500', '140839.532500', '140839.992500', '140840.452500', '140840.912500', '140841.372500', '140841.832500', '140842.292500', '140842.752500', '140843.212500', '140843.672500', '140844.132500', '140844.592500', '140845.052500', '140845.512500', '140845.972500', '140846.432500', '140846.892500', '140847.352500', '140847.812500', '140848.272500', '140848.732500', '140849.192500', '140849.652500', '140850.112500', '140850.572500', '140851.032500', '140851.492500', '140851.952500', '140852.412500', '140852.872500', '140853.332500', '140853.792500', '140854.252500', '140854.712500', '140855.172500', '140855.632500', '140856.092500', '140856.552500', '140857.012500', '140857.472500', '140857.932500', '140858.392500', '140858.852500', '140859.312500', '140859.772500', '140900.232500', '140900.692500', '140901.152500', '140901.612500', '140902.072500', '140902.532500', '140902.992500', '140903.452500', '140903.912500', '140904.372500', '140904.832500', '140905.292500', '140905.752500', '140906.212500', '140906.672500', '140907.132500', '140907.592500', '140908.052500', '140908.512500', '140908.972500', '140909.432500', '140909.892500', '140910.352500', '140910.812500', '140911.272500', '140911.732500', '140912.192500', '140912.652500', '140913.112500', '140913.572500', '140914.032500', '140914.492500', '140914.952500', '140915.412500', '140915.872500', '140916.332500', '140916.792500', '140917.252500', '140917.712500', '140918.172500', '140918.632500', '140919.092500', '140919.552500', '140920.012500', '140920.472500', '140920.932500', '140921.392500', '140921.852500', '140922.312500', '140922.772500', '140923.232500', '140923.692500', '140924.152500', '140924.612500', '140925.072500', '140925.532500', '140925.992500', '140926.452500', '140926.912500', '140927.372500', '140927.832500', '140928.292500', '140928.752500', '140929.212500', '140929.672500', '140930.132500', '140930.592500', '140931.052500', '140931.512500', '140931.972500', '140932.432500', '140932.892500', '140933.352500', '140933.812500', '140934.272500', '140934.732500', '140935.192500', '140935.652500', '140936.112500', '140936.572500', '140937.032500', '140937.492500', '140937.952500', '140938.412500', '140938.872500', '140939.332500', '140939.792500', '140940.252500', '140940.712500', '140941.172500', '140941.632500', '140942.092500', '140942.552500', '140943.012500', '140943.472500', '140943.932500', '140944.392500', '140944.852500', '140945.312500', '140945.772500', '140946.232500', '140946.692500', '140947.152500', '140947.612500', '140948.072500', '140948.532500', '140948.992500', '140949.452500', '140949.912500', '140950.372500', '140950.832500', '140951.292500', '140951.752500', '140952.212500', '140952.672500', '140953.132500', '140953.592500', '140954.052500', '140954.512500', '140954.972500', '140955.432500', '140955.892500', '140956.352500', '140956.812500', '140957.272500', '140957.732500', '140958.192500', '140958.652500', '140959.112500', '140959.572500', '141000.032500', '141000.492500', '141000.952500', '141001.412500', '141001.872500', '141002.332500', '141002.792500', '141003.252500', '141003.712500', '141004.172500', '141004.632500', '141005.092500', '141005.552500', '141006.012500', '141006.472500', '141006.932500', '141007.392500', '141007.852500', '141008.312500', '141008.772500', '141009.232500', '141009.692500', '141010.152500', '141010.612500', '141011.072500', '141011.532500', '141011.992500', '141012.452500', '141012.912500', '141013.372500', '141013.832500', '141014.292500', '141014.752500', '141015.212500', '141015.672500', '141016.132500', '141016.592500', '141017.052500', '141017.512500', '141017.972500', '141018.432500', '141018.892500', '141019.352500', '141019.812500', '141020.272500', '141020.732500', '141021.192500', '141021.652500', '141022.112500', '141022.572500', '141023.032500', '141023.492500', '141023.952500', '141024.412500', '141024.872500', '141025.332500', '141025.792500', '141026.252500', '141026.712500', '141027.172500', '141027.632500', '141028.092500', '141028.552500', '141029.012500', '141029.472500', '141029.932500', '141030.392500', '141030.852500', '141031.312500', '141031.772500', '141032.232500', '141032.692500', '141033.152500', '141033.612500', '141034.072500', '141034.532500', '141034.992500', '141035.452500', '141035.912500', '141036.372500', '141036.832500', '141037.292500', '141037.752500', '141038.212500', '141038.672500', '141039.132500', '141039.592500', '141040.052500', '141040.512500', '141040.972500', '141041.432500', '141041.892500', '141042.352500', '141042.812500', '141043.272500', '141043.732500', '141044.192500', '141044.652500', '141045.112500', '141045.572500', '141046.032500', '141046.492500', '141046.952500', '141047.412500', '141047.872500', '141048.332500', '141048.792500', '141049.252500', '141049.712500', '141050.172500', '141050.632500', '141051.092500', '141051.552500', '141052.012500', '141052.472500', '141052.932500', '141053.392500', '141053.852500', '141054.312500', '141054.772500', '141055.232500', '141055.692500', '141056.152500', '141056.612500', '141057.072500', '141057.532500', '141057.992500', '141058.452500'], 'ContentTime': ['140155.250000', '140155.253000', '140155.256000', '140155.258000', '140155.261000', '140155.263000', '140155.266000', '140155.274000', '140155.276000', '140155.284000', '140155.287000', '140155.289000', '140155.292000', '140155.295000', '140155.297000', '140155.300000', '140155.302000', '140155.305000', '140155.307000', '140155.310000', '140155.313000', '140155.315000', '140155.318000', '140155.320000', '140155.323000', '140215.161000', '140215.164000', '140215.168000', '140215.171000', '140215.173000', '140215.176000', '140215.178000', '140215.191000', '140215.193000', '140215.196000', '140215.198000', '140215.201000', '140215.203000', '140215.206000', '140215.209000', '140215.211000', '140215.214000', '140215.216000', '140215.219000', '140215.222000', '140215.224000', '140215.227000', '140215.229000', '140215.232000', '140215.234000', '140215.237000', '140215.239000', '140215.242000', '140215.244000', '140215.247000', '140215.249000', '140215.252000', '140215.255000', '140215.257000', '140215.260000', '140215.262000', '140215.265000', '140215.267000', '140215.270000', '140215.272000', '140215.275000', '140215.277000', '140215.289000', '140215.291000', '140235.162000', '140235.164000', '140235.167000', '140235.169000', '140235.172000', '140235.175000', '140235.177000', '140235.180000', '140235.182000', '140235.185000', '140235.187000', '140235.190000', '140235.193000', '140235.195000', '140235.198000', '140235.200000', '140235.203000', '140235.205000', '140235.208000', '140235.210000', '140235.213000', '140235.216000', '140235.218000', '140235.221000', '140235.223000', '140235.226000', '140235.229000', '140235.232000', '140235.234000', '140235.237000', '140235.240000', '140235.242000', '140235.245000', '140235.247000', '140235.250000', '140235.252000', '140235.255000', '140235.258000', '140235.260000', '140235.263000', '140235.265000', '140235.273000', '140235.276000', '140255.161000', '140255.164000', '140255.167000', '140255.169000', '140255.172000', '140255.174000', '140255.177000', '140255.180000', '140255.182000', '140255.185000', '140255.187000', '140255.190000', '140255.192000', '140255.196000', '140255.198000', '140255.201000', '140255.204000', '140255.206000', '140255.209000', '140255.211000', '140255.214000', '140255.216000', '140255.219000', '140255.221000', '140255.224000', '140255.227000', '140255.229000', '140255.232000', '140255.234000', '140255.237000', '140255.239000', '140255.242000', '140255.245000', '140255.247000', '140255.250000', '140255.252000', '140255.255000', '140255.258000', '140255.260000', '140255.263000', '140255.265000', '140255.268000', '140255.270000', '140255.311000', '140315.161000', '140315.164000', '140315.167000', '140315.170000', '140315.172000', '140315.175000', '140315.177000', '140315.180000', '140315.182000', '140315.185000', '140315.188000', '140315.190000', '140315.193000', '140315.195000', '140315.198000', '140315.201000', '140315.203000', '140315.206000', '140315.208000', '140315.211000', '140315.213000', '140315.216000', '140315.218000', '140315.221000', '140315.224000', '140315.226000', '140315.229000', '140315.231000', '140315.234000', '140315.236000', '140315.239000', '140315.242000', '140315.244000', '140315.247000', '140315.249000', '140315.252000', '140315.254000', '140315.257000', '140315.259000', '140315.262000', '140315.265000', '140315.267000', '140315.270000', '140335.162000', '140335.164000', '140335.167000', '140335.170000', '140335.172000', '140335.175000', '140335.177000', '140335.180000', '140335.182000', '140335.185000', '140335.188000', '140335.190000', '140335.193000', '140335.195000', '140335.198000', '140335.201000', '140335.203000', '140335.206000', '140335.208000', '140335.211000', '140335.214000', '140335.216000', '140335.219000', '140335.221000', '140335.224000', '140335.226000', '140335.229000', '140335.232000', '140335.234000', '140335.237000', '140335.239000', '140335.242000', '140335.244000', '140335.247000', '140335.257000', '140335.260000', '140335.262000', '140335.265000', '140335.267000', '140335.270000', '140335.273000', '140335.275000', '140335.278000', '140355.162000', '140355.165000', '140355.167000', '140355.170000', '140355.172000', '140355.175000', '140355.177000', '140355.180000', '140355.182000', '140355.185000', '140355.188000', '140355.190000', '140355.193000', '140355.195000', '140355.198000', '140355.200000', '140355.203000', '140355.206000', '140355.208000', '140355.211000', '140355.213000', '140355.216000', '140355.218000', '140355.221000', '140355.223000', '140355.226000', '140355.229000', '140355.231000', '140355.234000', '140355.236000', '140355.239000', '140355.241000', '140355.244000', '140355.247000', '140355.249000', '140355.252000', '140355.254000', '140355.257000', '140355.259000', '140355.262000', '140355.265000', '140355.267000', '140355.270000', '140355.272000', '140415.162000', '140415.164000', '140415.167000', '140415.170000', '140415.172000', '140415.175000', '140415.177000', '140415.180000', '140415.182000', '140415.185000', '140415.187000', '140415.190000', '140415.193000', '140415.195000', '140415.198000', '140415.200000', '140415.203000', '140415.205000', '140415.208000', '140415.210000', '140415.213000', '140415.216000', '140415.218000', '140415.221000', '140415.223000', '140415.226000', '140415.229000', '140415.231000', '140415.235000', '140415.237000', '140415.240000', '140415.243000', '140415.245000', '140415.248000', '140415.250000', '140415.253000', '140415.255000', '140415.258000', '140415.260000', '140415.263000', '140415.266000', '140415.268000', '140415.271000', '140435.161000', '140435.164000', '140435.167000', '140435.169000', '140435.172000', '140435.175000', '140435.177000', '140435.180000', '140435.182000', '140435.185000', '140435.187000', '140435.190000', '140435.193000', '140435.195000', '140435.198000', '140435.200000', '140435.203000', '140435.206000', '140435.208000', '140435.211000', '140435.213000', '140435.216000', '140435.218000', '140435.221000', '140435.239000', '140435.242000', '140435.244000', '140435.247000', '140435.249000', '140435.252000', '140435.255000', '140435.257000', '140435.260000', '140435.262000', '140435.265000', '140435.267000', '140435.270000', '140435.272000', '140435.275000', '140435.278000', '140435.280000', '140435.283000', '140435.285000', '140435.288000', '140455.162000', '140455.165000', '140455.168000', '140455.170000', '140455.173000', '140455.176000', '140455.178000', '140455.181000', '140455.183000', '140455.186000', '140455.189000', '140455.191000', '140455.194000', '140455.196000', '140455.199000', '140455.201000', '140455.204000', '140455.207000', '140455.209000', '140455.212000', '140455.215000', '140455.218000', '140455.221000', '140455.223000', '140455.226000', '140455.229000', '140455.231000', '140455.234000', '140455.236000', '140455.239000', '140455.242000', '140455.244000', '140455.247000', '140455.249000', '140455.252000', '140455.254000', '140455.257000', '140455.260000', '140455.262000', '140455.265000', '140455.267000', '140455.270000', '140455.273000', '140515.161000', '140515.164000', '140515.167000', '140515.170000', '140515.172000', '140515.175000', '140515.177000', '140515.180000', '140515.183000', '140515.185000', '140515.188000', '140515.191000', '140515.193000', '140515.196000', '140515.198000', '140515.201000', '140515.204000', '140515.206000', '140515.209000', '140515.211000', '140515.214000', '140515.217000', '140515.219000', '140515.222000', '140515.224000', '140515.227000', '140515.230000', '140515.232000', '140515.235000', '140515.237000', '140515.240000', '140515.243000', '140515.245000', '140515.248000', '140515.250000', '140515.253000', '140515.256000', '140515.258000', '140515.261000', '140515.264000', '140515.266000', '140515.269000', '140515.271000', '140515.274000', '140535.162000', '140535.165000', '140535.167000', '140535.170000', '140535.172000', '140535.175000', '140535.177000', '140535.180000', '140535.183000', '140535.185000', '140535.188000', '140535.190000', '140535.193000', '140535.195000', '140535.198000', '140535.201000', '140535.204000', '140535.206000', '140535.209000', '140535.212000', '140535.215000', '140535.217000', '140535.220000', '140535.222000', '140535.225000', '140535.228000', '140535.230000', '140535.233000', '140535.235000', '140535.238000', '140535.241000', '140535.243000', '140535.246000', '140535.248000', '140535.251000', '140535.253000', '140535.256000', '140535.259000', '140535.261000', '140535.264000', '140535.266000', '140535.269000', '140535.272000', '140555.162000', '140555.165000', '140555.167000', '140555.170000', '140555.172000', '140555.175000', '140555.177000', '140555.180000', '140555.183000', '140555.185000', '140555.188000', '140555.190000', '140555.193000', '140555.195000', '140555.198000', '140555.201000', '140555.203000', '140555.206000', '140555.209000', '140555.211000', '140555.214000', '140555.216000', '140555.219000', '140555.221000', '140555.224000', '140555.227000', '140555.229000', '140555.232000', '140555.234000', '140555.237000', '140555.239000', '140555.242000', '140555.245000', '140555.247000', '140555.250000', '140555.252000', '140555.255000', '140555.258000', '140555.260000', '140555.263000', '140555.265000', '140555.268000', '140555.270000', '140555.273000', '140615.162000', '140615.164000', '140615.167000', '140615.170000', '140615.172000', '140615.208000', '140615.211000', '140615.214000', '140615.216000', '140615.219000', '140615.221000', '140615.224000', '140615.226000', '140615.229000', '140615.231000', '140615.234000', '140615.237000', '140615.239000', '140615.242000', '140615.244000', '140615.247000', '140615.249000', '140615.252000', '140615.254000', '140615.257000', '140615.260000', '140615.262000', '140615.265000', '140615.268000', '140615.271000', '140615.274000', '140615.277000', '140615.279000', '140615.282000', '140615.285000', '140615.287000', '140615.290000', '140615.292000', '140615.295000', '140615.297000', '140615.300000', '140615.303000', '140615.305000', '140635.161000', '140635.164000', '140635.167000', '140635.170000', '140635.172000', '140635.175000', '140635.178000', '140635.180000', '140635.183000', '140635.185000', '140635.188000', '140635.191000', '140635.193000', '140635.196000', '140635.198000', '140635.201000', '140635.203000', '140635.206000', '140635.208000', '140635.211000', '140635.214000', '140635.216000', '140635.219000', '140635.221000', '140635.224000', '140635.226000', '140635.229000', '140635.231000', '140635.234000', '140635.237000', '140635.239000', '140635.242000', '140635.244000', '140635.247000', '140635.250000', '140635.252000', '140635.255000', '140635.257000', '140635.260000', '140635.263000', '140635.265000', '140635.268000', '140635.270000', '140635.273000', '140655.162000', '140655.164000', '140655.167000', '140655.170000', '140655.172000', '140655.175000', '140655.177000', '140655.180000', '140655.182000', '140655.185000', '140655.188000', '140655.190000', '140655.193000', '140655.195000', '140655.198000', '140655.201000', '140655.203000', '140655.206000', '140655.208000', '140655.211000', '140655.213000', '140655.216000', '140655.219000', '140655.221000', '140655.224000', '140655.226000', '140655.229000', '140655.231000', '140655.234000', '140655.237000', '140655.239000', '140655.242000', '140655.244000', '140655.247000', '140655.249000', '140655.252000', '140655.255000', '140655.257000', '140655.260000', '140655.262000', '140655.265000', '140655.267000', '140655.270000', '140715.162000', '140715.165000', '140715.168000', '140715.170000', '140715.173000', '140715.176000', '140715.178000', '140715.181000', '140715.183000', '140715.186000', '140715.188000', '140715.191000', '140715.194000', '140715.196000', '140715.199000', '140715.201000', '140715.204000', '140715.207000', '140715.209000', '140715.212000', '140715.214000', '140715.217000', '140715.219000', '140715.222000', '140715.225000', '140715.227000', '140715.230000', '140715.232000', '140715.237000', '140715.239000', '140715.242000', '140715.245000', '140715.247000', '140715.250000', '140715.252000', '140715.255000', '140715.258000', '140715.260000', '140715.263000', '140715.266000', '140715.268000', '140715.271000', '140715.273000', '140715.276000', '140735.162000', '140735.165000', '140735.167000', '140735.170000', '140735.172000', '140735.175000', '140735.178000', '140735.180000', '140735.183000', '140735.185000', '140735.188000', '140735.190000', '140735.193000', '140735.196000', '140735.198000', '140735.201000', '140735.218000', '140735.221000', '140735.223000', '140735.226000', '140735.228000', '140735.231000', '140735.234000', '140735.237000', '140735.240000', '140735.243000', '140735.246000', '140735.248000', '140735.251000', '140735.254000', '140735.256000', '140735.259000', '140735.261000', '140735.264000', '140735.267000', '140735.269000', '140735.272000', '140735.274000', '140735.277000', '140735.279000', '140735.282000', '140735.284000', '140735.287000', '140755.161000', '140755.164000', '140755.167000', '140755.170000', '140755.172000', '140755.175000', '140755.178000', '140755.180000', '140755.183000', '140755.185000', '140755.188000', '140755.191000', '140755.193000', '140755.196000', '140755.198000', '140755.201000', '140755.204000', '140755.206000', '140755.209000', '140755.212000', '140755.214000', '140755.217000', '140755.219000', '140755.222000', '140755.225000', '140755.227000', '140755.230000', '140755.232000', '140755.235000', '140755.237000', '140755.240000', '140755.243000', '140755.245000', '140755.248000', '140755.250000', '140755.253000', '140755.256000', '140755.258000', '140755.261000', '140755.263000', '140755.266000', '140755.268000', '140755.271000', '140755.273000', '140815.162000', '140815.164000', '140815.167000', '140815.170000', '140815.172000', '140815.175000', '140815.177000', '140815.180000', '140815.183000', '140815.185000', '140815.188000', '140815.190000', '140815.193000', '140815.195000', '140815.198000', '140815.201000', '140815.203000', '140815.206000', '140815.208000', '140815.211000', '140815.213000', '140815.216000', '140815.219000', '140815.221000', '140815.224000', '140815.226000', '140815.229000', '140815.231000', '140815.234000', '140815.237000', '140815.239000', '140815.242000', '140815.244000', '140815.247000', '140815.250000', '140815.252000', '140815.255000', '140815.257000', '140815.260000', '140815.262000', '140815.265000', '140815.267000', '140815.270000', '140835.162000', '140835.165000', '140835.167000', '140835.170000', '140835.172000', '140835.175000', '140835.177000', '140835.180000', '140835.183000', '140835.192000', '140835.195000', '140835.198000', '140835.200000', '140835.203000', '140835.205000', '140835.208000', '140835.211000', '140835.213000', '140835.216000', '140835.218000', '140835.221000', '140835.223000', '140835.226000', '140835.229000', '140835.231000', '140835.234000', '140835.236000', '140835.239000', '140835.242000', '140835.244000', '140835.247000', '140835.249000', '140835.252000', '140835.254000', '140835.257000', '140835.260000', '140835.262000', '140835.265000', '140835.267000', '140835.270000', '140835.272000', '140835.275000', '140835.278000', '140835.280000', '140855.162000', '140855.165000', '140855.167000', '140855.170000', '140855.173000', '140855.175000', '140855.178000', '140855.180000', '140855.183000', '140855.185000', '140855.188000', '140855.191000', '140855.193000', '140855.196000', '140855.198000', '140855.201000', '140855.204000', '140855.206000', '140855.209000', '140855.211000', '140855.214000', '140855.217000', '140855.219000', '140855.222000', '140855.224000', '140855.227000', '140855.230000', '140855.244000', '140855.246000', '140855.249000', '140855.252000', '140855.254000', '140855.257000', '140855.259000', '140855.262000', '140855.265000', '140855.267000', '140855.270000', '140855.272000', '140855.275000', '140855.278000', '140855.280000', '140855.283000', '140915.162000', '140915.164000', '140915.167000', '140915.170000', '140915.172000', '140915.175000', '140915.177000', '140915.180000', '140915.183000', '140915.185000', '140915.188000', '140915.190000', '140915.193000', '140915.195000', '140915.198000', '140915.201000', '140915.203000', '140915.206000', '140915.208000', '140915.211000', '140915.214000', '140915.216000', '140915.219000', '140915.221000', '140915.224000', '140915.226000', '140915.229000', '140915.232000', '140915.234000', '140915.237000', '140915.239000', '140915.242000', '140915.245000', '140915.247000', '140915.250000', '140915.252000', '140915.255000', '140915.257000', '140915.260000', '140915.263000', '140915.265000', '140915.268000', '140915.270000', '140915.273000', '140935.162000', '140935.165000', '140935.168000', '140935.171000', '140935.173000', '140935.176000', '140935.178000', '140935.181000', '140935.183000', '140935.186000', '140935.189000', '140935.191000', '140935.194000', '140935.197000', '140935.199000', '140935.202000', '140935.204000', '140935.207000', '140935.209000', '140935.212000', '140935.215000', '140935.217000', '140935.220000', '140935.222000', '140935.225000', '140935.227000', '140935.230000', '140935.233000', '140935.235000', '140935.238000', '140935.240000', '140935.243000', '140935.245000', '140935.248000', '140935.251000', '140935.253000', '140935.256000', '140935.258000', '140935.261000', '140935.264000', '140935.266000', '140935.269000', '140935.271000', '140955.162000', '140955.164000', '140955.167000', '140955.170000', '140955.173000', '140955.175000', '140955.178000', '140955.181000', '140955.183000', '140955.186000', '140955.188000', '140955.191000', '140955.194000', '140955.196000', '140955.199000', '140955.201000', '140955.204000', '140955.206000', '140955.209000', '140955.212000', '140955.214000', '140955.217000', '140955.219000', '140955.222000', '140955.225000', '140955.227000', '140955.230000', '140955.232000', '140955.235000', '140955.237000', '140955.240000', '140955.243000', '140955.245000', '140955.248000', '140955.250000', '140955.253000', '140955.256000', '140955.258000', '140955.261000', '140955.263000', '140955.266000', '140955.269000', '140955.271000', '141015.162000', '141015.165000', '141015.167000', '141015.170000', '141015.172000', '141015.175000', '141015.177000', '141015.180000', '141015.183000', '141015.185000', '141015.188000', '141015.190000', '141015.193000', '141015.195000', '141015.198000', '141015.201000', '141015.203000', '141015.206000', '141015.208000', '141015.211000', '141015.214000', '141015.216000', '141015.219000', '141015.221000', '141015.237000', '141015.239000', '141015.242000', '141015.244000', '141015.247000', '141015.249000', '141015.252000', '141015.255000', '141015.257000', '141015.260000', '141015.262000', '141015.265000', '141015.267000', '141015.270000', '141015.273000', '141015.275000', '141015.278000', '141015.280000', '141015.283000', '141015.285000', '141035.162000', '141035.164000', '141035.167000', '141035.170000', '141035.172000', '141035.175000', '141035.178000', '141035.181000', '141035.184000', '141035.187000', '141035.189000', '141035.192000', '141035.195000', '141035.198000', '141035.200000', '141035.203000', '141035.205000', '141035.208000', '141035.211000', '141035.213000', '141035.216000', '141035.219000', '141035.221000', '141035.224000', '141035.226000', '141035.229000', '141035.232000', '141035.234000', '141035.237000', '141035.240000', '141035.242000', '141035.245000', '141035.248000', '141035.251000', '141035.253000', '141035.256000', '141035.258000', '141035.261000', '141035.264000', '141035.266000', '141035.269000', '141035.271000', '141035.274000', '141055.162000', '141055.164000', '141055.167000', '141055.170000', '141055.172000', '141055.175000', '141055.177000', '141055.180000', '141055.183000', '141055.185000', '141055.188000', '141055.190000', '141055.193000', '141055.195000', '141055.198000', '141055.200000', '141055.203000', '141055.206000', '141055.208000', '141055.211000', '141055.213000', '141055.216000', '141055.218000', '141055.221000', '141055.224000', '141055.226000', '141055.229000', '141055.231000', '141055.234000', '141055.237000', '141055.239000', '141055.242000', '141055.244000', '141055.247000', '141055.249000', '141055.252000', '141055.255000', '141055.257000', '141055.260000', '141055.262000', '141055.265000', '141055.268000', '141055.270000', '141055.273000', '141059.512000', '141059.515000', '141059.518000', '141059.520000', '141059.523000', '141059.526000', '141059.528000', '141059.531000', '141059.533000', '141059.536000'], 'InstanceCreationTime': ['140155.250000', '140155.253000', '140155.256000', '140155.258000', '140155.261000', '140155.263000', '140155.266000', '140155.274000', '140155.276000', '140155.284000', '140155.287000', '140155.289000', '140155.292000', '140155.295000', '140155.297000', '140155.300000', '140155.302000', '140155.305000', '140155.307000', '140155.310000', '140155.313000', '140155.315000', '140155.318000', '140155.320000', '140155.323000', '140215.161000', '140215.164000', '140215.168000', '140215.171000', '140215.173000', '140215.176000', '140215.178000', '140215.191000', '140215.193000', '140215.196000', '140215.198000', '140215.201000', '140215.203000', '140215.206000', '140215.209000', '140215.211000', '140215.214000', '140215.216000', '140215.219000', '140215.222000', '140215.224000', '140215.227000', '140215.229000', '140215.232000', '140215.234000', '140215.237000', '140215.239000', '140215.242000', '140215.244000', '140215.247000', '140215.249000', '140215.252000', '140215.255000', '140215.257000', '140215.260000', '140215.262000', '140215.265000', '140215.267000', '140215.270000', '140215.272000', '140215.275000', '140215.277000', '140215.289000', '140215.291000', '140235.162000', '140235.164000', '140235.167000', '140235.169000', '140235.172000', '140235.175000', '140235.177000', '140235.180000', '140235.182000', '140235.185000', '140235.187000', '140235.190000', '140235.193000', '140235.195000', '140235.198000', '140235.200000', '140235.203000', '140235.205000', '140235.208000', '140235.210000', '140235.213000', '140235.216000', '140235.218000', '140235.221000', '140235.223000', '140235.226000', '140235.229000', '140235.232000', '140235.234000', '140235.237000', '140235.240000', '140235.242000', '140235.245000', '140235.247000', '140235.250000', '140235.252000', '140235.255000', '140235.258000', '140235.260000', '140235.263000', '140235.265000', '140235.273000', '140235.276000', '140255.161000', '140255.164000', '140255.167000', '140255.169000', '140255.172000', '140255.174000', '140255.177000', '140255.180000', '140255.182000', '140255.185000', '140255.187000', '140255.190000', '140255.192000', '140255.196000', '140255.198000', '140255.201000', '140255.204000', '140255.206000', '140255.209000', '140255.211000', '140255.214000', '140255.216000', '140255.219000', '140255.221000', '140255.224000', '140255.227000', '140255.229000', '140255.232000', '140255.234000', '140255.237000', '140255.239000', '140255.242000', '140255.245000', '140255.247000', '140255.250000', '140255.252000', '140255.255000', '140255.258000', '140255.260000', '140255.263000', '140255.265000', '140255.268000', '140255.270000', '140255.311000', '140315.161000', '140315.164000', '140315.167000', '140315.170000', '140315.172000', '140315.175000', '140315.177000', '140315.180000', '140315.182000', '140315.185000', '140315.188000', '140315.190000', '140315.193000', '140315.195000', '140315.198000', '140315.201000', '140315.203000', '140315.206000', '140315.208000', '140315.211000', '140315.213000', '140315.216000', '140315.218000', '140315.221000', '140315.224000', '140315.226000', '140315.229000', '140315.231000', '140315.234000', '140315.236000', '140315.239000', '140315.242000', '140315.244000', '140315.247000', '140315.249000', '140315.252000', '140315.254000', '140315.257000', '140315.259000', '140315.262000', '140315.265000', '140315.267000', '140315.270000', '140335.162000', '140335.164000', '140335.167000', '140335.170000', '140335.172000', '140335.175000', '140335.177000', '140335.180000', '140335.182000', '140335.185000', '140335.188000', '140335.190000', '140335.193000', '140335.195000', '140335.198000', '140335.201000', '140335.203000', '140335.206000', '140335.208000', '140335.211000', '140335.214000', '140335.216000', '140335.219000', '140335.221000', '140335.224000', '140335.226000', '140335.229000', '140335.232000', '140335.234000', '140335.237000', '140335.239000', '140335.242000', '140335.244000', '140335.247000', '140335.257000', '140335.260000', '140335.262000', '140335.265000', '140335.267000', '140335.270000', '140335.273000', '140335.275000', '140335.278000', '140355.162000', '140355.165000', '140355.167000', '140355.170000', '140355.172000', '140355.175000', '140355.177000', '140355.180000', '140355.182000', '140355.185000', '140355.188000', '140355.190000', '140355.193000', '140355.195000', '140355.198000', '140355.200000', '140355.203000', '140355.206000', '140355.208000', '140355.211000', '140355.213000', '140355.216000', '140355.218000', '140355.221000', '140355.223000', '140355.226000', '140355.229000', '140355.231000', '140355.234000', '140355.236000', '140355.239000', '140355.241000', '140355.244000', '140355.247000', '140355.249000', '140355.252000', '140355.254000', '140355.257000', '140355.259000', '140355.262000', '140355.265000', '140355.267000', '140355.270000', '140355.272000', '140415.162000', '140415.164000', '140415.167000', '140415.170000', '140415.172000', '140415.175000', '140415.177000', '140415.180000', '140415.182000', '140415.185000', '140415.187000', '140415.190000', '140415.193000', '140415.195000', '140415.198000', '140415.200000', '140415.203000', '140415.205000', '140415.208000', '140415.210000', '140415.213000', '140415.216000', '140415.218000', '140415.221000', '140415.223000', '140415.226000', '140415.229000', '140415.231000', '140415.235000', '140415.237000', '140415.240000', '140415.243000', '140415.245000', '140415.248000', '140415.250000', '140415.253000', '140415.255000', '140415.258000', '140415.260000', '140415.263000', '140415.266000', '140415.268000', '140415.271000', '140435.161000', '140435.164000', '140435.167000', '140435.169000', '140435.172000', '140435.175000', '140435.177000', '140435.180000', '140435.182000', '140435.185000', '140435.187000', '140435.190000', '140435.193000', '140435.195000', '140435.198000', '140435.200000', '140435.203000', '140435.206000', '140435.208000', '140435.211000', '140435.213000', '140435.216000', '140435.218000', '140435.221000', '140435.239000', '140435.242000', '140435.244000', '140435.247000', '140435.249000', '140435.252000', '140435.255000', '140435.257000', '140435.260000', '140435.262000', '140435.265000', '140435.267000', '140435.270000', '140435.272000', '140435.275000', '140435.278000', '140435.280000', '140435.283000', '140435.285000', '140435.288000', '140455.162000', '140455.165000', '140455.168000', '140455.170000', '140455.173000', '140455.176000', '140455.178000', '140455.181000', '140455.183000', '140455.186000', '140455.189000', '140455.191000', '140455.194000', '140455.196000', '140455.199000', '140455.201000', '140455.204000', '140455.207000', '140455.209000', '140455.212000', '140455.215000', '140455.218000', '140455.221000', '140455.223000', '140455.226000', '140455.229000', '140455.231000', '140455.234000', '140455.236000', '140455.239000', '140455.242000', '140455.244000', '140455.247000', '140455.249000', '140455.252000', '140455.254000', '140455.257000', '140455.260000', '140455.262000', '140455.265000', '140455.267000', '140455.270000', '140455.273000', '140515.161000', '140515.164000', '140515.167000', '140515.170000', '140515.172000', '140515.175000', '140515.177000', '140515.180000', '140515.183000', '140515.185000', '140515.188000', '140515.191000', '140515.193000', '140515.196000', '140515.198000', '140515.201000', '140515.204000', '140515.206000', '140515.209000', '140515.211000', '140515.214000', '140515.217000', '140515.219000', '140515.222000', '140515.224000', '140515.227000', '140515.230000', '140515.232000', '140515.235000', '140515.237000', '140515.240000', '140515.243000', '140515.245000', '140515.248000', '140515.250000', '140515.253000', '140515.256000', '140515.258000', '140515.261000', '140515.264000', '140515.266000', '140515.269000', '140515.271000', '140515.274000', '140535.162000', '140535.165000', '140535.167000', '140535.170000', '140535.172000', '140535.175000', '140535.177000', '140535.180000', '140535.183000', '140535.185000', '140535.188000', '140535.190000', '140535.193000', '140535.195000', '140535.198000', '140535.201000', '140535.204000', '140535.206000', '140535.209000', '140535.212000', '140535.215000', '140535.217000', '140535.220000', '140535.222000', '140535.225000', '140535.228000', '140535.230000', '140535.233000', '140535.235000', '140535.238000', '140535.241000', '140535.243000', '140535.246000', '140535.248000', '140535.251000', '140535.253000', '140535.256000', '140535.259000', '140535.261000', '140535.264000', '140535.266000', '140535.269000', '140535.272000', '140555.162000', '140555.165000', '140555.167000', '140555.170000', '140555.172000', '140555.175000', '140555.177000', '140555.180000', '140555.183000', '140555.185000', '140555.188000', '140555.190000', '140555.193000', '140555.195000', '140555.198000', '140555.201000', '140555.203000', '140555.206000', '140555.209000', '140555.211000', '140555.214000', '140555.216000', '140555.219000', '140555.221000', '140555.224000', '140555.227000', '140555.229000', '140555.232000', '140555.234000', '140555.237000', '140555.239000', '140555.242000', '140555.245000', '140555.247000', '140555.250000', '140555.252000', '140555.255000', '140555.258000', '140555.260000', '140555.263000', '140555.265000', '140555.268000', '140555.270000', '140555.273000', '140615.162000', '140615.164000', '140615.167000', '140615.170000', '140615.172000', '140615.208000', '140615.211000', '140615.214000', '140615.216000', '140615.219000', '140615.221000', '140615.224000', '140615.226000', '140615.229000', '140615.231000', '140615.234000', '140615.237000', '140615.239000', '140615.242000', '140615.244000', '140615.247000', '140615.249000', '140615.252000', '140615.254000', '140615.257000', '140615.260000', '140615.262000', '140615.265000', '140615.268000', '140615.271000', '140615.274000', '140615.277000', '140615.279000', '140615.282000', '140615.285000', '140615.287000', '140615.290000', '140615.292000', '140615.295000', '140615.297000', '140615.300000', '140615.303000', '140615.305000', '140635.161000', '140635.164000', '140635.167000', '140635.170000', '140635.172000', '140635.175000', '140635.178000', '140635.180000', '140635.183000', '140635.185000', '140635.188000', '140635.191000', '140635.193000', '140635.196000', '140635.198000', '140635.201000', '140635.203000', '140635.206000', '140635.208000', '140635.211000', '140635.214000', '140635.216000', '140635.219000', '140635.221000', '140635.224000', '140635.226000', '140635.229000', '140635.231000', '140635.234000', '140635.237000', '140635.239000', '140635.242000', '140635.244000', '140635.247000', '140635.250000', '140635.252000', '140635.255000', '140635.257000', '140635.260000', '140635.263000', '140635.265000', '140635.268000', '140635.270000', '140635.273000', '140655.162000', '140655.164000', '140655.167000', '140655.170000', '140655.172000', '140655.175000', '140655.177000', '140655.180000', '140655.182000', '140655.185000', '140655.188000', '140655.190000', '140655.193000', '140655.195000', '140655.198000', '140655.201000', '140655.203000', '140655.206000', '140655.208000', '140655.211000', '140655.213000', '140655.216000', '140655.219000', '140655.221000', '140655.224000', '140655.226000', '140655.229000', '140655.231000', '140655.234000', '140655.237000', '140655.239000', '140655.242000', '140655.244000', '140655.247000', '140655.249000', '140655.252000', '140655.255000', '140655.257000', '140655.260000', '140655.262000', '140655.265000', '140655.267000', '140655.270000', '140715.162000', '140715.165000', '140715.168000', '140715.170000', '140715.173000', '140715.176000', '140715.178000', '140715.181000', '140715.183000', '140715.186000', '140715.188000', '140715.191000', '140715.194000', '140715.196000', '140715.199000', '140715.201000', '140715.204000', '140715.207000', '140715.209000', '140715.212000', '140715.214000', '140715.217000', '140715.219000', '140715.222000', '140715.225000', '140715.227000', '140715.230000', '140715.232000', '140715.237000', '140715.239000', '140715.242000', '140715.245000', '140715.247000', '140715.250000', '140715.252000', '140715.255000', '140715.258000', '140715.260000', '140715.263000', '140715.266000', '140715.268000', '140715.271000', '140715.273000', '140715.276000', '140735.162000', '140735.165000', '140735.167000', '140735.170000', '140735.172000', '140735.175000', '140735.178000', '140735.180000', '140735.183000', '140735.185000', '140735.188000', '140735.190000', '140735.193000', '140735.196000', '140735.198000', '140735.201000', '140735.218000', '140735.221000', '140735.223000', '140735.226000', '140735.228000', '140735.231000', '140735.234000', '140735.237000', '140735.240000', '140735.243000', '140735.246000', '140735.248000', '140735.251000', '140735.254000', '140735.256000', '140735.259000', '140735.261000', '140735.264000', '140735.267000', '140735.269000', '140735.272000', '140735.274000', '140735.277000', '140735.279000', '140735.282000', '140735.284000', '140735.287000', '140755.161000', '140755.164000', '140755.167000', '140755.170000', '140755.172000', '140755.175000', '140755.178000', '140755.180000', '140755.183000', '140755.185000', '140755.188000', '140755.191000', '140755.193000', '140755.196000', '140755.198000', '140755.201000', '140755.204000', '140755.206000', '140755.209000', '140755.212000', '140755.214000', '140755.217000', '140755.219000', '140755.222000', '140755.225000', '140755.227000', '140755.230000', '140755.232000', '140755.235000', '140755.237000', '140755.240000', '140755.243000', '140755.245000', '140755.248000', '140755.250000', '140755.253000', '140755.256000', '140755.258000', '140755.261000', '140755.263000', '140755.266000', '140755.268000', '140755.271000', '140755.273000', '140815.162000', '140815.164000', '140815.167000', '140815.170000', '140815.172000', '140815.175000', '140815.177000', '140815.180000', '140815.183000', '140815.185000', '140815.188000', '140815.190000', '140815.193000', '140815.195000', '140815.198000', '140815.201000', '140815.203000', '140815.206000', '140815.208000', '140815.211000', '140815.213000', '140815.216000', '140815.219000', '140815.221000', '140815.224000', '140815.226000', '140815.229000', '140815.231000', '140815.234000', '140815.237000', '140815.239000', '140815.242000', '140815.244000', '140815.247000', '140815.250000', '140815.252000', '140815.255000', '140815.257000', '140815.260000', '140815.262000', '140815.265000', '140815.267000', '140815.270000', '140835.162000', '140835.165000', '140835.167000', '140835.170000', '140835.172000', '140835.175000', '140835.177000', '140835.180000', '140835.183000', '140835.192000', '140835.195000', '140835.198000', '140835.200000', '140835.203000', '140835.205000', '140835.208000', '140835.211000', '140835.213000', '140835.216000', '140835.218000', '140835.221000', '140835.223000', '140835.226000', '140835.229000', '140835.231000', '140835.234000', '140835.236000', '140835.239000', '140835.242000', '140835.244000', '140835.247000', '140835.249000', '140835.252000', '140835.254000', '140835.257000', '140835.260000', '140835.262000', '140835.265000', '140835.267000', '140835.270000', '140835.272000', '140835.275000', '140835.278000', '140835.280000', '140855.162000', '140855.165000', '140855.167000', '140855.170000', '140855.173000', '140855.175000', '140855.178000', '140855.180000', '140855.183000', '140855.185000', '140855.188000', '140855.191000', '140855.193000', '140855.196000', '140855.198000', '140855.201000', '140855.204000', '140855.206000', '140855.209000', '140855.211000', '140855.214000', '140855.217000', '140855.219000', '140855.222000', '140855.224000', '140855.227000', '140855.230000', '140855.244000', '140855.246000', '140855.249000', '140855.252000', '140855.254000', '140855.257000', '140855.259000', '140855.262000', '140855.265000', '140855.267000', '140855.270000', '140855.272000', '140855.275000', '140855.278000', '140855.280000', '140855.283000', '140915.162000', '140915.164000', '140915.167000', '140915.170000', '140915.172000', '140915.175000', '140915.177000', '140915.180000', '140915.183000', '140915.185000', '140915.188000', '140915.190000', '140915.193000', '140915.195000', '140915.198000', '140915.201000', '140915.203000', '140915.206000', '140915.208000', '140915.211000', '140915.214000', '140915.216000', '140915.219000', '140915.221000', '140915.224000', '140915.226000', '140915.229000', '140915.232000', '140915.234000', '140915.237000', '140915.239000', '140915.242000', '140915.245000', '140915.247000', '140915.250000', '140915.252000', '140915.255000', '140915.257000', '140915.260000', '140915.263000', '140915.265000', '140915.268000', '140915.270000', '140915.273000', '140935.162000', '140935.165000', '140935.168000', '140935.171000', '140935.173000', '140935.176000', '140935.178000', '140935.181000', '140935.183000', '140935.186000', '140935.189000', '140935.191000', '140935.194000', '140935.197000', '140935.199000', '140935.202000', '140935.204000', '140935.207000', '140935.209000', '140935.212000', '140935.215000', '140935.217000', '140935.220000', '140935.222000', '140935.225000', '140935.227000', '140935.230000', '140935.233000', '140935.235000', '140935.238000', '140935.240000', '140935.243000', '140935.245000', '140935.248000', '140935.251000', '140935.253000', '140935.256000', '140935.258000', '140935.261000', '140935.264000', '140935.266000', '140935.269000', '140935.271000', '140955.162000', '140955.164000', '140955.167000', '140955.170000', '140955.173000', '140955.175000', '140955.178000', '140955.181000', '140955.183000', '140955.186000', '140955.188000', '140955.191000', '140955.194000', '140955.196000', '140955.199000', '140955.201000', '140955.204000', '140955.206000', '140955.209000', '140955.212000', '140955.214000', '140955.217000', '140955.219000', '140955.222000', '140955.225000', '140955.227000', '140955.230000', '140955.232000', '140955.235000', '140955.237000', '140955.240000', '140955.243000', '140955.245000', '140955.248000', '140955.250000', '140955.253000', '140955.256000', '140955.258000', '140955.261000', '140955.263000', '140955.266000', '140955.269000', '140955.271000', '141015.162000', '141015.165000', '141015.167000', '141015.170000', '141015.172000', '141015.175000', '141015.177000', '141015.180000', '141015.183000', '141015.185000', '141015.188000', '141015.190000', '141015.193000', '141015.195000', '141015.198000', '141015.201000', '141015.203000', '141015.206000', '141015.208000', '141015.211000', '141015.214000', '141015.216000', '141015.219000', '141015.221000', '141015.237000', '141015.239000', '141015.242000', '141015.244000', '141015.247000', '141015.249000', '141015.252000', '141015.255000', '141015.257000', '141015.260000', '141015.262000', '141015.265000', '141015.267000', '141015.270000', '141015.273000', '141015.275000', '141015.278000', '141015.280000', '141015.283000', '141015.285000', '141035.162000', '141035.164000', '141035.167000', '141035.170000', '141035.172000', '141035.175000', '141035.178000', '141035.181000', '141035.184000', '141035.187000', '141035.189000', '141035.192000', '141035.195000', '141035.198000', '141035.200000', '141035.203000', '141035.205000', '141035.208000', '141035.211000', '141035.213000', '141035.216000', '141035.219000', '141035.221000', '141035.224000', '141035.226000', '141035.229000', '141035.232000', '141035.234000', '141035.237000', '141035.240000', '141035.242000', '141035.245000', '141035.248000', '141035.251000', '141035.253000', '141035.256000', '141035.258000', '141035.261000', '141035.264000', '141035.266000', '141035.269000', '141035.271000', '141035.274000', '141055.162000', '141055.164000', '141055.167000', '141055.170000', '141055.172000', '141055.175000', '141055.177000', '141055.180000', '141055.183000', '141055.185000', '141055.188000', '141055.190000', '141055.193000', '141055.195000', '141055.198000', '141055.200000', '141055.203000', '141055.206000', '141055.208000', '141055.211000', '141055.213000', '141055.216000', '141055.218000', '141055.221000', '141055.224000', '141055.226000', '141055.229000', '141055.231000', '141055.234000', '141055.237000', '141055.239000', '141055.242000', '141055.244000', '141055.247000', '141055.249000', '141055.252000', '141055.255000', '141055.257000', '141055.260000', '141055.262000', '141055.265000', '141055.268000', '141055.270000', '141055.273000', '141059.512000', '141059.515000', '141059.518000', '141059.520000', '141059.523000', '141059.526000', '141059.528000', '141059.531000', '141059.533000', '141059.536000'], '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': [8130, 13049, 9345, 13138, 7829, 10483, 7948, 7965, 16322, 8305, 13903, 8159, 13265, 8964, 11291, 7685, 8316, 8016, 11956, 7112, 7315, 7994, 14674, 10960, 14860, 13577, 13719, 15101, 8835, 17321, 8681, 12131, 8148, 8427, 16894, 8067, 14649, 7703, 10652, 7303, 8125, 12363, 7480, 13571, 7452, 11415, 7306, 8623, 7752, 7576, 15703, 10735, 18644, 8630, 15919, 7423, 11487, 8028, 10743, 7792, 8889, 14421, 9817, 15768, 7783, 13224, 7726, 11404, 10123, 10591, 15915, 9463, 20193, 7694, 14183, 7902, 10809, 8052, 10216, 8284, 7601, 15532, 7793, 13740, 8691, 12715, 8455, 10980, 7265, 8829, 14124, 8367, 19232, 10076, 17669, 8056, 12768, 7453, 11342, 7550, 11472, 8126, 10777, 7644, 7568, 14956, 7635, 13882, 9125, 12308, 7742, 9953, 7570, 8084, 14036, 10282, 17501, 8378, 16549, 9087, 7254, 7570, 7227, 11337, 13361, 9829, 18969, 11983, 15802, 9292, 12117, 10333, 9424, 16164, 9149, 19067, 7321, 13760, 7214, 11107, 7667, 11109, 7319, 8287, 7397, 7481, 14208, 7890, 13230, 8892, 11949, 7611, 9845, 7890, 8559, 11861, 8101, 16390, 7868, 13197, 7718, 11715, 9687, 12063, 13170, 8880, 8820, 7788, 10351, 7834, 12772, 8702, 13544, 7476, 13015, 7607, 12068, 8478, 13654, 11016, 9711, 17458, 7586, 18006, 17442, 20291, 13048, 17224, 9631, 7815, 7601, 7139, 8885, 7633, 12098, 9866, 15342, 10237, 11814, 14953, 12533, 21051, 11377, 15102, 9718, 11628, 9034, 11129, 18622, 14374, 11848, 9041, 12860, 7511, 11901, 7589, 9940, 7337, 8270, 7410, 8847, 7166, 7859, 7349, 8642, 10490, 8169, 16692, 15703, 17039, 9320, 14294, 8246, 12326, 8973, 13153, 9502, 12945, 7538, 7201, 10437, 7692, 12504, 13204, 11523, 18198, 14311, 15451, 10593, 13500, 7396, 9513, 7371, 8584, 8236, 8546, 12481, 7771, 17740, 7830, 13174, 7615, 10964, 7347, 9512, 7253, 7617, 10239, 7403, 11151, 7480, 7648, 7339, 7332, 7559, 9567, 7704, 14104, 9439, 16422, 12363, 15064, 10508, 10791, 18131, 12557, 16482, 10049, 12241, 7401, 9930, 15514, 17117, 9800, 7350, 12296, 7501, 12494, 8459, 11552, 7618, 10227, 7140, 9372, 6919, 12114, 7156, 9272, 7619, 13953, 14017, 13091, 15792, 12542, 18466, 9397, 13189, 10229, 13976, 17039, 13437, 7367, 11802, 7014, 8800, 7459, 10770, 7351, 9776, 7513, 12936, 15859, 12779, 10188, 9460, 8974, 8103, 15993, 11758, 15662, 12544, 14890, 7780, 9267, 7306, 7652, 16039, 8575, 14443, 10023, 13896, 7425, 9791, 15220, 11193, 7864, 8118, 7779, 7618, 14400, 8268, 14439, 13382, 17408, 12245, 14650, 7622, 12826, 7918, 10955, 7658, 8409, 12787, 10482, 17973, 14279, 9516, 9072, 7260, 8276, 7633, 9098, 7497, 14315, 12063, 18588, 8151, 14924, 8119, 15983, 8182, 11764, 8021, 13660, 7882, 12185, 7677, 11379, 7599, 10823, 8280, 7065, 9642, 7261, 13048, 10894, 17196, 13486, 17252, 9080, 9186, 7018, 8845, 12976, 8565, 7558, 7612, 9348, 8213, 14441, 9264, 8458, 7468, 10170, 15130, 7652, 7326, 9528, 18739, 11379, 16612, 12398, 18022, 12022, 15025, 7621, 13297, 8059, 12592, 8088, 12824, 7664, 9935, 7246, 11444, 10951, 13730, 7123, 10622, 7302, 9693, 8310, 8221, 13181, 7962, 16568, 7195, 13129, 7244, 11758, 7600, 15188, 8539, 15546, 7438, 12918, 8384, 10084, 11649, 10101, 10932, 10331, 7509, 15144, 7141, 7704, 7614, 14799, 8972, 15600, 12354, 16447, 9391, 11990, 7318, 7875, 12236, 7649, 14649, 8079, 17716, 7216, 13022, 7226, 10969, 7289, 11173, 7379, 9149, 7910, 7780, 18879, 8390, 16020, 11129, 15413, 7645, 14050, 7260, 12563, 8100, 11611, 8091, 12766, 7854, 13260, 7759, 11685, 8082, 13714, 9903, 15654, 7588, 12721, 7692, 11716, 8258, 13386, 9654, 16582, 7663, 12402, 13862, 8942, 18574, 11656, 14843, 8054, 20641, 7599, 13788, 8083, 15128, 9972, 7405, 7522, 7763, 7625, 16774, 9585, 16417, 11872, 9510, 9701, 7267, 10918, 11375, 8077, 19239, 8703, 18392, 10936, 14838, 7328, 12564, 7197, 10657, 7412, 12078, 7351, 9354, 7398, 8877, 8405, 11109, 7914, 9034, 7468, 8105, 8975, 8755, 8698, 10180, 6954, 8638, 10871, 8168, 14562, 9123, 13370, 9417, 9105, 7519, 8744, 7638, 10082, 9199, 8429, 7793, 7705, 7891, 9386, 9850, 11547, 9068, 10615, 7763, 13636, 8151, 17638, 10356, 14510, 7650, 9418, 7782, 8971, 9438, 7035, 10732, 6994, 11257, 7576, 15646, 10768, 11308, 8194, 10345, 7770, 13803, 10894, 19259, 17100, 12268, 9498, 7370, 7812, 9637, 14085, 7385, 7221, 11020, 8750, 15165, 16646, 18930, 12805, 18961, 10113, 11606, 9761, 8189, 14598, 13917, 7184, 10371, 7017, 10005, 7161, 9793, 10851, 9888, 13480, 9993, 7091, 9163, 7344, 11522, 7651, 14015, 8192, 14672, 8184, 14632, 9649, 14035, 7517, 10803, 7766, 9946, 7343, 12084, 7713, 11983, 7627, 11430, 8196, 12674, 9403, 14232, 7866, 14146, 8486, 13628, 9757, 15642, 7845, 12196, 7649, 10743, 7582, 10429, 7119, 9756, 7465, 7254, 7377, 13622, 8485, 12126, 7303, 9640, 7223, 7836, 11708, 7372, 12587, 8029, 9540, 18038, 9596, 10222, 7452, 13156, 8041, 12695, 9022, 9678, 7308, 7174, 11468, 8711, 7307, 13399, 14753, 10603, 22846, 12398, 18093, 13562, 18675, 10450, 15149, 7382, 14178, 7540, 11700, 7346, 11367, 7556, 10046, 7565, 8698, 6959, 9491, 7723, 10276, 7966, 11425, 7622, 9666, 9394, 8895, 17315, 10417, 19800, 11390, 17017, 7679, 14325, 7977, 12188, 8344, 11791, 7491, 9957, 7331, 8484, 12321, 8516, 12095, 8523, 9291, 7509, 15711, 7545, 12591, 8570, 13158, 8289, 12451, 7688, 11652, 7793, 11837, 9141, 14945, 8503, 10651, 7862, 9079, 7535, 8737, 7701, 13179, 7374, 12302, 7452, 10511, 8311, 9979, 7741, 13474, 7250, 11847, 7349, 11260, 7861, 12939, 9652, 15141, 7524, 11212, 8154, 10581, 7424, 13871, 11115, 16843, 7566, 14138, 8379, 12051, 14380, 10596, 16454, 10333, 7690, 8235, 7315, 8326, 11797, 9055, 10077, 11316, 7057, 10618, 7592, 11727, 7413, 7286, 11290, 12506, 12156, 15601, 11874, 14043, 8144, 17507, 10507, 15527, 9806, 10966, 7762, 10755, 7813, 15040, 9062, 14016, 8062, 12564, 7572, 12908, 7830, 12241, 8665, 8146, 7807, 9442, 7618, 11714, 9024, 12061, 10964, 7524, 10451, 7634, 10320, 7579, 16106, 10109, 16492, 7603, 12366, 7642, 12571, 9209, 17079, 10230, 13499, 7512, 15120, 7565, 13429, 10185, 16047, 9181, 13903, 7945, 13950, 8186, 13361, 9245, 15680, 8109, 13471, 7749, 11863, 7984, 12145, 8604, 14060, 7479, 11361, 7442, 10128, 7419, 10744, 7761, 11317, 7340, 9305, 7431, 8981, 9208, 9469, 14184, 10733, 7541, 8445, 10768, 7671, 13347, 8144, 12795, 8991, 12194, 7658, 13302, 7898, 13403, 9566, 13885, 9782, 13029, 7911, 12851, 7700, 12323, 8503, 13163, 7959, 11730, 8175, 10809, 7421, 10064, 7517, 13743, 7303, 12605, 7715, 11692, 7409, 12035, 8508, 14432, 7396, 12013, 7066, 10421, 9855, 16300, 10593, 19526, 7682, 7288, 8854, 10241, 11262, 12954, 14303, 7567, 11882, 7439, 9388, 15204, 13176, 7872, 10448, 7304, 11938, 7680, 18578, 11745, 7740, 9577, 7024, 12750, 14627, 15281, 15995, 13671, 11082, 8665, 13007, 9636, 11089, 14559, 7694, 16104, 7315, 12065, 7871, 14303, 8078, 14362, 7531, 13230, 7617, 12505, 8685, 14636, 10039, 13493, 7754, 9318, 9405, 7621, 15791, 8843, 15206, 8465, 7556, 7473, 15322, 11100, 9333, 8320, 7391, 9186, 7362, 8631, 12985, 10014, 14846, 9790, 13247, 7838, 18205, 8918, 14330, 10770, 17807, 7658, 13265, 7657, 11367, 7843, 11858, 7519, 10210, 7115, 7948, 9885, 7678, 12424, 9408, 14595, 7754, 16144, 7770, 13651, 7753, 12462, 8823, 13419, 7670, 13445, 7671, 12261, 8427, 14197, 9637, 8992, 7886, 15339, 12493, 19904, 16191, 16406, 11455, 8863, 12208, 8279, 13823, 11323, 10601, 10207, 16503, 8327, 7484, 7890, 7752, 12133, 11495, 9166, 20019, 10995, 14747, 11632, 14536, 7379, 7391, 7319, 7330, 7774, 7819, 11086, 7286, 10394, 7498, 10182, 15605, 15837, 9582, 13438, 7950, 13333, 8142, 14074, 7652, 12413, 7653, 16733, 14849, 17701, 7629, 10654, 7595, 10745, 7781, 11650, 8898, 16862, 12208, 16266, 8601, 14703, 7614, 12093, 9630, 10618, 7616, 7505, 11269, 8246, 8328, 10502, 9784, 8568, 14617, 8440, 18680, 9592, 17546, 9127, 12568, 7682, 10619, 18364, 18762, 16143, 9844, 10009, 7492, 10691, 8158, 8437, 12565, 7891, 7282, 8801, 9627, 9530, 11119, 9890, 6987, 15487, 10462, 11115, 8173, 7360, 14045, 9411, 15296, 9553, 13320, 8938, 12032], 'WindowCenter': [4391.0, 4431.0, 4365.0, 4400.0, 4327.0, 4353.0, 4310.0, 4308.0, 4380.0, 4307.0, 4355.0, 4295.0, 4355.0, 4317.0, 4346.0, 4313.0, 4326.0, 4327.0, 4372.0, 4317.0, 4315.0, 4325.0, 4380.0, 4342.0, 4370.0, 4361.0, 4359.0, 4371.0, 4317.0, 4377.0, 4305.0, 4346.0, 4293.0, 4305.0, 4375.0, 4296.0, 4366.0, 4298.0, 4323.0, 4283.0, 4293.0, 4344.0, 4288.0, 4355.0, 4297.0, 4347.0, 4298.0, 4317.0, 4308.0, 4308.0, 4391.0, 4353.0, 4413.0, 4332.0, 4403.0, 4312.0, 4361.0, 4311.0, 4348.0, 4312.0, 4330.0, 4381.0, 4340.0, 4390.0, 4308.0, 4362.0, 4299.0, 4348.0, 4336.0, 4338.0, 4378.0, 4326.0, 4410.0, 4297.0, 4365.0, 4306.0, 4334.0, 4304.0, 4337.0, 4309.0, 4306.0, 4378.0, 4297.0, 4366.0, 4319.0, 4359.0, 4308.0, 4337.0, 4299.0, 4315.0, 4366.0, 4305.0, 4399.0, 4339.0, 4399.0, 4306.0, 4356.0, 4296.0, 4345.0, 4308.0, 4346.0, 4307.0, 4339.0, 4295.0, 4307.0, 4366.0, 4295.0, 4367.0, 4327.0, 4347.0, 4306.0, 4325.0, 4295.0, 4305.0, 4368.0, 4338.0, 4400.0, 4320.0, 4393.0, 4331.0, 4310.0, 4312.0, 4312.0, 4361.0, 4372.0, 4340.0, 4403.0, 4349.0, 4378.0, 4321.0, 4347.0, 4325.0, 4316.0, 4379.0, 4314.0, 4395.0, 4283.0, 4353.0, 4284.0, 4335.0, 4295.0, 4348.0, 4286.0, 4306.0, 4301.0, 4296.0, 4366.0, 4308.0, 4367.0, 4317.0, 4345.0, 4298.0, 4329.0, 4306.0, 4316.0, 4348.0, 4309.0, 4388.0, 4307.0, 4355.0, 4296.0, 4346.0, 4326.0, 4358.0, 4357.0, 4317.0, 4316.0, 4295.0, 4325.0, 4297.0, 4359.0, 4318.0, 4368.0, 4298.0, 4367.0, 4309.0, 4358.0, 4308.0, 4369.0, 4338.0, 4326.0, 4391.0, 4334.0, 4418.0, 4426.0, 4429.0, 4376.0, 4405.0, 4330.0, 4309.0, 4323.0, 4301.0, 4330.0, 4320.0, 4371.0, 4342.0, 4381.0, 4340.0, 4350.0, 4368.0, 4348.0, 4397.0, 4335.0, 4353.0, 4302.0, 4322.0, 4317.0, 4350.0, 4399.0, 4366.0, 4332.0, 4303.0, 4332.0, 4270.0, 4320.0, 4281.0, 4316.0, 4281.0, 4303.0, 4285.0, 4314.0, 4275.0, 4292.0, 4283.0, 4304.0, 4335.0, 4333.0, 4392.0, 4380.0, 4405.0, 4330.0, 4371.0, 4321.0, 4358.0, 4330.0, 4382.0, 4333.0, 4364.0, 4301.0, 4298.0, 4338.0, 4310.0, 4361.0, 4364.0, 4348.0, 4390.0, 4367.0, 4366.0, 4325.0, 4343.0, 4285.0, 4316.0, 4282.0, 4292.0, 4293.0, 4305.0, 4345.0, 4293.0, 4387.0, 4299.0, 4343.0, 4293.0, 4323.0, 4283.0, 4315.0, 4286.0, 4294.0, 4324.0, 4296.0, 4338.0, 4295.0, 4298.0, 4297.0, 4298.0, 4309.0, 4339.0, 4311.0, 4382.0, 4358.0, 4419.0, 4376.0, 4382.0, 4352.0, 4352.0, 4403.0, 4362.0, 4391.0, 4329.0, 4348.0, 4297.0, 4341.0, 4410.0, 4405.0, 4342.0, 4310.0, 4363.0, 4298.0, 4348.0, 4307.0, 4351.0, 4299.0, 4338.0, 4303.0, 4330.0, 4301.0, 4365.0, 4305.0, 4330.0, 4310.0, 4385.0, 4369.0, 4361.0, 4367.0, 4346.0, 4387.0, 4320.0, 4371.0, 4341.0, 4382.0, 4404.0, 4368.0, 4300.0, 4371.0, 4300.0, 4331.0, 4313.0, 4363.0, 4311.0, 4351.0, 4325.0, 4388.0, 4406.0, 4372.0, 4339.0, 4341.0, 4330.0, 4321.0, 4381.0, 4350.0, 4383.0, 4358.0, 4365.0, 4296.0, 4314.0, 4284.0, 4297.0, 4377.0, 4305.0, 4365.0, 4325.0, 4354.0, 4288.0, 4325.0, 4364.0, 4322.0, 4285.0, 4292.0, 4285.0, 4286.0, 4354.0, 4304.0, 4370.0, 4357.0, 4394.0, 4348.0, 4354.0, 4283.0, 4342.0, 4295.0, 4324.0, 4294.0, 4305.0, 4357.0, 4325.0, 4389.0, 4361.0, 4314.0, 4315.0, 4285.0, 4309.0, 4294.0, 4314.0, 4285.0, 4365.0, 4365.0, 4409.0, 4307.0, 4366.0, 4296.0, 4379.0, 4309.0, 4336.0, 4294.0, 4355.0, 4282.0, 4332.0, 4296.0, 4338.0, 4305.0, 4347.0, 4307.0, 4287.0, 4330.0, 4308.0, 4363.0, 4347.0, 4381.0, 4344.0, 4367.0, 4297.0, 4301.0, 4277.0, 4302.0, 4344.0, 4298.0, 4281.0, 4286.0, 4305.0, 4293.0, 4367.0, 4317.0, 4302.0, 4283.0, 4337.0, 4370.0, 4305.0, 4300.0, 4330.0, 4392.0, 4336.0, 4376.0, 4356.0, 4386.0, 4340.0, 4355.0, 4285.0, 4348.0, 4284.0, 4347.0, 4304.0, 4345.0, 4293.0, 4313.0, 4285.0, 4336.0, 4337.0, 4356.0, 4297.0, 4326.0, 4291.0, 4316.0, 4305.0, 4311.0, 4358.0, 4296.0, 4377.0, 4287.0, 4356.0, 4306.0, 4348.0, 4311.0, 4387.0, 4320.0, 4378.0, 4308.0, 4357.0, 4306.0, 4340.0, 4356.0, 4332.0, 4352.0, 4342.0, 4298.0, 4391.0, 4301.0, 4313.0, 4317.0, 4389.0, 4329.0, 4388.0, 4368.0, 4384.0, 4323.0, 4347.0, 4289.0, 4306.0, 4353.0, 4298.0, 4367.0, 4296.0, 4387.0, 4290.0, 4355.0, 4287.0, 4337.0, 4291.0, 4349.0, 4286.0, 4316.0, 4294.0, 4305.0, 4397.0, 4311.0, 4378.0, 4348.0, 4366.0, 4296.0, 4357.0, 4296.0, 4366.0, 4307.0, 4338.0, 4321.0, 4360.0, 4310.0, 4362.0, 4314.0, 4361.0, 4309.0, 4369.0, 4340.0, 4387.0, 4298.0, 4357.0, 4309.0, 4350.0, 4319.0, 4371.0, 4339.0, 4389.0, 4299.0, 4347.0, 4357.0, 4316.0, 4389.0, 4336.0, 4367.0, 4295.0, 4397.0, 4305.0, 4356.0, 4297.0, 4377.0, 4332.0, 4296.0, 4300.0, 4296.0, 4299.0, 4391.0, 4329.0, 4390.0, 4354.0, 4320.0, 4317.0, 4304.0, 4338.0, 4339.0, 4301.0, 4393.0, 4310.0, 4388.0, 4326.0, 4365.0, 4284.0, 4345.0, 4285.0, 4324.0, 4288.0, 4344.0, 4285.0, 4313.0, 4284.0, 4304.0, 4305.0, 4340.0, 4294.0, 4303.0, 4287.0, 4293.0, 4306.0, 4308.0, 4310.0, 4325.0, 4277.0, 4304.0, 4336.0, 4305.0, 4367.0, 4315.0, 4357.0, 4318.0, 4304.0, 4286.0, 4309.0, 4299.0, 4328.0, 4316.0, 4308.0, 4295.0, 4295.0, 4309.0, 4332.0, 4327.0, 4347.0, 4317.0, 4325.0, 4296.0, 4380.0, 4308.0, 4389.0, 4332.0, 4367.0, 4300.0, 4321.0, 4298.0, 4317.0, 4318.0, 4286.0, 4336.0, 4292.0, 4350.0, 4333.0, 4395.0, 4364.0, 4351.0, 4322.0, 4337.0, 4297.0, 4370.0, 4351.0, 4415.0, 4407.0, 4351.0, 4328.0, 4303.0, 4323.0, 4342.0, 4388.0, 4309.0, 4304.0, 4350.0, 4311.0, 4380.0, 4381.0, 4398.0, 4347.0, 4387.0, 4319.0, 4326.0, 4322.0, 4294.0, 4357.0, 4357.0, 4273.0, 4314.0, 4272.0, 4320.0, 4272.0, 4314.0, 4344.0, 4327.0, 4371.0, 4328.0, 4274.0, 4304.0, 4288.0, 4336.0, 4281.0, 4359.0, 4306.0, 4366.0, 4308.0, 4380.0, 4332.0, 4356.0, 4285.0, 4339.0, 4300.0, 4340.0, 4297.0, 4360.0, 4301.0, 4345.0, 4297.0, 4349.0, 4308.0, 4362.0, 4320.0, 4370.0, 4310.0, 4359.0, 4305.0, 4358.0, 4316.0, 4367.0, 4286.0, 4346.0, 4302.0, 4321.0, 4287.0, 4320.0, 4261.0, 4288.0, 4258.0, 4258.0, 4256.0, 4341.0, 4281.0, 4333.0, 4271.0, 4296.0, 4258.0, 4282.0, 4338.0, 4282.0, 4360.0, 4311.0, 4338.0, 4403.0, 4344.0, 4329.0, 4322.0, 4380.0, 4324.0, 4374.0, 4356.0, 4365.0, 4332.0, 4305.0, 4350.0, 4323.0, 4300.0, 4371.0, 4372.0, 4339.0, 4412.0, 4349.0, 4403.0, 4358.0, 4392.0, 4326.0, 4372.0, 4288.0, 4355.0, 4304.0, 4346.0, 4297.0, 4348.0, 4298.0, 4326.0, 4301.0, 4304.0, 4285.0, 4326.0, 4309.0, 4340.0, 4307.0, 4347.0, 4300.0, 4327.0, 4317.0, 4318.0, 4391.0, 4337.0, 4410.0, 4346.0, 4379.0, 4298.0, 4368.0, 4298.0, 4345.0, 4306.0, 4348.0, 4298.0, 4337.0, 4297.0, 4316.0, 4358.0, 4317.0, 4360.0, 4319.0, 4341.0, 4309.0, 4379.0, 4309.0, 4360.0, 4319.0, 4370.0, 4319.0, 4360.0, 4310.0, 4349.0, 4309.0, 4349.0, 4328.0, 4381.0, 4320.0, 4338.0, 4308.0, 4317.0, 4299.0, 4321.0, 4308.0, 4371.0, 4300.0, 4359.0, 4298.0, 4339.0, 4318.0, 4339.0, 4309.0, 4368.0, 4302.0, 4347.0, 4299.0, 4348.0, 4308.0, 4358.0, 4340.0, 4379.0, 4309.0, 4348.0, 4312.0, 4337.0, 4298.0, 4371.0, 4351.0, 4391.0, 4310.0, 4370.0, 4322.0, 4362.0, 4367.0, 4327.0, 4380.0, 4326.0, 4294.0, 4305.0, 4284.0, 4306.0, 4347.0, 4316.0, 4327.0, 4349.0, 4301.0, 4354.0, 4310.0, 4362.0, 4311.0, 4312.0, 4362.0, 4371.0, 4362.0, 4383.0, 4348.0, 4369.0, 4309.0, 4389.0, 4338.0, 4379.0, 4327.0, 4336.0, 4298.0, 4335.0, 4296.0, 4367.0, 4320.0, 4370.0, 4306.0, 4358.0, 4299.0, 4358.0, 4296.0, 4349.0, 4319.0, 4307.0, 4311.0, 4328.0, 4309.0, 4348.0, 4318.0, 4363.0, 4350.0, 4309.0, 4339.0, 4298.0, 4340.0, 4296.0, 4391.0, 4338.0, 4391.0, 4309.0, 4358.0, 4299.0, 4347.0, 4327.0, 4392.0, 4339.0, 4370.0, 4298.0, 4378.0, 4297.0, 4356.0, 4339.0, 4378.0, 4317.0, 4368.0, 4307.0, 4367.0, 4306.0, 4356.0, 4317.0, 4367.0, 4295.0, 4355.0, 4294.0, 4334.0, 4294.0, 4346.0, 4305.0, 4356.0, 4287.0, 4334.0, 4286.0, 4325.0, 4284.0, 4333.0, 4293.0, 4333.0, 4284.0, 4315.0, 4283.0, 4316.0, 4319.0, 4325.0, 4369.0, 4338.0, 4297.0, 4305.0, 4335.0, 4295.0, 4356.0, 4307.0, 4359.0, 4317.0, 4356.0, 4308.0, 4370.0, 4308.0, 4357.0, 4328.0, 4370.0, 4328.0, 4361.0, 4308.0, 4356.0, 4298.0, 4358.0, 4317.0, 4370.0, 4308.0, 4349.0, 4317.0, 4337.0, 4298.0, 4327.0, 4296.0, 4369.0, 4298.0, 4357.0, 4310.0, 4347.0, 4299.0, 4357.0, 4318.0, 4368.0, 4298.0, 4358.0, 4287.0, 4339.0, 4340.0, 4406.0, 4341.0, 4415.0, 4311.0, 4311.0, 4330.0, 4341.0, 4349.0, 4358.0, 4368.0, 4308.0, 4349.0, 4296.0, 4316.0, 4377.0, 4359.0, 4297.0, 4338.0, 4301.0, 4355.0, 4318.0, 4409.0, 4366.0, 4310.0, 4333.0, 4301.0, 4363.0, 4370.0, 4373.0, 4381.0, 4356.0, 4342.0, 4307.0, 4345.0, 4317.0, 4343.0, 4378.0, 4299.0, 4396.0, 4310.0, 4363.0, 4310.0, 4369.0, 4300.0, 4377.0, 4300.0, 4357.0, 4297.0, 4347.0, 4307.0, 4368.0, 4316.0, 4356.0, 4289.0, 4304.0, 4304.0, 4285.0, 4365.0, 4304.0, 4367.0, 4292.0, 4283.0, 4296.0, 4378.0, 4354.0, 4319.0, 4306.0, 4299.0, 4331.0, 4296.0, 4306.0, 4357.0, 4326.0, 4369.0, 4316.0, 4352.0, 4285.0, 4379.0, 4304.0, 4358.0, 4340.0, 4386.0, 4285.0, 4343.0, 4282.0, 4322.0, 4286.0, 4334.0, 4273.0, 4313.0, 4278.0, 4294.0, 4316.0, 4286.0, 4344.0, 4317.0, 4356.0, 4283.0, 4367.0, 4283.0, 4345.0, 4286.0, 4344.0, 4318.0, 4356.0, 4295.0, 4355.0, 4295.0, 4346.0, 4306.0, 4368.0, 4317.0, 4320.0, 4306.0, 4381.0, 4364.0, 4415.0, 4391.0, 4396.0, 4364.0, 4323.0, 4361.0, 4308.0, 4359.0, 4350.0, 4340.0, 4328.0, 4378.0, 4309.0, 4286.0, 4294.0, 4285.0, 4347.0, 4348.0, 4318.0, 4399.0, 4326.0, 4359.0, 4324.0, 4354.0, 4275.0, 4274.0, 4283.0, 4286.0, 4295.0, 4301.0, 4337.0, 4286.0, 4326.0, 4284.0, 4341.0, 4393.0, 4384.0, 4316.0, 4345.0, 4299.0, 4356.0, 4295.0, 4356.0, 4285.0, 4336.0, 4297.0, 4391.0, 4369.0, 4391.0, 4296.0, 4336.0, 4312.0, 4336.0, 4300.0, 4347.0, 4317.0, 4392.0, 4348.0, 4379.0, 4308.0, 4355.0, 4296.0, 4358.0, 4323.0, 4325.0, 4288.0, 4297.0, 4338.0, 4319.0, 4307.0, 4325.0, 4330.0, 4307.0, 4357.0, 4294.0, 4387.0, 4314.0, 4375.0, 4305.0, 4335.0, 4282.0, 4325.0, 4405.0, 4392.0, 4379.0, 4341.0, 4328.0, 4314.0, 4353.0, 4323.0, 4324.0, 4348.0, 4307.0, 4298.0, 4333.0, 4344.0, 4343.0, 4338.0, 4306.0, 4262.0, 4341.0, 4295.0, 4313.0, 4262.0, 4271.0, 4346.0, 4309.0, 4356.0, 4297.0, 4328.0, 4285.0, 4313.0], 'WindowWidth': [9739.0, 9768.0, 9664.0, 9698.0, 9596.0, 9620.0, 9556.0, 9550.0, 9647.0, 9542.0, 9606.0, 9525.0, 9606.0, 9558.0, 9593.0, 9558.0, 9580.0, 9584.0, 9640.0, 9570.0, 9565.0, 9577.0, 9648.0, 9592.0, 9632.0, 9616.0, 9612.0, 9629.0, 9553.0, 9638.0, 9535.0, 9592.0, 9517.0, 9534.0, 9631.0, 9522.0, 9619.0, 9527.0, 9559.0, 9505.0, 9519.0, 9589.0, 9516.0, 9604.0, 9528.0, 9598.0, 9532.0, 9554.0, 9547.0, 9548.0, 9665.0, 9614.0, 9698.0, 9585.0, 9683.0, 9561.0, 9622.0, 9554.0, 9601.0, 9554.0, 9579.0, 9650.0, 9592.0, 9662.0, 9548.0, 9621.0, 9534.0, 9599.0, 9580.0, 9585.0, 9640.0, 9568.0, 9689.0, 9528.0, 9619.0, 9538.0, 9577.0, 9537.0, 9581.0, 9544.0, 9541.0, 9639.0, 9528.0, 9624.0, 9562.0, 9616.0, 9545.0, 9584.0, 9534.0, 9553.0, 9620.0, 9539.0, 9672.0, 9588.0, 9672.0, 9542.0, 9608.0, 9527.0, 9592.0, 9545.0, 9595.0, 9545.0, 9586.0, 9527.0, 9543.0, 9622.0, 9525.0, 9625.0, 9571.0, 9597.0, 9542.0, 9566.0, 9524.0, 9539.0, 9625.0, 9589.0, 9677.0, 9567.0, 9667.0, 9578.0, 9551.0, 9555.0, 9560.0, 9624.0, 9636.0, 9592.0, 9682.0, 9600.0, 9641.0, 9562.0, 9596.0, 9563.0, 9550.0, 9642.0, 9546.0, 9661.0, 9506.0, 9600.0, 9509.0, 9577.0, 9525.0, 9600.0, 9512.0, 9540.0, 9535.0, 9529.0, 9624.0, 9545.0, 9626.0, 9557.0, 9592.0, 9531.0, 9573.0, 9541.0, 9555.0, 9598.0, 9546.0, 9654.0, 9545.0, 9607.0, 9528.0, 9596.0, 9568.0, 9616.0, 9611.0, 9554.0, 9554.0, 9526.0, 9565.0, 9529.0, 9616.0, 9560.0, 9627.0, 9534.0, 9626.0, 9548.0, 9613.0, 9548.0, 9632.0, 9584.0, 9568.0, 9663.0, 9600.0, 9723.0, 9760.0, 9739.0, 9651.0, 9686.0, 9579.0, 9549.0, 9575.0, 9544.0, 9581.0, 9567.0, 9637.0, 9598.0, 9649.0, 9590.0, 9604.0, 9627.0, 9597.0, 9668.0, 9573.0, 9597.0, 9526.0, 9555.0, 9559.0, 9603.0, 9674.0, 9620.0, 9568.0, 9526.0, 9566.0, 9481.0, 9548.0, 9498.0, 9547.0, 9499.0, 9531.0, 9512.0, 9548.0, 9493.0, 9514.0, 9506.0, 9533.0, 9576.0, 9587.0, 9671.0, 9646.0, 9686.0, 9579.0, 9630.0, 9565.0, 9612.0, 9578.0, 9652.0, 9579.0, 9620.0, 9535.0, 9533.0, 9583.0, 9547.0, 9618.0, 9621.0, 9596.0, 9659.0, 9620.0, 9620.0, 9560.0, 9582.0, 9506.0, 9547.0, 9501.0, 9513.0, 9517.0, 9533.0, 9588.0, 9517.0, 9649.0, 9527.0, 9584.0, 9518.0, 9557.0, 9504.0, 9546.0, 9510.0, 9520.0, 9558.0, 9525.0, 9582.0, 9524.0, 9531.0, 9531.0, 9534.0, 9552.0, 9590.0, 9556.0, 9653.0, 9629.0, 9717.0, 9649.0, 9653.0, 9610.0, 9610.0, 9679.0, 9621.0, 9664.0, 9571.0, 9600.0, 9527.0, 9591.0, 9699.0, 9694.0, 9594.0, 9554.0, 9622.0, 9531.0, 9595.0, 9543.0, 9603.0, 9532.0, 9585.0, 9543.0, 9577.0, 9538.0, 9629.0, 9550.0, 9578.0, 9553.0, 9657.0, 9626.0, 9614.0, 9623.0, 9594.0, 9653.0, 9557.0, 9636.0, 9596.0, 9658.0, 9687.0, 9627.0, 9538.0, 9637.0, 9541.0, 9583.0, 9558.0, 9628.0, 9556.0, 9608.0, 9582.0, 9667.0, 9692.0, 9639.0, 9588.0, 9595.0, 9580.0, 9566.0, 9649.0, 9604.0, 9656.0, 9611.0, 9619.0, 9526.0, 9546.0, 9507.0, 9525.0, 9636.0, 9537.0, 9619.0, 9562.0, 9602.0, 9516.0, 9563.0, 9612.0, 9554.0, 9506.0, 9513.0, 9504.0, 9508.0, 9602.0, 9533.0, 9628.0, 9606.0, 9671.0, 9595.0, 9599.0, 9502.0, 9580.0, 9520.0, 9559.0, 9519.0, 9537.0, 9611.0, 9563.0, 9657.0, 9615.0, 9545.0, 9548.0, 9508.0, 9544.0, 9522.0, 9547.0, 9511.0, 9617.0, 9628.0, 9692.0, 9543.0, 9620.0, 9523.0, 9638.0, 9543.0, 9575.0, 9521.0, 9600.0, 9500.0, 9568.0, 9527.0, 9581.0, 9544.0, 9598.0, 9542.0, 9516.0, 9573.0, 9551.0, 9619.0, 9598.0, 9643.0, 9585.0, 9616.0, 9521.0, 9524.0, 9495.0, 9526.0, 9585.0, 9523.0, 9498.0, 9505.0, 9532.0, 9516.0, 9622.0, 9554.0, 9536.0, 9507.0, 9584.0, 9624.0, 9544.0, 9532.0, 9573.0, 9658.0, 9572.0, 9635.0, 9606.0, 9649.0, 9581.0, 9599.0, 9507.0, 9589.0, 9505.0, 9589.0, 9538.0, 9585.0, 9521.0, 9541.0, 9508.0, 9576.0, 9580.0, 9604.0, 9533.0, 9564.0, 9520.0, 9549.0, 9536.0, 9546.0, 9608.0, 9524.0, 9635.0, 9513.0, 9604.0, 9546.0, 9597.0, 9553.0, 9661.0, 9564.0, 9638.0, 9550.0, 9610.0, 9538.0, 9589.0, 9616.0, 9576.0, 9610.0, 9593.0, 9536.0, 9668.0, 9540.0, 9555.0, 9563.0, 9660.0, 9578.0, 9659.0, 9628.0, 9652.0, 9563.0, 9592.0, 9515.0, 9542.0, 9606.0, 9531.0, 9623.0, 9526.0, 9648.0, 9517.0, 9601.0, 9515.0, 9582.0, 9521.0, 9599.0, 9511.0, 9550.0, 9519.0, 9540.0, 9665.0, 9546.0, 9638.0, 9600.0, 9620.0, 9526.0, 9607.0, 9527.0, 9626.0, 9543.0, 9582.0, 9568.0, 9615.0, 9551.0, 9620.0, 9558.0, 9620.0, 9551.0, 9630.0, 9591.0, 9657.0, 9531.0, 9607.0, 9548.0, 9604.0, 9562.0, 9633.0, 9593.0, 9655.0, 9534.0, 9595.0, 9608.0, 9552.0, 9656.0, 9578.0, 9622.0, 9522.0, 9665.0, 9540.0, 9606.0, 9528.0, 9636.0, 9581.0, 9526.0, 9532.0, 9524.0, 9531.0, 9659.0, 9576.0, 9660.0, 9611.0, 9559.0, 9553.0, 9543.0, 9585.0, 9584.0, 9532.0, 9664.0, 9545.0, 9654.0, 9563.0, 9616.0, 9507.0, 9587.0, 9509.0, 9559.0, 9514.0, 9584.0, 9508.0, 9543.0, 9507.0, 9533.0, 9535.0, 9585.0, 9519.0, 9530.0, 9510.0, 9516.0, 9538.0, 9538.0, 9546.0, 9561.0, 9498.0, 9532.0, 9577.0, 9536.0, 9623.0, 9549.0, 9609.0, 9552.0, 9532.0, 9509.0, 9544.0, 9531.0, 9569.0, 9551.0, 9541.0, 9522.0, 9524.0, 9550.0, 9582.0, 9568.0, 9595.0, 9552.0, 9563.0, 9525.0, 9646.0, 9546.0, 9656.0, 9577.0, 9621.0, 9533.0, 9562.0, 9531.0, 9555.0, 9556.0, 9514.0, 9580.0, 9526.0, 9603.0, 9593.0, 9674.0, 9631.0, 9607.0, 9566.0, 9583.0, 9528.0, 9631.0, 9608.0, 9707.0, 9691.0, 9603.0, 9571.0, 9541.0, 9576.0, 9601.0, 9661.0, 9552.0, 9545.0, 9601.0, 9549.0, 9644.0, 9645.0, 9680.0, 9593.0, 9649.0, 9554.0, 9561.0, 9559.0, 9516.0, 9604.0, 9607.0, 9487.0, 9540.0, 9485.0, 9552.0, 9487.0, 9543.0, 9592.0, 9567.0, 9633.0, 9568.0, 9492.0, 9529.0, 9512.0, 9570.0, 9495.0, 9606.0, 9538.0, 9619.0, 9544.0, 9646.0, 9581.0, 9605.0, 9511.0, 9585.0, 9536.0, 9594.0, 9532.0, 9616.0, 9537.0, 9590.0, 9527.0, 9596.0, 9544.0, 9618.0, 9561.0, 9627.0, 9547.0, 9610.0, 9534.0, 9607.0, 9551.0, 9619.0, 9507.0, 9593.0, 9539.0, 9549.0, 9510.0, 9553.0, 9468.0, 9497.0, 9457.0, 9457.0, 9455.0, 9574.0, 9490.0, 9565.0, 9479.0, 9508.0, 9460.0, 9500.0, 9577.0, 9498.0, 9614.0, 9548.0, 9588.0, 9683.0, 9599.0, 9569.0, 9576.0, 9649.0, 9577.0, 9641.0, 9628.0, 9638.0, 9596.0, 9548.0, 9600.0, 9568.0, 9536.0, 9633.0, 9631.0, 9583.0, 9692.0, 9597.0, 9677.0, 9611.0, 9660.0, 9564.0, 9630.0, 9515.0, 9600.0, 9539.0, 9591.0, 9528.0, 9597.0, 9529.0, 9565.0, 9534.0, 9534.0, 9509.0, 9563.0, 9551.0, 9587.0, 9542.0, 9594.0, 9534.0, 9567.0, 9553.0, 9556.0, 9659.0, 9582.0, 9690.0, 9591.0, 9639.0, 9529.0, 9622.0, 9528.0, 9587.0, 9540.0, 9595.0, 9533.0, 9582.0, 9532.0, 9554.0, 9609.0, 9555.0, 9618.0, 9563.0, 9598.0, 9549.0, 9642.0, 9548.0, 9616.0, 9562.0, 9632.0, 9561.0, 9617.0, 9551.0, 9602.0, 9547.0, 9601.0, 9572.0, 9648.0, 9561.0, 9583.0, 9546.0, 9555.0, 9533.0, 9562.0, 9548.0, 9636.0, 9537.0, 9615.0, 9533.0, 9587.0, 9561.0, 9587.0, 9550.0, 9626.0, 9540.0, 9597.0, 9534.0, 9599.0, 9549.0, 9612.0, 9593.0, 9646.0, 9549.0, 9598.0, 9555.0, 9584.0, 9532.0, 9633.0, 9607.0, 9665.0, 9551.0, 9633.0, 9572.0, 9623.0, 9622.0, 9567.0, 9642.0, 9567.0, 9523.0, 9536.0, 9508.0, 9539.0, 9597.0, 9552.0, 9570.0, 9603.0, 9540.0, 9612.0, 9553.0, 9624.0, 9555.0, 9561.0, 9625.0, 9634.0, 9625.0, 9652.0, 9597.0, 9626.0, 9545.0, 9657.0, 9584.0, 9642.0, 9569.0, 9579.0, 9529.0, 9579.0, 9529.0, 9626.0, 9563.0, 9630.0, 9541.0, 9611.0, 9532.0, 9611.0, 9529.0, 9600.0, 9561.0, 9542.0, 9551.0, 9572.0, 9549.0, 9600.0, 9559.0, 9624.0, 9603.0, 9547.0, 9586.0, 9533.0, 9587.0, 9529.0, 9664.0, 9587.0, 9663.0, 9550.0, 9610.0, 9533.0, 9595.0, 9570.0, 9666.0, 9587.0, 9630.0, 9533.0, 9641.0, 9529.0, 9609.0, 9588.0, 9643.0, 9556.0, 9624.0, 9541.0, 9622.0, 9540.0, 9604.0, 9556.0, 9624.0, 9523.0, 9603.0, 9522.0, 9572.0, 9522.0, 9589.0, 9536.0, 9604.0, 9514.0, 9572.0, 9509.0, 9558.0, 9506.0, 9571.0, 9519.0, 9570.0, 9509.0, 9547.0, 9506.0, 9550.0, 9556.0, 9561.0, 9626.0, 9582.0, 9528.0, 9538.0, 9576.0, 9523.0, 9607.0, 9541.0, 9615.0, 9555.0, 9609.0, 9546.0, 9630.0, 9544.0, 9608.0, 9572.0, 9631.0, 9572.0, 9619.0, 9546.0, 9608.0, 9532.0, 9612.0, 9557.0, 9629.0, 9546.0, 9601.0, 9558.0, 9583.0, 9532.0, 9569.0, 9529.0, 9627.0, 9533.0, 9610.0, 9550.0, 9597.0, 9536.0, 9610.0, 9559.0, 9628.0, 9533.0, 9613.0, 9517.0, 9583.0, 9590.0, 9688.0, 9593.0, 9706.0, 9553.0, 9555.0, 9578.0, 9595.0, 9600.0, 9609.0, 9625.0, 9545.0, 9599.0, 9527.0, 9551.0, 9634.0, 9615.0, 9527.0, 9584.0, 9539.0, 9609.0, 9565.0, 9692.0, 9627.0, 9548.0, 9580.0, 9537.0, 9619.0, 9626.0, 9634.0, 9640.0, 9602.0, 9586.0, 9537.0, 9588.0, 9549.0, 9591.0, 9643.0, 9533.0, 9674.0, 9558.0, 9622.0, 9549.0, 9624.0, 9532.0, 9638.0, 9534.0, 9606.0, 9525.0, 9591.0, 9539.0, 9624.0, 9549.0, 9602.0, 9515.0, 9531.0, 9530.0, 9507.0, 9614.0, 9532.0, 9622.0, 9514.0, 9502.0, 9531.0, 9637.0, 9615.0, 9558.0, 9539.0, 9535.0, 9577.0, 9526.0, 9539.0, 9607.0, 9564.0, 9625.0, 9548.0, 9600.0, 9506.0, 9642.0, 9532.0, 9607.0, 9589.0, 9646.0, 9507.0, 9583.0, 9499.0, 9551.0, 9507.0, 9572.0, 9488.0, 9541.0, 9499.0, 9517.0, 9548.0, 9508.0, 9584.0, 9552.0, 9602.0, 9501.0, 9620.0, 9502.0, 9587.0, 9508.0, 9584.0, 9555.0, 9603.0, 9522.0, 9603.0, 9520.0, 9589.0, 9537.0, 9624.0, 9553.0, 9560.0, 9539.0, 9649.0, 9626.0, 9708.0, 9667.0, 9670.0, 9628.0, 9569.0, 9618.0, 9542.0, 9613.0, 9601.0, 9589.0, 9570.0, 9636.0, 9543.0, 9512.0, 9516.0, 9505.0, 9593.0, 9596.0, 9557.0, 9669.0, 9563.0, 9608.0, 9556.0, 9597.0, 9489.0, 9490.0, 9501.0, 9506.0, 9521.0, 9535.0, 9581.0, 9511.0, 9562.0, 9506.0, 9591.0, 9668.0, 9655.0, 9549.0, 9587.0, 9528.0, 9602.0, 9521.0, 9603.0, 9509.0, 9574.0, 9527.0, 9663.0, 9626.0, 9661.0, 9523.0, 9577.0, 9551.0, 9577.0, 9534.0, 9595.0, 9555.0, 9665.0, 9599.0, 9639.0, 9538.0, 9602.0, 9523.0, 9614.0, 9562.0, 9559.0, 9512.0, 9527.0, 9581.0, 9561.0, 9539.0, 9560.0, 9571.0, 9539.0, 9606.0, 9516.0, 9649.0, 9544.0, 9629.0, 9529.0, 9569.0, 9499.0, 9561.0, 9699.0, 9666.0, 9640.0, 9591.0, 9568.0, 9561.0, 9613.0, 9571.0, 9570.0, 9594.0, 9539.0, 9529.0, 9585.0, 9599.0, 9598.0, 9581.0, 9532.0, 9467.0, 9568.0, 9501.0, 9531.0, 9456.0, 9478.0, 9583.0, 9539.0, 9601.0, 9514.0, 9551.0, 9492.0, 9525.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.002786177446102819</td></tr>
<tr><td colspan=3>aqi</td><td>0.028368135737976783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.91523271915352</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2379241020414957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0304500157427383</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>2930.8188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13005175796653726</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.598673300165837</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.483881266751977</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.331696035317125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7006848447015646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.419262920237242</td></tr>
<tr><td colspan=3>gcor</td><td>0.00810054</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011633547022938728</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03512062132358551</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.017063914310846</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>13.5872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0845</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.0426</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.9428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7076</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.2889</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3510.2134</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.8759</td></tr>
<tr><td colspan=3>tsnr</td><td>31.990896238712594</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>