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

616 lines
No EOL
170 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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-03/func/sub-0101_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>7cc67e72cf9cdc26425f8c3f82730d1f</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>17:08:7.057500</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.997683, 0.0497582, 0.0463887, -0.0423387, 0.987916, -0.149096]</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.12555</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>[4245, -7753, -7229, 8, -163, -104, -48, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cb95d5d-10c1-4c88-a907-acd421b4ae35||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.6767115592956543, -0.11359155178070068, 0.1437666267156601, 112.74873352050781], [-0.13349772989749908, 2.650506019592285, -0.3963238596916199, -81.69607543945312], [0.12445750832557678, 0.40001380443573, 2.666881799697876, -113.70865631103516], [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': ['170807.057500', '170807.517500', '170807.977500', '170808.437500', '170808.897500', '170809.357500', '170809.817500', '170810.277500', '170810.737500', '170811.197500', '170811.657500', '170812.117500', '170812.577500', '170813.037500', '170813.497500', '170813.957500', '170814.417500', '170814.877500', '170815.337500', '170815.797500', '170816.257500', '170816.717500', '170817.177500', '170817.637500', '170818.097500', '170818.557500', '170819.017500', '170819.477500', '170819.937500', '170820.397500', '170820.857500', '170821.317500', '170821.777500', '170822.237500', '170822.697500', '170823.157500', '170823.617500', '170824.077500', '170824.537500', '170824.997500', '170825.457500', '170825.917500', '170826.377500', '170826.837500', '170827.297500', '170827.757500', '170828.217500', '170828.677500', '170829.137500', '170829.597500', '170830.057500', '170830.517500', '170830.977500', '170831.437500', '170831.897500', '170832.357500', '170832.817500', '170833.277500', '170833.737500', '170834.197500', '170834.657500', '170835.117500', '170835.577500', '170836.037500', '170836.497500', '170836.957500', '170837.417500', '170837.877500', '170838.337500', '170838.797500', '170839.257500', '170839.717500', '170840.177500', '170840.637500', '170841.097500', '170841.557500', '170842.017500', '170842.477500', '170842.937500', '170843.397500', '170843.857500', '170844.317500', '170844.777500', '170845.237500', '170845.697500', '170846.157500', '170846.617500', '170847.077500', '170847.537500', '170847.997500', '170848.457500', '170848.917500', '170849.377500', '170849.837500', '170850.297500', '170850.757500', '170851.217500', '170851.677500', '170852.137500', '170852.597500', '170853.057500', '170853.517500', '170853.977500', '170854.437500', '170854.897500', '170855.357500', '170855.817500', '170856.277500', '170856.737500', '170857.197500', '170857.657500', '170858.117500', '170858.577500', '170859.037500', '170859.497500', '170859.957500', '170900.417500', '170900.877500', '170901.337500', '170901.797500', '170902.257500', '170902.717500', '170903.177500', '170903.637500', '170904.097500', '170904.557500', '170905.017500', '170905.477500', '170905.937500', '170906.397500', '170906.857500', '170907.317500', '170907.777500', '170908.237500', '170908.697500', '170909.157500', '170909.617500', '170910.077500', '170910.537500', '170910.997500', '170911.457500', '170911.917500', '170912.377500', '170912.837500', '170913.297500', '170913.757500', '170914.217500', '170914.677500', '170915.137500', '170915.597500', '170916.057500', '170916.517500', '170916.977500', '170917.437500', '170917.897500', '170918.357500', '170918.817500', '170919.277500', '170919.737500', '170920.197500', '170920.657500', '170921.117500', '170921.577500', '170922.037500', '170922.497500', '170922.957500', '170923.417500', '170923.877500', '170924.337500', '170924.797500', '170925.257500', '170925.717500', '170926.177500', '170926.637500', '170927.097500', '170927.557500', '170928.017500', '170928.477500', '170928.937500', '170929.397500', '170929.857500', '170930.317500', '170930.777500', '170931.237500', '170931.697500', '170932.157500', '170932.617500', '170933.077500', '170933.537500', '170933.997500', '170934.457500', '170934.917500', '170935.377500', '170935.837500', '170936.297500', '170936.757500', '170937.217500', '170937.677500', '170938.137500', '170938.597500', '170939.057500', '170939.517500', '170939.977500', '170940.437500', '170940.897500', '170941.357500', '170941.817500', '170942.277500', '170942.737500', '170943.197500', '170943.657500', '170944.117500', '170944.577500', '170945.037500', '170945.497500', '170945.957500', '170946.417500', '170946.877500', '170947.337500', '170947.797500', '170948.257500', '170948.717500', '170949.177500', '170949.637500', '170950.097500', '170950.557500', '170951.017500', '170951.477500', '170951.937500', '170952.397500', '170952.857500', '170953.317500', '170953.777500', '170954.237500', '170954.697500', '170955.157500', '170955.617500', '170956.077500', '170956.537500', '170956.997500', '170957.457500', '170957.917500', '170958.377500', '170958.837500', '170959.297500', '170959.757500', '171000.217500', '171000.677500', '171001.137500', '171001.597500', '171002.057500', '171002.517500', '171002.977500', '171003.437500', '171003.897500', '171004.357500', '171004.817500', '171005.277500', '171005.737500', '171006.197500', '171006.657500', '171007.117500', '171007.577500', '171008.037500', '171008.497500', '171008.957500', '171009.417500', '171009.877500', '171010.337500', '171010.797500', '171011.257500', '171011.717500', '171012.177500', '171012.637500', '171013.097500', '171013.557500', '171014.017500', '171014.477500', '171014.937500', '171015.397500', '171015.857500', '171016.317500', '171016.777500', '171017.237500', '171017.697500', '171018.157500', '171018.617500', '171019.077500', '171019.537500', '171019.997500', '171020.457500', '171020.917500', '171021.377500', '171021.837500', '171022.297500', '171022.757500', '171023.217500', '171023.677500', '171024.137500', '171024.597500', '171025.057500', '171025.517500', '171025.977500', '171026.437500', '171026.897500', '171027.357500', '171027.817500', '171028.277500', '171028.737500', '171029.197500', '171029.657500', '171030.117500', '171030.577500', '171031.037500', '171031.497500', '171031.957500', '171032.417500', '171032.877500', '171033.337500', '171033.797500', '171034.257500', '171034.717500', '171035.177500', '171035.637500', '171036.097500', '171036.557500', '171037.017500', '171037.477500', '171037.937500', '171038.397500', '171038.857500', '171039.317500', '171039.777500', '171040.237500', '171040.697500', '171041.157500', '171041.617500', '171042.077500', '171042.537500', '171042.997500', '171043.457500', '171043.917500', '171044.377500', '171044.837500', '171045.297500', '171045.757500', '171046.217500', '171046.677500', '171047.137500', '171047.597500', '171048.057500', '171048.517500', '171048.977500', '171049.437500', '171049.897500', '171050.357500', '171050.817500', '171051.277500', '171051.737500', '171052.197500', '171052.657500', '171053.117500', '171053.577500', '171054.037500', '171054.497500', '171054.957500', '171055.417500', '171055.877500', '171056.337500', '171056.797500', '171057.257500', '171057.717500', '171058.177500', '171058.637500', '171059.097500', '171059.557500', '171100.017500', '171100.477500', '171100.937500', '171101.397500', '171101.857500', '171102.317500', '171102.777500', '171103.237500', '171103.697500', '171104.157500', '171104.617500', '171105.077500', '171105.537500', '171105.997500', '171106.457500', '171106.917500', '171107.377500', '171107.837500', '171108.297500', '171108.757500', '171109.217500', '171109.677500', '171110.137500', '171110.597500', '171111.057500', '171111.517500', '171111.977500', '171112.437500', '171112.897500', '171113.357500', '171113.817500', '171114.277500', '171114.737500', '171115.197500', '171115.657500', '171116.117500', '171116.577500', '171117.037500', '171117.497500', '171117.957500', '171118.417500', '171118.877500', '171119.337500', '171119.797500', '171120.257500', '171120.717500', '171121.177500', '171121.637500', '171122.097500', '171122.557500', '171123.017500', '171123.477500', '171123.937500', '171124.397500', '171124.857500', '171125.317500', '171125.777500', '171126.237500', '171126.697500', '171127.157500', '171127.617500', '171128.077500', '171128.537500', '171128.997500', '171129.457500', '171129.917500', '171130.377500', '171130.837500', '171131.297500', '171131.757500', '171132.217500', '171132.677500', '171133.137500', '171133.597500', '171134.057500', '171134.517500', '171134.977500', '171135.437500', '171135.897500', '171136.357500', '171136.817500', '171137.277500', '171137.737500', '171138.197500', '171138.657500', '171139.117500', '171139.577500', '171140.037500', '171140.497500', '171140.957500', '171141.417500', '171141.877500', '171142.337500', '171142.797500', '171143.257500', '171143.717500', '171144.177500', '171144.637500', '171145.097500', '171145.557500', '171146.017500', '171146.477500', '171146.937500', '171147.397500', '171147.857500', '171148.317500', '171148.777500', '171149.237500', '171149.697500', '171150.157500', '171150.617500', '171151.077500', '171151.537500', '171151.997500', '171152.457500', '171152.917500', '171153.377500', '171153.837500', '171154.297500', '171154.757500', '171155.217500', '171155.677500', '171156.137500', '171156.597500', '171157.057500', '171157.517500', '171157.977500', '171158.437500', '171158.897500', '171159.357500', '171159.817500', '171200.277500', '171200.737500', '171201.197500', '171201.657500', '171202.117500', '171202.577500', '171203.037500', '171203.497500', '171203.957500', '171204.417500', '171204.877500', '171205.337500', '171205.797500', '171206.257500', '171206.717500', '171207.177500', '171207.637500', '171208.097500', '171208.557500', '171209.017500', '171209.477500', '171209.937500', '171210.397500', '171210.857500', '171211.317500', '171211.777500', '171212.237500', '171212.697500', '171213.157500', '171213.617500', '171214.077500', '171214.537500', '171214.997500', '171215.457500', '171215.917500', '171216.377500', '171216.837500', '171217.297500', '171217.757500', '171218.217500', '171218.677500', '171219.137500', '171219.597500', '171220.057500', '171220.517500', '171220.977500', '171221.437500', '171221.897500', '171222.357500', '171222.817500', '171223.277500', '171223.737500', '171224.197500', '171224.657500', '171225.117500', '171225.577500', '171226.037500', '171226.497500', '171226.957500', '171227.417500', '171227.877500', '171228.337500', '171228.797500', '171229.257500', '171229.717500', '171230.177500', '171230.637500', '171231.097500', '171231.557500', '171232.017500', '171232.477500', '171232.937500', '171233.397500', '171233.857500', '171234.317500', '171234.777500', '171235.237500', '171235.697500', '171236.157500', '171236.617500', '171237.077500', '171237.537500', '171237.997500', '171238.457500', '171238.917500', '171239.377500', '171239.837500', '171240.297500', '171240.757500', '171241.217500', '171241.677500', '171242.137500', '171242.597500', '171243.057500', '171243.517500', '171243.977500', '171244.437500', '171244.897500', '171245.357500', '171245.817500', '171246.277500', '171246.737500', '171247.197500', '171247.657500', '171248.117500', '171248.577500', '171249.037500', '171249.497500', '171249.957500', '171250.417500', '171250.877500', '171251.337500', '171251.797500', '171252.257500', '171252.717500', '171253.177500', '171253.637500', '171254.097500', '171254.557500', '171255.017500', '171255.477500', '171255.937500', '171256.397500', '171256.857500', '171257.317500', '171257.777500', '171258.237500', '171258.697500', '171259.157500', '171259.617500', '171300.077500', '171300.537500', '171300.997500', '171301.457500', '171301.917500', '171302.377500', '171302.837500', '171303.297500', '171303.757500', '171304.217500', '171304.677500', '171305.137500', '171305.597500', '171306.057500', '171306.517500', '171306.977500', '171307.437500', '171307.897500', '171308.357500', '171308.817500', '171309.277500', '171309.737500', '171310.197500', '171310.657500', '171311.117500', '171311.577500', '171312.037500', '171312.497500', '171312.957500', '171313.417500', '171313.877500', '171314.337500', '171314.797500', '171315.257500', '171315.717500', '171316.177500', '171316.637500', '171317.097500', '171317.557500', '171318.017500', '171318.477500', '171318.937500', '171319.397500', '171319.857500', '171320.317500', '171320.777500', '171321.237500', '171321.697500', '171322.157500', '171322.617500', '171323.077500', '171323.537500', '171323.997500', '171324.457500', '171324.917500', '171325.377500', '171325.837500', '171326.297500', '171326.757500', '171327.217500', '171327.677500', '171328.137500', '171328.597500', '171329.057500', '171329.517500', '171329.977500', '171330.437500', '171330.897500', '171331.357500', '171331.817500', '171332.277500', '171332.737500', '171333.197500', '171333.657500', '171334.117500', '171334.577500', '171335.037500', '171335.497500', '171335.957500', '171336.417500', '171336.877500', '171337.337500', '171337.797500', '171338.257500', '171338.717500', '171339.177500', '171339.637500', '171340.097500', '171340.557500', '171341.017500', '171341.477500', '171341.937500', '171342.397500', '171342.857500', '171343.317500', '171343.777500', '171344.237500', '171344.697500', '171345.157500', '171345.617500', '171346.077500', '171346.537500', '171346.997500', '171347.457500', '171347.917500', '171348.377500', '171348.837500', '171349.297500', '171349.757500', '171350.217500', '171350.677500', '171351.137500', '171351.597500', '171352.057500', '171352.517500', '171352.977500', '171353.437500', '171353.897500', '171354.357500', '171354.817500', '171355.277500', '171355.737500', '171356.197500', '171356.657500', '171357.117500', '171357.577500', '171358.037500', '171358.497500', '171358.957500', '171359.417500', '171359.877500', '171400.337500', '171400.797500', '171401.257500', '171401.717500', '171402.177500', '171402.637500', '171403.097500', '171403.557500', '171404.017500', '171404.477500', '171404.937500', '171405.397500', '171405.857500', '171406.317500', '171406.777500', '171407.237500', '171407.697500', '171408.157500', '171408.617500', '171409.077500', '171409.537500', '171409.997500', '171410.457500', '171410.917500', '171411.377500', '171411.837500', '171412.297500', '171412.757500', '171413.217500', '171413.677500', '171414.137500', '171414.597500', '171415.057500', '171415.517500', '171415.977500', '171416.437500', '171416.897500', '171417.357500', '171417.817500', '171418.277500', '171418.737500', '171419.197500', '171419.657500', '171420.117500', '171420.577500', '171421.037500', '171421.497500', '171421.957500', '171422.417500', '171422.877500', '171423.337500', '171423.797500', '171424.257500', '171424.717500', '171425.177500', '171425.637500', '171426.097500', '171426.557500', '171427.017500', '171427.477500', '171427.937500', '171428.397500', '171428.857500', '171429.317500', '171429.777500', '171430.237500', '171430.697500', '171431.157500', '171431.617500', '171432.077500', '171432.537500', '171432.997500', '171433.457500', '171433.917500', '171434.377500', '171434.837500', '171435.297500', '171435.757500', '171436.217500', '171436.677500', '171437.137500', '171437.597500', '171438.057500', '171438.517500', '171438.977500', '171439.437500', '171439.897500', '171440.357500', '171440.817500', '171441.277500', '171441.737500', '171442.197500', '171442.657500', '171443.117500', '171443.577500', '171444.037500', '171444.497500', '171444.957500', '171445.417500', '171445.877500', '171446.337500', '171446.797500', '171447.257500', '171447.717500', '171448.177500', '171448.637500', '171449.097500', '171449.557500', '171450.017500', '171450.477500', '171450.937500', '171451.397500', '171451.857500', '171452.317500', '171452.777500', '171453.237500', '171453.697500', '171454.157500', '171454.617500', '171455.077500', '171455.537500', '171455.997500', '171456.457500', '171456.917500', '171457.377500', '171457.837500', '171458.297500', '171458.757500', '171459.217500', '171459.677500', '171500.137500', '171500.597500', '171501.057500', '171501.517500', '171501.977500', '171502.437500', '171502.897500', '171503.357500', '171503.817500', '171504.277500', '171504.737500', '171505.197500', '171505.657500', '171506.117500', '171506.577500', '171507.037500', '171507.497500', '171507.957500', '171508.417500', '171508.877500', '171509.337500', '171509.797500', '171510.257500', '171510.717500', '171511.177500', '171511.637500', '171512.097500', '171512.557500', '171513.017500', '171513.477500', '171513.937500', '171514.397500', '171514.857500', '171515.317500', '171515.777500', '171516.237500', '171516.697500', '171517.157500', '171517.617500', '171518.077500', '171518.537500', '171518.997500', '171519.457500', '171519.917500', '171520.377500', '171520.837500', '171521.297500', '171521.757500', '171522.217500', '171522.677500', '171523.137500', '171523.597500', '171524.057500', '171524.517500', '171524.977500', '171525.437500', '171525.897500', '171526.357500', '171526.817500', '171527.277500', '171527.737500', '171528.197500', '171528.657500', '171529.117500', '171529.577500', '171530.037500', '171530.497500', '171530.957500', '171531.417500', '171531.877500', '171532.337500', '171532.797500', '171533.257500', '171533.717500', '171534.177500', '171534.637500', '171535.097500', '171535.557500', '171536.017500', '171536.477500', '171536.937500', '171537.397500', '171537.857500', '171538.317500', '171538.777500', '171539.237500', '171539.697500', '171540.157500', '171540.617500', '171541.077500', '171541.537500', '171541.997500', '171542.457500', '171542.917500', '171543.377500', '171543.837500', '171544.297500', '171544.757500', '171545.217500', '171545.677500', '171546.137500', '171546.597500', '171547.057500', '171547.517500', '171547.977500', '171548.437500', '171548.897500', '171549.357500', '171549.817500', '171550.277500', '171550.737500', '171551.197500', '171551.657500', '171552.117500', '171552.577500', '171553.037500', '171553.497500', '171553.957500', '171554.417500', '171554.877500', '171555.337500', '171555.797500', '171556.257500', '171556.717500', '171557.177500', '171557.637500', '171558.097500', '171558.557500', '171559.017500', '171559.477500', '171559.937500', '171600.397500', '171600.857500', '171601.317500', '171601.777500', '171602.237500', '171602.697500', '171603.157500', '171603.617500', '171604.077500', '171604.537500', '171604.997500', '171605.457500', '171605.917500', '171606.377500', '171606.837500', '171607.297500', '171607.757500', '171608.217500', '171608.677500', '171609.137500', '171609.597500', '171610.057500', '171610.517500', '171610.977500', '171611.437500', '171611.897500', '171612.357500', '171612.817500', '171613.277500', '171613.737500', '171614.197500', '171614.657500', '171615.117500', '171615.577500', '171616.037500', '171616.497500', '171616.957500', '171617.417500', '171617.877500', '171618.337500', '171618.797500', '171619.257500', '171619.717500', '171620.177500', '171620.637500', '171621.097500', '171621.557500', '171622.017500', '171622.477500', '171622.937500', '171623.397500', '171623.857500', '171624.317500', '171624.777500', '171625.237500', '171625.697500', '171626.157500', '171626.617500', '171627.077500', '171627.537500', '171627.997500', '171628.457500', '171628.917500', '171629.377500', '171629.837500', '171630.297500', '171630.757500', '171631.217500', '171631.677500', '171632.137500', '171632.597500', '171633.057500', '171633.517500', '171633.977500', '171634.437500', '171634.897500', '171635.357500', '171635.817500', '171636.277500', '171636.737500', '171637.197500', '171637.657500', '171638.117500', '171638.577500', '171639.037500', '171639.497500', '171639.957500', '171640.417500', '171640.877500', '171641.337500', '171641.797500', '171642.257500', '171642.717500', '171643.177500', '171643.637500', '171644.097500', '171644.557500', '171645.017500', '171645.477500', '171645.937500', '171646.397500', '171646.857500', '171647.317500', '171647.777500', '171648.237500', '171648.697500', '171649.157500', '171649.617500', '171650.077500', '171650.537500', '171650.997500', '171651.457500', '171651.917500', '171652.377500', '171652.837500', '171653.297500', '171653.757500', '171654.217500', '171654.677500', '171655.137500', '171655.597500', '171656.057500', '171656.517500', '171656.977500', '171657.437500', '171657.897500', '171658.357500', '171658.817500', '171659.277500', '171659.737500', '171700.197500', '171700.657500', '171701.117500', '171701.577500', '171702.037500', '171702.497500', '171702.957500', '171703.417500', '171703.877500', '171704.337500', '171704.797500', '171705.257500', '171705.717500', '171706.177500', '171706.637500', '171707.097500', '171707.557500', '171708.017500', '171708.477500', '171708.937500', '171709.397500', '171709.857500', '171710.317500', '171710.777500', '171711.237500', '171711.697500', '171712.157500', '171712.617500', '171713.077500', '171713.537500', '171713.997500', '171714.457500', '171714.917500', '171715.377500', '171715.837500', '171716.297500', '171716.757500', '171717.217500', '171717.677500', '171718.137500', '171718.597500', '171719.057500', '171719.517500', '171719.977500', '171720.437500', '171720.897500', '171721.357500', '171721.817500', '171722.277500', '171722.737500', '171723.197500', '171723.657500', '171724.117500', '171724.577500', '171725.037500', '171725.497500', '171725.957500', '171726.417500', '171726.877500', '171727.337500', '171727.797500', '171728.257500', '171728.717500', '171729.177500', '171729.637500', '171730.097500', '171730.557500', '171731.017500', '171731.477500', '171731.937500', '171732.397500', '171732.857500', '171733.317500', '171733.777500', '171734.237500', '171734.697500', '171735.157500', '171735.617500', '171736.077500', '171736.537500', '171736.997500', '171737.457500', '171737.917500', '171738.377500', '171738.837500', '171739.297500', '171739.757500', '171740.217500', '171740.677500', '171741.137500', '171741.597500', '171742.057500', '171742.517500', '171742.977500', '171743.437500', '171743.897500', '171744.357500', '171744.817500', '171745.277500', '171745.737500', '171746.197500', '171746.657500', '171747.117500', '171747.577500', '171748.037500', '171748.497500', '171748.957500', '171749.417500', '171749.877500', '171750.337500', '171750.797500', '171751.257500', '171751.717500', '171752.177500', '171752.637500', '171753.097500', '171753.557500', '171754.017500', '171754.477500', '171754.937500', '171755.397500', '171755.857500', '171756.317500', '171756.777500', '171757.237500', '171757.697500', '171758.157500', '171758.617500', '171759.077500', '171759.537500', '171759.997500', '171800.457500', '171800.917500', '171801.377500', '171801.837500', '171802.297500', '171802.757500', '171803.217500', '171803.677500', '171804.137500', '171804.597500', '171805.057500', '171805.517500', '171805.977500', '171806.437500', '171806.897500', '171807.357500', '171807.817500', '171808.277500', '171808.737500', '171809.197500', '171809.657500', '171810.117500', '171810.577500', '171811.037500', '171811.497500', '171811.957500', '171812.417500', '171812.877500', '171813.337500', '171813.797500', '171814.257500', '171814.717500', '171815.177500', '171815.637500', '171816.097500', '171816.557500', '171817.017500', '171817.477500', '171817.937500', '171818.397500', '171818.857500', '171819.317500', '171819.777500', '171820.237500', '171820.697500', '171821.157500', '171821.617500', '171822.077500', '171822.537500', '171822.997500', '171823.457500', '171823.917500', '171824.377500', '171824.837500', '171825.297500', '171825.757500', '171826.217500', '171826.677500', '171827.137500', '171827.597500', '171828.057500', '171828.517500', '171828.977500', '171829.437500', '171829.897500', '171830.357500', '171830.817500', '171831.277500', '171831.737500', '171832.197500', '171832.657500', '171833.117500', '171833.577500', '171834.037500', '171834.497500', '171834.957500', '171835.417500', '171835.877500', '171836.337500', '171836.797500', '171837.257500', '171837.717500', '171838.177500', '171838.637500', '171839.097500', '171839.557500', '171840.017500', '171840.477500', '171840.937500', '171841.397500', '171841.857500', '171842.317500', '171842.777500', '171843.237500', '171843.697500', '171844.157500', '171844.617500', '171845.077500', '171845.537500', '171845.997500', '171846.457500', '171846.917500', '171847.377500', '171847.837500', '171848.297500', '171848.757500', '171849.217500', '171849.677500', '171850.137500', '171850.597500', '171851.057500', '171851.517500', '171851.977500', '171852.437500', '171852.897500', '171853.357500', '171853.817500', '171854.277500', '171854.737500', '171855.197500', '171855.657500', '171856.117500', '171856.577500', '171857.037500', '171857.497500', '171857.957500', '171858.417500', '171858.877500', '171859.337500', '171859.797500', '171900.257500', '171900.717500', '171901.177500', '171901.637500', '171902.097500', '171902.557500', '171903.017500', '171903.477500', '171903.937500', '171904.397500', '171904.857500', '171905.317500', '171905.777500', '171906.237500', '171906.697500', '171907.157500', '171907.617500', '171908.077500', '171908.537500', '171908.997500', '171909.457500', '171909.917500', '171910.377500', '171910.837500', '171911.297500', '171911.757500', '171912.217500', '171912.677500', '171913.137500', '171913.597500', '171914.057500', '171914.517500', '171914.977500', '171915.437500', '171915.897500', '171916.357500', '171916.817500', '171917.277500', '171917.737500', '171918.197500', '171918.657500', '171919.117500', '171919.577500', '171920.037500', '171920.497500', '171920.957500', '171921.417500', '171921.877500', '171922.337500', '171922.797500', '171923.257500', '171923.717500', '171924.177500', '171924.637500', '171925.097500', '171925.557500', '171926.017500', '171926.477500', '171926.937500', '171927.397500', '171927.857500', '171928.317500', '171928.777500', '171929.237500', '171929.697500', '171930.157500', '171930.617500', '171931.077500', '171931.537500', '171931.997500', '171932.457500', '171932.917500', '171933.377500', '171933.837500', '171934.297500', '171934.757500', '171935.217500', '171935.677500', '171936.137500', '171936.597500', '171937.057500', '171937.517500', '171937.977500', '171938.437500', '171938.897500', '171939.357500', '171939.817500', '171940.277500', '171940.737500', '171941.197500', '171941.657500', '171942.117500', '171942.577500', '171943.037500', '171943.497500', '171943.957500', '171944.417500', '171944.877500', '171945.337500', '171945.797500', '171946.257500', '171946.717500', '171947.177500', '171947.637500', '171948.097500', '171948.557500', '171949.017500', '171949.477500', '171949.937500', '171950.397500', '171950.857500', '171951.317500', '171951.777500', '171952.237500', '171952.697500', '171953.157500', '171953.617500', '171954.077500', '171954.537500', '171954.997500', '171955.457500', '171955.917500', '171956.377500', '171956.837500', '171957.297500', '171957.757500', '171958.217500', '171958.677500', '171959.137500', '171959.597500', '172000.057500', '172000.517500', '172000.977500', '172001.437500', '172001.897500', '172002.357500', '172002.817500', '172003.277500', '172003.737500', '172004.197500', '172004.657500', '172005.117500', '172005.577500', '172006.037500', '172006.497500', '172006.957500', '172007.417500', '172007.877500', '172008.337500', '172008.797500', '172009.257500', '172009.717500', '172010.177500', '172010.637500', '172011.097500', '172011.557500', '172012.017500', '172012.477500', '172012.937500', '172013.397500', '172013.857500', '172014.317500', '172014.777500', '172015.237500', '172015.697500', '172016.157500', '172016.617500', '172017.077500', '172017.537500', '172017.997500', '172018.457500', '172018.917500', '172019.377500', '172019.837500', '172020.297500', '172020.757500', '172021.217500', '172021.677500', '172022.137500', '172022.597500', '172023.057500', '172023.517500', '172023.977500', '172024.437500', '172024.897500', '172025.357500', '172025.817500', '172026.277500', '172026.737500', '172027.197500', '172027.657500', '172028.117500', '172028.577500', '172029.037500', '172029.497500', '172029.957500', '172030.417500', '172030.877500', '172031.337500', '172031.797500', '172032.257500', '172032.717500', '172033.177500', '172033.637500', '172034.097500', '172034.557500', '172035.017500', '172035.477500', '172035.937500', '172036.397500', '172036.857500', '172037.317500', '172037.777500', '172038.237500', '172038.697500', '172039.157500', '172039.617500', '172040.077500', '172040.537500', '172040.997500'], 'ContentTime': ['170837.539000', '170837.542000', '170837.545000', '170837.548000', '170837.550000', '170837.553000', '170837.556000', '170837.558000', '170837.561000', '170837.563000', '170837.566000', '170837.577000', '170837.580000', '170837.582000', '170837.585000', '170837.588000', '170837.590000', '170837.593000', '170837.595000', '170837.598000', '170837.600000', '170837.603000', '170837.606000', '170837.608000', '170837.611000', '170837.613000', '170837.616000', '170837.618000', '170837.621000', '170837.624000', '170837.626000', '170837.629000', '170837.631000', '170837.634000', '170837.636000', '170837.639000', '170837.642000', '170837.644000', '170837.647000', '170837.649000', '170837.652000', '170837.655000', '170837.657000', '170837.660000', '170837.662000', '170837.665000', '170837.667000', '170837.670000', '170837.672000', '170837.680000', '170837.682000', '170837.685000', '170837.687000', '170837.690000', '170837.692000', '170837.695000', '170837.698000', '170837.700000', '170837.703000', '170837.705000', '170837.708000', '170837.710000', '170837.713000', '170857.509000', '170857.512000', '170857.515000', '170857.517000', '170857.520000', '170857.523000', '170857.525000', '170857.528000', '170857.530000', '170857.533000', '170857.536000', '170857.538000', '170857.541000', '170857.544000', '170857.546000', '170857.549000', '170857.552000', '170857.554000', '170857.557000', '170857.559000', '170857.562000', '170857.565000', '170857.567000', '170857.570000', '170857.572000', '170857.575000', '170857.578000', '170857.580000', '170857.583000', '170857.585000', '170857.588000', '170857.591000', '170857.593000', '170857.596000', '170857.598000', '170857.601000', '170857.604000', '170857.606000', '170857.609000', '170857.612000', '170857.614000', '170857.617000', '170857.619000', '170917.510000', '170917.512000', '170917.515000', '170917.518000', '170917.520000', '170917.523000', '170917.525000', '170917.528000', '170917.531000', '170917.533000', '170917.536000', '170917.538000', '170917.541000', '170917.544000', '170917.546000', '170917.549000', '170917.552000', '170917.554000', '170917.557000', '170917.559000', '170917.585000', '170917.588000', '170917.591000', '170917.593000', '170917.596000', '170917.598000', '170917.601000', '170917.604000', '170917.606000', '170917.609000', '170917.611000', '170917.614000', '170917.616000', '170917.619000', '170917.622000', '170917.624000', '170917.627000', '170917.630000', '170917.632000', '170917.635000', '170917.637000', '170917.640000', '170917.643000', '170917.645000', '170937.509000', '170937.511000', '170937.514000', '170937.516000', '170937.519000', '170937.522000', '170937.524000', '170937.527000', '170937.530000', '170937.532000', '170937.535000', '170937.537000', '170937.540000', '170937.542000', '170937.545000', '170937.548000', '170937.550000', '170937.553000', '170937.555000', '170937.558000', '170937.561000', '170937.563000', '170937.566000', '170937.568000', '170937.571000', '170937.573000', '170937.576000', '170937.579000', '170937.581000', '170937.584000', '170937.587000', '170937.590000', '170937.593000', '170937.596000', '170937.598000', '170937.601000', '170937.604000', '170937.607000', '170937.609000', '170937.612000', '170937.614000', '170937.617000', '170937.620000', '170957.508000', '170957.511000', '170957.514000', '170957.516000', '170957.519000', '170957.522000', '170957.524000', '170957.527000', '170957.529000', '170957.532000', '170957.535000', '170957.537000', '170957.540000', '170957.542000', '170957.545000', '170957.548000', '170957.550000', '170957.553000', '170957.556000', '170957.558000', '170957.561000', '170957.563000', '170957.566000', '170957.568000', '170957.571000', '170957.574000', '170957.576000', '170957.579000', '170957.581000', '170957.584000', '170957.587000', '170957.589000', '170957.592000', '170957.595000', '170957.597000', '170957.600000', '170957.602000', '170957.605000', '170957.607000', '170957.610000', '170957.613000', '170957.615000', '170957.618000', '170957.620000', '171017.509000', '171017.512000', '171017.515000', '171017.517000', '171017.530000', '171017.532000', '171017.535000', '171017.537000', '171017.540000', '171017.543000', '171017.545000', '171017.548000', '171017.550000', '171017.553000', '171017.556000', '171017.558000', '171017.561000', '171017.563000', '171017.566000', '171017.569000', '171017.571000', '171017.574000', '171017.577000', '171017.579000', '171017.582000', '171017.584000', '171017.587000', '171017.590000', '171017.592000', '171017.595000', '171017.598000', '171017.600000', '171017.603000', '171017.606000', '171017.609000', '171017.612000', '171017.614000', '171017.617000', '171017.620000', '171017.622000', '171017.625000', '171017.628000', '171017.630000', '171037.510000', '171037.513000', '171037.515000', '171037.518000', '171037.520000', '171037.523000', '171037.526000', '171037.528000', '171037.531000', '171037.533000', '171037.536000', '171037.539000', '171037.541000', '171037.544000', '171037.546000', '171037.549000', '171037.552000', '171037.554000', '171037.557000', '171037.559000', '171037.562000', '171037.565000', '171037.567000', '171037.570000', '171037.572000', '171037.575000', '171037.578000', '171037.580000', '171037.583000', '171037.585000', '171037.588000', '171037.591000', '171037.593000', '171037.596000', '171037.598000', '171037.601000', '171037.604000', '171037.606000', '171037.609000', '171037.611000', '171037.614000', '171037.617000', '171037.619000', '171037.622000', '171057.509000', '171057.512000', '171057.515000', '171057.518000', '171057.520000', '171057.523000', '171057.525000', '171057.528000', '171057.531000', '171057.533000', '171057.536000', '171057.538000', '171057.541000', '171057.544000', '171057.546000', '171057.559000', '171057.562000', '171057.564000', '171057.567000', '171057.570000', '171057.572000', '171057.575000', '171057.578000', '171057.580000', '171057.583000', '171057.585000', '171057.588000', '171057.591000', '171057.593000', '171057.596000', '171057.598000', '171057.601000', '171057.604000', '171057.606000', '171057.609000', '171057.611000', '171057.614000', '171057.617000', '171057.619000', '171057.622000', '171057.624000', '171057.628000', '171057.631000', '171117.510000', '171117.513000', '171117.515000', '171117.518000', '171117.520000', '171117.523000', '171117.526000', '171117.528000', '171117.531000', '171117.533000', '171117.536000', '171117.539000', '171117.541000', '171117.544000', '171117.546000', '171117.549000', '171117.552000', '171117.554000', '171117.557000', '171117.559000', '171117.562000', '171117.565000', '171117.567000', '171117.570000', '171117.572000', '171117.575000', '171117.578000', '171117.580000', '171117.583000', '171117.586000', '171117.588000', '171117.591000', '171117.594000', '171117.597000', '171117.599000', '171117.602000', '171117.604000', '171117.607000', '171117.610000', '171117.612000', '171117.615000', '171117.617000', '171117.620000', '171117.623000', '171137.509000', '171137.512000', '171137.515000', '171137.518000', '171137.520000', '171137.523000', '171137.525000', '171137.528000', '171137.530000', '171137.533000', '171137.536000', '171137.538000', '171137.541000', '171137.543000', '171137.546000', '171137.549000', '171137.551000', '171137.554000', '171137.556000', '171137.559000', '171137.562000', '171137.564000', '171137.567000', '171137.569000', '171137.572000', '171137.574000', '171137.577000', '171137.580000', '171137.582000', '171137.585000', '171137.587000', '171137.590000', '171137.593000', '171137.595000', '171137.598000', '171137.600000', '171137.603000', '171137.605000', '171137.608000', '171137.611000', '171137.613000', '171137.616000', '171137.619000', '171157.508000', '171157.511000', '171157.514000', '171157.516000', '171157.519000', '171157.522000', '171157.524000', '171157.527000', '171157.529000', '171157.532000', '171157.535000', '171157.537000', '171157.540000', '171157.543000', '171157.545000', '171157.548000', '171157.550000', '171157.553000', '171157.555000', '171157.558000', '171157.561000', '171157.563000', '171157.566000', '171157.568000', '171157.571000', '171157.574000', '171157.576000', '171157.579000', '171157.581000', '171157.584000', '171157.587000', '171157.589000', '171157.592000', '171157.594000', '171157.597000', '171157.600000', '171157.602000', '171157.605000', '171157.608000', '171157.610000', '171157.613000', '171157.615000', '171157.618000', '171157.621000', '171217.509000', '171217.511000', '171217.514000', '171217.517000', '171217.519000', '171217.522000', '171217.524000', '171217.527000', '171217.530000', '171217.532000', '171217.535000', '171217.537000', '171217.540000', '171217.543000', '171217.545000', '171217.548000', '171217.550000', '171217.553000', '171217.556000', '171217.558000', '171217.561000', '171217.563000', '171217.566000', '171217.569000', '171217.571000', '171217.574000', '171217.577000', '171217.579000', '171217.582000', '171217.584000', '171217.587000', '171217.590000', '171217.593000', '171217.595000', '171217.598000', '171217.600000', '171217.603000', '171217.606000', '171217.608000', '171217.611000', '171217.613000', '171217.616000', '171217.619000', '171237.509000', '171237.512000', '171237.515000', '171237.518000', '171237.520000', '171237.523000', '171237.525000', '171237.528000', '171237.531000', '171237.533000', '171237.536000', '171237.538000', '171237.541000', '171237.544000', '171237.546000', '171237.549000', '171237.552000', '171237.554000', '171237.557000', '171237.559000', '171237.562000', '171237.565000', '171237.567000', '171237.570000', '171237.572000', '171237.575000', '171237.578000', '171237.580000', '171237.583000', '171237.586000', '171237.588000', '171237.591000', '171237.593000', '171237.596000', '171237.599000', '171237.601000', '171237.604000', '171237.606000', '171237.609000', '171237.612000', '171237.614000', '171237.617000', '171237.620000', '171237.622000', '171257.509000', '171257.512000', '171257.515000', '171257.518000', '171257.520000', '171257.523000', '171257.525000', '171257.528000', '171257.531000', '171257.533000', '171257.536000', '171257.539000', '171257.541000', '171257.544000', '171257.546000', '171257.549000', '171257.552000', '171257.554000', '171257.557000', '171257.559000', '171257.562000', '171257.565000', '171257.567000', '171257.570000', '171257.572000', '171257.575000', '171257.578000', '171257.580000', '171257.583000', '171257.586000', '171257.588000', '171257.591000', '171257.593000', '171257.596000', '171257.599000', '171257.601000', '171257.604000', '171257.606000', '171257.609000', '171257.612000', '171257.614000', '171257.617000', '171257.619000', '171317.509000', '171317.512000', '171317.515000', '171317.517000', '171317.520000', '171317.523000', '171317.526000', '171317.528000', '171317.531000', '171317.533000', '171317.536000', '171317.539000', '171317.541000', '171317.544000', '171317.547000', '171317.549000', '171317.552000', '171317.555000', '171317.557000', '171317.560000', '171317.562000', '171317.565000', '171317.568000', '171317.570000', '171317.573000', '171317.576000', '171317.578000', '171317.581000', '171317.583000', '171317.586000', '171317.589000', '171317.591000', '171317.594000', '171317.596000', '171317.599000', '171317.602000', '171317.604000', '171317.607000', '171317.610000', '171317.612000', '171317.615000', '171317.617000', '171317.620000', '171317.623000', '171337.509000', '171337.512000', '171337.515000', '171337.518000', '171337.520000', '171337.523000', '171337.525000', '171337.528000', '171337.531000', '171337.533000', '171337.536000', '171337.538000', '171337.541000', '171337.544000', '171337.546000', '171337.549000', '171337.551000', '171337.554000', '171337.557000', '171337.559000', '171337.562000', '171337.564000', '171337.567000', '171337.570000', '171337.572000', '171337.575000', '171337.577000', '171337.580000', '171337.583000', '171337.585000', '171337.588000', '171337.590000', '171337.593000', '171337.596000', '171337.598000', '171337.601000', '171337.604000', '171337.606000', '171337.609000', '171337.612000', '171337.614000', '171337.617000', '171337.619000', '171357.510000', '171357.513000', '171357.515000', '171357.518000', '171357.520000', '171357.523000', '171357.526000', '171357.528000', '171357.531000', '171357.534000', '171357.537000', '171357.539000', '171357.542000', '171357.545000', '171357.549000', '171357.552000', '171357.554000', '171357.557000', '171357.559000', '171357.562000', '171357.565000', '171357.567000', '171357.583000', '171357.586000', '171357.589000', '171357.591000', '171357.594000', '171357.596000', '171357.599000', '171357.602000', '171357.604000', '171357.607000', '171357.610000', '171357.612000', '171357.615000', '171357.617000', '171357.620000', '171357.622000', '171357.625000', '171357.628000', '171357.630000', '171357.633000', '171357.636000', '171417.509000', '171417.511000', '171417.514000', '171417.517000', '171417.519000', '171417.522000', '171417.524000', '171417.527000', '171417.530000', '171417.532000', '171417.535000', '171417.537000', '171417.540000', '171417.543000', '171417.545000', '171417.548000', '171417.550000', '171417.553000', '171417.556000', '171417.558000', '171417.561000', '171417.563000', '171417.566000', '171417.569000', '171417.571000', '171417.574000', '171417.576000', '171417.579000', '171417.582000', '171417.584000', '171417.587000', '171417.589000', '171417.592000', '171417.595000', '171417.597000', '171417.600000', '171417.603000', '171417.605000', '171417.608000', '171417.610000', '171417.613000', '171417.615000', '171417.618000', '171417.621000', '171437.509000', '171437.512000', '171437.515000', '171437.517000', '171437.520000', '171437.523000', '171437.525000', '171437.528000', '171437.530000', '171437.533000', '171437.536000', '171437.538000', '171437.541000', '171437.544000', '171437.546000', '171437.549000', '171437.551000', '171437.554000', '171437.557000', '171437.559000', '171437.562000', '171437.565000', '171437.568000', '171437.570000', '171437.573000', '171437.575000', '171437.578000', '171437.581000', '171437.583000', '171437.586000', '171437.589000', '171437.591000', '171437.594000', '171437.597000', '171437.599000', '171437.602000', '171437.604000', '171437.607000', '171437.610000', '171437.612000', '171437.615000', '171437.617000', '171437.620000', '171437.623000', '171457.510000', '171457.512000', '171457.515000', '171457.518000', '171457.520000', '171457.523000', '171457.526000', '171457.528000', '171457.531000', '171457.533000', '171457.536000', '171457.538000', '171457.541000', '171457.544000', '171457.546000', '171457.549000', '171457.552000', '171457.554000', '171457.557000', '171457.560000', '171457.562000', '171457.565000', '171457.567000', '171457.570000', '171457.573000', '171457.575000', '171457.578000', '171457.580000', '171457.583000', '171457.586000', '171457.588000', '171457.591000', '171457.594000', '171457.596000', '171457.599000', '171457.601000', '171457.604000', '171457.607000', '171457.609000', '171457.612000', '171457.614000', '171457.617000', '171457.620000', '171517.510000', '171517.512000', '171517.515000', '171517.518000', '171517.520000', '171517.523000', '171517.526000', '171517.528000', '171517.531000', '171517.534000', '171517.536000', '171517.539000', '171517.541000', '171517.544000', '171517.547000', '171517.549000', '171517.552000', '171517.555000', '171517.557000', '171517.581000', '171517.583000', '171517.586000', '171517.589000', '171517.591000', '171517.594000', '171517.597000', '171517.600000', '171517.603000', '171517.606000', '171517.609000', '171517.611000', '171517.614000', '171517.616000', '171517.619000', '171517.622000', '171517.624000', '171517.627000', '171517.630000', '171517.632000', '171517.635000', '171517.637000', '171517.640000', '171517.642000', '171537.510000', '171537.513000', '171537.515000', '171537.518000', '171537.520000', '171537.523000', '171537.526000', '171537.528000', '171537.531000', '171537.533000', '171537.536000', '171537.539000', '171537.541000', '171537.544000', '171537.546000', '171537.549000', '171537.552000', '171537.554000', '171537.557000', '171537.560000', '171537.562000', '171537.565000', '171537.567000', '171537.570000', '171537.572000', '171537.575000', '171537.578000', '171537.580000', '171537.583000', '171537.585000', '171537.588000', '171537.591000', '171537.593000', '171537.596000', '171537.599000', '171537.601000', '171537.604000', '171537.606000', '171537.609000', '171537.611000', '171537.614000', '171537.617000', '171537.619000', '171537.622000', '171557.509000', '171557.512000', '171557.515000', '171557.518000', '171557.520000', '171557.523000', '171557.525000', '171557.528000', '171557.531000', '171557.533000', '171557.536000', '171557.538000', '171557.541000', '171557.544000', '171557.547000', '171557.550000', '171557.553000', '171557.556000', '171557.558000', '171557.561000', '171557.563000', '171557.566000', '171557.569000', '171557.571000', '171557.574000', '171557.576000', '171557.579000', '171557.581000', '171557.584000', '171557.587000', '171557.589000', '171557.592000', '171557.595000', '171557.597000', '171557.600000', '171557.603000', '171557.605000', '171557.608000', '171557.611000', '171557.613000', '171557.616000', '171557.619000', '171557.621000', '171617.510000', '171617.512000', '171617.515000', '171617.518000', '171617.520000', '171617.523000', '171617.526000', '171617.528000', '171617.531000', '171617.533000', '171617.536000', '171617.539000', '171617.541000', '171617.544000', '171617.546000', '171617.549000', '171617.552000', '171617.554000', '171617.557000', '171617.559000', '171617.562000', '171617.565000', '171617.567000', '171617.570000', '171617.573000', '171617.575000', '171617.583000', '171617.585000', '171617.588000', '171617.591000', '171617.593000', '171617.596000', '171617.599000', '171617.601000', '171617.604000', '171617.606000', '171617.609000', '171617.612000', '171617.615000', '171617.617000', '171617.620000', '171617.622000', '171617.625000', '171617.628000', '171637.509000', '171637.512000', '171637.514000', '171637.517000', '171637.519000', '171637.522000', '171637.525000', '171637.527000', '171637.530000', '171637.532000', '171637.535000', '171637.537000', '171637.540000', '171637.543000', '171637.545000', '171637.562000', '171637.565000', '171637.567000', '171637.570000', '171637.573000', '171637.575000', '171637.578000', '171637.580000', '171637.583000', '171637.586000', '171637.588000', '171637.591000', '171637.594000', '171637.596000', '171637.599000', '171637.602000', '171637.604000', '171637.607000', '171637.609000', '171637.612000', '171637.615000', '171637.617000', '171637.620000', '171637.622000', '171637.625000', '171637.628000', '171637.630000', '171637.633000', '171657.509000', '171657.512000', '171657.514000', '171657.517000', '171657.519000', '171657.522000', '171657.525000', '171657.527000', '171657.530000', '171657.532000', '171657.535000', '171657.538000', '171657.540000', '171657.543000', '171657.546000', '171657.548000', '171657.551000', '171657.554000', '171657.556000', '171657.559000', '171657.561000', '171657.564000', '171657.567000', '171657.569000', '171657.572000', '171657.574000', '171657.577000', '171657.580000', '171657.582000', '171657.585000', '171657.588000', '171657.590000', '171657.593000', '171657.595000', '171657.598000', '171657.601000', '171657.603000', '171657.606000', '171657.608000', '171657.611000', '171657.614000', '171657.616000', '171657.619000', '171657.622000', '171717.510000', '171717.513000', '171717.515000', '171717.518000', '171717.520000', '171717.523000', '171717.526000', '171717.528000', '171717.531000', '171717.533000', '171717.536000', '171717.539000', '171717.541000', '171717.544000', '171717.546000', '171717.549000', '171717.552000', '171717.554000', '171717.557000', '171717.559000', '171717.562000', '171717.565000', '171717.567000', '171717.570000', '171717.572000', '171717.575000', '171717.578000', '171717.580000', '171717.583000', '171717.586000', '171717.590000', '171717.593000', '171717.595000', '171717.598000', '171717.601000', '171717.604000', '171717.606000', '171717.609000', '171717.611000', '171717.614000', '171717.617000', '171717.619000', '171717.622000', '171737.510000', '171737.513000', '171737.515000', '171737.518000', '171737.520000', '171737.523000', '171737.526000', '171737.528000', '171737.531000', '171737.533000', '171737.536000', '171737.539000', '171737.541000', '171737.544000', '171737.547000', '171737.549000', '171737.552000', '171737.554000', '171737.557000', '171737.560000', '171737.562000', '171737.565000', '171737.567000', '171737.570000', '171737.573000', '171737.575000', '171737.578000', '171737.581000', '171737.583000', '171737.586000', '171737.589000', '171737.591000', '171737.594000', '171737.597000', '171737.599000', '171737.602000', '171737.604000', '171737.607000', '171737.610000', '171737.612000', '171737.615000', '171737.617000', '171737.620000', '171737.623000', '171757.510000', '171757.512000', '171757.515000', '171757.518000', '171757.520000', '171757.523000', '171757.525000', '171757.528000', '171757.531000', '171757.533000', '171757.536000', '171757.538000', '171757.550000', '171757.553000', '171757.555000', '171757.558000', '171757.561000', '171757.563000', '171757.566000', '171757.568000', '171757.571000', '171757.574000', '171757.576000', '171757.579000', '171757.582000', '171757.584000', '171757.587000', '171757.590000', '171757.592000', '171757.595000', '171757.597000', '171757.600000', '171757.603000', '171757.605000', '171757.608000', '171757.610000', '171757.613000', '171757.616000', '171757.618000', '171757.621000', '171757.624000', '171757.626000', '171757.629000', '171817.510000', '171817.512000', '171817.515000', '171817.518000', '171817.520000', '171817.523000', '171817.526000', '171817.528000', '171817.531000', '171817.533000', '171817.536000', '171817.539000', '171817.541000', '171817.544000', '171817.546000', '171817.549000', '171817.552000', '171817.554000', '171817.557000', '171817.560000', '171817.562000', '171817.565000', '171817.567000', '171817.570000', '171817.573000', '171817.575000', '171817.578000', '171817.580000', '171817.583000', '171817.586000', '171817.588000', '171817.591000', '171817.594000', '171817.596000', '171817.599000', '171817.601000', '171817.604000', '171817.607000', '171817.609000', '171817.612000', '171817.615000', '171817.617000', '171817.620000', '171817.622000', '171837.509000', '171837.511000', '171837.514000', '171837.517000', '171837.519000', '171837.522000', '171837.525000', '171837.527000', '171837.530000', '171837.532000', '171837.535000', '171837.538000', '171837.540000', '171837.543000', '171837.545000', '171837.548000', '171837.551000', '171837.553000', '171837.556000', '171837.559000', '171837.561000', '171837.564000', '171837.567000', '171837.569000', '171837.572000', '171837.574000', '171837.577000', '171837.580000', '171837.582000', '171837.585000', '171837.588000', '171837.590000', '171837.593000', '171837.596000', '171837.599000', '171837.602000', '171837.605000', '171837.607000', '171837.610000', '171837.613000', '171837.615000', '171837.618000', '171837.621000', '171857.509000', '171857.511000', '171857.514000', '171857.517000', '171857.519000', '171857.522000', '171857.524000', '171857.527000', '171857.530000', '171857.532000', '171857.535000', '171857.537000', '171857.540000', '171857.543000', '171857.545000', '171857.548000', '171857.550000', '171857.553000', '171857.556000', '171857.558000', '171857.561000', '171857.563000', '171857.566000', '171857.568000', '171857.571000', '171857.574000', '171857.577000', '171857.579000', '171857.582000', '171857.584000', '171857.587000', '171857.590000', '171857.593000', '171857.595000', '171857.598000', '171857.600000', '171857.603000', '171857.606000', '171857.608000', '171857.611000', '171857.613000', '171857.616000', '171857.619000', '171857.621000', '171917.509000', '171917.512000', '171917.514000', '171917.517000', '171917.520000', '171917.522000', '171917.525000', '171917.527000', '171917.530000', '171917.533000', '171917.535000', '171917.538000', '171917.540000', '171917.543000', '171917.545000', '171917.548000', '171917.551000', '171917.553000', '171917.556000', '171917.558000', '171917.561000', '171917.564000', '171917.566000', '171917.569000', '171917.571000', '171917.574000', '171917.577000', '171917.579000', '171917.582000', '171917.584000', '171917.587000', '171917.590000', '171917.592000', '171917.595000', '171917.598000', '171917.600000', '171917.603000', '171917.605000', '171917.608000', '171917.611000', '171917.613000', '171917.616000', '171917.618000', '171937.510000', '171937.513000', '171937.515000', '171937.518000', '171937.521000', '171937.523000', '171937.526000', '171937.528000', '171937.531000', '171937.534000', '171937.536000', '171937.539000', '171937.542000', '171937.544000', '171937.547000', '171937.550000', '171937.552000', '171937.555000', '171937.557000', '171937.560000', '171937.562000', '171937.565000', '171937.568000', '171937.570000', '171937.573000', '171937.576000', '171937.578000', '171937.581000', '171937.583000', '171937.586000', '171937.589000', '171937.591000', '171937.594000', '171937.596000', '171937.599000', '171937.601000', '171937.604000', '171937.607000', '171937.609000', '171937.612000', '171937.615000', '171937.617000', '171937.620000', '171957.510000', '171957.512000', '171957.515000', '171957.518000', '171957.520000', '171957.523000', '171957.526000', '171957.528000', '171957.531000', '171957.533000', '171957.536000', '171957.539000', '171957.541000', '171957.544000', '171957.547000', '171957.549000', '171957.552000', '171957.554000', '171957.557000', '171957.560000', '171957.562000', '171957.565000', '171957.568000', '171957.570000', '171957.573000', '171957.575000', '171957.578000', '171957.580000', '171957.583000', '171957.586000', '171957.588000', '171957.591000', '171957.594000', '171957.596000', '171957.599000', '171957.601000', '171957.604000', '171957.607000', '171957.609000', '171957.612000', '171957.614000', '171957.617000', '171957.620000', '171957.622000', '172017.510000', '172017.513000', '172017.515000', '172017.518000', '172017.521000', '172017.523000', '172017.526000', '172017.529000', '172017.531000', '172017.534000', '172017.537000', '172017.539000', '172017.542000', '172017.545000', '172017.547000', '172017.550000', '172017.553000', '172017.555000', '172017.558000', '172017.561000', '172017.597000', '172017.600000', '172017.602000', '172017.605000', '172017.608000', '172017.610000', '172017.613000', '172017.615000', '172017.618000', '172017.621000', '172017.623000', '172017.626000', '172017.629000', '172017.631000', '172017.634000', '172017.637000', '172017.640000', '172017.642000', '172017.645000', '172017.648000', '172017.650000', '172017.653000', '172017.656000', '172017.658000', '172037.510000', '172037.512000', '172037.515000', '172037.518000', '172037.520000', '172037.523000', '172037.526000', '172037.528000', '172037.531000', '172037.533000', '172037.536000', '172037.539000', '172037.541000', '172037.544000', '172037.546000', '172037.549000', '172037.552000', '172037.554000', '172037.557000', '172037.559000', '172037.562000', '172037.565000', '172037.567000', '172037.570000', '172037.572000', '172037.575000', '172037.578000', '172037.580000', '172037.583000', '172037.585000', '172037.588000', '172037.591000', '172037.593000', '172037.596000', '172037.598000', '172037.601000', '172037.604000', '172037.606000', '172037.609000', '172037.612000', '172037.615000', '172037.618000', '172037.620000', '172042.696000', '172042.699000', '172042.701000', '172042.704000', '172042.707000', '172042.709000', '172042.712000', '172042.714000', '172042.717000', '172042.720000', '172042.722000', '172042.725000'], 'InstanceCreationTime': ['170837.539000', '170837.542000', '170837.545000', '170837.548000', '170837.550000', '170837.553000', '170837.556000', '170837.558000', '170837.561000', '170837.563000', '170837.566000', '170837.577000', '170837.580000', '170837.582000', '170837.585000', '170837.588000', '170837.590000', '170837.593000', '170837.595000', '170837.598000', '170837.600000', '170837.603000', '170837.606000', '170837.608000', '170837.611000', '170837.613000', '170837.616000', '170837.618000', '170837.621000', '170837.624000', '170837.626000', '170837.629000', '170837.631000', '170837.634000', '170837.636000', '170837.639000', '170837.642000', '170837.644000', '170837.647000', '170837.649000', '170837.652000', '170837.655000', '170837.657000', '170837.660000', '170837.662000', '170837.665000', '170837.667000', '170837.670000', '170837.672000', '170837.680000', '170837.682000', '170837.685000', '170837.687000', '170837.690000', '170837.692000', '170837.695000', '170837.698000', '170837.700000', '170837.703000', '170837.705000', '170837.708000', '170837.710000', '170837.713000', '170857.509000', '170857.512000', '170857.515000', '170857.517000', '170857.520000', '170857.523000', '170857.525000', '170857.528000', '170857.530000', '170857.533000', '170857.536000', '170857.538000', '170857.541000', '170857.544000', '170857.546000', '170857.549000', '170857.552000', '170857.554000', '170857.557000', '170857.559000', '170857.562000', '170857.565000', '170857.567000', '170857.570000', '170857.572000', '170857.575000', '170857.578000', '170857.580000', '170857.583000', '170857.585000', '170857.588000', '170857.591000', '170857.593000', '170857.596000', '170857.598000', '170857.601000', '170857.604000', '170857.606000', '170857.609000', '170857.612000', '170857.614000', '170857.617000', '170857.619000', '170917.510000', '170917.512000', '170917.515000', '170917.518000', '170917.520000', '170917.523000', '170917.525000', '170917.528000', '170917.531000', '170917.533000', '170917.536000', '170917.538000', '170917.541000', '170917.544000', '170917.546000', '170917.549000', '170917.552000', '170917.554000', '170917.557000', '170917.559000', '170917.585000', '170917.588000', '170917.591000', '170917.593000', '170917.596000', '170917.598000', '170917.601000', '170917.604000', '170917.606000', '170917.609000', '170917.611000', '170917.614000', '170917.616000', '170917.619000', '170917.622000', '170917.624000', '170917.627000', '170917.630000', '170917.632000', '170917.635000', '170917.637000', '170917.640000', '170917.643000', '170917.645000', '170937.509000', '170937.511000', '170937.514000', '170937.516000', '170937.519000', '170937.522000', '170937.524000', '170937.527000', '170937.530000', '170937.532000', '170937.535000', '170937.537000', '170937.540000', '170937.542000', '170937.545000', '170937.548000', '170937.550000', '170937.553000', '170937.555000', '170937.558000', '170937.561000', '170937.563000', '170937.566000', '170937.568000', '170937.571000', '170937.573000', '170937.576000', '170937.579000', '170937.581000', '170937.584000', '170937.587000', '170937.590000', '170937.593000', '170937.596000', '170937.598000', '170937.601000', '170937.604000', '170937.607000', '170937.609000', '170937.612000', '170937.614000', '170937.617000', '170937.620000', '170957.508000', '170957.511000', '170957.514000', '170957.516000', '170957.519000', '170957.522000', '170957.524000', '170957.527000', '170957.529000', '170957.532000', '170957.535000', '170957.537000', '170957.540000', '170957.542000', '170957.545000', '170957.548000', '170957.550000', '170957.553000', '170957.556000', '170957.558000', '170957.561000', '170957.563000', '170957.566000', '170957.568000', '170957.571000', '170957.574000', '170957.576000', '170957.579000', '170957.581000', '170957.584000', '170957.587000', '170957.589000', '170957.592000', '170957.595000', '170957.597000', '170957.600000', '170957.602000', '170957.605000', '170957.607000', '170957.610000', '170957.613000', '170957.615000', '170957.618000', '170957.620000', '171017.509000', '171017.512000', '171017.515000', '171017.517000', '171017.530000', '171017.532000', '171017.535000', '171017.537000', '171017.540000', '171017.543000', '171017.545000', '171017.548000', '171017.550000', '171017.553000', '171017.556000', '171017.558000', '171017.561000', '171017.563000', '171017.566000', '171017.569000', '171017.571000', '171017.574000', '171017.577000', '171017.579000', '171017.582000', '171017.584000', '171017.587000', '171017.590000', '171017.592000', '171017.595000', '171017.598000', '171017.600000', '171017.603000', '171017.606000', '171017.609000', '171017.612000', '171017.614000', '171017.617000', '171017.620000', '171017.622000', '171017.625000', '171017.628000', '171017.630000', '171037.510000', '171037.513000', '171037.515000', '171037.518000', '171037.520000', '171037.523000', '171037.526000', '171037.528000', '171037.531000', '171037.533000', '171037.536000', '171037.539000', '171037.541000', '171037.544000', '171037.546000', '171037.549000', '171037.552000', '171037.554000', '171037.557000', '171037.559000', '171037.562000', '171037.565000', '171037.567000', '171037.570000', '171037.572000', '171037.575000', '171037.578000', '171037.580000', '171037.583000', '171037.585000', '171037.588000', '171037.591000', '171037.593000', '171037.596000', '171037.598000', '171037.601000', '171037.604000', '171037.606000', '171037.609000', '171037.611000', '171037.614000', '171037.617000', '171037.619000', '171037.622000', '171057.509000', '171057.512000', '171057.515000', '171057.518000', '171057.520000', '171057.523000', '171057.525000', '171057.528000', '171057.531000', '171057.533000', '171057.536000', '171057.538000', '171057.541000', '171057.544000', '171057.546000', '171057.559000', '171057.562000', '171057.564000', '171057.567000', '171057.570000', '171057.572000', '171057.575000', '171057.578000', '171057.580000', '171057.583000', '171057.585000', '171057.588000', '171057.591000', '171057.593000', '171057.596000', '171057.598000', '171057.601000', '171057.604000', '171057.606000', '171057.609000', '171057.611000', '171057.614000', '171057.617000', '171057.619000', '171057.622000', '171057.624000', '171057.628000', '171057.631000', '171117.510000', '171117.513000', '171117.515000', '171117.518000', '171117.520000', '171117.523000', '171117.526000', '171117.528000', '171117.531000', '171117.533000', '171117.536000', '171117.539000', '171117.541000', '171117.544000', '171117.546000', '171117.549000', '171117.552000', '171117.554000', '171117.557000', '171117.559000', '171117.562000', '171117.565000', '171117.567000', '171117.570000', '171117.572000', '171117.575000', '171117.578000', '171117.580000', '171117.583000', '171117.586000', '171117.588000', '171117.591000', '171117.594000', '171117.597000', '171117.599000', '171117.602000', '171117.604000', '171117.607000', '171117.610000', '171117.612000', '171117.615000', '171117.617000', '171117.620000', '171117.623000', '171137.509000', '171137.512000', '171137.515000', '171137.518000', '171137.520000', '171137.523000', '171137.525000', '171137.528000', '171137.530000', '171137.533000', '171137.536000', '171137.538000', '171137.541000', '171137.543000', '171137.546000', '171137.549000', '171137.551000', '171137.554000', '171137.556000', '171137.559000', '171137.562000', '171137.564000', '171137.567000', '171137.569000', '171137.572000', '171137.574000', '171137.577000', '171137.580000', '171137.582000', '171137.585000', '171137.587000', '171137.590000', '171137.593000', '171137.595000', '171137.598000', '171137.600000', '171137.603000', '171137.605000', '171137.608000', '171137.611000', '171137.613000', '171137.616000', '171137.619000', '171157.508000', '171157.511000', '171157.514000', '171157.516000', '171157.519000', '171157.522000', '171157.524000', '171157.527000', '171157.529000', '171157.532000', '171157.535000', '171157.537000', '171157.540000', '171157.543000', '171157.545000', '171157.548000', '171157.550000', '171157.553000', '171157.555000', '171157.558000', '171157.561000', '171157.563000', '171157.566000', '171157.568000', '171157.571000', '171157.574000', '171157.576000', '171157.579000', '171157.581000', '171157.584000', '171157.587000', '171157.589000', '171157.592000', '171157.594000', '171157.597000', '171157.600000', '171157.602000', '171157.605000', '171157.608000', '171157.610000', '171157.613000', '171157.615000', '171157.618000', '171157.621000', '171217.509000', '171217.511000', '171217.514000', '171217.517000', '171217.519000', '171217.522000', '171217.524000', '171217.527000', '171217.530000', '171217.532000', '171217.535000', '171217.537000', '171217.540000', '171217.543000', '171217.545000', '171217.548000', '171217.550000', '171217.553000', '171217.556000', '171217.558000', '171217.561000', '171217.563000', '171217.566000', '171217.569000', '171217.571000', '171217.574000', '171217.577000', '171217.579000', '171217.582000', '171217.584000', '171217.587000', '171217.590000', '171217.593000', '171217.595000', '171217.598000', '171217.600000', '171217.603000', '171217.606000', '171217.608000', '171217.611000', '171217.613000', '171217.616000', '171217.619000', '171237.509000', '171237.512000', '171237.515000', '171237.518000', '171237.520000', '171237.523000', '171237.525000', '171237.528000', '171237.531000', '171237.533000', '171237.536000', '171237.538000', '171237.541000', '171237.544000', '171237.546000', '171237.549000', '171237.552000', '171237.554000', '171237.557000', '171237.559000', '171237.562000', '171237.565000', '171237.567000', '171237.570000', '171237.572000', '171237.575000', '171237.578000', '171237.580000', '171237.583000', '171237.586000', '171237.588000', '171237.591000', '171237.593000', '171237.596000', '171237.599000', '171237.601000', '171237.604000', '171237.606000', '171237.609000', '171237.612000', '171237.614000', '171237.617000', '171237.620000', '171237.622000', '171257.509000', '171257.512000', '171257.515000', '171257.518000', '171257.520000', '171257.523000', '171257.525000', '171257.528000', '171257.531000', '171257.533000', '171257.536000', '171257.539000', '171257.541000', '171257.544000', '171257.546000', '171257.549000', '171257.552000', '171257.554000', '171257.557000', '171257.559000', '171257.562000', '171257.565000', '171257.567000', '171257.570000', '171257.572000', '171257.575000', '171257.578000', '171257.580000', '171257.583000', '171257.586000', '171257.588000', '171257.591000', '171257.593000', '171257.596000', '171257.599000', '171257.601000', '171257.604000', '171257.606000', '171257.609000', '171257.612000', '171257.614000', '171257.617000', '171257.619000', '171317.509000', '171317.512000', '171317.515000', '171317.517000', '171317.520000', '171317.523000', '171317.526000', '171317.528000', '171317.531000', '171317.533000', '171317.536000', '171317.539000', '171317.541000', '171317.544000', '171317.547000', '171317.549000', '171317.552000', '171317.555000', '171317.557000', '171317.560000', '171317.562000', '171317.565000', '171317.568000', '171317.570000', '171317.573000', '171317.576000', '171317.578000', '171317.581000', '171317.583000', '171317.586000', '171317.589000', '171317.591000', '171317.594000', '171317.596000', '171317.599000', '171317.602000', '171317.604000', '171317.607000', '171317.610000', '171317.612000', '171317.615000', '171317.617000', '171317.620000', '171317.623000', '171337.509000', '171337.512000', '171337.515000', '171337.518000', '171337.520000', '171337.523000', '171337.525000', '171337.528000', '171337.531000', '171337.533000', '171337.536000', '171337.538000', '171337.541000', '171337.544000', '171337.546000', '171337.549000', '171337.551000', '171337.554000', '171337.557000', '171337.559000', '171337.562000', '171337.564000', '171337.567000', '171337.570000', '171337.572000', '171337.575000', '171337.577000', '171337.580000', '171337.583000', '171337.585000', '171337.588000', '171337.590000', '171337.593000', '171337.596000', '171337.598000', '171337.601000', '171337.604000', '171337.606000', '171337.609000', '171337.612000', '171337.614000', '171337.617000', '171337.619000', '171357.510000', '171357.513000', '171357.515000', '171357.518000', '171357.520000', '171357.523000', '171357.526000', '171357.528000', '171357.531000', '171357.534000', '171357.537000', '171357.539000', '171357.542000', '171357.545000', '171357.549000', '171357.552000', '171357.554000', '171357.557000', '171357.559000', '171357.562000', '171357.565000', '171357.567000', '171357.583000', '171357.586000', '171357.589000', '171357.591000', '171357.594000', '171357.596000', '171357.599000', '171357.602000', '171357.604000', '171357.607000', '171357.610000', '171357.612000', '171357.615000', '171357.617000', '171357.620000', '171357.622000', '171357.625000', '171357.628000', '171357.630000', '171357.633000', '171357.636000', '171417.509000', '171417.511000', '171417.514000', '171417.517000', '171417.519000', '171417.522000', '171417.524000', '171417.527000', '171417.530000', '171417.532000', '171417.535000', '171417.537000', '171417.540000', '171417.543000', '171417.545000', '171417.548000', '171417.550000', '171417.553000', '171417.556000', '171417.558000', '171417.561000', '171417.563000', '171417.566000', '171417.569000', '171417.571000', '171417.574000', '171417.576000', '171417.579000', '171417.582000', '171417.584000', '171417.587000', '171417.589000', '171417.592000', '171417.595000', '171417.597000', '171417.600000', '171417.603000', '171417.605000', '171417.608000', '171417.610000', '171417.613000', '171417.615000', '171417.618000', '171417.621000', '171437.509000', '171437.512000', '171437.515000', '171437.517000', '171437.520000', '171437.523000', '171437.525000', '171437.528000', '171437.530000', '171437.533000', '171437.536000', '171437.538000', '171437.541000', '171437.544000', '171437.546000', '171437.549000', '171437.551000', '171437.554000', '171437.557000', '171437.559000', '171437.562000', '171437.565000', '171437.568000', '171437.570000', '171437.573000', '171437.575000', '171437.578000', '171437.581000', '171437.583000', '171437.586000', '171437.589000', '171437.591000', '171437.594000', '171437.597000', '171437.599000', '171437.602000', '171437.604000', '171437.607000', '171437.610000', '171437.612000', '171437.615000', '171437.617000', '171437.620000', '171437.623000', '171457.510000', '171457.512000', '171457.515000', '171457.518000', '171457.520000', '171457.523000', '171457.526000', '171457.528000', '171457.531000', '171457.533000', '171457.536000', '171457.538000', '171457.541000', '171457.544000', '171457.546000', '171457.549000', '171457.552000', '171457.554000', '171457.557000', '171457.560000', '171457.562000', '171457.565000', '171457.567000', '171457.570000', '171457.573000', '171457.575000', '171457.578000', '171457.580000', '171457.583000', '171457.586000', '171457.588000', '171457.591000', '171457.594000', '171457.596000', '171457.599000', '171457.601000', '171457.604000', '171457.607000', '171457.609000', '171457.612000', '171457.614000', '171457.617000', '171457.620000', '171517.510000', '171517.512000', '171517.515000', '171517.518000', '171517.520000', '171517.523000', '171517.526000', '171517.528000', '171517.531000', '171517.534000', '171517.536000', '171517.539000', '171517.541000', '171517.544000', '171517.547000', '171517.549000', '171517.552000', '171517.555000', '171517.557000', '171517.581000', '171517.583000', '171517.586000', '171517.589000', '171517.591000', '171517.594000', '171517.597000', '171517.600000', '171517.603000', '171517.606000', '171517.609000', '171517.611000', '171517.614000', '171517.616000', '171517.619000', '171517.622000', '171517.624000', '171517.627000', '171517.630000', '171517.632000', '171517.635000', '171517.637000', '171517.640000', '171517.642000', '171537.510000', '171537.513000', '171537.515000', '171537.518000', '171537.520000', '171537.523000', '171537.526000', '171537.528000', '171537.531000', '171537.533000', '171537.536000', '171537.539000', '171537.541000', '171537.544000', '171537.546000', '171537.549000', '171537.552000', '171537.554000', '171537.557000', '171537.560000', '171537.562000', '171537.565000', '171537.567000', '171537.570000', '171537.572000', '171537.575000', '171537.578000', '171537.580000', '171537.583000', '171537.585000', '171537.588000', '171537.591000', '171537.593000', '171537.596000', '171537.599000', '171537.601000', '171537.604000', '171537.606000', '171537.609000', '171537.611000', '171537.614000', '171537.617000', '171537.619000', '171537.622000', '171557.509000', '171557.512000', '171557.515000', '171557.518000', '171557.520000', '171557.523000', '171557.525000', '171557.528000', '171557.531000', '171557.533000', '171557.536000', '171557.538000', '171557.541000', '171557.544000', '171557.547000', '171557.550000', '171557.553000', '171557.556000', '171557.558000', '171557.561000', '171557.563000', '171557.566000', '171557.569000', '171557.571000', '171557.574000', '171557.576000', '171557.579000', '171557.581000', '171557.584000', '171557.587000', '171557.589000', '171557.592000', '171557.595000', '171557.597000', '171557.600000', '171557.603000', '171557.605000', '171557.608000', '171557.611000', '171557.613000', '171557.616000', '171557.619000', '171557.621000', '171617.510000', '171617.512000', '171617.515000', '171617.518000', '171617.520000', '171617.523000', '171617.526000', '171617.528000', '171617.531000', '171617.533000', '171617.536000', '171617.539000', '171617.541000', '171617.544000', '171617.546000', '171617.549000', '171617.552000', '171617.554000', '171617.557000', '171617.559000', '171617.562000', '171617.565000', '171617.567000', '171617.570000', '171617.573000', '171617.575000', '171617.583000', '171617.585000', '171617.588000', '171617.591000', '171617.593000', '171617.596000', '171617.599000', '171617.601000', '171617.604000', '171617.606000', '171617.609000', '171617.612000', '171617.615000', '171617.617000', '171617.620000', '171617.622000', '171617.625000', '171617.628000', '171637.509000', '171637.512000', '171637.514000', '171637.517000', '171637.519000', '171637.522000', '171637.525000', '171637.527000', '171637.530000', '171637.532000', '171637.535000', '171637.537000', '171637.540000', '171637.543000', '171637.545000', '171637.562000', '171637.565000', '171637.567000', '171637.570000', '171637.573000', '171637.575000', '171637.578000', '171637.580000', '171637.583000', '171637.586000', '171637.588000', '171637.591000', '171637.594000', '171637.596000', '171637.599000', '171637.602000', '171637.604000', '171637.607000', '171637.609000', '171637.612000', '171637.615000', '171637.617000', '171637.620000', '171637.622000', '171637.625000', '171637.628000', '171637.630000', '171637.633000', '171657.509000', '171657.512000', '171657.514000', '171657.517000', '171657.519000', '171657.522000', '171657.525000', '171657.527000', '171657.530000', '171657.532000', '171657.535000', '171657.538000', '171657.540000', '171657.543000', '171657.546000', '171657.548000', '171657.551000', '171657.554000', '171657.556000', '171657.559000', '171657.561000', '171657.564000', '171657.567000', '171657.569000', '171657.572000', '171657.574000', '171657.577000', '171657.580000', '171657.582000', '171657.585000', '171657.588000', '171657.590000', '171657.593000', '171657.595000', '171657.598000', '171657.601000', '171657.603000', '171657.606000', '171657.608000', '171657.611000', '171657.614000', '171657.616000', '171657.619000', '171657.622000', '171717.510000', '171717.513000', '171717.515000', '171717.518000', '171717.520000', '171717.523000', '171717.526000', '171717.528000', '171717.531000', '171717.533000', '171717.536000', '171717.539000', '171717.541000', '171717.544000', '171717.546000', '171717.549000', '171717.552000', '171717.554000', '171717.557000', '171717.559000', '171717.562000', '171717.565000', '171717.567000', '171717.570000', '171717.572000', '171717.575000', '171717.578000', '171717.580000', '171717.583000', '171717.586000', '171717.590000', '171717.593000', '171717.595000', '171717.598000', '171717.601000', '171717.604000', '171717.606000', '171717.609000', '171717.611000', '171717.614000', '171717.617000', '171717.619000', '171717.622000', '171737.510000', '171737.513000', '171737.515000', '171737.518000', '171737.520000', '171737.523000', '171737.526000', '171737.528000', '171737.531000', '171737.533000', '171737.536000', '171737.539000', '171737.541000', '171737.544000', '171737.547000', '171737.549000', '171737.552000', '171737.554000', '171737.557000', '171737.560000', '171737.562000', '171737.565000', '171737.567000', '171737.570000', '171737.573000', '171737.575000', '171737.578000', '171737.581000', '171737.583000', '171737.586000', '171737.589000', '171737.591000', '171737.594000', '171737.597000', '171737.599000', '171737.602000', '171737.604000', '171737.607000', '171737.610000', '171737.612000', '171737.615000', '171737.617000', '171737.620000', '171737.623000', '171757.510000', '171757.512000', '171757.515000', '171757.518000', '171757.520000', '171757.523000', '171757.525000', '171757.528000', '171757.531000', '171757.533000', '171757.536000', '171757.538000', '171757.550000', '171757.553000', '171757.555000', '171757.558000', '171757.561000', '171757.563000', '171757.566000', '171757.568000', '171757.571000', '171757.574000', '171757.576000', '171757.579000', '171757.582000', '171757.584000', '171757.587000', '171757.590000', '171757.592000', '171757.595000', '171757.597000', '171757.600000', '171757.603000', '171757.605000', '171757.608000', '171757.610000', '171757.613000', '171757.616000', '171757.618000', '171757.621000', '171757.624000', '171757.626000', '171757.629000', '171817.510000', '171817.512000', '171817.515000', '171817.518000', '171817.520000', '171817.523000', '171817.526000', '171817.528000', '171817.531000', '171817.533000', '171817.536000', '171817.539000', '171817.541000', '171817.544000', '171817.546000', '171817.549000', '171817.552000', '171817.554000', '171817.557000', '171817.560000', '171817.562000', '171817.565000', '171817.567000', '171817.570000', '171817.573000', '171817.575000', '171817.578000', '171817.580000', '171817.583000', '171817.586000', '171817.588000', '171817.591000', '171817.594000', '171817.596000', '171817.599000', '171817.601000', '171817.604000', '171817.607000', '171817.609000', '171817.612000', '171817.615000', '171817.617000', '171817.620000', '171817.622000', '171837.509000', '171837.511000', '171837.514000', '171837.517000', '171837.519000', '171837.522000', '171837.525000', '171837.527000', '171837.530000', '171837.532000', '171837.535000', '171837.538000', '171837.540000', '171837.543000', '171837.545000', '171837.548000', '171837.551000', '171837.553000', '171837.556000', '171837.559000', '171837.561000', '171837.564000', '171837.567000', '171837.569000', '171837.572000', '171837.574000', '171837.577000', '171837.580000', '171837.582000', '171837.585000', '171837.588000', '171837.590000', '171837.593000', '171837.596000', '171837.599000', '171837.602000', '171837.605000', '171837.607000', '171837.610000', '171837.613000', '171837.615000', '171837.618000', '171837.621000', '171857.509000', '171857.511000', '171857.514000', '171857.517000', '171857.519000', '171857.522000', '171857.524000', '171857.527000', '171857.530000', '171857.532000', '171857.535000', '171857.537000', '171857.540000', '171857.543000', '171857.545000', '171857.548000', '171857.550000', '171857.553000', '171857.556000', '171857.558000', '171857.561000', '171857.563000', '171857.566000', '171857.568000', '171857.571000', '171857.574000', '171857.577000', '171857.579000', '171857.582000', '171857.584000', '171857.587000', '171857.590000', '171857.593000', '171857.595000', '171857.598000', '171857.600000', '171857.603000', '171857.606000', '171857.608000', '171857.611000', '171857.613000', '171857.616000', '171857.619000', '171857.621000', '171917.509000', '171917.512000', '171917.514000', '171917.517000', '171917.520000', '171917.522000', '171917.525000', '171917.527000', '171917.530000', '171917.533000', '171917.535000', '171917.538000', '171917.540000', '171917.543000', '171917.545000', '171917.548000', '171917.551000', '171917.553000', '171917.556000', '171917.558000', '171917.561000', '171917.564000', '171917.566000', '171917.569000', '171917.571000', '171917.574000', '171917.577000', '171917.579000', '171917.582000', '171917.584000', '171917.587000', '171917.590000', '171917.592000', '171917.595000', '171917.598000', '171917.600000', '171917.603000', '171917.605000', '171917.608000', '171917.611000', '171917.613000', '171917.616000', '171917.618000', '171937.510000', '171937.513000', '171937.515000', '171937.518000', '171937.521000', '171937.523000', '171937.526000', '171937.528000', '171937.531000', '171937.534000', '171937.536000', '171937.539000', '171937.542000', '171937.544000', '171937.547000', '171937.550000', '171937.552000', '171937.555000', '171937.557000', '171937.560000', '171937.562000', '171937.565000', '171937.568000', '171937.570000', '171937.573000', '171937.576000', '171937.578000', '171937.581000', '171937.583000', '171937.586000', '171937.589000', '171937.591000', '171937.594000', '171937.596000', '171937.599000', '171937.601000', '171937.604000', '171937.607000', '171937.609000', '171937.612000', '171937.615000', '171937.617000', '171937.620000', '171957.510000', '171957.512000', '171957.515000', '171957.518000', '171957.520000', '171957.523000', '171957.526000', '171957.528000', '171957.531000', '171957.533000', '171957.536000', '171957.539000', '171957.541000', '171957.544000', '171957.547000', '171957.549000', '171957.552000', '171957.554000', '171957.557000', '171957.560000', '171957.562000', '171957.565000', '171957.568000', '171957.570000', '171957.573000', '171957.575000', '171957.578000', '171957.580000', '171957.583000', '171957.586000', '171957.588000', '171957.591000', '171957.594000', '171957.596000', '171957.599000', '171957.601000', '171957.604000', '171957.607000', '171957.609000', '171957.612000', '171957.614000', '171957.617000', '171957.620000', '171957.622000', '172017.510000', '172017.513000', '172017.515000', '172017.518000', '172017.521000', '172017.523000', '172017.526000', '172017.529000', '172017.531000', '172017.534000', '172017.537000', '172017.539000', '172017.542000', '172017.545000', '172017.547000', '172017.550000', '172017.553000', '172017.555000', '172017.558000', '172017.561000', '172017.597000', '172017.600000', '172017.602000', '172017.605000', '172017.608000', '172017.610000', '172017.613000', '172017.615000', '172017.618000', '172017.621000', '172017.623000', '172017.626000', '172017.629000', '172017.631000', '172017.634000', '172017.637000', '172017.640000', '172017.642000', '172017.645000', '172017.648000', '172017.650000', '172017.653000', '172017.656000', '172017.658000', '172037.510000', '172037.512000', '172037.515000', '172037.518000', '172037.520000', '172037.523000', '172037.526000', '172037.528000', '172037.531000', '172037.533000', '172037.536000', '172037.539000', '172037.541000', '172037.544000', '172037.546000', '172037.549000', '172037.552000', '172037.554000', '172037.557000', '172037.559000', '172037.562000', '172037.565000', '172037.567000', '172037.570000', '172037.572000', '172037.575000', '172037.578000', '172037.580000', '172037.583000', '172037.585000', '172037.588000', '172037.591000', '172037.593000', '172037.596000', '172037.598000', '172037.601000', '172037.604000', '172037.606000', '172037.609000', '172037.612000', '172037.615000', '172037.618000', '172037.620000', '172042.696000', '172042.699000', '172042.701000', '172042.704000', '172042.707000', '172042.709000', '172042.712000', '172042.714000', '172042.717000', '172042.720000', '172042.722000', '172042.725000'], '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': [9403, 9066, 10125, 7789, 8800, 12278, 10799, 9592, 9012, 9723, 7891, 9205, 9847, 9144, 9098, 8496, 8975, 7589, 9014, 12217, 9296, 9355, 8565, 9501, 8223, 9142, 10216, 9143, 9389, 8636, 12371, 8620, 8809, 12538, 8021, 8951, 9019, 8313, 9282, 8601, 9654, 7783, 8947, 12699, 8604, 9470, 8620, 12393, 9126, 9037, 8724, 10674, 7816, 8851, 8748, 9166, 8312, 8520, 9912, 8732, 9265, 8272, 10184, 8482, 9000, 11139, 11503, 7982, 8891, 11195, 12008, 9106, 8578, 10117, 8469, 8893, 8582, 13205, 9212, 8768, 9068, 8426, 9543, 8836, 13436, 10048, 8964, 10947, 11615, 10251, 8928, 16303, 12383, 9507, 9273, 10205, 9878, 9006, 15765, 10427, 9362, 8561, 8589, 9929, 8806, 12136, 9088, 8806, 9231, 8285, 9650, 8557, 9328, 7775, 8824, 11159, 10140, 9285, 9015, 12426, 9399, 9436, 8505, 9797, 7859, 9212, 10063, 10951, 9498, 8362, 10289, 7847, 8938, 11040, 11707, 9443, 8646, 11742, 8402, 9079, 11679, 11153, 9335, 8350, 10123, 7756, 8844, 10711, 11322, 9156, 8441, 11722, 8195, 8876, 10792, 8500, 9110, 9173, 13823, 9402, 8916, 12285, 8854, 9388, 9455, 14179, 9110, 8857, 9206, 8573, 9545, 8896, 11089, 8012, 8805, 8073, 9090, 9541, 8727, 12737, 8182, 8797, 8218, 8919, 7690, 8771, 13237, 9303, 9595, 8593, 11954, 9115, 8935, 8366, 8654, 9593, 8783, 13830, 8934, 8615, 8364, 8837, 9047, 8826, 11794, 8101, 8805, 8028, 9485, 7918, 8489, 12543, 9079, 9183, 8485, 13785, 9638, 8702, 8253, 8840, 9146, 8293, 12859, 8141, 8469, 8178, 8607, 8557, 8298, 10854, 7874, 8448, 8160, 10348, 8702, 8657, 12876, 9774, 9592, 9209, 15395, 10695, 9455, 11350, 12267, 9502, 8543, 11934, 8105, 9203, 8751, 10709, 8241, 9305, 8448, 10149, 8018, 8843, 8556, 8626, 7981, 9029, 12390, 8852, 9200, 8708, 10004, 7868, 9194, 8786, 10564, 7739, 8754, 9648, 9086, 8876, 9463, 13441, 8655, 8649, 8212, 8761, 9162, 8452, 10554, 8922, 8737, 8963, 10653, 7766, 8665, 15161, 11368, 9413, 8509, 13059, 10073, 8951, 10169, 10261, 9302, 8446, 10265, 7977, 8900, 10996, 9246, 9264, 9565, 11973, 8197, 8984, 11453, 12605, 9880, 8977, 14298, 9517, 9353, 8538, 8634, 7585, 8716, 8507, 8334, 8790, 8197, 8988, 7665, 9000, 9728, 12021, 9151, 8472, 11867, 8326, 9126, 11225, 9513, 9530, 8370, 10683, 8783, 8786, 12026, 7884, 9025, 11850, 9264, 8891, 7966, 8934, 8320, 8738, 14254, 9120, 8543, 8113, 8799, 8764, 8244, 10016, 7749, 8574, 11796, 9779, 9243, 8331, 11341, 8947, 8965, 13454, 12744, 8617, 8609, 11785, 8305, 8982, 10335, 11634, 9206, 8475, 10994, 7966, 8887, 8678, 9036, 9924, 8934, 15212, 11522, 9185, 8720, 9893, 7971, 8880, 14939, 9831, 9121, 8585, 10010, 8037, 8956, 9612, 8210, 8966, 8128, 9085, 9338, 8734, 12687, 9087, 9082, 8810, 8091, 9556, 8130, 9125, 7347, 8876, 11019, 9540, 9369, 8398, 10168, 7896, 9293, 14663, 10942, 9196, 8083, 9811, 9412, 8244, 9472, 8876, 12550, 9241, 8643, 12200, 8379, 9305, 13018, 11037, 9357, 8885, 10614, 9581, 8833, 13053, 8118, 8828, 9625, 7755, 9414, 11088, 10028, 8912, 8132, 9394, 9382, 8524, 9993, 7610, 8827, 11490, 7826, 8789, 8163, 11621, 8431, 9276, 9600, 11447, 8920, 9108, 8888, 9171, 8520, 8486, 14790, 8669, 8606, 8485, 10303, 7799, 8795, 8510, 8710, 8959, 8780, 10626, 7830, 8972, 8384, 10138, 8515, 9152, 8550, 11330, 9437, 9217, 14033, 11579, 9656, 8869, 12822, 9950, 8922, 13337, 9713, 9191, 11614, 8166, 9262, 12982, 9251, 9478, 8691, 10431, 9150, 8992, 10960, 9187, 8919, 8758, 10161, 8200, 9165, 8517, 8050, 9244, 8543, 9947, 9049, 8800, 10552, 7500, 9040, 9066, 10352, 9285, 9121, 12550, 8449, 9148, 11476, 10730, 10062, 9986, 15182, 10951, 9389, 9572, 8454, 9759, 8618, 11530, 8573, 9021, 10904, 7694, 9176, 10230, 9796, 9004, 8683, 9131, 7357, 9299, 9555, 8757, 9145, 8605, 9822, 7472, 9233, 10401, 9941, 8971, 8475, 11954, 8183, 9160, 9024, 9572, 9110, 8586, 11703, 8975, 8514, 11152, 8590, 9174, 11489, 8150, 9125, 8811, 10734, 9535, 9446, 12001, 13026, 8663, 9317, 10422, 10183, 7873, 8802, 10480, 7757, 8940, 8223, 9024, 7322, 8771, 11462, 9732, 8967, 8762, 9984, 8038, 9533, 10655, 14553, 9725, 9425, 12356, 9556, 9741, 12135, 13022, 8652, 8848, 12168, 8998, 9538, 15314, 11414, 9244, 8520, 10627, 9389, 8887, 11082, 9322, 8818, 12424, 8534, 9121, 12214, 11461, 9733, 9073, 13034, 9615, 9240, 8445, 9544, 7406, 8730, 9543, 8075, 9389, 8777, 9044, 9917, 8482, 11253, 8847, 8701, 8397, 8306, 9433, 8603, 10376, 8493, 9108, 12686, 8999, 9640, 8428, 12312, 9161, 8881, 12118, 9080, 9104, 12165, 11435, 9568, 8394, 9435, 7943, 8836, 11380, 8918, 8870, 8877, 9246, 8994, 8586, 13304, 9589, 9578, 8872, 13156, 9805, 9067, 12250, 8239, 9363, 11779, 11381, 9329, 8953, 10174, 9343, 8751, 10731, 8522, 8654, 14137, 8360, 8694, 8195, 8910, 9435, 8875, 10995, 8866, 9123, 15512, 10600, 9387, 8762, 10330, 7751, 8963, 10433, 8447, 9402, 8662, 9005, 9121, 8790, 9754, 8041, 9129, 14772, 10398, 9327, 8774, 10632, 8376, 9099, 9751, 8351, 9011, 9614, 9492, 9431, 8535, 8664, 7613, 8985, 12597, 8607, 8702, 8134, 9068, 9222, 8642, 10536, 8222, 8545, 12540, 8980, 9774, 8744, 13044, 9823, 9390, 13823, 14057, 10409, 9031, 11179, 8213, 9264, 10914, 10969, 7986, 8925, 10138, 8247, 8983, 8346, 8770, 9001, 8388, 9365, 8845, 8649, 11319, 8284, 8813, 9157, 8834, 9258, 8189, 9711, 8464, 8949, 13805, 9804, 8958, 8540, 9276, 9705, 8831, 13333, 9457, 8659, 8403, 8882, 9123, 8975, 14024, 10321, 9238, 9535, 11973, 10214, 9693, 14429, 8765, 9157, 8714, 8861, 9532, 8796, 9694, 7686, 8636, 11493, 8356, 9332, 8489, 10512, 7790, 8622, 8931, 9100, 9024, 8935, 15978, 9428, 9096, 8711, 10089, 8188, 8620, 13383, 8262, 8821, 8661, 10016, 8712, 8609, 10673, 7931, 8581, 8891, 9058, 9280, 8559, 10502, 7952, 8626, 13297, 9047, 9386, 8952, 12222, 9533, 8858, 13381, 8512, 8666, 8977, 10458, 9065, 8651, 12325, 7826, 8940, 8547, 8851, 9338, 8714, 10902, 8741, 8874, 8310, 9022, 7748, 8632, 13844, 8909, 9372, 8747, 11253, 8279, 8780, 11948, 8973, 8605, 8169, 8739, 8816, 8854, 13227, 9818, 9244, 8335, 9436, 9205, 8665, 11759, 8875, 8590, 8557, 8430, 9185, 8663, 11077, 8720, 8519, 8884, 8056, 8800, 8295, 11918, 7977, 8641, 10858, 7839, 8993, 8855, 10177, 9453, 8705, 14525, 9961, 9299, 8757, 10124, 9547, 9165, 14030, 8711, 9022, 8288, 9384, 9373, 8546, 13550, 8936, 8570, 8580, 8718, 9283, 8438, 10120, 8086, 8631, 8827, 9194, 9344, 9553, 11673, 8383, 8696, 8984, 8750, 8892, 8765, 12966, 8240, 8692, 8512, 8805, 8942, 8474, 10137, 7677, 8725, 12464, 8669, 8897, 8512, 10087, 8326, 8482, 11682, 8752, 9421, 9028, 11708, 9296, 8831, 11895, 9098, 8712, 10671, 9414, 9360, 8580, 9397, 9379, 8580, 12961, 8022, 8270, 8406, 8435, 9054, 8273, 10287, 8114, 8631, 8680, 9589, 9177, 10555, 12750, 8232, 8841, 11714, 9376, 8858, 8208, 9360, 9525, 8806, 14282, 7947, 8471, 9623, 8224, 8324, 8105, 8926, 8709, 8270, 11486, 8531, 8354, 8832, 8309, 8798, 8232, 11443, 7939, 8642, 8232, 9427, 8038, 8854, 13952, 8537, 8538, 8218, 7940, 8256, 8133, 10857, 8233, 8700, 12449, 9311, 9032, 8284, 12504, 8881, 8822, 10668, 13525, 8232, 8557, 8845, 9295, 8897, 10270, 11068, 8336, 8165, 8204, 8225, 8358, 8083, 9941, 7785, 8317, 9266, 9536, 8825, 9233, 12870, 9191, 9016, 13871, 12010, 9086, 8348, 10900, 8442, 8880, 15959, 9211, 8747, 8068, 9070, 9071, 8198, 10335, 7766, 8770, 14406, 9887, 8673, 8064, 9685, 7860, 8783, 13356, 8875, 8958, 8640, 9293, 7867, 8303, 10682, 8282, 8858, 8340, 10078, 9145, 8294, 9453, 8059, 8742, 11046, 10293, 8813, 8201, 9835, 7564, 8533, 13303, 9262, 9171, 8378, 11511, 8783, 8707, 10690, 9133, 8441, 8429, 9800, 8458, 8433, 11286, 8615, 8682, 9157, 10643, 8975, 8138, 11842, 7871, 8391, 8719, 8511, 8568, 8202, 9334, 8540, 8581, 11240, 8872, 8701, 8331, 10790, 8414, 8795, 7971, 8991, 9317, 8178, 13620, 8856, 8446, 8038, 9502, 8014, 8443, 13247, 9662, 8950, 8227, 10523, 7937, 8450, 14859, 9130, 8654, 8150, 9308, 8565, 8471, 11196, 8386, 8525, 9582, 8813, 8049, 7911, 10299, 7926, 8604, 12456, 11447, 9231, 8771, 10319, 8764, 8897, 9742, 9032, 8779, 9979, 11286, 8730, 8546, 10622, 8832, 8876, 8221, 10576, 9450, 8714, 14203, 9041, 9058, 7826, 9445, 9170, 8411, 12871, 8932, 8860, 9946, 9106, 8721, 9808, 9742, 8690, 8091, 9459, 8927, 8409, 9546, 8685, 8527, 8219, 8454, 8594, 8310, 10340, 8279, 8833, 10945, 10648, 9872, 9284, 13267, 9226, 9042, 12203, 11136, 8951, 8532, 9189, 8478, 8698, 11144, 8695, 8461, 7973, 9307, 9043, 8310, 11093, 8715, 8720, 9197, 9393, 9256, 8917, 12421, 9061, 8812, 10062, 9255, 9010, 10153, 10631, 8828, 8677, 12248, 9253, 9014, 8064, 9112, 9064, 8030, 10421, 8660, 8337, 8557, 8395, 8282, 11519, 9819, 8597, 9212, 12086, 9383, 8399, 8008, 10382, 8518, 8924, 8852, 12273, 9908, 9188, 8799, 11625, 8951, 9248, 8687, 12103, 8536, 8596, 9714, 8758, 9094, 8709, 9181, 8613, 8781, 9128, 9368, 8448, 8354, 8696, 7997, 8596, 7937, 10261, 8698, 8739, 7534, 9059, 8272, 8719, 14699, 11905, 9237, 14812, 11480, 9529, 10325, 14159, 10781, 10377, 16524, 12166, 9228, 8304, 9763, 9466, 8712, 10535, 8430, 9121, 8103, 9289, 8604, 7972, 9213, 9037, 8515, 10519, 8561, 8903, 9732, 9229, 9164, 8087, 9331, 9148, 8751, 13834, 8871, 8856, 11858, 8757, 8934, 13113, 9872, 8699, 8276, 9023, 8195, 8612, 10337, 8657, 8599, 9264, 9337, 9096, 8433, 10617, 8970, 8896, 11410, 11256, 9331, 8427, 10021, 8497, 8581, 11005, 9595, 8938, 8379, 9766, 7854, 8358, 13390, 8641, 8838, 8461, 10348, 8129, 8523, 11262, 8990, 9038, 8543, 11287, 8846, 9103, 8845, 10457, 8837, 8893, 12653, 9057, 9243, 10460, 11555, 8835, 8624, 9890, 8409, 8598, 12509, 8823, 8774, 8141, 8052, 8754, 8504, 10220, 9435, 9113, 8372, 13233, 9232, 9232, 8703, 12225, 9383, 9183, 7828, 9033, 8812, 8300, 11979, 8072, 8591, 7765, 9191, 8865, 8290, 10389, 8214, 8725, 7981, 9398, 8229, 8920, 13990, 11070, 8631, 8330, 11228, 8717, 8928, 15322, 12230, 9458, 8788, 10326, 9371, 8446, 11944, 9023, 8610, 10871, 8927, 8576, 9605, 9821, 8916, 8228, 10107, 8423, 8633, 10239, 8912, 8525, 8092, 9999, 8318, 8813, 10946, 9846, 9062, 8195, 9815, 8215, 8616, 14420, 9485, 8943, 8668, 9652, 8607, 8658, 12921, 9225, 9151, 8196, 9576, 9123, 8555, 12691, 9238, 8922, 8749, 9605, 9068, 8425, 10902, 9330, 8675, 10109, 8788, 8853, 7836, 9717, 9340, 8383, 12048, 9060, 8659, 8057, 8940, 8436, 8498, 8910, 8689, 8715, 8277, 9003, 8502, 7984, 9641, 8166, 8720, 10448, 9355, 8869, 8457, 10953, 8124, 8617, 10374, 10738, 8971, 8467, 13265, 9156, 8654, 9745, 10785, 8815, 8669, 9937, 8920, 9135, 8342, 9445, 8833, 9977, 14608, 9219, 9183, 7878, 9182, 9153, 8452, 11532], 'WindowCenter': [4654.0, 4623.0, 4623.0, 4569.0, 4584.0, 4622.0, 4614.0, 4591.0, 4570.0, 4577.0, 4533.0, 4563.0, 4573.0, 4567.0, 4565.0, 4555.0, 4564.0, 4547.0, 4566.0, 4614.0, 4566.0, 4575.0, 4555.0, 4574.0, 4556.0, 4574.0, 4586.0, 4564.0, 4579.0, 4568.0, 4617.0, 4554.0, 4552.0, 4604.0, 4532.0, 4552.0, 4554.0, 4544.0, 4564.0, 4556.0, 4576.0, 4546.0, 4565.0, 4616.0, 4554.0, 4573.0, 4556.0, 4614.0, 4565.0, 4567.0, 4555.0, 4586.0, 4535.0, 4555.0, 4553.0, 4566.0, 4545.0, 4543.0, 4562.0, 4555.0, 4579.0, 4571.0, 4599.0, 4568.0, 4580.0, 4608.0, 4622.0, 4548.0, 4581.0, 4597.0, 4619.0, 4579.0, 4569.0, 4586.0, 4543.0, 4564.0, 4567.0, 4627.0, 4580.0, 4569.0, 4579.0, 4557.0, 4586.0, 4566.0, 4625.0, 4589.0, 4567.0, 4596.0, 4607.0, 4586.0, 4568.0, 4658.0, 4618.0, 4577.0, 4563.0, 4573.0, 4574.0, 4554.0, 4648.0, 4585.0, 4564.0, 4553.0, 4541.0, 4573.0, 4565.0, 4593.0, 4553.0, 4554.0, 4552.0, 4540.0, 4573.0, 4555.0, 4563.0, 4533.0, 4564.0, 4606.0, 4584.0, 4575.0, 4580.0, 4615.0, 4577.0, 4578.0, 4555.0, 4574.0, 4541.0, 4575.0, 4576.0, 4596.0, 4576.0, 4557.0, 4585.0, 4546.0, 4566.0, 4594.0, 4607.0, 4575.0, 4554.0, 4592.0, 4545.0, 4566.0, 4606.0, 4596.0, 4565.0, 4544.0, 4573.0, 4532.0, 4563.0, 4584.0, 4592.0, 4564.0, 4544.0, 4592.0, 4544.0, 4563.0, 4582.0, 4552.0, 4552.0, 4563.0, 4625.0, 4564.0, 4562.0, 4602.0, 4563.0, 4563.0, 4562.0, 4624.0, 4552.0, 4551.0, 4561.0, 4553.0, 4562.0, 4564.0, 4593.0, 4544.0, 4553.0, 4531.0, 4552.0, 4563.0, 4554.0, 4616.0, 4556.0, 4566.0, 4554.0, 4563.0, 4532.0, 4553.0, 4615.0, 4563.0, 4573.0, 4567.0, 4605.0, 4565.0, 4552.0, 4541.0, 4541.0, 4561.0, 4552.0, 4625.0, 4552.0, 4554.0, 4541.0, 4551.0, 4564.0, 4563.0, 4606.0, 4543.0, 4563.0, 4543.0, 4573.0, 4543.0, 4556.0, 4604.0, 4562.0, 4564.0, 4555.0, 4625.0, 4574.0, 4555.0, 4542.0, 4551.0, 4561.0, 4543.0, 4615.0, 4533.0, 4552.0, 4552.0, 4566.0, 4563.0, 4557.0, 4597.0, 4544.0, 4554.0, 4554.0, 4585.0, 4566.0, 4555.0, 4614.0, 4574.0, 4574.0, 4562.0, 4635.0, 4572.0, 4575.0, 4594.0, 4593.0, 4560.0, 4542.0, 4588.0, 4518.0, 4548.0, 4540.0, 4570.0, 4539.0, 4549.0, 4528.0, 4570.0, 4531.0, 4551.0, 4553.0, 4552.0, 4542.0, 4563.0, 4615.0, 4563.0, 4564.0, 4553.0, 4571.0, 4542.0, 4563.0, 4554.0, 4586.0, 4535.0, 4554.0, 4574.0, 4565.0, 4564.0, 4564.0, 4612.0, 4542.0, 4542.0, 4541.0, 4553.0, 4566.0, 4554.0, 4584.0, 4563.0, 4556.0, 4566.0, 4585.0, 4536.0, 4566.0, 4647.0, 4596.0, 4564.0, 4567.0, 4628.0, 4575.0, 4553.0, 4573.0, 4569.0, 4552.0, 4530.0, 4571.0, 4533.0, 4565.0, 4580.0, 4562.0, 4564.0, 4575.0, 4603.0, 4544.0, 4565.0, 4591.0, 4601.0, 4572.0, 4552.0, 4625.0, 4564.0, 4563.0, 4552.0, 4540.0, 4530.0, 4553.0, 4553.0, 4544.0, 4566.0, 4556.0, 4565.0, 4545.0, 4566.0, 4574.0, 4606.0, 4564.0, 4544.0, 4593.0, 4545.0, 4565.0, 4594.0, 4574.0, 4576.0, 4544.0, 4583.0, 4553.0, 4556.0, 4601.0, 4545.0, 4566.0, 4605.0, 4564.0, 4563.0, 4533.0, 4567.0, 4557.0, 4554.0, 4624.0, 4562.0, 4553.0, 4532.0, 4540.0, 4553.0, 4544.0, 4575.0, 4537.0, 4555.0, 4606.0, 4588.0, 4575.0, 4555.0, 4608.0, 4566.0, 4565.0, 4624.0, 4617.0, 4557.0, 4555.0, 4602.0, 4543.0, 4564.0, 4574.0, 4594.0, 4564.0, 4545.0, 4583.0, 4545.0, 4565.0, 4552.0, 4552.0, 4572.0, 4552.0, 4636.0, 4595.0, 4577.0, 4554.0, 4573.0, 4532.0, 4551.0, 4624.0, 4572.0, 4562.0, 4556.0, 4573.0, 4544.0, 4553.0, 4561.0, 4542.0, 4564.0, 4542.0, 4551.0, 4575.0, 4566.0, 4618.0, 4565.0, 4554.0, 4553.0, 4544.0, 4575.0, 4546.0, 4565.0, 4524.0, 4564.0, 4596.0, 4577.0, 4578.0, 4555.0, 4586.0, 4547.0, 4566.0, 4635.0, 4584.0, 4563.0, 4530.0, 4571.0, 4563.0, 4542.0, 4562.0, 4552.0, 4601.0, 4563.0, 4554.0, 4603.0, 4544.0, 4562.0, 4612.0, 4583.0, 4560.0, 4551.0, 4584.0, 4561.0, 4551.0, 4602.0, 4530.0, 4554.0, 4560.0, 4531.0, 4562.0, 4578.0, 4561.0, 4551.0, 4530.0, 4550.0, 4562.0, 4541.0, 4561.0, 4521.0, 4553.0, 4579.0, 4533.0, 4557.0, 4543.0, 4593.0, 4539.0, 4560.0, 4559.0, 4591.0, 4553.0, 4563.0, 4550.0, 4562.0, 4542.0, 4553.0, 4623.0, 4541.0, 4541.0, 4538.0, 4557.0, 4519.0, 4540.0, 4542.0, 4551.0, 4563.0, 4554.0, 4586.0, 4535.0, 4565.0, 4555.0, 4587.0, 4570.0, 4578.0, 4566.0, 4596.0, 4569.0, 4567.0, 4627.0, 4597.0, 4564.0, 4553.0, 4602.0, 4561.0, 4541.0, 4601.0, 4563.0, 4552.0, 4594.0, 4544.0, 4563.0, 4601.0, 4561.0, 4561.0, 4541.0, 4570.0, 4563.0, 4566.0, 4597.0, 4564.0, 4554.0, 4552.0, 4584.0, 4544.0, 4576.0, 4555.0, 4544.0, 4565.0, 4567.0, 4585.0, 4565.0, 4567.0, 4597.0, 4536.0, 4564.0, 4565.0, 4584.0, 4577.0, 4578.0, 4616.0, 4555.0, 4565.0, 4594.0, 4583.0, 4574.0, 4573.0, 4637.0, 4586.0, 4565.0, 4573.0, 4541.0, 4562.0, 4551.0, 4593.0, 4556.0, 4554.0, 4583.0, 4534.0, 4577.0, 4582.0, 4574.0, 4552.0, 4553.0, 4565.0, 4524.0, 4564.0, 4576.0, 4555.0, 4579.0, 4557.0, 4574.0, 4523.0, 4574.0, 4586.0, 4574.0, 4563.0, 4541.0, 4592.0, 4542.0, 4562.0, 4551.0, 4562.0, 4552.0, 4540.0, 4592.0, 4541.0, 4539.0, 4579.0, 4542.0, 4551.0, 4580.0, 4530.0, 4550.0, 4551.0, 4595.0, 4574.0, 4574.0, 4615.0, 4627.0, 4554.0, 4564.0, 4596.0, 4585.0, 4532.0, 4553.0, 4571.0, 4533.0, 4564.0, 4543.0, 4554.0, 4524.0, 4554.0, 4604.0, 4577.0, 4568.0, 4567.0, 4588.0, 4558.0, 4589.0, 4596.0, 4639.0, 4578.0, 4567.0, 4605.0, 4577.0, 4574.0, 4618.0, 4617.0, 4556.0, 4564.0, 4604.0, 4565.0, 4574.0, 4636.0, 4594.0, 4563.0, 4541.0, 4571.0, 4552.0, 4551.0, 4583.0, 4580.0, 4556.0, 4615.0, 4553.0, 4564.0, 4605.0, 4596.0, 4575.0, 4565.0, 4627.0, 4562.0, 4552.0, 4541.0, 4548.0, 4510.0, 4538.0, 4565.0, 4533.0, 4564.0, 4552.0, 4553.0, 4571.0, 4568.0, 4596.0, 4553.0, 4553.0, 4542.0, 4541.0, 4565.0, 4556.0, 4574.0, 4553.0, 4568.0, 4617.0, 4567.0, 4588.0, 4569.0, 4607.0, 4575.0, 4565.0, 4602.0, 4552.0, 4563.0, 4603.0, 4594.0, 4576.0, 4556.0, 4564.0, 4543.0, 4552.0, 4592.0, 4553.0, 4566.0, 4566.0, 4565.0, 4564.0, 4553.0, 4613.0, 4562.0, 4562.0, 4565.0, 4614.0, 4577.0, 4553.0, 4593.0, 4542.0, 4576.0, 4604.0, 4592.0, 4563.0, 4555.0, 4572.0, 4562.0, 4540.0, 4581.0, 4551.0, 4540.0, 4610.0, 4542.0, 4556.0, 4542.0, 4550.0, 4560.0, 4551.0, 4583.0, 4552.0, 4562.0, 4623.0, 4572.0, 4563.0, 4541.0, 4559.0, 4517.0, 4537.0, 4558.0, 4528.0, 4549.0, 4538.0, 4551.0, 4565.0, 4553.0, 4563.0, 4531.0, 4561.0, 4623.0, 4571.0, 4561.0, 4554.0, 4581.0, 4545.0, 4551.0, 4560.0, 4542.0, 4552.0, 4563.0, 4576.0, 4564.0, 4550.0, 4555.0, 4547.0, 4565.0, 4603.0, 4553.0, 4554.0, 4532.0, 4551.0, 4562.0, 4553.0, 4584.0, 4543.0, 4541.0, 4603.0, 4564.0, 4586.0, 4556.0, 4615.0, 4573.0, 4561.0, 4613.0, 4627.0, 4584.0, 4554.0, 4581.0, 4542.0, 4560.0, 4584.0, 4581.0, 4532.0, 4551.0, 4572.0, 4542.0, 4554.0, 4543.0, 4552.0, 4561.0, 4554.0, 4564.0, 4565.0, 4554.0, 4595.0, 4556.0, 4563.0, 4563.0, 4565.0, 4576.0, 4545.0, 4573.0, 4555.0, 4569.0, 4626.0, 4587.0, 4567.0, 4554.0, 4561.0, 4560.0, 4553.0, 4613.0, 4563.0, 4554.0, 4544.0, 4555.0, 4563.0, 4564.0, 4622.0, 4574.0, 4562.0, 4564.0, 4605.0, 4572.0, 4561.0, 4611.0, 4541.0, 4551.0, 4539.0, 4549.0, 4562.0, 4540.0, 4561.0, 4533.0, 4553.0, 4594.0, 4543.0, 4564.0, 4554.0, 4585.0, 4535.0, 4554.0, 4553.0, 4553.0, 4553.0, 4553.0, 4647.0, 4565.0, 4564.0, 4541.0, 4571.0, 4541.0, 4554.0, 4613.0, 4541.0, 4551.0, 4554.0, 4574.0, 4555.0, 4553.0, 4576.0, 4532.0, 4541.0, 4552.0, 4554.0, 4565.0, 4554.0, 4586.0, 4545.0, 4555.0, 4626.0, 4553.0, 4561.0, 4551.0, 4603.0, 4563.0, 4555.0, 4612.0, 4542.0, 4541.0, 4554.0, 4572.0, 4551.0, 4540.0, 4589.0, 4520.0, 4550.0, 4552.0, 4553.0, 4563.0, 4540.0, 4582.0, 4552.0, 4554.0, 4542.0, 4566.0, 4535.0, 4556.0, 4625.0, 4553.0, 4560.0, 4539.0, 4580.0, 4539.0, 4541.0, 4594.0, 4551.0, 4555.0, 4554.0, 4554.0, 4552.0, 4551.0, 4612.0, 4573.0, 4565.0, 4541.0, 4561.0, 4552.0, 4552.0, 4604.0, 4554.0, 4552.0, 4541.0, 4540.0, 4560.0, 4551.0, 4580.0, 4556.0, 4554.0, 4552.0, 4542.0, 4565.0, 4544.0, 4603.0, 4545.0, 4553.0, 4581.0, 4530.0, 4565.0, 4552.0, 4574.0, 4574.0, 4554.0, 4625.0, 4572.0, 4565.0, 4553.0, 4570.0, 4562.0, 4563.0, 4623.0, 4541.0, 4553.0, 4540.0, 4561.0, 4561.0, 4554.0, 4613.0, 4551.0, 4541.0, 4541.0, 4553.0, 4563.0, 4543.0, 4572.0, 4531.0, 4551.0, 4553.0, 4564.0, 4562.0, 4576.0, 4593.0, 4540.0, 4552.0, 4564.0, 4552.0, 4550.0, 4541.0, 4601.0, 4555.0, 4554.0, 4550.0, 4549.0, 4550.0, 4541.0, 4570.0, 4532.0, 4555.0, 4616.0, 4566.0, 4564.0, 4554.0, 4569.0, 4544.0, 4552.0, 4590.0, 4540.0, 4565.0, 4554.0, 4605.0, 4563.0, 4562.0, 4593.0, 4551.0, 4555.0, 4584.0, 4561.0, 4551.0, 4540.0, 4551.0, 4550.0, 4543.0, 4615.0, 4533.0, 4543.0, 4543.0, 4543.0, 4552.0, 4545.0, 4572.0, 4531.0, 4552.0, 4552.0, 4574.0, 4565.0, 4586.0, 4605.0, 4543.0, 4551.0, 4593.0, 4562.0, 4554.0, 4542.0, 4550.0, 4574.0, 4566.0, 4621.0, 4528.0, 4539.0, 4548.0, 4540.0, 4555.0, 4542.0, 4553.0, 4552.0, 4543.0, 4596.0, 4553.0, 4554.0, 4565.0, 4543.0, 4554.0, 4544.0, 4593.0, 4532.0, 4553.0, 4543.0, 4564.0, 4546.0, 4566.0, 4624.0, 4541.0, 4553.0, 4544.0, 4520.0, 4528.0, 4519.0, 4583.0, 4545.0, 4554.0, 4615.0, 4565.0, 4554.0, 4543.0, 4604.0, 4554.0, 4567.0, 4585.0, 4625.0, 4543.0, 4554.0, 4564.0, 4563.0, 4552.0, 4589.0, 4596.0, 4543.0, 4542.0, 4540.0, 4542.0, 4554.0, 4547.0, 4575.0, 4535.0, 4553.0, 4576.0, 4578.0, 4568.0, 4579.0, 4616.0, 4564.0, 4569.0, 4627.0, 4616.0, 4554.0, 4542.0, 4585.0, 4544.0, 4555.0, 4648.0, 4563.0, 4554.0, 4531.0, 4550.0, 4551.0, 4540.0, 4572.0, 4532.0, 4557.0, 4624.0, 4574.0, 4556.0, 4542.0, 4561.0, 4532.0, 4554.0, 4614.0, 4553.0, 4550.0, 4552.0, 4565.0, 4543.0, 4544.0, 4583.0, 4540.0, 4566.0, 4555.0, 4576.0, 4564.0, 4543.0, 4574.0, 4543.0, 4556.0, 4596.0, 4585.0, 4564.0, 4542.0, 4570.0, 4532.0, 4555.0, 4626.0, 4564.0, 4564.0, 4541.0, 4595.0, 4554.0, 4556.0, 4583.0, 4561.0, 4541.0, 4540.0, 4572.0, 4544.0, 4546.0, 4583.0, 4541.0, 4555.0, 4565.0, 4585.0, 4554.0, 4530.0, 4591.0, 4529.0, 4530.0, 4537.0, 4541.0, 4554.0, 4545.0, 4562.0, 4554.0, 4554.0, 4595.0, 4553.0, 4553.0, 4542.0, 4582.0, 4554.0, 4555.0, 4544.0, 4565.0, 4565.0, 4557.0, 4623.0, 4565.0, 4544.0, 4542.0, 4562.0, 4544.0, 4554.0, 4617.0, 4564.0, 4553.0, 4541.0, 4571.0, 4532.0, 4544.0, 4637.0, 4563.0, 4553.0, 4533.0, 4577.0, 4555.0, 4557.0, 4594.0, 4556.0, 4554.0, 4573.0, 4553.0, 4546.0, 4544.0, 4581.0, 4532.0, 4555.0, 4603.0, 4593.0, 4576.0, 4555.0, 4582.0, 4541.0, 4552.0, 4559.0, 4564.0, 4553.0, 4575.0, 4594.0, 4554.0, 4554.0, 4582.0, 4551.0, 4552.0, 4542.0, 4584.0, 4589.0, 4555.0, 4625.0, 4563.0, 4551.0, 4531.0, 4561.0, 4563.0, 4542.0, 4614.0, 4564.0, 4564.0, 4573.0, 4566.0, 4567.0, 4576.0, 4573.0, 4552.0, 4547.0, 4574.0, 4580.0, 4558.0, 4576.0, 4553.0, 4553.0, 4559.0, 4557.0, 4566.0, 4557.0, 4584.0, 4543.0, 4553.0, 4595.0, 4583.0, 4588.0, 4564.0, 4602.0, 4551.0, 4565.0, 4605.0, 4583.0, 4566.0, 4552.0, 4549.0, 4530.0, 4552.0, 4595.0, 4554.0, 4545.0, 4532.0, 4564.0, 4565.0, 4545.0, 4593.0, 4552.0, 4551.0, 4553.0, 4563.0, 4564.0, 4555.0, 4604.0, 4552.0, 4553.0, 4573.0, 4565.0, 4553.0, 4584.0, 4582.0, 4552.0, 4552.0, 4603.0, 4564.0, 4554.0, 4530.0, 4550.0, 4563.0, 4543.0, 4582.0, 4540.0, 4542.0, 4554.0, 4546.0, 4541.0, 4593.0, 4576.0, 4557.0, 4580.0, 4620.0, 4563.0, 4542.0, 4533.0, 4574.0, 4554.0, 4562.0, 4551.0, 4603.0, 4560.0, 4549.0, 4541.0, 4582.0, 4550.0, 4564.0, 4555.0, 4605.0, 4543.0, 4542.0, 4559.0, 4542.0, 4554.0, 4556.0, 4562.0, 4542.0, 4556.0, 4565.0, 4566.0, 4556.0, 4545.0, 4554.0, 4545.0, 4555.0, 4544.0, 4584.0, 4569.0, 4572.0, 4561.0, 4567.0, 4558.0, 4569.0, 4637.0, 4609.0, 4566.0, 4635.0, 4594.0, 4561.0, 4573.0, 4612.0, 4571.0, 4563.0, 4633.0, 4592.0, 4551.0, 4529.0, 4557.0, 4559.0, 4540.0, 4569.0, 4542.0, 4564.0, 4532.0, 4553.0, 4539.0, 4531.0, 4550.0, 4550.0, 4541.0, 4584.0, 4553.0, 4553.0, 4563.0, 4562.0, 4564.0, 4544.0, 4564.0, 4565.0, 4555.0, 4628.0, 4554.0, 4555.0, 4593.0, 4554.0, 4555.0, 4615.0, 4574.0, 4543.0, 4531.0, 4539.0, 4531.0, 4542.0, 4574.0, 4555.0, 4554.0, 4567.0, 4564.0, 4553.0, 4541.0, 4571.0, 4551.0, 4566.0, 4597.0, 4595.0, 4564.0, 4544.0, 4574.0, 4556.0, 4555.0, 4584.0, 4564.0, 4552.0, 4542.0, 4573.0, 4546.0, 4544.0, 4626.0, 4555.0, 4579.0, 4559.0, 4574.0, 4535.0, 4552.0, 4582.0, 4552.0, 4553.0, 4553.0, 4595.0, 4566.0, 4565.0, 4564.0, 4587.0, 4565.0, 4553.0, 4600.0, 4551.0, 4567.0, 4583.0, 4595.0, 4553.0, 4542.0, 4560.0, 4541.0, 4556.0, 4601.0, 4551.0, 4554.0, 4532.0, 4519.0, 4539.0, 4541.0, 4572.0, 4563.0, 4554.0, 4545.0, 4615.0, 4564.0, 4577.0, 4569.0, 4604.0, 4561.0, 4565.0, 4533.0, 4551.0, 4552.0, 4542.0, 4604.0, 4545.0, 4557.0, 4533.0, 4563.0, 4553.0, 4554.0, 4583.0, 4559.0, 4555.0, 4544.0, 4563.0, 4544.0, 4569.0, 4636.0, 4598.0, 4556.0, 4543.0, 4593.0, 4552.0, 4567.0, 4636.0, 4606.0, 4564.0, 4543.0, 4571.0, 4552.0, 4544.0, 4592.0, 4565.0, 4554.0, 4582.0, 4550.0, 4554.0, 4574.0, 4571.0, 4565.0, 4543.0, 4570.0, 4531.0, 4541.0, 4569.0, 4551.0, 4556.0, 4532.0, 4573.0, 4558.0, 4580.0, 4599.0, 4590.0, 4566.0, 4555.0, 4575.0, 4544.0, 4554.0, 4626.0, 4563.0, 4552.0, 4541.0, 4562.0, 4552.0, 4566.0, 4616.0, 4567.0, 4563.0, 4543.0, 4574.0, 4565.0, 4554.0, 4604.0, 4552.0, 4551.0, 4555.0, 4564.0, 4553.0, 4541.0, 4572.0, 4550.0, 4540.0, 4584.0, 4552.0, 4552.0, 4523.0, 4549.0, 4563.0, 4542.0, 4603.0, 4553.0, 4542.0, 4532.0, 4564.0, 4541.0, 4552.0, 4550.0, 4541.0, 4556.0, 4555.0, 4564.0, 4554.0, 4532.0, 4562.0, 4543.0, 4567.0, 4585.0, 4566.0, 4554.0, 4543.0, 4597.0, 4547.0, 4558.0, 4583.0, 4582.0, 4551.0, 4542.0, 4602.0, 4550.0, 4541.0, 4562.0, 4581.0, 4553.0, 4552.0, 4571.0, 4551.0, 4551.0, 4542.0, 4562.0, 4551.0, 4562.0, 4623.0, 4565.0, 4565.0, 4530.0, 4548.0, 4562.0, 4542.0, 4593.0], 'WindowWidth': [10246.0, 10173.0, 10156.0, 10069.0, 10078.0, 10123.0, 10114.0, 10076.0, 10048.0, 10048.0, 9982.0, 10024.0, 10037.0, 10036.0, 10030.0, 10015.0, 10027.0, 10009.0, 10033.0, 10096.0, 10031.0, 10043.0, 10014.0, 10038.0, 10017.0, 10042.0, 10057.0, 10027.0, 10052.0, 10038.0, 10101.0, 10012.0, 10007.0, 10076.0, 9979.0, 10005.0, 10010.0, 9995.0, 10023.0, 10014.0, 10046.0, 10007.0, 10030.0, 10098.0, 10013.0, 10037.0, 10016.0, 10094.0, 10029.0, 10031.0, 10014.0, 10054.0, 9984.0, 10010.0, 10008.0, 10026.0, 9996.0, 9991.0, 10016.0, 10011.0, 10051.0, 10047.0, 10085.0, 10041.0, 10057.0, 10091.0, 10116.0, 10010.0, 10061.0, 10072.0, 10105.0, 10054.0, 10039.0, 10056.0, 9994.0, 10026.0, 10034.0, 10115.0, 10055.0, 10041.0, 10053.0, 10021.0, 10059.0, 10032.0, 10112.0, 10064.0, 10034.0, 10072.0, 10086.0, 10059.0, 10036.0, 10163.0, 10102.0, 10048.0, 10024.0, 10035.0, 10038.0, 10011.0, 10150.0, 10055.0, 10027.0, 10009.0, 9988.0, 10036.0, 10026.0, 10062.0, 10008.0, 10009.0, 10004.0, 9986.0, 10034.0, 10014.0, 10024.0, 9985.0, 10027.0, 10087.0, 10053.0, 10044.0, 10057.0, 10099.0, 10048.0, 10049.0, 10016.0, 10038.0, 9991.0, 10044.0, 10044.0, 10074.0, 10046.0, 10021.0, 10055.0, 10005.0, 10034.0, 10068.0, 10087.0, 10041.0, 10011.0, 10061.0, 10000.0, 10032.0, 10088.0, 10071.0, 10030.0, 9998.0, 10035.0, 9980.0, 10025.0, 10053.0, 10061.0, 10023.0, 9995.0, 10060.0, 9997.0, 10024.0, 10047.0, 10007.0, 10008.0, 10023.0, 10115.0, 10027.0, 10022.0, 10076.0, 10022.0, 10024.0, 10019.0, 10109.0, 10008.0, 10006.0, 10018.0, 10012.0, 10021.0, 10028.0, 10064.0, 9998.0, 10009.0, 9976.0, 10005.0, 10021.0, 10013.0, 10101.0, 10017.0, 10031.0, 10013.0, 10023.0, 9982.0, 10009.0, 10096.0, 10022.0, 10036.0, 10034.0, 10081.0, 10027.0, 10009.0, 9991.0, 9991.0, 10017.0, 10006.0, 10111.0, 10006.0, 10014.0, 9992.0, 10004.0, 10029.0, 10024.0, 10084.0, 9996.0, 10023.0, 9995.0, 10036.0, 9996.0, 10017.0, 10080.0, 10022.0, 10027.0, 10017.0, 10111.0, 10039.0, 10014.0, 9993.0, 10004.0, 10018.0, 9998.0, 10097.0, 9982.0, 10009.0, 10009.0, 10035.0, 10027.0, 10023.0, 10074.0, 10002.0, 10015.0, 10016.0, 10056.0, 10032.0, 10016.0, 10094.0, 10037.0, 10038.0, 10021.0, 10124.0, 10033.0, 10042.0, 10066.0, 10060.0, 10014.0, 9993.0, 10048.0, 9951.0, 9991.0, 9983.0, 10028.0, 9986.0, 9996.0, 9969.0, 10026.0, 9976.0, 10003.0, 10008.0, 10007.0, 9996.0, 10026.0, 10096.0, 10024.0, 10024.0, 10009.0, 10032.0, 9993.0, 10025.0, 10013.0, 10056.0, 9989.0, 10014.0, 10040.0, 10032.0, 10026.0, 10024.0, 10087.0, 9992.0, 9990.0, 9989.0, 10009.0, 10031.0, 10013.0, 10053.0, 10023.0, 10018.0, 10032.0, 10055.0, 9991.0, 10033.0, 10146.0, 10070.0, 10028.0, 10034.0, 10121.0, 10041.0, 10010.0, 10034.0, 10024.0, 10003.0, 9973.0, 10029.0, 9982.0, 10027.0, 10043.0, 10021.0, 10025.0, 10042.0, 10077.0, 9997.0, 10028.0, 10059.0, 10073.0, 10033.0, 10006.0, 10111.0, 10025.0, 10025.0, 10006.0, 9986.0, 9975.0, 10010.0, 10010.0, 9999.0, 10029.0, 10017.0, 10030.0, 10002.0, 10031.0, 10039.0, 10085.0, 10024.0, 9998.0, 10063.0, 10000.0, 10028.0, 10066.0, 10038.0, 10043.0, 9998.0, 10049.0, 10011.0, 10017.0, 10074.0, 10002.0, 10033.0, 10085.0, 10028.0, 10024.0, 9983.0, 10036.0, 10024.0, 10012.0, 10107.0, 10019.0, 10009.0, 9978.0, 9986.0, 10006.0, 9996.0, 10040.0, 9994.0, 10017.0, 10085.0, 10063.0, 10044.0, 10016.0, 10092.0, 10035.0, 10028.0, 10108.0, 10103.0, 10022.0, 10016.0, 10074.0, 9995.0, 10028.0, 10036.0, 10066.0, 10024.0, 9998.0, 10050.0, 9999.0, 10030.0, 10006.0, 10005.0, 10032.0, 10006.0, 10127.0, 10068.0, 10046.0, 10013.0, 10037.0, 9981.0, 10002.0, 10107.0, 10030.0, 10018.0, 10018.0, 10039.0, 9997.0, 10008.0, 10018.0, 9992.0, 10023.0, 9995.0, 10005.0, 10041.0, 10032.0, 10104.0, 10026.0, 10011.0, 10006.0, 9996.0, 10043.0, 10005.0, 10028.0, 9971.0, 10025.0, 10070.0, 10047.0, 10050.0, 10017.0, 10059.0, 10010.0, 10031.0, 10124.0, 10049.0, 10019.0, 9975.0, 10030.0, 10021.0, 9990.0, 10018.0, 10007.0, 10073.0, 10023.0, 10011.0, 10079.0, 9998.0, 10021.0, 10087.0, 10047.0, 10015.0, 10002.0, 10054.0, 10017.0, 10002.0, 10071.0, 9975.0, 10009.0, 10014.0, 9977.0, 10021.0, 10037.0, 10015.0, 10002.0, 9974.0, 9999.0, 10017.0, 9988.0, 10013.0, 9962.0, 10005.0, 10037.0, 9986.0, 10022.0, 9994.0, 10059.0, 9986.0, 10013.0, 10011.0, 10057.0, 10009.0, 10024.0, 10002.0, 10021.0, 9990.0, 10007.0, 10103.0, 9986.0, 9985.0, 9977.0, 10000.0, 9954.0, 9986.0, 9990.0, 10003.0, 10023.0, 10013.0, 10058.0, 9988.0, 10031.0, 10017.0, 10062.0, 10044.0, 10051.0, 10032.0, 10074.0, 10037.0, 10030.0, 10112.0, 10068.0, 10021.0, 10004.0, 10071.0, 10012.0, 9986.0, 10068.0, 10017.0, 10005.0, 10067.0, 9999.0, 10021.0, 10070.0, 10016.0, 10017.0, 9990.0, 10029.0, 10021.0, 10031.0, 10075.0, 10027.0, 10011.0, 10004.0, 10052.0, 9999.0, 10044.0, 10014.0, 9997.0, 10026.0, 10035.0, 10057.0, 10032.0, 10036.0, 10073.0, 9990.0, 10025.0, 10026.0, 10053.0, 10048.0, 10050.0, 10099.0, 10016.0, 10027.0, 10064.0, 10047.0, 10037.0, 10036.0, 10129.0, 10058.0, 10030.0, 10035.0, 9990.0, 10018.0, 10002.0, 10060.0, 10017.0, 10010.0, 10049.0, 9985.0, 10048.0, 10048.0, 10037.0, 10005.0, 10008.0, 10026.0, 9972.0, 10025.0, 10044.0, 10015.0, 10053.0, 10019.0, 10041.0, 9971.0, 10041.0, 10058.0, 10037.0, 10021.0, 9991.0, 10060.0, 9991.0, 10017.0, 10001.0, 10014.0, 10003.0, 9986.0, 10055.0, 9986.0, 9981.0, 10035.0, 9988.0, 10001.0, 10040.0, 9971.0, 9998.0, 10003.0, 10069.0, 10040.0, 10038.0, 10098.0, 10116.0, 10014.0, 10027.0, 10075.0, 10053.0, 9979.0, 10006.0, 10029.0, 9979.0, 10022.0, 9994.0, 10011.0, 9971.0, 10012.0, 10081.0, 10050.0, 10036.0, 10034.0, 10063.0, 10024.0, 10068.0, 10074.0, 10138.0, 10049.0, 10031.0, 10080.0, 10048.0, 10041.0, 10105.0, 10102.0, 10018.0, 10024.0, 10081.0, 10031.0, 10039.0, 10123.0, 10064.0, 10021.0, 9988.0, 10026.0, 10001.0, 10001.0, 10047.0, 10055.0, 10014.0, 10094.0, 10008.0, 10026.0, 10081.0, 10069.0, 10040.0, 10028.0, 10117.0, 10020.0, 10005.0, 9986.0, 9993.0, 9943.0, 9981.0, 10026.0, 9982.0, 10023.0, 10007.0, 10007.0, 10031.0, 10036.0, 10071.0, 10009.0, 10008.0, 9992.0, 9989.0, 10025.0, 10018.0, 10037.0, 10009.0, 10036.0, 10104.0, 10034.0, 10063.0, 10040.0, 10086.0, 10043.0, 10025.0, 10074.0, 10007.0, 10023.0, 10076.0, 10063.0, 10042.0, 10017.0, 10026.0, 9996.0, 10005.0, 10062.0, 10008.0, 10030.0, 10030.0, 10027.0, 10025.0, 10009.0, 10089.0, 10018.0, 10020.0, 10028.0, 10095.0, 10045.0, 10009.0, 10061.0, 9993.0, 10046.0, 10079.0, 10059.0, 10020.0, 10013.0, 10031.0, 10018.0, 9988.0, 10046.0, 10004.0, 9987.0, 10082.0, 9993.0, 10015.0, 9993.0, 10001.0, 10014.0, 10002.0, 10047.0, 10006.0, 10017.0, 10103.0, 10031.0, 10021.0, 9989.0, 10009.0, 9950.0, 9977.0, 10005.0, 9966.0, 9994.0, 9980.0, 9998.0, 10028.0, 10010.0, 10022.0, 9978.0, 10016.0, 10102.0, 10029.0, 10019.0, 10011.0, 10044.0, 10002.0, 10003.0, 10013.0, 9992.0, 10009.0, 10023.0, 10045.0, 10023.0, 10003.0, 10015.0, 10008.0, 10029.0, 10074.0, 10005.0, 10009.0, 9978.0, 10003.0, 10018.0, 10008.0, 10050.0, 9993.0, 9987.0, 10074.0, 10026.0, 10059.0, 10019.0, 10094.0, 10035.0, 10018.0, 10090.0, 10117.0, 10052.0, 10010.0, 10043.0, 9993.0, 10014.0, 10052.0, 10044.0, 9978.0, 10003.0, 10034.0, 9993.0, 10010.0, 9996.0, 10006.0, 10018.0, 10014.0, 10028.0, 10026.0, 10011.0, 10067.0, 10017.0, 10024.0, 10025.0, 10027.0, 10047.0, 10001.0, 10035.0, 10016.0, 10041.0, 10113.0, 10060.0, 10032.0, 10011.0, 10016.0, 10014.0, 10008.0, 10087.0, 10021.0, 10010.0, 9997.0, 10011.0, 10023.0, 10025.0, 10103.0, 10035.0, 10017.0, 10024.0, 10082.0, 10032.0, 10015.0, 10085.0, 9986.0, 10000.0, 9982.0, 9997.0, 10016.0, 9986.0, 10013.0, 9980.0, 10006.0, 10064.0, 9995.0, 10026.0, 10012.0, 10055.0, 9988.0, 10011.0, 10006.0, 10008.0, 10009.0, 10010.0, 10143.0, 10027.0, 10024.0, 9990.0, 10030.0, 9989.0, 10012.0, 10090.0, 9990.0, 10004.0, 10013.0, 10039.0, 10015.0, 10010.0, 10036.0, 9977.0, 9989.0, 10005.0, 10011.0, 10027.0, 10014.0, 10057.0, 10005.0, 10016.0, 10110.0, 10009.0, 10015.0, 10002.0, 10076.0, 10023.0, 10014.0, 10087.0, 9992.0, 9990.0, 10011.0, 10033.0, 9999.0, 9985.0, 10049.0, 9955.0, 9999.0, 10005.0, 10008.0, 10020.0, 9986.0, 10045.0, 10007.0, 10009.0, 9995.0, 10034.0, 9989.0, 10019.0, 10110.0, 10006.0, 10013.0, 9984.0, 10040.0, 9986.0, 9988.0, 10065.0, 10004.0, 10017.0, 10014.0, 10010.0, 10003.0, 10003.0, 10086.0, 10035.0, 10027.0, 9994.0, 10017.0, 10003.0, 10006.0, 10080.0, 10012.0, 10008.0, 9991.0, 9986.0, 10015.0, 10006.0, 10041.0, 10018.0, 10012.0, 10006.0, 9993.0, 10029.0, 9997.0, 10080.0, 9999.0, 10009.0, 10044.0, 9974.0, 10027.0, 10008.0, 10038.0, 10039.0, 10013.0, 10110.0, 10036.0, 10029.0, 10006.0, 10030.0, 10018.0, 10026.0, 10103.0, 9990.0, 10008.0, 9988.0, 10018.0, 10018.0, 10010.0, 10089.0, 10002.0, 9989.0, 9990.0, 10007.0, 10022.0, 9997.0, 10033.0, 9977.0, 10005.0, 10009.0, 10026.0, 10020.0, 10043.0, 10062.0, 9987.0, 10006.0, 10028.0, 10008.0, 9999.0, 9989.0, 10070.0, 10015.0, 10010.0, 10002.0, 9997.0, 9998.0, 9987.0, 10026.0, 9978.0, 10016.0, 10097.0, 10032.0, 10032.0, 10014.0, 10023.0, 9995.0, 10005.0, 10053.0, 9987.0, 10028.0, 10011.0, 10082.0, 10021.0, 10020.0, 10063.0, 10004.0, 10015.0, 10053.0, 10015.0, 10000.0, 9985.0, 10000.0, 9999.0, 9993.0, 10093.0, 9981.0, 9996.0, 9996.0, 9993.0, 10006.0, 10002.0, 10033.0, 9978.0, 10007.0, 10007.0, 10041.0, 10029.0, 10059.0, 10080.0, 9994.0, 10002.0, 10063.0, 10020.0, 10010.0, 9990.0, 10002.0, 10038.0, 10032.0, 10098.0, 9969.0, 9981.0, 9993.0, 9988.0, 10018.0, 9993.0, 10006.0, 10007.0, 9995.0, 10071.0, 10010.0, 10013.0, 10028.0, 9996.0, 10013.0, 9999.0, 10063.0, 9978.0, 10007.0, 9997.0, 10025.0, 10004.0, 10028.0, 10105.0, 9989.0, 10007.0, 9994.0, 9956.0, 9966.0, 9954.0, 10046.0, 10000.0, 10013.0, 10096.0, 10026.0, 10009.0, 9995.0, 10076.0, 10010.0, 10036.0, 10056.0, 10110.0, 9997.0, 10011.0, 10025.0, 10022.0, 10005.0, 10065.0, 10070.0, 9993.0, 9991.0, 9985.0, 9994.0, 10013.0, 10008.0, 10042.0, 9989.0, 10013.0, 10046.0, 10051.0, 10037.0, 10051.0, 10097.0, 10025.0, 10039.0, 10114.0, 10099.0, 10010.0, 9992.0, 10055.0, 9999.0, 10013.0, 10148.0, 10022.0, 10011.0, 9976.0, 9998.0, 10001.0, 9987.0, 10030.0, 9979.0, 10020.0, 10108.0, 10041.0, 10017.0, 9992.0, 10016.0, 9981.0, 10012.0, 10093.0, 10005.0, 10001.0, 10006.0, 10028.0, 9997.0, 9998.0, 10048.0, 9988.0, 10032.0, 10018.0, 10042.0, 10025.0, 9996.0, 10038.0, 9996.0, 10016.0, 10072.0, 10056.0, 10025.0, 9993.0, 10029.0, 9980.0, 10014.0, 10113.0, 10025.0, 10022.0, 9988.0, 10068.0, 10010.0, 10017.0, 10048.0, 10017.0, 9989.0, 9987.0, 10033.0, 9997.0, 10003.0, 10048.0, 9990.0, 10015.0, 10028.0, 10050.0, 10010.0, 9974.0, 10054.0, 9969.0, 9971.0, 9977.0, 9984.0, 10010.0, 10000.0, 10017.0, 10010.0, 10009.0, 10066.0, 10008.0, 10007.0, 9994.0, 10047.0, 10014.0, 10014.0, 9999.0, 10026.0, 10026.0, 10020.0, 10106.0, 10026.0, 9999.0, 9994.0, 10021.0, 9998.0, 10013.0, 10101.0, 10022.0, 10007.0, 9989.0, 10029.0, 9980.0, 9997.0, 10127.0, 10020.0, 10008.0, 9981.0, 10046.0, 10012.0, 10021.0, 10065.0, 10018.0, 10009.0, 10036.0, 10009.0, 10005.0, 9999.0, 10045.0, 9980.0, 10016.0, 10077.0, 10063.0, 10046.0, 10016.0, 10048.0, 9989.0, 10005.0, 10013.0, 10025.0, 10010.0, 10042.0, 10065.0, 10011.0, 10011.0, 10046.0, 10003.0, 10006.0, 9995.0, 10052.0, 10067.0, 10017.0, 10109.0, 10023.0, 10003.0, 9977.0, 10016.0, 10019.0, 9991.0, 10094.0, 10026.0, 10025.0, 10037.0, 10034.0, 10033.0, 10045.0, 10035.0, 10008.0, 10009.0, 10041.0, 10055.0, 10022.0, 10042.0, 10009.0, 10010.0, 10028.0, 10020.0, 10034.0, 10019.0, 10052.0, 9995.0, 10007.0, 10069.0, 10054.0, 10063.0, 10025.0, 10073.0, 10002.0, 10029.0, 10080.0, 10046.0, 10030.0, 10007.0, 9997.0, 9972.0, 10005.0, 10068.0, 10009.0, 10000.0, 9978.0, 10024.0, 10029.0, 10002.0, 10061.0, 10004.0, 10003.0, 10006.0, 10021.0, 10023.0, 10015.0, 10078.0, 10005.0, 10007.0, 10037.0, 10029.0, 10008.0, 10053.0, 10045.0, 10003.0, 10007.0, 10075.0, 10028.0, 10011.0, 9974.0, 9999.0, 10025.0, 9997.0, 10045.0, 9986.0, 9993.0, 10013.0, 10002.0, 9989.0, 10061.0, 10044.0, 10018.0, 10057.0, 10112.0, 10023.0, 9990.0, 9981.0, 10038.0, 10012.0, 10021.0, 10003.0, 10074.0, 10014.0, 9998.0, 9988.0, 10042.0, 10000.0, 10024.0, 10017.0, 10080.0, 9993.0, 9990.0, 10010.0, 9991.0, 10009.0, 10015.0, 10018.0, 9990.0, 10016.0, 10028.0, 10032.0, 10016.0, 9999.0, 10013.0, 10003.0, 10012.0, 9997.0, 10050.0, 10038.0, 10048.0, 10037.0, 10036.0, 10021.0, 10040.0, 10131.0, 10094.0, 10031.0, 10122.0, 10062.0, 10018.0, 10033.0, 10086.0, 10030.0, 10019.0, 10120.0, 10060.0, 10004.0, 9970.0, 10004.0, 10009.0, 9987.0, 10023.0, 9993.0, 10025.0, 9979.0, 10005.0, 9985.0, 9973.0, 9997.0, 9998.0, 9989.0, 10052.0, 10008.0, 10007.0, 10019.0, 10017.0, 10025.0, 9997.0, 10024.0, 10028.0, 10013.0, 10115.0, 10010.0, 10011.0, 10063.0, 10011.0, 10012.0, 10095.0, 10036.0, 9993.0, 9973.0, 9981.0, 9974.0, 9990.0, 10035.0, 10016.0, 10012.0, 10031.0, 10024.0, 10008.0, 9989.0, 10028.0, 10003.0, 10029.0, 10072.0, 10067.0, 10022.0, 9995.0, 10039.0, 10016.0, 10012.0, 10053.0, 10021.0, 10004.0, 9991.0, 10035.0, 10002.0, 9998.0, 10112.0, 10013.0, 10053.0, 10029.0, 10038.0, 9983.0, 10003.0, 10044.0, 10005.0, 10008.0, 10008.0, 10070.0, 10031.0, 10028.0, 10025.0, 10061.0, 10028.0, 10010.0, 10067.0, 10001.0, 10033.0, 10049.0, 10067.0, 10005.0, 9990.0, 10011.0, 9989.0, 10018.0, 10070.0, 10002.0, 10008.0, 9975.0, 9955.0, 9981.0, 9989.0, 10033.0, 10021.0, 10009.0, 10001.0, 10094.0, 10023.0, 10048.0, 10041.0, 10078.0, 10017.0, 10029.0, 9978.0, 9998.0, 10002.0, 9993.0, 10080.0, 9999.0, 10018.0, 9983.0, 10021.0, 10008.0, 10014.0, 10049.0, 10025.0, 10015.0, 9998.0, 10022.0, 9997.0, 10040.0, 10125.0, 10075.0, 10016.0, 9995.0, 10060.0, 10005.0, 10035.0, 10126.0, 10085.0, 10026.0, 9993.0, 10027.0, 10002.0, 9998.0, 10059.0, 10029.0, 10009.0, 10044.0, 9998.0, 10010.0, 10039.0, 10031.0, 10029.0, 9996.0, 10026.0, 9973.0, 9985.0, 10026.0, 10003.0, 10018.0, 9978.0, 10034.0, 10024.0, 10058.0, 10081.0, 10067.0, 10031.0, 10014.0, 10040.0, 9999.0, 10013.0, 10110.0, 10022.0, 10005.0, 9987.0, 10014.0, 10004.0, 10033.0, 10097.0, 10032.0, 10022.0, 9994.0, 10035.0, 10028.0, 10010.0, 10075.0, 10001.0, 10000.0, 10014.0, 10023.0, 10007.0, 9987.0, 10027.0, 9995.0, 9983.0, 10050.0, 10006.0, 10006.0, 9965.0, 9994.0, 10020.0, 9993.0, 10077.0, 10005.0, 9988.0, 9976.0, 10027.0, 9993.0, 10005.0, 9999.0, 9987.0, 10017.0, 10018.0, 10025.0, 10009.0, 9978.0, 10016.0, 9995.0, 10035.0, 10055.0, 10029.0, 10009.0, 9992.0, 10074.0, 10005.0, 10021.0, 10049.0, 10045.0, 10001.0, 9987.0, 10069.0, 9996.0, 9988.0, 10019.0, 10043.0, 10006.0, 10006.0, 10029.0, 9998.0, 9999.0, 9989.0, 10015.0, 10000.0, 10017.0, 10102.0, 10024.0, 10025.0, 9973.0, 9993.0, 10018.0, 9990.0, 10060.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.00018859938837920487</td></tr>
<tr><td colspan=3>aqi</td><td>0.023064618042813456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.043374387246075</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1359907757160348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852628163035483</td></tr>
<tr><td colspan=3>efc</td><td>0.5504</td></tr>
<tr><td colspan=3>fber</td><td>1545.855</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12168130040692729</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>266</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.269113149847094</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.477669884014348</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375200761552619</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7208941169470107</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.336914773543415</td></tr>
<tr><td colspan=3>gcor</td><td>0.00515842</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014770031906664371</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05803981050848961</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>4.1837828962889745</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>19.0649</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>108.21</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.8219</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>97.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>486.6293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7057</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.8795</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3705.4374</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.8053</td></tr>
<tr><td colspan=3>tsnr</td><td>35.40948836831376</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>