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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0117_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-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117/ses-01/func/sub-0117_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>f9bf3d279b2d947274cb07f56ee4a5e3</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>21:21:21.587500</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.999979, 0.00336712, -0.00550021, -0.00296704, 0.997458, 0.0711948]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108281</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7753, -7226, 384, -158, 8, 16, 73]</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>273.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>740816eb-bec6-4bb2-8db5-981c1354f344||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.682871103286743, -0.007960342802107334, -0.015460073947906494, 113.79866790771484], [-0.009033738635480404, 2.6761069297790527, 0.19217784702777863, -102.64974212646484], [-0.014756670221686363, -0.19101040065288544, 2.6931076049804688, -48.62512969970703], [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': ['212121.587500', '212122.047500', '212122.507500', '212122.967500', '212123.427500', '212123.887500', '212124.347500', '212124.807500', '212125.267500', '212125.727500', '212126.187500', '212126.647500', '212127.107500', '212127.567500', '212128.027500', '212128.487500', '212128.947500', '212129.407500', '212129.867500', '212130.327500', '212130.787500', '212131.247500', '212131.707500', '212132.167500', '212132.627500', '212133.087500', '212133.547500', '212134.007500', '212134.467500', '212134.927500', '212135.387500', '212135.847500', '212136.307500', '212136.767500', '212137.227500', '212137.687500', '212138.147500', '212138.607500', '212139.067500', '212139.527500', '212139.987500', '212140.447500', '212140.907500', '212141.367500', '212141.827500', '212142.287500', '212142.747500', '212143.207500', '212143.667500', '212144.127500', '212144.587500', '212145.047500', '212145.507500', '212145.967500', '212146.427500', '212146.887500', '212147.347500', '212147.807500', '212148.267500', '212148.727500', '212149.187500', '212149.647500', '212150.107500', '212150.567500', '212151.027500', '212151.487500', '212151.947500', '212152.407500', '212152.867500', '212153.327500', '212153.787500', '212154.247500', '212154.707500', '212155.167500', '212155.627500', '212156.087500', '212156.547500', '212157.007500', '212157.467500', '212157.927500', '212158.387500', '212158.847500', '212159.307500', '212159.767500', '212200.227500', '212200.687500', '212201.147500', '212201.607500', '212202.067500', '212202.527500', '212202.987500', '212203.447500', '212203.907500', '212204.367500', '212204.827500', '212205.287500', '212205.747500', '212206.207500', '212206.667500', '212207.127500', '212207.587500', '212208.047500', '212208.507500', '212208.967500', '212209.427500', '212209.887500', '212210.347500', '212210.807500', '212211.267500', '212211.727500', '212212.187500', '212212.647500', '212213.107500', '212213.567500', '212214.027500', '212214.487500', '212214.947500', '212215.407500', '212215.867500', '212216.327500', '212216.787500', '212217.247500', '212217.707500', '212218.167500', '212218.627500', '212219.087500', '212219.547500', '212220.007500', '212220.467500', '212220.927500', '212221.387500', '212221.847500', '212222.307500', '212222.767500', '212223.227500', '212223.687500', '212224.147500', '212224.607500', '212225.067500', '212225.527500', '212225.987500', '212226.447500', '212226.907500', '212227.367500', '212227.827500', '212228.287500', '212228.747500', '212229.207500', '212229.667500', '212230.127500', '212230.587500', '212231.047500', '212231.507500', '212231.967500', '212232.427500', '212232.887500', '212233.347500', '212233.807500', '212234.267500', '212234.727500', '212235.187500', '212235.647500', '212236.107500', '212236.567500', '212237.027500', '212237.487500', '212237.947500', '212238.407500', '212238.867500', '212239.327500', '212239.787500', '212240.247500', '212240.707500', '212241.167500', '212241.627500', '212242.087500', '212242.547500', '212243.007500', '212243.467500', '212243.927500', '212244.387500', '212244.847500', '212245.307500', '212245.767500', '212246.227500', '212246.687500', '212247.147500', '212247.607500', '212248.067500', '212248.527500', '212248.987500', '212249.447500', '212249.907500', '212250.367500', '212250.827500', '212251.287500', '212251.747500', '212252.207500', '212252.667500', '212253.127500', '212253.587500', '212254.047500', '212254.507500', '212254.967500', '212255.427500', '212255.887500', '212256.347500', '212256.807500', '212257.267500', '212257.727500', '212258.187500', '212258.647500', '212259.107500', '212259.567500', '212300.027500', '212300.487500', '212300.947500', '212301.407500', '212301.867500', '212302.327500', '212302.787500', '212303.247500', '212303.707500', '212304.167500', '212304.627500', '212305.087500', '212305.547500', '212306.007500', '212306.467500', '212306.927500', '212307.387500', '212307.847500', '212308.307500', '212308.767500', '212309.227500', '212309.687500', '212310.147500', '212310.607500', '212311.067500', '212311.527500', '212311.987500', '212312.447500', '212312.907500', '212313.367500', '212313.827500', '212314.287500', '212314.747500', '212315.207500', '212315.667500', '212316.127500', '212316.587500', '212317.047500', '212317.507500', '212317.967500', '212318.427500', '212318.887500', '212319.347500', '212319.807500', '212320.267500', '212320.727500', '212321.187500', '212321.647500', '212322.107500', '212322.567500', '212323.027500', '212323.487500', '212323.947500', '212324.407500', '212324.867500', '212325.327500', '212325.787500', '212326.247500', '212326.707500', '212327.167500', '212327.627500', '212328.087500', '212328.547500', '212329.007500', '212329.467500', '212329.927500', '212330.387500', '212330.847500', '212331.307500', '212331.767500', '212332.227500', '212332.687500', '212333.147500', '212333.607500', '212334.067500', '212334.527500', '212334.987500', '212335.447500', '212335.907500', '212336.367500', '212336.827500', '212337.287500', '212337.747500', '212338.207500', '212338.667500', '212339.127500', '212339.587500', '212340.047500', '212340.507500', '212340.967500', '212341.427500', '212341.887500', '212342.347500', '212342.807500', '212343.267500', '212343.727500', '212344.187500', '212344.647500', '212345.107500', '212345.567500', '212346.027500', '212346.487500', '212346.947500', '212347.407500', '212347.867500', '212348.327500', '212348.787500', '212349.247500', '212349.707500', '212350.167500', '212350.627500', '212351.087500', '212351.547500', '212352.007500', '212352.467500', '212352.927500', '212353.387500', '212353.847500', '212354.307500', '212354.767500', '212355.227500', '212355.687500', '212356.147500', '212356.607500', '212357.067500', '212357.527500', '212357.987500', '212358.447500', '212358.907500', '212359.367500', '212359.827500', '212400.287500', '212400.747500', '212401.207500', '212401.667500', '212402.127500', '212402.587500', '212403.047500', '212403.507500', '212403.967500', '212404.427500', '212404.887500', '212405.347500', '212405.807500', '212406.267500', '212406.727500', '212407.187500', '212407.647500', '212408.107500', '212408.567500', '212409.027500', '212409.487500', '212409.947500', '212410.407500', '212410.867500', '212411.327500', '212411.787500', '212412.247500', '212412.707500', '212413.167500', '212413.627500', '212414.087500', '212414.547500', '212415.007500', '212415.467500', '212415.927500', '212416.387500', '212416.847500', '212417.307500', '212417.767500', '212418.227500', '212418.687500', '212419.147500', '212419.607500', '212420.067500', '212420.527500', '212420.987500', '212421.447500', '212421.907500', '212422.367500', '212422.827500', '212423.287500', '212423.747500', '212424.207500', '212424.667500', '212425.127500', '212425.587500', '212426.047500', '212426.507500', '212426.967500', '212427.427500', '212427.887500', '212428.347500', '212428.807500', '212429.267500', '212429.727500', '212430.187500', '212430.647500', '212431.107500', '212431.567500', '212432.027500', '212432.487500', '212432.947500', '212433.407500', '212433.867500', '212434.327500', '212434.787500', '212435.247500', '212435.707500', '212436.167500', '212436.627500', '212437.087500', '212437.547500', '212438.007500', '212438.467500', '212438.927500', '212439.387500', '212439.847500', '212440.307500', '212440.767500', '212441.227500', '212441.687500', '212442.147500', '212442.607500', '212443.067500', '212443.527500', '212443.987500', '212444.447500', '212444.907500', '212445.367500', '212445.827500', '212446.287500', '212446.747500', '212447.207500', '212447.667500', '212448.127500', '212448.587500', '212449.047500', '212449.507500', '212449.967500', '212450.427500', '212450.887500', '212451.347500', '212451.807500', '212452.267500', '212452.727500', '212453.187500', '212453.647500', '212454.107500', '212454.567500', '212455.027500', '212455.487500', '212455.947500', '212456.407500', '212456.867500', '212457.327500', '212457.787500', '212458.247500', '212458.707500', '212459.167500', '212459.627500', '212500.087500', '212500.547500', '212501.007500', '212501.467500', '212501.927500', '212502.387500', '212502.847500', '212503.307500', '212503.767500', '212504.227500', '212504.687500', '212505.147500', '212505.607500', '212506.067500', '212506.527500', '212506.987500', '212507.447500', '212507.907500', '212508.367500', '212508.827500', '212509.287500', '212509.747500', '212510.207500', '212510.667500', '212511.127500', '212511.587500', '212512.047500', '212512.507500', '212512.967500', '212513.427500', '212513.887500', '212514.347500', '212514.807500', '212515.267500', '212515.727500', '212516.187500', '212516.647500', '212517.107500', '212517.567500', '212518.027500', '212518.487500', '212518.947500', '212519.407500', '212519.867500', '212520.327500', '212520.787500', '212521.247500', '212521.707500', '212522.167500', '212522.627500', '212523.087500', '212523.547500', '212524.007500', '212524.467500', '212524.927500', '212525.387500', '212525.847500', '212526.307500', '212526.767500', '212527.227500', '212527.687500', '212528.147500', '212528.607500', '212529.067500', '212529.527500', '212529.987500', '212530.447500', '212530.907500', '212531.367500', '212531.827500', '212532.287500', '212532.747500', '212533.207500', '212533.667500', '212534.127500', '212534.587500', '212535.047500', '212535.507500', '212535.967500', '212536.427500', '212536.887500', '212537.347500', '212537.807500', '212538.267500', '212538.727500', '212539.187500', '212539.647500', '212540.107500', '212540.567500', '212541.027500', '212541.487500', '212541.947500', '212542.407500', '212542.867500', '212543.327500', '212543.787500', '212544.247500', '212544.707500', '212545.167500', '212545.627500', '212546.087500', '212546.547500', '212547.007500', '212547.467500', '212547.927500', '212548.387500', '212548.847500', '212549.307500', '212549.767500', '212550.227500', '212550.687500', '212551.147500', '212551.607500', '212552.067500', '212552.527500', '212552.987500', '212553.447500', '212553.907500', '212554.367500', '212554.827500', '212555.287500', '212555.747500', '212556.207500', '212556.667500', '212557.127500', '212557.587500', '212558.047500', '212558.507500', '212558.967500', '212559.427500', '212559.887500', '212600.347500', '212600.807500', '212601.267500', '212601.727500', '212602.187500', '212602.647500', '212603.107500', '212603.567500', '212604.027500', '212604.487500', '212604.947500', '212605.407500', '212605.867500', '212606.327500', '212606.787500', '212607.247500', '212607.707500', '212608.167500', '212608.627500', '212609.087500', '212609.547500', '212610.007500', '212610.467500', '212610.927500', '212611.387500', '212611.847500', '212612.307500', '212612.767500', '212613.227500', '212613.687500', '212614.147500', '212614.607500', '212615.067500', '212615.527500', '212615.987500', '212616.447500', '212616.907500', '212617.367500', '212617.827500', '212618.287500', '212618.747500', '212619.207500', '212619.667500', '212620.127500', '212620.587500', '212621.047500', '212621.507500', '212621.967500', '212622.427500', '212622.887500', '212623.347500', '212623.807500', '212624.267500', '212624.727500', '212625.187500', '212625.647500', '212626.107500', '212626.567500', '212627.027500', '212627.487500', '212627.947500', '212628.407500', '212628.867500', '212629.327500', '212629.787500', '212630.247500', '212630.707500', '212631.167500', '212631.627500', '212632.087500', '212632.547500', '212633.007500', '212633.467500', '212633.927500', '212634.387500', '212634.847500', '212635.307500', '212635.767500', '212636.227500', '212636.687500', '212637.147500', '212637.607500', '212638.067500', '212638.527500', '212638.987500', '212639.447500', '212639.907500', '212640.367500', '212640.827500', '212641.287500', '212641.747500', '212642.207500', '212642.667500', '212643.127500', '212643.587500', '212644.047500', '212644.507500', '212644.967500', '212645.427500', '212645.887500', '212646.347500', '212646.807500', '212647.267500', '212647.727500', '212648.187500', '212648.647500', '212649.107500', '212649.567500', '212650.027500', '212650.487500', '212650.947500', '212651.407500', '212651.867500', '212652.327500', '212652.787500', '212653.247500', '212653.707500', '212654.167500', '212654.627500', '212655.087500', '212655.547500', '212656.007500', '212656.467500', '212656.927500', '212657.387500', '212657.847500', '212658.307500', '212658.767500', '212659.227500', '212659.687500', '212700.147500', '212700.607500', '212701.067500', '212701.527500', '212701.987500', '212702.447500', '212702.907500', '212703.367500', '212703.827500', '212704.287500', '212704.747500', '212705.207500', '212705.667500', '212706.127500', '212706.587500', '212707.047500', '212707.507500', '212707.967500', '212708.427500', '212708.887500', '212709.347500', '212709.807500', '212710.267500', '212710.727500', '212711.187500', '212711.647500', '212712.107500', '212712.567500', '212713.027500', '212713.487500', '212713.947500', '212714.407500', '212714.867500', '212715.327500', '212715.787500', '212716.247500', '212716.707500', '212717.167500', '212717.627500', '212718.087500', '212718.547500', '212719.007500', '212719.467500', '212719.927500', '212720.387500', '212720.847500', '212721.307500', '212721.767500', '212722.227500', '212722.687500', '212723.147500', '212723.607500', '212724.067500', '212724.527500', '212724.987500', '212725.447500', '212725.907500', '212726.367500', '212726.827500', '212727.287500', '212727.747500', '212728.207500', '212728.667500', '212729.127500', '212729.587500', '212730.047500', '212730.507500', '212730.967500', '212731.427500', '212731.887500', '212732.347500', '212732.807500', '212733.267500', '212733.727500', '212734.187500', '212734.647500', '212735.107500', '212735.567500', '212736.027500', '212736.487500', '212736.947500', '212737.407500', '212737.867500', '212738.327500', '212738.787500', '212739.247500', '212739.707500', '212740.167500', '212740.627500', '212741.087500', '212741.547500', '212742.007500', '212742.467500', '212742.927500', '212743.387500', '212743.847500', '212744.307500', '212744.767500', '212745.227500', '212745.687500', '212746.147500', '212746.607500', '212747.067500', '212747.527500', '212747.987500', '212748.447500', '212748.907500', '212749.367500', '212749.827500', '212750.287500', '212750.747500', '212751.207500', '212751.667500', '212752.127500', '212752.587500', '212753.047500', '212753.507500', '212753.967500', '212754.427500', '212754.887500', '212755.347500', '212755.807500', '212756.267500', '212756.727500', '212757.187500', '212757.647500', '212758.107500', '212758.567500', '212759.027500', '212759.487500', '212759.947500', '212800.407500', '212800.867500', '212801.327500', '212801.787500', '212802.247500', '212802.707500', '212803.167500', '212803.627500', '212804.087500', '212804.547500', '212805.007500', '212805.467500', '212805.927500', '212806.387500', '212806.847500', '212807.307500', '212807.767500', '212808.227500', '212808.687500', '212809.147500', '212809.607500', '212810.067500', '212810.527500', '212810.987500', '212811.447500', '212811.907500', '212812.367500', '212812.827500', '212813.287500', '212813.747500', '212814.207500', '212814.667500', '212815.127500', '212815.587500', '212816.047500', '212816.507500', '212816.967500', '212817.427500', '212817.887500', '212818.347500', '212818.807500', '212819.267500', '212819.727500', '212820.187500', '212820.647500', '212821.107500', '212821.567500', '212822.027500', '212822.487500', '212822.947500', '212823.407500', '212823.867500', '212824.327500', '212824.787500', '212825.247500', '212825.707500', '212826.167500', '212826.627500', '212827.087500', '212827.547500', '212828.007500', '212828.467500', '212828.927500', '212829.387500', '212829.847500', '212830.307500', '212830.767500', '212831.227500', '212831.687500', '212832.147500', '212832.607500', '212833.067500', '212833.527500', '212833.987500', '212834.447500', '212834.907500', '212835.367500', '212835.827500', '212836.287500', '212836.747500', '212837.207500', '212837.667500', '212838.127500', '212838.587500', '212839.047500', '212839.507500', '212839.967500', '212840.427500', '212840.887500', '212841.347500', '212841.807500', '212842.267500', '212842.727500', '212843.187500', '212843.647500', '212844.107500', '212844.567500', '212845.027500', '212845.487500', '212845.947500', '212846.407500', '212846.867500', '212847.327500', '212847.787500', '212848.247500', '212848.707500', '212849.167500', '212849.627500', '212850.087500', '212850.547500', '212851.007500', '212851.467500', '212851.927500', '212852.387500', '212852.847500', '212853.307500', '212853.767500', '212854.227500', '212854.687500', '212855.147500', '212855.607500', '212856.067500', '212856.527500', '212856.987500', '212857.447500', '212857.907500', '212858.367500', '212858.827500', '212859.287500', '212859.747500', '212900.207500', '212900.667500', '212901.127500', '212901.587500', '212902.047500', '212902.507500', '212902.967500', '212903.427500', '212903.887500', '212904.347500', '212904.807500', '212905.267500', '212905.727500', '212906.187500', '212906.647500', '212907.107500', '212907.567500', '212908.027500', '212908.487500', '212908.947500', '212909.407500', '212909.867500', '212910.327500', '212910.787500', '212911.247500', '212911.707500', '212912.167500', '212912.627500', '212913.087500', '212913.547500', '212914.007500', '212914.467500', '212914.927500', '212915.387500', '212915.847500', '212916.307500', '212916.767500', '212917.227500', '212917.687500', '212918.147500', '212918.607500', '212919.067500', '212919.527500', '212919.987500', '212920.447500', '212920.907500', '212921.367500', '212921.827500', '212922.287500', '212922.747500', '212923.207500', '212923.667500', '212924.127500', '212924.587500', '212925.047500', '212925.507500', '212925.967500', '212926.427500', '212926.887500', '212927.347500', '212927.807500', '212928.267500', '212928.727500', '212929.187500', '212929.647500', '212930.107500', '212930.567500', '212931.027500', '212931.487500', '212931.947500', '212932.407500', '212932.867500', '212933.327500', '212933.787500', '212934.247500', '212934.707500', '212935.167500', '212935.627500', '212936.087500', '212936.547500', '212937.007500', '212937.467500', '212937.927500', '212938.387500', '212938.847500', '212939.307500', '212939.767500', '212940.227500', '212940.687500', '212941.147500', '212941.607500', '212942.067500', '212942.527500', '212942.987500', '212943.447500', '212943.907500', '212944.367500', '212944.827500', '212945.287500', '212945.747500', '212946.207500', '212946.667500', '212947.127500', '212947.587500', '212948.047500', '212948.507500', '212948.967500', '212949.427500', '212949.887500', '212950.347500', '212950.807500', '212951.267500', '212951.727500', '212952.187500', '212952.647500', '212953.107500', '212953.567500', '212954.027500', '212954.487500', '212954.947500', '212955.407500', '212955.867500', '212956.327500', '212956.787500', '212957.247500', '212957.707500', '212958.167500', '212958.627500', '212959.087500', '212959.547500', '213000.007500', '213000.467500', '213000.927500', '213001.387500', '213001.847500', '213002.307500', '213002.767500', '213003.227500', '213003.687500', '213004.147500', '213004.607500', '213005.067500', '213005.527500', '213005.987500', '213006.447500', '213006.907500', '213007.367500', '213007.827500', '213008.287500', '213008.747500', '213009.207500', '213009.667500', '213010.127500', '213010.587500', '213011.047500', '213011.507500', '213011.967500', '213012.427500', '213012.887500', '213013.347500', '213013.807500', '213014.267500', '213014.727500', '213015.187500', '213015.647500', '213016.107500', '213016.567500', '213017.027500', '213017.487500', '213017.947500', '213018.407500', '213018.867500', '213019.327500', '213019.787500', '213020.247500', '213020.707500', '213021.167500', '213021.627500', '213022.087500', '213022.547500', '213023.007500', '213023.467500', '213023.927500', '213024.387500', '213024.847500', '213025.307500', '213025.767500', '213026.227500', '213026.687500', '213027.147500', '213027.607500', '213028.067500', '213028.527500', '213028.987500', '213029.447500', '213029.907500', '213030.367500', '213030.827500', '213031.287500', '213031.747500', '213032.207500', '213032.667500', '213033.127500', '213033.587500', '213034.047500', '213034.507500', '213034.967500', '213035.427500', '213035.887500', '213036.347500', '213036.807500', '213037.267500'], 'ContentTime': ['212142.821000', '212142.825000', '212142.827000', '212142.830000', '212142.833000', '212142.835000', '212142.838000', '212142.840000', '212142.843000', '212142.845000', '212142.848000', '212142.851000', '212142.853000', '212142.856000', '212142.858000', '212142.861000', '212142.864000', '212142.866000', '212142.869000', '212142.871000', '212142.874000', '212142.876000', '212142.879000', '212142.882000', '212142.884000', '212142.887000', '212142.889000', '212142.892000', '212142.895000', '212142.897000', '212142.900000', '212142.902000', '212142.905000', '212142.907000', '212142.910000', '212142.912000', '212142.915000', '212142.918000', '212142.920000', '212142.923000', '212142.926000', '212142.928000', '212142.931000', '212142.934000', '212202.784000', '212202.787000', '212202.790000', '212202.792000', '212202.795000', '212202.797000', '212202.800000', '212202.803000', '212202.805000', '212202.808000', '212202.810000', '212202.813000', '212202.816000', '212202.818000', '212202.821000', '212202.823000', '212202.826000', '212202.828000', '212202.831000', '212202.834000', '212202.836000', '212202.839000', '212202.841000', '212202.844000', '212202.846000', '212202.849000', '212202.852000', '212202.854000', '212202.857000', '212202.859000', '212202.862000', '212202.864000', '212202.867000', '212202.869000', '212202.872000', '212202.874000', '212202.877000', '212202.880000', '212202.882000', '212202.885000', '212202.887000', '212202.890000', '212202.892000', '212222.783000', '212222.786000', '212222.789000', '212222.791000', '212222.800000', '212222.803000', '212222.805000', '212222.808000', '212222.811000', '212222.813000', '212222.816000', '212222.818000', '212222.821000', '212222.824000', '212222.826000', '212222.829000', '212222.831000', '212222.834000', '212222.837000', '212222.839000', '212222.842000', '212222.844000', '212222.847000', '212222.849000', '212222.852000', '212222.855000', '212222.857000', '212222.860000', '212222.862000', '212222.865000', '212222.868000', '212222.870000', '212222.873000', '212222.875000', '212222.878000', '212222.880000', '212222.883000', '212222.886000', '212222.888000', '212222.891000', '212222.893000', '212222.896000', '212222.899000', '212222.901000', '212242.783000', '212242.786000', '212242.789000', '212242.791000', '212242.794000', '212242.796000', '212242.799000', '212242.802000', '212242.804000', '212242.830000', '212242.832000', '212242.835000', '212242.837000', '212242.840000', '212242.842000', '212242.849000', '212242.851000', '212242.854000', '212242.856000', '212242.859000', '212242.861000', '212242.864000', '212242.867000', '212242.869000', '212242.872000', '212242.874000', '212242.877000', '212242.880000', '212242.882000', '212242.885000', '212242.888000', '212242.890000', '212242.893000', '212242.895000', '212242.898000', '212242.900000', '212242.903000', '212242.905000', '212242.908000', '212242.911000', '212242.913000', '212242.916000', '212242.918000', '212302.783000', '212302.786000', '212302.789000', '212302.791000', '212302.794000', '212302.797000', '212302.799000', '212302.802000', '212302.804000', '212302.807000', '212302.810000', '212302.812000', '212302.815000', '212302.817000', '212302.820000', '212302.823000', '212302.825000', '212302.828000', '212302.831000', '212302.833000', '212302.836000', '212302.838000', '212302.841000', '212302.843000', '212302.846000', '212302.849000', '212302.851000', '212302.854000', '212302.856000', '212302.859000', '212302.861000', '212302.864000', '212302.867000', '212302.869000', '212302.872000', '212302.874000', '212302.882000', '212302.885000', '212302.887000', '212302.890000', '212302.892000', '212302.895000', '212302.898000', '212302.900000', '212322.784000', '212322.787000', '212322.789000', '212322.792000', '212322.794000', '212322.797000', '212322.799000', '212322.802000', '212322.805000', '212322.807000', '212322.810000', '212322.813000', '212322.815000', '212322.818000', '212322.820000', '212322.823000', '212322.826000', '212322.828000', '212322.831000', '212322.833000', '212322.836000', '212322.838000', '212322.841000', '212322.844000', '212322.846000', '212322.849000', '212322.852000', '212322.854000', '212322.857000', '212322.859000', '212322.862000', '212322.865000', '212322.867000', '212322.870000', '212322.872000', '212322.875000', '212322.878000', '212322.880000', '212322.883000', '212322.885000', '212322.888000', '212322.891000', '212322.893000', '212342.783000', '212342.786000', '212342.789000', '212342.791000', '212342.794000', '212342.797000', '212342.799000', '212342.802000', '212342.804000', '212342.807000', '212342.810000', '212342.812000', '212342.815000', '212342.817000', '212342.820000', '212342.823000', '212342.825000', '212342.828000', '212342.830000', '212342.833000', '212342.835000', '212342.838000', '212342.841000', '212342.843000', '212342.846000', '212342.849000', '212342.851000', '212342.854000', '212342.856000', '212342.859000', '212342.862000', '212342.864000', '212342.867000', '212342.869000', '212342.872000', '212342.874000', '212342.877000', '212342.880000', '212342.882000', '212342.885000', '212342.889000', '212342.891000', '212342.894000', '212342.897000', '212402.785000', '212402.788000', '212402.790000', '212402.793000', '212402.796000', '212402.798000', '212402.801000', '212402.804000', '212402.806000', '212402.809000', '212402.811000', '212402.814000', '212402.816000', '212402.819000', '212402.822000', '212402.824000', '212402.827000', '212402.829000', '212402.832000', '212402.835000', '212402.837000', '212402.840000', '212402.843000', '212402.845000', '212402.848000', '212402.850000', '212402.853000', '212402.856000', '212402.858000', '212402.861000', '212402.863000', '212402.866000', '212402.869000', '212402.871000', '212402.874000', '212402.877000', '212402.879000', '212402.882000', '212402.884000', '212402.887000', '212402.889000', '212402.892000', '212402.895000', '212422.783000', '212422.786000', '212422.789000', '212422.792000', '212422.794000', '212422.797000', '212422.800000', '212422.803000', '212422.805000', '212422.808000', '212422.811000', '212422.814000', '212422.817000', '212422.819000', '212422.822000', '212422.824000', '212422.827000', '212422.830000', '212422.832000', '212422.835000', '212422.837000', '212422.840000', '212422.843000', '212422.845000', '212422.848000', '212422.850000', '212422.853000', '212422.856000', '212422.858000', '212422.861000', '212422.863000', '212422.866000', '212422.869000', '212422.871000', '212422.874000', '212422.877000', '212422.879000', '212422.882000', '212422.884000', '212422.887000', '212422.890000', '212422.892000', '212422.895000', '212442.783000', '212442.786000', '212442.789000', '212442.792000', '212442.794000', '212442.797000', '212442.799000', '212442.802000', '212442.805000', '212442.807000', '212442.810000', '212442.812000', '212442.815000', '212442.818000', '212442.820000', '212442.823000', '212442.825000', '212442.828000', '212442.831000', '212442.833000', '212442.836000', '212442.839000', '212442.841000', '212442.844000', '212442.847000', '212442.849000', '212442.852000', '212442.854000', '212442.857000', '212442.859000', '212442.862000', '212442.865000', '212442.867000', '212442.870000', '212442.873000', '212442.875000', '212442.878000', '212442.880000', '212442.883000', '212442.886000', '212442.888000', '212442.891000', '212442.893000', '212442.896000', '212502.784000', '212502.786000', '212502.789000', '212502.792000', '212502.794000', '212502.797000', '212502.800000', '212502.802000', '212502.805000', '212502.807000', '212502.810000', '212502.813000', '212502.815000', '212502.818000', '212502.820000', '212502.823000', '212502.825000', '212502.828000', '212502.831000', '212502.833000', '212502.836000', '212502.839000', '212502.841000', '212502.844000', '212502.846000', '212502.849000', '212502.852000', '212502.854000', '212502.857000', '212502.860000', '212502.862000', '212502.865000', '212502.868000', '212502.870000', '212502.873000', '212502.876000', '212502.879000', '212502.881000', '212502.884000', '212502.886000', '212502.889000', '212502.892000', '212502.894000', '212522.783000', '212522.786000', '212522.789000', '212522.792000', '212522.794000', '212522.797000', '212522.800000', '212522.802000', '212522.805000', '212522.807000', '212522.810000', '212522.813000', '212522.815000', '212522.818000', '212522.843000', '212522.846000', '212522.849000', '212522.851000', '212522.854000', '212522.857000', '212522.859000', '212522.862000', '212522.864000', '212522.867000', '212522.870000', '212522.872000', '212522.875000', '212522.877000', '212522.880000', '212522.883000', '212522.885000', '212522.888000', '212522.891000', '212522.893000', '212522.896000', '212522.898000', '212522.901000', '212522.904000', '212522.906000', '212522.909000', '212522.911000', '212522.914000', '212522.917000', '212522.919000', '212542.783000', '212542.786000', '212542.789000', '212542.792000', '212542.794000', '212542.797000', '212542.799000', '212542.802000', '212542.805000', '212542.807000', '212542.810000', '212542.813000', '212542.816000', '212542.818000', '212542.821000', '212542.824000', '212542.826000', '212542.829000', '212542.832000', '212542.834000', '212542.837000', '212542.839000', '212542.842000', '212542.844000', '212542.847000', '212542.851000', '212542.853000', '212542.856000', '212542.859000', '212542.861000', '212542.872000', '212542.875000', '212542.877000', '212542.880000', '212542.882000', '212542.885000', '212542.887000', '212542.890000', '212542.893000', '212542.895000', '212542.898000', '212542.900000', '212542.903000', '212602.784000', '212602.787000', '212602.790000', '212602.793000', '212602.795000', '212602.798000', '212602.801000', '212602.803000', '212602.806000', '212602.809000', '212602.811000', '212602.814000', '212602.816000', '212602.819000', '212602.821000', '212602.824000', '212602.827000', '212602.829000', '212602.832000', '212602.835000', '212602.837000', '212602.840000', '212602.842000', '212602.845000', '212602.848000', '212602.850000', '212602.853000', '212602.855000', '212602.858000', '212602.860000', '212602.863000', '212602.866000', '212602.868000', '212602.871000', '212602.874000', '212602.876000', '212602.879000', '212602.881000', '212602.884000', '212602.887000', '212602.889000', '212602.892000', '212602.894000', '212602.897000', '212622.784000', '212622.787000', '212622.790000', '212622.793000', '212622.795000', '212622.798000', '212622.800000', '212622.803000', '212622.806000', '212622.808000', '212622.811000', '212622.813000', '212622.816000', '212622.819000', '212622.821000', '212622.824000', '212622.826000', '212622.829000', '212622.832000', '212622.834000', '212622.837000', '212622.840000', '212622.842000', '212622.845000', '212622.847000', '212622.850000', '212622.853000', '212622.855000', '212622.858000', '212622.860000', '212622.863000', '212622.866000', '212622.868000', '212622.871000', '212622.873000', '212622.876000', '212622.879000', '212622.881000', '212622.884000', '212622.886000', '212622.889000', '212622.892000', '212622.894000', '212622.897000', '212642.783000', '212642.786000', '212642.789000', '212642.792000', '212642.794000', '212642.797000', '212642.799000', '212642.802000', '212642.805000', '212642.807000', '212642.810000', '212642.812000', '212642.815000', '212642.818000', '212642.820000', '212642.823000', '212642.826000', '212642.828000', '212642.831000', '212642.833000', '212642.836000', '212642.839000', '212642.841000', '212642.844000', '212642.846000', '212642.849000', '212642.852000', '212642.854000', '212642.857000', '212642.859000', '212642.862000', '212642.865000', '212642.869000', '212642.872000', '212642.874000', '212642.877000', '212642.880000', '212642.882000', '212642.885000', '212642.887000', '212642.890000', '212642.893000', '212642.895000', '212702.784000', '212702.786000', '212702.789000', '212702.792000', '212702.794000', '212702.797000', '212702.799000', '212702.802000', '212702.805000', '212702.807000', '212702.810000', '212702.812000', '212702.815000', '212702.818000', '212702.820000', '212702.823000', '212702.825000', '212702.828000', '212702.831000', '212702.833000', '212702.836000', '212702.838000', '212702.841000', '212702.843000', '212702.846000', '212702.849000', '212702.852000', '212702.855000', '212702.857000', '212702.860000', '212702.863000', '212702.865000', '212702.868000', '212702.871000', '212702.873000', '212702.876000', '212702.878000', '212702.881000', '212702.884000', '212702.886000', '212702.890000', '212702.905000', '212702.907000', '212722.783000', '212722.786000', '212722.789000', '212722.792000', '212722.794000', '212722.797000', '212722.800000', '212722.802000', '212722.805000', '212722.808000', '212722.810000', '212722.813000', '212722.815000', '212722.818000', '212722.821000', '212722.823000', '212722.826000', '212722.829000', '212722.831000', '212722.834000', '212722.836000', '212722.839000', '212722.841000', '212722.844000', '212722.847000', '212722.849000', '212722.852000', '212722.855000', '212722.857000', '212722.860000', '212722.862000', '212722.865000', '212722.868000', '212722.870000', '212722.873000', '212722.875000', '212722.878000', '212722.881000', '212722.883000', '212722.886000', '212722.888000', '212722.891000', '212722.894000', '212722.896000', '212742.783000', '212742.786000', '212742.789000', '212742.792000', '212742.794000', '212742.797000', '212742.800000', '212742.802000', '212742.805000', '212742.807000', '212742.810000', '212742.813000', '212742.815000', '212742.818000', '212742.821000', '212742.823000', '212742.826000', '212742.828000', '212742.831000', '212742.833000', '212742.836000', '212742.839000', '212742.841000', '212742.844000', '212742.846000', '212742.849000', '212742.852000', '212742.854000', '212742.857000', '212742.859000', '212742.862000', '212742.864000', '212742.867000', '212742.870000', '212742.872000', '212742.875000', '212742.878000', '212742.881000', '212742.883000', '212742.886000', '212742.888000', '212742.891000', '212742.894000', '212802.783000', '212802.786000', '212802.789000', '212802.792000', '212802.794000', '212802.797000', '212802.799000', '212802.802000', '212802.805000', '212802.807000', '212802.810000', '212802.813000', '212802.815000', '212802.818000', '212802.820000', '212802.823000', '212802.826000', '212802.828000', '212802.831000', '212802.833000', '212802.836000', '212802.838000', '212802.841000', '212802.844000', '212802.846000', '212802.849000', '212802.852000', '212802.854000', '212802.857000', '212802.859000', '212802.862000', '212802.865000', '212802.867000', '212802.870000', '212802.872000', '212802.875000', '212802.877000', '212802.880000', '212802.883000', '212802.885000', '212802.888000', '212802.891000', '212802.893000', '212802.896000', '212822.785000', '212822.788000', '212822.790000', '212822.793000', '212822.796000', '212822.798000', '212822.801000', '212822.803000', '212822.806000', '212822.809000', '212822.811000', '212822.814000', '212822.817000', '212822.819000', '212822.822000', '212822.824000', '212822.827000', '212822.830000', '212822.832000', '212822.835000', '212822.838000', '212822.840000', '212822.843000', '212822.846000', '212822.848000', '212822.851000', '212822.853000', '212822.856000', '212822.859000', '212822.861000', '212822.864000', '212822.867000', '212822.869000', '212822.872000', '212822.874000', '212822.877000', '212822.880000', '212822.882000', '212822.885000', '212822.888000', '212822.890000', '212822.893000', '212822.895000', '212842.785000', '212842.788000', '212842.790000', '212842.793000', '212842.795000', '212842.798000', '212842.801000', '212842.803000', '212842.806000', '212842.808000', '212842.811000', '212842.814000', '212842.816000', '212842.819000', '212842.822000', '212842.824000', '212842.827000', '212842.829000', '212842.832000', '212842.835000', '212842.837000', '212842.840000', '212842.842000', '212842.845000', '212842.848000', '212842.850000', '212842.853000', '212842.855000', '212842.858000', '212842.861000', '212842.863000', '212842.866000', '212842.868000', '212842.871000', '212842.874000', '212842.876000', '212842.879000', '212842.882000', '212842.884000', '212842.887000', '212842.889000', '212842.892000', '212842.895000', '212842.897000', '212902.783000', '212902.786000', '212902.789000', '212902.792000', '212902.794000', '212902.797000', '212902.800000', '212902.802000', '212902.805000', '212902.807000', '212902.810000', '212902.813000', '212902.815000', '212902.818000', '212902.821000', '212902.823000', '212902.826000', '212902.829000', '212902.831000', '212902.834000', '212902.836000', '212902.839000', '212902.842000', '212902.844000', '212902.847000', '212902.850000', '212902.852000', '212902.855000', '212902.858000', '212902.860000', '212902.863000', '212902.865000', '212902.868000', '212902.871000', '212902.873000', '212902.876000', '212902.879000', '212902.881000', '212902.884000', '212902.887000', '212902.889000', '212902.892000', '212902.894000', '212922.784000', '212922.787000', '212922.790000', '212922.792000', '212922.795000', '212922.797000', '212922.800000', '212922.803000', '212922.805000', '212922.808000', '212922.811000', '212922.813000', '212922.816000', '212922.818000', '212922.821000', '212922.824000', '212922.826000', '212922.829000', '212922.831000', '212922.834000', '212922.837000', '212922.839000', '212922.842000', '212922.845000', '212922.847000', '212922.850000', '212922.852000', '212922.855000', '212922.857000', '212922.860000', '212922.863000', '212922.865000', '212922.868000', '212922.870000', '212922.873000', '212922.876000', '212922.878000', '212922.881000', '212922.883000', '212922.886000', '212922.889000', '212922.891000', '212922.894000', '212922.896000', '212942.784000', '212942.786000', '212942.789000', '212942.792000', '212942.794000', '212942.797000', '212942.800000', '212942.802000', '212942.805000', '212942.808000', '212942.810000', '212942.813000', '212942.815000', '212942.818000', '212942.821000', '212942.823000', '212942.826000', '212942.828000', '212942.831000', '212942.834000', '212942.836000', '212942.839000', '212942.842000', '212942.844000', '212942.847000', '212942.849000', '212942.852000', '212942.855000', '212942.857000', '212942.860000', '212942.863000', '212942.865000', '212942.868000', '212942.870000', '212942.873000', '212942.876000', '212942.878000', '212942.881000', '212942.883000', '212942.886000', '212942.889000', '212942.891000', '212942.894000', '213002.783000', '213002.786000', '213002.789000', '213002.792000', '213002.794000', '213002.797000', '213002.800000', '213002.802000', '213002.805000', '213002.807000', '213002.810000', '213002.812000', '213002.815000', '213002.818000', '213002.820000', '213002.823000', '213002.825000', '213002.828000', '213002.831000', '213002.833000', '213002.836000', '213002.839000', '213002.841000', '213002.844000', '213002.846000', '213002.849000', '213002.851000', '213002.854000', '213002.857000', '213002.859000', '213002.862000', '213002.864000', '213002.867000', '213002.870000', '213002.872000', '213002.875000', '213002.877000', '213002.880000', '213002.883000', '213002.885000', '213002.888000', '213002.891000', '213002.893000', '213002.896000', '213022.784000', '213022.787000', '213022.789000', '213022.792000', '213022.795000', '213022.797000', '213022.800000', '213022.803000', '213022.805000', '213022.808000', '213022.810000', '213022.813000', '213022.815000', '213022.818000', '213022.821000', '213022.823000', '213022.826000', '213022.828000', '213022.831000', '213022.834000', '213022.836000', '213022.839000', '213022.841000', '213022.844000', '213022.847000', '213022.849000', '213022.852000', '213022.854000', '213022.857000', '213022.860000', '213022.862000', '213022.865000', '213022.867000', '213022.870000', '213022.873000', '213022.875000', '213022.878000', '213022.880000', '213022.883000', '213022.886000', '213022.888000', '213022.891000', '213022.893000', '213038.593000', '213038.596000', '213038.599000', '213038.601000', '213038.604000', '213038.607000', '213038.609000', '213038.612000', '213038.615000', '213038.617000', '213038.620000', '213038.623000', '213038.625000', '213038.628000', '213038.631000', '213038.633000', '213038.636000', '213038.638000', '213038.641000', '213038.644000', '213038.646000', '213038.649000', '213038.651000', '213038.654000', '213038.657000', '213038.659000', '213038.662000', '213038.665000', '213038.667000', '213038.670000', '213038.673000', '213038.675000', '213038.678000', '213038.681000', '213038.683000'], 'InstanceCreationTime': ['212142.821000', '212142.825000', '212142.827000', '212142.830000', '212142.833000', '212142.835000', '212142.838000', '212142.840000', '212142.843000', '212142.845000', '212142.848000', '212142.851000', '212142.853000', '212142.856000', '212142.858000', '212142.861000', '212142.864000', '212142.866000', '212142.869000', '212142.871000', '212142.874000', '212142.876000', '212142.879000', '212142.882000', '212142.884000', '212142.887000', '212142.889000', '212142.892000', '212142.895000', '212142.897000', '212142.900000', '212142.902000', '212142.905000', '212142.907000', '212142.910000', '212142.912000', '212142.915000', '212142.918000', '212142.920000', '212142.923000', '212142.926000', '212142.928000', '212142.931000', '212142.934000', '212202.784000', '212202.787000', '212202.790000', '212202.792000', '212202.795000', '212202.797000', '212202.800000', '212202.803000', '212202.805000', '212202.808000', '212202.810000', '212202.813000', '212202.816000', '212202.818000', '212202.821000', '212202.823000', '212202.826000', '212202.828000', '212202.831000', '212202.834000', '212202.836000', '212202.839000', '212202.841000', '212202.844000', '212202.846000', '212202.849000', '212202.852000', '212202.854000', '212202.857000', '212202.859000', '212202.862000', '212202.864000', '212202.867000', '212202.869000', '212202.872000', '212202.874000', '212202.877000', '212202.880000', '212202.882000', '212202.885000', '212202.887000', '212202.890000', '212202.892000', '212222.783000', '212222.786000', '212222.789000', '212222.791000', '212222.800000', '212222.803000', '212222.805000', '212222.808000', '212222.811000', '212222.813000', '212222.816000', '212222.818000', '212222.821000', '212222.824000', '212222.826000', '212222.829000', '212222.831000', '212222.834000', '212222.837000', '212222.839000', '212222.842000', '212222.844000', '212222.847000', '212222.849000', '212222.852000', '212222.855000', '212222.857000', '212222.860000', '212222.862000', '212222.865000', '212222.868000', '212222.870000', '212222.873000', '212222.875000', '212222.878000', '212222.880000', '212222.883000', '212222.886000', '212222.888000', '212222.891000', '212222.893000', '212222.896000', '212222.899000', '212222.901000', '212242.783000', '212242.786000', '212242.789000', '212242.791000', '212242.794000', '212242.796000', '212242.799000', '212242.802000', '212242.804000', '212242.830000', '212242.832000', '212242.835000', '212242.837000', '212242.840000', '212242.842000', '212242.849000', '212242.851000', '212242.854000', '212242.856000', '212242.859000', '212242.861000', '212242.864000', '212242.867000', '212242.869000', '212242.872000', '212242.874000', '212242.877000', '212242.880000', '212242.882000', '212242.885000', '212242.888000', '212242.890000', '212242.893000', '212242.895000', '212242.898000', '212242.900000', '212242.903000', '212242.905000', '212242.908000', '212242.911000', '212242.913000', '212242.916000', '212242.918000', '212302.783000', '212302.786000', '212302.789000', '212302.791000', '212302.794000', '212302.797000', '212302.799000', '212302.802000', '212302.804000', '212302.807000', '212302.810000', '212302.812000', '212302.815000', '212302.817000', '212302.820000', '212302.823000', '212302.825000', '212302.828000', '212302.831000', '212302.833000', '212302.836000', '212302.838000', '212302.841000', '212302.843000', '212302.846000', '212302.849000', '212302.851000', '212302.854000', '212302.856000', '212302.859000', '212302.861000', '212302.864000', '212302.867000', '212302.869000', '212302.872000', '212302.874000', '212302.882000', '212302.885000', '212302.887000', '212302.890000', '212302.892000', '212302.895000', '212302.898000', '212302.900000', '212322.784000', '212322.787000', '212322.789000', '212322.792000', '212322.794000', '212322.797000', '212322.799000', '212322.802000', '212322.805000', '212322.807000', '212322.810000', '212322.813000', '212322.815000', '212322.818000', '212322.820000', '212322.823000', '212322.826000', '212322.828000', '212322.831000', '212322.833000', '212322.836000', '212322.838000', '212322.841000', '212322.844000', '212322.846000', '212322.849000', '212322.852000', '212322.854000', '212322.857000', '212322.859000', '212322.862000', '212322.865000', '212322.867000', '212322.870000', '212322.872000', '212322.875000', '212322.878000', '212322.880000', '212322.883000', '212322.885000', '212322.888000', '212322.891000', '212322.893000', '212342.783000', '212342.786000', '212342.789000', '212342.791000', '212342.794000', '212342.797000', '212342.799000', '212342.802000', '212342.804000', '212342.807000', '212342.810000', '212342.812000', '212342.815000', '212342.817000', '212342.820000', '212342.823000', '212342.825000', '212342.828000', '212342.830000', '212342.833000', '212342.835000', '212342.838000', '212342.841000', '212342.843000', '212342.846000', '212342.849000', '212342.851000', '212342.854000', '212342.856000', '212342.859000', '212342.862000', '212342.864000', '212342.867000', '212342.869000', '212342.872000', '212342.874000', '212342.877000', '212342.880000', '212342.882000', '212342.885000', '212342.889000', '212342.891000', '212342.894000', '212342.897000', '212402.785000', '212402.788000', '212402.790000', '212402.793000', '212402.796000', '212402.798000', '212402.801000', '212402.804000', '212402.806000', '212402.809000', '212402.811000', '212402.814000', '212402.816000', '212402.819000', '212402.822000', '212402.824000', '212402.827000', '212402.829000', '212402.832000', '212402.835000', '212402.837000', '212402.840000', '212402.843000', '212402.845000', '212402.848000', '212402.850000', '212402.853000', '212402.856000', '212402.858000', '212402.861000', '212402.863000', '212402.866000', '212402.869000', '212402.871000', '212402.874000', '212402.877000', '212402.879000', '212402.882000', '212402.884000', '212402.887000', '212402.889000', '212402.892000', '212402.895000', '212422.783000', '212422.786000', '212422.789000', '212422.792000', '212422.794000', '212422.797000', '212422.800000', '212422.803000', '212422.805000', '212422.808000', '212422.811000', '212422.814000', '212422.817000', '212422.819000', '212422.822000', '212422.824000', '212422.827000', '212422.830000', '212422.832000', '212422.835000', '212422.837000', '212422.840000', '212422.843000', '212422.845000', '212422.848000', '212422.850000', '212422.853000', '212422.856000', '212422.858000', '212422.861000', '212422.863000', '212422.866000', '212422.869000', '212422.871000', '212422.874000', '212422.877000', '212422.879000', '212422.882000', '212422.884000', '212422.887000', '212422.890000', '212422.892000', '212422.895000', '212442.783000', '212442.786000', '212442.789000', '212442.792000', '212442.794000', '212442.797000', '212442.799000', '212442.802000', '212442.805000', '212442.807000', '212442.810000', '212442.812000', '212442.815000', '212442.818000', '212442.820000', '212442.823000', '212442.825000', '212442.828000', '212442.831000', '212442.833000', '212442.836000', '212442.839000', '212442.841000', '212442.844000', '212442.847000', '212442.849000', '212442.852000', '212442.854000', '212442.857000', '212442.859000', '212442.862000', '212442.865000', '212442.867000', '212442.870000', '212442.873000', '212442.875000', '212442.878000', '212442.880000', '212442.883000', '212442.886000', '212442.888000', '212442.891000', '212442.893000', '212442.896000', '212502.784000', '212502.786000', '212502.789000', '212502.792000', '212502.794000', '212502.797000', '212502.800000', '212502.802000', '212502.805000', '212502.807000', '212502.810000', '212502.813000', '212502.815000', '212502.818000', '212502.820000', '212502.823000', '212502.825000', '212502.828000', '212502.831000', '212502.833000', '212502.836000', '212502.839000', '212502.841000', '212502.844000', '212502.846000', '212502.849000', '212502.852000', '212502.854000', '212502.857000', '212502.860000', '212502.862000', '212502.865000', '212502.868000', '212502.870000', '212502.873000', '212502.876000', '212502.879000', '212502.881000', '212502.884000', '212502.886000', '212502.889000', '212502.892000', '212502.894000', '212522.783000', '212522.786000', '212522.789000', '212522.792000', '212522.794000', '212522.797000', '212522.800000', '212522.802000', '212522.805000', '212522.807000', '212522.810000', '212522.813000', '212522.815000', '212522.818000', '212522.843000', '212522.846000', '212522.849000', '212522.851000', '212522.854000', '212522.857000', '212522.859000', '212522.862000', '212522.864000', '212522.867000', '212522.870000', '212522.872000', '212522.875000', '212522.877000', '212522.880000', '212522.883000', '212522.885000', '212522.888000', '212522.891000', '212522.893000', '212522.896000', '212522.898000', '212522.901000', '212522.904000', '212522.906000', '212522.909000', '212522.911000', '212522.914000', '212522.917000', '212522.919000', '212542.783000', '212542.786000', '212542.789000', '212542.792000', '212542.794000', '212542.797000', '212542.799000', '212542.802000', '212542.805000', '212542.807000', '212542.810000', '212542.813000', '212542.816000', '212542.818000', '212542.821000', '212542.824000', '212542.826000', '212542.829000', '212542.832000', '212542.834000', '212542.837000', '212542.839000', '212542.842000', '212542.844000', '212542.847000', '212542.851000', '212542.853000', '212542.856000', '212542.859000', '212542.861000', '212542.872000', '212542.875000', '212542.877000', '212542.880000', '212542.882000', '212542.885000', '212542.887000', '212542.890000', '212542.893000', '212542.895000', '212542.898000', '212542.900000', '212542.903000', '212602.784000', '212602.787000', '212602.790000', '212602.793000', '212602.795000', '212602.798000', '212602.801000', '212602.803000', '212602.806000', '212602.809000', '212602.811000', '212602.814000', '212602.816000', '212602.819000', '212602.821000', '212602.824000', '212602.827000', '212602.829000', '212602.832000', '212602.835000', '212602.837000', '212602.840000', '212602.842000', '212602.845000', '212602.848000', '212602.850000', '212602.853000', '212602.855000', '212602.858000', '212602.860000', '212602.863000', '212602.866000', '212602.868000', '212602.871000', '212602.874000', '212602.876000', '212602.879000', '212602.881000', '212602.884000', '212602.887000', '212602.889000', '212602.892000', '212602.894000', '212602.897000', '212622.784000', '212622.787000', '212622.790000', '212622.793000', '212622.795000', '212622.798000', '212622.800000', '212622.803000', '212622.806000', '212622.808000', '212622.811000', '212622.813000', '212622.816000', '212622.819000', '212622.821000', '212622.824000', '212622.826000', '212622.829000', '212622.832000', '212622.834000', '212622.837000', '212622.840000', '212622.842000', '212622.845000', '212622.847000', '212622.850000', '212622.853000', '212622.855000', '212622.858000', '212622.860000', '212622.863000', '212622.866000', '212622.868000', '212622.871000', '212622.873000', '212622.876000', '212622.879000', '212622.881000', '212622.884000', '212622.886000', '212622.889000', '212622.892000', '212622.894000', '212622.897000', '212642.783000', '212642.786000', '212642.789000', '212642.792000', '212642.794000', '212642.797000', '212642.799000', '212642.802000', '212642.805000', '212642.807000', '212642.810000', '212642.812000', '212642.815000', '212642.818000', '212642.820000', '212642.823000', '212642.826000', '212642.828000', '212642.831000', '212642.833000', '212642.836000', '212642.839000', '212642.841000', '212642.844000', '212642.846000', '212642.849000', '212642.852000', '212642.854000', '212642.857000', '212642.859000', '212642.862000', '212642.865000', '212642.869000', '212642.872000', '212642.874000', '212642.877000', '212642.880000', '212642.882000', '212642.885000', '212642.887000', '212642.890000', '212642.893000', '212642.895000', '212702.784000', '212702.786000', '212702.789000', '212702.792000', '212702.794000', '212702.797000', '212702.799000', '212702.802000', '212702.805000', '212702.807000', '212702.810000', '212702.812000', '212702.815000', '212702.818000', '212702.820000', '212702.823000', '212702.825000', '212702.828000', '212702.831000', '212702.833000', '212702.836000', '212702.838000', '212702.841000', '212702.843000', '212702.846000', '212702.849000', '212702.852000', '212702.855000', '212702.857000', '212702.860000', '212702.863000', '212702.865000', '212702.868000', '212702.871000', '212702.873000', '212702.876000', '212702.878000', '212702.881000', '212702.884000', '212702.886000', '212702.890000', '212702.905000', '212702.907000', '212722.783000', '212722.786000', '212722.789000', '212722.792000', '212722.794000', '212722.797000', '212722.800000', '212722.802000', '212722.805000', '212722.808000', '212722.810000', '212722.813000', '212722.815000', '212722.818000', '212722.821000', '212722.823000', '212722.826000', '212722.829000', '212722.831000', '212722.834000', '212722.836000', '212722.839000', '212722.841000', '212722.844000', '212722.847000', '212722.849000', '212722.852000', '212722.855000', '212722.857000', '212722.860000', '212722.862000', '212722.865000', '212722.868000', '212722.870000', '212722.873000', '212722.875000', '212722.878000', '212722.881000', '212722.883000', '212722.886000', '212722.888000', '212722.891000', '212722.894000', '212722.896000', '212742.783000', '212742.786000', '212742.789000', '212742.792000', '212742.794000', '212742.797000', '212742.800000', '212742.802000', '212742.805000', '212742.807000', '212742.810000', '212742.813000', '212742.815000', '212742.818000', '212742.821000', '212742.823000', '212742.826000', '212742.828000', '212742.831000', '212742.833000', '212742.836000', '212742.839000', '212742.841000', '212742.844000', '212742.846000', '212742.849000', '212742.852000', '212742.854000', '212742.857000', '212742.859000', '212742.862000', '212742.864000', '212742.867000', '212742.870000', '212742.872000', '212742.875000', '212742.878000', '212742.881000', '212742.883000', '212742.886000', '212742.888000', '212742.891000', '212742.894000', '212802.783000', '212802.786000', '212802.789000', '212802.792000', '212802.794000', '212802.797000', '212802.799000', '212802.802000', '212802.805000', '212802.807000', '212802.810000', '212802.813000', '212802.815000', '212802.818000', '212802.820000', '212802.823000', '212802.826000', '212802.828000', '212802.831000', '212802.833000', '212802.836000', '212802.838000', '212802.841000', '212802.844000', '212802.846000', '212802.849000', '212802.852000', '212802.854000', '212802.857000', '212802.859000', '212802.862000', '212802.865000', '212802.867000', '212802.870000', '212802.872000', '212802.875000', '212802.877000', '212802.880000', '212802.883000', '212802.885000', '212802.888000', '212802.891000', '212802.893000', '212802.896000', '212822.785000', '212822.788000', '212822.790000', '212822.793000', '212822.796000', '212822.798000', '212822.801000', '212822.803000', '212822.806000', '212822.809000', '212822.811000', '212822.814000', '212822.817000', '212822.819000', '212822.822000', '212822.824000', '212822.827000', '212822.830000', '212822.832000', '212822.835000', '212822.838000', '212822.840000', '212822.843000', '212822.846000', '212822.848000', '212822.851000', '212822.853000', '212822.856000', '212822.859000', '212822.861000', '212822.864000', '212822.867000', '212822.869000', '212822.872000', '212822.874000', '212822.877000', '212822.880000', '212822.882000', '212822.885000', '212822.888000', '212822.890000', '212822.893000', '212822.895000', '212842.785000', '212842.788000', '212842.790000', '212842.793000', '212842.795000', '212842.798000', '212842.801000', '212842.803000', '212842.806000', '212842.808000', '212842.811000', '212842.814000', '212842.816000', '212842.819000', '212842.822000', '212842.824000', '212842.827000', '212842.829000', '212842.832000', '212842.835000', '212842.837000', '212842.840000', '212842.842000', '212842.845000', '212842.848000', '212842.850000', '212842.853000', '212842.855000', '212842.858000', '212842.861000', '212842.863000', '212842.866000', '212842.868000', '212842.871000', '212842.874000', '212842.876000', '212842.879000', '212842.882000', '212842.884000', '212842.887000', '212842.889000', '212842.892000', '212842.895000', '212842.897000', '212902.783000', '212902.786000', '212902.789000', '212902.792000', '212902.794000', '212902.797000', '212902.800000', '212902.802000', '212902.805000', '212902.807000', '212902.810000', '212902.813000', '212902.815000', '212902.818000', '212902.821000', '212902.823000', '212902.826000', '212902.829000', '212902.831000', '212902.834000', '212902.836000', '212902.839000', '212902.842000', '212902.844000', '212902.847000', '212902.850000', '212902.852000', '212902.855000', '212902.858000', '212902.860000', '212902.863000', '212902.865000', '212902.868000', '212902.871000', '212902.873000', '212902.876000', '212902.879000', '212902.881000', '212902.884000', '212902.887000', '212902.889000', '212902.892000', '212902.894000', '212922.784000', '212922.787000', '212922.790000', '212922.792000', '212922.795000', '212922.797000', '212922.800000', '212922.803000', '212922.805000', '212922.808000', '212922.811000', '212922.813000', '212922.816000', '212922.818000', '212922.821000', '212922.824000', '212922.826000', '212922.829000', '212922.831000', '212922.834000', '212922.837000', '212922.839000', '212922.842000', '212922.845000', '212922.847000', '212922.850000', '212922.852000', '212922.855000', '212922.857000', '212922.860000', '212922.863000', '212922.865000', '212922.868000', '212922.870000', '212922.873000', '212922.876000', '212922.878000', '212922.881000', '212922.883000', '212922.886000', '212922.889000', '212922.891000', '212922.894000', '212922.896000', '212942.784000', '212942.786000', '212942.789000', '212942.792000', '212942.794000', '212942.797000', '212942.800000', '212942.802000', '212942.805000', '212942.808000', '212942.810000', '212942.813000', '212942.815000', '212942.818000', '212942.821000', '212942.823000', '212942.826000', '212942.828000', '212942.831000', '212942.834000', '212942.836000', '212942.839000', '212942.842000', '212942.844000', '212942.847000', '212942.849000', '212942.852000', '212942.855000', '212942.857000', '212942.860000', '212942.863000', '212942.865000', '212942.868000', '212942.870000', '212942.873000', '212942.876000', '212942.878000', '212942.881000', '212942.883000', '212942.886000', '212942.889000', '212942.891000', '212942.894000', '213002.783000', '213002.786000', '213002.789000', '213002.792000', '213002.794000', '213002.797000', '213002.800000', '213002.802000', '213002.805000', '213002.807000', '213002.810000', '213002.812000', '213002.815000', '213002.818000', '213002.820000', '213002.823000', '213002.825000', '213002.828000', '213002.831000', '213002.833000', '213002.836000', '213002.839000', '213002.841000', '213002.844000', '213002.846000', '213002.849000', '213002.851000', '213002.854000', '213002.857000', '213002.859000', '213002.862000', '213002.864000', '213002.867000', '213002.870000', '213002.872000', '213002.875000', '213002.877000', '213002.880000', '213002.883000', '213002.885000', '213002.888000', '213002.891000', '213002.893000', '213002.896000', '213022.784000', '213022.787000', '213022.789000', '213022.792000', '213022.795000', '213022.797000', '213022.800000', '213022.803000', '213022.805000', '213022.808000', '213022.810000', '213022.813000', '213022.815000', '213022.818000', '213022.821000', '213022.823000', '213022.826000', '213022.828000', '213022.831000', '213022.834000', '213022.836000', '213022.839000', '213022.841000', '213022.844000', '213022.847000', '213022.849000', '213022.852000', '213022.854000', '213022.857000', '213022.860000', '213022.862000', '213022.865000', '213022.867000', '213022.870000', '213022.873000', '213022.875000', '213022.878000', '213022.880000', '213022.883000', '213022.886000', '213022.888000', '213022.891000', '213022.893000', '213038.593000', '213038.596000', '213038.599000', '213038.601000', '213038.604000', '213038.607000', '213038.609000', '213038.612000', '213038.615000', '213038.617000', '213038.620000', '213038.623000', '213038.625000', '213038.628000', '213038.631000', '213038.633000', '213038.636000', '213038.638000', '213038.641000', '213038.644000', '213038.646000', '213038.649000', '213038.651000', '213038.654000', '213038.657000', '213038.659000', '213038.662000', '213038.665000', '213038.667000', '213038.670000', '213038.673000', '213038.675000', '213038.678000', '213038.681000', '213038.683000'], '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': [18043, 10975, 18332, 11886, 17292, 12135, 14181, 9812, 14299, 10023, 14521, 21020, 12883, 17756, 10545, 15089, 9600, 14532, 10515, 14070, 13614, 11578, 18885, 11570, 16471, 11586, 13964, 9505, 14126, 13238, 12126, 20844, 14415, 17872, 9881, 13839, 11282, 11815, 20863, 14134, 16711, 10169, 13711, 15824, 10684, 17456, 11579, 14596, 10639, 13377, 17972, 10466, 15978, 10721, 14200, 11502, 13315, 20545, 10995, 15400, 9666, 14358, 17581, 12341, 16756, 10982, 13929, 10789, 13203, 20579, 12342, 13971, 10011, 13158, 10785, 11379, 18838, 12676, 13437, 10897, 11864, 19663, 11035, 16286, 10639, 12775, 11007, 10878, 17635, 11140, 14403, 10701, 13227, 11833, 11222, 17173, 10140, 13964, 11048, 12270, 17164, 11098, 14204, 10444, 12669, 19791, 11096, 15493, 11413, 12927, 10384, 10998, 17389, 11189, 14740, 10774, 13141, 10034, 12155, 12159, 10979, 17699, 12394, 12624, 10645, 10900, 17551, 11223, 15181, 10863, 15513, 15184, 10834, 15966, 10346, 13601, 11378, 13025, 16900, 10916, 16308, 10169, 13429, 15484, 12208, 19215, 11095, 13571, 10029, 12831, 20850, 12040, 14341, 10787, 13040, 11089, 11382, 18186, 11175, 14409, 11244, 13517, 16231, 11077, 16007, 10703, 13944, 11032, 12757, 14749, 10836, 15696, 10284, 13945, 11087, 12442, 17627, 11394, 14537, 10196, 13389, 10778, 13338, 12421, 11020, 15872, 11031, 14049, 10365, 13536, 11806, 10922, 17231, 10434, 14047, 10575, 12161, 21172, 11150, 14773, 9447, 12523, 13687, 10875, 17492, 11411, 12775, 10402, 10930, 14395, 10892, 16159, 10973, 12206, 9131, 12540, 10251, 12297, 18165, 11058, 15364, 9632, 12938, 16968, 11787, 18517, 11349, 12797, 9705, 16756, 17037, 19171, 18154, 11503, 16875, 11461, 11925, 14728, 11204, 17204, 11186, 14167, 14451, 13838, 21139, 11289, 14619, 10504, 13307, 16130, 11550, 19679, 11308, 14410, 10146, 12874, 10818, 11686, 18540, 12251, 13601, 10387, 13416, 10875, 13134, 18294, 11624, 14459, 11010, 13508, 9931, 13138, 15001, 12088, 15837, 10888, 14160, 10092, 13830, 19607, 12143, 17232, 10786, 13513, 9851, 12119, 20748, 11131, 13383, 9566, 13281, 10318, 11794, 18374, 11759, 13249, 9499, 12660, 10403, 11425, 18167, 12124, 13931, 9530, 12932, 9913, 11279, 19031, 11434, 14595, 10110, 13515, 10152, 11134, 16359, 10910, 16531, 11500, 13197, 9563, 12966, 9991, 11954, 18592, 11924, 13657, 10403, 13378, 9057, 13685, 10238, 13294, 10514, 11789, 14526, 10595, 16606, 12028, 15296, 11209, 14039, 9910, 13783, 10762, 13294, 22733, 13274, 17540, 11189, 14368, 10040, 13669, 10706, 13143, 20743, 11324, 18064, 11263, 14350, 9836, 13866, 14980, 14115, 21539, 11403, 14428, 10349, 13708, 11089, 13027, 17316, 10895, 17143, 10865, 14033, 11452, 13891, 18465, 11500, 20622, 11373, 14560, 10804, 13961, 10905, 12847, 11363, 11113, 15080, 11141, 16363, 11271, 15189, 10380, 13394, 10871, 12523, 14921, 11463, 18416, 13260, 13436, 9845, 12368, 10138, 11155, 17734, 11573, 14825, 11645, 11328, 20794, 11468, 13942, 10024, 12991, 15424, 11112, 14685, 10646, 13226, 9831, 12177, 14131, 10867, 14155, 10743, 13374, 9851, 11649, 17127, 10773, 14447, 10837, 12709, 10478, 10977, 17260, 11188, 14767, 10471, 13001, 10491, 11042, 16178, 10501, 14901, 10201, 13408, 10813, 11410, 20307, 10796, 14996, 9729, 13335, 12598, 11229, 16311, 10875, 14329, 9253, 12936, 17004, 11396, 15428, 11032, 13825, 9154, 12787, 12506, 11236, 17313, 10919, 14320, 9213, 12850, 9701, 11603, 17630, 11896, 13472, 9266, 12945, 9372, 11090, 17873, 11362, 14218, 10573, 13015, 9271, 12224, 10886, 11196, 17763, 11980, 14526, 10538, 13684, 9579, 13149, 12416, 12344, 18855, 11569, 14691, 9784, 13579, 10134, 12738, 17953, 11619, 20325, 10311, 14885, 10826, 14356, 9677, 13369, 9820, 12711, 9779, 11315, 20048, 12083, 16211, 10814, 13845, 9251, 12999, 17524, 11502, 20010, 15571, 16795, 9793, 12547, 10128, 12251, 16187, 11747, 18360, 10072, 14365, 9693, 13486, 10264, 12403, 18613, 10570, 16886, 10729, 13954, 10861, 14809, 19504, 10722, 19517, 10584, 13996, 9891, 13097, 11035, 12582, 19721, 10553, 15818, 10136, 13186, 11983, 11765, 20967, 10788, 14193, 9238, 12718, 10161, 11302, 20069, 11720, 14950, 10413, 13103, 9783, 13011, 11128, 12403, 12919, 10520, 15647, 10220, 13851, 10153, 12514, 19225, 10334, 15417, 10231, 13252, 10557, 11765, 21100, 11513, 16015, 10768, 13075, 9553, 13065, 16167, 11852, 19630, 10303, 14082, 10124, 13264, 10311, 13196, 14818, 10597, 17196, 10456, 14131, 9864, 12845, 10501, 12013, 15511, 10446, 16472, 11019, 14348, 10483, 16458, 15871, 10608, 17899, 10920, 14515, 10152, 13257, 10406, 12556, 11371, 10499, 18020, 11117, 15211, 11078, 12765, 9282, 12166, 10149, 11165, 18500, 12128, 15629, 10274, 13313, 9926, 12409, 18324, 11311, 19136, 11196, 14791, 9996, 13620, 10779, 12696, 20068, 11618, 17658, 10551, 14248, 9336, 13212, 11193, 12407, 17455, 10520, 15931, 10784, 13923, 9625, 13865, 10688, 12145, 9634, 10560, 17249, 11102, 15700, 11335, 13244, 8883, 12110, 11095, 10920, 18479, 11891, 15770, 10334, 13366, 9494, 13574, 10921, 13374, 19755, 10539, 18734, 10748, 14324, 9666, 13338, 14727, 11474, 21464, 10719, 15796, 10100, 13856, 9989, 12552, 10045, 10495, 17217, 10830, 15015, 10884, 13487, 9806, 12667, 10890, 11250, 21194, 11605, 17143, 10596, 13836, 9310, 12890, 13035, 11951, 20442, 10440, 14947, 9765, 13421, 11317, 13304, 16378, 10814, 20868, 10881, 14437, 10463, 13442, 11079, 12672, 11323, 10593, 17086, 10794, 14394, 9968, 13219, 9780, 11921, 9729, 10496, 16712, 10873, 14115, 9849, 12859, 9715, 11007, 16487, 10786, 15556, 11117, 13105, 9215, 12013, 9515, 10900, 17525, 11465, 15517, 10600, 13813, 9569, 13135, 11372, 12097, 22488, 11332, 17349, 10640, 13804, 9523, 12300, 19034, 10857, 19641, 10600, 14270, 9709, 13439, 10638, 12157, 9251, 10699, 15469, 10640, 16379, 11275, 14577, 10150, 13322, 9317, 13189, 11064, 12608, 19268, 10377, 16531, 10681, 15407, 10858, 17290, 9892, 11653, 19492, 10519, 18777, 13037, 16208, 10040, 13206, 10329, 12065, 20317, 11189, 18995, 10231, 14226, 10740, 13718, 9834, 13478, 11105, 10965, 18082, 10845, 15899, 11266, 14680, 9935, 13198, 9490, 12820, 10661, 12472, 16282, 10729, 16679, 10744, 14448, 10192, 14267, 11287, 11398, 19209, 10812, 17441, 11452, 16184, 10604, 13330, 9823, 11980, 10416, 12206, 15029, 10948, 17225, 10509, 14560, 10811, 14202, 10349, 12682, 9476, 11641, 9520, 11561, 18001, 11763, 14766, 10376, 13988, 9938, 13412, 9938, 13204, 10386, 10768, 19845, 10833, 16033, 11513, 15433, 10657, 13406, 10040, 13102, 12514, 12181, 19198, 10713, 16150, 10874, 14719, 10615, 13976, 9818, 12761, 9389, 11362, 19251, 10843, 16540, 10947, 14199, 9815, 12407, 19040, 11697, 20325, 11123, 15195, 9958, 13488, 11434, 11932, 13900, 10450, 16632, 10789, 14880, 11167, 13044, 9831, 12629, 9579, 12668, 11784, 11663, 19060, 10732, 14572, 10810, 13645, 10212, 12644, 11217, 11034, 13222, 10779, 17062, 11366, 14983, 10567, 13389, 9632, 13566, 11359, 13032, 13473, 10521, 15664, 10347, 14894, 10636, 12990, 10237, 11650, 17945, 10531, 18570, 12348, 16545, 10269, 12743, 10815, 11179, 20377, 11414, 16085, 10482, 13523, 10117, 13170, 10446, 12945, 10411, 10636, 9559, 10850, 17573, 11384, 16495, 10750, 14206, 9878, 13289, 10963, 11145, 21077, 16106, 17904, 10222, 12086, 11034, 11146, 21189, 13115, 17491, 10615, 13000, 10111, 11651, 11700, 10854, 14309, 10476, 14354, 10591, 13246, 9662, 12492, 10030, 10874, 17350, 10703, 13473, 9614, 12423, 12783, 10491, 18137, 10315, 14170, 9966, 12787, 10904, 11103, 20784, 10152, 15054, 10623, 13760, 9637, 12771, 9899, 10837, 17164, 10630, 14271, 9577, 11831, 11644, 10657, 16930, 10935, 14009, 10125, 11621, 20451, 10929, 18585, 10619, 13488, 9528, 12182, 17041, 11006, 14758, 10455, 13448, 9314, 12082, 10647, 11162, 17048, 10219, 14517, 10683, 13183, 9702, 12242, 9531, 10609, 16289, 10712, 14766, 11019, 13394, 9910, 13291, 9707, 11207, 20732, 11407, 16796, 11199, 13531, 9034, 11996, 16656, 10754, 16547, 10550, 14339, 9519, 13731, 9552, 11623, 17060, 10930, 16170, 10406, 14524, 9753, 13496, 8942, 11755, 9058, 10739, 11703, 12554, 19182, 12285, 20194, 17046, 18947, 14850, 16727, 14218, 19667, 14927, 17922, 10673, 11029, 13272, 11175, 20630, 12765, 15610, 10452, 10836, 10539, 11859, 10441, 13903, 11178, 10070, 11012, 10329, 11732, 19124, 12313, 17651, 14613, 17850, 9450, 12793, 10289, 12794, 17842, 13360, 19030, 10906, 17297, 10993, 14670, 10377, 13252, 10476, 12756, 10468, 10981, 10301, 10950, 16797, 10889, 14932, 10544, 13478, 11179, 14622, 11189, 13710, 10575, 12767, 10060, 13427], 'WindowCenter': [5201.0, 5124.0, 5166.0, 5115.0, 5156.0, 5115.0, 5109.0, 5070.0, 5118.0, 5070.0, 5118.0, 5157.0, 5100.0, 5128.0, 5078.0, 5106.0, 5058.0, 5107.0, 5070.0, 5111.0, 5096.0, 5089.0, 5136.0, 5089.0, 5116.0, 5087.0, 5105.0, 5057.0, 5108.0, 5096.0, 5090.0, 5139.0, 5110.0, 5112.0, 5058.0, 5094.0, 5064.0, 5077.0, 5137.0, 5095.0, 5103.0, 5053.0, 5083.0, 5089.0, 5054.0, 5101.0, 5075.0, 5093.0, 5053.0, 5082.0, 5102.0, 5053.0, 5090.0, 5064.0, 5093.0, 5063.0, 5083.0, 5133.0, 5064.0, 5091.0, 5041.0, 5095.0, 5112.0, 5074.0, 5089.0, 5051.0, 5080.0, 5062.0, 5083.0, 5122.0, 5086.0, 5086.0, 5053.0, 5083.0, 5062.0, 5074.0, 5124.0, 5086.0, 5082.0, 5052.0, 5071.0, 5112.0, 5063.0, 5102.0, 5064.0, 5074.0, 5061.0, 5063.0, 5099.0, 5062.0, 5096.0, 5064.0, 5083.0, 5072.0, 5064.0, 5112.0, 5053.0, 5094.0, 5064.0, 5075.0, 5114.0, 5064.0, 5091.0, 5062.0, 5084.0, 5122.0, 5075.0, 5091.0, 5063.0, 5083.0, 5054.0, 5062.0, 5101.0, 5076.0, 5094.0, 5064.0, 5083.0, 5057.0, 5085.0, 5084.0, 5077.0, 5124.0, 5088.0, 5086.0, 5064.0, 5066.0, 5114.0, 5076.0, 5106.0, 5064.0, 5105.0, 5091.0, 5064.0, 5103.0, 5055.0, 5095.0, 5075.0, 5085.0, 5112.0, 5065.0, 5104.0, 5053.0, 5085.0, 5104.0, 5074.0, 5121.0, 5063.0, 5081.0, 5053.0, 5084.0, 5132.0, 5075.0, 5091.0, 5062.0, 5081.0, 5059.0, 5062.0, 5111.0, 5064.0, 5093.0, 5060.0, 5085.0, 5100.0, 5060.0, 5088.0, 5053.0, 5092.0, 5062.0, 5083.0, 5091.0, 5063.0, 5099.0, 5053.0, 5095.0, 5061.0, 5076.0, 5111.0, 5074.0, 5090.0, 5055.0, 5084.0, 5064.0, 5096.0, 5076.0, 5075.0, 5102.0, 5077.0, 5108.0, 5069.0, 5095.0, 5079.0, 5076.0, 5113.0, 5063.0, 5095.0, 5065.0, 5086.0, 5137.0, 5079.0, 5106.0, 5056.0, 5085.0, 5082.0, 5063.0, 5111.0, 5074.0, 5070.0, 5048.0, 5062.0, 5077.0, 5064.0, 5101.0, 5064.0, 5074.0, 5055.0, 5082.0, 5067.0, 5103.0, 5127.0, 5089.0, 5117.0, 5067.0, 5100.0, 5114.0, 5077.0, 5113.0, 5078.0, 5082.0, 5055.0, 5125.0, 5127.0, 5122.0, 5111.0, 5074.0, 5100.0, 5063.0, 5075.0, 5091.0, 5074.0, 5101.0, 5061.0, 5080.0, 5078.0, 5081.0, 5118.0, 5050.0, 5076.0, 5038.0, 5068.0, 5089.0, 5049.0, 5096.0, 5046.0, 5066.0, 5036.0, 5055.0, 5033.0, 5058.0, 5109.0, 5058.0, 5068.0, 5041.0, 5068.0, 5049.0, 5084.0, 5110.0, 5060.0, 5079.0, 5065.0, 5069.0, 5041.0, 5082.0, 5092.0, 5074.0, 5092.0, 5061.0, 5078.0, 5052.0, 5092.0, 5121.0, 5073.0, 5102.0, 5063.0, 5080.0, 5040.0, 5070.0, 5134.0, 5066.0, 5081.0, 5056.0, 5094.0, 5052.0, 5086.0, 5125.0, 5076.0, 5084.0, 5055.0, 5086.0, 5063.0, 5076.0, 5126.0, 5085.0, 5094.0, 5055.0, 5083.0, 5053.0, 5076.0, 5124.0, 5077.0, 5093.0, 5065.0, 5083.0, 5065.0, 5076.0, 5102.0, 5078.0, 5114.0, 5075.0, 5096.0, 5059.0, 5098.0, 5057.0, 5088.0, 5127.0, 5088.0, 5095.0, 5079.0, 5095.0, 5058.0, 5096.0, 5069.0, 5099.0, 5069.0, 5078.0, 5105.0, 5079.0, 5117.0, 5100.0, 5108.0, 5079.0, 5104.0, 5069.0, 5098.0, 5079.0, 5102.0, 5157.0, 5101.0, 5116.0, 5075.0, 5096.0, 5057.0, 5084.0, 5051.0, 5096.0, 5134.0, 5065.0, 5103.0, 5065.0, 5094.0, 5042.0, 5095.0, 5105.0, 5096.0, 5133.0, 5075.0, 5091.0, 5052.0, 5085.0, 5064.0, 5082.0, 5102.0, 5064.0, 5112.0, 5064.0, 5084.0, 5065.0, 5084.0, 5112.0, 5064.0, 5122.0, 5062.0, 5066.0, 5064.0, 5094.0, 5065.0, 5082.0, 5064.0, 5065.0, 5093.0, 5065.0, 5102.0, 5076.0, 5093.0, 5054.0, 5082.0, 5064.0, 5072.0, 5078.0, 5073.0, 5112.0, 5083.0, 5082.0, 5053.0, 5074.0, 5051.0, 5064.0, 5099.0, 5075.0, 5091.0, 5061.0, 5061.0, 5108.0, 5060.0, 5078.0, 5042.0, 5070.0, 5090.0, 5047.0, 5080.0, 5052.0, 5071.0, 5052.0, 5074.0, 5082.0, 5064.0, 5081.0, 5065.0, 5082.0, 5054.0, 5075.0, 5115.0, 5067.0, 5095.0, 5065.0, 5074.0, 5052.0, 5066.0, 5103.0, 5066.0, 5094.0, 5066.0, 5085.0, 5066.0, 5074.0, 5103.0, 5064.0, 5104.0, 5068.0, 5099.0, 5066.0, 5078.0, 5133.0, 5064.0, 5094.0, 5060.0, 5099.0, 5086.0, 5079.0, 5117.0, 5076.0, 5105.0, 5058.0, 5100.0, 5128.0, 5089.0, 5118.0, 5080.0, 5108.0, 5059.0, 5099.0, 5099.0, 5091.0, 5128.0, 5081.0, 5110.0, 5058.0, 5099.0, 5069.0, 5091.0, 5140.0, 5091.0, 5099.0, 5061.0, 5098.0, 5057.0, 5091.0, 5129.0, 5089.0, 5111.0, 5067.0, 5097.0, 5060.0, 5086.0, 5079.0, 5092.0, 5140.0, 5091.0, 5109.0, 5083.0, 5100.0, 5069.0, 5110.0, 5100.0, 5091.0, 5130.0, 5089.0, 5107.0, 5069.0, 5099.0, 5069.0, 5100.0, 5128.0, 5089.0, 5138.0, 5080.0, 5107.0, 5093.0, 5110.0, 5070.0, 5110.0, 5069.0, 5100.0, 5068.0, 5093.0, 5152.0, 5091.0, 5129.0, 5082.0, 5108.0, 5060.0, 5100.0, 5129.0, 5092.0, 5139.0, 5108.0, 5116.0, 5057.0, 5089.0, 5066.0, 5088.0, 5117.0, 5088.0, 5126.0, 5069.0, 5106.0, 5070.0, 5110.0, 5080.0, 5102.0, 5137.0, 5080.0, 5129.0, 5080.0, 5097.0, 5078.0, 5108.0, 5125.0, 5066.0, 5125.0, 5066.0, 5096.0, 5068.0, 5100.0, 5079.0, 5091.0, 5134.0, 5067.0, 5105.0, 5067.0, 5087.0, 5075.0, 5077.0, 5134.0, 5064.0, 5095.0, 5044.0, 5085.0, 5055.0, 5077.0, 5125.0, 5077.0, 5095.0, 5066.0, 5084.0, 5057.0, 5087.0, 5065.0, 5086.0, 5084.0, 5066.0, 5105.0, 5068.0, 5097.0, 5067.0, 5087.0, 5124.0, 5064.0, 5105.0, 5055.0, 5086.0, 5067.0, 5088.0, 5135.0, 5075.0, 5104.0, 5067.0, 5083.0, 5056.0, 5087.0, 5106.0, 5078.0, 5123.0, 5067.0, 5093.0, 5067.0, 5087.0, 5066.0, 5088.0, 5093.0, 5080.0, 5130.0, 5069.0, 5095.0, 5057.0, 5087.0, 5069.0, 5087.0, 5104.0, 5068.0, 5104.0, 5078.0, 5108.0, 5068.0, 5118.0, 5102.0, 5064.0, 5116.0, 5065.0, 5095.0, 5056.0, 5086.0, 5053.0, 5084.0, 5076.0, 5066.0, 5125.0, 5076.0, 5103.0, 5076.0, 5084.0, 5057.0, 5076.0, 5066.0, 5078.0, 5126.0, 5086.0, 5107.0, 5067.0, 5084.0, 5058.0, 5086.0, 5125.0, 5076.0, 5125.0, 5064.0, 5094.0, 5055.0, 5085.0, 5064.0, 5085.0, 5124.0, 5064.0, 5101.0, 5050.0, 5079.0, 5047.0, 5083.0, 5065.0, 5073.0, 5111.0, 5055.0, 5101.0, 5065.0, 5093.0, 5057.0, 5096.0, 5066.0, 5076.0, 5056.0, 5067.0, 5114.0, 5078.0, 5107.0, 5076.0, 5084.0, 5046.0, 5085.0, 5076.0, 5066.0, 5128.0, 5088.0, 5106.0, 5066.0, 5096.0, 5058.0, 5099.0, 5079.0, 5100.0, 5136.0, 5066.0, 5126.0, 5067.0, 5093.0, 5059.0, 5096.0, 5095.0, 5076.0, 5135.0, 5065.0, 5092.0, 5067.0, 5094.0, 5055.0, 5086.0, 5054.0, 5066.0, 5114.0, 5077.0, 5104.0, 5077.0, 5094.0, 5055.0, 5085.0, 5063.0, 5077.0, 5146.0, 5076.0, 5115.0, 5065.0, 5092.0, 5056.0, 5098.0, 5096.0, 5077.0, 5135.0, 5065.0, 5092.0, 5057.0, 5095.0, 5075.0, 5085.0, 5102.0, 5063.0, 5123.0, 5063.0, 5081.0, 5054.0, 5081.0, 5063.0, 5084.0, 5049.0, 5062.0, 5102.0, 5065.0, 5091.0, 5056.0, 5082.0, 5054.0, 5075.0, 5053.0, 5075.0, 5115.0, 5078.0, 5105.0, 5067.0, 5085.0, 5055.0, 5065.0, 5114.0, 5067.0, 5105.0, 5077.0, 5085.0, 5046.0, 5084.0, 5055.0, 5078.0, 5126.0, 5090.0, 5106.0, 5076.0, 5097.0, 5058.0, 5101.0, 5088.0, 5088.0, 5147.0, 5077.0, 5115.0, 5065.0, 5096.0, 5057.0, 5087.0, 5123.0, 5075.0, 5135.0, 5065.0, 5105.0, 5069.0, 5097.0, 5066.0, 5087.0, 5056.0, 5080.0, 5116.0, 5082.0, 5129.0, 5090.0, 5106.0, 5079.0, 5099.0, 5070.0, 5110.0, 5090.0, 5101.0, 5136.0, 5080.0, 5127.0, 5079.0, 5118.0, 5079.0, 5125.0, 5057.0, 5078.0, 5134.0, 5067.0, 5125.0, 5087.0, 5104.0, 5055.0, 5083.0, 5052.0, 5085.0, 5134.0, 5065.0, 5112.0, 5054.0, 5080.0, 5063.0, 5094.0, 5055.0, 5095.0, 5063.0, 5063.0, 5111.0, 5077.0, 5107.0, 5076.0, 5093.0, 5055.0, 5085.0, 5056.0, 5086.0, 5065.0, 5086.0, 5102.0, 5065.0, 5101.0, 5065.0, 5095.0, 5064.0, 5094.0, 5062.0, 5075.0, 5122.0, 5063.0, 5112.0, 5074.0, 5103.0, 5056.0, 5081.0, 5053.0, 5071.0, 5064.0, 5075.0, 5093.0, 5064.0, 5112.0, 5067.0, 5105.0, 5075.0, 5094.0, 5066.0, 5084.0, 5058.0, 5086.0, 5056.0, 5088.0, 5114.0, 5078.0, 5095.0, 5065.0, 5094.0, 5069.0, 5097.0, 5056.0, 5097.0, 5066.0, 5078.0, 5134.0, 5077.0, 5115.0, 5077.0, 5106.0, 5064.0, 5084.0, 5056.0, 5085.0, 5085.0, 5075.0, 5122.0, 5065.0, 5102.0, 5066.0, 5091.0, 5065.0, 5093.0, 5054.0, 5083.0, 5043.0, 5073.0, 5124.0, 5076.0, 5113.0, 5068.0, 5093.0, 5054.0, 5072.0, 5122.0, 5075.0, 5125.0, 5065.0, 5092.0, 5052.0, 5080.0, 5059.0, 5064.0, 5077.0, 5051.0, 5103.0, 5064.0, 5092.0, 5064.0, 5081.0, 5051.0, 5075.0, 5044.0, 5086.0, 5076.0, 5076.0, 5123.0, 5065.0, 5093.0, 5066.0, 5096.0, 5054.0, 5084.0, 5065.0, 5061.0, 5083.0, 5075.0, 5112.0, 5062.0, 5093.0, 5062.0, 5084.0, 5055.0, 5094.0, 5074.0, 5097.0, 5094.0, 5064.0, 5091.0, 5064.0, 5094.0, 5069.0, 5083.0, 5053.0, 5076.0, 5111.0, 5065.0, 5115.0, 5073.0, 5100.0, 5051.0, 5069.0, 5061.0, 5063.0, 5121.0, 5061.0, 5100.0, 5051.0, 5080.0, 5051.0, 5080.0, 5051.0, 5081.0, 5049.0, 5064.0, 5052.0, 5064.0, 5111.0, 5074.0, 5104.0, 5064.0, 5068.0, 5055.0, 5082.0, 5064.0, 5064.0, 5123.0, 5090.0, 5101.0, 5052.0, 5059.0, 5051.0, 5060.0, 5120.0, 5070.0, 5100.0, 5049.0, 5070.0, 5052.0, 5062.0, 5061.0, 5061.0, 5079.0, 5062.0, 5078.0, 5064.0, 5092.0, 5055.0, 5087.0, 5053.0, 5065.0, 5113.0, 5065.0, 5094.0, 5055.0, 5074.0, 5071.0, 5063.0, 5112.0, 5052.0, 5091.0, 5054.0, 5084.0, 5061.0, 5064.0, 5121.0, 5053.0, 5091.0, 5064.0, 5081.0, 5044.0, 5083.0, 5055.0, 5064.0, 5116.0, 5066.0, 5093.0, 5055.0, 5073.0, 5074.0, 5066.0, 5114.0, 5064.0, 5080.0, 5053.0, 5075.0, 5123.0, 5052.0, 5113.0, 5052.0, 5084.0, 5054.0, 5085.0, 5101.0, 5053.0, 5080.0, 5063.0, 5081.0, 5042.0, 5084.0, 5062.0, 5076.0, 5101.0, 5066.0, 5092.0, 5065.0, 5097.0, 5055.0, 5086.0, 5056.0, 5067.0, 5114.0, 5069.0, 5105.0, 5078.0, 5095.0, 5055.0, 5094.0, 5054.0, 5077.0, 5145.0, 5075.0, 5114.0, 5077.0, 5084.0, 5045.0, 5085.0, 5112.0, 5076.0, 5116.0, 5067.0, 5094.0, 5056.0, 5096.0, 5066.0, 5088.0, 5112.0, 5076.0, 5116.0, 5079.0, 5106.0, 5059.0, 5097.0, 5059.0, 5090.0, 5058.0, 5091.0, 5099.0, 5112.0, 5163.0, 5118.0, 5155.0, 5137.0, 5140.0, 5121.0, 5128.0, 5115.0, 5139.0, 5106.0, 5117.0, 5054.0, 5064.0, 5084.0, 5077.0, 5124.0, 5075.0, 5092.0, 5066.0, 5075.0, 5066.0, 5073.0, 5066.0, 5094.0, 5080.0, 5059.0, 5081.0, 5068.0, 5090.0, 5152.0, 5091.0, 5118.0, 5097.0, 5113.0, 5045.0, 5072.0, 5055.0, 5074.0, 5103.0, 5074.0, 5112.0, 5053.0, 5090.0, 5053.0, 5093.0, 5056.0, 5072.0, 5051.0, 5062.0, 5038.0, 5051.0, 5051.0, 5051.0, 5088.0, 5051.0, 5079.0, 5054.0, 5071.0, 5065.0, 5093.0, 5068.0, 5083.0, 5050.0, 5070.0, 5043.0, 5083.0], 'WindowWidth': [11201.0, 11079.0, 11128.0, 11047.0, 11104.0, 11044.0, 11030.0, 10974.0, 11037.0, 10974.0, 11041.0, 11098.0, 11015.0, 11055.0, 10982.0, 11018.0, 10955.0, 11023.0, 10969.0, 11030.0, 11005.0, 10996.0, 11066.0, 10996.0, 11033.0, 10994.0, 11016.0, 10951.0, 11023.0, 11003.0, 10998.0, 11077.0, 11026.0, 11026.0, 10950.0, 10997.0, 10954.0, 10973.0, 11068.0, 11000.0, 11010.0, 10936.0, 10977.0, 10985.0, 10939.0, 11005.0, 10970.0, 10993.0, 10934.0, 10975.0, 11002.0, 10936.0, 10986.0, 10955.0, 10994.0, 10950.0, 10980.0, 11051.0, 10953.0, 10988.0, 10919.0, 10998.0, 11019.0, 10967.0, 10986.0, 10932.0, 10972.0, 10948.0, 10981.0, 11039.0, 10987.0, 10984.0, 10939.0, 10978.0, 10948.0, 10969.0, 11044.0, 10986.0, 10978.0, 10934.0, 10961.0, 11019.0, 10953.0, 11009.0, 10955.0, 10967.0, 10946.0, 10951.0, 11001.0, 10951.0, 11000.0, 10957.0, 10982.0, 10963.0, 10954.0, 11019.0, 10940.0, 10996.0, 10956.0, 10971.0, 11028.0, 10955.0, 10991.0, 10950.0, 10981.0, 11037.0, 10971.0, 10992.0, 10954.0, 10980.0, 10939.0, 10949.0, 11005.0, 10973.0, 10995.0, 10955.0, 10982.0, 10949.0, 10986.0, 10984.0, 10980.0, 11044.0, 10993.0, 10989.0, 10956.0, 10962.0, 11030.0, 10975.0, 11019.0, 10958.0, 11015.0, 10988.0, 10954.0, 11011.0, 10945.0, 10999.0, 10969.0, 10986.0, 11020.0, 10958.0, 11012.0, 10940.0, 10986.0, 11012.0, 10969.0, 11036.0, 10953.0, 10974.0, 10937.0, 10982.0, 11053.0, 10968.0, 10989.0, 10949.0, 10974.0, 10942.0, 10948.0, 11020.0, 10957.0, 10998.0, 10947.0, 10982.0, 11000.0, 10947.0, 10982.0, 10939.0, 10991.0, 10949.0, 10979.0, 10988.0, 10952.0, 10999.0, 10939.0, 10997.0, 10949.0, 10971.0, 11022.0, 10969.0, 10988.0, 10943.0, 10982.0, 10956.0, 11002.0, 10973.0, 10973.0, 11010.0, 10980.0, 11022.0, 10969.0, 11004.0, 10981.0, 10974.0, 11026.0, 10953.0, 11000.0, 10960.0, 10988.0, 11071.0, 10986.0, 11019.0, 10948.0, 10985.0, 10977.0, 10953.0, 11023.0, 10971.0, 10960.0, 10926.0, 10948.0, 10967.0, 10956.0, 11008.0, 10954.0, 10969.0, 10950.0, 10979.0, 10967.0, 11024.0, 11053.0, 10998.0, 11036.0, 10967.0, 11011.0, 11029.0, 10975.0, 11027.0, 10979.0, 10978.0, 10947.0, 11046.0, 11053.0, 11036.0, 11017.0, 10971.0, 11004.0, 10952.0, 10970.0, 10990.0, 10970.0, 11004.0, 10947.0, 10972.0, 10963.0, 10973.0, 11031.0, 10927.0, 10963.0, 10910.0, 10951.0, 10979.0, 10926.0, 10997.0, 10920.0, 10946.0, 10906.0, 10927.0, 10898.0, 10940.0, 11013.0, 10935.0, 10950.0, 10918.0, 10952.0, 10927.0, 10979.0, 11016.0, 10945.0, 10969.0, 10953.0, 10956.0, 10919.0, 10976.0, 10991.0, 10967.0, 10993.0, 10948.0, 10967.0, 10936.0, 10992.0, 11035.0, 10966.0, 11006.0, 10950.0, 10972.0, 10917.0, 10960.0, 11057.0, 10959.0, 10977.0, 10947.0, 10996.0, 10934.0, 10990.0, 11047.0, 10975.0, 10984.0, 10946.0, 10987.0, 10954.0, 10975.0, 11051.0, 10988.0, 10998.0, 10945.0, 10981.0, 10939.0, 10972.0, 11048.0, 10978.0, 10997.0, 10958.0, 10980.0, 10959.0, 10974.0, 11008.0, 10980.0, 11027.0, 10973.0, 11004.0, 10957.0, 11008.0, 10949.0, 10994.0, 11053.0, 10994.0, 10998.0, 10983.0, 11000.0, 10954.0, 11002.0, 10970.0, 11010.0, 10966.0, 10977.0, 11016.0, 10983.0, 11036.0, 11013.0, 11022.0, 10983.0, 11015.0, 10970.0, 11006.0, 10980.0, 11015.0, 11098.0, 11013.0, 11035.0, 10971.0, 11002.0, 10949.0, 10981.0, 10928.0, 11003.0, 11057.0, 10955.0, 11011.0, 10957.0, 10996.0, 10918.0, 11000.0, 11012.0, 11002.0, 11054.0, 10969.0, 10989.0, 10933.0, 10984.0, 10955.0, 10982.0, 11005.0, 10953.0, 11022.0, 10955.0, 10982.0, 10956.0, 10981.0, 11017.0, 10954.0, 11037.0, 10949.0, 10945.0, 10955.0, 10996.0, 10958.0, 10978.0, 10952.0, 10954.0, 10994.0, 10957.0, 11008.0, 10975.0, 10995.0, 10944.0, 10980.0, 10955.0, 10964.0, 10968.0, 10968.0, 11027.0, 10980.0, 10976.0, 10938.0, 10967.0, 10935.0, 10954.0, 11004.0, 10972.0, 10992.0, 10944.0, 10946.0, 11016.0, 10945.0, 10968.0, 10922.0, 10958.0, 10988.0, 10921.0, 10972.0, 10936.0, 10960.0, 10936.0, 10970.0, 10978.0, 10956.0, 10975.0, 10957.0, 10978.0, 10942.0, 10970.0, 11030.0, 10963.0, 11000.0, 10958.0, 10969.0, 10937.0, 10960.0, 11009.0, 10959.0, 10999.0, 10962.0, 10984.0, 10958.0, 10970.0, 11011.0, 10955.0, 11012.0, 10968.0, 11008.0, 10960.0, 10978.0, 11055.0, 10954.0, 10998.0, 10957.0, 11011.0, 10993.0, 10983.0, 11036.0, 10977.0, 11015.0, 10954.0, 11015.0, 11054.0, 10998.0, 11038.0, 10986.0, 11023.0, 10958.0, 11010.0, 11012.0, 11004.0, 11055.0, 10989.0, 11027.0, 10955.0, 11013.0, 10971.0, 11004.0, 11077.0, 11005.0, 11011.0, 10961.0, 11010.0, 10951.0, 11003.0, 11058.0, 10998.0, 11028.0, 10964.0, 11007.0, 10958.0, 10990.0, 10985.0, 11005.0, 11074.0, 11005.0, 11025.0, 10992.0, 11012.0, 10971.0, 11029.0, 11015.0, 10999.0, 11063.0, 10997.0, 11022.0, 10971.0, 11010.0, 10971.0, 11014.0, 11051.0, 10997.0, 11068.0, 10986.0, 11021.0, 11007.0, 11028.0, 10974.0, 11029.0, 10972.0, 11015.0, 10967.0, 11008.0, 11098.0, 11003.0, 11056.0, 10992.0, 11025.0, 10960.0, 11015.0, 11054.0, 11006.0, 11081.0, 11024.0, 11035.0, 10949.0, 10994.0, 10962.0, 10993.0, 11034.0, 10994.0, 11048.0, 10971.0, 11019.0, 10974.0, 11028.0, 10989.0, 11020.0, 11066.0, 10986.0, 11056.0, 10984.0, 11008.0, 10980.0, 11022.0, 11045.0, 10961.0, 11050.0, 10961.0, 11002.0, 10968.0, 11012.0, 10984.0, 11002.0, 11058.0, 10964.0, 11014.0, 10964.0, 10990.0, 10973.0, 10975.0, 11065.0, 10956.0, 10999.0, 10931.0, 10985.0, 10945.0, 10976.0, 11047.0, 10975.0, 10999.0, 10959.0, 10980.0, 10949.0, 10990.0, 10957.0, 10989.0, 10983.0, 10961.0, 11013.0, 10966.0, 11005.0, 10963.0, 10992.0, 11043.0, 10958.0, 11014.0, 10943.0, 10988.0, 10961.0, 10993.0, 11061.0, 10972.0, 11013.0, 10961.0, 10982.0, 10946.0, 10988.0, 11017.0, 10978.0, 11043.0, 10961.0, 10995.0, 10964.0, 10991.0, 10963.0, 10992.0, 10995.0, 10984.0, 11060.0, 10967.0, 11000.0, 10950.0, 10989.0, 10965.0, 10990.0, 11011.0, 10964.0, 11013.0, 10980.0, 11022.0, 10965.0, 11034.0, 11006.0, 10956.0, 11032.0, 10957.0, 10999.0, 10945.0, 10986.0, 10939.0, 10982.0, 10976.0, 10962.0, 11047.0, 10974.0, 11009.0, 10975.0, 10983.0, 10950.0, 10972.0, 10960.0, 10978.0, 11051.0, 10990.0, 11021.0, 10963.0, 10984.0, 10949.0, 10987.0, 11043.0, 10974.0, 11049.0, 10956.0, 10998.0, 10943.0, 10982.0, 10954.0, 10984.0, 11041.0, 10954.0, 11006.0, 10928.0, 10970.0, 10931.0, 10977.0, 10958.0, 10968.0, 11019.0, 10942.0, 11006.0, 10959.0, 10994.0, 10951.0, 11002.0, 10960.0, 10973.0, 10946.0, 10963.0, 11029.0, 10981.0, 11019.0, 10978.0, 10986.0, 10935.0, 10984.0, 10976.0, 10961.0, 11057.0, 10995.0, 11017.0, 10961.0, 11001.0, 10954.0, 11010.0, 10984.0, 11012.0, 11061.0, 10962.0, 11051.0, 10962.0, 10998.0, 10956.0, 11003.0, 10999.0, 10974.0, 11064.0, 10957.0, 10995.0, 10964.0, 10999.0, 10944.0, 10987.0, 10942.0, 10961.0, 11028.0, 10979.0, 11011.0, 10981.0, 11000.0, 10944.0, 10985.0, 10955.0, 10978.0, 11082.0, 10977.0, 11029.0, 10959.0, 10993.0, 10948.0, 11007.0, 11006.0, 10978.0, 11063.0, 10957.0, 10995.0, 10948.0, 11000.0, 10972.0, 10986.0, 11006.0, 10951.0, 11047.0, 10951.0, 10978.0, 10942.0, 10978.0, 10953.0, 10983.0, 10926.0, 10950.0, 11009.0, 10958.0, 10991.0, 10949.0, 10979.0, 10942.0, 10973.0, 10942.0, 10974.0, 11029.0, 10984.0, 11016.0, 10965.0, 10988.0, 10945.0, 10958.0, 11027.0, 10963.0, 11016.0, 10979.0, 10986.0, 10934.0, 10983.0, 10946.0, 10983.0, 11050.0, 10999.0, 11018.0, 10977.0, 11005.0, 10955.0, 11013.0, 10998.0, 10996.0, 11086.0, 10980.0, 11033.0, 10961.0, 11004.0, 10954.0, 10992.0, 11042.0, 10973.0, 11064.0, 10962.0, 11014.0, 10973.0, 11008.0, 10962.0, 10994.0, 10950.0, 10985.0, 11035.0, 10993.0, 11055.0, 11004.0, 11020.0, 10985.0, 11012.0, 10975.0, 11028.0, 11003.0, 11018.0, 11064.0, 10988.0, 11052.0, 10987.0, 11041.0, 10985.0, 11049.0, 10950.0, 10979.0, 11058.0, 10964.0, 11050.0, 10993.0, 11013.0, 10945.0, 10980.0, 10939.0, 10986.0, 11058.0, 10960.0, 11028.0, 10941.0, 10976.0, 10955.0, 10999.0, 10947.0, 11001.0, 10954.0, 10952.0, 11023.0, 10978.0, 11021.0, 10977.0, 10997.0, 10946.0, 10983.0, 10948.0, 10990.0, 10963.0, 10988.0, 11010.0, 10959.0, 11009.0, 10961.0, 11003.0, 10960.0, 11000.0, 10952.0, 10971.0, 11037.0, 10955.0, 11030.0, 10974.0, 11012.0, 10944.0, 10975.0, 10940.0, 10963.0, 10957.0, 10971.0, 10997.0, 10958.0, 11025.0, 10964.0, 11015.0, 10979.0, 11001.0, 10962.0, 10986.0, 10953.0, 10990.0, 10949.0, 10997.0, 11033.0, 10979.0, 11002.0, 10961.0, 10999.0, 10973.0, 11004.0, 10948.0, 11008.0, 10963.0, 10981.0, 11059.0, 10980.0, 11033.0, 10979.0, 11019.0, 10960.0, 10983.0, 10949.0, 10989.0, 10988.0, 10974.0, 11038.0, 10958.0, 11009.0, 10961.0, 10995.0, 10962.0, 10998.0, 10943.0, 10979.0, 10925.0, 10969.0, 11045.0, 10976.0, 11029.0, 10966.0, 10998.0, 10944.0, 10965.0, 11037.0, 10971.0, 11050.0, 10955.0, 10993.0, 10942.0, 10976.0, 10946.0, 10954.0, 10966.0, 10933.0, 11012.0, 10958.0, 10995.0, 10956.0, 10975.0, 10937.0, 10968.0, 10928.0, 10989.0, 10977.0, 10975.0, 11043.0, 10959.0, 10999.0, 10962.0, 11004.0, 10944.0, 10985.0, 10959.0, 10953.0, 10984.0, 10974.0, 11026.0, 10952.0, 10997.0, 10955.0, 10982.0, 10948.0, 10999.0, 10972.0, 11007.0, 11000.0, 10956.0, 10991.0, 10957.0, 10999.0, 10970.0, 10984.0, 10939.0, 10973.0, 11021.0, 10958.0, 11032.0, 10967.0, 11001.0, 10935.0, 10958.0, 10949.0, 10953.0, 11042.0, 10946.0, 11002.0, 10933.0, 10971.0, 10935.0, 10973.0, 10935.0, 10975.0, 10928.0, 10955.0, 10939.0, 10956.0, 11023.0, 10970.0, 11014.0, 10957.0, 10953.0, 10945.0, 10979.0, 10957.0, 10955.0, 11048.0, 10989.0, 11005.0, 10936.0, 10942.0, 10931.0, 10945.0, 11037.0, 10959.0, 11001.0, 10930.0, 10955.0, 10935.0, 10950.0, 10949.0, 10948.0, 10973.0, 10953.0, 10970.0, 10958.0, 10998.0, 10947.0, 10992.0, 10942.0, 10958.0, 11028.0, 10960.0, 10999.0, 10945.0, 10970.0, 10963.0, 10954.0, 11025.0, 10938.0, 10989.0, 10944.0, 10981.0, 10948.0, 10953.0, 11037.0, 10939.0, 10990.0, 10957.0, 10976.0, 10927.0, 10980.0, 10940.0, 10954.0, 11035.0, 10964.0, 10997.0, 10947.0, 10970.0, 10972.0, 10961.0, 11029.0, 10957.0, 10976.0, 10939.0, 10971.0, 11041.0, 10937.0, 11027.0, 10936.0, 10979.0, 10944.0, 10988.0, 11007.0, 10937.0, 10974.0, 10953.0, 10977.0, 10924.0, 10984.0, 10954.0, 10973.0, 11008.0, 10961.0, 10993.0, 10961.0, 11006.0, 10946.0, 10989.0, 10948.0, 10963.0, 11030.0, 10969.0, 11018.0, 10982.0, 11003.0, 10945.0, 10997.0, 10943.0, 10977.0, 11080.0, 10974.0, 11030.0, 10975.0, 10984.0, 10931.0, 10987.0, 11026.0, 10977.0, 11033.0, 10964.0, 10998.0, 10949.0, 11002.0, 10965.0, 10994.0, 11027.0, 10975.0, 11037.0, 10987.0, 11018.0, 10956.0, 11007.0, 10956.0, 10998.0, 10959.0, 11004.0, 11015.0, 11037.0, 11117.0, 11049.0, 11104.0, 11074.0, 11072.0, 11044.0, 11056.0, 11039.0, 11076.0, 11018.0, 11031.0, 10939.0, 10951.0, 10983.0, 10975.0, 11048.0, 10968.0, 10993.0, 10961.0, 10972.0, 10961.0, 10965.0, 10959.0, 10998.0, 10980.0, 10950.0, 10985.0, 10967.0, 10997.0, 11098.0, 11002.0, 11039.0, 11004.0, 11021.0, 10924.0, 10961.0, 10938.0, 10966.0, 11006.0, 10965.0, 11018.0, 10933.0, 10987.0, 10936.0, 10993.0, 10943.0, 10962.0, 10929.0, 10943.0, 10906.0, 10929.0, 10932.0, 10931.0, 10983.0, 10930.0, 10969.0, 10938.0, 10958.0, 10957.0, 10992.0, 10959.0, 10975.0, 10930.0, 10956.0, 10922.0, 10975.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.00048106876553438276</td></tr>
<tr><td colspan=3>aqi</td><td>0.022500071251035623</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.80409114200667</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2797621738308478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9945518542371481</td></tr>
<tr><td colspan=3>efc</td><td>0.5622</td></tr>
<tr><td colspan=3>fber</td><td>2732.6802</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08138381470917419</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9113504556752279</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3108309372292557</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1899441296058453</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.527426303377825</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.215122378704098</td></tr>
<tr><td colspan=3>gcor</td><td>0.00654218</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.031505126506090164</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0736653059720993</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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.197552104172655</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>9.3284</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>86.4958</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>342.1574</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>277761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>562.3888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0103</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.4205</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4136.5426</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>98783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1022.2573</td></tr>
<tr><td colspan=3>tsnr</td><td>38.03630478680134</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>