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

616 lines
No EOL
133 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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-01/func/sub-0006_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>2bb68513c517561dac7af826a35208a8</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>11:26:29.292500</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_VE11C_LATEST_20160120</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.998782, -0.00092302, 0.0493391, 0.00505525, 0.996479, -0.0836927]</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.0994667</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7667, -7265, 533, 1, 47, -69, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>519e92ae-9c86-45dc-bd38-3e335bc6233f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796581745147705, 0.013562862761318684, 0.1325378566980362, 112.56808471679688], [0.0024763948749750853, 2.6734797954559326, -0.22636839747428894, -93.99443817138672], [0.1323731392621994, 0.22454136610031128, 2.687227487564087, -56.418643951416016], [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, 1203]</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], 'AcquisitionTime': ['112629.292500', '112629.752500', '112630.212500', '112630.672500', '112631.132500', '112631.592500', '112632.052500', '112632.512500', '112632.972500', '112633.432500', '112633.892500', '112634.352500', '112634.812500', '112635.272500', '112635.732500', '112636.192500', '112636.652500', '112637.112500', '112637.572500', '112638.032500', '112638.492500', '112638.952500', '112639.412500', '112639.872500', '112640.332500', '112640.792500', '112641.252500', '112641.712500', '112642.172500', '112642.632500', '112643.092500', '112643.552500', '112644.012500', '112644.472500', '112644.932500', '112645.392500', '112645.852500', '112646.312500', '112646.772500', '112647.232500', '112647.692500', '112648.152500', '112648.612500', '112649.072500', '112649.532500', '112649.992500', '112650.452500', '112650.912500', '112651.372500', '112651.832500', '112652.292500', '112652.752500', '112653.212500', '112653.672500', '112654.132500', '112654.592500', '112655.052500', '112655.512500', '112655.972500', '112656.432500', '112656.892500', '112657.352500', '112657.812500', '112658.272500', '112658.732500', '112659.192500', '112659.652500', '112700.112500', '112700.572500', '112701.032500', '112701.492500', '112701.952500', '112702.412500', '112702.872500', '112703.332500', '112703.792500', '112704.252500', '112704.712500', '112705.172500', '112705.632500', '112706.092500', '112706.552500', '112707.012500', '112707.472500', '112707.932500', '112708.392500', '112708.852500', '112709.312500', '112709.772500', '112710.232500', '112710.692500', '112711.152500', '112711.612500', '112712.072500', '112712.532500', '112712.992500', '112713.452500', '112713.912500', '112714.372500', '112714.832500', '112715.292500', '112715.752500', '112716.212500', '112716.672500', '112717.132500', '112717.592500', '112718.052500', '112718.512500', '112718.972500', '112719.432500', '112719.892500', '112720.352500', '112720.812500', '112721.272500', '112721.732500', '112722.192500', '112722.652500', '112723.112500', '112723.572500', '112724.032500', '112724.492500', '112724.952500', '112725.412500', '112725.872500', '112726.332500', '112726.792500', '112727.252500', '112727.712500', '112728.172500', '112728.632500', '112729.092500', '112729.552500', '112730.012500', '112730.472500', '112730.932500', '112731.392500', '112731.852500', '112732.312500', '112732.772500', '112733.232500', '112733.692500', '112734.152500', '112734.612500', '112735.072500', '112735.532500', '112735.992500', '112736.452500', '112736.912500', '112737.372500', '112737.832500', '112738.292500', '112738.752500', '112739.212500', '112739.672500', '112740.132500', '112740.592500', '112741.052500', '112741.512500', '112741.972500', '112742.432500', '112742.892500', '112743.352500', '112743.812500', '112744.272500', '112744.732500', '112745.192500', '112745.652500', '112746.112500', '112746.572500', '112747.032500', '112747.492500', '112747.952500', '112748.412500', '112748.872500', '112749.332500', '112749.792500', '112750.252500', '112750.712500', '112751.172500', '112751.632500', '112752.092500', '112752.552500', '112753.012500', '112753.472500', '112753.932500', '112754.392500', '112754.852500', '112755.312500', '112755.772500', '112756.232500', '112756.692500', '112757.152500', '112757.612500', '112758.072500', '112758.532500', '112758.992500', '112759.452500', '112759.912500', '112800.372500', '112800.832500', '112801.292500', '112801.752500', '112802.212500', '112802.672500', '112803.132500', '112803.592500', '112804.052500', '112804.512500', '112804.972500', '112805.432500', '112805.892500', '112806.352500', '112806.812500', '112807.272500', '112807.732500', '112808.192500', '112808.652500', '112809.112500', '112809.572500', '112810.032500', '112810.492500', '112810.952500', '112811.412500', '112811.872500', '112812.332500', '112812.792500', '112813.252500', '112813.712500', '112814.172500', '112814.632500', '112815.092500', '112815.552500', '112816.012500', '112816.472500', '112816.932500', '112817.392500', '112817.852500', '112818.312500', '112818.772500', '112819.232500', '112819.692500', '112820.152500', '112820.612500', '112821.072500', '112821.532500', '112821.992500', '112822.452500', '112822.912500', '112823.372500', '112823.832500', '112824.292500', '112824.752500', '112825.212500', '112825.672500', '112826.132500', '112826.592500', '112827.052500', '112827.512500', '112827.972500', '112828.432500', '112828.892500', '112829.352500', '112829.812500', '112830.272500', '112830.732500', '112831.192500', '112831.652500', '112832.112500', '112832.572500', '112833.032500', '112833.492500', '112833.952500', '112834.412500', '112834.872500', '112835.332500', '112835.792500', '112836.252500', '112836.712500', '112837.172500', '112837.632500', '112838.092500', '112838.552500', '112839.012500', '112839.472500', '112839.932500', '112840.392500', '112840.852500', '112841.312500', '112841.772500', '112842.232500', '112842.692500', '112843.152500', '112843.612500', '112844.072500', '112844.532500', '112844.992500', '112845.452500', '112845.912500', '112846.372500', '112846.832500', '112847.292500', '112847.752500', '112848.212500', '112848.672500', '112849.132500', '112849.592500', '112850.052500', '112850.512500', '112850.972500', '112851.432500', '112851.892500', '112852.352500', '112852.812500', '112853.272500', '112853.732500', '112854.192500', '112854.652500', '112855.112500', '112855.572500', '112856.032500', '112856.492500', '112856.952500', '112857.412500', '112857.872500', '112858.332500', '112858.792500', '112859.252500', '112859.712500', '112900.172500', '112900.632500', '112901.092500', '112901.552500', '112902.012500', '112902.472500', '112902.932500', '112903.392500', '112903.852500', '112904.312500', '112904.772500', '112905.232500', '112905.692500', '112906.152500', '112906.612500', '112907.072500', '112907.532500', '112907.992500', '112908.452500', '112908.912500', '112909.372500', '112909.832500', '112910.292500', '112910.752500', '112911.212500', '112911.672500', '112912.132500', '112912.592500', '112913.052500', '112913.512500', '112913.972500', '112914.432500', '112914.892500', '112915.352500', '112915.812500', '112916.272500', '112916.732500', '112917.192500', '112917.652500', '112918.112500', '112918.572500', '112919.032500', '112919.492500', '112919.952500', '112920.412500', '112920.872500', '112921.332500', '112921.792500', '112922.252500', '112922.712500', '112923.172500', '112923.632500', '112924.092500', '112924.552500', '112925.012500', '112925.472500', '112925.932500', '112926.392500', '112926.852500', '112927.312500', '112927.772500', '112928.232500', '112928.692500', '112929.152500', '112929.612500', '112930.072500', '112930.532500', '112930.992500', '112931.452500', '112931.912500', '112932.372500', '112932.832500', '112933.292500', '112933.752500', '112934.212500', '112934.672500', '112935.132500', '112935.592500', '112936.052500', '112936.512500', '112936.972500', '112937.432500', '112937.892500', '112938.352500', '112938.812500', '112939.272500', '112939.732500', '112940.192500', '112940.652500', '112941.112500', '112941.572500', '112942.032500', '112942.492500', '112942.952500', '112943.412500', '112943.872500', '112944.332500', '112944.792500', '112945.252500', '112945.712500', '112946.172500', '112946.632500', '112947.092500', '112947.552500', '112948.012500', '112948.472500', '112948.932500', '112949.392500', '112949.852500', '112950.312500', '112950.772500', '112951.232500', '112951.692500', '112952.152500', '112952.612500', '112953.072500', '112953.532500', '112953.992500', '112954.452500', '112954.912500', '112955.372500', '112955.832500', '112956.292500', '112956.752500', '112957.212500', '112957.672500', '112958.132500', '112958.592500', '112959.052500', '112959.512500', '112959.972500', '113000.432500', '113000.892500', '113001.352500', '113001.812500', '113002.272500', '113002.732500', '113003.192500', '113003.652500', '113004.112500', '113004.572500', '113005.032500', '113005.492500', '113005.952500', '113006.412500', '113006.872500', '113007.332500', '113007.792500', '113008.252500', '113008.712500', '113009.172500', '113009.632500', '113010.092500', '113010.552500', '113011.012500', '113011.472500', '113011.932500', '113012.392500', '113012.852500', '113013.312500', '113013.772500', '113014.232500', '113014.692500', '113015.152500', '113015.612500', '113016.072500', '113016.532500', '113016.992500', '113017.452500', '113017.912500', '113018.372500', '113018.832500', '113019.292500', '113019.752500', '113020.212500', '113020.672500', '113021.132500', '113021.592500', '113022.052500', '113022.512500', '113022.972500', '113023.432500', '113023.892500', '113024.352500', '113024.812500', '113025.272500', '113025.732500', '113026.192500', '113026.652500', '113027.112500', '113027.572500', '113028.032500', '113028.492500', '113028.952500', '113029.412500', '113029.872500', '113030.332500', '113030.792500', '113031.252500', '113031.712500', '113032.172500', '113032.632500', '113033.092500', '113033.552500', '113034.012500', '113034.472500', '113034.932500', '113035.392500', '113035.852500', '113036.312500', '113036.772500', '113037.232500', '113037.692500', '113038.152500', '113038.612500', '113039.072500', '113039.532500', '113039.992500', '113040.452500', '113040.912500', '113041.372500', '113041.832500', '113042.292500', '113042.752500', '113043.212500', '113043.672500', '113044.132500', '113044.592500', '113045.052500', '113045.512500', '113045.972500', '113046.432500', '113046.892500', '113047.352500', '113047.812500', '113048.272500', '113048.732500', '113049.192500', '113049.652500', '113050.112500', '113050.572500', '113051.032500', '113051.492500', '113051.952500', '113052.412500', '113052.872500', '113053.332500', '113053.792500', '113054.252500', '113054.712500', '113055.172500', '113055.632500', '113056.092500', '113056.552500', '113057.012500', '113057.472500', '113057.932500', '113058.392500', '113058.852500', '113059.312500', '113059.772500', '113100.232500', '113100.692500', '113101.152500', '113101.612500', '113102.072500', '113102.532500', '113102.992500', '113103.452500', '113103.912500', '113104.372500', '113104.832500', '113105.292500', '113105.752500', '113106.212500', '113106.672500', '113107.132500', '113107.592500', '113108.052500', '113108.512500', '113108.972500', '113109.432500', '113109.892500', '113110.352500', '113110.812500', '113111.272500', '113111.732500', '113112.192500', '113112.652500', '113113.112500', '113113.572500', '113114.032500', '113114.492500', '113114.952500', '113115.412500', '113115.872500', '113116.332500', '113116.792500', '113117.252500', '113117.712500', '113118.172500', '113118.632500', '113119.092500', '113119.552500', '113120.012500', '113120.472500', '113120.932500', '113121.392500', '113121.852500', '113122.312500', '113122.772500', '113123.232500', '113123.692500', '113124.152500', '113124.612500', '113125.072500', '113125.532500', '113125.992500', '113126.452500', '113126.912500', '113127.372500', '113127.832500', '113128.292500', '113128.752500', '113129.212500', '113129.672500', '113130.132500', '113130.592500', '113131.052500', '113131.512500', '113131.972500', '113132.432500', '113132.892500', '113133.352500', '113133.812500', '113134.272500', '113134.732500', '113135.192500', '113135.652500', '113136.112500', '113136.572500', '113137.032500', '113137.492500', '113137.952500', '113138.412500', '113138.872500', '113139.332500', '113139.792500', '113140.252500', '113140.712500', '113141.172500', '113141.632500', '113142.092500', '113142.552500', '113143.012500', '113143.472500', '113143.932500', '113144.392500', '113144.852500', '113145.312500', '113145.772500', '113146.232500', '113146.692500', '113147.152500', '113147.612500', '113148.072500', '113148.532500', '113148.992500', '113149.452500', '113149.912500', '113150.372500', '113150.832500', '113151.292500', '113151.752500', '113152.212500', '113152.672500', '113153.132500', '113153.592500', '113154.052500', '113154.512500', '113154.972500', '113155.432500', '113155.892500', '113156.352500', '113156.812500', '113157.272500', '113157.732500', '113158.192500', '113158.652500', '113159.112500', '113159.572500', '113200.032500', '113200.492500', '113200.952500', '113201.412500', '113201.872500', '113202.332500', '113202.792500', '113203.252500', '113203.712500', '113204.172500', '113204.632500', '113205.092500', '113205.552500', '113206.012500', '113206.472500', '113206.932500', '113207.392500', '113207.852500', '113208.312500', '113208.772500', '113209.232500', '113209.692500', '113210.152500', '113210.612500', '113211.072500', '113211.532500', '113211.992500', '113212.452500', '113212.912500', '113213.372500', '113213.832500', '113214.292500', '113214.752500', '113215.212500', '113215.672500', '113216.132500', '113216.592500', '113217.052500', '113217.512500', '113217.972500', '113218.432500', '113218.892500', '113219.352500', '113219.812500', '113220.272500', '113220.732500', '113221.192500', '113221.652500', '113222.112500', '113222.572500', '113223.032500', '113223.492500', '113223.952500', '113224.412500', '113224.872500', '113225.332500', '113225.792500', '113226.252500', '113226.712500', '113227.172500', '113227.632500', '113228.092500', '113228.552500', '113229.012500', '113229.472500', '113229.932500', '113230.392500', '113230.852500', '113231.312500', '113231.772500', '113232.232500', '113232.692500', '113233.152500', '113233.612500', '113234.072500', '113234.532500', '113234.992500', '113235.452500', '113235.912500', '113236.372500', '113236.832500', '113237.292500', '113237.752500', '113238.212500', '113238.672500', '113239.132500', '113239.592500', '113240.052500', '113240.512500', '113240.972500', '113241.432500', '113241.892500', '113242.352500', '113242.812500', '113243.272500', '113243.732500', '113244.192500', '113244.652500', '113245.112500', '113245.572500', '113246.032500', '113246.492500', '113246.952500', '113247.412500', '113247.872500', '113248.332500', '113248.792500', '113249.252500', '113249.712500', '113250.172500', '113250.632500', '113251.092500', '113251.552500', '113252.012500', '113252.472500', '113252.932500', '113253.392500', '113253.852500', '113254.312500', '113254.772500', '113255.232500', '113255.692500', '113256.152500', '113256.612500', '113257.072500', '113257.532500', '113257.992500', '113258.452500', '113258.912500', '113259.372500', '113259.832500', '113300.292500', '113300.752500', '113301.212500', '113301.672500', '113302.132500', '113302.592500', '113303.052500', '113303.512500', '113303.972500', '113304.432500', '113304.892500', '113305.352500', '113305.812500', '113306.272500', '113306.732500', '113307.192500', '113307.652500', '113308.112500', '113308.572500', '113309.032500', '113309.492500', '113309.952500', '113310.412500', '113310.872500', '113311.332500', '113311.792500', '113312.252500', '113312.712500', '113313.172500', '113313.632500', '113314.092500', '113314.552500', '113315.012500', '113315.472500', '113315.932500', '113316.392500', '113316.852500', '113317.312500', '113317.772500', '113318.232500', '113318.692500', '113319.152500', '113319.612500', '113320.072500', '113320.532500', '113320.992500', '113321.452500', '113321.912500', '113322.372500', '113322.832500', '113323.292500', '113323.752500', '113324.212500', '113324.672500', '113325.132500', '113325.592500', '113326.052500', '113326.512500', '113326.972500', '113327.432500', '113327.892500', '113328.352500', '113328.812500', '113329.272500', '113329.732500', '113330.192500', '113330.652500', '113331.112500', '113331.572500', '113332.032500', '113332.492500', '113332.952500', '113333.412500', '113333.872500', '113334.332500', '113334.792500', '113335.252500', '113335.712500', '113336.172500', '113336.632500', '113337.092500', '113337.552500', '113338.012500', '113338.472500', '113338.932500', '113339.392500', '113339.852500', '113340.312500', '113340.772500', '113341.232500', '113341.692500', '113342.152500', '113342.612500', '113343.072500', '113343.532500', '113343.992500', '113344.452500', '113344.912500', '113345.372500', '113345.832500', '113346.292500', '113346.752500', '113347.212500', '113347.672500', '113348.132500', '113348.592500', '113349.052500', '113349.512500', '113349.972500', '113350.432500', '113350.892500', '113351.352500', '113351.812500', '113352.272500', '113352.732500', '113353.192500', '113353.652500', '113354.112500', '113354.572500', '113355.032500', '113355.492500', '113355.952500', '113356.412500', '113356.872500', '113357.332500', '113357.792500', '113358.252500', '113358.712500', '113359.172500', '113359.632500', '113400.092500', '113400.552500', '113401.012500', '113401.472500', '113401.932500', '113402.392500', '113402.852500', '113403.312500', '113403.772500', '113404.232500', '113404.692500', '113405.152500', '113405.612500', '113406.072500', '113406.532500', '113406.992500', '113407.452500', '113407.912500', '113408.372500', '113408.832500', '113409.292500', '113409.752500', '113410.212500', '113410.672500', '113411.132500', '113411.592500', '113412.052500', '113412.512500', '113412.972500', '113413.432500', '113413.892500', '113414.352500', '113414.812500', '113415.272500', '113415.732500', '113416.192500', '113416.652500', '113417.112500', '113417.572500', '113418.032500', '113418.492500', '113418.952500', '113419.412500', '113419.872500', '113420.332500', '113420.792500', '113421.252500', '113421.712500', '113422.172500', '113422.632500', '113423.092500', '113423.552500', '113424.012500', '113424.472500', '113424.932500', '113425.392500', '113425.852500', '113426.312500', '113426.772500', '113427.232500', '113427.692500', '113428.152500', '113428.612500', '113429.072500', '113429.532500', '113429.992500', '113430.452500', '113430.912500', '113431.372500', '113431.832500', '113432.292500', '113432.752500', '113433.212500', '113433.672500', '113434.132500', '113434.592500', '113435.052500', '113435.512500', '113435.972500', '113436.432500', '113436.892500', '113437.352500', '113437.812500', '113438.272500', '113438.732500', '113439.192500', '113439.652500', '113440.112500', '113440.572500', '113441.032500', '113441.492500', '113441.952500', '113442.412500', '113442.872500', '113443.332500', '113443.792500', '113444.252500', '113444.712500', '113445.172500', '113445.632500', '113446.092500', '113446.552500', '113447.012500', '113447.472500', '113447.932500', '113448.392500', '113448.852500', '113449.312500', '113449.772500', '113450.232500', '113450.692500', '113451.152500', '113451.612500', '113452.072500', '113452.532500', '113452.992500', '113453.452500', '113453.912500', '113454.372500', '113454.832500', '113455.292500', '113455.752500', '113456.212500', '113456.672500', '113457.132500', '113457.592500', '113458.052500', '113458.512500', '113458.972500', '113459.432500', '113459.892500', '113500.352500', '113500.812500', '113501.272500', '113501.732500', '113502.192500', '113502.652500', '113503.112500', '113503.572500', '113504.032500', '113504.492500', '113504.952500', '113505.412500', '113505.872500', '113506.332500', '113506.792500', '113507.252500', '113507.712500', '113508.172500', '113508.632500', '113509.092500', '113509.552500', '113510.012500', '113510.472500', '113510.932500', '113511.392500', '113511.852500', '113512.312500', '113512.772500', '113513.232500', '113513.692500', '113514.152500', '113514.612500', '113515.072500', '113515.532500', '113515.992500', '113516.452500', '113516.912500', '113517.372500', '113517.832500', '113518.292500', '113518.752500', '113519.212500', '113519.672500', '113520.132500', '113520.592500', '113521.052500', '113521.512500', '113521.972500', '113522.432500', '113522.892500', '113523.352500', '113523.812500', '113524.272500', '113524.732500', '113525.192500', '113525.652500', '113526.112500', '113526.572500', '113527.032500', '113527.492500', '113527.952500', '113528.412500', '113528.872500', '113529.332500', '113529.792500', '113530.252500', '113530.712500', '113531.172500', '113531.632500', '113532.092500', '113532.552500', '113533.012500', '113533.472500', '113533.932500', '113534.392500', '113534.852500', '113535.312500', '113535.772500', '113536.232500', '113536.692500', '113537.152500', '113537.612500', '113538.072500', '113538.532500', '113538.992500', '113539.452500', '113539.912500', '113540.372500', '113540.832500', '113541.292500', '113541.752500', '113542.212500'], 'ContentTime': ['112652.108000', '112652.111000', '112652.114000', '112652.117000', '112652.120000', '112652.123000', '112652.126000', '112652.129000', '112652.131000', '112652.134000', '112652.137000', '112652.140000', '112652.147000', '112652.150000', '112652.153000', '112652.156000', '112652.158000', '112652.161000', '112652.164000', '112652.167000', '112652.170000', '112652.173000', '112652.175000', '112652.178000', '112652.181000', '112652.184000', '112652.187000', '112652.190000', '112652.192000', '112652.195000', '112652.198000', '112652.201000', '112652.204000', '112652.207000', '112652.210000', '112652.213000', '112652.215000', '112652.218000', '112652.221000', '112652.224000', '112652.227000', '112652.236000', '112652.238000', '112652.241000', '112652.244000', '112652.247000', '112652.250000', '112652.253000', '112652.256000', '112712.071000', '112712.074000', '112712.077000', '112712.079000', '112712.082000', '112712.085000', '112712.088000', '112712.091000', '112712.093000', '112712.096000', '112712.099000', '112712.102000', '112712.105000', '112712.107000', '112712.110000', '112712.113000', '112712.116000', '112712.118000', '112712.121000', '112712.124000', '112712.127000', '112712.129000', '112712.132000', '112712.135000', '112712.138000', '112712.141000', '112712.143000', '112712.146000', '112712.149000', '112712.152000', '112712.154000', '112712.157000', '112712.160000', '112712.163000', '112712.165000', '112712.177000', '112712.179000', '112712.182000', '112712.186000', '112712.189000', '112712.192000', '112712.194000', '112712.197000', '112732.070000', '112732.072000', '112732.076000', '112732.078000', '112732.081000', '112732.084000', '112732.087000', '112732.090000', '112732.092000', '112732.095000', '112732.098000', '112732.101000', '112732.103000', '112732.106000', '112732.109000', '112732.112000', '112732.115000', '112732.117000', '112732.120000', '112732.123000', '112732.126000', '112732.128000', '112732.131000', '112732.134000', '112732.137000', '112732.140000', '112732.142000', '112732.145000', '112732.148000', '112732.151000', '112732.154000', '112732.156000', '112732.159000', '112732.162000', '112732.165000', '112732.168000', '112732.174000', '112732.176000', '112732.179000', '112732.182000', '112732.185000', '112732.188000', '112732.190000', '112732.193000', '112752.070000', '112752.073000', '112752.075000', '112752.078000', '112752.081000', '112752.086000', '112752.089000', '112752.092000', '112752.095000', '112752.097000', '112752.100000', '112752.103000', '112752.106000', '112752.109000', '112752.111000', '112752.114000', '112752.117000', '112752.120000', '112752.123000', '112752.125000', '112752.128000', '112752.131000', '112752.134000', '112752.137000', '112752.140000', '112752.142000', '112752.145000', '112752.148000', '112752.151000', '112752.153000', '112752.156000', '112752.159000', '112752.162000', '112752.165000', '112752.168000', '112752.170000', '112752.173000', '112752.176000', '112752.179000', '112752.182000', '112752.185000', '112752.187000', '112752.190000', '112812.070000', '112812.073000', '112812.076000', '112812.078000', '112812.082000', '112812.085000', '112812.087000', '112812.090000', '112812.093000', '112812.096000', '112812.099000', '112812.101000', '112812.104000', '112812.107000', '112812.110000', '112812.113000', '112812.115000', '112812.118000', '112812.121000', '112812.124000', '112812.127000', '112812.129000', '112812.132000', '112812.135000', '112812.138000', '112812.141000', '112812.143000', '112812.146000', '112812.149000', '112812.152000', '112812.154000', '112812.157000', '112812.160000', '112812.163000', '112812.166000', '112812.169000', '112812.171000', '112812.174000', '112812.177000', '112812.180000', '112812.183000', '112812.185000', '112812.188000', '112832.070000', '112832.073000', '112832.076000', '112832.078000', '112832.093000', '112832.096000', '112832.098000', '112832.101000', '112832.104000', '112832.107000', '112832.110000', '112832.112000', '112832.115000', '112832.118000', '112832.121000', '112832.123000', '112832.126000', '112832.129000', '112832.132000', '112832.135000', '112832.138000', '112832.140000', '112832.143000', '112832.146000', '112832.149000', '112832.152000', '112832.159000', '112832.162000', '112832.165000', '112832.167000', '112832.170000', '112832.173000', '112832.176000', '112832.179000', '112832.182000', '112832.184000', '112832.187000', '112832.190000', '112832.193000', '112832.196000', '112832.198000', '112832.201000', '112832.204000', '112832.207000', '112852.070000', '112852.073000', '112852.076000', '112852.079000', '112852.082000', '112852.085000', '112852.087000', '112852.090000', '112852.093000', '112852.096000', '112852.098000', '112852.101000', '112852.104000', '112852.107000', '112852.110000', '112852.112000', '112852.115000', '112852.118000', '112852.121000', '112852.124000', '112852.126000', '112852.129000', '112852.132000', '112852.135000', '112852.138000', '112852.141000', '112852.143000', '112852.146000', '112852.149000', '112852.152000', '112852.154000', '112852.157000', '112852.160000', '112852.163000', '112852.166000', '112852.169000', '112852.171000', '112852.174000', '112852.177000', '112852.180000', '112852.183000', '112852.185000', '112852.188000', '112912.071000', '112912.074000', '112912.077000', '112912.080000', '112912.082000', '112912.085000', '112912.088000', '112912.091000', '112912.094000', '112912.097000', '112912.099000', '112912.102000', '112912.105000', '112912.108000', '112912.111000', '112912.113000', '112912.116000', '112912.119000', '112912.122000', '112912.125000', '112912.128000', '112912.130000', '112912.133000', '112912.136000', '112912.139000', '112912.142000', '112912.144000', '112912.147000', '112912.150000', '112912.153000', '112912.156000', '112912.158000', '112912.161000', '112912.164000', '112912.167000', '112912.170000', '112912.172000', '112912.175000', '112912.178000', '112912.181000', '112912.184000', '112912.186000', '112912.189000', '112912.192000', '112932.071000', '112932.074000', '112932.077000', '112932.080000', '112932.082000', '112932.085000', '112932.091000', '112932.095000', '112932.098000', '112932.100000', '112932.103000', '112932.106000', '112932.109000', '112932.112000', '112932.114000', '112932.117000', '112932.120000', '112932.123000', '112932.126000', '112932.129000', '112932.131000', '112932.134000', '112932.137000', '112932.140000', '112932.143000', '112932.145000', '112932.148000', '112932.151000', '112932.154000', '112932.157000', '112932.159000', '112932.162000', '112932.165000', '112932.168000', '112932.171000', '112932.174000', '112932.176000', '112932.179000', '112932.182000', '112932.185000', '112932.188000', '112932.190000', '112932.193000', '112952.070000', '112952.073000', '112952.076000', '112952.079000', '112952.081000', '112952.084000', '112952.087000', '112952.090000', '112952.093000', '112952.096000', '112952.098000', '112952.101000', '112952.104000', '112952.107000', '112952.110000', '112952.112000', '112952.115000', '112952.118000', '112952.121000', '112952.124000', '112952.127000', '112952.129000', '112952.132000', '112952.135000', '112952.138000', '112952.141000', '112952.143000', '112952.146000', '112952.149000', '112952.152000', '112952.155000', '112952.158000', '112952.160000', '112952.163000', '112952.166000', '112952.169000', '112952.172000', '112952.174000', '112952.177000', '112952.180000', '112952.183000', '112952.186000', '112952.188000', '112952.205000', '113012.070000', '113012.073000', '113012.076000', '113012.078000', '113012.081000', '113012.084000', '113012.087000', '113012.090000', '113012.092000', '113012.095000', '113012.098000', '113012.101000', '113012.104000', '113012.108000', '113012.111000', '113012.114000', '113012.117000', '113012.120000', '113012.123000', '113012.126000', '113012.128000', '113012.131000', '113012.134000', '113012.137000', '113012.140000', '113012.142000', '113012.145000', '113012.148000', '113012.151000', '113012.154000', '113012.156000', '113012.159000', '113012.162000', '113012.165000', '113012.168000', '113012.170000', '113012.173000', '113012.176000', '113012.179000', '113012.181000', '113012.184000', '113012.187000', '113012.190000', '113032.070000', '113032.073000', '113032.076000', '113032.079000', '113032.081000', '113032.084000', '113032.087000', '113032.090000', '113032.093000', '113032.096000', '113032.098000', '113032.101000', '113032.104000', '113032.107000', '113032.110000', '113032.112000', '113032.115000', '113032.118000', '113032.121000', '113032.124000', '113032.126000', '113032.129000', '113032.132000', '113032.135000', '113032.138000', '113032.140000', '113032.143000', '113032.146000', '113032.149000', '113032.152000', '113032.155000', '113032.157000', '113032.160000', '113032.163000', '113032.166000', '113032.169000', '113032.172000', '113032.175000', '113032.177000', '113032.180000', '113032.183000', '113032.186000', '113032.189000', '113032.191000', '113052.070000', '113052.073000', '113052.076000', '113052.079000', '113052.081000', '113052.084000', '113052.087000', '113052.090000', '113052.093000', '113052.095000', '113052.098000', '113052.101000', '113052.104000', '113052.107000', '113052.110000', '113052.112000', '113052.115000', '113052.118000', '113052.121000', '113052.124000', '113052.127000', '113052.129000', '113052.133000', '113052.139000', '113052.142000', '113052.145000', '113052.148000', '113052.150000', '113052.153000', '113052.157000', '113052.159000', '113052.162000', '113052.165000', '113052.168000', '113052.171000', '113052.173000', '113052.176000', '113052.179000', '113052.182000', '113052.185000', '113052.187000', '113052.190000', '113052.193000', '113112.070000', '113112.073000', '113112.076000', '113112.078000', '113112.081000', '113112.084000', '113112.087000', '113112.090000', '113112.093000', '113112.095000', '113112.098000', '113112.101000', '113112.104000', '113112.107000', '113112.110000', '113112.113000', '113112.115000', '113112.118000', '113112.121000', '113112.124000', '113112.127000', '113112.129000', '113112.132000', '113112.135000', '113112.138000', '113112.141000', '113112.143000', '113112.146000', '113112.149000', '113112.152000', '113112.155000', '113112.157000', '113112.160000', '113112.163000', '113112.166000', '113112.169000', '113112.171000', '113112.174000', '113112.177000', '113112.180000', '113112.183000', '113112.186000', '113112.189000', '113112.191000', '113132.071000', '113132.074000', '113132.077000', '113132.079000', '113132.082000', '113132.085000', '113132.088000', '113132.091000', '113132.093000', '113132.107000', '113132.110000', '113132.113000', '113132.116000', '113132.119000', '113132.121000', '113132.124000', '113132.127000', '113132.130000', '113132.133000', '113132.135000', '113132.138000', '113132.141000', '113132.144000', '113132.147000', '113132.150000', '113132.152000', '113132.155000', '113132.158000', '113132.161000', '113132.164000', '113132.166000', '113132.169000', '113132.172000', '113132.175000', '113132.178000', '113132.180000', '113132.183000', '113132.186000', '113132.192000', '113132.195000', '113132.198000', '113132.201000', '113132.204000', '113152.071000', '113152.074000', '113152.077000', '113152.080000', '113152.082000', '113152.085000', '113152.088000', '113152.091000', '113152.093000', '113152.096000', '113152.099000', '113152.102000', '113152.105000', '113152.108000', '113152.110000', '113152.113000', '113152.116000', '113152.119000', '113152.122000', '113152.124000', '113152.127000', '113152.130000', '113152.133000', '113152.136000', '113152.139000', '113152.142000', '113152.144000', '113152.149000', '113152.152000', '113152.155000', '113152.158000', '113152.161000', '113152.163000', '113152.166000', '113152.169000', '113152.172000', '113152.174000', '113152.177000', '113152.180000', '113152.183000', '113152.186000', '113152.189000', '113152.191000', '113152.194000', '113212.070000', '113212.080000', '113212.083000', '113212.085000', '113212.088000', '113212.091000', '113212.094000', '113212.097000', '113212.101000', '113212.104000', '113212.107000', '113212.110000', '113212.112000', '113212.115000', '113212.118000', '113212.121000', '113212.124000', '113212.127000', '113212.129000', '113212.132000', '113212.135000', '113212.138000', '113212.141000', '113212.144000', '113212.146000', '113212.149000', '113212.152000', '113212.155000', '113212.158000', '113212.161000', '113212.164000', '113212.166000', '113212.169000', '113212.172000', '113212.175000', '113212.178000', '113212.181000', '113212.183000', '113212.186000', '113212.189000', '113212.192000', '113212.195000', '113212.198000', '113232.070000', '113232.073000', '113232.076000', '113232.078000', '113232.081000', '113232.084000', '113232.087000', '113232.090000', '113232.093000', '113232.095000', '113232.098000', '113232.101000', '113232.104000', '113232.107000', '113232.109000', '113232.112000', '113232.115000', '113232.118000', '113232.121000', '113232.123000', '113232.126000', '113232.129000', '113232.132000', '113232.135000', '113232.137000', '113232.140000', '113232.143000', '113232.146000', '113232.149000', '113232.152000', '113232.154000', '113232.157000', '113232.160000', '113232.163000', '113232.166000', '113232.168000', '113232.171000', '113232.174000', '113232.177000', '113232.180000', '113232.183000', '113232.185000', '113232.188000', '113232.191000', '113252.070000', '113252.073000', '113252.076000', '113252.078000', '113252.081000', '113252.084000', '113252.087000', '113252.090000', '113252.092000', '113252.095000', '113252.098000', '113252.101000', '113252.104000', '113252.107000', '113252.109000', '113252.112000', '113252.115000', '113252.118000', '113252.121000', '113252.124000', '113252.144000', '113252.146000', '113252.149000', '113252.152000', '113252.155000', '113252.158000', '113252.161000', '113252.163000', '113252.166000', '113252.169000', '113252.172000', '113252.175000', '113252.177000', '113252.180000', '113252.186000', '113252.190000', '113252.192000', '113252.195000', '113252.198000', '113252.201000', '113252.204000', '113252.207000', '113252.210000', '113312.070000', '113312.073000', '113312.076000', '113312.078000', '113312.081000', '113312.084000', '113312.087000', '113312.090000', '113312.092000', '113312.095000', '113312.098000', '113312.101000', '113312.104000', '113312.106000', '113312.109000', '113312.112000', '113312.115000', '113312.118000', '113312.120000', '113312.123000', '113312.126000', '113312.129000', '113312.132000', '113312.134000', '113312.137000', '113312.140000', '113312.143000', '113312.146000', '113312.149000', '113312.152000', '113312.154000', '113312.157000', '113312.160000', '113312.163000', '113312.166000', '113312.168000', '113312.171000', '113312.174000', '113312.177000', '113312.180000', '113312.182000', '113312.185000', '113312.188000', '113312.191000', '113332.070000', '113332.073000', '113332.076000', '113332.079000', '113332.081000', '113332.084000', '113332.087000', '113332.090000', '113332.092000', '113332.095000', '113332.098000', '113332.101000', '113332.104000', '113332.106000', '113332.109000', '113332.112000', '113332.115000', '113332.118000', '113332.121000', '113332.123000', '113332.126000', '113332.129000', '113332.132000', '113332.135000', '113332.139000', '113332.141000', '113332.144000', '113332.147000', '113332.150000', '113332.153000', '113332.156000', '113332.158000', '113332.161000', '113332.164000', '113332.167000', '113332.170000', '113332.173000', '113332.175000', '113332.178000', '113332.181000', '113332.184000', '113332.187000', '113332.189000', '113352.071000', '113352.074000', '113352.077000', '113352.079000', '113352.082000', '113352.085000', '113352.088000', '113352.091000', '113352.094000', '113352.097000', '113352.099000', '113352.103000', '113352.106000', '113352.109000', '113352.112000', '113352.115000', '113352.118000', '113352.121000', '113352.123000', '113352.126000', '113352.129000', '113352.132000', '113352.135000', '113352.138000', '113352.140000', '113352.143000', '113352.146000', '113352.149000', '113352.152000', '113352.154000', '113352.157000', '113352.160000', '113352.163000', '113352.166000', '113352.168000', '113352.171000', '113352.174000', '113352.177000', '113352.180000', '113352.182000', '113352.185000', '113352.188000', '113352.191000', '113352.194000', '113412.071000', '113412.074000', '113412.077000', '113412.080000', '113412.083000', '113412.085000', '113412.096000', '113412.098000', '113412.101000', '113412.104000', '113412.107000', '113412.110000', '113412.113000', '113412.115000', '113412.118000', '113412.121000', '113412.124000', '113412.127000', '113412.130000', '113412.132000', '113412.135000', '113412.138000', '113412.141000', '113412.144000', '113412.147000', '113412.149000', '113412.152000', '113412.155000', '113412.158000', '113412.161000', '113412.163000', '113412.187000', '113412.190000', '113412.193000', '113412.196000', '113412.199000', '113412.201000', '113412.204000', '113412.207000', '113412.210000', '113412.213000', '113412.215000', '113412.218000', '113432.070000', '113432.073000', '113432.076000', '113432.079000', '113432.081000', '113432.084000', '113432.087000', '113432.090000', '113432.093000', '113432.095000', '113432.098000', '113432.101000', '113432.104000', '113432.107000', '113432.109000', '113432.112000', '113432.115000', '113432.118000', '113432.121000', '113432.124000', '113432.126000', '113432.129000', '113432.132000', '113432.135000', '113432.138000', '113432.140000', '113432.143000', '113432.146000', '113432.149000', '113432.152000', '113432.154000', '113432.157000', '113432.160000', '113432.163000', '113432.166000', '113432.169000', '113432.172000', '113432.175000', '113432.177000', '113432.180000', '113432.183000', '113432.186000', '113432.189000', '113432.192000', '113452.070000', '113452.073000', '113452.076000', '113452.079000', '113452.082000', '113452.085000', '113452.087000', '113452.090000', '113452.093000', '113452.096000', '113452.099000', '113452.102000', '113452.104000', '113452.107000', '113452.110000', '113452.113000', '113452.116000', '113452.118000', '113452.121000', '113452.124000', '113452.127000', '113452.130000', '113452.132000', '113452.135000', '113452.138000', '113452.141000', '113452.144000', '113452.146000', '113452.149000', '113452.152000', '113452.155000', '113452.158000', '113452.161000', '113452.164000', '113452.166000', '113452.169000', '113452.172000', '113452.176000', '113452.179000', '113452.182000', '113452.185000', '113452.188000', '113452.190000', '113512.070000', '113512.073000', '113512.076000', '113512.079000', '113512.081000', '113512.084000', '113512.087000', '113512.090000', '113512.093000', '113512.096000', '113512.099000', '113512.102000', '113512.104000', '113512.107000', '113512.110000', '113512.113000', '113512.116000', '113512.119000', '113512.121000', '113512.124000', '113512.127000', '113512.130000', '113512.133000', '113512.135000', '113512.138000', '113512.141000', '113512.144000', '113512.147000', '113512.150000', '113512.153000', '113512.156000', '113512.159000', '113512.161000', '113512.164000', '113512.167000', '113512.170000', '113512.173000', '113512.176000', '113512.179000', '113512.181000', '113512.184000', '113512.187000', '113512.190000', '113512.193000', '113532.070000', '113532.073000', '113532.076000', '113532.078000', '113532.081000', '113532.084000', '113532.087000', '113532.090000', '113532.093000', '113532.095000', '113532.098000', '113532.101000', '113532.104000', '113532.114000', '113532.117000', '113532.120000', '113532.123000', '113532.126000', '113532.128000', '113532.131000', '113532.134000', '113532.137000', '113532.140000', '113532.142000', '113532.145000', '113532.148000', '113532.151000', '113532.154000', '113532.156000', '113532.159000', '113532.162000', '113532.165000', '113532.168000', '113532.171000', '113532.173000', '113532.176000', '113532.179000', '113532.182000', '113532.185000', '113532.187000', '113532.190000', '113532.193000', '113532.196000', '113542.895000', '113542.899000', '113542.902000', '113542.905000', '113542.907000', '113542.910000', '113542.913000', '113542.916000', '113542.919000', '113542.921000', '113542.924000', '113542.927000', '113542.930000', '113542.933000', '113542.936000', '113542.938000', '113542.941000', '113542.944000', '113542.947000', '113542.950000', '113542.952000', '113542.955000', '113542.958000', '113542.961000'], 'InstanceCreationTime': ['112652.108000', '112652.111000', '112652.114000', '112652.117000', '112652.120000', '112652.123000', '112652.126000', '112652.129000', '112652.131000', '112652.134000', '112652.137000', '112652.140000', '112652.147000', '112652.150000', '112652.153000', '112652.156000', '112652.158000', '112652.161000', '112652.164000', '112652.167000', '112652.170000', '112652.173000', '112652.175000', '112652.178000', '112652.181000', '112652.184000', '112652.187000', '112652.190000', '112652.192000', '112652.195000', '112652.198000', '112652.201000', '112652.204000', '112652.207000', '112652.210000', '112652.213000', '112652.215000', '112652.218000', '112652.221000', '112652.224000', '112652.227000', '112652.236000', '112652.238000', '112652.241000', '112652.244000', '112652.247000', '112652.250000', '112652.253000', '112652.256000', '112712.071000', '112712.074000', '112712.077000', '112712.079000', '112712.082000', '112712.085000', '112712.088000', '112712.091000', '112712.093000', '112712.096000', '112712.099000', '112712.102000', '112712.105000', '112712.107000', '112712.110000', '112712.113000', '112712.116000', '112712.118000', '112712.121000', '112712.124000', '112712.127000', '112712.129000', '112712.132000', '112712.135000', '112712.138000', '112712.141000', '112712.143000', '112712.146000', '112712.149000', '112712.152000', '112712.154000', '112712.157000', '112712.160000', '112712.163000', '112712.165000', '112712.177000', '112712.179000', '112712.182000', '112712.186000', '112712.189000', '112712.192000', '112712.194000', '112712.197000', '112732.070000', '112732.072000', '112732.076000', '112732.078000', '112732.081000', '112732.084000', '112732.087000', '112732.090000', '112732.092000', '112732.095000', '112732.098000', '112732.101000', '112732.103000', '112732.106000', '112732.109000', '112732.112000', '112732.115000', '112732.117000', '112732.120000', '112732.123000', '112732.126000', '112732.128000', '112732.131000', '112732.134000', '112732.137000', '112732.140000', '112732.142000', '112732.145000', '112732.148000', '112732.151000', '112732.154000', '112732.156000', '112732.159000', '112732.162000', '112732.165000', '112732.168000', '112732.174000', '112732.176000', '112732.179000', '112732.182000', '112732.185000', '112732.188000', '112732.190000', '112732.193000', '112752.070000', '112752.073000', '112752.075000', '112752.078000', '112752.081000', '112752.086000', '112752.089000', '112752.092000', '112752.095000', '112752.097000', '112752.100000', '112752.103000', '112752.106000', '112752.109000', '112752.111000', '112752.114000', '112752.117000', '112752.120000', '112752.123000', '112752.125000', '112752.128000', '112752.131000', '112752.134000', '112752.137000', '112752.140000', '112752.142000', '112752.145000', '112752.148000', '112752.151000', '112752.153000', '112752.156000', '112752.159000', '112752.162000', '112752.165000', '112752.168000', '112752.170000', '112752.173000', '112752.176000', '112752.179000', '112752.182000', '112752.185000', '112752.187000', '112752.190000', '112812.070000', '112812.073000', '112812.076000', '112812.078000', '112812.082000', '112812.085000', '112812.087000', '112812.090000', '112812.093000', '112812.096000', '112812.099000', '112812.101000', '112812.104000', '112812.107000', '112812.110000', '112812.113000', '112812.115000', '112812.118000', '112812.121000', '112812.124000', '112812.127000', '112812.129000', '112812.132000', '112812.135000', '112812.138000', '112812.141000', '112812.143000', '112812.146000', '112812.149000', '112812.152000', '112812.154000', '112812.157000', '112812.160000', '112812.163000', '112812.166000', '112812.169000', '112812.171000', '112812.174000', '112812.177000', '112812.180000', '112812.183000', '112812.185000', '112812.188000', '112832.070000', '112832.073000', '112832.076000', '112832.078000', '112832.093000', '112832.096000', '112832.098000', '112832.101000', '112832.104000', '112832.107000', '112832.110000', '112832.112000', '112832.115000', '112832.118000', '112832.121000', '112832.123000', '112832.126000', '112832.129000', '112832.132000', '112832.135000', '112832.138000', '112832.140000', '112832.143000', '112832.146000', '112832.149000', '112832.152000', '112832.159000', '112832.162000', '112832.165000', '112832.167000', '112832.170000', '112832.173000', '112832.176000', '112832.179000', '112832.182000', '112832.184000', '112832.187000', '112832.190000', '112832.193000', '112832.196000', '112832.198000', '112832.201000', '112832.204000', '112832.207000', '112852.070000', '112852.073000', '112852.076000', '112852.079000', '112852.082000', '112852.085000', '112852.087000', '112852.090000', '112852.093000', '112852.096000', '112852.098000', '112852.101000', '112852.104000', '112852.107000', '112852.110000', '112852.112000', '112852.115000', '112852.118000', '112852.121000', '112852.124000', '112852.126000', '112852.129000', '112852.132000', '112852.135000', '112852.138000', '112852.141000', '112852.143000', '112852.146000', '112852.149000', '112852.152000', '112852.154000', '112852.157000', '112852.160000', '112852.163000', '112852.166000', '112852.169000', '112852.171000', '112852.174000', '112852.177000', '112852.180000', '112852.183000', '112852.185000', '112852.188000', '112912.071000', '112912.074000', '112912.077000', '112912.080000', '112912.082000', '112912.085000', '112912.088000', '112912.091000', '112912.094000', '112912.097000', '112912.099000', '112912.102000', '112912.105000', '112912.108000', '112912.111000', '112912.113000', '112912.116000', '112912.119000', '112912.122000', '112912.125000', '112912.128000', '112912.130000', '112912.133000', '112912.136000', '112912.139000', '112912.142000', '112912.144000', '112912.147000', '112912.150000', '112912.153000', '112912.156000', '112912.158000', '112912.161000', '112912.164000', '112912.167000', '112912.170000', '112912.172000', '112912.175000', '112912.178000', '112912.181000', '112912.184000', '112912.186000', '112912.189000', '112912.192000', '112932.071000', '112932.074000', '112932.077000', '112932.080000', '112932.082000', '112932.085000', '112932.091000', '112932.095000', '112932.098000', '112932.100000', '112932.103000', '112932.106000', '112932.109000', '112932.112000', '112932.114000', '112932.117000', '112932.120000', '112932.123000', '112932.126000', '112932.129000', '112932.131000', '112932.134000', '112932.137000', '112932.140000', '112932.143000', '112932.145000', '112932.148000', '112932.151000', '112932.154000', '112932.157000', '112932.159000', '112932.162000', '112932.165000', '112932.168000', '112932.171000', '112932.174000', '112932.176000', '112932.179000', '112932.182000', '112932.185000', '112932.188000', '112932.190000', '112932.193000', '112952.070000', '112952.073000', '112952.076000', '112952.079000', '112952.081000', '112952.084000', '112952.087000', '112952.090000', '112952.093000', '112952.096000', '112952.098000', '112952.101000', '112952.104000', '112952.107000', '112952.110000', '112952.112000', '112952.115000', '112952.118000', '112952.121000', '112952.124000', '112952.127000', '112952.129000', '112952.132000', '112952.135000', '112952.138000', '112952.141000', '112952.143000', '112952.146000', '112952.149000', '112952.152000', '112952.155000', '112952.158000', '112952.160000', '112952.163000', '112952.166000', '112952.169000', '112952.172000', '112952.174000', '112952.177000', '112952.180000', '112952.183000', '112952.186000', '112952.188000', '112952.205000', '113012.070000', '113012.073000', '113012.076000', '113012.078000', '113012.081000', '113012.084000', '113012.087000', '113012.090000', '113012.092000', '113012.095000', '113012.098000', '113012.101000', '113012.104000', '113012.108000', '113012.111000', '113012.114000', '113012.117000', '113012.120000', '113012.123000', '113012.126000', '113012.128000', '113012.131000', '113012.134000', '113012.137000', '113012.140000', '113012.142000', '113012.145000', '113012.148000', '113012.151000', '113012.154000', '113012.156000', '113012.159000', '113012.162000', '113012.165000', '113012.168000', '113012.170000', '113012.173000', '113012.176000', '113012.179000', '113012.181000', '113012.184000', '113012.187000', '113012.190000', '113032.070000', '113032.073000', '113032.076000', '113032.079000', '113032.081000', '113032.084000', '113032.087000', '113032.090000', '113032.093000', '113032.096000', '113032.098000', '113032.101000', '113032.104000', '113032.107000', '113032.110000', '113032.112000', '113032.115000', '113032.118000', '113032.121000', '113032.124000', '113032.126000', '113032.129000', '113032.132000', '113032.135000', '113032.138000', '113032.140000', '113032.143000', '113032.146000', '113032.149000', '113032.152000', '113032.155000', '113032.157000', '113032.160000', '113032.163000', '113032.166000', '113032.169000', '113032.172000', '113032.175000', '113032.177000', '113032.180000', '113032.183000', '113032.186000', '113032.189000', '113032.191000', '113052.070000', '113052.073000', '113052.076000', '113052.079000', '113052.081000', '113052.084000', '113052.087000', '113052.090000', '113052.093000', '113052.095000', '113052.098000', '113052.101000', '113052.104000', '113052.107000', '113052.110000', '113052.112000', '113052.115000', '113052.118000', '113052.121000', '113052.124000', '113052.127000', '113052.129000', '113052.133000', '113052.139000', '113052.142000', '113052.145000', '113052.148000', '113052.150000', '113052.153000', '113052.157000', '113052.159000', '113052.162000', '113052.165000', '113052.168000', '113052.171000', '113052.173000', '113052.176000', '113052.179000', '113052.182000', '113052.185000', '113052.187000', '113052.190000', '113052.193000', '113112.070000', '113112.073000', '113112.076000', '113112.078000', '113112.081000', '113112.084000', '113112.087000', '113112.090000', '113112.093000', '113112.095000', '113112.098000', '113112.101000', '113112.104000', '113112.107000', '113112.110000', '113112.113000', '113112.115000', '113112.118000', '113112.121000', '113112.124000', '113112.127000', '113112.129000', '113112.132000', '113112.135000', '113112.138000', '113112.141000', '113112.143000', '113112.146000', '113112.149000', '113112.152000', '113112.155000', '113112.157000', '113112.160000', '113112.163000', '113112.166000', '113112.169000', '113112.171000', '113112.174000', '113112.177000', '113112.180000', '113112.183000', '113112.186000', '113112.189000', '113112.191000', '113132.071000', '113132.074000', '113132.077000', '113132.079000', '113132.082000', '113132.085000', '113132.088000', '113132.091000', '113132.093000', '113132.107000', '113132.110000', '113132.113000', '113132.116000', '113132.119000', '113132.121000', '113132.124000', '113132.127000', '113132.130000', '113132.133000', '113132.135000', '113132.138000', '113132.141000', '113132.144000', '113132.147000', '113132.150000', '113132.152000', '113132.155000', '113132.158000', '113132.161000', '113132.164000', '113132.166000', '113132.169000', '113132.172000', '113132.175000', '113132.178000', '113132.180000', '113132.183000', '113132.186000', '113132.192000', '113132.195000', '113132.198000', '113132.201000', '113132.204000', '113152.071000', '113152.074000', '113152.077000', '113152.080000', '113152.082000', '113152.085000', '113152.088000', '113152.091000', '113152.093000', '113152.096000', '113152.099000', '113152.102000', '113152.105000', '113152.108000', '113152.110000', '113152.113000', '113152.116000', '113152.119000', '113152.122000', '113152.124000', '113152.127000', '113152.130000', '113152.133000', '113152.136000', '113152.139000', '113152.142000', '113152.144000', '113152.149000', '113152.152000', '113152.155000', '113152.158000', '113152.161000', '113152.163000', '113152.166000', '113152.169000', '113152.172000', '113152.174000', '113152.177000', '113152.180000', '113152.183000', '113152.186000', '113152.189000', '113152.191000', '113152.194000', '113212.070000', '113212.080000', '113212.083000', '113212.085000', '113212.088000', '113212.091000', '113212.094000', '113212.097000', '113212.101000', '113212.104000', '113212.107000', '113212.110000', '113212.112000', '113212.115000', '113212.118000', '113212.121000', '113212.124000', '113212.127000', '113212.129000', '113212.132000', '113212.135000', '113212.138000', '113212.141000', '113212.144000', '113212.146000', '113212.149000', '113212.152000', '113212.155000', '113212.158000', '113212.161000', '113212.164000', '113212.166000', '113212.169000', '113212.172000', '113212.175000', '113212.178000', '113212.181000', '113212.183000', '113212.186000', '113212.189000', '113212.192000', '113212.195000', '113212.198000', '113232.070000', '113232.073000', '113232.076000', '113232.078000', '113232.081000', '113232.084000', '113232.087000', '113232.090000', '113232.093000', '113232.095000', '113232.098000', '113232.101000', '113232.104000', '113232.107000', '113232.109000', '113232.112000', '113232.115000', '113232.118000', '113232.121000', '113232.123000', '113232.126000', '113232.129000', '113232.132000', '113232.135000', '113232.137000', '113232.140000', '113232.143000', '113232.146000', '113232.149000', '113232.152000', '113232.154000', '113232.157000', '113232.160000', '113232.163000', '113232.166000', '113232.168000', '113232.171000', '113232.174000', '113232.177000', '113232.180000', '113232.183000', '113232.185000', '113232.188000', '113232.191000', '113252.070000', '113252.073000', '113252.076000', '113252.078000', '113252.081000', '113252.084000', '113252.087000', '113252.090000', '113252.092000', '113252.095000', '113252.098000', '113252.101000', '113252.104000', '113252.107000', '113252.109000', '113252.112000', '113252.115000', '113252.118000', '113252.121000', '113252.124000', '113252.144000', '113252.146000', '113252.149000', '113252.152000', '113252.155000', '113252.158000', '113252.161000', '113252.163000', '113252.166000', '113252.169000', '113252.172000', '113252.175000', '113252.177000', '113252.180000', '113252.186000', '113252.190000', '113252.192000', '113252.195000', '113252.198000', '113252.201000', '113252.204000', '113252.207000', '113252.210000', '113312.070000', '113312.073000', '113312.076000', '113312.078000', '113312.081000', '113312.084000', '113312.087000', '113312.090000', '113312.092000', '113312.095000', '113312.098000', '113312.101000', '113312.104000', '113312.106000', '113312.109000', '113312.112000', '113312.115000', '113312.118000', '113312.120000', '113312.123000', '113312.126000', '113312.129000', '113312.132000', '113312.134000', '113312.137000', '113312.140000', '113312.143000', '113312.146000', '113312.149000', '113312.152000', '113312.154000', '113312.157000', '113312.160000', '113312.163000', '113312.166000', '113312.168000', '113312.171000', '113312.174000', '113312.177000', '113312.180000', '113312.182000', '113312.185000', '113312.188000', '113312.191000', '113332.070000', '113332.073000', '113332.076000', '113332.079000', '113332.081000', '113332.084000', '113332.087000', '113332.090000', '113332.092000', '113332.095000', '113332.098000', '113332.101000', '113332.104000', '113332.106000', '113332.109000', '113332.112000', '113332.115000', '113332.118000', '113332.121000', '113332.123000', '113332.126000', '113332.129000', '113332.132000', '113332.135000', '113332.139000', '113332.141000', '113332.144000', '113332.147000', '113332.150000', '113332.153000', '113332.156000', '113332.158000', '113332.161000', '113332.164000', '113332.167000', '113332.170000', '113332.173000', '113332.175000', '113332.178000', '113332.181000', '113332.184000', '113332.187000', '113332.189000', '113352.071000', '113352.074000', '113352.077000', '113352.079000', '113352.082000', '113352.085000', '113352.088000', '113352.091000', '113352.094000', '113352.097000', '113352.099000', '113352.103000', '113352.106000', '113352.109000', '113352.112000', '113352.115000', '113352.118000', '113352.121000', '113352.123000', '113352.126000', '113352.129000', '113352.132000', '113352.135000', '113352.138000', '113352.140000', '113352.143000', '113352.146000', '113352.149000', '113352.152000', '113352.154000', '113352.157000', '113352.160000', '113352.163000', '113352.166000', '113352.168000', '113352.171000', '113352.174000', '113352.177000', '113352.180000', '113352.182000', '113352.185000', '113352.188000', '113352.191000', '113352.194000', '113412.071000', '113412.074000', '113412.077000', '113412.080000', '113412.083000', '113412.085000', '113412.096000', '113412.098000', '113412.101000', '113412.104000', '113412.107000', '113412.110000', '113412.113000', '113412.115000', '113412.118000', '113412.121000', '113412.124000', '113412.127000', '113412.130000', '113412.132000', '113412.135000', '113412.138000', '113412.141000', '113412.144000', '113412.147000', '113412.149000', '113412.152000', '113412.155000', '113412.158000', '113412.161000', '113412.163000', '113412.187000', '113412.190000', '113412.193000', '113412.196000', '113412.199000', '113412.201000', '113412.204000', '113412.207000', '113412.210000', '113412.213000', '113412.215000', '113412.218000', '113432.070000', '113432.073000', '113432.076000', '113432.079000', '113432.081000', '113432.084000', '113432.087000', '113432.090000', '113432.093000', '113432.095000', '113432.098000', '113432.101000', '113432.104000', '113432.107000', '113432.109000', '113432.112000', '113432.115000', '113432.118000', '113432.121000', '113432.124000', '113432.126000', '113432.129000', '113432.132000', '113432.135000', '113432.138000', '113432.140000', '113432.143000', '113432.146000', '113432.149000', '113432.152000', '113432.154000', '113432.157000', '113432.160000', '113432.163000', '113432.166000', '113432.169000', '113432.172000', '113432.175000', '113432.177000', '113432.180000', '113432.183000', '113432.186000', '113432.189000', '113432.192000', '113452.070000', '113452.073000', '113452.076000', '113452.079000', '113452.082000', '113452.085000', '113452.087000', '113452.090000', '113452.093000', '113452.096000', '113452.099000', '113452.102000', '113452.104000', '113452.107000', '113452.110000', '113452.113000', '113452.116000', '113452.118000', '113452.121000', '113452.124000', '113452.127000', '113452.130000', '113452.132000', '113452.135000', '113452.138000', '113452.141000', '113452.144000', '113452.146000', '113452.149000', '113452.152000', '113452.155000', '113452.158000', '113452.161000', '113452.164000', '113452.166000', '113452.169000', '113452.172000', '113452.176000', '113452.179000', '113452.182000', '113452.185000', '113452.188000', '113452.190000', '113512.070000', '113512.073000', '113512.076000', '113512.079000', '113512.081000', '113512.084000', '113512.087000', '113512.090000', '113512.093000', '113512.096000', '113512.099000', '113512.102000', '113512.104000', '113512.107000', '113512.110000', '113512.113000', '113512.116000', '113512.119000', '113512.121000', '113512.124000', '113512.127000', '113512.130000', '113512.133000', '113512.135000', '113512.138000', '113512.141000', '113512.144000', '113512.147000', '113512.150000', '113512.153000', '113512.156000', '113512.159000', '113512.161000', '113512.164000', '113512.167000', '113512.170000', '113512.173000', '113512.176000', '113512.179000', '113512.181000', '113512.184000', '113512.187000', '113512.190000', '113512.193000', '113532.070000', '113532.073000', '113532.076000', '113532.078000', '113532.081000', '113532.084000', '113532.087000', '113532.090000', '113532.093000', '113532.095000', '113532.098000', '113532.101000', '113532.104000', '113532.114000', '113532.117000', '113532.120000', '113532.123000', '113532.126000', '113532.128000', '113532.131000', '113532.134000', '113532.137000', '113532.140000', '113532.142000', '113532.145000', '113532.148000', '113532.151000', '113532.154000', '113532.156000', '113532.159000', '113532.162000', '113532.165000', '113532.168000', '113532.171000', '113532.173000', '113532.176000', '113532.179000', '113532.182000', '113532.185000', '113532.187000', '113532.190000', '113532.193000', '113532.196000', '113542.895000', '113542.899000', '113542.902000', '113542.905000', '113542.907000', '113542.910000', '113542.913000', '113542.916000', '113542.919000', '113542.921000', '113542.924000', '113542.927000', '113542.930000', '113542.933000', '113542.936000', '113542.938000', '113542.941000', '113542.944000', '113542.947000', '113542.950000', '113542.952000', '113542.955000', '113542.958000', '113542.961000'], '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], 'LargestImagePixelValue': [8614, 8347, 8176, 8010, 9379, 7837, 11292, 10278, 8084, 12654, 10151, 9844, 12451, 11170, 7438, 7416, 7437, 7435, 7412, 8439, 7410, 8668, 12784, 8908, 7417, 10532, 7406, 11219, 12755, 11067, 12316, 10986, 7888, 12665, 10486, 9109, 12314, 10809, 7426, 7491, 8206, 7423, 7391, 8637, 7387, 10320, 7622, 7437, 8187, 7325, 9272, 9144, 7468, 12283, 8128, 7404, 7448, 7616, 7384, 7346, 7466, 7455, 8212, 7434, 7455, 9044, 7484, 7626, 8376, 8004, 11522, 8868, 7452, 7375, 8677, 7371, 8966, 9257, 7380, 7468, 8552, 7367, 7594, 8904, 7419, 7403, 8380, 7387, 7354, 8612, 7392, 7926, 11569, 7834, 8579, 9513, 8843, 13543, 11172, 10761, 13493, 8564, 9660, 8943, 7390, 13841, 10762, 8008, 11437, 7429, 7405, 8949, 7570, 7382, 8824, 7384, 7431, 7589, 7491, 7426, 7471, 8926, 9978, 7385, 7495, 9009, 7459, 8849, 7768, 7417, 8590, 7541, 7434, 7425, 7487, 7436, 8173, 7465, 7475, 9491, 7471, 12443, 8169, 12113, 10777, 7765, 13387, 7323, 7418, 8724, 8236, 8024, 7011, 6996, 6919, 6950, 7304, 7040, 7104, 7917, 7484, 11167, 10581, 7644, 10057, 8858, 7362, 13187, 11051, 9448, 12789, 10485, 7776, 11060, 7460, 7542, 10902, 8580, 9666, 11323, 8683, 11926, 10090, 7579, 12093, 8027, 9241, 7640, 7466, 12642, 7909, 7097, 6772, 7587, 7186, 7544, 7232, 7268, 7992, 7404, 7213, 7325, 7263, 7105, 8020, 7046, 11659, 7337, 6977, 10857, 8042, 9216, 7479, 7657, 7001, 7940, 7192, 9820, 6756, 6996, 9956, 6859, 7062, 7438, 7531, 7055, 6880, 7848, 8075, 7028, 7131, 7244, 7175, 7934, 8094, 8441, 10411, 10662, 8705, 8096, 10751, 9307, 9006, 9979, 9966, 7653, 8800, 10572, 8300, 9305, 10540, 8348, 7833, 11166, 8135, 7715, 10296, 7791, 7681, 9373, 7915, 7572, 9537, 7861, 7633, 9401, 7689, 7513, 8002, 7525, 7650, 7526, 7412, 7315, 7030, 6966, 6842, 7363, 6942, 6865, 8509, 6908, 6998, 7599, 6973, 6946, 7443, 6989, 9460, 6968, 7077, 9933, 6962, 7168, 9474, 7256, 6832, 6963, 6961, 6920, 6971, 8042, 6887, 6874, 7950, 6946, 8229, 7166, 6957, 9691, 7688, 9672, 8822, 9865, 10586, 9109, 6914, 11199, 6994, 6738, 7949, 6922, 7196, 8066, 10313, 7699, 8232, 7650, 7197, 7138, 10867, 7343, 7228, 11861, 8835, 7154, 9157, 7732, 7241, 11250, 7956, 7855, 11278, 7845, 7739, 10818, 7819, 7217, 7790, 7090, 7624, 6505, 6841, 7548, 7163, 7630, 7547, 7600, 8471, 10385, 11311, 9702, 10386, 10010, 7870, 10037, 12014, 8595, 7683, 7787, 10323, 9108, 7142, 7403, 7958, 6974, 6941, 7044, 7123, 7289, 7430, 7190, 7182, 8526, 7403, 10915, 7481, 7034, 7200, 6897, 7923, 7368, 9150, 7243, 6966, 7306, 7030, 7430, 7055, 9879, 7329, 7299, 8211, 7154, 7219, 7324, 6958, 10631, 7469, 8317, 7212, 6940, 10446, 7205, 9760, 7390, 6991, 8409, 6967, 11252, 7366, 7001, 7300, 6992, 10680, 7362, 7263, 7346, 7855, 7522, 9201, 7367, 7723, 8601, 8064, 8243, 9276, 7659, 8059, 8554, 7745, 7966, 8573, 8721, 7991, 8183, 9101, 8621, 10025, 8997, 12621, 8946, 11468, 8632, 9057, 9545, 7814, 9881, 8590, 10330, 7359, 7582, 8737, 7269, 7685, 7775, 7241, 7477, 7690, 8481, 7687, 7322, 7909, 9146, 7369, 7514, 7454, 8646, 8726, 8045, 8228, 9115, 7432, 7595, 7386, 8516, 7357, 8025, 8248, 8485, 7333, 7802, 7745, 7340, 7655, 7821, 7338, 7513, 8034, 7431, 7717, 7809, 7200, 7751, 7794, 8290, 7943, 7316, 7842, 8019, 7244, 8535, 7022, 7637, 7973, 7151, 7920, 9843, 7706, 8650, 9092, 8937, 8424, 7699, 10187, 8126, 8194, 9990, 8355, 8228, 7492, 7671, 6924, 7735, 8057, 8415, 8411, 7419, 9908, 8318, 8247, 10521, 9689, 8056, 10506, 7696, 8255, 9666, 7820, 8579, 8602, 10110, 6874, 8176, 7659, 8139, 8516, 7755, 8338, 6869, 8216, 7630, 8181, 7568, 8044, 10236, 8461, 8365, 8041, 8248, 6906, 8601, 9387, 10762, 8783, 8223, 9160, 7167, 8685, 8103, 8460, 7084, 8011, 7646, 7177, 7089, 7935, 7563, 7143, 6890, 7357, 7835, 8500, 7469, 7547, 7417, 7017, 7817, 11691, 10071, 9950, 9806, 9457, 12433, 9859, 9089, 8351, 10934, 10416, 9927, 9317, 10920, 9705, 9661, 10495, 9633, 11407, 9486, 9746, 8597, 7849, 10128, 8779, 8153, 7920, 7860, 8274, 7521, 7993, 7575, 7355, 7451, 8142, 7588, 7411, 8116, 7341, 7507, 7698, 8425, 9516, 8697, 7819, 7652, 8231, 9689, 8694, 9588, 8128, 7571, 7514, 7702, 7404, 8212, 8584, 7349, 8068, 7187, 6950, 7725, 7130, 6892, 7862, 9045, 7167, 7213, 9023, 7732, 7762, 8538, 7841, 11146, 8929, 8031, 10223, 8885, 9580, 8358, 7569, 8288, 7077, 6813, 11175, 8596, 8727, 12064, 8875, 6866, 8152, 7058, 7014, 9499, 7494, 8397, 10874, 8397, 7873, 7482, 7758, 11407, 8608, 7383, 9986, 7946, 7533, 7469, 7451, 8074, 7266, 7713, 7487, 6906, 6746, 7535, 7380, 8968, 7682, 10276, 8032, 8038, 7270, 6682, 7231, 7887, 7720, 6994, 6831, 8299, 6682, 6681, 6677, 6942, 7038, 7598, 6781, 7642, 6989, 7454, 9094, 6966, 7675, 7098, 7065, 10376, 6894, 7295, 9407, 7264, 7092, 6669, 6940, 6854, 6855, 6464, 9381, 8259, 7560, 10039, 9706, 8680, 7562, 11751, 10071, 8444, 11945, 10084, 8938, 12296, 10006, 7586, 11469, 7614, 7596, 8314, 6902, 7552, 7201, 7147, 7924, 6938, 7363, 8177, 6963, 9113, 7423, 7011, 10785, 8298, 7107, 7170, 7093, 7620, 6724, 6959, 7963, 7183, 9632, 7521, 7011, 7078, 7712, 7159, 7347, 6933, 7497, 6720, 7305, 7563, 6911, 6716, 7040, 7036, 6880, 7064, 7568, 6795, 7296, 7820, 7713, 10599, 6763, 6794, 7560, 8197, 7087, 7295, 7282, 7679, 6696, 6913, 6751, 6753, 7606, 7645, 7413, 7957, 6960, 7538, 9129, 8158, 7731, 9489, 10956, 9599, 7501, 11285, 7209, 7789, 7067, 6833, 6747, 7465, 10219, 8520, 7768, 10406, 8604, 8239, 10416, 9324, 7801, 10775, 9236, 7809, 10377, 9135, 7698, 8840, 7625, 7844, 11017, 9422, 7816, 9444, 7062, 7901, 7139, 7762, 8055, 7523, 6886, 7964, 7508, 9375, 7888, 9834, 9775, 7878, 10833, 7838, 12145, 9485, 9681, 11896, 7725, 7997, 7952, 7864, 6977, 7085, 7872, 6824, 7830, 7909, 6873, 7715, 7816, 10878, 8117, 8183, 10243, 8014, 11951, 9422, 8831, 10406, 8799, 7820, 7624, 6942, 7042, 8950, 10635, 8663, 7216, 7923, 9887, 8907, 7980, 8084, 8886, 8191, 8046, 11836, 9326, 8336, 11573, 9808, 9126, 11751, 8980, 10954, 9741, 7872, 11399, 8778, 8301, 7713, 7657, 7867, 7408, 7950, 8251, 8661, 7656, 8072, 7333, 7744, 7278, 6830, 7680, 7386, 7626, 7343, 7555, 7691, 10680, 8144, 9622, 8470, 7534, 9061, 7927, 9035, 7115, 6534, 8178, 7635, 7601, 7523, 7361, 6640, 7341, 7850, 6852, 7312, 7636, 8967, 8174, 10838, 8483, 8644, 9829, 8958, 11020, 9302, 8026, 9508, 7758, 10687, 8160, 11422, 9069, 7586, 10801, 8384, 7233, 6877, 7980, 8002, 8201, 7558, 8021, 8184, 10383, 8545, 7554, 7707, 7963, 10827, 8649, 7617, 7830, 7986, 10009, 7289, 7457, 7051, 6712, 7389, 7104, 8103, 7018, 7181, 8053, 8185, 7869, 7667, 6990, 7958, 6980, 7538, 7408, 8187, 7932, 9190, 10553, 9359, 8794, 10974, 7408, 7681, 7516, 7143, 7739, 8240, 7672, 7490, 11493, 9580, 8987, 10452, 7125, 7561, 8161, 7844, 7621, 7658, 7983, 8330, 7970, 8819, 10473, 6897, 7584, 7637, 7835, 7539, 7115, 7891, 7126, 6838, 7563, 10590, 8160, 7464, 7111, 7218, 7381, 7854, 7049, 7127, 7529, 6954, 6814, 6774, 6465, 6382, 6964, 6816, 6632, 7987, 12207, 8922, 9480, 10184, 11268, 9749, 10369, 11547, 10946, 10231, 10454, 11407, 9611, 7347, 10293, 8139, 7601, 11096, 9162, 7311, 9373, 7395, 7823, 7552, 7152, 9062, 7276, 7867, 7858, 6470, 7737, 7011, 6485, 8032, 7333, 6457, 6567, 7388, 6670, 7677, 8213, 7451, 9272, 7665, 8234, 7534, 7577, 7712, 7352, 9617, 8206, 7609, 7981, 7037, 7738, 7280, 7428, 10039, 7853, 7496, 9447, 7259, 7487, 7656, 6705, 7307, 6975, 6703, 7720, 6991, 6606, 7676, 7187, 7207, 9987, 8204, 7601, 8489, 7380, 7890, 7936, 6555, 7554, 7868, 6919, 8359, 7715, 6528, 9178, 7186, 6966, 7769, 7516, 7131, 7191, 6735, 7535, 7337, 7342, 10772, 9260], 'WindowCenter': [3949.0, 3922.0, 3920.0, 3908.0, 3916.0, 3891.0, 3920.0, 3909.0, 3876.0, 3928.0, 3907.0, 3895.0, 3928.0, 3917.0, 3863.0, 3875.0, 3865.0, 3878.0, 3877.0, 3888.0, 3876.0, 3886.0, 3927.0, 3898.0, 3864.0, 3908.0, 3877.0, 3917.0, 3928.0, 3908.0, 3914.0, 3907.0, 3873.0, 3925.0, 3908.0, 3884.0, 3915.0, 3904.0, 3863.0, 3861.0, 3873.0, 3876.0, 3863.0, 3884.0, 3865.0, 3908.0, 3875.0, 3863.0, 3885.0, 3865.0, 3895.0, 3894.0, 3864.0, 3917.0, 3873.0, 3864.0, 3863.0, 3874.0, 3875.0, 3875.0, 3875.0, 3876.0, 3885.0, 3876.0, 3877.0, 3897.0, 3876.0, 3889.0, 3886.0, 3887.0, 3918.0, 3896.0, 3875.0, 3874.0, 3885.0, 3874.0, 3896.0, 3908.0, 3875.0, 3876.0, 3898.0, 3877.0, 3887.0, 3897.0, 3877.0, 3877.0, 3886.0, 3877.0, 3877.0, 3899.0, 3878.0, 3888.0, 3930.0, 3889.0, 3898.0, 3908.0, 3899.0, 3937.0, 3918.0, 3918.0, 3940.0, 3883.0, 3894.0, 3894.0, 3874.0, 3936.0, 3904.0, 3872.0, 3914.0, 3861.0, 3863.0, 3893.0, 3874.0, 3875.0, 3894.0, 3873.0, 3874.0, 3885.0, 3875.0, 3878.0, 3877.0, 3897.0, 3908.0, 3875.0, 3874.0, 3895.0, 3877.0, 3896.0, 3885.0, 3877.0, 3896.0, 3890.0, 3875.0, 3877.0, 3877.0, 3887.0, 3898.0, 3887.0, 3887.0, 3909.0, 3888.0, 3939.0, 3898.0, 3928.0, 3916.0, 3887.0, 3938.0, 3876.0, 3875.0, 3911.0, 3900.0, 3898.0, 3877.0, 3877.0, 3875.0, 3876.0, 3891.0, 3891.0, 3893.0, 3902.0, 3890.0, 3933.0, 3932.0, 3890.0, 3920.0, 3899.0, 3878.0, 3940.0, 3917.0, 3907.0, 3926.0, 3916.0, 3874.0, 3904.0, 3861.0, 3872.0, 3902.0, 3883.0, 3891.0, 3905.0, 3869.0, 3901.0, 3890.0, 3858.0, 3899.0, 3858.0, 3881.0, 3856.0, 3846.0, 3909.0, 3857.0, 3845.0, 3835.0, 3858.0, 3848.0, 3858.0, 3859.0, 3860.0, 3869.0, 3873.0, 3874.0, 3874.0, 3877.0, 3875.0, 3885.0, 3875.0, 3916.0, 3875.0, 3875.0, 3917.0, 3885.0, 3895.0, 3874.0, 3873.0, 3863.0, 3888.0, 3863.0, 3907.0, 3864.0, 3875.0, 3905.0, 3865.0, 3875.0, 3876.0, 3875.0, 3877.0, 3888.0, 3910.0, 3885.0, 3723.0, 3717.0, 3803.0, 3780.0, 3855.0, 3828.0, 3839.0, 3872.0, 3861.0, 3838.0, 3822.0, 3843.0, 3820.0, 3818.0, 3829.0, 3829.0, 3796.0, 3833.0, 3841.0, 3807.0, 3816.0, 3815.0, 3791.0, 3779.0, 3812.0, 3766.0, 3765.0, 3786.0, 3753.0, 3754.0, 3776.0, 3765.0, 3763.0, 3784.0, 3766.0, 3754.0, 3776.0, 3766.0, 3754.0, 3765.0, 3767.0, 3768.0, 3768.0, 3766.0, 3771.0, 3770.0, 3770.0, 3772.0, 3783.0, 3784.0, 3786.0, 3807.0, 3787.0, 3788.0, 3809.0, 3799.0, 3798.0, 3798.0, 3798.0, 3818.0, 3787.0, 3787.0, 3828.0, 3797.0, 3800.0, 3830.0, 3799.0, 3802.0, 3812.0, 3812.0, 3812.0, 3813.0, 3824.0, 3815.0, 3805.0, 3824.0, 3816.0, 3824.0, 3801.0, 3801.0, 3833.0, 3812.0, 3834.0, 3821.0, 3843.0, 3841.0, 3819.0, 3798.0, 3839.0, 3799.0, 3815.0, 3849.0, 3815.0, 3812.0, 3778.0, 3838.0, 3841.0, 3849.0, 3825.0, 3813.0, 3810.0, 3854.0, 3813.0, 3811.0, 3862.0, 3846.0, 3813.0, 3832.0, 3809.0, 3811.0, 3849.0, 3810.0, 3807.0, 3838.0, 3809.0, 3797.0, 3852.0, 3822.0, 3810.0, 3835.0, 3809.0, 3817.0, 3795.0, 3779.0, 3798.0, 3801.0, 3800.0, 3786.0, 3786.0, 3813.0, 3824.0, 3837.0, 3826.0, 3826.0, 3813.0, 3795.0, 3801.0, 3808.0, 3775.0, 3765.0, 3754.0, 3785.0, 3762.0, 3740.0, 3738.0, 3751.0, 3737.0, 3740.0, 3752.0, 3752.0, 3754.0, 3766.0, 3755.0, 3755.0, 3776.0, 3766.0, 3798.0, 3768.0, 3768.0, 3769.0, 3769.0, 3779.0, 3768.0, 3789.0, 3769.0, 3769.0, 3769.0, 3769.0, 3770.0, 3770.0, 3813.0, 3781.0, 3782.0, 3804.0, 3784.0, 3785.0, 3796.0, 3788.0, 3827.0, 3796.0, 3806.0, 3796.0, 3786.0, 3826.0, 3796.0, 3827.0, 3786.0, 3785.0, 3805.0, 3786.0, 3826.0, 3784.0, 3783.0, 3783.0, 3784.0, 3826.0, 3795.0, 3796.0, 3812.0, 3835.0, 3823.0, 3832.0, 3838.0, 3837.0, 3802.0, 3837.0, 3863.0, 3860.0, 3837.0, 3850.0, 3851.0, 3827.0, 3827.0, 3837.0, 3848.0, 3839.0, 3849.0, 3848.0, 3837.0, 3847.0, 3835.0, 3856.0, 3823.0, 3840.0, 3807.0, 3807.0, 3818.0, 3795.0, 3815.0, 3805.0, 3814.0, 3784.0, 3796.0, 3804.0, 3798.0, 3795.0, 3795.0, 3795.0, 3797.0, 3796.0, 3807.0, 3798.0, 3796.0, 3808.0, 3819.0, 3797.0, 3798.0, 3799.0, 3818.0, 3819.0, 3810.0, 3807.0, 3819.0, 3797.0, 3808.0, 3799.0, 3820.0, 3810.0, 3823.0, 3821.0, 3821.0, 3812.0, 3826.0, 3825.0, 3825.0, 3825.0, 3824.0, 3813.0, 3814.0, 3824.0, 3825.0, 3824.0, 3826.0, 3815.0, 3824.0, 3824.0, 3837.0, 3826.0, 3827.0, 3826.0, 3836.0, 3826.0, 3863.0, 3827.0, 3839.0, 3838.0, 3827.0, 3838.0, 3859.0, 3827.0, 3851.0, 3849.0, 3850.0, 3838.0, 3826.0, 3856.0, 3835.0, 3837.0, 3858.0, 3837.0, 3835.0, 3825.0, 3826.0, 3815.0, 3827.0, 3852.0, 3849.0, 3850.0, 3828.0, 3858.0, 3837.0, 3838.0, 3857.0, 3860.0, 3825.0, 3856.0, 3823.0, 3824.0, 3843.0, 3812.0, 3824.0, 3837.0, 3845.0, 3802.0, 3835.0, 3823.0, 3824.0, 3834.0, 3827.0, 3836.0, 3814.0, 3835.0, 3825.0, 3823.0, 3826.0, 3825.0, 3857.0, 3835.0, 3836.0, 3824.0, 3824.0, 3815.0, 3834.0, 3836.0, 3869.0, 3835.0, 3824.0, 3833.0, 3801.0, 3822.0, 3810.0, 3822.0, 3813.0, 3822.0, 3824.0, 3812.0, 3813.0, 3824.0, 3823.0, 3816.0, 3827.0, 3853.0, 3855.0, 3865.0, 3830.0, 3842.0, 3828.0, 3828.0, 3841.0, 3881.0, 3858.0, 3845.0, 3833.0, 3832.0, 3850.0, 3830.0, 3818.0, 3807.0, 3826.0, 3826.0, 3816.0, 3802.0, 3810.0, 3788.0, 3788.0, 3797.0, 3788.0, 3795.0, 3772.0, 3771.0, 3760.0, 3749.0, 3769.0, 3759.0, 3749.0, 3748.0, 3748.0, 3759.0, 3748.0, 3762.0, 3751.0, 3752.0, 3765.0, 3778.0, 3779.0, 3780.0, 3790.0, 3782.0, 3783.0, 3794.0, 3806.0, 3815.0, 3806.0, 3796.0, 3797.0, 3806.0, 3816.0, 3805.0, 3816.0, 3796.0, 3795.0, 3795.0, 3795.0, 3795.0, 3806.0, 3807.0, 3796.0, 3810.0, 3799.0, 3813.0, 3822.0, 3812.0, 3813.0, 3826.0, 3834.0, 3817.0, 3827.0, 3846.0, 3838.0, 3825.0, 3849.0, 3839.0, 3868.0, 3836.0, 3825.0, 3845.0, 3834.0, 3834.0, 3823.0, 3824.0, 3836.0, 3812.0, 3802.0, 3852.0, 3833.0, 3821.0, 3851.0, 3833.0, 3801.0, 3810.0, 3799.0, 3800.0, 3831.0, 3812.0, 3821.0, 3843.0, 3820.0, 3809.0, 3798.0, 3797.0, 3839.0, 3807.0, 3786.0, 3818.0, 3796.0, 3797.0, 3795.0, 3797.0, 3808.0, 3811.0, 3810.0, 3810.0, 3802.0, 3799.0, 3811.0, 3799.0, 3820.0, 3800.0, 3828.0, 3807.0, 3807.0, 3797.0, 3788.0, 3796.0, 3808.0, 3799.0, 3797.0, 3787.0, 3807.0, 3787.0, 3799.0, 3802.0, 3813.0, 3813.0, 3825.0, 3816.0, 3826.0, 3813.0, 3815.0, 3833.0, 3813.0, 3822.0, 3812.0, 3813.0, 3845.0, 3812.0, 3812.0, 3859.0, 3826.0, 3826.0, 3832.0, 3828.0, 3832.0, 3832.0, 3820.0, 3851.0, 3852.0, 3853.0, 3873.0, 3860.0, 3851.0, 3839.0, 3869.0, 3857.0, 3836.0, 3866.0, 3844.0, 3822.0, 3852.0, 3831.0, 3798.0, 3839.0, 3797.0, 3798.0, 3807.0, 3797.0, 3799.0, 3800.0, 3799.0, 3810.0, 3800.0, 3810.0, 3821.0, 3800.0, 3822.0, 3801.0, 3801.0, 3856.0, 3837.0, 3813.0, 3813.0, 3813.0, 3812.0, 3801.0, 3802.0, 3823.0, 3802.0, 3847.0, 3824.0, 3813.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3814.0, 3803.0, 3813.0, 3822.0, 3814.0, 3815.0, 3827.0, 3815.0, 3828.0, 3815.0, 3828.0, 3815.0, 3826.0, 3827.0, 3840.0, 3859.0, 3816.0, 3816.0, 3825.0, 3836.0, 3828.0, 3826.0, 3828.0, 3837.0, 3817.0, 3827.0, 3819.0, 3818.0, 3837.0, 3841.0, 3839.0, 3838.0, 3827.0, 3828.0, 3847.0, 3836.0, 3827.0, 3887.0, 3884.0, 3858.0, 3827.0, 3867.0, 3814.0, 3852.0, 3828.0, 3830.0, 3831.0, 3855.0, 3877.0, 3852.0, 3841.0, 3872.0, 3840.0, 3851.0, 3859.0, 3847.0, 3815.0, 3859.0, 3848.0, 3814.0, 3847.0, 3836.0, 3814.0, 3835.0, 3813.0, 3825.0, 3856.0, 3837.0, 3813.0, 3833.0, 3802.0, 3813.0, 3814.0, 3814.0, 3827.0, 3815.0, 3814.0, 3826.0, 3815.0, 3847.0, 3827.0, 3848.0, 3845.0, 3825.0, 3857.0, 3814.0, 3864.0, 3833.0, 3834.0, 3868.0, 3814.0, 3810.0, 3812.0, 3810.0, 3801.0, 3802.0, 3813.0, 3804.0, 3826.0, 3826.0, 3816.0, 3827.0, 3827.0, 3858.0, 3827.0, 3826.0, 3845.0, 3825.0, 3855.0, 3835.0, 3850.0, 3873.0, 3850.0, 3840.0, 3811.0, 3814.0, 3814.0, 3848.0, 3859.0, 3837.0, 3816.0, 3825.0, 3845.0, 3822.0, 3811.0, 3809.0, 3820.0, 3810.0, 3809.0, 3841.0, 3819.0, 3797.0, 3826.0, 3806.0, 3795.0, 3814.0, 3782.0, 3802.0, 3789.0, 3767.0, 3798.0, 3765.0, 3766.0, 3754.0, 3755.0, 3764.0, 3754.0, 3767.0, 3778.0, 3780.0, 3770.0, 3781.0, 3773.0, 3785.0, 3784.0, 3776.0, 3799.0, 3798.0, 3812.0, 3804.0, 3812.0, 3812.0, 3845.0, 3810.0, 3821.0, 3810.0, 3799.0, 3822.0, 3810.0, 3836.0, 3814.0, 3817.0, 3820.0, 3812.0, 3827.0, 3827.0, 3815.0, 3818.0, 3827.0, 3826.0, 3817.0, 3831.0, 3828.0, 3839.0, 3827.0, 3858.0, 3838.0, 3838.0, 3847.0, 3853.0, 3858.0, 3835.0, 3814.0, 3833.0, 3811.0, 3844.0, 3809.0, 3844.0, 3822.0, 3801.0, 3842.0, 3811.0, 3810.0, 3801.0, 3823.0, 3812.0, 3823.0, 3814.0, 3812.0, 3811.0, 3831.0, 3810.0, 3800.0, 3799.0, 3800.0, 3828.0, 3810.0, 3798.0, 3798.0, 3798.0, 3830.0, 3799.0, 3800.0, 3814.0, 3802.0, 3811.0, 3802.0, 3824.0, 3813.0, 3830.0, 3851.0, 3837.0, 3837.0, 3827.0, 3830.0, 3842.0, 3830.0, 3827.0, 3814.0, 3826.0, 3825.0, 3835.0, 3859.0, 3835.0, 3823.0, 3856.0, 3802.0, 3814.0, 3802.0, 3790.0, 3801.0, 3811.0, 3798.0, 3799.0, 3842.0, 3820.0, 3809.0, 3827.0, 3786.0, 3798.0, 3796.0, 3797.0, 3785.0, 3796.0, 3797.0, 3807.0, 3798.0, 3807.0, 3828.0, 3786.0, 3798.0, 3797.0, 3797.0, 3798.0, 3788.0, 3797.0, 3788.0, 3787.0, 3798.0, 3828.0, 3808.0, 3787.0, 3785.0, 3787.0, 3788.0, 3798.0, 3814.0, 3812.0, 3805.0, 3781.0, 3783.0, 3784.0, 3794.0, 3787.0, 3828.0, 3805.0, 3807.0, 3843.0, 3875.0, 3841.0, 3837.0, 3838.0, 3849.0, 3824.0, 3836.0, 3835.0, 3822.0, 3811.0, 3809.0, 3819.0, 3808.0, 3779.0, 3808.0, 3787.0, 3776.0, 3806.0, 3797.0, 3764.0, 3795.0, 3764.0, 3773.0, 3761.0, 3763.0, 3783.0, 3764.0, 3775.0, 3773.0, 3754.0, 3777.0, 3765.0, 3768.0, 3789.0, 3789.0, 3782.0, 3807.0, 3821.0, 3808.0, 3819.0, 3830.0, 3807.0, 3828.0, 3807.0, 3818.0, 3805.0, 3804.0, 3807.0, 3806.0, 3837.0, 3817.0, 3807.0, 3816.0, 3822.0, 3821.0, 3821.0, 3808.0, 3837.0, 3818.0, 3805.0, 3825.0, 3804.0, 3794.0, 3804.0, 3785.0, 3808.0, 3808.0, 3810.0, 3805.0, 3795.0, 3795.0, 3820.0, 3795.0, 3805.0, 3838.0, 3816.0, 3806.0, 3816.0, 3795.0, 3805.0, 3804.0, 3785.0, 3806.0, 3817.0, 3795.0, 3805.0, 3804.0, 3800.0, 3850.0, 3816.0, 3813.0, 3812.0, 3812.0, 3816.0, 3828.0, 3818.0, 3828.0, 3815.0, 3817.0, 3856.0, 3834.0], 'WindowWidth': [8862.0, 8812.0, 8801.0, 8779.0, 8785.0, 8744.0, 8779.0, 8760.0, 8713.0, 8784.0, 8753.0, 8736.0, 8782.0, 8766.0, 8693.0, 8710.0, 8696.0, 8717.0, 8714.0, 8731.0, 8715.0, 8725.0, 8783.0, 8742.0, 8694.0, 8757.0, 8715.0, 8768.0, 8781.0, 8754.0, 8759.0, 8751.0, 8703.0, 8776.0, 8756.0, 8720.0, 8763.0, 8745.0, 8689.0, 8686.0, 8704.0, 8713.0, 8693.0, 8719.0, 8696.0, 8756.0, 8710.0, 8693.0, 8725.0, 8697.0, 8737.0, 8733.0, 8694.0, 8768.0, 8703.0, 8694.0, 8693.0, 8708.0, 8710.0, 8711.0, 8713.0, 8715.0, 8726.0, 8715.0, 8718.0, 8743.0, 8716.0, 8734.0, 8728.0, 8729.0, 8770.0, 8738.0, 8711.0, 8710.0, 8725.0, 8711.0, 8742.0, 8758.0, 8713.0, 8713.0, 8745.0, 8718.0, 8733.0, 8744.0, 8720.0, 8718.0, 8730.0, 8719.0, 8721.0, 8752.0, 8723.0, 8734.0, 8792.0, 8737.0, 8748.0, 8760.0, 8748.0, 8798.0, 8772.0, 8771.0, 8802.0, 8721.0, 8736.0, 8734.0, 8710.0, 8793.0, 8748.0, 8703.0, 8758.0, 8686.0, 8690.0, 8733.0, 8709.0, 8710.0, 8736.0, 8709.0, 8710.0, 8727.0, 8714.0, 8721.0, 8720.0, 8745.0, 8758.0, 8713.0, 8711.0, 8740.0, 8717.0, 8743.0, 8728.0, 8719.0, 8742.0, 8737.0, 8716.0, 8719.0, 8721.0, 8734.0, 8750.0, 8734.0, 8734.0, 8764.0, 8734.0, 8806.0, 8748.0, 8786.0, 8768.0, 8732.0, 8800.0, 8714.0, 8712.0, 8771.0, 8757.0, 8751.0, 8721.0, 8717.0, 8711.0, 8717.0, 8744.0, 8748.0, 8751.0, 8759.0, 8741.0, 8799.0, 8798.0, 8739.0, 8779.0, 8751.0, 8722.0, 8806.0, 8772.0, 8757.0, 8782.0, 8769.0, 8707.0, 8747.0, 8686.0, 8703.0, 8742.0, 8717.0, 8725.0, 8745.0, 8692.0, 8737.0, 8723.0, 8676.0, 8732.0, 8675.0, 8707.0, 8672.0, 8657.0, 8742.0, 8672.0, 8654.0, 8642.0, 8674.0, 8661.0, 8675.0, 8682.0, 8687.0, 8697.0, 8707.0, 8711.0, 8710.0, 8718.0, 8715.0, 8727.0, 8714.0, 8769.0, 8714.0, 8713.0, 8768.0, 8724.0, 8739.0, 8710.0, 8708.0, 8693.0, 8730.0, 8695.0, 8757.0, 8698.0, 8712.0, 8753.0, 8698.0, 8713.0, 8714.0, 8714.0, 8719.0, 8738.0, 8775.0, 8730.0, 8426.0, 8428.0, 8579.0, 8532.0, 8676.0, 8613.0, 8630.0, 8680.0, 8664.0, 8628.0, 8597.0, 8625.0, 8590.0, 8587.0, 8601.0, 8602.0, 8556.0, 8618.0, 8625.0, 8570.0, 8577.0, 8576.0, 8537.0, 8516.0, 8564.0, 8496.0, 8491.0, 8520.0, 8473.0, 8474.0, 8504.0, 8490.0, 8487.0, 8515.0, 8492.0, 8475.0, 8506.0, 8493.0, 8476.0, 8493.0, 8495.0, 8498.0, 8499.0, 8497.0, 8506.0, 8507.0, 8509.0, 8514.0, 8531.0, 8535.0, 8540.0, 8569.0, 8544.0, 8546.0, 8575.0, 8563.0, 8560.0, 8560.0, 8560.0, 8587.0, 8544.0, 8545.0, 8598.0, 8558.0, 8568.0, 8608.0, 8564.0, 8572.0, 8585.0, 8587.0, 8587.0, 8590.0, 8607.0, 8598.0, 8581.0, 8605.0, 8599.0, 8605.0, 8573.0, 8571.0, 8616.0, 8587.0, 8617.0, 8596.0, 8628.0, 8623.0, 8588.0, 8559.0, 8616.0, 8564.0, 8597.0, 8651.0, 8597.0, 8589.0, 8515.0, 8620.0, 8646.0, 8651.0, 8611.0, 8592.0, 8584.0, 8645.0, 8589.0, 8585.0, 8657.0, 8639.0, 8592.0, 8615.0, 8580.0, 8585.0, 8634.0, 8579.0, 8573.0, 8615.0, 8576.0, 8557.0, 8641.0, 8605.0, 8586.0, 8628.0, 8581.0, 8587.0, 8556.0, 8526.0, 8552.0, 8564.0, 8558.0, 8528.0, 8529.0, 8577.0, 8588.0, 8612.0, 8595.0, 8594.0, 8570.0, 8548.0, 8549.0, 8551.0, 8503.0, 8490.0, 8471.0, 8514.0, 8481.0, 8447.0, 8442.0, 8460.0, 8440.0, 8447.0, 8468.0, 8470.0, 8476.0, 8494.0, 8479.0, 8478.0, 8507.0, 8494.0, 8538.0, 8503.0, 8500.0, 8502.0, 8502.0, 8516.0, 8502.0, 8530.0, 8505.0, 8504.0, 8506.0, 8504.0, 8508.0, 8508.0, 8569.0, 8527.0, 8530.0, 8564.0, 8535.0, 8536.0, 8554.0, 8545.0, 8594.0, 8553.0, 8566.0, 8555.0, 8539.0, 8594.0, 8554.0, 8596.0, 8541.0, 8538.0, 8566.0, 8541.0, 8592.0, 8536.0, 8532.0, 8534.0, 8535.0, 8594.0, 8551.0, 8553.0, 8590.0, 8623.0, 8604.0, 8610.0, 8633.0, 8629.0, 8557.0, 8634.0, 8678.0, 8665.0, 8632.0, 8653.0, 8653.0, 8615.0, 8615.0, 8630.0, 8647.0, 8636.0, 8650.0, 8646.0, 8627.0, 8640.0, 8620.0, 8647.0, 8598.0, 8618.0, 8570.0, 8568.0, 8582.0, 8548.0, 8576.0, 8560.0, 8573.0, 8532.0, 8550.0, 8560.0, 8561.0, 8552.0, 8552.0, 8552.0, 8556.0, 8554.0, 8570.0, 8558.0, 8555.0, 8572.0, 8586.0, 8557.0, 8560.0, 8563.0, 8587.0, 8588.0, 8576.0, 8570.0, 8589.0, 8558.0, 8574.0, 8565.0, 8593.0, 8581.0, 8599.0, 8598.0, 8599.0, 8586.0, 8614.0, 8609.0, 8610.0, 8609.0, 8608.0, 8592.0, 8592.0, 8606.0, 8610.0, 8609.0, 8611.0, 8595.0, 8607.0, 8607.0, 8627.0, 8613.0, 8615.0, 8613.0, 8626.0, 8613.0, 8675.0, 8620.0, 8636.0, 8632.0, 8618.0, 8631.0, 8662.0, 8617.0, 8655.0, 8648.0, 8651.0, 8630.0, 8613.0, 8653.0, 8625.0, 8629.0, 8659.0, 8628.0, 8623.0, 8610.0, 8613.0, 8599.0, 8617.0, 8659.0, 8651.0, 8651.0, 8620.0, 8659.0, 8629.0, 8628.0, 8654.0, 8664.0, 8608.0, 8652.0, 8605.0, 8605.0, 8630.0, 8588.0, 8604.0, 8629.0, 8635.0, 8576.0, 8622.0, 8605.0, 8607.0, 8619.0, 8617.0, 8626.0, 8594.0, 8623.0, 8609.0, 8605.0, 8610.0, 8610.0, 8657.0, 8624.0, 8625.0, 8608.0, 8607.0, 8594.0, 8619.0, 8625.0, 8672.0, 8621.0, 8603.0, 8614.0, 8569.0, 8597.0, 8581.0, 8600.0, 8591.0, 8599.0, 8606.0, 8589.0, 8591.0, 8607.0, 8605.0, 8600.0, 8617.0, 8665.0, 8669.0, 8683.0, 8626.0, 8646.0, 8618.0, 8620.0, 8642.0, 8691.0, 8657.0, 8635.0, 8613.0, 8610.0, 8633.0, 8604.0, 8586.0, 8570.0, 8595.0, 8592.0, 8578.0, 8553.0, 8562.0, 8529.0, 8527.0, 8536.0, 8522.0, 8528.0, 8495.0, 8492.0, 8474.0, 8460.0, 8485.0, 8474.0, 8459.0, 8457.0, 8458.0, 8473.0, 8458.0, 8482.0, 8468.0, 8472.0, 8494.0, 8516.0, 8518.0, 8524.0, 8540.0, 8531.0, 8534.0, 8550.0, 8569.0, 8579.0, 8568.0, 8554.0, 8556.0, 8568.0, 8581.0, 8566.0, 8580.0, 8555.0, 8552.0, 8551.0, 8552.0, 8552.0, 8567.0, 8571.0, 8557.0, 8581.0, 8566.0, 8590.0, 8602.0, 8589.0, 8592.0, 8611.0, 8622.0, 8602.0, 8615.0, 8640.0, 8633.0, 8612.0, 8648.0, 8635.0, 8675.0, 8626.0, 8608.0, 8636.0, 8619.0, 8617.0, 8603.0, 8607.0, 8626.0, 8589.0, 8578.0, 8641.0, 8618.0, 8599.0, 8637.0, 8618.0, 8572.0, 8581.0, 8566.0, 8568.0, 8610.0, 8587.0, 8596.0, 8628.0, 8595.0, 8577.0, 8562.0, 8560.0, 8616.0, 8570.0, 8541.0, 8584.0, 8552.0, 8555.0, 8552.0, 8560.0, 8574.0, 8585.0, 8582.0, 8581.0, 8571.0, 8567.0, 8583.0, 8564.0, 8592.0, 8565.0, 8602.0, 8573.0, 8572.0, 8558.0, 8546.0, 8555.0, 8572.0, 8562.0, 8558.0, 8546.0, 8573.0, 8547.0, 8567.0, 8577.0, 8590.0, 8590.0, 8609.0, 8599.0, 8613.0, 8594.0, 8596.0, 8619.0, 8592.0, 8602.0, 8589.0, 8589.0, 8634.0, 8588.0, 8589.0, 8664.0, 8615.0, 8613.0, 8636.0, 8618.0, 8632.0, 8633.0, 8613.0, 8652.0, 8655.0, 8661.0, 8687.0, 8667.0, 8655.0, 8636.0, 8674.0, 8655.0, 8625.0, 8663.0, 8631.0, 8597.0, 8637.0, 8606.0, 8558.0, 8614.0, 8556.0, 8558.0, 8572.0, 8557.0, 8562.0, 8566.0, 8563.0, 8580.0, 8566.0, 8580.0, 8596.0, 8566.0, 8597.0, 8568.0, 8568.0, 8650.0, 8628.0, 8592.0, 8591.0, 8588.0, 8587.0, 8571.0, 8573.0, 8603.0, 8574.0, 8640.0, 8605.0, 8591.0, 8589.0, 8589.0, 8590.0, 8591.0, 8594.0, 8591.0, 8579.0, 8591.0, 8603.0, 8593.0, 8596.0, 8618.0, 8598.0, 8620.0, 8599.0, 8618.0, 8600.0, 8615.0, 8615.0, 8638.0, 8662.0, 8601.0, 8602.0, 8611.0, 8626.0, 8619.0, 8615.0, 8622.0, 8633.0, 8604.0, 8620.0, 8609.0, 8609.0, 8633.0, 8643.0, 8637.0, 8634.0, 8617.0, 8618.0, 8643.0, 8627.0, 8615.0, 8715.0, 8703.0, 8659.0, 8615.0, 8666.0, 8596.0, 8660.0, 8623.0, 8627.0, 8630.0, 8671.0, 8698.0, 8658.0, 8642.0, 8685.0, 8637.0, 8657.0, 8660.0, 8641.0, 8595.0, 8662.0, 8645.0, 8594.0, 8640.0, 8623.0, 8592.0, 8620.0, 8590.0, 8609.0, 8650.0, 8627.0, 8589.0, 8615.0, 8572.0, 8588.0, 8593.0, 8592.0, 8615.0, 8596.0, 8595.0, 8611.0, 8598.0, 8642.0, 8617.0, 8644.0, 8636.0, 8609.0, 8651.0, 8590.0, 8658.0, 8613.0, 8617.0, 8671.0, 8594.0, 8581.0, 8585.0, 8579.0, 8569.0, 8571.0, 8588.0, 8580.0, 8610.0, 8612.0, 8600.0, 8615.0, 8613.0, 8655.0, 8615.0, 8610.0, 8635.0, 8606.0, 8645.0, 8620.0, 8650.0, 8685.0, 8653.0, 8639.0, 8585.0, 8594.0, 8595.0, 8642.0, 8659.0, 8627.0, 8596.0, 8606.0, 8631.0, 8597.0, 8581.0, 8575.0, 8591.0, 8577.0, 8576.0, 8619.0, 8585.0, 8552.0, 8590.0, 8561.0, 8544.0, 8568.0, 8521.0, 8547.0, 8526.0, 8494.0, 8537.0, 8489.0, 8491.0, 8475.0, 8475.0, 8490.0, 8477.0, 8497.0, 8514.0, 8519.0, 8506.0, 8523.0, 8516.0, 8535.0, 8535.0, 8528.0, 8562.0, 8561.0, 8583.0, 8575.0, 8585.0, 8584.0, 8630.0, 8580.0, 8594.0, 8579.0, 8562.0, 8595.0, 8580.0, 8627.0, 8594.0, 8603.0, 8596.0, 8585.0, 8611.0, 8612.0, 8594.0, 8606.0, 8615.0, 8613.0, 8602.0, 8624.0, 8618.0, 8633.0, 8613.0, 8654.0, 8628.0, 8628.0, 8641.0, 8655.0, 8654.0, 8623.0, 8591.0, 8615.0, 8583.0, 8628.0, 8577.0, 8627.0, 8595.0, 8566.0, 8625.0, 8582.0, 8582.0, 8570.0, 8601.0, 8585.0, 8600.0, 8588.0, 8584.0, 8581.0, 8607.0, 8578.0, 8564.0, 8561.0, 8563.0, 8599.0, 8577.0, 8559.0, 8558.0, 8559.0, 8605.0, 8563.0, 8565.0, 8593.0, 8573.0, 8586.0, 8575.0, 8605.0, 8591.0, 8626.0, 8657.0, 8630.0, 8630.0, 8613.0, 8623.0, 8642.0, 8625.0, 8614.0, 8593.0, 8609.0, 8608.0, 8622.0, 8660.0, 8619.0, 8601.0, 8652.0, 8572.0, 8588.0, 8573.0, 8554.0, 8568.0, 8580.0, 8561.0, 8564.0, 8623.0, 8591.0, 8575.0, 8598.0, 8541.0, 8558.0, 8553.0, 8555.0, 8538.0, 8553.0, 8554.0, 8569.0, 8559.0, 8571.0, 8598.0, 8540.0, 8559.0, 8556.0, 8557.0, 8558.0, 8543.0, 8554.0, 8544.0, 8544.0, 8558.0, 8599.0, 8570.0, 8542.0, 8539.0, 8542.0, 8545.0, 8559.0, 8591.0, 8589.0, 8567.0, 8531.0, 8533.0, 8537.0, 8558.0, 8540.0, 8612.0, 8577.0, 8578.0, 8638.0, 8681.0, 8629.0, 8619.0, 8618.0, 8634.0, 8596.0, 8613.0, 8609.0, 8587.0, 8570.0, 8564.0, 8578.0, 8563.0, 8523.0, 8563.0, 8532.0, 8516.0, 8556.0, 8543.0, 8495.0, 8538.0, 8495.0, 8505.0, 8489.0, 8492.0, 8518.0, 8495.0, 8510.0, 8507.0, 8485.0, 8516.0, 8500.0, 8511.0, 8540.0, 8543.0, 8540.0, 8581.0, 8607.0, 8584.0, 8598.0, 8612.0, 8581.0, 8608.0, 8579.0, 8593.0, 8572.0, 8568.0, 8576.0, 8574.0, 8617.0, 8590.0, 8576.0, 8588.0, 8610.0, 8603.0, 8608.0, 8581.0, 8616.0, 8593.0, 8574.0, 8598.0, 8568.0, 8555.0, 8569.0, 8544.0, 8578.0, 8581.0, 8589.0, 8575.0, 8560.0, 8561.0, 8603.0, 8563.0, 8573.0, 8619.0, 8588.0, 8575.0, 8586.0, 8556.0, 8570.0, 8569.0, 8546.0, 8574.0, 8590.0, 8558.0, 8572.0, 8568.0, 8574.0, 8651.0, 8600.0, 8591.0, 8586.0, 8588.0, 8599.0, 8619.0, 8607.0, 8617.0, 8596.0, 8599.0, 8650.0, 8616.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.013175647451963242</td></tr>
<tr><td colspan=3>aqi</td><td>0.13707821904761905</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.2243051338712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0616604251421393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0240363136705692</td></tr>
<tr><td colspan=3>efc</td><td>0.5044</td></tr>
<tr><td colspan=3>fber</td><td>3457.3333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22443505934898866</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>170</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.202172096908939</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9559588737692053</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8845139312278287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0843479264634155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.899014763616372</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006406757980585098</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035035084933042526</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1197</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.9184361321960024</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>12.4557</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3783</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.2116</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299500.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1027.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.6913</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0085</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.3082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3024.4329</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.0742</td></tr>
<tr><td colspan=3>tsnr</td><td>15.415088238660246</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>