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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-03/func/sub-0089_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>bbb630096d804e36c92b8a0fd8494560</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>14:56:36.925000</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.999429, 0.0324004, -0.00956632, -0.0268692, 0.934001, 0.35626]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.103226</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7840, -7230, 632, -39, -297, 90, 113]</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>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>852a0551-72e9-4b95-bb01-bda27e45f1fc||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.6813955307006836, -0.0720880925655365, -0.05529031157493591, 116.42589569091797], [-0.08692780137062073, 2.505855083465576, 0.9606584906578064, -109.20549774169922], [-0.025665728375315666, -0.9558190703392029, 2.522712469100952, -7.983942985534668], [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': ['145636.925000', '145637.385000', '145637.845000', '145638.305000', '145638.765000', '145639.225000', '145639.685000', '145640.145000', '145640.605000', '145641.065000', '145641.525000', '145641.985000', '145642.445000', '145642.905000', '145643.365000', '145643.825000', '145644.285000', '145644.745000', '145645.205000', '145645.665000', '145646.125000', '145646.585000', '145647.045000', '145647.505000', '145647.965000', '145648.425000', '145648.885000', '145649.345000', '145649.805000', '145650.265000', '145650.725000', '145651.185000', '145651.645000', '145652.105000', '145652.565000', '145653.025000', '145653.485000', '145653.945000', '145654.405000', '145654.865000', '145655.325000', '145655.785000', '145656.245000', '145656.705000', '145657.165000', '145657.625000', '145658.085000', '145658.545000', '145659.005000', '145659.465000', '145659.925000', '145700.385000', '145700.845000', '145701.305000', '145701.765000', '145702.225000', '145702.685000', '145703.145000', '145703.605000', '145704.065000', '145704.525000', '145704.985000', '145705.445000', '145705.905000', '145706.365000', '145706.825000', '145707.285000', '145707.745000', '145708.205000', '145708.665000', '145709.125000', '145709.585000', '145710.045000', '145710.505000', '145710.965000', '145711.425000', '145711.885000', '145712.345000', '145712.805000', '145713.265000', '145713.725000', '145714.185000', '145714.645000', '145715.105000', '145715.565000', '145716.025000', '145716.485000', '145716.945000', '145717.405000', '145717.865000', '145718.325000', '145718.785000', '145719.245000', '145719.705000', '145720.165000', '145720.625000', '145721.085000', '145721.545000', '145722.005000', '145722.465000', '145722.925000', '145723.385000', '145723.845000', '145724.305000', '145724.765000', '145725.225000', '145725.685000', '145726.145000', '145726.605000', '145727.065000', '145727.525000', '145727.985000', '145728.445000', '145728.905000', '145729.365000', '145729.825000', '145730.285000', '145730.745000', '145731.205000', '145731.665000', '145732.125000', '145732.585000', '145733.045000', '145733.505000', '145733.965000', '145734.425000', '145734.885000', '145735.345000', '145735.805000', '145736.265000', '145736.725000', '145737.185000', '145737.645000', '145738.105000', '145738.565000', '145739.025000', '145739.485000', '145739.945000', '145740.405000', '145740.865000', '145741.325000', '145741.785000', '145742.245000', '145742.705000', '145743.165000', '145743.625000', '145744.085000', '145744.545000', '145745.005000', '145745.465000', '145745.925000', '145746.385000', '145746.845000', '145747.305000', '145747.765000', '145748.225000', '145748.685000', '145749.145000', '145749.605000', '145750.065000', '145750.525000', '145750.985000', '145751.445000', '145751.905000', '145752.365000', '145752.825000', '145753.285000', '145753.745000', '145754.205000', '145754.665000', '145755.125000', '145755.585000', '145756.045000', '145756.505000', '145756.965000', '145757.425000', '145757.885000', '145758.345000', '145758.805000', '145759.265000', '145759.725000', '145800.185000', '145800.645000', '145801.105000', '145801.565000', '145802.025000', '145802.485000', '145802.945000', '145803.405000', '145803.865000', '145804.325000', '145804.785000', '145805.245000', '145805.705000', '145806.165000', '145806.625000', '145807.085000', '145807.545000', '145808.005000', '145808.465000', '145808.925000', '145809.385000', '145809.845000', '145810.305000', '145810.765000', '145811.225000', '145811.685000', '145812.145000', '145812.605000', '145813.065000', '145813.525000', '145813.985000', '145814.445000', '145814.905000', '145815.365000', '145815.825000', '145816.285000', '145816.745000', '145817.205000', '145817.665000', '145818.125000', '145818.585000', '145819.045000', '145819.505000', '145819.965000', '145820.425000', '145820.885000', '145821.345000', '145821.805000', '145822.265000', '145822.725000', '145823.185000', '145823.645000', '145824.105000', '145824.565000', '145825.025000', '145825.485000', '145825.945000', '145826.405000', '145826.865000', '145827.325000', '145827.785000', '145828.245000', '145828.705000', '145829.165000', '145829.625000', '145830.085000', '145830.545000', '145831.005000', '145831.465000', '145831.925000', '145832.385000', '145832.845000', '145833.305000', '145833.765000', '145834.225000', '145834.685000', '145835.145000', '145835.605000', '145836.065000', '145836.525000', '145836.985000', '145837.445000', '145837.905000', '145838.365000', '145838.825000', '145839.285000', '145839.745000', '145840.205000', '145840.665000', '145841.125000', '145841.585000', '145842.045000', '145842.505000', '145842.965000', '145843.425000', '145843.885000', '145844.345000', '145844.805000', '145845.265000', '145845.725000', '145846.185000', '145846.645000', '145847.105000', '145847.565000', '145848.025000', '145848.485000', '145848.945000', '145849.405000', '145849.865000', '145850.325000', '145850.785000', '145851.245000', '145851.705000', '145852.165000', '145852.625000', '145853.085000', '145853.545000', '145854.005000', '145854.465000', '145854.925000', '145855.385000', '145855.845000', '145856.305000', '145856.765000', '145857.225000', '145857.685000', '145858.145000', '145858.605000', '145859.065000', '145859.525000', '145859.985000', '145900.445000', '145900.905000', '145901.365000', '145901.825000', '145902.285000', '145902.745000', '145903.205000', '145903.665000', '145904.125000', '145904.585000', '145905.045000', '145905.505000', '145905.965000', '145906.425000', '145906.885000', '145907.345000', '145907.805000', '145908.265000', '145908.725000', '145909.185000', '145909.645000', '145910.105000', '145910.565000', '145911.025000', '145911.485000', '145911.945000', '145912.405000', '145912.865000', '145913.325000', '145913.785000', '145914.245000', '145914.705000', '145915.165000', '145915.625000', '145916.085000', '145916.545000', '145917.005000', '145917.465000', '145917.925000', '145918.385000', '145918.845000', '145919.305000', '145919.765000', '145920.225000', '145920.685000', '145921.145000', '145921.605000', '145922.065000', '145922.525000', '145922.985000', '145923.445000', '145923.905000', '145924.365000', '145924.825000', '145925.285000', '145925.745000', '145926.205000', '145926.665000', '145927.125000', '145927.585000', '145928.045000', '145928.505000', '145928.965000', '145929.425000', '145929.885000', '145930.345000', '145930.805000', '145931.265000', '145931.725000', '145932.185000', '145932.645000', '145933.105000', '145933.565000', '145934.025000', '145934.485000', '145934.945000', '145935.405000', '145935.865000', '145936.325000', '145936.785000', '145937.245000', '145937.705000', '145938.165000', '145938.625000', '145939.085000', '145939.545000', '145940.005000', '145940.465000', '145940.925000', '145941.385000', '145941.845000', '145942.305000', '145942.765000', '145943.225000', '145943.685000', '145944.145000', '145944.605000', '145945.065000', '145945.525000', '145945.985000', '145946.445000', '145946.905000', '145947.365000', '145947.825000', '145948.285000', '145948.745000', '145949.205000', '145949.665000', '145950.125000', '145950.585000', '145951.045000', '145951.505000', '145951.965000', '145952.425000', '145952.885000', '145953.345000', '145953.805000', '145954.265000', '145954.725000', '145955.185000', '145955.645000', '145956.105000', '145956.565000', '145957.025000', '145957.485000', '145957.945000', '145958.405000', '145958.865000', '145959.325000', '145959.785000', '150000.245000', '150000.705000', '150001.165000', '150001.625000', '150002.085000', '150002.545000', '150003.005000', '150003.465000', '150003.925000', '150004.385000', '150004.845000', '150005.305000', '150005.765000', '150006.225000', '150006.685000', '150007.145000', '150007.605000', '150008.065000', '150008.525000', '150008.985000', '150009.445000', '150009.905000', '150010.365000', '150010.825000', '150011.285000', '150011.745000', '150012.205000', '150012.665000', '150013.125000', '150013.585000', '150014.045000', '150014.505000', '150014.965000', '150015.425000', '150015.885000', '150016.345000', '150016.805000', '150017.265000', '150017.725000', '150018.185000', '150018.645000', '150019.105000', '150019.565000', '150020.025000', '150020.485000', '150020.945000', '150021.405000', '150021.865000', '150022.325000', '150022.785000', '150023.245000', '150023.705000', '150024.165000', '150024.625000', '150025.085000', '150025.545000', '150026.005000', '150026.465000', '150026.925000', '150027.385000', '150027.845000', '150028.305000', '150028.765000', '150029.225000', '150029.685000', '150030.145000', '150030.605000', '150031.065000', '150031.525000', '150031.985000', '150032.445000', '150032.905000', '150033.365000', '150033.825000', '150034.285000', '150034.745000', '150035.205000', '150035.665000', '150036.125000', '150036.585000', '150037.045000', '150037.505000', '150037.965000', '150038.425000', '150038.885000', '150039.345000', '150039.805000', '150040.265000', '150040.725000', '150041.185000', '150041.645000', '150042.105000', '150042.565000', '150043.025000', '150043.485000', '150043.945000', '150044.405000', '150044.865000', '150045.325000', '150045.785000', '150046.245000', '150046.705000', '150047.165000', '150047.625000', '150048.085000', '150048.545000', '150049.005000', '150049.465000', '150049.925000', '150050.385000', '150050.845000', '150051.305000', '150051.765000', '150052.225000', '150052.685000', '150053.145000', '150053.605000', '150054.065000', '150054.525000', '150054.985000', '150055.445000', '150055.905000', '150056.365000', '150056.825000', '150057.285000', '150057.745000', '150058.205000', '150058.665000', '150059.125000', '150059.585000', '150100.045000', '150100.505000', '150100.965000', '150101.425000', '150101.885000', '150102.345000', '150102.805000', '150103.265000', '150103.725000', '150104.185000', '150104.645000', '150105.105000', '150105.565000', '150106.025000', '150106.485000', '150106.945000', '150107.405000', '150107.865000', '150108.325000', '150108.785000', '150109.245000', '150109.705000', '150110.165000', '150110.625000', '150111.085000', '150111.545000', '150112.005000', '150112.465000', '150112.925000', '150113.385000', '150113.845000', '150114.305000', '150114.765000', '150115.225000', '150115.685000', '150116.145000', '150116.605000', '150117.065000', '150117.525000', '150117.985000', '150118.445000', '150118.905000', '150119.365000', '150119.825000', '150120.285000', '150120.745000', '150121.205000', '150121.665000', '150122.125000', '150122.585000', '150123.045000', '150123.505000', '150123.965000', '150124.425000', '150124.885000', '150125.345000', '150125.805000', '150126.265000', '150126.725000', '150127.185000', '150127.645000', '150128.105000', '150128.565000', '150129.025000', '150129.485000', '150129.945000', '150130.405000', '150130.865000', '150131.325000', '150131.785000', '150132.245000', '150132.705000', '150133.165000', '150133.625000', '150134.085000', '150134.545000', '150135.005000', '150135.465000', '150135.925000', '150136.385000', '150136.845000', '150137.305000', '150137.765000', '150138.225000', '150138.685000', '150139.145000', '150139.605000', '150140.065000', '150140.525000', '150140.985000', '150141.445000', '150141.905000', '150142.365000', '150142.825000', '150143.285000', '150143.745000', '150144.205000', '150144.665000', '150145.125000', '150145.585000', '150146.045000', '150146.505000', '150146.965000', '150147.425000', '150147.885000', '150148.345000', '150148.805000', '150149.265000', '150149.725000', '150150.185000', '150150.645000', '150151.105000', '150151.565000', '150152.025000', '150152.485000', '150152.945000', '150153.405000', '150153.865000', '150154.325000', '150154.785000', '150155.245000', '150155.705000', '150156.165000', '150156.625000', '150157.085000', '150157.545000', '150158.005000', '150158.465000', '150158.925000', '150159.385000', '150159.845000', '150200.305000', '150200.765000', '150201.225000', '150201.685000', '150202.145000', '150202.605000', '150203.065000', '150203.525000', '150203.985000', '150204.445000', '150204.905000', '150205.365000', '150205.825000', '150206.285000', '150206.745000', '150207.205000', '150207.665000', '150208.125000', '150208.585000', '150209.045000', '150209.505000', '150209.965000', '150210.425000', '150210.885000', '150211.345000', '150211.805000', '150212.265000', '150212.725000', '150213.185000', '150213.645000', '150214.105000', '150214.565000', '150215.025000', '150215.485000', '150215.945000', '150216.405000', '150216.865000', '150217.325000', '150217.785000', '150218.245000', '150218.705000', '150219.165000', '150219.625000', '150220.085000', '150220.545000', '150221.005000', '150221.465000', '150221.925000', '150222.385000', '150222.845000', '150223.305000', '150223.765000', '150224.225000', '150224.685000', '150225.145000', '150225.605000', '150226.065000', '150226.525000', '150226.985000', '150227.445000', '150227.905000', '150228.365000', '150228.825000', '150229.285000', '150229.745000', '150230.205000', '150230.665000', '150231.125000', '150231.585000', '150232.045000', '150232.505000', '150232.965000', '150233.425000', '150233.885000', '150234.345000', '150234.805000', '150235.265000', '150235.725000', '150236.185000', '150236.645000', '150237.105000', '150237.565000', '150238.025000', '150238.485000', '150238.945000', '150239.405000', '150239.865000', '150240.325000', '150240.785000', '150241.245000', '150241.705000', '150242.165000', '150242.625000', '150243.085000', '150243.545000', '150244.005000', '150244.465000', '150244.925000', '150245.385000', '150245.845000', '150246.305000', '150246.765000', '150247.225000', '150247.685000', '150248.145000', '150248.605000', '150249.065000', '150249.525000', '150249.985000', '150250.445000', '150250.905000', '150251.365000', '150251.825000', '150252.285000', '150252.745000', '150253.205000', '150253.665000', '150254.125000', '150254.585000', '150255.045000', '150255.505000', '150255.965000', '150256.425000', '150256.885000', '150257.345000', '150257.805000', '150258.265000', '150258.725000', '150259.185000', '150259.645000', '150300.105000', '150300.565000', '150301.025000', '150301.485000', '150301.945000', '150302.405000', '150302.865000', '150303.325000', '150303.785000', '150304.245000', '150304.705000', '150305.165000', '150305.625000', '150306.085000', '150306.545000', '150307.005000', '150307.465000', '150307.925000', '150308.385000', '150308.845000', '150309.305000', '150309.765000', '150310.225000', '150310.685000', '150311.145000', '150311.605000', '150312.065000', '150312.525000', '150312.985000', '150313.445000', '150313.905000', '150314.365000', '150314.825000', '150315.285000', '150315.745000', '150316.205000', '150316.665000', '150317.125000', '150317.585000', '150318.045000', '150318.505000', '150318.965000', '150319.425000', '150319.885000', '150320.345000', '150320.805000', '150321.265000', '150321.725000', '150322.185000', '150322.645000', '150323.105000', '150323.565000', '150324.025000', '150324.485000', '150324.945000', '150325.405000', '150325.865000', '150326.325000', '150326.785000', '150327.245000', '150327.705000', '150328.165000', '150328.625000', '150329.085000', '150329.545000', '150330.005000', '150330.465000', '150330.925000', '150331.385000', '150331.845000', '150332.305000', '150332.765000', '150333.225000', '150333.685000', '150334.145000', '150334.605000', '150335.065000', '150335.525000', '150335.985000', '150336.445000', '150336.905000', '150337.365000', '150337.825000', '150338.285000', '150338.745000', '150339.205000', '150339.665000', '150340.125000', '150340.585000', '150341.045000', '150341.505000', '150341.965000', '150342.425000', '150342.885000', '150343.345000', '150343.805000', '150344.265000', '150344.725000', '150345.185000', '150345.645000', '150346.105000', '150346.565000', '150347.025000', '150347.485000', '150347.945000', '150348.405000', '150348.865000', '150349.325000', '150349.785000', '150350.245000', '150350.705000', '150351.165000', '150351.625000', '150352.085000', '150352.545000', '150353.005000', '150353.465000', '150353.925000', '150354.385000', '150354.845000', '150355.305000', '150355.765000', '150356.225000', '150356.685000', '150357.145000', '150357.605000', '150358.065000', '150358.525000', '150358.985000', '150359.445000', '150359.905000', '150400.365000', '150400.825000', '150401.285000', '150401.745000', '150402.205000', '150402.665000', '150403.125000', '150403.585000', '150404.045000', '150404.505000', '150404.965000', '150405.425000', '150405.885000', '150406.345000', '150406.805000', '150407.265000', '150407.725000', '150408.185000', '150408.645000', '150409.105000', '150409.565000', '150410.025000', '150410.485000', '150410.945000', '150411.405000', '150411.865000', '150412.325000', '150412.785000', '150413.245000', '150413.705000', '150414.165000', '150414.625000', '150415.085000', '150415.545000', '150416.005000', '150416.465000', '150416.925000', '150417.385000', '150417.845000', '150418.305000', '150418.765000', '150419.225000', '150419.685000', '150420.145000', '150420.605000', '150421.065000', '150421.525000', '150421.985000', '150422.445000', '150422.905000', '150423.365000', '150423.825000', '150424.285000', '150424.745000', '150425.205000', '150425.665000', '150426.125000', '150426.585000', '150427.045000', '150427.505000', '150427.965000', '150428.425000', '150428.885000', '150429.345000', '150429.805000', '150430.265000', '150430.725000', '150431.185000', '150431.645000', '150432.105000', '150432.565000', '150433.025000', '150433.485000', '150433.945000', '150434.405000', '150434.865000', '150435.325000', '150435.785000', '150436.245000', '150436.705000', '150437.165000', '150437.625000', '150438.085000', '150438.545000', '150439.005000', '150439.465000', '150439.925000', '150440.385000', '150440.845000', '150441.305000', '150441.765000', '150442.225000', '150442.685000', '150443.145000', '150443.605000', '150444.065000', '150444.525000', '150444.985000', '150445.445000', '150445.905000', '150446.365000', '150446.825000', '150447.285000', '150447.745000', '150448.205000', '150448.665000', '150449.125000', '150449.585000', '150450.045000', '150450.505000', '150450.965000', '150451.425000', '150451.885000', '150452.345000', '150452.805000', '150453.265000', '150453.725000', '150454.185000', '150454.645000', '150455.105000', '150455.565000', '150456.025000', '150456.485000', '150456.945000', '150457.405000', '150457.865000', '150458.325000', '150458.785000', '150459.245000', '150459.705000', '150500.165000', '150500.625000', '150501.085000', '150501.545000', '150502.005000', '150502.465000', '150502.925000', '150503.385000', '150503.845000', '150504.305000', '150504.765000', '150505.225000', '150505.685000', '150506.145000', '150506.605000', '150507.065000', '150507.525000', '150507.985000', '150508.445000', '150508.905000', '150509.365000', '150509.825000', '150510.285000', '150510.745000', '150511.205000', '150511.665000', '150512.125000', '150512.585000', '150513.045000', '150513.505000', '150513.965000', '150514.425000', '150514.885000', '150515.345000', '150515.805000', '150516.265000', '150516.725000', '150517.185000', '150517.645000', '150518.105000', '150518.565000', '150519.025000', '150519.485000', '150519.945000', '150520.405000', '150520.865000', '150521.325000', '150521.785000', '150522.245000', '150522.705000', '150523.165000', '150523.625000', '150524.085000', '150524.545000', '150525.005000', '150525.465000', '150525.925000', '150526.385000', '150526.845000', '150527.305000', '150527.765000', '150528.225000', '150528.685000', '150529.145000', '150529.605000', '150530.065000', '150530.525000', '150530.985000', '150531.445000', '150531.905000', '150532.365000', '150532.825000', '150533.285000', '150533.745000', '150534.205000', '150534.665000', '150535.125000', '150535.585000', '150536.045000', '150536.505000', '150536.965000', '150537.425000', '150537.885000', '150538.345000', '150538.805000', '150539.265000', '150539.725000', '150540.185000', '150540.645000', '150541.105000', '150541.565000', '150542.025000', '150542.485000', '150542.945000', '150543.405000', '150543.865000', '150544.325000', '150544.785000', '150545.245000', '150545.705000', '150546.165000', '150546.625000', '150547.085000', '150547.545000', '150548.005000', '150548.465000', '150548.925000', '150549.385000', '150549.845000', '150550.305000', '150550.765000', '150551.225000', '150551.685000', '150552.145000', '150552.605000', '150553.065000', '150553.525000', '150553.985000', '150554.445000', '150554.905000', '150555.365000', '150555.825000', '150556.285000', '150556.745000', '150557.205000', '150557.665000', '150558.125000', '150558.585000', '150559.045000', '150559.505000', '150559.965000', '150600.425000', '150600.885000', '150601.345000', '150601.805000', '150602.265000', '150602.725000', '150603.185000', '150603.645000', '150604.105000', '150604.565000', '150605.025000', '150605.485000', '150605.945000', '150606.405000', '150606.865000', '150607.325000', '150607.785000', '150608.245000', '150608.705000', '150609.165000', '150609.625000', '150610.085000', '150610.545000', '150611.005000', '150611.465000', '150611.925000', '150612.385000', '150612.845000', '150613.305000', '150613.765000', '150614.225000', '150614.685000', '150615.145000', '150615.605000', '150616.065000', '150616.525000', '150616.985000', '150617.445000', '150617.905000', '150618.365000', '150618.825000', '150619.285000', '150619.745000', '150620.205000', '150620.665000', '150621.125000', '150621.585000', '150622.045000', '150622.505000', '150622.965000', '150623.425000', '150623.885000', '150624.345000', '150624.805000', '150625.265000', '150625.725000', '150626.185000', '150626.645000', '150627.105000', '150627.565000', '150628.025000', '150628.485000', '150628.945000', '150629.405000', '150629.865000', '150630.325000', '150630.785000', '150631.245000', '150631.705000', '150632.165000', '150632.625000', '150633.085000', '150633.545000', '150634.005000', '150634.465000', '150634.925000', '150635.385000', '150635.845000', '150636.305000', '150636.765000', '150637.225000', '150637.685000', '150638.145000', '150638.605000', '150639.065000', '150639.525000', '150639.985000', '150640.445000', '150640.905000', '150641.365000', '150641.825000', '150642.285000', '150642.745000', '150643.205000', '150643.665000', '150644.125000', '150644.585000', '150645.045000', '150645.505000', '150645.965000', '150646.425000', '150646.885000', '150647.345000', '150647.805000', '150648.265000', '150648.725000', '150649.185000', '150649.645000', '150650.105000', '150650.565000', '150651.025000', '150651.485000', '150651.945000', '150652.405000', '150652.865000', '150653.325000', '150653.785000', '150654.245000', '150654.705000', '150655.165000', '150655.625000', '150656.085000', '150656.545000', '150657.005000', '150657.465000', '150657.925000', '150658.385000', '150658.845000', '150659.305000', '150659.765000', '150700.225000', '150700.685000', '150701.145000', '150701.605000', '150702.065000', '150702.525000', '150702.985000', '150703.445000', '150703.905000', '150704.365000', '150704.825000', '150705.285000', '150705.745000', '150706.205000', '150706.665000', '150707.125000', '150707.585000', '150708.045000', '150708.505000', '150708.965000', '150709.425000', '150709.885000', '150710.345000', '150710.805000', '150711.265000', '150711.725000', '150712.185000', '150712.645000', '150713.105000', '150713.565000', '150714.025000', '150714.485000', '150714.945000', '150715.405000', '150715.865000', '150716.325000', '150716.785000', '150717.245000', '150717.705000', '150718.165000', '150718.625000', '150719.085000', '150719.545000', '150720.005000', '150720.465000', '150720.925000', '150721.385000', '150721.845000', '150722.305000', '150722.765000', '150723.225000', '150723.685000', '150724.145000', '150724.605000', '150725.065000', '150725.525000', '150725.985000', '150726.445000', '150726.905000', '150727.365000', '150727.825000', '150728.285000', '150728.745000', '150729.205000', '150729.665000', '150730.125000', '150730.585000', '150731.045000', '150731.505000', '150731.965000', '150732.425000', '150732.885000', '150733.345000', '150733.805000', '150734.265000', '150734.725000', '150735.185000', '150735.645000', '150736.105000', '150736.565000', '150737.025000', '150737.485000', '150737.945000', '150738.405000', '150738.865000', '150739.325000', '150739.785000', '150740.245000', '150740.705000', '150741.165000', '150741.625000', '150742.085000', '150742.545000', '150743.005000', '150743.465000', '150743.925000', '150744.385000', '150744.845000', '150745.305000', '150745.765000', '150746.225000', '150746.685000', '150747.145000', '150747.605000', '150748.065000', '150748.525000', '150748.985000', '150749.445000', '150749.905000', '150750.365000', '150750.825000', '150751.285000', '150751.745000', '150752.205000', '150752.665000', '150753.125000', '150753.585000', '150754.045000', '150754.505000', '150754.965000', '150755.425000', '150755.885000', '150756.345000', '150756.805000', '150757.265000', '150757.725000', '150758.185000', '150758.645000', '150759.105000', '150759.565000', '150800.025000', '150800.485000', '150800.945000', '150801.405000', '150801.865000', '150802.325000', '150802.785000', '150803.245000', '150803.705000', '150804.165000', '150804.625000', '150805.085000', '150805.545000', '150806.005000', '150806.465000', '150806.925000', '150807.385000', '150807.845000', '150808.305000', '150808.765000', '150809.225000', '150809.685000', '150810.145000', '150810.605000', '150811.065000', '150811.525000', '150811.985000', '150812.445000', '150812.905000', '150813.365000', '150813.825000', '150814.285000', '150814.745000', '150815.205000', '150815.665000', '150816.125000', '150816.585000', '150817.045000', '150817.505000', '150817.965000', '150818.425000', '150818.885000', '150819.345000', '150819.805000', '150820.265000', '150820.725000', '150821.185000', '150821.645000', '150822.105000', '150822.565000', '150823.025000', '150823.485000', '150823.945000', '150824.405000', '150824.865000', '150825.325000', '150825.785000', '150826.245000', '150826.705000', '150827.165000', '150827.625000', '150828.085000', '150828.545000', '150829.005000', '150829.465000', '150829.925000', '150830.385000', '150830.845000', '150831.305000', '150831.765000', '150832.225000', '150832.685000', '150833.145000', '150833.605000', '150834.065000', '150834.525000', '150834.985000', '150835.445000', '150835.905000', '150836.365000', '150836.825000', '150837.285000', '150837.745000', '150838.205000', '150838.665000', '150839.125000', '150839.585000', '150840.045000', '150840.505000', '150840.965000', '150841.425000', '150841.885000', '150842.345000', '150842.805000', '150843.265000', '150843.725000', '150844.185000', '150844.645000', '150845.105000', '150845.565000', '150846.025000', '150846.485000', '150846.945000', '150847.405000', '150847.865000', '150848.325000', '150848.785000', '150849.245000', '150849.705000', '150850.165000', '150850.625000', '150851.085000', '150851.545000', '150852.005000', '150852.465000', '150852.925000', '150853.385000', '150853.845000', '150854.305000', '150854.765000', '150855.225000', '150855.685000', '150856.145000', '150856.605000', '150857.065000', '150857.525000', '150857.985000', '150858.445000', '150858.905000', '150859.365000', '150859.825000', '150900.285000', '150900.745000', '150901.205000', '150901.665000', '150902.125000', '150902.585000', '150903.045000', '150903.505000', '150903.965000', '150904.425000', '150904.885000', '150905.345000', '150905.805000', '150906.265000', '150906.725000', '150907.185000', '150907.645000', '150908.105000', '150908.565000', '150909.025000', '150909.485000', '150909.945000', '150910.405000', '150910.865000'], 'ContentTime': ['145648.588000', '145648.592000', '145648.595000', '145648.598000', '145648.601000', '145648.603000', '145648.606000', '145648.609000', '145648.611000', '145648.614000', '145648.616000', '145648.619000', '145648.621000', '145648.624000', '145648.627000', '145648.629000', '145648.632000', '145648.634000', '145648.637000', '145648.639000', '145648.642000', '145648.645000', '145708.532000', '145708.534000', '145708.537000', '145708.540000', '145708.542000', '145708.545000', '145708.547000', '145708.550000', '145708.553000', '145708.555000', '145708.558000', '145708.560000', '145708.563000', '145708.565000', '145708.572000', '145708.574000', '145708.577000', '145708.579000', '145708.582000', '145708.585000', '145708.588000', '145708.590000', '145708.593000', '145708.595000', '145708.598000', '145708.601000', '145708.603000', '145708.606000', '145708.608000', '145708.611000', '145708.616000', '145708.618000', '145708.621000', '145708.623000', '145708.626000', '145708.629000', '145708.631000', '145708.634000', '145708.636000', '145708.639000', '145708.642000', '145708.644000', '145708.647000', '145708.649000', '145728.530000', '145728.537000', '145728.539000', '145728.542000', '145728.544000', '145728.547000', '145728.550000', '145728.552000', '145728.555000', '145728.557000', '145728.560000', '145728.562000', '145728.565000', '145728.567000', '145728.570000', '145728.573000', '145728.575000', '145728.578000', '145728.580000', '145728.583000', '145728.586000', '145728.588000', '145728.591000', '145728.594000', '145728.596000', '145728.600000', '145728.602000', '145728.605000', '145728.608000', '145728.610000', '145728.613000', '145728.615000', '145728.618000', '145728.620000', '145728.623000', '145728.626000', '145728.628000', '145728.631000', '145728.633000', '145728.636000', '145728.640000', '145728.643000', '145728.646000', '145748.532000', '145748.534000', '145748.537000', '145748.540000', '145748.542000', '145748.545000', '145748.547000', '145748.550000', '145748.553000', '145748.555000', '145748.558000', '145748.560000', '145748.563000', '145748.565000', '145748.568000', '145748.571000', '145748.573000', '145748.576000', '145748.578000', '145748.581000', '145748.584000', '145748.586000', '145748.589000', '145748.592000', '145748.594000', '145748.597000', '145748.599000', '145748.602000', '145748.605000', '145748.607000', '145748.610000', '145748.612000', '145748.615000', '145748.618000', '145748.620000', '145748.623000', '145748.626000', '145748.628000', '145748.631000', '145748.633000', '145748.636000', '145748.639000', '145748.641000', '145748.644000', '145808.531000', '145808.534000', '145808.537000', '145808.540000', '145808.542000', '145808.545000', '145808.548000', '145808.550000', '145808.553000', '145808.555000', '145808.558000', '145808.560000', '145808.563000', '145808.566000', '145808.568000', '145808.571000', '145808.574000', '145808.576000', '145808.579000', '145808.581000', '145808.584000', '145808.586000', '145808.589000', '145808.592000', '145808.594000', '145808.597000', '145808.599000', '145808.602000', '145808.605000', '145808.609000', '145808.611000', '145808.614000', '145808.617000', '145808.619000', '145808.622000', '145808.624000', '145808.627000', '145808.629000', '145808.632000', '145808.635000', '145808.637000', '145808.640000', '145808.642000', '145828.532000', '145828.549000', '145828.551000', '145828.554000', '145828.557000', '145828.559000', '145828.562000', '145828.564000', '145828.567000', '145828.569000', '145828.572000', '145828.575000', '145828.577000', '145828.580000', '145828.582000', '145828.585000', '145828.588000', '145828.591000', '145828.593000', '145828.596000', '145828.598000', '145828.601000', '145828.603000', '145828.606000', '145828.609000', '145828.611000', '145828.614000', '145828.616000', '145828.619000', '145828.622000', '145828.624000', '145828.627000', '145828.630000', '145828.632000', '145828.635000', '145828.638000', '145828.640000', '145828.643000', '145828.645000', '145828.648000', '145828.650000', '145828.653000', '145828.656000', '145828.658000', '145848.531000', '145848.534000', '145848.537000', '145848.540000', '145848.542000', '145848.545000', '145848.547000', '145848.550000', '145848.553000', '145848.555000', '145848.558000', '145848.560000', '145848.563000', '145848.565000', '145848.568000', '145848.571000', '145848.573000', '145848.576000', '145848.578000', '145848.581000', '145848.584000', '145848.586000', '145848.589000', '145848.591000', '145848.594000', '145848.597000', '145848.599000', '145848.602000', '145848.605000', '145848.607000', '145848.610000', '145848.614000', '145848.617000', '145848.619000', '145848.622000', '145848.624000', '145848.627000', '145848.629000', '145848.632000', '145848.635000', '145848.637000', '145848.640000', '145848.643000', '145908.531000', '145908.534000', '145908.537000', '145908.539000', '145908.542000', '145908.545000', '145908.547000', '145908.550000', '145908.553000', '145908.555000', '145908.558000', '145908.560000', '145908.563000', '145908.566000', '145908.568000', '145908.571000', '145908.573000', '145908.576000', '145908.579000', '145908.581000', '145908.584000', '145908.586000', '145908.589000', '145908.592000', '145908.594000', '145908.597000', '145908.600000', '145908.602000', '145908.605000', '145908.608000', '145908.610000', '145908.613000', '145908.615000', '145908.618000', '145908.620000', '145908.623000', '145908.626000', '145908.628000', '145908.631000', '145908.633000', '145908.636000', '145908.639000', '145908.641000', '145908.644000', '145928.532000', '145928.534000', '145928.537000', '145928.540000', '145928.542000', '145928.545000', '145928.547000', '145928.550000', '145928.553000', '145928.555000', '145928.558000', '145928.560000', '145928.563000', '145928.566000', '145928.568000', '145928.571000', '145928.573000', '145928.576000', '145928.579000', '145928.581000', '145928.584000', '145928.586000', '145928.589000', '145928.592000', '145928.594000', '145928.597000', '145928.600000', '145928.602000', '145928.605000', '145928.607000', '145928.610000', '145928.613000', '145928.615000', '145928.618000', '145928.620000', '145928.623000', '145928.625000', '145928.628000', '145928.631000', '145928.633000', '145928.636000', '145928.638000', '145928.641000', '145948.531000', '145948.534000', '145948.536000', '145948.539000', '145948.542000', '145948.544000', '145948.547000', '145948.549000', '145948.552000', '145948.555000', '145948.557000', '145948.560000', '145948.563000', '145948.565000', '145948.568000', '145948.570000', '145948.573000', '145948.576000', '145948.578000', '145948.581000', '145948.584000', '145948.586000', '145948.589000', '145948.592000', '145948.594000', '145948.597000', '145948.609000', '145948.612000', '145948.614000', '145948.617000', '145948.619000', '145948.622000', '145948.625000', '145948.627000', '145948.630000', '145948.632000', '145948.635000', '145948.637000', '145948.640000', '145948.643000', '145948.645000', '145948.648000', '145948.651000', '145948.653000', '150008.531000', '150008.534000', '150008.537000', '150008.540000', '150008.542000', '150008.545000', '150008.547000', '150008.550000', '150008.553000', '150008.555000', '150008.558000', '150008.560000', '150008.563000', '150008.566000', '150008.568000', '150008.571000', '150008.573000', '150008.576000', '150008.579000', '150008.581000', '150008.584000', '150008.586000', '150008.589000', '150008.592000', '150008.594000', '150008.597000', '150008.600000', '150008.602000', '150008.605000', '150008.607000', '150008.610000', '150008.613000', '150008.615000', '150008.618000', '150008.620000', '150008.623000', '150008.626000', '150008.628000', '150008.631000', '150008.633000', '150008.636000', '150008.639000', '150008.641000', '150028.532000', '150028.534000', '150028.537000', '150028.540000', '150028.542000', '150028.545000', '150028.548000', '150028.550000', '150028.553000', '150028.555000', '150028.558000', '150028.561000', '150028.563000', '150028.566000', '150028.568000', '150028.571000', '150028.574000', '150028.576000', '150028.579000', '150028.581000', '150028.584000', '150028.586000', '150028.589000', '150028.592000', '150028.595000', '150028.597000', '150028.600000', '150028.602000', '150028.605000', '150028.608000', '150028.610000', '150028.613000', '150028.615000', '150028.618000', '150028.620000', '150028.623000', '150028.626000', '150028.628000', '150028.631000', '150028.633000', '150028.636000', '150028.639000', '150028.641000', '150028.644000', '150048.531000', '150048.534000', '150048.537000', '150048.540000', '150048.542000', '150048.545000', '150048.547000', '150048.550000', '150048.553000', '150048.555000', '150048.558000', '150048.560000', '150048.563000', '150048.566000', '150048.568000', '150048.571000', '150048.574000', '150048.576000', '150048.579000', '150048.581000', '150048.584000', '150048.587000', '150048.589000', '150048.592000', '150048.595000', '150048.597000', '150048.600000', '150048.603000', '150048.605000', '150048.608000', '150048.611000', '150048.613000', '150048.616000', '150048.619000', '150048.621000', '150048.624000', '150048.626000', '150048.629000', '150048.632000', '150048.634000', '150048.637000', '150048.640000', '150048.642000', '150108.532000', '150108.534000', '150108.537000', '150108.540000', '150108.542000', '150108.545000', '150108.547000', '150108.550000', '150108.553000', '150108.555000', '150108.558000', '150108.560000', '150108.563000', '150108.565000', '150108.568000', '150108.571000', '150108.573000', '150108.576000', '150108.579000', '150108.581000', '150108.584000', '150108.586000', '150108.589000', '150108.592000', '150108.594000', '150108.597000', '150108.600000', '150108.602000', '150108.605000', '150108.607000', '150108.610000', '150108.612000', '150108.615000', '150108.618000', '150108.620000', '150108.623000', '150108.625000', '150108.628000', '150108.631000', '150108.633000', '150108.636000', '150108.638000', '150108.641000', '150108.644000', '150128.532000', '150128.535000', '150128.537000', '150128.540000', '150128.543000', '150128.545000', '150128.548000', '150128.561000', '150128.564000', '150128.566000', '150128.569000', '150128.572000', '150128.574000', '150128.577000', '150128.580000', '150128.582000', '150128.585000', '150128.587000', '150128.590000', '150128.593000', '150128.595000', '150128.598000', '150128.601000', '150128.603000', '150128.606000', '150128.609000', '150128.611000', '150128.614000', '150128.617000', '150128.619000', '150128.622000', '150128.624000', '150128.627000', '150128.629000', '150128.632000', '150128.635000', '150128.638000', '150128.640000', '150128.643000', '150128.645000', '150128.648000', '150128.651000', '150128.653000', '150148.532000', '150148.535000', '150148.537000', '150148.540000', '150148.542000', '150148.545000', '150148.548000', '150148.550000', '150148.553000', '150148.556000', '150148.558000', '150148.561000', '150148.563000', '150148.566000', '150148.569000', '150148.571000', '150148.574000', '150148.576000', '150148.579000', '150148.582000', '150148.584000', '150148.587000', '150148.590000', '150148.592000', '150148.595000', '150148.597000', '150148.600000', '150148.603000', '150148.606000', '150148.608000', '150148.611000', '150148.613000', '150148.616000', '150148.619000', '150148.621000', '150148.624000', '150148.626000', '150148.629000', '150148.632000', '150148.634000', '150148.637000', '150148.639000', '150148.642000', '150148.645000', '150208.531000', '150208.534000', '150208.536000', '150208.539000', '150208.542000', '150208.544000', '150208.547000', '150208.550000', '150208.552000', '150208.555000', '150208.557000', '150208.560000', '150208.563000', '150208.565000', '150208.568000', '150208.571000', '150208.573000', '150208.576000', '150208.578000', '150208.581000', '150208.584000', '150208.586000', '150208.589000', '150208.592000', '150208.594000', '150208.597000', '150208.600000', '150208.602000', '150208.605000', '150208.607000', '150208.610000', '150208.613000', '150208.615000', '150208.618000', '150208.621000', '150208.623000', '150208.626000', '150208.628000', '150208.631000', '150208.634000', '150208.636000', '150208.639000', '150208.641000', '150228.532000', '150228.535000', '150228.537000', '150228.540000', '150228.542000', '150228.545000', '150228.551000', '150228.554000', '150228.556000', '150228.560000', '150228.563000', '150228.566000', '150228.568000', '150228.571000', '150228.574000', '150228.576000', '150228.579000', '150228.581000', '150228.584000', '150228.587000', '150228.589000', '150228.592000', '150228.594000', '150228.597000', '150228.600000', '150228.602000', '150228.605000', '150228.608000', '150228.610000', '150228.613000', '150228.616000', '150228.618000', '150228.621000', '150228.624000', '150228.626000', '150228.629000', '150228.631000', '150228.634000', '150228.637000', '150228.639000', '150228.642000', '150228.645000', '150228.647000', '150248.531000', '150248.534000', '150248.537000', '150248.540000', '150248.542000', '150248.545000', '150248.548000', '150248.550000', '150248.553000', '150248.555000', '150248.558000', '150248.561000', '150248.563000', '150248.566000', '150248.568000', '150248.571000', '150248.574000', '150248.576000', '150248.579000', '150248.608000', '150248.611000', '150248.614000', '150248.616000', '150248.619000', '150248.621000', '150248.624000', '150248.627000', '150248.629000', '150248.632000', '150248.634000', '150248.637000', '150248.640000', '150248.642000', '150248.645000', '150248.648000', '150248.650000', '150248.653000', '150248.656000', '150248.658000', '150248.661000', '150248.663000', '150248.666000', '150248.669000', '150248.671000', '150308.531000', '150308.534000', '150308.537000', '150308.540000', '150308.542000', '150308.545000', '150308.547000', '150308.550000', '150308.553000', '150308.555000', '150308.558000', '150308.561000', '150308.563000', '150308.566000', '150308.569000', '150308.571000', '150308.574000', '150308.576000', '150308.579000', '150308.582000', '150308.584000', '150308.587000', '150308.590000', '150308.592000', '150308.595000', '150308.598000', '150308.600000', '150308.603000', '150308.606000', '150308.609000', '150308.611000', '150308.614000', '150308.617000', '150308.619000', '150308.622000', '150308.625000', '150308.628000', '150308.630000', '150308.633000', '150308.636000', '150308.639000', '150308.641000', '150308.644000', '150308.646000', '150328.532000', '150328.534000', '150328.537000', '150328.540000', '150328.542000', '150328.545000', '150328.548000', '150328.550000', '150328.553000', '150328.555000', '150328.558000', '150328.560000', '150328.563000', '150328.566000', '150328.568000', '150328.571000', '150328.574000', '150328.576000', '150328.579000', '150328.581000', '150328.584000', '150328.587000', '150328.589000', '150328.592000', '150328.594000', '150328.597000', '150328.600000', '150328.602000', '150328.605000', '150328.608000', '150328.610000', '150328.613000', '150328.616000', '150328.618000', '150328.621000', '150328.624000', '150328.626000', '150328.629000', '150328.631000', '150328.634000', '150328.637000', '150328.639000', '150328.642000', '150348.531000', '150348.534000', '150348.537000', '150348.540000', '150348.542000', '150348.545000', '150348.548000', '150348.550000', '150348.553000', '150348.556000', '150348.558000', '150348.561000', '150348.564000', '150348.568000', '150348.570000', '150348.573000', '150348.576000', '150348.578000', '150348.581000', '150348.584000', '150348.586000', '150348.589000', '150348.592000', '150348.594000', '150348.598000', '150348.601000', '150348.603000', '150348.606000', '150348.608000', '150348.611000', '150348.614000', '150348.616000', '150348.619000', '150348.621000', '150348.624000', '150348.627000', '150348.629000', '150348.632000', '150348.635000', '150348.637000', '150348.640000', '150348.642000', '150348.645000', '150408.531000', '150408.534000', '150408.537000', '150408.540000', '150408.542000', '150408.545000', '150408.547000', '150408.550000', '150408.553000', '150408.555000', '150408.558000', '150408.561000', '150408.563000', '150408.566000', '150408.568000', '150408.571000', '150408.574000', '150408.576000', '150408.579000', '150408.582000', '150408.584000', '150408.587000', '150408.590000', '150408.592000', '150408.595000', '150408.597000', '150408.600000', '150408.603000', '150408.605000', '150408.630000', '150408.632000', '150408.635000', '150408.638000', '150408.640000', '150408.643000', '150408.646000', '150408.648000', '150408.651000', '150408.653000', '150408.656000', '150408.659000', '150408.661000', '150408.664000', '150408.667000', '150428.531000', '150428.534000', '150428.536000', '150428.539000', '150428.541000', '150428.544000', '150428.547000', '150428.549000', '150428.552000', '150428.554000', '150428.557000', '150428.560000', '150428.562000', '150428.565000', '150428.567000', '150428.570000', '150428.573000', '150428.575000', '150428.578000', '150428.581000', '150428.584000', '150428.587000', '150428.590000', '150428.593000', '150428.595000', '150428.598000', '150428.600000', '150428.603000', '150428.606000', '150428.608000', '150428.611000', '150428.614000', '150428.616000', '150428.619000', '150428.622000', '150428.624000', '150428.627000', '150428.629000', '150428.632000', '150428.635000', '150428.637000', '150428.640000', '150428.643000', '150448.532000', '150448.534000', '150448.537000', '150448.540000', '150448.542000', '150448.545000', '150448.548000', '150448.550000', '150448.553000', '150448.556000', '150448.558000', '150448.561000', '150448.563000', '150448.566000', '150448.569000', '150448.571000', '150448.574000', '150448.576000', '150448.579000', '150448.582000', '150448.584000', '150448.587000', '150448.590000', '150448.592000', '150448.595000', '150448.597000', '150448.600000', '150448.603000', '150448.605000', '150448.608000', '150448.611000', '150448.613000', '150448.616000', '150448.619000', '150448.621000', '150448.624000', '150448.626000', '150448.629000', '150448.632000', '150448.634000', '150448.637000', '150448.639000', '150448.642000', '150448.645000', '150508.532000', '150508.534000', '150508.537000', '150508.540000', '150508.543000', '150508.545000', '150508.548000', '150508.550000', '150508.553000', '150508.555000', '150508.558000', '150508.561000', '150508.563000', '150508.566000', '150508.568000', '150508.571000', '150508.574000', '150508.576000', '150508.579000', '150508.581000', '150508.584000', '150508.587000', '150508.589000', '150508.592000', '150508.595000', '150508.597000', '150508.600000', '150508.602000', '150508.605000', '150508.608000', '150508.610000', '150508.613000', '150508.616000', '150508.619000', '150508.622000', '150508.625000', '150508.628000', '150508.631000', '150508.633000', '150508.636000', '150508.640000', '150508.643000', '150508.646000', '150528.532000', '150528.535000', '150528.537000', '150528.540000', '150528.543000', '150528.545000', '150528.548000', '150528.550000', '150528.553000', '150528.555000', '150528.558000', '150528.561000', '150528.563000', '150528.566000', '150528.569000', '150528.571000', '150528.574000', '150528.576000', '150528.579000', '150528.581000', '150528.584000', '150528.587000', '150528.589000', '150528.592000', '150528.595000', '150528.597000', '150528.613000', '150528.615000', '150528.618000', '150528.621000', '150528.623000', '150528.626000', '150528.628000', '150528.631000', '150528.634000', '150528.636000', '150528.639000', '150528.641000', '150528.644000', '150528.647000', '150528.650000', '150528.652000', '150528.655000', '150528.657000', '150548.532000', '150548.535000', '150548.537000', '150548.540000', '150548.543000', '150548.545000', '150548.548000', '150548.551000', '150548.554000', '150548.556000', '150548.559000', '150548.561000', '150548.564000', '150548.567000', '150548.569000', '150548.572000', '150548.574000', '150548.577000', '150548.580000', '150548.582000', '150548.585000', '150548.587000', '150548.590000', '150548.593000', '150548.595000', '150548.598000', '150548.601000', '150548.603000', '150548.606000', '150548.608000', '150548.611000', '150548.614000', '150548.616000', '150548.619000', '150548.621000', '150548.624000', '150548.627000', '150548.629000', '150548.632000', '150548.634000', '150548.637000', '150548.640000', '150548.642000', '150608.532000', '150608.535000', '150608.537000', '150608.540000', '150608.542000', '150608.545000', '150608.548000', '150608.550000', '150608.553000', '150608.556000', '150608.558000', '150608.561000', '150608.564000', '150608.566000', '150608.569000', '150608.571000', '150608.574000', '150608.577000', '150608.579000', '150608.582000', '150608.584000', '150608.587000', '150608.590000', '150608.592000', '150608.595000', '150608.598000', '150608.600000', '150608.603000', '150608.606000', '150608.608000', '150608.611000', '150608.613000', '150608.616000', '150608.619000', '150608.621000', '150608.624000', '150608.626000', '150608.629000', '150608.632000', '150608.634000', '150608.637000', '150608.640000', '150608.642000', '150608.645000', '150628.532000', '150628.535000', '150628.537000', '150628.540000', '150628.542000', '150628.545000', '150628.548000', '150628.550000', '150628.553000', '150628.555000', '150628.558000', '150628.561000', '150628.563000', '150628.566000', '150628.568000', '150628.571000', '150628.574000', '150628.576000', '150628.579000', '150628.582000', '150628.584000', '150628.587000', '150628.590000', '150628.592000', '150628.595000', '150628.598000', '150628.600000', '150628.603000', '150628.605000', '150628.608000', '150628.610000', '150628.613000', '150628.616000', '150628.618000', '150628.621000', '150628.623000', '150628.626000', '150628.629000', '150628.631000', '150628.634000', '150628.636000', '150628.639000', '150628.642000', '150648.531000', '150648.534000', '150648.536000', '150648.539000', '150648.541000', '150648.544000', '150648.547000', '150648.550000', '150648.572000', '150648.575000', '150648.578000', '150648.580000', '150648.583000', '150648.586000', '150648.588000', '150648.591000', '150648.594000', '150648.596000', '150648.599000', '150648.602000', '150648.604000', '150648.607000', '150648.610000', '150648.612000', '150648.615000', '150648.618000', '150648.620000', '150648.623000', '150648.626000', '150648.628000', '150648.631000', '150648.634000', '150648.636000', '150648.639000', '150648.642000', '150648.644000', '150648.647000', '150648.650000', '150648.652000', '150648.655000', '150648.658000', '150648.660000', '150648.663000', '150648.665000', '150708.532000', '150708.535000', '150708.537000', '150708.540000', '150708.542000', '150708.545000', '150708.548000', '150708.550000', '150708.553000', '150708.555000', '150708.558000', '150708.561000', '150708.563000', '150708.566000', '150708.568000', '150708.571000', '150708.574000', '150708.576000', '150708.579000', '150708.581000', '150708.584000', '150708.587000', '150708.589000', '150708.592000', '150708.595000', '150708.597000', '150708.600000', '150708.602000', '150708.605000', '150708.608000', '150708.610000', '150708.613000', '150708.615000', '150708.618000', '150708.621000', '150708.623000', '150708.626000', '150708.628000', '150708.632000', '150708.635000', '150708.638000', '150708.640000', '150708.643000', '150728.532000', '150728.535000', '150728.538000', '150728.540000', '150728.543000', '150728.546000', '150728.548000', '150728.551000', '150728.554000', '150728.556000', '150728.559000', '150728.562000', '150728.564000', '150728.567000', '150728.570000', '150728.572000', '150728.575000', '150728.577000', '150728.580000', '150728.583000', '150728.585000', '150728.588000', '150728.591000', '150728.593000', '150728.596000', '150728.599000', '150728.601000', '150728.604000', '150728.607000', '150728.609000', '150728.612000', '150728.614000', '150728.617000', '150728.620000', '150728.622000', '150728.625000', '150728.628000', '150728.630000', '150728.633000', '150728.636000', '150728.638000', '150728.641000', '150728.643000', '150728.646000', '150748.532000', '150748.534000', '150748.537000', '150748.540000', '150748.542000', '150748.545000', '150748.548000', '150748.550000', '150748.553000', '150748.555000', '150748.558000', '150748.560000', '150748.563000', '150748.566000', '150748.568000', '150748.571000', '150748.573000', '150748.576000', '150748.579000', '150748.581000', '150748.584000', '150748.586000', '150748.589000', '150748.592000', '150748.595000', '150748.597000', '150748.600000', '150748.602000', '150748.605000', '150748.607000', '150748.610000', '150748.613000', '150748.615000', '150748.618000', '150748.647000', '150748.650000', '150748.652000', '150748.655000', '150748.658000', '150748.661000', '150748.664000', '150748.667000', '150748.669000', '150808.532000', '150808.535000', '150808.537000', '150808.540000', '150808.543000', '150808.545000', '150808.548000', '150808.550000', '150808.553000', '150808.556000', '150808.558000', '150808.561000', '150808.563000', '150808.566000', '150808.569000', '150808.571000', '150808.574000', '150808.577000', '150808.579000', '150808.582000', '150808.584000', '150808.587000', '150808.590000', '150808.592000', '150808.595000', '150808.598000', '150808.600000', '150808.603000', '150808.605000', '150808.608000', '150808.611000', '150808.613000', '150808.616000', '150808.619000', '150808.621000', '150808.624000', '150808.626000', '150808.629000', '150808.632000', '150808.634000', '150808.637000', '150808.639000', '150808.642000', '150808.645000', '150828.532000', '150828.535000', '150828.537000', '150828.540000', '150828.542000', '150828.545000', '150828.548000', '150828.550000', '150828.553000', '150828.555000', '150828.558000', '150828.560000', '150828.563000', '150828.566000', '150828.568000', '150828.571000', '150828.573000', '150828.576000', '150828.579000', '150828.581000', '150828.584000', '150828.586000', '150828.589000', '150828.592000', '150828.594000', '150828.597000', '150828.600000', '150828.602000', '150828.605000', '150828.607000', '150828.610000', '150828.612000', '150828.615000', '150828.618000', '150828.620000', '150828.623000', '150828.626000', '150828.628000', '150828.631000', '150828.633000', '150828.636000', '150828.639000', '150828.641000', '150848.532000', '150848.535000', '150848.537000', '150848.540000', '150848.543000', '150848.545000', '150848.548000', '150848.551000', '150848.553000', '150848.556000', '150848.558000', '150848.561000', '150848.564000', '150848.566000', '150848.569000', '150848.572000', '150848.574000', '150848.577000', '150848.580000', '150848.582000', '150848.585000', '150848.588000', '150848.591000', '150848.593000', '150848.596000', '150848.598000', '150848.601000', '150848.604000', '150848.606000', '150848.609000', '150848.611000', '150848.614000', '150848.617000', '150848.619000', '150848.622000', '150848.625000', '150848.627000', '150848.630000', '150848.632000', '150848.635000', '150848.638000', '150848.640000', '150848.643000', '150848.646000', '150908.531000', '150908.534000', '150908.536000', '150908.539000', '150908.541000', '150908.544000', '150908.547000', '150908.549000', '150908.552000', '150908.555000', '150908.557000', '150908.560000', '150908.562000', '150908.565000', '150908.567000', '150908.570000', '150908.603000', '150908.606000', '150908.608000', '150908.611000', '150908.614000', '150908.616000', '150908.619000', '150908.621000', '150908.624000', '150908.627000', '150908.629000', '150908.632000', '150908.635000', '150908.637000', '150908.640000', '150908.642000', '150908.645000', '150908.648000', '150908.650000', '150908.653000', '150908.655000', '150908.658000', '150908.661000', '150908.663000', '150908.666000', '150908.668000', '150908.671000', '150912.393000', '150912.396000', '150912.398000', '150912.401000', '150912.403000', '150912.406000', '150912.409000', '150912.411000', '150912.414000'], 'InstanceCreationTime': ['145648.588000', '145648.592000', '145648.595000', '145648.598000', '145648.601000', '145648.603000', '145648.606000', '145648.609000', '145648.611000', '145648.614000', '145648.616000', '145648.619000', '145648.621000', '145648.624000', '145648.627000', '145648.629000', '145648.632000', '145648.634000', '145648.637000', '145648.639000', '145648.642000', '145648.645000', '145708.532000', '145708.534000', '145708.537000', '145708.540000', '145708.542000', '145708.545000', '145708.547000', '145708.550000', '145708.553000', '145708.555000', '145708.558000', '145708.560000', '145708.563000', '145708.565000', '145708.572000', '145708.574000', '145708.577000', '145708.579000', '145708.582000', '145708.585000', '145708.588000', '145708.590000', '145708.593000', '145708.595000', '145708.598000', '145708.601000', '145708.603000', '145708.606000', '145708.608000', '145708.611000', '145708.616000', '145708.618000', '145708.621000', '145708.623000', '145708.626000', '145708.629000', '145708.631000', '145708.634000', '145708.636000', '145708.639000', '145708.642000', '145708.644000', '145708.647000', '145708.649000', '145728.530000', '145728.537000', '145728.539000', '145728.542000', '145728.544000', '145728.547000', '145728.550000', '145728.552000', '145728.555000', '145728.557000', '145728.560000', '145728.562000', '145728.565000', '145728.567000', '145728.570000', '145728.573000', '145728.575000', '145728.578000', '145728.580000', '145728.583000', '145728.586000', '145728.588000', '145728.591000', '145728.594000', '145728.596000', '145728.600000', '145728.602000', '145728.605000', '145728.608000', '145728.610000', '145728.613000', '145728.615000', '145728.618000', '145728.620000', '145728.623000', '145728.626000', '145728.628000', '145728.631000', '145728.633000', '145728.636000', '145728.640000', '145728.643000', '145728.646000', '145748.532000', '145748.534000', '145748.537000', '145748.540000', '145748.542000', '145748.545000', '145748.547000', '145748.550000', '145748.553000', '145748.555000', '145748.558000', '145748.560000', '145748.563000', '145748.565000', '145748.568000', '145748.571000', '145748.573000', '145748.576000', '145748.578000', '145748.581000', '145748.584000', '145748.586000', '145748.589000', '145748.592000', '145748.594000', '145748.597000', '145748.599000', '145748.602000', '145748.605000', '145748.607000', '145748.610000', '145748.612000', '145748.615000', '145748.618000', '145748.620000', '145748.623000', '145748.626000', '145748.628000', '145748.631000', '145748.633000', '145748.636000', '145748.639000', '145748.641000', '145748.644000', '145808.531000', '145808.534000', '145808.537000', '145808.540000', '145808.542000', '145808.545000', '145808.548000', '145808.550000', '145808.553000', '145808.555000', '145808.558000', '145808.560000', '145808.563000', '145808.566000', '145808.568000', '145808.571000', '145808.574000', '145808.576000', '145808.579000', '145808.581000', '145808.584000', '145808.586000', '145808.589000', '145808.592000', '145808.594000', '145808.597000', '145808.599000', '145808.602000', '145808.605000', '145808.609000', '145808.611000', '145808.614000', '145808.617000', '145808.619000', '145808.622000', '145808.624000', '145808.627000', '145808.629000', '145808.632000', '145808.635000', '145808.637000', '145808.640000', '145808.642000', '145828.532000', '145828.549000', '145828.551000', '145828.554000', '145828.557000', '145828.559000', '145828.562000', '145828.564000', '145828.567000', '145828.569000', '145828.572000', '145828.575000', '145828.577000', '145828.580000', '145828.582000', '145828.585000', '145828.588000', '145828.591000', '145828.593000', '145828.596000', '145828.598000', '145828.601000', '145828.603000', '145828.606000', '145828.609000', '145828.611000', '145828.614000', '145828.616000', '145828.619000', '145828.622000', '145828.624000', '145828.627000', '145828.630000', '145828.632000', '145828.635000', '145828.638000', '145828.640000', '145828.643000', '145828.645000', '145828.648000', '145828.650000', '145828.653000', '145828.656000', '145828.658000', '145848.531000', '145848.534000', '145848.537000', '145848.540000', '145848.542000', '145848.545000', '145848.547000', '145848.550000', '145848.553000', '145848.555000', '145848.558000', '145848.560000', '145848.563000', '145848.565000', '145848.568000', '145848.571000', '145848.573000', '145848.576000', '145848.578000', '145848.581000', '145848.584000', '145848.586000', '145848.589000', '145848.591000', '145848.594000', '145848.597000', '145848.599000', '145848.602000', '145848.605000', '145848.607000', '145848.610000', '145848.614000', '145848.617000', '145848.619000', '145848.622000', '145848.624000', '145848.627000', '145848.629000', '145848.632000', '145848.635000', '145848.637000', '145848.640000', '145848.643000', '145908.531000', '145908.534000', '145908.537000', '145908.539000', '145908.542000', '145908.545000', '145908.547000', '145908.550000', '145908.553000', '145908.555000', '145908.558000', '145908.560000', '145908.563000', '145908.566000', '145908.568000', '145908.571000', '145908.573000', '145908.576000', '145908.579000', '145908.581000', '145908.584000', '145908.586000', '145908.589000', '145908.592000', '145908.594000', '145908.597000', '145908.600000', '145908.602000', '145908.605000', '145908.608000', '145908.610000', '145908.613000', '145908.615000', '145908.618000', '145908.620000', '145908.623000', '145908.626000', '145908.628000', '145908.631000', '145908.633000', '145908.636000', '145908.639000', '145908.641000', '145908.644000', '145928.532000', '145928.534000', '145928.537000', '145928.540000', '145928.542000', '145928.545000', '145928.547000', '145928.550000', '145928.553000', '145928.555000', '145928.558000', '145928.560000', '145928.563000', '145928.566000', '145928.568000', '145928.571000', '145928.573000', '145928.576000', '145928.579000', '145928.581000', '145928.584000', '145928.586000', '145928.589000', '145928.592000', '145928.594000', '145928.597000', '145928.600000', '145928.602000', '145928.605000', '145928.607000', '145928.610000', '145928.613000', '145928.615000', '145928.618000', '145928.620000', '145928.623000', '145928.625000', '145928.628000', '145928.631000', '145928.633000', '145928.636000', '145928.638000', '145928.641000', '145948.531000', '145948.534000', '145948.536000', '145948.539000', '145948.542000', '145948.544000', '145948.547000', '145948.549000', '145948.552000', '145948.555000', '145948.557000', '145948.560000', '145948.563000', '145948.565000', '145948.568000', '145948.570000', '145948.573000', '145948.576000', '145948.578000', '145948.581000', '145948.584000', '145948.586000', '145948.589000', '145948.592000', '145948.594000', '145948.597000', '145948.609000', '145948.612000', '145948.614000', '145948.617000', '145948.619000', '145948.622000', '145948.625000', '145948.627000', '145948.630000', '145948.632000', '145948.635000', '145948.637000', '145948.640000', '145948.643000', '145948.645000', '145948.648000', '145948.651000', '145948.653000', '150008.531000', '150008.534000', '150008.537000', '150008.540000', '150008.542000', '150008.545000', '150008.547000', '150008.550000', '150008.553000', '150008.555000', '150008.558000', '150008.560000', '150008.563000', '150008.566000', '150008.568000', '150008.571000', '150008.573000', '150008.576000', '150008.579000', '150008.581000', '150008.584000', '150008.586000', '150008.589000', '150008.592000', '150008.594000', '150008.597000', '150008.600000', '150008.602000', '150008.605000', '150008.607000', '150008.610000', '150008.613000', '150008.615000', '150008.618000', '150008.620000', '150008.623000', '150008.626000', '150008.628000', '150008.631000', '150008.633000', '150008.636000', '150008.639000', '150008.641000', '150028.532000', '150028.534000', '150028.537000', '150028.540000', '150028.542000', '150028.545000', '150028.548000', '150028.550000', '150028.553000', '150028.555000', '150028.558000', '150028.561000', '150028.563000', '150028.566000', '150028.568000', '150028.571000', '150028.574000', '150028.576000', '150028.579000', '150028.581000', '150028.584000', '150028.586000', '150028.589000', '150028.592000', '150028.595000', '150028.597000', '150028.600000', '150028.602000', '150028.605000', '150028.608000', '150028.610000', '150028.613000', '150028.615000', '150028.618000', '150028.620000', '150028.623000', '150028.626000', '150028.628000', '150028.631000', '150028.633000', '150028.636000', '150028.639000', '150028.641000', '150028.644000', '150048.531000', '150048.534000', '150048.537000', '150048.540000', '150048.542000', '150048.545000', '150048.547000', '150048.550000', '150048.553000', '150048.555000', '150048.558000', '150048.560000', '150048.563000', '150048.566000', '150048.568000', '150048.571000', '150048.574000', '150048.576000', '150048.579000', '150048.581000', '150048.584000', '150048.587000', '150048.589000', '150048.592000', '150048.595000', '150048.597000', '150048.600000', '150048.603000', '150048.605000', '150048.608000', '150048.611000', '150048.613000', '150048.616000', '150048.619000', '150048.621000', '150048.624000', '150048.626000', '150048.629000', '150048.632000', '150048.634000', '150048.637000', '150048.640000', '150048.642000', '150108.532000', '150108.534000', '150108.537000', '150108.540000', '150108.542000', '150108.545000', '150108.547000', '150108.550000', '150108.553000', '150108.555000', '150108.558000', '150108.560000', '150108.563000', '150108.565000', '150108.568000', '150108.571000', '150108.573000', '150108.576000', '150108.579000', '150108.581000', '150108.584000', '150108.586000', '150108.589000', '150108.592000', '150108.594000', '150108.597000', '150108.600000', '150108.602000', '150108.605000', '150108.607000', '150108.610000', '150108.612000', '150108.615000', '150108.618000', '150108.620000', '150108.623000', '150108.625000', '150108.628000', '150108.631000', '150108.633000', '150108.636000', '150108.638000', '150108.641000', '150108.644000', '150128.532000', '150128.535000', '150128.537000', '150128.540000', '150128.543000', '150128.545000', '150128.548000', '150128.561000', '150128.564000', '150128.566000', '150128.569000', '150128.572000', '150128.574000', '150128.577000', '150128.580000', '150128.582000', '150128.585000', '150128.587000', '150128.590000', '150128.593000', '150128.595000', '150128.598000', '150128.601000', '150128.603000', '150128.606000', '150128.609000', '150128.611000', '150128.614000', '150128.617000', '150128.619000', '150128.622000', '150128.624000', '150128.627000', '150128.629000', '150128.632000', '150128.635000', '150128.638000', '150128.640000', '150128.643000', '150128.645000', '150128.648000', '150128.651000', '150128.653000', '150148.532000', '150148.535000', '150148.537000', '150148.540000', '150148.542000', '150148.545000', '150148.548000', '150148.550000', '150148.553000', '150148.556000', '150148.558000', '150148.561000', '150148.563000', '150148.566000', '150148.569000', '150148.571000', '150148.574000', '150148.576000', '150148.579000', '150148.582000', '150148.584000', '150148.587000', '150148.590000', '150148.592000', '150148.595000', '150148.597000', '150148.600000', '150148.603000', '150148.606000', '150148.608000', '150148.611000', '150148.613000', '150148.616000', '150148.619000', '150148.621000', '150148.624000', '150148.626000', '150148.629000', '150148.632000', '150148.634000', '150148.637000', '150148.639000', '150148.642000', '150148.645000', '150208.531000', '150208.534000', '150208.536000', '150208.539000', '150208.542000', '150208.544000', '150208.547000', '150208.550000', '150208.552000', '150208.555000', '150208.557000', '150208.560000', '150208.563000', '150208.565000', '150208.568000', '150208.571000', '150208.573000', '150208.576000', '150208.578000', '150208.581000', '150208.584000', '150208.586000', '150208.589000', '150208.592000', '150208.594000', '150208.597000', '150208.600000', '150208.602000', '150208.605000', '150208.607000', '150208.610000', '150208.613000', '150208.615000', '150208.618000', '150208.621000', '150208.623000', '150208.626000', '150208.628000', '150208.631000', '150208.634000', '150208.636000', '150208.639000', '150208.641000', '150228.532000', '150228.535000', '150228.537000', '150228.540000', '150228.542000', '150228.545000', '150228.551000', '150228.554000', '150228.556000', '150228.560000', '150228.563000', '150228.566000', '150228.568000', '150228.571000', '150228.574000', '150228.576000', '150228.579000', '150228.581000', '150228.584000', '150228.587000', '150228.589000', '150228.592000', '150228.594000', '150228.597000', '150228.600000', '150228.602000', '150228.605000', '150228.608000', '150228.610000', '150228.613000', '150228.616000', '150228.618000', '150228.621000', '150228.624000', '150228.626000', '150228.629000', '150228.631000', '150228.634000', '150228.637000', '150228.639000', '150228.642000', '150228.645000', '150228.647000', '150248.531000', '150248.534000', '150248.537000', '150248.540000', '150248.542000', '150248.545000', '150248.548000', '150248.550000', '150248.553000', '150248.555000', '150248.558000', '150248.561000', '150248.563000', '150248.566000', '150248.568000', '150248.571000', '150248.574000', '150248.576000', '150248.579000', '150248.608000', '150248.611000', '150248.614000', '150248.616000', '150248.619000', '150248.621000', '150248.624000', '150248.627000', '150248.629000', '150248.632000', '150248.634000', '150248.637000', '150248.640000', '150248.642000', '150248.645000', '150248.648000', '150248.650000', '150248.653000', '150248.656000', '150248.658000', '150248.661000', '150248.663000', '150248.666000', '150248.669000', '150248.671000', '150308.531000', '150308.534000', '150308.537000', '150308.540000', '150308.542000', '150308.545000', '150308.547000', '150308.550000', '150308.553000', '150308.555000', '150308.558000', '150308.561000', '150308.563000', '150308.566000', '150308.569000', '150308.571000', '150308.574000', '150308.576000', '150308.579000', '150308.582000', '150308.584000', '150308.587000', '150308.590000', '150308.592000', '150308.595000', '150308.598000', '150308.600000', '150308.603000', '150308.606000', '150308.609000', '150308.611000', '150308.614000', '150308.617000', '150308.619000', '150308.622000', '150308.625000', '150308.628000', '150308.630000', '150308.633000', '150308.636000', '150308.639000', '150308.641000', '150308.644000', '150308.646000', '150328.532000', '150328.534000', '150328.537000', '150328.540000', '150328.542000', '150328.545000', '150328.548000', '150328.550000', '150328.553000', '150328.555000', '150328.558000', '150328.560000', '150328.563000', '150328.566000', '150328.568000', '150328.571000', '150328.574000', '150328.576000', '150328.579000', '150328.581000', '150328.584000', '150328.587000', '150328.589000', '150328.592000', '150328.594000', '150328.597000', '150328.600000', '150328.602000', '150328.605000', '150328.608000', '150328.610000', '150328.613000', '150328.616000', '150328.618000', '150328.621000', '150328.624000', '150328.626000', '150328.629000', '150328.631000', '150328.634000', '150328.637000', '150328.639000', '150328.642000', '150348.531000', '150348.534000', '150348.537000', '150348.540000', '150348.542000', '150348.545000', '150348.548000', '150348.550000', '150348.553000', '150348.556000', '150348.558000', '150348.561000', '150348.564000', '150348.568000', '150348.570000', '150348.573000', '150348.576000', '150348.578000', '150348.581000', '150348.584000', '150348.586000', '150348.589000', '150348.592000', '150348.594000', '150348.598000', '150348.601000', '150348.603000', '150348.606000', '150348.608000', '150348.611000', '150348.614000', '150348.616000', '150348.619000', '150348.621000', '150348.624000', '150348.627000', '150348.629000', '150348.632000', '150348.635000', '150348.637000', '150348.640000', '150348.642000', '150348.645000', '150408.531000', '150408.534000', '150408.537000', '150408.540000', '150408.542000', '150408.545000', '150408.547000', '150408.550000', '150408.553000', '150408.555000', '150408.558000', '150408.561000', '150408.563000', '150408.566000', '150408.568000', '150408.571000', '150408.574000', '150408.576000', '150408.579000', '150408.582000', '150408.584000', '150408.587000', '150408.590000', '150408.592000', '150408.595000', '150408.597000', '150408.600000', '150408.603000', '150408.605000', '150408.630000', '150408.632000', '150408.635000', '150408.638000', '150408.640000', '150408.643000', '150408.646000', '150408.648000', '150408.651000', '150408.653000', '150408.656000', '150408.659000', '150408.661000', '150408.664000', '150408.667000', '150428.531000', '150428.534000', '150428.536000', '150428.539000', '150428.541000', '150428.544000', '150428.547000', '150428.549000', '150428.552000', '150428.554000', '150428.557000', '150428.560000', '150428.562000', '150428.565000', '150428.567000', '150428.570000', '150428.573000', '150428.575000', '150428.578000', '150428.581000', '150428.584000', '150428.587000', '150428.590000', '150428.593000', '150428.595000', '150428.598000', '150428.600000', '150428.603000', '150428.606000', '150428.608000', '150428.611000', '150428.614000', '150428.616000', '150428.619000', '150428.622000', '150428.624000', '150428.627000', '150428.629000', '150428.632000', '150428.635000', '150428.637000', '150428.640000', '150428.643000', '150448.532000', '150448.534000', '150448.537000', '150448.540000', '150448.542000', '150448.545000', '150448.548000', '150448.550000', '150448.553000', '150448.556000', '150448.558000', '150448.561000', '150448.563000', '150448.566000', '150448.569000', '150448.571000', '150448.574000', '150448.576000', '150448.579000', '150448.582000', '150448.584000', '150448.587000', '150448.590000', '150448.592000', '150448.595000', '150448.597000', '150448.600000', '150448.603000', '150448.605000', '150448.608000', '150448.611000', '150448.613000', '150448.616000', '150448.619000', '150448.621000', '150448.624000', '150448.626000', '150448.629000', '150448.632000', '150448.634000', '150448.637000', '150448.639000', '150448.642000', '150448.645000', '150508.532000', '150508.534000', '150508.537000', '150508.540000', '150508.543000', '150508.545000', '150508.548000', '150508.550000', '150508.553000', '150508.555000', '150508.558000', '150508.561000', '150508.563000', '150508.566000', '150508.568000', '150508.571000', '150508.574000', '150508.576000', '150508.579000', '150508.581000', '150508.584000', '150508.587000', '150508.589000', '150508.592000', '150508.595000', '150508.597000', '150508.600000', '150508.602000', '150508.605000', '150508.608000', '150508.610000', '150508.613000', '150508.616000', '150508.619000', '150508.622000', '150508.625000', '150508.628000', '150508.631000', '150508.633000', '150508.636000', '150508.640000', '150508.643000', '150508.646000', '150528.532000', '150528.535000', '150528.537000', '150528.540000', '150528.543000', '150528.545000', '150528.548000', '150528.550000', '150528.553000', '150528.555000', '150528.558000', '150528.561000', '150528.563000', '150528.566000', '150528.569000', '150528.571000', '150528.574000', '150528.576000', '150528.579000', '150528.581000', '150528.584000', '150528.587000', '150528.589000', '150528.592000', '150528.595000', '150528.597000', '150528.613000', '150528.615000', '150528.618000', '150528.621000', '150528.623000', '150528.626000', '150528.628000', '150528.631000', '150528.634000', '150528.636000', '150528.639000', '150528.641000', '150528.644000', '150528.647000', '150528.650000', '150528.652000', '150528.655000', '150528.657000', '150548.532000', '150548.535000', '150548.537000', '150548.540000', '150548.543000', '150548.545000', '150548.548000', '150548.551000', '150548.554000', '150548.556000', '150548.559000', '150548.561000', '150548.564000', '150548.567000', '150548.569000', '150548.572000', '150548.574000', '150548.577000', '150548.580000', '150548.582000', '150548.585000', '150548.587000', '150548.590000', '150548.593000', '150548.595000', '150548.598000', '150548.601000', '150548.603000', '150548.606000', '150548.608000', '150548.611000', '150548.614000', '150548.616000', '150548.619000', '150548.621000', '150548.624000', '150548.627000', '150548.629000', '150548.632000', '150548.634000', '150548.637000', '150548.640000', '150548.642000', '150608.532000', '150608.535000', '150608.537000', '150608.540000', '150608.542000', '150608.545000', '150608.548000', '150608.550000', '150608.553000', '150608.556000', '150608.558000', '150608.561000', '150608.564000', '150608.566000', '150608.569000', '150608.571000', '150608.574000', '150608.577000', '150608.579000', '150608.582000', '150608.584000', '150608.587000', '150608.590000', '150608.592000', '150608.595000', '150608.598000', '150608.600000', '150608.603000', '150608.606000', '150608.608000', '150608.611000', '150608.613000', '150608.616000', '150608.619000', '150608.621000', '150608.624000', '150608.626000', '150608.629000', '150608.632000', '150608.634000', '150608.637000', '150608.640000', '150608.642000', '150608.645000', '150628.532000', '150628.535000', '150628.537000', '150628.540000', '150628.542000', '150628.545000', '150628.548000', '150628.550000', '150628.553000', '150628.555000', '150628.558000', '150628.561000', '150628.563000', '150628.566000', '150628.568000', '150628.571000', '150628.574000', '150628.576000', '150628.579000', '150628.582000', '150628.584000', '150628.587000', '150628.590000', '150628.592000', '150628.595000', '150628.598000', '150628.600000', '150628.603000', '150628.605000', '150628.608000', '150628.610000', '150628.613000', '150628.616000', '150628.618000', '150628.621000', '150628.623000', '150628.626000', '150628.629000', '150628.631000', '150628.634000', '150628.636000', '150628.639000', '150628.642000', '150648.531000', '150648.534000', '150648.536000', '150648.539000', '150648.541000', '150648.544000', '150648.547000', '150648.550000', '150648.572000', '150648.575000', '150648.578000', '150648.580000', '150648.583000', '150648.586000', '150648.588000', '150648.591000', '150648.594000', '150648.596000', '150648.599000', '150648.602000', '150648.604000', '150648.607000', '150648.610000', '150648.612000', '150648.615000', '150648.618000', '150648.620000', '150648.623000', '150648.626000', '150648.628000', '150648.631000', '150648.634000', '150648.636000', '150648.639000', '150648.642000', '150648.644000', '150648.647000', '150648.650000', '150648.652000', '150648.655000', '150648.658000', '150648.660000', '150648.663000', '150648.665000', '150708.532000', '150708.535000', '150708.537000', '150708.540000', '150708.542000', '150708.545000', '150708.548000', '150708.550000', '150708.553000', '150708.555000', '150708.558000', '150708.561000', '150708.563000', '150708.566000', '150708.568000', '150708.571000', '150708.574000', '150708.576000', '150708.579000', '150708.581000', '150708.584000', '150708.587000', '150708.589000', '150708.592000', '150708.595000', '150708.597000', '150708.600000', '150708.602000', '150708.605000', '150708.608000', '150708.610000', '150708.613000', '150708.615000', '150708.618000', '150708.621000', '150708.623000', '150708.626000', '150708.628000', '150708.632000', '150708.635000', '150708.638000', '150708.640000', '150708.643000', '150728.532000', '150728.535000', '150728.538000', '150728.540000', '150728.543000', '150728.546000', '150728.548000', '150728.551000', '150728.554000', '150728.556000', '150728.559000', '150728.562000', '150728.564000', '150728.567000', '150728.570000', '150728.572000', '150728.575000', '150728.577000', '150728.580000', '150728.583000', '150728.585000', '150728.588000', '150728.591000', '150728.593000', '150728.596000', '150728.599000', '150728.601000', '150728.604000', '150728.607000', '150728.609000', '150728.612000', '150728.614000', '150728.617000', '150728.620000', '150728.622000', '150728.625000', '150728.628000', '150728.630000', '150728.633000', '150728.636000', '150728.638000', '150728.641000', '150728.643000', '150728.646000', '150748.532000', '150748.534000', '150748.537000', '150748.540000', '150748.542000', '150748.545000', '150748.548000', '150748.550000', '150748.553000', '150748.555000', '150748.558000', '150748.560000', '150748.563000', '150748.566000', '150748.568000', '150748.571000', '150748.573000', '150748.576000', '150748.579000', '150748.581000', '150748.584000', '150748.586000', '150748.589000', '150748.592000', '150748.595000', '150748.597000', '150748.600000', '150748.602000', '150748.605000', '150748.607000', '150748.610000', '150748.613000', '150748.615000', '150748.618000', '150748.647000', '150748.650000', '150748.652000', '150748.655000', '150748.658000', '150748.661000', '150748.664000', '150748.667000', '150748.669000', '150808.532000', '150808.535000', '150808.537000', '150808.540000', '150808.543000', '150808.545000', '150808.548000', '150808.550000', '150808.553000', '150808.556000', '150808.558000', '150808.561000', '150808.563000', '150808.566000', '150808.569000', '150808.571000', '150808.574000', '150808.577000', '150808.579000', '150808.582000', '150808.584000', '150808.587000', '150808.590000', '150808.592000', '150808.595000', '150808.598000', '150808.600000', '150808.603000', '150808.605000', '150808.608000', '150808.611000', '150808.613000', '150808.616000', '150808.619000', '150808.621000', '150808.624000', '150808.626000', '150808.629000', '150808.632000', '150808.634000', '150808.637000', '150808.639000', '150808.642000', '150808.645000', '150828.532000', '150828.535000', '150828.537000', '150828.540000', '150828.542000', '150828.545000', '150828.548000', '150828.550000', '150828.553000', '150828.555000', '150828.558000', '150828.560000', '150828.563000', '150828.566000', '150828.568000', '150828.571000', '150828.573000', '150828.576000', '150828.579000', '150828.581000', '150828.584000', '150828.586000', '150828.589000', '150828.592000', '150828.594000', '150828.597000', '150828.600000', '150828.602000', '150828.605000', '150828.607000', '150828.610000', '150828.612000', '150828.615000', '150828.618000', '150828.620000', '150828.623000', '150828.626000', '150828.628000', '150828.631000', '150828.633000', '150828.636000', '150828.639000', '150828.641000', '150848.532000', '150848.535000', '150848.537000', '150848.540000', '150848.543000', '150848.545000', '150848.548000', '150848.551000', '150848.553000', '150848.556000', '150848.558000', '150848.561000', '150848.564000', '150848.566000', '150848.569000', '150848.572000', '150848.574000', '150848.577000', '150848.580000', '150848.582000', '150848.585000', '150848.588000', '150848.591000', '150848.593000', '150848.596000', '150848.598000', '150848.601000', '150848.604000', '150848.606000', '150848.609000', '150848.611000', '150848.614000', '150848.617000', '150848.619000', '150848.622000', '150848.625000', '150848.627000', '150848.630000', '150848.632000', '150848.635000', '150848.638000', '150848.640000', '150848.643000', '150848.646000', '150908.531000', '150908.534000', '150908.536000', '150908.539000', '150908.541000', '150908.544000', '150908.547000', '150908.549000', '150908.552000', '150908.555000', '150908.557000', '150908.560000', '150908.562000', '150908.565000', '150908.567000', '150908.570000', '150908.603000', '150908.606000', '150908.608000', '150908.611000', '150908.614000', '150908.616000', '150908.619000', '150908.621000', '150908.624000', '150908.627000', '150908.629000', '150908.632000', '150908.635000', '150908.637000', '150908.640000', '150908.642000', '150908.645000', '150908.648000', '150908.650000', '150908.653000', '150908.655000', '150908.658000', '150908.661000', '150908.663000', '150908.666000', '150908.668000', '150908.671000', '150912.393000', '150912.396000', '150912.398000', '150912.401000', '150912.403000', '150912.406000', '150912.409000', '150912.411000', '150912.414000'], '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': [18680, 9893, 17137, 12011, 12560, 13971, 9757, 15020, 11542, 12702, 12573, 11145, 13618, 9600, 13881, 12562, 9883, 13838, 9492, 13871, 12955, 11476, 14495, 10012, 14482, 12064, 12289, 14210, 9662, 13258, 12607, 10901, 12916, 9743, 13259, 10943, 13353, 12841, 10783, 13266, 10216, 14466, 9913, 16072, 10126, 15257, 10441, 15585, 12489, 15451, 13964, 11442, 16604, 12334, 13972, 13696, 9586, 15178, 11322, 16243, 11562, 10334, 13956, 9950, 12913, 10112, 12493, 11687, 12410, 13248, 15076, 10946, 14981, 12206, 11562, 13876, 10150, 15725, 11152, 15778, 14186, 10544, 13996, 12455, 11449, 11790, 12578, 13948, 12268, 14887, 10640, 15177, 11413, 15098, 13839, 12935, 13289, 10449, 13795, 9764, 13604, 10252, 13541, 9872, 12453, 11229, 12532, 12789, 10665, 12933, 13361, 10539, 13504, 11346, 12295, 13742, 11712, 18633, 13131, 11315, 17576, 9892, 11068, 17013, 11385, 17995, 14094, 12730, 19545, 12646, 12658, 19070, 12115, 19499, 12273, 19648, 12894, 19161, 11246, 17072, 9709, 14837, 9268, 14170, 9390, 14360, 9500, 15016, 10435, 14871, 10400, 13626, 10273, 12013, 10221, 12296, 11988, 15418, 10265, 16671, 9722, 14959, 9502, 14430, 9569, 14211, 11047, 16535, 11510, 15306, 11815, 12921, 15167, 9564, 14813, 12055, 14663, 12413, 11981, 14149, 9621, 14395, 10665, 13965, 13034, 13209, 12770, 12998, 12984, 12882, 13659, 9560, 14823, 12771, 14507, 11908, 10160, 12334, 11742, 13109, 10575, 17325, 11430, 16776, 11714, 15823, 12066, 13557, 12424, 9677, 13040, 9588, 17086, 11518, 15437, 12194, 12049, 14212, 9730, 15434, 12050, 12047, 10341, 12356, 12530, 13033, 12744, 13702, 17176, 12488, 16359, 12985, 10744, 18751, 12583, 14867, 13124, 11360, 13617, 12191, 12835, 13305, 12000, 11375, 13132, 12960, 13139, 13216, 12204, 10825, 12565, 10798, 14376, 10525, 16286, 12695, 15577, 12560, 12837, 12346, 10678, 12310, 10089, 15177, 11200, 15030, 11908, 13470, 11662, 14796, 12268, 14819, 11319, 13205, 11029, 14240, 10824, 12871, 10881, 13088, 10739, 13166, 12463, 13035, 15274, 12970, 14783, 13674, 14009, 13280, 14926, 13242, 12633, 12340, 10334, 12739, 13569, 13337, 13772, 11313, 13080, 9385, 13721, 12405, 12385, 12166, 11559, 11187, 16300, 11696, 12463, 11352, 9953, 19179, 10704, 15779, 13436, 11959, 17789, 13873, 11720, 19204, 17767, 13570, 20795, 17551, 12404, 20378, 17049, 15862, 17072, 11603, 20692, 11694, 10052, 16059, 11033, 10492, 12075, 10275, 10158, 11240, 11002, 10848, 11076, 12879, 11218, 11142, 11173, 10923, 9834, 11740, 9963, 13394, 9907, 13770, 9909, 13986, 10619, 13094, 10145, 13479, 11524, 11518, 12082, 10281, 16068, 9667, 15400, 10910, 13553, 11480, 10074, 15855, 9671, 12363, 10695, 10103, 12872, 9851, 14783, 10866, 11853, 10864, 10223, 14834, 9496, 14898, 12197, 12887, 13755, 9925, 13722, 9386, 13917, 11182, 10938, 17799, 9802, 13672, 11087, 13736, 12571, 9881, 15789, 11514, 9994, 12358, 11307, 13320, 9433, 13718, 10833, 14958, 12301, 11013, 13401, 9181, 15209, 12055, 11524, 11441, 10393, 11616, 9944, 12848, 9340, 12511, 9472, 17084, 10779, 15999, 12088, 10620, 12435, 13017, 13535, 9412, 15139, 12663, 12238, 11600, 10513, 11714, 9477, 12244, 10784, 11312, 10561, 11609, 11440, 16210, 9725, 15937, 12595, 14428, 11444, 9576, 12706, 9604, 14682, 12053, 12858, 12455, 9662, 11827, 9927, 12017, 9782, 13161, 12960, 12803, 9883, 14841, 12565, 12254, 12215, 9812, 15310, 11004, 13449, 11516, 10790, 10974, 9778, 12349, 9383, 10940, 9495, 10561, 9670, 14703, 11352, 14834, 11049, 11023, 12089, 11947, 11767, 13310, 11891, 13517, 10909, 12225, 14897, 9879, 14826, 11985, 13463, 11871, 9731, 16048, 10911, 13170, 11849, 11500, 10746, 10219, 10271, 12293, 10940, 11427, 14228, 10136, 14910, 11175, 14476, 12103, 13423, 10823, 10026, 10973, 9644, 16109, 12074, 15101, 16500, 10265, 15447, 11565, 15291, 10899, 10118, 13766, 9529, 14136, 9837, 14727, 11720, 12716, 10472, 10220, 12951, 9930, 15471, 11170, 14915, 10930, 12671, 11672, 13103, 13377, 10318, 15399, 10161, 15133, 11519, 13210, 10567, 10198, 10750, 11579, 10014, 10198, 11888, 13513, 10323, 10407, 12620, 10619, 10851, 10835, 10782, 10762, 11543, 15784, 10454, 14280, 10722, 13966, 10150, 11956, 12585, 10201, 14401, 10262, 15750, 10211, 15063, 10614, 12586, 10463, 13284, 10661, 13156, 11414, 11842, 11259, 14144, 10734, 10175, 17169, 10645, 14929, 11794, 15118, 11837, 10395, 17656, 10486, 14313, 10064, 14010, 10566, 14585, 10641, 12138, 10514, 13291, 10301, 11512, 17950, 10170, 15805, 10342, 15378, 10629, 13616, 10613, 10326, 10635, 10136, 15615, 10141, 13775, 10915, 12416, 10957, 11545, 11407, 12398, 11367, 12754, 10922, 13537, 10403, 13431, 10434, 13499, 10781, 10719, 10695, 14476, 10476, 18119, 10189, 15017, 9929, 14608, 10423, 15238, 10458, 11517, 11038, 10480, 11591, 11124, 12999, 10253, 11561, 10628, 12583, 16110, 12269, 11370, 15113, 12287, 10063, 13315, 11559, 18801, 15968, 11219, 17708, 12420, 10497, 15957, 10537, 19513, 13041, 19971, 16735, 20313, 14450, 17297, 13424, 15361, 12548, 10365, 11683, 10842, 10293, 10529, 11195, 10754, 11108, 10545, 10311, 10097, 10596, 18639, 10485, 14264, 10373, 11178, 9987, 10359, 14423, 10270, 14263, 9994, 12914, 9630, 10755, 14795, 10574, 13446, 9913, 10192, 10213, 10210, 13610, 10524, 10887, 10481, 10396, 15610, 9915, 13753, 10103, 10506, 13897, 9917, 14646, 11330, 11365, 11741, 10381, 14490, 9956, 11519, 11584, 10568, 11294, 9853, 15570, 10231, 15443, 10222, 10172, 14550, 9891, 13643, 9589, 13903, 12116, 13926, 11411, 10185, 16459, 9924, 14983, 10816, 10157, 15468, 9399, 15810, 11968, 10829, 13278, 9911, 14305, 10393, 14859, 11089, 10182, 13894, 9797, 13876, 10891, 12548, 12771, 13137, 12915, 9533, 15369, 11657, 13805, 11926, 10677, 11515, 9503, 15182, 10960, 13572, 12465, 11302, 12607, 9761, 14277, 11172, 12499, 12104, 12147, 13633, 10717, 13462, 11289, 13754, 11663, 14142, 11898, 13715, 12427, 14394, 13097, 11857, 13332, 13341, 13709, 10075, 14728, 10448, 15067, 12640, 16348, 13657, 9658, 14286, 10296, 15149, 11177, 16066, 11621, 10290, 12477, 9767, 13044, 9928, 12587, 9911, 12617, 10610, 12100, 11817, 13553, 10325, 15062, 10652, 14935, 10018, 15267, 12433, 16346, 11723, 10662, 12812, 9916, 14215, 10032, 15638, 11938, 14892, 11915, 14461, 12797, 14042, 11836, 11040, 11567, 10394, 12550, 14398, 12948, 10408, 16607, 11237, 14226, 12098, 14226, 13236, 10110, 12667, 10212, 12554, 9823, 12442, 9930, 15386, 10668, 15278, 10930, 15139, 10425, 14129, 10130, 14418, 10383, 14893, 10079, 14609, 11982, 15233, 11502, 11243, 11023, 10286, 12284, 11867, 11831, 13807, 11434, 13582, 11256, 14510, 12121, 14838, 12268, 11283, 13292, 9997, 14087, 9591, 15206, 11886, 14839, 10981, 10160, 12476, 9642, 12721, 9620, 11910, 9570, 12858, 10686, 12377, 9844, 15043, 10228, 14659, 10394, 12496, 11606, 11765, 12236, 13870, 16702, 10896, 15841, 12710, 16532, 12813, 12279, 13351, 10671, 12284, 11815, 11737, 12435, 11420, 11815, 11908, 12390, 12127, 12487, 12180, 10299, 16719, 9925, 15594, 11304, 15711, 12670, 13931, 12200, 13313, 12010, 12230, 11874, 10436, 11721, 13859, 10748, 13083, 10485, 13368, 11730, 12791, 13315, 12474, 12724, 16347, 10812, 15279, 11214, 12423, 9230, 12950, 12244, 9988, 13343, 13831, 11433, 17270, 12011, 11744, 10829, 12017, 16218, 10056, 10473, 10550, 11777, 16839, 10440, 13041, 11239, 12492, 16500, 11619, 18017, 11927, 17365, 11099, 17722, 11410, 19545, 10906, 18174, 11780, 16910, 10519, 15228, 11805, 9889, 10556, 10594, 11278, 10893, 11373, 11839, 12250, 10736, 13741, 10332, 14712, 11863, 10400, 14468, 10020, 14269, 11459, 11426, 12300, 10300, 14626, 10746, 12045, 10574, 10377, 16582, 10000, 14429, 9592, 10485, 14935, 10405, 12696, 10128, 10328, 13385, 10212, 12214, 11055, 10962, 14908, 10232, 12375, 11038, 10990, 15659, 10078, 14901, 10702, 10917, 11661, 10221, 14078, 11242, 12223, 10581, 10298, 16634, 10845, 14333, 10299, 10347, 11761, 10166, 13374, 11698, 12356, 13424, 10415, 12605, 10264, 13058, 11770, 13554, 10583, 10588, 12011, 10332, 15191, 10763, 15517, 11538, 10778, 16277, 9976, 15306, 11705, 14996, 12082, 10282, 15629, 12687, 12566, 12571, 9531, 12486, 10121, 11773, 10757, 11421, 14558, 16525, 10811, 17418, 12436, 11539, 18860, 10342, 15146, 11091, 10706, 13630, 10618, 11074, 10278, 12184, 12021, 12567, 11824, 10774, 14510, 11893, 11299, 12540, 10720, 12681, 10719, 14146, 12854, 12058, 11860, 10700, 16952, 11013, 15673, 11812, 10911, 12719, 10826, 12742, 10368, 14365, 12593, 14304, 12548, 10296, 12694, 11752, 12965, 12520, 13158, 13362, 12869, 15712, 12826, 11025, 19545, 11372, 17740, 11483, 14763, 11536, 14996, 12791, 14885, 12510, 10698, 13189, 10338, 15418, 11899, 14348, 12643, 12376, 11742, 13047, 10364, 13649, 12267, 11394, 11119, 12714, 11791, 16041, 10905, 17065, 13903, 14364, 12749, 11811, 17062, 11499, 16490, 10622, 15381, 11209, 12314, 11954, 10126, 19128, 10348, 17813, 12538, 19032, 11858, 18064, 10403, 15959, 10161, 14273, 10153, 15479, 10420, 15352, 10296, 12981, 10499, 12908, 10531, 15932, 10550, 14968, 10077, 13558, 10907, 10770, 19723, 10458, 16518, 10402, 11380, 10718, 11326, 12035, 10463, 13752, 10388, 11591, 10179, 10943, 11637, 10626, 12547, 11135, 12299, 10638, 11204, 13620, 9910, 12753, 10690, 11052, 11656, 10769, 14178, 11136, 12243, 10401, 11029, 15963, 10559, 16294, 10667, 10759, 16470, 10714, 15454, 12082, 10669, 12619, 10908, 15403, 11435, 11338, 12071, 10547, 13498, 10232, 12778, 12553, 11645, 10513, 11849, 11980, 11448, 18112, 10131, 14919, 11304, 13219, 12091, 11483, 13600, 9986, 12615, 9921, 13569, 12756, 12847, 12417, 10068, 12984, 10757, 16731, 11088, 15122, 12462, 12321, 12042, 10427, 15793, 10263, 15646, 12867, 13966, 13515, 10310, 14084, 9909, 14934, 11495, 13315, 12654, 10467, 13701, 9703, 13437, 9976, 16039, 13407, 14226, 14589, 10074, 16169, 11088, 15476, 12579, 11705, 12754, 9898, 13827, 9943, 14611, 10835, 14852, 12159, 15215, 12715, 10498, 18045, 10799, 15996, 13895, 12810, 13936, 10063, 13308, 10419, 13592, 9575, 13376, 13259, 13691, 10926, 18403, 12856, 15503, 13448, 13435, 14043, 9982, 18343, 12811, 13732, 12403, 10010, 17319, 11561, 14513, 12759, 10064, 13946, 9804, 13981, 11209, 14140, 10213, 13819, 11430, 14520, 13824, 12184, 13757, 10005, 14133, 10350, 16896, 13375, 14278, 13782, 12653, 16368, 11009, 15647, 12611, 14823, 11918, 14169, 13599, 12612, 14524, 10384, 16501, 10533, 15880, 12328, 15065, 12048, 14937, 13731, 14707, 13466, 10277, 14508, 9771, 18099, 12140, 15051, 13605, 14467, 14747, 9739, 14785, 12169, 13600, 10991, 14211, 10293, 14908, 12952, 13740, 13531, 13985, 14481, 10007, 17243, 11785, 15538, 13246, 14978, 14651, 10527, 18108, 12582, 13387, 13072, 12958, 14208, 12613, 13294, 9630, 13617, 11351, 14464, 10866, 14431, 10191, 14613, 10733, 14669, 10624, 16630, 13240, 16045, 13460, 12727, 14383, 9769, 14229, 10342, 14337, 10074, 14382, 9939, 15978, 11966, 15608, 11948, 14947, 13524, 15689, 14159, 10834, 17330, 10542, 15575, 12130, 15654, 13195, 12131, 14215, 9606, 15390, 12126, 14392, 13299, 10965, 13416, 11830, 14276, 10124, 13233, 11574, 13706, 11121, 13834, 11911, 14578, 13313, 12669, 13413, 11052, 13569, 13240, 12928, 12608, 16285, 10137, 16130, 13063, 16410, 12485, 11305, 12464, 10379, 14008, 12295, 13708, 13523, 13332, 13970, 13698, 15840, 14559, 11790, 18218, 11050, 16137, 11595, 15595, 13343, 13718, 14209, 9481, 13753, 10107, 13482, 14266, 12677, 14420, 12074, 15230, 13172, 14445, 13255, 13727, 13080, 14920, 12936, 14353, 13210, 14086, 12495, 13796, 10576, 13692, 10009, 14077, 10197, 13462, 15799, 12676, 14176, 10477], 'WindowCenter': [4540.0, 4445.0, 4499.0, 4446.0, 4458.0, 4452.0, 4405.0, 4462.0, 4423.0, 4441.0, 4443.0, 4435.0, 4441.0, 4403.0, 4465.0, 4445.0, 4414.0, 4450.0, 4413.0, 4452.0, 4443.0, 4446.0, 4450.0, 4426.0, 4463.0, 4445.0, 4446.0, 4452.0, 4415.0, 4453.0, 4455.0, 4436.0, 4455.0, 4429.0, 4466.0, 4447.0, 4465.0, 4466.0, 4461.0, 4467.0, 4438.0, 4487.0, 4438.0, 4484.0, 4436.0, 4473.0, 4437.0, 4485.0, 4456.0, 4488.0, 4453.0, 4435.0, 4474.0, 4444.0, 4454.0, 4440.0, 4413.0, 4461.0, 4433.0, 4473.0, 4431.0, 4422.0, 4451.0, 4425.0, 4466.0, 4436.0, 4467.0, 4456.0, 4467.0, 4480.0, 4475.0, 4436.0, 4476.0, 4444.0, 4447.0, 4464.0, 4426.0, 4474.0, 4446.0, 4488.0, 4474.0, 4437.0, 4475.0, 4455.0, 4445.0, 4457.0, 4457.0, 4476.0, 4468.0, 4476.0, 4437.0, 4475.0, 4447.0, 4485.0, 4477.0, 4469.0, 4477.0, 4449.0, 4477.0, 4438.0, 4477.0, 4461.0, 4501.0, 4451.0, 4493.0, 4482.0, 4492.0, 4491.0, 4473.0, 4506.0, 4505.0, 4489.0, 4505.0, 4476.0, 4482.0, 4504.0, 4472.0, 4532.0, 4480.0, 4459.0, 4510.0, 4442.0, 4461.0, 4521.0, 4471.0, 4521.0, 4492.0, 4469.0, 4519.0, 4469.0, 4481.0, 4520.0, 4460.0, 4508.0, 4446.0, 4493.0, 4433.0, 4482.0, 4412.0, 4449.0, 4390.0, 4439.0, 4391.0, 4438.0, 4379.0, 4437.0, 4390.0, 4437.0, 4401.0, 4439.0, 4410.0, 4428.0, 4400.0, 4418.0, 4401.0, 4430.0, 4433.0, 4460.0, 4414.0, 4459.0, 4404.0, 4461.0, 4403.0, 4450.0, 4404.0, 4462.0, 4436.0, 4473.0, 4434.0, 4463.0, 4432.0, 4444.0, 4451.0, 4415.0, 4452.0, 4433.0, 4463.0, 4443.0, 4433.0, 4450.0, 4403.0, 4449.0, 4423.0, 4451.0, 4453.0, 4453.0, 4456.0, 4455.0, 4465.0, 4457.0, 4453.0, 4416.0, 4464.0, 4444.0, 4453.0, 4432.0, 4414.0, 4444.0, 4445.0, 4453.0, 4437.0, 4484.0, 4435.0, 4472.0, 4434.0, 4473.0, 4444.0, 4454.0, 4442.0, 4414.0, 4442.0, 4415.0, 4483.0, 4434.0, 4473.0, 4432.0, 4445.0, 4451.0, 4415.0, 4472.0, 4444.0, 4443.0, 4437.0, 4468.0, 4479.0, 4490.0, 4490.0, 4504.0, 4510.0, 4469.0, 4500.0, 4456.0, 4437.0, 4493.0, 4454.0, 4463.0, 4453.0, 4433.0, 4465.0, 4455.0, 4468.0, 4477.0, 4457.0, 4446.0, 4467.0, 4467.0, 4467.0, 4479.0, 4457.0, 4448.0, 4457.0, 4449.0, 4475.0, 4448.0, 4486.0, 4466.0, 4486.0, 4456.0, 4456.0, 4454.0, 4437.0, 4455.0, 4438.0, 4475.0, 4447.0, 4485.0, 4469.0, 4477.0, 4470.0, 4487.0, 4468.0, 4486.0, 4459.0, 4477.0, 4460.0, 4487.0, 4449.0, 4467.0, 4449.0, 4467.0, 4449.0, 4479.0, 4469.0, 4479.0, 4498.0, 4479.0, 4489.0, 4478.0, 4477.0, 4478.0, 4487.0, 4465.0, 4457.0, 4455.0, 4425.0, 4467.0, 4465.0, 4466.0, 4476.0, 4447.0, 4466.0, 4427.0, 4490.0, 4479.0, 4492.0, 4479.0, 4472.0, 4459.0, 4499.0, 4459.0, 4482.0, 4485.0, 4467.0, 4531.0, 4449.0, 4497.0, 4489.0, 4470.0, 4519.0, 4490.0, 4471.0, 4531.0, 4521.0, 4480.0, 4518.0, 4497.0, 4455.0, 4505.0, 4484.0, 4473.0, 4483.0, 4421.0, 4491.0, 4420.0, 4400.0, 4460.0, 4410.0, 4398.0, 4418.0, 4387.0, 4423.0, 4422.0, 4409.0, 4410.0, 4408.0, 4429.0, 4419.0, 4422.0, 4434.0, 4435.0, 4415.0, 4432.0, 4416.0, 4451.0, 4414.0, 4441.0, 4403.0, 4441.0, 4425.0, 4440.0, 4412.0, 4440.0, 4421.0, 4432.0, 4430.0, 4412.0, 4459.0, 4390.0, 4448.0, 4410.0, 4440.0, 4407.0, 4400.0, 4447.0, 4388.0, 4416.0, 4387.0, 4401.0, 4416.0, 4388.0, 4436.0, 4398.0, 4419.0, 4407.0, 4401.0, 4449.0, 4391.0, 4449.0, 4420.0, 4430.0, 4437.0, 4401.0, 4427.0, 4390.0, 4438.0, 4408.0, 4411.0, 4458.0, 4389.0, 4427.0, 4409.0, 4440.0, 4418.0, 4400.0, 4448.0, 4409.0, 4387.0, 4430.0, 4422.0, 4439.0, 4402.0, 4451.0, 4423.0, 4461.0, 4442.0, 4436.0, 4452.0, 4404.0, 4473.0, 4432.0, 4433.0, 4431.0, 4413.0, 4432.0, 4414.0, 4442.0, 4404.0, 4442.0, 4415.0, 4472.0, 4422.0, 4472.0, 4432.0, 4411.0, 4442.0, 4455.0, 4451.0, 4404.0, 4462.0, 4441.0, 4432.0, 4431.0, 4412.0, 4431.0, 4413.0, 4454.0, 4435.0, 4434.0, 4435.0, 4445.0, 4448.0, 4483.0, 4414.0, 4472.0, 4442.0, 4463.0, 4431.0, 4404.0, 4441.0, 4414.0, 4462.0, 4444.0, 4455.0, 4444.0, 4415.0, 4443.0, 4424.0, 4455.0, 4425.0, 4466.0, 4479.0, 4456.0, 4427.0, 4475.0, 4455.0, 4445.0, 4442.0, 4414.0, 4461.0, 4423.0, 4452.0, 4433.0, 4434.0, 4422.0, 4425.0, 4453.0, 4416.0, 4434.0, 4427.0, 4436.0, 4439.0, 4487.0, 4447.0, 4488.0, 4447.0, 4435.0, 4456.0, 4455.0, 4458.0, 4478.0, 4459.0, 4468.0, 4436.0, 4457.0, 4463.0, 4425.0, 4463.0, 4443.0, 4465.0, 4432.0, 4414.0, 4472.0, 4434.0, 4453.0, 4444.0, 4446.0, 4434.0, 4425.0, 4424.0, 4466.0, 4446.0, 4469.0, 4476.0, 4438.0, 4475.0, 4446.0, 4475.0, 4456.0, 4467.0, 4446.0, 4428.0, 4446.0, 4429.0, 4487.0, 4455.0, 4487.0, 4483.0, 4425.0, 4473.0, 4445.0, 4485.0, 4433.0, 4425.0, 4462.0, 4414.0, 4461.0, 4425.0, 4473.0, 4444.0, 4455.0, 4423.0, 4425.0, 4452.0, 4426.0, 4472.0, 4433.0, 4462.0, 4423.0, 4442.0, 4433.0, 4455.0, 4451.0, 4414.0, 4472.0, 4424.0, 4461.0, 4433.0, 4453.0, 4411.0, 4412.0, 4421.0, 4432.0, 4424.0, 4424.0, 4455.0, 4478.0, 4425.0, 4436.0, 4442.0, 4434.0, 4434.0, 4433.0, 4447.0, 4445.0, 4469.0, 4487.0, 4435.0, 4463.0, 4434.0, 4465.0, 4423.0, 4445.0, 4453.0, 4425.0, 4461.0, 4423.0, 4471.0, 4423.0, 4462.0, 4423.0, 4443.0, 4435.0, 4463.0, 4436.0, 4465.0, 4446.0, 4446.0, 4447.0, 4478.0, 4435.0, 4427.0, 4495.0, 4435.0, 4474.0, 4444.0, 4476.0, 4444.0, 4426.0, 4493.0, 4424.0, 4462.0, 4425.0, 4463.0, 4436.0, 4475.0, 4435.0, 4445.0, 4435.0, 4465.0, 4424.0, 4447.0, 4494.0, 4424.0, 4472.0, 4424.0, 4472.0, 4423.0, 4464.0, 4422.0, 4424.0, 4422.0, 4424.0, 4471.0, 4424.0, 4462.0, 4445.0, 4455.0, 4435.0, 4444.0, 4445.0, 4465.0, 4457.0, 4466.0, 4447.0, 4465.0, 4447.0, 4465.0, 4448.0, 4465.0, 4436.0, 4424.0, 4437.0, 4473.0, 4436.0, 4494.0, 4425.0, 4472.0, 4425.0, 4472.0, 4434.0, 4472.0, 4435.0, 4444.0, 4446.0, 4446.0, 4457.0, 4458.0, 4478.0, 4450.0, 4458.0, 4450.0, 4480.0, 4500.0, 4470.0, 4460.0, 4488.0, 4471.0, 4465.0, 4491.0, 4471.0, 4531.0, 4510.0, 4459.0, 4509.0, 4483.0, 4450.0, 4499.0, 4438.0, 4508.0, 4457.0, 4496.0, 4486.0, 4493.0, 4454.0, 4470.0, 4443.0, 4451.0, 4430.0, 4400.0, 4420.0, 4410.0, 4400.0, 4401.0, 4420.0, 4424.0, 4421.0, 4409.0, 4401.0, 4398.0, 4411.0, 4467.0, 4400.0, 4437.0, 4400.0, 4408.0, 4389.0, 4401.0, 4438.0, 4388.0, 4437.0, 4388.0, 4418.0, 4376.0, 4408.0, 4435.0, 4399.0, 4428.0, 4388.0, 4399.0, 4385.0, 4399.0, 4439.0, 4399.0, 4411.0, 4397.0, 4399.0, 4436.0, 4388.0, 4439.0, 4386.0, 4399.0, 4426.0, 4388.0, 4437.0, 4408.0, 4409.0, 4406.0, 4399.0, 4437.0, 4389.0, 4408.0, 4419.0, 4410.0, 4408.0, 4401.0, 4459.0, 4400.0, 4461.0, 4400.0, 4412.0, 4449.0, 4401.0, 4439.0, 4402.0, 4451.0, 4431.0, 4453.0, 4420.0, 4412.0, 4459.0, 4401.0, 4451.0, 4410.0, 4412.0, 4449.0, 4390.0, 4449.0, 4419.0, 4422.0, 4428.0, 4401.0, 4449.0, 4411.0, 4461.0, 4409.0, 4412.0, 4439.0, 4412.0, 4440.0, 4423.0, 4441.0, 4443.0, 4466.0, 4443.0, 4416.0, 4462.0, 4433.0, 4452.0, 4433.0, 4413.0, 4432.0, 4414.0, 4460.0, 4423.0, 4452.0, 4444.0, 4434.0, 4443.0, 4426.0, 4463.0, 4435.0, 4453.0, 4454.0, 4456.0, 4465.0, 4439.0, 4463.0, 4447.0, 4465.0, 4448.0, 4476.0, 4458.0, 4465.0, 4468.0, 4478.0, 4467.0, 4446.0, 4465.0, 4468.0, 4477.0, 4429.0, 4465.0, 4426.0, 4464.0, 4455.0, 4487.0, 4464.0, 4416.0, 4463.0, 4427.0, 4486.0, 4447.0, 4486.0, 4445.0, 4425.0, 4442.0, 4425.0, 4452.0, 4415.0, 4443.0, 4426.0, 4455.0, 4436.0, 4456.0, 4459.0, 4465.0, 4437.0, 4475.0, 4436.0, 4474.0, 4427.0, 4484.0, 4456.0, 4486.0, 4445.0, 4425.0, 4443.0, 4425.0, 4452.0, 4415.0, 4473.0, 4434.0, 4462.0, 4433.0, 4462.0, 4442.0, 4463.0, 4433.0, 4434.0, 4433.0, 4413.0, 4455.0, 4477.0, 4442.0, 4424.0, 4472.0, 4422.0, 4452.0, 4432.0, 4452.0, 4440.0, 4412.0, 4440.0, 4412.0, 4441.0, 4414.0, 4441.0, 4415.0, 4472.0, 4424.0, 4462.0, 4424.0, 4462.0, 4425.0, 4463.0, 4426.0, 4464.0, 4425.0, 4461.0, 4415.0, 4462.0, 4433.0, 4473.0, 4432.0, 4422.0, 4420.0, 4410.0, 4442.0, 4431.0, 4445.0, 4464.0, 4435.0, 4452.0, 4434.0, 4462.0, 4443.0, 4464.0, 4431.0, 4423.0, 4440.0, 4412.0, 4450.0, 4402.0, 4460.0, 4432.0, 4461.0, 4420.0, 4413.0, 4430.0, 4402.0, 4439.0, 4413.0, 4441.0, 4414.0, 4453.0, 4436.0, 4453.0, 4427.0, 4474.0, 4426.0, 4472.0, 4436.0, 4467.0, 4456.0, 4468.0, 4467.0, 4493.0, 4499.0, 4438.0, 4484.0, 4455.0, 4497.0, 4453.0, 4456.0, 4453.0, 4423.0, 4442.0, 4444.0, 4443.0, 4456.0, 4446.0, 4446.0, 4445.0, 4456.0, 4444.0, 4457.0, 4445.0, 4427.0, 4484.0, 4415.0, 4473.0, 4434.0, 4473.0, 4454.0, 4463.0, 4444.0, 4454.0, 4443.0, 4444.0, 4444.0, 4434.0, 4446.0, 4465.0, 4448.0, 4465.0, 4438.0, 4465.0, 4458.0, 4455.0, 4467.0, 4454.0, 4456.0, 4473.0, 4434.0, 4472.0, 4433.0, 4443.0, 4416.0, 4456.0, 4455.0, 4437.0, 4478.0, 4490.0, 4472.0, 4521.0, 4471.0, 4472.0, 4449.0, 4470.0, 4498.0, 4439.0, 4448.0, 4450.0, 4459.0, 4497.0, 4438.0, 4469.0, 4461.0, 4470.0, 4498.0, 4449.0, 4508.0, 4458.0, 4497.0, 4448.0, 4496.0, 4448.0, 4507.0, 4438.0, 4494.0, 4434.0, 4472.0, 4412.0, 4463.0, 4421.0, 4402.0, 4412.0, 4400.0, 4421.0, 4411.0, 4420.0, 4434.0, 4420.0, 4411.0, 4438.0, 4400.0, 4449.0, 4408.0, 4400.0, 4450.0, 4400.0, 4439.0, 4410.0, 4409.0, 4416.0, 4399.0, 4438.0, 4409.0, 4419.0, 4398.0, 4400.0, 4446.0, 4389.0, 4437.0, 4378.0, 4399.0, 4435.0, 4387.0, 4416.0, 4374.0, 4397.0, 4425.0, 4397.0, 4419.0, 4396.0, 4409.0, 4436.0, 4398.0, 4428.0, 4408.0, 4410.0, 4447.0, 4400.0, 4448.0, 4398.0, 4411.0, 4407.0, 4399.0, 4437.0, 4397.0, 4418.0, 4397.0, 4400.0, 4457.0, 4409.0, 4439.0, 4398.0, 4400.0, 4417.0, 4411.0, 4439.0, 4430.0, 4442.0, 4438.0, 4410.0, 4429.0, 4413.0, 4440.0, 4443.0, 4453.0, 4411.0, 4422.0, 4430.0, 4413.0, 4461.0, 4423.0, 4475.0, 4421.0, 4423.0, 4470.0, 4412.0, 4460.0, 4432.0, 4463.0, 4430.0, 4412.0, 4460.0, 4440.0, 4444.0, 4430.0, 4403.0, 4452.0, 4434.0, 4456.0, 4445.0, 4457.0, 4488.0, 4472.0, 4423.0, 4472.0, 4430.0, 4421.0, 4469.0, 4401.0, 4448.0, 4408.0, 4410.0, 4437.0, 4409.0, 4419.0, 4412.0, 4441.0, 4454.0, 4455.0, 4443.0, 4447.0, 4475.0, 4456.0, 4445.0, 4455.0, 4436.0, 4454.0, 4435.0, 4464.0, 4454.0, 4455.0, 4445.0, 4437.0, 4483.0, 4435.0, 4474.0, 4443.0, 4434.0, 4442.0, 4434.0, 4452.0, 4436.0, 4474.0, 4455.0, 4474.0, 4466.0, 4424.0, 4466.0, 4456.0, 4478.0, 4467.0, 4490.0, 4478.0, 4469.0, 4499.0, 4466.0, 4449.0, 4505.0, 4446.0, 4494.0, 4446.0, 4473.0, 4446.0, 4474.0, 4455.0, 4476.0, 4443.0, 4425.0, 4452.0, 4425.0, 4474.0, 4456.0, 4473.0, 4454.0, 4454.0, 4457.0, 4476.0, 4448.0, 4490.0, 4494.0, 4484.0, 4483.0, 4492.0, 4482.0, 4510.0, 4463.0, 4509.0, 4481.0, 4489.0, 4468.0, 4458.0, 4497.0, 4446.0, 4485.0, 4449.0, 4498.0, 4448.0, 4446.0, 4457.0, 4439.0, 4495.0, 4425.0, 4483.0, 4456.0, 4496.0, 4447.0, 4482.0, 4411.0, 4461.0, 4402.0, 4451.0, 4401.0, 4450.0, 4411.0, 4448.0, 4400.0, 4429.0, 4399.0, 4428.0, 4401.0, 4449.0, 4400.0, 4448.0, 4389.0, 4430.0, 4397.0, 4398.0, 4465.0, 4387.0, 4446.0, 4397.0, 4408.0, 4397.0, 4409.0, 4406.0, 4399.0, 4428.0, 4398.0, 4406.0, 4386.0, 4397.0, 4395.0, 4397.0, 4415.0, 4409.0, 4418.0, 4397.0, 4420.0, 4436.0, 4400.0, 4428.0, 4399.0, 4420.0, 4407.0, 4410.0, 4438.0, 4410.0, 4419.0, 4398.0, 4411.0, 4447.0, 4398.0, 4447.0, 4386.0, 4398.0, 4434.0, 4386.0, 4434.0, 4405.0, 4397.0, 4415.0, 4408.0, 4435.0, 4407.0, 4408.0, 4417.0, 4411.0, 4438.0, 4411.0, 4438.0, 4440.0, 4430.0, 4424.0, 4433.0, 4431.0, 4434.0, 4470.0, 4411.0, 4449.0, 4421.0, 4441.0, 4431.0, 4433.0, 4440.0, 4402.0, 4429.0, 4412.0, 4441.0, 4442.0, 4441.0, 4441.0, 4412.0, 4453.0, 4435.0, 4483.0, 4433.0, 4461.0, 4441.0, 4432.0, 4430.0, 4423.0, 4459.0, 4412.0, 4459.0, 4442.0, 4452.0, 4439.0, 4412.0, 4439.0, 4401.0, 4460.0, 4433.0, 4452.0, 4441.0, 4422.0, 4450.0, 4402.0, 4452.0, 4426.0, 4473.0, 4452.0, 4464.0, 4451.0, 4412.0, 4459.0, 4422.0, 4460.0, 4430.0, 4431.0, 4440.0, 4411.0, 4449.0, 4413.0, 4460.0, 4423.0, 4462.0, 4443.0, 4474.0, 4441.0, 4423.0, 4480.0, 4422.0, 4460.0, 4450.0, 4443.0, 4450.0, 4413.0, 4450.0, 4422.0, 4462.0, 4414.0, 4475.0, 4467.0, 4464.0, 4447.0, 4494.0, 4453.0, 4462.0, 4452.0, 4454.0, 4451.0, 4414.0, 4481.0, 4442.0, 4452.0, 4441.0, 4413.0, 4470.0, 4432.0, 4461.0, 4440.0, 4411.0, 4462.0, 4423.0, 4474.0, 4447.0, 4464.0, 4436.0, 4463.0, 4446.0, 4475.0, 4463.0, 4445.0, 4453.0, 4425.0, 4462.0, 4425.0, 4484.0, 4464.0, 4465.0, 4464.0, 4456.0, 4472.0, 4433.0, 4472.0, 4454.0, 4463.0, 4446.0, 4464.0, 4464.0, 4455.0, 4462.0, 4424.0, 4471.0, 4423.0, 4471.0, 4442.0, 4462.0, 4443.0, 4462.0, 4463.0, 4474.0, 4452.0, 4414.0, 4461.0, 4413.0, 4482.0, 4432.0, 4461.0, 4452.0, 4463.0, 4460.0, 4412.0, 4460.0, 4442.0, 4450.0, 4433.0, 4462.0, 4436.0, 4474.0, 4455.0, 4463.0, 4464.0, 4476.0, 4463.0, 4425.0, 4483.0, 4444.0, 4472.0, 4451.0, 4474.0, 4461.0, 4423.0, 4481.0, 4441.0, 4440.0, 4452.0, 4441.0, 4462.0, 4444.0, 4453.0, 4413.0, 4462.0, 4445.0, 4462.0, 4435.0, 4463.0, 4425.0, 4473.0, 4435.0, 4463.0, 4425.0, 4483.0, 4453.0, 4474.0, 4453.0, 4453.0, 4450.0, 4414.0, 4462.0, 4424.0, 4462.0, 4425.0, 4462.0, 4425.0, 4474.0, 4445.0, 4473.0, 4445.0, 4473.0, 4454.0, 4474.0, 4451.0, 4424.0, 4470.0, 4422.0, 4460.0, 4442.0, 4473.0, 4452.0, 4443.0, 4450.0, 4403.0, 4460.0, 4441.0, 4461.0, 4451.0, 4421.0, 4452.0, 4444.0, 4450.0, 4423.0, 4451.0, 4444.0, 4462.0, 4445.0, 4463.0, 4445.0, 4474.0, 4454.0, 4454.0, 4454.0, 4434.0, 4465.0, 4466.0, 4454.0, 4456.0, 4473.0, 4414.0, 4472.0, 4443.0, 4484.0, 4442.0, 4423.0, 4442.0, 4412.0, 4464.0, 4443.0, 4465.0, 4464.0, 4465.0, 4464.0, 4465.0, 4487.0, 4463.0, 4445.0, 4482.0, 4434.0, 4472.0, 4443.0, 4472.0, 4451.0, 4463.0, 4461.0, 4412.0, 4462.0, 4423.0, 4476.0, 4486.0, 4479.0, 4486.0, 4468.0, 4485.0, 4466.0, 4475.0, 4465.0, 4464.0, 4454.0, 4473.0, 4454.0, 4463.0, 4464.0, 4463.0, 4455.0, 4461.0, 4435.0, 4474.0, 4437.0, 4474.0, 4436.0, 4476.0, 4485.0, 4468.0, 4487.0, 4449.0], 'WindowWidth': [9935.0, 9790.0, 9852.0, 9771.0, 9790.0, 9772.0, 9711.0, 9783.0, 9732.0, 9753.0, 9759.0, 9752.0, 9752.0, 9706.0, 9794.0, 9765.0, 9723.0, 9765.0, 9720.0, 9769.0, 9760.0, 9769.0, 9766.0, 9743.0, 9785.0, 9766.0, 9771.0, 9769.0, 9727.0, 9775.0, 9780.0, 9758.0, 9778.0, 9753.0, 9800.0, 9775.0, 9795.0, 9799.0, 9804.0, 9804.0, 9767.0, 9833.0, 9767.0, 9819.0, 9759.0, 9804.0, 9761.0, 9823.0, 9783.0, 9833.0, 9775.0, 9752.0, 9808.0, 9762.0, 9776.0, 9750.0, 9722.0, 9784.0, 9746.0, 9804.0, 9739.0, 9734.0, 9769.0, 9742.0, 9801.0, 9760.0, 9804.0, 9786.0, 9805.0, 9827.0, 9810.0, 9760.0, 9815.0, 9766.0, 9774.0, 9794.0, 9744.0, 9806.0, 9774.0, 9834.0, 9807.0, 9762.0, 9809.0, 9785.0, 9769.0, 9790.0, 9788.0, 9814.0, 9809.0, 9813.0, 9762.0, 9810.0, 9775.0, 9823.0, 9815.0, 9808.0, 9818.0, 9783.0, 9817.0, 9766.0, 9818.0, 9807.0, 9859.0, 9792.0, 9854.0, 9837.0, 9851.0, 9848.0, 9827.0, 9876.0, 9874.0, 9860.0, 9874.0, 9833.0, 9836.0, 9872.0, 9822.0, 9906.0, 9829.0, 9797.0, 9872.0, 9778.0, 9805.0, 9889.0, 9819.0, 9885.0, 9847.0, 9810.0, 9879.0, 9810.0, 9828.0, 9884.0, 9799.0, 9862.0, 9769.0, 9837.0, 9746.0, 9814.0, 9715.0, 9760.0, 9682.0, 9745.0, 9683.0, 9742.0, 9663.0, 9738.0, 9681.0, 9738.0, 9696.0, 9743.0, 9709.0, 9727.0, 9693.0, 9716.0, 9698.0, 9736.0, 9746.0, 9775.0, 9721.0, 9776.0, 9708.0, 9781.0, 9705.0, 9763.0, 9708.0, 9783.0, 9755.0, 9800.0, 9748.0, 9788.0, 9742.0, 9760.0, 9766.0, 9724.0, 9772.0, 9743.0, 9785.0, 9758.0, 9746.0, 9762.0, 9706.0, 9761.0, 9732.0, 9765.0, 9773.0, 9772.0, 9784.0, 9779.0, 9795.0, 9786.0, 9774.0, 9728.0, 9791.0, 9761.0, 9774.0, 9743.0, 9722.0, 9763.0, 9769.0, 9774.0, 9758.0, 9819.0, 9750.0, 9797.0, 9749.0, 9799.0, 9762.0, 9779.0, 9756.0, 9721.0, 9754.0, 9727.0, 9817.0, 9748.0, 9801.0, 9743.0, 9767.0, 9768.0, 9725.0, 9798.0, 9764.0, 9764.0, 9765.0, 9806.0, 9825.0, 9842.0, 9841.0, 9868.0, 9870.0, 9809.0, 9855.0, 9784.0, 9762.0, 9830.0, 9778.0, 9787.0, 9775.0, 9747.0, 9796.0, 9781.0, 9805.0, 9816.0, 9790.0, 9772.0, 9803.0, 9802.0, 9804.0, 9822.0, 9788.0, 9780.0, 9787.0, 9780.0, 9810.0, 9779.0, 9828.0, 9800.0, 9825.0, 9784.0, 9787.0, 9780.0, 9763.0, 9781.0, 9765.0, 9810.0, 9774.0, 9823.0, 9810.0, 9817.0, 9814.0, 9831.0, 9808.0, 9828.0, 9797.0, 9817.0, 9800.0, 9832.0, 9782.0, 9804.0, 9784.0, 9804.0, 9782.0, 9824.0, 9808.0, 9823.0, 9848.0, 9824.0, 9837.0, 9821.0, 9816.0, 9818.0, 9830.0, 9795.0, 9788.0, 9782.0, 9744.0, 9805.0, 9797.0, 9799.0, 9815.0, 9777.0, 9801.0, 9751.0, 9842.0, 9825.0, 9851.0, 9827.0, 9822.0, 9797.0, 9851.0, 9796.0, 9836.0, 9846.0, 9825.0, 9905.0, 9785.0, 9848.0, 9840.0, 9815.0, 9880.0, 9843.0, 9818.0, 9903.0, 9891.0, 9828.0, 9882.0, 9850.0, 9783.0, 9856.0, 9824.0, 9804.0, 9822.0, 9728.0, 9829.0, 9726.0, 9697.0, 9777.0, 9708.0, 9690.0, 9715.0, 9671.0, 9737.0, 9733.0, 9707.0, 9711.0, 9703.0, 9735.0, 9721.0, 9731.0, 9751.0, 9755.0, 9728.0, 9745.0, 9730.0, 9769.0, 9722.0, 9752.0, 9704.0, 9753.0, 9740.0, 9750.0, 9715.0, 9751.0, 9727.0, 9745.0, 9737.0, 9714.0, 9774.0, 9681.0, 9756.0, 9706.0, 9750.0, 9699.0, 9696.0, 9752.0, 9675.0, 9709.0, 9670.0, 9698.0, 9708.0, 9675.0, 9734.0, 9687.0, 9719.0, 9699.0, 9698.0, 9758.0, 9683.0, 9756.0, 9719.0, 9735.0, 9739.0, 9697.0, 9726.0, 9682.0, 9743.0, 9701.0, 9710.0, 9770.0, 9676.0, 9723.0, 9704.0, 9749.0, 9713.0, 9695.0, 9755.0, 9703.0, 9673.0, 9737.0, 9729.0, 9744.0, 9703.0, 9765.0, 9730.0, 9780.0, 9755.0, 9755.0, 9768.0, 9710.0, 9802.0, 9743.0, 9746.0, 9740.0, 9718.0, 9741.0, 9725.0, 9758.0, 9711.0, 9756.0, 9725.0, 9801.0, 9730.0, 9797.0, 9742.0, 9714.0, 9758.0, 9780.0, 9767.0, 9708.0, 9784.0, 9754.0, 9742.0, 9739.0, 9715.0, 9742.0, 9722.0, 9778.0, 9755.0, 9751.0, 9755.0, 9768.0, 9778.0, 9817.0, 9724.0, 9797.0, 9756.0, 9789.0, 9741.0, 9710.0, 9754.0, 9723.0, 9785.0, 9763.0, 9780.0, 9762.0, 9728.0, 9762.0, 9737.0, 9781.0, 9744.0, 9800.0, 9823.0, 9785.0, 9747.0, 9808.0, 9779.0, 9769.0, 9757.0, 9723.0, 9782.0, 9735.0, 9771.0, 9746.0, 9752.0, 9732.0, 9742.0, 9777.0, 9730.0, 9752.0, 9748.0, 9757.0, 9769.0, 9829.0, 9776.0, 9831.0, 9774.0, 9755.0, 9785.0, 9782.0, 9794.0, 9819.0, 9797.0, 9806.0, 9760.0, 9790.0, 9788.0, 9741.0, 9788.0, 9761.0, 9794.0, 9744.0, 9725.0, 9799.0, 9752.0, 9774.0, 9764.0, 9772.0, 9751.0, 9742.0, 9741.0, 9801.0, 9776.0, 9812.0, 9816.0, 9766.0, 9810.0, 9773.0, 9809.0, 9786.0, 9805.0, 9771.0, 9751.0, 9771.0, 9754.0, 9830.0, 9782.0, 9832.0, 9817.0, 9740.0, 9802.0, 9767.0, 9825.0, 9747.0, 9743.0, 9786.0, 9725.0, 9784.0, 9743.0, 9805.0, 9765.0, 9783.0, 9736.0, 9741.0, 9773.0, 9742.0, 9801.0, 9747.0, 9784.0, 9733.0, 9758.0, 9747.0, 9782.0, 9770.0, 9723.0, 9802.0, 9738.0, 9782.0, 9747.0, 9778.0, 9715.0, 9720.0, 9730.0, 9746.0, 9740.0, 9738.0, 9784.0, 9821.0, 9743.0, 9758.0, 9760.0, 9753.0, 9752.0, 9750.0, 9779.0, 9773.0, 9813.0, 9832.0, 9756.0, 9789.0, 9752.0, 9798.0, 9737.0, 9771.0, 9776.0, 9741.0, 9782.0, 9736.0, 9798.0, 9736.0, 9784.0, 9737.0, 9761.0, 9755.0, 9790.0, 9758.0, 9795.0, 9774.0, 9771.0, 9774.0, 9821.0, 9754.0, 9748.0, 9838.0, 9756.0, 9804.0, 9766.0, 9814.0, 9763.0, 9744.0, 9831.0, 9739.0, 9785.0, 9742.0, 9789.0, 9759.0, 9811.0, 9756.0, 9768.0, 9756.0, 9798.0, 9738.0, 9777.0, 9834.0, 9739.0, 9799.0, 9737.0, 9801.0, 9735.0, 9793.0, 9733.0, 9738.0, 9730.0, 9738.0, 9797.0, 9740.0, 9789.0, 9771.0, 9784.0, 9757.0, 9767.0, 9772.0, 9796.0, 9791.0, 9800.0, 9777.0, 9799.0, 9778.0, 9797.0, 9782.0, 9798.0, 9760.0, 9741.0, 9762.0, 9806.0, 9760.0, 9838.0, 9742.0, 9801.0, 9741.0, 9801.0, 9754.0, 9802.0, 9756.0, 9768.0, 9773.0, 9776.0, 9792.0, 9795.0, 9822.0, 9788.0, 9795.0, 9787.0, 9828.0, 9855.0, 9813.0, 9802.0, 9836.0, 9818.0, 9821.0, 9847.0, 9817.0, 9901.0, 9870.0, 9797.0, 9868.0, 9837.0, 9787.0, 9853.0, 9766.0, 9865.0, 9789.0, 9840.0, 9828.0, 9829.0, 9776.0, 9792.0, 9760.0, 9766.0, 9736.0, 9697.0, 9724.0, 9707.0, 9694.0, 9697.0, 9723.0, 9737.0, 9727.0, 9707.0, 9699.0, 9690.0, 9711.0, 9783.0, 9694.0, 9742.0, 9694.0, 9703.0, 9677.0, 9699.0, 9742.0, 9676.0, 9738.0, 9676.0, 9715.0, 9655.0, 9702.0, 9731.0, 9692.0, 9727.0, 9675.0, 9693.0, 9666.0, 9693.0, 9746.0, 9691.0, 9713.0, 9684.0, 9691.0, 9736.0, 9675.0, 9746.0, 9668.0, 9691.0, 9720.0, 9675.0, 9737.0, 9699.0, 9707.0, 9693.0, 9690.0, 9739.0, 9676.0, 9701.0, 9719.0, 9711.0, 9703.0, 9700.0, 9776.0, 9696.0, 9779.0, 9694.0, 9717.0, 9759.0, 9698.0, 9747.0, 9705.0, 9767.0, 9740.0, 9773.0, 9723.0, 9716.0, 9774.0, 9699.0, 9766.0, 9707.0, 9716.0, 9759.0, 9683.0, 9759.0, 9718.0, 9728.0, 9729.0, 9698.0, 9758.0, 9713.0, 9782.0, 9706.0, 9715.0, 9747.0, 9715.0, 9749.0, 9732.0, 9754.0, 9760.0, 9798.0, 9758.0, 9728.0, 9784.0, 9745.0, 9769.0, 9746.0, 9718.0, 9742.0, 9724.0, 9778.0, 9732.0, 9770.0, 9761.0, 9750.0, 9759.0, 9745.0, 9786.0, 9754.0, 9775.0, 9780.0, 9783.0, 9793.0, 9767.0, 9791.0, 9773.0, 9793.0, 9776.0, 9809.0, 9792.0, 9797.0, 9805.0, 9817.0, 9798.0, 9769.0, 9794.0, 9805.0, 9815.0, 9753.0, 9793.0, 9743.0, 9790.0, 9779.0, 9828.0, 9792.0, 9731.0, 9787.0, 9746.0, 9828.0, 9776.0, 9825.0, 9766.0, 9740.0, 9757.0, 9741.0, 9772.0, 9726.0, 9762.0, 9744.0, 9780.0, 9759.0, 9784.0, 9794.0, 9797.0, 9761.0, 9810.0, 9759.0, 9806.0, 9748.0, 9821.0, 9783.0, 9828.0, 9765.0, 9742.0, 9759.0, 9741.0, 9771.0, 9726.0, 9802.0, 9748.0, 9783.0, 9747.0, 9783.0, 9759.0, 9789.0, 9746.0, 9750.0, 9747.0, 9720.0, 9780.0, 9814.0, 9758.0, 9734.0, 9798.0, 9729.0, 9766.0, 9741.0, 9771.0, 9748.0, 9717.0, 9750.0, 9717.0, 9753.0, 9725.0, 9755.0, 9726.0, 9799.0, 9736.0, 9784.0, 9737.0, 9785.0, 9740.0, 9787.0, 9746.0, 9792.0, 9740.0, 9783.0, 9725.0, 9785.0, 9746.0, 9804.0, 9743.0, 9729.0, 9724.0, 9711.0, 9758.0, 9742.0, 9767.0, 9791.0, 9753.0, 9772.0, 9751.0, 9785.0, 9760.0, 9791.0, 9739.0, 9732.0, 9750.0, 9716.0, 9762.0, 9704.0, 9777.0, 9743.0, 9782.0, 9725.0, 9718.0, 9735.0, 9703.0, 9749.0, 9720.0, 9756.0, 9724.0, 9775.0, 9758.0, 9776.0, 9750.0, 9808.0, 9743.0, 9800.0, 9759.0, 9802.0, 9788.0, 9808.0, 9805.0, 9850.0, 9854.0, 9764.0, 9819.0, 9780.0, 9842.0, 9774.0, 9783.0, 9774.0, 9733.0, 9757.0, 9766.0, 9762.0, 9784.0, 9770.0, 9772.0, 9767.0, 9784.0, 9764.0, 9789.0, 9767.0, 9746.0, 9818.0, 9727.0, 9800.0, 9750.0, 9801.0, 9776.0, 9788.0, 9763.0, 9778.0, 9759.0, 9765.0, 9766.0, 9753.0, 9772.0, 9795.0, 9778.0, 9797.0, 9764.0, 9796.0, 9791.0, 9782.0, 9801.0, 9778.0, 9787.0, 9803.0, 9752.0, 9801.0, 9749.0, 9763.0, 9731.0, 9784.0, 9782.0, 9761.0, 9820.0, 9840.0, 9821.0, 9887.0, 9818.0, 9821.0, 9783.0, 9816.0, 9849.0, 9770.0, 9781.0, 9786.0, 9797.0, 9844.0, 9766.0, 9808.0, 9805.0, 9814.0, 9848.0, 9780.0, 9860.0, 9793.0, 9842.0, 9777.0, 9841.0, 9779.0, 9858.0, 9764.0, 9839.0, 9748.0, 9801.0, 9717.0, 9790.0, 9727.0, 9700.0, 9713.0, 9697.0, 9727.0, 9712.0, 9723.0, 9750.0, 9720.0, 9710.0, 9740.0, 9695.0, 9759.0, 9700.0, 9694.0, 9764.0, 9695.0, 9743.0, 9706.0, 9706.0, 9709.0, 9693.0, 9745.0, 9705.0, 9718.0, 9687.0, 9693.0, 9750.0, 9676.0, 9738.0, 9659.0, 9692.0, 9734.0, 9670.0, 9709.0, 9647.0, 9686.0, 9719.0, 9686.0, 9719.0, 9682.0, 9704.0, 9734.0, 9688.0, 9728.0, 9702.0, 9710.0, 9755.0, 9696.0, 9755.0, 9689.0, 9712.0, 9697.0, 9693.0, 9737.0, 9686.0, 9716.0, 9683.0, 9694.0, 9767.0, 9702.0, 9746.0, 9687.0, 9694.0, 9711.0, 9711.0, 9747.0, 9737.0, 9757.0, 9743.0, 9711.0, 9731.0, 9719.0, 9752.0, 9760.0, 9777.0, 9713.0, 9731.0, 9736.0, 9721.0, 9780.0, 9734.0, 9807.0, 9727.0, 9734.0, 9792.0, 9717.0, 9779.0, 9744.0, 9789.0, 9737.0, 9717.0, 9780.0, 9751.0, 9761.0, 9738.0, 9706.0, 9771.0, 9754.0, 9787.0, 9772.0, 9790.0, 9834.0, 9801.0, 9734.0, 9801.0, 9735.0, 9727.0, 9789.0, 9697.0, 9759.0, 9702.0, 9709.0, 9739.0, 9708.0, 9719.0, 9719.0, 9754.0, 9779.0, 9783.0, 9762.0, 9774.0, 9809.0, 9785.0, 9768.0, 9781.0, 9760.0, 9776.0, 9756.0, 9791.0, 9779.0, 9784.0, 9768.0, 9761.0, 9818.0, 9753.0, 9807.0, 9763.0, 9753.0, 9758.0, 9753.0, 9771.0, 9757.0, 9808.0, 9783.0, 9807.0, 9801.0, 9740.0, 9801.0, 9787.0, 9821.0, 9805.0, 9841.0, 9821.0, 9809.0, 9853.0, 9800.0, 9781.0, 9852.0, 9771.0, 9835.0, 9770.0, 9804.0, 9771.0, 9807.0, 9784.0, 9815.0, 9761.0, 9740.0, 9771.0, 9742.0, 9806.0, 9785.0, 9803.0, 9778.0, 9780.0, 9789.0, 9816.0, 9782.0, 9842.0, 9860.0, 9844.0, 9841.0, 9849.0, 9834.0, 9870.0, 9811.0, 9868.0, 9830.0, 9839.0, 9807.0, 9793.0, 9847.0, 9774.0, 9824.0, 9783.0, 9847.0, 9780.0, 9772.0, 9791.0, 9768.0, 9839.0, 9742.0, 9817.0, 9786.0, 9845.0, 9774.0, 9815.0, 9713.0, 9779.0, 9702.0, 9766.0, 9700.0, 9764.0, 9713.0, 9757.0, 9696.0, 9733.0, 9692.0, 9730.0, 9698.0, 9759.0, 9697.0, 9757.0, 9679.0, 9736.0, 9684.0, 9689.0, 9775.0, 9672.0, 9748.0, 9685.0, 9702.0, 9685.0, 9704.0, 9696.0, 9690.0, 9728.0, 9688.0, 9696.0, 9665.0, 9684.0, 9675.0, 9683.0, 9707.0, 9705.0, 9717.0, 9688.0, 9723.0, 9738.0, 9696.0, 9732.0, 9692.0, 9722.0, 9699.0, 9710.0, 9743.0, 9709.0, 9718.0, 9690.0, 9714.0, 9753.0, 9689.0, 9753.0, 9668.0, 9687.0, 9730.0, 9669.0, 9729.0, 9692.0, 9686.0, 9702.0, 9700.0, 9733.0, 9699.0, 9705.0, 9711.0, 9713.0, 9744.0, 9714.0, 9745.0, 9750.0, 9739.0, 9738.0, 9747.0, 9741.0, 9749.0, 9790.0, 9713.0, 9760.0, 9725.0, 9753.0, 9738.0, 9745.0, 9748.0, 9701.0, 9732.0, 9717.0, 9752.0, 9757.0, 9754.0, 9753.0, 9717.0, 9772.0, 9754.0, 9814.0, 9746.0, 9779.0, 9753.0, 9742.0, 9736.0, 9732.0, 9776.0, 9714.0, 9774.0, 9755.0, 9770.0, 9746.0, 9714.0, 9744.0, 9699.0, 9776.0, 9745.0, 9772.0, 9754.0, 9731.0, 9762.0, 9704.0, 9769.0, 9743.0, 9802.0, 9770.0, 9790.0, 9766.0, 9717.0, 9776.0, 9728.0, 9779.0, 9736.0, 9740.0, 9748.0, 9713.0, 9760.0, 9719.0, 9778.0, 9732.0, 9783.0, 9760.0, 9804.0, 9752.0, 9733.0, 9805.0, 9728.0, 9776.0, 9764.0, 9760.0, 9763.0, 9720.0, 9766.0, 9733.0, 9785.0, 9727.0, 9810.0, 9803.0, 9792.0, 9773.0, 9834.0, 9774.0, 9785.0, 9771.0, 9778.0, 9767.0, 9724.0, 9812.0, 9755.0, 9770.0, 9751.0, 9720.0, 9792.0, 9743.0, 9781.0, 9751.0, 9714.0, 9785.0, 9734.0, 9807.0, 9776.0, 9791.0, 9758.0, 9788.0, 9770.0, 9808.0, 9788.0, 9769.0, 9774.0, 9741.0, 9785.0, 9742.0, 9821.0, 9792.0, 9794.0, 9790.0, 9784.0, 9799.0, 9748.0, 9800.0, 9777.0, 9788.0, 9770.0, 9794.0, 9793.0, 9782.0, 9783.0, 9736.0, 9794.0, 9732.0, 9796.0, 9758.0, 9784.0, 9762.0, 9783.0, 9788.0, 9808.0, 9769.0, 9722.0, 9779.0, 9722.0, 9814.0, 9744.0, 9779.0, 9769.0, 9788.0, 9777.0, 9717.0, 9781.0, 9756.0, 9766.0, 9748.0, 9787.0, 9759.0, 9807.0, 9781.0, 9787.0, 9791.0, 9811.0, 9786.0, 9740.0, 9816.0, 9763.0, 9798.0, 9769.0, 9804.0, 9778.0, 9734.0, 9811.0, 9752.0, 9751.0, 9769.0, 9755.0, 9785.0, 9765.0, 9773.0, 9722.0, 9786.0, 9768.0, 9786.0, 9754.0, 9789.0, 9740.0, 9800.0, 9755.0, 9787.0, 9739.0, 9817.0, 9774.0, 9803.0, 9772.0, 9775.0, 9765.0, 9723.0, 9785.0, 9738.0, 9786.0, 9743.0, 9786.0, 9743.0, 9806.0, 9767.0, 9801.0, 9766.0, 9800.0, 9776.0, 9808.0, 9768.0, 9735.0, 9794.0, 9729.0, 9780.0, 9757.0, 9800.0, 9771.0, 9762.0, 9764.0, 9705.0, 9779.0, 9754.0, 9781.0, 9769.0, 9728.0, 9771.0, 9763.0, 9765.0, 9736.0, 9770.0, 9765.0, 9785.0, 9769.0, 9787.0, 9769.0, 9806.0, 9776.0, 9777.0, 9776.0, 9749.0, 9795.0, 9797.0, 9777.0, 9784.0, 9800.0, 9722.0, 9797.0, 9758.0, 9818.0, 9758.0, 9733.0, 9756.0, 9718.0, 9791.0, 9762.0, 9796.0, 9793.0, 9794.0, 9791.0, 9796.0, 9829.0, 9786.0, 9767.0, 9815.0, 9750.0, 9800.0, 9762.0, 9798.0, 9769.0, 9788.0, 9782.0, 9719.0, 9785.0, 9735.0, 9812.0, 9826.0, 9823.0, 9829.0, 9806.0, 9825.0, 9800.0, 9810.0, 9797.0, 9793.0, 9780.0, 9801.0, 9777.0, 9787.0, 9792.0, 9788.0, 9781.0, 9785.0, 9755.0, 9807.0, 9762.0, 9805.0, 9759.0, 9812.0, 9825.0, 9807.0, 9829.0, 9784.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.0007484807809640025</td></tr>
<tr><td colspan=3>aqi</td><td>0.023176268029286153</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.517665970219774</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2771103469597074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0112701753174593</td></tr>
<tr><td colspan=3>efc</td><td>0.4468</td></tr>
<tr><td colspan=3>fber</td><td>6725.7275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08793765208183983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6235509456985966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.553457813734109</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.524738939805533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.804016024056139</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3316184773406547</td></tr>
<tr><td colspan=3>gcor</td><td>0.0206298</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022025516256690025</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020321110263466835</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.418151296526353</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>39.4047</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4893</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.2112</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311391.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.6778</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6409</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>673.7627</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3648.949</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1142.7142</td></tr>
<tr><td colspan=3>tsnr</td><td>36.70357719156891</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>