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

616 lines
No EOL
187 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-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0102_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_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-0102/ses-02/func/sub-0102_ses-02_task-alignvideo_acq-mb8_run-02_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>d81f75aa564af4cdda36cd196cf26f26</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:01:56.242500</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.998994, -0.0026995, -0.0447628, 0.00209229, 0.999905, -0.0136062]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.098021</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7789, -7297, 199, -116, -114, -108, 101]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74becb8c-815b-4183-aad3-2f4914d46a2c||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.680227756500244, 0.005613474175333977, -0.1209472268819809, 114.3491439819336], [0.007242554798722267, 2.6826727390289307, -0.0364469438791275, -93.98880004882812], [-0.12009526789188385, 0.03650447353720665, 2.6970436573028564, -75.74607849121094], [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, 1859]</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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['110156.242500', '110156.702500', '110157.162500', '110157.622500', '110158.082500', '110158.542500', '110159.002500', '110159.462500', '110159.922500', '110200.382500', '110200.842500', '110201.302500', '110201.762500', '110202.222500', '110202.682500', '110203.142500', '110203.602500', '110204.062500', '110204.522500', '110204.982500', '110205.442500', '110205.902500', '110206.362500', '110206.822500', '110207.282500', '110207.742500', '110208.202500', '110208.662500', '110209.122500', '110209.582500', '110210.042500', '110210.502500', '110210.962500', '110211.422500', '110211.882500', '110212.342500', '110212.802500', '110213.262500', '110213.722500', '110214.182500', '110214.642500', '110215.102500', '110215.562500', '110216.022500', '110216.482500', '110216.942500', '110217.402500', '110217.862500', '110218.322500', '110218.782500', '110219.242500', '110219.702500', '110220.162500', '110220.622500', '110221.082500', '110221.542500', '110222.002500', '110222.462500', '110222.922500', '110223.382500', '110223.842500', '110224.302500', '110224.762500', '110225.222500', '110225.682500', '110226.142500', '110226.602500', '110227.062500', '110227.522500', '110227.982500', '110228.442500', '110228.902500', '110229.362500', '110229.822500', '110230.282500', '110230.742500', '110231.202500', '110231.662500', '110232.122500', '110232.582500', '110233.042500', '110233.502500', '110233.962500', '110234.422500', '110234.882500', '110235.342500', '110235.802500', '110236.262500', '110236.722500', '110237.182500', '110237.642500', '110238.102500', '110238.562500', '110239.022500', '110239.482500', '110239.942500', '110240.402500', '110240.862500', '110241.322500', '110241.782500', '110242.242500', '110242.702500', '110243.162500', '110243.622500', '110244.082500', '110244.542500', '110245.002500', '110245.462500', '110245.922500', '110246.382500', '110246.842500', '110247.302500', '110247.762500', '110248.222500', '110248.682500', '110249.142500', '110249.602500', '110250.062500', '110250.522500', '110250.982500', '110251.442500', '110251.902500', '110252.362500', '110252.822500', '110253.282500', '110253.742500', '110254.202500', '110254.662500', '110255.122500', '110255.582500', '110256.042500', '110256.502500', '110256.962500', '110257.422500', '110257.882500', '110258.342500', '110258.802500', '110259.262500', '110259.722500', '110300.182500', '110300.642500', '110301.102500', '110301.562500', '110302.022500', '110302.482500', '110302.942500', '110303.402500', '110303.862500', '110304.322500', '110304.782500', '110305.242500', '110305.702500', '110306.162500', '110306.622500', '110307.082500', '110307.542500', '110308.002500', '110308.462500', '110308.922500', '110309.382500', '110309.842500', '110310.302500', '110310.762500', '110311.222500', '110311.682500', '110312.142500', '110312.602500', '110313.062500', '110313.522500', '110313.982500', '110314.442500', '110314.902500', '110315.362500', '110315.822500', '110316.282500', '110316.742500', '110317.202500', '110317.662500', '110318.122500', '110318.582500', '110319.042500', '110319.502500', '110319.962500', '110320.422500', '110320.882500', '110321.342500', '110321.802500', '110322.262500', '110322.722500', '110323.182500', '110323.642500', '110324.102500', '110324.562500', '110325.022500', '110325.482500', '110325.942500', '110326.402500', '110326.862500', '110327.322500', '110327.782500', '110328.242500', '110328.702500', '110329.162500', '110329.622500', '110330.082500', '110330.542500', '110331.002500', '110331.462500', '110331.922500', '110332.382500', '110332.842500', '110333.302500', '110333.762500', '110334.222500', '110334.682500', '110335.142500', '110335.602500', '110336.062500', '110336.522500', '110336.982500', '110337.442500', '110337.902500', '110338.362500', '110338.822500', '110339.282500', '110339.742500', '110340.202500', '110340.662500', '110341.122500', '110341.582500', '110342.042500', '110342.502500', '110342.962500', '110343.422500', '110343.882500', '110344.342500', '110344.802500', '110345.262500', '110345.722500', '110346.182500', '110346.642500', '110347.102500', '110347.562500', '110348.022500', '110348.482500', '110348.942500', '110349.402500', '110349.862500', '110350.322500', '110350.782500', '110351.242500', '110351.702500', '110352.162500', '110352.622500', '110353.082500', '110353.542500', '110354.002500', '110354.462500', '110354.922500', '110355.382500', '110355.842500', '110356.302500', '110356.762500', '110357.222500', '110357.682500', '110358.142500', '110358.602500', '110359.062500', '110359.522500', '110359.982500', '110400.442500', '110400.902500', '110401.362500', '110401.822500', '110402.282500', '110402.742500', '110403.202500', '110403.662500', '110404.122500', '110404.582500', '110405.042500', '110405.502500', '110405.962500', '110406.422500', '110406.882500', '110407.342500', '110407.802500', '110408.262500', '110408.722500', '110409.182500', '110409.642500', '110410.102500', '110410.562500', '110411.022500', '110411.482500', '110411.942500', '110412.402500', '110412.862500', '110413.322500', '110413.782500', '110414.242500', '110414.702500', '110415.162500', '110415.622500', '110416.082500', '110416.542500', '110417.002500', '110417.462500', '110417.922500', '110418.382500', '110418.842500', '110419.302500', '110419.762500', '110420.222500', '110420.682500', '110421.142500', '110421.602500', '110422.062500', '110422.522500', '110422.982500', '110423.442500', '110423.902500', '110424.362500', '110424.822500', '110425.282500', '110425.742500', '110426.202500', '110426.662500', '110427.122500', '110427.582500', '110428.042500', '110428.502500', '110428.962500', '110429.422500', '110429.882500', '110430.342500', '110430.802500', '110431.262500', '110431.722500', '110432.182500', '110432.642500', '110433.102500', '110433.562500', '110434.022500', '110434.482500', '110434.942500', '110435.402500', '110435.862500', '110436.322500', '110436.782500', '110437.242500', '110437.702500', '110438.162500', '110438.622500', '110439.082500', '110439.542500', '110440.002500', '110440.462500', '110440.922500', '110441.382500', '110441.842500', '110442.302500', '110442.762500', '110443.222500', '110443.682500', '110444.142500', '110444.602500', '110445.062500', '110445.522500', '110445.982500', '110446.442500', '110446.902500', '110447.362500', '110447.822500', '110448.282500', '110448.742500', '110449.202500', '110449.662500', '110450.122500', '110450.582500', '110451.042500', '110451.502500', '110451.962500', '110452.422500', '110452.882500', '110453.342500', '110453.802500', '110454.262500', '110454.722500', '110455.182500', '110455.642500', '110456.102500', '110456.562500', '110457.022500', '110457.482500', '110457.942500', '110458.402500', '110458.862500', '110459.322500', '110459.782500', '110500.242500', '110500.702500', '110501.162500', '110501.622500', '110502.082500', '110502.542500', '110503.002500', '110503.462500', '110503.922500', '110504.382500', '110504.842500', '110505.302500', '110505.762500', '110506.222500', '110506.682500', '110507.142500', '110507.602500', '110508.062500', '110508.522500', '110508.982500', '110509.442500', '110509.902500', '110510.362500', '110510.822500', '110511.282500', '110511.742500', '110512.202500', '110512.662500', '110513.122500', '110513.582500', '110514.042500', '110514.502500', '110514.962500', '110515.422500', '110515.882500', '110516.342500', '110516.802500', '110517.262500', '110517.722500', '110518.182500', '110518.642500', '110519.102500', '110519.562500', '110520.022500', '110520.482500', '110520.942500', '110521.402500', '110521.862500', '110522.322500', '110522.782500', '110523.242500', '110523.702500', '110524.162500', '110524.622500', '110525.082500', '110525.542500', '110526.002500', '110526.462500', '110526.922500', '110527.382500', '110527.842500', '110528.302500', '110528.762500', '110529.222500', '110529.682500', '110530.142500', '110530.602500', '110531.062500', '110531.522500', '110531.982500', '110532.442500', '110532.902500', '110533.362500', '110533.822500', '110534.282500', '110534.742500', '110535.202500', '110535.662500', '110536.122500', '110536.582500', '110537.042500', '110537.502500', '110537.962500', '110538.422500', '110538.882500', '110539.342500', '110539.802500', '110540.262500', '110540.722500', '110541.182500', '110541.642500', '110542.102500', '110542.562500', '110543.022500', '110543.482500', '110543.942500', '110544.402500', '110544.862500', '110545.322500', '110545.782500', '110546.242500', '110546.702500', '110547.162500', '110547.622500', '110548.082500', '110548.542500', '110549.002500', '110549.462500', '110549.922500', '110550.382500', '110550.842500', '110551.302500', '110551.762500', '110552.222500', '110552.682500', '110553.142500', '110553.602500', '110554.062500', '110554.522500', '110554.982500', '110555.442500', '110555.902500', '110556.362500', '110556.822500', '110557.282500', '110557.742500', '110558.202500', '110558.662500', '110559.122500', '110559.582500', '110600.042500', '110600.502500', '110600.962500', '110601.422500', '110601.882500', '110602.342500', '110602.802500', '110603.262500', '110603.722500', '110604.182500', '110604.642500', '110605.102500', '110605.562500', '110606.022500', '110606.482500', '110606.942500', '110607.402500', '110607.862500', '110608.322500', '110608.782500', '110609.242500', '110609.702500', '110610.162500', '110610.622500', '110611.082500', '110611.542500', '110612.002500', '110612.462500', '110612.922500', '110613.382500', '110613.842500', '110614.302500', '110614.762500', '110615.222500', '110615.682500', '110616.142500', '110616.602500', '110617.062500', '110617.522500', '110617.982500', '110618.442500', '110618.902500', '110619.362500', '110619.822500', '110620.282500', '110620.742500', '110621.202500', '110621.662500', '110622.122500', '110622.582500', '110623.042500', '110623.502500', '110623.962500', '110624.422500', '110624.882500', '110625.342500', '110625.802500', '110626.262500', '110626.722500', '110627.182500', '110627.642500', '110628.102500', '110628.562500', '110629.022500', '110629.482500', '110629.942500', '110630.402500', '110630.862500', '110631.322500', '110631.782500', '110632.242500', '110632.702500', '110633.162500', '110633.622500', '110634.082500', '110634.542500', '110635.002500', '110635.462500', '110635.922500', '110636.382500', '110636.842500', '110637.302500', '110637.762500', '110638.222500', '110638.682500', '110639.142500', '110639.602500', '110640.062500', '110640.522500', '110640.982500', '110641.442500', '110641.902500', '110642.362500', '110642.822500', '110643.282500', '110643.742500', '110644.202500', '110644.662500', '110645.122500', '110645.582500', '110646.042500', '110646.502500', '110646.962500', '110647.422500', '110647.882500', '110648.342500', '110648.802500', '110649.262500', '110649.722500', '110650.182500', '110650.642500', '110651.102500', '110651.562500', '110652.022500', '110652.482500', '110652.942500', '110653.402500', '110653.862500', '110654.322500', '110654.782500', '110655.242500', '110655.702500', '110656.162500', '110656.622500', '110657.082500', '110657.542500', '110658.002500', '110658.462500', '110658.922500', '110659.382500', '110659.842500', '110700.302500', '110700.762500', '110701.222500', '110701.682500', '110702.142500', '110702.602500', '110703.062500', '110703.522500', '110703.982500', '110704.442500', '110704.902500', '110705.362500', '110705.822500', '110706.282500', '110706.742500', '110707.202500', '110707.662500', '110708.122500', '110708.582500', '110709.042500', '110709.502500', '110709.962500', '110710.422500', '110710.882500', '110711.342500', '110711.802500', '110712.262500', '110712.722500', '110713.182500', '110713.642500', '110714.102500', '110714.562500', '110715.022500', '110715.482500', '110715.942500', '110716.402500', '110716.862500', '110717.322500', '110717.782500', '110718.242500', '110718.702500', '110719.162500', '110719.622500', '110720.082500', '110720.542500', '110721.002500', '110721.462500', '110721.922500', '110722.382500', '110722.842500', '110723.302500', '110723.762500', '110724.222500', '110724.682500', '110725.142500', '110725.602500', '110726.062500', '110726.522500', '110726.982500', '110727.442500', '110727.902500', '110728.362500', '110728.822500', '110729.282500', '110729.742500', '110730.202500', '110730.662500', '110731.122500', '110731.582500', '110732.042500', '110732.502500', '110732.962500', '110733.422500', '110733.882500', '110734.342500', '110734.802500', '110735.262500', '110735.722500', '110736.182500', '110736.642500', '110737.102500', '110737.562500', '110738.022500', '110738.482500', '110738.942500', '110739.402500', '110739.862500', '110740.322500', '110740.782500', '110741.242500', '110741.702500', '110742.162500', '110742.622500', '110743.082500', '110743.542500', '110744.002500', '110744.462500', '110744.922500', '110745.382500', '110745.842500', '110746.302500', '110746.762500', '110747.222500', '110747.682500', '110748.142500', '110748.602500', '110749.062500', '110749.522500', '110749.982500', '110750.442500', '110750.902500', '110751.362500', '110751.822500', '110752.282500', '110752.742500', '110753.202500', '110753.662500', '110754.122500', '110754.582500', '110755.042500', '110755.502500', '110755.962500', '110756.422500', '110756.882500', '110757.342500', '110757.802500', '110758.262500', '110758.722500', '110759.182500', '110759.642500', '110800.102500', '110800.562500', '110801.022500', '110801.482500', '110801.942500', '110802.402500', '110802.862500', '110803.322500', '110803.782500', '110804.242500', '110804.702500', '110805.162500', '110805.622500', '110806.082500', '110806.542500', '110807.002500', '110807.462500', '110807.922500', '110808.382500', '110808.842500', '110809.302500', '110809.762500', '110810.222500', '110810.682500', '110811.142500', '110811.602500', '110812.062500', '110812.522500', '110812.982500', '110813.442500', '110813.902500', '110814.362500', '110814.822500', '110815.282500', '110815.742500', '110816.202500', '110816.662500', '110817.122500', '110817.582500', '110818.042500', '110818.502500', '110818.962500', '110819.422500', '110819.882500', '110820.342500', '110820.802500', '110821.262500', '110821.722500', '110822.182500', '110822.642500', '110823.102500', '110823.562500', '110824.022500', '110824.482500', '110824.942500', '110825.402500', '110825.862500', '110826.322500', '110826.782500', '110827.242500', '110827.702500', '110828.162500', '110828.622500', '110829.082500', '110829.542500', '110830.002500', '110830.462500', '110830.922500', '110831.382500', '110831.842500', '110832.302500', '110832.762500', '110833.222500', '110833.682500', '110834.142500', '110834.602500', '110835.062500', '110835.522500', '110835.982500', '110836.442500', '110836.902500', '110837.362500', '110837.822500', '110838.282500', '110838.742500', '110839.202500', '110839.662500', '110840.122500', '110840.582500', '110841.042500', '110841.502500', '110841.962500', '110842.422500', '110842.882500', '110843.342500', '110843.802500', '110844.262500', '110844.722500', '110845.182500', '110845.642500', '110846.102500', '110846.562500', '110847.022500', '110847.482500', '110847.942500', '110848.402500', '110848.862500', '110849.322500', '110849.782500', '110850.242500', '110850.702500', '110851.162500', '110851.622500', '110852.082500', '110852.542500', '110853.002500', '110853.462500', '110853.922500', '110854.382500', '110854.842500', '110855.302500', '110855.762500', '110856.222500', '110856.682500', '110857.142500', '110857.602500', '110858.062500', '110858.522500', '110858.982500', '110859.442500', '110859.902500', '110900.362500', '110900.822500', '110901.282500', '110901.742500', '110902.202500', '110902.662500', '110903.122500', '110903.582500', '110904.042500', '110904.502500', '110904.962500', '110905.422500', '110905.882500', '110906.342500', '110906.802500', '110907.262500', '110907.722500', '110908.182500', '110908.642500', '110909.102500', '110909.562500', '110910.022500', '110910.482500', '110910.942500', '110911.402500', '110911.862500', '110912.322500', '110912.782500', '110913.242500', '110913.702500', '110914.162500', '110914.622500', '110915.082500', '110915.542500', '110916.002500', '110916.462500', '110916.922500', '110917.382500', '110917.842500', '110918.302500', '110918.762500', '110919.222500', '110919.682500', '110920.142500', '110920.602500', '110921.062500', '110921.522500', '110921.982500', '110922.442500', '110922.902500', '110923.362500', '110923.822500', '110924.282500', '110924.742500', '110925.202500', '110925.662500', '110926.122500', '110926.582500', '110927.042500', '110927.502500', '110927.962500', '110928.422500', '110928.882500', '110929.342500', '110929.802500', '110930.262500', '110930.722500', '110931.182500', '110931.642500', '110932.102500', '110932.562500', '110933.022500', '110933.482500', '110933.942500', '110934.402500', '110934.862500', '110935.322500', '110935.782500', '110936.242500', '110936.702500', '110937.162500', '110937.622500', '110938.082500', '110938.542500', '110939.002500', '110939.462500', '110939.922500', '110940.382500', '110940.842500', '110941.302500', '110941.762500', '110942.222500', '110942.682500', '110943.142500', '110943.602500', '110944.062500', '110944.522500', '110944.982500', '110945.442500', '110945.902500', '110946.362500', '110946.822500', '110947.282500', '110947.742500', '110948.202500', '110948.662500', '110949.122500', '110949.582500', '110950.042500', '110950.502500', '110950.962500', '110951.422500', '110951.882500', '110952.342500', '110952.802500', '110953.262500', '110953.722500', '110954.182500', '110954.642500', '110955.102500', '110955.562500', '110956.022500', '110956.482500', '110956.942500', '110957.402500', '110957.862500', '110958.322500', '110958.782500', '110959.242500', '110959.702500', '111000.162500', '111000.622500', '111001.082500', '111001.542500', '111002.002500', '111002.462500', '111002.922500', '111003.382500', '111003.842500', '111004.302500', '111004.762500', '111005.222500', '111005.682500', '111006.142500', '111006.602500', '111007.062500', '111007.522500', '111007.982500', '111008.442500', '111008.902500', '111009.362500', '111009.822500', '111010.282500', '111010.742500', '111011.202500', '111011.662500', '111012.122500', '111012.582500', '111013.042500', '111013.502500', '111013.962500', '111014.422500', '111014.882500', '111015.342500', '111015.802500', '111016.262500', '111016.722500', '111017.182500', '111017.642500', '111018.102500', '111018.562500', '111019.022500', '111019.482500', '111019.942500', '111020.402500', '111020.862500', '111021.322500', '111021.782500', '111022.242500', '111022.702500', '111023.162500', '111023.622500', '111024.082500', '111024.542500', '111025.002500', '111025.462500', '111025.922500', '111026.382500', '111026.842500', '111027.302500', '111027.762500', '111028.222500', '111028.682500', '111029.142500', '111029.602500', '111030.062500', '111030.522500', '111030.982500', '111031.442500', '111031.902500', '111032.362500', '111032.822500', '111033.282500', '111033.742500', '111034.202500', '111034.662500', '111035.122500', '111035.582500', '111036.042500', '111036.502500', '111036.962500', '111037.422500', '111037.882500', '111038.342500', '111038.802500', '111039.262500', '111039.722500', '111040.182500', '111040.642500', '111041.102500', '111041.562500', '111042.022500', '111042.482500', '111042.942500', '111043.402500', '111043.862500', '111044.322500', '111044.782500', '111045.242500', '111045.702500', '111046.162500', '111046.622500', '111047.082500', '111047.542500', '111048.002500', '111048.462500', '111048.922500', '111049.382500', '111049.842500', '111050.302500', '111050.762500', '111051.222500', '111051.682500', '111052.142500', '111052.602500', '111053.062500', '111053.522500', '111053.982500', '111054.442500', '111054.902500', '111055.362500', '111055.822500', '111056.282500', '111056.742500', '111057.202500', '111057.662500', '111058.122500', '111058.582500', '111059.042500', '111059.502500', '111059.962500', '111100.422500', '111100.882500', '111101.342500', '111101.802500', '111102.262500', '111102.722500', '111103.182500', '111103.642500', '111104.102500', '111104.562500', '111105.022500', '111105.482500', '111105.942500', '111106.402500', '111106.862500', '111107.322500', '111107.782500', '111108.242500', '111108.702500', '111109.162500', '111109.622500', '111110.082500', '111110.542500', '111111.002500', '111111.462500', '111111.922500', '111112.382500', '111112.842500', '111113.302500', '111113.762500', '111114.222500', '111114.682500', '111115.142500', '111115.602500', '111116.062500', '111116.522500', '111116.982500', '111117.442500', '111117.902500', '111118.362500', '111118.822500', '111119.282500', '111119.742500', '111120.202500', '111120.662500', '111121.122500', '111121.582500', '111122.042500', '111122.502500', '111122.962500', '111123.422500', '111123.882500', '111124.342500', '111124.802500', '111125.262500', '111125.722500', '111126.182500', '111126.642500', '111127.102500', '111127.562500', '111128.022500', '111128.482500', '111128.942500', '111129.402500', '111129.862500', '111130.322500', '111130.782500', '111131.242500', '111131.702500', '111132.162500', '111132.622500', '111133.082500', '111133.542500', '111134.002500', '111134.462500', '111134.922500', '111135.382500', '111135.842500', '111136.302500', '111136.762500', '111137.222500', '111137.682500', '111138.142500', '111138.602500', '111139.062500', '111139.522500', '111139.982500', '111140.442500', '111140.902500', '111141.362500', '111141.822500', '111142.282500', '111142.742500', '111143.202500', '111143.662500', '111144.122500', '111144.582500', '111145.042500', '111145.502500', '111145.962500', '111146.422500', '111146.882500', '111147.342500', '111147.802500', '111148.262500', '111148.722500', '111149.182500', '111149.642500', '111150.102500', '111150.562500', '111151.022500', '111151.482500', '111151.942500', '111152.402500', '111152.862500', '111153.322500', '111153.782500', '111154.242500', '111154.702500', '111155.162500', '111155.622500', '111156.082500', '111156.542500', '111157.002500', '111157.462500', '111157.922500', '111158.382500', '111158.842500', '111159.302500', '111159.762500', '111200.222500', '111200.682500', '111201.142500', '111201.602500', '111202.062500', '111202.522500', '111202.982500', '111203.442500', '111203.902500', '111204.362500', '111204.822500', '111205.282500', '111205.742500', '111206.202500', '111206.662500', '111207.122500', '111207.582500', '111208.042500', '111208.502500', '111208.962500', '111209.422500', '111209.882500', '111210.342500', '111210.802500', '111211.262500', '111211.722500', '111212.182500', '111212.642500', '111213.102500', '111213.562500', '111214.022500', '111214.482500', '111214.942500', '111215.402500', '111215.862500', '111216.322500', '111216.782500', '111217.242500', '111217.702500', '111218.162500', '111218.622500', '111219.082500', '111219.542500', '111220.002500', '111220.462500', '111220.922500', '111221.382500', '111221.842500', '111222.302500', '111222.762500', '111223.222500', '111223.682500', '111224.142500', '111224.602500', '111225.062500', '111225.522500', '111225.982500', '111226.442500', '111226.902500', '111227.362500', '111227.822500', '111228.282500', '111228.742500', '111229.202500', '111229.662500', '111230.122500', '111230.582500', '111231.042500', '111231.502500', '111231.962500', '111232.422500', '111232.882500', '111233.342500', '111233.802500', '111234.262500', '111234.722500', '111235.182500', '111235.642500', '111236.102500', '111236.562500', '111237.022500', '111237.482500', '111237.942500', '111238.402500', '111238.862500', '111239.322500', '111239.782500', '111240.242500', '111240.702500', '111241.162500', '111241.622500', '111242.082500', '111242.542500', '111243.002500', '111243.462500', '111243.922500', '111244.382500', '111244.842500', '111245.302500', '111245.762500', '111246.222500', '111246.682500', '111247.142500', '111247.602500', '111248.062500', '111248.522500', '111248.982500', '111249.442500', '111249.902500', '111250.362500', '111250.822500', '111251.282500', '111251.742500', '111252.202500', '111252.662500', '111253.122500', '111253.582500', '111254.042500', '111254.502500', '111254.962500', '111255.422500', '111255.882500', '111256.342500', '111256.802500', '111257.262500', '111257.722500', '111258.182500', '111258.642500', '111259.102500', '111259.562500', '111300.022500', '111300.482500', '111300.942500', '111301.402500', '111301.862500', '111302.322500', '111302.782500', '111303.242500', '111303.702500', '111304.162500', '111304.622500', '111305.082500', '111305.542500', '111306.002500', '111306.462500', '111306.922500', '111307.382500', '111307.842500', '111308.302500', '111308.762500', '111309.222500', '111309.682500', '111310.142500', '111310.602500', '111311.062500', '111311.522500', '111311.982500', '111312.442500', '111312.902500', '111313.362500', '111313.822500', '111314.282500', '111314.742500', '111315.202500', '111315.662500', '111316.122500', '111316.582500', '111317.042500', '111317.502500', '111317.962500', '111318.422500', '111318.882500', '111319.342500', '111319.802500', '111320.262500', '111320.722500', '111321.182500', '111321.642500', '111322.102500', '111322.562500', '111323.022500', '111323.482500', '111323.942500', '111324.402500', '111324.862500', '111325.322500', '111325.782500', '111326.242500', '111326.702500', '111327.162500', '111327.622500', '111328.082500', '111328.542500', '111329.002500', '111329.462500', '111329.922500', '111330.382500', '111330.842500', '111331.302500', '111331.762500', '111332.222500', '111332.682500', '111333.142500', '111333.602500', '111334.062500', '111334.522500', '111334.982500', '111335.442500', '111335.902500', '111336.362500', '111336.822500', '111337.282500', '111337.742500', '111338.202500', '111338.662500', '111339.122500', '111339.582500', '111340.042500', '111340.502500', '111340.962500', '111341.422500', '111341.882500', '111342.342500', '111342.802500', '111343.262500', '111343.722500', '111344.182500', '111344.642500', '111345.102500', '111345.562500', '111346.022500', '111346.482500', '111346.942500', '111347.402500', '111347.862500', '111348.322500', '111348.782500', '111349.242500', '111349.702500', '111350.162500', '111350.622500', '111351.082500', '111351.542500', '111352.002500', '111352.462500', '111352.922500', '111353.382500', '111353.842500', '111354.302500', '111354.762500', '111355.222500', '111355.682500', '111356.142500', '111356.602500', '111357.062500', '111357.522500', '111357.982500', '111358.442500', '111358.902500', '111359.362500', '111359.822500', '111400.282500', '111400.742500', '111401.202500', '111401.662500', '111402.122500', '111402.582500', '111403.042500', '111403.502500', '111403.962500', '111404.422500', '111404.882500', '111405.342500', '111405.802500', '111406.262500', '111406.722500', '111407.182500', '111407.642500', '111408.102500', '111408.562500', '111409.022500', '111409.482500', '111409.942500', '111410.402500', '111410.862500', '111411.322500', '111411.782500', '111412.242500', '111412.702500', '111413.162500', '111413.622500', '111414.082500', '111414.542500', '111415.002500', '111415.462500', '111415.922500', '111416.382500', '111416.842500', '111417.302500', '111417.762500', '111418.222500', '111418.682500', '111419.142500', '111419.602500', '111420.062500', '111420.522500', '111420.982500', '111421.442500', '111421.902500', '111422.362500', '111422.822500', '111423.282500', '111423.742500', '111424.202500', '111424.662500', '111425.122500', '111425.582500', '111426.042500', '111426.502500', '111426.962500', '111427.422500', '111427.882500', '111428.342500', '111428.802500', '111429.262500', '111429.722500', '111430.182500', '111430.642500', '111431.102500', '111431.562500', '111432.022500', '111432.482500', '111432.942500', '111433.402500', '111433.862500', '111434.322500', '111434.782500', '111435.242500', '111435.702500', '111436.162500', '111436.622500', '111437.082500', '111437.542500', '111438.002500', '111438.462500', '111438.922500', '111439.382500', '111439.842500', '111440.302500', '111440.762500', '111441.222500', '111441.682500', '111442.142500', '111442.602500', '111443.062500', '111443.522500', '111443.982500', '111444.442500', '111444.902500', '111445.362500', '111445.822500', '111446.282500', '111446.742500', '111447.202500', '111447.662500', '111448.122500', '111448.582500', '111449.042500', '111449.502500', '111449.962500', '111450.422500', '111450.882500', '111451.342500', '111451.802500', '111452.262500', '111452.722500', '111453.182500', '111453.642500', '111454.102500', '111454.562500', '111455.022500', '111455.482500', '111455.942500', '111456.402500', '111456.862500', '111457.322500', '111457.782500', '111458.242500', '111458.702500', '111459.162500', '111459.622500', '111500.082500', '111500.542500', '111501.002500', '111501.462500', '111501.922500', '111502.382500', '111502.842500', '111503.302500', '111503.762500', '111504.222500', '111504.682500', '111505.142500', '111505.602500', '111506.062500', '111506.522500', '111506.982500', '111507.442500', '111507.902500', '111508.362500', '111508.822500', '111509.282500', '111509.742500', '111510.202500', '111510.662500', '111511.122500', '111511.582500', '111512.042500', '111512.502500', '111512.962500', '111513.422500', '111513.882500', '111514.342500', '111514.802500', '111515.262500', '111515.722500', '111516.182500', '111516.642500', '111517.102500', '111517.562500', '111518.022500', '111518.482500', '111518.942500', '111519.402500', '111519.862500', '111520.322500', '111520.782500', '111521.242500', '111521.702500', '111522.162500', '111522.622500', '111523.082500', '111523.542500', '111524.002500', '111524.462500', '111524.922500', '111525.382500', '111525.842500', '111526.302500', '111526.762500', '111527.222500', '111527.682500', '111528.142500', '111528.602500', '111529.062500', '111529.522500', '111529.982500', '111530.442500', '111530.902500', '111531.362500', '111531.822500', '111532.282500', '111532.742500', '111533.202500', '111533.662500', '111534.122500', '111534.582500', '111535.042500', '111535.502500', '111535.962500', '111536.422500', '111536.882500', '111537.342500', '111537.802500', '111538.262500', '111538.722500', '111539.182500', '111539.642500', '111540.102500', '111540.562500', '111541.022500', '111541.482500', '111541.942500', '111542.402500', '111542.862500', '111543.322500', '111543.782500', '111544.242500', '111544.702500', '111545.162500', '111545.622500', '111546.082500', '111546.542500', '111547.002500', '111547.462500', '111547.922500', '111548.382500', '111548.842500', '111549.302500', '111549.762500', '111550.222500', '111550.682500', '111551.142500', '111551.602500', '111552.062500', '111552.522500', '111552.982500', '111553.442500', '111553.902500', '111554.362500', '111554.822500', '111555.282500', '111555.742500', '111556.202500', '111556.662500', '111557.122500', '111557.582500', '111558.042500', '111558.502500', '111558.962500', '111559.422500', '111559.882500', '111600.342500', '111600.802500', '111601.262500', '111601.722500', '111602.182500', '111602.642500', '111603.102500', '111603.562500', '111604.022500', '111604.482500', '111604.942500', '111605.402500', '111605.862500', '111606.322500', '111606.782500', '111607.242500', '111607.702500', '111608.162500', '111608.622500', '111609.082500', '111609.542500', '111610.002500', '111610.462500', '111610.922500'], 'ContentTime': ['110207.200000', '110207.203000', '110207.206000', '110207.208000', '110207.217000', '110207.220000', '110207.223000', '110207.225000', '110207.228000', '110207.231000', '110207.238000', '110207.247000', '110207.250000', '110207.252000', '110207.255000', '110207.257000', '110207.260000', '110207.263000', '110207.265000', '110207.268000', '110207.270000', '110207.273000', '110227.161000', '110227.164000', '110227.167000', '110227.169000', '110227.172000', '110227.174000', '110227.177000', '110227.180000', '110227.182000', '110227.186000', '110227.188000', '110227.191000', '110227.193000', '110227.196000', '110227.203000', '110227.206000', '110227.208000', '110227.211000', '110227.213000', '110227.216000', '110227.219000', '110227.221000', '110227.224000', '110227.226000', '110227.229000', '110227.231000', '110227.234000', '110227.236000', '110227.239000', '110227.242000', '110227.244000', '110227.247000', '110227.249000', '110227.252000', '110227.254000', '110227.257000', '110227.260000', '110227.262000', '110227.265000', '110227.267000', '110227.270000', '110227.272000', '110227.275000', '110227.277000', '110247.162000', '110247.164000', '110247.167000', '110247.170000', '110247.172000', '110247.175000', '110247.177000', '110247.180000', '110247.183000', '110247.185000', '110247.188000', '110247.190000', '110247.193000', '110247.195000', '110247.198000', '110247.200000', '110247.203000', '110247.206000', '110247.208000', '110247.211000', '110247.213000', '110247.216000', '110247.218000', '110247.221000', '110247.224000', '110247.226000', '110247.229000', '110247.231000', '110247.234000', '110247.237000', '110247.239000', '110247.242000', '110247.244000', '110247.247000', '110247.249000', '110247.252000', '110247.255000', '110247.257000', '110247.260000', '110247.269000', '110247.272000', '110247.274000', '110247.277000', '110307.161000', '110307.164000', '110307.167000', '110307.169000', '110307.172000', '110307.175000', '110307.177000', '110307.180000', '110307.183000', '110307.186000', '110307.189000', '110307.192000', '110307.194000', '110307.197000', '110307.199000', '110307.202000', '110307.204000', '110307.207000', '110307.209000', '110307.212000', '110307.214000', '110307.217000', '110307.220000', '110307.222000', '110307.225000', '110307.227000', '110307.230000', '110307.232000', '110307.235000', '110307.237000', '110307.240000', '110307.243000', '110307.246000', '110307.248000', '110307.251000', '110307.253000', '110307.256000', '110307.258000', '110307.261000', '110307.264000', '110307.266000', '110307.269000', '110307.271000', '110327.161000', '110327.163000', '110327.166000', '110327.169000', '110327.171000', '110327.180000', '110327.182000', '110327.185000', '110327.188000', '110327.190000', '110327.193000', '110327.195000', '110327.198000', '110327.200000', '110327.203000', '110327.206000', '110327.208000', '110327.211000', '110327.213000', '110327.216000', '110327.219000', '110327.221000', '110327.224000', '110327.226000', '110327.229000', '110327.231000', '110327.234000', '110327.237000', '110327.239000', '110327.242000', '110327.244000', '110327.247000', '110327.249000', '110327.252000', '110327.255000', '110327.257000', '110327.260000', '110327.262000', '110327.265000', '110327.267000', '110327.270000', '110327.273000', '110327.275000', '110327.278000', '110347.160000', '110347.164000', '110347.166000', '110347.169000', '110347.172000', '110347.174000', '110347.177000', '110347.179000', '110347.182000', '110347.185000', '110347.187000', '110347.190000', '110347.192000', '110347.195000', '110347.198000', '110347.200000', '110347.203000', '110347.205000', '110347.208000', '110347.211000', '110347.213000', '110347.216000', '110347.218000', '110347.221000', '110347.225000', '110347.228000', '110347.230000', '110347.233000', '110347.235000', '110347.238000', '110347.241000', '110347.243000', '110347.246000', '110347.248000', '110347.251000', '110347.254000', '110347.256000', '110347.259000', '110347.261000', '110347.264000', '110347.266000', '110347.269000', '110347.271000', '110407.160000', '110407.163000', '110407.166000', '110407.168000', '110407.171000', '110407.174000', '110407.176000', '110407.179000', '110407.181000', '110407.184000', '110407.187000', '110407.189000', '110407.192000', '110407.194000', '110407.197000', '110407.200000', '110407.202000', '110407.205000', '110407.208000', '110407.210000', '110407.213000', '110407.215000', '110407.218000', '110407.220000', '110407.223000', '110407.225000', '110407.228000', '110407.231000', '110407.233000', '110407.236000', '110407.238000', '110407.241000', '110407.243000', '110407.246000', '110407.249000', '110407.251000', '110407.254000', '110407.256000', '110407.259000', '110407.262000', '110407.264000', '110407.267000', '110407.270000', '110407.272000', '110427.161000', '110427.163000', '110427.166000', '110427.169000', '110427.171000', '110427.174000', '110427.176000', '110427.179000', '110427.182000', '110427.184000', '110427.187000', '110427.189000', '110427.192000', '110427.194000', '110427.197000', '110427.200000', '110427.202000', '110427.205000', '110427.208000', '110427.210000', '110427.213000', '110427.215000', '110427.218000', '110427.221000', '110427.223000', '110427.226000', '110427.228000', '110427.231000', '110427.233000', '110427.236000', '110427.239000', '110427.241000', '110427.244000', '110427.246000', '110427.249000', '110427.251000', '110427.254000', '110427.257000', '110427.259000', '110427.262000', '110427.264000', '110427.267000', '110427.269000', '110447.162000', '110447.164000', '110447.167000', '110447.170000', '110447.172000', '110447.175000', '110447.177000', '110447.180000', '110447.183000', '110447.185000', '110447.188000', '110447.190000', '110447.193000', '110447.195000', '110447.198000', '110447.201000', '110447.203000', '110447.206000', '110447.208000', '110447.211000', '110447.213000', '110447.216000', '110447.218000', '110447.221000', '110447.224000', '110447.226000', '110447.229000', '110447.231000', '110447.234000', '110447.237000', '110447.239000', '110447.242000', '110447.244000', '110447.247000', '110447.249000', '110447.252000', '110447.255000', '110447.257000', '110447.260000', '110447.262000', '110447.265000', '110447.267000', '110447.270000', '110447.273000', '110507.162000', '110507.164000', '110507.167000', '110507.170000', '110507.172000', '110507.175000', '110507.177000', '110507.180000', '110507.183000', '110507.185000', '110507.188000', '110507.190000', '110507.193000', '110507.196000', '110507.198000', '110507.201000', '110507.203000', '110507.206000', '110507.209000', '110507.211000', '110507.214000', '110507.216000', '110507.220000', '110507.223000', '110507.225000', '110507.228000', '110507.260000', '110507.263000', '110507.266000', '110507.269000', '110507.272000', '110507.275000', '110507.278000', '110507.280000', '110507.283000', '110507.285000', '110507.288000', '110507.290000', '110507.293000', '110507.296000', '110507.298000', '110507.301000', '110507.304000', '110527.162000', '110527.164000', '110527.167000', '110527.170000', '110527.172000', '110527.175000', '110527.177000', '110527.180000', '110527.183000', '110527.185000', '110527.188000', '110527.190000', '110527.193000', '110527.196000', '110527.198000', '110527.201000', '110527.203000', '110527.206000', '110527.209000', '110527.211000', '110527.214000', '110527.217000', '110527.219000', '110527.222000', '110527.224000', '110527.227000', '110527.230000', '110527.232000', '110527.235000', '110527.237000', '110527.240000', '110527.243000', '110527.245000', '110527.248000', '110527.250000', '110527.253000', '110527.255000', '110527.258000', '110527.261000', '110527.263000', '110527.266000', '110527.269000', '110527.271000', '110527.274000', '110547.160000', '110547.163000', '110547.166000', '110547.168000', '110547.171000', '110547.174000', '110547.176000', '110547.179000', '110547.181000', '110547.184000', '110547.187000', '110547.189000', '110547.192000', '110547.195000', '110547.197000', '110547.200000', '110547.202000', '110547.205000', '110547.207000', '110547.210000', '110547.213000', '110547.215000', '110547.218000', '110547.220000', '110547.223000', '110547.226000', '110547.228000', '110547.231000', '110547.234000', '110547.236000', '110547.239000', '110547.241000', '110547.244000', '110547.247000', '110547.249000', '110547.252000', '110547.254000', '110547.257000', '110547.260000', '110547.262000', '110547.265000', '110547.267000', '110547.270000', '110607.160000', '110607.163000', '110607.166000', '110607.169000', '110607.171000', '110607.174000', '110607.176000', '110607.179000', '110607.182000', '110607.184000', '110607.187000', '110607.189000', '110607.192000', '110607.195000', '110607.197000', '110607.200000', '110607.202000', '110607.205000', '110607.208000', '110607.210000', '110607.213000', '110607.215000', '110607.218000', '110607.221000', '110607.223000', '110607.226000', '110607.229000', '110607.231000', '110607.234000', '110607.236000', '110607.239000', '110607.242000', '110607.244000', '110607.247000', '110607.249000', '110607.252000', '110607.254000', '110607.257000', '110607.260000', '110607.262000', '110607.265000', '110607.267000', '110607.270000', '110607.272000', '110627.161000', '110627.163000', '110627.166000', '110627.169000', '110627.171000', '110627.174000', '110627.176000', '110627.179000', '110627.182000', '110627.184000', '110627.187000', '110627.189000', '110627.192000', '110627.195000', '110627.197000', '110627.200000', '110627.202000', '110627.205000', '110627.207000', '110627.210000', '110627.213000', '110627.215000', '110627.218000', '110627.221000', '110627.223000', '110627.226000', '110627.228000', '110627.231000', '110627.233000', '110627.236000', '110627.239000', '110627.241000', '110627.244000', '110627.246000', '110627.249000', '110627.252000', '110627.254000', '110627.257000', '110627.260000', '110627.262000', '110627.265000', '110627.267000', '110627.270000', '110647.161000', '110647.163000', '110647.166000', '110647.169000', '110647.171000', '110647.174000', '110647.176000', '110647.179000', '110647.214000', '110647.216000', '110647.219000', '110647.221000', '110647.224000', '110647.227000', '110647.229000', '110647.232000', '110647.234000', '110647.237000', '110647.239000', '110647.242000', '110647.245000', '110647.247000', '110647.250000', '110647.252000', '110647.255000', '110647.258000', '110647.260000', '110647.263000', '110647.265000', '110647.268000', '110647.270000', '110647.273000', '110647.276000', '110647.278000', '110647.281000', '110647.284000', '110647.286000', '110647.289000', '110647.291000', '110647.294000', '110647.296000', '110647.299000', '110647.302000', '110647.304000', '110707.162000', '110707.164000', '110707.167000', '110707.170000', '110707.172000', '110707.175000', '110707.177000', '110707.180000', '110707.183000', '110707.185000', '110707.188000', '110707.190000', '110707.193000', '110707.196000', '110707.198000', '110707.201000', '110707.203000', '110707.206000', '110707.208000', '110707.211000', '110707.214000', '110707.216000', '110707.219000', '110707.221000', '110707.224000', '110707.226000', '110707.229000', '110707.252000', '110707.255000', '110707.258000', '110707.261000', '110707.264000', '110707.267000', '110707.269000', '110707.272000', '110707.275000', '110707.277000', '110707.280000', '110707.282000', '110707.285000', '110707.288000', '110707.290000', '110707.293000', '110727.161000', '110727.164000', '110727.167000', '110727.170000', '110727.172000', '110727.175000', '110727.177000', '110727.180000', '110727.183000', '110727.185000', '110727.188000', '110727.190000', '110727.193000', '110727.196000', '110727.198000', '110727.201000', '110727.203000', '110727.206000', '110727.209000', '110727.211000', '110727.214000', '110727.216000', '110727.221000', '110727.223000', '110727.226000', '110727.229000', '110727.231000', '110727.234000', '110727.236000', '110727.239000', '110727.242000', '110727.244000', '110727.247000', '110727.249000', '110727.252000', '110727.255000', '110727.257000', '110727.260000', '110727.262000', '110727.265000', '110727.267000', '110727.270000', '110727.278000', '110727.281000', '110747.162000', '110747.164000', '110747.167000', '110747.170000', '110747.172000', '110747.175000', '110747.177000', '110747.180000', '110747.183000', '110747.185000', '110747.188000', '110747.190000', '110747.193000', '110747.196000', '110747.198000', '110747.201000', '110747.203000', '110747.206000', '110747.209000', '110747.211000', '110747.214000', '110747.216000', '110747.219000', '110747.222000', '110747.224000', '110747.227000', '110747.229000', '110747.232000', '110747.235000', '110747.237000', '110747.240000', '110747.242000', '110747.245000', '110747.247000', '110747.250000', '110747.253000', '110747.255000', '110747.258000', '110747.260000', '110747.263000', '110747.265000', '110747.268000', '110747.271000', '110807.160000', '110807.163000', '110807.166000', '110807.168000', '110807.171000', '110807.174000', '110807.176000', '110807.179000', '110807.182000', '110807.184000', '110807.187000', '110807.189000', '110807.192000', '110807.194000', '110807.197000', '110807.207000', '110807.210000', '110807.212000', '110807.215000', '110807.246000', '110807.248000', '110807.251000', '110807.253000', '110807.256000', '110807.258000', '110807.261000', '110807.264000', '110807.266000', '110807.269000', '110807.271000', '110807.274000', '110807.276000', '110807.279000', '110807.282000', '110807.284000', '110807.287000', '110807.289000', '110807.292000', '110807.295000', '110807.297000', '110807.300000', '110807.302000', '110807.305000', '110807.308000', '110827.161000', '110827.163000', '110827.166000', '110827.169000', '110827.171000', '110827.174000', '110827.176000', '110827.179000', '110827.182000', '110827.184000', '110827.187000', '110827.189000', '110827.192000', '110827.194000', '110827.197000', '110827.199000', '110827.202000', '110827.205000', '110827.207000', '110827.210000', '110827.212000', '110827.215000', '110827.218000', '110827.220000', '110827.223000', '110827.225000', '110827.228000', '110827.231000', '110827.233000', '110827.236000', '110827.238000', '110827.241000', '110827.244000', '110827.246000', '110827.249000', '110827.251000', '110827.254000', '110827.256000', '110827.259000', '110827.262000', '110827.264000', '110827.267000', '110827.269000', '110847.160000', '110847.163000', '110847.166000', '110847.169000', '110847.171000', '110847.174000', '110847.176000', '110847.179000', '110847.182000', '110847.184000', '110847.187000', '110847.189000', '110847.192000', '110847.194000', '110847.197000', '110847.200000', '110847.202000', '110847.205000', '110847.208000', '110847.210000', '110847.213000', '110847.215000', '110847.218000', '110847.220000', '110847.223000', '110847.226000', '110847.228000', '110847.231000', '110847.233000', '110847.236000', '110847.238000', '110847.241000', '110847.244000', '110847.247000', '110847.249000', '110847.252000', '110847.254000', '110847.257000', '110847.259000', '110847.262000', '110847.265000', '110847.267000', '110847.270000', '110847.272000', '110907.161000', '110907.163000', '110907.166000', '110907.169000', '110907.171000', '110907.174000', '110907.176000', '110907.179000', '110907.182000', '110907.184000', '110907.187000', '110907.189000', '110907.192000', '110907.194000', '110907.197000', '110907.200000', '110907.202000', '110907.205000', '110907.207000', '110907.210000', '110907.213000', '110907.215000', '110907.218000', '110907.220000', '110907.223000', '110907.225000', '110907.228000', '110907.231000', '110907.233000', '110907.236000', '110907.238000', '110907.241000', '110907.243000', '110907.246000', '110907.249000', '110907.251000', '110907.254000', '110907.256000', '110907.259000', '110907.261000', '110907.264000', '110907.266000', '110907.269000', '110927.162000', '110927.165000', '110927.167000', '110927.170000', '110927.172000', '110927.175000', '110927.178000', '110927.180000', '110927.183000', '110927.185000', '110927.188000', '110927.191000', '110927.193000', '110927.196000', '110927.198000', '110927.201000', '110927.204000', '110927.206000', '110927.209000', '110927.211000', '110927.214000', '110927.217000', '110927.219000', '110927.222000', '110927.224000', '110927.227000', '110927.229000', '110927.232000', '110927.235000', '110927.252000', '110927.255000', '110927.258000', '110927.260000', '110927.263000', '110927.265000', '110927.268000', '110927.270000', '110927.273000', '110927.276000', '110927.278000', '110927.281000', '110927.283000', '110927.286000', '110927.288000', '110947.162000', '110947.165000', '110947.167000', '110947.170000', '110947.172000', '110947.175000', '110947.178000', '110947.180000', '110947.183000', '110947.185000', '110947.188000', '110947.190000', '110947.193000', '110947.196000', '110947.198000', '110947.201000', '110947.204000', '110947.206000', '110947.209000', '110947.211000', '110947.214000', '110947.217000', '110947.219000', '110947.222000', '110947.224000', '110947.227000', '110947.230000', '110947.232000', '110947.235000', '110947.237000', '110947.240000', '110947.242000', '110947.245000', '110947.248000', '110947.250000', '110947.253000', '110947.255000', '110947.258000', '110947.260000', '110947.263000', '110947.266000', '110947.268000', '110947.271000', '111007.162000', '111007.165000', '111007.167000', '111007.170000', '111007.173000', '111007.175000', '111007.178000', '111007.180000', '111007.184000', '111007.186000', '111007.189000', '111007.192000', '111007.194000', '111007.197000', '111007.199000', '111007.202000', '111007.205000', '111007.207000', '111007.210000', '111007.212000', '111007.215000', '111007.217000', '111007.220000', '111007.223000', '111007.225000', '111007.228000', '111007.230000', '111007.233000', '111007.236000', '111007.238000', '111007.241000', '111007.244000', '111007.246000', '111007.249000', '111007.251000', '111007.254000', '111007.257000', '111007.259000', '111007.262000', '111007.264000', '111007.267000', '111007.270000', '111007.272000', '111027.161000', '111027.163000', '111027.166000', '111027.169000', '111027.171000', '111027.183000', '111027.186000', '111027.189000', '111027.191000', '111027.194000', '111027.196000', '111027.199000', '111027.202000', '111027.204000', '111027.207000', '111027.209000', '111027.212000', '111027.215000', '111027.217000', '111027.220000', '111027.223000', '111027.225000', '111027.228000', '111027.230000', '111027.233000', '111027.236000', '111027.238000', '111027.241000', '111027.243000', '111027.246000', '111027.249000', '111027.251000', '111027.254000', '111027.256000', '111027.259000', '111027.262000', '111027.264000', '111027.267000', '111027.269000', '111027.272000', '111027.274000', '111027.277000', '111027.280000', '111027.282000', '111047.160000', '111047.163000', '111047.166000', '111047.169000', '111047.171000', '111047.174000', '111047.177000', '111047.179000', '111047.182000', '111047.185000', '111047.187000', '111047.190000', '111047.192000', '111047.195000', '111047.198000', '111047.200000', '111047.203000', '111047.205000', '111047.208000', '111047.211000', '111047.213000', '111047.216000', '111047.218000', '111047.221000', '111047.223000', '111047.226000', '111047.236000', '111047.239000', '111047.242000', '111047.244000', '111047.247000', '111047.249000', '111047.252000', '111047.255000', '111047.257000', '111047.260000', '111047.262000', '111047.267000', '111047.270000', '111047.273000', '111047.275000', '111047.278000', '111047.280000', '111107.160000', '111107.163000', '111107.166000', '111107.168000', '111107.171000', '111107.174000', '111107.176000', '111107.179000', '111107.182000', '111107.184000', '111107.187000', '111107.190000', '111107.192000', '111107.195000', '111107.197000', '111107.200000', '111107.203000', '111107.205000', '111107.208000', '111107.211000', '111107.213000', '111107.216000', '111107.218000', '111107.221000', '111107.223000', '111107.226000', '111107.229000', '111107.231000', '111107.234000', '111107.237000', '111107.239000', '111107.242000', '111107.244000', '111107.247000', '111107.249000', '111107.252000', '111107.255000', '111107.257000', '111107.260000', '111107.262000', '111107.265000', '111107.268000', '111107.270000', '111107.273000', '111127.161000', '111127.163000', '111127.166000', '111127.169000', '111127.171000', '111127.174000', '111127.176000', '111127.179000', '111127.182000', '111127.184000', '111127.187000', '111127.189000', '111127.192000', '111127.195000', '111127.197000', '111127.200000', '111127.202000', '111127.205000', '111127.207000', '111127.210000', '111127.213000', '111127.215000', '111127.218000', '111127.221000', '111127.224000', '111127.227000', '111127.229000', '111127.232000', '111127.235000', '111127.237000', '111127.240000', '111127.242000', '111127.245000', '111127.247000', '111127.250000', '111127.253000', '111127.255000', '111127.258000', '111127.261000', '111127.263000', '111127.266000', '111127.268000', '111127.271000', '111147.161000', '111147.164000', '111147.167000', '111147.170000', '111147.172000', '111147.175000', '111147.177000', '111147.180000', '111147.183000', '111147.185000', '111147.188000', '111147.190000', '111147.194000', '111147.197000', '111147.199000', '111147.202000', '111147.204000', '111147.207000', '111147.210000', '111147.212000', '111147.215000', '111147.217000', '111147.220000', '111147.222000', '111147.225000', '111147.228000', '111147.230000', '111147.233000', '111147.236000', '111147.238000', '111147.241000', '111147.243000', '111147.246000', '111147.249000', '111147.251000', '111147.254000', '111147.256000', '111147.259000', '111147.262000', '111147.264000', '111147.267000', '111147.270000', '111147.272000', '111147.275000', '111207.162000', '111207.164000', '111207.167000', '111207.170000', '111207.172000', '111207.175000', '111207.178000', '111207.180000', '111207.195000', '111207.198000', '111207.200000', '111207.203000', '111207.206000', '111207.208000', '111207.211000', '111207.213000', '111207.216000', '111207.218000', '111207.221000', '111207.224000', '111207.226000', '111207.229000', '111207.231000', '111207.234000', '111207.237000', '111207.239000', '111207.242000', '111207.244000', '111207.247000', '111207.250000', '111207.252000', '111207.255000', '111207.257000', '111207.260000', '111207.263000', '111207.265000', '111207.268000', '111207.270000', '111207.273000', '111207.276000', '111207.278000', '111207.281000', '111207.283000', '111227.162000', '111227.165000', '111227.167000', '111227.170000', '111227.172000', '111227.175000', '111227.177000', '111227.180000', '111227.183000', '111227.185000', '111227.188000', '111227.191000', '111227.193000', '111227.196000', '111227.199000', '111227.201000', '111227.204000', '111227.206000', '111227.209000', '111227.212000', '111227.214000', '111227.217000', '111227.219000', '111227.222000', '111227.225000', '111227.227000', '111227.230000', '111227.233000', '111227.235000', '111227.238000', '111227.240000', '111227.243000', '111227.246000', '111227.248000', '111227.251000', '111227.253000', '111227.256000', '111227.259000', '111227.261000', '111227.264000', '111227.266000', '111227.269000', '111227.272000', '111227.274000', '111247.161000', '111247.164000', '111247.166000', '111247.169000', '111247.171000', '111247.174000', '111247.177000', '111247.179000', '111247.182000', '111247.185000', '111247.187000', '111247.190000', '111247.192000', '111247.195000', '111247.201000', '111247.203000', '111247.206000', '111247.209000', '111247.211000', '111247.214000', '111247.217000', '111247.219000', '111247.222000', '111247.224000', '111247.227000', '111247.229000', '111247.232000', '111247.235000', '111247.237000', '111247.240000', '111247.242000', '111247.245000', '111247.248000', '111247.250000', '111247.253000', '111247.255000', '111247.258000', '111247.261000', '111247.264000', '111247.267000', '111247.270000', '111247.273000', '111247.275000', '111307.161000', '111307.163000', '111307.166000', '111307.169000', '111307.171000', '111307.174000', '111307.176000', '111307.179000', '111307.182000', '111307.184000', '111307.187000', '111307.189000', '111307.192000', '111307.195000', '111307.197000', '111307.200000', '111307.202000', '111307.205000', '111307.208000', '111307.210000', '111307.213000', '111307.215000', '111307.218000', '111307.221000', '111307.223000', '111307.226000', '111307.228000', '111307.232000', '111307.235000', '111307.237000', '111307.240000', '111307.242000', '111307.245000', '111307.248000', '111307.250000', '111307.253000', '111307.256000', '111307.258000', '111307.261000', '111307.263000', '111307.266000', '111307.268000', '111307.271000', '111307.274000', '111327.161000', '111327.163000', '111327.166000', '111327.169000', '111327.171000', '111327.174000', '111327.177000', '111327.179000', '111327.182000', '111327.184000', '111327.187000', '111327.190000', '111327.193000', '111327.196000', '111327.199000', '111327.202000', '111327.204000', '111327.207000', '111327.209000', '111327.212000', '111327.215000', '111327.217000', '111327.220000', '111327.223000', '111327.225000', '111327.228000', '111327.230000', '111327.233000', '111327.235000', '111327.238000', '111327.241000', '111327.243000', '111327.246000', '111327.248000', '111327.251000', '111327.254000', '111327.256000', '111327.259000', '111327.261000', '111327.264000', '111327.267000', '111327.269000', '111327.272000', '111347.161000', '111347.164000', '111347.166000', '111347.169000', '111347.172000', '111347.174000', '111347.177000', '111347.179000', '111347.182000', '111347.185000', '111347.187000', '111347.190000', '111347.193000', '111347.195000', '111347.198000', '111347.200000', '111347.203000', '111347.206000', '111347.208000', '111347.211000', '111347.213000', '111347.216000', '111347.219000', '111347.221000', '111347.224000', '111347.226000', '111347.229000', '111347.231000', '111347.234000', '111347.237000', '111347.239000', '111347.242000', '111347.244000', '111347.247000', '111347.250000', '111347.252000', '111347.255000', '111347.258000', '111347.260000', '111347.263000', '111347.265000', '111347.268000', '111347.270000', '111347.273000', '111407.162000', '111407.164000', '111407.167000', '111407.170000', '111407.172000', '111407.175000', '111407.178000', '111407.180000', '111407.183000', '111407.185000', '111407.188000', '111407.191000', '111407.193000', '111407.196000', '111407.198000', '111407.201000', '111407.204000', '111407.206000', '111407.209000', '111407.211000', '111407.214000', '111407.217000', '111407.219000', '111407.222000', '111407.224000', '111407.227000', '111407.230000', '111407.232000', '111407.235000', '111407.237000', '111407.240000', '111407.243000', '111407.245000', '111407.248000', '111407.251000', '111407.253000', '111407.256000', '111407.260000', '111407.262000', '111407.265000', '111407.268000', '111407.270000', '111407.273000', '111427.162000', '111427.164000', '111427.167000', '111427.170000', '111427.172000', '111427.175000', '111427.177000', '111427.180000', '111427.183000', '111427.185000', '111427.188000', '111427.200000', '111427.203000', '111427.205000', '111427.208000', '111427.210000', '111427.213000', '111427.226000', '111427.228000', '111427.231000', '111427.234000', '111427.236000', '111427.239000', '111427.241000', '111427.244000', '111427.247000', '111427.249000', '111427.252000', '111427.254000', '111427.257000', '111427.260000', '111427.262000', '111427.265000', '111427.267000', '111427.270000', '111427.273000', '111427.275000', '111427.278000', '111427.280000', '111427.283000', '111427.286000', '111427.288000', '111427.296000', '111427.299000', '111447.162000', '111447.165000', '111447.167000', '111447.170000', '111447.173000', '111447.175000', '111447.178000', '111447.181000', '111447.183000', '111447.186000', '111447.188000', '111447.191000', '111447.193000', '111447.196000', '111447.199000', '111447.201000', '111447.204000', '111447.207000', '111447.209000', '111447.212000', '111447.214000', '111447.217000', '111447.219000', '111447.222000', '111447.224000', '111447.227000', '111447.230000', '111447.232000', '111447.235000', '111447.238000', '111447.240000', '111447.243000', '111447.246000', '111447.248000', '111447.251000', '111447.253000', '111447.256000', '111447.258000', '111447.261000', '111447.264000', '111447.266000', '111447.269000', '111447.272000', '111507.160000', '111507.163000', '111507.166000', '111507.169000', '111507.171000', '111507.174000', '111507.177000', '111507.179000', '111507.182000', '111507.184000', '111507.187000', '111507.189000', '111507.192000', '111507.195000', '111507.197000', '111507.200000', '111507.202000', '111507.205000', '111507.208000', '111507.210000', '111507.213000', '111507.215000', '111507.218000', '111507.221000', '111507.223000', '111507.226000', '111507.228000', '111507.231000', '111507.233000', '111507.236000', '111507.239000', '111507.241000', '111507.244000', '111507.246000', '111507.249000', '111507.251000', '111507.254000', '111507.257000', '111507.259000', '111507.262000', '111507.264000', '111507.267000', '111507.270000', '111507.272000', '111527.160000', '111527.163000', '111527.166000', '111527.168000', '111527.171000', '111527.174000', '111527.176000', '111527.179000', '111527.181000', '111527.184000', '111527.187000', '111527.189000', '111527.192000', '111527.194000', '111527.197000', '111527.200000', '111527.202000', '111527.205000', '111527.207000', '111527.210000', '111527.213000', '111527.215000', '111527.218000', '111527.220000', '111527.223000', '111527.225000', '111527.228000', '111527.231000', '111527.233000', '111527.236000', '111527.238000', '111527.241000', '111527.244000', '111527.246000', '111527.249000', '111527.251000', '111527.254000', '111527.256000', '111527.259000', '111527.262000', '111527.264000', '111527.267000', '111527.292000', '111547.161000', '111547.163000', '111547.166000', '111547.169000', '111547.171000', '111547.174000', '111547.176000', '111547.179000', '111547.182000', '111547.184000', '111547.187000', '111547.189000', '111547.192000', '111547.195000', '111547.197000', '111547.200000', '111547.203000', '111547.205000', '111547.208000', '111547.210000', '111547.213000', '111547.216000', '111547.218000', '111547.221000', '111547.223000', '111547.226000', '111547.228000', '111547.231000', '111547.234000', '111547.236000', '111547.239000', '111547.242000', '111547.244000', '111547.247000', '111547.249000', '111547.252000', '111547.254000', '111547.257000', '111547.260000', '111547.262000', '111547.265000', '111547.267000', '111547.270000', '111547.273000', '111607.161000', '111607.164000', '111607.166000', '111607.169000', '111607.172000', '111607.174000', '111607.177000', '111607.179000', '111607.182000', '111607.185000', '111607.187000', '111607.190000', '111607.193000', '111607.195000', '111607.198000', '111607.200000', '111607.203000', '111607.206000', '111607.208000', '111607.211000', '111607.214000', '111607.216000', '111607.219000', '111607.221000', '111607.224000', '111607.227000', '111607.229000', '111607.232000', '111607.234000', '111607.237000', '111607.239000', '111607.242000', '111607.245000', '111607.247000', '111607.250000', '111607.252000', '111607.255000', '111607.257000', '111607.260000', '111607.263000', '111607.265000', '111607.268000', '111607.270000', '111611.923000', '111611.926000', '111611.929000', '111611.932000', '111611.934000', '111611.937000', '111611.939000', '111611.942000', '111611.945000', '111611.947000', '111611.950000'], 'InstanceCreationTime': ['110207.200000', '110207.203000', '110207.206000', '110207.208000', '110207.217000', '110207.220000', '110207.223000', '110207.225000', '110207.228000', '110207.231000', '110207.238000', '110207.247000', '110207.250000', '110207.252000', '110207.255000', '110207.257000', '110207.260000', '110207.263000', '110207.265000', '110207.268000', '110207.270000', '110207.273000', '110227.161000', '110227.164000', '110227.167000', '110227.169000', '110227.172000', '110227.174000', '110227.177000', '110227.180000', '110227.182000', '110227.186000', '110227.188000', '110227.191000', '110227.193000', '110227.196000', '110227.203000', '110227.206000', '110227.208000', '110227.211000', '110227.213000', '110227.216000', '110227.219000', '110227.221000', '110227.224000', '110227.226000', '110227.229000', '110227.231000', '110227.234000', '110227.236000', '110227.239000', '110227.242000', '110227.244000', '110227.247000', '110227.249000', '110227.252000', '110227.254000', '110227.257000', '110227.260000', '110227.262000', '110227.265000', '110227.267000', '110227.270000', '110227.272000', '110227.275000', '110227.277000', '110247.162000', '110247.164000', '110247.167000', '110247.170000', '110247.172000', '110247.175000', '110247.177000', '110247.180000', '110247.183000', '110247.185000', '110247.188000', '110247.190000', '110247.193000', '110247.195000', '110247.198000', '110247.200000', '110247.203000', '110247.206000', '110247.208000', '110247.211000', '110247.213000', '110247.216000', '110247.218000', '110247.221000', '110247.224000', '110247.226000', '110247.229000', '110247.231000', '110247.234000', '110247.237000', '110247.239000', '110247.242000', '110247.244000', '110247.247000', '110247.249000', '110247.252000', '110247.255000', '110247.257000', '110247.260000', '110247.269000', '110247.272000', '110247.274000', '110247.277000', '110307.161000', '110307.164000', '110307.167000', '110307.169000', '110307.172000', '110307.175000', '110307.177000', '110307.180000', '110307.183000', '110307.186000', '110307.189000', '110307.192000', '110307.194000', '110307.197000', '110307.199000', '110307.202000', '110307.204000', '110307.207000', '110307.209000', '110307.212000', '110307.214000', '110307.217000', '110307.220000', '110307.222000', '110307.225000', '110307.227000', '110307.230000', '110307.232000', '110307.235000', '110307.237000', '110307.240000', '110307.243000', '110307.246000', '110307.248000', '110307.251000', '110307.253000', '110307.256000', '110307.258000', '110307.261000', '110307.264000', '110307.266000', '110307.269000', '110307.271000', '110327.161000', '110327.163000', '110327.166000', '110327.169000', '110327.171000', '110327.180000', '110327.182000', '110327.185000', '110327.188000', '110327.190000', '110327.193000', '110327.195000', '110327.198000', '110327.200000', '110327.203000', '110327.206000', '110327.208000', '110327.211000', '110327.213000', '110327.216000', '110327.219000', '110327.221000', '110327.224000', '110327.226000', '110327.229000', '110327.231000', '110327.234000', '110327.237000', '110327.239000', '110327.242000', '110327.244000', '110327.247000', '110327.249000', '110327.252000', '110327.255000', '110327.257000', '110327.260000', '110327.262000', '110327.265000', '110327.267000', '110327.270000', '110327.273000', '110327.275000', '110327.278000', '110347.160000', '110347.164000', '110347.166000', '110347.169000', '110347.172000', '110347.174000', '110347.177000', '110347.179000', '110347.182000', '110347.185000', '110347.187000', '110347.190000', '110347.192000', '110347.195000', '110347.198000', '110347.200000', '110347.203000', '110347.205000', '110347.208000', '110347.211000', '110347.213000', '110347.216000', '110347.218000', '110347.221000', '110347.225000', '110347.228000', '110347.230000', '110347.233000', '110347.235000', '110347.238000', '110347.241000', '110347.243000', '110347.246000', '110347.248000', '110347.251000', '110347.254000', '110347.256000', '110347.259000', '110347.261000', '110347.264000', '110347.266000', '110347.269000', '110347.271000', '110407.160000', '110407.163000', '110407.166000', '110407.168000', '110407.171000', '110407.174000', '110407.176000', '110407.179000', '110407.181000', '110407.184000', '110407.187000', '110407.189000', '110407.192000', '110407.194000', '110407.197000', '110407.200000', '110407.202000', '110407.205000', '110407.208000', '110407.210000', '110407.213000', '110407.215000', '110407.218000', '110407.220000', '110407.223000', '110407.225000', '110407.228000', '110407.231000', '110407.233000', '110407.236000', '110407.238000', '110407.241000', '110407.243000', '110407.246000', '110407.249000', '110407.251000', '110407.254000', '110407.256000', '110407.259000', '110407.262000', '110407.264000', '110407.267000', '110407.270000', '110407.272000', '110427.161000', '110427.163000', '110427.166000', '110427.169000', '110427.171000', '110427.174000', '110427.176000', '110427.179000', '110427.182000', '110427.184000', '110427.187000', '110427.189000', '110427.192000', '110427.194000', '110427.197000', '110427.200000', '110427.202000', '110427.205000', '110427.208000', '110427.210000', '110427.213000', '110427.215000', '110427.218000', '110427.221000', '110427.223000', '110427.226000', '110427.228000', '110427.231000', '110427.233000', '110427.236000', '110427.239000', '110427.241000', '110427.244000', '110427.246000', '110427.249000', '110427.251000', '110427.254000', '110427.257000', '110427.259000', '110427.262000', '110427.264000', '110427.267000', '110427.269000', '110447.162000', '110447.164000', '110447.167000', '110447.170000', '110447.172000', '110447.175000', '110447.177000', '110447.180000', '110447.183000', '110447.185000', '110447.188000', '110447.190000', '110447.193000', '110447.195000', '110447.198000', '110447.201000', '110447.203000', '110447.206000', '110447.208000', '110447.211000', '110447.213000', '110447.216000', '110447.218000', '110447.221000', '110447.224000', '110447.226000', '110447.229000', '110447.231000', '110447.234000', '110447.237000', '110447.239000', '110447.242000', '110447.244000', '110447.247000', '110447.249000', '110447.252000', '110447.255000', '110447.257000', '110447.260000', '110447.262000', '110447.265000', '110447.267000', '110447.270000', '110447.273000', '110507.162000', '110507.164000', '110507.167000', '110507.170000', '110507.172000', '110507.175000', '110507.177000', '110507.180000', '110507.183000', '110507.185000', '110507.188000', '110507.190000', '110507.193000', '110507.196000', '110507.198000', '110507.201000', '110507.203000', '110507.206000', '110507.209000', '110507.211000', '110507.214000', '110507.216000', '110507.220000', '110507.223000', '110507.225000', '110507.228000', '110507.260000', '110507.263000', '110507.266000', '110507.269000', '110507.272000', '110507.275000', '110507.278000', '110507.280000', '110507.283000', '110507.285000', '110507.288000', '110507.290000', '110507.293000', '110507.296000', '110507.298000', '110507.301000', '110507.304000', '110527.162000', '110527.164000', '110527.167000', '110527.170000', '110527.172000', '110527.175000', '110527.177000', '110527.180000', '110527.183000', '110527.185000', '110527.188000', '110527.190000', '110527.193000', '110527.196000', '110527.198000', '110527.201000', '110527.203000', '110527.206000', '110527.209000', '110527.211000', '110527.214000', '110527.217000', '110527.219000', '110527.222000', '110527.224000', '110527.227000', '110527.230000', '110527.232000', '110527.235000', '110527.237000', '110527.240000', '110527.243000', '110527.245000', '110527.248000', '110527.250000', '110527.253000', '110527.255000', '110527.258000', '110527.261000', '110527.263000', '110527.266000', '110527.269000', '110527.271000', '110527.274000', '110547.160000', '110547.163000', '110547.166000', '110547.168000', '110547.171000', '110547.174000', '110547.176000', '110547.179000', '110547.181000', '110547.184000', '110547.187000', '110547.189000', '110547.192000', '110547.195000', '110547.197000', '110547.200000', '110547.202000', '110547.205000', '110547.207000', '110547.210000', '110547.213000', '110547.215000', '110547.218000', '110547.220000', '110547.223000', '110547.226000', '110547.228000', '110547.231000', '110547.234000', '110547.236000', '110547.239000', '110547.241000', '110547.244000', '110547.247000', '110547.249000', '110547.252000', '110547.254000', '110547.257000', '110547.260000', '110547.262000', '110547.265000', '110547.267000', '110547.270000', '110607.160000', '110607.163000', '110607.166000', '110607.169000', '110607.171000', '110607.174000', '110607.176000', '110607.179000', '110607.182000', '110607.184000', '110607.187000', '110607.189000', '110607.192000', '110607.195000', '110607.197000', '110607.200000', '110607.202000', '110607.205000', '110607.208000', '110607.210000', '110607.213000', '110607.215000', '110607.218000', '110607.221000', '110607.223000', '110607.226000', '110607.229000', '110607.231000', '110607.234000', '110607.236000', '110607.239000', '110607.242000', '110607.244000', '110607.247000', '110607.249000', '110607.252000', '110607.254000', '110607.257000', '110607.260000', '110607.262000', '110607.265000', '110607.267000', '110607.270000', '110607.272000', '110627.161000', '110627.163000', '110627.166000', '110627.169000', '110627.171000', '110627.174000', '110627.176000', '110627.179000', '110627.182000', '110627.184000', '110627.187000', '110627.189000', '110627.192000', '110627.195000', '110627.197000', '110627.200000', '110627.202000', '110627.205000', '110627.207000', '110627.210000', '110627.213000', '110627.215000', '110627.218000', '110627.221000', '110627.223000', '110627.226000', '110627.228000', '110627.231000', '110627.233000', '110627.236000', '110627.239000', '110627.241000', '110627.244000', '110627.246000', '110627.249000', '110627.252000', '110627.254000', '110627.257000', '110627.260000', '110627.262000', '110627.265000', '110627.267000', '110627.270000', '110647.161000', '110647.163000', '110647.166000', '110647.169000', '110647.171000', '110647.174000', '110647.176000', '110647.179000', '110647.214000', '110647.216000', '110647.219000', '110647.221000', '110647.224000', '110647.227000', '110647.229000', '110647.232000', '110647.234000', '110647.237000', '110647.239000', '110647.242000', '110647.245000', '110647.247000', '110647.250000', '110647.252000', '110647.255000', '110647.258000', '110647.260000', '110647.263000', '110647.265000', '110647.268000', '110647.270000', '110647.273000', '110647.276000', '110647.278000', '110647.281000', '110647.284000', '110647.286000', '110647.289000', '110647.291000', '110647.294000', '110647.296000', '110647.299000', '110647.302000', '110647.304000', '110707.162000', '110707.164000', '110707.167000', '110707.170000', '110707.172000', '110707.175000', '110707.177000', '110707.180000', '110707.183000', '110707.185000', '110707.188000', '110707.190000', '110707.193000', '110707.196000', '110707.198000', '110707.201000', '110707.203000', '110707.206000', '110707.208000', '110707.211000', '110707.214000', '110707.216000', '110707.219000', '110707.221000', '110707.224000', '110707.226000', '110707.229000', '110707.252000', '110707.255000', '110707.258000', '110707.261000', '110707.264000', '110707.267000', '110707.269000', '110707.272000', '110707.275000', '110707.277000', '110707.280000', '110707.282000', '110707.285000', '110707.288000', '110707.290000', '110707.293000', '110727.161000', '110727.164000', '110727.167000', '110727.170000', '110727.172000', '110727.175000', '110727.177000', '110727.180000', '110727.183000', '110727.185000', '110727.188000', '110727.190000', '110727.193000', '110727.196000', '110727.198000', '110727.201000', '110727.203000', '110727.206000', '110727.209000', '110727.211000', '110727.214000', '110727.216000', '110727.221000', '110727.223000', '110727.226000', '110727.229000', '110727.231000', '110727.234000', '110727.236000', '110727.239000', '110727.242000', '110727.244000', '110727.247000', '110727.249000', '110727.252000', '110727.255000', '110727.257000', '110727.260000', '110727.262000', '110727.265000', '110727.267000', '110727.270000', '110727.278000', '110727.281000', '110747.162000', '110747.164000', '110747.167000', '110747.170000', '110747.172000', '110747.175000', '110747.177000', '110747.180000', '110747.183000', '110747.185000', '110747.188000', '110747.190000', '110747.193000', '110747.196000', '110747.198000', '110747.201000', '110747.203000', '110747.206000', '110747.209000', '110747.211000', '110747.214000', '110747.216000', '110747.219000', '110747.222000', '110747.224000', '110747.227000', '110747.229000', '110747.232000', '110747.235000', '110747.237000', '110747.240000', '110747.242000', '110747.245000', '110747.247000', '110747.250000', '110747.253000', '110747.255000', '110747.258000', '110747.260000', '110747.263000', '110747.265000', '110747.268000', '110747.271000', '110807.160000', '110807.163000', '110807.166000', '110807.168000', '110807.171000', '110807.174000', '110807.176000', '110807.179000', '110807.182000', '110807.184000', '110807.187000', '110807.189000', '110807.192000', '110807.194000', '110807.197000', '110807.207000', '110807.210000', '110807.212000', '110807.215000', '110807.246000', '110807.248000', '110807.251000', '110807.253000', '110807.256000', '110807.258000', '110807.261000', '110807.264000', '110807.266000', '110807.269000', '110807.271000', '110807.274000', '110807.276000', '110807.279000', '110807.282000', '110807.284000', '110807.287000', '110807.289000', '110807.292000', '110807.295000', '110807.297000', '110807.300000', '110807.302000', '110807.305000', '110807.308000', '110827.161000', '110827.163000', '110827.166000', '110827.169000', '110827.171000', '110827.174000', '110827.176000', '110827.179000', '110827.182000', '110827.184000', '110827.187000', '110827.189000', '110827.192000', '110827.194000', '110827.197000', '110827.199000', '110827.202000', '110827.205000', '110827.207000', '110827.210000', '110827.212000', '110827.215000', '110827.218000', '110827.220000', '110827.223000', '110827.225000', '110827.228000', '110827.231000', '110827.233000', '110827.236000', '110827.238000', '110827.241000', '110827.244000', '110827.246000', '110827.249000', '110827.251000', '110827.254000', '110827.256000', '110827.259000', '110827.262000', '110827.264000', '110827.267000', '110827.269000', '110847.160000', '110847.163000', '110847.166000', '110847.169000', '110847.171000', '110847.174000', '110847.176000', '110847.179000', '110847.182000', '110847.184000', '110847.187000', '110847.189000', '110847.192000', '110847.194000', '110847.197000', '110847.200000', '110847.202000', '110847.205000', '110847.208000', '110847.210000', '110847.213000', '110847.215000', '110847.218000', '110847.220000', '110847.223000', '110847.226000', '110847.228000', '110847.231000', '110847.233000', '110847.236000', '110847.238000', '110847.241000', '110847.244000', '110847.247000', '110847.249000', '110847.252000', '110847.254000', '110847.257000', '110847.259000', '110847.262000', '110847.265000', '110847.267000', '110847.270000', '110847.272000', '110907.161000', '110907.163000', '110907.166000', '110907.169000', '110907.171000', '110907.174000', '110907.176000', '110907.179000', '110907.182000', '110907.184000', '110907.187000', '110907.189000', '110907.192000', '110907.194000', '110907.197000', '110907.200000', '110907.202000', '110907.205000', '110907.207000', '110907.210000', '110907.213000', '110907.215000', '110907.218000', '110907.220000', '110907.223000', '110907.225000', '110907.228000', '110907.231000', '110907.233000', '110907.236000', '110907.238000', '110907.241000', '110907.243000', '110907.246000', '110907.249000', '110907.251000', '110907.254000', '110907.256000', '110907.259000', '110907.261000', '110907.264000', '110907.266000', '110907.269000', '110927.162000', '110927.165000', '110927.167000', '110927.170000', '110927.172000', '110927.175000', '110927.178000', '110927.180000', '110927.183000', '110927.185000', '110927.188000', '110927.191000', '110927.193000', '110927.196000', '110927.198000', '110927.201000', '110927.204000', '110927.206000', '110927.209000', '110927.211000', '110927.214000', '110927.217000', '110927.219000', '110927.222000', '110927.224000', '110927.227000', '110927.229000', '110927.232000', '110927.235000', '110927.252000', '110927.255000', '110927.258000', '110927.260000', '110927.263000', '110927.265000', '110927.268000', '110927.270000', '110927.273000', '110927.276000', '110927.278000', '110927.281000', '110927.283000', '110927.286000', '110927.288000', '110947.162000', '110947.165000', '110947.167000', '110947.170000', '110947.172000', '110947.175000', '110947.178000', '110947.180000', '110947.183000', '110947.185000', '110947.188000', '110947.190000', '110947.193000', '110947.196000', '110947.198000', '110947.201000', '110947.204000', '110947.206000', '110947.209000', '110947.211000', '110947.214000', '110947.217000', '110947.219000', '110947.222000', '110947.224000', '110947.227000', '110947.230000', '110947.232000', '110947.235000', '110947.237000', '110947.240000', '110947.242000', '110947.245000', '110947.248000', '110947.250000', '110947.253000', '110947.255000', '110947.258000', '110947.260000', '110947.263000', '110947.266000', '110947.268000', '110947.271000', '111007.162000', '111007.165000', '111007.167000', '111007.170000', '111007.173000', '111007.175000', '111007.178000', '111007.180000', '111007.184000', '111007.186000', '111007.189000', '111007.192000', '111007.194000', '111007.197000', '111007.199000', '111007.202000', '111007.205000', '111007.207000', '111007.210000', '111007.212000', '111007.215000', '111007.217000', '111007.220000', '111007.223000', '111007.225000', '111007.228000', '111007.230000', '111007.233000', '111007.236000', '111007.238000', '111007.241000', '111007.244000', '111007.246000', '111007.249000', '111007.251000', '111007.254000', '111007.257000', '111007.259000', '111007.262000', '111007.264000', '111007.267000', '111007.270000', '111007.272000', '111027.161000', '111027.163000', '111027.166000', '111027.169000', '111027.171000', '111027.183000', '111027.186000', '111027.189000', '111027.191000', '111027.194000', '111027.196000', '111027.199000', '111027.202000', '111027.204000', '111027.207000', '111027.209000', '111027.212000', '111027.215000', '111027.217000', '111027.220000', '111027.223000', '111027.225000', '111027.228000', '111027.230000', '111027.233000', '111027.236000', '111027.238000', '111027.241000', '111027.243000', '111027.246000', '111027.249000', '111027.251000', '111027.254000', '111027.256000', '111027.259000', '111027.262000', '111027.264000', '111027.267000', '111027.269000', '111027.272000', '111027.274000', '111027.277000', '111027.280000', '111027.282000', '111047.160000', '111047.163000', '111047.166000', '111047.169000', '111047.171000', '111047.174000', '111047.177000', '111047.179000', '111047.182000', '111047.185000', '111047.187000', '111047.190000', '111047.192000', '111047.195000', '111047.198000', '111047.200000', '111047.203000', '111047.205000', '111047.208000', '111047.211000', '111047.213000', '111047.216000', '111047.218000', '111047.221000', '111047.223000', '111047.226000', '111047.236000', '111047.239000', '111047.242000', '111047.244000', '111047.247000', '111047.249000', '111047.252000', '111047.255000', '111047.257000', '111047.260000', '111047.262000', '111047.267000', '111047.270000', '111047.273000', '111047.275000', '111047.278000', '111047.280000', '111107.160000', '111107.163000', '111107.166000', '111107.168000', '111107.171000', '111107.174000', '111107.176000', '111107.179000', '111107.182000', '111107.184000', '111107.187000', '111107.190000', '111107.192000', '111107.195000', '111107.197000', '111107.200000', '111107.203000', '111107.205000', '111107.208000', '111107.211000', '111107.213000', '111107.216000', '111107.218000', '111107.221000', '111107.223000', '111107.226000', '111107.229000', '111107.231000', '111107.234000', '111107.237000', '111107.239000', '111107.242000', '111107.244000', '111107.247000', '111107.249000', '111107.252000', '111107.255000', '111107.257000', '111107.260000', '111107.262000', '111107.265000', '111107.268000', '111107.270000', '111107.273000', '111127.161000', '111127.163000', '111127.166000', '111127.169000', '111127.171000', '111127.174000', '111127.176000', '111127.179000', '111127.182000', '111127.184000', '111127.187000', '111127.189000', '111127.192000', '111127.195000', '111127.197000', '111127.200000', '111127.202000', '111127.205000', '111127.207000', '111127.210000', '111127.213000', '111127.215000', '111127.218000', '111127.221000', '111127.224000', '111127.227000', '111127.229000', '111127.232000', '111127.235000', '111127.237000', '111127.240000', '111127.242000', '111127.245000', '111127.247000', '111127.250000', '111127.253000', '111127.255000', '111127.258000', '111127.261000', '111127.263000', '111127.266000', '111127.268000', '111127.271000', '111147.161000', '111147.164000', '111147.167000', '111147.170000', '111147.172000', '111147.175000', '111147.177000', '111147.180000', '111147.183000', '111147.185000', '111147.188000', '111147.190000', '111147.194000', '111147.197000', '111147.199000', '111147.202000', '111147.204000', '111147.207000', '111147.210000', '111147.212000', '111147.215000', '111147.217000', '111147.220000', '111147.222000', '111147.225000', '111147.228000', '111147.230000', '111147.233000', '111147.236000', '111147.238000', '111147.241000', '111147.243000', '111147.246000', '111147.249000', '111147.251000', '111147.254000', '111147.256000', '111147.259000', '111147.262000', '111147.264000', '111147.267000', '111147.270000', '111147.272000', '111147.275000', '111207.162000', '111207.164000', '111207.167000', '111207.170000', '111207.172000', '111207.175000', '111207.178000', '111207.180000', '111207.195000', '111207.198000', '111207.200000', '111207.203000', '111207.206000', '111207.208000', '111207.211000', '111207.213000', '111207.216000', '111207.218000', '111207.221000', '111207.224000', '111207.226000', '111207.229000', '111207.231000', '111207.234000', '111207.237000', '111207.239000', '111207.242000', '111207.244000', '111207.247000', '111207.250000', '111207.252000', '111207.255000', '111207.257000', '111207.260000', '111207.263000', '111207.265000', '111207.268000', '111207.270000', '111207.273000', '111207.276000', '111207.278000', '111207.281000', '111207.283000', '111227.162000', '111227.165000', '111227.167000', '111227.170000', '111227.172000', '111227.175000', '111227.177000', '111227.180000', '111227.183000', '111227.185000', '111227.188000', '111227.191000', '111227.193000', '111227.196000', '111227.199000', '111227.201000', '111227.204000', '111227.206000', '111227.209000', '111227.212000', '111227.214000', '111227.217000', '111227.219000', '111227.222000', '111227.225000', '111227.227000', '111227.230000', '111227.233000', '111227.235000', '111227.238000', '111227.240000', '111227.243000', '111227.246000', '111227.248000', '111227.251000', '111227.253000', '111227.256000', '111227.259000', '111227.261000', '111227.264000', '111227.266000', '111227.269000', '111227.272000', '111227.274000', '111247.161000', '111247.164000', '111247.166000', '111247.169000', '111247.171000', '111247.174000', '111247.177000', '111247.179000', '111247.182000', '111247.185000', '111247.187000', '111247.190000', '111247.192000', '111247.195000', '111247.201000', '111247.203000', '111247.206000', '111247.209000', '111247.211000', '111247.214000', '111247.217000', '111247.219000', '111247.222000', '111247.224000', '111247.227000', '111247.229000', '111247.232000', '111247.235000', '111247.237000', '111247.240000', '111247.242000', '111247.245000', '111247.248000', '111247.250000', '111247.253000', '111247.255000', '111247.258000', '111247.261000', '111247.264000', '111247.267000', '111247.270000', '111247.273000', '111247.275000', '111307.161000', '111307.163000', '111307.166000', '111307.169000', '111307.171000', '111307.174000', '111307.176000', '111307.179000', '111307.182000', '111307.184000', '111307.187000', '111307.189000', '111307.192000', '111307.195000', '111307.197000', '111307.200000', '111307.202000', '111307.205000', '111307.208000', '111307.210000', '111307.213000', '111307.215000', '111307.218000', '111307.221000', '111307.223000', '111307.226000', '111307.228000', '111307.232000', '111307.235000', '111307.237000', '111307.240000', '111307.242000', '111307.245000', '111307.248000', '111307.250000', '111307.253000', '111307.256000', '111307.258000', '111307.261000', '111307.263000', '111307.266000', '111307.268000', '111307.271000', '111307.274000', '111327.161000', '111327.163000', '111327.166000', '111327.169000', '111327.171000', '111327.174000', '111327.177000', '111327.179000', '111327.182000', '111327.184000', '111327.187000', '111327.190000', '111327.193000', '111327.196000', '111327.199000', '111327.202000', '111327.204000', '111327.207000', '111327.209000', '111327.212000', '111327.215000', '111327.217000', '111327.220000', '111327.223000', '111327.225000', '111327.228000', '111327.230000', '111327.233000', '111327.235000', '111327.238000', '111327.241000', '111327.243000', '111327.246000', '111327.248000', '111327.251000', '111327.254000', '111327.256000', '111327.259000', '111327.261000', '111327.264000', '111327.267000', '111327.269000', '111327.272000', '111347.161000', '111347.164000', '111347.166000', '111347.169000', '111347.172000', '111347.174000', '111347.177000', '111347.179000', '111347.182000', '111347.185000', '111347.187000', '111347.190000', '111347.193000', '111347.195000', '111347.198000', '111347.200000', '111347.203000', '111347.206000', '111347.208000', '111347.211000', '111347.213000', '111347.216000', '111347.219000', '111347.221000', '111347.224000', '111347.226000', '111347.229000', '111347.231000', '111347.234000', '111347.237000', '111347.239000', '111347.242000', '111347.244000', '111347.247000', '111347.250000', '111347.252000', '111347.255000', '111347.258000', '111347.260000', '111347.263000', '111347.265000', '111347.268000', '111347.270000', '111347.273000', '111407.162000', '111407.164000', '111407.167000', '111407.170000', '111407.172000', '111407.175000', '111407.178000', '111407.180000', '111407.183000', '111407.185000', '111407.188000', '111407.191000', '111407.193000', '111407.196000', '111407.198000', '111407.201000', '111407.204000', '111407.206000', '111407.209000', '111407.211000', '111407.214000', '111407.217000', '111407.219000', '111407.222000', '111407.224000', '111407.227000', '111407.230000', '111407.232000', '111407.235000', '111407.237000', '111407.240000', '111407.243000', '111407.245000', '111407.248000', '111407.251000', '111407.253000', '111407.256000', '111407.260000', '111407.262000', '111407.265000', '111407.268000', '111407.270000', '111407.273000', '111427.162000', '111427.164000', '111427.167000', '111427.170000', '111427.172000', '111427.175000', '111427.177000', '111427.180000', '111427.183000', '111427.185000', '111427.188000', '111427.200000', '111427.203000', '111427.205000', '111427.208000', '111427.210000', '111427.213000', '111427.226000', '111427.228000', '111427.231000', '111427.234000', '111427.236000', '111427.239000', '111427.241000', '111427.244000', '111427.247000', '111427.249000', '111427.252000', '111427.254000', '111427.257000', '111427.260000', '111427.262000', '111427.265000', '111427.267000', '111427.270000', '111427.273000', '111427.275000', '111427.278000', '111427.280000', '111427.283000', '111427.286000', '111427.288000', '111427.296000', '111427.299000', '111447.162000', '111447.165000', '111447.167000', '111447.170000', '111447.173000', '111447.175000', '111447.178000', '111447.181000', '111447.183000', '111447.186000', '111447.188000', '111447.191000', '111447.193000', '111447.196000', '111447.199000', '111447.201000', '111447.204000', '111447.207000', '111447.209000', '111447.212000', '111447.214000', '111447.217000', '111447.219000', '111447.222000', '111447.224000', '111447.227000', '111447.230000', '111447.232000', '111447.235000', '111447.238000', '111447.240000', '111447.243000', '111447.246000', '111447.248000', '111447.251000', '111447.253000', '111447.256000', '111447.258000', '111447.261000', '111447.264000', '111447.266000', '111447.269000', '111447.272000', '111507.160000', '111507.163000', '111507.166000', '111507.169000', '111507.171000', '111507.174000', '111507.177000', '111507.179000', '111507.182000', '111507.184000', '111507.187000', '111507.189000', '111507.192000', '111507.195000', '111507.197000', '111507.200000', '111507.202000', '111507.205000', '111507.208000', '111507.210000', '111507.213000', '111507.215000', '111507.218000', '111507.221000', '111507.223000', '111507.226000', '111507.228000', '111507.231000', '111507.233000', '111507.236000', '111507.239000', '111507.241000', '111507.244000', '111507.246000', '111507.249000', '111507.251000', '111507.254000', '111507.257000', '111507.259000', '111507.262000', '111507.264000', '111507.267000', '111507.270000', '111507.272000', '111527.160000', '111527.163000', '111527.166000', '111527.168000', '111527.171000', '111527.174000', '111527.176000', '111527.179000', '111527.181000', '111527.184000', '111527.187000', '111527.189000', '111527.192000', '111527.194000', '111527.197000', '111527.200000', '111527.202000', '111527.205000', '111527.207000', '111527.210000', '111527.213000', '111527.215000', '111527.218000', '111527.220000', '111527.223000', '111527.225000', '111527.228000', '111527.231000', '111527.233000', '111527.236000', '111527.238000', '111527.241000', '111527.244000', '111527.246000', '111527.249000', '111527.251000', '111527.254000', '111527.256000', '111527.259000', '111527.262000', '111527.264000', '111527.267000', '111527.292000', '111547.161000', '111547.163000', '111547.166000', '111547.169000', '111547.171000', '111547.174000', '111547.176000', '111547.179000', '111547.182000', '111547.184000', '111547.187000', '111547.189000', '111547.192000', '111547.195000', '111547.197000', '111547.200000', '111547.203000', '111547.205000', '111547.208000', '111547.210000', '111547.213000', '111547.216000', '111547.218000', '111547.221000', '111547.223000', '111547.226000', '111547.228000', '111547.231000', '111547.234000', '111547.236000', '111547.239000', '111547.242000', '111547.244000', '111547.247000', '111547.249000', '111547.252000', '111547.254000', '111547.257000', '111547.260000', '111547.262000', '111547.265000', '111547.267000', '111547.270000', '111547.273000', '111607.161000', '111607.164000', '111607.166000', '111607.169000', '111607.172000', '111607.174000', '111607.177000', '111607.179000', '111607.182000', '111607.185000', '111607.187000', '111607.190000', '111607.193000', '111607.195000', '111607.198000', '111607.200000', '111607.203000', '111607.206000', '111607.208000', '111607.211000', '111607.214000', '111607.216000', '111607.219000', '111607.221000', '111607.224000', '111607.227000', '111607.229000', '111607.232000', '111607.234000', '111607.237000', '111607.239000', '111607.242000', '111607.245000', '111607.247000', '111607.250000', '111607.252000', '111607.255000', '111607.257000', '111607.260000', '111607.263000', '111607.265000', '111607.268000', '111607.270000', '111611.923000', '111611.926000', '111611.929000', '111611.932000', '111611.934000', '111611.937000', '111611.939000', '111611.942000', '111611.945000', '111611.947000', '111611.950000'], '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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [8418, 12644, 8051, 11556, 8142, 8533, 8865, 8238, 11072, 6969, 11269, 7640, 11232, 7412, 10970, 8770, 11330, 7851, 9619, 8337, 8178, 8603, 8886, 9617, 6895, 9020, 6707, 9337, 7234, 12039, 8614, 12191, 7960, 10975, 8222, 11667, 9288, 6996, 8212, 7271, 7600, 6694, 9811, 7906, 11590, 7755, 11109, 7874, 11313, 9356, 15184, 7917, 11755, 7444, 10362, 8160, 11411, 8984, 7758, 7832, 7285, 7318, 7195, 8277, 6874, 9763, 6837, 9571, 6978, 9005, 7235, 10396, 7124, 10884, 7060, 9917, 6901, 10636, 8363, 11069, 7990, 10166, 7628, 8967, 8026, 9596, 8780, 6908, 8161, 6921, 8218, 7612, 8332, 7162, 9071, 6972, 11518, 8667, 7375, 7693, 6828, 7393, 10466, 8502, 12490, 9698, 7958, 8067, 8579, 7500, 10571, 8304, 13438, 10183, 7218, 7700, 6944, 7017, 7550, 7509, 9106, 9351, 6649, 8755, 6795, 8117, 7092, 8262, 8437, 10754, 6922, 9279, 6856, 8088, 6996, 9182, 7713, 11181, 6843, 9053, 6937, 8844, 6935, 10167, 7437, 10800, 7045, 9588, 6879, 9303, 7126, 10484, 7741, 10152, 6789, 9312, 6761, 8912, 7339, 9956, 6975, 9663, 6740, 8635, 6903, 8827, 7089, 9044, 6725, 8726, 6788, 8526, 6956, 9778, 7195, 11011, 7873, 6636, 6932, 6749, 7493, 7206, 8387, 8852, 10121, 6767, 8379, 6898, 7814, 7732, 9350, 11785, 12286, 6690, 8287, 6728, 8148, 6676, 10248, 7415, 9937, 6745, 9642, 6912, 10388, 7816, 11015, 7807, 11956, 7376, 10564, 8146, 11275, 8719, 13769, 7374, 8285, 6981, 8303, 7569, 7673, 7696, 6938, 8587, 6774, 8500, 6994, 10792, 8562, 7616, 8447, 6621, 7668, 6996, 9430, 7493, 6875, 8246, 8215, 13034, 10304, 10925, 7788, 6717, 7882, 7787, 13616, 9222, 12526, 7154, 9798, 7100, 9193, 7692, 6714, 8011, 6670, 7554, 6941, 8929, 7608, 10937, 7244, 10931, 7148, 10858, 7992, 11370, 8849, 6943, 7461, 6645, 7107, 6969, 8147, 7050, 11545, 8803, 7323, 7050, 6652, 7951, 6834, 9666, 7008, 10276, 7447, 10988, 8899, 13283, 10326, 13649, 8341, 8765, 7515, 8332, 10359, 6921, 12233, 6821, 9334, 6977, 9403, 7345, 10568, 9412, 13202, 7946, 10936, 7383, 9158, 7293, 11204, 8588, 7393, 7970, 7070, 7555, 7948, 8345, 9284, 11220, 6779, 7922, 6713, 7344, 6755, 9219, 8308, 14377, 6888, 9402, 6904, 8793, 7258, 10270, 7601, 10967, 7311, 10837, 7678, 10313, 7935, 6878, 8176, 7082, 9063, 7118, 11082, 8577, 13193, 8589, 11266, 7529, 9241, 7119, 10758, 8779, 14092, 7056, 8769, 7375, 8712, 7157, 10039, 7968, 10319, 7300, 10121, 7231, 10671, 7793, 9134, 7608, 8334, 7469, 7521, 7318, 8636, 8868, 6845, 7666, 6699, 7118, 6695, 8295, 7139, 11235, 6887, 9021, 6987, 8853, 7076, 11194, 9047, 14372, 8182, 11247, 7739, 9722, 7956, 11438, 8608, 14206, 7587, 8915, 7033, 9325, 7117, 9538, 7540, 10899, 7416, 8577, 7076, 10579, 7286, 11454, 8074, 12022, 7987, 11577, 7170, 10872, 7466, 11135, 8196, 11886, 7507, 9808, 6986, 10079, 7375, 9794, 7576, 10958, 7564, 7702, 7031, 7304, 6967, 10951, 8547, 7243, 7127, 7323, 7222, 7328, 7002, 8565, 9677, 6768, 7948, 7037, 7083, 6809, 9130, 6876, 9985, 6935, 8330, 7029, 9236, 7524, 12257, 9108, 6893, 6886, 6742, 7374, 6964, 11493, 7023, 9336, 7000, 7953, 8172, 7226, 10027, 6935, 7289, 6954, 7442, 12303, 12017, 7626, 7874, 7020, 7048, 7206, 7001, 7727, 8251, 6857, 8063, 6844, 6980, 7050, 7093, 9160, 8246, 8046, 7431, 12234, 7075, 10637, 8106, 9623, 7238, 9200, 7203, 8314, 7026, 8529, 7214, 9636, 6918, 9270, 6982, 9627, 7580, 11181, 8257, 11531, 7191, 8809, 7239, 9000, 7919, 10632, 6772, 7550, 7062, 7676, 6806, 10000, 6863, 8099, 6947, 7118, 6837, 6847, 7022, 9369, 7874, 10874, 6880, 10316, 7254, 10206, 7319, 10118, 7872, 9745, 8863, 7098, 11558, 7233, 14421, 10106, 12677, 7419, 10609, 7189, 8939, 6940, 8893, 7172, 7629, 6873, 7887, 7191, 7417, 6933, 8699, 7046, 8814, 7063, 7285, 7039, 7782, 10730, 9055, 9772, 7203, 10680, 7117, 11652, 7714, 10449, 7682, 10875, 6924, 9545, 6787, 9448, 7487, 9532, 7098, 9250, 6714, 8207, 7248, 10090, 7079, 9530, 6849, 7460, 6862, 7055, 7355, 7548, 9752, 8883, 6707, 7127, 6940, 6990, 8749, 7192, 9456, 7014, 9153, 7080, 8972, 7314, 6830, 7446, 6727, 6962, 6836, 7254, 6656, 7671, 6933, 8031, 7824, 12046, 8845, 11674, 7150, 7761, 7042, 6940, 7822, 7876, 12448, 7123, 9432, 7065, 8701, 7382, 12364, 10805, 13029, 7221, 7519, 6847, 7964, 8382, 14851, 7169, 10166, 6997, 7934, 7082, 8993, 7805, 11083, 7101, 11187, 6913, 9542, 6971, 10942, 9326, 7041, 7535, 8466, 6944, 11035, 7647, 13601, 10727, 14158, 7909, 11237, 7330, 10602, 7755, 10335, 8044, 6982, 7016, 6740, 6984, 6910, 8829, 6757, 8856, 6643, 6974, 6745, 6944, 6899, 7028, 6889, 12177, 8415, 10968, 6900, 9097, 6953, 10056, 7406, 11255, 8766, 8000, 7172, 9034, 7095, 11146, 9367, 8187, 7523, 7688, 7449, 13153, 7725, 11628, 8222, 10201, 8028, 11002, 8928, 11385, 7037, 7370, 6889, 6622, 6819, 7391, 9410, 6897, 6915, 6791, 7520, 8289, 10611, 7834, 9778, 7345, 7187, 6842, 6901, 7052, 7874, 9079, 13436, 6866, 7786, 6796, 7040, 7014, 9379, 7399, 11287, 7200, 8040, 6949, 6858, 7097, 6954, 6890, 9695, 7860, 11861, 7945, 6785, 7534, 6826, 11934, 12165, 15160, 10991, 10892, 7676, 7570, 6992, 8317, 7807, 8740, 14066, 6930, 10041, 6953, 7145, 6931, 6852, 7856, 6971, 10838, 7279, 11393, 7291, 6979, 7367, 6900, 9814, 7046, 10750, 6758, 10682, 7163, 8410, 7852, 6626, 11177, 7450, 10071, 6745, 9655, 6963, 7111, 9391, 6921, 11845, 7665, 11525, 7652, 10971, 8823, 13416, 10379, 15294, 12136, 11228, 8827, 7053, 7125, 7116, 8570, 7012, 11664, 6767, 9262, 7022, 9400, 7342, 10983, 9340, 14167, 7659, 12453, 7398, 10825, 7346, 9521, 8302, 6667, 7693, 6832, 7651, 6961, 9780, 7550, 6760, 8577, 6851, 8659, 6970, 12321, 10341, 10203, 9990, 7375, 8195, 7059, 9896, 9827, 14478, 9600, 12088, 8009, 9672, 7379, 10821, 8594, 8664, 7301, 7169, 7178, 8158, 7309, 6937, 8595, 6943, 7131, 6748, 7321, 6767, 10437, 6885, 11152, 7145, 10209, 7416, 10698, 7877, 11572, 7915, 10288, 7337, 9854, 7277, 11293, 7277, 11061, 8404, 8171, 7253, 8411, 6950, 9836, 7148, 9228, 7801, 6670, 6841, 6605, 6910, 6569, 8225, 6920, 10646, 6621, 8417, 6788, 8456, 7549, 11037, 7099, 9604, 7138, 7675, 6680, 7919, 6691, 9295, 6861, 8631, 7060, 8491, 6963, 9764, 7699, 11134, 7313, 9975, 7134, 10577, 8694, 8005, 7556, 8554, 7143, 7163, 7886, 7332, 10878, 6801, 9088, 6776, 8902, 7011, 10402, 8351, 11375, 7382, 9542, 6979, 8543, 7318, 7340, 11407, 7237, 9356, 6870, 8799, 6994, 10805, 7949, 8456, 6820, 8942, 7010, 10254, 8829, 9535, 8240, 6992, 7221, 6612, 9729, 7563, 10637, 6853, 8174, 6789, 8145, 7934, 6921, 9646, 6746, 8688, 6697, 10982, 8021, 11158, 6947, 9616, 7206, 10750, 9725, 7911, 7987, 7043, 7201, 6677, 10698, 8442, 13757, 7547, 9825, 7095, 10132, 7693, 9880, 7208, 6767, 6901, 6725, 7079, 6860, 11043, 6650, 9448, 6790, 7730, 6666, 8755, 6676, 9471, 6644, 8112, 6753, 9236, 7026, 9976, 6776, 10220, 6891, 9171, 7555, 7117, 8726, 6560, 8726, 6581, 10323, 7854, 12199, 10246, 8803, 8083, 6709, 8845, 6699, 11435, 9699, 13429, 7953, 11215, 7320, 11057, 7871, 11405, 8865, 7590, 7525, 6945, 7027, 6823, 7239, 6747, 8948, 6729, 7746, 6716, 9148, 7306, 10494, 6838, 7570, 7082, 6803, 7222, 6876, 11488, 6659, 9035, 6995, 9507, 7511, 11219, 7149, 11036, 7238, 9119, 7354, 8003, 10099, 7257, 8646, 6924, 8835, 6793, 10965, 8720, 11496, 6955, 7867, 6875, 8690, 8688, 6616, 8047, 6939, 7001, 6710, 8999, 7383, 9810, 7433, 7914, 6641, 9698, 7712, 11059, 6988, 8560, 7207, 7707, 7451, 6854, 9511, 6701, 8641, 6926, 10024, 8404, 12495, 9938, 13125, 8972, 10584, 7996, 7625, 13137, 7784, 9293, 6988, 6670, 8167, 7116, 11368, 8220, 10819, 7811, 9862, 8027, 11859, 10486, 13807, 9269, 11650, 7653, 10621, 8627, 7230, 7263, 6624, 6874, 6677, 8090, 7029, 9469, 7019, 6724, 7126, 6817, 11154, 6966, 10311, 6850, 10637, 7584, 11711, 8859, 8164, 7702, 7216, 7106, 6654, 9678, 8400, 11294, 7104, 9221, 6778, 10957, 8357, 6991, 8084, 6568, 7374, 6739, 9838, 7990, 11100, 7096, 7811, 6976, 7205, 9283, 8233, 11468, 8470, 9438, 7263, 10363, 8347, 13506, 10693, 12720, 8402, 7498, 6885, 6747, 11177, 7596, 9845, 6965, 10026, 7088, 9843, 9007, 6740, 7831, 6825, 8613, 6782, 11290, 8628, 12548, 7334, 9685, 7404, 9915, 8664, 7062, 7787, 6864, 6922, 6680, 7680, 6641, 9707, 6825, 8311, 6582, 9130, 7277, 11448, 6989, 9859, 6774, 9511, 6818, 11143, 8520, 6728, 7019, 6987, 6928, 6687, 10476, 7341, 7200, 6868, 6657, 8516, 8221, 12164, 9204, 7830, 7031, 6876, 7121, 13196, 10613, 14663, 11704, 13144, 9400, 10585, 9007, 9915, 9038, 10581, 7092, 7078, 7174, 6605, 6772, 6766, 10134, 6970, 10334, 6769, 8120, 6859, 9426, 10084, 7896, 9220, 7698, 8278, 6842, 9516, 7071, 8291, 7605, 6842, 9395, 7093, 6774, 11440, 9649, 7160, 7452, 6770, 9840, 7281, 11843, 9961, 12908, 11100, 8148, 7248, 6860, 8907, 6858, 11184, 9444, 13589, 7780, 6917, 7030, 6899, 7024, 7015, 10448, 7572, 6945, 6864, 6986, 8040, 7011, 11670, 9430, 7974, 8668, 6931, 10279, 7040, 9586, 9495, 7836, 10993, 7517, 10638, 7741, 12305, 9702, 11370, 10563, 8279, 8231, 7321, 8247, 7688, 13136, 7812, 9727, 6904, 8503, 7095, 8701, 6989, 9592, 6832, 9625, 7123, 10973, 7977, 7839, 7147, 9445, 6805, 11644, 8489, 8547, 7293, 8172, 6903, 9981, 7428, 11079, 8737, 6995, 7247, 7416, 6866, 10238, 7331, 12623, 8642, 12318, 7117, 10043, 7516, 9908, 8185, 9662, 6738, 8588, 6796, 7885, 6780, 7679, 6893, 7850, 6631, 7438, 6651, 7078, 9572, 7576, 6812, 7012, 11634, 6825, 10571, 7571, 9286, 6627, 8648, 6562, 7344, 6650, 6962, 10146, 7670, 11402, 7035, 9811, 7655, 9690, 7474, 9670, 6572, 7658, 6738, 7897, 13806, 10855, 14373, 8205, 10776, 7471, 9315, 7791, 9154, 6860, 6867, 6686, 6891, 6795, 6910, 7659, 6795, 6854, 7034, 10628, 6666, 10427, 7939, 9851, 7264, 9221, 6766, 7819, 6735, 8972, 6678, 8583, 6890, 7088, 6706, 7003, 6709, 7516, 6631, 7205, 6677, 6953, 6781, 6968, 8906, 7104, 12134, 8408, 10159, 7663, 10431, 7099, 11006, 6958, 10155, 8140, 10355, 7128, 11385, 7158, 10160, 8526, 10457, 8331, 11667, 7103, 10252, 7150, 10075, 7895, 10381, 9093, 11183, 7287, 9011, 6816, 9081, 7084, 10238, 7898, 10810, 7256, 10239, 6940, 10197, 7643, 10453, 8972, 12831, 9595, 11305, 7027, 10174, 7155, 10452, 8470, 10991, 7560, 9764, 6896, 9113, 7072, 8875, 6672, 8947, 7394, 9341, 7294, 7985, 7161, 10930, 7832, 9126, 6735, 6954, 6720, 7691, 6645, 10667, 6670, 8306, 6898, 7110, 6836, 7355, 11737, 9921, 9698, 7149, 7107, 6992, 8671, 7497, 6670, 7344, 6595, 6920, 7064, 6679, 8905, 8276, 6783, 7283, 6971, 6972, 8108, 7032, 9692, 8126, 9352, 7356, 9707, 7372, 11199, 7678, 12082, 7576, 11552, 8933, 7695, 7375, 6622, 7023, 7518, 6964, 12028, 7204, 10794, 7760, 10148, 6771, 9325, 6742, 8242, 6707, 7312, 6607, 6965, 6673, 6821, 6802, 7097, 6722, 9041, 6693, 8092, 6661, 7475, 6591, 7666, 7034, 7348, 6594, 6928, 6882, 7030, 8446, 7053, 9681, 6819, 9065, 7111, 9490, 7135, 9878, 6968, 9193, 6999, 8060, 7100, 8895, 6911, 10879, 7260, 11549, 8656, 11028, 8761, 9673, 6956, 8896, 7259, 9081, 7424, 9007, 7751, 6531, 7223, 6841, 7134, 6687, 7688, 6845, 8786, 7571, 9765, 8384, 11464, 9525, 9005, 7233, 6881, 7952, 7067, 12676, 8016, 12439, 7091, 7889, 8202, 6842, 11702, 7218, 10323, 6981, 7637, 7739, 6756, 8543, 7345, 12311, 12432, 14727, 11906, 7624, 7881, 6946, 8853, 7019, 7522, 7094, 6895, 8819, 7163, 11398, 8285, 13446, 9113, 14062, 10558, 14629, 11266, 7190, 7022, 6874, 7469, 6942, 10725, 7838, 6871, 8004, 6998, 7907, 7034, 6708, 7143, 6913, 9026, 7240, 8684, 8422, 8760, 12017, 9784, 12130, 7720, 7042, 7271, 7202, 8644, 6856, 10610, 7382, 8436, 8122, 7153, 11230, 7508, 10670, 7037, 6948, 6923, 6851, 7928, 7057, 11058, 8122, 10975, 7032, 7424, 7424, 6747, 10214, 7806, 7630, 8496, 9268, 15481, 14499, 9508, 10922, 7284, 6619, 7025, 6771, 9757, 7623, 11809, 9895, 13015, 10570, 14380, 11431, 13811, 11069, 14998, 14292, 8750, 8171, 6818, 6733, 6888, 6785, 8205, 6847, 9939, 7677, 11551, 8065, 9823, 7596, 7813, 7586, 6836], 'WindowCenter': [4373.0, 4397.0, 4341.0, 4359.0, 4328.0, 4327.0, 4336.0, 4325.0, 4356.0, 4306.0, 4347.0, 4315.0, 4344.0, 4314.0, 4344.0, 4325.0, 4354.0, 4324.0, 4334.0, 4325.0, 4324.0, 4337.0, 4337.0, 4338.0, 4304.0, 4323.0, 4303.0, 4333.0, 4315.0, 4354.0, 4323.0, 4353.0, 4314.0, 4343.0, 4324.0, 4355.0, 4334.0, 4303.0, 4324.0, 4314.0, 4314.0, 4304.0, 4346.0, 4324.0, 4355.0, 4314.0, 4342.0, 4314.0, 4344.0, 4333.0, 4373.0, 4311.0, 4341.0, 4301.0, 4332.0, 4324.0, 4354.0, 4335.0, 4312.0, 4312.0, 4301.0, 4302.0, 4303.0, 4324.0, 4301.0, 4332.0, 4301.0, 4331.0, 4301.0, 4324.0, 4313.0, 4343.0, 4303.0, 4341.0, 4302.0, 4332.0, 4302.0, 4342.0, 4324.0, 4343.0, 4314.0, 4342.0, 4312.0, 4323.0, 4323.0, 4333.0, 4324.0, 4302.0, 4311.0, 4302.0, 4313.0, 4312.0, 4311.0, 4302.0, 4321.0, 4303.0, 4342.0, 4322.0, 4302.0, 4311.0, 4301.0, 4312.0, 4342.0, 4323.0, 4355.0, 4333.0, 4313.0, 4311.0, 4311.0, 4300.0, 4330.0, 4312.0, 4361.0, 4332.0, 4299.0, 4300.0, 4299.0, 4300.0, 4310.0, 4312.0, 4323.0, 4333.0, 4301.0, 4320.0, 4290.0, 4311.0, 4300.0, 4312.0, 4311.0, 4341.0, 4300.0, 4321.0, 4291.0, 4309.0, 4300.0, 4321.0, 4311.0, 4341.0, 4301.0, 4319.0, 4301.0, 4320.0, 4301.0, 4331.0, 4300.0, 4340.0, 4300.0, 4320.0, 4291.0, 4320.0, 4301.0, 4341.0, 4310.0, 4330.0, 4290.0, 4319.0, 4290.0, 4320.0, 4312.0, 4330.0, 4300.0, 4330.0, 4300.0, 4321.0, 4301.0, 4321.0, 4302.0, 4322.0, 4301.0, 4322.0, 4302.0, 4323.0, 4313.0, 4342.0, 4314.0, 4354.0, 4323.0, 4303.0, 4316.0, 4306.0, 4314.0, 4314.0, 4327.0, 4334.0, 4344.0, 4302.0, 4325.0, 4303.0, 4313.0, 4312.0, 4334.0, 4352.0, 4352.0, 4291.0, 4310.0, 4302.0, 4311.0, 4302.0, 4342.0, 4313.0, 4333.0, 4304.0, 4332.0, 4316.0, 4343.0, 4327.0, 4344.0, 4313.0, 4352.0, 4312.0, 4342.0, 4313.0, 4343.0, 4322.0, 4374.0, 4369.0, 4352.0, 4330.0, 4324.0, 4316.0, 4314.0, 4328.0, 4319.0, 4338.0, 4262.0, 4294.0, 4299.0, 4342.0, 4321.0, 4313.0, 4311.0, 4302.0, 4313.0, 4315.0, 4346.0, 4326.0, 4315.0, 4337.0, 4338.0, 4366.0, 4345.0, 4343.0, 4301.0, 4290.0, 4310.0, 4313.0, 4364.0, 4332.0, 4354.0, 4301.0, 4330.0, 4302.0, 4333.0, 4311.0, 4301.0, 4311.0, 4301.0, 4312.0, 4316.0, 4334.0, 4324.0, 4355.0, 4313.0, 4354.0, 4313.0, 4342.0, 4323.0, 4353.0, 4333.0, 4304.0, 4302.0, 4302.0, 4302.0, 4302.0, 4325.0, 4315.0, 4367.0, 4346.0, 4315.0, 4314.0, 4303.0, 4327.0, 4318.0, 4348.0, 4317.0, 4345.0, 4315.0, 4357.0, 4337.0, 4376.0, 4346.0, 4375.0, 4323.0, 4323.0, 4314.0, 4323.0, 4343.0, 4302.0, 4353.0, 4302.0, 4331.0, 4312.0, 4332.0, 4313.0, 4343.0, 4335.0, 4364.0, 4322.0, 4343.0, 4312.0, 4334.0, 4313.0, 4342.0, 4323.0, 4312.0, 4311.0, 4301.0, 4311.0, 4312.0, 4322.0, 4322.0, 4341.0, 4290.0, 4309.0, 4288.0, 4299.0, 4289.0, 4320.0, 4309.0, 4360.0, 4288.0, 4317.0, 4288.0, 4307.0, 4299.0, 4328.0, 4299.0, 4340.0, 4299.0, 4331.0, 4310.0, 4332.0, 4311.0, 4290.0, 4309.0, 4301.0, 4319.0, 4301.0, 4340.0, 4320.0, 4350.0, 4309.0, 4328.0, 4298.0, 4307.0, 4289.0, 4327.0, 4307.0, 4347.0, 4286.0, 4295.0, 4286.0, 4306.0, 4288.0, 4319.0, 4300.0, 4327.0, 4298.0, 4317.0, 4299.0, 4332.0, 4311.0, 4319.0, 4299.0, 4308.0, 4299.0, 4298.0, 4299.0, 4309.0, 4321.0, 4288.0, 4299.0, 4288.0, 4289.0, 4289.0, 4310.0, 4300.0, 4341.0, 4289.0, 4321.0, 4289.0, 4319.0, 4301.0, 4341.0, 4323.0, 4360.0, 4311.0, 4328.0, 4301.0, 4319.0, 4310.0, 4339.0, 4309.0, 4348.0, 4298.0, 4307.0, 4290.0, 4319.0, 4300.0, 4330.0, 4314.0, 4342.0, 4302.0, 4320.0, 4302.0, 4330.0, 4301.0, 4342.0, 4312.0, 4352.0, 4311.0, 4340.0, 4301.0, 4329.0, 4300.0, 4341.0, 4311.0, 4340.0, 4300.0, 4330.0, 4290.0, 4321.0, 4300.0, 4330.0, 4312.0, 4341.0, 4311.0, 4310.0, 4301.0, 4300.0, 4303.0, 4342.0, 4322.0, 4301.0, 4302.0, 4300.0, 4301.0, 4301.0, 4301.0, 4321.0, 4321.0, 4289.0, 4311.0, 4300.0, 4301.0, 4301.0, 4321.0, 4291.0, 4332.0, 4303.0, 4323.0, 4302.0, 4324.0, 4312.0, 4353.0, 4323.0, 4302.0, 4302.0, 4302.0, 4313.0, 4314.0, 4354.0, 4315.0, 4334.0, 4315.0, 4324.0, 4325.0, 4315.0, 4344.0, 4302.0, 4313.0, 4302.0, 4313.0, 4353.0, 4354.0, 4310.0, 4310.0, 4301.0, 4299.0, 4300.0, 4299.0, 4311.0, 4312.0, 4291.0, 4309.0, 4290.0, 4299.0, 4300.0, 4302.0, 4323.0, 4311.0, 4311.0, 4300.0, 4350.0, 4303.0, 4342.0, 4311.0, 4320.0, 4300.0, 4320.0, 4300.0, 4309.0, 4302.0, 4322.0, 4312.0, 4331.0, 4302.0, 4322.0, 4302.0, 4332.0, 4313.0, 4345.0, 4323.0, 4343.0, 4301.0, 4321.0, 4301.0, 4321.0, 4312.0, 4342.0, 4302.0, 4311.0, 4304.0, 4312.0, 4302.0, 4332.0, 4301.0, 4310.0, 4303.0, 4301.0, 4302.0, 4302.0, 4314.0, 4332.0, 4324.0, 4343.0, 4314.0, 4345.0, 4316.0, 4344.0, 4315.0, 4344.0, 4324.0, 4334.0, 4322.0, 4301.0, 4341.0, 4302.0, 4363.0, 4331.0, 4350.0, 4300.0, 4330.0, 4300.0, 4320.0, 4303.0, 4322.0, 4302.0, 4311.0, 4303.0, 4313.0, 4313.0, 4314.0, 4316.0, 4335.0, 4316.0, 4334.0, 4315.0, 4313.0, 4302.0, 4314.0, 4345.0, 4323.0, 4332.0, 4302.0, 4342.0, 4301.0, 4352.0, 4313.0, 4342.0, 4314.0, 4343.0, 4303.0, 4332.0, 4304.0, 4334.0, 4314.0, 4334.0, 4303.0, 4334.0, 4303.0, 4323.0, 4314.0, 4343.0, 4305.0, 4332.0, 4303.0, 4313.0, 4302.0, 4304.0, 4314.0, 4314.0, 4334.0, 4333.0, 4302.0, 4303.0, 4302.0, 4315.0, 4324.0, 4304.0, 4335.0, 4314.0, 4335.0, 4316.0, 4335.0, 4316.0, 4306.0, 4315.0, 4306.0, 4314.0, 4304.0, 4315.0, 4307.0, 4327.0, 4316.0, 4327.0, 4326.0, 4367.0, 4337.0, 4358.0, 4316.0, 4314.0, 4315.0, 4317.0, 4329.0, 4327.0, 4369.0, 4315.0, 4335.0, 4305.0, 4325.0, 4315.0, 4366.0, 4345.0, 4366.0, 4303.0, 4302.0, 4293.0, 4310.0, 4324.0, 4376.0, 4303.0, 4333.0, 4301.0, 4311.0, 4303.0, 4322.0, 4315.0, 4343.0, 4303.0, 4342.0, 4304.0, 4333.0, 4314.0, 4346.0, 4335.0, 4305.0, 4312.0, 4314.0, 4304.0, 4342.0, 4313.0, 4364.0, 4343.0, 4362.0, 4310.0, 4331.0, 4299.0, 4331.0, 4300.0, 4329.0, 4300.0, 4289.0, 4288.0, 4289.0, 4300.0, 4303.0, 4321.0, 4290.0, 4322.0, 4291.0, 4291.0, 4291.0, 4304.0, 4303.0, 4302.0, 4302.0, 4352.0, 4313.0, 4340.0, 4302.0, 4321.0, 4302.0, 4333.0, 4314.0, 4345.0, 4324.0, 4315.0, 4302.0, 4322.0, 4302.0, 4342.0, 4323.0, 4312.0, 4311.0, 4300.0, 4301.0, 4351.0, 4301.0, 4342.0, 4310.0, 4330.0, 4312.0, 4330.0, 4310.0, 4330.0, 4290.0, 4289.0, 4290.0, 4291.0, 4302.0, 4304.0, 4334.0, 4303.0, 4302.0, 4292.0, 4311.0, 4312.0, 4332.0, 4301.0, 4320.0, 4299.0, 4290.0, 4289.0, 4289.0, 4291.0, 4312.0, 4322.0, 4352.0, 4289.0, 4298.0, 4291.0, 4300.0, 4301.0, 4322.0, 4313.0, 4342.0, 4314.0, 4326.0, 4318.0, 4328.0, 4329.0, 4329.0, 4330.0, 4349.0, 4340.0, 4367.0, 4327.0, 4317.0, 4329.0, 4318.0, 4358.0, 4371.0, 4404.0, 4346.0, 4319.0, 4303.0, 4331.0, 4320.0, 4308.0, 4295.0, 4295.0, 4362.0, 4301.0, 4333.0, 4300.0, 4299.0, 4299.0, 4301.0, 4312.0, 4315.0, 4347.0, 4316.0, 4355.0, 4315.0, 4314.0, 4313.0, 4304.0, 4333.0, 4304.0, 4343.0, 4306.0, 4343.0, 4304.0, 4326.0, 4337.0, 4317.0, 4355.0, 4313.0, 4333.0, 4306.0, 4344.0, 4314.0, 4318.0, 4347.0, 4318.0, 4368.0, 4326.0, 4355.0, 4326.0, 4345.0, 4336.0, 4366.0, 4345.0, 4375.0, 4353.0, 4341.0, 4322.0, 4290.0, 4291.0, 4301.0, 4322.0, 4301.0, 4342.0, 4291.0, 4321.0, 4301.0, 4321.0, 4313.0, 4343.0, 4333.0, 4362.0, 4301.0, 4340.0, 4300.0, 4330.0, 4303.0, 4321.0, 4312.0, 4291.0, 4300.0, 4292.0, 4311.0, 4315.0, 4344.0, 4327.0, 4305.0, 4335.0, 4316.0, 4336.0, 4317.0, 4368.0, 4347.0, 4345.0, 4337.0, 4303.0, 4314.0, 4302.0, 4332.0, 4332.0, 4363.0, 4322.0, 4341.0, 4300.0, 4318.0, 4300.0, 4329.0, 4311.0, 4308.0, 4289.0, 4287.0, 4289.0, 4300.0, 4300.0, 4289.0, 4310.0, 4288.0, 4289.0, 4288.0, 4299.0, 4290.0, 4330.0, 4300.0, 4341.0, 4300.0, 4331.0, 4301.0, 4330.0, 4311.0, 4340.0, 4300.0, 4319.0, 4289.0, 4319.0, 4288.0, 4329.0, 4300.0, 4329.0, 4309.0, 4309.0, 4299.0, 4308.0, 4289.0, 4331.0, 4301.0, 4320.0, 4301.0, 4293.0, 4291.0, 4291.0, 4301.0, 4303.0, 4323.0, 4304.0, 4344.0, 4292.0, 4311.0, 4291.0, 4312.0, 4314.0, 4342.0, 4291.0, 4322.0, 4290.0, 4299.0, 4291.0, 4312.0, 4291.0, 4321.0, 4291.0, 4321.0, 4303.0, 4322.0, 4315.0, 4333.0, 4314.0, 4344.0, 4314.0, 4335.0, 4315.0, 4345.0, 4324.0, 4313.0, 4313.0, 4322.0, 4302.0, 4303.0, 4313.0, 4302.0, 4343.0, 4303.0, 4323.0, 4303.0, 4323.0, 4314.0, 4344.0, 4325.0, 4354.0, 4314.0, 4334.0, 4303.0, 4323.0, 4314.0, 4313.0, 4355.0, 4302.0, 4323.0, 4304.0, 4324.0, 4316.0, 4344.0, 4325.0, 4323.0, 4305.0, 4323.0, 4304.0, 4345.0, 4324.0, 4333.0, 4313.0, 4301.0, 4301.0, 4303.0, 4334.0, 4314.0, 4343.0, 4304.0, 4312.0, 4303.0, 4324.0, 4324.0, 4304.0, 4335.0, 4303.0, 4323.0, 4303.0, 4343.0, 4313.0, 4343.0, 4303.0, 4333.0, 4314.0, 4344.0, 4333.0, 4314.0, 4311.0, 4291.0, 4300.0, 4291.0, 4333.0, 4312.0, 4352.0, 4301.0, 4320.0, 4291.0, 4330.0, 4302.0, 4331.0, 4299.0, 4291.0, 4290.0, 4291.0, 4302.0, 4302.0, 4342.0, 4292.0, 4332.0, 4291.0, 4300.0, 4291.0, 4323.0, 4292.0, 4320.0, 4291.0, 4312.0, 4303.0, 4322.0, 4302.0, 4333.0, 4303.0, 4331.0, 4303.0, 4335.0, 4314.0, 4315.0, 4325.0, 4304.0, 4325.0, 4307.0, 4336.0, 4326.0, 4355.0, 4346.0, 4323.0, 4313.0, 4293.0, 4321.0, 4303.0, 4353.0, 4333.0, 4363.0, 4312.0, 4341.0, 4302.0, 4343.0, 4312.0, 4342.0, 4321.0, 4299.0, 4299.0, 4290.0, 4289.0, 4291.0, 4301.0, 4292.0, 4321.0, 4290.0, 4301.0, 4303.0, 4323.0, 4303.0, 4332.0, 4293.0, 4301.0, 4302.0, 4303.0, 4314.0, 4303.0, 4344.0, 4293.0, 4323.0, 4303.0, 4323.0, 4305.0, 4342.0, 4302.0, 4332.0, 4302.0, 4323.0, 4314.0, 4315.0, 4333.0, 4303.0, 4311.0, 4304.0, 4323.0, 4303.0, 4343.0, 4323.0, 4342.0, 4303.0, 4313.0, 4304.0, 4325.0, 4323.0, 4292.0, 4314.0, 4303.0, 4304.0, 4304.0, 4323.0, 4303.0, 4333.0, 4303.0, 4312.0, 4303.0, 4333.0, 4313.0, 4344.0, 4304.0, 4322.0, 4305.0, 4315.0, 4314.0, 4304.0, 4334.0, 4305.0, 4323.0, 4305.0, 4335.0, 4326.0, 4355.0, 4334.0, 4354.0, 4324.0, 4332.0, 4312.0, 4312.0, 4353.0, 4314.0, 4323.0, 4302.0, 4303.0, 4325.0, 4315.0, 4356.0, 4325.0, 4343.0, 4316.0, 4335.0, 4326.0, 4354.0, 4346.0, 4362.0, 4321.0, 4340.0, 4302.0, 4332.0, 4311.0, 4299.0, 4289.0, 4289.0, 4289.0, 4291.0, 4313.0, 4302.0, 4333.0, 4304.0, 4303.0, 4303.0, 4304.0, 4345.0, 4305.0, 4334.0, 4304.0, 4343.0, 4315.0, 4354.0, 4325.0, 4314.0, 4303.0, 4302.0, 4301.0, 4293.0, 4333.0, 4312.0, 4341.0, 4302.0, 4321.0, 4292.0, 4345.0, 4323.0, 4302.0, 4313.0, 4292.0, 4301.0, 4304.0, 4334.0, 4314.0, 4344.0, 4303.0, 4313.0, 4303.0, 4315.0, 4336.0, 4325.0, 4345.0, 4312.0, 4322.0, 4302.0, 4332.0, 4313.0, 4354.0, 4332.0, 4352.0, 4311.0, 4300.0, 4301.0, 4291.0, 4342.0, 4301.0, 4321.0, 4301.0, 4332.0, 4304.0, 4334.0, 4323.0, 4293.0, 4302.0, 4292.0, 4313.0, 4303.0, 4343.0, 4323.0, 4354.0, 4302.0, 4323.0, 4303.0, 4333.0, 4322.0, 4293.0, 4302.0, 4290.0, 4290.0, 4293.0, 4301.0, 4291.0, 4321.0, 4291.0, 4310.0, 4292.0, 4322.0, 4302.0, 4342.0, 4302.0, 4321.0, 4291.0, 4322.0, 4303.0, 4343.0, 4323.0, 4293.0, 4303.0, 4302.0, 4303.0, 4303.0, 4343.0, 4303.0, 4303.0, 4305.0, 4304.0, 4326.0, 4326.0, 4368.0, 4336.0, 4314.0, 4303.0, 4294.0, 4303.0, 4354.0, 4346.0, 4365.0, 4344.0, 4351.0, 4321.0, 4329.0, 4311.0, 4319.0, 4312.0, 4330.0, 4289.0, 4289.0, 4291.0, 4292.0, 4303.0, 4305.0, 4346.0, 4318.0, 4346.0, 4307.0, 4314.0, 4305.0, 4336.0, 4346.0, 4316.0, 4337.0, 4315.0, 4313.0, 4306.0, 4349.0, 4328.0, 4325.0, 4315.0, 4303.0, 4337.0, 4315.0, 4304.0, 4356.0, 4333.0, 4304.0, 4302.0, 4304.0, 4335.0, 4315.0, 4357.0, 4337.0, 4354.0, 4342.0, 4302.0, 4300.0, 4291.0, 4311.0, 4291.0, 4343.0, 4333.0, 4364.0, 4303.0, 4291.0, 4291.0, 4291.0, 4303.0, 4306.0, 4345.0, 4318.0, 4305.0, 4309.0, 4320.0, 4328.0, 4318.0, 4369.0, 4348.0, 4327.0, 4325.0, 4307.0, 4347.0, 4307.0, 4336.0, 4336.0, 4328.0, 4345.0, 4317.0, 4347.0, 4316.0, 4355.0, 4335.0, 4344.0, 4331.0, 4312.0, 4301.0, 4288.0, 4309.0, 4300.0, 4352.0, 4304.0, 4318.0, 4289.0, 4310.0, 4291.0, 4311.0, 4290.0, 4323.0, 4291.0, 4323.0, 4305.0, 4345.0, 4313.0, 4313.0, 4304.0, 4334.0, 4305.0, 4356.0, 4324.0, 4324.0, 4305.0, 4312.0, 4304.0, 4334.0, 4305.0, 4344.0, 4325.0, 4303.0, 4302.0, 4301.0, 4295.0, 4335.0, 4314.0, 4355.0, 4324.0, 4354.0, 4305.0, 4334.0, 4304.0, 4332.0, 4312.0, 4322.0, 4294.0, 4322.0, 4305.0, 4314.0, 4305.0, 4314.0, 4304.0, 4313.0, 4294.0, 4303.0, 4304.0, 4305.0, 4335.0, 4315.0, 4305.0, 4306.0, 4354.0, 4306.0, 4345.0, 4328.0, 4336.0, 4305.0, 4324.0, 4304.0, 4317.0, 4305.0, 4316.0, 4345.0, 4315.0, 4355.0, 4317.0, 4348.0, 4328.0, 4335.0, 4316.0, 4336.0, 4305.0, 4314.0, 4307.0, 4327.0, 4368.0, 4345.0, 4365.0, 4323.0, 4343.0, 4303.0, 4333.0, 4313.0, 4324.0, 4304.0, 4304.0, 4304.0, 4304.0, 4305.0, 4317.0, 4316.0, 4306.0, 4306.0, 4316.0, 4347.0, 4317.0, 4357.0, 4327.0, 4347.0, 4316.0, 4336.0, 4305.0, 4326.0, 4319.0, 4337.0, 4307.0, 4325.0, 4315.0, 4306.0, 4305.0, 4319.0, 4317.0, 4317.0, 4317.0, 4316.0, 4307.0, 4317.0, 4306.0, 4317.0, 4337.0, 4319.0, 4368.0, 4339.0, 4346.0, 4328.0, 4345.0, 4317.0, 4356.0, 4318.0, 4357.0, 4328.0, 4357.0, 4319.0, 4358.0, 4317.0, 4348.0, 4338.0, 4348.0, 4328.0, 4358.0, 4316.0, 4346.0, 4306.0, 4336.0, 4327.0, 4346.0, 4336.0, 4345.0, 4316.0, 4323.0, 4304.0, 4326.0, 4316.0, 4345.0, 4326.0, 4346.0, 4315.0, 4346.0, 4315.0, 4346.0, 4326.0, 4346.0, 4338.0, 4366.0, 4335.0, 4343.0, 4303.0, 4333.0, 4305.0, 4345.0, 4325.0, 4343.0, 4313.0, 4332.0, 4303.0, 4322.0, 4304.0, 4322.0, 4293.0, 4323.0, 4303.0, 4323.0, 4302.0, 4312.0, 4302.0, 4342.0, 4302.0, 4321.0, 4293.0, 4301.0, 4303.0, 4313.0, 4304.0, 4344.0, 4304.0, 4323.0, 4304.0, 4304.0, 4305.0, 4314.0, 4354.0, 4335.0, 4332.0, 4302.0, 4301.0, 4303.0, 4323.0, 4314.0, 4304.0, 4304.0, 4302.0, 4303.0, 4304.0, 4306.0, 4335.0, 4325.0, 4305.0, 4316.0, 4304.0, 4304.0, 4325.0, 4315.0, 4336.0, 4314.0, 4334.0, 4315.0, 4334.0, 4314.0, 4343.0, 4314.0, 4353.0, 4313.0, 4354.0, 4335.0, 4313.0, 4313.0, 4303.0, 4303.0, 4303.0, 4304.0, 4357.0, 4315.0, 4344.0, 4315.0, 4345.0, 4305.0, 4334.0, 4304.0, 4325.0, 4305.0, 4315.0, 4305.0, 4305.0, 4304.0, 4305.0, 4318.0, 4317.0, 4318.0, 4337.0, 4307.0, 4326.0, 4307.0, 4319.0, 4320.0, 4330.0, 4318.0, 4330.0, 4321.0, 4319.0, 4319.0, 4319.0, 4339.0, 4318.0, 4350.0, 4319.0, 4338.0, 4319.0, 4350.0, 4320.0, 4362.0, 4330.0, 4361.0, 4331.0, 4340.0, 4322.0, 4352.0, 4332.0, 4373.0, 4332.0, 4383.0, 4354.0, 4374.0, 4342.0, 4351.0, 4321.0, 4339.0, 4331.0, 4351.0, 4343.0, 4353.0, 4342.0, 4320.0, 4331.0, 4321.0, 4331.0, 4333.0, 4344.0, 4336.0, 4354.0, 4348.0, 4379.0, 4371.0, 4387.0, 4365.0, 4367.0, 4345.0, 4346.0, 4358.0, 4345.0, 4394.0, 4356.0, 4385.0, 4336.0, 4357.0, 4357.0, 4337.0, 4386.0, 4344.0, 4375.0, 4335.0, 4345.0, 4344.0, 4324.0, 4354.0, 4347.0, 4398.0, 4397.0, 4406.0, 4372.0, 4332.0, 4330.0, 4320.0, 4339.0, 4322.0, 4334.0, 4324.0, 4323.0, 4356.0, 4324.0, 4372.0, 4331.0, 4382.0, 4341.0, 4380.0, 4352.0, 4379.0, 4349.0, 4306.0, 4308.0, 4310.0, 4319.0, 4322.0, 4364.0, 4331.0, 4309.0, 4330.0, 4312.0, 4333.0, 4324.0, 4313.0, 4325.0, 4325.0, 4343.0, 4336.0, 4345.0, 4348.0, 4357.0, 4376.0, 4353.0, 4363.0, 4321.0, 4322.0, 4323.0, 4321.0, 4332.0, 4312.0, 4352.0, 4322.0, 4346.0, 4345.0, 4323.0, 4362.0, 4320.0, 4349.0, 4322.0, 4323.0, 4322.0, 4325.0, 4345.0, 4336.0, 4376.0, 4345.0, 4363.0, 4324.0, 4334.0, 4334.0, 4337.0, 4369.0, 4335.0, 4334.0, 4356.0, 4367.0, 4409.0, 4384.0, 4352.0, 4348.0, 4318.0, 4308.0, 4322.0, 4319.0, 4352.0, 4333.0, 4372.0, 4354.0, 4371.0, 4350.0, 4371.0, 4350.0, 4357.0, 4348.0, 4343.0, 4366.0, 4301.0, 4287.0, 4280.0, 4279.0, 4291.0, 4293.0, 4314.0, 4296.0, 4337.0, 4308.0, 4346.0, 4315.0, 4326.0, 4302.0, 4303.0, 4303.0, 4290.0], 'WindowWidth': [9674.0, 9693.0, 9606.0, 9624.0, 9579.0, 9574.0, 9585.0, 9570.0, 9611.0, 9543.0, 9597.0, 9554.0, 9591.0, 9552.0, 9591.0, 9568.0, 9606.0, 9567.0, 9580.0, 9568.0, 9567.0, 9587.0, 9586.0, 9587.0, 9538.0, 9563.0, 9535.0, 9576.0, 9554.0, 9605.0, 9563.0, 9603.0, 9552.0, 9590.0, 9566.0, 9611.0, 9580.0, 9537.0, 9567.0, 9552.0, 9551.0, 9540.0, 9597.0, 9565.0, 9609.0, 9552.0, 9588.0, 9553.0, 9592.0, 9577.0, 9631.0, 9546.0, 9585.0, 9531.0, 9573.0, 9566.0, 9606.0, 9581.0, 9548.0, 9548.0, 9531.0, 9534.0, 9538.0, 9565.0, 9533.0, 9575.0, 9533.0, 9571.0, 9531.0, 9563.0, 9550.0, 9591.0, 9536.0, 9585.0, 9535.0, 9572.0, 9536.0, 9589.0, 9567.0, 9590.0, 9552.0, 9587.0, 9548.0, 9564.0, 9565.0, 9578.0, 9566.0, 9535.0, 9545.0, 9533.0, 9550.0, 9547.0, 9543.0, 9531.0, 9560.0, 9538.0, 9588.0, 9562.0, 9534.0, 9546.0, 9533.0, 9548.0, 9589.0, 9565.0, 9609.0, 9579.0, 9548.0, 9546.0, 9544.0, 9528.0, 9569.0, 9547.0, 9613.0, 9574.0, 9527.0, 9529.0, 9526.0, 9529.0, 9544.0, 9549.0, 9563.0, 9577.0, 9532.0, 9556.0, 9515.0, 9544.0, 9530.0, 9547.0, 9545.0, 9586.0, 9528.0, 9558.0, 9517.0, 9540.0, 9530.0, 9558.0, 9546.0, 9587.0, 9532.0, 9554.0, 9531.0, 9554.0, 9532.0, 9572.0, 9530.0, 9582.0, 9528.0, 9554.0, 9518.0, 9554.0, 9534.0, 9585.0, 9544.0, 9569.0, 9516.0, 9553.0, 9516.0, 9556.0, 9548.0, 9571.0, 9530.0, 9567.0, 9530.0, 9557.0, 9533.0, 9559.0, 9535.0, 9561.0, 9533.0, 9561.0, 9537.0, 9563.0, 9553.0, 9590.0, 9555.0, 9607.0, 9566.0, 9539.0, 9557.0, 9545.0, 9554.0, 9557.0, 9576.0, 9582.0, 9596.0, 9537.0, 9567.0, 9535.0, 9549.0, 9548.0, 9579.0, 9601.0, 9601.0, 9518.0, 9541.0, 9533.0, 9545.0, 9537.0, 9589.0, 9551.0, 9576.0, 9540.0, 9575.0, 9558.0, 9593.0, 9576.0, 9594.0, 9553.0, 9604.0, 9550.0, 9587.0, 9551.0, 9592.0, 9563.0, 9636.0, 9659.0, 9620.0, 9583.0, 9563.0, 9552.0, 9547.0, 9574.0, 9565.0, 9591.0, 9458.0, 9508.0, 9527.0, 9588.0, 9561.0, 9553.0, 9545.0, 9535.0, 9552.0, 9556.0, 9598.0, 9575.0, 9561.0, 9592.0, 9594.0, 9629.0, 9596.0, 9590.0, 9529.0, 9515.0, 9543.0, 9550.0, 9623.0, 9576.0, 9605.0, 9533.0, 9570.0, 9535.0, 9578.0, 9548.0, 9533.0, 9546.0, 9533.0, 9548.0, 9558.0, 9582.0, 9571.0, 9609.0, 9553.0, 9608.0, 9551.0, 9589.0, 9567.0, 9605.0, 9578.0, 9539.0, 9535.0, 9534.0, 9536.0, 9536.0, 9573.0, 9560.0, 9631.0, 9601.0, 9558.0, 9556.0, 9540.0, 9577.0, 9565.0, 9605.0, 9562.0, 9597.0, 9560.0, 9615.0, 9591.0, 9642.0, 9600.0, 9637.0, 9565.0, 9564.0, 9552.0, 9564.0, 9593.0, 9536.0, 9605.0, 9535.0, 9572.0, 9550.0, 9574.0, 9553.0, 9592.0, 9583.0, 9620.0, 9562.0, 9588.0, 9546.0, 9577.0, 9551.0, 9589.0, 9564.0, 9547.0, 9545.0, 9531.0, 9543.0, 9548.0, 9561.0, 9559.0, 9585.0, 9515.0, 9537.0, 9510.0, 9524.0, 9513.0, 9556.0, 9539.0, 9609.0, 9509.0, 9546.0, 9507.0, 9533.0, 9525.0, 9563.0, 9526.0, 9580.0, 9526.0, 9567.0, 9542.0, 9572.0, 9545.0, 9514.0, 9539.0, 9529.0, 9552.0, 9531.0, 9581.0, 9556.0, 9595.0, 9538.0, 9562.0, 9520.0, 9531.0, 9510.0, 9559.0, 9532.0, 9586.0, 9503.0, 9513.0, 9504.0, 9527.0, 9510.0, 9548.0, 9527.0, 9559.0, 9522.0, 9545.0, 9525.0, 9571.0, 9544.0, 9552.0, 9524.0, 9536.0, 9524.0, 9523.0, 9526.0, 9540.0, 9555.0, 9510.0, 9524.0, 9510.0, 9511.0, 9513.0, 9541.0, 9528.0, 9584.0, 9513.0, 9556.0, 9512.0, 9551.0, 9531.0, 9584.0, 9562.0, 9609.0, 9542.0, 9563.0, 9529.0, 9551.0, 9541.0, 9578.0, 9538.0, 9590.0, 9523.0, 9533.0, 9514.0, 9551.0, 9528.0, 9569.0, 9552.0, 9586.0, 9533.0, 9556.0, 9532.0, 9568.0, 9530.0, 9587.0, 9549.0, 9600.0, 9545.0, 9583.0, 9529.0, 9565.0, 9529.0, 9583.0, 9545.0, 9581.0, 9528.0, 9567.0, 9514.0, 9555.0, 9529.0, 9569.0, 9547.0, 9584.0, 9544.0, 9541.0, 9530.0, 9529.0, 9535.0, 9588.0, 9561.0, 9531.0, 9532.0, 9528.0, 9529.0, 9529.0, 9530.0, 9557.0, 9558.0, 9513.0, 9542.0, 9527.0, 9529.0, 9533.0, 9559.0, 9518.0, 9572.0, 9535.0, 9561.0, 9534.0, 9564.0, 9550.0, 9605.0, 9565.0, 9535.0, 9534.0, 9537.0, 9551.0, 9557.0, 9609.0, 9560.0, 9582.0, 9558.0, 9568.0, 9571.0, 9556.0, 9594.0, 9535.0, 9549.0, 9533.0, 9550.0, 9605.0, 9606.0, 9542.0, 9540.0, 9528.0, 9526.0, 9527.0, 9526.0, 9545.0, 9546.0, 9517.0, 9539.0, 9514.0, 9525.0, 9527.0, 9534.0, 9562.0, 9545.0, 9545.0, 9529.0, 9595.0, 9533.0, 9585.0, 9545.0, 9553.0, 9528.0, 9553.0, 9528.0, 9540.0, 9535.0, 9561.0, 9548.0, 9571.0, 9536.0, 9561.0, 9536.0, 9574.0, 9553.0, 9594.0, 9563.0, 9589.0, 9533.0, 9557.0, 9533.0, 9560.0, 9547.0, 9587.0, 9534.0, 9543.0, 9537.0, 9547.0, 9535.0, 9574.0, 9532.0, 9543.0, 9535.0, 9532.0, 9533.0, 9533.0, 9553.0, 9576.0, 9568.0, 9593.0, 9554.0, 9595.0, 9559.0, 9593.0, 9557.0, 9595.0, 9566.0, 9580.0, 9559.0, 9531.0, 9584.0, 9533.0, 9618.0, 9571.0, 9594.0, 9527.0, 9566.0, 9527.0, 9553.0, 9536.0, 9560.0, 9535.0, 9544.0, 9538.0, 9548.0, 9551.0, 9552.0, 9561.0, 9582.0, 9558.0, 9580.0, 9556.0, 9550.0, 9536.0, 9554.0, 9597.0, 9563.0, 9574.0, 9532.0, 9586.0, 9533.0, 9601.0, 9551.0, 9587.0, 9551.0, 9589.0, 9537.0, 9575.0, 9541.0, 9580.0, 9556.0, 9579.0, 9539.0, 9578.0, 9538.0, 9565.0, 9555.0, 9592.0, 9542.0, 9574.0, 9537.0, 9551.0, 9536.0, 9540.0, 9554.0, 9555.0, 9580.0, 9578.0, 9536.0, 9538.0, 9537.0, 9555.0, 9567.0, 9539.0, 9582.0, 9554.0, 9583.0, 9558.0, 9584.0, 9559.0, 9545.0, 9556.0, 9545.0, 9555.0, 9541.0, 9557.0, 9549.0, 9574.0, 9559.0, 9574.0, 9573.0, 9629.0, 9587.0, 9615.0, 9560.0, 9554.0, 9557.0, 9563.0, 9581.0, 9576.0, 9634.0, 9558.0, 9583.0, 9543.0, 9569.0, 9557.0, 9628.0, 9595.0, 9624.0, 9535.0, 9533.0, 9522.0, 9543.0, 9566.0, 9637.0, 9534.0, 9573.0, 9530.0, 9542.0, 9535.0, 9560.0, 9555.0, 9591.0, 9538.0, 9588.0, 9539.0, 9577.0, 9554.0, 9597.0, 9583.0, 9541.0, 9548.0, 9550.0, 9536.0, 9587.0, 9547.0, 9621.0, 9590.0, 9612.0, 9540.0, 9567.0, 9525.0, 9568.0, 9528.0, 9565.0, 9527.0, 9509.0, 9507.0, 9510.0, 9526.0, 9533.0, 9558.0, 9515.0, 9557.0, 9517.0, 9515.0, 9516.0, 9537.0, 9533.0, 9532.0, 9531.0, 9600.0, 9547.0, 9581.0, 9533.0, 9556.0, 9533.0, 9577.0, 9553.0, 9594.0, 9564.0, 9552.0, 9534.0, 9558.0, 9533.0, 9588.0, 9562.0, 9546.0, 9543.0, 9528.0, 9529.0, 9598.0, 9529.0, 9584.0, 9540.0, 9566.0, 9544.0, 9565.0, 9540.0, 9565.0, 9512.0, 9511.0, 9514.0, 9518.0, 9536.0, 9538.0, 9579.0, 9536.0, 9533.0, 9519.0, 9544.0, 9546.0, 9575.0, 9529.0, 9555.0, 9525.0, 9513.0, 9512.0, 9511.0, 9516.0, 9544.0, 9559.0, 9601.0, 9512.0, 9522.0, 9515.0, 9526.0, 9531.0, 9559.0, 9551.0, 9588.0, 9553.0, 9574.0, 9569.0, 9585.0, 9586.0, 9585.0, 9587.0, 9610.0, 9599.0, 9631.0, 9577.0, 9561.0, 9580.0, 9565.0, 9619.0, 9642.0, 9691.0, 9595.0, 9544.0, 9528.0, 9582.0, 9565.0, 9535.0, 9512.0, 9507.0, 9612.0, 9531.0, 9575.0, 9531.0, 9527.0, 9526.0, 9531.0, 9549.0, 9556.0, 9600.0, 9559.0, 9608.0, 9556.0, 9553.0, 9552.0, 9540.0, 9577.0, 9537.0, 9588.0, 9542.0, 9589.0, 9539.0, 9572.0, 9590.0, 9566.0, 9612.0, 9551.0, 9577.0, 9547.0, 9594.0, 9555.0, 9564.0, 9603.0, 9565.0, 9631.0, 9573.0, 9610.0, 9572.0, 9594.0, 9584.0, 9626.0, 9597.0, 9637.0, 9605.0, 9584.0, 9557.0, 9514.0, 9515.0, 9531.0, 9559.0, 9529.0, 9585.0, 9516.0, 9556.0, 9531.0, 9554.0, 9550.0, 9589.0, 9577.0, 9613.0, 9530.0, 9581.0, 9525.0, 9565.0, 9532.0, 9557.0, 9545.0, 9516.0, 9529.0, 9520.0, 9543.0, 9555.0, 9594.0, 9575.0, 9543.0, 9585.0, 9562.0, 9585.0, 9562.0, 9631.0, 9601.0, 9597.0, 9585.0, 9535.0, 9550.0, 9532.0, 9574.0, 9574.0, 9618.0, 9559.0, 9582.0, 9526.0, 9549.0, 9528.0, 9565.0, 9541.0, 9535.0, 9509.0, 9506.0, 9509.0, 9526.0, 9527.0, 9510.0, 9540.0, 9509.0, 9510.0, 9509.0, 9524.0, 9517.0, 9567.0, 9528.0, 9583.0, 9528.0, 9567.0, 9529.0, 9567.0, 9543.0, 9579.0, 9526.0, 9550.0, 9509.0, 9548.0, 9508.0, 9563.0, 9527.0, 9564.0, 9538.0, 9536.0, 9523.0, 9535.0, 9510.0, 9569.0, 9532.0, 9555.0, 9531.0, 9520.0, 9516.0, 9517.0, 9532.0, 9536.0, 9564.0, 9538.0, 9592.0, 9520.0, 9545.0, 9518.0, 9547.0, 9551.0, 9588.0, 9515.0, 9559.0, 9513.0, 9525.0, 9519.0, 9546.0, 9519.0, 9557.0, 9519.0, 9555.0, 9536.0, 9560.0, 9557.0, 9577.0, 9555.0, 9592.0, 9554.0, 9581.0, 9557.0, 9596.0, 9567.0, 9551.0, 9550.0, 9561.0, 9533.0, 9536.0, 9551.0, 9535.0, 9592.0, 9535.0, 9562.0, 9536.0, 9563.0, 9555.0, 9594.0, 9570.0, 9607.0, 9553.0, 9579.0, 9536.0, 9562.0, 9552.0, 9551.0, 9609.0, 9534.0, 9561.0, 9539.0, 9566.0, 9559.0, 9593.0, 9570.0, 9565.0, 9541.0, 9562.0, 9540.0, 9595.0, 9569.0, 9578.0, 9548.0, 9531.0, 9530.0, 9537.0, 9578.0, 9553.0, 9589.0, 9538.0, 9548.0, 9537.0, 9566.0, 9567.0, 9540.0, 9581.0, 9535.0, 9561.0, 9539.0, 9590.0, 9551.0, 9591.0, 9537.0, 9577.0, 9555.0, 9593.0, 9577.0, 9549.0, 9543.0, 9515.0, 9527.0, 9518.0, 9575.0, 9546.0, 9600.0, 9528.0, 9552.0, 9516.0, 9568.0, 9532.0, 9568.0, 9526.0, 9515.0, 9515.0, 9518.0, 9533.0, 9534.0, 9588.0, 9519.0, 9572.0, 9518.0, 9527.0, 9519.0, 9561.0, 9519.0, 9555.0, 9516.0, 9543.0, 9537.0, 9560.0, 9534.0, 9577.0, 9537.0, 9573.0, 9536.0, 9582.0, 9554.0, 9557.0, 9568.0, 9538.0, 9566.0, 9545.0, 9581.0, 9570.0, 9609.0, 9599.0, 9563.0, 9548.0, 9521.0, 9557.0, 9537.0, 9603.0, 9577.0, 9616.0, 9545.0, 9583.0, 9531.0, 9587.0, 9546.0, 9587.0, 9557.0, 9525.0, 9524.0, 9511.0, 9510.0, 9515.0, 9530.0, 9517.0, 9555.0, 9513.0, 9528.0, 9536.0, 9561.0, 9535.0, 9572.0, 9521.0, 9531.0, 9533.0, 9536.0, 9552.0, 9537.0, 9592.0, 9521.0, 9560.0, 9535.0, 9560.0, 9540.0, 9587.0, 9533.0, 9571.0, 9533.0, 9561.0, 9551.0, 9554.0, 9576.0, 9534.0, 9544.0, 9535.0, 9561.0, 9536.0, 9589.0, 9563.0, 9587.0, 9535.0, 9547.0, 9539.0, 9567.0, 9564.0, 9521.0, 9550.0, 9535.0, 9537.0, 9539.0, 9564.0, 9536.0, 9574.0, 9533.0, 9545.0, 9537.0, 9576.0, 9549.0, 9590.0, 9537.0, 9560.0, 9539.0, 9553.0, 9554.0, 9539.0, 9578.0, 9541.0, 9561.0, 9543.0, 9582.0, 9571.0, 9609.0, 9578.0, 9605.0, 9563.0, 9572.0, 9547.0, 9546.0, 9604.0, 9549.0, 9561.0, 9531.0, 9536.0, 9568.0, 9556.0, 9611.0, 9567.0, 9590.0, 9554.0, 9580.0, 9570.0, 9605.0, 9595.0, 9615.0, 9556.0, 9579.0, 9530.0, 9571.0, 9543.0, 9523.0, 9510.0, 9509.0, 9509.0, 9519.0, 9547.0, 9533.0, 9573.0, 9538.0, 9535.0, 9537.0, 9539.0, 9595.0, 9540.0, 9578.0, 9539.0, 9589.0, 9554.0, 9607.0, 9569.0, 9550.0, 9534.0, 9531.0, 9529.0, 9522.0, 9574.0, 9544.0, 9584.0, 9531.0, 9555.0, 9519.0, 9592.0, 9563.0, 9534.0, 9548.0, 9519.0, 9531.0, 9540.0, 9579.0, 9552.0, 9591.0, 9537.0, 9549.0, 9535.0, 9554.0, 9582.0, 9566.0, 9593.0, 9546.0, 9558.0, 9532.0, 9571.0, 9548.0, 9605.0, 9574.0, 9597.0, 9541.0, 9525.0, 9529.0, 9515.0, 9585.0, 9529.0, 9555.0, 9531.0, 9573.0, 9539.0, 9576.0, 9563.0, 9522.0, 9532.0, 9519.0, 9546.0, 9537.0, 9589.0, 9563.0, 9603.0, 9532.0, 9560.0, 9535.0, 9575.0, 9560.0, 9521.0, 9531.0, 9513.0, 9513.0, 9521.0, 9531.0, 9517.0, 9557.0, 9517.0, 9541.0, 9519.0, 9559.0, 9535.0, 9585.0, 9532.0, 9555.0, 9518.0, 9558.0, 9536.0, 9589.0, 9563.0, 9522.0, 9535.0, 9533.0, 9535.0, 9538.0, 9589.0, 9537.0, 9535.0, 9540.0, 9539.0, 9571.0, 9571.0, 9630.0, 9585.0, 9552.0, 9537.0, 9523.0, 9536.0, 9608.0, 9595.0, 9620.0, 9587.0, 9598.0, 9554.0, 9564.0, 9542.0, 9550.0, 9543.0, 9566.0, 9511.0, 9509.0, 9516.0, 9519.0, 9536.0, 9542.0, 9597.0, 9561.0, 9596.0, 9546.0, 9553.0, 9543.0, 9585.0, 9599.0, 9557.0, 9583.0, 9553.0, 9548.0, 9542.0, 9611.0, 9585.0, 9570.0, 9556.0, 9539.0, 9589.0, 9557.0, 9540.0, 9611.0, 9579.0, 9538.0, 9533.0, 9539.0, 9579.0, 9555.0, 9614.0, 9586.0, 9605.0, 9588.0, 9531.0, 9526.0, 9514.0, 9541.0, 9516.0, 9587.0, 9577.0, 9617.0, 9533.0, 9515.0, 9515.0, 9517.0, 9535.0, 9543.0, 9595.0, 9562.0, 9541.0, 9553.0, 9568.0, 9577.0, 9564.0, 9635.0, 9605.0, 9574.0, 9568.0, 9547.0, 9597.0, 9547.0, 9585.0, 9585.0, 9577.0, 9596.0, 9558.0, 9597.0, 9557.0, 9610.0, 9581.0, 9589.0, 9569.0, 9543.0, 9527.0, 9508.0, 9536.0, 9527.0, 9598.0, 9532.0, 9546.0, 9510.0, 9539.0, 9516.0, 9542.0, 9515.0, 9559.0, 9517.0, 9561.0, 9541.0, 9592.0, 9550.0, 9549.0, 9538.0, 9578.0, 9540.0, 9608.0, 9567.0, 9563.0, 9539.0, 9546.0, 9536.0, 9577.0, 9540.0, 9591.0, 9568.0, 9534.0, 9533.0, 9530.0, 9525.0, 9578.0, 9552.0, 9607.0, 9564.0, 9603.0, 9538.0, 9576.0, 9539.0, 9573.0, 9547.0, 9559.0, 9525.0, 9559.0, 9539.0, 9551.0, 9541.0, 9552.0, 9539.0, 9549.0, 9525.0, 9536.0, 9537.0, 9542.0, 9582.0, 9554.0, 9540.0, 9543.0, 9606.0, 9544.0, 9596.0, 9577.0, 9584.0, 9542.0, 9565.0, 9540.0, 9558.0, 9542.0, 9559.0, 9597.0, 9556.0, 9609.0, 9559.0, 9602.0, 9577.0, 9583.0, 9559.0, 9582.0, 9542.0, 9554.0, 9545.0, 9572.0, 9631.0, 9594.0, 9622.0, 9563.0, 9589.0, 9538.0, 9577.0, 9551.0, 9563.0, 9538.0, 9538.0, 9539.0, 9541.0, 9543.0, 9562.0, 9559.0, 9546.0, 9545.0, 9559.0, 9600.0, 9562.0, 9615.0, 9577.0, 9601.0, 9560.0, 9586.0, 9545.0, 9571.0, 9566.0, 9587.0, 9546.0, 9569.0, 9557.0, 9543.0, 9545.0, 9566.0, 9563.0, 9563.0, 9562.0, 9561.0, 9550.0, 9563.0, 9548.0, 9563.0, 9589.0, 9567.0, 9632.0, 9594.0, 9601.0, 9576.0, 9598.0, 9561.0, 9612.0, 9566.0, 9618.0, 9580.0, 9617.0, 9567.0, 9617.0, 9563.0, 9605.0, 9592.0, 9605.0, 9579.0, 9618.0, 9558.0, 9597.0, 9546.0, 9585.0, 9575.0, 9598.0, 9586.0, 9596.0, 9557.0, 9564.0, 9542.0, 9570.0, 9559.0, 9598.0, 9573.0, 9598.0, 9558.0, 9597.0, 9558.0, 9598.0, 9574.0, 9599.0, 9591.0, 9627.0, 9582.0, 9591.0, 9538.0, 9576.0, 9542.0, 9596.0, 9570.0, 9590.0, 9550.0, 9573.0, 9536.0, 9560.0, 9539.0, 9559.0, 9524.0, 9562.0, 9536.0, 9560.0, 9533.0, 9546.0, 9535.0, 9588.0, 9533.0, 9557.0, 9523.0, 9531.0, 9538.0, 9551.0, 9542.0, 9594.0, 9541.0, 9565.0, 9540.0, 9540.0, 9542.0, 9553.0, 9605.0, 9581.0, 9574.0, 9532.0, 9530.0, 9536.0, 9564.0, 9553.0, 9538.0, 9539.0, 9536.0, 9539.0, 9540.0, 9547.0, 9583.0, 9572.0, 9543.0, 9558.0, 9540.0, 9542.0, 9569.0, 9557.0, 9585.0, 9555.0, 9579.0, 9554.0, 9580.0, 9553.0, 9592.0, 9552.0, 9604.0, 9552.0, 9609.0, 9582.0, 9550.0, 9551.0, 9537.0, 9538.0, 9537.0, 9539.0, 9613.0, 9557.0, 9595.0, 9556.0, 9595.0, 9543.0, 9579.0, 9541.0, 9567.0, 9543.0, 9556.0, 9544.0, 9543.0, 9542.0, 9543.0, 9566.0, 9565.0, 9566.0, 9589.0, 9550.0, 9572.0, 9548.0, 9566.0, 9571.0, 9586.0, 9567.0, 9582.0, 9571.0, 9567.0, 9569.0, 9567.0, 9595.0, 9565.0, 9609.0, 9567.0, 9593.0, 9567.0, 9610.0, 9570.0, 9629.0, 9585.0, 9630.0, 9587.0, 9598.0, 9574.0, 9615.0, 9588.0, 9644.0, 9589.0, 9661.0, 9623.0, 9646.0, 9602.0, 9611.0, 9572.0, 9595.0, 9584.0, 9613.0, 9608.0, 9620.0, 9603.0, 9572.0, 9587.0, 9574.0, 9587.0, 9593.0, 9609.0, 9602.0, 9625.0, 9620.0, 9666.0, 9656.0, 9671.0, 9639.0, 9643.0, 9611.0, 9615.0, 9634.0, 9613.0, 9677.0, 9626.0, 9664.0, 9599.0, 9631.0, 9631.0, 9604.0, 9671.0, 9611.0, 9651.0, 9599.0, 9610.0, 9609.0, 9581.0, 9621.0, 9618.0, 9689.0, 9686.0, 9696.0, 9643.0, 9585.0, 9580.0, 9568.0, 9595.0, 9576.0, 9592.0, 9579.0, 9576.0, 9622.0, 9578.0, 9642.0, 9584.0, 9651.0, 9595.0, 9648.0, 9610.0, 9644.0, 9601.0, 9540.0, 9544.0, 9551.0, 9564.0, 9572.0, 9632.0, 9582.0, 9551.0, 9578.0, 9556.0, 9587.0, 9576.0, 9560.0, 9578.0, 9579.0, 9603.0, 9595.0, 9607.0, 9615.0, 9627.0, 9650.0, 9613.0, 9627.0, 9567.0, 9569.0, 9573.0, 9568.0, 9584.0, 9556.0, 9610.0, 9571.0, 9607.0, 9607.0, 9575.0, 9624.0, 9565.0, 9603.0, 9570.0, 9573.0, 9571.0, 9578.0, 9608.0, 9599.0, 9650.0, 9606.0, 9628.0, 9578.0, 9594.0, 9592.0, 9600.0, 9642.0, 9595.0, 9591.0, 9624.0, 9642.0, 9703.0, 9660.0, 9612.0, 9598.0, 9560.0, 9546.0, 9573.0, 9568.0, 9614.0, 9588.0, 9640.0, 9617.0, 9636.0, 9607.0, 9634.0, 9604.0, 9609.0, 9604.0, 9585.0, 9624.0, 9522.0, 9497.0, 9494.0, 9492.0, 9513.0, 9520.0, 9548.0, 9527.0, 9580.0, 9544.0, 9593.0, 9550.0, 9562.0, 9528.0, 9530.0, 9530.0, 9514.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.0016174016172506738</td></tr>
<tr><td colspan=3>aqi</td><td>0.04158303665768194</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.3224323647142</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1338835058090628</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9687974662297753</td></tr>
<tr><td colspan=3>efc</td><td>0.505</td></tr>
<tr><td colspan=3>fber</td><td>4586.0771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09240479932547642</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.450134770889488</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447484114775021</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4342743055987413</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5895003018978655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3186777368284557</td></tr>
<tr><td colspan=3>gcor</td><td>0.00679081</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009777652099728584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026887860149145126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.21492289818086</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>14.1199</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.8683</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.8776</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1094.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.7361</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9454</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.8226</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3529.7962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.2693</td></tr>
<tr><td colspan=3>tsnr</td><td>31.66798474465031</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>