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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-03/func/sub-0107_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>4ab9c8ee90738837cbd8fabfbe901649</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>20:53:6.830000</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.989136, 0.0927008, 0.114087, -0.091237, 0.995667, -0.0179972]</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.0795369</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>[4230, -7796, -7292, 371, -116, -169, 60, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7077fc4b-d929-4528-bd28-c66a794c8e2d||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.653780460357666, -0.24478226900100708, 0.31120556592941284, 115.02964782714844], [-0.2487095296382904, 2.6713006496429443, -0.019960280507802963, -92.10713958740234], [0.30608803033828735, 0.04828518256545067, 2.6819307804107666, -104.23564147949219], [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': ['205306.830000', '205307.290000', '205307.750000', '205308.210000', '205308.670000', '205309.130000', '205309.590000', '205310.050000', '205310.510000', '205310.970000', '205311.430000', '205311.890000', '205312.350000', '205312.810000', '205313.270000', '205313.730000', '205314.190000', '205314.650000', '205315.110000', '205315.570000', '205316.030000', '205316.490000', '205316.950000', '205317.410000', '205317.870000', '205318.330000', '205318.790000', '205319.250000', '205319.710000', '205320.170000', '205320.630000', '205321.090000', '205321.550000', '205322.010000', '205322.470000', '205322.930000', '205323.390000', '205323.850000', '205324.310000', '205324.770000', '205325.230000', '205325.690000', '205326.150000', '205326.610000', '205327.070000', '205327.530000', '205327.990000', '205328.450000', '205328.910000', '205329.370000', '205329.830000', '205330.290000', '205330.750000', '205331.210000', '205331.670000', '205332.130000', '205332.590000', '205333.050000', '205333.510000', '205333.970000', '205334.430000', '205334.890000', '205335.350000', '205335.810000', '205336.270000', '205336.730000', '205337.190000', '205337.650000', '205338.110000', '205338.570000', '205339.030000', '205339.490000', '205339.950000', '205340.410000', '205340.870000', '205341.330000', '205341.790000', '205342.250000', '205342.710000', '205343.170000', '205343.630000', '205344.090000', '205344.550000', '205345.010000', '205345.470000', '205345.930000', '205346.390000', '205346.850000', '205347.310000', '205347.770000', '205348.230000', '205348.690000', '205349.150000', '205349.610000', '205350.070000', '205350.530000', '205350.990000', '205351.450000', '205351.910000', '205352.370000', '205352.830000', '205353.290000', '205353.750000', '205354.210000', '205354.670000', '205355.130000', '205355.590000', '205356.050000', '205356.510000', '205356.970000', '205357.430000', '205357.890000', '205358.350000', '205358.810000', '205359.270000', '205359.730000', '205400.190000', '205400.650000', '205401.110000', '205401.570000', '205402.030000', '205402.490000', '205402.950000', '205403.410000', '205403.870000', '205404.330000', '205404.790000', '205405.250000', '205405.710000', '205406.170000', '205406.630000', '205407.090000', '205407.550000', '205408.010000', '205408.470000', '205408.930000', '205409.390000', '205409.850000', '205410.310000', '205410.770000', '205411.230000', '205411.690000', '205412.150000', '205412.610000', '205413.070000', '205413.530000', '205413.990000', '205414.450000', '205414.910000', '205415.370000', '205415.830000', '205416.290000', '205416.750000', '205417.210000', '205417.670000', '205418.130000', '205418.590000', '205419.050000', '205419.510000', '205419.970000', '205420.430000', '205420.890000', '205421.350000', '205421.810000', '205422.270000', '205422.730000', '205423.190000', '205423.650000', '205424.110000', '205424.570000', '205425.030000', '205425.490000', '205425.950000', '205426.410000', '205426.870000', '205427.330000', '205427.790000', '205428.250000', '205428.710000', '205429.170000', '205429.630000', '205430.090000', '205430.550000', '205431.010000', '205431.470000', '205431.930000', '205432.390000', '205432.850000', '205433.310000', '205433.770000', '205434.230000', '205434.690000', '205435.150000', '205435.610000', '205436.070000', '205436.530000', '205436.990000', '205437.450000', '205437.910000', '205438.370000', '205438.830000', '205439.290000', '205439.750000', '205440.210000', '205440.670000', '205441.130000', '205441.590000', '205442.050000', '205442.510000', '205442.970000', '205443.430000', '205443.890000', '205444.350000', '205444.810000', '205445.270000', '205445.730000', '205446.190000', '205446.650000', '205447.110000', '205447.570000', '205448.030000', '205448.490000', '205448.950000', '205449.410000', '205449.870000', '205450.330000', '205450.790000', '205451.250000', '205451.710000', '205452.170000', '205452.630000', '205453.090000', '205453.550000', '205454.010000', '205454.470000', '205454.930000', '205455.390000', '205455.850000', '205456.310000', '205456.770000', '205457.230000', '205457.690000', '205458.150000', '205458.610000', '205459.070000', '205459.530000', '205459.990000', '205500.450000', '205500.910000', '205501.370000', '205501.830000', '205502.290000', '205502.750000', '205503.210000', '205503.670000', '205504.130000', '205504.590000', '205505.050000', '205505.510000', '205505.970000', '205506.430000', '205506.890000', '205507.350000', '205507.810000', '205508.270000', '205508.730000', '205509.190000', '205509.650000', '205510.110000', '205510.570000', '205511.030000', '205511.490000', '205511.950000', '205512.410000', '205512.870000', '205513.330000', '205513.790000', '205514.250000', '205514.710000', '205515.170000', '205515.630000', '205516.090000', '205516.550000', '205517.010000', '205517.470000', '205517.930000', '205518.390000', '205518.850000', '205519.310000', '205519.770000', '205520.230000', '205520.690000', '205521.150000', '205521.610000', '205522.070000', '205522.530000', '205522.990000', '205523.450000', '205523.910000', '205524.370000', '205524.830000', '205525.290000', '205525.750000', '205526.210000', '205526.670000', '205527.130000', '205527.590000', '205528.050000', '205528.510000', '205528.970000', '205529.430000', '205529.890000', '205530.350000', '205530.810000', '205531.270000', '205531.730000', '205532.190000', '205532.650000', '205533.110000', '205533.570000', '205534.030000', '205534.490000', '205534.950000', '205535.410000', '205535.870000', '205536.330000', '205536.790000', '205537.250000', '205537.710000', '205538.170000', '205538.630000', '205539.090000', '205539.550000', '205540.010000', '205540.470000', '205540.930000', '205541.390000', '205541.850000', '205542.310000', '205542.770000', '205543.230000', '205543.690000', '205544.150000', '205544.610000', '205545.070000', '205545.530000', '205545.990000', '205546.450000', '205546.910000', '205547.370000', '205547.830000', '205548.290000', '205548.750000', '205549.210000', '205549.670000', '205550.130000', '205550.590000', '205551.050000', '205551.510000', '205551.970000', '205552.430000', '205552.890000', '205553.350000', '205553.810000', '205554.270000', '205554.730000', '205555.190000', '205555.650000', '205556.110000', '205556.570000', '205557.030000', '205557.490000', '205557.950000', '205558.410000', '205558.870000', '205559.330000', '205559.790000', '205600.250000', '205600.710000', '205601.170000', '205601.630000', '205602.090000', '205602.550000', '205603.010000', '205603.470000', '205603.930000', '205604.390000', '205604.850000', '205605.310000', '205605.770000', '205606.230000', '205606.690000', '205607.150000', '205607.610000', '205608.070000', '205608.530000', '205608.990000', '205609.450000', '205609.910000', '205610.370000', '205610.830000', '205611.290000', '205611.750000', '205612.210000', '205612.670000', '205613.130000', '205613.590000', '205614.050000', '205614.510000', '205614.970000', '205615.430000', '205615.890000', '205616.350000', '205616.810000', '205617.270000', '205617.730000', '205618.190000', '205618.650000', '205619.110000', '205619.570000', '205620.030000', '205620.490000', '205620.950000', '205621.410000', '205621.870000', '205622.330000', '205622.790000', '205623.250000', '205623.710000', '205624.170000', '205624.630000', '205625.090000', '205625.550000', '205626.010000', '205626.470000', '205626.930000', '205627.390000', '205627.850000', '205628.310000', '205628.770000', '205629.230000', '205629.690000', '205630.150000', '205630.610000', '205631.070000', '205631.530000', '205631.990000', '205632.450000', '205632.910000', '205633.370000', '205633.830000', '205634.290000', '205634.750000', '205635.210000', '205635.670000', '205636.130000', '205636.590000', '205637.050000', '205637.510000', '205637.970000', '205638.430000', '205638.890000', '205639.350000', '205639.810000', '205640.270000', '205640.730000', '205641.190000', '205641.650000', '205642.110000', '205642.570000', '205643.030000', '205643.490000', '205643.950000', '205644.410000', '205644.870000', '205645.330000', '205645.790000', '205646.250000', '205646.710000', '205647.170000', '205647.630000', '205648.090000', '205648.550000', '205649.010000', '205649.470000', '205649.930000', '205650.390000', '205650.850000', '205651.310000', '205651.770000', '205652.230000', '205652.690000', '205653.150000', '205653.610000', '205654.070000', '205654.530000', '205654.990000', '205655.450000', '205655.910000', '205656.370000', '205656.830000', '205657.290000', '205657.750000', '205658.210000', '205658.670000', '205659.130000', '205659.590000', '205700.050000', '205700.510000', '205700.970000', '205701.430000', '205701.890000', '205702.350000', '205702.810000', '205703.270000', '205703.730000', '205704.190000', '205704.650000', '205705.110000', '205705.570000', '205706.030000', '205706.490000', '205706.950000', '205707.410000', '205707.870000', '205708.330000', '205708.790000', '205709.250000', '205709.710000', '205710.170000', '205710.630000', '205711.090000', '205711.550000', '205712.010000', '205712.470000', '205712.930000', '205713.390000', '205713.850000', '205714.310000', '205714.770000', '205715.230000', '205715.690000', '205716.150000', '205716.610000', '205717.070000', '205717.530000', '205717.990000', '205718.450000', '205718.910000', '205719.370000', '205719.830000', '205720.290000', '205720.750000', '205721.210000', '205721.670000', '205722.130000', '205722.590000', '205723.050000', '205723.510000', '205723.970000', '205724.430000', '205724.890000', '205725.350000', '205725.810000', '205726.270000', '205726.730000', '205727.190000', '205727.650000', '205728.110000', '205728.570000', '205729.030000', '205729.490000', '205729.950000', '205730.410000', '205730.870000', '205731.330000', '205731.790000', '205732.250000', '205732.710000', '205733.170000', '205733.630000', '205734.090000', '205734.550000', '205735.010000', '205735.470000', '205735.930000', '205736.390000', '205736.850000', '205737.310000', '205737.770000', '205738.230000', '205738.690000', '205739.150000', '205739.610000', '205740.070000', '205740.530000', '205740.990000', '205741.450000', '205741.910000', '205742.370000', '205742.830000', '205743.290000', '205743.750000', '205744.210000', '205744.670000', '205745.130000', '205745.590000', '205746.050000', '205746.510000', '205746.970000', '205747.430000', '205747.890000', '205748.350000', '205748.810000', '205749.270000', '205749.730000', '205750.190000', '205750.650000', '205751.110000', '205751.570000', '205752.030000', '205752.490000', '205752.950000', '205753.410000', '205753.870000', '205754.330000', '205754.790000', '205755.250000', '205755.710000', '205756.170000', '205756.630000', '205757.090000', '205757.550000', '205758.010000', '205758.470000', '205758.930000', '205759.390000', '205759.850000', '205800.310000', '205800.770000', '205801.230000', '205801.690000', '205802.150000', '205802.610000', '205803.070000', '205803.530000', '205803.990000', '205804.450000', '205804.910000', '205805.370000', '205805.830000', '205806.290000', '205806.750000', '205807.210000', '205807.670000', '205808.130000', '205808.590000', '205809.050000', '205809.510000', '205809.970000', '205810.430000', '205810.890000', '205811.350000', '205811.810000', '205812.270000', '205812.730000', '205813.190000', '205813.650000', '205814.110000', '205814.570000', '205815.030000', '205815.490000', '205815.950000', '205816.410000', '205816.870000', '205817.330000', '205817.790000', '205818.250000', '205818.710000', '205819.170000', '205819.630000', '205820.090000', '205820.550000', '205821.010000', '205821.470000', '205821.930000', '205822.390000', '205822.850000', '205823.310000', '205823.770000', '205824.230000', '205824.690000', '205825.150000', '205825.610000', '205826.070000', '205826.530000', '205826.990000', '205827.450000', '205827.910000', '205828.370000', '205828.830000', '205829.290000', '205829.750000', '205830.210000', '205830.670000', '205831.130000', '205831.590000', '205832.050000', '205832.510000', '205832.970000', '205833.430000', '205833.890000', '205834.350000', '205834.810000', '205835.270000', '205835.730000', '205836.190000', '205836.650000', '205837.110000', '205837.570000', '205838.030000', '205838.490000', '205838.950000', '205839.410000', '205839.870000', '205840.330000', '205840.790000', '205841.250000', '205841.710000', '205842.170000', '205842.630000', '205843.090000', '205843.550000', '205844.010000', '205844.470000', '205844.930000', '205845.390000', '205845.850000', '205846.310000', '205846.770000', '205847.230000', '205847.690000', '205848.150000', '205848.610000', '205849.070000', '205849.530000', '205849.990000', '205850.450000', '205850.910000', '205851.370000', '205851.830000', '205852.290000', '205852.750000', '205853.210000', '205853.670000', '205854.130000', '205854.590000', '205855.050000', '205855.510000', '205855.970000', '205856.430000', '205856.890000', '205857.350000', '205857.810000', '205858.270000', '205858.730000', '205859.190000', '205859.650000', '205900.110000', '205900.570000', '205901.030000', '205901.490000', '205901.950000', '205902.410000', '205902.870000', '205903.330000', '205903.790000', '205904.250000', '205904.710000', '205905.170000', '205905.630000', '205906.090000', '205906.550000', '205907.010000', '205907.470000', '205907.930000', '205908.390000', '205908.850000', '205909.310000', '205909.770000', '205910.230000', '205910.690000', '205911.150000', '205911.610000', '205912.070000', '205912.530000', '205912.990000', '205913.450000', '205913.910000', '205914.370000', '205914.830000', '205915.290000', '205915.750000', '205916.210000', '205916.670000', '205917.130000', '205917.590000', '205918.050000', '205918.510000', '205918.970000', '205919.430000', '205919.890000', '205920.350000', '205920.810000', '205921.270000', '205921.730000', '205922.190000', '205922.650000', '205923.110000', '205923.570000', '205924.030000', '205924.490000', '205924.950000', '205925.410000', '205925.870000', '205926.330000', '205926.790000', '205927.250000', '205927.710000', '205928.170000', '205928.630000', '205929.090000', '205929.550000', '205930.010000', '205930.470000', '205930.930000', '205931.390000', '205931.850000', '205932.310000', '205932.770000', '205933.230000', '205933.690000', '205934.150000', '205934.610000', '205935.070000', '205935.530000', '205935.990000', '205936.450000', '205936.910000', '205937.370000', '205937.830000', '205938.290000', '205938.750000', '205939.210000', '205939.670000', '205940.130000', '205940.590000', '205941.050000', '205941.510000', '205941.970000', '205942.430000', '205942.890000', '205943.350000', '205943.810000', '205944.270000', '205944.730000', '205945.190000', '205945.650000', '205946.110000', '205946.570000', '205947.030000', '205947.490000', '205947.950000', '205948.410000', '205948.870000', '205949.330000', '205949.790000', '205950.250000', '205950.710000', '205951.170000', '205951.630000', '205952.090000', '205952.550000', '205953.010000', '205953.470000', '205953.930000', '205954.390000', '205954.850000', '205955.310000', '205955.770000', '205956.230000', '205956.690000', '205957.150000', '205957.610000', '205958.070000', '205958.530000', '205958.990000', '205959.450000', '205959.910000', '210000.370000', '210000.830000', '210001.290000', '210001.750000', '210002.210000', '210002.670000', '210003.130000', '210003.590000', '210004.050000', '210004.510000', '210004.970000', '210005.430000', '210005.890000', '210006.350000', '210006.810000', '210007.270000', '210007.730000', '210008.190000', '210008.650000', '210009.110000', '210009.570000', '210010.030000', '210010.490000', '210010.950000', '210011.410000', '210011.870000', '210012.330000', '210012.790000', '210013.250000', '210013.710000', '210014.170000', '210014.630000', '210015.090000', '210015.550000', '210016.010000', '210016.470000', '210016.930000', '210017.390000', '210017.850000', '210018.310000', '210018.770000', '210019.230000', '210019.690000', '210020.150000', '210020.610000', '210021.070000', '210021.530000', '210021.990000', '210022.450000', '210022.910000', '210023.370000', '210023.830000', '210024.290000', '210024.750000', '210025.210000', '210025.670000', '210026.130000', '210026.590000', '210027.050000', '210027.510000', '210027.970000', '210028.430000', '210028.890000', '210029.350000', '210029.810000', '210030.270000', '210030.730000', '210031.190000', '210031.650000', '210032.110000', '210032.570000', '210033.030000', '210033.490000', '210033.950000', '210034.410000', '210034.870000', '210035.330000', '210035.790000', '210036.250000', '210036.710000', '210037.170000', '210037.630000', '210038.090000', '210038.550000', '210039.010000', '210039.470000', '210039.930000', '210040.390000', '210040.850000', '210041.310000', '210041.770000', '210042.230000', '210042.690000', '210043.150000', '210043.610000', '210044.070000', '210044.530000', '210044.990000', '210045.450000', '210045.910000', '210046.370000', '210046.830000', '210047.290000', '210047.750000', '210048.210000', '210048.670000', '210049.130000', '210049.590000', '210050.050000', '210050.510000', '210050.970000', '210051.430000', '210051.890000', '210052.350000', '210052.810000', '210053.270000', '210053.730000', '210054.190000', '210054.650000', '210055.110000', '210055.570000', '210056.030000', '210056.490000', '210056.950000', '210057.410000', '210057.870000', '210058.330000', '210058.790000', '210059.250000', '210059.710000', '210100.170000', '210100.630000', '210101.090000', '210101.550000', '210102.010000', '210102.470000', '210102.930000', '210103.390000', '210103.850000', '210104.310000', '210104.770000', '210105.230000', '210105.690000', '210106.150000', '210106.610000', '210107.070000', '210107.530000', '210107.990000', '210108.450000', '210108.910000', '210109.370000', '210109.830000', '210110.290000', '210110.750000', '210111.210000', '210111.670000', '210112.130000', '210112.590000', '210113.050000', '210113.510000', '210113.970000', '210114.430000', '210114.890000', '210115.350000', '210115.810000', '210116.270000', '210116.730000', '210117.190000', '210117.650000', '210118.110000', '210118.570000', '210119.030000', '210119.490000', '210119.950000', '210120.410000', '210120.870000', '210121.330000', '210121.790000', '210122.250000', '210122.710000', '210123.170000', '210123.630000', '210124.090000', '210124.550000', '210125.010000', '210125.470000', '210125.930000', '210126.390000', '210126.850000', '210127.310000', '210127.770000', '210128.230000', '210128.690000', '210129.150000', '210129.610000', '210130.070000', '210130.530000', '210130.990000', '210131.450000', '210131.910000', '210132.370000', '210132.830000', '210133.290000', '210133.750000', '210134.210000', '210134.670000', '210135.130000', '210135.590000', '210136.050000', '210136.510000', '210136.970000', '210137.430000', '210137.890000', '210138.350000', '210138.810000', '210139.270000', '210139.730000', '210140.190000', '210140.650000', '210141.110000', '210141.570000', '210142.030000', '210142.490000', '210142.950000', '210143.410000', '210143.870000', '210144.330000', '210144.790000', '210145.250000', '210145.710000', '210146.170000', '210146.630000', '210147.090000', '210147.550000', '210148.010000', '210148.470000', '210148.930000', '210149.390000', '210149.850000', '210150.310000', '210150.770000', '210151.230000', '210151.690000', '210152.150000', '210152.610000', '210153.070000', '210153.530000', '210153.990000', '210154.450000', '210154.910000', '210155.370000', '210155.830000', '210156.290000', '210156.750000', '210157.210000', '210157.670000', '210158.130000', '210158.590000', '210159.050000', '210159.510000', '210159.970000', '210200.430000', '210200.890000', '210201.350000', '210201.810000', '210202.270000', '210202.730000', '210203.190000', '210203.650000', '210204.110000', '210204.570000', '210205.030000', '210205.490000', '210205.950000', '210206.410000', '210206.870000', '210207.330000', '210207.790000', '210208.250000', '210208.710000', '210209.170000', '210209.630000', '210210.090000', '210210.550000', '210211.010000', '210211.470000', '210211.930000', '210212.390000', '210212.850000', '210213.310000', '210213.770000', '210214.230000', '210214.690000', '210215.150000', '210215.610000', '210216.070000', '210216.530000', '210216.990000', '210217.450000', '210217.910000', '210218.370000', '210218.830000', '210219.290000', '210219.750000', '210220.210000', '210220.670000', '210221.130000', '210221.590000', '210222.050000', '210222.510000', '210222.970000', '210223.430000', '210223.890000', '210224.350000', '210224.810000', '210225.270000', '210225.730000', '210226.190000', '210226.650000', '210227.110000', '210227.570000', '210228.030000', '210228.490000', '210228.950000', '210229.410000', '210229.870000', '210230.330000', '210230.790000', '210231.250000', '210231.710000', '210232.170000', '210232.630000', '210233.090000', '210233.550000', '210234.010000', '210234.470000', '210234.930000', '210235.390000', '210235.850000', '210236.310000', '210236.770000', '210237.230000', '210237.690000', '210238.150000', '210238.610000', '210239.070000', '210239.530000', '210239.990000', '210240.450000', '210240.910000', '210241.370000', '210241.830000', '210242.290000', '210242.750000', '210243.210000', '210243.670000', '210244.130000', '210244.590000', '210245.050000', '210245.510000', '210245.970000', '210246.430000', '210246.890000', '210247.350000', '210247.810000', '210248.270000', '210248.730000', '210249.190000', '210249.650000', '210250.110000', '210250.570000', '210251.030000', '210251.490000', '210251.950000', '210252.410000', '210252.870000', '210253.330000', '210253.790000', '210254.250000', '210254.710000', '210255.170000', '210255.630000', '210256.090000', '210256.550000', '210257.010000', '210257.470000', '210257.930000', '210258.390000', '210258.850000', '210259.310000', '210259.770000', '210300.230000', '210300.690000', '210301.150000', '210301.610000', '210302.070000', '210302.530000', '210302.990000', '210303.450000', '210303.910000', '210304.370000', '210304.830000', '210305.290000', '210305.750000', '210306.210000', '210306.670000', '210307.130000', '210307.590000', '210308.050000', '210308.510000', '210308.970000', '210309.430000', '210309.890000', '210310.350000', '210310.810000', '210311.270000', '210311.730000', '210312.190000', '210312.650000', '210313.110000', '210313.570000', '210314.030000', '210314.490000', '210314.950000', '210315.410000', '210315.870000', '210316.330000', '210316.790000', '210317.250000', '210317.710000', '210318.170000', '210318.630000', '210319.090000', '210319.550000', '210320.010000', '210320.470000', '210320.930000', '210321.390000', '210321.850000', '210322.310000', '210322.770000', '210323.230000', '210323.690000', '210324.150000', '210324.610000', '210325.070000', '210325.530000', '210325.990000', '210326.450000', '210326.910000', '210327.370000', '210327.830000', '210328.290000', '210328.750000', '210329.210000', '210329.670000', '210330.130000', '210330.590000', '210331.050000', '210331.510000', '210331.970000', '210332.430000', '210332.890000', '210333.350000', '210333.810000', '210334.270000', '210334.730000', '210335.190000', '210335.650000', '210336.110000', '210336.570000', '210337.030000', '210337.490000', '210337.950000', '210338.410000', '210338.870000', '210339.330000', '210339.790000', '210340.250000', '210340.710000', '210341.170000', '210341.630000', '210342.090000', '210342.550000', '210343.010000', '210343.470000', '210343.930000', '210344.390000', '210344.850000', '210345.310000', '210345.770000', '210346.230000', '210346.690000', '210347.150000', '210347.610000', '210348.070000', '210348.530000', '210348.990000', '210349.450000', '210349.910000', '210350.370000', '210350.830000', '210351.290000', '210351.750000', '210352.210000', '210352.670000', '210353.130000', '210353.590000', '210354.050000', '210354.510000', '210354.970000', '210355.430000', '210355.890000', '210356.350000', '210356.810000', '210357.270000', '210357.730000', '210358.190000', '210358.650000', '210359.110000', '210359.570000', '210400.030000', '210400.490000', '210400.950000', '210401.410000', '210401.870000', '210402.330000', '210402.790000', '210403.250000', '210403.710000', '210404.170000', '210404.630000', '210405.090000', '210405.550000', '210406.010000', '210406.470000', '210406.930000', '210407.390000', '210407.850000', '210408.310000', '210408.770000', '210409.230000', '210409.690000', '210410.150000', '210410.610000', '210411.070000', '210411.530000', '210411.990000', '210412.450000', '210412.910000', '210413.370000', '210413.830000', '210414.290000', '210414.750000', '210415.210000', '210415.670000', '210416.130000', '210416.590000', '210417.050000', '210417.510000', '210417.970000', '210418.430000', '210418.890000', '210419.350000', '210419.810000', '210420.270000', '210420.730000', '210421.190000', '210421.650000', '210422.110000', '210422.570000', '210423.030000', '210423.490000', '210423.950000', '210424.410000', '210424.870000', '210425.330000', '210425.790000', '210426.250000', '210426.710000', '210427.170000', '210427.630000', '210428.090000', '210428.550000', '210429.010000', '210429.470000', '210429.930000', '210430.390000', '210430.850000', '210431.310000', '210431.770000', '210432.230000', '210432.690000', '210433.150000', '210433.610000', '210434.070000', '210434.530000', '210434.990000', '210435.450000', '210435.910000', '210436.370000', '210436.830000', '210437.290000', '210437.750000', '210438.210000', '210438.670000', '210439.130000', '210439.590000', '210440.050000', '210440.510000', '210440.970000', '210441.430000', '210441.890000', '210442.350000', '210442.810000', '210443.270000', '210443.730000', '210444.190000', '210444.650000', '210445.110000', '210445.570000', '210446.030000', '210446.490000', '210446.950000', '210447.410000', '210447.870000', '210448.330000', '210448.790000', '210449.250000', '210449.710000', '210450.170000', '210450.630000', '210451.090000', '210451.550000', '210452.010000', '210452.470000', '210452.930000', '210453.390000', '210453.850000', '210454.310000', '210454.770000', '210455.230000', '210455.690000', '210456.150000', '210456.610000', '210457.070000', '210457.530000', '210457.990000', '210458.450000', '210458.910000', '210459.370000', '210459.830000', '210500.290000', '210500.750000', '210501.210000', '210501.670000', '210502.130000', '210502.590000', '210503.050000', '210503.510000', '210503.970000', '210504.430000', '210504.890000', '210505.350000', '210505.810000', '210506.270000', '210506.730000', '210507.190000', '210507.650000', '210508.110000', '210508.570000', '210509.030000', '210509.490000', '210509.950000', '210510.410000', '210510.870000', '210511.330000', '210511.790000', '210512.250000', '210512.710000', '210513.170000', '210513.630000', '210514.090000', '210514.550000', '210515.010000', '210515.470000', '210515.930000', '210516.390000', '210516.850000', '210517.310000', '210517.770000', '210518.230000', '210518.690000', '210519.150000', '210519.610000', '210520.070000', '210520.530000', '210520.990000', '210521.450000', '210521.910000', '210522.370000', '210522.830000', '210523.290000', '210523.750000', '210524.210000', '210524.670000', '210525.130000', '210525.590000', '210526.050000', '210526.510000', '210526.970000', '210527.430000', '210527.890000', '210528.350000', '210528.810000', '210529.270000', '210529.730000', '210530.190000', '210530.650000', '210531.110000', '210531.570000', '210532.030000', '210532.490000', '210532.950000', '210533.410000', '210533.870000', '210534.330000', '210534.790000', '210535.250000', '210535.710000', '210536.170000', '210536.630000', '210537.090000', '210537.550000', '210538.010000', '210538.470000', '210538.930000', '210539.390000', '210539.850000', '210540.310000', '210540.770000'], 'ContentTime': ['205324.740000', '205324.743000', '205324.746000', '205324.749000', '205324.751000', '205324.754000', '205324.757000', '205324.759000', '205324.762000', '205324.765000', '205324.767000', '205324.778000', '205324.781000', '205324.784000', '205324.787000', '205324.790000', '205324.792000', '205324.795000', '205324.798000', '205324.800000', '205324.803000', '205324.806000', '205324.808000', '205324.813000', '205324.816000', '205324.819000', '205324.821000', '205324.824000', '205324.827000', '205324.829000', '205324.832000', '205324.834000', '205324.837000', '205324.840000', '205324.843000', '205324.846000', '205324.848000', '205344.710000', '205344.713000', '205344.717000', '205344.738000', '205344.741000', '205344.743000', '205344.746000', '205344.748000', '205344.751000', '205344.754000', '205344.756000', '205344.759000', '205344.761000', '205344.764000', '205344.767000', '205344.769000', '205344.772000', '205344.774000', '205344.777000', '205344.780000', '205344.783000', '205344.785000', '205344.788000', '205344.791000', '205344.793000', '205344.796000', '205344.798000', '205344.801000', '205344.803000', '205344.809000', '205344.812000', '205344.814000', '205344.817000', '205344.820000', '205344.822000', '205344.825000', '205344.828000', '205344.830000', '205344.833000', '205344.835000', '205344.838000', '205344.841000', '205344.844000', '205404.710000', '205404.713000', '205404.716000', '205404.742000', '205404.744000', '205404.747000', '205404.750000', '205404.752000', '205404.755000', '205404.757000', '205404.760000', '205404.763000', '205404.765000', '205404.768000', '205404.770000', '205404.773000', '205404.775000', '205404.778000', '205404.781000', '205404.783000', '205404.786000', '205404.788000', '205404.791000', '205404.794000', '205404.796000', '205404.799000', '205404.801000', '205404.804000', '205404.806000', '205404.809000', '205404.811000', '205404.814000', '205404.817000', '205404.819000', '205404.822000', '205404.825000', '205404.827000', '205404.830000', '205404.832000', '205404.835000', '205404.837000', '205404.840000', '205404.843000', '205404.845000', '205424.710000', '205424.713000', '205424.716000', '205424.719000', '205424.721000', '205424.724000', '205424.726000', '205424.729000', '205424.732000', '205424.734000', '205424.737000', '205424.740000', '205424.742000', '205424.745000', '205424.747000', '205424.750000', '205424.753000', '205424.755000', '205424.758000', '205424.760000', '205424.763000', '205424.766000', '205424.768000', '205424.771000', '205424.773000', '205424.776000', '205424.779000', '205424.781000', '205424.784000', '205424.786000', '205424.789000', '205424.792000', '205424.794000', '205424.797000', '205424.800000', '205424.802000', '205424.805000', '205424.807000', '205424.810000', '205424.813000', '205424.815000', '205424.818000', '205424.820000', '205444.710000', '205444.712000', '205444.715000', '205444.718000', '205444.720000', '205444.723000', '205444.726000', '205444.728000', '205444.731000', '205444.733000', '205444.736000', '205444.739000', '205444.741000', '205444.744000', '205444.746000', '205444.749000', '205444.752000', '205444.754000', '205444.757000', '205444.759000', '205444.762000', '205444.766000', '205444.768000', '205444.771000', '205444.774000', '205444.776000', '205444.779000', '205444.782000', '205444.785000', '205444.788000', '205444.790000', '205444.793000', '205444.796000', '205444.798000', '205444.801000', '205444.804000', '205444.806000', '205444.809000', '205444.812000', '205444.814000', '205444.817000', '205444.820000', '205444.823000', '205444.826000', '205504.710000', '205504.713000', '205504.716000', '205504.718000', '205504.721000', '205504.724000', '205504.726000', '205504.729000', '205504.731000', '205504.734000', '205504.737000', '205504.739000', '205504.742000', '205504.744000', '205504.747000', '205504.749000', '205504.752000', '205504.755000', '205504.757000', '205504.760000', '205504.762000', '205504.765000', '205504.768000', '205504.770000', '205504.773000', '205504.775000', '205504.778000', '205504.780000', '205504.783000', '205504.786000', '205504.789000', '205504.792000', '205504.795000', '205504.798000', '205504.800000', '205504.803000', '205504.805000', '205504.808000', '205504.811000', '205504.813000', '205504.816000', '205504.818000', '205504.824000', '205524.711000', '205524.713000', '205524.716000', '205524.719000', '205524.721000', '205524.724000', '205524.727000', '205524.729000', '205524.732000', '205524.735000', '205524.737000', '205524.740000', '205524.743000', '205524.745000', '205524.748000', '205524.751000', '205524.753000', '205524.756000', '205524.759000', '205524.762000', '205524.765000', '205524.767000', '205524.770000', '205524.773000', '205524.775000', '205524.778000', '205524.780000', '205524.783000', '205524.786000', '205524.788000', '205524.791000', '205524.794000', '205524.796000', '205524.799000', '205524.802000', '205524.804000', '205524.807000', '205524.809000', '205524.812000', '205524.815000', '205524.817000', '205524.820000', '205524.822000', '205524.837000', '205544.711000', '205544.714000', '205544.716000', '205544.719000', '205544.721000', '205544.724000', '205544.727000', '205544.731000', '205544.733000', '205544.736000', '205544.739000', '205544.741000', '205544.744000', '205544.747000', '205544.749000', '205544.752000', '205544.754000', '205544.757000', '205544.760000', '205544.762000', '205544.765000', '205544.767000', '205544.770000', '205544.773000', '205544.776000', '205544.778000', '205544.781000', '205544.784000', '205544.786000', '205544.789000', '205544.792000', '205544.794000', '205544.797000', '205544.800000', '205544.802000', '205544.805000', '205544.808000', '205544.810000', '205544.813000', '205544.815000', '205544.818000', '205544.821000', '205544.823000', '205604.710000', '205604.713000', '205604.716000', '205604.718000', '205604.721000', '205604.724000', '205604.726000', '205604.729000', '205604.732000', '205604.734000', '205604.737000', '205604.739000', '205604.742000', '205604.745000', '205604.747000', '205604.750000', '205604.752000', '205604.755000', '205604.758000', '205604.760000', '205604.763000', '205604.765000', '205604.768000', '205604.770000', '205604.773000', '205604.776000', '205604.778000', '205604.781000', '205604.783000', '205604.786000', '205604.789000', '205604.791000', '205604.794000', '205604.796000', '205604.799000', '205604.802000', '205604.804000', '205604.807000', '205604.809000', '205604.812000', '205604.815000', '205604.817000', '205604.820000', '205604.822000', '205624.710000', '205624.713000', '205624.716000', '205624.718000', '205624.721000', '205624.724000', '205624.726000', '205624.729000', '205624.732000', '205624.734000', '205624.737000', '205624.740000', '205624.743000', '205624.745000', '205624.748000', '205624.751000', '205624.753000', '205624.756000', '205624.759000', '205624.761000', '205624.764000', '205624.766000', '205624.769000', '205624.772000', '205624.774000', '205624.777000', '205624.779000', '205624.782000', '205624.785000', '205624.788000', '205624.790000', '205624.812000', '205624.815000', '205624.818000', '205624.820000', '205624.823000', '205624.826000', '205624.828000', '205624.831000', '205624.833000', '205624.836000', '205624.839000', '205624.841000', '205644.710000', '205644.713000', '205644.716000', '205644.719000', '205644.721000', '205644.724000', '205644.726000', '205644.729000', '205644.732000', '205644.734000', '205644.737000', '205644.739000', '205644.742000', '205644.745000', '205644.747000', '205644.750000', '205644.753000', '205644.755000', '205644.758000', '205644.760000', '205644.763000', '205644.766000', '205644.768000', '205644.771000', '205644.773000', '205644.776000', '205644.779000', '205644.781000', '205644.784000', '205644.786000', '205644.789000', '205644.792000', '205644.794000', '205644.797000', '205644.799000', '205644.802000', '205644.804000', '205644.807000', '205644.810000', '205644.812000', '205644.815000', '205644.818000', '205644.820000', '205644.823000', '205704.709000', '205704.712000', '205704.715000', '205704.718000', '205704.720000', '205704.723000', '205704.726000', '205704.728000', '205704.731000', '205704.733000', '205704.736000', '205704.739000', '205704.741000', '205704.744000', '205704.746000', '205704.749000', '205704.751000', '205704.754000', '205704.757000', '205704.759000', '205704.762000', '205704.765000', '205704.767000', '205704.770000', '205704.772000', '205704.775000', '205704.777000', '205704.780000', '205704.783000', '205704.785000', '205704.788000', '205704.791000', '205704.793000', '205704.796000', '205704.798000', '205704.801000', '205704.804000', '205704.806000', '205704.815000', '205704.818000', '205704.821000', '205704.824000', '205704.827000', '205724.710000', '205724.713000', '205724.716000', '205724.719000', '205724.721000', '205724.724000', '205724.727000', '205724.729000', '205724.732000', '205724.734000', '205724.737000', '205724.740000', '205724.742000', '205724.745000', '205724.748000', '205724.750000', '205724.753000', '205724.755000', '205724.758000', '205724.760000', '205724.763000', '205724.766000', '205724.768000', '205724.771000', '205724.774000', '205724.776000', '205724.779000', '205724.781000', '205724.784000', '205724.787000', '205724.789000', '205724.792000', '205724.795000', '205724.797000', '205724.800000', '205724.802000', '205724.805000', '205724.808000', '205724.810000', '205724.813000', '205724.816000', '205724.818000', '205724.821000', '205724.823000', '205744.710000', '205744.713000', '205744.716000', '205744.718000', '205744.721000', '205744.724000', '205744.726000', '205744.729000', '205744.732000', '205744.734000', '205744.737000', '205744.739000', '205744.742000', '205744.745000', '205744.747000', '205744.750000', '205744.752000', '205744.755000', '205744.758000', '205744.760000', '205744.763000', '205744.765000', '205744.768000', '205744.771000', '205744.773000', '205744.776000', '205744.779000', '205744.781000', '205744.784000', '205744.786000', '205744.789000', '205744.792000', '205744.794000', '205744.797000', '205744.800000', '205744.802000', '205744.805000', '205744.808000', '205744.810000', '205744.813000', '205744.816000', '205744.818000', '205744.821000', '205804.711000', '205804.713000', '205804.716000', '205804.719000', '205804.721000', '205804.724000', '205804.727000', '205804.729000', '205804.732000', '205804.735000', '205804.737000', '205804.740000', '205804.742000', '205804.745000', '205804.748000', '205804.750000', '205804.753000', '205804.755000', '205804.758000', '205804.761000', '205804.763000', '205804.766000', '205804.769000', '205804.771000', '205804.774000', '205804.776000', '205804.779000', '205804.782000', '205804.784000', '205804.787000', '205804.789000', '205804.792000', '205804.795000', '205804.797000', '205804.800000', '205804.802000', '205804.805000', '205804.808000', '205804.810000', '205804.813000', '205804.815000', '205804.818000', '205804.821000', '205804.823000', '205824.711000', '205824.713000', '205824.716000', '205824.719000', '205824.721000', '205824.724000', '205824.727000', '205824.729000', '205824.732000', '205824.734000', '205824.737000', '205824.740000', '205824.742000', '205824.745000', '205824.747000', '205824.750000', '205824.753000', '205824.755000', '205824.758000', '205824.760000', '205824.763000', '205824.766000', '205824.768000', '205824.771000', '205824.773000', '205824.776000', '205824.779000', '205824.781000', '205824.784000', '205824.787000', '205824.789000', '205824.792000', '205824.794000', '205824.797000', '205824.800000', '205824.802000', '205824.805000', '205824.808000', '205824.810000', '205824.813000', '205824.816000', '205824.818000', '205824.821000', '205844.710000', '205844.713000', '205844.716000', '205844.718000', '205844.721000', '205844.733000', '205844.735000', '205844.738000', '205844.740000', '205844.743000', '205844.746000', '205844.748000', '205844.751000', '205844.753000', '205844.756000', '205844.759000', '205844.761000', '205844.764000', '205844.767000', '205844.769000', '205844.772000', '205844.775000', '205844.777000', '205844.780000', '205844.783000', '205844.785000', '205844.788000', '205844.790000', '205844.793000', '205844.796000', '205844.798000', '205844.801000', '205844.804000', '205844.806000', '205844.809000', '205844.812000', '205844.814000', '205844.817000', '205844.819000', '205844.822000', '205844.825000', '205844.827000', '205844.830000', '205844.832000', '205904.711000', '205904.714000', '205904.716000', '205904.719000', '205904.721000', '205904.724000', '205904.727000', '205904.729000', '205904.732000', '205904.734000', '205904.737000', '205904.740000', '205904.742000', '205904.745000', '205904.747000', '205904.750000', '205904.753000', '205904.755000', '205904.758000', '205904.760000', '205904.763000', '205904.765000', '205904.768000', '205904.771000', '205904.773000', '205904.776000', '205904.778000', '205904.781000', '205904.784000', '205904.786000', '205904.789000', '205904.791000', '205904.794000', '205904.797000', '205904.799000', '205904.802000', '205904.805000', '205904.807000', '205904.810000', '205904.812000', '205904.815000', '205904.818000', '205904.820000', '205924.709000', '205924.712000', '205924.716000', '205924.718000', '205924.721000', '205924.724000', '205924.726000', '205924.729000', '205924.731000', '205924.734000', '205924.737000', '205924.739000', '205924.742000', '205924.744000', '205924.747000', '205924.750000', '205924.752000', '205924.755000', '205924.757000', '205924.760000', '205924.763000', '205924.765000', '205924.768000', '205924.770000', '205924.773000', '205924.776000', '205924.778000', '205924.781000', '205924.783000', '205924.786000', '205924.789000', '205924.791000', '205924.794000', '205924.796000', '205924.799000', '205924.802000', '205924.804000', '205924.807000', '205924.809000', '205924.812000', '205924.815000', '205924.817000', '205924.820000', '205924.822000', '205944.711000', '205944.713000', '205944.716000', '205944.719000', '205944.721000', '205944.724000', '205944.727000', '205944.729000', '205944.732000', '205944.734000', '205944.737000', '205944.740000', '205944.742000', '205944.745000', '205944.747000', '205944.750000', '205944.753000', '205944.755000', '205944.758000', '205944.761000', '205944.763000', '205944.766000', '205944.768000', '205944.771000', '205944.774000', '205944.776000', '205944.779000', '205944.781000', '205944.784000', '205944.787000', '205944.789000', '205944.792000', '205944.795000', '205944.797000', '205944.800000', '205944.802000', '205944.805000', '205944.808000', '205944.810000', '205944.813000', '205944.815000', '205944.818000', '205944.821000', '210004.710000', '210004.713000', '210004.726000', '210004.728000', '210004.731000', '210004.734000', '210004.736000', '210004.739000', '210004.741000', '210004.744000', '210004.747000', '210004.749000', '210004.752000', '210004.754000', '210004.757000', '210004.760000', '210004.762000', '210004.765000', '210004.767000', '210004.770000', '210004.773000', '210004.775000', '210004.778000', '210004.781000', '210004.783000', '210004.786000', '210004.788000', '210004.791000', '210004.794000', '210004.796000', '210004.799000', '210004.801000', '210004.804000', '210004.807000', '210004.809000', '210004.812000', '210004.814000', '210004.817000', '210004.820000', '210004.822000', '210004.825000', '210004.827000', '210004.830000', '210004.833000', '210024.711000', '210024.714000', '210024.716000', '210024.719000', '210024.721000', '210024.724000', '210024.727000', '210024.729000', '210024.732000', '210024.734000', '210024.737000', '210024.740000', '210024.742000', '210024.745000', '210024.747000', '210024.750000', '210024.753000', '210024.755000', '210024.758000', '210024.760000', '210024.763000', '210024.766000', '210024.768000', '210024.771000', '210024.774000', '210024.776000', '210024.779000', '210024.781000', '210024.784000', '210024.787000', '210024.789000', '210024.792000', '210024.795000', '210024.797000', '210024.800000', '210024.802000', '210024.805000', '210024.808000', '210024.810000', '210024.813000', '210024.815000', '210024.818000', '210024.821000', '210044.711000', '210044.713000', '210044.716000', '210044.719000', '210044.721000', '210044.724000', '210044.727000', '210044.729000', '210044.732000', '210044.734000', '210044.737000', '210044.740000', '210044.742000', '210044.745000', '210044.748000', '210044.750000', '210044.753000', '210044.757000', '210044.759000', '210044.762000', '210044.765000', '210044.767000', '210044.770000', '210044.772000', '210044.775000', '210044.778000', '210044.780000', '210044.783000', '210044.785000', '210044.788000', '210044.791000', '210044.793000', '210044.796000', '210044.799000', '210044.801000', '210044.804000', '210044.806000', '210044.809000', '210044.812000', '210044.814000', '210044.817000', '210044.819000', '210044.822000', '210104.711000', '210104.714000', '210104.716000', '210104.719000', '210104.722000', '210104.724000', '210104.727000', '210104.729000', '210104.732000', '210104.734000', '210104.737000', '210104.740000', '210104.742000', '210104.745000', '210104.747000', '210104.750000', '210104.753000', '210104.755000', '210104.758000', '210104.761000', '210104.763000', '210104.766000', '210104.768000', '210104.771000', '210104.773000', '210104.776000', '210104.779000', '210104.781000', '210104.784000', '210104.786000', '210104.789000', '210104.792000', '210104.794000', '210104.797000', '210104.800000', '210104.802000', '210104.805000', '210104.808000', '210104.810000', '210104.813000', '210104.815000', '210104.818000', '210104.821000', '210104.823000', '210124.709000', '210124.712000', '210124.715000', '210124.718000', '210124.720000', '210124.723000', '210124.725000', '210124.728000', '210124.731000', '210124.733000', '210124.736000', '210124.739000', '210124.742000', '210124.758000', '210124.761000', '210124.764000', '210124.766000', '210124.769000', '210124.771000', '210124.774000', '210124.777000', '210124.779000', '210124.782000', '210124.785000', '210124.787000', '210124.790000', '210124.792000', '210124.795000', '210124.798000', '210124.800000', '210124.803000', '210124.805000', '210124.808000', '210124.811000', '210124.813000', '210124.816000', '210124.819000', '210124.821000', '210124.824000', '210124.827000', '210124.829000', '210124.832000', '210124.834000', '210144.709000', '210144.712000', '210144.715000', '210144.718000', '210144.720000', '210144.723000', '210144.725000', '210144.728000', '210144.731000', '210144.733000', '210144.736000', '210144.738000', '210144.741000', '210144.744000', '210144.746000', '210144.749000', '210144.751000', '210144.754000', '210144.757000', '210144.759000', '210144.762000', '210144.764000', '210144.767000', '210144.770000', '210144.772000', '210144.775000', '210144.777000', '210144.780000', '210144.783000', '210144.785000', '210144.788000', '210144.791000', '210144.793000', '210144.796000', '210144.799000', '210144.801000', '210144.804000', '210144.806000', '210144.809000', '210144.812000', '210144.814000', '210144.817000', '210144.819000', '210144.822000', '210204.711000', '210204.714000', '210204.716000', '210204.719000', '210204.721000', '210204.724000', '210204.727000', '210204.729000', '210204.732000', '210204.734000', '210204.737000', '210204.740000', '210204.742000', '210204.745000', '210204.748000', '210204.750000', '210204.753000', '210204.755000', '210204.758000', '210204.761000', '210204.763000', '210204.766000', '210204.768000', '210204.771000', '210204.773000', '210204.776000', '210204.779000', '210204.782000', '210204.784000', '210204.787000', '210204.789000', '210204.792000', '210204.796000', '210204.798000', '210204.801000', '210204.804000', '210204.806000', '210204.809000', '210204.812000', '210204.814000', '210204.817000', '210204.820000', '210204.822000', '210224.711000', '210224.714000', '210224.716000', '210224.719000', '210224.722000', '210224.724000', '210224.727000', '210224.730000', '210224.732000', '210224.735000', '210224.737000', '210224.740000', '210224.743000', '210224.745000', '210224.748000', '210224.751000', '210224.753000', '210224.756000', '210224.759000', '210224.761000', '210224.764000', '210224.766000', '210224.769000', '210224.772000', '210224.774000', '210224.777000', '210224.780000', '210224.782000', '210224.785000', '210224.788000', '210224.790000', '210224.793000', '210224.795000', '210224.798000', '210224.801000', '210224.803000', '210224.806000', '210224.808000', '210224.811000', '210224.814000', '210224.816000', '210224.819000', '210224.822000', '210224.824000', '210244.711000', '210244.714000', '210244.716000', '210244.719000', '210244.721000', '210244.724000', '210244.727000', '210244.729000', '210244.732000', '210244.734000', '210244.737000', '210244.740000', '210244.742000', '210244.745000', '210244.748000', '210244.750000', '210244.753000', '210244.755000', '210244.758000', '210244.761000', '210244.763000', '210244.766000', '210244.768000', '210244.771000', '210244.774000', '210244.777000', '210244.780000', '210244.783000', '210244.785000', '210244.788000', '210244.791000', '210244.793000', '210244.796000', '210244.799000', '210244.801000', '210244.804000', '210244.806000', '210244.809000', '210244.812000', '210244.814000', '210244.817000', '210244.820000', '210244.822000', '210304.711000', '210304.714000', '210304.716000', '210304.719000', '210304.721000', '210304.724000', '210304.727000', '210304.729000', '210304.732000', '210304.734000', '210304.737000', '210304.740000', '210304.742000', '210304.745000', '210304.747000', '210304.750000', '210304.753000', '210304.755000', '210304.758000', '210304.760000', '210304.763000', '210304.766000', '210304.768000', '210304.771000', '210304.773000', '210304.776000', '210304.779000', '210304.781000', '210304.784000', '210304.786000', '210304.789000', '210304.792000', '210304.794000', '210304.797000', '210304.800000', '210304.802000', '210304.805000', '210304.808000', '210304.810000', '210304.813000', '210304.815000', '210304.818000', '210304.821000', '210304.823000', '210324.711000', '210324.714000', '210324.716000', '210324.719000', '210324.721000', '210324.724000', '210324.727000', '210324.729000', '210324.732000', '210324.735000', '210324.737000', '210324.740000', '210324.742000', '210324.745000', '210324.748000', '210324.750000', '210324.753000', '210324.755000', '210324.758000', '210324.761000', '210324.763000', '210324.766000', '210324.769000', '210324.771000', '210324.774000', '210324.777000', '210324.779000', '210324.782000', '210324.785000', '210324.788000', '210324.791000', '210324.794000', '210324.797000', '210324.799000', '210324.802000', '210324.805000', '210324.807000', '210324.810000', '210324.812000', '210324.815000', '210324.818000', '210324.820000', '210324.823000', '210344.710000', '210344.712000', '210344.715000', '210344.718000', '210344.720000', '210344.723000', '210344.726000', '210344.728000', '210344.731000', '210344.733000', '210344.736000', '210344.739000', '210344.741000', '210344.744000', '210344.747000', '210344.749000', '210344.752000', '210344.755000', '210344.757000', '210344.760000', '210344.762000', '210344.765000', '210344.768000', '210344.770000', '210344.773000', '210344.775000', '210344.778000', '210344.781000', '210344.783000', '210344.786000', '210344.789000', '210344.791000', '210344.794000', '210344.796000', '210344.799000', '210344.802000', '210344.819000', '210344.822000', '210344.824000', '210344.827000', '210344.829000', '210344.832000', '210344.835000', '210344.837000', '210404.710000', '210404.712000', '210404.715000', '210404.718000', '210404.720000', '210404.723000', '210404.726000', '210404.728000', '210404.731000', '210404.733000', '210404.736000', '210404.739000', '210404.741000', '210404.744000', '210404.746000', '210404.750000', '210404.753000', '210404.755000', '210404.765000', '210404.767000', '210404.770000', '210404.773000', '210404.775000', '210404.778000', '210404.780000', '210404.783000', '210404.786000', '210404.788000', '210404.799000', '210404.802000', '210404.804000', '210404.807000', '210404.810000', '210404.812000', '210404.818000', '210404.821000', '210404.824000', '210404.826000', '210404.829000', '210404.832000', '210404.834000', '210404.837000', '210404.840000', '210424.711000', '210424.714000', '210424.716000', '210424.719000', '210424.721000', '210424.724000', '210424.727000', '210424.729000', '210424.732000', '210424.734000', '210424.737000', '210424.740000', '210424.742000', '210424.745000', '210424.747000', '210424.750000', '210424.753000', '210424.755000', '210424.758000', '210424.760000', '210424.763000', '210424.766000', '210424.768000', '210424.771000', '210424.773000', '210424.776000', '210424.779000', '210424.781000', '210424.784000', '210424.786000', '210424.789000', '210424.792000', '210424.794000', '210424.797000', '210424.800000', '210424.802000', '210424.805000', '210424.808000', '210424.810000', '210424.813000', '210424.815000', '210424.818000', '210424.821000', '210424.823000', '210444.711000', '210444.714000', '210444.716000', '210444.719000', '210444.721000', '210444.724000', '210444.727000', '210444.729000', '210444.732000', '210444.734000', '210444.737000', '210444.740000', '210444.742000', '210444.745000', '210444.747000', '210444.750000', '210444.753000', '210444.755000', '210444.758000', '210444.761000', '210444.763000', '210444.766000', '210444.768000', '210444.771000', '210444.774000', '210444.776000', '210444.779000', '210444.781000', '210444.784000', '210444.787000', '210444.789000', '210444.792000', '210444.794000', '210444.797000', '210444.800000', '210444.802000', '210444.805000', '210444.807000', '210444.810000', '210444.813000', '210444.815000', '210444.818000', '210444.821000', '210504.711000', '210504.713000', '210504.716000', '210504.719000', '210504.721000', '210504.724000', '210504.727000', '210504.729000', '210504.732000', '210504.734000', '210504.737000', '210504.740000', '210504.742000', '210504.745000', '210504.747000', '210504.750000', '210504.753000', '210504.755000', '210504.769000', '210504.772000', '210504.775000', '210504.777000', '210504.780000', '210504.782000', '210504.785000', '210504.788000', '210504.790000', '210504.793000', '210504.796000', '210504.798000', '210504.801000', '210504.804000', '210504.806000', '210504.809000', '210504.811000', '210504.814000', '210504.817000', '210504.819000', '210504.822000', '210504.825000', '210504.827000', '210504.830000', '210504.832000', '210504.835000', '210524.711000', '210524.713000', '210524.716000', '210524.719000', '210524.721000', '210524.724000', '210524.727000', '210524.729000', '210524.732000', '210524.735000', '210524.737000', '210524.740000', '210524.743000', '210524.745000', '210524.748000', '210524.750000', '210524.753000', '210524.756000', '210524.758000', '210524.769000', '210524.772000', '210524.774000', '210524.777000', '210524.779000', '210524.782000', '210524.785000', '210524.787000', '210524.790000', '210524.792000', '210524.795000', '210524.798000', '210524.800000', '210524.803000', '210524.806000', '210524.808000', '210524.811000', '210524.813000', '210524.816000', '210524.819000', '210524.821000', '210524.824000', '210524.826000', '210524.829000', '210541.846000', '210541.849000', '210541.851000', '210541.854000', '210541.857000', '210541.860000', '210541.862000', '210541.865000', '210541.867000', '210541.870000', '210541.873000', '210541.875000', '210541.878000', '210541.880000', '210541.883000', '210541.886000', '210541.888000', '210541.891000', '210541.894000', '210541.896000', '210541.899000', '210541.901000', '210541.904000', '210541.907000', '210541.909000', '210541.912000', '210541.915000', '210541.918000', '210541.920000', '210541.923000', '210541.926000', '210541.928000', '210541.931000', '210541.933000', '210541.936000', '210541.939000', '210541.941000', '210541.944000'], 'InstanceCreationTime': ['205324.740000', '205324.743000', '205324.746000', '205324.749000', '205324.751000', '205324.754000', '205324.757000', '205324.759000', '205324.762000', '205324.765000', '205324.767000', '205324.778000', '205324.781000', '205324.784000', '205324.787000', '205324.790000', '205324.792000', '205324.795000', '205324.798000', '205324.800000', '205324.803000', '205324.806000', '205324.808000', '205324.813000', '205324.816000', '205324.819000', '205324.821000', '205324.824000', '205324.827000', '205324.829000', '205324.832000', '205324.834000', '205324.837000', '205324.840000', '205324.843000', '205324.846000', '205324.848000', '205344.710000', '205344.713000', '205344.717000', '205344.738000', '205344.741000', '205344.743000', '205344.746000', '205344.748000', '205344.751000', '205344.754000', '205344.756000', '205344.759000', '205344.761000', '205344.764000', '205344.767000', '205344.769000', '205344.772000', '205344.774000', '205344.777000', '205344.780000', '205344.783000', '205344.785000', '205344.788000', '205344.791000', '205344.793000', '205344.796000', '205344.798000', '205344.801000', '205344.803000', '205344.809000', '205344.812000', '205344.814000', '205344.817000', '205344.820000', '205344.822000', '205344.825000', '205344.828000', '205344.830000', '205344.833000', '205344.835000', '205344.838000', '205344.841000', '205344.844000', '205404.710000', '205404.713000', '205404.716000', '205404.742000', '205404.744000', '205404.747000', '205404.750000', '205404.752000', '205404.755000', '205404.757000', '205404.760000', '205404.763000', '205404.765000', '205404.768000', '205404.770000', '205404.773000', '205404.775000', '205404.778000', '205404.781000', '205404.783000', '205404.786000', '205404.788000', '205404.791000', '205404.794000', '205404.796000', '205404.799000', '205404.801000', '205404.804000', '205404.806000', '205404.809000', '205404.811000', '205404.814000', '205404.817000', '205404.819000', '205404.822000', '205404.825000', '205404.827000', '205404.830000', '205404.832000', '205404.835000', '205404.837000', '205404.840000', '205404.843000', '205404.845000', '205424.710000', '205424.713000', '205424.716000', '205424.719000', '205424.721000', '205424.724000', '205424.726000', '205424.729000', '205424.732000', '205424.734000', '205424.737000', '205424.740000', '205424.742000', '205424.745000', '205424.747000', '205424.750000', '205424.753000', '205424.755000', '205424.758000', '205424.760000', '205424.763000', '205424.766000', '205424.768000', '205424.771000', '205424.773000', '205424.776000', '205424.779000', '205424.781000', '205424.784000', '205424.786000', '205424.789000', '205424.792000', '205424.794000', '205424.797000', '205424.800000', '205424.802000', '205424.805000', '205424.807000', '205424.810000', '205424.813000', '205424.815000', '205424.818000', '205424.820000', '205444.710000', '205444.712000', '205444.715000', '205444.718000', '205444.720000', '205444.723000', '205444.726000', '205444.728000', '205444.731000', '205444.733000', '205444.736000', '205444.739000', '205444.741000', '205444.744000', '205444.746000', '205444.749000', '205444.752000', '205444.754000', '205444.757000', '205444.759000', '205444.762000', '205444.766000', '205444.768000', '205444.771000', '205444.774000', '205444.776000', '205444.779000', '205444.782000', '205444.785000', '205444.788000', '205444.790000', '205444.793000', '205444.796000', '205444.798000', '205444.801000', '205444.804000', '205444.806000', '205444.809000', '205444.812000', '205444.814000', '205444.817000', '205444.820000', '205444.823000', '205444.826000', '205504.710000', '205504.713000', '205504.716000', '205504.718000', '205504.721000', '205504.724000', '205504.726000', '205504.729000', '205504.731000', '205504.734000', '205504.737000', '205504.739000', '205504.742000', '205504.744000', '205504.747000', '205504.749000', '205504.752000', '205504.755000', '205504.757000', '205504.760000', '205504.762000', '205504.765000', '205504.768000', '205504.770000', '205504.773000', '205504.775000', '205504.778000', '205504.780000', '205504.783000', '205504.786000', '205504.789000', '205504.792000', '205504.795000', '205504.798000', '205504.800000', '205504.803000', '205504.805000', '205504.808000', '205504.811000', '205504.813000', '205504.816000', '205504.818000', '205504.824000', '205524.711000', '205524.713000', '205524.716000', '205524.719000', '205524.721000', '205524.724000', '205524.727000', '205524.729000', '205524.732000', '205524.735000', '205524.737000', '205524.740000', '205524.743000', '205524.745000', '205524.748000', '205524.751000', '205524.753000', '205524.756000', '205524.759000', '205524.762000', '205524.765000', '205524.767000', '205524.770000', '205524.773000', '205524.775000', '205524.778000', '205524.780000', '205524.783000', '205524.786000', '205524.788000', '205524.791000', '205524.794000', '205524.796000', '205524.799000', '205524.802000', '205524.804000', '205524.807000', '205524.809000', '205524.812000', '205524.815000', '205524.817000', '205524.820000', '205524.822000', '205524.837000', '205544.711000', '205544.714000', '205544.716000', '205544.719000', '205544.721000', '205544.724000', '205544.727000', '205544.731000', '205544.733000', '205544.736000', '205544.739000', '205544.741000', '205544.744000', '205544.747000', '205544.749000', '205544.752000', '205544.754000', '205544.757000', '205544.760000', '205544.762000', '205544.765000', '205544.767000', '205544.770000', '205544.773000', '205544.776000', '205544.778000', '205544.781000', '205544.784000', '205544.786000', '205544.789000', '205544.792000', '205544.794000', '205544.797000', '205544.800000', '205544.802000', '205544.805000', '205544.808000', '205544.810000', '205544.813000', '205544.815000', '205544.818000', '205544.821000', '205544.823000', '205604.710000', '205604.713000', '205604.716000', '205604.718000', '205604.721000', '205604.724000', '205604.726000', '205604.729000', '205604.732000', '205604.734000', '205604.737000', '205604.739000', '205604.742000', '205604.745000', '205604.747000', '205604.750000', '205604.752000', '205604.755000', '205604.758000', '205604.760000', '205604.763000', '205604.765000', '205604.768000', '205604.770000', '205604.773000', '205604.776000', '205604.778000', '205604.781000', '205604.783000', '205604.786000', '205604.789000', '205604.791000', '205604.794000', '205604.796000', '205604.799000', '205604.802000', '205604.804000', '205604.807000', '205604.809000', '205604.812000', '205604.815000', '205604.817000', '205604.820000', '205604.822000', '205624.710000', '205624.713000', '205624.716000', '205624.718000', '205624.721000', '205624.724000', '205624.726000', '205624.729000', '205624.732000', '205624.734000', '205624.737000', '205624.740000', '205624.743000', '205624.745000', '205624.748000', '205624.751000', '205624.753000', '205624.756000', '205624.759000', '205624.761000', '205624.764000', '205624.766000', '205624.769000', '205624.772000', '205624.774000', '205624.777000', '205624.779000', '205624.782000', '205624.785000', '205624.788000', '205624.790000', '205624.812000', '205624.815000', '205624.818000', '205624.820000', '205624.823000', '205624.826000', '205624.828000', '205624.831000', '205624.833000', '205624.836000', '205624.839000', '205624.841000', '205644.710000', '205644.713000', '205644.716000', '205644.719000', '205644.721000', '205644.724000', '205644.726000', '205644.729000', '205644.732000', '205644.734000', '205644.737000', '205644.739000', '205644.742000', '205644.745000', '205644.747000', '205644.750000', '205644.753000', '205644.755000', '205644.758000', '205644.760000', '205644.763000', '205644.766000', '205644.768000', '205644.771000', '205644.773000', '205644.776000', '205644.779000', '205644.781000', '205644.784000', '205644.786000', '205644.789000', '205644.792000', '205644.794000', '205644.797000', '205644.799000', '205644.802000', '205644.804000', '205644.807000', '205644.810000', '205644.812000', '205644.815000', '205644.818000', '205644.820000', '205644.823000', '205704.709000', '205704.712000', '205704.715000', '205704.718000', '205704.720000', '205704.723000', '205704.726000', '205704.728000', '205704.731000', '205704.733000', '205704.736000', '205704.739000', '205704.741000', '205704.744000', '205704.746000', '205704.749000', '205704.751000', '205704.754000', '205704.757000', '205704.759000', '205704.762000', '205704.765000', '205704.767000', '205704.770000', '205704.772000', '205704.775000', '205704.777000', '205704.780000', '205704.783000', '205704.785000', '205704.788000', '205704.791000', '205704.793000', '205704.796000', '205704.798000', '205704.801000', '205704.804000', '205704.806000', '205704.815000', '205704.818000', '205704.821000', '205704.824000', '205704.827000', '205724.710000', '205724.713000', '205724.716000', '205724.719000', '205724.721000', '205724.724000', '205724.727000', '205724.729000', '205724.732000', '205724.734000', '205724.737000', '205724.740000', '205724.742000', '205724.745000', '205724.748000', '205724.750000', '205724.753000', '205724.755000', '205724.758000', '205724.760000', '205724.763000', '205724.766000', '205724.768000', '205724.771000', '205724.774000', '205724.776000', '205724.779000', '205724.781000', '205724.784000', '205724.787000', '205724.789000', '205724.792000', '205724.795000', '205724.797000', '205724.800000', '205724.802000', '205724.805000', '205724.808000', '205724.810000', '205724.813000', '205724.816000', '205724.818000', '205724.821000', '205724.823000', '205744.710000', '205744.713000', '205744.716000', '205744.718000', '205744.721000', '205744.724000', '205744.726000', '205744.729000', '205744.732000', '205744.734000', '205744.737000', '205744.739000', '205744.742000', '205744.745000', '205744.747000', '205744.750000', '205744.752000', '205744.755000', '205744.758000', '205744.760000', '205744.763000', '205744.765000', '205744.768000', '205744.771000', '205744.773000', '205744.776000', '205744.779000', '205744.781000', '205744.784000', '205744.786000', '205744.789000', '205744.792000', '205744.794000', '205744.797000', '205744.800000', '205744.802000', '205744.805000', '205744.808000', '205744.810000', '205744.813000', '205744.816000', '205744.818000', '205744.821000', '205804.711000', '205804.713000', '205804.716000', '205804.719000', '205804.721000', '205804.724000', '205804.727000', '205804.729000', '205804.732000', '205804.735000', '205804.737000', '205804.740000', '205804.742000', '205804.745000', '205804.748000', '205804.750000', '205804.753000', '205804.755000', '205804.758000', '205804.761000', '205804.763000', '205804.766000', '205804.769000', '205804.771000', '205804.774000', '205804.776000', '205804.779000', '205804.782000', '205804.784000', '205804.787000', '205804.789000', '205804.792000', '205804.795000', '205804.797000', '205804.800000', '205804.802000', '205804.805000', '205804.808000', '205804.810000', '205804.813000', '205804.815000', '205804.818000', '205804.821000', '205804.823000', '205824.711000', '205824.713000', '205824.716000', '205824.719000', '205824.721000', '205824.724000', '205824.727000', '205824.729000', '205824.732000', '205824.734000', '205824.737000', '205824.740000', '205824.742000', '205824.745000', '205824.747000', '205824.750000', '205824.753000', '205824.755000', '205824.758000', '205824.760000', '205824.763000', '205824.766000', '205824.768000', '205824.771000', '205824.773000', '205824.776000', '205824.779000', '205824.781000', '205824.784000', '205824.787000', '205824.789000', '205824.792000', '205824.794000', '205824.797000', '205824.800000', '205824.802000', '205824.805000', '205824.808000', '205824.810000', '205824.813000', '205824.816000', '205824.818000', '205824.821000', '205844.710000', '205844.713000', '205844.716000', '205844.718000', '205844.721000', '205844.733000', '205844.735000', '205844.738000', '205844.740000', '205844.743000', '205844.746000', '205844.748000', '205844.751000', '205844.753000', '205844.756000', '205844.759000', '205844.761000', '205844.764000', '205844.767000', '205844.769000', '205844.772000', '205844.775000', '205844.777000', '205844.780000', '205844.783000', '205844.785000', '205844.788000', '205844.790000', '205844.793000', '205844.796000', '205844.798000', '205844.801000', '205844.804000', '205844.806000', '205844.809000', '205844.812000', '205844.814000', '205844.817000', '205844.819000', '205844.822000', '205844.825000', '205844.827000', '205844.830000', '205844.832000', '205904.711000', '205904.714000', '205904.716000', '205904.719000', '205904.721000', '205904.724000', '205904.727000', '205904.729000', '205904.732000', '205904.734000', '205904.737000', '205904.740000', '205904.742000', '205904.745000', '205904.747000', '205904.750000', '205904.753000', '205904.755000', '205904.758000', '205904.760000', '205904.763000', '205904.765000', '205904.768000', '205904.771000', '205904.773000', '205904.776000', '205904.778000', '205904.781000', '205904.784000', '205904.786000', '205904.789000', '205904.791000', '205904.794000', '205904.797000', '205904.799000', '205904.802000', '205904.805000', '205904.807000', '205904.810000', '205904.812000', '205904.815000', '205904.818000', '205904.820000', '205924.709000', '205924.712000', '205924.716000', '205924.718000', '205924.721000', '205924.724000', '205924.726000', '205924.729000', '205924.731000', '205924.734000', '205924.737000', '205924.739000', '205924.742000', '205924.744000', '205924.747000', '205924.750000', '205924.752000', '205924.755000', '205924.757000', '205924.760000', '205924.763000', '205924.765000', '205924.768000', '205924.770000', '205924.773000', '205924.776000', '205924.778000', '205924.781000', '205924.783000', '205924.786000', '205924.789000', '205924.791000', '205924.794000', '205924.796000', '205924.799000', '205924.802000', '205924.804000', '205924.807000', '205924.809000', '205924.812000', '205924.815000', '205924.817000', '205924.820000', '205924.822000', '205944.711000', '205944.713000', '205944.716000', '205944.719000', '205944.721000', '205944.724000', '205944.727000', '205944.729000', '205944.732000', '205944.734000', '205944.737000', '205944.740000', '205944.742000', '205944.745000', '205944.747000', '205944.750000', '205944.753000', '205944.755000', '205944.758000', '205944.761000', '205944.763000', '205944.766000', '205944.768000', '205944.771000', '205944.774000', '205944.776000', '205944.779000', '205944.781000', '205944.784000', '205944.787000', '205944.789000', '205944.792000', '205944.795000', '205944.797000', '205944.800000', '205944.802000', '205944.805000', '205944.808000', '205944.810000', '205944.813000', '205944.815000', '205944.818000', '205944.821000', '210004.710000', '210004.713000', '210004.726000', '210004.728000', '210004.731000', '210004.734000', '210004.736000', '210004.739000', '210004.741000', '210004.744000', '210004.747000', '210004.749000', '210004.752000', '210004.754000', '210004.757000', '210004.760000', '210004.762000', '210004.765000', '210004.767000', '210004.770000', '210004.773000', '210004.775000', '210004.778000', '210004.781000', '210004.783000', '210004.786000', '210004.788000', '210004.791000', '210004.794000', '210004.796000', '210004.799000', '210004.801000', '210004.804000', '210004.807000', '210004.809000', '210004.812000', '210004.814000', '210004.817000', '210004.820000', '210004.822000', '210004.825000', '210004.827000', '210004.830000', '210004.833000', '210024.711000', '210024.714000', '210024.716000', '210024.719000', '210024.721000', '210024.724000', '210024.727000', '210024.729000', '210024.732000', '210024.734000', '210024.737000', '210024.740000', '210024.742000', '210024.745000', '210024.747000', '210024.750000', '210024.753000', '210024.755000', '210024.758000', '210024.760000', '210024.763000', '210024.766000', '210024.768000', '210024.771000', '210024.774000', '210024.776000', '210024.779000', '210024.781000', '210024.784000', '210024.787000', '210024.789000', '210024.792000', '210024.795000', '210024.797000', '210024.800000', '210024.802000', '210024.805000', '210024.808000', '210024.810000', '210024.813000', '210024.815000', '210024.818000', '210024.821000', '210044.711000', '210044.713000', '210044.716000', '210044.719000', '210044.721000', '210044.724000', '210044.727000', '210044.729000', '210044.732000', '210044.734000', '210044.737000', '210044.740000', '210044.742000', '210044.745000', '210044.748000', '210044.750000', '210044.753000', '210044.757000', '210044.759000', '210044.762000', '210044.765000', '210044.767000', '210044.770000', '210044.772000', '210044.775000', '210044.778000', '210044.780000', '210044.783000', '210044.785000', '210044.788000', '210044.791000', '210044.793000', '210044.796000', '210044.799000', '210044.801000', '210044.804000', '210044.806000', '210044.809000', '210044.812000', '210044.814000', '210044.817000', '210044.819000', '210044.822000', '210104.711000', '210104.714000', '210104.716000', '210104.719000', '210104.722000', '210104.724000', '210104.727000', '210104.729000', '210104.732000', '210104.734000', '210104.737000', '210104.740000', '210104.742000', '210104.745000', '210104.747000', '210104.750000', '210104.753000', '210104.755000', '210104.758000', '210104.761000', '210104.763000', '210104.766000', '210104.768000', '210104.771000', '210104.773000', '210104.776000', '210104.779000', '210104.781000', '210104.784000', '210104.786000', '210104.789000', '210104.792000', '210104.794000', '210104.797000', '210104.800000', '210104.802000', '210104.805000', '210104.808000', '210104.810000', '210104.813000', '210104.815000', '210104.818000', '210104.821000', '210104.823000', '210124.709000', '210124.712000', '210124.715000', '210124.718000', '210124.720000', '210124.723000', '210124.725000', '210124.728000', '210124.731000', '210124.733000', '210124.736000', '210124.739000', '210124.742000', '210124.758000', '210124.761000', '210124.764000', '210124.766000', '210124.769000', '210124.771000', '210124.774000', '210124.777000', '210124.779000', '210124.782000', '210124.785000', '210124.787000', '210124.790000', '210124.792000', '210124.795000', '210124.798000', '210124.800000', '210124.803000', '210124.805000', '210124.808000', '210124.811000', '210124.813000', '210124.816000', '210124.819000', '210124.821000', '210124.824000', '210124.827000', '210124.829000', '210124.832000', '210124.834000', '210144.709000', '210144.712000', '210144.715000', '210144.718000', '210144.720000', '210144.723000', '210144.725000', '210144.728000', '210144.731000', '210144.733000', '210144.736000', '210144.738000', '210144.741000', '210144.744000', '210144.746000', '210144.749000', '210144.751000', '210144.754000', '210144.757000', '210144.759000', '210144.762000', '210144.764000', '210144.767000', '210144.770000', '210144.772000', '210144.775000', '210144.777000', '210144.780000', '210144.783000', '210144.785000', '210144.788000', '210144.791000', '210144.793000', '210144.796000', '210144.799000', '210144.801000', '210144.804000', '210144.806000', '210144.809000', '210144.812000', '210144.814000', '210144.817000', '210144.819000', '210144.822000', '210204.711000', '210204.714000', '210204.716000', '210204.719000', '210204.721000', '210204.724000', '210204.727000', '210204.729000', '210204.732000', '210204.734000', '210204.737000', '210204.740000', '210204.742000', '210204.745000', '210204.748000', '210204.750000', '210204.753000', '210204.755000', '210204.758000', '210204.761000', '210204.763000', '210204.766000', '210204.768000', '210204.771000', '210204.773000', '210204.776000', '210204.779000', '210204.782000', '210204.784000', '210204.787000', '210204.789000', '210204.792000', '210204.796000', '210204.798000', '210204.801000', '210204.804000', '210204.806000', '210204.809000', '210204.812000', '210204.814000', '210204.817000', '210204.820000', '210204.822000', '210224.711000', '210224.714000', '210224.716000', '210224.719000', '210224.722000', '210224.724000', '210224.727000', '210224.730000', '210224.732000', '210224.735000', '210224.737000', '210224.740000', '210224.743000', '210224.745000', '210224.748000', '210224.751000', '210224.753000', '210224.756000', '210224.759000', '210224.761000', '210224.764000', '210224.766000', '210224.769000', '210224.772000', '210224.774000', '210224.777000', '210224.780000', '210224.782000', '210224.785000', '210224.788000', '210224.790000', '210224.793000', '210224.795000', '210224.798000', '210224.801000', '210224.803000', '210224.806000', '210224.808000', '210224.811000', '210224.814000', '210224.816000', '210224.819000', '210224.822000', '210224.824000', '210244.711000', '210244.714000', '210244.716000', '210244.719000', '210244.721000', '210244.724000', '210244.727000', '210244.729000', '210244.732000', '210244.734000', '210244.737000', '210244.740000', '210244.742000', '210244.745000', '210244.748000', '210244.750000', '210244.753000', '210244.755000', '210244.758000', '210244.761000', '210244.763000', '210244.766000', '210244.768000', '210244.771000', '210244.774000', '210244.777000', '210244.780000', '210244.783000', '210244.785000', '210244.788000', '210244.791000', '210244.793000', '210244.796000', '210244.799000', '210244.801000', '210244.804000', '210244.806000', '210244.809000', '210244.812000', '210244.814000', '210244.817000', '210244.820000', '210244.822000', '210304.711000', '210304.714000', '210304.716000', '210304.719000', '210304.721000', '210304.724000', '210304.727000', '210304.729000', '210304.732000', '210304.734000', '210304.737000', '210304.740000', '210304.742000', '210304.745000', '210304.747000', '210304.750000', '210304.753000', '210304.755000', '210304.758000', '210304.760000', '210304.763000', '210304.766000', '210304.768000', '210304.771000', '210304.773000', '210304.776000', '210304.779000', '210304.781000', '210304.784000', '210304.786000', '210304.789000', '210304.792000', '210304.794000', '210304.797000', '210304.800000', '210304.802000', '210304.805000', '210304.808000', '210304.810000', '210304.813000', '210304.815000', '210304.818000', '210304.821000', '210304.823000', '210324.711000', '210324.714000', '210324.716000', '210324.719000', '210324.721000', '210324.724000', '210324.727000', '210324.729000', '210324.732000', '210324.735000', '210324.737000', '210324.740000', '210324.742000', '210324.745000', '210324.748000', '210324.750000', '210324.753000', '210324.755000', '210324.758000', '210324.761000', '210324.763000', '210324.766000', '210324.769000', '210324.771000', '210324.774000', '210324.777000', '210324.779000', '210324.782000', '210324.785000', '210324.788000', '210324.791000', '210324.794000', '210324.797000', '210324.799000', '210324.802000', '210324.805000', '210324.807000', '210324.810000', '210324.812000', '210324.815000', '210324.818000', '210324.820000', '210324.823000', '210344.710000', '210344.712000', '210344.715000', '210344.718000', '210344.720000', '210344.723000', '210344.726000', '210344.728000', '210344.731000', '210344.733000', '210344.736000', '210344.739000', '210344.741000', '210344.744000', '210344.747000', '210344.749000', '210344.752000', '210344.755000', '210344.757000', '210344.760000', '210344.762000', '210344.765000', '210344.768000', '210344.770000', '210344.773000', '210344.775000', '210344.778000', '210344.781000', '210344.783000', '210344.786000', '210344.789000', '210344.791000', '210344.794000', '210344.796000', '210344.799000', '210344.802000', '210344.819000', '210344.822000', '210344.824000', '210344.827000', '210344.829000', '210344.832000', '210344.835000', '210344.837000', '210404.710000', '210404.712000', '210404.715000', '210404.718000', '210404.720000', '210404.723000', '210404.726000', '210404.728000', '210404.731000', '210404.733000', '210404.736000', '210404.739000', '210404.741000', '210404.744000', '210404.746000', '210404.750000', '210404.753000', '210404.755000', '210404.765000', '210404.767000', '210404.770000', '210404.773000', '210404.775000', '210404.778000', '210404.780000', '210404.783000', '210404.786000', '210404.788000', '210404.799000', '210404.802000', '210404.804000', '210404.807000', '210404.810000', '210404.812000', '210404.818000', '210404.821000', '210404.824000', '210404.826000', '210404.829000', '210404.832000', '210404.834000', '210404.837000', '210404.840000', '210424.711000', '210424.714000', '210424.716000', '210424.719000', '210424.721000', '210424.724000', '210424.727000', '210424.729000', '210424.732000', '210424.734000', '210424.737000', '210424.740000', '210424.742000', '210424.745000', '210424.747000', '210424.750000', '210424.753000', '210424.755000', '210424.758000', '210424.760000', '210424.763000', '210424.766000', '210424.768000', '210424.771000', '210424.773000', '210424.776000', '210424.779000', '210424.781000', '210424.784000', '210424.786000', '210424.789000', '210424.792000', '210424.794000', '210424.797000', '210424.800000', '210424.802000', '210424.805000', '210424.808000', '210424.810000', '210424.813000', '210424.815000', '210424.818000', '210424.821000', '210424.823000', '210444.711000', '210444.714000', '210444.716000', '210444.719000', '210444.721000', '210444.724000', '210444.727000', '210444.729000', '210444.732000', '210444.734000', '210444.737000', '210444.740000', '210444.742000', '210444.745000', '210444.747000', '210444.750000', '210444.753000', '210444.755000', '210444.758000', '210444.761000', '210444.763000', '210444.766000', '210444.768000', '210444.771000', '210444.774000', '210444.776000', '210444.779000', '210444.781000', '210444.784000', '210444.787000', '210444.789000', '210444.792000', '210444.794000', '210444.797000', '210444.800000', '210444.802000', '210444.805000', '210444.807000', '210444.810000', '210444.813000', '210444.815000', '210444.818000', '210444.821000', '210504.711000', '210504.713000', '210504.716000', '210504.719000', '210504.721000', '210504.724000', '210504.727000', '210504.729000', '210504.732000', '210504.734000', '210504.737000', '210504.740000', '210504.742000', '210504.745000', '210504.747000', '210504.750000', '210504.753000', '210504.755000', '210504.769000', '210504.772000', '210504.775000', '210504.777000', '210504.780000', '210504.782000', '210504.785000', '210504.788000', '210504.790000', '210504.793000', '210504.796000', '210504.798000', '210504.801000', '210504.804000', '210504.806000', '210504.809000', '210504.811000', '210504.814000', '210504.817000', '210504.819000', '210504.822000', '210504.825000', '210504.827000', '210504.830000', '210504.832000', '210504.835000', '210524.711000', '210524.713000', '210524.716000', '210524.719000', '210524.721000', '210524.724000', '210524.727000', '210524.729000', '210524.732000', '210524.735000', '210524.737000', '210524.740000', '210524.743000', '210524.745000', '210524.748000', '210524.750000', '210524.753000', '210524.756000', '210524.758000', '210524.769000', '210524.772000', '210524.774000', '210524.777000', '210524.779000', '210524.782000', '210524.785000', '210524.787000', '210524.790000', '210524.792000', '210524.795000', '210524.798000', '210524.800000', '210524.803000', '210524.806000', '210524.808000', '210524.811000', '210524.813000', '210524.816000', '210524.819000', '210524.821000', '210524.824000', '210524.826000', '210524.829000', '210541.846000', '210541.849000', '210541.851000', '210541.854000', '210541.857000', '210541.860000', '210541.862000', '210541.865000', '210541.867000', '210541.870000', '210541.873000', '210541.875000', '210541.878000', '210541.880000', '210541.883000', '210541.886000', '210541.888000', '210541.891000', '210541.894000', '210541.896000', '210541.899000', '210541.901000', '210541.904000', '210541.907000', '210541.909000', '210541.912000', '210541.915000', '210541.918000', '210541.920000', '210541.923000', '210541.926000', '210541.928000', '210541.931000', '210541.933000', '210541.936000', '210541.939000', '210541.941000', '210541.944000'], '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': [8310, 11982, 8187, 13145, 9005, 14007, 9249, 14292, 8519, 14013, 8975, 13526, 9489, 14643, 8682, 13633, 7695, 13573, 8476, 12663, 9376, 12477, 8229, 11773, 8083, 11141, 7558, 11385, 6699, 9847, 7016, 8588, 9047, 9220, 8925, 8439, 11005, 8088, 13270, 9469, 12489, 8556, 13323, 8658, 12446, 9587, 12195, 8989, 12373, 8810, 12184, 9466, 12616, 9579, 13106, 9082, 13246, 9639, 12871, 8507, 11961, 8172, 12777, 9183, 13092, 8507, 12290, 7296, 12195, 8372, 12374, 8586, 10493, 10986, 8926, 15122, 10350, 13414, 9166, 12751, 8426, 11687, 8460, 12066, 8112, 11669, 6953, 11216, 7385, 12079, 7296, 11702, 7333, 10559, 6955, 10774, 8374, 11471, 8233, 10070, 8940, 9776, 10152, 10914, 9101, 9588, 10052, 8683, 9871, 9719, 9662, 10513, 8023, 8749, 9489, 9004, 12734, 9488, 12788, 8083, 13416, 8484, 13860, 9420, 13054, 9095, 12237, 8215, 10854, 7814, 11049, 7668, 11852, 7175, 11152, 6639, 10698, 6887, 11988, 7224, 10730, 7208, 9499, 8579, 10681, 9182, 10548, 11595, 9112, 14494, 9930, 14447, 8949, 14043, 8121, 13852, 9215, 13861, 9018, 14035, 8336, 14076, 8847, 14353, 9707, 14662, 8476, 14340, 8379, 12792, 9310, 13094, 8831, 13381, 8483, 11779, 8538, 12187, 8539, 12120, 7853, 11351, 8047, 11743, 8388, 11964, 7551, 12467, 8995, 12883, 8752, 12705, 9952, 13189, 8440, 11791, 7995, 12645, 8637, 12602, 9848, 14669, 8877, 13102, 8601, 13184, 9659, 13294, 8988, 12352, 8461, 11706, 8594, 12276, 9206, 12347, 8439, 11809, 8322, 11776, 8302, 12472, 8893, 12198, 7696, 11318, 6974, 11313, 7409, 11306, 6454, 10154, 6718, 9005, 8947, 9595, 9658, 9478, 10030, 8075, 10710, 8793, 12132, 9736, 9920, 8878, 10445, 7933, 12108, 8739, 12278, 8825, 9843, 7998, 10027, 7763, 11765, 9206, 13971, 8705, 14670, 8372, 13805, 9593, 13321, 9017, 11870, 8385, 11599, 8519, 12025, 9517, 12112, 8780, 12143, 8714, 12155, 9107, 12161, 8436, 11572, 7379, 11860, 7375, 11574, 7143, 11132, 7572, 12184, 8276, 12088, 6910, 11885, 6988, 9459, 6638, 10445, 7227, 12037, 7841, 12195, 7671, 11368, 9681, 9804, 14766, 9884, 15018, 8697, 13163, 7832, 13742, 7909, 14712, 9034, 14817, 8412, 15172, 8022, 12244, 8461, 12402, 8861, 12240, 8300, 11590, 7612, 7174, 7783, 8840, 9324, 10478, 9991, 6900, 9209, 6646, 9504, 6611, 10032, 7954, 10838, 6615, 10895, 6682, 11523, 7145, 12352, 9217, 12637, 8690, 12457, 8457, 12119, 8550, 12161, 9207, 12766, 8967, 11914, 7864, 11041, 8326, 12378, 8995, 11920, 7980, 11486, 8440, 12190, 9147, 13392, 8171, 9838, 7401, 9939, 8338, 10514, 9689, 10756, 8072, 13972, 8743, 14326, 9113, 14891, 8435, 12457, 8238, 11496, 8861, 12116, 8820, 12271, 7963, 11507, 8196, 11447, 8751, 12990, 8190, 11073, 7361, 10829, 8362, 12499, 9293, 9155, 8657, 12636, 8041, 13658, 8630, 14037, 8795, 13608, 7804, 12014, 7762, 12937, 8576, 11851, 8070, 11474, 7526, 11279, 7823, 8705, 8184, 7625, 8701, 8698, 9715, 9039, 10547, 7315, 9682, 8021, 9966, 9583, 10870, 8750, 9432, 8146, 8761, 8659, 10571, 8123, 10170, 7745, 9474, 7764, 10421, 9122, 10707, 7815, 10035, 6523, 9750, 6658, 11616, 7280, 11937, 7360, 11183, 6937, 12073, 8004, 12487, 8132, 11140, 8416, 12493, 8856, 12346, 9676, 13936, 8014, 7246, 7466, 6821, 9756, 7206, 12556, 8274, 12804, 8745, 12736, 8700, 11811, 8389, 11775, 8410, 13152, 8631, 11687, 8115, 11281, 7374, 10702, 7261, 9963, 6962, 9314, 6621, 8498, 9288, 7513, 13491, 9559, 12695, 8675, 11266, 8035, 11318, 7861, 11144, 7784, 10901, 7631, 11057, 7929, 11733, 8302, 11472, 7781, 10933, 7577, 11439, 7904, 11469, 6877, 10123, 6702, 10348, 7342, 10776, 6679, 9819, 6700, 9708, 7625, 10845, 8202, 11228, 7027, 10351, 6904, 10730, 8168, 11579, 7729, 10930, 8311, 9462, 11614, 9392, 11863, 7945, 14129, 8359, 13086, 9411, 12377, 8313, 11529, 8515, 11224, 8346, 11666, 8175, 11025, 7281, 11095, 7197, 10988, 8259, 10425, 8180, 8835, 11852, 9211, 14241, 10631, 12890, 9049, 11723, 9011, 11760, 8860, 11659, 7937, 11296, 8225, 11656, 8125, 12355, 8138, 11721, 8269, 10314, 9544, 10960, 9498, 9929, 13998, 9070, 14433, 9673, 14231, 8596, 14539, 8223, 12446, 8868, 12647, 8836, 12957, 8294, 11312, 8375, 11465, 8560, 11604, 7409, 10787, 7404, 9841, 7778, 8767, 9658, 8369, 9414, 9193, 10515, 9112, 11268, 8990, 9810, 7566, 9232, 8000, 10436, 8158, 10225, 7022, 8884, 6566, 10266, 8077, 11229, 7325, 10139, 6559, 10282, 7432, 10594, 8177, 11115, 7318, 10191, 7703, 10026, 9647, 10390, 7916, 10243, 6936, 11509, 7488, 13101, 7441, 11932, 7356, 11634, 7545, 14150, 9001, 13239, 9084, 13867, 10124, 15131, 8206, 14132, 8251, 13253, 9385, 9403, 9447, 7034, 9484, 6984, 12252, 8116, 13170, 8292, 12126, 7816, 10362, 7773, 9078, 10785, 7661, 12184, 7479, 12962, 8275, 12689, 8680, 13506, 9100, 10658, 9570, 10644, 11008, 10496, 11854, 7954, 14297, 7861, 13651, 9495, 11991, 8048, 11776, 7685, 10939, 7988, 11532, 8217, 11544, 7673, 10824, 7972, 11341, 8439, 11641, 7971, 11715, 7482, 11088, 7764, 11907, 8608, 11777, 7979, 11498, 8220, 12410, 8958, 12986, 8221, 11287, 7370, 11274, 8000, 10784, 7956, 8974, 10891, 8063, 13370, 9044, 12712, 7646, 11350, 7577, 11531, 8042, 9647, 8919, 7583, 9144, 7848, 10646, 8569, 12393, 8726, 10778, 9332, 9656, 12232, 9465, 14147, 7863, 13550, 8360, 12604, 8905, 12235, 7732, 10683, 7474, 10978, 8147, 11216, 8007, 11481, 7683, 10475, 7295, 11356, 7731, 9485, 7697, 9013, 9012, 9171, 10740, 9384, 11434, 9677, 11157, 7888, 11770, 7277, 10092, 6998, 9992, 7260, 12187, 9016, 12565, 8668, 11920, 7790, 10966, 7161, 12217, 8042, 11760, 8285, 10496, 7366, 10894, 7757, 11857, 8623, 11212, 7507, 9051, 7962, 10127, 9611, 7957, 9338, 6517, 9140, 6520, 11416, 7126, 12237, 7860, 11431, 7541, 11528, 7929, 12082, 8373, 11640, 7126, 10235, 6926, 10943, 7722, 10789, 6688, 10339, 7367, 9735, 7007, 8902, 6692, 12137, 8948, 13056, 8320, 8859, 7560, 6822, 9271, 7823, 11052, 8775, 11667, 9572, 10964, 9623, 9658, 15421, 10737, 14979, 8667, 13814, 8046, 12369, 8581, 11448, 8249, 11585, 7587, 10796, 7558, 10245, 7290, 10915, 6855, 10462, 8015, 8391, 13551, 8474, 12528, 8239, 11768, 7270, 11469, 7770, 10961, 8480, 11705, 7707, 12097, 7794, 11753, 8323, 12255, 8748, 12805, 8054, 10903, 7047, 10674, 6743, 10223, 6582, 8876, 6480, 9709, 7570, 10824, 6798, 9721, 7474, 10608, 8192, 11892, 7218, 11222, 7308, 10079, 14365, 8916, 14279, 8543, 12939, 8385, 11448, 7963, 11527, 8749, 12272, 8370, 11789, 8004, 11997, 8405, 11860, 8421, 12181, 7798, 12198, 8084, 12489, 8638, 13126, 7522, 12179, 8136, 13036, 8816, 11549, 7542, 12420, 7948, 11995, 8140, 11260, 8095, 9491, 7836, 8393, 10459, 7908, 11462, 6876, 10552, 6734, 11897, 8094, 12942, 9256, 13058, 8314, 11823, 8099, 10722, 8972, 8853, 10862, 9157, 12227, 6854, 12171, 7810, 12437, 7042, 10890, 6965, 11600, 7486, 12272, 7965, 10419, 7329, 11167, 7763, 11971, 8116, 11659, 7836, 11535, 7943, 11808, 8542, 13114, 7653, 11886, 7846, 12386, 9019, 14183, 8034, 11973, 8100, 11591, 8297, 12074, 8034, 11291, 7708, 11086, 8004, 11551, 8261, 11665, 7811, 11217, 7919, 11624, 8422, 11841, 7839, 11297, 7718, 11827, 8510, 12158, 7577, 11440, 7305, 11410, 7917, 12064, 7124, 10632, 7138, 11120, 7688, 12423, 9043, 12752, 8721, 12539, 8537, 12822, 9220, 14515, 8682, 13832, 8021, 13959, 8013, 13783, 8519, 13671, 7665, 13192, 7772, 11857, 8685, 12680, 7772, 11594, 7751, 10938, 8161, 11416, 7926, 11402, 7467, 10894, 7835, 11460, 8076, 11573, 8030, 11416, 8242, 11861, 8820, 11538, 7781, 11357, 8042, 12121, 8657, 10674, 7891, 8683, 8804, 11926, 9899, 11672, 9480, 11268, 8259, 13829, 8699, 14684, 9392, 13159, 8302, 11753, 8462, 11141, 7727, 10829, 6976, 9894, 6591, 10953, 6625, 9531, 6489, 9576, 6968, 11159, 7186, 11521, 7197, 11422, 7275, 12314, 9058, 12834, 9472, 12575, 8980, 11642, 8010, 11773, 7893, 11529, 7679, 11361, 7251, 10571, 7343, 11198, 6525, 9624, 6561, 9095, 6607, 11678, 7542, 12245, 7647, 10214, 7626, 13418, 7214, 11544, 7547, 10515, 7169, 10313, 8087, 11987, 9374, 8434, 9815, 6722, 11729, 7347, 11298, 8637, 10334, 11471, 10173, 10154, 8500, 14695, 8742, 12850, 8997, 10958, 7304, 9151, 6955, 8670, 7779, 7752, 10283, 8653, 7794, 7885, 12680, 7749, 13312, 8757, 11850, 8962, 12259, 7952, 11272, 7583, 10845, 8448, 11429, 9397, 9661, 8219, 11489, 8086, 14654, 9573, 14334, 8813, 12938, 8438, 11284, 8146, 13072, 8124, 11624, 7459, 11414, 7617, 11446, 8257, 11479, 7957, 10914, 7289, 11079, 7742, 12078, 8743, 10992, 7797, 12662, 8134, 13245, 9028, 11359, 7747, 10925, 7663, 10623, 9100, 8137, 9487, 7974, 8979, 9589, 9672, 10788, 9641, 9901, 8279, 13381, 8962, 13830, 9004, 14382, 8603, 11870, 8659, 11782, 8588, 14400, 7919, 11933, 7971, 11707, 8125, 9551, 7887, 10373, 8137, 11346, 8488, 10965, 8879, 9898, 7878, 11265, 8155, 11828, 9187, 10837, 8152, 9962, 9232, 11386, 9609, 9039, 8209, 7913, 8291, 7607, 10181, 7100, 9791, 6684, 8957, 6306, 11006, 7264, 11802, 7073, 10816, 6766, 11471, 7255, 11613, 7177, 10393, 6797, 10958, 7106, 12034, 8028, 11412, 7317, 10952, 7121, 11514, 7932, 11379, 7010, 10480, 6854, 10581, 7591, 10252, 6968, 8601, 8766, 8331, 10573, 9268, 8865, 7855, 8802, 8309, 9157, 9592, 8232, 10759, 7128, 9725, 6585, 11236, 7380, 12130, 8250, 11938, 7233, 10187, 7636, 12011, 9118, 13321, 9291, 12699, 8432, 11942, 8077, 11562, 8089, 11069, 8141, 11452, 8411, 11635, 8512, 11763, 7812, 11281, 7823, 11784, 8072, 11602, 8336, 11487, 7788, 10752, 7735, 10925, 7452, 11103, 7391, 10753, 6846, 11168, 8506, 11895, 8094, 11347, 8367, 11962, 9144, 12386, 8610, 14113, 8603, 12838, 8746, 13461, 8713, 13576, 8113, 13429, 8278, 12349, 9048, 13412, 9460, 14543, 8408, 12763, 7774, 12483, 7678, 11477, 8332, 12897, 8234, 14066, 7627, 12305, 7882, 11299, 7774, 11416, 8157, 12030, 7944, 11271, 7718, 10723, 7469, 11059, 8103, 11408, 8083, 11279, 7567, 11262, 8061, 10944, 8006, 11380, 7606, 11373, 7494, 10992, 7669, 8271, 7412, 7628, 8468, 9653, 9060, 12783, 9174, 14020, 8370, 14832, 8584, 13373, 9194, 13450, 8041, 10824, 7852, 10887, 7990, 12492, 8094, 12338, 7753, 10796, 7734, 11734, 8098, 13187, 7625, 13443, 7524, 12543, 8108, 12659, 8894, 12512, 8137, 11434, 7732, 10927, 8252, 11235, 7950, 11571, 7688, 11154, 7680, 11295, 8332, 12459, 7965, 10806, 7528, 11252, 7871, 11124, 8428, 10325, 7724, 11760, 8238, 12994, 9389, 12365, 8082, 9772, 7787, 10511, 9210, 9105, 9237, 6991, 8887, 7077, 10184, 8095, 10948, 7434, 9700, 7106, 9728, 9221, 10145, 8526, 9108, 9186, 8222, 12558, 9337, 13400, 8305, 13108, 8154, 12147, 8103, 10832, 8162, 8376, 7564, 7119, 8636, 8027, 10981, 7753, 11054, 6618, 10454, 7101, 10529, 8076, 12009, 8333, 11190, 9363, 9839, 9754, 10380, 9188, 11046, 9465, 8715, 8605, 8315, 9701, 9621, 7633, 9491, 7327, 11118, 6873, 12023, 8411, 13280, 8509, 11445, 7595, 10978, 7161, 11304, 7495, 12066, 8074, 12433, 9245, 14494, 8240, 12452, 8118], 'WindowCenter': [3970.0, 3986.0, 3956.0, 3994.0, 3953.0, 3994.0, 3953.0, 3992.0, 3941.0, 3982.0, 3952.0, 3982.0, 3963.0, 3992.0, 3940.0, 3981.0, 3931.0, 3981.0, 3940.0, 3983.0, 3952.0, 3983.0, 3942.0, 3972.0, 3941.0, 3973.0, 3932.0, 3973.0, 3921.0, 3963.0, 3920.0, 3953.0, 3953.0, 3966.0, 3964.0, 3954.0, 3972.0, 3955.0, 3996.0, 3965.0, 3994.0, 3954.0, 3996.0, 3955.0, 3986.0, 3976.0, 3985.0, 3966.0, 3985.0, 3954.0, 3985.0, 3966.0, 3985.0, 3965.0, 3995.0, 3955.0, 3997.0, 3965.0, 3985.0, 3953.0, 3973.0, 3953.0, 3996.0, 3964.0, 3995.0, 3953.0, 3984.0, 3932.0, 3984.0, 3942.0, 3985.0, 3952.0, 3974.0, 3961.0, 3951.0, 3994.0, 3964.0, 3982.0, 3952.0, 3970.0, 3940.0, 3970.0, 3941.0, 3972.0, 3941.0, 3972.0, 3920.0, 3974.0, 3931.0, 3984.0, 3931.0, 3984.0, 3929.0, 3962.0, 3919.0, 3974.0, 3941.0, 3974.0, 3940.0, 3963.0, 3951.0, 3962.0, 3962.0, 3974.0, 3952.0, 3964.0, 3961.0, 3941.0, 3949.0, 3950.0, 3951.0, 3960.0, 3940.0, 3941.0, 3950.0, 3952.0, 3982.0, 3962.0, 3982.0, 3941.0, 3982.0, 3941.0, 3982.0, 3952.0, 3981.0, 3941.0, 3970.0, 3929.0, 3962.0, 3930.0, 3972.0, 3931.0, 3973.0, 3920.0, 3972.0, 3919.0, 3961.0, 3931.0, 3984.0, 3931.0, 3973.0, 3931.0, 3963.0, 3952.0, 3973.0, 3951.0, 3975.0, 3971.0, 3953.0, 3994.0, 3962.0, 3993.0, 3953.0, 3993.0, 3931.0, 3993.0, 3952.0, 3992.0, 3952.0, 3993.0, 3942.0, 3993.0, 3951.0, 3993.0, 3963.0, 3994.0, 3942.0, 3993.0, 3940.0, 3982.0, 3951.0, 3982.0, 3951.0, 3982.0, 3941.0, 3970.0, 3940.0, 3971.0, 3941.0, 3971.0, 3929.0, 3971.0, 3941.0, 3973.0, 3953.0, 3985.0, 3944.0, 3985.0, 3952.0, 3994.0, 3951.0, 3984.0, 3963.0, 3983.0, 3942.0, 3971.0, 3942.0, 3982.0, 3952.0, 3983.0, 3963.0, 3993.0, 3953.0, 3982.0, 3952.0, 3982.0, 3962.0, 3981.0, 3950.0, 3971.0, 3939.0, 3970.0, 3939.0, 3971.0, 3950.0, 3971.0, 3938.0, 3970.0, 3939.0, 3970.0, 3940.0, 3982.0, 3940.0, 3971.0, 3927.0, 3959.0, 3917.0, 3960.0, 3919.0, 3972.0, 3908.0, 3960.0, 3918.0, 3951.0, 3950.0, 3951.0, 3950.0, 3962.0, 3962.0, 3941.0, 3960.0, 3952.0, 3981.0, 3961.0, 3961.0, 3952.0, 3961.0, 3941.0, 3984.0, 3955.0, 3986.0, 3964.0, 3975.0, 3955.0, 3974.0, 3955.0, 3986.0, 3964.0, 3994.0, 3953.0, 3992.0, 3952.0, 3993.0, 3962.0, 3982.0, 3952.0, 3970.0, 3940.0, 3969.0, 3951.0, 3983.0, 3962.0, 3980.0, 3951.0, 3981.0, 3951.0, 3982.0, 3951.0, 3982.0, 3940.0, 3971.0, 3931.0, 3972.0, 3928.0, 3971.0, 3918.0, 3972.0, 3931.0, 3985.0, 3940.0, 3972.0, 3918.0, 3972.0, 3919.0, 3949.0, 3919.0, 3970.0, 3932.0, 3996.0, 3942.0, 3986.0, 3942.0, 3985.0, 3951.0, 3963.0, 3993.0, 3963.0, 3992.0, 3940.0, 3980.0, 3928.0, 3979.0, 3927.0, 3991.0, 3939.0, 3980.0, 3939.0, 3990.0, 3928.0, 3968.0, 3927.0, 3969.0, 3940.0, 3969.0, 3939.0, 3969.0, 3928.0, 3917.0, 3928.0, 3937.0, 3950.0, 3959.0, 3949.0, 3917.0, 3949.0, 3905.0, 3948.0, 3906.0, 3961.0, 3929.0, 3972.0, 3918.0, 3971.0, 3919.0, 3971.0, 3919.0, 3982.0, 3952.0, 3983.0, 3940.0, 3982.0, 3940.0, 3983.0, 3952.0, 3972.0, 3951.0, 3982.0, 3940.0, 3971.0, 3929.0, 3960.0, 3953.0, 3982.0, 3953.0, 3972.0, 3940.0, 3970.0, 3941.0, 3984.0, 3964.0, 3994.0, 3953.0, 3962.0, 3932.0, 3962.0, 3953.0, 3973.0, 3964.0, 3972.0, 3943.0, 3994.0, 3953.0, 3994.0, 3964.0, 3994.0, 3941.0, 3983.0, 3941.0, 3971.0, 3952.0, 3982.0, 3952.0, 3983.0, 3942.0, 3972.0, 3942.0, 3971.0, 3942.0, 3981.0, 3941.0, 3971.0, 3931.0, 3972.0, 3953.0, 3984.0, 3952.0, 3950.0, 3940.0, 3970.0, 3928.0, 3980.0, 3939.0, 3980.0, 3952.0, 3981.0, 3928.0, 3968.0, 3927.0, 3968.0, 3939.0, 3969.0, 3929.0, 3968.0, 3928.0, 3969.0, 3929.0, 3939.0, 3939.0, 3929.0, 3940.0, 3940.0, 3962.0, 3950.0, 3962.0, 3930.0, 3962.0, 3929.0, 3961.0, 3950.0, 3961.0, 3938.0, 3949.0, 3927.0, 3938.0, 3938.0, 3959.0, 3927.0, 3959.0, 3927.0, 3949.0, 3927.0, 3960.0, 3948.0, 3959.0, 3927.0, 3949.0, 3905.0, 3949.0, 3907.0, 3971.0, 3929.0, 3984.0, 3930.0, 3973.0, 3931.0, 3983.0, 3941.0, 3984.0, 3943.0, 3972.0, 3942.0, 3982.0, 3952.0, 3985.0, 3963.0, 3993.0, 3942.0, 3932.0, 3932.0, 3921.0, 3962.0, 3931.0, 3986.0, 3953.0, 3985.0, 3955.0, 3983.0, 3953.0, 3972.0, 3939.0, 3971.0, 3929.0, 3970.0, 3939.0, 3969.0, 3927.0, 3958.0, 3915.0, 3947.0, 3915.0, 3947.0, 3904.0, 3937.0, 3905.0, 3926.0, 3936.0, 3916.0, 3978.0, 3948.0, 3968.0, 3937.0, 3958.0, 3928.0, 3958.0, 3929.0, 3959.0, 3929.0, 3959.0, 3929.0, 3970.0, 3940.0, 3971.0, 3940.0, 3971.0, 3930.0, 3971.0, 3930.0, 3972.0, 3929.0, 3971.0, 3907.0, 3960.0, 3907.0, 3962.0, 3929.0, 3961.0, 3918.0, 3961.0, 3919.0, 3950.0, 3929.0, 3973.0, 3940.0, 3973.0, 3920.0, 3961.0, 3919.0, 3972.0, 3940.0, 3972.0, 3929.0, 3961.0, 3928.0, 3950.0, 3970.0, 3950.0, 3969.0, 3929.0, 3980.0, 3939.0, 3981.0, 3950.0, 3981.0, 3940.0, 3970.0, 3952.0, 3971.0, 3940.0, 3971.0, 3940.0, 3971.0, 3930.0, 3972.0, 3930.0, 3973.0, 3941.0, 3973.0, 3940.0, 3952.0, 3982.0, 3963.0, 3994.0, 3973.0, 3983.0, 3952.0, 3985.0, 3952.0, 3972.0, 3952.0, 3983.0, 3941.0, 3972.0, 3952.0, 3984.0, 3942.0, 3985.0, 3942.0, 3983.0, 3940.0, 3963.0, 3950.0, 3972.0, 3949.0, 3961.0, 3980.0, 3939.0, 3991.0, 3963.0, 3980.0, 3939.0, 3979.0, 3938.0, 3969.0, 3949.0, 3969.0, 3938.0, 3969.0, 3927.0, 3957.0, 3927.0, 3956.0, 3938.0, 3957.0, 3918.0, 3958.0, 3929.0, 3960.0, 3941.0, 3952.0, 3964.0, 3952.0, 3966.0, 3963.0, 3976.0, 3964.0, 3973.0, 3950.0, 3961.0, 3928.0, 3949.0, 3939.0, 3960.0, 3929.0, 3960.0, 3916.0, 3938.0, 3906.0, 3958.0, 3928.0, 3970.0, 3928.0, 3959.0, 3907.0, 3960.0, 3928.0, 3960.0, 3939.0, 3971.0, 3918.0, 3960.0, 3927.0, 3950.0, 3950.0, 3962.0, 3942.0, 3963.0, 3907.0, 3958.0, 3907.0, 3958.0, 3903.0, 3945.0, 3893.0, 3946.0, 3915.0, 3968.0, 3928.0, 3954.0, 3926.0, 3994.0, 3977.0, 4004.0, 3942.0, 3992.0, 3940.0, 3979.0, 3939.0, 3937.0, 3949.0, 3905.0, 3948.0, 3918.0, 3971.0, 3929.0, 3981.0, 3940.0, 3981.0, 3929.0, 3959.0, 3941.0, 3953.0, 3975.0, 3943.0, 3985.0, 3931.0, 3994.0, 3952.0, 3996.0, 3950.0, 3984.0, 3949.0, 3961.0, 3949.0, 3960.0, 3958.0, 3960.0, 3958.0, 3926.0, 3978.0, 3928.0, 3968.0, 3948.0, 3957.0, 3926.0, 3956.0, 3915.0, 3946.0, 3926.0, 3958.0, 3938.0, 3968.0, 3929.0, 3959.0, 3928.0, 3969.0, 3941.0, 3971.0, 3942.0, 3972.0, 3929.0, 3960.0, 3930.0, 3971.0, 3940.0, 3970.0, 3939.0, 3971.0, 3940.0, 3982.0, 3950.0, 3982.0, 3939.0, 3960.0, 3915.0, 3958.0, 3925.0, 3959.0, 3926.0, 3938.0, 3957.0, 3928.0, 3969.0, 3938.0, 3967.0, 3915.0, 3956.0, 3926.0, 3956.0, 3928.0, 3948.0, 3949.0, 3929.0, 3949.0, 3939.0, 3961.0, 3938.0, 3982.0, 3938.0, 3960.0, 3937.0, 3949.0, 3968.0, 3938.0, 3966.0, 3914.0, 3967.0, 3924.0, 3956.0, 3938.0, 3956.0, 3915.0, 3946.0, 3914.0, 3944.0, 3925.0, 3956.0, 3926.0, 3957.0, 3927.0, 3957.0, 3928.0, 3970.0, 3930.0, 3950.0, 3930.0, 3950.0, 3951.0, 3950.0, 3962.0, 3950.0, 3972.0, 3950.0, 3962.0, 3929.0, 3971.0, 3917.0, 3948.0, 3916.0, 3947.0, 3916.0, 3969.0, 3938.0, 3970.0, 3939.0, 3969.0, 3929.0, 3959.0, 3918.0, 3969.0, 3929.0, 3972.0, 3940.0, 3959.0, 3918.0, 3956.0, 3927.0, 3969.0, 3938.0, 3957.0, 3916.0, 3935.0, 3926.0, 3946.0, 3947.0, 3925.0, 3937.0, 3893.0, 3936.0, 3904.0, 3969.0, 3917.0, 3969.0, 3928.0, 3959.0, 3928.0, 3968.0, 3928.0, 3970.0, 3939.0, 3970.0, 3916.0, 3947.0, 3916.0, 3959.0, 3927.0, 3960.0, 3907.0, 3961.0, 3916.0, 3961.0, 3918.0, 3938.0, 3918.0, 3971.0, 3949.0, 3983.0, 3941.0, 3951.0, 3942.0, 3920.0, 3961.0, 3930.0, 3974.0, 3952.0, 3975.0, 3952.0, 3972.0, 3950.0, 3949.0, 3993.0, 3961.0, 3980.0, 3927.0, 3968.0, 3927.0, 3967.0, 3925.0, 3957.0, 3924.0, 3956.0, 3915.0, 3946.0, 3914.0, 3946.0, 3916.0, 3957.0, 3906.0, 3959.0, 3926.0, 3927.0, 3978.0, 3927.0, 3968.0, 3928.0, 3969.0, 3929.0, 3968.0, 3927.0, 3960.0, 3950.0, 3982.0, 3942.0, 3981.0, 3941.0, 3972.0, 3940.0, 3982.0, 3952.0, 3982.0, 3929.0, 3960.0, 3918.0, 3960.0, 3906.0, 3949.0, 3905.0, 3938.0, 3907.0, 3950.0, 3929.0, 3971.0, 3918.0, 3962.0, 3930.0, 3975.0, 3942.0, 3984.0, 3930.0, 3972.0, 3928.0, 3962.0, 3993.0, 3950.0, 3991.0, 3939.0, 3970.0, 3927.0, 3958.0, 3927.0, 3958.0, 3937.0, 3969.0, 3939.0, 3969.0, 3928.0, 3969.0, 3939.0, 3970.0, 3938.0, 3969.0, 3928.0, 3969.0, 3928.0, 3970.0, 3939.0, 3978.0, 3928.0, 3968.0, 3928.0, 3967.0, 3939.0, 3958.0, 3928.0, 3968.0, 3928.0, 3968.0, 3929.0, 3958.0, 3927.0, 3946.0, 3927.0, 3952.0, 3961.0, 3941.0, 3972.0, 3918.0, 3960.0, 3919.0, 3970.0, 3941.0, 3983.0, 3950.0, 3981.0, 3941.0, 3970.0, 3941.0, 3961.0, 3951.0, 3950.0, 3962.0, 3949.0, 3970.0, 3907.0, 3970.0, 3917.0, 3970.0, 3905.0, 3947.0, 3904.0, 3957.0, 3915.0, 3968.0, 3927.0, 3946.0, 3915.0, 3956.0, 3913.0, 3956.0, 3915.0, 3956.0, 3915.0, 3956.0, 3927.0, 3957.0, 3938.0, 3979.0, 3928.0, 3968.0, 3928.0, 3969.0, 3939.0, 3979.0, 3928.0, 3958.0, 3927.0, 3959.0, 3929.0, 3969.0, 3929.0, 3959.0, 3928.0, 3959.0, 3928.0, 3969.0, 3928.0, 3957.0, 3928.0, 3959.0, 3929.0, 3970.0, 3928.0, 3969.0, 3928.0, 3959.0, 3928.0, 3970.0, 3939.0, 3970.0, 3927.0, 3970.0, 3918.0, 3971.0, 3928.0, 3969.0, 3918.0, 3958.0, 3917.0, 3959.0, 3929.0, 3981.0, 3952.0, 3982.0, 3941.0, 3971.0, 3940.0, 3981.0, 3950.0, 3981.0, 3939.0, 3979.0, 3926.0, 3977.0, 3927.0, 3967.0, 3927.0, 3967.0, 3915.0, 3966.0, 3915.0, 3956.0, 3938.0, 3967.0, 3915.0, 3955.0, 3915.0, 3959.0, 3927.0, 3957.0, 3927.0, 3957.0, 3916.0, 3957.0, 3927.0, 3957.0, 3927.0, 3958.0, 3927.0, 3958.0, 3938.0, 3969.0, 3939.0, 3958.0, 3928.0, 3959.0, 3941.0, 3982.0, 3951.0, 3961.0, 3941.0, 3940.0, 3952.0, 3970.0, 3962.0, 3971.0, 3951.0, 3960.0, 3940.0, 3992.0, 3940.0, 3992.0, 3950.0, 3980.0, 3928.0, 3969.0, 3927.0, 3958.0, 3915.0, 3957.0, 3906.0, 3948.0, 3906.0, 3959.0, 3905.0, 3948.0, 3906.0, 3950.0, 3917.0, 3971.0, 3919.0, 3971.0, 3930.0, 3972.0, 3931.0, 3983.0, 3952.0, 3984.0, 3962.0, 3983.0, 3950.0, 3960.0, 3929.0, 3971.0, 3927.0, 3959.0, 3914.0, 3957.0, 3915.0, 3948.0, 3915.0, 3959.0, 3895.0, 3935.0, 3894.0, 3923.0, 3892.0, 3969.0, 3928.0, 3983.0, 3929.0, 3961.0, 3928.0, 3980.0, 3913.0, 3956.0, 3926.0, 3958.0, 3919.0, 3958.0, 3940.0, 3972.0, 3952.0, 3940.0, 3962.0, 3908.0, 3970.0, 3917.0, 3959.0, 3926.0, 3948.0, 3957.0, 3947.0, 3946.0, 3926.0, 3976.0, 3924.0, 3955.0, 3923.0, 3944.0, 3901.0, 3923.0, 3903.0, 3926.0, 3913.0, 3915.0, 3945.0, 3937.0, 3916.0, 3928.0, 3969.0, 3929.0, 3980.0, 3939.0, 3970.0, 3940.0, 3970.0, 3930.0, 3970.0, 3930.0, 3959.0, 3941.0, 3971.0, 3951.0, 3950.0, 3940.0, 3970.0, 3929.0, 3992.0, 3950.0, 3980.0, 3939.0, 3970.0, 3941.0, 3959.0, 3928.0, 3968.0, 3928.0, 3959.0, 3928.0, 3968.0, 3928.0, 3956.0, 3927.0, 3957.0, 3928.0, 3958.0, 3928.0, 3969.0, 3929.0, 3969.0, 3939.0, 3958.0, 3928.0, 3969.0, 3929.0, 3969.0, 3939.0, 3958.0, 3928.0, 3958.0, 3929.0, 3959.0, 3950.0, 3928.0, 3950.0, 3927.0, 3939.0, 3948.0, 3950.0, 3959.0, 3950.0, 3948.0, 3939.0, 3980.0, 3939.0, 3980.0, 3950.0, 3992.0, 3940.0, 3969.0, 3938.0, 3968.0, 3938.0, 3979.0, 3928.0, 3967.0, 3927.0, 3968.0, 3928.0, 3948.0, 3928.0, 3958.0, 3927.0, 3969.0, 3938.0, 3958.0, 3939.0, 3948.0, 3928.0, 3956.0, 3928.0, 3968.0, 3949.0, 3957.0, 3927.0, 3947.0, 3938.0, 3958.0, 3950.0, 3937.0, 3926.0, 3924.0, 3939.0, 3926.0, 3958.0, 3916.0, 3948.0, 3916.0, 3948.0, 3907.0, 3971.0, 3928.0, 3971.0, 3919.0, 3971.0, 3919.0, 3971.0, 3929.0, 3982.0, 3919.0, 3961.0, 3918.0, 3960.0, 3918.0, 3971.0, 3928.0, 3970.0, 3917.0, 3959.0, 3917.0, 3970.0, 3928.0, 3970.0, 3916.0, 3958.0, 3905.0, 3958.0, 3915.0, 3947.0, 3904.0, 3936.0, 3937.0, 3925.0, 3946.0, 3938.0, 3936.0, 3926.0, 3935.0, 3926.0, 3947.0, 3948.0, 3938.0, 3960.0, 3917.0, 3949.0, 3918.0, 3970.0, 3930.0, 3984.0, 3940.0, 3957.0, 3918.0, 3936.0, 3913.0, 3984.0, 3950.0, 3982.0, 3950.0, 3970.0, 3938.0, 3956.0, 3924.0, 3954.0, 3926.0, 3956.0, 3926.0, 3957.0, 3926.0, 3957.0, 3937.0, 3967.0, 3926.0, 3955.0, 3914.0, 3955.0, 3925.0, 3956.0, 3926.0, 3956.0, 3915.0, 3956.0, 3916.0, 3957.0, 3916.0, 3957.0, 3915.0, 3957.0, 3906.0, 3971.0, 3939.0, 3971.0, 3929.0, 3970.0, 3939.0, 3970.0, 3950.0, 3981.0, 3940.0, 3991.0, 3950.0, 3981.0, 3951.0, 3992.0, 3951.0, 3982.0, 3939.0, 3980.0, 3939.0, 3981.0, 3950.0, 3980.0, 3951.0, 3980.0, 3927.0, 3966.0, 3915.0, 3965.0, 3914.0, 3955.0, 3926.0, 3967.0, 3926.0, 3977.0, 3926.0, 3966.0, 3924.0, 3955.0, 3914.0, 3956.0, 3926.0, 3967.0, 3927.0, 3957.0, 3916.0, 3956.0, 3914.0, 3957.0, 3925.0, 3956.0, 3927.0, 3957.0, 3927.0, 3969.0, 3928.0, 3958.0, 3939.0, 3969.0, 3929.0, 3969.0, 3930.0, 3971.0, 3941.0, 3940.0, 3930.0, 3940.0, 3941.0, 3961.0, 3952.0, 3982.0, 3952.0, 3992.0, 3941.0, 3992.0, 3939.0, 3981.0, 3952.0, 3982.0, 3940.0, 3974.0, 3940.0, 3958.0, 3927.0, 3969.0, 3929.0, 3982.0, 3941.0, 3958.0, 3929.0, 3969.0, 3940.0, 3980.0, 3929.0, 3980.0, 3928.0, 3968.0, 3927.0, 3969.0, 3950.0, 3970.0, 3928.0, 3957.0, 3916.0, 3957.0, 3927.0, 3957.0, 3927.0, 3958.0, 3926.0, 3957.0, 3927.0, 3958.0, 3938.0, 3968.0, 3928.0, 3956.0, 3928.0, 3957.0, 3928.0, 3958.0, 3939.0, 3958.0, 3928.0, 3968.0, 3937.0, 3979.0, 3949.0, 3968.0, 3938.0, 3947.0, 3927.0, 3957.0, 3948.0, 3937.0, 3948.0, 3916.0, 3938.0, 3916.0, 3959.0, 3927.0, 3959.0, 3917.0, 3947.0, 3916.0, 3949.0, 3948.0, 3959.0, 3937.0, 3938.0, 3947.0, 3937.0, 3969.0, 3964.0, 3981.0, 3941.0, 3979.0, 3941.0, 3970.0, 3940.0, 3970.0, 3953.0, 3939.0, 3928.0, 3917.0, 3939.0, 3939.0, 3973.0, 3939.0, 3984.0, 3920.0, 3973.0, 3930.0, 3973.0, 3940.0, 3984.0, 3940.0, 3974.0, 3949.0, 3960.0, 3950.0, 3961.0, 3949.0, 3961.0, 3949.0, 3938.0, 3937.0, 3937.0, 3948.0, 3949.0, 3929.0, 3950.0, 3929.0, 3970.0, 3918.0, 3983.0, 3940.0, 3982.0, 3939.0, 3970.0, 3930.0, 3971.0, 3918.0, 3958.0, 3929.0, 3970.0, 3941.0, 3980.0, 3950.0, 3979.0, 3938.0, 3968.0, 3926.0], 'WindowWidth': [8876.0, 8890.0, 8847.0, 8898.0, 8841.0, 8894.0, 8837.0, 8890.0, 8819.0, 8875.0, 8833.0, 8877.0, 8851.0, 8889.0, 8818.0, 8873.0, 8805.0, 8874.0, 8818.0, 8878.0, 8836.0, 8877.0, 8822.0, 8863.0, 8820.0, 8866.0, 8808.0, 8866.0, 8792.0, 8851.0, 8792.0, 8839.0, 8841.0, 8862.0, 8855.0, 8843.0, 8865.0, 8845.0, 8900.0, 8858.0, 8897.0, 8845.0, 8902.0, 8844.0, 8888.0, 8875.0, 8886.0, 8859.0, 8886.0, 8843.0, 8885.0, 8859.0, 8886.0, 8856.0, 8899.0, 8844.0, 8903.0, 8858.0, 8885.0, 8837.0, 8864.0, 8840.0, 8900.0, 8853.0, 8898.0, 8840.0, 8883.0, 8810.0, 8883.0, 8822.0, 8885.0, 8833.0, 8866.0, 8846.0, 8832.0, 8897.0, 8855.0, 8877.0, 8833.0, 8857.0, 8815.0, 8857.0, 8819.0, 8862.0, 8818.0, 8863.0, 8790.0, 8867.0, 8806.0, 8881.0, 8804.0, 8880.0, 8801.0, 8849.0, 8790.0, 8866.0, 8820.0, 8867.0, 8817.0, 8852.0, 8832.0, 8850.0, 8850.0, 8866.0, 8833.0, 8854.0, 8846.0, 8817.0, 8826.0, 8831.0, 8830.0, 8844.0, 8815.0, 8818.0, 8829.0, 8834.0, 8876.0, 8849.0, 8874.0, 8819.0, 8875.0, 8819.0, 8877.0, 8834.0, 8873.0, 8818.0, 8856.0, 8799.0, 8847.0, 8802.0, 8860.0, 8804.0, 8863.0, 8790.0, 8861.0, 8787.0, 8847.0, 8807.0, 8881.0, 8805.0, 8866.0, 8806.0, 8851.0, 8836.0, 8867.0, 8834.0, 8868.0, 8860.0, 8836.0, 8895.0, 8848.0, 8893.0, 8836.0, 8892.0, 8806.0, 8892.0, 8835.0, 8890.0, 8835.0, 8893.0, 8820.0, 8892.0, 8834.0, 8893.0, 8851.0, 8895.0, 8821.0, 8891.0, 8818.0, 8876.0, 8833.0, 8877.0, 8832.0, 8877.0, 8818.0, 8858.0, 8817.0, 8859.0, 8818.0, 8859.0, 8801.0, 8857.0, 8820.0, 8863.0, 8838.0, 8887.0, 8830.0, 8883.0, 8833.0, 8897.0, 8835.0, 8881.0, 8850.0, 8879.0, 8823.0, 8860.0, 8822.0, 8877.0, 8837.0, 8879.0, 8852.0, 8894.0, 8837.0, 8877.0, 8837.0, 8876.0, 8848.0, 8874.0, 8829.0, 8859.0, 8812.0, 8855.0, 8813.0, 8860.0, 8830.0, 8858.0, 8812.0, 8856.0, 8813.0, 8857.0, 8818.0, 8874.0, 8815.0, 8859.0, 8796.0, 8841.0, 8782.0, 8843.0, 8786.0, 8862.0, 8770.0, 8842.0, 8784.0, 8831.0, 8829.0, 8831.0, 8829.0, 8849.0, 8847.0, 8821.0, 8843.0, 8835.0, 8873.0, 8848.0, 8847.0, 8835.0, 8847.0, 8820.0, 8883.0, 8847.0, 8887.0, 8856.0, 8873.0, 8846.0, 8870.0, 8848.0, 8889.0, 8857.0, 8897.0, 8839.0, 8892.0, 8838.0, 8894.0, 8850.0, 8876.0, 8835.0, 8858.0, 8817.0, 8855.0, 8833.0, 8879.0, 8848.0, 8873.0, 8833.0, 8873.0, 8832.0, 8874.0, 8833.0, 8874.0, 8816.0, 8860.0, 8807.0, 8863.0, 8798.0, 8861.0, 8784.0, 8863.0, 8806.0, 8885.0, 8814.0, 8862.0, 8784.0, 8862.0, 8789.0, 8829.0, 8789.0, 8859.0, 8810.0, 8903.0, 8826.0, 8891.0, 8825.0, 8885.0, 8833.0, 8851.0, 8892.0, 8850.0, 8887.0, 8815.0, 8868.0, 8797.0, 8867.0, 8795.0, 8887.0, 8814.0, 8870.0, 8812.0, 8882.0, 8796.0, 8850.0, 8795.0, 8856.0, 8815.0, 8852.0, 8816.0, 8853.0, 8798.0, 8781.0, 8798.0, 8808.0, 8829.0, 8839.0, 8825.0, 8780.0, 8825.0, 8764.0, 8824.0, 8766.0, 8845.0, 8799.0, 8861.0, 8784.0, 8859.0, 8786.0, 8860.0, 8789.0, 8875.0, 8835.0, 8877.0, 8818.0, 8875.0, 8818.0, 8877.0, 8837.0, 8861.0, 8832.0, 8875.0, 8816.0, 8858.0, 8800.0, 8842.0, 8839.0, 8878.0, 8837.0, 8861.0, 8818.0, 8857.0, 8821.0, 8882.0, 8856.0, 8895.0, 8840.0, 8851.0, 8811.0, 8851.0, 8840.0, 8865.0, 8855.0, 8863.0, 8825.0, 8896.0, 8839.0, 8898.0, 8856.0, 8895.0, 8821.0, 8879.0, 8821.0, 8860.0, 8834.0, 8876.0, 8836.0, 8879.0, 8822.0, 8862.0, 8822.0, 8861.0, 8821.0, 8872.0, 8819.0, 8859.0, 8807.0, 8862.0, 8838.0, 8880.0, 8835.0, 8830.0, 8817.0, 8854.0, 8797.0, 8868.0, 8814.0, 8869.0, 8836.0, 8872.0, 8798.0, 8849.0, 8794.0, 8851.0, 8812.0, 8852.0, 8799.0, 8850.0, 8798.0, 8853.0, 8800.0, 8813.0, 8813.0, 8799.0, 8817.0, 8815.0, 8848.0, 8830.0, 8848.0, 8802.0, 8848.0, 8800.0, 8846.0, 8828.0, 8847.0, 8811.0, 8826.0, 8794.0, 8811.0, 8808.0, 8839.0, 8795.0, 8840.0, 8795.0, 8825.0, 8793.0, 8840.0, 8823.0, 8840.0, 8793.0, 8825.0, 8763.0, 8826.0, 8768.0, 8859.0, 8801.0, 8882.0, 8805.0, 8866.0, 8806.0, 8879.0, 8819.0, 8880.0, 8824.0, 8863.0, 8822.0, 8876.0, 8837.0, 8884.0, 8853.0, 8893.0, 8822.0, 8808.0, 8809.0, 8793.0, 8851.0, 8807.0, 8888.0, 8839.0, 8884.0, 8843.0, 8881.0, 8838.0, 8862.0, 8813.0, 8859.0, 8799.0, 8857.0, 8811.0, 8853.0, 8793.0, 8835.0, 8775.0, 8821.0, 8773.0, 8819.0, 8759.0, 8805.0, 8762.0, 8792.0, 8802.0, 8778.0, 8866.0, 8821.0, 8850.0, 8806.0, 8836.0, 8796.0, 8836.0, 8798.0, 8838.0, 8798.0, 8838.0, 8799.0, 8857.0, 8817.0, 8860.0, 8818.0, 8860.0, 8803.0, 8858.0, 8803.0, 8862.0, 8801.0, 8860.0, 8768.0, 8842.0, 8768.0, 8848.0, 8800.0, 8845.0, 8785.0, 8845.0, 8786.0, 8831.0, 8802.0, 8865.0, 8817.0, 8865.0, 8792.0, 8847.0, 8787.0, 8861.0, 8817.0, 8863.0, 8800.0, 8846.0, 8796.0, 8827.0, 8855.0, 8827.0, 8853.0, 8798.0, 8869.0, 8814.0, 8872.0, 8830.0, 8872.0, 8816.0, 8857.0, 8836.0, 8860.0, 8817.0, 8858.0, 8817.0, 8861.0, 8806.0, 8864.0, 8805.0, 8864.0, 8819.0, 8864.0, 8818.0, 8835.0, 8875.0, 8851.0, 8897.0, 8865.0, 8880.0, 8835.0, 8884.0, 8836.0, 8863.0, 8834.0, 8877.0, 8822.0, 8863.0, 8836.0, 8883.0, 8823.0, 8887.0, 8822.0, 8880.0, 8818.0, 8852.0, 8831.0, 8862.0, 8827.0, 8845.0, 8870.0, 8813.0, 8889.0, 8853.0, 8871.0, 8812.0, 8870.0, 8810.0, 8856.0, 8828.0, 8855.0, 8811.0, 8855.0, 8796.0, 8836.0, 8793.0, 8834.0, 8810.0, 8835.0, 8784.0, 8839.0, 8803.0, 8846.0, 8821.0, 8838.0, 8856.0, 8838.0, 8862.0, 8852.0, 8873.0, 8855.0, 8867.0, 8830.0, 8845.0, 8797.0, 8826.0, 8814.0, 8843.0, 8801.0, 8843.0, 8781.0, 8812.0, 8767.0, 8838.0, 8797.0, 8856.0, 8798.0, 8840.0, 8769.0, 8842.0, 8796.0, 8843.0, 8812.0, 8858.0, 8784.0, 8841.0, 8793.0, 8828.0, 8828.0, 8847.0, 8824.0, 8852.0, 8765.0, 8833.0, 8762.0, 8832.0, 8750.0, 8807.0, 8736.0, 8809.0, 8770.0, 8844.0, 8790.0, 8821.0, 8787.0, 8895.0, 8877.0, 8908.0, 8821.0, 8886.0, 8815.0, 8863.0, 8811.0, 8805.0, 8824.0, 8760.0, 8823.0, 8784.0, 8856.0, 8799.0, 8873.0, 8816.0, 8874.0, 8803.0, 8842.0, 8820.0, 8838.0, 8870.0, 8824.0, 8884.0, 8808.0, 8895.0, 8836.0, 8901.0, 8830.0, 8883.0, 8827.0, 8846.0, 8823.0, 8842.0, 8835.0, 8841.0, 8835.0, 8790.0, 8864.0, 8796.0, 8852.0, 8822.0, 8832.0, 8789.0, 8830.0, 8774.0, 8817.0, 8792.0, 8835.0, 8811.0, 8851.0, 8800.0, 8839.0, 8797.0, 8854.0, 8818.0, 8859.0, 8821.0, 8863.0, 8803.0, 8842.0, 8801.0, 8859.0, 8817.0, 8858.0, 8814.0, 8858.0, 8814.0, 8874.0, 8829.0, 8876.0, 8811.0, 8842.0, 8776.0, 8837.0, 8788.0, 8838.0, 8790.0, 8809.0, 8834.0, 8796.0, 8852.0, 8809.0, 8846.0, 8776.0, 8830.0, 8791.0, 8832.0, 8797.0, 8824.0, 8828.0, 8800.0, 8828.0, 8814.0, 8845.0, 8811.0, 8876.0, 8811.0, 8842.0, 8806.0, 8824.0, 8848.0, 8808.0, 8845.0, 8771.0, 8847.0, 8784.0, 8830.0, 8809.0, 8830.0, 8775.0, 8815.0, 8771.0, 8812.0, 8788.0, 8831.0, 8791.0, 8833.0, 8793.0, 8833.0, 8799.0, 8855.0, 8805.0, 8830.0, 8804.0, 8830.0, 8831.0, 8828.0, 8846.0, 8828.0, 8860.0, 8827.0, 8847.0, 8797.0, 8859.0, 8778.0, 8822.0, 8778.0, 8820.0, 8778.0, 8853.0, 8811.0, 8856.0, 8813.0, 8855.0, 8799.0, 8839.0, 8783.0, 8854.0, 8800.0, 8861.0, 8815.0, 8837.0, 8782.0, 8832.0, 8793.0, 8851.0, 8809.0, 8831.0, 8777.0, 8799.0, 8789.0, 8818.0, 8819.0, 8788.0, 8805.0, 8745.0, 8803.0, 8759.0, 8852.0, 8780.0, 8853.0, 8796.0, 8838.0, 8795.0, 8851.0, 8797.0, 8855.0, 8811.0, 8854.0, 8778.0, 8820.0, 8776.0, 8837.0, 8792.0, 8843.0, 8766.0, 8845.0, 8779.0, 8846.0, 8784.0, 8810.0, 8782.0, 8858.0, 8828.0, 8876.0, 8819.0, 8833.0, 8823.0, 8792.0, 8848.0, 8805.0, 8868.0, 8835.0, 8871.0, 8832.0, 8862.0, 8827.0, 8826.0, 8893.0, 8843.0, 8871.0, 8792.0, 8850.0, 8791.0, 8847.0, 8786.0, 8831.0, 8784.0, 8829.0, 8774.0, 8815.0, 8771.0, 8816.0, 8775.0, 8832.0, 8764.0, 8839.0, 8791.0, 8794.0, 8863.0, 8793.0, 8848.0, 8796.0, 8853.0, 8798.0, 8849.0, 8795.0, 8842.0, 8830.0, 8874.0, 8823.0, 8876.0, 8821.0, 8863.0, 8819.0, 8876.0, 8834.0, 8876.0, 8799.0, 8842.0, 8782.0, 8841.0, 8764.0, 8826.0, 8764.0, 8809.0, 8768.0, 8828.0, 8800.0, 8859.0, 8785.0, 8849.0, 8805.0, 8869.0, 8822.0, 8881.0, 8804.0, 8863.0, 8799.0, 8847.0, 8891.0, 8829.0, 8886.0, 8812.0, 8856.0, 8794.0, 8835.0, 8793.0, 8838.0, 8809.0, 8852.0, 8811.0, 8851.0, 8798.0, 8854.0, 8813.0, 8854.0, 8810.0, 8851.0, 8798.0, 8854.0, 8797.0, 8855.0, 8813.0, 8864.0, 8797.0, 8849.0, 8794.0, 8848.0, 8810.0, 8835.0, 8795.0, 8850.0, 8795.0, 8849.0, 8798.0, 8835.0, 8794.0, 8819.0, 8794.0, 8836.0, 8846.0, 8817.0, 8861.0, 8786.0, 8844.0, 8787.0, 8858.0, 8818.0, 8879.0, 8831.0, 8874.0, 8819.0, 8856.0, 8817.0, 8844.0, 8833.0, 8828.0, 8847.0, 8825.0, 8855.0, 8768.0, 8856.0, 8779.0, 8855.0, 8760.0, 8818.0, 8758.0, 8833.0, 8772.0, 8850.0, 8792.0, 8815.0, 8773.0, 8828.0, 8769.0, 8830.0, 8774.0, 8830.0, 8775.0, 8831.0, 8793.0, 8834.0, 8810.0, 8865.0, 8796.0, 8850.0, 8798.0, 8854.0, 8813.0, 8866.0, 8795.0, 8836.0, 8794.0, 8838.0, 8798.0, 8852.0, 8798.0, 8838.0, 8796.0, 8839.0, 8797.0, 8852.0, 8796.0, 8835.0, 8795.0, 8840.0, 8799.0, 8853.0, 8796.0, 8852.0, 8796.0, 8837.0, 8797.0, 8854.0, 8812.0, 8855.0, 8794.0, 8856.0, 8782.0, 8858.0, 8795.0, 8852.0, 8782.0, 8835.0, 8781.0, 8839.0, 8802.0, 8873.0, 8834.0, 8876.0, 8818.0, 8858.0, 8815.0, 8873.0, 8829.0, 8872.0, 8811.0, 8866.0, 8791.0, 8862.0, 8791.0, 8848.0, 8793.0, 8846.0, 8774.0, 8843.0, 8773.0, 8830.0, 8808.0, 8844.0, 8774.0, 8827.0, 8773.0, 8839.0, 8792.0, 8831.0, 8795.0, 8834.0, 8778.0, 8831.0, 8793.0, 8834.0, 8793.0, 8836.0, 8794.0, 8836.0, 8811.0, 8851.0, 8811.0, 8836.0, 8796.0, 8841.0, 8818.0, 8875.0, 8832.0, 8844.0, 8818.0, 8817.0, 8834.0, 8856.0, 8848.0, 8858.0, 8833.0, 8842.0, 8813.0, 8890.0, 8816.0, 8889.0, 8827.0, 8870.0, 8795.0, 8851.0, 8793.0, 8834.0, 8774.0, 8833.0, 8762.0, 8820.0, 8764.0, 8838.0, 8764.0, 8823.0, 8765.0, 8828.0, 8783.0, 8857.0, 8787.0, 8860.0, 8805.0, 8861.0, 8806.0, 8878.0, 8835.0, 8883.0, 8848.0, 8878.0, 8828.0, 8844.0, 8798.0, 8860.0, 8793.0, 8841.0, 8773.0, 8833.0, 8774.0, 8823.0, 8773.0, 8840.0, 8748.0, 8798.0, 8740.0, 8776.0, 8738.0, 8856.0, 8799.0, 8880.0, 8800.0, 8846.0, 8797.0, 8869.0, 8769.0, 8830.0, 8792.0, 8836.0, 8786.0, 8837.0, 8817.0, 8860.0, 8835.0, 8816.0, 8846.0, 8769.0, 8855.0, 8778.0, 8837.0, 8787.0, 8821.0, 8831.0, 8818.0, 8813.0, 8788.0, 8857.0, 8783.0, 8828.0, 8778.0, 8811.0, 8747.0, 8778.0, 8754.0, 8788.0, 8768.0, 8773.0, 8814.0, 8804.0, 8775.0, 8795.0, 8852.0, 8798.0, 8868.0, 8812.0, 8856.0, 8814.0, 8855.0, 8800.0, 8854.0, 8801.0, 8839.0, 8817.0, 8858.0, 8831.0, 8827.0, 8816.0, 8855.0, 8800.0, 8891.0, 8826.0, 8871.0, 8811.0, 8857.0, 8817.0, 8838.0, 8795.0, 8850.0, 8794.0, 8840.0, 8799.0, 8850.0, 8797.0, 8831.0, 8794.0, 8834.0, 8797.0, 8837.0, 8797.0, 8851.0, 8800.0, 8854.0, 8813.0, 8836.0, 8796.0, 8851.0, 8799.0, 8852.0, 8813.0, 8836.0, 8796.0, 8836.0, 8798.0, 8838.0, 8828.0, 8797.0, 8828.0, 8795.0, 8812.0, 8822.0, 8828.0, 8839.0, 8828.0, 8823.0, 8812.0, 8869.0, 8813.0, 8869.0, 8829.0, 8890.0, 8815.0, 8852.0, 8809.0, 8851.0, 8809.0, 8868.0, 8797.0, 8848.0, 8793.0, 8849.0, 8797.0, 8822.0, 8797.0, 8835.0, 8794.0, 8852.0, 8811.0, 8836.0, 8811.0, 8822.0, 8796.0, 8833.0, 8795.0, 8850.0, 8825.0, 8833.0, 8792.0, 8820.0, 8808.0, 8836.0, 8828.0, 8806.0, 8790.0, 8785.0, 8812.0, 8791.0, 8835.0, 8778.0, 8823.0, 8780.0, 8824.0, 8771.0, 8858.0, 8798.0, 8860.0, 8787.0, 8858.0, 8787.0, 8859.0, 8799.0, 8878.0, 8786.0, 8847.0, 8785.0, 8843.0, 8785.0, 8861.0, 8798.0, 8855.0, 8782.0, 8840.0, 8782.0, 8857.0, 8795.0, 8856.0, 8778.0, 8837.0, 8762.0, 8835.0, 8774.0, 8819.0, 8759.0, 8803.0, 8806.0, 8790.0, 8816.0, 8807.0, 8803.0, 8790.0, 8801.0, 8791.0, 8820.0, 8825.0, 8809.0, 8843.0, 8781.0, 8827.0, 8784.0, 8857.0, 8803.0, 8881.0, 8816.0, 8831.0, 8778.0, 8797.0, 8767.0, 8883.0, 8828.0, 8878.0, 8829.0, 8856.0, 8811.0, 8831.0, 8786.0, 8825.0, 8792.0, 8830.0, 8792.0, 8833.0, 8792.0, 8834.0, 8806.0, 8848.0, 8790.0, 8828.0, 8773.0, 8829.0, 8788.0, 8832.0, 8790.0, 8831.0, 8777.0, 8831.0, 8777.0, 8835.0, 8777.0, 8834.0, 8776.0, 8834.0, 8766.0, 8859.0, 8815.0, 8859.0, 8799.0, 8855.0, 8814.0, 8858.0, 8830.0, 8873.0, 8815.0, 8887.0, 8831.0, 8875.0, 8832.0, 8890.0, 8834.0, 8877.0, 8816.0, 8872.0, 8812.0, 8874.0, 8830.0, 8872.0, 8832.0, 8871.0, 8793.0, 8846.0, 8775.0, 8843.0, 8773.0, 8830.0, 8792.0, 8847.0, 8792.0, 8862.0, 8792.0, 8846.0, 8787.0, 8829.0, 8773.0, 8831.0, 8791.0, 8848.0, 8792.0, 8833.0, 8777.0, 8831.0, 8773.0, 8835.0, 8791.0, 8831.0, 8793.0, 8835.0, 8796.0, 8853.0, 8798.0, 8837.0, 8815.0, 8854.0, 8800.0, 8853.0, 8804.0, 8859.0, 8821.0, 8817.0, 8806.0, 8816.0, 8820.0, 8845.0, 8835.0, 8876.0, 8836.0, 8890.0, 8819.0, 8893.0, 8814.0, 8875.0, 8835.0, 8879.0, 8816.0, 8868.0, 8817.0, 8838.0, 8794.0, 8852.0, 8800.0, 8877.0, 8820.0, 8839.0, 8803.0, 8855.0, 8816.0, 8869.0, 8799.0, 8869.0, 8798.0, 8852.0, 8794.0, 8853.0, 8830.0, 8855.0, 8798.0, 8835.0, 8778.0, 8834.0, 8794.0, 8834.0, 8793.0, 8835.0, 8791.0, 8833.0, 8795.0, 8838.0, 8810.0, 8851.0, 8796.0, 8834.0, 8795.0, 8835.0, 8796.0, 8838.0, 8812.0, 8837.0, 8798.0, 8850.0, 8809.0, 8868.0, 8827.0, 8850.0, 8812.0, 8821.0, 8793.0, 8834.0, 8823.0, 8807.0, 8824.0, 8779.0, 8809.0, 8779.0, 8839.0, 8793.0, 8840.0, 8780.0, 8822.0, 8778.0, 8825.0, 8822.0, 8840.0, 8807.0, 8809.0, 8820.0, 8808.0, 8853.0, 8856.0, 8872.0, 8817.0, 8868.0, 8821.0, 8855.0, 8815.0, 8857.0, 8840.0, 8814.0, 8799.0, 8782.0, 8815.0, 8815.0, 8865.0, 8817.0, 8881.0, 8793.0, 8866.0, 8805.0, 8864.0, 8816.0, 8882.0, 8818.0, 8868.0, 8828.0, 8844.0, 8830.0, 8847.0, 8827.0, 8846.0, 8824.0, 8810.0, 8808.0, 8807.0, 8823.0, 8828.0, 8800.0, 8829.0, 8801.0, 8857.0, 8783.0, 8878.0, 8815.0, 8875.0, 8813.0, 8857.0, 8804.0, 8859.0, 8785.0, 8836.0, 8801.0, 8857.0, 8818.0, 8872.0, 8829.0, 8869.0, 8809.0, 8850.0, 8789.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.000620280658938377</td></tr>
<tr><td colspan=3>aqi</td><td>0.022843806162294086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.958181977533656</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2738378387179483</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055340096520138</td></tr>
<tr><td colspan=3>efc</td><td>0.4983</td></tr>
<tr><td colspan=3>fber</td><td>4149.563</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09640581281552424</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.918242830994509</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5796797223380925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468375122967533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8719455678911183</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3987184761556257</td></tr>
<tr><td colspan=3>gcor</td><td>0.00598461</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01791720651090145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03328636661171913</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.815111642754529</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>18.7121</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7626</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.7659</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297246.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.2064</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2179</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.4281</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3111.8945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.2379</td></tr>
<tr><td colspan=3>tsnr</td><td>38.30683879740536</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>