ds005256-mriqc/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 503f76fc30 [DATALAD RUNCMD] Compute MRIQC for sub-0094
=== 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-0094 --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-0094",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:48 +02:00

616 lines
No EOL
169 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-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0094_suffix-bold_task-shortvideo" 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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_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-0094/ses-03/func/sub-0094_ses-03_task-shortvideo_acq-mb8_run-01_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>3936972283ca6cf7f23edb97994fc92b</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>18:48:51.267500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999338, -0.0304324, 0.0199377, 0.0314054, 0.998232, -0.0504603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_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.114682</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7078, 667, -36, -211, 343, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c364b6ee-cb7c-4a49-979f-87ecc253d89c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811506748199463, 0.08425851911306381, 0.04959040507674217, 107.64888000488281], [0.08164788782596588, 2.6781840324401855, -0.1378433108329773, -105.91764068603516], [0.053491368889808655, 0.13538138568401337, 2.6960229873657227, -39.465824127197266], [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, 1640]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['184851.267500', '184851.727500', '184852.187500', '184852.647500', '184853.107500', '184853.567500', '184854.027500', '184854.487500', '184854.947500', '184855.407500', '184855.867500', '184856.327500', '184856.787500', '184857.247500', '184857.707500', '184858.167500', '184858.627500', '184859.087500', '184859.547500', '184900.007500', '184900.467500', '184900.927500', '184901.387500', '184901.847500', '184902.307500', '184902.767500', '184903.227500', '184903.687500', '184904.147500', '184904.607500', '184905.067500', '184905.527500', '184905.987500', '184906.447500', '184906.907500', '184907.367500', '184907.827500', '184908.287500', '184908.747500', '184909.207500', '184909.667500', '184910.127500', '184910.587500', '184911.047500', '184911.507500', '184911.967500', '184912.427500', '184912.887500', '184913.347500', '184913.807500', '184914.267500', '184914.727500', '184915.187500', '184915.647500', '184916.107500', '184916.567500', '184917.027500', '184917.487500', '184917.947500', '184918.407500', '184918.867500', '184919.327500', '184919.787500', '184920.247500', '184920.707500', '184921.167500', '184921.627500', '184922.087500', '184922.547500', '184923.007500', '184923.467500', '184923.927500', '184924.387500', '184924.847500', '184925.307500', '184925.767500', '184926.227500', '184926.687500', '184927.147500', '184927.607500', '184928.067500', '184928.527500', '184928.987500', '184929.447500', '184929.907500', '184930.367500', '184930.827500', '184931.287500', '184931.747500', '184932.207500', '184932.667500', '184933.127500', '184933.587500', '184934.047500', '184934.507500', '184934.967500', '184935.427500', '184935.887500', '184936.347500', '184936.807500', '184937.267500', '184937.727500', '184938.187500', '184938.647500', '184939.107500', '184939.567500', '184940.027500', '184940.487500', '184940.947500', '184941.407500', '184941.867500', '184942.327500', '184942.787500', '184943.247500', '184943.707500', '184944.167500', '184944.627500', '184945.087500', '184945.547500', '184946.007500', '184946.467500', '184946.927500', '184947.387500', '184947.847500', '184948.307500', '184948.767500', '184949.227500', '184949.687500', '184950.147500', '184950.607500', '184951.067500', '184951.527500', '184951.987500', '184952.447500', '184952.907500', '184953.367500', '184953.827500', '184954.287500', '184954.747500', '184955.207500', '184955.667500', '184956.127500', '184956.587500', '184957.047500', '184957.507500', '184957.967500', '184958.427500', '184958.887500', '184959.347500', '184959.807500', '185000.267500', '185000.727500', '185001.187500', '185001.647500', '185002.107500', '185002.567500', '185003.027500', '185003.487500', '185003.947500', '185004.407500', '185004.867500', '185005.327500', '185005.787500', '185006.247500', '185006.707500', '185007.167500', '185007.627500', '185008.087500', '185008.547500', '185009.007500', '185009.467500', '185009.927500', '185010.387500', '185010.847500', '185011.307500', '185011.767500', '185012.227500', '185012.687500', '185013.147500', '185013.607500', '185014.067500', '185014.527500', '185014.987500', '185015.447500', '185015.907500', '185016.367500', '185016.827500', '185017.287500', '185017.747500', '185018.207500', '185018.667500', '185019.127500', '185019.587500', '185020.047500', '185020.507500', '185020.967500', '185021.427500', '185021.887500', '185022.347500', '185022.807500', '185023.267500', '185023.727500', '185024.187500', '185024.647500', '185025.107500', '185025.567500', '185026.027500', '185026.487500', '185026.947500', '185027.407500', '185027.867500', '185028.327500', '185028.787500', '185029.247500', '185029.707500', '185030.167500', '185030.627500', '185031.087500', '185031.547500', '185032.007500', '185032.467500', '185032.927500', '185033.387500', '185033.847500', '185034.307500', '185034.767500', '185035.227500', '185035.687500', '185036.147500', '185036.607500', '185037.067500', '185037.527500', '185037.987500', '185038.447500', '185038.907500', '185039.367500', '185039.827500', '185040.287500', '185040.747500', '185041.207500', '185041.667500', '185042.127500', '185042.587500', '185043.047500', '185043.507500', '185043.967500', '185044.427500', '185044.887500', '185045.347500', '185045.807500', '185046.267500', '185046.727500', '185047.187500', '185047.647500', '185048.107500', '185048.567500', '185049.027500', '185049.487500', '185049.947500', '185050.407500', '185050.867500', '185051.327500', '185051.787500', '185052.247500', '185052.707500', '185053.167500', '185053.627500', '185054.087500', '185054.547500', '185055.007500', '185055.467500', '185055.927500', '185056.387500', '185056.847500', '185057.307500', '185057.767500', '185058.227500', '185058.687500', '185059.147500', '185059.607500', '185100.067500', '185100.527500', '185100.987500', '185101.447500', '185101.907500', '185102.367500', '185102.827500', '185103.287500', '185103.747500', '185104.207500', '185104.667500', '185105.127500', '185105.587500', '185106.047500', '185106.507500', '185106.967500', '185107.427500', '185107.887500', '185108.347500', '185108.807500', '185109.267500', '185109.727500', '185110.187500', '185110.647500', '185111.107500', '185111.567500', '185112.027500', '185112.487500', '185112.947500', '185113.407500', '185113.867500', '185114.327500', '185114.787500', '185115.247500', '185115.707500', '185116.167500', '185116.627500', '185117.087500', '185117.547500', '185118.007500', '185118.467500', '185118.927500', '185119.387500', '185119.847500', '185120.307500', '185120.767500', '185121.227500', '185121.687500', '185122.147500', '185122.607500', '185123.067500', '185123.527500', '185123.987500', '185124.447500', '185124.907500', '185125.367500', '185125.827500', '185126.287500', '185126.747500', '185127.207500', '185127.667500', '185128.127500', '185128.587500', '185129.047500', '185129.507500', '185129.967500', '185130.427500', '185130.887500', '185131.347500', '185131.807500', '185132.267500', '185132.727500', '185133.187500', '185133.647500', '185134.107500', '185134.567500', '185135.027500', '185135.487500', '185135.947500', '185136.407500', '185136.867500', '185137.327500', '185137.787500', '185138.247500', '185138.707500', '185139.167500', '185139.627500', '185140.087500', '185140.547500', '185141.007500', '185141.467500', '185141.927500', '185142.387500', '185142.847500', '185143.307500', '185143.767500', '185144.227500', '185144.687500', '185145.147500', '185145.607500', '185146.067500', '185146.527500', '185146.987500', '185147.447500', '185147.907500', '185148.367500', '185148.827500', '185149.287500', '185149.747500', '185150.207500', '185150.667500', '185151.127500', '185151.587500', '185152.047500', '185152.507500', '185152.967500', '185153.427500', '185153.887500', '185154.347500', '185154.807500', '185155.267500', '185155.727500', '185156.187500', '185156.647500', '185157.107500', '185157.567500', '185158.027500', '185158.487500', '185158.947500', '185159.407500', '185159.867500', '185200.327500', '185200.787500', '185201.247500', '185201.707500', '185202.167500', '185202.627500', '185203.087500', '185203.547500', '185204.007500', '185204.467500', '185204.927500', '185205.387500', '185205.847500', '185206.307500', '185206.767500', '185207.227500', '185207.687500', '185208.147500', '185208.607500', '185209.067500', '185209.527500', '185209.987500', '185210.447500', '185210.907500', '185211.367500', '185211.827500', '185212.287500', '185212.747500', '185213.207500', '185213.667500', '185214.127500', '185214.587500', '185215.047500', '185215.507500', '185215.967500', '185216.427500', '185216.887500', '185217.347500', '185217.807500', '185218.267500', '185218.727500', '185219.187500', '185219.647500', '185220.107500', '185220.567500', '185221.027500', '185221.487500', '185221.947500', '185222.407500', '185222.867500', '185223.327500', '185223.787500', '185224.247500', '185224.707500', '185225.167500', '185225.627500', '185226.087500', '185226.547500', '185227.007500', '185227.467500', '185227.927500', '185228.387500', '185228.847500', '185229.307500', '185229.767500', '185230.227500', '185230.687500', '185231.147500', '185231.607500', '185232.067500', '185232.527500', '185232.987500', '185233.447500', '185233.907500', '185234.367500', '185234.827500', '185235.287500', '185235.747500', '185236.207500', '185236.667500', '185237.127500', '185237.587500', '185238.047500', '185238.507500', '185238.967500', '185239.427500', '185239.887500', '185240.347500', '185240.807500', '185241.267500', '185241.727500', '185242.187500', '185242.647500', '185243.107500', '185243.567500', '185244.027500', '185244.487500', '185244.947500', '185245.407500', '185245.867500', '185246.327500', '185246.787500', '185247.247500', '185247.707500', '185248.167500', '185248.627500', '185249.087500', '185249.547500', '185250.007500', '185250.467500', '185250.927500', '185251.387500', '185251.847500', '185252.307500', '185252.767500', '185253.227500', '185253.687500', '185254.147500', '185254.607500', '185255.067500', '185255.527500', '185255.987500', '185256.447500', '185256.907500', '185257.367500', '185257.827500', '185258.287500', '185258.747500', '185259.207500', '185259.667500', '185300.127500', '185300.587500', '185301.047500', '185301.507500', '185301.967500', '185302.427500', '185302.887500', '185303.347500', '185303.807500', '185304.267500', '185304.727500', '185305.187500', '185305.647500', '185306.107500', '185306.567500', '185307.027500', '185307.487500', '185307.947500', '185308.407500', '185308.867500', '185309.327500', '185309.787500', '185310.247500', '185310.707500', '185311.167500', '185311.627500', '185312.087500', '185312.547500', '185313.007500', '185313.467500', '185313.927500', '185314.387500', '185314.847500', '185315.307500', '185315.767500', '185316.227500', '185316.687500', '185317.147500', '185317.607500', '185318.067500', '185318.527500', '185318.987500', '185319.447500', '185319.907500', '185320.367500', '185320.827500', '185321.287500', '185321.747500', '185322.207500', '185322.667500', '185323.127500', '185323.587500', '185324.047500', '185324.507500', '185324.967500', '185325.427500', '185325.887500', '185326.347500', '185326.807500', '185327.267500', '185327.727500', '185328.187500', '185328.647500', '185329.107500', '185329.567500', '185330.027500', '185330.487500', '185330.947500', '185331.407500', '185331.867500', '185332.327500', '185332.787500', '185333.247500', '185333.707500', '185334.167500', '185334.627500', '185335.087500', '185335.547500', '185336.007500', '185336.467500', '185336.927500', '185337.387500', '185337.847500', '185338.307500', '185338.767500', '185339.227500', '185339.687500', '185340.147500', '185340.607500', '185341.067500', '185341.527500', '185341.987500', '185342.447500', '185342.907500', '185343.367500', '185343.827500', '185344.287500', '185344.747500', '185345.207500', '185345.667500', '185346.127500', '185346.587500', '185347.047500', '185347.507500', '185347.967500', '185348.427500', '185348.887500', '185349.347500', '185349.807500', '185350.267500', '185350.727500', '185351.187500', '185351.647500', '185352.107500', '185352.567500', '185353.027500', '185353.487500', '185353.947500', '185354.407500', '185354.867500', '185355.327500', '185355.787500', '185356.247500', '185356.707500', '185357.167500', '185357.627500', '185358.087500', '185358.547500', '185359.007500', '185359.467500', '185359.927500', '185400.387500', '185400.847500', '185401.307500', '185401.767500', '185402.227500', '185402.687500', '185403.147500', '185403.607500', '185404.067500', '185404.527500', '185404.987500', '185405.447500', '185405.907500', '185406.367500', '185406.827500', '185407.287500', '185407.747500', '185408.207500', '185408.667500', '185409.127500', '185409.587500', '185410.047500', '185410.507500', '185410.967500', '185411.427500', '185411.887500', '185412.347500', '185412.807500', '185413.267500', '185413.727500', '185414.187500', '185414.647500', '185415.107500', '185415.567500', '185416.027500', '185416.487500', '185416.947500', '185417.407500', '185417.867500', '185418.327500', '185418.787500', '185419.247500', '185419.707500', '185420.167500', '185420.627500', '185421.087500', '185421.547500', '185422.007500', '185422.467500', '185422.927500', '185423.387500', '185423.847500', '185424.307500', '185424.767500', '185425.227500', '185425.687500', '185426.147500', '185426.607500', '185427.067500', '185427.527500', '185427.987500', '185428.447500', '185428.907500', '185429.367500', '185429.827500', '185430.287500', '185430.747500', '185431.207500', '185431.667500', '185432.127500', '185432.587500', '185433.047500', '185433.507500', '185433.967500', '185434.427500', '185434.887500', '185435.347500', '185435.807500', '185436.267500', '185436.727500', '185437.187500', '185437.647500', '185438.107500', '185438.567500', '185439.027500', '185439.487500', '185439.947500', '185440.407500', '185440.867500', '185441.327500', '185441.787500', '185442.247500', '185442.707500', '185443.167500', '185443.627500', '185444.087500', '185444.547500', '185445.007500', '185445.467500', '185445.927500', '185446.387500', '185446.847500', '185447.307500', '185447.767500', '185448.227500', '185448.687500', '185449.147500', '185449.607500', '185450.067500', '185450.527500', '185450.987500', '185451.447500', '185451.907500', '185452.367500', '185452.827500', '185453.287500', '185453.747500', '185454.207500', '185454.667500', '185455.127500', '185455.587500', '185456.047500', '185456.507500', '185456.967500', '185457.427500', '185457.887500', '185458.347500', '185458.807500', '185459.267500', '185459.727500', '185500.187500', '185500.647500', '185501.107500', '185501.567500', '185502.027500', '185502.487500', '185502.947500', '185503.407500', '185503.867500', '185504.327500', '185504.787500', '185505.247500', '185505.707500', '185506.167500', '185506.627500', '185507.087500', '185507.547500', '185508.007500', '185508.467500', '185508.927500', '185509.387500', '185509.847500', '185510.307500', '185510.767500', '185511.227500', '185511.687500', '185512.147500', '185512.607500', '185513.067500', '185513.527500', '185513.987500', '185514.447500', '185514.907500', '185515.367500', '185515.827500', '185516.287500', '185516.747500', '185517.207500', '185517.667500', '185518.127500', '185518.587500', '185519.047500', '185519.507500', '185519.967500', '185520.427500', '185520.887500', '185521.347500', '185521.807500', '185522.267500', '185522.727500', '185523.187500', '185523.647500', '185524.107500', '185524.567500', '185525.027500', '185525.487500', '185525.947500', '185526.407500', '185526.867500', '185527.327500', '185527.787500', '185528.247500', '185528.707500', '185529.167500', '185529.627500', '185530.087500', '185530.547500', '185531.007500', '185531.467500', '185531.927500', '185532.387500', '185532.847500', '185533.307500', '185533.767500', '185534.227500', '185534.687500', '185535.147500', '185535.607500', '185536.067500', '185536.527500', '185536.987500', '185537.447500', '185537.907500', '185538.367500', '185538.827500', '185539.287500', '185539.747500', '185540.207500', '185540.667500', '185541.127500', '185541.587500', '185542.047500', '185542.507500', '185542.967500', '185543.427500', '185543.887500', '185544.347500', '185544.807500', '185545.267500', '185545.727500', '185546.187500', '185546.647500', '185547.107500', '185547.567500', '185548.027500', '185548.487500', '185548.947500', '185549.407500', '185549.867500', '185550.327500', '185550.787500', '185551.247500', '185551.707500', '185552.167500', '185552.627500', '185553.087500', '185553.547500', '185554.007500', '185554.467500', '185554.927500', '185555.387500', '185555.847500', '185556.307500', '185556.767500', '185557.227500', '185557.687500', '185558.147500', '185558.607500', '185559.067500', '185559.527500', '185559.987500', '185600.447500', '185600.907500', '185601.367500', '185601.827500', '185602.287500', '185602.747500', '185603.207500', '185603.667500', '185604.127500', '185604.587500', '185605.047500', '185605.507500', '185605.967500', '185606.427500', '185606.887500', '185607.347500', '185607.807500', '185608.267500', '185608.727500', '185609.187500', '185609.647500', '185610.107500', '185610.567500', '185611.027500', '185611.487500', '185611.947500', '185612.407500', '185612.867500', '185613.327500', '185613.787500', '185614.247500', '185614.707500', '185615.167500', '185615.627500', '185616.087500', '185616.547500', '185617.007500', '185617.467500', '185617.927500', '185618.387500', '185618.847500', '185619.307500', '185619.767500', '185620.227500', '185620.687500', '185621.147500', '185621.607500', '185622.067500', '185622.527500', '185622.987500', '185623.447500', '185623.907500', '185624.367500', '185624.827500', '185625.287500', '185625.747500', '185626.207500', '185626.667500', '185627.127500', '185627.587500', '185628.047500', '185628.507500', '185628.967500', '185629.427500', '185629.887500', '185630.347500', '185630.807500', '185631.267500', '185631.727500', '185632.187500', '185632.647500', '185633.107500', '185633.567500', '185634.027500', '185634.487500', '185634.947500', '185635.407500', '185635.867500', '185636.327500', '185636.787500', '185637.247500', '185637.707500', '185638.167500', '185638.627500', '185639.087500', '185639.547500', '185640.007500', '185640.467500', '185640.927500', '185641.387500', '185641.847500', '185642.307500', '185642.767500', '185643.227500', '185643.687500', '185644.147500', '185644.607500', '185645.067500', '185645.527500', '185645.987500', '185646.447500', '185646.907500', '185647.367500', '185647.827500', '185648.287500', '185648.747500', '185649.207500', '185649.667500', '185650.127500', '185650.587500', '185651.047500', '185651.507500', '185651.967500', '185652.427500', '185652.887500', '185653.347500', '185653.807500', '185654.267500', '185654.727500', '185655.187500', '185655.647500', '185656.107500', '185656.567500', '185657.027500', '185657.487500', '185657.947500', '185658.407500', '185658.867500', '185659.327500', '185659.787500', '185700.247500', '185700.707500', '185701.167500', '185701.627500', '185702.087500', '185702.547500', '185703.007500', '185703.467500', '185703.927500', '185704.387500', '185704.847500', '185705.307500', '185705.767500', '185706.227500', '185706.687500', '185707.147500', '185707.607500', '185708.067500', '185708.527500', '185708.987500', '185709.447500', '185709.907500', '185710.367500', '185710.827500', '185711.287500', '185711.747500', '185712.207500', '185712.667500', '185713.127500', '185713.587500', '185714.047500', '185714.507500', '185714.967500', '185715.427500', '185715.887500', '185716.347500', '185716.807500', '185717.267500', '185717.727500', '185718.187500', '185718.647500', '185719.107500', '185719.567500', '185720.027500', '185720.487500', '185720.947500', '185721.407500', '185721.867500', '185722.327500', '185722.787500', '185723.247500', '185723.707500', '185724.167500', '185724.627500', '185725.087500', '185725.547500', '185726.007500', '185726.467500', '185726.927500', '185727.387500', '185727.847500', '185728.307500', '185728.767500', '185729.227500', '185729.687500', '185730.147500', '185730.607500', '185731.067500', '185731.527500', '185731.987500', '185732.447500', '185732.907500', '185733.367500', '185733.827500', '185734.287500', '185734.747500', '185735.207500', '185735.667500', '185736.127500', '185736.587500', '185737.047500', '185737.507500', '185737.967500', '185738.427500', '185738.887500', '185739.347500', '185739.807500', '185740.267500', '185740.727500', '185741.187500', '185741.647500', '185742.107500', '185742.567500', '185743.027500', '185743.487500', '185743.947500', '185744.407500', '185744.867500', '185745.327500', '185745.787500', '185746.247500', '185746.707500', '185747.167500', '185747.627500', '185748.087500', '185748.547500', '185749.007500', '185749.467500', '185749.927500', '185750.387500', '185750.847500', '185751.307500', '185751.767500', '185752.227500', '185752.687500', '185753.147500', '185753.607500', '185754.067500', '185754.527500', '185754.987500', '185755.447500', '185755.907500', '185756.367500', '185756.827500', '185757.287500', '185757.747500', '185758.207500', '185758.667500', '185759.127500', '185759.587500', '185800.047500', '185800.507500', '185800.967500', '185801.427500', '185801.887500', '185802.347500', '185802.807500', '185803.267500', '185803.727500', '185804.187500', '185804.647500', '185805.107500', '185805.567500', '185806.027500', '185806.487500', '185806.947500', '185807.407500', '185807.867500', '185808.327500', '185808.787500', '185809.247500', '185809.707500', '185810.167500', '185810.627500', '185811.087500', '185811.547500', '185812.007500', '185812.467500', '185812.927500', '185813.387500', '185813.847500', '185814.307500', '185814.767500', '185815.227500', '185815.687500', '185816.147500', '185816.607500', '185817.067500', '185817.527500', '185817.987500', '185818.447500', '185818.907500', '185819.367500', '185819.827500', '185820.287500', '185820.747500', '185821.207500', '185821.667500', '185822.127500', '185822.587500', '185823.047500', '185823.507500', '185823.967500', '185824.427500', '185824.887500', '185825.347500', '185825.807500', '185826.267500', '185826.727500', '185827.187500', '185827.647500', '185828.107500', '185828.567500', '185829.027500', '185829.487500', '185829.947500', '185830.407500', '185830.867500', '185831.327500', '185831.787500', '185832.247500', '185832.707500', '185833.167500', '185833.627500', '185834.087500', '185834.547500', '185835.007500', '185835.467500', '185835.927500', '185836.387500', '185836.847500', '185837.307500', '185837.767500', '185838.227500', '185838.687500', '185839.147500', '185839.607500', '185840.067500', '185840.527500', '185840.987500', '185841.447500', '185841.907500', '185842.367500', '185842.827500', '185843.287500', '185843.747500', '185844.207500', '185844.667500', '185845.127500', '185845.587500', '185846.047500', '185846.507500', '185846.967500', '185847.427500', '185847.887500', '185848.347500', '185848.807500', '185849.267500', '185849.727500', '185850.187500', '185850.647500', '185851.107500', '185851.567500', '185852.027500', '185852.487500', '185852.947500', '185853.407500', '185853.867500', '185854.327500', '185854.787500', '185855.247500', '185855.707500', '185856.167500', '185856.627500', '185857.087500', '185857.547500', '185858.007500', '185858.467500', '185858.927500', '185859.387500', '185859.847500', '185900.307500', '185900.767500', '185901.227500', '185901.687500', '185902.147500', '185902.607500', '185903.067500', '185903.527500', '185903.987500', '185904.447500', '185904.907500', '185905.367500', '185905.827500', '185906.287500', '185906.747500', '185907.207500', '185907.667500', '185908.127500', '185908.587500', '185909.047500', '185909.507500', '185909.967500', '185910.427500', '185910.887500', '185911.347500', '185911.807500', '185912.267500', '185912.727500', '185913.187500', '185913.647500', '185914.107500', '185914.567500', '185915.027500', '185915.487500', '185915.947500', '185916.407500', '185916.867500', '185917.327500', '185917.787500', '185918.247500', '185918.707500', '185919.167500', '185919.627500', '185920.087500', '185920.547500', '185921.007500', '185921.467500', '185921.927500', '185922.387500', '185922.847500', '185923.307500', '185923.767500', '185924.227500', '185924.687500', '185925.147500', '185925.607500', '185926.067500', '185926.527500', '185926.987500', '185927.447500', '185927.907500', '185928.367500', '185928.827500', '185929.287500', '185929.747500', '185930.207500', '185930.667500', '185931.127500', '185931.587500', '185932.047500', '185932.507500', '185932.967500', '185933.427500', '185933.887500', '185934.347500', '185934.807500', '185935.267500', '185935.727500', '185936.187500', '185936.647500', '185937.107500', '185937.567500', '185938.027500', '185938.487500', '185938.947500', '185939.407500', '185939.867500', '185940.327500', '185940.787500', '185941.247500', '185941.707500', '185942.167500', '185942.627500', '185943.087500', '185943.547500', '185944.007500', '185944.467500', '185944.927500', '185945.387500', '185945.847500', '185946.307500', '185946.767500', '185947.227500', '185947.687500', '185948.147500', '185948.607500', '185949.067500', '185949.527500', '185949.987500', '185950.447500', '185950.907500', '185951.367500', '185951.827500', '185952.287500', '185952.747500', '185953.207500', '185953.667500', '185954.127500', '185954.587500', '185955.047500', '185955.507500', '185955.967500', '185956.427500', '185956.887500', '185957.347500', '185957.807500', '185958.267500', '185958.727500', '185959.187500', '185959.647500', '190000.107500', '190000.567500', '190001.027500', '190001.487500', '190001.947500', '190002.407500', '190002.867500', '190003.327500', '190003.787500', '190004.247500', '190004.707500', '190005.167500', '190005.627500', '190006.087500', '190006.547500', '190007.007500', '190007.467500', '190007.927500', '190008.387500', '190008.847500', '190009.307500', '190009.767500', '190010.227500', '190010.687500', '190011.147500', '190011.607500', '190012.067500', '190012.527500', '190012.987500', '190013.447500', '190013.907500', '190014.367500', '190014.827500', '190015.287500', '190015.747500', '190016.207500', '190016.667500', '190017.127500', '190017.587500', '190018.047500', '190018.507500', '190018.967500', '190019.427500', '190019.887500', '190020.347500', '190020.807500', '190021.267500', '190021.727500', '190022.187500', '190022.647500', '190023.107500', '190023.567500', '190024.027500', '190024.487500', '190024.947500', '190025.407500', '190025.867500', '190026.327500', '190026.787500', '190027.247500', '190027.707500', '190028.167500', '190028.627500', '190029.087500', '190029.547500', '190030.007500', '190030.467500', '190030.927500', '190031.387500', '190031.847500', '190032.307500', '190032.767500', '190033.227500', '190033.687500', '190034.147500', '190034.607500', '190035.067500', '190035.527500', '190035.987500', '190036.447500', '190036.907500', '190037.367500', '190037.827500', '190038.287500', '190038.747500', '190039.207500', '190039.667500', '190040.127500', '190040.587500', '190041.047500', '190041.507500', '190041.967500', '190042.427500', '190042.887500', '190043.347500', '190043.807500', '190044.267500', '190044.727500', '190045.187500', '190045.647500', '190046.107500', '190046.567500', '190047.027500', '190047.487500', '190047.947500', '190048.407500', '190048.867500', '190049.327500', '190049.787500', '190050.247500', '190050.707500', '190051.167500', '190051.627500', '190052.087500', '190052.547500', '190053.007500', '190053.467500', '190053.927500', '190054.387500', '190054.847500', '190055.307500', '190055.767500', '190056.227500', '190056.687500', '190057.147500', '190057.607500', '190058.067500', '190058.527500', '190058.987500', '190059.447500', '190059.907500', '190100.367500', '190100.827500', '190101.287500', '190101.747500', '190102.207500', '190102.667500', '190103.127500', '190103.587500', '190104.047500', '190104.507500', '190104.967500', '190105.427500', '190105.887500', '190106.347500', '190106.807500', '190107.267500', '190107.727500', '190108.187500', '190108.647500', '190109.107500', '190109.567500', '190110.027500', '190110.487500', '190110.947500', '190111.407500', '190111.867500', '190112.327500', '190112.787500', '190113.247500', '190113.707500', '190114.167500', '190114.627500', '190115.087500', '190115.547500', '190116.007500', '190116.467500', '190116.927500', '190117.387500', '190117.847500', '190118.307500', '190118.767500', '190119.227500', '190119.687500', '190120.147500', '190120.607500', '190121.067500', '190121.527500', '190121.987500', '190122.447500', '190122.907500', '190123.367500', '190123.827500', '190124.287500', '190124.747500', '190125.207500'], 'ContentTime': ['184920.892000', '184920.896000', '184920.899000', '184920.902000', '184920.904000', '184920.907000', '184920.909000', '184920.912000', '184920.914000', '184920.917000', '184920.919000', '184920.922000', '184920.929000', '184920.932000', '184920.934000', '184920.937000', '184920.939000', '184920.942000', '184920.945000', '184920.947000', '184920.950000', '184920.952000', '184920.955000', '184920.957000', '184920.960000', '184920.962000', '184920.965000', '184920.968000', '184920.970000', '184920.973000', '184920.975000', '184920.978000', '184920.980000', '184920.983000', '184920.986000', '184920.988000', '184920.991000', '184920.993000', '184920.996000', '184920.998000', '184921.002000', '184921.005000', '184921.007000', '184921.010000', '184921.012000', '184921.015000', '184921.017000', '184921.020000', '184921.022000', '184921.025000', '184921.027000', '184921.030000', '184921.032000', '184921.035000', '184921.038000', '184921.040000', '184921.043000', '184921.047000', '184921.050000', '184921.052000', '184921.055000', '184921.057000', '184940.858000', '184940.861000', '184940.864000', '184940.866000', '184940.869000', '184940.871000', '184940.874000', '184940.877000', '184940.879000', '184940.882000', '184940.884000', '184940.887000', '184940.889000', '184940.892000', '184940.895000', '184940.897000', '184940.900000', '184940.902000', '184940.905000', '184940.907000', '184940.910000', '184940.912000', '184940.915000', '184940.917000', '184940.920000', '184940.923000', '184940.925000', '184940.928000', '184940.930000', '184940.933000', '184940.935000', '184940.938000', '184940.940000', '184940.943000', '184940.945000', '184940.948000', '184940.950000', '184940.953000', '184940.956000', '184940.958000', '184940.961000', '184940.963000', '184940.966000', '185000.859000', '185000.862000', '185000.865000', '185000.868000', '185000.871000', '185000.874000', '185000.876000', '185000.890000', '185000.893000', '185000.895000', '185000.898000', '185000.900000', '185000.903000', '185000.906000', '185000.908000', '185000.911000', '185000.913000', '185000.916000', '185000.918000', '185000.921000', '185000.923000', '185000.926000', '185000.929000', '185000.931000', '185000.934000', '185000.936000', '185000.939000', '185000.941000', '185000.944000', '185000.946000', '185000.949000', '185000.952000', '185000.954000', '185000.957000', '185000.959000', '185000.962000', '185000.965000', '185000.967000', '185000.970000', '185000.972000', '185000.975000', '185000.977000', '185000.980000', '185020.859000', '185020.861000', '185020.864000', '185020.866000', '185020.869000', '185020.872000', '185020.874000', '185020.877000', '185020.879000', '185020.882000', '185020.885000', '185020.887000', '185020.890000', '185020.892000', '185020.895000', '185020.897000', '185020.900000', '185020.902000', '185020.905000', '185020.908000', '185020.910000', '185020.913000', '185020.915000', '185020.918000', '185020.920000', '185020.923000', '185020.925000', '185020.928000', '185020.931000', '185020.933000', '185020.936000', '185020.938000', '185020.941000', '185020.943000', '185020.946000', '185020.948000', '185020.951000', '185020.954000', '185020.956000', '185020.959000', '185020.961000', '185020.964000', '185020.966000', '185020.969000', '185040.858000', '185040.860000', '185040.863000', '185040.866000', '185040.868000', '185040.871000', '185040.873000', '185040.876000', '185040.879000', '185040.881000', '185040.884000', '185040.886000', '185040.889000', '185040.891000', '185040.894000', '185040.896000', '185040.899000', '185040.902000', '185040.904000', '185040.907000', '185040.909000', '185040.912000', '185040.914000', '185040.917000', '185040.919000', '185040.922000', '185040.925000', '185040.927000', '185040.930000', '185040.932000', '185040.935000', '185040.937000', '185040.940000', '185040.942000', '185040.945000', '185040.948000', '185040.950000', '185040.953000', '185040.955000', '185040.958000', '185040.960000', '185040.963000', '185040.965000', '185040.968000', '185100.857000', '185100.860000', '185100.863000', '185100.865000', '185100.868000', '185100.871000', '185100.873000', '185100.876000', '185100.878000', '185100.881000', '185100.884000', '185100.886000', '185100.889000', '185100.891000', '185100.894000', '185100.897000', '185100.899000', '185100.902000', '185100.904000', '185100.907000', '185100.910000', '185100.912000', '185100.915000', '185100.917000', '185100.920000', '185100.922000', '185100.925000', '185100.928000', '185100.930000', '185100.933000', '185100.935000', '185100.938000', '185100.940000', '185100.943000', '185100.946000', '185100.948000', '185100.951000', '185100.953000', '185100.956000', '185100.959000', '185100.961000', '185100.964000', '185100.966000', '185120.858000', '185120.860000', '185120.863000', '185120.866000', '185120.868000', '185120.871000', '185120.873000', '185120.876000', '185120.878000', '185120.881000', '185120.884000', '185120.886000', '185120.889000', '185120.891000', '185120.894000', '185120.896000', '185120.899000', '185120.901000', '185120.904000', '185120.906000', '185120.909000', '185120.912000', '185120.914000', '185120.917000', '185120.919000', '185120.922000', '185120.924000', '185120.927000', '185120.929000', '185120.932000', '185120.934000', '185120.937000', '185120.940000', '185120.942000', '185120.945000', '185120.947000', '185120.950000', '185120.952000', '185120.955000', '185120.957000', '185120.960000', '185120.962000', '185120.965000', '185120.968000', '185140.857000', '185140.860000', '185140.880000', '185140.882000', '185140.885000', '185140.888000', '185140.890000', '185140.893000', '185140.895000', '185140.898000', '185140.901000', '185140.903000', '185140.906000', '185140.908000', '185140.911000', '185140.914000', '185140.916000', '185140.919000', '185140.922000', '185140.924000', '185140.927000', '185140.929000', '185140.932000', '185140.935000', '185140.937000', '185140.940000', '185140.942000', '185140.945000', '185140.948000', '185140.950000', '185140.953000', '185140.955000', '185140.958000', '185140.961000', '185140.963000', '185140.966000', '185140.968000', '185140.971000', '185140.973000', '185140.976000', '185140.979000', '185140.981000', '185140.984000', '185200.859000', '185200.862000', '185200.865000', '185200.867000', '185200.870000', '185200.872000', '185200.875000', '185200.878000', '185200.880000', '185200.883000', '185200.885000', '185200.888000', '185200.891000', '185200.893000', '185200.896000', '185200.898000', '185200.901000', '185200.904000', '185200.906000', '185200.909000', '185200.911000', '185200.914000', '185200.917000', '185200.919000', '185200.922000', '185200.924000', '185200.927000', '185200.929000', '185200.932000', '185200.935000', '185200.937000', '185200.940000', '185200.943000', '185200.945000', '185200.948000', '185200.950000', '185200.953000', '185200.955000', '185200.958000', '185200.960000', '185200.963000', '185200.966000', '185200.968000', '185220.859000', '185220.862000', '185220.864000', '185220.867000', '185220.869000', '185220.872000', '185220.874000', '185220.877000', '185220.880000', '185220.882000', '185220.885000', '185220.887000', '185220.890000', '185220.892000', '185220.895000', '185220.898000', '185220.900000', '185220.903000', '185220.905000', '185220.908000', '185220.911000', '185220.913000', '185220.916000', '185220.918000', '185220.921000', '185220.923000', '185220.926000', '185220.929000', '185220.931000', '185220.934000', '185220.937000', '185220.939000', '185220.942000', '185220.944000', '185220.947000', '185220.950000', '185220.952000', '185220.955000', '185220.957000', '185220.960000', '185220.962000', '185220.965000', '185220.967000', '185220.970000', '185240.859000', '185240.862000', '185240.864000', '185240.867000', '185240.869000', '185240.872000', '185240.875000', '185240.877000', '185240.880000', '185240.882000', '185240.885000', '185240.888000', '185240.890000', '185240.893000', '185240.895000', '185240.898000', '185240.900000', '185240.903000', '185240.906000', '185240.908000', '185240.911000', '185240.913000', '185240.916000', '185240.919000', '185240.921000', '185240.924000', '185240.926000', '185240.929000', '185240.931000', '185240.934000', '185240.937000', '185240.939000', '185240.942000', '185240.944000', '185240.947000', '185240.949000', '185240.952000', '185240.955000', '185240.957000', '185240.960000', '185240.962000', '185240.965000', '185240.967000', '185240.970000', '185300.857000', '185300.860000', '185300.863000', '185300.866000', '185300.868000', '185300.871000', '185300.882000', '185300.884000', '185300.887000', '185300.890000', '185300.892000', '185300.895000', '185300.897000', '185300.900000', '185300.903000', '185300.905000', '185300.908000', '185300.910000', '185300.913000', '185300.916000', '185300.919000', '185300.921000', '185300.924000', '185300.926000', '185300.929000', '185300.932000', '185300.934000', '185300.950000', '185300.953000', '185300.956000', '185300.958000', '185300.961000', '185300.964000', '185300.966000', '185300.969000', '185300.972000', '185300.974000', '185300.977000', '185300.980000', '185300.983000', '185300.985000', '185300.988000', '185300.990000', '185320.857000', '185320.860000', '185320.863000', '185320.865000', '185320.868000', '185320.871000', '185320.874000', '185320.877000', '185320.879000', '185320.882000', '185320.884000', '185320.887000', '185320.890000', '185320.892000', '185320.895000', '185320.897000', '185320.900000', '185320.903000', '185320.905000', '185320.908000', '185320.910000', '185320.913000', '185320.915000', '185320.918000', '185320.921000', '185320.923000', '185320.926000', '185320.928000', '185320.931000', '185320.933000', '185320.936000', '185320.939000', '185320.941000', '185320.944000', '185320.946000', '185320.949000', '185320.951000', '185320.954000', '185320.957000', '185320.959000', '185320.962000', '185320.964000', '185320.967000', '185320.969000', '185340.858000', '185340.861000', '185340.863000', '185340.866000', '185340.869000', '185340.872000', '185340.874000', '185340.877000', '185340.879000', '185340.882000', '185340.885000', '185340.887000', '185340.890000', '185340.893000', '185340.895000', '185340.898000', '185340.900000', '185340.903000', '185340.905000', '185340.908000', '185340.911000', '185340.914000', '185340.916000', '185340.919000', '185340.922000', '185340.924000', '185340.927000', '185340.929000', '185340.932000', '185340.935000', '185340.938000', '185340.940000', '185340.943000', '185340.945000', '185340.948000', '185340.951000', '185340.953000', '185340.956000', '185340.959000', '185340.961000', '185340.964000', '185340.967000', '185340.970000', '185400.858000', '185400.861000', '185400.863000', '185400.866000', '185400.868000', '185400.871000', '185400.874000', '185400.876000', '185400.879000', '185400.881000', '185400.884000', '185400.887000', '185400.889000', '185400.892000', '185400.895000', '185400.897000', '185400.900000', '185400.902000', '185400.905000', '185400.908000', '185400.910000', '185400.913000', '185400.916000', '185400.919000', '185400.922000', '185400.924000', '185400.927000', '185400.930000', '185400.932000', '185400.935000', '185400.937000', '185400.940000', '185400.943000', '185400.945000', '185400.948000', '185400.951000', '185400.953000', '185400.956000', '185400.959000', '185400.961000', '185400.964000', '185400.966000', '185400.969000', '185420.858000', '185420.862000', '185420.864000', '185420.867000', '185420.869000', '185420.872000', '185420.874000', '185420.877000', '185420.880000', '185420.883000', '185420.886000', '185420.889000', '185420.892000', '185420.894000', '185420.897000', '185420.900000', '185420.902000', '185420.912000', '185420.915000', '185420.917000', '185420.920000', '185420.923000', '185420.926000', '185420.929000', '185420.931000', '185420.934000', '185420.936000', '185420.939000', '185420.942000', '185420.944000', '185420.947000', '185420.949000', '185420.952000', '185420.955000', '185420.957000', '185420.960000', '185420.962000', '185420.965000', '185420.967000', '185420.983000', '185420.986000', '185420.989000', '185420.992000', '185420.994000', '185440.859000', '185440.862000', '185440.864000', '185440.867000', '185440.870000', '185440.872000', '185440.875000', '185440.878000', '185440.881000', '185440.883000', '185440.886000', '185440.888000', '185440.891000', '185440.894000', '185440.897000', '185440.901000', '185440.904000', '185440.906000', '185440.909000', '185440.912000', '185440.915000', '185440.918000', '185440.921000', '185440.924000', '185440.926000', '185440.929000', '185440.932000', '185440.935000', '185440.937000', '185440.940000', '185440.942000', '185440.945000', '185440.948000', '185440.950000', '185440.953000', '185440.956000', '185440.958000', '185440.961000', '185440.964000', '185440.966000', '185440.969000', '185440.972000', '185440.974000', '185500.859000', '185500.861000', '185500.864000', '185500.867000', '185500.869000', '185500.872000', '185500.874000', '185500.877000', '185500.880000', '185500.882000', '185500.885000', '185500.887000', '185500.890000', '185500.893000', '185500.895000', '185500.898000', '185500.900000', '185500.903000', '185500.906000', '185500.908000', '185500.911000', '185500.913000', '185500.916000', '185500.918000', '185500.921000', '185500.924000', '185500.926000', '185500.929000', '185500.931000', '185500.934000', '185500.936000', '185500.939000', '185500.941000', '185500.944000', '185500.947000', '185500.949000', '185500.952000', '185500.954000', '185500.957000', '185500.960000', '185500.962000', '185500.965000', '185500.968000', '185500.970000', '185520.858000', '185520.882000', '185520.885000', '185520.887000', '185520.890000', '185520.893000', '185520.895000', '185520.898000', '185520.900000', '185520.903000', '185520.906000', '185520.908000', '185520.911000', '185520.913000', '185520.916000', '185520.919000', '185520.921000', '185520.924000', '185520.926000', '185520.929000', '185520.932000', '185520.934000', '185520.937000', '185520.940000', '185520.942000', '185520.945000', '185520.947000', '185520.950000', '185520.952000', '185520.955000', '185520.958000', '185520.961000', '185520.963000', '185520.966000', '185520.969000', '185520.971000', '185520.974000', '185520.977000', '185520.979000', '185520.982000', '185520.985000', '185520.987000', '185520.990000', '185540.858000', '185540.866000', '185540.868000', '185540.871000', '185540.873000', '185540.876000', '185540.878000', '185540.881000', '185540.884000', '185540.886000', '185540.889000', '185540.891000', '185540.894000', '185540.897000', '185540.899000', '185540.902000', '185540.904000', '185540.907000', '185540.909000', '185540.912000', '185540.915000', '185540.917000', '185540.920000', '185540.922000', '185540.925000', '185540.928000', '185540.930000', '185540.933000', '185540.935000', '185540.938000', '185540.940000', '185540.943000', '185540.946000', '185540.948000', '185540.951000', '185540.953000', '185540.956000', '185540.959000', '185540.961000', '185540.964000', '185540.966000', '185540.969000', '185540.971000', '185540.974000', '185600.858000', '185600.861000', '185600.863000', '185600.866000', '185600.868000', '185600.883000', '185600.885000', '185600.888000', '185600.891000', '185600.894000', '185600.897000', '185600.900000', '185600.902000', '185600.905000', '185600.908000', '185600.910000', '185600.913000', '185600.915000', '185600.918000', '185600.920000', '185600.923000', '185600.926000', '185600.928000', '185600.931000', '185600.934000', '185600.936000', '185600.939000', '185600.941000', '185600.944000', '185600.946000', '185600.949000', '185600.952000', '185600.955000', '185600.958000', '185600.960000', '185600.963000', '185600.966000', '185600.968000', '185600.971000', '185600.973000', '185600.976000', '185600.978000', '185600.981000', '185620.858000', '185620.876000', '185620.879000', '185620.881000', '185620.884000', '185620.887000', '185620.889000', '185620.892000', '185620.895000', '185620.897000', '185620.900000', '185620.902000', '185620.905000', '185620.907000', '185620.910000', '185620.912000', '185620.915000', '185620.918000', '185620.920000', '185620.923000', '185620.925000', '185620.928000', '185620.930000', '185620.933000', '185620.936000', '185620.938000', '185620.941000', '185620.943000', '185620.946000', '185620.949000', '185620.951000', '185620.954000', '185620.956000', '185620.959000', '185620.962000', '185620.964000', '185620.967000', '185620.970000', '185620.972000', '185620.975000', '185620.978000', '185620.980000', '185620.983000', '185620.985000', '185640.859000', '185640.861000', '185640.864000', '185640.867000', '185640.869000', '185640.872000', '185640.875000', '185640.877000', '185640.880000', '185640.882000', '185640.885000', '185640.887000', '185640.890000', '185640.893000', '185640.895000', '185640.898000', '185640.900000', '185640.903000', '185640.906000', '185640.909000', '185640.912000', '185640.915000', '185640.917000', '185640.920000', '185640.922000', '185640.925000', '185640.927000', '185640.930000', '185640.932000', '185640.935000', '185640.938000', '185640.940000', '185640.943000', '185640.945000', '185640.948000', '185640.951000', '185640.953000', '185640.956000', '185640.958000', '185640.961000', '185640.963000', '185640.966000', '185640.969000', '185700.859000', '185700.862000', '185700.864000', '185700.867000', '185700.869000', '185700.872000', '185700.875000', '185700.877000', '185700.880000', '185700.882000', '185700.885000', '185700.887000', '185700.890000', '185700.893000', '185700.895000', '185700.898000', '185700.900000', '185700.903000', '185700.906000', '185700.908000', '185700.911000', '185700.914000', '185700.916000', '185700.919000', '185700.921000', '185700.924000', '185700.926000', '185700.929000', '185700.931000', '185700.934000', '185700.937000', '185700.939000', '185700.942000', '185700.944000', '185700.947000', '185700.950000', '185700.952000', '185700.955000', '185700.957000', '185700.960000', '185700.962000', '185700.965000', '185700.968000', '185700.970000', '185720.859000', '185720.861000', '185720.887000', '185720.890000', '185720.892000', '185720.895000', '185720.898000', '185720.900000', '185720.903000', '185720.905000', '185720.908000', '185720.910000', '185720.913000', '185720.916000', '185720.918000', '185720.921000', '185720.923000', '185720.926000', '185720.929000', '185720.931000', '185720.934000', '185720.937000', '185720.940000', '185720.943000', '185720.946000', '185720.948000', '185720.951000', '185720.954000', '185720.956000', '185720.959000', '185720.961000', '185720.964000', '185720.967000', '185720.969000', '185720.972000', '185720.974000', '185720.977000', '185720.979000', '185720.982000', '185720.985000', '185720.987000', '185720.990000', '185720.993000', '185740.858000', '185740.898000', '185740.901000', '185740.903000', '185740.906000', '185740.909000', '185740.911000', '185740.914000', '185740.916000', '185740.919000', '185740.921000', '185740.924000', '185740.927000', '185740.929000', '185740.932000', '185740.934000', '185740.937000', '185740.940000', '185740.942000', '185740.945000', '185740.947000', '185740.950000', '185740.952000', '185740.955000', '185740.958000', '185740.960000', '185740.963000', '185740.966000', '185740.968000', '185740.971000', '185740.973000', '185740.976000', '185740.979000', '185740.981000', '185740.984000', '185740.986000', '185740.989000', '185740.991000', '185740.994000', '185740.997000', '185741.000000', '185741.003000', '185741.005000', '185741.008000', '185800.858000', '185800.867000', '185800.870000', '185800.872000', '185800.875000', '185800.877000', '185800.880000', '185800.882000', '185800.885000', '185800.888000', '185800.890000', '185800.893000', '185800.895000', '185800.898000', '185800.900000', '185800.903000', '185800.906000', '185800.908000', '185800.911000', '185800.913000', '185800.916000', '185800.918000', '185800.921000', '185800.924000', '185800.926000', '185800.929000', '185800.931000', '185800.934000', '185800.936000', '185800.939000', '185800.942000', '185800.944000', '185800.947000', '185800.949000', '185800.952000', '185800.955000', '185800.957000', '185800.960000', '185800.963000', '185800.966000', '185800.968000', '185800.971000', '185800.973000', '185820.858000', '185820.861000', '185820.863000', '185820.866000', '185820.868000', '185820.871000', '185820.874000', '185820.876000', '185820.879000', '185820.881000', '185820.884000', '185820.886000', '185820.889000', '185820.892000', '185820.894000', '185820.897000', '185820.899000', '185820.902000', '185820.905000', '185820.907000', '185820.910000', '185820.912000', '185820.915000', '185820.918000', '185820.920000', '185820.923000', '185820.925000', '185820.928000', '185820.930000', '185820.933000', '185820.936000', '185820.938000', '185820.941000', '185820.943000', '185820.946000', '185820.948000', '185820.951000', '185820.954000', '185820.956000', '185820.959000', '185820.961000', '185820.964000', '185820.976000', '185820.979000', '185840.858000', '185840.869000', '185840.872000', '185840.874000', '185840.877000', '185840.879000', '185840.882000', '185840.884000', '185840.887000', '185840.890000', '185840.892000', '185840.895000', '185840.897000', '185840.900000', '185840.903000', '185840.905000', '185840.908000', '185840.911000', '185840.913000', '185840.916000', '185840.919000', '185840.921000', '185840.924000', '185840.926000', '185840.929000', '185840.932000', '185840.934000', '185840.937000', '185840.939000', '185840.942000', '185840.945000', '185840.948000', '185840.950000', '185840.953000', '185840.955000', '185840.958000', '185840.960000', '185840.963000', '185840.966000', '185840.968000', '185840.971000', '185840.973000', '185840.976000', '185900.858000', '185900.861000', '185900.864000', '185900.867000', '185900.869000', '185900.872000', '185900.874000', '185900.877000', '185900.880000', '185900.882000', '185900.885000', '185900.887000', '185900.890000', '185900.892000', '185900.895000', '185900.898000', '185900.900000', '185900.903000', '185900.905000', '185900.908000', '185900.910000', '185900.913000', '185900.915000', '185900.918000', '185900.921000', '185900.923000', '185900.926000', '185900.928000', '185900.931000', '185900.934000', '185900.936000', '185900.939000', '185900.941000', '185900.944000', '185900.946000', '185900.949000', '185900.952000', '185900.954000', '185900.957000', '185900.959000', '185900.962000', '185900.964000', '185900.967000', '185900.970000', '185920.859000', '185920.871000', '185920.874000', '185920.877000', '185920.879000', '185920.882000', '185920.884000', '185920.887000', '185920.890000', '185920.892000', '185920.895000', '185920.897000', '185920.900000', '185920.902000', '185920.905000', '185920.908000', '185920.910000', '185920.913000', '185920.915000', '185920.918000', '185920.920000', '185920.923000', '185920.925000', '185920.928000', '185920.931000', '185920.933000', '185920.936000', '185920.938000', '185920.941000', '185920.944000', '185920.946000', '185920.949000', '185920.951000', '185920.954000', '185920.956000', '185920.959000', '185920.962000', '185920.964000', '185920.967000', '185920.969000', '185920.972000', '185920.975000', '185920.977000', '185940.859000', '185940.861000', '185940.864000', '185940.867000', '185940.869000', '185940.872000', '185940.874000', '185940.877000', '185940.880000', '185940.882000', '185940.885000', '185940.910000', '185940.912000', '185940.915000', '185940.918000', '185940.920000', '185940.923000', '185940.926000', '185940.928000', '185940.931000', '185940.933000', '185940.936000', '185940.938000', '185940.941000', '185940.944000', '185940.946000', '185940.949000', '185940.951000', '185940.954000', '185940.957000', '185940.959000', '185940.962000', '185940.964000', '185940.967000', '185940.969000', '185940.972000', '185940.974000', '185940.977000', '185940.980000', '185940.982000', '185940.985000', '185940.987000', '185940.990000', '185940.993000', '190000.858000', '190000.861000', '190000.863000', '190000.866000', '190000.868000', '190000.871000', '190000.874000', '190000.876000', '190000.879000', '190000.881000', '190000.884000', '190000.887000', '190000.889000', '190000.892000', '190000.894000', '190000.897000', '190000.899000', '190000.902000', '190000.904000', '190000.907000', '190000.909000', '190000.912000', '190000.915000', '190000.917000', '190000.920000', '190000.923000', '190000.925000', '190000.928000', '190000.930000', '190000.933000', '190000.936000', '190000.938000', '190000.941000', '190000.943000', '190000.946000', '190000.948000', '190000.951000', '190000.954000', '190000.956000', '190000.959000', '190000.961000', '190000.964000', '190000.967000', '190020.858000', '190020.860000', '190020.864000', '190020.866000', '190020.869000', '190020.872000', '190020.874000', '190020.877000', '190020.879000', '190020.882000', '190020.885000', '190020.887000', '190020.890000', '190020.893000', '190020.895000', '190020.898000', '190020.900000', '190020.903000', '190020.906000', '190020.908000', '190020.911000', '190020.914000', '190020.917000', '190020.919000', '190020.922000', '190020.925000', '190020.927000', '190020.930000', '190020.933000', '190020.935000', '190020.938000', '190020.941000', '190020.943000', '190020.946000', '190020.949000', '190020.952000', '190020.955000', '190020.958000', '190020.960000', '190020.963000', '190020.966000', '190020.968000', '190020.971000', '190040.858000', '190040.874000', '190040.877000', '190040.879000', '190040.882000', '190040.885000', '190040.887000', '190040.890000', '190040.892000', '190040.895000', '190040.898000', '190040.900000', '190040.903000', '190040.906000', '190040.908000', '190040.911000', '190040.914000', '190040.917000', '190040.920000', '190040.922000', '190040.925000', '190040.928000', '190040.930000', '190040.933000', '190040.936000', '190040.938000', '190040.941000', '190040.943000', '190040.946000', '190040.949000', '190040.952000', '190040.954000', '190040.957000', '190040.960000', '190040.962000', '190040.965000', '190040.967000', '190040.970000', '190040.973000', '190040.976000', '190040.978000', '190040.981000', '190040.984000', '190040.986000', '190100.858000', '190100.860000', '190100.864000', '190100.866000', '190100.869000', '190100.872000', '190100.875000', '190100.878000', '190100.881000', '190100.883000', '190100.886000', '190100.889000', '190100.891000', '190100.894000', '190100.897000', '190100.899000', '190100.902000', '190100.904000', '190100.907000', '190100.909000', '190100.912000', '190100.915000', '190100.917000', '190100.920000', '190100.922000', '190100.925000', '190100.928000', '190100.930000', '190100.933000', '190100.936000', '190100.938000', '190100.941000', '190100.943000', '190100.946000', '190100.949000', '190100.952000', '190100.955000', '190100.957000', '190100.960000', '190100.963000', '190100.965000', '190100.968000', '190100.970000', '190100.973000', '190120.859000', '190120.865000', '190120.867000', '190120.870000', '190120.873000', '190120.875000', '190120.878000', '190120.880000', '190120.883000', '190120.886000', '190120.888000', '190120.891000', '190120.894000', '190120.896000', '190120.899000', '190120.901000', '190120.904000', '190120.907000', '190120.909000', '190120.912000', '190120.914000', '190120.917000', '190120.920000', '190120.922000', '190120.925000', '190120.927000', '190120.930000', '190120.932000', '190120.935000', '190120.938000', '190120.940000', '190120.943000', '190120.945000', '190120.948000', '190120.951000', '190120.953000', '190120.956000', '190120.959000', '190120.961000', '190120.964000', '190120.966000', '190120.969000', '190120.971000', '190126.569000', '190126.572000', '190126.575000', '190126.578000', '190126.580000', '190126.583000', '190126.585000', '190126.588000', '190126.590000', '190126.593000', '190126.595000', '190126.598000', '190126.601000'], 'InstanceCreationTime': ['184920.892000', '184920.896000', '184920.899000', '184920.902000', '184920.904000', '184920.907000', '184920.909000', '184920.912000', '184920.914000', '184920.917000', '184920.919000', '184920.922000', '184920.929000', '184920.932000', '184920.934000', '184920.937000', '184920.939000', '184920.942000', '184920.945000', '184920.947000', '184920.950000', '184920.952000', '184920.955000', '184920.957000', '184920.960000', '184920.962000', '184920.965000', '184920.968000', '184920.970000', '184920.973000', '184920.975000', '184920.978000', '184920.980000', '184920.983000', '184920.986000', '184920.988000', '184920.991000', '184920.993000', '184920.996000', '184920.998000', '184921.002000', '184921.005000', '184921.007000', '184921.010000', '184921.012000', '184921.015000', '184921.017000', '184921.020000', '184921.022000', '184921.025000', '184921.027000', '184921.030000', '184921.032000', '184921.035000', '184921.038000', '184921.040000', '184921.043000', '184921.047000', '184921.050000', '184921.052000', '184921.055000', '184921.057000', '184940.858000', '184940.861000', '184940.864000', '184940.866000', '184940.869000', '184940.871000', '184940.874000', '184940.877000', '184940.879000', '184940.882000', '184940.884000', '184940.887000', '184940.889000', '184940.892000', '184940.895000', '184940.897000', '184940.900000', '184940.902000', '184940.905000', '184940.907000', '184940.910000', '184940.912000', '184940.915000', '184940.917000', '184940.920000', '184940.923000', '184940.925000', '184940.928000', '184940.930000', '184940.933000', '184940.935000', '184940.938000', '184940.940000', '184940.943000', '184940.945000', '184940.948000', '184940.950000', '184940.953000', '184940.956000', '184940.958000', '184940.961000', '184940.963000', '184940.966000', '185000.859000', '185000.862000', '185000.865000', '185000.868000', '185000.871000', '185000.874000', '185000.876000', '185000.890000', '185000.893000', '185000.895000', '185000.898000', '185000.900000', '185000.903000', '185000.906000', '185000.908000', '185000.911000', '185000.913000', '185000.916000', '185000.918000', '185000.921000', '185000.923000', '185000.926000', '185000.929000', '185000.931000', '185000.934000', '185000.936000', '185000.939000', '185000.941000', '185000.944000', '185000.946000', '185000.949000', '185000.952000', '185000.954000', '185000.957000', '185000.959000', '185000.962000', '185000.965000', '185000.967000', '185000.970000', '185000.972000', '185000.975000', '185000.977000', '185000.980000', '185020.859000', '185020.861000', '185020.864000', '185020.866000', '185020.869000', '185020.872000', '185020.874000', '185020.877000', '185020.879000', '185020.882000', '185020.885000', '185020.887000', '185020.890000', '185020.892000', '185020.895000', '185020.897000', '185020.900000', '185020.902000', '185020.905000', '185020.908000', '185020.910000', '185020.913000', '185020.915000', '185020.918000', '185020.920000', '185020.923000', '185020.925000', '185020.928000', '185020.931000', '185020.933000', '185020.936000', '185020.938000', '185020.941000', '185020.943000', '185020.946000', '185020.948000', '185020.951000', '185020.954000', '185020.956000', '185020.959000', '185020.961000', '185020.964000', '185020.966000', '185020.969000', '185040.858000', '185040.860000', '185040.863000', '185040.866000', '185040.868000', '185040.871000', '185040.873000', '185040.876000', '185040.879000', '185040.881000', '185040.884000', '185040.886000', '185040.889000', '185040.891000', '185040.894000', '185040.896000', '185040.899000', '185040.902000', '185040.904000', '185040.907000', '185040.909000', '185040.912000', '185040.914000', '185040.917000', '185040.919000', '185040.922000', '185040.925000', '185040.927000', '185040.930000', '185040.932000', '185040.935000', '185040.937000', '185040.940000', '185040.942000', '185040.945000', '185040.948000', '185040.950000', '185040.953000', '185040.955000', '185040.958000', '185040.960000', '185040.963000', '185040.965000', '185040.968000', '185100.857000', '185100.860000', '185100.863000', '185100.865000', '185100.868000', '185100.871000', '185100.873000', '185100.876000', '185100.878000', '185100.881000', '185100.884000', '185100.886000', '185100.889000', '185100.891000', '185100.894000', '185100.897000', '185100.899000', '185100.902000', '185100.904000', '185100.907000', '185100.910000', '185100.912000', '185100.915000', '185100.917000', '185100.920000', '185100.922000', '185100.925000', '185100.928000', '185100.930000', '185100.933000', '185100.935000', '185100.938000', '185100.940000', '185100.943000', '185100.946000', '185100.948000', '185100.951000', '185100.953000', '185100.956000', '185100.959000', '185100.961000', '185100.964000', '185100.966000', '185120.858000', '185120.860000', '185120.863000', '185120.866000', '185120.868000', '185120.871000', '185120.873000', '185120.876000', '185120.878000', '185120.881000', '185120.884000', '185120.886000', '185120.889000', '185120.891000', '185120.894000', '185120.896000', '185120.899000', '185120.901000', '185120.904000', '185120.906000', '185120.909000', '185120.912000', '185120.914000', '185120.917000', '185120.919000', '185120.922000', '185120.924000', '185120.927000', '185120.929000', '185120.932000', '185120.934000', '185120.937000', '185120.940000', '185120.942000', '185120.945000', '185120.947000', '185120.950000', '185120.952000', '185120.955000', '185120.957000', '185120.960000', '185120.962000', '185120.965000', '185120.968000', '185140.857000', '185140.860000', '185140.880000', '185140.882000', '185140.885000', '185140.888000', '185140.890000', '185140.893000', '185140.895000', '185140.898000', '185140.901000', '185140.903000', '185140.906000', '185140.908000', '185140.911000', '185140.914000', '185140.916000', '185140.919000', '185140.922000', '185140.924000', '185140.927000', '185140.929000', '185140.932000', '185140.935000', '185140.937000', '185140.940000', '185140.942000', '185140.945000', '185140.948000', '185140.950000', '185140.953000', '185140.955000', '185140.958000', '185140.961000', '185140.963000', '185140.966000', '185140.968000', '185140.971000', '185140.973000', '185140.976000', '185140.979000', '185140.981000', '185140.984000', '185200.859000', '185200.862000', '185200.865000', '185200.867000', '185200.870000', '185200.872000', '185200.875000', '185200.878000', '185200.880000', '185200.883000', '185200.885000', '185200.888000', '185200.891000', '185200.893000', '185200.896000', '185200.898000', '185200.901000', '185200.904000', '185200.906000', '185200.909000', '185200.911000', '185200.914000', '185200.917000', '185200.919000', '185200.922000', '185200.924000', '185200.927000', '185200.929000', '185200.932000', '185200.935000', '185200.937000', '185200.940000', '185200.943000', '185200.945000', '185200.948000', '185200.950000', '185200.953000', '185200.955000', '185200.958000', '185200.960000', '185200.963000', '185200.966000', '185200.968000', '185220.859000', '185220.862000', '185220.864000', '185220.867000', '185220.869000', '185220.872000', '185220.874000', '185220.877000', '185220.880000', '185220.882000', '185220.885000', '185220.887000', '185220.890000', '185220.892000', '185220.895000', '185220.898000', '185220.900000', '185220.903000', '185220.905000', '185220.908000', '185220.911000', '185220.913000', '185220.916000', '185220.918000', '185220.921000', '185220.923000', '185220.926000', '185220.929000', '185220.931000', '185220.934000', '185220.937000', '185220.939000', '185220.942000', '185220.944000', '185220.947000', '185220.950000', '185220.952000', '185220.955000', '185220.957000', '185220.960000', '185220.962000', '185220.965000', '185220.967000', '185220.970000', '185240.859000', '185240.862000', '185240.864000', '185240.867000', '185240.869000', '185240.872000', '185240.875000', '185240.877000', '185240.880000', '185240.882000', '185240.885000', '185240.888000', '185240.890000', '185240.893000', '185240.895000', '185240.898000', '185240.900000', '185240.903000', '185240.906000', '185240.908000', '185240.911000', '185240.913000', '185240.916000', '185240.919000', '185240.921000', '185240.924000', '185240.926000', '185240.929000', '185240.931000', '185240.934000', '185240.937000', '185240.939000', '185240.942000', '185240.944000', '185240.947000', '185240.949000', '185240.952000', '185240.955000', '185240.957000', '185240.960000', '185240.962000', '185240.965000', '185240.967000', '185240.970000', '185300.857000', '185300.860000', '185300.863000', '185300.866000', '185300.868000', '185300.871000', '185300.882000', '185300.884000', '185300.887000', '185300.890000', '185300.892000', '185300.895000', '185300.897000', '185300.900000', '185300.903000', '185300.905000', '185300.908000', '185300.910000', '185300.913000', '185300.916000', '185300.919000', '185300.921000', '185300.924000', '185300.926000', '185300.929000', '185300.932000', '185300.934000', '185300.950000', '185300.953000', '185300.956000', '185300.958000', '185300.961000', '185300.964000', '185300.966000', '185300.969000', '185300.972000', '185300.974000', '185300.977000', '185300.980000', '185300.983000', '185300.985000', '185300.988000', '185300.990000', '185320.857000', '185320.860000', '185320.863000', '185320.865000', '185320.868000', '185320.871000', '185320.874000', '185320.877000', '185320.879000', '185320.882000', '185320.884000', '185320.887000', '185320.890000', '185320.892000', '185320.895000', '185320.897000', '185320.900000', '185320.903000', '185320.905000', '185320.908000', '185320.910000', '185320.913000', '185320.915000', '185320.918000', '185320.921000', '185320.923000', '185320.926000', '185320.928000', '185320.931000', '185320.933000', '185320.936000', '185320.939000', '185320.941000', '185320.944000', '185320.946000', '185320.949000', '185320.951000', '185320.954000', '185320.957000', '185320.959000', '185320.962000', '185320.964000', '185320.967000', '185320.969000', '185340.858000', '185340.861000', '185340.863000', '185340.866000', '185340.869000', '185340.872000', '185340.874000', '185340.877000', '185340.879000', '185340.882000', '185340.885000', '185340.887000', '185340.890000', '185340.893000', '185340.895000', '185340.898000', '185340.900000', '185340.903000', '185340.905000', '185340.908000', '185340.911000', '185340.914000', '185340.916000', '185340.919000', '185340.922000', '185340.924000', '185340.927000', '185340.929000', '185340.932000', '185340.935000', '185340.938000', '185340.940000', '185340.943000', '185340.945000', '185340.948000', '185340.951000', '185340.953000', '185340.956000', '185340.959000', '185340.961000', '185340.964000', '185340.967000', '185340.970000', '185400.858000', '185400.861000', '185400.863000', '185400.866000', '185400.868000', '185400.871000', '185400.874000', '185400.876000', '185400.879000', '185400.881000', '185400.884000', '185400.887000', '185400.889000', '185400.892000', '185400.895000', '185400.897000', '185400.900000', '185400.902000', '185400.905000', '185400.908000', '185400.910000', '185400.913000', '185400.916000', '185400.919000', '185400.922000', '185400.924000', '185400.927000', '185400.930000', '185400.932000', '185400.935000', '185400.937000', '185400.940000', '185400.943000', '185400.945000', '185400.948000', '185400.951000', '185400.953000', '185400.956000', '185400.959000', '185400.961000', '185400.964000', '185400.966000', '185400.969000', '185420.858000', '185420.862000', '185420.864000', '185420.867000', '185420.869000', '185420.872000', '185420.874000', '185420.877000', '185420.880000', '185420.883000', '185420.886000', '185420.889000', '185420.892000', '185420.894000', '185420.897000', '185420.900000', '185420.902000', '185420.912000', '185420.915000', '185420.917000', '185420.920000', '185420.923000', '185420.926000', '185420.929000', '185420.931000', '185420.934000', '185420.936000', '185420.939000', '185420.942000', '185420.944000', '185420.947000', '185420.949000', '185420.952000', '185420.955000', '185420.957000', '185420.960000', '185420.962000', '185420.965000', '185420.967000', '185420.983000', '185420.986000', '185420.989000', '185420.992000', '185420.994000', '185440.859000', '185440.862000', '185440.864000', '185440.867000', '185440.870000', '185440.872000', '185440.875000', '185440.878000', '185440.881000', '185440.883000', '185440.886000', '185440.888000', '185440.891000', '185440.894000', '185440.897000', '185440.901000', '185440.904000', '185440.906000', '185440.909000', '185440.912000', '185440.915000', '185440.918000', '185440.921000', '185440.924000', '185440.926000', '185440.929000', '185440.932000', '185440.935000', '185440.937000', '185440.940000', '185440.942000', '185440.945000', '185440.948000', '185440.950000', '185440.953000', '185440.956000', '185440.958000', '185440.961000', '185440.964000', '185440.966000', '185440.969000', '185440.972000', '185440.974000', '185500.859000', '185500.861000', '185500.864000', '185500.867000', '185500.869000', '185500.872000', '185500.874000', '185500.877000', '185500.880000', '185500.882000', '185500.885000', '185500.887000', '185500.890000', '185500.893000', '185500.895000', '185500.898000', '185500.900000', '185500.903000', '185500.906000', '185500.908000', '185500.911000', '185500.913000', '185500.916000', '185500.918000', '185500.921000', '185500.924000', '185500.926000', '185500.929000', '185500.931000', '185500.934000', '185500.936000', '185500.939000', '185500.941000', '185500.944000', '185500.947000', '185500.949000', '185500.952000', '185500.954000', '185500.957000', '185500.960000', '185500.962000', '185500.965000', '185500.968000', '185500.970000', '185520.858000', '185520.882000', '185520.885000', '185520.887000', '185520.890000', '185520.893000', '185520.895000', '185520.898000', '185520.900000', '185520.903000', '185520.906000', '185520.908000', '185520.911000', '185520.913000', '185520.916000', '185520.919000', '185520.921000', '185520.924000', '185520.926000', '185520.929000', '185520.932000', '185520.934000', '185520.937000', '185520.940000', '185520.942000', '185520.945000', '185520.947000', '185520.950000', '185520.952000', '185520.955000', '185520.958000', '185520.961000', '185520.963000', '185520.966000', '185520.969000', '185520.971000', '185520.974000', '185520.977000', '185520.979000', '185520.982000', '185520.985000', '185520.987000', '185520.990000', '185540.858000', '185540.866000', '185540.868000', '185540.871000', '185540.873000', '185540.876000', '185540.878000', '185540.881000', '185540.884000', '185540.886000', '185540.889000', '185540.891000', '185540.894000', '185540.897000', '185540.899000', '185540.902000', '185540.904000', '185540.907000', '185540.909000', '185540.912000', '185540.915000', '185540.917000', '185540.920000', '185540.922000', '185540.925000', '185540.928000', '185540.930000', '185540.933000', '185540.935000', '185540.938000', '185540.940000', '185540.943000', '185540.946000', '185540.948000', '185540.951000', '185540.953000', '185540.956000', '185540.959000', '185540.961000', '185540.964000', '185540.966000', '185540.969000', '185540.971000', '185540.974000', '185600.858000', '185600.861000', '185600.863000', '185600.866000', '185600.868000', '185600.883000', '185600.885000', '185600.888000', '185600.891000', '185600.894000', '185600.897000', '185600.900000', '185600.902000', '185600.905000', '185600.908000', '185600.910000', '185600.913000', '185600.915000', '185600.918000', '185600.920000', '185600.923000', '185600.926000', '185600.928000', '185600.931000', '185600.934000', '185600.936000', '185600.939000', '185600.941000', '185600.944000', '185600.946000', '185600.949000', '185600.952000', '185600.955000', '185600.958000', '185600.960000', '185600.963000', '185600.966000', '185600.968000', '185600.971000', '185600.973000', '185600.976000', '185600.978000', '185600.981000', '185620.858000', '185620.876000', '185620.879000', '185620.881000', '185620.884000', '185620.887000', '185620.889000', '185620.892000', '185620.895000', '185620.897000', '185620.900000', '185620.902000', '185620.905000', '185620.907000', '185620.910000', '185620.912000', '185620.915000', '185620.918000', '185620.920000', '185620.923000', '185620.925000', '185620.928000', '185620.930000', '185620.933000', '185620.936000', '185620.938000', '185620.941000', '185620.943000', '185620.946000', '185620.949000', '185620.951000', '185620.954000', '185620.956000', '185620.959000', '185620.962000', '185620.964000', '185620.967000', '185620.970000', '185620.972000', '185620.975000', '185620.978000', '185620.980000', '185620.983000', '185620.985000', '185640.859000', '185640.861000', '185640.864000', '185640.867000', '185640.869000', '185640.872000', '185640.875000', '185640.877000', '185640.880000', '185640.882000', '185640.885000', '185640.887000', '185640.890000', '185640.893000', '185640.895000', '185640.898000', '185640.900000', '185640.903000', '185640.906000', '185640.909000', '185640.912000', '185640.915000', '185640.917000', '185640.920000', '185640.922000', '185640.925000', '185640.927000', '185640.930000', '185640.932000', '185640.935000', '185640.938000', '185640.940000', '185640.943000', '185640.945000', '185640.948000', '185640.951000', '185640.953000', '185640.956000', '185640.958000', '185640.961000', '185640.963000', '185640.966000', '185640.969000', '185700.859000', '185700.862000', '185700.864000', '185700.867000', '185700.869000', '185700.872000', '185700.875000', '185700.877000', '185700.880000', '185700.882000', '185700.885000', '185700.887000', '185700.890000', '185700.893000', '185700.895000', '185700.898000', '185700.900000', '185700.903000', '185700.906000', '185700.908000', '185700.911000', '185700.914000', '185700.916000', '185700.919000', '185700.921000', '185700.924000', '185700.926000', '185700.929000', '185700.931000', '185700.934000', '185700.937000', '185700.939000', '185700.942000', '185700.944000', '185700.947000', '185700.950000', '185700.952000', '185700.955000', '185700.957000', '185700.960000', '185700.962000', '185700.965000', '185700.968000', '185700.970000', '185720.859000', '185720.861000', '185720.887000', '185720.890000', '185720.892000', '185720.895000', '185720.898000', '185720.900000', '185720.903000', '185720.905000', '185720.908000', '185720.910000', '185720.913000', '185720.916000', '185720.918000', '185720.921000', '185720.923000', '185720.926000', '185720.929000', '185720.931000', '185720.934000', '185720.937000', '185720.940000', '185720.943000', '185720.946000', '185720.948000', '185720.951000', '185720.954000', '185720.956000', '185720.959000', '185720.961000', '185720.964000', '185720.967000', '185720.969000', '185720.972000', '185720.974000', '185720.977000', '185720.979000', '185720.982000', '185720.985000', '185720.987000', '185720.990000', '185720.993000', '185740.858000', '185740.898000', '185740.901000', '185740.903000', '185740.906000', '185740.909000', '185740.911000', '185740.914000', '185740.916000', '185740.919000', '185740.921000', '185740.924000', '185740.927000', '185740.929000', '185740.932000', '185740.934000', '185740.937000', '185740.940000', '185740.942000', '185740.945000', '185740.947000', '185740.950000', '185740.952000', '185740.955000', '185740.958000', '185740.960000', '185740.963000', '185740.966000', '185740.968000', '185740.971000', '185740.973000', '185740.976000', '185740.979000', '185740.981000', '185740.984000', '185740.986000', '185740.989000', '185740.991000', '185740.994000', '185740.997000', '185741.000000', '185741.003000', '185741.005000', '185741.008000', '185800.858000', '185800.867000', '185800.870000', '185800.872000', '185800.875000', '185800.877000', '185800.880000', '185800.882000', '185800.885000', '185800.888000', '185800.890000', '185800.893000', '185800.895000', '185800.898000', '185800.900000', '185800.903000', '185800.906000', '185800.908000', '185800.911000', '185800.913000', '185800.916000', '185800.918000', '185800.921000', '185800.924000', '185800.926000', '185800.929000', '185800.931000', '185800.934000', '185800.936000', '185800.939000', '185800.942000', '185800.944000', '185800.947000', '185800.949000', '185800.952000', '185800.955000', '185800.957000', '185800.960000', '185800.963000', '185800.966000', '185800.968000', '185800.971000', '185800.973000', '185820.858000', '185820.861000', '185820.863000', '185820.866000', '185820.868000', '185820.871000', '185820.874000', '185820.876000', '185820.879000', '185820.881000', '185820.884000', '185820.886000', '185820.889000', '185820.892000', '185820.894000', '185820.897000', '185820.899000', '185820.902000', '185820.905000', '185820.907000', '185820.910000', '185820.912000', '185820.915000', '185820.918000', '185820.920000', '185820.923000', '185820.925000', '185820.928000', '185820.930000', '185820.933000', '185820.936000', '185820.938000', '185820.941000', '185820.943000', '185820.946000', '185820.948000', '185820.951000', '185820.954000', '185820.956000', '185820.959000', '185820.961000', '185820.964000', '185820.976000', '185820.979000', '185840.858000', '185840.869000', '185840.872000', '185840.874000', '185840.877000', '185840.879000', '185840.882000', '185840.884000', '185840.887000', '185840.890000', '185840.892000', '185840.895000', '185840.897000', '185840.900000', '185840.903000', '185840.905000', '185840.908000', '185840.911000', '185840.913000', '185840.916000', '185840.919000', '185840.921000', '185840.924000', '185840.926000', '185840.929000', '185840.932000', '185840.934000', '185840.937000', '185840.939000', '185840.942000', '185840.945000', '185840.948000', '185840.950000', '185840.953000', '185840.955000', '185840.958000', '185840.960000', '185840.963000', '185840.966000', '185840.968000', '185840.971000', '185840.973000', '185840.976000', '185900.858000', '185900.861000', '185900.864000', '185900.867000', '185900.869000', '185900.872000', '185900.874000', '185900.877000', '185900.880000', '185900.882000', '185900.885000', '185900.887000', '185900.890000', '185900.892000', '185900.895000', '185900.898000', '185900.900000', '185900.903000', '185900.905000', '185900.908000', '185900.910000', '185900.913000', '185900.915000', '185900.918000', '185900.921000', '185900.923000', '185900.926000', '185900.928000', '185900.931000', '185900.934000', '185900.936000', '185900.939000', '185900.941000', '185900.944000', '185900.946000', '185900.949000', '185900.952000', '185900.954000', '185900.957000', '185900.959000', '185900.962000', '185900.964000', '185900.967000', '185900.970000', '185920.859000', '185920.871000', '185920.874000', '185920.877000', '185920.879000', '185920.882000', '185920.884000', '185920.887000', '185920.890000', '185920.892000', '185920.895000', '185920.897000', '185920.900000', '185920.902000', '185920.905000', '185920.908000', '185920.910000', '185920.913000', '185920.915000', '185920.918000', '185920.920000', '185920.923000', '185920.925000', '185920.928000', '185920.931000', '185920.933000', '185920.936000', '185920.938000', '185920.941000', '185920.944000', '185920.946000', '185920.949000', '185920.951000', '185920.954000', '185920.956000', '185920.959000', '185920.962000', '185920.964000', '185920.967000', '185920.969000', '185920.972000', '185920.975000', '185920.977000', '185940.859000', '185940.861000', '185940.864000', '185940.867000', '185940.869000', '185940.872000', '185940.874000', '185940.877000', '185940.880000', '185940.882000', '185940.885000', '185940.910000', '185940.912000', '185940.915000', '185940.918000', '185940.920000', '185940.923000', '185940.926000', '185940.928000', '185940.931000', '185940.933000', '185940.936000', '185940.938000', '185940.941000', '185940.944000', '185940.946000', '185940.949000', '185940.951000', '185940.954000', '185940.957000', '185940.959000', '185940.962000', '185940.964000', '185940.967000', '185940.969000', '185940.972000', '185940.974000', '185940.977000', '185940.980000', '185940.982000', '185940.985000', '185940.987000', '185940.990000', '185940.993000', '190000.858000', '190000.861000', '190000.863000', '190000.866000', '190000.868000', '190000.871000', '190000.874000', '190000.876000', '190000.879000', '190000.881000', '190000.884000', '190000.887000', '190000.889000', '190000.892000', '190000.894000', '190000.897000', '190000.899000', '190000.902000', '190000.904000', '190000.907000', '190000.909000', '190000.912000', '190000.915000', '190000.917000', '190000.920000', '190000.923000', '190000.925000', '190000.928000', '190000.930000', '190000.933000', '190000.936000', '190000.938000', '190000.941000', '190000.943000', '190000.946000', '190000.948000', '190000.951000', '190000.954000', '190000.956000', '190000.959000', '190000.961000', '190000.964000', '190000.967000', '190020.858000', '190020.860000', '190020.864000', '190020.866000', '190020.869000', '190020.872000', '190020.874000', '190020.877000', '190020.879000', '190020.882000', '190020.885000', '190020.887000', '190020.890000', '190020.893000', '190020.895000', '190020.898000', '190020.900000', '190020.903000', '190020.906000', '190020.908000', '190020.911000', '190020.914000', '190020.917000', '190020.919000', '190020.922000', '190020.925000', '190020.927000', '190020.930000', '190020.933000', '190020.935000', '190020.938000', '190020.941000', '190020.943000', '190020.946000', '190020.949000', '190020.952000', '190020.955000', '190020.958000', '190020.960000', '190020.963000', '190020.966000', '190020.968000', '190020.971000', '190040.858000', '190040.874000', '190040.877000', '190040.879000', '190040.882000', '190040.885000', '190040.887000', '190040.890000', '190040.892000', '190040.895000', '190040.898000', '190040.900000', '190040.903000', '190040.906000', '190040.908000', '190040.911000', '190040.914000', '190040.917000', '190040.920000', '190040.922000', '190040.925000', '190040.928000', '190040.930000', '190040.933000', '190040.936000', '190040.938000', '190040.941000', '190040.943000', '190040.946000', '190040.949000', '190040.952000', '190040.954000', '190040.957000', '190040.960000', '190040.962000', '190040.965000', '190040.967000', '190040.970000', '190040.973000', '190040.976000', '190040.978000', '190040.981000', '190040.984000', '190040.986000', '190100.858000', '190100.860000', '190100.864000', '190100.866000', '190100.869000', '190100.872000', '190100.875000', '190100.878000', '190100.881000', '190100.883000', '190100.886000', '190100.889000', '190100.891000', '190100.894000', '190100.897000', '190100.899000', '190100.902000', '190100.904000', '190100.907000', '190100.909000', '190100.912000', '190100.915000', '190100.917000', '190100.920000', '190100.922000', '190100.925000', '190100.928000', '190100.930000', '190100.933000', '190100.936000', '190100.938000', '190100.941000', '190100.943000', '190100.946000', '190100.949000', '190100.952000', '190100.955000', '190100.957000', '190100.960000', '190100.963000', '190100.965000', '190100.968000', '190100.970000', '190100.973000', '190120.859000', '190120.865000', '190120.867000', '190120.870000', '190120.873000', '190120.875000', '190120.878000', '190120.880000', '190120.883000', '190120.886000', '190120.888000', '190120.891000', '190120.894000', '190120.896000', '190120.899000', '190120.901000', '190120.904000', '190120.907000', '190120.909000', '190120.912000', '190120.914000', '190120.917000', '190120.920000', '190120.922000', '190120.925000', '190120.927000', '190120.930000', '190120.932000', '190120.935000', '190120.938000', '190120.940000', '190120.943000', '190120.945000', '190120.948000', '190120.951000', '190120.953000', '190120.956000', '190120.959000', '190120.961000', '190120.964000', '190120.966000', '190120.969000', '190120.971000', '190126.569000', '190126.572000', '190126.575000', '190126.578000', '190126.580000', '190126.583000', '190126.585000', '190126.588000', '190126.590000', '190126.593000', '190126.595000', '190126.598000', '190126.601000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [10043, 9185, 9962, 8653, 8559, 8424, 9065, 8445, 9794, 8092, 8507, 8408, 8098, 8244, 9431, 8198, 9286, 7961, 8867, 7952, 9487, 7981, 9014, 8100, 8692, 7950, 8796, 8018, 9181, 8070, 9258, 8125, 9084, 8793, 8863, 8980, 8568, 9038, 8675, 9391, 8228, 9178, 8184, 9364, 8089, 9336, 7845, 9367, 9115, 8725, 8976, 8172, 9842, 8699, 9590, 8238, 9660, 7907, 9544, 7926, 9301, 8208, 9196, 8463, 9004, 9136, 8111, 9323, 8774, 8714, 8275, 9510, 8079, 9290, 8172, 9254, 8151, 9486, 7924, 9521, 8066, 8871, 8123, 8357, 9132, 8689, 8642, 8578, 8217, 8426, 8359, 8052, 9474, 8041, 9149, 7865, 9114, 8355, 9390, 8453, 9358, 8167, 9046, 8021, 8900, 9279, 8696, 8791, 8067, 9081, 7949, 9290, 8019, 9374, 7973, 9100, 8077, 9194, 8201, 8860, 9090, 8776, 8492, 8991, 8335, 8223, 9026, 8199, 8706, 8272, 7878, 8290, 8386, 8429, 7899, 8508, 7985, 8317, 8748, 8080, 8054, 7969, 8453, 7904, 8779, 7858, 8846, 7860, 8895, 8044, 8593, 7955, 8597, 8069, 8445, 8013, 8110, 7970, 8378, 7944, 8465, 8587, 8020, 8706, 7888, 8478, 8047, 8569, 7923, 9095, 7911, 8601, 8125, 8744, 8492, 8652, 8080, 8234, 8335, 8366, 8704, 8859, 8283, 8416, 8185, 8428, 8645, 8723, 8597, 7894, 7938, 7969, 8311, 8459, 8702, 8927, 8713, 8206, 8306, 8385, 8735, 8685, 8315, 8207, 8062, 8792, 8838, 8566, 8669, 8208, 8430, 8333, 8526, 8263, 9373, 8033, 8496, 8001, 9246, 8295, 9687, 8251, 9262, 8398, 9133, 8234, 9019, 8145, 8971, 8147, 8915, 8353, 9199, 8366, 8828, 8366, 8146, 8897, 8671, 8900, 8611, 8248, 8999, 8594, 8399, 9342, 8061, 9160, 8019, 8798, 7950, 9055, 8028, 9334, 7990, 9387, 7955, 9316, 7965, 9567, 7903, 9359, 7911, 9215, 7904, 9386, 7926, 9296, 7908, 9149, 9070, 9221, 8613, 8875, 8523, 8695, 9095, 8853, 8660, 8420, 8368, 9135, 9134, 8413, 8849, 8124, 9270, 7937, 9197, 8436, 9340, 7957, 9512, 7894, 8853, 7886, 9386, 7936, 9002, 8137, 9274, 9089, 8588, 9766, 8371, 9166, 8317, 9349, 8196, 9406, 8412, 9333, 7903, 9343, 8304, 9330, 7984, 9629, 8555, 8819, 9839, 8475, 9357, 8208, 9381, 8135, 9708, 8241, 9786, 8098, 9405, 8295, 9428, 8126, 9648, 8084, 9687, 7963, 9198, 8220, 9503, 8735, 9542, 8414, 9800, 7992, 9764, 7916, 9624, 8194, 9408, 7926, 9947, 8047, 9671, 8206, 9646, 8148, 9581, 7977, 9562, 8100, 9444, 8013, 9689, 7882, 9621, 7995, 9539, 8117, 9646, 7878, 9295, 7950, 9587, 8421, 9429, 8028, 9766, 7950, 9604, 8272, 9033, 8440, 9225, 8116, 8755, 8332, 9523, 8841, 9295, 9074, 9779, 8864, 9904, 8574, 9697, 9078, 9773, 9063, 9087, 9187, 9684, 9045, 9388, 8787, 9133, 9156, 9111, 9125, 9197, 8775, 8378, 8715, 9507, 8726, 9073, 8760, 9554, 8434, 9468, 8488, 8872, 8723, 9146, 8558, 9580, 8475, 8814, 8978, 9194, 8525, 8831, 8745, 9061, 9091, 9152, 8463, 9723, 8629, 8886, 8634, 9344, 8296, 9279, 8202, 9136, 8522, 9019, 8008, 8754, 8490, 9103, 8496, 8763, 8465, 8930, 8129, 8711, 8138, 8944, 8429, 8976, 9417, 9073, 9407, 8652, 9886, 8812, 9553, 9086, 9499, 9010, 9492, 8698, 9778, 8555, 9462, 8583, 8800, 8388, 9089, 8147, 8918, 8204, 8983, 8251, 8942, 8002, 9095, 7949, 9097, 8216, 8996, 8376, 8746, 8050, 8860, 7886, 8678, 7892, 9095, 9737, 9133, 9223, 8991, 9562, 8400, 9339, 9122, 8935, 8779, 9470, 8728, 9160, 8965, 9506, 8715, 9718, 8721, 9032, 8922, 7978, 8571, 8547, 8957, 8645, 9290, 8680, 9521, 8082, 9182, 7835, 9269, 7972, 9244, 8116, 9149, 8584, 9409, 9125, 9280, 8260, 9084, 8502, 9340, 8411, 8941, 8319, 8908, 8409, 8958, 9180, 8817, 7947, 9191, 8081, 8996, 8675, 8458, 9605, 7895, 8872, 8431, 8734, 8736, 9368, 8392, 8951, 8489, 9006, 8176, 9697, 7893, 9554, 8094, 9501, 8255, 8776, 8555, 9012, 8576, 8886, 8319, 8593, 8476, 8907, 8747, 8623, 8131, 9057, 8526, 9027, 9200, 9166, 8329, 9211, 8883, 9074, 8820, 8892, 8822, 9084, 8462, 9303, 8407, 8884, 8564, 8851, 9075, 8970, 8979, 9079, 9171, 8819, 9098, 8455, 9192, 8715, 8799, 8778, 8894, 8223, 9095, 8449, 8833, 7820, 8436, 9159, 8812, 9111, 8889, 9571, 8053, 9561, 7979, 9507, 8234, 9119, 7793, 9520, 8114, 9269, 7967, 9692, 7984, 9237, 7762, 9399, 7997, 9500, 7991, 9195, 8320, 9389, 7961, 8695, 9063, 8468, 8277, 9484, 8162, 9449, 8654, 9269, 7999, 9479, 7990, 9264, 7990, 9667, 8203, 9890, 8125, 9445, 7775, 9076, 7966, 9184, 8068, 9377, 7804, 9450, 8317, 9298, 7838, 9137, 9567, 9048, 8451, 9093, 8657, 9189, 9280, 9159, 8807, 8912, 8266, 9242, 8953, 9333, 8295, 9034, 9416, 9659, 9023, 9742, 9045, 9763, 8508, 9324, 8408, 8898, 9187, 9498, 8563, 9114, 8628, 8624, 8318, 8960, 8451, 8987, 8782, 9228, 8906, 9003, 8189, 8910, 8261, 8753, 8181, 9275, 8705, 9495, 8208, 9851, 8536, 9783, 7947, 9160, 9083, 9614, 8347, 8857, 8763, 9717, 8016, 9221, 8752, 8914, 8162, 9529, 7719, 9563, 9536, 8978, 9345, 8860, 9273, 8471, 8753, 8402, 8502, 8802, 9498, 8595, 9729, 8532, 9442, 8689, 9618, 8547, 9591, 8531, 9744, 8182, 9142, 8522, 9512, 7950, 9463, 8020, 9159, 8399, 9634, 8100, 9358, 8127, 9181, 8369, 9215, 8981, 9245, 9868, 9116, 9088, 9036, 8132, 9534, 8974, 9177, 9122, 9115, 8229, 9153, 9051, 9213, 8508, 9289, 9367, 9443, 8507, 9325, 9160, 9135, 9174, 9131, 8995, 9209, 9394, 9033, 9281, 8874, 8761, 8688, 8932, 8493, 8873, 8146, 8922, 8552, 9009, 8505, 9109, 7938, 9322, 8439, 9340, 7796, 8877, 8339, 8325, 9188, 9587, 9722, 8891, 9837, 7950, 9680, 9501, 9355, 8628, 9297, 9047, 9425, 9240, 9031, 8314, 9643, 8518, 9067, 8425, 8798, 8237, 9440, 8827, 9535, 8907, 9056, 8432, 8850, 9743, 8565, 8214, 8916, 8854, 9118, 8472, 9803, 9015, 10271, 8893, 9269, 9756, 8570, 9073, 8541, 9135, 9691, 8810, 9565, 8578, 9054, 9015, 8225, 9344, 8753, 9895, 8676, 9949, 8508, 9858, 8656, 9079, 9183, 9168, 9392, 9104, 9678, 8998, 9410, 8368, 9611, 9169, 9922, 10110, 9295, 7865, 9367, 8146, 10480, 9409, 8815, 10478, 9598, 9528, 8057, 10105, 8104, 10288, 7975, 9606, 8942, 9357, 9131, 8397, 9223, 9392, 9322, 9314, 9254, 8249, 9172, 8384, 9588, 9467, 9330, 8541, 9098, 8393, 8836, 9597, 8453, 9561, 8179, 9684, 8427, 9738, 8594, 9680, 8412, 9399, 8186, 9608, 8399, 9676, 7689, 9757, 7838, 9500, 8198, 9504, 8557, 9602, 8176, 9286, 8455, 9395, 7867, 9121, 7838, 9552, 7796, 9556, 9069, 8894, 9973, 8461, 10080, 8584, 10439, 8536, 9952, 8549, 9976, 8525, 10057, 8812, 10307, 8904, 9678, 8146, 9353, 8977, 9143, 8441, 9234, 8600, 10127, 7929, 9709, 8967, 9784, 8883, 10001, 9089, 10202, 9349, 9103, 9005, 8917, 8660, 9759, 9120, 9075, 9112, 8824, 9182, 9780, 8817, 9129, 8873, 8687, 9889, 8552, 7747, 9896, 9129, 8628, 9731, 8257, 9418, 9642, 10148, 9438, 9722, 9028, 9014, 9111, 10114, 9063, 9624, 9638, 8700, 9484, 9330, 9709, 8698, 9932, 8432, 9827, 7718, 10121, 7839, 9727, 7783, 9974, 8640, 10166, 8214, 9772, 8683, 9664, 9753, 9921, 9361, 9902, 8742, 9385, 9735, 9705, 9359, 9595, 8834, 8928, 9194, 9469, 8477, 9791, 8465, 9798, 8663, 9743, 8201, 9781, 7915, 10071, 7930, 9451, 8468, 8916, 7816, 8678, 8274, 8710, 7690, 8950, 7719, 8569, 7771, 8809, 8072, 8911, 8833, 8928, 8236, 8579, 8128, 8504, 8080, 8988, 8138, 8678, 7876, 8680, 7803, 8878, 9223, 8699, 9574, 8833, 9272, 8677, 7755, 9036, 7798, 8666, 8841, 9595, 8889, 9785, 8435, 8892, 8365, 9139, 8694, 9753, 8423, 9208, 8388, 9530, 8684, 9662, 8622, 9159, 8441, 9074, 8692, 9574, 8682, 9441, 8202, 8803, 8608, 9004, 8384, 9031, 8036, 8748, 8365, 8745, 8225, 8951, 8187, 8567, 8878, 8743, 7955, 8741, 8203, 8747, 8216, 8948, 8593, 9103, 8691, 9162, 8200, 8900, 8578, 9628, 8755, 9223, 8870, 8571, 8778, 9410, 8812, 9427, 9121, 8731, 8731, 9578, 8925, 9208, 8649, 9419, 8804, 9576, 8610, 9034, 8697, 9344, 8788, 9561, 8737, 8986, 8683, 9234, 8969, 9327, 8672, 8624, 8772, 9417, 9293, 8125, 9176, 8252, 9259, 8490, 9676, 9018, 9777, 8843, 9417, 8578, 9394, 9153, 9309, 9038, 9350, 9157, 9258, 8880, 7858, 8654, 7828, 8539, 7835, 8829, 7962, 8491, 8197, 8983, 7990, 9130, 8055, 8634, 8146, 8764, 8319, 8550, 8045, 8638, 8224, 8523, 8527, 9157, 8407, 8542, 8226, 8678, 8229, 8476, 8237, 8762, 7840, 8585, 7896, 8546, 7851, 8625, 7843, 8755, 8191, 8728, 7806, 8602, 8555, 8949, 7902, 8512, 7864, 8633, 7796, 8995, 8165, 8475, 8166, 8607, 8746, 9629, 8089, 8584, 7913, 8826, 8336, 8553, 7797, 8999, 9033, 8942, 7819, 8738, 8433, 8748, 8132, 9059, 8436, 8906, 8769, 9355, 8996, 9619, 9086, 8299, 9005, 8458, 9390, 8453, 9202, 8948, 9467, 8854, 9494, 8973, 7822, 8536, 7867, 8581, 8024, 8595, 7768, 8456, 8403, 9128, 8445, 8667, 8321, 8609, 8324, 9135, 8502, 8759, 7926, 8479, 8621, 8318, 8255, 8655, 8328, 8723, 8526, 9482, 8534, 9076, 8661, 9138, 8707, 9216, 8689, 9133, 8783, 9086, 8714, 9698, 8782, 9084, 8730, 9156, 8916, 9641, 8566, 8791, 8778, 9253, 8783, 9378, 8710, 9443, 8833, 9472, 8818, 9508, 8797, 8758, 8775, 9628, 8781, 9341, 8854, 9146, 8821, 7810, 8773, 7828, 8606, 8724, 8901, 7867, 8736, 7847, 8862, 8022, 8449, 7815, 8735, 7852, 8829, 8324, 8868, 8374, 9054, 8436, 9280, 8761, 8692, 8857, 9207, 8872, 9627, 9057, 9210, 8699, 9057, 8876, 8501, 9270, 8815, 9398, 8590, 8968, 8593, 9018, 9125, 9209, 9047, 8726, 8704, 8061, 8955, 8475, 8842, 8683, 8592, 7957, 8757, 8711, 8693, 8893, 8549, 7967, 8694, 8729, 8669, 8921, 8629, 8211, 8746, 8670, 8880, 8888, 8584, 8650, 8676, 8703, 8779, 8887, 8149, 8874, 8366, 8564, 8296, 9027, 7790, 9113, 8891, 8855, 7880, 9070, 8401, 8528, 8279, 8822, 8326, 8758, 7950, 9190, 8651, 8912, 8806, 8751, 8765, 8162, 8830, 8615, 8969, 9066, 8850, 8138, 8706, 7816, 8679, 8336, 9081, 8308, 8802, 8598, 9181, 8807, 9133, 8858, 9871, 9113, 8685, 9295, 8246, 9566, 8955, 9190, 9097, 8430, 9043, 9148, 8630, 8097, 9115, 9191, 9438, 8222, 9283, 8275, 9336, 8826, 9186, 9247, 9279, 8987, 8086, 8703, 7921, 8630, 8638, 9412, 8433, 9373, 8586, 8956, 8459, 9234, 8611, 9210, 9090, 9240, 8840, 7922, 9141, 8091, 9104, 8115, 8969, 7919, 8984, 8272, 9677, 7964, 9458, 7840, 11535, 8055, 9015, 9174, 9083, 9618, 8338, 9211, 9332, 9709, 9886, 9394, 9271, 9483, 9732, 8149, 9382, 8520, 7974, 9016, 8428, 9614, 8380, 9812, 8897, 9683, 8059, 9954, 7883, 9710, 7980, 9424, 8195, 9310, 7964, 9064, 8344, 9150, 9021, 9230, 9262, 8250, 8649, 9298, 8796, 9558, 8977, 9273, 9600, 9147, 9409, 10124, 9083, 9691, 9322, 9716, 8974, 9716, 9400, 9846], 'WindowCenter': [4577.0, 4550.0, 4545.0, 4529.0, 4510.0, 4516.0, 4527.0, 4509.0, 4535.0, 4504.0, 4514.0, 4508.0, 4492.0, 4502.0, 4511.0, 4503.0, 4504.0, 4491.0, 4499.0, 4489.0, 4524.0, 4491.0, 4511.0, 4491.0, 4502.0, 4489.0, 4502.0, 4503.0, 4525.0, 4505.0, 4529.0, 4502.0, 4511.0, 4514.0, 4511.0, 4514.0, 4508.0, 4515.0, 4511.0, 4516.0, 4505.0, 4512.0, 4503.0, 4513.0, 4492.0, 4511.0, 4493.0, 4513.0, 4502.0, 4502.0, 4505.0, 4515.0, 4528.0, 4505.0, 4523.0, 4500.0, 4522.0, 4503.0, 4523.0, 4511.0, 4524.0, 4501.0, 4511.0, 4502.0, 4512.0, 4512.0, 4506.0, 4518.0, 4502.0, 4499.0, 4502.0, 4520.0, 4491.0, 4510.0, 4501.0, 4512.0, 4488.0, 4509.0, 4500.0, 4512.0, 4494.0, 4512.0, 4495.0, 4502.0, 4517.0, 4502.0, 4503.0, 4500.0, 4498.0, 4486.0, 4497.0, 4491.0, 4511.0, 4488.0, 4508.0, 4489.0, 4500.0, 4495.0, 4510.0, 4505.0, 4510.0, 4502.0, 4498.0, 4489.0, 4501.0, 4511.0, 4489.0, 4494.0, 4489.0, 4510.0, 4490.0, 4511.0, 4491.0, 4511.0, 4491.0, 4500.0, 4488.0, 4512.0, 4488.0, 4495.0, 4511.0, 4504.0, 4504.0, 4505.0, 4503.0, 4504.0, 4515.0, 4503.0, 4516.0, 4498.0, 4487.0, 4496.0, 4497.0, 4498.0, 4498.0, 4497.0, 4488.0, 4498.0, 4497.0, 4490.0, 4487.0, 4485.0, 4485.0, 4485.0, 4484.0, 4474.0, 4496.0, 4489.0, 4500.0, 4486.0, 4494.0, 4484.0, 4500.0, 4488.0, 4488.0, 4488.0, 4489.0, 4492.0, 4488.0, 4484.0, 4483.0, 4495.0, 4486.0, 4489.0, 4485.0, 4485.0, 4477.0, 4484.0, 4484.0, 4499.0, 4490.0, 4495.0, 4488.0, 4495.0, 4499.0, 4496.0, 4489.0, 4486.0, 4495.0, 4496.0, 4497.0, 4504.0, 4500.0, 4496.0, 4497.0, 4500.0, 4516.0, 4512.0, 4500.0, 4501.0, 4501.0, 4497.0, 4496.0, 4485.0, 4516.0, 4503.0, 4499.0, 4488.0, 4484.0, 4492.0, 4494.0, 4500.0, 4491.0, 4487.0, 4476.0, 4483.0, 4500.0, 4498.0, 4491.0, 4491.0, 4493.0, 4486.0, 4491.0, 4488.0, 4502.0, 4488.0, 4499.0, 4473.0, 4503.0, 4488.0, 4503.0, 4487.0, 4501.0, 4503.0, 4509.0, 4499.0, 4510.0, 4487.0, 4500.0, 4493.0, 4511.0, 4499.0, 4526.0, 4502.0, 4511.0, 4504.0, 4487.0, 4508.0, 4507.0, 4515.0, 4501.0, 4502.0, 4498.0, 4492.0, 4486.0, 4500.0, 4478.0, 4499.0, 4474.0, 4489.0, 4474.0, 4496.0, 4481.0, 4502.0, 4487.0, 4509.0, 4491.0, 4513.0, 4490.0, 4514.0, 4490.0, 4510.0, 4505.0, 4515.0, 4491.0, 4510.0, 4488.0, 4512.0, 4487.0, 4498.0, 4499.0, 4512.0, 4498.0, 4502.0, 4497.0, 4501.0, 4502.0, 4503.0, 4501.0, 4485.0, 4488.0, 4499.0, 4501.0, 4491.0, 4502.0, 4477.0, 4514.0, 4493.0, 4514.0, 4491.0, 4510.0, 4492.0, 4514.0, 4488.0, 4499.0, 4489.0, 4513.0, 4488.0, 4505.0, 4489.0, 4505.0, 4504.0, 4505.0, 4515.0, 4493.0, 4504.0, 4494.0, 4504.0, 4505.0, 4503.0, 4490.0, 4503.0, 4482.0, 4507.0, 4491.0, 4503.0, 4494.0, 4513.0, 4500.0, 4505.0, 4512.0, 4493.0, 4503.0, 4493.0, 4502.0, 4488.0, 4515.0, 4493.0, 4512.0, 4493.0, 4503.0, 4492.0, 4515.0, 4494.0, 4517.0, 4494.0, 4515.0, 4494.0, 4511.0, 4495.0, 4510.0, 4501.0, 4515.0, 4495.0, 4525.0, 4492.0, 4511.0, 4488.0, 4502.0, 4491.0, 4504.0, 4490.0, 4514.0, 4483.0, 4503.0, 4493.0, 4514.0, 4492.0, 4503.0, 4481.0, 4512.0, 4494.0, 4517.0, 4491.0, 4516.0, 4488.0, 4514.0, 4490.0, 4515.0, 4495.0, 4514.0, 4479.0, 4502.0, 4491.0, 4514.0, 4490.0, 4504.0, 4493.0, 4513.0, 4493.0, 4514.0, 4494.0, 4507.0, 4493.0, 4519.0, 4498.0, 4500.0, 4499.0, 4509.0, 4501.0, 4520.0, 4508.0, 4518.0, 4511.0, 4519.0, 4508.0, 4508.0, 4494.0, 4510.0, 4500.0, 4507.0, 4508.0, 4518.0, 4496.0, 4511.0, 4500.0, 4506.0, 4508.0, 4506.0, 4507.0, 4517.0, 4504.0, 4509.0, 4516.0, 4532.0, 4512.0, 4521.0, 4504.0, 4533.0, 4510.0, 4517.0, 4504.0, 4520.0, 4509.0, 4518.0, 4507.0, 4519.0, 4499.0, 4504.0, 4520.0, 4519.0, 4509.0, 4508.0, 4502.0, 4520.0, 4506.0, 4518.0, 4493.0, 4532.0, 4509.0, 4508.0, 4497.0, 4501.0, 4494.0, 4505.0, 4498.0, 4507.0, 4496.0, 4505.0, 4485.0, 4505.0, 4506.0, 4508.0, 4507.0, 4507.0, 4492.0, 4506.0, 4497.0, 4507.0, 4495.0, 4507.0, 4491.0, 4505.0, 4502.0, 4506.0, 4505.0, 4489.0, 4503.0, 4493.0, 4496.0, 4487.0, 4510.0, 4506.0, 4510.0, 4491.0, 4516.0, 4489.0, 4514.0, 4505.0, 4510.0, 4496.0, 4507.0, 4485.0, 4500.0, 4494.0, 4504.0, 4495.0, 4519.0, 4495.0, 4506.0, 4497.0, 4507.0, 4495.0, 4508.0, 4496.0, 4508.0, 4498.0, 4508.0, 4496.0, 4503.0, 4494.0, 4502.0, 4516.0, 4506.0, 4517.0, 4504.0, 4516.0, 4496.0, 4507.0, 4506.0, 4506.0, 4492.0, 4512.0, 4521.0, 4514.0, 4507.0, 4517.0, 4500.0, 4516.0, 4489.0, 4509.0, 4510.0, 4498.0, 4499.0, 4498.0, 4500.0, 4497.0, 4511.0, 4522.0, 4534.0, 4502.0, 4522.0, 4488.0, 4506.0, 4512.0, 4511.0, 4489.0, 4510.0, 4487.0, 4506.0, 4507.0, 4508.0, 4486.0, 4497.0, 4486.0, 4496.0, 4486.0, 4498.0, 4500.0, 4497.0, 4497.0, 4508.0, 4504.0, 4503.0, 4497.0, 4506.0, 4487.0, 4496.0, 4498.0, 4492.0, 4517.0, 4489.0, 4512.0, 4497.0, 4510.0, 4511.0, 4509.0, 4500.0, 4503.0, 4498.0, 4506.0, 4496.0, 4515.0, 4490.0, 4509.0, 4487.0, 4508.0, 4492.0, 4512.0, 4509.0, 4509.0, 4499.0, 4508.0, 4498.0, 4510.0, 4511.0, 4522.0, 4518.0, 4510.0, 4498.0, 4509.0, 4508.0, 4507.0, 4507.0, 4508.0, 4498.0, 4509.0, 4504.0, 4509.0, 4505.0, 4508.0, 4503.0, 4507.0, 4495.0, 4505.0, 4496.0, 4498.0, 4496.0, 4496.0, 4506.0, 4498.0, 4494.0, 4495.0, 4504.0, 4494.0, 4492.0, 4495.0, 4507.0, 4494.0, 4495.0, 4494.0, 4495.0, 4495.0, 4498.0, 4487.0, 4496.0, 4488.0, 4488.0, 4508.0, 4510.0, 4510.0, 4511.0, 4533.0, 4499.0, 4517.0, 4499.0, 4517.0, 4496.0, 4523.0, 4489.0, 4521.0, 4487.0, 4509.0, 4498.0, 4503.0, 4486.0, 4506.0, 4486.0, 4502.0, 4485.0, 4507.0, 4489.0, 4508.0, 4497.0, 4508.0, 4489.0, 4508.0, 4499.0, 4497.0, 4495.0, 4510.0, 4496.0, 4508.0, 4498.0, 4523.0, 4499.0, 4520.0, 4488.0, 4503.0, 4486.0, 4508.0, 4499.0, 4520.0, 4486.0, 4505.0, 4486.0, 4498.0, 4498.0, 4509.0, 4487.0, 4508.0, 4486.0, 4507.0, 4496.0, 4510.0, 4486.0, 4506.0, 4515.0, 4509.0, 4499.0, 4509.0, 4495.0, 4506.0, 4506.0, 4506.0, 4506.0, 4502.0, 4493.0, 4506.0, 4497.0, 4506.0, 4493.0, 4498.0, 4498.0, 4507.0, 4497.0, 4509.0, 4507.0, 4517.0, 4499.0, 4506.0, 4496.0, 4495.0, 4506.0, 4502.0, 4512.0, 4497.0, 4508.0, 4496.0, 4498.0, 4507.0, 4496.0, 4495.0, 4492.0, 4496.0, 4495.0, 4494.0, 4486.0, 4498.0, 4500.0, 4499.0, 4490.0, 4500.0, 4500.0, 4522.0, 4512.0, 4532.0, 4511.0, 4533.0, 4501.0, 4512.0, 4498.0, 4511.0, 4487.0, 4501.0, 4499.0, 4508.0, 4491.0, 4508.0, 4499.0, 4500.0, 4487.0, 4509.0, 4487.0, 4507.0, 4511.0, 4512.0, 4508.0, 4508.0, 4509.0, 4526.0, 4513.0, 4512.0, 4497.0, 4509.0, 4507.0, 4499.0, 4506.0, 4496.0, 4509.0, 4498.0, 4511.0, 4500.0, 4507.0, 4485.0, 4508.0, 4486.0, 4499.0, 4499.0, 4506.0, 4486.0, 4508.0, 4485.0, 4508.0, 4488.0, 4507.0, 4487.0, 4497.0, 4485.0, 4508.0, 4497.0, 4508.0, 4507.0, 4508.0, 4506.0, 4496.0, 4496.0, 4494.0, 4488.0, 4496.0, 4495.0, 4493.0, 4493.0, 4485.0, 4485.0, 4494.0, 4494.0, 4495.0, 4491.0, 4491.0, 4506.0, 4508.0, 4494.0, 4497.0, 4507.0, 4502.0, 4505.0, 4495.0, 4496.0, 4493.0, 4504.0, 4493.0, 4506.0, 4496.0, 4496.0, 4494.0, 4493.0, 4495.0, 4504.0, 4497.0, 4507.0, 4497.0, 4507.0, 4494.0, 4508.0, 4498.0, 4533.0, 4510.0, 4524.0, 4492.0, 4512.0, 4500.0, 4501.0, 4508.0, 4519.0, 4522.0, 4512.0, 4520.0, 4486.0, 4505.0, 4504.0, 4494.0, 4496.0, 4497.0, 4496.0, 4496.0, 4494.0, 4495.0, 4487.0, 4497.0, 4485.0, 4497.0, 4486.0, 4497.0, 4487.0, 4504.0, 4509.0, 4505.0, 4509.0, 4501.0, 4504.0, 4498.0, 4509.0, 4491.0, 4504.0, 4502.0, 4513.0, 4514.0, 4501.0, 4521.0, 4498.0, 4521.0, 4499.0, 4496.0, 4499.0, 4489.0, 4502.0, 4500.0, 4510.0, 4514.0, 4518.0, 4526.0, 4514.0, 4513.0, 4504.0, 4492.0, 4504.0, 4492.0, 4502.0, 4480.0, 4498.0, 4480.0, 4490.0, 4479.0, 4490.0, 4487.0, 4489.0, 4480.0, 4480.0, 4492.0, 4484.0, 4494.0, 4486.0, 4499.0, 4505.0, 4521.0, 4507.0, 4513.0, 4491.0, 4501.0, 4477.0, 4508.0, 4499.0, 4511.0, 4535.0, 4534.0, 4537.0, 4505.0, 4518.0, 4491.0, 4521.0, 4491.0, 4510.0, 4509.0, 4523.0, 4510.0, 4510.0, 4510.0, 4521.0, 4519.0, 4511.0, 4508.0, 4501.0, 4503.0, 4499.0, 4520.0, 4517.0, 4509.0, 4506.0, 4510.0, 4500.0, 4506.0, 4508.0, 4499.0, 4514.0, 4493.0, 4519.0, 4497.0, 4516.0, 4496.0, 4503.0, 4493.0, 4502.0, 4493.0, 4519.0, 4509.0, 4516.0, 4500.0, 4521.0, 4497.0, 4517.0, 4512.0, 4528.0, 4505.0, 4523.0, 4492.0, 4517.0, 4489.0, 4515.0, 4500.0, 4521.0, 4492.0, 4525.0, 4495.0, 4524.0, 4509.0, 4514.0, 4536.0, 4515.0, 4538.0, 4520.0, 4533.0, 4515.0, 4532.0, 4498.0, 4520.0, 4499.0, 4520.0, 4510.0, 4533.0, 4499.0, 4513.0, 4487.0, 4509.0, 4500.0, 4508.0, 4487.0, 4510.0, 4497.0, 4517.0, 4503.0, 4509.0, 4512.0, 4522.0, 4511.0, 4519.0, 4509.0, 4530.0, 4524.0, 4511.0, 4514.0, 4512.0, 4514.0, 4522.0, 4521.0, 4514.0, 4512.0, 4510.0, 4511.0, 4523.0, 4512.0, 4512.0, 4494.0, 4500.0, 4522.0, 4519.0, 4506.0, 4521.0, 4511.0, 4513.0, 4522.0, 4512.0, 4525.0, 4523.0, 4536.0, 4525.0, 4525.0, 4525.0, 4511.0, 4502.0, 4520.0, 4511.0, 4509.0, 4522.0, 4499.0, 4508.0, 4509.0, 4509.0, 4498.0, 4519.0, 4498.0, 4522.0, 4489.0, 4518.0, 4492.0, 4520.0, 4489.0, 4520.0, 4495.0, 4533.0, 4500.0, 4523.0, 4497.0, 4508.0, 4511.0, 4520.0, 4507.0, 4508.0, 4499.0, 4497.0, 4508.0, 4512.0, 4507.0, 4510.0, 4500.0, 4497.0, 4507.0, 4511.0, 4502.0, 4521.0, 4494.0, 4520.0, 4509.0, 4530.0, 4511.0, 4533.0, 4501.0, 4532.0, 4499.0, 4522.0, 4505.0, 4518.0, 4493.0, 4506.0, 4490.0, 4504.0, 4480.0, 4498.0, 4483.0, 4505.0, 4481.0, 4504.0, 4483.0, 4500.0, 4500.0, 4512.0, 4493.0, 4504.0, 4492.0, 4503.0, 4483.0, 4501.0, 4483.0, 4495.0, 4492.0, 4501.0, 4479.0, 4501.0, 4503.0, 4494.0, 4509.0, 4504.0, 4515.0, 4505.0, 4490.0, 4511.0, 4489.0, 4506.0, 4511.0, 4526.0, 4511.0, 4522.0, 4506.0, 4513.0, 4494.0, 4512.0, 4505.0, 4515.0, 4496.0, 4514.0, 4494.0, 4514.0, 4493.0, 4513.0, 4491.0, 4504.0, 4493.0, 4501.0, 4490.0, 4503.0, 4491.0, 4501.0, 4481.0, 4501.0, 4493.0, 4500.0, 4493.0, 4504.0, 4481.0, 4505.0, 4494.0, 4505.0, 4493.0, 4504.0, 4492.0, 4501.0, 4502.0, 4505.0, 4493.0, 4497.0, 4487.0, 4506.0, 4491.0, 4504.0, 4494.0, 4504.0, 4492.0, 4510.0, 4502.0, 4516.0, 4500.0, 4516.0, 4501.0, 4512.0, 4502.0, 4504.0, 4504.0, 4514.0, 4504.0, 4512.0, 4515.0, 4502.0, 4492.0, 4528.0, 4500.0, 4515.0, 4490.0, 4502.0, 4498.0, 4510.0, 4489.0, 4503.0, 4492.0, 4503.0, 4488.0, 4513.0, 4496.0, 4514.0, 4499.0, 4504.0, 4502.0, 4500.0, 4500.0, 4505.0, 4505.0, 4513.0, 4510.0, 4508.0, 4508.0, 4506.0, 4511.0, 4491.0, 4513.0, 4493.0, 4513.0, 4500.0, 4514.0, 4502.0, 4502.0, 4498.0, 4495.0, 4482.0, 4499.0, 4502.0, 4501.0, 4503.0, 4482.0, 4493.0, 4477.0, 4500.0, 4479.0, 4505.0, 4494.0, 4499.0, 4489.0, 4496.0, 4490.0, 4504.0, 4479.0, 4505.0, 4482.0, 4494.0, 4488.0, 4499.0, 4494.0, 4506.0, 4505.0, 4505.0, 4506.0, 4515.0, 4490.0, 4513.0, 4494.0, 4504.0, 4491.0, 4499.0, 4493.0, 4507.0, 4493.0, 4506.0, 4491.0, 4505.0, 4487.0, 4503.0, 4493.0, 4503.0, 4505.0, 4504.0, 4486.0, 4499.0, 4504.0, 4516.0, 4489.0, 4507.0, 4494.0, 4493.0, 4490.0, 4505.0, 4492.0, 4495.0, 4501.0, 4501.0, 4499.0, 4515.0, 4491.0, 4503.0, 4487.0, 4502.0, 4493.0, 4501.0, 4480.0, 4504.0, 4492.0, 4492.0, 4469.0, 4487.0, 4492.0, 4488.0, 4477.0, 4492.0, 4487.0, 4514.0, 4492.0, 4498.0, 4500.0, 4514.0, 4514.0, 4502.0, 4512.0, 4492.0, 4503.0, 4505.0, 4517.0, 4515.0, 4514.0, 4504.0, 4515.0, 4505.0, 4484.0, 4495.0, 4478.0, 4493.0, 4477.0, 4494.0, 4483.0, 4494.0, 4493.0, 4516.0, 4484.0, 4502.0, 4490.0, 4493.0, 4493.0, 4514.0, 4490.0, 4505.0, 4494.0, 4493.0, 4492.0, 4507.0, 4503.0, 4501.0, 4491.0, 4495.0, 4489.0, 4511.0, 4492.0, 4501.0, 4500.0, 4503.0, 4492.0, 4502.0, 4490.0, 4503.0, 4493.0, 4503.0, 4491.0, 4502.0, 4492.0, 4503.0, 4489.0, 4500.0, 4492.0, 4512.0, 4492.0, 4491.0, 4492.0, 4501.0, 4490.0, 4501.0, 4490.0, 4500.0, 4490.0, 4499.0, 4490.0, 4501.0, 4488.0, 4492.0, 4488.0, 4500.0, 4492.0, 4498.0, 4489.0, 4501.0, 4503.0, 4483.0, 4502.0, 4481.0, 4504.0, 4502.0, 4501.0, 4494.0, 4499.0, 4494.0, 4503.0, 4485.0, 4491.0, 4480.0, 4494.0, 4491.0, 4504.0, 4493.0, 4503.0, 4494.0, 4503.0, 4491.0, 4500.0, 4493.0, 4493.0, 4500.0, 4503.0, 4503.0, 4510.0, 4499.0, 4518.0, 4489.0, 4498.0, 4502.0, 4488.0, 4499.0, 4489.0, 4502.0, 4493.0, 4502.0, 4491.0, 4504.0, 4504.0, 4504.0, 4493.0, 4497.0, 4496.0, 4485.0, 4494.0, 4495.0, 4495.0, 4495.0, 4497.0, 4497.0, 4498.0, 4508.0, 4509.0, 4509.0, 4496.0, 4496.0, 4496.0, 4506.0, 4497.0, 4506.0, 4496.0, 4490.0, 4496.0, 4493.0, 4501.0, 4505.0, 4495.0, 4494.0, 4495.0, 4495.0, 4494.0, 4505.0, 4485.0, 4504.0, 4495.0, 4506.0, 4495.0, 4505.0, 4497.0, 4507.0, 4506.0, 4508.0, 4485.0, 4506.0, 4495.0, 4502.0, 4496.0, 4506.0, 4485.0, 4492.0, 4486.0, 4508.0, 4496.0, 4505.0, 4505.0, 4495.0, 4508.0, 4496.0, 4508.0, 4508.0, 4509.0, 4505.0, 4503.0, 4495.0, 4502.0, 4485.0, 4503.0, 4494.0, 4502.0, 4488.0, 4503.0, 4503.0, 4501.0, 4501.0, 4513.0, 4502.0, 4510.0, 4515.0, 4508.0, 4512.0, 4492.0, 4516.0, 4503.0, 4500.0, 4502.0, 4493.0, 4507.0, 4503.0, 4493.0, 4483.0, 4492.0, 4502.0, 4501.0, 4478.0, 4489.0, 4479.0, 4502.0, 4491.0, 4503.0, 4502.0, 4500.0, 4491.0, 4480.0, 4492.0, 4481.0, 4504.0, 4491.0, 4497.0, 4493.0, 4500.0, 4505.0, 4505.0, 4491.0, 4503.0, 4506.0, 4513.0, 4501.0, 4500.0, 4504.0, 4496.0, 4507.0, 4487.0, 4511.0, 4487.0, 4506.0, 4485.0, 4524.0, 4501.0, 4511.0, 4490.0, 4509.0, 4490.0, 4531.0, 4490.0, 4492.0, 4499.0, 4498.0, 4510.0, 4488.0, 4501.0, 4506.0, 4502.0, 4505.0, 4494.0, 4487.0, 4493.0, 4497.0, 4477.0, 4485.0, 4473.0, 4475.0, 4483.0, 4485.0, 4495.0, 4485.0, 4507.0, 4484.0, 4497.0, 4476.0, 4503.0, 4485.0, 4507.0, 4490.0, 4499.0, 4487.0, 4501.0, 4488.0, 4499.0, 4500.0, 4511.0, 4502.0, 4501.0, 4511.0, 4510.0, 4511.0, 4510.0, 4499.0, 4522.0, 4511.0, 4524.0, 4523.0, 4510.0, 4511.0, 4521.0, 4495.0, 4507.0, 4496.0, 4496.0, 4480.0, 4495.0, 4496.0, 4502.0], 'WindowWidth': [10063.0, 10011.0, 9995.0, 9966.0, 9931.0, 9941.0, 9957.0, 9926.0, 9966.0, 9914.0, 9929.0, 9920.0, 9896.0, 9909.0, 9920.0, 9911.0, 9912.0, 9893.0, 9900.0, 9886.0, 9940.0, 9894.0, 9920.0, 9892.0, 9909.0, 9890.0, 9909.0, 9913.0, 9946.0, 9920.0, 9955.0, 9911.0, 9923.0, 9929.0, 9923.0, 9928.0, 9922.0, 9931.0, 9922.0, 9932.0, 9915.0, 9923.0, 9910.0, 9924.0, 9893.0, 9919.0, 9898.0, 9922.0, 9906.0, 9907.0, 9914.0, 9932.0, 9950.0, 9915.0, 9938.0, 9904.0, 9937.0, 9912.0, 9940.0, 9932.0, 9943.0, 9907.0, 9920.0, 9908.0, 9922.0, 9923.0, 9921.0, 9935.0, 9910.0, 9903.0, 9908.0, 9934.0, 9895.0, 9919.0, 9905.0, 9923.0, 9887.0, 9916.0, 9906.0, 9922.0, 9899.0, 9921.0, 9902.0, 9907.0, 9931.0, 9910.0, 9911.0, 9905.0, 9899.0, 9882.0, 9897.0, 9892.0, 9921.0, 9886.0, 9913.0, 9887.0, 9903.0, 9893.0, 9921.0, 9915.0, 9917.0, 9909.0, 9899.0, 9888.0, 9907.0, 9918.0, 9885.0, 9896.0, 9886.0, 9919.0, 9889.0, 9920.0, 9892.0, 9922.0, 9893.0, 9904.0, 9886.0, 9922.0, 9884.0, 9894.0, 9920.0, 9913.0, 9910.0, 9914.0, 9911.0, 9913.0, 9929.0, 9913.0, 9937.0, 9902.0, 9887.0, 9898.0, 9901.0, 9900.0, 9903.0, 9900.0, 9887.0, 9902.0, 9901.0, 9892.0, 9884.0, 9880.0, 9878.0, 9877.0, 9875.0, 9861.0, 9894.0, 9886.0, 9906.0, 9880.0, 9891.0, 9876.0, 9903.0, 9887.0, 9884.0, 9886.0, 9887.0, 9896.0, 9884.0, 9876.0, 9873.0, 9891.0, 9880.0, 9887.0, 9878.0, 9879.0, 9868.0, 9876.0, 9878.0, 9902.0, 9891.0, 9893.0, 9884.0, 9893.0, 9902.0, 9895.0, 9887.0, 9881.0, 9895.0, 9898.0, 9899.0, 9913.0, 9906.0, 9897.0, 9899.0, 9907.0, 9934.0, 9925.0, 9906.0, 9911.0, 9909.0, 9901.0, 9895.0, 9877.0, 9934.0, 9909.0, 9901.0, 9883.0, 9876.0, 9890.0, 9890.0, 9903.0, 9890.0, 9881.0, 9866.0, 9873.0, 9900.0, 9899.0, 9892.0, 9890.0, 9894.0, 9877.0, 9890.0, 9883.0, 9907.0, 9885.0, 9900.0, 9860.0, 9906.0, 9882.0, 9906.0, 9881.0, 9904.0, 9909.0, 9917.0, 9902.0, 9918.0, 9883.0, 9905.0, 9896.0, 9920.0, 9902.0, 9951.0, 9912.0, 9923.0, 9913.0, 9886.0, 9914.0, 9921.0, 9929.0, 9906.0, 9908.0, 9896.0, 9891.0, 9877.0, 9902.0, 9869.0, 9899.0, 9860.0, 9884.0, 9859.0, 9893.0, 9877.0, 9906.0, 9883.0, 9914.0, 9892.0, 9924.0, 9891.0, 9926.0, 9891.0, 9920.0, 9916.0, 9930.0, 9894.0, 9918.0, 9886.0, 9920.0, 9883.0, 9899.0, 9901.0, 9922.0, 9897.0, 9905.0, 9896.0, 9904.0, 9906.0, 9908.0, 9904.0, 9878.0, 9885.0, 9900.0, 9904.0, 9888.0, 9904.0, 9867.0, 9927.0, 9898.0, 9926.0, 9891.0, 9917.0, 9895.0, 9926.0, 9885.0, 9902.0, 9888.0, 9923.0, 9887.0, 9912.0, 9885.0, 9911.0, 9908.0, 9913.0, 9927.0, 9895.0, 9908.0, 9896.0, 9909.0, 9912.0, 9908.0, 9887.0, 9907.0, 9878.0, 9917.0, 9891.0, 9908.0, 9895.0, 9920.0, 9901.0, 9911.0, 9918.0, 9895.0, 9906.0, 9895.0, 9905.0, 9885.0, 9925.0, 9894.0, 9918.0, 9895.0, 9909.0, 9892.0, 9927.0, 9896.0, 9931.0, 9896.0, 9926.0, 9898.0, 9920.0, 9899.0, 9917.0, 9905.0, 9926.0, 9899.0, 9942.0, 9893.0, 9918.0, 9882.0, 9905.0, 9887.0, 9909.0, 9887.0, 9922.0, 9879.0, 9907.0, 9895.0, 9923.0, 9891.0, 9908.0, 9876.0, 9920.0, 9896.0, 9931.0, 9890.0, 9928.0, 9884.0, 9925.0, 9888.0, 9927.0, 9899.0, 9924.0, 9871.0, 9905.0, 9890.0, 9922.0, 9887.0, 9911.0, 9893.0, 9921.0, 9893.0, 9922.0, 9896.0, 9917.0, 9895.0, 9937.0, 9902.0, 9909.0, 9903.0, 9918.0, 9900.0, 9936.0, 9918.0, 9934.0, 9925.0, 9935.0, 9917.0, 9915.0, 9893.0, 9912.0, 9905.0, 9913.0, 9915.0, 9929.0, 9899.0, 9923.0, 9908.0, 9912.0, 9916.0, 9912.0, 9915.0, 9929.0, 9909.0, 9921.0, 9932.0, 9956.0, 9929.0, 9942.0, 9913.0, 9962.0, 9923.0, 9931.0, 9912.0, 9940.0, 9922.0, 9931.0, 9917.0, 9934.0, 9908.0, 9912.0, 9940.0, 9935.0, 9922.0, 9918.0, 9907.0, 9938.0, 9916.0, 9933.0, 9894.0, 9958.0, 9921.0, 9919.0, 9901.0, 9901.0, 9894.0, 9909.0, 9904.0, 9915.0, 9898.0, 9912.0, 9883.0, 9911.0, 9914.0, 9921.0, 9916.0, 9918.0, 9892.0, 9915.0, 9903.0, 9915.0, 9896.0, 9916.0, 9888.0, 9910.0, 9903.0, 9912.0, 9908.0, 9883.0, 9902.0, 9891.0, 9891.0, 9880.0, 9913.0, 9914.0, 9914.0, 9889.0, 9926.0, 9884.0, 9923.0, 9911.0, 9924.0, 9899.0, 9915.0, 9882.0, 9900.0, 9897.0, 9912.0, 9897.0, 9937.0, 9898.0, 9915.0, 9903.0, 9916.0, 9897.0, 9920.0, 9900.0, 9922.0, 9907.0, 9921.0, 9901.0, 9910.0, 9899.0, 9907.0, 9929.0, 9915.0, 9929.0, 9910.0, 9926.0, 9901.0, 9915.0, 9914.0, 9912.0, 9892.0, 9919.0, 9943.0, 9926.0, 9916.0, 9929.0, 9902.0, 9927.0, 9886.0, 9921.0, 9920.0, 9903.0, 9905.0, 9898.0, 9903.0, 9899.0, 9923.0, 9943.0, 9964.0, 9915.0, 9940.0, 9890.0, 9913.0, 9932.0, 9924.0, 9891.0, 9918.0, 9883.0, 9912.0, 9913.0, 9914.0, 9883.0, 9897.0, 9881.0, 9894.0, 9880.0, 9898.0, 9906.0, 9899.0, 9900.0, 9916.0, 9909.0, 9908.0, 9902.0, 9910.0, 9888.0, 9897.0, 9904.0, 9888.0, 9929.0, 9890.0, 9928.0, 9900.0, 9922.0, 9923.0, 9919.0, 9906.0, 9907.0, 9903.0, 9913.0, 9897.0, 9927.0, 9894.0, 9919.0, 9886.0, 9917.0, 9888.0, 9928.0, 9919.0, 9919.0, 9904.0, 9916.0, 9904.0, 9925.0, 9926.0, 9943.0, 9936.0, 9924.0, 9906.0, 9921.0, 9920.0, 9917.0, 9916.0, 9917.0, 9903.0, 9918.0, 9909.0, 9917.0, 9910.0, 9916.0, 9907.0, 9917.0, 9897.0, 9908.0, 9897.0, 9901.0, 9897.0, 9897.0, 9911.0, 9902.0, 9894.0, 9895.0, 9907.0, 9891.0, 9888.0, 9895.0, 9912.0, 9893.0, 9894.0, 9892.0, 9896.0, 9895.0, 9902.0, 9884.0, 9898.0, 9887.0, 9887.0, 9914.0, 9921.0, 9922.0, 9927.0, 9958.0, 9908.0, 9932.0, 9907.0, 9929.0, 9896.0, 9947.0, 9893.0, 9941.0, 9887.0, 9920.0, 9901.0, 9907.0, 9885.0, 9913.0, 9883.0, 9903.0, 9882.0, 9914.0, 9891.0, 9916.0, 9900.0, 9918.0, 9894.0, 9918.0, 9899.0, 9903.0, 9896.0, 9922.0, 9897.0, 9916.0, 9903.0, 9946.0, 9906.0, 9935.0, 9889.0, 9906.0, 9883.0, 9915.0, 9904.0, 9935.0, 9884.0, 9909.0, 9881.0, 9902.0, 9903.0, 9921.0, 9888.0, 9917.0, 9884.0, 9915.0, 9900.0, 9921.0, 9886.0, 9913.0, 9927.0, 9923.0, 9907.0, 9919.0, 9897.0, 9914.0, 9912.0, 9912.0, 9912.0, 9906.0, 9893.0, 9911.0, 9900.0, 9911.0, 9890.0, 9900.0, 9899.0, 9909.0, 9899.0, 9917.0, 9915.0, 9929.0, 9906.0, 9912.0, 9899.0, 9895.0, 9910.0, 9902.0, 9928.0, 9901.0, 9917.0, 9896.0, 9904.0, 9913.0, 9898.0, 9896.0, 9888.0, 9895.0, 9893.0, 9891.0, 9883.0, 9900.0, 9908.0, 9903.0, 9888.0, 9904.0, 9906.0, 9940.0, 9931.0, 9957.0, 9924.0, 9962.0, 9910.0, 9923.0, 9902.0, 9920.0, 9884.0, 9906.0, 9900.0, 9913.0, 9894.0, 9914.0, 9901.0, 9905.0, 9884.0, 9919.0, 9887.0, 9911.0, 9920.0, 9926.0, 9916.0, 9918.0, 9920.0, 9954.0, 9932.0, 9929.0, 9900.0, 9918.0, 9913.0, 9906.0, 9910.0, 9897.0, 9916.0, 9900.0, 9923.0, 9904.0, 9911.0, 9879.0, 9912.0, 9882.0, 9902.0, 9901.0, 9910.0, 9881.0, 9913.0, 9880.0, 9915.0, 9887.0, 9910.0, 9884.0, 9899.0, 9879.0, 9914.0, 9901.0, 9917.0, 9913.0, 9916.0, 9909.0, 9897.0, 9895.0, 9890.0, 9885.0, 9895.0, 9891.0, 9887.0, 9886.0, 9877.0, 9879.0, 9890.0, 9891.0, 9893.0, 9883.0, 9887.0, 9908.0, 9916.0, 9891.0, 9898.0, 9916.0, 9901.0, 9908.0, 9893.0, 9896.0, 9889.0, 9905.0, 9889.0, 9909.0, 9897.0, 9898.0, 9891.0, 9890.0, 9896.0, 9908.0, 9902.0, 9918.0, 9902.0, 9916.0, 9897.0, 9918.0, 9906.0, 9964.0, 9924.0, 9944.0, 9896.0, 9924.0, 9907.0, 9910.0, 9917.0, 9934.0, 9941.0, 9925.0, 9932.0, 9882.0, 9908.0, 9901.0, 9889.0, 9896.0, 9896.0, 9892.0, 9893.0, 9889.0, 9892.0, 9884.0, 9896.0, 9877.0, 9896.0, 9881.0, 9898.0, 9885.0, 9907.0, 9917.0, 9910.0, 9918.0, 9907.0, 9914.0, 9898.0, 9914.0, 9890.0, 9912.0, 9910.0, 9927.0, 9933.0, 9912.0, 9936.0, 9901.0, 9935.0, 9900.0, 9890.0, 9895.0, 9882.0, 9908.0, 9908.0, 9915.0, 9924.0, 9937.0, 9945.0, 9929.0, 9924.0, 9910.0, 9891.0, 9907.0, 9889.0, 9900.0, 9866.0, 9890.0, 9866.0, 9878.0, 9865.0, 9882.0, 9871.0, 9876.0, 9862.0, 9863.0, 9881.0, 9872.0, 9887.0, 9878.0, 9899.0, 9906.0, 9936.0, 9910.0, 9925.0, 9889.0, 9902.0, 9865.0, 9911.0, 9901.0, 9920.0, 9960.0, 9962.0, 9969.0, 9920.0, 9931.0, 9895.0, 9936.0, 9895.0, 9920.0, 9919.0, 9941.0, 9921.0, 9923.0, 9922.0, 9940.0, 9933.0, 9923.0, 9917.0, 9911.0, 9907.0, 9906.0, 9935.0, 9931.0, 9920.0, 9913.0, 9921.0, 9910.0, 9912.0, 9917.0, 9907.0, 9923.0, 9892.0, 9931.0, 9900.0, 9925.0, 9898.0, 9905.0, 9893.0, 9905.0, 9893.0, 9935.0, 9923.0, 9930.0, 9910.0, 9941.0, 9905.0, 9932.0, 9930.0, 9954.0, 9917.0, 9945.0, 9894.0, 9933.0, 9888.0, 9928.0, 9909.0, 9940.0, 9900.0, 9945.0, 9906.0, 9944.0, 9923.0, 9931.0, 9965.0, 9937.0, 9969.0, 9940.0, 9957.0, 9935.0, 9955.0, 9903.0, 9933.0, 9904.0, 9934.0, 9920.0, 9957.0, 9904.0, 9925.0, 9884.0, 9916.0, 9906.0, 9915.0, 9885.0, 9919.0, 9899.0, 9926.0, 9916.0, 9918.0, 9924.0, 9938.0, 9922.0, 9934.0, 9920.0, 9951.0, 9945.0, 9926.0, 9932.0, 9928.0, 9933.0, 9943.0, 9940.0, 9931.0, 9927.0, 9922.0, 9923.0, 9942.0, 9925.0, 9924.0, 9894.0, 9908.0, 9938.0, 9937.0, 9922.0, 9935.0, 9921.0, 9929.0, 9942.0, 9929.0, 9949.0, 9944.0, 9967.0, 9947.0, 9946.0, 9947.0, 9923.0, 9911.0, 9934.0, 9923.0, 9919.0, 9939.0, 9905.0, 9916.0, 9918.0, 9918.0, 9902.0, 9933.0, 9902.0, 9937.0, 9893.0, 9931.0, 9897.0, 9937.0, 9891.0, 9936.0, 9899.0, 9956.0, 9908.0, 9942.0, 9900.0, 9914.0, 9920.0, 9933.0, 9913.0, 9915.0, 9902.0, 9897.0, 9915.0, 9923.0, 9912.0, 9919.0, 9905.0, 9900.0, 9914.0, 9923.0, 9911.0, 9938.0, 9896.0, 9938.0, 9921.0, 9954.0, 9927.0, 9959.0, 9915.0, 9958.0, 9909.0, 9945.0, 9916.0, 9936.0, 9898.0, 9917.0, 9888.0, 9910.0, 9874.0, 9897.0, 9880.0, 9912.0, 9874.0, 9910.0, 9880.0, 9902.0, 9902.0, 9923.0, 9894.0, 9910.0, 9891.0, 9907.0, 9879.0, 9904.0, 9880.0, 9899.0, 9891.0, 9903.0, 9872.0, 9903.0, 9908.0, 9894.0, 9913.0, 9911.0, 9927.0, 9913.0, 9892.0, 9921.0, 9887.0, 9918.0, 9919.0, 9944.0, 9920.0, 9935.0, 9918.0, 9925.0, 9898.0, 9919.0, 9913.0, 9928.0, 9902.0, 9924.0, 9896.0, 9922.0, 9892.0, 9921.0, 9888.0, 9908.0, 9894.0, 9905.0, 9887.0, 9906.0, 9889.0, 9901.0, 9874.0, 9904.0, 9894.0, 9899.0, 9894.0, 9910.0, 9874.0, 9912.0, 9894.0, 9911.0, 9896.0, 9912.0, 9891.0, 9905.0, 9906.0, 9913.0, 9893.0, 9896.0, 9882.0, 9915.0, 9890.0, 9909.0, 9895.0, 9911.0, 9890.0, 9917.0, 9910.0, 9930.0, 9904.0, 9931.0, 9906.0, 9921.0, 9909.0, 9911.0, 9910.0, 9923.0, 9910.0, 9920.0, 9928.0, 9905.0, 9892.0, 9951.0, 9903.0, 9924.0, 9887.0, 9904.0, 9895.0, 9913.0, 9885.0, 9906.0, 9890.0, 9907.0, 9883.0, 9921.0, 9896.0, 9925.0, 9899.0, 9910.0, 9907.0, 9903.0, 9902.0, 9914.0, 9917.0, 9925.0, 9921.0, 9924.0, 9913.0, 9918.0, 9921.0, 9890.0, 9920.0, 9892.0, 9920.0, 9900.0, 9924.0, 9907.0, 9903.0, 9897.0, 9888.0, 9869.0, 9897.0, 9904.0, 9900.0, 9905.0, 9874.0, 9892.0, 9869.0, 9903.0, 9872.0, 9913.0, 9896.0, 9900.0, 9886.0, 9894.0, 9888.0, 9910.0, 9872.0, 9914.0, 9877.0, 9894.0, 9881.0, 9899.0, 9896.0, 9918.0, 9913.0, 9913.0, 9915.0, 9928.0, 9889.0, 9926.0, 9898.0, 9912.0, 9892.0, 9902.0, 9893.0, 9920.0, 9895.0, 9918.0, 9891.0, 9912.0, 9883.0, 9910.0, 9895.0, 9912.0, 9914.0, 9911.0, 9888.0, 9901.0, 9911.0, 9931.0, 9887.0, 9918.0, 9897.0, 9894.0, 9891.0, 9915.0, 9891.0, 9898.0, 9906.0, 9906.0, 9900.0, 9925.0, 9890.0, 9909.0, 9881.0, 9907.0, 9895.0, 9905.0, 9873.0, 9908.0, 9890.0, 9889.0, 9855.0, 9880.0, 9889.0, 9881.0, 9866.0, 9889.0, 9878.0, 9925.0, 9890.0, 9896.0, 9901.0, 9925.0, 9927.0, 9913.0, 9922.0, 9894.0, 9909.0, 9915.0, 9932.0, 9930.0, 9926.0, 9911.0, 9927.0, 9915.0, 9883.0, 9899.0, 9868.0, 9893.0, 9866.0, 9896.0, 9878.0, 9896.0, 9891.0, 9928.0, 9875.0, 9907.0, 9890.0, 9894.0, 9893.0, 9924.0, 9888.0, 9911.0, 9897.0, 9895.0, 9891.0, 9922.0, 9911.0, 9904.0, 9890.0, 9897.0, 9884.0, 9916.0, 9890.0, 9905.0, 9901.0, 9906.0, 9890.0, 9906.0, 9887.0, 9906.0, 9894.0, 9906.0, 9889.0, 9903.0, 9889.0, 9904.0, 9883.0, 9899.0, 9890.0, 9918.0, 9888.0, 9888.0, 9889.0, 9900.0, 9885.0, 9900.0, 9883.0, 9896.0, 9884.0, 9894.0, 9883.0, 9900.0, 9881.0, 9889.0, 9880.0, 9898.0, 9888.0, 9894.0, 9883.0, 9904.0, 9909.0, 9880.0, 9907.0, 9878.0, 9911.0, 9905.0, 9905.0, 9896.0, 9901.0, 9900.0, 9910.0, 9883.0, 9891.0, 9873.0, 9896.0, 9888.0, 9911.0, 9894.0, 9907.0, 9894.0, 9907.0, 9889.0, 9900.0, 9894.0, 9894.0, 9900.0, 9907.0, 9906.0, 9916.0, 9902.0, 9935.0, 9885.0, 9896.0, 9903.0, 9882.0, 9898.0, 9883.0, 9905.0, 9894.0, 9906.0, 9888.0, 9907.0, 9907.0, 9908.0, 9891.0, 9902.0, 9898.0, 9881.0, 9892.0, 9896.0, 9896.0, 9896.0, 9902.0, 9901.0, 9902.0, 9918.0, 9923.0, 9922.0, 9899.0, 9902.0, 9899.0, 9913.0, 9900.0, 9913.0, 9899.0, 9887.0, 9899.0, 9893.0, 9902.0, 9908.0, 9895.0, 9895.0, 9894.0, 9894.0, 9893.0, 9910.0, 9884.0, 9910.0, 9897.0, 9913.0, 9896.0, 9910.0, 9904.0, 9916.0, 9913.0, 9920.0, 9882.0, 9913.0, 9895.0, 9904.0, 9897.0, 9911.0, 9881.0, 9889.0, 9884.0, 9916.0, 9898.0, 9911.0, 9911.0, 9897.0, 9920.0, 9903.0, 9917.0, 9919.0, 9922.0, 9914.0, 9907.0, 9900.0, 9909.0, 9884.0, 9910.0, 9896.0, 9904.0, 9882.0, 9909.0, 9909.0, 9903.0, 9903.0, 9922.0, 9904.0, 9914.0, 9931.0, 9922.0, 9922.0, 9892.0, 9929.0, 9911.0, 9900.0, 9905.0, 9894.0, 9919.0, 9909.0, 9893.0, 9878.0, 9890.0, 9904.0, 9902.0, 9866.0, 9882.0, 9868.0, 9903.0, 9886.0, 9905.0, 9902.0, 9897.0, 9887.0, 9871.0, 9892.0, 9876.0, 9909.0, 9888.0, 9893.0, 9892.0, 9900.0, 9913.0, 9913.0, 9888.0, 9906.0, 9915.0, 9920.0, 9902.0, 9901.0, 9908.0, 9898.0, 9915.0, 9885.0, 9922.0, 9887.0, 9912.0, 9883.0, 9949.0, 9908.0, 9921.0, 9889.0, 9913.0, 9891.0, 9945.0, 9888.0, 9890.0, 9897.0, 9899.0, 9918.0, 9886.0, 9901.0, 9911.0, 9904.0, 9905.0, 9890.0, 9873.0, 9885.0, 9896.0, 9866.0, 9875.0, 9856.0, 9861.0, 9872.0, 9877.0, 9890.0, 9878.0, 9909.0, 9874.0, 9893.0, 9866.0, 9902.0, 9879.0, 9914.0, 9891.0, 9902.0, 9883.0, 9903.0, 9885.0, 9902.0, 9906.0, 9920.0, 9908.0, 9903.0, 9920.0, 9924.0, 9925.0, 9921.0, 9906.0, 9940.0, 9923.0, 9945.0, 9942.0, 9920.0, 9922.0, 9936.0, 9896.0, 9909.0, 9892.0, 9891.0, 9866.0, 9893.0, 9894.0, 9900.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.00038153516819571865</td></tr>
<tr><td colspan=3>aqi</td><td>0.026209060122324157</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.463936589834724</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1533713657833526</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9755554347368435</td></tr>
<tr><td colspan=3>efc</td><td>0.4564</td></tr>
<tr><td colspan=3>fber</td><td>7569.918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12541665557934042</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>242</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.801223241590215</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4442694715215842</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431579487481173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695362299373919</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.20586662770966</td></tr>
<tr><td colspan=3>gcor</td><td>0.0058028</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01818719319999218</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02592303790152073</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1635</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.8987976273834355</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>26.8585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0125</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.9671</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306790.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>956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.8628</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.5054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3772.7909</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.2813</td></tr>
<tr><td colspan=3>tsnr</td><td>39.76990906277206</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>