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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-01/func/sub-0062_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>3b4315c30a7e914519b19fed3037ba48</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>10:37:35.802500</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.998003, 0.0530608, -0.0342663, -0.0528272, 0.998574, 0.00768901]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0925487</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7730, -7301, 513, -15, -101, 9, 65]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d70485d7-6660-46cb-b7c9-479818fae1cd||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.677569627761841, -0.14173144102096558, -0.09348876029253006, 118.23787689208984], [-0.14235830307006836, 2.6791012287139893, 0.015831358730793, -86.86625671386719], [-0.09193409979343414, -0.02062906138598919, 2.6983344554901123, -58.8945198059082], [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': ['103735.802500', '103736.262500', '103736.722500', '103737.182500', '103737.642500', '103738.102500', '103738.562500', '103739.022500', '103739.482500', '103739.942500', '103740.402500', '103740.862500', '103741.322500', '103741.782500', '103742.242500', '103742.702500', '103743.162500', '103743.622500', '103744.082500', '103744.542500', '103745.002500', '103745.462500', '103745.922500', '103746.382500', '103746.842500', '103747.302500', '103747.762500', '103748.222500', '103748.682500', '103749.142500', '103749.602500', '103750.062500', '103750.522500', '103750.982500', '103751.442500', '103751.902500', '103752.362500', '103752.822500', '103753.282500', '103753.742500', '103754.202500', '103754.662500', '103755.122500', '103755.582500', '103756.042500', '103756.502500', '103756.962500', '103757.422500', '103757.882500', '103758.342500', '103758.802500', '103759.262500', '103759.722500', '103800.182500', '103800.642500', '103801.102500', '103801.562500', '103802.022500', '103802.482500', '103802.942500', '103803.402500', '103803.862500', '103804.322500', '103804.782500', '103805.242500', '103805.702500', '103806.162500', '103806.622500', '103807.082500', '103807.542500', '103808.002500', '103808.462500', '103808.922500', '103809.382500', '103809.842500', '103810.302500', '103810.762500', '103811.222500', '103811.682500', '103812.142500', '103812.602500', '103813.062500', '103813.522500', '103813.982500', '103814.442500', '103814.902500', '103815.362500', '103815.822500', '103816.282500', '103816.742500', '103817.202500', '103817.662500', '103818.122500', '103818.582500', '103819.042500', '103819.502500', '103819.962500', '103820.422500', '103820.882500', '103821.342500', '103821.802500', '103822.262500', '103822.722500', '103823.182500', '103823.642500', '103824.102500', '103824.562500', '103825.022500', '103825.482500', '103825.942500', '103826.402500', '103826.862500', '103827.322500', '103827.782500', '103828.242500', '103828.702500', '103829.162500', '103829.622500', '103830.082500', '103830.542500', '103831.002500', '103831.462500', '103831.922500', '103832.382500', '103832.842500', '103833.302500', '103833.762500', '103834.222500', '103834.682500', '103835.142500', '103835.602500', '103836.062500', '103836.522500', '103836.982500', '103837.442500', '103837.902500', '103838.362500', '103838.822500', '103839.282500', '103839.742500', '103840.202500', '103840.662500', '103841.122500', '103841.582500', '103842.042500', '103842.502500', '103842.962500', '103843.422500', '103843.882500', '103844.342500', '103844.802500', '103845.262500', '103845.722500', '103846.182500', '103846.642500', '103847.102500', '103847.562500', '103848.022500', '103848.482500', '103848.942500', '103849.402500', '103849.862500', '103850.322500', '103850.782500', '103851.242500', '103851.702500', '103852.162500', '103852.622500', '103853.082500', '103853.542500', '103854.002500', '103854.462500', '103854.922500', '103855.382500', '103855.842500', '103856.302500', '103856.762500', '103857.222500', '103857.682500', '103858.142500', '103858.602500', '103859.062500', '103859.522500', '103859.982500', '103900.442500', '103900.902500', '103901.362500', '103901.822500', '103902.282500', '103902.742500', '103903.202500', '103903.662500', '103904.122500', '103904.582500', '103905.042500', '103905.502500', '103905.962500', '103906.422500', '103906.882500', '103907.342500', '103907.802500', '103908.262500', '103908.722500', '103909.182500', '103909.642500', '103910.102500', '103910.562500', '103911.022500', '103911.482500', '103911.942500', '103912.402500', '103912.862500', '103913.322500', '103913.782500', '103914.242500', '103914.702500', '103915.162500', '103915.622500', '103916.082500', '103916.542500', '103917.002500', '103917.462500', '103917.922500', '103918.382500', '103918.842500', '103919.302500', '103919.762500', '103920.222500', '103920.682500', '103921.142500', '103921.602500', '103922.062500', '103922.522500', '103922.982500', '103923.442500', '103923.902500', '103924.362500', '103924.822500', '103925.282500', '103925.742500', '103926.202500', '103926.662500', '103927.122500', '103927.582500', '103928.042500', '103928.502500', '103928.962500', '103929.422500', '103929.882500', '103930.342500', '103930.802500', '103931.262500', '103931.722500', '103932.182500', '103932.642500', '103933.102500', '103933.562500', '103934.022500', '103934.482500', '103934.942500', '103935.402500', '103935.862500', '103936.322500', '103936.782500', '103937.242500', '103937.702500', '103938.162500', '103938.622500', '103939.082500', '103939.542500', '103940.002500', '103940.462500', '103940.922500', '103941.382500', '103941.842500', '103942.302500', '103942.762500', '103943.222500', '103943.682500', '103944.142500', '103944.602500', '103945.062500', '103945.522500', '103945.982500', '103946.442500', '103946.902500', '103947.362500', '103947.822500', '103948.282500', '103948.742500', '103949.202500', '103949.662500', '103950.122500', '103950.582500', '103951.042500', '103951.502500', '103951.962500', '103952.422500', '103952.882500', '103953.342500', '103953.802500', '103954.262500', '103954.722500', '103955.182500', '103955.642500', '103956.102500', '103956.562500', '103957.022500', '103957.482500', '103957.942500', '103958.402500', '103958.862500', '103959.322500', '103959.782500', '104000.242500', '104000.702500', '104001.162500', '104001.622500', '104002.082500', '104002.542500', '104003.002500', '104003.462500', '104003.922500', '104004.382500', '104004.842500', '104005.302500', '104005.762500', '104006.222500', '104006.682500', '104007.142500', '104007.602500', '104008.062500', '104008.522500', '104008.982500', '104009.442500', '104009.902500', '104010.362500', '104010.822500', '104011.282500', '104011.742500', '104012.202500', '104012.662500', '104013.122500', '104013.582500', '104014.042500', '104014.502500', '104014.962500', '104015.422500', '104015.882500', '104016.342500', '104016.802500', '104017.262500', '104017.722500', '104018.182500', '104018.642500', '104019.102500', '104019.562500', '104020.022500', '104020.482500', '104020.942500', '104021.402500', '104021.862500', '104022.322500', '104022.782500', '104023.242500', '104023.702500', '104024.162500', '104024.622500', '104025.082500', '104025.542500', '104026.002500', '104026.462500', '104026.922500', '104027.382500', '104027.842500', '104028.302500', '104028.762500', '104029.222500', '104029.682500', '104030.142500', '104030.602500', '104031.062500', '104031.522500', '104031.982500', '104032.442500', '104032.902500', '104033.362500', '104033.822500', '104034.282500', '104034.742500', '104035.202500', '104035.662500', '104036.122500', '104036.582500', '104037.042500', '104037.502500', '104037.962500', '104038.422500', '104038.882500', '104039.342500', '104039.802500', '104040.262500', '104040.722500', '104041.182500', '104041.642500', '104042.102500', '104042.562500', '104043.022500', '104043.482500', '104043.942500', '104044.402500', '104044.862500', '104045.322500', '104045.782500', '104046.242500', '104046.702500', '104047.162500', '104047.622500', '104048.082500', '104048.542500', '104049.002500', '104049.462500', '104049.922500', '104050.382500', '104050.842500', '104051.302500', '104051.762500', '104052.222500', '104052.682500', '104053.142500', '104053.602500', '104054.062500', '104054.522500', '104054.982500', '104055.442500', '104055.902500', '104056.362500', '104056.822500', '104057.282500', '104057.742500', '104058.202500', '104058.662500', '104059.122500', '104059.582500', '104100.042500', '104100.502500', '104100.962500', '104101.422500', '104101.882500', '104102.342500', '104102.802500', '104103.262500', '104103.722500', '104104.182500', '104104.642500', '104105.102500', '104105.562500', '104106.022500', '104106.482500', '104106.942500', '104107.402500', '104107.862500', '104108.322500', '104108.782500', '104109.242500', '104109.702500', '104110.162500', '104110.622500', '104111.082500', '104111.542500', '104112.002500', '104112.462500', '104112.922500', '104113.382500', '104113.842500', '104114.302500', '104114.762500', '104115.222500', '104115.682500', '104116.142500', '104116.602500', '104117.062500', '104117.522500', '104117.982500', '104118.442500', '104118.902500', '104119.362500', '104119.822500', '104120.282500', '104120.742500', '104121.202500', '104121.662500', '104122.122500', '104122.582500', '104123.042500', '104123.502500', '104123.962500', '104124.422500', '104124.882500', '104125.342500', '104125.802500', '104126.262500', '104126.722500', '104127.182500', '104127.642500', '104128.102500', '104128.562500', '104129.022500', '104129.482500', '104129.942500', '104130.402500', '104130.862500', '104131.322500', '104131.782500', '104132.242500', '104132.702500', '104133.162500', '104133.622500', '104134.082500', '104134.542500', '104135.002500', '104135.462500', '104135.922500', '104136.382500', '104136.842500', '104137.302500', '104137.762500', '104138.222500', '104138.682500', '104139.142500', '104139.602500', '104140.062500', '104140.522500', '104140.982500', '104141.442500', '104141.902500', '104142.362500', '104142.822500', '104143.282500', '104143.742500', '104144.202500', '104144.662500', '104145.122500', '104145.582500', '104146.042500', '104146.502500', '104146.962500', '104147.422500', '104147.882500', '104148.342500', '104148.802500', '104149.262500', '104149.722500', '104150.182500', '104150.642500', '104151.102500', '104151.562500', '104152.022500', '104152.482500', '104152.942500', '104153.402500', '104153.862500', '104154.322500', '104154.782500', '104155.242500', '104155.702500', '104156.162500', '104156.622500', '104157.082500', '104157.542500', '104158.002500', '104158.462500', '104158.922500', '104159.382500', '104159.842500', '104200.302500', '104200.762500', '104201.222500', '104201.682500', '104202.142500', '104202.602500', '104203.062500', '104203.522500', '104203.982500', '104204.442500', '104204.902500', '104205.362500', '104205.822500', '104206.282500', '104206.742500', '104207.202500', '104207.662500', '104208.122500', '104208.582500', '104209.042500', '104209.502500', '104209.962500', '104210.422500', '104210.882500', '104211.342500', '104211.802500', '104212.262500', '104212.722500', '104213.182500', '104213.642500', '104214.102500', '104214.562500', '104215.022500', '104215.482500', '104215.942500', '104216.402500', '104216.862500', '104217.322500', '104217.782500', '104218.242500', '104218.702500', '104219.162500', '104219.622500', '104220.082500', '104220.542500', '104221.002500', '104221.462500', '104221.922500', '104222.382500', '104222.842500', '104223.302500', '104223.762500', '104224.222500', '104224.682500', '104225.142500', '104225.602500', '104226.062500', '104226.522500', '104226.982500', '104227.442500', '104227.902500', '104228.362500', '104228.822500', '104229.282500', '104229.742500', '104230.202500', '104230.662500', '104231.122500', '104231.582500', '104232.042500', '104232.502500', '104232.962500', '104233.422500', '104233.882500', '104234.342500', '104234.802500', '104235.262500', '104235.722500', '104236.182500', '104236.642500', '104237.102500', '104237.562500', '104238.022500', '104238.482500', '104238.942500', '104239.402500', '104239.862500', '104240.322500', '104240.782500', '104241.242500', '104241.702500', '104242.162500', '104242.622500', '104243.082500', '104243.542500', '104244.002500', '104244.462500', '104244.922500', '104245.382500', '104245.842500', '104246.302500', '104246.762500', '104247.222500', '104247.682500', '104248.142500', '104248.602500', '104249.062500', '104249.522500', '104249.982500', '104250.442500', '104250.902500', '104251.362500', '104251.822500', '104252.282500', '104252.742500', '104253.202500', '104253.662500', '104254.122500', '104254.582500', '104255.042500', '104255.502500', '104255.962500', '104256.422500', '104256.882500', '104257.342500', '104257.802500', '104258.262500', '104258.722500', '104259.182500', '104259.642500', '104300.102500', '104300.562500', '104301.022500', '104301.482500', '104301.942500', '104302.402500', '104302.862500', '104303.322500', '104303.782500', '104304.242500', '104304.702500', '104305.162500', '104305.622500', '104306.082500', '104306.542500', '104307.002500', '104307.462500', '104307.922500', '104308.382500', '104308.842500', '104309.302500', '104309.762500', '104310.222500', '104310.682500', '104311.142500', '104311.602500', '104312.062500', '104312.522500', '104312.982500', '104313.442500', '104313.902500', '104314.362500', '104314.822500', '104315.282500', '104315.742500', '104316.202500', '104316.662500', '104317.122500', '104317.582500', '104318.042500', '104318.502500', '104318.962500', '104319.422500', '104319.882500', '104320.342500', '104320.802500', '104321.262500', '104321.722500', '104322.182500', '104322.642500', '104323.102500', '104323.562500', '104324.022500', '104324.482500', '104324.942500', '104325.402500', '104325.862500', '104326.322500', '104326.782500', '104327.242500', '104327.702500', '104328.162500', '104328.622500', '104329.082500', '104329.542500', '104330.002500', '104330.462500', '104330.922500', '104331.382500', '104331.842500', '104332.302500', '104332.762500', '104333.222500', '104333.682500', '104334.142500', '104334.602500', '104335.062500', '104335.522500', '104335.982500', '104336.442500', '104336.902500', '104337.362500', '104337.822500', '104338.282500', '104338.742500', '104339.202500', '104339.662500', '104340.122500', '104340.582500', '104341.042500', '104341.502500', '104341.962500', '104342.422500', '104342.882500', '104343.342500', '104343.802500', '104344.262500', '104344.722500', '104345.182500', '104345.642500', '104346.102500', '104346.562500', '104347.022500', '104347.482500', '104347.942500', '104348.402500', '104348.862500', '104349.322500', '104349.782500', '104350.242500', '104350.702500', '104351.162500', '104351.622500', '104352.082500', '104352.542500', '104353.002500', '104353.462500', '104353.922500', '104354.382500', '104354.842500', '104355.302500', '104355.762500', '104356.222500', '104356.682500', '104357.142500', '104357.602500', '104358.062500', '104358.522500', '104358.982500', '104359.442500', '104359.902500', '104400.362500', '104400.822500', '104401.282500', '104401.742500', '104402.202500', '104402.662500', '104403.122500', '104403.582500', '104404.042500', '104404.502500', '104404.962500', '104405.422500', '104405.882500', '104406.342500', '104406.802500', '104407.262500', '104407.722500', '104408.182500', '104408.642500', '104409.102500', '104409.562500', '104410.022500', '104410.482500', '104410.942500', '104411.402500', '104411.862500', '104412.322500', '104412.782500', '104413.242500', '104413.702500', '104414.162500', '104414.622500', '104415.082500', '104415.542500', '104416.002500', '104416.462500', '104416.922500', '104417.382500', '104417.842500', '104418.302500', '104418.762500', '104419.222500', '104419.682500', '104420.142500', '104420.602500', '104421.062500', '104421.522500', '104421.982500', '104422.442500', '104422.902500', '104423.362500', '104423.822500', '104424.282500', '104424.742500', '104425.202500', '104425.662500', '104426.122500', '104426.582500', '104427.042500', '104427.502500', '104427.962500', '104428.422500', '104428.882500', '104429.342500', '104429.802500', '104430.262500', '104430.722500', '104431.182500', '104431.642500', '104432.102500', '104432.562500', '104433.022500', '104433.482500', '104433.942500', '104434.402500', '104434.862500', '104435.322500', '104435.782500', '104436.242500', '104436.702500', '104437.162500', '104437.622500', '104438.082500', '104438.542500', '104439.002500', '104439.462500', '104439.922500', '104440.382500', '104440.842500', '104441.302500', '104441.762500', '104442.222500', '104442.682500', '104443.142500', '104443.602500', '104444.062500', '104444.522500', '104444.982500', '104445.442500', '104445.902500', '104446.362500', '104446.822500', '104447.282500', '104447.742500', '104448.202500', '104448.662500', '104449.122500', '104449.582500', '104450.042500', '104450.502500', '104450.962500', '104451.422500', '104451.882500', '104452.342500', '104452.802500', '104453.262500', '104453.722500', '104454.182500', '104454.642500', '104455.102500', '104455.562500', '104456.022500', '104456.482500', '104456.942500', '104457.402500', '104457.862500', '104458.322500', '104458.782500', '104459.242500', '104459.702500', '104500.162500', '104500.622500', '104501.082500', '104501.542500', '104502.002500', '104502.462500', '104502.922500', '104503.382500', '104503.842500', '104504.302500', '104504.762500', '104505.222500', '104505.682500', '104506.142500', '104506.602500', '104507.062500', '104507.522500', '104507.982500', '104508.442500', '104508.902500', '104509.362500', '104509.822500', '104510.282500', '104510.742500', '104511.202500', '104511.662500', '104512.122500', '104512.582500', '104513.042500', '104513.502500', '104513.962500', '104514.422500', '104514.882500', '104515.342500', '104515.802500', '104516.262500', '104516.722500', '104517.182500', '104517.642500', '104518.102500', '104518.562500', '104519.022500', '104519.482500', '104519.942500', '104520.402500', '104520.862500', '104521.322500', '104521.782500', '104522.242500', '104522.702500', '104523.162500', '104523.622500', '104524.082500', '104524.542500', '104525.002500', '104525.462500', '104525.922500', '104526.382500', '104526.842500', '104527.302500', '104527.762500', '104528.222500', '104528.682500', '104529.142500', '104529.602500', '104530.062500', '104530.522500', '104530.982500', '104531.442500', '104531.902500', '104532.362500', '104532.822500', '104533.282500', '104533.742500', '104534.202500', '104534.662500', '104535.122500', '104535.582500', '104536.042500', '104536.502500', '104536.962500', '104537.422500', '104537.882500', '104538.342500', '104538.802500', '104539.262500', '104539.722500', '104540.182500', '104540.642500', '104541.102500', '104541.562500', '104542.022500', '104542.482500', '104542.942500', '104543.402500', '104543.862500', '104544.322500', '104544.782500', '104545.242500', '104545.702500', '104546.162500', '104546.622500', '104547.082500', '104547.542500', '104548.002500', '104548.462500', '104548.922500', '104549.382500', '104549.842500', '104550.302500', '104550.762500', '104551.222500', '104551.682500', '104552.142500', '104552.602500', '104553.062500', '104553.522500', '104553.982500', '104554.442500', '104554.902500', '104555.362500', '104555.822500', '104556.282500', '104556.742500', '104557.202500', '104557.662500', '104558.122500', '104558.582500', '104559.042500', '104559.502500', '104559.962500', '104600.422500', '104600.882500', '104601.342500', '104601.802500', '104602.262500', '104602.722500', '104603.182500', '104603.642500', '104604.102500', '104604.562500', '104605.022500', '104605.482500', '104605.942500', '104606.402500', '104606.862500', '104607.322500', '104607.782500', '104608.242500', '104608.702500', '104609.162500', '104609.622500', '104610.082500', '104610.542500', '104611.002500', '104611.462500', '104611.922500', '104612.382500', '104612.842500', '104613.302500', '104613.762500', '104614.222500', '104614.682500', '104615.142500', '104615.602500', '104616.062500', '104616.522500', '104616.982500', '104617.442500', '104617.902500', '104618.362500', '104618.822500', '104619.282500', '104619.742500', '104620.202500', '104620.662500', '104621.122500', '104621.582500', '104622.042500', '104622.502500', '104622.962500', '104623.422500', '104623.882500', '104624.342500', '104624.802500', '104625.262500', '104625.722500', '104626.182500', '104626.642500', '104627.102500', '104627.562500', '104628.022500', '104628.482500', '104628.942500', '104629.402500', '104629.862500', '104630.322500', '104630.782500', '104631.242500', '104631.702500', '104632.162500', '104632.622500', '104633.082500', '104633.542500', '104634.002500', '104634.462500', '104634.922500', '104635.382500', '104635.842500', '104636.302500', '104636.762500', '104637.222500', '104637.682500', '104638.142500', '104638.602500', '104639.062500', '104639.522500', '104639.982500', '104640.442500', '104640.902500', '104641.362500', '104641.822500', '104642.282500', '104642.742500', '104643.202500', '104643.662500', '104644.122500', '104644.582500', '104645.042500', '104645.502500', '104645.962500', '104646.422500', '104646.882500', '104647.342500', '104647.802500', '104648.262500', '104648.722500', '104649.182500', '104649.642500', '104650.102500', '104650.562500', '104651.022500', '104651.482500'], 'ContentTime': ['103756.962000', '103756.965000', '103756.969000', '103756.971000', '103756.974000', '103756.977000', '103756.979000', '103756.982000', '103756.985000', '103756.987000', '103756.990000', '103756.992000', '103756.995000', '103756.998000', '103757.002000', '103757.004000', '103757.007000', '103757.009000', '103757.012000', '103757.014000', '103757.026000', '103757.029000', '103757.032000', '103757.034000', '103757.037000', '103757.039000', '103757.042000', '103757.045000', '103757.047000', '103757.050000', '103757.053000', '103757.055000', '103757.058000', '103757.060000', '103757.063000', '103757.066000', '103757.068000', '103757.071000', '103757.074000', '103757.076000', '103757.079000', '103757.081000', '103757.084000', '103757.087000', '103816.862000', '103816.865000', '103816.868000', '103816.871000', '103816.874000', '103816.876000', '103816.879000', '103816.881000', '103816.884000', '103816.887000', '103816.889000', '103816.892000', '103816.895000', '103816.897000', '103816.900000', '103816.902000', '103816.905000', '103816.908000', '103816.910000', '103816.913000', '103816.915000', '103816.918000', '103816.921000', '103816.923000', '103816.926000', '103816.928000', '103816.931000', '103816.934000', '103816.936000', '103816.939000', '103816.941000', '103816.944000', '103816.947000', '103816.949000', '103816.952000', '103816.955000', '103816.957000', '103816.960000', '103816.962000', '103816.965000', '103816.968000', '103816.979000', '103816.982000', '103816.985000', '103836.862000', '103836.865000', '103836.868000', '103836.871000', '103836.873000', '103836.876000', '103836.878000', '103836.881000', '103836.884000', '103836.886000', '103836.889000', '103836.892000', '103836.894000', '103836.897000', '103836.900000', '103836.902000', '103836.905000', '103836.908000', '103836.910000', '103836.913000', '103836.915000', '103836.918000', '103836.921000', '103836.923000', '103836.926000', '103836.929000', '103836.931000', '103836.934000', '103836.936000', '103836.939000', '103836.942000', '103836.944000', '103836.947000', '103836.950000', '103836.952000', '103836.955000', '103836.958000', '103836.960000', '103836.963000', '103836.966000', '103836.968000', '103836.972000', '103836.975000', '103856.862000', '103856.865000', '103856.868000', '103856.871000', '103856.873000', '103856.876000', '103856.879000', '103856.881000', '103856.884000', '103856.887000', '103856.889000', '103856.892000', '103856.895000', '103856.903000', '103856.906000', '103856.909000', '103856.911000', '103856.914000', '103856.917000', '103856.919000', '103856.922000', '103856.924000', '103856.927000', '103856.930000', '103856.933000', '103856.935000', '103856.938000', '103856.941000', '103856.943000', '103856.946000', '103856.949000', '103856.951000', '103856.954000', '103856.956000', '103856.959000', '103856.962000', '103856.964000', '103856.967000', '103856.970000', '103856.972000', '103856.975000', '103856.978000', '103856.980000', '103856.983000', '103916.863000', '103916.865000', '103916.868000', '103916.871000', '103916.874000', '103916.876000', '103916.879000', '103916.881000', '103916.884000', '103916.887000', '103916.889000', '103916.892000', '103916.895000', '103916.897000', '103916.900000', '103916.903000', '103916.905000', '103916.908000', '103916.911000', '103916.913000', '103916.916000', '103916.918000', '103916.931000', '103916.934000', '103916.937000', '103916.939000', '103916.942000', '103916.944000', '103916.947000', '103916.950000', '103916.953000', '103916.955000', '103916.958000', '103916.961000', '103916.963000', '103916.966000', '103916.975000', '103916.977000', '103916.980000', '103916.983000', '103916.985000', '103916.988000', '103916.991000', '103936.862000', '103936.865000', '103936.868000', '103936.871000', '103936.874000', '103936.876000', '103936.879000', '103936.882000', '103936.884000', '103936.887000', '103936.889000', '103936.892000', '103936.895000', '103936.897000', '103936.900000', '103936.903000', '103936.905000', '103936.908000', '103936.910000', '103936.913000', '103936.916000', '103936.918000', '103936.921000', '103936.924000', '103936.926000', '103936.929000', '103936.932000', '103936.934000', '103936.937000', '103936.940000', '103936.942000', '103936.945000', '103936.947000', '103936.950000', '103936.953000', '103936.955000', '103936.958000', '103936.961000', '103936.963000', '103936.966000', '103936.968000', '103936.971000', '103936.974000', '103956.863000', '103956.865000', '103956.868000', '103956.871000', '103956.874000', '103956.876000', '103956.879000', '103956.881000', '103956.884000', '103956.887000', '103956.889000', '103956.892000', '103956.895000', '103956.897000', '103956.900000', '103956.902000', '103956.905000', '103956.908000', '103956.911000', '103956.913000', '103956.916000', '103956.919000', '103956.921000', '103956.924000', '103956.927000', '103956.929000', '103956.932000', '103956.934000', '103956.937000', '103956.940000', '103956.943000', '103956.945000', '103956.948000', '103956.950000', '103956.953000', '103956.956000', '103956.958000', '103956.961000', '103956.964000', '103956.966000', '103956.969000', '103956.971000', '103956.974000', '103956.977000', '104016.862000', '104016.865000', '104016.868000', '104016.871000', '104016.874000', '104016.877000', '104016.880000', '104016.882000', '104016.885000', '104016.888000', '104016.891000', '104016.893000', '104016.896000', '104016.899000', '104016.901000', '104016.904000', '104016.907000', '104016.909000', '104016.912000', '104016.914000', '104016.917000', '104016.920000', '104016.923000', '104016.925000', '104016.928000', '104016.930000', '104016.933000', '104016.936000', '104016.938000', '104016.941000', '104016.944000', '104016.946000', '104016.949000', '104016.952000', '104016.954000', '104016.957000', '104016.960000', '104016.962000', '104016.965000', '104016.968000', '104016.970000', '104016.973000', '104016.975000', '104016.987000', '104036.863000', '104036.866000', '104036.868000', '104036.871000', '104036.874000', '104036.876000', '104036.879000', '104036.882000', '104036.884000', '104036.887000', '104036.890000', '104036.892000', '104036.895000', '104036.898000', '104036.900000', '104036.903000', '104036.906000', '104036.908000', '104036.911000', '104036.914000', '104036.916000', '104036.919000', '104036.921000', '104036.924000', '104036.927000', '104036.929000', '104036.932000', '104036.935000', '104036.937000', '104036.940000', '104036.943000', '104036.945000', '104036.948000', '104036.951000', '104036.953000', '104036.956000', '104036.959000', '104036.961000', '104036.964000', '104036.967000', '104036.969000', '104036.972000', '104036.975000', '104056.863000', '104056.866000', '104056.869000', '104056.871000', '104056.883000', '104056.886000', '104056.888000', '104056.891000', '104056.894000', '104056.897000', '104056.899000', '104056.902000', '104056.907000', '104056.910000', '104056.912000', '104056.915000', '104056.918000', '104056.920000', '104056.923000', '104056.926000', '104056.928000', '104056.931000', '104056.934000', '104056.936000', '104056.939000', '104056.941000', '104056.944000', '104056.947000', '104056.949000', '104056.952000', '104056.955000', '104056.958000', '104056.960000', '104056.963000', '104056.965000', '104056.968000', '104056.971000', '104056.973000', '104056.976000', '104056.979000', '104056.981000', '104056.984000', '104056.987000', '104056.994000', '104116.863000', '104116.866000', '104116.868000', '104116.871000', '104116.874000', '104116.876000', '104116.879000', '104116.882000', '104116.884000', '104116.887000', '104116.890000', '104116.892000', '104116.895000', '104116.898000', '104116.900000', '104116.903000', '104116.906000', '104116.909000', '104116.911000', '104116.914000', '104116.917000', '104116.919000', '104116.925000', '104116.927000', '104116.930000', '104116.933000', '104116.935000', '104116.938000', '104116.941000', '104116.943000', '104116.946000', '104116.949000', '104116.951000', '104116.954000', '104116.957000', '104116.960000', '104116.962000', '104116.965000', '104116.968000', '104116.970000', '104116.973000', '104116.976000', '104116.978000', '104136.863000', '104136.866000', '104136.868000', '104136.871000', '104136.874000', '104136.876000', '104136.879000', '104136.882000', '104136.884000', '104136.887000', '104136.890000', '104136.895000', '104136.898000', '104136.900000', '104136.903000', '104136.906000', '104136.908000', '104136.911000', '104136.914000', '104136.917000', '104136.919000', '104136.922000', '104136.924000', '104136.927000', '104136.930000', '104136.932000', '104136.935000', '104136.938000', '104136.940000', '104136.943000', '104136.946000', '104136.948000', '104136.951000', '104136.954000', '104136.956000', '104136.959000', '104136.962000', '104136.964000', '104136.967000', '104136.970000', '104136.972000', '104136.975000', '104136.977000', '104156.862000', '104156.865000', '104156.868000', '104156.871000', '104156.873000', '104156.876000', '104156.879000', '104156.881000', '104156.884000', '104156.886000', '104156.889000', '104156.892000', '104156.894000', '104156.897000', '104156.900000', '104156.902000', '104156.905000', '104156.908000', '104156.910000', '104156.913000', '104156.915000', '104156.918000', '104156.921000', '104156.923000', '104156.926000', '104156.929000', '104156.931000', '104156.934000', '104156.936000', '104156.939000', '104156.942000', '104156.944000', '104156.947000', '104156.950000', '104156.952000', '104156.955000', '104156.957000', '104156.960000', '104156.963000', '104156.965000', '104156.968000', '104156.971000', '104156.973000', '104156.976000', '104216.863000', '104216.866000', '104216.868000', '104216.871000', '104216.873000', '104216.876000', '104216.879000', '104216.881000', '104216.884000', '104216.887000', '104216.889000', '104216.892000', '104216.895000', '104216.897000', '104216.900000', '104216.903000', '104216.906000', '104216.909000', '104216.911000', '104216.914000', '104216.916000', '104216.919000', '104216.922000', '104216.924000', '104216.927000', '104216.929000', '104216.932000', '104216.935000', '104216.937000', '104216.954000', '104216.957000', '104216.960000', '104216.962000', '104216.965000', '104216.968000', '104216.970000', '104216.973000', '104216.975000', '104216.978000', '104216.981000', '104216.983000', '104216.986000', '104216.989000', '104216.991000', '104236.862000', '104236.865000', '104236.868000', '104236.871000', '104236.874000', '104236.876000', '104236.879000', '104236.881000', '104236.884000', '104236.887000', '104236.890000', '104236.892000', '104236.895000', '104236.898000', '104236.900000', '104236.903000', '104236.906000', '104236.908000', '104236.911000', '104236.914000', '104236.916000', '104236.919000', '104236.921000', '104236.924000', '104236.927000', '104236.929000', '104236.932000', '104236.935000', '104236.938000', '104236.940000', '104236.943000', '104236.946000', '104236.948000', '104236.951000', '104236.953000', '104236.956000', '104236.959000', '104236.961000', '104236.964000', '104236.967000', '104236.969000', '104236.972000', '104236.975000', '104256.863000', '104256.865000', '104256.868000', '104256.871000', '104256.874000', '104256.876000', '104256.879000', '104256.882000', '104256.884000', '104256.887000', '104256.890000', '104256.892000', '104256.895000', '104256.897000', '104256.900000', '104256.903000', '104256.905000', '104256.908000', '104256.911000', '104256.914000', '104256.916000', '104256.919000', '104256.922000', '104256.924000', '104256.927000', '104256.930000', '104256.932000', '104256.935000', '104256.938000', '104256.940000', '104256.945000', '104256.948000', '104256.950000', '104256.953000', '104256.956000', '104256.958000', '104256.961000', '104256.964000', '104256.966000', '104256.969000', '104256.972000', '104256.975000', '104256.977000', '104316.863000', '104316.866000', '104316.868000', '104316.871000', '104316.874000', '104316.876000', '104316.879000', '104316.882000', '104316.884000', '104316.887000', '104316.890000', '104316.892000', '104316.895000', '104316.898000', '104316.900000', '104316.903000', '104316.906000', '104316.908000', '104316.911000', '104316.914000', '104316.916000', '104316.919000', '104316.921000', '104316.924000', '104316.927000', '104316.929000', '104316.932000', '104316.935000', '104316.937000', '104316.940000', '104316.943000', '104316.945000', '104316.948000', '104316.951000', '104316.953000', '104316.956000', '104316.958000', '104316.961000', '104316.964000', '104316.966000', '104316.969000', '104316.972000', '104316.974000', '104316.977000', '104336.863000', '104336.866000', '104336.868000', '104336.871000', '104336.873000', '104336.876000', '104336.879000', '104336.881000', '104336.884000', '104336.887000', '104336.892000', '104336.895000', '104336.897000', '104336.900000', '104336.903000', '104336.905000', '104336.908000', '104336.911000', '104336.913000', '104336.916000', '104336.918000', '104336.921000', '104336.924000', '104336.926000', '104336.929000', '104336.932000', '104336.935000', '104336.937000', '104336.940000', '104336.943000', '104336.946000', '104336.948000', '104336.951000', '104336.954000', '104336.956000', '104336.959000', '104336.962000', '104336.964000', '104336.967000', '104336.970000', '104336.972000', '104336.975000', '104336.978000', '104356.862000', '104356.865000', '104356.868000', '104356.871000', '104356.874000', '104356.876000', '104356.879000', '104356.882000', '104356.884000', '104356.887000', '104356.890000', '104356.892000', '104356.895000', '104356.897000', '104356.900000', '104356.903000', '104356.905000', '104356.908000', '104356.911000', '104356.914000', '104356.916000', '104356.919000', '104356.922000', '104356.924000', '104356.927000', '104356.930000', '104356.932000', '104356.935000', '104356.938000', '104356.940000', '104356.943000', '104356.946000', '104356.948000', '104356.951000', '104356.953000', '104356.956000', '104356.959000', '104356.961000', '104356.964000', '104356.967000', '104356.969000', '104356.972000', '104356.975000', '104356.977000', '104416.863000', '104416.865000', '104416.868000', '104416.871000', '104416.873000', '104416.876000', '104416.879000', '104416.881000', '104416.884000', '104416.887000', '104416.890000', '104416.892000', '104416.895000', '104416.898000', '104416.900000', '104416.903000', '104416.906000', '104416.909000', '104416.911000', '104416.914000', '104416.917000', '104416.920000', '104416.922000', '104416.925000', '104416.928000', '104416.930000', '104416.933000', '104416.936000', '104416.939000', '104416.941000', '104416.944000', '104416.946000', '104416.949000', '104416.952000', '104416.954000', '104416.957000', '104416.959000', '104416.962000', '104416.965000', '104416.967000', '104416.970000', '104416.973000', '104416.976000', '104436.863000', '104436.866000', '104436.868000', '104436.871000', '104436.873000', '104436.876000', '104436.879000', '104436.881000', '104436.884000', '104436.887000', '104436.889000', '104436.892000', '104436.894000', '104436.897000', '104436.900000', '104436.902000', '104436.905000', '104436.908000', '104436.910000', '104436.913000', '104436.916000', '104436.918000', '104436.921000', '104436.923000', '104436.926000', '104436.929000', '104436.931000', '104436.934000', '104436.937000', '104436.939000', '104436.942000', '104436.945000', '104436.947000', '104436.950000', '104436.952000', '104436.955000', '104436.958000', '104436.960000', '104436.963000', '104436.966000', '104436.968000', '104436.971000', '104436.973000', '104436.976000', '104456.862000', '104456.865000', '104456.868000', '104456.871000', '104456.874000', '104456.876000', '104456.879000', '104456.881000', '104456.884000', '104456.887000', '104456.889000', '104456.892000', '104456.895000', '104456.897000', '104456.901000', '104456.904000', '104456.906000', '104456.909000', '104456.912000', '104456.915000', '104456.918000', '104456.920000', '104456.923000', '104456.926000', '104456.929000', '104456.932000', '104456.935000', '104456.938000', '104456.940000', '104456.943000', '104456.946000', '104456.948000', '104456.951000', '104456.954000', '104456.956000', '104456.959000', '104456.961000', '104456.964000', '104456.967000', '104456.969000', '104456.972000', '104456.975000', '104456.977000', '104516.863000', '104516.865000', '104516.868000', '104516.871000', '104516.874000', '104516.877000', '104516.879000', '104516.882000', '104516.885000', '104516.888000', '104516.890000', '104516.893000', '104516.896000', '104516.898000', '104516.901000', '104516.903000', '104516.907000', '104516.909000', '104516.912000', '104516.914000', '104516.917000', '104516.920000', '104516.922000', '104516.925000', '104516.928000', '104516.930000', '104516.933000', '104516.936000', '104516.938000', '104516.941000', '104516.944000', '104516.946000', '104516.949000', '104516.952000', '104516.954000', '104516.957000', '104516.960000', '104516.962000', '104516.965000', '104516.968000', '104516.970000', '104516.973000', '104516.976000', '104516.978000', '104536.863000', '104536.866000', '104536.868000', '104536.871000', '104536.874000', '104536.876000', '104536.879000', '104536.882000', '104536.884000', '104536.887000', '104536.890000', '104536.892000', '104536.895000', '104536.897000', '104536.900000', '104536.903000', '104536.905000', '104536.908000', '104536.910000', '104536.913000', '104536.916000', '104536.918000', '104536.921000', '104536.924000', '104536.926000', '104536.929000', '104536.931000', '104536.934000', '104536.937000', '104536.940000', '104536.942000', '104536.945000', '104536.948000', '104536.951000', '104536.959000', '104536.962000', '104536.965000', '104536.967000', '104536.970000', '104536.973000', '104536.975000', '104536.978000', '104536.981000', '104556.863000', '104556.865000', '104556.868000', '104556.871000', '104556.874000', '104556.876000', '104556.879000', '104556.882000', '104556.884000', '104556.887000', '104556.889000', '104556.892000', '104556.895000', '104556.897000', '104556.900000', '104556.903000', '104556.905000', '104556.908000', '104556.911000', '104556.913000', '104556.916000', '104556.919000', '104556.921000', '104556.924000', '104556.927000', '104556.929000', '104556.932000', '104556.935000', '104556.937000', '104556.940000', '104556.943000', '104556.945000', '104556.948000', '104556.951000', '104556.953000', '104556.956000', '104556.959000', '104556.961000', '104556.964000', '104556.967000', '104556.969000', '104556.972000', '104556.975000', '104556.977000', '104616.863000', '104616.866000', '104616.869000', '104616.871000', '104616.874000', '104616.877000', '104616.879000', '104616.882000', '104616.885000', '104616.887000', '104616.890000', '104616.892000', '104616.895000', '104616.898000', '104616.900000', '104616.903000', '104616.906000', '104616.908000', '104616.911000', '104616.914000', '104616.916000', '104616.919000', '104616.922000', '104616.924000', '104616.927000', '104616.929000', '104616.932000', '104616.935000', '104616.937000', '104616.940000', '104616.943000', '104616.945000', '104616.948000', '104616.951000', '104616.954000', '104616.956000', '104616.959000', '104616.962000', '104616.964000', '104616.967000', '104616.971000', '104616.973000', '104616.976000', '104636.863000', '104636.865000', '104636.868000', '104636.871000', '104636.874000', '104636.876000', '104636.879000', '104636.881000', '104636.884000', '104636.887000', '104636.889000', '104636.892000', '104636.895000', '104636.897000', '104636.900000', '104636.903000', '104636.905000', '104636.908000', '104636.911000', '104636.913000', '104636.916000', '104636.918000', '104636.921000', '104636.924000', '104636.926000', '104636.929000', '104636.932000', '104636.934000', '104636.937000', '104636.940000', '104636.942000', '104636.945000', '104636.948000', '104636.950000', '104636.953000', '104636.956000', '104636.958000', '104636.961000', '104636.964000', '104636.966000', '104636.969000', '104636.971000', '104636.974000', '104636.977000', '104652.323000', '104652.326000', '104652.328000', '104652.331000', '104652.334000', '104652.336000', '104652.339000', '104652.342000', '104652.344000', '104652.347000', '104652.350000', '104652.352000', '104652.355000', '104652.357000', '104652.360000', '104652.363000', '104652.365000', '104652.368000', '104652.371000', '104652.374000', '104652.376000', '104652.379000', '104652.381000', '104652.384000', '104652.387000', '104652.389000', '104652.392000', '104652.395000', '104652.397000', '104652.400000', '104652.403000', '104652.405000', '104652.408000', '104652.410000'], 'InstanceCreationTime': ['103756.962000', '103756.965000', '103756.969000', '103756.971000', '103756.974000', '103756.977000', '103756.979000', '103756.982000', '103756.985000', '103756.987000', '103756.990000', '103756.992000', '103756.995000', '103756.998000', '103757.002000', '103757.004000', '103757.007000', '103757.009000', '103757.012000', '103757.014000', '103757.026000', '103757.029000', '103757.032000', '103757.034000', '103757.037000', '103757.039000', '103757.042000', '103757.045000', '103757.047000', '103757.050000', '103757.053000', '103757.055000', '103757.058000', '103757.060000', '103757.063000', '103757.066000', '103757.068000', '103757.071000', '103757.074000', '103757.076000', '103757.079000', '103757.081000', '103757.084000', '103757.087000', '103816.862000', '103816.865000', '103816.868000', '103816.871000', '103816.874000', '103816.876000', '103816.879000', '103816.881000', '103816.884000', '103816.887000', '103816.889000', '103816.892000', '103816.895000', '103816.897000', '103816.900000', '103816.902000', '103816.905000', '103816.908000', '103816.910000', '103816.913000', '103816.915000', '103816.918000', '103816.921000', '103816.923000', '103816.926000', '103816.928000', '103816.931000', '103816.934000', '103816.936000', '103816.939000', '103816.941000', '103816.944000', '103816.947000', '103816.949000', '103816.952000', '103816.955000', '103816.957000', '103816.960000', '103816.962000', '103816.965000', '103816.968000', '103816.979000', '103816.982000', '103816.985000', '103836.862000', '103836.865000', '103836.868000', '103836.871000', '103836.873000', '103836.876000', '103836.878000', '103836.881000', '103836.884000', '103836.886000', '103836.889000', '103836.892000', '103836.894000', '103836.897000', '103836.900000', '103836.902000', '103836.905000', '103836.908000', '103836.910000', '103836.913000', '103836.915000', '103836.918000', '103836.921000', '103836.923000', '103836.926000', '103836.929000', '103836.931000', '103836.934000', '103836.936000', '103836.939000', '103836.942000', '103836.944000', '103836.947000', '103836.950000', '103836.952000', '103836.955000', '103836.958000', '103836.960000', '103836.963000', '103836.966000', '103836.968000', '103836.972000', '103836.975000', '103856.862000', '103856.865000', '103856.868000', '103856.871000', '103856.873000', '103856.876000', '103856.879000', '103856.881000', '103856.884000', '103856.887000', '103856.889000', '103856.892000', '103856.895000', '103856.903000', '103856.906000', '103856.909000', '103856.911000', '103856.914000', '103856.917000', '103856.919000', '103856.922000', '103856.924000', '103856.927000', '103856.930000', '103856.933000', '103856.935000', '103856.938000', '103856.941000', '103856.943000', '103856.946000', '103856.949000', '103856.951000', '103856.954000', '103856.956000', '103856.959000', '103856.962000', '103856.964000', '103856.967000', '103856.970000', '103856.972000', '103856.975000', '103856.978000', '103856.980000', '103856.983000', '103916.863000', '103916.865000', '103916.868000', '103916.871000', '103916.874000', '103916.876000', '103916.879000', '103916.881000', '103916.884000', '103916.887000', '103916.889000', '103916.892000', '103916.895000', '103916.897000', '103916.900000', '103916.903000', '103916.905000', '103916.908000', '103916.911000', '103916.913000', '103916.916000', '103916.918000', '103916.931000', '103916.934000', '103916.937000', '103916.939000', '103916.942000', '103916.944000', '103916.947000', '103916.950000', '103916.953000', '103916.955000', '103916.958000', '103916.961000', '103916.963000', '103916.966000', '103916.975000', '103916.977000', '103916.980000', '103916.983000', '103916.985000', '103916.988000', '103916.991000', '103936.862000', '103936.865000', '103936.868000', '103936.871000', '103936.874000', '103936.876000', '103936.879000', '103936.882000', '103936.884000', '103936.887000', '103936.889000', '103936.892000', '103936.895000', '103936.897000', '103936.900000', '103936.903000', '103936.905000', '103936.908000', '103936.910000', '103936.913000', '103936.916000', '103936.918000', '103936.921000', '103936.924000', '103936.926000', '103936.929000', '103936.932000', '103936.934000', '103936.937000', '103936.940000', '103936.942000', '103936.945000', '103936.947000', '103936.950000', '103936.953000', '103936.955000', '103936.958000', '103936.961000', '103936.963000', '103936.966000', '103936.968000', '103936.971000', '103936.974000', '103956.863000', '103956.865000', '103956.868000', '103956.871000', '103956.874000', '103956.876000', '103956.879000', '103956.881000', '103956.884000', '103956.887000', '103956.889000', '103956.892000', '103956.895000', '103956.897000', '103956.900000', '103956.902000', '103956.905000', '103956.908000', '103956.911000', '103956.913000', '103956.916000', '103956.919000', '103956.921000', '103956.924000', '103956.927000', '103956.929000', '103956.932000', '103956.934000', '103956.937000', '103956.940000', '103956.943000', '103956.945000', '103956.948000', '103956.950000', '103956.953000', '103956.956000', '103956.958000', '103956.961000', '103956.964000', '103956.966000', '103956.969000', '103956.971000', '103956.974000', '103956.977000', '104016.862000', '104016.865000', '104016.868000', '104016.871000', '104016.874000', '104016.877000', '104016.880000', '104016.882000', '104016.885000', '104016.888000', '104016.891000', '104016.893000', '104016.896000', '104016.899000', '104016.901000', '104016.904000', '104016.907000', '104016.909000', '104016.912000', '104016.914000', '104016.917000', '104016.920000', '104016.923000', '104016.925000', '104016.928000', '104016.930000', '104016.933000', '104016.936000', '104016.938000', '104016.941000', '104016.944000', '104016.946000', '104016.949000', '104016.952000', '104016.954000', '104016.957000', '104016.960000', '104016.962000', '104016.965000', '104016.968000', '104016.970000', '104016.973000', '104016.975000', '104016.987000', '104036.863000', '104036.866000', '104036.868000', '104036.871000', '104036.874000', '104036.876000', '104036.879000', '104036.882000', '104036.884000', '104036.887000', '104036.890000', '104036.892000', '104036.895000', '104036.898000', '104036.900000', '104036.903000', '104036.906000', '104036.908000', '104036.911000', '104036.914000', '104036.916000', '104036.919000', '104036.921000', '104036.924000', '104036.927000', '104036.929000', '104036.932000', '104036.935000', '104036.937000', '104036.940000', '104036.943000', '104036.945000', '104036.948000', '104036.951000', '104036.953000', '104036.956000', '104036.959000', '104036.961000', '104036.964000', '104036.967000', '104036.969000', '104036.972000', '104036.975000', '104056.863000', '104056.866000', '104056.869000', '104056.871000', '104056.883000', '104056.886000', '104056.888000', '104056.891000', '104056.894000', '104056.897000', '104056.899000', '104056.902000', '104056.907000', '104056.910000', '104056.912000', '104056.915000', '104056.918000', '104056.920000', '104056.923000', '104056.926000', '104056.928000', '104056.931000', '104056.934000', '104056.936000', '104056.939000', '104056.941000', '104056.944000', '104056.947000', '104056.949000', '104056.952000', '104056.955000', '104056.958000', '104056.960000', '104056.963000', '104056.965000', '104056.968000', '104056.971000', '104056.973000', '104056.976000', '104056.979000', '104056.981000', '104056.984000', '104056.987000', '104056.994000', '104116.863000', '104116.866000', '104116.868000', '104116.871000', '104116.874000', '104116.876000', '104116.879000', '104116.882000', '104116.884000', '104116.887000', '104116.890000', '104116.892000', '104116.895000', '104116.898000', '104116.900000', '104116.903000', '104116.906000', '104116.909000', '104116.911000', '104116.914000', '104116.917000', '104116.919000', '104116.925000', '104116.927000', '104116.930000', '104116.933000', '104116.935000', '104116.938000', '104116.941000', '104116.943000', '104116.946000', '104116.949000', '104116.951000', '104116.954000', '104116.957000', '104116.960000', '104116.962000', '104116.965000', '104116.968000', '104116.970000', '104116.973000', '104116.976000', '104116.978000', '104136.863000', '104136.866000', '104136.868000', '104136.871000', '104136.874000', '104136.876000', '104136.879000', '104136.882000', '104136.884000', '104136.887000', '104136.890000', '104136.895000', '104136.898000', '104136.900000', '104136.903000', '104136.906000', '104136.908000', '104136.911000', '104136.914000', '104136.917000', '104136.919000', '104136.922000', '104136.924000', '104136.927000', '104136.930000', '104136.932000', '104136.935000', '104136.938000', '104136.940000', '104136.943000', '104136.946000', '104136.948000', '104136.951000', '104136.954000', '104136.956000', '104136.959000', '104136.962000', '104136.964000', '104136.967000', '104136.970000', '104136.972000', '104136.975000', '104136.977000', '104156.862000', '104156.865000', '104156.868000', '104156.871000', '104156.873000', '104156.876000', '104156.879000', '104156.881000', '104156.884000', '104156.886000', '104156.889000', '104156.892000', '104156.894000', '104156.897000', '104156.900000', '104156.902000', '104156.905000', '104156.908000', '104156.910000', '104156.913000', '104156.915000', '104156.918000', '104156.921000', '104156.923000', '104156.926000', '104156.929000', '104156.931000', '104156.934000', '104156.936000', '104156.939000', '104156.942000', '104156.944000', '104156.947000', '104156.950000', '104156.952000', '104156.955000', '104156.957000', '104156.960000', '104156.963000', '104156.965000', '104156.968000', '104156.971000', '104156.973000', '104156.976000', '104216.863000', '104216.866000', '104216.868000', '104216.871000', '104216.873000', '104216.876000', '104216.879000', '104216.881000', '104216.884000', '104216.887000', '104216.889000', '104216.892000', '104216.895000', '104216.897000', '104216.900000', '104216.903000', '104216.906000', '104216.909000', '104216.911000', '104216.914000', '104216.916000', '104216.919000', '104216.922000', '104216.924000', '104216.927000', '104216.929000', '104216.932000', '104216.935000', '104216.937000', '104216.954000', '104216.957000', '104216.960000', '104216.962000', '104216.965000', '104216.968000', '104216.970000', '104216.973000', '104216.975000', '104216.978000', '104216.981000', '104216.983000', '104216.986000', '104216.989000', '104216.991000', '104236.862000', '104236.865000', '104236.868000', '104236.871000', '104236.874000', '104236.876000', '104236.879000', '104236.881000', '104236.884000', '104236.887000', '104236.890000', '104236.892000', '104236.895000', '104236.898000', '104236.900000', '104236.903000', '104236.906000', '104236.908000', '104236.911000', '104236.914000', '104236.916000', '104236.919000', '104236.921000', '104236.924000', '104236.927000', '104236.929000', '104236.932000', '104236.935000', '104236.938000', '104236.940000', '104236.943000', '104236.946000', '104236.948000', '104236.951000', '104236.953000', '104236.956000', '104236.959000', '104236.961000', '104236.964000', '104236.967000', '104236.969000', '104236.972000', '104236.975000', '104256.863000', '104256.865000', '104256.868000', '104256.871000', '104256.874000', '104256.876000', '104256.879000', '104256.882000', '104256.884000', '104256.887000', '104256.890000', '104256.892000', '104256.895000', '104256.897000', '104256.900000', '104256.903000', '104256.905000', '104256.908000', '104256.911000', '104256.914000', '104256.916000', '104256.919000', '104256.922000', '104256.924000', '104256.927000', '104256.930000', '104256.932000', '104256.935000', '104256.938000', '104256.940000', '104256.945000', '104256.948000', '104256.950000', '104256.953000', '104256.956000', '104256.958000', '104256.961000', '104256.964000', '104256.966000', '104256.969000', '104256.972000', '104256.975000', '104256.977000', '104316.863000', '104316.866000', '104316.868000', '104316.871000', '104316.874000', '104316.876000', '104316.879000', '104316.882000', '104316.884000', '104316.887000', '104316.890000', '104316.892000', '104316.895000', '104316.898000', '104316.900000', '104316.903000', '104316.906000', '104316.908000', '104316.911000', '104316.914000', '104316.916000', '104316.919000', '104316.921000', '104316.924000', '104316.927000', '104316.929000', '104316.932000', '104316.935000', '104316.937000', '104316.940000', '104316.943000', '104316.945000', '104316.948000', '104316.951000', '104316.953000', '104316.956000', '104316.958000', '104316.961000', '104316.964000', '104316.966000', '104316.969000', '104316.972000', '104316.974000', '104316.977000', '104336.863000', '104336.866000', '104336.868000', '104336.871000', '104336.873000', '104336.876000', '104336.879000', '104336.881000', '104336.884000', '104336.887000', '104336.892000', '104336.895000', '104336.897000', '104336.900000', '104336.903000', '104336.905000', '104336.908000', '104336.911000', '104336.913000', '104336.916000', '104336.918000', '104336.921000', '104336.924000', '104336.926000', '104336.929000', '104336.932000', '104336.935000', '104336.937000', '104336.940000', '104336.943000', '104336.946000', '104336.948000', '104336.951000', '104336.954000', '104336.956000', '104336.959000', '104336.962000', '104336.964000', '104336.967000', '104336.970000', '104336.972000', '104336.975000', '104336.978000', '104356.862000', '104356.865000', '104356.868000', '104356.871000', '104356.874000', '104356.876000', '104356.879000', '104356.882000', '104356.884000', '104356.887000', '104356.890000', '104356.892000', '104356.895000', '104356.897000', '104356.900000', '104356.903000', '104356.905000', '104356.908000', '104356.911000', '104356.914000', '104356.916000', '104356.919000', '104356.922000', '104356.924000', '104356.927000', '104356.930000', '104356.932000', '104356.935000', '104356.938000', '104356.940000', '104356.943000', '104356.946000', '104356.948000', '104356.951000', '104356.953000', '104356.956000', '104356.959000', '104356.961000', '104356.964000', '104356.967000', '104356.969000', '104356.972000', '104356.975000', '104356.977000', '104416.863000', '104416.865000', '104416.868000', '104416.871000', '104416.873000', '104416.876000', '104416.879000', '104416.881000', '104416.884000', '104416.887000', '104416.890000', '104416.892000', '104416.895000', '104416.898000', '104416.900000', '104416.903000', '104416.906000', '104416.909000', '104416.911000', '104416.914000', '104416.917000', '104416.920000', '104416.922000', '104416.925000', '104416.928000', '104416.930000', '104416.933000', '104416.936000', '104416.939000', '104416.941000', '104416.944000', '104416.946000', '104416.949000', '104416.952000', '104416.954000', '104416.957000', '104416.959000', '104416.962000', '104416.965000', '104416.967000', '104416.970000', '104416.973000', '104416.976000', '104436.863000', '104436.866000', '104436.868000', '104436.871000', '104436.873000', '104436.876000', '104436.879000', '104436.881000', '104436.884000', '104436.887000', '104436.889000', '104436.892000', '104436.894000', '104436.897000', '104436.900000', '104436.902000', '104436.905000', '104436.908000', '104436.910000', '104436.913000', '104436.916000', '104436.918000', '104436.921000', '104436.923000', '104436.926000', '104436.929000', '104436.931000', '104436.934000', '104436.937000', '104436.939000', '104436.942000', '104436.945000', '104436.947000', '104436.950000', '104436.952000', '104436.955000', '104436.958000', '104436.960000', '104436.963000', '104436.966000', '104436.968000', '104436.971000', '104436.973000', '104436.976000', '104456.862000', '104456.865000', '104456.868000', '104456.871000', '104456.874000', '104456.876000', '104456.879000', '104456.881000', '104456.884000', '104456.887000', '104456.889000', '104456.892000', '104456.895000', '104456.897000', '104456.901000', '104456.904000', '104456.906000', '104456.909000', '104456.912000', '104456.915000', '104456.918000', '104456.920000', '104456.923000', '104456.926000', '104456.929000', '104456.932000', '104456.935000', '104456.938000', '104456.940000', '104456.943000', '104456.946000', '104456.948000', '104456.951000', '104456.954000', '104456.956000', '104456.959000', '104456.961000', '104456.964000', '104456.967000', '104456.969000', '104456.972000', '104456.975000', '104456.977000', '104516.863000', '104516.865000', '104516.868000', '104516.871000', '104516.874000', '104516.877000', '104516.879000', '104516.882000', '104516.885000', '104516.888000', '104516.890000', '104516.893000', '104516.896000', '104516.898000', '104516.901000', '104516.903000', '104516.907000', '104516.909000', '104516.912000', '104516.914000', '104516.917000', '104516.920000', '104516.922000', '104516.925000', '104516.928000', '104516.930000', '104516.933000', '104516.936000', '104516.938000', '104516.941000', '104516.944000', '104516.946000', '104516.949000', '104516.952000', '104516.954000', '104516.957000', '104516.960000', '104516.962000', '104516.965000', '104516.968000', '104516.970000', '104516.973000', '104516.976000', '104516.978000', '104536.863000', '104536.866000', '104536.868000', '104536.871000', '104536.874000', '104536.876000', '104536.879000', '104536.882000', '104536.884000', '104536.887000', '104536.890000', '104536.892000', '104536.895000', '104536.897000', '104536.900000', '104536.903000', '104536.905000', '104536.908000', '104536.910000', '104536.913000', '104536.916000', '104536.918000', '104536.921000', '104536.924000', '104536.926000', '104536.929000', '104536.931000', '104536.934000', '104536.937000', '104536.940000', '104536.942000', '104536.945000', '104536.948000', '104536.951000', '104536.959000', '104536.962000', '104536.965000', '104536.967000', '104536.970000', '104536.973000', '104536.975000', '104536.978000', '104536.981000', '104556.863000', '104556.865000', '104556.868000', '104556.871000', '104556.874000', '104556.876000', '104556.879000', '104556.882000', '104556.884000', '104556.887000', '104556.889000', '104556.892000', '104556.895000', '104556.897000', '104556.900000', '104556.903000', '104556.905000', '104556.908000', '104556.911000', '104556.913000', '104556.916000', '104556.919000', '104556.921000', '104556.924000', '104556.927000', '104556.929000', '104556.932000', '104556.935000', '104556.937000', '104556.940000', '104556.943000', '104556.945000', '104556.948000', '104556.951000', '104556.953000', '104556.956000', '104556.959000', '104556.961000', '104556.964000', '104556.967000', '104556.969000', '104556.972000', '104556.975000', '104556.977000', '104616.863000', '104616.866000', '104616.869000', '104616.871000', '104616.874000', '104616.877000', '104616.879000', '104616.882000', '104616.885000', '104616.887000', '104616.890000', '104616.892000', '104616.895000', '104616.898000', '104616.900000', '104616.903000', '104616.906000', '104616.908000', '104616.911000', '104616.914000', '104616.916000', '104616.919000', '104616.922000', '104616.924000', '104616.927000', '104616.929000', '104616.932000', '104616.935000', '104616.937000', '104616.940000', '104616.943000', '104616.945000', '104616.948000', '104616.951000', '104616.954000', '104616.956000', '104616.959000', '104616.962000', '104616.964000', '104616.967000', '104616.971000', '104616.973000', '104616.976000', '104636.863000', '104636.865000', '104636.868000', '104636.871000', '104636.874000', '104636.876000', '104636.879000', '104636.881000', '104636.884000', '104636.887000', '104636.889000', '104636.892000', '104636.895000', '104636.897000', '104636.900000', '104636.903000', '104636.905000', '104636.908000', '104636.911000', '104636.913000', '104636.916000', '104636.918000', '104636.921000', '104636.924000', '104636.926000', '104636.929000', '104636.932000', '104636.934000', '104636.937000', '104636.940000', '104636.942000', '104636.945000', '104636.948000', '104636.950000', '104636.953000', '104636.956000', '104636.958000', '104636.961000', '104636.964000', '104636.966000', '104636.969000', '104636.971000', '104636.974000', '104636.977000', '104652.323000', '104652.326000', '104652.328000', '104652.331000', '104652.334000', '104652.336000', '104652.339000', '104652.342000', '104652.344000', '104652.347000', '104652.350000', '104652.352000', '104652.355000', '104652.357000', '104652.360000', '104652.363000', '104652.365000', '104652.368000', '104652.371000', '104652.374000', '104652.376000', '104652.379000', '104652.381000', '104652.384000', '104652.387000', '104652.389000', '104652.392000', '104652.395000', '104652.397000', '104652.400000', '104652.403000', '104652.405000', '104652.408000', '104652.410000'], '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': [10922, 8897, 10635, 8973, 9906, 8318, 11282, 8632, 10410, 8710, 9292, 8565, 8740, 8770, 8576, 8852, 8717, 9332, 8693, 9008, 8045, 8742, 7702, 8726, 8198, 9630, 8824, 10787, 8637, 7882, 8720, 7591, 9103, 8543, 10575, 9157, 10049, 9261, 7998, 9311, 8476, 9625, 9353, 8105, 9754, 9392, 10948, 9304, 7977, 9250, 8091, 10793, 8850, 9847, 9302, 8611, 9801, 8732, 10759, 8776, 8859, 8940, 8247, 10002, 9448, 11224, 9250, 8122, 9101, 8367, 9795, 9430, 11033, 9259, 8329, 9071, 8047, 9939, 8822, 10997, 9108, 9370, 9482, 8226, 10150, 8681, 10666, 8906, 8896, 9429, 9152, 11295, 8539, 8437, 8969, 8101, 10045, 9615, 12848, 9682, 9157, 9011, 8189, 10238, 8914, 11132, 8842, 8543, 9252, 8481, 10215, 8405, 8241, 9287, 9158, 10917, 8797, 8174, 9453, 8542, 11598, 8892, 9857, 9104, 8475, 10707, 9523, 10762, 8451, 8299, 9188, 8495, 9721, 9366, 11276, 9106, 7797, 9301, 8439, 10625, 9261, 8506, 9698, 8740, 10113, 8819, 7989, 9394, 9443, 10425, 9469, 8241, 11138, 8681, 8341, 9251, 8816, 9568, 9289, 8775, 10489, 8587, 7605, 9484, 8946, 8757, 9418, 8356, 10942, 8301, 8081, 9533, 8647, 10647, 8875, 9160, 9261, 7717, 10470, 8583, 7424, 7702, 9111, 8705, 9878, 8801, 7925, 9738, 8700, 7415, 9641, 8811, 11811, 10246, 8592, 13252, 8760, 13919, 9084, 10631, 9448, 9012, 9746, 8484, 9947, 8810, 11106, 8461, 8437, 9075, 7709, 9694, 8753, 8705, 9144, 7589, 9585, 8588, 10819, 9752, 8729, 9860, 8092, 11825, 8526, 10638, 8991, 8795, 9672, 8731, 13005, 8519, 10069, 8690, 8518, 9283, 8746, 9475, 8638, 9570, 8375, 10378, 8880, 9379, 9411, 8348, 9615, 8511, 10957, 8668, 9992, 9335, 8554, 10363, 8998, 10881, 8779, 7812, 9071, 8828, 11185, 8641, 9262, 9057, 8304, 9124, 8309, 10326, 9535, 13962, 8825, 9712, 9048, 7780, 9367, 8626, 10096, 8660, 9714, 8868, 7919, 8951, 7912, 9050, 8105, 9944, 9230, 11313, 8605, 8935, 8960, 8154, 9091, 8476, 10104, 8712, 10368, 8785, 8082, 8947, 8079, 9855, 8767, 11104, 9051, 8735, 9036, 7719, 9337, 8648, 11263, 8667, 10331, 9402, 8506, 9498, 8342, 10116, 8623, 8812, 9440, 8518, 9691, 9433, 11956, 8687, 8956, 8899, 7794, 9750, 9217, 10317, 9079, 7866, 9357, 8319, 9867, 9068, 8076, 12756, 11109, 14807, 9588, 8484, 9090, 8334, 13662, 10377, 8372, 12674, 8157, 12252, 8804, 8355, 9317, 8221, 10162, 8952, 10193, 9081, 7529, 9319, 8337, 10147, 8966, 8085, 9766, 8634, 10260, 8685, 7918, 9303, 7901, 9820, 9126, 10003, 8703, 7570, 9107, 8221, 10457, 8742, 8591, 9662, 8595, 10323, 8343, 8525, 8805, 7854, 10848, 8768, 8555, 9684, 8292, 9489, 9045, 8011, 9797, 8414, 8758, 9348, 7852, 11097, 11372, 8320, 7753, 9323, 8696, 8695, 11453, 8294, 12671, 9128, 8382, 9930, 9124, 14074, 11714, 8259, 9057, 7824, 10604, 8350, 8907, 9763, 7970, 9159, 8163, 10224, 8498, 11176, 9028, 11180, 9599, 10496, 9409, 7408, 8959, 8077, 10291, 8822, 9394, 9903, 8238, 9730, 8326, 10080, 8531, 10644, 9047, 12547, 9230, 11325, 8404, 7908, 8688, 7528, 9024, 8182, 9758, 9052, 10228, 8351, 10651, 8638, 10029, 9293, 9009, 9587, 7794, 9361, 8097, 9689, 8754, 10973, 9041, 10912, 9140, 8126, 9095, 7585, 9109, 8661, 10719, 8587, 7522, 9586, 9156, 9721, 8727, 7727, 9746, 8807, 7890, 11077, 8853, 9696, 10034, 8687, 12828, 10586, 13865, 12130, 9304, 9200, 7526, 9840, 8868, 9477, 9235, 7979, 10534, 8693, 8029, 9086, 8630, 11172, 9292, 7927, 8909, 7910, 10314, 8737, 10834, 9505, 8435, 9465, 8357, 9719, 8882, 7745, 9239, 8705, 9186, 9429, 7829, 9480, 8340, 10755, 8851, 10918, 9575, 9231, 9651, 7705, 9231, 8323, 10119, 8923, 8414, 9757, 8669, 11122, 8827, 8065, 9177, 7876, 10170, 9133, 9839, 9254, 7771, 9331, 8535, 11048, 9303, 8970, 9938, 8459, 10762, 8597, 10360, 8903, 8633, 9827, 8728, 10584, 8638, 9628, 9222, 7886, 9440, 8740, 10515, 9024, 7543, 9171, 8230, 8924, 9146, 7842, 9829, 8998, 10304, 8998, 7910, 9142, 8437, 10578, 9497, 9024, 9447, 8089, 10532, 8785, 7515, 9167, 8632, 10143, 9049, 7678, 9573, 8371, 8194, 9422, 8412, 10982, 9610, 8214, 11543, 8705, 9885, 9018, 8579, 9748, 8749, 14220, 8960, 8533, 9078, 7644, 10358, 8845, 9479, 9212, 7816, 9459, 8432, 9496, 8853, 8172, 9583, 9087, 11091, 8704, 8032, 8930, 8121, 10296, 9023, 10581, 9688, 8168, 9216, 8291, 10788, 8675, 8748, 9725, 8443, 11052, 8770, 7666, 8770, 8531, 10796, 9109, 8485, 9529, 8171, 9952, 8758, 9720, 9324, 8638, 10000, 9111, 12989, 8461, 9606, 8981, 8320, 9294, 8690, 10704, 9011, 8921, 8830, 7829, 9156, 8872, 11350, 8951, 8897, 9138, 7915, 9253, 8914, 10376, 9172, 9448, 9016, 7575, 9248, 8413, 9318, 9391, 8121, 9443, 8418, 10322, 8959, 7946, 9046, 8335, 10649, 9106, 8272, 8919, 7528, 9894, 8384, 9424, 9161, 7848, 9373, 8173, 9503, 8445, 8055, 9444, 8780, 10962, 8815, 7923, 9087, 8030, 9749, 9045, 13294, 9768, 11294, 9088, 8046, 9535, 8501, 10976, 9061, 8460, 9505, 8364, 10298, 8628, 8624, 9177, 8053, 11137, 9024, 8177, 8787, 7844, 11105, 8524, 8432, 9217, 8777, 10952, 8583, 7717, 8984, 8131, 10291, 8612, 7198, 8121, 7657, 8481, 8538, 7434, 10500, 9444, 7796, 10259, 8820, 7912, 8671, 8212, 10512, 8816, 8432, 9652, 8656, 8973, 8670, 7804, 9764, 8921, 8812, 9507, 8845, 8898, 8955, 7936, 10971, 9018, 8834, 9987, 9007, 11138, 9016, 8231, 9276, 8389, 10854, 9100, 9111, 9315, 7984, 10462, 8238, 9207, 8915, 8342, 9758, 9004, 11106, 8335, 9413, 8766, 8497, 9235, 8940, 13105, 9014, 9867, 8870, 7960, 9476, 8537, 10841, 9057, 10623, 9223, 7986, 8941, 8071, 10246, 9083, 10857, 9182, 10619, 8547, 8323, 8727, 8033, 9119, 8800, 10240, 8572, 9247, 8594, 8173, 8659, 8449, 9687, 8773, 10003, 8625, 9910, 8449, 11402, 8735, 10405, 9340, 8279, 8839, 7781, 9659, 8677, 11083, 9094, 9837, 8848, 7833, 9140, 8487, 10154, 8890, 10495, 8846, 8038, 9018, 7868, 9828, 8909, 11269, 9173, 9924, 8981, 8371, 9065, 8067, 9202, 8962, 11103, 8769, 8194, 8866, 8181, 10969, 8984, 9617, 9609, 8314, 9486, 8636, 11789, 9089, 12201, 9232, 9073, 9090, 8178, 9213, 8438, 9801, 8840, 10500, 9127, 8385, 9039, 7944, 9303, 8349, 10190, 9070, 8909, 9229, 7954, 9073, 8465, 9882, 8966, 10963, 8954, 9001, 9354, 7688, 9013, 8547, 9769, 8634, 10952, 8548, 8216, 8484, 7054, 9395, 7829, 7234, 8721, 7502, 7915, 8503, 7389, 10248, 8887, 7649, 11877, 10001, 13098, 12176, 9997, 13721, 11631, 14265, 11585, 10883, 11357, 8892, 14584, 9035, 9376, 9681, 8309, 10850, 8569, 9806, 8435, 7853, 8969, 7989, 9698, 9122, 10456, 9101, 7982, 8941, 7565, 9606, 8838, 10629, 9210, 10352, 8981, 7903, 8934, 8243, 9726, 8386, 7872, 9117, 7874, 8336, 8884, 7828, 10816, 8934, 9036, 11036, 8954, 13398, 9005, 10980, 9847, 8698, 9788, 8944, 14570, 12254, 9543, 9080, 7843, 10358, 8543, 8484, 9040, 8464, 9986, 8822, 8909, 8642, 7901, 9148, 8446, 9955, 9260, 10163, 8989, 7595, 9147, 8484, 9248, 8998, 7853, 9910, 9047, 9574, 9739, 8830, 9148, 8755, 8215, 11248, 8930, 8116, 12678, 7798, 7400, 7837, 7776, 7285, 7362, 8993, 8121, 12482, 9844, 12581, 10449, 13567, 9935, 13874, 9432, 14307, 9028, 8475, 9030, 7843, 11088, 9078, 8445, 9331, 8026, 14074, 10440, 14754, 12845, 15381, 12254, 12267, 10624, 8167, 9330, 7806, 9846, 8378, 10003, 8071, 7069, 8663, 7230, 7415, 7221, 7960, 7132, 7039, 8053, 7440, 9283, 8300, 10198, 11051, 9835, 9409, 11178, 8721, 9652, 12499, 10297, 12967, 11337, 8855, 11819, 8282, 13328, 7438, 7521, 7337, 7264, 7489, 7483, 7791, 7526, 7556, 7549, 8578, 7547, 8995, 11704, 13931, 12024, 11789, 11304, 15509, 11649, 11386, 16617, 12188, 12562, 15441, 9302, 8264, 7361, 8551, 7443, 7900, 9043, 8054, 7777, 9386, 8981, 9136, 12538, 11477, 7928, 7159, 8455, 7861, 7280, 7167, 7904, 7346, 7190, 8773, 7476, 7157, 8807, 7618, 7267, 8762, 8022, 7214, 11463, 10998, 7285, 7783, 8799, 7823, 7914, 8583, 7403, 7361, 7719, 7507, 7482, 8609, 7512, 7615], 'WindowCenter': [4586.0, 4552.0, 4569.0, 4538.0, 4556.0, 4537.0, 4564.0, 4539.0, 4567.0, 4538.0, 4549.0, 4539.0, 4549.0, 4550.0, 4550.0, 4550.0, 4552.0, 4562.0, 4553.0, 4563.0, 4555.0, 4564.0, 4547.0, 4565.0, 4566.0, 4586.0, 4580.0, 4598.0, 4579.0, 4571.0, 4580.0, 4562.0, 4580.0, 4579.0, 4598.0, 4589.0, 4600.0, 4591.0, 4572.0, 4592.0, 4583.0, 4591.0, 4590.0, 4572.0, 4591.0, 4593.0, 4610.0, 4592.0, 4584.0, 4592.0, 4584.0, 4611.0, 4592.0, 4601.0, 4593.0, 4583.0, 4601.0, 4584.0, 4613.0, 4583.0, 4591.0, 4581.0, 4572.0, 4603.0, 4593.0, 4612.0, 4592.0, 4571.0, 4582.0, 4573.0, 4602.0, 4593.0, 4610.0, 4593.0, 4571.0, 4581.0, 4571.0, 4601.0, 4580.0, 4610.0, 4581.0, 4591.0, 4590.0, 4584.0, 4600.0, 4583.0, 4600.0, 4580.0, 4581.0, 4592.0, 4591.0, 4610.0, 4581.0, 4581.0, 4593.0, 4571.0, 4603.0, 4590.0, 4629.0, 4592.0, 4594.0, 4582.0, 4572.0, 4600.0, 4583.0, 4607.0, 4581.0, 4581.0, 4590.0, 4582.0, 4612.0, 4582.0, 4581.0, 4590.0, 4592.0, 4610.0, 4583.0, 4581.0, 4601.0, 4583.0, 4609.0, 4581.0, 4600.0, 4578.0, 4572.0, 4600.0, 4591.0, 4611.0, 4579.0, 4580.0, 4589.0, 4580.0, 4591.0, 4591.0, 4610.0, 4592.0, 4574.0, 4605.0, 4584.0, 4610.0, 4592.0, 4580.0, 4600.0, 4583.0, 4612.0, 4592.0, 4571.0, 4590.0, 4602.0, 4611.0, 4603.0, 4581.0, 4622.0, 4592.0, 4586.0, 4590.0, 4581.0, 4591.0, 4591.0, 4581.0, 4610.0, 4581.0, 4562.0, 4590.0, 4580.0, 4569.0, 4578.0, 4570.0, 4609.0, 4570.0, 4568.0, 4588.0, 4567.0, 4586.0, 4592.0, 4604.0, 4581.0, 4556.0, 4596.0, 4580.0, 4572.0, 4558.0, 4590.0, 4592.0, 4602.0, 4591.0, 4584.0, 4605.0, 4593.0, 4564.0, 4603.0, 4593.0, 4621.0, 4600.0, 4582.0, 4629.0, 4582.0, 4628.0, 4580.0, 4598.0, 4577.0, 4565.0, 4576.0, 4566.0, 4588.0, 4578.0, 4607.0, 4569.0, 4569.0, 4577.0, 4559.0, 4589.0, 4579.0, 4583.0, 4591.0, 4573.0, 4601.0, 4581.0, 4612.0, 4593.0, 4583.0, 4603.0, 4572.0, 4621.0, 4580.0, 4600.0, 4580.0, 4579.0, 4589.0, 4570.0, 4628.0, 4582.0, 4600.0, 4579.0, 4580.0, 4588.0, 4569.0, 4591.0, 4581.0, 4589.0, 4583.0, 4602.0, 4582.0, 4590.0, 4592.0, 4569.0, 4591.0, 4582.0, 4612.0, 4580.0, 4599.0, 4592.0, 4584.0, 4626.0, 4595.0, 4611.0, 4581.0, 4561.0, 4579.0, 4579.0, 4610.0, 4580.0, 4591.0, 4580.0, 4569.0, 4590.0, 4570.0, 4601.0, 4590.0, 4640.0, 4581.0, 4589.0, 4578.0, 4558.0, 4588.0, 4579.0, 4597.0, 4580.0, 4590.0, 4592.0, 4573.0, 4592.0, 4570.0, 4588.0, 4570.0, 4601.0, 4590.0, 4612.0, 4582.0, 4593.0, 4579.0, 4571.0, 4581.0, 4571.0, 4601.0, 4583.0, 4612.0, 4581.0, 4582.0, 4591.0, 4573.0, 4602.0, 4593.0, 4620.0, 4592.0, 4593.0, 4593.0, 4573.0, 4602.0, 4595.0, 4622.0, 4596.0, 4603.0, 4594.0, 4584.0, 4603.0, 4586.0, 4614.0, 4593.0, 4592.0, 4604.0, 4582.0, 4602.0, 4591.0, 4624.0, 4595.0, 4594.0, 4591.0, 4571.0, 4603.0, 4592.0, 4612.0, 4591.0, 4574.0, 4591.0, 4581.0, 4602.0, 4591.0, 4571.0, 4630.0, 4611.0, 4640.0, 4590.0, 4580.0, 4579.0, 4569.0, 4627.0, 4588.0, 4570.0, 4618.0, 4560.0, 4608.0, 4567.0, 4557.0, 4574.0, 4556.0, 4586.0, 4567.0, 4587.0, 4565.0, 4547.0, 4576.0, 4570.0, 4586.0, 4577.0, 4560.0, 4589.0, 4570.0, 4601.0, 4570.0, 4559.0, 4577.0, 4559.0, 4590.0, 4590.0, 4590.0, 4581.0, 4560.0, 4579.0, 4570.0, 4601.0, 4581.0, 4570.0, 4591.0, 4580.0, 4600.0, 4583.0, 4584.0, 4590.0, 4586.0, 4625.0, 4595.0, 4597.0, 4616.0, 4597.0, 4604.0, 4606.0, 4598.0, 4642.0, 4610.0, 4608.0, 4605.0, 4585.0, 4636.0, 4636.0, 4595.0, 4585.0, 4602.0, 4593.0, 4594.0, 4625.0, 4584.0, 4645.0, 4593.0, 4582.0, 4600.0, 4591.0, 4639.0, 4610.0, 4571.0, 4581.0, 4561.0, 4599.0, 4571.0, 4580.0, 4599.0, 4572.0, 4592.0, 4582.0, 4602.0, 4579.0, 4609.0, 4580.0, 4609.0, 4588.0, 4601.0, 4590.0, 4562.0, 4592.0, 4572.0, 4602.0, 4591.0, 4591.0, 4602.0, 4584.0, 4603.0, 4583.0, 4613.0, 4585.0, 4609.0, 4581.0, 4619.0, 4593.0, 4609.0, 4579.0, 4573.0, 4581.0, 4569.0, 4590.0, 4580.0, 4601.0, 4590.0, 4612.0, 4584.0, 4611.0, 4583.0, 4599.0, 4590.0, 4593.0, 4603.0, 4573.0, 4604.0, 4584.0, 4600.0, 4582.0, 4611.0, 4592.0, 4612.0, 4590.0, 4582.0, 4591.0, 4571.0, 4591.0, 4591.0, 4611.0, 4594.0, 4583.0, 4602.0, 4606.0, 4604.0, 4592.0, 4574.0, 4604.0, 4593.0, 4584.0, 4623.0, 4605.0, 4605.0, 4604.0, 4580.0, 4632.0, 4601.0, 4629.0, 4618.0, 4590.0, 4589.0, 4560.0, 4588.0, 4579.0, 4589.0, 4589.0, 4570.0, 4609.0, 4580.0, 4570.0, 4579.0, 4579.0, 4608.0, 4589.0, 4572.0, 4591.0, 4573.0, 4601.0, 4582.0, 4610.0, 4589.0, 4571.0, 4590.0, 4569.0, 4601.0, 4580.0, 4569.0, 4590.0, 4580.0, 4592.0, 4592.0, 4572.0, 4602.0, 4577.0, 4609.0, 4590.0, 4609.0, 4590.0, 4590.0, 4591.0, 4571.0, 4589.0, 4581.0, 4600.0, 4580.0, 4579.0, 4590.0, 4581.0, 4622.0, 4590.0, 4572.0, 4592.0, 4571.0, 4601.0, 4591.0, 4602.0, 4592.0, 4572.0, 4590.0, 4583.0, 4610.0, 4589.0, 4578.0, 4601.0, 4569.0, 4610.0, 4579.0, 4599.0, 4578.0, 4568.0, 4587.0, 4568.0, 4598.0, 4579.0, 4587.0, 4578.0, 4569.0, 4587.0, 4579.0, 4597.0, 4579.0, 4570.0, 4591.0, 4581.0, 4591.0, 4590.0, 4572.0, 4600.0, 4591.0, 4602.0, 4591.0, 4572.0, 4591.0, 4569.0, 4601.0, 4589.0, 4580.0, 4590.0, 4571.0, 4611.0, 4579.0, 4560.0, 4589.0, 4580.0, 4600.0, 4590.0, 4573.0, 4604.0, 4584.0, 4583.0, 4602.0, 4583.0, 4611.0, 4592.0, 4581.0, 4622.0, 4583.0, 4602.0, 4590.0, 4581.0, 4590.0, 4580.0, 4639.0, 4580.0, 4579.0, 4578.0, 4561.0, 4598.0, 4580.0, 4590.0, 4579.0, 4560.0, 4589.0, 4580.0, 4590.0, 4579.0, 4570.0, 4588.0, 4579.0, 4609.0, 4581.0, 4572.0, 4581.0, 4569.0, 4597.0, 4580.0, 4597.0, 4589.0, 4570.0, 4590.0, 4581.0, 4611.0, 4580.0, 4580.0, 4590.0, 4581.0, 4611.0, 4580.0, 4571.0, 4580.0, 4582.0, 4610.0, 4592.0, 4583.0, 4602.0, 4583.0, 4603.0, 4582.0, 4590.0, 4591.0, 4581.0, 4600.0, 4579.0, 4630.0, 4582.0, 4592.0, 4580.0, 4569.0, 4589.0, 4579.0, 4600.0, 4581.0, 4592.0, 4581.0, 4561.0, 4590.0, 4590.0, 4609.0, 4580.0, 4592.0, 4591.0, 4570.0, 4590.0, 4581.0, 4599.0, 4590.0, 4590.0, 4581.0, 4572.0, 4591.0, 4581.0, 4591.0, 4590.0, 4570.0, 4602.0, 4585.0, 4613.0, 4591.0, 4572.0, 4592.0, 4581.0, 4609.0, 4591.0, 4583.0, 4591.0, 4572.0, 4602.0, 4582.0, 4590.0, 4593.0, 4581.0, 4603.0, 4584.0, 4605.0, 4583.0, 4585.0, 4603.0, 4595.0, 4613.0, 4592.0, 4585.0, 4593.0, 4584.0, 4603.0, 4592.0, 4642.0, 4601.0, 4611.0, 4579.0, 4570.0, 4589.0, 4579.0, 4609.0, 4581.0, 4570.0, 4590.0, 4579.0, 4600.0, 4580.0, 4580.0, 4588.0, 4570.0, 4608.0, 4578.0, 4570.0, 4579.0, 4570.0, 4610.0, 4577.0, 4569.0, 4589.0, 4580.0, 4598.0, 4579.0, 4559.0, 4578.0, 4568.0, 4611.0, 4593.0, 4573.0, 4583.0, 4571.0, 4591.0, 4579.0, 4562.0, 4612.0, 4602.0, 4571.0, 4601.0, 4592.0, 4572.0, 4579.0, 4579.0, 4598.0, 4580.0, 4567.0, 4589.0, 4581.0, 4582.0, 4581.0, 4571.0, 4601.0, 4590.0, 4581.0, 4591.0, 4590.0, 4592.0, 4590.0, 4573.0, 4610.0, 4579.0, 4580.0, 4599.0, 4581.0, 4621.0, 4580.0, 4581.0, 4588.0, 4570.0, 4597.0, 4578.0, 4581.0, 4591.0, 4572.0, 4612.0, 4582.0, 4589.0, 4590.0, 4569.0, 4591.0, 4592.0, 4621.0, 4582.0, 4591.0, 4579.0, 4580.0, 4590.0, 4579.0, 4629.0, 4582.0, 4601.0, 4579.0, 4572.0, 4589.0, 4579.0, 4600.0, 4580.0, 4600.0, 4579.0, 4570.0, 4580.0, 4559.0, 4586.0, 4578.0, 4594.0, 4578.0, 4596.0, 4568.0, 4568.0, 4567.0, 4556.0, 4577.0, 4579.0, 4588.0, 4579.0, 4590.0, 4579.0, 4568.0, 4579.0, 4568.0, 4589.0, 4572.0, 4589.0, 4581.0, 4589.0, 4570.0, 4608.0, 4568.0, 4598.0, 4578.0, 4569.0, 4578.0, 4559.0, 4588.0, 4568.0, 4608.0, 4577.0, 4588.0, 4580.0, 4558.0, 4589.0, 4569.0, 4587.0, 4579.0, 4599.0, 4579.0, 4569.0, 4578.0, 4570.0, 4588.0, 4579.0, 4609.0, 4588.0, 4598.0, 4581.0, 4569.0, 4581.0, 4571.0, 4590.0, 4592.0, 4610.0, 4581.0, 4581.0, 4591.0, 4580.0, 4609.0, 4579.0, 4590.0, 4589.0, 4569.0, 4590.0, 4579.0, 4608.0, 4579.0, 4607.0, 4576.0, 4578.0, 4576.0, 4567.0, 4578.0, 4558.0, 4585.0, 4578.0, 4597.0, 4577.0, 4569.0, 4579.0, 4568.0, 4578.0, 4569.0, 4587.0, 4580.0, 4578.0, 4588.0, 4570.0, 4579.0, 4570.0, 4588.0, 4578.0, 4598.0, 4577.0, 4579.0, 4579.0, 4559.0, 4578.0, 4579.0, 4587.0, 4580.0, 4624.0, 4580.0, 4580.0, 4580.0, 4566.0, 4633.0, 4602.0, 4574.0, 4596.0, 4576.0, 4585.0, 4585.0, 4573.0, 4614.0, 4595.0, 4590.0, 4648.0, 4616.0, 4644.0, 4624.0, 4602.0, 4632.0, 4610.0, 4630.0, 4610.0, 4601.0, 4607.0, 4579.0, 4627.0, 4566.0, 4567.0, 4576.0, 4555.0, 4596.0, 4566.0, 4587.0, 4556.0, 4558.0, 4567.0, 4558.0, 4577.0, 4578.0, 4598.0, 4581.0, 4571.0, 4579.0, 4561.0, 4588.0, 4579.0, 4599.0, 4590.0, 4598.0, 4581.0, 4572.0, 4592.0, 4583.0, 4604.0, 4580.0, 4572.0, 4590.0, 4573.0, 4586.0, 4593.0, 4575.0, 4612.0, 4593.0, 4593.0, 4613.0, 4592.0, 4643.0, 4593.0, 4612.0, 4601.0, 4579.0, 4589.0, 4578.0, 4639.0, 4619.0, 4590.0, 4579.0, 4570.0, 4598.0, 4568.0, 4568.0, 4578.0, 4569.0, 4589.0, 4580.0, 4591.0, 4581.0, 4570.0, 4577.0, 4569.0, 4587.0, 4579.0, 4598.0, 4581.0, 4570.0, 4592.0, 4580.0, 4590.0, 4578.0, 4569.0, 4602.0, 4593.0, 4603.0, 4603.0, 4606.0, 4616.0, 4604.0, 4597.0, 4623.0, 4592.0, 4571.0, 4643.0, 4571.0, 4573.0, 4558.0, 4559.0, 4572.0, 4564.0, 4606.0, 4597.0, 4647.0, 4603.0, 4631.0, 4599.0, 4628.0, 4588.0, 4626.0, 4576.0, 4625.0, 4564.0, 4554.0, 4563.0, 4543.0, 4582.0, 4562.0, 4552.0, 4562.0, 4541.0, 4600.0, 4559.0, 4597.0, 4575.0, 4595.0, 4565.0, 4565.0, 4543.0, 4522.0, 4533.0, 4514.0, 4543.0, 4526.0, 4560.0, 4528.0, 4532.0, 4563.0, 4542.0, 4544.0, 4529.0, 4540.0, 4544.0, 4545.0, 4581.0, 4560.0, 4589.0, 4582.0, 4613.0, 4623.0, 4601.0, 4590.0, 4609.0, 4582.0, 4590.0, 4619.0, 4590.0, 4628.0, 4599.0, 4579.0, 4608.0, 4583.0, 4627.0, 4548.0, 4546.0, 4534.0, 4531.0, 4549.0, 4607.0, 4661.0, 4618.0, 4587.0, 4561.0, 4577.0, 4555.0, 4591.0, 4632.0, 4654.0, 4634.0, 4632.0, 4636.0, 4663.0, 4632.0, 4620.0, 4657.0, 4617.0, 4604.0, 4611.0, 4550.0, 4539.0, 4517.0, 4538.0, 4518.0, 4531.0, 4549.0, 4540.0, 4540.0, 4532.0, 4561.0, 4561.0, 4599.0, 4578.0, 4541.0, 4521.0, 4552.0, 4553.0, 4532.0, 4532.0, 4552.0, 4544.0, 4547.0, 4577.0, 4558.0, 4561.0, 4580.0, 4559.0, 4562.0, 4593.0, 4585.0, 4574.0, 4633.0, 4622.0, 4573.0, 4571.0, 4590.0, 4571.0, 4582.0, 4605.0, 4588.0, 4558.0, 4544.0, 4558.0, 4548.0, 4579.0, 4560.0, 4559.0], 'WindowWidth': [10065.0, 10009.0, 10025.0, 9982.0, 10005.0, 9979.0, 10013.0, 9983.0, 10019.0, 9983.0, 9998.0, 9985.0, 9999.0, 10002.0, 10002.0, 10002.0, 10006.0, 10022.0, 10011.0, 10024.0, 10017.0, 10028.0, 10007.0, 10032.0, 10036.0, 10062.0, 10057.0, 10081.0, 10058.0, 10050.0, 10060.0, 10039.0, 10059.0, 10058.0, 10082.0, 10072.0, 10086.0, 10075.0, 10052.0, 10079.0, 10068.0, 10077.0, 10074.0, 10050.0, 10075.0, 10081.0, 10101.0, 10080.0, 10072.0, 10081.0, 10071.0, 10103.0, 10078.0, 10088.0, 10080.0, 10067.0, 10092.0, 10071.0, 10108.0, 10067.0, 10077.0, 10063.0, 10050.0, 10093.0, 10080.0, 10106.0, 10078.0, 10051.0, 10064.0, 10054.0, 10090.0, 10079.0, 10100.0, 10079.0, 10049.0, 10063.0, 10051.0, 10090.0, 10060.0, 10098.0, 10063.0, 10075.0, 10075.0, 10068.0, 10089.0, 10067.0, 10087.0, 10060.0, 10060.0, 10078.0, 10076.0, 10102.0, 10063.0, 10064.0, 10079.0, 10049.0, 10093.0, 10074.0, 10125.0, 10078.0, 10082.0, 10063.0, 10051.0, 10086.0, 10063.0, 10092.0, 10062.0, 10061.0, 10075.0, 10067.0, 10108.0, 10065.0, 10063.0, 10074.0, 10078.0, 10100.0, 10067.0, 10064.0, 10090.0, 10067.0, 10100.0, 10061.0, 10084.0, 10054.0, 10049.0, 10087.0, 10075.0, 10105.0, 10059.0, 10062.0, 10070.0, 10060.0, 10076.0, 10078.0, 10101.0, 10080.0, 10059.0, 10102.0, 10071.0, 10101.0, 10079.0, 10061.0, 10089.0, 10069.0, 10108.0, 10082.0, 10053.0, 10076.0, 10092.0, 10104.0, 10094.0, 10066.0, 10122.0, 10080.0, 10076.0, 10076.0, 10062.0, 10074.0, 10077.0, 10062.0, 10100.0, 10062.0, 10037.0, 10072.0, 10058.0, 10042.0, 10056.0, 10044.0, 10097.0, 10045.0, 10042.0, 10067.0, 10037.0, 10061.0, 10080.0, 10101.0, 10060.0, 10021.0, 10074.0, 10058.0, 10054.0, 10028.0, 10076.0, 10080.0, 10094.0, 10078.0, 10074.0, 10104.0, 10084.0, 10045.0, 10095.0, 10081.0, 10116.0, 10087.0, 10064.0, 10125.0, 10064.0, 10123.0, 10057.0, 10080.0, 10050.0, 10032.0, 10047.0, 10034.0, 10064.0, 10053.0, 10092.0, 10041.0, 10042.0, 10051.0, 10031.0, 10071.0, 10057.0, 10069.0, 10079.0, 10057.0, 10091.0, 10066.0, 10104.0, 10080.0, 10065.0, 10093.0, 10052.0, 10117.0, 10061.0, 10086.0, 10059.0, 10056.0, 10071.0, 10044.0, 10121.0, 10063.0, 10086.0, 10058.0, 10058.0, 10069.0, 10044.0, 10074.0, 10061.0, 10073.0, 10067.0, 10090.0, 10065.0, 10073.0, 10077.0, 10045.0, 10076.0, 10065.0, 10106.0, 10060.0, 10083.0, 10076.0, 10072.0, 10135.0, 10088.0, 10106.0, 10064.0, 10037.0, 10059.0, 10059.0, 10102.0, 10060.0, 10076.0, 10060.0, 10045.0, 10073.0, 10045.0, 10089.0, 10073.0, 10141.0, 10061.0, 10072.0, 10054.0, 10029.0, 10068.0, 10057.0, 10080.0, 10060.0, 10075.0, 10078.0, 10053.0, 10077.0, 10047.0, 10070.0, 10047.0, 10089.0, 10074.0, 10105.0, 10065.0, 10080.0, 10059.0, 10048.0, 10062.0, 10048.0, 10089.0, 10068.0, 10106.0, 10064.0, 10067.0, 10078.0, 10056.0, 10093.0, 10082.0, 10116.0, 10080.0, 10083.0, 10083.0, 10057.0, 10094.0, 10086.0, 10120.0, 10089.0, 10095.0, 10085.0, 10071.0, 10097.0, 10076.0, 10112.0, 10084.0, 10080.0, 10097.0, 10065.0, 10093.0, 10078.0, 10125.0, 10087.0, 10085.0, 10078.0, 10051.0, 10095.0, 10079.0, 10107.0, 10079.0, 10057.0, 10080.0, 10065.0, 10092.0, 10075.0, 10048.0, 10127.0, 10101.0, 10141.0, 10072.0, 10058.0, 10055.0, 10041.0, 10118.0, 10067.0, 10041.0, 10106.0, 10031.0, 10091.0, 10035.0, 10021.0, 10042.0, 10017.0, 10060.0, 10033.0, 10062.0, 10031.0, 10008.0, 10047.0, 10041.0, 10059.0, 10049.0, 10027.0, 10067.0, 10044.0, 10087.0, 10043.0, 10029.0, 10051.0, 10028.0, 10070.0, 10072.0, 10071.0, 10060.0, 10034.0, 10058.0, 10046.0, 10087.0, 10061.0, 10045.0, 10073.0, 10058.0, 10087.0, 10067.0, 10068.0, 10075.0, 10079.0, 10128.0, 10087.0, 10092.0, 10122.0, 10093.0, 10099.0, 10105.0, 10097.0, 10167.0, 10118.0, 10112.0, 10104.0, 10076.0, 10145.0, 10146.0, 10091.0, 10076.0, 10097.0, 10084.0, 10086.0, 10129.0, 10073.0, 10156.0, 10083.0, 10064.0, 10087.0, 10074.0, 10139.0, 10098.0, 10048.0, 10062.0, 10035.0, 10083.0, 10046.0, 10058.0, 10085.0, 10050.0, 10079.0, 10065.0, 10091.0, 10060.0, 10098.0, 10060.0, 10096.0, 10069.0, 10088.0, 10072.0, 10039.0, 10079.0, 10053.0, 10091.0, 10077.0, 10077.0, 10094.0, 10070.0, 10096.0, 10070.0, 10111.0, 10072.0, 10100.0, 10061.0, 10113.0, 10079.0, 10101.0, 10059.0, 10054.0, 10064.0, 10047.0, 10075.0, 10061.0, 10091.0, 10076.0, 10109.0, 10073.0, 10106.0, 10070.0, 10087.0, 10077.0, 10081.0, 10095.0, 10057.0, 10098.0, 10073.0, 10090.0, 10067.0, 10103.0, 10079.0, 10106.0, 10076.0, 10068.0, 10077.0, 10052.0, 10077.0, 10078.0, 10107.0, 10088.0, 10074.0, 10096.0, 10105.0, 10101.0, 10083.0, 10061.0, 10099.0, 10084.0, 10073.0, 10125.0, 10102.0, 10101.0, 10099.0, 10061.0, 10132.0, 10087.0, 10126.0, 10107.0, 10074.0, 10070.0, 10033.0, 10067.0, 10056.0, 10068.0, 10071.0, 10048.0, 10098.0, 10060.0, 10047.0, 10058.0, 10058.0, 10096.0, 10071.0, 10052.0, 10076.0, 10053.0, 10089.0, 10064.0, 10099.0, 10071.0, 10047.0, 10075.0, 10047.0, 10089.0, 10060.0, 10045.0, 10073.0, 10061.0, 10079.0, 10079.0, 10054.0, 10093.0, 10057.0, 10101.0, 10074.0, 10098.0, 10074.0, 10073.0, 10076.0, 10052.0, 10075.0, 10065.0, 10086.0, 10060.0, 10058.0, 10076.0, 10064.0, 10121.0, 10075.0, 10053.0, 10078.0, 10049.0, 10090.0, 10076.0, 10091.0, 10078.0, 10053.0, 10076.0, 10068.0, 10099.0, 10071.0, 10056.0, 10089.0, 10045.0, 10101.0, 10058.0, 10083.0, 10054.0, 10039.0, 10065.0, 10040.0, 10082.0, 10056.0, 10067.0, 10054.0, 10042.0, 10065.0, 10056.0, 10079.0, 10057.0, 10048.0, 10076.0, 10065.0, 10077.0, 10073.0, 10050.0, 10089.0, 10076.0, 10094.0, 10077.0, 10053.0, 10076.0, 10046.0, 10087.0, 10070.0, 10058.0, 10073.0, 10050.0, 10103.0, 10060.0, 10035.0, 10072.0, 10060.0, 10089.0, 10076.0, 10058.0, 10100.0, 10072.0, 10070.0, 10094.0, 10070.0, 10105.0, 10080.0, 10065.0, 10121.0, 10068.0, 10093.0, 10075.0, 10061.0, 10073.0, 10059.0, 10139.0, 10059.0, 10058.0, 10056.0, 10035.0, 10082.0, 10060.0, 10072.0, 10056.0, 10033.0, 10072.0, 10060.0, 10073.0, 10056.0, 10045.0, 10069.0, 10057.0, 10098.0, 10061.0, 10051.0, 10063.0, 10043.0, 10080.0, 10058.0, 10080.0, 10070.0, 10048.0, 10075.0, 10064.0, 10103.0, 10061.0, 10059.0, 10074.0, 10063.0, 10104.0, 10061.0, 10051.0, 10062.0, 10066.0, 10102.0, 10078.0, 10067.0, 10093.0, 10069.0, 10096.0, 10067.0, 10075.0, 10076.0, 10061.0, 10088.0, 10058.0, 10129.0, 10065.0, 10078.0, 10060.0, 10044.0, 10071.0, 10059.0, 10087.0, 10061.0, 10078.0, 10062.0, 10037.0, 10073.0, 10073.0, 10098.0, 10060.0, 10078.0, 10076.0, 10048.0, 10073.0, 10062.0, 10084.0, 10072.0, 10073.0, 10062.0, 10053.0, 10078.0, 10064.0, 10076.0, 10074.0, 10049.0, 10093.0, 10073.0, 10109.0, 10078.0, 10053.0, 10079.0, 10063.0, 10100.0, 10076.0, 10069.0, 10078.0, 10054.0, 10092.0, 10067.0, 10076.0, 10081.0, 10066.0, 10098.0, 10073.0, 10103.0, 10072.0, 10073.0, 10098.0, 10087.0, 10111.0, 10082.0, 10075.0, 10085.0, 10072.0, 10096.0, 10080.0, 10147.0, 10090.0, 10104.0, 10059.0, 10048.0, 10071.0, 10058.0, 10096.0, 10062.0, 10045.0, 10073.0, 10060.0, 10088.0, 10060.0, 10060.0, 10067.0, 10044.0, 10095.0, 10054.0, 10045.0, 10058.0, 10046.0, 10100.0, 10052.0, 10041.0, 10070.0, 10057.0, 10081.0, 10055.0, 10031.0, 10055.0, 10043.0, 10109.0, 10088.0, 10064.0, 10074.0, 10053.0, 10080.0, 10056.0, 10040.0, 10109.0, 10091.0, 10049.0, 10090.0, 10079.0, 10052.0, 10061.0, 10059.0, 10082.0, 10057.0, 10039.0, 10070.0, 10062.0, 10063.0, 10063.0, 10052.0, 10090.0, 10074.0, 10062.0, 10076.0, 10075.0, 10079.0, 10074.0, 10053.0, 10100.0, 10058.0, 10060.0, 10085.0, 10063.0, 10118.0, 10061.0, 10061.0, 10070.0, 10045.0, 10080.0, 10055.0, 10061.0, 10076.0, 10054.0, 10107.0, 10065.0, 10073.0, 10075.0, 10046.0, 10077.0, 10078.0, 10120.0, 10065.0, 10078.0, 10060.0, 10059.0, 10074.0, 10057.0, 10126.0, 10063.0, 10089.0, 10058.0, 10050.0, 10070.0, 10057.0, 10084.0, 10059.0, 10086.0, 10057.0, 10045.0, 10057.0, 10028.0, 10062.0, 10051.0, 10072.0, 10051.0, 10077.0, 10038.0, 10041.0, 10036.0, 10023.0, 10051.0, 10054.0, 10066.0, 10055.0, 10072.0, 10057.0, 10041.0, 10056.0, 10039.0, 10070.0, 10047.0, 10072.0, 10061.0, 10072.0, 10045.0, 10092.0, 10040.0, 10079.0, 10054.0, 10042.0, 10053.0, 10030.0, 10067.0, 10040.0, 10093.0, 10051.0, 10067.0, 10057.0, 10030.0, 10069.0, 10043.0, 10065.0, 10057.0, 10081.0, 10057.0, 10045.0, 10055.0, 10045.0, 10068.0, 10057.0, 10096.0, 10069.0, 10083.0, 10061.0, 10044.0, 10060.0, 10048.0, 10072.0, 10078.0, 10101.0, 10063.0, 10064.0, 10077.0, 10061.0, 10098.0, 10059.0, 10072.0, 10071.0, 10045.0, 10073.0, 10056.0, 10095.0, 10055.0, 10091.0, 10049.0, 10051.0, 10049.0, 10038.0, 10051.0, 10024.0, 10058.0, 10051.0, 10075.0, 10050.0, 10043.0, 10055.0, 10042.0, 10054.0, 10043.0, 10063.0, 10058.0, 10054.0, 10067.0, 10045.0, 10056.0, 10044.0, 10066.0, 10053.0, 10078.0, 10052.0, 10054.0, 10056.0, 10032.0, 10056.0, 10056.0, 10067.0, 10058.0, 10126.0, 10061.0, 10061.0, 10060.0, 10051.0, 10157.0, 10111.0, 10058.0, 10090.0, 10065.0, 10076.0, 10072.0, 10056.0, 10112.0, 10090.0, 10090.0, 10167.0, 10118.0, 10150.0, 10124.0, 10091.0, 10132.0, 10100.0, 10125.0, 10097.0, 10086.0, 10092.0, 10053.0, 10117.0, 10032.0, 10032.0, 10045.0, 10016.0, 10073.0, 10031.0, 10061.0, 10018.0, 10023.0, 10034.0, 10023.0, 10049.0, 10052.0, 10078.0, 10058.0, 10048.0, 10056.0, 10034.0, 10068.0, 10055.0, 10082.0, 10072.0, 10082.0, 10061.0, 10051.0, 10079.0, 10068.0, 10098.0, 10061.0, 10052.0, 10073.0, 10054.0, 10076.0, 10080.0, 10060.0, 10107.0, 10082.0, 10082.0, 10110.0, 10081.0, 10150.0, 10081.0, 10105.0, 10089.0, 10057.0, 10070.0, 10054.0, 10136.0, 10110.0, 10072.0, 10056.0, 10043.0, 10079.0, 10039.0, 10039.0, 10052.0, 10042.0, 10068.0, 10059.0, 10076.0, 10060.0, 10044.0, 10052.0, 10040.0, 10063.0, 10055.0, 10079.0, 10059.0, 10046.0, 10078.0, 10060.0, 10071.0, 10055.0, 10045.0, 10092.0, 10085.0, 10094.0, 10093.0, 10104.0, 10125.0, 10101.0, 10095.0, 10124.0, 10079.0, 10049.0, 10153.0, 10048.0, 10058.0, 10029.0, 10028.0, 10054.0, 10044.0, 10106.0, 10098.0, 10166.0, 10095.0, 10129.0, 10083.0, 10120.0, 10064.0, 10116.0, 10046.0, 10111.0, 10026.0, 10013.0, 10023.0, 9996.0, 10048.0, 10022.0, 10007.0, 10019.0, 9989.0, 10066.0, 10009.0, 10059.0, 10026.0, 10052.0, 10009.0, 10008.0, 9978.0, 9949.0, 9964.0, 9940.0, 9980.0, 9962.0, 10014.0, 9966.0, 9980.0, 10026.0, 9997.0, 10004.0, 9975.0, 9989.0, 10004.0, 10007.0, 10066.0, 10036.0, 10072.0, 10068.0, 10109.0, 10126.0, 10091.0, 10073.0, 10096.0, 10059.0, 10068.0, 10107.0, 10069.0, 10119.0, 10079.0, 10051.0, 10090.0, 10065.0, 10117.0, 10008.0, 10002.0, 9985.0, 9975.0, 10012.0, 10125.0, 10226.0, 10146.0, 10084.0, 10036.0, 10052.0, 10020.0, 10077.0, 10135.0, 10169.0, 10142.0, 10137.0, 10148.0, 10182.0, 10139.0, 10119.0, 10164.0, 10107.0, 10080.0, 10080.0, 9998.0, 9982.0, 9951.0, 9980.0, 9956.0, 9972.0, 9996.0, 9986.0, 9991.0, 9961.0, 10020.0, 10019.0, 10069.0, 10038.0, 9990.0, 9965.0, 10011.0, 10012.0, 9980.0, 9982.0, 10011.0, 10005.0, 10012.0, 10054.0, 10030.0, 10037.0, 10062.0, 10032.0, 10040.0, 10085.0, 10075.0, 10062.0, 10142.0, 10124.0, 10059.0, 10054.0, 10078.0, 10052.0, 10069.0, 10108.0, 10088.0, 10030.0, 10002.0, 10028.0, 10013.0, 10056.0, 10035.0, 10032.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.011489421009098428</td></tr>
<tr><td colspan=3>aqi</td><td>0.021637444582299426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.574235161365856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3137677779801316</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.283987898600993</td></tr>
<tr><td colspan=3>efc</td><td>0.5061</td></tr>
<tr><td colspan=3>fber</td><td>3725.9102</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08263543101322633</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.947890818858561</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613965870915227</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5389883031021654</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.843961204921954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.458948104721562</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134381</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010953928343951702</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03508914262056351</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6866130211955306</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.6271</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.3412</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.3808</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294921.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7349</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.7452</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3734.1061</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1083.9151</td></tr>
<tr><td colspan=3>tsnr</td><td>36.83799896994606</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>