ds005256-mriqc/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +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-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-02/func/sub-0008_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>99906f51d3325a309dfa5dbaae1e6ded</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>13:48:52.300000</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_VE11C_LATEST_20160120</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.999904, -0.00851624, 0.0109753, 0.00802794, 0.999008, 0.0437921]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.113084</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7716, -7222, 546, -148, -33, -76, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2003ca01-0a47-4694-b2e5-4aab380a3178||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826679706573486, 0.021538371220231056, 0.030610913410782814, 111.05994415283203], [0.022848449647426605, 2.6802666187286377, 0.11798947304487228, -102.13367462158203], [0.029445962980389595, -0.11749111115932465, 2.69724702835083, -16.792539596557617], [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': ['134852.300000', '134852.760000', '134853.220000', '134853.680000', '134854.140000', '134854.600000', '134855.060000', '134855.520000', '134855.980000', '134856.440000', '134856.900000', '134857.360000', '134857.820000', '134858.280000', '134858.740000', '134859.200000', '134859.660000', '134900.120000', '134900.580000', '134901.040000', '134901.500000', '134901.960000', '134902.420000', '134902.880000', '134903.340000', '134903.800000', '134904.260000', '134904.720000', '134905.180000', '134905.640000', '134906.100000', '134906.560000', '134907.020000', '134907.480000', '134907.940000', '134908.400000', '134908.860000', '134909.320000', '134909.780000', '134910.240000', '134910.700000', '134911.160000', '134911.620000', '134912.080000', '134912.540000', '134913.000000', '134913.460000', '134913.920000', '134914.380000', '134914.840000', '134915.300000', '134915.760000', '134916.220000', '134916.680000', '134917.140000', '134917.600000', '134918.060000', '134918.520000', '134918.980000', '134919.440000', '134919.900000', '134920.360000', '134920.820000', '134921.280000', '134921.740000', '134922.200000', '134922.660000', '134923.120000', '134923.580000', '134924.040000', '134924.500000', '134924.960000', '134925.420000', '134925.880000', '134926.340000', '134926.800000', '134927.260000', '134927.720000', '134928.180000', '134928.640000', '134929.100000', '134929.560000', '134930.020000', '134930.480000', '134930.940000', '134931.400000', '134931.860000', '134932.320000', '134932.780000', '134933.240000', '134933.700000', '134934.160000', '134934.620000', '134935.080000', '134935.540000', '134936.000000', '134936.460000', '134936.920000', '134937.380000', '134937.840000', '134938.300000', '134938.760000', '134939.220000', '134939.680000', '134940.140000', '134940.600000', '134941.060000', '134941.520000', '134941.980000', '134942.440000', '134942.900000', '134943.360000', '134943.820000', '134944.280000', '134944.740000', '134945.200000', '134945.660000', '134946.120000', '134946.580000', '134947.040000', '134947.500000', '134947.960000', '134948.420000', '134948.880000', '134949.340000', '134949.800000', '134950.260000', '134950.720000', '134951.180000', '134951.640000', '134952.100000', '134952.560000', '134953.020000', '134953.480000', '134953.940000', '134954.400000', '134954.860000', '134955.320000', '134955.780000', '134956.240000', '134956.700000', '134957.160000', '134957.620000', '134958.080000', '134958.540000', '134959.000000', '134959.460000', '134959.920000', '135000.380000', '135000.840000', '135001.300000', '135001.760000', '135002.220000', '135002.680000', '135003.140000', '135003.600000', '135004.060000', '135004.520000', '135004.980000', '135005.440000', '135005.900000', '135006.360000', '135006.820000', '135007.280000', '135007.740000', '135008.200000', '135008.660000', '135009.120000', '135009.580000', '135010.040000', '135010.500000', '135010.960000', '135011.420000', '135011.880000', '135012.340000', '135012.800000', '135013.260000', '135013.720000', '135014.180000', '135014.640000', '135015.100000', '135015.560000', '135016.020000', '135016.480000', '135016.940000', '135017.400000', '135017.860000', '135018.320000', '135018.780000', '135019.240000', '135019.700000', '135020.160000', '135020.620000', '135021.080000', '135021.540000', '135022.000000', '135022.460000', '135022.920000', '135023.380000', '135023.840000', '135024.300000', '135024.760000', '135025.220000', '135025.680000', '135026.140000', '135026.600000', '135027.060000', '135027.520000', '135027.980000', '135028.440000', '135028.900000', '135029.360000', '135029.820000', '135030.280000', '135030.740000', '135031.200000', '135031.660000', '135032.120000', '135032.580000', '135033.040000', '135033.500000', '135033.960000', '135034.420000', '135034.880000', '135035.340000', '135035.800000', '135036.260000', '135036.720000', '135037.180000', '135037.640000', '135038.100000', '135038.560000', '135039.020000', '135039.480000', '135039.940000', '135040.400000', '135040.860000', '135041.320000', '135041.780000', '135042.240000', '135042.700000', '135043.160000', '135043.620000', '135044.080000', '135044.540000', '135045.000000', '135045.460000', '135045.920000', '135046.380000', '135046.840000', '135047.300000', '135047.760000', '135048.220000', '135048.680000', '135049.140000', '135049.600000', '135050.060000', '135050.520000', '135050.980000', '135051.440000', '135051.900000', '135052.360000', '135052.820000', '135053.280000', '135053.740000', '135054.200000', '135054.660000', '135055.120000', '135055.580000', '135056.040000', '135056.500000', '135056.960000', '135057.420000', '135057.880000', '135058.340000', '135058.800000', '135059.260000', '135059.720000', '135100.180000', '135100.640000', '135101.100000', '135101.560000', '135102.020000', '135102.480000', '135102.940000', '135103.400000', '135103.860000', '135104.320000', '135104.780000', '135105.240000', '135105.700000', '135106.160000', '135106.620000', '135107.080000', '135107.540000', '135108.000000', '135108.460000', '135108.920000', '135109.380000', '135109.840000', '135110.300000', '135110.760000', '135111.220000', '135111.680000', '135112.140000', '135112.600000', '135113.060000', '135113.520000', '135113.980000', '135114.440000', '135114.900000', '135115.360000', '135115.820000', '135116.280000', '135116.740000', '135117.200000', '135117.660000', '135118.120000', '135118.580000', '135119.040000', '135119.500000', '135119.960000', '135120.420000', '135120.880000', '135121.340000', '135121.800000', '135122.260000', '135122.720000', '135123.180000', '135123.640000', '135124.100000', '135124.560000', '135125.020000', '135125.480000', '135125.940000', '135126.400000', '135126.860000', '135127.320000', '135127.780000', '135128.240000', '135128.700000', '135129.160000', '135129.620000', '135130.080000', '135130.540000', '135131.000000', '135131.460000', '135131.920000', '135132.380000', '135132.840000', '135133.300000', '135133.760000', '135134.220000', '135134.680000', '135135.140000', '135135.600000', '135136.060000', '135136.520000', '135136.980000', '135137.440000', '135137.900000', '135138.360000', '135138.820000', '135139.280000', '135139.740000', '135140.200000', '135140.660000', '135141.120000', '135141.580000', '135142.040000', '135142.500000', '135142.960000', '135143.420000', '135143.880000', '135144.340000', '135144.800000', '135145.260000', '135145.720000', '135146.180000', '135146.640000', '135147.100000', '135147.560000', '135148.020000', '135148.480000', '135148.940000', '135149.400000', '135149.860000', '135150.320000', '135150.780000', '135151.240000', '135151.700000', '135152.160000', '135152.620000', '135153.080000', '135153.540000', '135154.000000', '135154.460000', '135154.920000', '135155.380000', '135155.840000', '135156.300000', '135156.760000', '135157.220000', '135157.680000', '135158.140000', '135158.600000', '135159.060000', '135159.520000', '135159.980000', '135200.440000', '135200.900000', '135201.360000', '135201.820000', '135202.280000', '135202.740000', '135203.200000', '135203.660000', '135204.120000', '135204.580000', '135205.040000', '135205.500000', '135205.960000', '135206.420000', '135206.880000', '135207.340000', '135207.800000', '135208.260000', '135208.720000', '135209.180000', '135209.640000', '135210.100000', '135210.560000', '135211.020000', '135211.480000', '135211.940000', '135212.400000', '135212.860000', '135213.320000', '135213.780000', '135214.240000', '135214.700000', '135215.160000', '135215.620000', '135216.080000', '135216.540000', '135217.000000', '135217.460000', '135217.920000', '135218.380000', '135218.840000', '135219.300000', '135219.760000', '135220.220000', '135220.680000', '135221.140000', '135221.600000', '135222.060000', '135222.520000', '135222.980000', '135223.440000', '135223.900000', '135224.360000', '135224.820000', '135225.280000', '135225.740000', '135226.200000', '135226.660000', '135227.120000', '135227.580000', '135228.040000', '135228.500000', '135228.960000', '135229.420000', '135229.880000', '135230.340000', '135230.800000', '135231.260000', '135231.720000', '135232.180000', '135232.640000', '135233.100000', '135233.560000', '135234.020000', '135234.480000', '135234.940000', '135235.400000', '135235.860000', '135236.320000', '135236.780000', '135237.240000', '135237.700000', '135238.160000', '135238.620000', '135239.080000', '135239.540000', '135240.000000', '135240.460000', '135240.920000', '135241.380000', '135241.840000', '135242.300000', '135242.760000', '135243.220000', '135243.680000', '135244.140000', '135244.600000', '135245.060000', '135245.520000', '135245.980000', '135246.440000', '135246.900000', '135247.360000', '135247.820000', '135248.280000', '135248.740000', '135249.200000', '135249.660000', '135250.120000', '135250.580000', '135251.040000', '135251.500000', '135251.960000', '135252.420000', '135252.880000', '135253.340000', '135253.800000', '135254.260000', '135254.720000', '135255.180000', '135255.640000', '135256.100000', '135256.560000', '135257.020000', '135257.480000', '135257.940000', '135258.400000', '135258.860000', '135259.320000', '135259.780000', '135300.240000', '135300.700000', '135301.160000', '135301.620000', '135302.080000', '135302.540000', '135303.000000', '135303.460000', '135303.920000', '135304.380000', '135304.840000', '135305.300000', '135305.760000', '135306.220000', '135306.680000', '135307.140000', '135307.600000', '135308.060000', '135308.520000', '135308.980000', '135309.440000', '135309.900000', '135310.360000', '135310.820000', '135311.280000', '135311.740000', '135312.200000', '135312.660000', '135313.120000', '135313.580000', '135314.040000', '135314.500000', '135314.960000', '135315.420000', '135315.880000', '135316.340000', '135316.800000', '135317.260000', '135317.720000', '135318.180000', '135318.640000', '135319.100000', '135319.560000', '135320.020000', '135320.480000', '135320.940000', '135321.400000', '135321.860000', '135322.320000', '135322.780000', '135323.240000', '135323.700000', '135324.160000', '135324.620000', '135325.080000', '135325.540000', '135326.000000', '135326.460000', '135326.920000', '135327.380000', '135327.840000', '135328.300000', '135328.760000', '135329.220000', '135329.680000', '135330.140000', '135330.600000', '135331.060000', '135331.520000', '135331.980000', '135332.440000', '135332.900000', '135333.360000', '135333.820000', '135334.280000', '135334.740000', '135335.200000', '135335.660000', '135336.120000', '135336.580000', '135337.040000', '135337.500000', '135337.960000', '135338.420000', '135338.880000', '135339.340000', '135339.800000', '135340.260000', '135340.720000', '135341.180000', '135341.640000', '135342.100000', '135342.560000', '135343.020000', '135343.480000', '135343.940000', '135344.400000', '135344.860000', '135345.320000', '135345.780000', '135346.240000', '135346.700000', '135347.160000', '135347.620000', '135348.080000', '135348.540000', '135349.000000', '135349.460000', '135349.920000', '135350.380000', '135350.840000', '135351.300000', '135351.760000', '135352.220000', '135352.680000', '135353.140000', '135353.600000', '135354.060000', '135354.520000', '135354.980000', '135355.440000', '135355.900000', '135356.360000', '135356.820000', '135357.280000', '135357.740000', '135358.200000', '135358.660000', '135359.120000', '135359.580000', '135400.040000', '135400.500000', '135400.960000', '135401.420000', '135401.880000', '135402.340000', '135402.800000', '135403.260000', '135403.720000', '135404.180000', '135404.640000', '135405.100000', '135405.560000', '135406.020000', '135406.480000', '135406.940000', '135407.400000', '135407.860000', '135408.320000', '135408.780000', '135409.240000', '135409.700000', '135410.160000', '135410.620000', '135411.080000', '135411.540000', '135412.000000', '135412.460000', '135412.920000', '135413.380000', '135413.840000', '135414.300000', '135414.760000', '135415.220000', '135415.680000', '135416.140000', '135416.600000', '135417.060000', '135417.520000', '135417.980000', '135418.440000', '135418.900000', '135419.360000', '135419.820000', '135420.280000', '135420.740000', '135421.200000', '135421.660000', '135422.120000', '135422.580000', '135423.040000', '135423.500000', '135423.960000', '135424.420000', '135424.880000', '135425.340000', '135425.800000', '135426.260000', '135426.720000', '135427.180000', '135427.640000', '135428.100000', '135428.560000', '135429.020000', '135429.480000', '135429.940000', '135430.400000', '135430.860000', '135431.320000', '135431.780000', '135432.240000', '135432.700000', '135433.160000', '135433.620000', '135434.080000', '135434.540000', '135435.000000', '135435.460000', '135435.920000', '135436.380000', '135436.840000', '135437.300000', '135437.760000', '135438.220000', '135438.680000', '135439.140000', '135439.600000', '135440.060000', '135440.520000', '135440.980000', '135441.440000', '135441.900000', '135442.360000', '135442.820000', '135443.280000', '135443.740000', '135444.200000', '135444.660000', '135445.120000', '135445.580000', '135446.040000', '135446.500000', '135446.960000', '135447.420000', '135447.880000', '135448.340000', '135448.800000', '135449.260000', '135449.720000', '135450.180000', '135450.640000', '135451.100000', '135451.560000', '135452.020000', '135452.480000', '135452.940000', '135453.400000', '135453.860000', '135454.320000', '135454.780000', '135455.240000', '135455.700000', '135456.160000', '135456.620000', '135457.080000', '135457.540000', '135458.000000', '135458.460000', '135458.920000', '135459.380000', '135459.840000', '135500.300000', '135500.760000', '135501.220000', '135501.680000', '135502.140000', '135502.600000', '135503.060000', '135503.520000', '135503.980000', '135504.440000', '135504.900000', '135505.360000', '135505.820000', '135506.280000', '135506.740000', '135507.200000', '135507.660000', '135508.120000', '135508.580000', '135509.040000', '135509.500000', '135509.960000', '135510.420000', '135510.880000', '135511.340000', '135511.800000', '135512.260000', '135512.720000', '135513.180000', '135513.640000', '135514.100000', '135514.560000', '135515.020000', '135515.480000', '135515.940000', '135516.400000', '135516.860000', '135517.320000', '135517.780000', '135518.240000', '135518.700000', '135519.160000', '135519.620000', '135520.080000', '135520.540000', '135521.000000', '135521.460000', '135521.920000', '135522.380000', '135522.840000', '135523.300000', '135523.760000', '135524.220000', '135524.680000', '135525.140000', '135525.600000', '135526.060000', '135526.520000', '135526.980000', '135527.440000', '135527.900000', '135528.360000', '135528.820000', '135529.280000', '135529.740000', '135530.200000', '135530.660000', '135531.120000', '135531.580000', '135532.040000', '135532.500000', '135532.960000', '135533.420000', '135533.880000', '135534.340000', '135534.800000', '135535.260000', '135535.720000', '135536.180000', '135536.640000', '135537.100000', '135537.560000', '135538.020000', '135538.480000', '135538.940000', '135539.400000', '135539.860000', '135540.320000', '135540.780000', '135541.240000', '135541.700000', '135542.160000', '135542.620000', '135543.080000', '135543.540000', '135544.000000', '135544.460000', '135544.920000', '135545.380000', '135545.840000', '135546.300000', '135546.760000', '135547.220000', '135547.680000', '135548.140000', '135548.600000', '135549.060000', '135549.520000', '135549.980000', '135550.440000', '135550.900000', '135551.360000', '135551.820000', '135552.280000', '135552.740000', '135553.200000', '135553.660000', '135554.120000', '135554.580000', '135555.040000', '135555.500000', '135555.960000', '135556.420000', '135556.880000', '135557.340000', '135557.800000', '135558.260000', '135558.720000', '135559.180000', '135559.640000', '135600.100000', '135600.560000', '135601.020000', '135601.480000', '135601.940000', '135602.400000', '135602.860000', '135603.320000', '135603.780000', '135604.240000', '135604.700000', '135605.160000', '135605.620000', '135606.080000', '135606.540000', '135607.000000', '135607.460000', '135607.920000', '135608.380000', '135608.840000', '135609.300000', '135609.760000', '135610.220000', '135610.680000', '135611.140000', '135611.600000', '135612.060000', '135612.520000', '135612.980000', '135613.440000', '135613.900000', '135614.360000', '135614.820000', '135615.280000', '135615.740000', '135616.200000', '135616.660000', '135617.120000', '135617.580000', '135618.040000', '135618.500000', '135618.960000', '135619.420000', '135619.880000', '135620.340000', '135620.800000', '135621.260000', '135621.720000', '135622.180000', '135622.640000', '135623.100000', '135623.560000', '135624.020000', '135624.480000', '135624.940000', '135625.400000', '135625.860000', '135626.320000', '135626.780000', '135627.240000', '135627.700000', '135628.160000', '135628.620000', '135629.080000', '135629.540000', '135630.000000', '135630.460000', '135630.920000', '135631.380000', '135631.840000', '135632.300000', '135632.760000', '135633.220000', '135633.680000', '135634.140000', '135634.600000', '135635.060000', '135635.520000', '135635.980000', '135636.440000', '135636.900000', '135637.360000', '135637.820000', '135638.280000', '135638.740000', '135639.200000', '135639.660000', '135640.120000', '135640.580000', '135641.040000', '135641.500000', '135641.960000', '135642.420000', '135642.880000', '135643.340000', '135643.800000', '135644.260000', '135644.720000', '135645.180000', '135645.640000', '135646.100000', '135646.560000', '135647.020000', '135647.480000', '135647.940000', '135648.400000', '135648.860000', '135649.320000', '135649.780000', '135650.240000', '135650.700000', '135651.160000', '135651.620000', '135652.080000', '135652.540000', '135653.000000', '135653.460000', '135653.920000', '135654.380000', '135654.840000', '135655.300000', '135655.760000', '135656.220000', '135656.680000', '135657.140000', '135657.600000', '135658.060000', '135658.520000', '135658.980000', '135659.440000', '135659.900000', '135700.360000', '135700.820000', '135701.280000', '135701.740000', '135702.200000', '135702.660000', '135703.120000', '135703.580000', '135704.040000', '135704.500000', '135704.960000', '135705.420000', '135705.880000', '135706.340000', '135706.800000', '135707.260000', '135707.720000', '135708.180000', '135708.640000', '135709.100000', '135709.560000', '135710.020000', '135710.480000', '135710.940000', '135711.400000', '135711.860000', '135712.320000', '135712.780000', '135713.240000', '135713.700000', '135714.160000', '135714.620000', '135715.080000', '135715.540000', '135716.000000', '135716.460000', '135716.920000', '135717.380000', '135717.840000', '135718.300000', '135718.760000', '135719.220000', '135719.680000', '135720.140000', '135720.600000', '135721.060000', '135721.520000', '135721.980000', '135722.440000', '135722.900000', '135723.360000', '135723.820000', '135724.280000', '135724.740000', '135725.200000', '135725.660000', '135726.120000', '135726.580000', '135727.040000', '135727.500000', '135727.960000', '135728.420000', '135728.880000', '135729.340000', '135729.800000', '135730.260000', '135730.720000', '135731.180000', '135731.640000', '135732.100000', '135732.560000', '135733.020000', '135733.480000', '135733.940000', '135734.400000', '135734.860000', '135735.320000', '135735.780000', '135736.240000', '135736.700000', '135737.160000', '135737.620000', '135738.080000', '135738.540000', '135739.000000', '135739.460000', '135739.920000', '135740.380000', '135740.840000', '135741.300000', '135741.760000', '135742.220000', '135742.680000', '135743.140000', '135743.600000', '135744.060000', '135744.520000', '135744.980000', '135745.440000', '135745.900000', '135746.360000', '135746.820000', '135747.280000', '135747.740000', '135748.200000', '135748.660000', '135749.120000', '135749.580000', '135750.040000', '135750.500000', '135750.960000', '135751.420000', '135751.880000', '135752.340000', '135752.800000', '135753.260000', '135753.720000', '135754.180000', '135754.640000', '135755.100000', '135755.560000', '135756.020000', '135756.480000', '135756.940000', '135757.400000', '135757.860000', '135758.320000', '135758.780000', '135759.240000', '135759.700000', '135800.160000', '135800.620000', '135801.080000', '135801.540000', '135802.000000', '135802.460000', '135802.920000', '135803.380000', '135803.840000', '135804.300000', '135804.760000', '135805.220000', '135805.680000', '135806.140000', '135806.600000', '135807.060000', '135807.520000', '135807.980000', '135808.440000', '135808.900000', '135809.360000', '135809.820000', '135810.280000', '135810.740000', '135811.200000', '135811.660000', '135812.120000', '135812.580000', '135813.040000', '135813.500000', '135813.960000', '135814.420000', '135814.880000', '135815.340000', '135815.800000', '135816.260000', '135816.720000', '135817.180000', '135817.640000', '135818.100000', '135818.560000', '135819.020000', '135819.480000', '135819.940000', '135820.400000', '135820.860000', '135821.320000', '135821.780000', '135822.240000', '135822.700000', '135823.160000', '135823.620000', '135824.080000', '135824.540000', '135825.000000', '135825.460000', '135825.920000', '135826.380000', '135826.840000', '135827.300000', '135827.760000', '135828.220000', '135828.680000', '135829.140000', '135829.600000', '135830.060000', '135830.520000', '135830.980000', '135831.440000', '135831.900000', '135832.360000', '135832.820000', '135833.280000', '135833.740000', '135834.200000', '135834.660000', '135835.120000', '135835.580000', '135836.040000', '135836.500000', '135836.960000', '135837.420000', '135837.880000', '135838.340000', '135838.800000', '135839.260000', '135839.720000', '135840.180000', '135840.640000', '135841.100000', '135841.560000', '135842.020000', '135842.480000', '135842.940000', '135843.400000', '135843.860000', '135844.320000', '135844.780000', '135845.240000', '135845.700000', '135846.160000', '135846.620000', '135847.080000', '135847.540000', '135848.000000', '135848.460000', '135848.920000', '135849.380000', '135849.840000', '135850.300000', '135850.760000', '135851.220000', '135851.680000', '135852.140000', '135852.600000', '135853.060000', '135853.520000', '135853.980000', '135854.440000', '135854.900000', '135855.360000', '135855.820000', '135856.280000', '135856.740000', '135857.200000', '135857.660000', '135858.120000', '135858.580000', '135859.040000', '135859.500000', '135859.960000', '135900.420000', '135900.880000', '135901.340000', '135901.800000', '135902.260000', '135902.720000', '135903.180000', '135903.640000', '135904.100000', '135904.560000', '135905.020000', '135905.480000', '135905.940000', '135906.400000', '135906.860000', '135907.320000', '135907.780000', '135908.240000', '135908.700000', '135909.160000', '135909.620000', '135910.080000', '135910.540000', '135911.000000', '135911.460000', '135911.920000', '135912.380000', '135912.840000', '135913.300000', '135913.760000', '135914.220000', '135914.680000', '135915.140000', '135915.600000', '135916.060000', '135916.520000', '135916.980000', '135917.440000', '135917.900000', '135918.360000', '135918.820000', '135919.280000', '135919.740000', '135920.200000', '135920.660000', '135921.120000', '135921.580000', '135922.040000', '135922.500000', '135922.960000', '135923.420000', '135923.880000', '135924.340000', '135924.800000', '135925.260000', '135925.720000', '135926.180000', '135926.640000', '135927.100000', '135927.560000', '135928.020000', '135928.480000', '135928.940000', '135929.400000', '135929.860000', '135930.320000', '135930.780000', '135931.240000', '135931.700000', '135932.160000', '135932.620000', '135933.080000', '135933.540000', '135934.000000', '135934.460000', '135934.920000', '135935.380000', '135935.840000', '135936.300000', '135936.760000', '135937.220000', '135937.680000', '135938.140000', '135938.600000', '135939.060000', '135939.520000', '135939.980000', '135940.440000', '135940.900000', '135941.360000', '135941.820000', '135942.280000', '135942.740000', '135943.200000', '135943.660000', '135944.120000', '135944.580000', '135945.040000', '135945.500000', '135945.960000', '135946.420000', '135946.880000', '135947.340000', '135947.800000', '135948.260000', '135948.720000', '135949.180000', '135949.640000', '135950.100000', '135950.560000', '135951.020000', '135951.480000', '135951.940000', '135952.400000', '135952.860000', '135953.320000', '135953.780000', '135954.240000', '135954.700000', '135955.160000', '135955.620000', '135956.080000', '135956.540000', '135957.000000', '135957.460000', '135957.920000', '135958.380000', '135958.840000', '135959.300000', '135959.760000', '140000.220000', '140000.680000', '140001.140000', '140001.600000', '140002.060000', '140002.520000', '140002.980000', '140003.440000', '140003.900000', '140004.360000', '140004.820000', '140005.280000', '140005.740000', '140006.200000', '140006.660000', '140007.120000', '140007.580000', '140008.040000', '140008.500000', '140008.960000', '140009.420000', '140009.880000', '140010.340000', '140010.800000', '140011.260000', '140011.720000', '140012.180000', '140012.640000', '140013.100000', '140013.560000', '140014.020000', '140014.480000', '140014.940000', '140015.400000', '140015.860000', '140016.320000', '140016.780000', '140017.240000', '140017.700000', '140018.160000', '140018.620000', '140019.080000', '140019.540000', '140020.000000', '140020.460000', '140020.920000', '140021.380000', '140021.840000', '140022.300000', '140022.760000', '140023.220000', '140023.680000', '140024.140000', '140024.600000', '140025.060000', '140025.520000', '140025.980000', '140026.440000', '140026.900000', '140027.360000', '140027.820000', '140028.280000', '140028.740000', '140029.200000', '140029.660000', '140030.120000', '140030.580000', '140031.040000', '140031.500000', '140031.960000', '140032.420000', '140032.880000', '140033.340000', '140033.800000', '140034.260000', '140034.720000', '140035.180000', '140035.640000', '140036.100000', '140036.560000', '140037.020000', '140037.480000', '140037.940000', '140038.400000', '140038.860000', '140039.320000', '140039.780000', '140040.240000', '140040.700000', '140041.160000', '140041.620000', '140042.080000', '140042.540000', '140043.000000', '140043.460000', '140043.920000', '140044.380000', '140044.840000', '140045.300000', '140045.760000', '140046.220000', '140046.680000', '140047.140000', '140047.600000', '140048.060000', '140048.520000', '140048.980000', '140049.440000', '140049.900000', '140050.360000', '140050.820000', '140051.280000', '140051.740000', '140052.200000', '140052.660000', '140053.120000', '140053.580000', '140054.040000', '140054.500000', '140054.960000', '140055.420000', '140055.880000', '140056.340000', '140056.800000', '140057.260000', '140057.720000', '140058.180000', '140058.640000', '140059.100000', '140059.560000', '140100.020000', '140100.480000', '140100.940000', '140101.400000', '140101.860000', '140102.320000', '140102.780000', '140103.240000', '140103.700000', '140104.160000', '140104.620000', '140105.080000', '140105.540000', '140106.000000', '140106.460000', '140106.920000', '140107.380000', '140107.840000', '140108.300000', '140108.760000', '140109.220000', '140109.680000', '140110.140000', '140110.600000', '140111.060000', '140111.520000', '140111.980000', '140112.440000', '140112.900000', '140113.360000', '140113.820000', '140114.280000', '140114.740000', '140115.200000', '140115.660000', '140116.120000', '140116.580000', '140117.040000', '140117.500000', '140117.960000', '140118.420000', '140118.880000', '140119.340000', '140119.800000', '140120.260000', '140120.720000', '140121.180000', '140121.640000', '140122.100000', '140122.560000', '140123.020000', '140123.480000', '140123.940000', '140124.400000', '140124.860000', '140125.320000', '140125.780000', '140126.240000', '140126.700000', '140127.160000', '140127.620000', '140128.080000', '140128.540000', '140129.000000', '140129.460000', '140129.920000', '140130.380000', '140130.840000', '140131.300000', '140131.760000', '140132.220000', '140132.680000', '140133.140000', '140133.600000', '140134.060000', '140134.520000', '140134.980000', '140135.440000', '140135.900000', '140136.360000', '140136.820000', '140137.280000', '140137.740000', '140138.200000', '140138.660000', '140139.120000', '140139.580000', '140140.040000', '140140.500000', '140140.960000', '140141.420000', '140141.880000', '140142.340000', '140142.800000', '140143.260000', '140143.720000', '140144.180000', '140144.640000', '140145.100000', '140145.560000', '140146.020000', '140146.480000', '140146.940000', '140147.400000', '140147.860000', '140148.320000', '140148.780000', '140149.240000', '140149.700000', '140150.160000', '140150.620000', '140151.080000', '140151.540000', '140152.000000', '140152.460000', '140152.920000', '140153.380000', '140153.840000', '140154.300000', '140154.760000', '140155.220000', '140155.680000', '140156.140000', '140156.600000', '140157.060000', '140157.520000', '140157.980000', '140158.440000', '140158.900000', '140159.360000', '140159.820000', '140200.280000', '140200.740000', '140201.200000', '140201.660000', '140202.120000', '140202.580000', '140203.040000', '140203.500000', '140203.960000', '140204.420000', '140204.880000', '140205.340000', '140205.800000', '140206.260000', '140206.720000', '140207.180000', '140207.640000', '140208.100000', '140208.560000', '140209.020000', '140209.480000', '140209.940000', '140210.400000', '140210.860000', '140211.320000', '140211.780000', '140212.240000', '140212.700000', '140213.160000', '140213.620000', '140214.080000', '140214.540000', '140215.000000', '140215.460000', '140215.920000', '140216.380000', '140216.840000', '140217.300000', '140217.760000', '140218.220000', '140218.680000', '140219.140000', '140219.600000', '140220.060000', '140220.520000', '140220.980000', '140221.440000', '140221.900000', '140222.360000', '140222.820000', '140223.280000', '140223.740000', '140224.200000', '140224.660000', '140225.120000', '140225.580000', '140226.040000', '140226.500000', '140226.960000', '140227.420000', '140227.880000', '140228.340000', '140228.800000', '140229.260000', '140229.720000', '140230.180000', '140230.640000', '140231.100000', '140231.560000', '140232.020000', '140232.480000', '140232.940000', '140233.400000', '140233.860000', '140234.320000', '140234.780000', '140235.240000', '140235.700000', '140236.160000', '140236.620000', '140237.080000', '140237.540000', '140238.000000', '140238.460000', '140238.920000', '140239.380000', '140239.840000', '140240.300000', '140240.760000', '140241.220000', '140241.680000', '140242.140000', '140242.600000', '140243.060000', '140243.520000', '140243.980000', '140244.440000', '140244.900000', '140245.360000', '140245.820000', '140246.280000', '140246.740000', '140247.200000', '140247.660000', '140248.120000', '140248.580000', '140249.040000', '140249.500000', '140249.960000', '140250.420000', '140250.880000', '140251.340000', '140251.800000', '140252.260000', '140252.720000', '140253.180000', '140253.640000', '140254.100000', '140254.560000', '140255.020000', '140255.480000', '140255.940000', '140256.400000', '140256.860000', '140257.320000', '140257.780000', '140258.240000', '140258.700000', '140259.160000', '140259.620000', '140300.080000', '140300.540000', '140301.000000', '140301.460000', '140301.920000', '140302.380000', '140302.840000', '140303.300000', '140303.760000', '140304.220000', '140304.680000', '140305.140000', '140305.600000', '140306.060000', '140306.520000', '140306.980000'], 'ContentTime': ['134914.205000', '134914.208000', '134914.211000', '134914.214000', '134914.216000', '134914.219000', '134914.222000', '134914.225000', '134914.228000', '134914.231000', '134914.233000', '134914.236000', '134914.239000', '134914.242000', '134914.245000', '134914.248000', '134914.251000', '134914.253000', '134914.256000', '134914.259000', '134914.262000', '134914.265000', '134914.268000', '134914.271000', '134914.273000', '134914.276000', '134914.279000', '134914.282000', '134914.285000', '134914.288000', '134914.291000', '134914.293000', '134914.296000', '134914.299000', '134914.302000', '134914.304000', '134914.307000', '134914.310000', '134914.313000', '134914.316000', '134914.319000', '134914.321000', '134914.324000', '134914.327000', '134914.330000', '134914.333000', '134934.160000', '134934.163000', '134934.166000', '134934.169000', '134934.171000', '134934.174000', '134934.177000', '134934.180000', '134934.183000', '134934.186000', '134934.188000', '134934.191000', '134934.194000', '134934.197000', '134934.200000', '134934.202000', '134934.205000', '134934.208000', '134934.211000', '134934.214000', '134934.217000', '134934.220000', '134934.222000', '134934.225000', '134934.228000', '134934.231000', '134934.234000', '134934.237000', '134934.239000', '134934.242000', '134934.245000', '134934.248000', '134934.251000', '134934.254000', '134934.261000', '134934.263000', '134934.266000', '134934.269000', '134934.272000', '134934.275000', '134934.278000', '134934.281000', '134934.284000', '134954.160000', '134954.163000', '134954.166000', '134954.168000', '134954.171000', '134954.174000', '134954.177000', '134954.180000', '134954.183000', '134954.186000', '134954.188000', '134954.191000', '134954.194000', '134954.197000', '134954.200000', '134954.203000', '134954.205000', '134954.208000', '134954.211000', '134954.214000', '134954.217000', '134954.220000', '134954.223000', '134954.241000', '134954.244000', '134954.247000', '134954.250000', '134954.253000', '134954.255000', '134954.258000', '134954.261000', '134954.264000', '134954.267000', '134954.275000', '134954.278000', '134954.281000', '134954.284000', '134954.287000', '134954.290000', '134954.293000', '134954.295000', '134954.298000', '134954.301000', '134954.304000', '135014.159000', '135014.162000', '135014.165000', '135014.167000', '135014.170000', '135014.173000', '135014.176000', '135014.179000', '135014.182000', '135014.185000', '135014.187000', '135014.190000', '135014.193000', '135014.196000', '135014.199000', '135014.202000', '135014.205000', '135014.207000', '135014.210000', '135014.213000', '135014.216000', '135014.219000', '135014.223000', '135014.226000', '135014.229000', '135014.232000', '135014.235000', '135014.237000', '135014.240000', '135014.243000', '135014.246000', '135014.249000', '135014.252000', '135014.254000', '135014.257000', '135014.260000', '135014.263000', '135014.266000', '135014.268000', '135014.273000', '135014.276000', '135014.279000', '135014.282000', '135034.159000', '135034.162000', '135034.165000', '135034.168000', '135034.170000', '135034.173000', '135034.176000', '135034.179000', '135034.182000', '135034.185000', '135034.188000', '135034.191000', '135034.194000', '135034.203000', '135034.205000', '135034.208000', '135034.211000', '135034.214000', '135034.217000', '135034.220000', '135034.222000', '135034.225000', '135034.228000', '135034.231000', '135034.234000', '135034.237000', '135034.239000', '135034.242000', '135034.245000', '135034.248000', '135034.251000', '135034.254000', '135034.256000', '135034.259000', '135034.262000', '135034.265000', '135034.268000', '135034.271000', '135034.273000', '135034.282000', '135034.285000', '135034.288000', '135034.291000', '135034.294000', '135054.159000', '135054.162000', '135054.165000', '135054.167000', '135054.170000', '135054.173000', '135054.176000', '135054.179000', '135054.182000', '135054.185000', '135054.187000', '135054.190000', '135054.193000', '135054.196000', '135054.199000', '135054.202000', '135054.205000', '135054.207000', '135054.210000', '135054.213000', '135054.216000', '135054.219000', '135054.222000', '135054.225000', '135054.227000', '135054.230000', '135054.233000', '135054.236000', '135054.239000', '135054.242000', '135054.244000', '135054.247000', '135054.250000', '135054.253000', '135054.256000', '135054.259000', '135054.262000', '135054.264000', '135054.267000', '135054.270000', '135054.273000', '135054.276000', '135054.278000', '135114.159000', '135114.162000', '135114.165000', '135114.167000', '135114.179000', '135114.183000', '135114.186000', '135114.189000', '135114.191000', '135114.194000', '135114.197000', '135114.200000', '135114.203000', '135114.206000', '135114.209000', '135114.211000', '135114.214000', '135114.217000', '135114.220000', '135114.223000', '135114.226000', '135114.229000', '135114.231000', '135114.234000', '135114.237000', '135114.240000', '135114.243000', '135114.246000', '135114.249000', '135114.252000', '135114.254000', '135114.257000', '135114.260000', '135114.263000', '135114.266000', '135114.269000', '135114.272000', '135114.274000', '135114.277000', '135114.280000', '135114.283000', '135114.286000', '135114.289000', '135114.291000', '135134.160000', '135134.163000', '135134.166000', '135134.169000', '135134.171000', '135134.174000', '135134.177000', '135134.180000', '135134.183000', '135134.186000', '135134.189000', '135134.191000', '135134.194000', '135134.197000', '135134.200000', '135134.203000', '135134.206000', '135134.208000', '135134.226000', '135134.229000', '135134.232000', '135134.234000', '135134.237000', '135134.240000', '135134.243000', '135134.246000', '135134.249000', '135134.252000', '135134.254000', '135134.257000', '135134.261000', '135134.264000', '135134.267000', '135134.270000', '135134.273000', '135134.276000', '135134.278000', '135134.281000', '135134.284000', '135134.287000', '135134.290000', '135134.293000', '135134.295000', '135154.160000', '135154.163000', '135154.165000', '135154.174000', '135154.177000', '135154.179000', '135154.182000', '135154.185000', '135154.188000', '135154.191000', '135154.194000', '135154.197000', '135154.199000', '135154.202000', '135154.205000', '135154.208000', '135154.211000', '135154.214000', '135154.217000', '135154.220000', '135154.222000', '135154.225000', '135154.228000', '135154.231000', '135154.234000', '135154.237000', '135154.240000', '135154.243000', '135154.245000', '135154.248000', '135154.251000', '135154.254000', '135154.257000', '135154.260000', '135154.262000', '135154.265000', '135154.268000', '135154.271000', '135154.274000', '135154.277000', '135154.279000', '135154.282000', '135154.285000', '135154.288000', '135214.160000', '135214.163000', '135214.166000', '135214.169000', '135214.171000', '135214.174000', '135214.177000', '135214.180000', '135214.183000', '135214.186000', '135214.189000', '135214.192000', '135214.194000', '135214.197000', '135214.200000', '135214.203000', '135214.206000', '135214.209000', '135214.212000', '135214.214000', '135214.217000', '135214.220000', '135214.223000', '135214.226000', '135214.229000', '135214.232000', '135214.234000', '135214.237000', '135214.240000', '135214.243000', '135214.246000', '135214.249000', '135214.251000', '135214.254000', '135214.257000', '135214.260000', '135214.263000', '135214.266000', '135214.268000', '135214.271000', '135214.274000', '135214.277000', '135214.280000', '135234.159000', '135234.162000', '135234.165000', '135234.168000', '135234.171000', '135234.173000', '135234.176000', '135234.179000', '135234.182000', '135234.185000', '135234.188000', '135234.191000', '135234.193000', '135234.196000', '135234.199000', '135234.202000', '135234.205000', '135234.208000', '135234.211000', '135234.213000', '135234.216000', '135234.219000', '135234.222000', '135234.225000', '135234.228000', '135234.231000', '135234.234000', '135234.236000', '135234.239000', '135234.242000', '135234.245000', '135234.248000', '135234.251000', '135234.254000', '135234.256000', '135234.259000', '135234.262000', '135234.265000', '135234.268000', '135234.271000', '135234.273000', '135234.276000', '135234.279000', '135234.282000', '135254.159000', '135254.162000', '135254.165000', '135254.168000', '135254.171000', '135254.174000', '135254.177000', '135254.180000', '135254.183000', '135254.186000', '135254.188000', '135254.191000', '135254.194000', '135254.197000', '135254.200000', '135254.203000', '135254.206000', '135254.208000', '135254.211000', '135254.214000', '135254.217000', '135254.220000', '135254.223000', '135254.226000', '135254.229000', '135254.231000', '135254.234000', '135254.237000', '135254.240000', '135254.243000', '135254.246000', '135254.248000', '135254.251000', '135254.254000', '135254.257000', '135254.260000', '135254.263000', '135254.270000', '135254.272000', '135254.275000', '135254.278000', '135254.281000', '135254.284000', '135314.170000', '135314.173000', '135314.176000', '135314.179000', '135314.182000', '135314.185000', '135314.188000', '135314.190000', '135314.193000', '135314.196000', '135314.199000', '135314.202000', '135314.204000', '135314.207000', '135314.210000', '135314.213000', '135314.216000', '135314.219000', '135314.222000', '135314.224000', '135314.227000', '135314.230000', '135314.233000', '135314.236000', '135314.239000', '135314.242000', '135314.245000', '135314.247000', '135314.250000', '135314.253000', '135314.256000', '135314.259000', '135314.262000', '135314.265000', '135314.267000', '135314.270000', '135314.273000', '135314.276000', '135314.279000', '135314.282000', '135314.284000', '135314.287000', '135314.290000', '135314.293000', '135334.160000', '135334.163000', '135334.166000', '135334.169000', '135334.172000', '135334.174000', '135334.177000', '135334.180000', '135334.183000', '135334.186000', '135334.189000', '135334.192000', '135334.194000', '135334.197000', '135334.200000', '135334.203000', '135334.206000', '135334.209000', '135334.212000', '135334.214000', '135334.217000', '135334.220000', '135334.223000', '135334.226000', '135334.229000', '135334.232000', '135334.235000', '135334.238000', '135334.241000', '135334.243000', '135334.246000', '135334.249000', '135334.252000', '135334.255000', '135334.258000', '135334.261000', '135334.263000', '135334.266000', '135334.269000', '135334.272000', '135334.275000', '135334.278000', '135334.280000', '135354.160000', '135354.166000', '135354.169000', '135354.172000', '135354.175000', '135354.178000', '135354.180000', '135354.183000', '135354.187000', '135354.190000', '135354.192000', '135354.195000', '135354.198000', '135354.201000', '135354.204000', '135354.207000', '135354.210000', '135354.213000', '135354.215000', '135354.218000', '135354.221000', '135354.224000', '135354.227000', '135354.230000', '135354.233000', '135354.236000', '135354.238000', '135354.241000', '135354.245000', '135354.247000', '135354.250000', '135354.253000', '135354.256000', '135354.259000', '135354.262000', '135354.265000', '135354.268000', '135354.270000', '135354.273000', '135354.276000', '135354.279000', '135354.282000', '135354.285000', '135414.160000', '135414.163000', '135414.166000', '135414.169000', '135414.172000', '135414.174000', '135414.177000', '135414.180000', '135414.183000', '135414.186000', '135414.189000', '135414.192000', '135414.195000', '135414.197000', '135414.200000', '135414.203000', '135414.206000', '135414.209000', '135414.212000', '135414.215000', '135414.218000', '135414.220000', '135414.223000', '135414.226000', '135414.229000', '135414.232000', '135414.235000', '135414.237000', '135414.240000', '135414.243000', '135414.246000', '135414.249000', '135414.252000', '135414.254000', '135414.257000', '135414.260000', '135414.263000', '135414.266000', '135414.269000', '135414.271000', '135414.274000', '135414.277000', '135414.280000', '135414.283000', '135434.160000', '135434.163000', '135434.166000', '135434.169000', '135434.172000', '135434.174000', '135434.177000', '135434.180000', '135434.183000', '135434.186000', '135434.189000', '135434.202000', '135434.205000', '135434.208000', '135434.211000', '135434.214000', '135434.217000', '135434.219000', '135434.222000', '135434.225000', '135434.228000', '135434.231000', '135434.234000', '135434.237000', '135434.239000', '135434.242000', '135434.245000', '135434.248000', '135434.251000', '135434.254000', '135434.256000', '135434.259000', '135434.262000', '135434.265000', '135434.268000', '135434.271000', '135434.273000', '135434.276000', '135434.279000', '135434.282000', '135434.285000', '135434.288000', '135434.291000', '135454.159000', '135454.162000', '135454.165000', '135454.168000', '135454.170000', '135454.173000', '135454.176000', '135454.179000', '135454.182000', '135454.185000', '135454.188000', '135454.191000', '135454.194000', '135454.196000', '135454.199000', '135454.202000', '135454.205000', '135454.208000', '135454.211000', '135454.213000', '135454.216000', '135454.219000', '135454.222000', '135454.225000', '135454.228000', '135454.231000', '135454.234000', '135454.236000', '135454.239000', '135454.242000', '135454.245000', '135454.248000', '135454.250000', '135454.253000', '135454.256000', '135454.259000', '135454.262000', '135454.265000', '135454.268000', '135454.270000', '135454.273000', '135454.276000', '135454.279000', '135454.282000', '135514.159000', '135514.162000', '135514.165000', '135514.168000', '135514.171000', '135514.173000', '135514.176000', '135514.179000', '135514.182000', '135514.185000', '135514.188000', '135514.191000', '135514.194000', '135514.197000', '135514.199000', '135514.204000', '135514.209000', '135514.212000', '135514.215000', '135514.217000', '135514.220000', '135514.223000', '135514.226000', '135514.229000', '135514.232000', '135514.235000', '135514.238000', '135514.240000', '135514.243000', '135514.246000', '135514.249000', '135514.252000', '135514.255000', '135514.258000', '135514.260000', '135514.263000', '135514.266000', '135514.269000', '135514.272000', '135514.275000', '135514.277000', '135514.280000', '135514.283000', '135534.159000', '135534.162000', '135534.165000', '135534.168000', '135534.170000', '135534.173000', '135534.176000', '135534.179000', '135534.182000', '135534.185000', '135534.188000', '135534.191000', '135534.194000', '135534.197000', '135534.200000', '135534.202000', '135534.205000', '135534.208000', '135534.211000', '135534.214000', '135534.217000', '135534.219000', '135534.222000', '135534.225000', '135534.228000', '135534.231000', '135534.234000', '135534.237000', '135534.240000', '135534.243000', '135534.245000', '135534.248000', '135534.251000', '135534.254000', '135534.257000', '135534.259000', '135534.262000', '135534.265000', '135534.268000', '135534.271000', '135534.274000', '135534.277000', '135534.279000', '135534.282000', '135554.160000', '135554.163000', '135554.166000', '135554.169000', '135554.171000', '135554.174000', '135554.177000', '135554.180000', '135554.183000', '135554.186000', '135554.189000', '135554.192000', '135554.194000', '135554.197000', '135554.200000', '135554.203000', '135554.206000', '135554.209000', '135554.211000', '135554.215000', '135554.217000', '135554.239000', '135554.242000', '135554.245000', '135554.247000', '135554.250000', '135554.253000', '135554.256000', '135554.259000', '135554.262000', '135554.265000', '135554.267000', '135554.270000', '135554.273000', '135554.276000', '135554.279000', '135554.282000', '135554.285000', '135554.288000', '135554.290000', '135554.293000', '135554.296000', '135554.299000', '135614.160000', '135614.163000', '135614.166000', '135614.168000', '135614.171000', '135614.174000', '135614.177000', '135614.180000', '135614.183000', '135614.186000', '135614.189000', '135614.191000', '135614.194000', '135614.197000', '135614.200000', '135614.203000', '135614.206000', '135614.209000', '135614.211000', '135614.214000', '135614.217000', '135614.220000', '135614.223000', '135614.226000', '135614.229000', '135614.231000', '135614.234000', '135614.237000', '135614.240000', '135614.243000', '135614.246000', '135614.248000', '135614.251000', '135614.254000', '135614.257000', '135614.260000', '135614.263000', '135614.266000', '135614.268000', '135614.271000', '135614.274000', '135614.277000', '135614.280000', '135614.282000', '135634.160000', '135634.163000', '135634.166000', '135634.169000', '135634.172000', '135634.175000', '135634.179000', '135634.182000', '135634.184000', '135634.187000', '135634.190000', '135634.193000', '135634.196000', '135634.199000', '135634.202000', '135634.204000', '135634.207000', '135634.210000', '135634.213000', '135634.216000', '135634.219000', '135634.222000', '135634.225000', '135634.228000', '135634.231000', '135634.234000', '135634.237000', '135634.240000', '135634.242000', '135634.245000', '135634.248000', '135634.251000', '135634.254000', '135634.257000', '135634.260000', '135634.263000', '135634.266000', '135634.268000', '135634.271000', '135634.274000', '135634.277000', '135634.280000', '135634.283000', '135654.160000', '135654.163000', '135654.166000', '135654.169000', '135654.171000', '135654.174000', '135654.177000', '135654.180000', '135654.183000', '135654.186000', '135654.189000', '135654.192000', '135654.194000', '135654.197000', '135654.200000', '135654.203000', '135654.206000', '135654.209000', '135654.211000', '135654.215000', '135654.217000', '135654.220000', '135654.223000', '135654.226000', '135654.229000', '135654.232000', '135654.234000', '135654.237000', '135654.240000', '135654.243000', '135654.246000', '135654.249000', '135654.252000', '135654.254000', '135654.257000', '135654.260000', '135654.263000', '135654.266000', '135654.269000', '135654.272000', '135654.274000', '135654.277000', '135654.280000', '135654.283000', '135714.159000', '135714.162000', '135714.165000', '135714.168000', '135714.171000', '135714.174000', '135714.176000', '135714.179000', '135714.182000', '135714.185000', '135714.188000', '135714.191000', '135714.194000', '135714.197000', '135714.199000', '135714.202000', '135714.205000', '135714.208000', '135714.224000', '135714.227000', '135714.229000', '135714.232000', '135714.235000', '135714.238000', '135714.241000', '135714.244000', '135714.247000', '135714.249000', '135714.252000', '135714.255000', '135714.258000', '135714.261000', '135714.264000', '135714.266000', '135714.269000', '135714.272000', '135714.275000', '135714.278000', '135714.281000', '135714.284000', '135714.286000', '135714.289000', '135714.292000', '135734.159000', '135734.162000', '135734.165000', '135734.168000', '135734.170000', '135734.173000', '135734.176000', '135734.179000', '135734.182000', '135734.185000', '135734.188000', '135734.190000', '135734.193000', '135734.196000', '135734.199000', '135734.202000', '135734.205000', '135734.208000', '135734.211000', '135734.213000', '135734.216000', '135734.219000', '135734.222000', '135734.225000', '135734.228000', '135734.231000', '135734.233000', '135734.236000', '135734.239000', '135734.242000', '135734.245000', '135734.248000', '135734.251000', '135734.254000', '135734.257000', '135734.260000', '135734.262000', '135734.265000', '135734.268000', '135734.271000', '135734.274000', '135734.276000', '135734.279000', '135734.282000', '135754.159000', '135754.162000', '135754.165000', '135754.168000', '135754.171000', '135754.173000', '135754.176000', '135754.179000', '135754.182000', '135754.185000', '135754.188000', '135754.191000', '135754.194000', '135754.196000', '135754.199000', '135754.202000', '135754.205000', '135754.208000', '135754.211000', '135754.215000', '135754.218000', '135754.220000', '135754.223000', '135754.226000', '135754.229000', '135754.232000', '135754.235000', '135754.237000', '135754.240000', '135754.243000', '135754.246000', '135754.249000', '135754.252000', '135754.255000', '135754.257000', '135754.260000', '135754.264000', '135754.268000', '135754.272000', '135754.276000', '135754.278000', '135754.281000', '135754.284000', '135814.160000', '135814.163000', '135814.166000', '135814.169000', '135814.171000', '135814.174000', '135814.177000', '135814.180000', '135814.183000', '135814.186000', '135814.189000', '135814.192000', '135814.195000', '135814.198000', '135814.200000', '135814.203000', '135814.206000', '135814.209000', '135814.212000', '135814.215000', '135814.217000', '135814.220000', '135814.223000', '135814.226000', '135814.229000', '135814.232000', '135814.235000', '135814.238000', '135814.240000', '135814.243000', '135814.246000', '135814.249000', '135814.252000', '135814.255000', '135814.258000', '135814.260000', '135814.263000', '135814.266000', '135814.269000', '135814.272000', '135814.275000', '135814.278000', '135814.281000', '135814.283000', '135834.160000', '135834.163000', '135834.166000', '135834.169000', '135834.172000', '135834.174000', '135834.177000', '135834.180000', '135834.183000', '135834.186000', '135834.189000', '135834.192000', '135834.195000', '135834.197000', '135834.215000', '135834.218000', '135834.221000', '135834.224000', '135834.227000', '135834.229000', '135834.232000', '135834.235000', '135834.238000', '135834.241000', '135834.244000', '135834.247000', '135834.249000', '135834.252000', '135834.255000', '135834.258000', '135834.261000', '135834.264000', '135834.266000', '135834.269000', '135834.272000', '135834.275000', '135834.278000', '135834.281000', '135834.284000', '135834.287000', '135834.290000', '135834.293000', '135834.295000', '135854.160000', '135854.163000', '135854.166000', '135854.169000', '135854.172000', '135854.175000', '135854.177000', '135854.180000', '135854.183000', '135854.186000', '135854.189000', '135854.192000', '135854.195000', '135854.197000', '135854.200000', '135854.203000', '135854.206000', '135854.209000', '135854.212000', '135854.215000', '135854.218000', '135854.220000', '135854.223000', '135854.226000', '135854.229000', '135854.232000', '135854.235000', '135854.238000', '135854.241000', '135854.244000', '135854.246000', '135854.249000', '135854.252000', '135854.255000', '135854.258000', '135854.261000', '135854.264000', '135854.266000', '135854.269000', '135854.272000', '135854.275000', '135854.278000', '135854.281000', '135854.283000', '135914.160000', '135914.163000', '135914.166000', '135914.169000', '135914.172000', '135914.175000', '135914.178000', '135914.180000', '135914.183000', '135914.186000', '135914.189000', '135914.192000', '135914.195000', '135914.197000', '135914.200000', '135914.203000', '135914.206000', '135914.209000', '135914.212000', '135914.215000', '135914.218000', '135914.220000', '135914.223000', '135914.226000', '135914.229000', '135914.232000', '135914.235000', '135914.238000', '135914.240000', '135914.243000', '135914.246000', '135914.250000', '135914.253000', '135914.256000', '135914.259000', '135914.262000', '135914.264000', '135914.267000', '135914.270000', '135914.273000', '135914.276000', '135914.279000', '135914.282000', '135934.159000', '135934.162000', '135934.165000', '135934.176000', '135934.179000', '135934.182000', '135934.184000', '135934.187000', '135934.190000', '135934.193000', '135934.196000', '135934.199000', '135934.201000', '135934.204000', '135934.207000', '135934.210000', '135934.213000', '135934.216000', '135934.219000', '135934.222000', '135934.224000', '135934.227000', '135934.230000', '135934.233000', '135934.236000', '135934.239000', '135934.242000', '135934.245000', '135934.247000', '135934.250000', '135934.253000', '135934.256000', '135934.259000', '135934.262000', '135934.265000', '135934.268000', '135934.270000', '135934.273000', '135934.276000', '135934.279000', '135934.282000', '135934.285000', '135934.288000', '135934.294000', '135954.159000', '135954.162000', '135954.165000', '135954.168000', '135954.171000', '135954.174000', '135954.176000', '135954.179000', '135954.182000', '135954.185000', '135954.188000', '135954.191000', '135954.194000', '135954.196000', '135954.199000', '135954.202000', '135954.205000', '135954.208000', '135954.211000', '135954.213000', '135954.216000', '135954.219000', '135954.222000', '135954.225000', '135954.228000', '135954.231000', '135954.234000', '135954.236000', '135954.239000', '135954.242000', '135954.245000', '135954.248000', '135954.251000', '135954.254000', '135954.257000', '135954.259000', '135954.262000', '135954.265000', '135954.268000', '135954.271000', '135954.274000', '135954.277000', '135954.279000', '140014.159000', '140014.162000', '140014.165000', '140014.168000', '140014.170000', '140014.173000', '140014.176000', '140014.179000', '140014.182000', '140014.185000', '140014.188000', '140014.190000', '140014.193000', '140014.196000', '140014.199000', '140014.202000', '140014.205000', '140014.207000', '140014.210000', '140014.213000', '140014.216000', '140014.219000', '140014.222000', '140014.225000', '140014.227000', '140014.230000', '140014.233000', '140014.236000', '140014.239000', '140014.242000', '140014.245000', '140014.247000', '140014.250000', '140014.253000', '140014.256000', '140014.259000', '140014.262000', '140014.264000', '140014.267000', '140014.270000', '140014.273000', '140014.276000', '140014.279000', '140014.281000', '140034.160000', '140034.163000', '140034.166000', '140034.169000', '140034.172000', '140034.174000', '140034.177000', '140034.180000', '140034.183000', '140034.186000', '140034.189000', '140034.191000', '140034.194000', '140034.197000', '140034.200000', '140034.203000', '140034.206000', '140034.208000', '140034.211000', '140034.214000', '140034.217000', '140034.220000', '140034.223000', '140034.226000', '140034.229000', '140034.231000', '140034.234000', '140034.237000', '140034.240000', '140034.243000', '140034.246000', '140034.248000', '140034.251000', '140034.254000', '140034.257000', '140034.260000', '140034.263000', '140034.265000', '140034.268000', '140034.271000', '140034.274000', '140034.277000', '140034.280000', '140054.160000', '140054.163000', '140054.166000', '140054.169000', '140054.172000', '140054.174000', '140054.177000', '140054.180000', '140054.183000', '140054.186000', '140054.189000', '140054.192000', '140054.194000', '140054.197000', '140054.200000', '140054.203000', '140054.206000', '140054.209000', '140054.212000', '140054.214000', '140054.217000', '140054.220000', '140054.223000', '140054.238000', '140054.241000', '140054.244000', '140054.247000', '140054.250000', '140054.252000', '140054.255000', '140054.258000', '140054.261000', '140054.264000', '140054.267000', '140054.270000', '140054.273000', '140054.275000', '140054.278000', '140054.281000', '140054.284000', '140054.287000', '140054.290000', '140054.293000', '140054.295000', '140114.160000', '140114.164000', '140114.166000', '140114.170000', '140114.172000', '140114.175000', '140114.178000', '140114.181000', '140114.184000', '140114.187000', '140114.190000', '140114.193000', '140114.196000', '140114.199000', '140114.202000', '140114.205000', '140114.207000', '140114.210000', '140114.213000', '140114.216000', '140114.219000', '140114.222000', '140114.225000', '140114.228000', '140114.231000', '140114.233000', '140114.236000', '140114.239000', '140114.242000', '140114.245000', '140114.248000', '140114.251000', '140114.254000', '140114.256000', '140114.259000', '140114.262000', '140114.265000', '140114.268000', '140114.271000', '140114.274000', '140114.277000', '140114.280000', '140114.282000', '140134.160000', '140134.163000', '140134.166000', '140134.169000', '140134.172000', '140134.175000', '140134.178000', '140134.181000', '140134.184000', '140134.187000', '140134.189000', '140134.192000', '140134.195000', '140134.198000', '140134.201000', '140134.204000', '140134.207000', '140134.209000', '140134.212000', '140134.215000', '140134.218000', '140134.221000', '140134.224000', '140134.227000', '140134.230000', '140134.232000', '140134.235000', '140134.238000', '140134.241000', '140134.244000', '140134.247000', '140134.250000', '140134.252000', '140134.255000', '140134.258000', '140134.261000', '140134.264000', '140134.267000', '140134.270000', '140134.272000', '140134.275000', '140134.278000', '140134.281000', '140154.159000', '140154.162000', '140154.165000', '140154.168000', '140154.170000', '140154.173000', '140154.176000', '140154.179000', '140154.182000', '140154.185000', '140154.188000', '140154.191000', '140154.193000', '140154.196000', '140154.199000', '140154.202000', '140154.205000', '140154.208000', '140154.210000', '140154.213000', '140154.216000', '140154.219000', '140154.222000', '140154.225000', '140154.227000', '140154.230000', '140154.233000', '140154.236000', '140154.239000', '140154.242000', '140154.245000', '140154.247000', '140154.250000', '140154.253000', '140154.256000', '140154.259000', '140154.262000', '140154.264000', '140154.267000', '140154.270000', '140154.273000', '140154.276000', '140154.279000', '140154.282000', '140214.159000', '140214.162000', '140214.165000', '140214.168000', '140214.172000', '140214.176000', '140214.179000', '140214.182000', '140214.185000', '140214.187000', '140214.190000', '140214.193000', '140214.196000', '140214.199000', '140214.202000', '140214.205000', '140214.207000', '140214.210000', '140214.213000', '140214.216000', '140214.219000', '140214.222000', '140214.224000', '140214.227000', '140214.230000', '140214.233000', '140214.236000', '140214.239000', '140214.242000', '140214.245000', '140214.247000', '140214.250000', '140214.253000', '140214.256000', '140214.259000', '140214.262000', '140214.264000', '140214.267000', '140214.270000', '140214.273000', '140214.276000', '140214.279000', '140214.281000', '140234.159000', '140234.162000', '140234.165000', '140234.168000', '140234.170000', '140234.173000', '140234.176000', '140234.179000', '140234.182000', '140234.185000', '140234.188000', '140234.191000', '140234.194000', '140234.196000', '140234.199000', '140234.202000', '140234.205000', '140234.208000', '140234.211000', '140234.213000', '140234.216000', '140234.219000', '140234.222000', '140234.225000', '140234.228000', '140234.231000', '140234.234000', '140234.236000', '140234.239000', '140234.242000', '140234.245000', '140234.248000', '140234.251000', '140234.254000', '140234.257000', '140234.259000', '140234.262000', '140234.265000', '140234.268000', '140234.271000', '140234.273000', '140234.276000', '140234.279000', '140234.282000', '140254.160000', '140254.163000', '140254.166000', '140254.169000', '140254.172000', '140254.175000', '140254.177000', '140254.180000', '140254.183000', '140254.186000', '140254.189000', '140254.194000', '140254.198000', '140254.201000', '140254.204000', '140254.206000', '140254.209000', '140254.212000', '140254.215000', '140254.218000', '140254.221000', '140254.223000', '140254.226000', '140254.229000', '140254.232000', '140254.235000', '140254.238000', '140254.241000', '140254.243000', '140254.246000', '140254.249000', '140254.252000', '140254.255000', '140254.258000', '140254.261000', '140254.263000', '140254.266000', '140254.269000', '140254.272000', '140254.275000', '140254.277000', '140254.280000', '140254.283000', '140308.048000', '140308.052000', '140308.055000', '140308.058000', '140308.061000', '140308.064000', '140308.067000', '140308.070000', '140308.073000', '140308.076000', '140308.079000', '140308.082000', '140308.085000', '140308.088000', '140308.091000', '140308.094000', '140308.097000', '140308.118000', '140308.121000', '140308.134000', '140308.138000', '140308.141000', '140308.144000', '140308.147000', '140308.150000', '140308.154000', '140308.157000', '140308.160000', '140308.163000', '140308.166000', '140308.169000'], 'InstanceCreationTime': ['134914.205000', '134914.208000', '134914.211000', '134914.214000', '134914.216000', '134914.219000', '134914.222000', '134914.225000', '134914.228000', '134914.231000', '134914.233000', '134914.236000', '134914.239000', '134914.242000', '134914.245000', '134914.248000', '134914.251000', '134914.253000', '134914.256000', '134914.259000', '134914.262000', '134914.265000', '134914.268000', '134914.271000', '134914.273000', '134914.276000', '134914.279000', '134914.282000', '134914.285000', '134914.288000', '134914.291000', '134914.293000', '134914.296000', '134914.299000', '134914.302000', '134914.304000', '134914.307000', '134914.310000', '134914.313000', '134914.316000', '134914.319000', '134914.321000', '134914.324000', '134914.327000', '134914.330000', '134914.333000', '134934.160000', '134934.163000', '134934.166000', '134934.169000', '134934.171000', '134934.174000', '134934.177000', '134934.180000', '134934.183000', '134934.186000', '134934.188000', '134934.191000', '134934.194000', '134934.197000', '134934.200000', '134934.202000', '134934.205000', '134934.208000', '134934.211000', '134934.214000', '134934.217000', '134934.220000', '134934.222000', '134934.225000', '134934.228000', '134934.231000', '134934.234000', '134934.237000', '134934.239000', '134934.242000', '134934.245000', '134934.248000', '134934.251000', '134934.254000', '134934.261000', '134934.263000', '134934.266000', '134934.269000', '134934.272000', '134934.275000', '134934.278000', '134934.281000', '134934.284000', '134954.160000', '134954.163000', '134954.166000', '134954.168000', '134954.171000', '134954.174000', '134954.177000', '134954.180000', '134954.183000', '134954.186000', '134954.188000', '134954.191000', '134954.194000', '134954.197000', '134954.200000', '134954.203000', '134954.205000', '134954.208000', '134954.211000', '134954.214000', '134954.217000', '134954.220000', '134954.223000', '134954.241000', '134954.244000', '134954.247000', '134954.250000', '134954.253000', '134954.255000', '134954.258000', '134954.261000', '134954.264000', '134954.267000', '134954.275000', '134954.278000', '134954.281000', '134954.284000', '134954.287000', '134954.290000', '134954.293000', '134954.295000', '134954.298000', '134954.301000', '134954.304000', '135014.159000', '135014.162000', '135014.165000', '135014.167000', '135014.170000', '135014.173000', '135014.176000', '135014.179000', '135014.182000', '135014.185000', '135014.187000', '135014.190000', '135014.193000', '135014.196000', '135014.199000', '135014.202000', '135014.205000', '135014.207000', '135014.210000', '135014.213000', '135014.216000', '135014.219000', '135014.223000', '135014.226000', '135014.229000', '135014.232000', '135014.235000', '135014.237000', '135014.240000', '135014.243000', '135014.246000', '135014.249000', '135014.252000', '135014.254000', '135014.257000', '135014.260000', '135014.263000', '135014.266000', '135014.268000', '135014.273000', '135014.276000', '135014.279000', '135014.282000', '135034.159000', '135034.162000', '135034.165000', '135034.168000', '135034.170000', '135034.173000', '135034.176000', '135034.179000', '135034.182000', '135034.185000', '135034.188000', '135034.191000', '135034.194000', '135034.203000', '135034.205000', '135034.208000', '135034.211000', '135034.214000', '135034.217000', '135034.220000', '135034.222000', '135034.225000', '135034.228000', '135034.231000', '135034.234000', '135034.237000', '135034.239000', '135034.242000', '135034.245000', '135034.248000', '135034.251000', '135034.254000', '135034.256000', '135034.259000', '135034.262000', '135034.265000', '135034.268000', '135034.271000', '135034.273000', '135034.282000', '135034.285000', '135034.288000', '135034.291000', '135034.294000', '135054.159000', '135054.162000', '135054.165000', '135054.167000', '135054.170000', '135054.173000', '135054.176000', '135054.179000', '135054.182000', '135054.185000', '135054.187000', '135054.190000', '135054.193000', '135054.196000', '135054.199000', '135054.202000', '135054.205000', '135054.207000', '135054.210000', '135054.213000', '135054.216000', '135054.219000', '135054.222000', '135054.225000', '135054.227000', '135054.230000', '135054.233000', '135054.236000', '135054.239000', '135054.242000', '135054.244000', '135054.247000', '135054.250000', '135054.253000', '135054.256000', '135054.259000', '135054.262000', '135054.264000', '135054.267000', '135054.270000', '135054.273000', '135054.276000', '135054.278000', '135114.159000', '135114.162000', '135114.165000', '135114.167000', '135114.179000', '135114.183000', '135114.186000', '135114.189000', '135114.191000', '135114.194000', '135114.197000', '135114.200000', '135114.203000', '135114.206000', '135114.209000', '135114.211000', '135114.214000', '135114.217000', '135114.220000', '135114.223000', '135114.226000', '135114.229000', '135114.231000', '135114.234000', '135114.237000', '135114.240000', '135114.243000', '135114.246000', '135114.249000', '135114.252000', '135114.254000', '135114.257000', '135114.260000', '135114.263000', '135114.266000', '135114.269000', '135114.272000', '135114.274000', '135114.277000', '135114.280000', '135114.283000', '135114.286000', '135114.289000', '135114.291000', '135134.160000', '135134.163000', '135134.166000', '135134.169000', '135134.171000', '135134.174000', '135134.177000', '135134.180000', '135134.183000', '135134.186000', '135134.189000', '135134.191000', '135134.194000', '135134.197000', '135134.200000', '135134.203000', '135134.206000', '135134.208000', '135134.226000', '135134.229000', '135134.232000', '135134.234000', '135134.237000', '135134.240000', '135134.243000', '135134.246000', '135134.249000', '135134.252000', '135134.254000', '135134.257000', '135134.261000', '135134.264000', '135134.267000', '135134.270000', '135134.273000', '135134.276000', '135134.278000', '135134.281000', '135134.284000', '135134.287000', '135134.290000', '135134.293000', '135134.295000', '135154.160000', '135154.163000', '135154.165000', '135154.174000', '135154.177000', '135154.179000', '135154.182000', '135154.185000', '135154.188000', '135154.191000', '135154.194000', '135154.197000', '135154.199000', '135154.202000', '135154.205000', '135154.208000', '135154.211000', '135154.214000', '135154.217000', '135154.220000', '135154.222000', '135154.225000', '135154.228000', '135154.231000', '135154.234000', '135154.237000', '135154.240000', '135154.243000', '135154.245000', '135154.248000', '135154.251000', '135154.254000', '135154.257000', '135154.260000', '135154.262000', '135154.265000', '135154.268000', '135154.271000', '135154.274000', '135154.277000', '135154.279000', '135154.282000', '135154.285000', '135154.288000', '135214.160000', '135214.163000', '135214.166000', '135214.169000', '135214.171000', '135214.174000', '135214.177000', '135214.180000', '135214.183000', '135214.186000', '135214.189000', '135214.192000', '135214.194000', '135214.197000', '135214.200000', '135214.203000', '135214.206000', '135214.209000', '135214.212000', '135214.214000', '135214.217000', '135214.220000', '135214.223000', '135214.226000', '135214.229000', '135214.232000', '135214.234000', '135214.237000', '135214.240000', '135214.243000', '135214.246000', '135214.249000', '135214.251000', '135214.254000', '135214.257000', '135214.260000', '135214.263000', '135214.266000', '135214.268000', '135214.271000', '135214.274000', '135214.277000', '135214.280000', '135234.159000', '135234.162000', '135234.165000', '135234.168000', '135234.171000', '135234.173000', '135234.176000', '135234.179000', '135234.182000', '135234.185000', '135234.188000', '135234.191000', '135234.193000', '135234.196000', '135234.199000', '135234.202000', '135234.205000', '135234.208000', '135234.211000', '135234.213000', '135234.216000', '135234.219000', '135234.222000', '135234.225000', '135234.228000', '135234.231000', '135234.234000', '135234.236000', '135234.239000', '135234.242000', '135234.245000', '135234.248000', '135234.251000', '135234.254000', '135234.256000', '135234.259000', '135234.262000', '135234.265000', '135234.268000', '135234.271000', '135234.273000', '135234.276000', '135234.279000', '135234.282000', '135254.159000', '135254.162000', '135254.165000', '135254.168000', '135254.171000', '135254.174000', '135254.177000', '135254.180000', '135254.183000', '135254.186000', '135254.188000', '135254.191000', '135254.194000', '135254.197000', '135254.200000', '135254.203000', '135254.206000', '135254.208000', '135254.211000', '135254.214000', '135254.217000', '135254.220000', '135254.223000', '135254.226000', '135254.229000', '135254.231000', '135254.234000', '135254.237000', '135254.240000', '135254.243000', '135254.246000', '135254.248000', '135254.251000', '135254.254000', '135254.257000', '135254.260000', '135254.263000', '135254.270000', '135254.272000', '135254.275000', '135254.278000', '135254.281000', '135254.284000', '135314.170000', '135314.173000', '135314.176000', '135314.179000', '135314.182000', '135314.185000', '135314.188000', '135314.190000', '135314.193000', '135314.196000', '135314.199000', '135314.202000', '135314.204000', '135314.207000', '135314.210000', '135314.213000', '135314.216000', '135314.219000', '135314.222000', '135314.224000', '135314.227000', '135314.230000', '135314.233000', '135314.236000', '135314.239000', '135314.242000', '135314.245000', '135314.247000', '135314.250000', '135314.253000', '135314.256000', '135314.259000', '135314.262000', '135314.265000', '135314.267000', '135314.270000', '135314.273000', '135314.276000', '135314.279000', '135314.282000', '135314.284000', '135314.287000', '135314.290000', '135314.293000', '135334.160000', '135334.163000', '135334.166000', '135334.169000', '135334.172000', '135334.174000', '135334.177000', '135334.180000', '135334.183000', '135334.186000', '135334.189000', '135334.192000', '135334.194000', '135334.197000', '135334.200000', '135334.203000', '135334.206000', '135334.209000', '135334.212000', '135334.214000', '135334.217000', '135334.220000', '135334.223000', '135334.226000', '135334.229000', '135334.232000', '135334.235000', '135334.238000', '135334.241000', '135334.243000', '135334.246000', '135334.249000', '135334.252000', '135334.255000', '135334.258000', '135334.261000', '135334.263000', '135334.266000', '135334.269000', '135334.272000', '135334.275000', '135334.278000', '135334.280000', '135354.160000', '135354.166000', '135354.169000', '135354.172000', '135354.175000', '135354.178000', '135354.180000', '135354.183000', '135354.187000', '135354.190000', '135354.192000', '135354.195000', '135354.198000', '135354.201000', '135354.204000', '135354.207000', '135354.210000', '135354.213000', '135354.215000', '135354.218000', '135354.221000', '135354.224000', '135354.227000', '135354.230000', '135354.233000', '135354.236000', '135354.238000', '135354.241000', '135354.245000', '135354.247000', '135354.250000', '135354.253000', '135354.256000', '135354.259000', '135354.262000', '135354.265000', '135354.268000', '135354.270000', '135354.273000', '135354.276000', '135354.279000', '135354.282000', '135354.285000', '135414.160000', '135414.163000', '135414.166000', '135414.169000', '135414.172000', '135414.174000', '135414.177000', '135414.180000', '135414.183000', '135414.186000', '135414.189000', '135414.192000', '135414.195000', '135414.197000', '135414.200000', '135414.203000', '135414.206000', '135414.209000', '135414.212000', '135414.215000', '135414.218000', '135414.220000', '135414.223000', '135414.226000', '135414.229000', '135414.232000', '135414.235000', '135414.237000', '135414.240000', '135414.243000', '135414.246000', '135414.249000', '135414.252000', '135414.254000', '135414.257000', '135414.260000', '135414.263000', '135414.266000', '135414.269000', '135414.271000', '135414.274000', '135414.277000', '135414.280000', '135414.283000', '135434.160000', '135434.163000', '135434.166000', '135434.169000', '135434.172000', '135434.174000', '135434.177000', '135434.180000', '135434.183000', '135434.186000', '135434.189000', '135434.202000', '135434.205000', '135434.208000', '135434.211000', '135434.214000', '135434.217000', '135434.219000', '135434.222000', '135434.225000', '135434.228000', '135434.231000', '135434.234000', '135434.237000', '135434.239000', '135434.242000', '135434.245000', '135434.248000', '135434.251000', '135434.254000', '135434.256000', '135434.259000', '135434.262000', '135434.265000', '135434.268000', '135434.271000', '135434.273000', '135434.276000', '135434.279000', '135434.282000', '135434.285000', '135434.288000', '135434.291000', '135454.159000', '135454.162000', '135454.165000', '135454.168000', '135454.170000', '135454.173000', '135454.176000', '135454.179000', '135454.182000', '135454.185000', '135454.188000', '135454.191000', '135454.194000', '135454.196000', '135454.199000', '135454.202000', '135454.205000', '135454.208000', '135454.211000', '135454.213000', '135454.216000', '135454.219000', '135454.222000', '135454.225000', '135454.228000', '135454.231000', '135454.234000', '135454.236000', '135454.239000', '135454.242000', '135454.245000', '135454.248000', '135454.250000', '135454.253000', '135454.256000', '135454.259000', '135454.262000', '135454.265000', '135454.268000', '135454.270000', '135454.273000', '135454.276000', '135454.279000', '135454.282000', '135514.159000', '135514.162000', '135514.165000', '135514.168000', '135514.171000', '135514.173000', '135514.176000', '135514.179000', '135514.182000', '135514.185000', '135514.188000', '135514.191000', '135514.194000', '135514.197000', '135514.199000', '135514.204000', '135514.209000', '135514.212000', '135514.215000', '135514.217000', '135514.220000', '135514.223000', '135514.226000', '135514.229000', '135514.232000', '135514.235000', '135514.238000', '135514.240000', '135514.243000', '135514.246000', '135514.249000', '135514.252000', '135514.255000', '135514.258000', '135514.260000', '135514.263000', '135514.266000', '135514.269000', '135514.272000', '135514.275000', '135514.277000', '135514.280000', '135514.283000', '135534.159000', '135534.162000', '135534.165000', '135534.168000', '135534.170000', '135534.173000', '135534.176000', '135534.179000', '135534.182000', '135534.185000', '135534.188000', '135534.191000', '135534.194000', '135534.197000', '135534.200000', '135534.202000', '135534.205000', '135534.208000', '135534.211000', '135534.214000', '135534.217000', '135534.219000', '135534.222000', '135534.225000', '135534.228000', '135534.231000', '135534.234000', '135534.237000', '135534.240000', '135534.243000', '135534.245000', '135534.248000', '135534.251000', '135534.254000', '135534.257000', '135534.259000', '135534.262000', '135534.265000', '135534.268000', '135534.271000', '135534.274000', '135534.277000', '135534.279000', '135534.282000', '135554.160000', '135554.163000', '135554.166000', '135554.169000', '135554.171000', '135554.174000', '135554.177000', '135554.180000', '135554.183000', '135554.186000', '135554.189000', '135554.192000', '135554.194000', '135554.197000', '135554.200000', '135554.203000', '135554.206000', '135554.209000', '135554.211000', '135554.215000', '135554.217000', '135554.239000', '135554.242000', '135554.245000', '135554.247000', '135554.250000', '135554.253000', '135554.256000', '135554.259000', '135554.262000', '135554.265000', '135554.267000', '135554.270000', '135554.273000', '135554.276000', '135554.279000', '135554.282000', '135554.285000', '135554.288000', '135554.290000', '135554.293000', '135554.296000', '135554.299000', '135614.160000', '135614.163000', '135614.166000', '135614.168000', '135614.171000', '135614.174000', '135614.177000', '135614.180000', '135614.183000', '135614.186000', '135614.189000', '135614.191000', '135614.194000', '135614.197000', '135614.200000', '135614.203000', '135614.206000', '135614.209000', '135614.211000', '135614.214000', '135614.217000', '135614.220000', '135614.223000', '135614.226000', '135614.229000', '135614.231000', '135614.234000', '135614.237000', '135614.240000', '135614.243000', '135614.246000', '135614.248000', '135614.251000', '135614.254000', '135614.257000', '135614.260000', '135614.263000', '135614.266000', '135614.268000', '135614.271000', '135614.274000', '135614.277000', '135614.280000', '135614.282000', '135634.160000', '135634.163000', '135634.166000', '135634.169000', '135634.172000', '135634.175000', '135634.179000', '135634.182000', '135634.184000', '135634.187000', '135634.190000', '135634.193000', '135634.196000', '135634.199000', '135634.202000', '135634.204000', '135634.207000', '135634.210000', '135634.213000', '135634.216000', '135634.219000', '135634.222000', '135634.225000', '135634.228000', '135634.231000', '135634.234000', '135634.237000', '135634.240000', '135634.242000', '135634.245000', '135634.248000', '135634.251000', '135634.254000', '135634.257000', '135634.260000', '135634.263000', '135634.266000', '135634.268000', '135634.271000', '135634.274000', '135634.277000', '135634.280000', '135634.283000', '135654.160000', '135654.163000', '135654.166000', '135654.169000', '135654.171000', '135654.174000', '135654.177000', '135654.180000', '135654.183000', '135654.186000', '135654.189000', '135654.192000', '135654.194000', '135654.197000', '135654.200000', '135654.203000', '135654.206000', '135654.209000', '135654.211000', '135654.215000', '135654.217000', '135654.220000', '135654.223000', '135654.226000', '135654.229000', '135654.232000', '135654.234000', '135654.237000', '135654.240000', '135654.243000', '135654.246000', '135654.249000', '135654.252000', '135654.254000', '135654.257000', '135654.260000', '135654.263000', '135654.266000', '135654.269000', '135654.272000', '135654.274000', '135654.277000', '135654.280000', '135654.283000', '135714.159000', '135714.162000', '135714.165000', '135714.168000', '135714.171000', '135714.174000', '135714.176000', '135714.179000', '135714.182000', '135714.185000', '135714.188000', '135714.191000', '135714.194000', '135714.197000', '135714.199000', '135714.202000', '135714.205000', '135714.208000', '135714.224000', '135714.227000', '135714.229000', '135714.232000', '135714.235000', '135714.238000', '135714.241000', '135714.244000', '135714.247000', '135714.249000', '135714.252000', '135714.255000', '135714.258000', '135714.261000', '135714.264000', '135714.266000', '135714.269000', '135714.272000', '135714.275000', '135714.278000', '135714.281000', '135714.284000', '135714.286000', '135714.289000', '135714.292000', '135734.159000', '135734.162000', '135734.165000', '135734.168000', '135734.170000', '135734.173000', '135734.176000', '135734.179000', '135734.182000', '135734.185000', '135734.188000', '135734.190000', '135734.193000', '135734.196000', '135734.199000', '135734.202000', '135734.205000', '135734.208000', '135734.211000', '135734.213000', '135734.216000', '135734.219000', '135734.222000', '135734.225000', '135734.228000', '135734.231000', '135734.233000', '135734.236000', '135734.239000', '135734.242000', '135734.245000', '135734.248000', '135734.251000', '135734.254000', '135734.257000', '135734.260000', '135734.262000', '135734.265000', '135734.268000', '135734.271000', '135734.274000', '135734.276000', '135734.279000', '135734.282000', '135754.159000', '135754.162000', '135754.165000', '135754.168000', '135754.171000', '135754.173000', '135754.176000', '135754.179000', '135754.182000', '135754.185000', '135754.188000', '135754.191000', '135754.194000', '135754.196000', '135754.199000', '135754.202000', '135754.205000', '135754.208000', '135754.211000', '135754.215000', '135754.218000', '135754.220000', '135754.223000', '135754.226000', '135754.229000', '135754.232000', '135754.235000', '135754.237000', '135754.240000', '135754.243000', '135754.246000', '135754.249000', '135754.252000', '135754.255000', '135754.257000', '135754.260000', '135754.264000', '135754.268000', '135754.272000', '135754.276000', '135754.278000', '135754.281000', '135754.284000', '135814.160000', '135814.163000', '135814.166000', '135814.169000', '135814.171000', '135814.174000', '135814.177000', '135814.180000', '135814.183000', '135814.186000', '135814.189000', '135814.192000', '135814.195000', '135814.198000', '135814.200000', '135814.203000', '135814.206000', '135814.209000', '135814.212000', '135814.215000', '135814.217000', '135814.220000', '135814.223000', '135814.226000', '135814.229000', '135814.232000', '135814.235000', '135814.238000', '135814.240000', '135814.243000', '135814.246000', '135814.249000', '135814.252000', '135814.255000', '135814.258000', '135814.260000', '135814.263000', '135814.266000', '135814.269000', '135814.272000', '135814.275000', '135814.278000', '135814.281000', '135814.283000', '135834.160000', '135834.163000', '135834.166000', '135834.169000', '135834.172000', '135834.174000', '135834.177000', '135834.180000', '135834.183000', '135834.186000', '135834.189000', '135834.192000', '135834.195000', '135834.197000', '135834.215000', '135834.218000', '135834.221000', '135834.224000', '135834.227000', '135834.229000', '135834.232000', '135834.235000', '135834.238000', '135834.241000', '135834.244000', '135834.247000', '135834.249000', '135834.252000', '135834.255000', '135834.258000', '135834.261000', '135834.264000', '135834.266000', '135834.269000', '135834.272000', '135834.275000', '135834.278000', '135834.281000', '135834.284000', '135834.287000', '135834.290000', '135834.293000', '135834.295000', '135854.160000', '135854.163000', '135854.166000', '135854.169000', '135854.172000', '135854.175000', '135854.177000', '135854.180000', '135854.183000', '135854.186000', '135854.189000', '135854.192000', '135854.195000', '135854.197000', '135854.200000', '135854.203000', '135854.206000', '135854.209000', '135854.212000', '135854.215000', '135854.218000', '135854.220000', '135854.223000', '135854.226000', '135854.229000', '135854.232000', '135854.235000', '135854.238000', '135854.241000', '135854.244000', '135854.246000', '135854.249000', '135854.252000', '135854.255000', '135854.258000', '135854.261000', '135854.264000', '135854.266000', '135854.269000', '135854.272000', '135854.275000', '135854.278000', '135854.281000', '135854.283000', '135914.160000', '135914.163000', '135914.166000', '135914.169000', '135914.172000', '135914.175000', '135914.178000', '135914.180000', '135914.183000', '135914.186000', '135914.189000', '135914.192000', '135914.195000', '135914.197000', '135914.200000', '135914.203000', '135914.206000', '135914.209000', '135914.212000', '135914.215000', '135914.218000', '135914.220000', '135914.223000', '135914.226000', '135914.229000', '135914.232000', '135914.235000', '135914.238000', '135914.240000', '135914.243000', '135914.246000', '135914.250000', '135914.253000', '135914.256000', '135914.259000', '135914.262000', '135914.264000', '135914.267000', '135914.270000', '135914.273000', '135914.276000', '135914.279000', '135914.282000', '135934.159000', '135934.162000', '135934.165000', '135934.176000', '135934.179000', '135934.182000', '135934.184000', '135934.187000', '135934.190000', '135934.193000', '135934.196000', '135934.199000', '135934.201000', '135934.204000', '135934.207000', '135934.210000', '135934.213000', '135934.216000', '135934.219000', '135934.222000', '135934.224000', '135934.227000', '135934.230000', '135934.233000', '135934.236000', '135934.239000', '135934.242000', '135934.245000', '135934.247000', '135934.250000', '135934.253000', '135934.256000', '135934.259000', '135934.262000', '135934.265000', '135934.268000', '135934.270000', '135934.273000', '135934.276000', '135934.279000', '135934.282000', '135934.285000', '135934.288000', '135934.294000', '135954.159000', '135954.162000', '135954.165000', '135954.168000', '135954.171000', '135954.174000', '135954.176000', '135954.179000', '135954.182000', '135954.185000', '135954.188000', '135954.191000', '135954.194000', '135954.196000', '135954.199000', '135954.202000', '135954.205000', '135954.208000', '135954.211000', '135954.213000', '135954.216000', '135954.219000', '135954.222000', '135954.225000', '135954.228000', '135954.231000', '135954.234000', '135954.236000', '135954.239000', '135954.242000', '135954.245000', '135954.248000', '135954.251000', '135954.254000', '135954.257000', '135954.259000', '135954.262000', '135954.265000', '135954.268000', '135954.271000', '135954.274000', '135954.277000', '135954.279000', '140014.159000', '140014.162000', '140014.165000', '140014.168000', '140014.170000', '140014.173000', '140014.176000', '140014.179000', '140014.182000', '140014.185000', '140014.188000', '140014.190000', '140014.193000', '140014.196000', '140014.199000', '140014.202000', '140014.205000', '140014.207000', '140014.210000', '140014.213000', '140014.216000', '140014.219000', '140014.222000', '140014.225000', '140014.227000', '140014.230000', '140014.233000', '140014.236000', '140014.239000', '140014.242000', '140014.245000', '140014.247000', '140014.250000', '140014.253000', '140014.256000', '140014.259000', '140014.262000', '140014.264000', '140014.267000', '140014.270000', '140014.273000', '140014.276000', '140014.279000', '140014.281000', '140034.160000', '140034.163000', '140034.166000', '140034.169000', '140034.172000', '140034.174000', '140034.177000', '140034.180000', '140034.183000', '140034.186000', '140034.189000', '140034.191000', '140034.194000', '140034.197000', '140034.200000', '140034.203000', '140034.206000', '140034.208000', '140034.211000', '140034.214000', '140034.217000', '140034.220000', '140034.223000', '140034.226000', '140034.229000', '140034.231000', '140034.234000', '140034.237000', '140034.240000', '140034.243000', '140034.246000', '140034.248000', '140034.251000', '140034.254000', '140034.257000', '140034.260000', '140034.263000', '140034.265000', '140034.268000', '140034.271000', '140034.274000', '140034.277000', '140034.280000', '140054.160000', '140054.163000', '140054.166000', '140054.169000', '140054.172000', '140054.174000', '140054.177000', '140054.180000', '140054.183000', '140054.186000', '140054.189000', '140054.192000', '140054.194000', '140054.197000', '140054.200000', '140054.203000', '140054.206000', '140054.209000', '140054.212000', '140054.214000', '140054.217000', '140054.220000', '140054.223000', '140054.238000', '140054.241000', '140054.244000', '140054.247000', '140054.250000', '140054.252000', '140054.255000', '140054.258000', '140054.261000', '140054.264000', '140054.267000', '140054.270000', '140054.273000', '140054.275000', '140054.278000', '140054.281000', '140054.284000', '140054.287000', '140054.290000', '140054.293000', '140054.295000', '140114.160000', '140114.164000', '140114.166000', '140114.170000', '140114.172000', '140114.175000', '140114.178000', '140114.181000', '140114.184000', '140114.187000', '140114.190000', '140114.193000', '140114.196000', '140114.199000', '140114.202000', '140114.205000', '140114.207000', '140114.210000', '140114.213000', '140114.216000', '140114.219000', '140114.222000', '140114.225000', '140114.228000', '140114.231000', '140114.233000', '140114.236000', '140114.239000', '140114.242000', '140114.245000', '140114.248000', '140114.251000', '140114.254000', '140114.256000', '140114.259000', '140114.262000', '140114.265000', '140114.268000', '140114.271000', '140114.274000', '140114.277000', '140114.280000', '140114.282000', '140134.160000', '140134.163000', '140134.166000', '140134.169000', '140134.172000', '140134.175000', '140134.178000', '140134.181000', '140134.184000', '140134.187000', '140134.189000', '140134.192000', '140134.195000', '140134.198000', '140134.201000', '140134.204000', '140134.207000', '140134.209000', '140134.212000', '140134.215000', '140134.218000', '140134.221000', '140134.224000', '140134.227000', '140134.230000', '140134.232000', '140134.235000', '140134.238000', '140134.241000', '140134.244000', '140134.247000', '140134.250000', '140134.252000', '140134.255000', '140134.258000', '140134.261000', '140134.264000', '140134.267000', '140134.270000', '140134.272000', '140134.275000', '140134.278000', '140134.281000', '140154.159000', '140154.162000', '140154.165000', '140154.168000', '140154.170000', '140154.173000', '140154.176000', '140154.179000', '140154.182000', '140154.185000', '140154.188000', '140154.191000', '140154.193000', '140154.196000', '140154.199000', '140154.202000', '140154.205000', '140154.208000', '140154.210000', '140154.213000', '140154.216000', '140154.219000', '140154.222000', '140154.225000', '140154.227000', '140154.230000', '140154.233000', '140154.236000', '140154.239000', '140154.242000', '140154.245000', '140154.247000', '140154.250000', '140154.253000', '140154.256000', '140154.259000', '140154.262000', '140154.264000', '140154.267000', '140154.270000', '140154.273000', '140154.276000', '140154.279000', '140154.282000', '140214.159000', '140214.162000', '140214.165000', '140214.168000', '140214.172000', '140214.176000', '140214.179000', '140214.182000', '140214.185000', '140214.187000', '140214.190000', '140214.193000', '140214.196000', '140214.199000', '140214.202000', '140214.205000', '140214.207000', '140214.210000', '140214.213000', '140214.216000', '140214.219000', '140214.222000', '140214.224000', '140214.227000', '140214.230000', '140214.233000', '140214.236000', '140214.239000', '140214.242000', '140214.245000', '140214.247000', '140214.250000', '140214.253000', '140214.256000', '140214.259000', '140214.262000', '140214.264000', '140214.267000', '140214.270000', '140214.273000', '140214.276000', '140214.279000', '140214.281000', '140234.159000', '140234.162000', '140234.165000', '140234.168000', '140234.170000', '140234.173000', '140234.176000', '140234.179000', '140234.182000', '140234.185000', '140234.188000', '140234.191000', '140234.194000', '140234.196000', '140234.199000', '140234.202000', '140234.205000', '140234.208000', '140234.211000', '140234.213000', '140234.216000', '140234.219000', '140234.222000', '140234.225000', '140234.228000', '140234.231000', '140234.234000', '140234.236000', '140234.239000', '140234.242000', '140234.245000', '140234.248000', '140234.251000', '140234.254000', '140234.257000', '140234.259000', '140234.262000', '140234.265000', '140234.268000', '140234.271000', '140234.273000', '140234.276000', '140234.279000', '140234.282000', '140254.160000', '140254.163000', '140254.166000', '140254.169000', '140254.172000', '140254.175000', '140254.177000', '140254.180000', '140254.183000', '140254.186000', '140254.189000', '140254.194000', '140254.198000', '140254.201000', '140254.204000', '140254.206000', '140254.209000', '140254.212000', '140254.215000', '140254.218000', '140254.221000', '140254.223000', '140254.226000', '140254.229000', '140254.232000', '140254.235000', '140254.238000', '140254.241000', '140254.243000', '140254.246000', '140254.249000', '140254.252000', '140254.255000', '140254.258000', '140254.261000', '140254.263000', '140254.266000', '140254.269000', '140254.272000', '140254.275000', '140254.277000', '140254.280000', '140254.283000', '140308.048000', '140308.052000', '140308.055000', '140308.058000', '140308.061000', '140308.064000', '140308.067000', '140308.070000', '140308.073000', '140308.076000', '140308.079000', '140308.082000', '140308.085000', '140308.088000', '140308.091000', '140308.094000', '140308.097000', '140308.118000', '140308.121000', '140308.134000', '140308.138000', '140308.141000', '140308.144000', '140308.147000', '140308.150000', '140308.154000', '140308.157000', '140308.160000', '140308.163000', '140308.166000', '140308.169000'], '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': [7627, 9270, 7882, 9030, 8292, 9267, 7300, 8791, 9919, 8310, 9641, 8492, 9732, 8321, 9703, 7812, 9403, 8040, 9435, 7967, 9204, 9521, 8792, 10666, 8120, 9659, 8272, 9643, 8510, 10020, 8907, 10335, 11577, 9825, 10983, 9557, 10623, 9017, 9952, 11833, 9063, 11996, 8417, 9497, 7899, 9517, 10973, 8932, 11352, 8362, 9771, 7935, 9381, 7940, 8957, 8862, 8143, 9694, 7907, 9252, 7836, 9072, 8237, 8406, 9592, 8361, 9738, 8214, 9349, 10786, 8956, 9833, 8194, 9280, 7999, 8552, 9451, 8753, 9209, 8114, 8425, 7479, 8642, 7052, 8757, 9543, 8799, 9061, 8181, 8627, 8058, 8593, 10490, 8853, 9317, 8700, 9076, 8604, 8854, 8721, 8615, 9877, 8961, 9372, 8769, 9362, 9157, 9561, 8565, 9430, 8632, 9547, 10491, 9669, 10068, 9173, 10001, 9153, 9625, 8873, 8887, 11437, 8795, 12113, 9120, 11737, 8792, 10320, 8720, 9332, 8540, 9350, 9002, 9180, 8707, 8864, 8072, 8970, 7565, 8866, 8981, 8899, 9712, 8864, 9903, 8911, 9922, 9203, 9861, 8852, 9503, 9322, 9094, 9828, 8772, 9861, 8784, 9573, 8945, 9341, 8746, 8829, 7815, 9159, 9290, 9554, 10110, 9123, 9727, 8851, 9761, 8894, 9312, 8845, 9241, 11436, 9122, 10731, 9151, 10078, 9021, 10026, 9001, 9490, 9056, 9512, 11160, 9256, 10058, 9170, 10211, 9200, 9765, 9629, 9498, 8455, 8972, 8976, 9438, 10363, 9009, 9448, 8402, 9466, 8540, 9126, 8117, 9051, 8851, 9295, 9894, 9319, 10130, 9036, 9714, 9132, 9276, 8892, 9651, 9459, 9496, 10338, 9437, 9905, 9126, 9655, 8949, 9843, 11095, 9819, 9865, 9407, 9747, 8841, 9223, 10475, 9155, 12740, 9124, 10180, 8854, 9261, 8578, 9196, 8539, 9196, 10380, 9275, 9282, 9138, 9528, 9101, 9334, 8964, 9510, 9120, 9577, 11394, 8993, 10112, 9171, 10121, 9327, 9742, 8778, 9479, 8969, 9014, 12117, 8999, 10412, 8801, 9084, 8774, 8740, 8124, 9084, 8526, 8814, 7529, 9141, 8768, 8948, 9483, 8915, 9443, 8473, 8981, 8668, 9060, 8744, 9090, 11465, 9020, 9873, 9187, 9689, 9294, 9514, 9337, 9437, 9367, 9282, 10854, 9574, 9504, 9526, 9923, 9367, 9738, 9029, 9132, 8917, 9118, 8236, 8893, 9563, 9330, 9800, 8955, 9996, 8955, 9642, 8837, 9608, 8862, 9549, 12182, 9135, 11553, 9081, 10224, 8812, 10084, 9128, 9725, 9272, 9785, 8664, 9049, 8439, 9052, 10114, 8514, 10265, 8524, 10022, 8464, 9696, 8562, 9320, 9854, 9232, 9426, 8498, 9343, 8714, 9944, 8693, 9722, 8269, 9173, 8266, 9343, 8098, 9179, 7870, 9359, 8394, 9275, 9426, 9452, 9811, 9259, 9981, 9022, 9508, 8858, 9484, 10036, 9070, 13512, 8993, 11769, 8889, 9493, 8782, 9605, 8768, 9574, 9005, 9422, 9883, 8604, 9231, 8949, 9836, 8380, 9320, 8308, 9364, 8405, 9390, 8866, 9358, 9499, 9381, 9452, 9411, 10226, 9317, 9661, 9377, 9631, 8980, 9374, 11850, 8754, 13108, 9160, 10077, 8773, 9705, 8190, 9340, 8171, 9234, 8361, 8996, 8241, 8977, 7966, 8688, 7694, 9065, 9075, 9145, 9981, 9107, 9557, 9262, 10396, 9289, 11182, 9928, 11367, 9327, 9637, 10604, 9088, 12448, 8958, 9824, 8891, 9509, 8656, 9428, 8681, 9140, 8710, 9044, 7990, 8694, 7358, 8767, 8985, 9171, 9574, 8975, 9713, 8982, 9725, 9055, 9945, 9545, 10150, 9121, 9773, 8618, 9505, 10646, 9532, 9140, 9497, 8754, 9710, 9136, 8417, 9319, 7691, 9658, 9290, 9928, 9221, 11618, 8712, 10305, 9073, 9887, 9026, 9818, 8871, 10080, 8622, 10154, 8580, 10072, 8711, 10082, 8235, 9243, 8838, 9786, 8961, 10517, 8917, 10712, 9361, 10481, 9282, 10175, 9275, 10088, 9279, 10011, 12513, 9231, 12854, 8749, 9776, 8639, 8569, 8720, 9031, 8489, 8751, 8278, 9513, 8139, 9311, 8445, 9342, 8224, 9249, 11390, 8820, 11287, 8996, 9571, 8895, 9833, 8248, 9711, 8448, 9877, 9144, 9933, 8723, 9845, 8381, 9558, 8331, 9064, 10315, 9357, 10524, 8576, 9018, 8774, 9338, 8534, 10456, 8478, 9832, 8076, 9567, 8520, 9500, 10054, 9092, 9659, 8388, 8563, 8397, 9587, 8233, 9522, 7984, 9209, 7893, 9215, 8228, 8589, 9336, 8678, 9849, 8586, 9734, 8936, 9589, 7910, 9339, 7461, 8660, 9725, 8556, 9877, 8342, 9618, 8571, 9435, 7680, 8859, 8821, 9186, 9438, 8288, 9173, 8625, 9067, 11364, 9186, 10296, 8914, 9189, 8915, 8851, 8475, 9175, 8717, 9315, 11059, 9315, 10671, 9462, 9798, 9631, 9715, 9166, 9493, 9129, 9870, 11978, 9042, 12726, 9063, 10250, 8553, 9569, 8559, 9385, 8376, 8960, 8346, 8621, 10766, 8383, 9704, 8480, 9998, 8074, 9832, 8281, 9690, 8328, 9406, 8178, 9075, 12603, 8399, 11476, 8537, 10126, 8049, 9794, 8268, 9448, 7801, 8935, 8761, 8784, 10521, 8548, 10460, 8429, 10306, 9177, 9873, 9529, 9009, 10136, 8306, 10005, 8551, 9750, 8296, 9646, 8049, 9722, 7891, 9626, 8348, 9564, 8557, 9300, 8033, 9052, 12405, 8689, 13493, 8435, 11294, 8196, 9971, 7840, 9959, 8021, 9397, 8087, 9114, 8499, 9244, 8510, 9561, 8532, 9513, 9436, 9199, 10983, 8632, 10192, 8362, 10093, 8190, 9686, 8156, 9369, 8343, 9191, 7566, 8488, 6810, 8303, 8045, 8084, 9679, 7992, 9053, 7793, 9764, 8094, 9358, 8051, 9294, 7994, 9500, 8069, 9064, 11052, 8653, 10784, 8124, 9828, 8334, 9602, 8468, 9720, 9842, 9257, 11124, 8434, 9213, 8456, 9562, 8296, 9196, 8497, 8764, 7925, 8410, 7985, 8476, 10144, 8683, 9757, 8386, 9746, 8511, 9563, 8287, 8836, 8606, 8671, 10182, 8798, 10169, 8629, 10119, 8625, 9448, 8724, 9092, 8913, 8619, 10549, 8225, 10000, 8443, 9634, 7864, 9228, 7766, 8759, 8023, 8589, 7613, 8539, 8814, 8818, 7997, 8294, 9315, 8012, 10014, 8668, 9979, 8393, 10088, 8295, 10141, 8932, 9804, 9682, 9655, 12922, 9361, 12282, 8823, 9706, 8892, 10523, 8727, 10071, 8366, 10015, 8598, 9970, 8318, 8940, 10506, 8292, 11455, 8240, 9904, 8169, 9783, 8115, 9774, 8507, 9325, 8318, 9289, 7306, 8558, 8028, 8496, 9617, 8625, 9470, 8284, 9701, 9037, 9801, 9705, 9430, 11907, 10001, 12553, 8295, 10219, 8044, 9649, 8154, 9234, 7292, 8411, 9537, 8114, 9265, 7824, 9827, 7876, 9545, 7514, 9208, 8064, 9189, 8107, 9260, 7334, 8743, 8915, 8385, 10114, 8619, 9807, 8551, 9896, 8226, 9693, 8454, 8932, 8293, 8749, 10243, 8322, 8977, 8167, 9420, 7826, 8766, 7632, 8712, 7860, 8546, 9644, 8487, 10986, 8317, 8977, 8032, 9015, 7586, 8735, 7360, 8215, 7550, 8219, 8150, 8331, 9166, 8766, 9467, 8374, 9433, 8968, 9352, 8282, 8664, 11264, 8457, 9390, 7998, 8551, 7434, 8715, 7395, 8708, 7113, 8237, 9194, 8384, 9188, 8088, 8926, 8086, 8606, 7552, 8689, 8029, 8591, 8702, 8637, 10678, 8367, 8980, 8688, 9392, 8452, 9374, 8517, 8958, 8311, 8997, 8239, 9165, 8630, 9296, 8241, 8634, 8198, 8577, 8311, 8454, 9155, 8799, 10612, 8962, 10968, 8776, 9629, 8945, 9563, 8597, 9632, 8363, 9096, 12645, 8684, 11727, 8948, 10288, 8677, 10040, 8612, 9646, 8468, 9587, 8954, 9416, 8945, 9420, 8379, 9395, 10146, 9009, 11157, 8568, 10708, 9025, 10033, 8227, 9140, 10245, 8264, 9927, 8448, 9608, 8174, 9108, 8545, 8895, 7446, 8299, 8865, 8378, 9064, 8430, 9057, 8376, 8680, 7956, 8623, 7599, 9243, 9698, 8903, 9186, 8440, 9137, 8178, 9011, 9340, 8912, 10673, 8897, 9729, 8409, 9733, 8717, 8915, 8228, 8910, 7939, 8998, 9700, 8851, 9773, 8748, 9448, 8626, 9694, 8392, 9332, 11594, 8573, 10144, 8746, 10641, 8966, 10292, 8678, 9888, 8880, 9288, 8592, 8811, 7372, 9029, 8475, 8690, 10101, 8852, 10776, 9159, 10942, 8811, 10214, 8908, 9509, 8285, 9116, 7889, 8520, 7459, 8728, 8859, 8729, 10838, 8528, 10329, 8743, 9968, 8396, 9973, 8637, 9038, 8190, 8608, 11682, 8400, 10124, 8414, 10033, 8228, 9513, 8084, 9139, 8554, 9052, 8176, 9170, 8282, 8799, 8915, 8829, 10580, 9115, 9865, 8630, 10159, 8025, 9332, 8051, 8545, 12807, 9181, 12140, 8228, 10180, 7900, 9646, 7461, 8669, 7641, 8422, 6978, 8190, 7905, 8342, 9973, 8735, 9375, 8421, 9248, 8062, 8731, 8451, 9122, 8312, 9993, 8283, 10298, 8572, 8991, 12156, 8735, 11149, 8492, 12539, 8265, 11149, 8125, 10513, 7777, 9710, 7360, 9566, 7742, 8884, 8072, 8483, 7660, 8658, 7009, 8272, 8984, 7878, 9749, 8079, 9293, 7535, 9120, 7669, 8821, 7737, 8744, 7627, 8320, 7315, 8144, 7853, 8397, 8095, 8073, 9046, 8383, 9546, 8279, 9923, 8155, 7050, 8690, 6704, 8894, 7008, 8785, 9958, 8669, 12849, 8681, 11848, 8567, 9940, 7839, 10372, 7982, 9951, 8454, 9878, 7792, 9173, 6974, 9210, 6913, 8995, 9224, 9187, 10313, 8956, 11013, 8871, 10837, 7983, 10339, 7649, 9402, 7671, 8551, 7361, 8426, 6866, 8276, 7787, 7749, 9311, 7318, 8957, 7276, 8717, 6972, 8764, 7151, 8733, 11330, 8230, 12827, 8226, 10959, 7460, 9111, 6794, 8936, 7177, 8728, 6781, 8565, 7161, 8610, 7622, 8277, 6873, 8429, 6788, 8355, 7485, 8369, 9630, 8167, 10200, 7614, 9763, 7066, 9629, 7130, 9221, 7204, 8719, 11883, 8171, 10623, 7985, 9857, 7350, 9454, 6934, 9151, 7441, 8953, 7320, 8733, 6934, 8524, 7044, 8489, 7949, 8108, 8635, 8664, 8352, 8435, 8954, 7815, 10142, 7862, 10205, 7498, 9622, 7361, 9338, 7523, 8784, 6813, 8181, 7893, 7939, 8810, 7488, 8946, 7425, 9002, 7360, 8895, 7311, 8647, 7359, 8272, 6710, 7779, 8599, 7891, 9582, 7863, 9521, 7665, 9341, 7766, 9523, 7496, 8887, 11305, 8008, 9825, 8001, 9684, 7547, 9207, 7233, 8801, 6982, 8463, 7126, 8245, 8826, 7726, 9824, 7812, 9328, 7477, 9152, 7293, 8544, 7145, 8181, 10003, 8604, 9945, 8514, 9723, 8307, 9579, 8204, 8886, 7271, 8700, 9253, 8826, 10390, 8421, 9955, 7743, 9553, 7561, 8607, 10589, 8272, 10604, 8209, 9461, 7861, 8808, 7593, 8422, 8773, 8587, 10891, 8337, 8358, 8133, 8273, 8171, 9390, 8094, 9479, 8173, 9191, 9367, 8699, 12821, 8571, 10829, 8410, 10123, 8768, 9731, 9522, 8411, 10535, 8207, 9042, 8066, 10070, 8025, 9898, 8051, 9599, 8555, 9516, 7710, 8409, 10412, 8335, 10400, 8685, 10138, 8506, 10322, 8363, 8963, 8597, 8462, 9454, 9112, 10239, 8674, 9722, 7357, 9848, 7838, 9874, 8194, 9332, 8535, 8653, 9854, 8095, 10276, 8223, 9818, 7976, 9504, 7935, 8951, 7324, 8571, 11195, 8425, 9607, 8374, 9433, 8639, 8916, 7964, 8679, 7551, 8894, 8588, 8789, 8383, 8898, 9480, 8828, 9554, 8774, 9754, 9284, 9599, 9125, 8918, 10586, 9383, 9628, 8433, 9041, 9117, 8705, 12026, 8342, 10259, 8327, 8907, 7954, 8501, 7607, 8642, 9818, 8655, 8906, 8164, 9115, 8222, 8725, 7727, 8667, 8255, 8812, 11244, 8896, 11917, 8588, 10059, 8828, 9916, 8244, 9519, 8491, 9166, 11262, 8764, 10398, 8765, 9850, 8075, 9038, 7978, 8714, 10176, 8921, 9831, 8513, 9603, 8636, 9242, 8144, 8828, 7642, 8977, 10376, 8775, 9908, 8631, 9919, 8600, 9952, 7890, 8877, 11426, 8888, 10248, 8892, 10577, 8857, 9877, 8714, 10037, 8862, 9605, 9122, 9340, 8823, 8977, 10279, 8904, 10436, 8675, 10157, 8672, 9938, 8815, 9105, 8276, 8471, 9362, 8506, 9636, 8681, 9386, 8467, 9228, 8002, 8958, 8189, 8727, 7594, 8619, 10530, 9286, 10415, 9056, 10591, 9043, 10442, 9116, 9848, 8685, 8925, 8513, 8714, 8699, 8934, 9777, 8639, 9066, 8299, 9221, 8037, 8850, 8202, 8785, 10793, 8894, 12690, 8907, 10746, 8696, 9350, 8155, 9209, 8351, 8656, 7927, 8459, 8092, 8705, 9649, 8671, 9715, 8456, 9691, 8412, 9030, 8818, 9081, 7642, 8837, 8379, 9109, 10257, 9222, 10099, 8996, 9574, 8246, 8791, 8189, 8735, 9699, 8780, 9679, 8153, 9321, 8582, 9017, 8808, 8760, 9549, 8748, 9672, 8713, 9279, 8483, 9500, 8755, 9191, 8660, 9069, 10577, 9619, 10793, 9237, 10351, 9489, 10120, 9359, 9468, 9262, 9946, 8704, 9893, 7168, 10007, 8805, 9752, 8980, 9559, 10276, 9564, 10189, 9297, 9595, 8751, 9187, 8998, 9062, 8706, 8844, 8428, 8875, 8517, 9323, 8785, 9022, 8679, 9280, 8889, 9161, 8919, 9094, 8519, 9348, 7873, 9803, 11147, 9730, 11105, 9788, 10165, 9384, 11285, 9320, 10350, 9242, 9879, 8507, 9712, 8264, 9341, 8667, 9310, 8605, 9242, 8320, 8806, 7798, 9030, 9608, 8887, 10810, 9346, 10172, 8954, 9997, 8693, 9725, 8525, 9411, 8649, 9088, 7864, 9332, 7388, 9447, 7095, 9537, 8810, 9864, 10607, 9368, 11167, 9351, 10843, 9044, 10374, 9274, 9709, 9196, 9555, 8861, 9084, 8527, 9079, 10283, 8943, 11048, 9430, 10686, 9029, 12316, 8556, 8613, 8629, 7337, 8821, 8653, 8866, 10253, 8985, 9710, 8828, 10031, 9030, 10355, 9601, 10128, 11598, 9735, 12564, 9393, 10960, 8920, 10968, 9420, 10826, 9156, 10448, 8414, 9891, 8523, 9993], 'WindowCenter': [4363.0, 4369.0, 4345.0, 4356.0, 4342.0, 4352.0, 4330.0, 4353.0, 4376.0, 4353.0, 4350.0, 4342.0, 4350.0, 4353.0, 4349.0, 4328.0, 4351.0, 4329.0, 4340.0, 4326.0, 4340.0, 4348.0, 4338.0, 4348.0, 4329.0, 4346.0, 4327.0, 4338.0, 4327.0, 4348.0, 4337.0, 4348.0, 4357.0, 4337.0, 4347.0, 4337.0, 4335.0, 4324.0, 4336.0, 4345.0, 4326.0, 4345.0, 4313.0, 4337.0, 4314.0, 4337.0, 4345.0, 4324.0, 4346.0, 4314.0, 4334.0, 4314.0, 4326.0, 4313.0, 4337.0, 4325.0, 4315.0, 4337.0, 4316.0, 4338.0, 4317.0, 4339.0, 4339.0, 4339.0, 4350.0, 4339.0, 4349.0, 4329.0, 4340.0, 4359.0, 4339.0, 4349.0, 4338.0, 4352.0, 4328.0, 4339.0, 4347.0, 4340.0, 4349.0, 4341.0, 4342.0, 4318.0, 4343.0, 4320.0, 4340.0, 4351.0, 4341.0, 4351.0, 4341.0, 4342.0, 4330.0, 4341.0, 4362.0, 4351.0, 4350.0, 4339.0, 4341.0, 4340.0, 4342.0, 4340.0, 4340.0, 4350.0, 4350.0, 4349.0, 4339.0, 4351.0, 4349.0, 4350.0, 4339.0, 4350.0, 4341.0, 4350.0, 4361.0, 4351.0, 4360.0, 4350.0, 4363.0, 4350.0, 4352.0, 4339.0, 4341.0, 4358.0, 4340.0, 4369.0, 4339.0, 4360.0, 4339.0, 4348.0, 4325.0, 4338.0, 4326.0, 4338.0, 4337.0, 4340.0, 4338.0, 4339.0, 4329.0, 4350.0, 4329.0, 4352.0, 4340.0, 4341.0, 4351.0, 4338.0, 4348.0, 4338.0, 4350.0, 4337.0, 4350.0, 4336.0, 4339.0, 4335.0, 4325.0, 4338.0, 4325.0, 4335.0, 4325.0, 4339.0, 4335.0, 4337.0, 4326.0, 4337.0, 4316.0, 4348.0, 4339.0, 4349.0, 4349.0, 4349.0, 4348.0, 4338.0, 4350.0, 4339.0, 4349.0, 4339.0, 4351.0, 4359.0, 4339.0, 4360.0, 4347.0, 4348.0, 4338.0, 4349.0, 4337.0, 4351.0, 4338.0, 4351.0, 4360.0, 4349.0, 4349.0, 4338.0, 4348.0, 4339.0, 4350.0, 4336.0, 4350.0, 4325.0, 4337.0, 4337.0, 4336.0, 4347.0, 4337.0, 4349.0, 4328.0, 4350.0, 4328.0, 4349.0, 4328.0, 4341.0, 4340.0, 4340.0, 4350.0, 4349.0, 4350.0, 4337.0, 4340.0, 4335.0, 4339.0, 4336.0, 4349.0, 4349.0, 4348.0, 4349.0, 4348.0, 4350.0, 4350.0, 4350.0, 4339.0, 4361.0, 4362.0, 4350.0, 4348.0, 4348.0, 4350.0, 4340.0, 4350.0, 4349.0, 4338.0, 4368.0, 4338.0, 4348.0, 4338.0, 4338.0, 4338.0, 4340.0, 4326.0, 4338.0, 4347.0, 4337.0, 4340.0, 4338.0, 4349.0, 4337.0, 4340.0, 4337.0, 4351.0, 4337.0, 4351.0, 4361.0, 4340.0, 4349.0, 4339.0, 4351.0, 4348.0, 4348.0, 4337.0, 4349.0, 4337.0, 4340.0, 4367.0, 4340.0, 4347.0, 4337.0, 4338.0, 4338.0, 4340.0, 4326.0, 4352.0, 4338.0, 4349.0, 4329.0, 4350.0, 4339.0, 4350.0, 4350.0, 4350.0, 4360.0, 4340.0, 4350.0, 4350.0, 4353.0, 4340.0, 4353.0, 4369.0, 4339.0, 4350.0, 4348.0, 4348.0, 4338.0, 4349.0, 4349.0, 4351.0, 4338.0, 4349.0, 4360.0, 4349.0, 4349.0, 4347.0, 4349.0, 4338.0, 4351.0, 4338.0, 4338.0, 4339.0, 4339.0, 4327.0, 4340.0, 4348.0, 4339.0, 4348.0, 4350.0, 4349.0, 4339.0, 4349.0, 4337.0, 4338.0, 4325.0, 4338.0, 4358.0, 4338.0, 4358.0, 4337.0, 4347.0, 4338.0, 4346.0, 4336.0, 4338.0, 4337.0, 4350.0, 4338.0, 4340.0, 4338.0, 4349.0, 4386.0, 4354.0, 4361.0, 4351.0, 4361.0, 4339.0, 4349.0, 4327.0, 4352.0, 4347.0, 4347.0, 4349.0, 4341.0, 4363.0, 4351.0, 4349.0, 4339.0, 4350.0, 4327.0, 4339.0, 4328.0, 4350.0, 4328.0, 4351.0, 4330.0, 4350.0, 4353.0, 4352.0, 4351.0, 4352.0, 4351.0, 4351.0, 4348.0, 4339.0, 4351.0, 4340.0, 4351.0, 4349.0, 4341.0, 4369.0, 4340.0, 4357.0, 4337.0, 4337.0, 4328.0, 4339.0, 4326.0, 4338.0, 4325.0, 4339.0, 4337.0, 4328.0, 4336.0, 4336.0, 4346.0, 4327.0, 4338.0, 4330.0, 4351.0, 4327.0, 4349.0, 4337.0, 4348.0, 4351.0, 4351.0, 4349.0, 4350.0, 4350.0, 4349.0, 4351.0, 4338.0, 4341.0, 4338.0, 4340.0, 4359.0, 4328.0, 4368.0, 4336.0, 4337.0, 4325.0, 4334.0, 4315.0, 4336.0, 4326.0, 4338.0, 4326.0, 4340.0, 4339.0, 4342.0, 4328.0, 4341.0, 4329.0, 4340.0, 4339.0, 4350.0, 4349.0, 4339.0, 4338.0, 4337.0, 4349.0, 4338.0, 4360.0, 4337.0, 4359.0, 4324.0, 4336.0, 4336.0, 4326.0, 4355.0, 4326.0, 4337.0, 4324.0, 4334.0, 4325.0, 4326.0, 4326.0, 4336.0, 4325.0, 4337.0, 4325.0, 4328.0, 4316.0, 4339.0, 4336.0, 4339.0, 4348.0, 4336.0, 4337.0, 4337.0, 4337.0, 4337.0, 4350.0, 4337.0, 4348.0, 4335.0, 4337.0, 4326.0, 4337.0, 4348.0, 4337.0, 4336.0, 4337.0, 4341.0, 4348.0, 4339.0, 4328.0, 4337.0, 4318.0, 4348.0, 4340.0, 4349.0, 4340.0, 4359.0, 4327.0, 4336.0, 4325.0, 4335.0, 4327.0, 4346.0, 4326.0, 4345.0, 4328.0, 4347.0, 4327.0, 4337.0, 4326.0, 4346.0, 4328.0, 4336.0, 4338.0, 4349.0, 4340.0, 4360.0, 4340.0, 4363.0, 4341.0, 4362.0, 4340.0, 4350.0, 4338.0, 4349.0, 4337.0, 4349.0, 4357.0, 4339.0, 4369.0, 4340.0, 4359.0, 4340.0, 4339.0, 4338.0, 4339.0, 4337.0, 4338.0, 4340.0, 4349.0, 4330.0, 4353.0, 4354.0, 4351.0, 4329.0, 4339.0, 4358.0, 4339.0, 4357.0, 4338.0, 4338.0, 4338.0, 4348.0, 4328.0, 4336.0, 4328.0, 4349.0, 4338.0, 4351.0, 4327.0, 4351.0, 4329.0, 4352.0, 4328.0, 4342.0, 4348.0, 4351.0, 4350.0, 4339.0, 4340.0, 4340.0, 4340.0, 4341.0, 4360.0, 4329.0, 4350.0, 4327.0, 4338.0, 4327.0, 4339.0, 4336.0, 4327.0, 4338.0, 4329.0, 4329.0, 4328.0, 4338.0, 4328.0, 4339.0, 4318.0, 4340.0, 4330.0, 4340.0, 4329.0, 4339.0, 4350.0, 4339.0, 4349.0, 4341.0, 4350.0, 4340.0, 4340.0, 4329.0, 4340.0, 4319.0, 4340.0, 4350.0, 4340.0, 4350.0, 4341.0, 4352.0, 4339.0, 4350.0, 4330.0, 4350.0, 4350.0, 4351.0, 4350.0, 4329.0, 4342.0, 4340.0, 4343.0, 4359.0, 4350.0, 4351.0, 4337.0, 4339.0, 4340.0, 4339.0, 4340.0, 4352.0, 4341.0, 4351.0, 4361.0, 4351.0, 4359.0, 4350.0, 4348.0, 4350.0, 4352.0, 4340.0, 4352.0, 4339.0, 4352.0, 4371.0, 4342.0, 4368.0, 4341.0, 4350.0, 4338.0, 4349.0, 4338.0, 4351.0, 4341.0, 4354.0, 4343.0, 4343.0, 4360.0, 4341.0, 4350.0, 4340.0, 4348.0, 4330.0, 4363.0, 4343.0, 4351.0, 4340.0, 4353.0, 4340.0, 4340.0, 4371.0, 4340.0, 4359.0, 4339.0, 4350.0, 4327.0, 4359.0, 4339.0, 4350.0, 4329.0, 4339.0, 4340.0, 4340.0, 4360.0, 4340.0, 4360.0, 4328.0, 4350.0, 4349.0, 4363.0, 4350.0, 4340.0, 4362.0, 4330.0, 4349.0, 4339.0, 4349.0, 4341.0, 4349.0, 4329.0, 4351.0, 4341.0, 4352.0, 4339.0, 4353.0, 4341.0, 4351.0, 4330.0, 4351.0, 4369.0, 4340.0, 4368.0, 4328.0, 4345.0, 4328.0, 4336.0, 4316.0, 4336.0, 4326.0, 4335.0, 4325.0, 4338.0, 4328.0, 4351.0, 4337.0, 4352.0, 4340.0, 4351.0, 4338.0, 4351.0, 4361.0, 4338.0, 4360.0, 4339.0, 4361.0, 4340.0, 4349.0, 4328.0, 4351.0, 4330.0, 4350.0, 4318.0, 4338.0, 4308.0, 4328.0, 4329.0, 4327.0, 4349.0, 4330.0, 4340.0, 4329.0, 4349.0, 4329.0, 4338.0, 4328.0, 4338.0, 4327.0, 4349.0, 4329.0, 4337.0, 4358.0, 4340.0, 4373.0, 4330.0, 4348.0, 4327.0, 4339.0, 4327.0, 4351.0, 4362.0, 4340.0, 4360.0, 4328.0, 4362.0, 4338.0, 4350.0, 4340.0, 4340.0, 4337.0, 4340.0, 4340.0, 4330.0, 4330.0, 4329.0, 4347.0, 4339.0, 4348.0, 4340.0, 4348.0, 4338.0, 4352.0, 4328.0, 4339.0, 4339.0, 4341.0, 4348.0, 4340.0, 4360.0, 4341.0, 4361.0, 4340.0, 4362.0, 4341.0, 4351.0, 4350.0, 4350.0, 4362.0, 4340.0, 4362.0, 4339.0, 4351.0, 4329.0, 4351.0, 4328.0, 4339.0, 4328.0, 4341.0, 4329.0, 4342.0, 4351.0, 4354.0, 4341.0, 4340.0, 4350.0, 4340.0, 4349.0, 4341.0, 4359.0, 4340.0, 4360.0, 4339.0, 4349.0, 4337.0, 4350.0, 4350.0, 4350.0, 4369.0, 4338.0, 4357.0, 4337.0, 4335.0, 4338.0, 4345.0, 4340.0, 4347.0, 4327.0, 4348.0, 4338.0, 4350.0, 4326.0, 4338.0, 4345.0, 4329.0, 4357.0, 4326.0, 4349.0, 4326.0, 4347.0, 4326.0, 4347.0, 4327.0, 4339.0, 4327.0, 4338.0, 4318.0, 4340.0, 4328.0, 4338.0, 4348.0, 4339.0, 4351.0, 4342.0, 4353.0, 4350.0, 4362.0, 4349.0, 4351.0, 4362.0, 4351.0, 4369.0, 4326.0, 4348.0, 4317.0, 4338.0, 4315.0, 4337.0, 4316.0, 4328.0, 4336.0, 4318.0, 4338.0, 4317.0, 4347.0, 4314.0, 4337.0, 4316.0, 4337.0, 4317.0, 4337.0, 4327.0, 4349.0, 4318.0, 4340.0, 4338.0, 4328.0, 4347.0, 4337.0, 4347.0, 4339.0, 4350.0, 4339.0, 4350.0, 4327.0, 4340.0, 4329.0, 4340.0, 4348.0, 4329.0, 4338.0, 4329.0, 4339.0, 4328.0, 4338.0, 4328.0, 4340.0, 4328.0, 4341.0, 4349.0, 4340.0, 4359.0, 4329.0, 4339.0, 4326.0, 4339.0, 4318.0, 4340.0, 4317.0, 4342.0, 4328.0, 4340.0, 4339.0, 4339.0, 4351.0, 4340.0, 4351.0, 4340.0, 4353.0, 4340.0, 4351.0, 4340.0, 4339.0, 4360.0, 4328.0, 4337.0, 4330.0, 4342.0, 4328.0, 4340.0, 4332.0, 4342.0, 4319.0, 4341.0, 4350.0, 4340.0, 4349.0, 4330.0, 4341.0, 4340.0, 4342.0, 4330.0, 4341.0, 4341.0, 4352.0, 4340.0, 4341.0, 4360.0, 4341.0, 4339.0, 4338.0, 4350.0, 4340.0, 4350.0, 4339.0, 4351.0, 4341.0, 4342.0, 4340.0, 4351.0, 4340.0, 4352.0, 4341.0, 4341.0, 4340.0, 4352.0, 4341.0, 4340.0, 4352.0, 4352.0, 4361.0, 4351.0, 4361.0, 4342.0, 4350.0, 4350.0, 4351.0, 4340.0, 4350.0, 4327.0, 4351.0, 4370.0, 4329.0, 4359.0, 4339.0, 4346.0, 4326.0, 4336.0, 4338.0, 4350.0, 4326.0, 4349.0, 4337.0, 4349.0, 4338.0, 4352.0, 4340.0, 4352.0, 4351.0, 4338.0, 4359.0, 4328.0, 4349.0, 4338.0, 4350.0, 4327.0, 4337.0, 4335.0, 4326.0, 4337.0, 4327.0, 4335.0, 4326.0, 4339.0, 4325.0, 4338.0, 4317.0, 4330.0, 4339.0, 4329.0, 4339.0, 4328.0, 4341.0, 4340.0, 4342.0, 4329.0, 4341.0, 4332.0, 4351.0, 4351.0, 4352.0, 4353.0, 4341.0, 4350.0, 4340.0, 4343.0, 4352.0, 4351.0, 4361.0, 4339.0, 4350.0, 4341.0, 4351.0, 4338.0, 4340.0, 4330.0, 4341.0, 4328.0, 4341.0, 4351.0, 4349.0, 4350.0, 4340.0, 4352.0, 4339.0, 4351.0, 4356.0, 4409.0, 4414.0, 4356.0, 4362.0, 4342.0, 4350.0, 4337.0, 4350.0, 4338.0, 4351.0, 4366.0, 4379.0, 4353.0, 4355.0, 4333.0, 4351.0, 4339.0, 4339.0, 4349.0, 4339.0, 4359.0, 4338.0, 4358.0, 4339.0, 4351.0, 4339.0, 4351.0, 4338.0, 4351.0, 4340.0, 4342.0, 4329.0, 4341.0, 4351.0, 4341.0, 4371.0, 4341.0, 4361.0, 4340.0, 4351.0, 4329.0, 4350.0, 4338.0, 4339.0, 4340.0, 4341.0, 4357.0, 4326.0, 4347.0, 4326.0, 4350.0, 4326.0, 4339.0, 4327.0, 4338.0, 4337.0, 4340.0, 4329.0, 4350.0, 4329.0, 4341.0, 4350.0, 4351.0, 4361.0, 4353.0, 4362.0, 4351.0, 4365.0, 4342.0, 4351.0, 4331.0, 4342.0, 4371.0, 4351.0, 4369.0, 4340.0, 4361.0, 4330.0, 4349.0, 4318.0, 4340.0, 4327.0, 4341.0, 4318.0, 4340.0, 4329.0, 4342.0, 4351.0, 4353.0, 4353.0, 4342.0, 4364.0, 4342.0, 4351.0, 4354.0, 4362.0, 4344.0, 4363.0, 4353.0, 4362.0, 4342.0, 4341.0, 4371.0, 4342.0, 4359.0, 4342.0, 4372.0, 4328.0, 4359.0, 4328.0, 4348.0, 4319.0, 4362.0, 4331.0, 4336.0, 4317.0, 4323.0, 4315.0, 4328.0, 4315.0, 4336.0, 4317.0, 4330.0, 4341.0, 4327.0, 4337.0, 4328.0, 4340.0, 4317.0, 4338.0, 4315.0, 4338.0, 4317.0, 4339.0, 4328.0, 4339.0, 4317.0, 4331.0, 4330.0, 4341.0, 4330.0, 4331.0, 4338.0, 4341.0, 4363.0, 4342.0, 4363.0, 4344.0, 4320.0, 4342.0, 4321.0, 4351.0, 4320.0, 4340.0, 4351.0, 4340.0, 4370.0, 4339.0, 4358.0, 4327.0, 4334.0, 4314.0, 4336.0, 4314.0, 4337.0, 4314.0, 4334.0, 4302.0, 4325.0, 4295.0, 4326.0, 4293.0, 4326.0, 4324.0, 4325.0, 4334.0, 4327.0, 4344.0, 4323.0, 4345.0, 4316.0, 4334.0, 4315.0, 4337.0, 4315.0, 4339.0, 4317.0, 4330.0, 4322.0, 4342.0, 4317.0, 4343.0, 4351.0, 4330.0, 4340.0, 4320.0, 4341.0, 4319.0, 4340.0, 4318.0, 4331.0, 4360.0, 4330.0, 4370.0, 4329.0, 4348.0, 4306.0, 4325.0, 4308.0, 4328.0, 4305.0, 4327.0, 4309.0, 4340.0, 4319.0, 4338.0, 4329.0, 4340.0, 4320.0, 4342.0, 4321.0, 4341.0, 4332.0, 4353.0, 4362.0, 4343.0, 4363.0, 4332.0, 4354.0, 4323.0, 4352.0, 4320.0, 4340.0, 4319.0, 4341.0, 4360.0, 4330.0, 4349.0, 4329.0, 4348.0, 4318.0, 4350.0, 4318.0, 4339.0, 4316.0, 4341.0, 4320.0, 4330.0, 4307.0, 4339.0, 4318.0, 4339.0, 4330.0, 4330.0, 4342.0, 4341.0, 4330.0, 4341.0, 4352.0, 4332.0, 4350.0, 4332.0, 4361.0, 4321.0, 4349.0, 4320.0, 4341.0, 4320.0, 4342.0, 4309.0, 4329.0, 4329.0, 4329.0, 4340.0, 4320.0, 4340.0, 4319.0, 4338.0, 4321.0, 4350.0, 4321.0, 4339.0, 4319.0, 4341.0, 4308.0, 4331.0, 4340.0, 4329.0, 4349.0, 4332.0, 4351.0, 4330.0, 4351.0, 4330.0, 4351.0, 4331.0, 4354.0, 4359.0, 4330.0, 4350.0, 4328.0, 4350.0, 4329.0, 4349.0, 4319.0, 4342.0, 4319.0, 4341.0, 4318.0, 4341.0, 4340.0, 4328.0, 4350.0, 4330.0, 4350.0, 4330.0, 4353.0, 4344.0, 4355.0, 4345.0, 4353.0, 4350.0, 4340.0, 4350.0, 4338.0, 4345.0, 4329.0, 4349.0, 4328.0, 4337.0, 4318.0, 4338.0, 4338.0, 4338.0, 4350.0, 4338.0, 4350.0, 4329.0, 4348.0, 4329.0, 4340.0, 4359.0, 4331.0, 4350.0, 4339.0, 4348.0, 4329.0, 4340.0, 4317.0, 4330.0, 4330.0, 4343.0, 4359.0, 4330.0, 4329.0, 4329.0, 4330.0, 4330.0, 4352.0, 4342.0, 4353.0, 4339.0, 4351.0, 4350.0, 4339.0, 4369.0, 4339.0, 4349.0, 4328.0, 4347.0, 4326.0, 4339.0, 4338.0, 4326.0, 4336.0, 4314.0, 4325.0, 4316.0, 4347.0, 4329.0, 4347.0, 4329.0, 4352.0, 4337.0, 4348.0, 4328.0, 4339.0, 4358.0, 4329.0, 4347.0, 4340.0, 4350.0, 4326.0, 4346.0, 4327.0, 4337.0, 4326.0, 4325.0, 4338.0, 4339.0, 4375.0, 4354.0, 4338.0, 4330.0, 4364.0, 4330.0, 4362.0, 4340.0, 4352.0, 4341.0, 4352.0, 4352.0, 4341.0, 4363.0, 4343.0, 4352.0, 4330.0, 4350.0, 4331.0, 4338.0, 4291.0, 4314.0, 4345.0, 4328.0, 4338.0, 4327.0, 4338.0, 4338.0, 4340.0, 4330.0, 4342.0, 4331.0, 4354.0, 4342.0, 4341.0, 4342.0, 4349.0, 4361.0, 4352.0, 4351.0, 4342.0, 4365.0, 4350.0, 4364.0, 4352.0, 4352.0, 4361.0, 4361.0, 4353.0, 4342.0, 4353.0, 4351.0, 4353.0, 4371.0, 4342.0, 4360.0, 4340.0, 4340.0, 4328.0, 4340.0, 4330.0, 4353.0, 4351.0, 4342.0, 4340.0, 4340.0, 4351.0, 4340.0, 4348.0, 4329.0, 4352.0, 4340.0, 4353.0, 4372.0, 4353.0, 4371.0, 4341.0, 4352.0, 4350.0, 4351.0, 4328.0, 4352.0, 4340.0, 4351.0, 4372.0, 4353.0, 4361.0, 4339.0, 4349.0, 4328.0, 4339.0, 4328.0, 4341.0, 4350.0, 4341.0, 4348.0, 4339.0, 4349.0, 4338.0, 4339.0, 4328.0, 4340.0, 4329.0, 4352.0, 4360.0, 4340.0, 4352.0, 4338.0, 4351.0, 4328.0, 4351.0, 4330.0, 4340.0, 4360.0, 4341.0, 4349.0, 4336.0, 4357.0, 4337.0, 4349.0, 4338.0, 4350.0, 4338.0, 4352.0, 4348.0, 4354.0, 4350.0, 4353.0, 4361.0, 4340.0, 4363.0, 4341.0, 4349.0, 4340.0, 4352.0, 4338.0, 4340.0, 4328.0, 4329.0, 4349.0, 4339.0, 4349.0, 4340.0, 4349.0, 4340.0, 4350.0, 4326.0, 4340.0, 4339.0, 4339.0, 4329.0, 4343.0, 4360.0, 4340.0, 4358.0, 4339.0, 4350.0, 4336.0, 4347.0, 4337.0, 4350.0, 4326.0, 4338.0, 4338.0, 4337.0, 4342.0, 4349.0, 4349.0, 4341.0, 4351.0, 4341.0, 4351.0, 4329.0, 4339.0, 4327.0, 4337.0, 4359.0, 4340.0, 4370.0, 4337.0, 4358.0, 4326.0, 4337.0, 4327.0, 4339.0, 4328.0, 4339.0, 4327.0, 4328.0, 4329.0, 4339.0, 4350.0, 4339.0, 4349.0, 4328.0, 4351.0, 4340.0, 4342.0, 4336.0, 4341.0, 4329.0, 4341.0, 4340.0, 4339.0, 4348.0, 4350.0, 4363.0, 4341.0, 4350.0, 4328.0, 4353.0, 4341.0, 4338.0, 4351.0, 4339.0, 4347.0, 4331.0, 4352.0, 4327.0, 4340.0, 4338.0, 4337.0, 4349.0, 4339.0, 4350.0, 4341.0, 4351.0, 4339.0, 4351.0, 4338.0, 4350.0, 4339.0, 4338.0, 4348.0, 4351.0, 4361.0, 4351.0, 4359.0, 4351.0, 4362.0, 4352.0, 4350.0, 4348.0, 4351.0, 4340.0, 4350.0, 4318.0, 4352.0, 4340.0, 4349.0, 4340.0, 4351.0, 4361.0, 4349.0, 4349.0, 4338.0, 4350.0, 4339.0, 4339.0, 4339.0, 4342.0, 4341.0, 4352.0, 4341.0, 4351.0, 4341.0, 4351.0, 4341.0, 4350.0, 4341.0, 4351.0, 4340.0, 4354.0, 4351.0, 4351.0, 4341.0, 4352.0, 4340.0, 4351.0, 4359.0, 4353.0, 4360.0, 4350.0, 4360.0, 4348.0, 4359.0, 4339.0, 4349.0, 4347.0, 4350.0, 4328.0, 4349.0, 4328.0, 4339.0, 4339.0, 4352.0, 4339.0, 4353.0, 4339.0, 4352.0, 4329.0, 4351.0, 4348.0, 4340.0, 4360.0, 4339.0, 4351.0, 4339.0, 4347.0, 4328.0, 4348.0, 4337.0, 4336.0, 4326.0, 4338.0, 4328.0, 4340.0, 4317.0, 4350.0, 4317.0, 4348.0, 4337.0, 4348.0, 4361.0, 4350.0, 4359.0, 4348.0, 4359.0, 4340.0, 4350.0, 4340.0, 4351.0, 4350.0, 4350.0, 4339.0, 4339.0, 4339.0, 4337.0, 4349.0, 4339.0, 4356.0, 4339.0, 4349.0, 4352.0, 4370.0, 4329.0, 4326.0, 4325.0, 4330.0, 4339.0, 4341.0, 4351.0, 4360.0, 4351.0, 4351.0, 4352.0, 4350.0, 4341.0, 4363.0, 4348.0, 4349.0, 4359.0, 4338.0, 4355.0, 4328.0, 4336.0, 4321.0, 4334.0, 4323.0, 4333.0, 4322.0, 4334.0, 4311.0, 4325.0, 4311.0, 4332.0], 'WindowWidth': [9655.0, 9649.0, 9610.0, 9624.0, 9599.0, 9613.0, 9579.0, 9614.0, 9656.0, 9615.0, 9606.0, 9598.0, 9605.0, 9616.0, 9603.0, 9573.0, 9607.0, 9577.0, 9591.0, 9566.0, 9588.0, 9597.0, 9585.0, 9599.0, 9572.0, 9595.0, 9569.0, 9584.0, 9567.0, 9595.0, 9580.0, 9596.0, 9606.0, 9578.0, 9593.0, 9578.0, 9573.0, 9556.0, 9576.0, 9588.0, 9561.0, 9587.0, 9542.0, 9579.0, 9548.0, 9578.0, 9587.0, 9557.0, 9590.0, 9545.0, 9571.0, 9543.0, 9561.0, 9544.0, 9579.0, 9562.0, 9550.0, 9580.0, 9552.0, 9583.0, 9554.0, 9585.0, 9589.0, 9590.0, 9605.0, 9588.0, 9602.0, 9574.0, 9590.0, 9615.0, 9586.0, 9601.0, 9589.0, 9611.0, 9575.0, 9588.0, 9596.0, 9588.0, 9605.0, 9596.0, 9595.0, 9559.0, 9597.0, 9565.0, 9593.0, 9608.0, 9595.0, 9609.0, 9595.0, 9598.0, 9578.0, 9595.0, 9625.0, 9607.0, 9605.0, 9588.0, 9595.0, 9590.0, 9595.0, 9589.0, 9591.0, 9607.0, 9606.0, 9603.0, 9589.0, 9606.0, 9602.0, 9604.0, 9589.0, 9606.0, 9594.0, 9604.0, 9620.0, 9607.0, 9619.0, 9607.0, 9627.0, 9603.0, 9609.0, 9587.0, 9593.0, 9613.0, 9590.0, 9629.0, 9587.0, 9616.0, 9587.0, 9598.0, 9565.0, 9583.0, 9567.0, 9585.0, 9581.0, 9588.0, 9585.0, 9590.0, 9574.0, 9605.0, 9575.0, 9609.0, 9590.0, 9593.0, 9607.0, 9585.0, 9598.0, 9585.0, 9603.0, 9582.0, 9600.0, 9578.0, 9585.0, 9576.0, 9563.0, 9583.0, 9562.0, 9576.0, 9563.0, 9584.0, 9577.0, 9581.0, 9566.0, 9582.0, 9554.0, 9598.0, 9587.0, 9601.0, 9601.0, 9602.0, 9600.0, 9586.0, 9603.0, 9586.0, 9601.0, 9587.0, 9606.0, 9614.0, 9588.0, 9618.0, 9597.0, 9600.0, 9586.0, 9599.0, 9582.0, 9608.0, 9586.0, 9603.0, 9619.0, 9600.0, 9601.0, 9585.0, 9598.0, 9587.0, 9603.0, 9579.0, 9601.0, 9562.0, 9581.0, 9583.0, 9579.0, 9595.0, 9582.0, 9601.0, 9572.0, 9602.0, 9569.0, 9602.0, 9573.0, 9592.0, 9590.0, 9589.0, 9603.0, 9603.0, 9602.0, 9581.0, 9587.0, 9577.0, 9586.0, 9579.0, 9600.0, 9602.0, 9599.0, 9602.0, 9600.0, 9605.0, 9604.0, 9604.0, 9588.0, 9621.0, 9625.0, 9605.0, 9601.0, 9601.0, 9605.0, 9590.0, 9603.0, 9599.0, 9586.0, 9626.0, 9586.0, 9597.0, 9582.0, 9586.0, 9584.0, 9588.0, 9566.0, 9584.0, 9598.0, 9583.0, 9588.0, 9584.0, 9602.0, 9585.0, 9590.0, 9583.0, 9605.0, 9584.0, 9606.0, 9619.0, 9589.0, 9601.0, 9588.0, 9606.0, 9598.0, 9599.0, 9583.0, 9600.0, 9581.0, 9590.0, 9624.0, 9587.0, 9598.0, 9583.0, 9586.0, 9585.0, 9588.0, 9569.0, 9610.0, 9588.0, 9603.0, 9576.0, 9606.0, 9591.0, 9605.0, 9606.0, 9607.0, 9620.0, 9592.0, 9607.0, 9607.0, 9611.0, 9592.0, 9613.0, 9630.0, 9590.0, 9607.0, 9599.0, 9598.0, 9585.0, 9601.0, 9602.0, 9606.0, 9585.0, 9601.0, 9619.0, 9601.0, 9601.0, 9597.0, 9601.0, 9584.0, 9605.0, 9585.0, 9585.0, 9586.0, 9589.0, 9569.0, 9590.0, 9599.0, 9587.0, 9599.0, 9607.0, 9603.0, 9588.0, 9599.0, 9582.0, 9583.0, 9561.0, 9584.0, 9611.0, 9586.0, 9611.0, 9580.0, 9596.0, 9582.0, 9590.0, 9577.0, 9583.0, 9581.0, 9602.0, 9584.0, 9591.0, 9586.0, 9603.0, 9667.0, 9618.0, 9622.0, 9609.0, 9621.0, 9587.0, 9600.0, 9568.0, 9606.0, 9595.0, 9597.0, 9602.0, 9595.0, 9629.0, 9609.0, 9603.0, 9587.0, 9602.0, 9569.0, 9587.0, 9573.0, 9603.0, 9573.0, 9609.0, 9576.0, 9606.0, 9616.0, 9612.0, 9606.0, 9610.0, 9607.0, 9606.0, 9600.0, 9588.0, 9606.0, 9589.0, 9605.0, 9601.0, 9591.0, 9629.0, 9588.0, 9609.0, 9580.0, 9582.0, 9570.0, 9585.0, 9565.0, 9583.0, 9562.0, 9584.0, 9580.0, 9569.0, 9579.0, 9578.0, 9593.0, 9567.0, 9584.0, 9575.0, 9604.0, 9571.0, 9601.0, 9586.0, 9601.0, 9607.0, 9606.0, 9603.0, 9605.0, 9603.0, 9603.0, 9606.0, 9585.0, 9590.0, 9582.0, 9587.0, 9613.0, 9569.0, 9624.0, 9577.0, 9579.0, 9561.0, 9572.0, 9548.0, 9577.0, 9565.0, 9582.0, 9566.0, 9589.0, 9589.0, 9595.0, 9574.0, 9593.0, 9576.0, 9591.0, 9588.0, 9602.0, 9601.0, 9587.0, 9585.0, 9581.0, 9599.0, 9584.0, 9615.0, 9580.0, 9610.0, 9559.0, 9575.0, 9574.0, 9562.0, 9602.0, 9562.0, 9577.0, 9557.0, 9572.0, 9560.0, 9562.0, 9563.0, 9580.0, 9562.0, 9581.0, 9562.0, 9569.0, 9552.0, 9586.0, 9582.0, 9588.0, 9599.0, 9581.0, 9583.0, 9581.0, 9581.0, 9580.0, 9601.0, 9579.0, 9595.0, 9576.0, 9580.0, 9563.0, 9580.0, 9596.0, 9581.0, 9578.0, 9580.0, 9592.0, 9599.0, 9586.0, 9571.0, 9582.0, 9555.0, 9597.0, 9590.0, 9602.0, 9589.0, 9615.0, 9568.0, 9578.0, 9560.0, 9575.0, 9566.0, 9592.0, 9565.0, 9589.0, 9567.0, 9593.0, 9567.0, 9579.0, 9565.0, 9590.0, 9569.0, 9579.0, 9585.0, 9600.0, 9590.0, 9617.0, 9590.0, 9623.0, 9592.0, 9621.0, 9587.0, 9602.0, 9584.0, 9598.0, 9580.0, 9599.0, 9608.0, 9586.0, 9624.0, 9588.0, 9617.0, 9590.0, 9587.0, 9583.0, 9586.0, 9583.0, 9585.0, 9589.0, 9603.0, 9578.0, 9612.0, 9616.0, 9608.0, 9571.0, 9586.0, 9609.0, 9583.0, 9608.0, 9582.0, 9582.0, 9583.0, 9596.0, 9569.0, 9579.0, 9569.0, 9600.0, 9583.0, 9602.0, 9566.0, 9603.0, 9574.0, 9607.0, 9572.0, 9595.0, 9601.0, 9604.0, 9603.0, 9587.0, 9591.0, 9589.0, 9589.0, 9591.0, 9617.0, 9570.0, 9601.0, 9569.0, 9582.0, 9565.0, 9583.0, 9577.0, 9565.0, 9580.0, 9569.0, 9574.0, 9570.0, 9582.0, 9568.0, 9585.0, 9557.0, 9586.0, 9573.0, 9589.0, 9574.0, 9585.0, 9605.0, 9585.0, 9598.0, 9589.0, 9601.0, 9587.0, 9586.0, 9573.0, 9588.0, 9560.0, 9590.0, 9602.0, 9589.0, 9604.0, 9593.0, 9607.0, 9586.0, 9603.0, 9577.0, 9605.0, 9606.0, 9605.0, 9603.0, 9573.0, 9594.0, 9591.0, 9596.0, 9616.0, 9603.0, 9605.0, 9582.0, 9587.0, 9588.0, 9589.0, 9590.0, 9608.0, 9593.0, 9608.0, 9620.0, 9606.0, 9615.0, 9602.0, 9600.0, 9603.0, 9606.0, 9590.0, 9607.0, 9588.0, 9608.0, 9632.0, 9593.0, 9625.0, 9591.0, 9603.0, 9584.0, 9600.0, 9586.0, 9608.0, 9594.0, 9614.0, 9598.0, 9598.0, 9619.0, 9593.0, 9606.0, 9590.0, 9599.0, 9577.0, 9626.0, 9599.0, 9606.0, 9591.0, 9610.0, 9592.0, 9591.0, 9632.0, 9590.0, 9617.0, 9588.0, 9600.0, 9569.0, 9616.0, 9591.0, 9605.0, 9575.0, 9590.0, 9590.0, 9591.0, 9617.0, 9591.0, 9617.0, 9572.0, 9603.0, 9601.0, 9626.0, 9604.0, 9591.0, 9622.0, 9576.0, 9600.0, 9587.0, 9601.0, 9594.0, 9601.0, 9575.0, 9608.0, 9594.0, 9608.0, 9589.0, 9611.0, 9593.0, 9607.0, 9577.0, 9607.0, 9631.0, 9588.0, 9626.0, 9569.0, 9589.0, 9570.0, 9578.0, 9551.0, 9578.0, 9565.0, 9577.0, 9564.0, 9584.0, 9571.0, 9606.0, 9584.0, 9609.0, 9590.0, 9606.0, 9585.0, 9605.0, 9620.0, 9585.0, 9619.0, 9590.0, 9620.0, 9589.0, 9601.0, 9570.0, 9608.0, 9576.0, 9601.0, 9556.0, 9584.0, 9544.0, 9572.0, 9574.0, 9570.0, 9601.0, 9578.0, 9590.0, 9575.0, 9601.0, 9575.0, 9585.0, 9572.0, 9586.0, 9570.0, 9601.0, 9573.0, 9583.0, 9612.0, 9589.0, 9643.0, 9579.0, 9600.0, 9568.0, 9585.0, 9567.0, 9606.0, 9624.0, 9587.0, 9616.0, 9570.0, 9627.0, 9587.0, 9607.0, 9591.0, 9589.0, 9583.0, 9591.0, 9592.0, 9578.0, 9575.0, 9574.0, 9595.0, 9587.0, 9599.0, 9589.0, 9599.0, 9584.0, 9608.0, 9570.0, 9588.0, 9587.0, 9591.0, 9600.0, 9592.0, 9619.0, 9593.0, 9620.0, 9592.0, 9624.0, 9594.0, 9609.0, 9606.0, 9607.0, 9623.0, 9593.0, 9626.0, 9592.0, 9606.0, 9575.0, 9606.0, 9572.0, 9588.0, 9574.0, 9595.0, 9577.0, 9596.0, 9608.0, 9617.0, 9596.0, 9593.0, 9605.0, 9592.0, 9603.0, 9596.0, 9617.0, 9592.0, 9617.0, 9590.0, 9600.0, 9584.0, 9602.0, 9602.0, 9602.0, 9627.0, 9585.0, 9609.0, 9579.0, 9578.0, 9583.0, 9590.0, 9589.0, 9596.0, 9570.0, 9598.0, 9585.0, 9602.0, 9566.0, 9585.0, 9591.0, 9572.0, 9609.0, 9565.0, 9599.0, 9564.0, 9594.0, 9565.0, 9595.0, 9568.0, 9586.0, 9568.0, 9584.0, 9557.0, 9591.0, 9573.0, 9585.0, 9599.0, 9590.0, 9607.0, 9597.0, 9612.0, 9606.0, 9623.0, 9603.0, 9605.0, 9620.0, 9606.0, 9627.0, 9566.0, 9596.0, 9553.0, 9581.0, 9548.0, 9580.0, 9551.0, 9570.0, 9579.0, 9555.0, 9584.0, 9555.0, 9593.0, 9547.0, 9580.0, 9552.0, 9581.0, 9555.0, 9583.0, 9568.0, 9601.0, 9560.0, 9589.0, 9586.0, 9571.0, 9596.0, 9584.0, 9595.0, 9586.0, 9603.0, 9589.0, 9602.0, 9571.0, 9591.0, 9574.0, 9590.0, 9598.0, 9572.0, 9586.0, 9574.0, 9588.0, 9573.0, 9587.0, 9574.0, 9590.0, 9573.0, 9593.0, 9603.0, 9591.0, 9614.0, 9573.0, 9590.0, 9567.0, 9585.0, 9558.0, 9589.0, 9556.0, 9596.0, 9573.0, 9590.0, 9591.0, 9589.0, 9607.0, 9592.0, 9608.0, 9592.0, 9612.0, 9591.0, 9607.0, 9593.0, 9590.0, 9618.0, 9573.0, 9585.0, 9578.0, 9595.0, 9572.0, 9592.0, 9583.0, 9597.0, 9563.0, 9594.0, 9605.0, 9592.0, 9602.0, 9577.0, 9593.0, 9593.0, 9596.0, 9579.0, 9594.0, 9596.0, 9612.0, 9591.0, 9594.0, 9620.0, 9592.0, 9588.0, 9585.0, 9606.0, 9591.0, 9606.0, 9591.0, 9610.0, 9592.0, 9595.0, 9590.0, 9606.0, 9592.0, 9611.0, 9598.0, 9596.0, 9593.0, 9612.0, 9595.0, 9594.0, 9611.0, 9609.0, 9621.0, 9609.0, 9622.0, 9596.0, 9607.0, 9604.0, 9607.0, 9590.0, 9604.0, 9569.0, 9606.0, 9630.0, 9573.0, 9615.0, 9584.0, 9591.0, 9564.0, 9579.0, 9585.0, 9601.0, 9564.0, 9600.0, 9585.0, 9602.0, 9587.0, 9610.0, 9591.0, 9608.0, 9605.0, 9584.0, 9615.0, 9571.0, 9599.0, 9582.0, 9603.0, 9568.0, 9580.0, 9575.0, 9563.0, 9582.0, 9565.0, 9576.0, 9564.0, 9585.0, 9563.0, 9583.0, 9556.0, 9575.0, 9587.0, 9573.0, 9588.0, 9573.0, 9594.0, 9591.0, 9596.0, 9575.0, 9594.0, 9586.0, 9609.0, 9608.0, 9610.0, 9613.0, 9594.0, 9604.0, 9590.0, 9596.0, 9611.0, 9607.0, 9619.0, 9588.0, 9604.0, 9591.0, 9606.0, 9585.0, 9589.0, 9575.0, 9592.0, 9572.0, 9593.0, 9608.0, 9603.0, 9605.0, 9591.0, 9608.0, 9587.0, 9605.0, 9626.0, 9721.0, 9721.0, 9624.0, 9625.0, 9596.0, 9602.0, 9583.0, 9602.0, 9584.0, 9605.0, 9637.0, 9659.0, 9614.0, 9619.0, 9588.0, 9608.0, 9587.0, 9587.0, 9599.0, 9586.0, 9612.0, 9585.0, 9611.0, 9588.0, 9603.0, 9586.0, 9604.0, 9585.0, 9607.0, 9591.0, 9596.0, 9577.0, 9596.0, 9607.0, 9595.0, 9636.0, 9592.0, 9620.0, 9590.0, 9607.0, 9573.0, 9603.0, 9584.0, 9587.0, 9589.0, 9590.0, 9609.0, 9565.0, 9596.0, 9564.0, 9600.0, 9563.0, 9584.0, 9567.0, 9583.0, 9583.0, 9590.0, 9573.0, 9602.0, 9575.0, 9593.0, 9605.0, 9607.0, 9621.0, 9614.0, 9625.0, 9608.0, 9633.0, 9597.0, 9607.0, 9579.0, 9596.0, 9635.0, 9607.0, 9628.0, 9591.0, 9620.0, 9576.0, 9599.0, 9556.0, 9589.0, 9569.0, 9591.0, 9558.0, 9589.0, 9576.0, 9593.0, 9606.0, 9613.0, 9612.0, 9598.0, 9630.0, 9599.0, 9608.0, 9616.0, 9626.0, 9602.0, 9629.0, 9613.0, 9625.0, 9594.0, 9593.0, 9632.0, 9595.0, 9614.0, 9594.0, 9636.0, 9570.0, 9611.0, 9569.0, 9596.0, 9559.0, 9624.0, 9579.0, 9580.0, 9550.0, 9556.0, 9547.0, 9568.0, 9548.0, 9579.0, 9555.0, 9576.0, 9592.0, 9570.0, 9581.0, 9571.0, 9588.0, 9552.0, 9581.0, 9549.0, 9583.0, 9553.0, 9585.0, 9570.0, 9589.0, 9558.0, 9579.0, 9578.0, 9597.0, 9578.0, 9579.0, 9587.0, 9591.0, 9626.0, 9596.0, 9625.0, 9600.0, 9563.0, 9594.0, 9567.0, 9607.0, 9563.0, 9592.0, 9607.0, 9589.0, 9631.0, 9587.0, 9610.0, 9566.0, 9572.0, 9545.0, 9575.0, 9543.0, 9576.0, 9543.0, 9569.0, 9525.0, 9558.0, 9517.0, 9559.0, 9515.0, 9560.0, 9555.0, 9558.0, 9571.0, 9566.0, 9585.0, 9556.0, 9586.0, 9548.0, 9571.0, 9547.0, 9579.0, 9548.0, 9584.0, 9553.0, 9576.0, 9569.0, 9594.0, 9555.0, 9599.0, 9606.0, 9577.0, 9590.0, 9563.0, 9590.0, 9562.0, 9589.0, 9557.0, 9575.0, 9613.0, 9573.0, 9627.0, 9571.0, 9595.0, 9537.0, 9561.0, 9540.0, 9568.0, 9534.0, 9566.0, 9545.0, 9589.0, 9561.0, 9586.0, 9576.0, 9591.0, 9562.0, 9595.0, 9567.0, 9595.0, 9582.0, 9613.0, 9624.0, 9599.0, 9626.0, 9582.0, 9612.0, 9570.0, 9607.0, 9560.0, 9589.0, 9558.0, 9589.0, 9613.0, 9573.0, 9599.0, 9571.0, 9597.0, 9556.0, 9599.0, 9558.0, 9582.0, 9552.0, 9591.0, 9560.0, 9573.0, 9539.0, 9584.0, 9557.0, 9587.0, 9575.0, 9577.0, 9593.0, 9593.0, 9577.0, 9592.0, 9609.0, 9583.0, 9603.0, 9581.0, 9619.0, 9565.0, 9601.0, 9562.0, 9592.0, 9560.0, 9592.0, 9546.0, 9573.0, 9573.0, 9575.0, 9588.0, 9562.0, 9588.0, 9561.0, 9586.0, 9566.0, 9604.0, 9564.0, 9587.0, 9560.0, 9591.0, 9544.0, 9578.0, 9591.0, 9575.0, 9601.0, 9581.0, 9606.0, 9577.0, 9606.0, 9577.0, 9606.0, 9578.0, 9611.0, 9615.0, 9575.0, 9604.0, 9572.0, 9601.0, 9574.0, 9600.0, 9559.0, 9592.0, 9559.0, 9590.0, 9558.0, 9592.0, 9589.0, 9572.0, 9603.0, 9575.0, 9603.0, 9580.0, 9611.0, 9604.0, 9619.0, 9609.0, 9616.0, 9605.0, 9590.0, 9602.0, 9585.0, 9592.0, 9574.0, 9598.0, 9568.0, 9581.0, 9557.0, 9586.0, 9585.0, 9586.0, 9603.0, 9586.0, 9603.0, 9573.0, 9599.0, 9575.0, 9591.0, 9614.0, 9577.0, 9602.0, 9587.0, 9599.0, 9572.0, 9588.0, 9555.0, 9574.0, 9574.0, 9596.0, 9614.0, 9573.0, 9571.0, 9571.0, 9574.0, 9575.0, 9609.0, 9599.0, 9612.0, 9588.0, 9606.0, 9604.0, 9586.0, 9627.0, 9587.0, 9598.0, 9569.0, 9592.0, 9562.0, 9583.0, 9581.0, 9562.0, 9577.0, 9544.0, 9561.0, 9551.0, 9595.0, 9574.0, 9596.0, 9572.0, 9607.0, 9582.0, 9597.0, 9571.0, 9588.0, 9614.0, 9573.0, 9594.0, 9588.0, 9599.0, 9564.0, 9593.0, 9566.0, 9579.0, 9562.0, 9560.0, 9580.0, 9588.0, 9645.0, 9616.0, 9583.0, 9579.0, 9628.0, 9577.0, 9624.0, 9592.0, 9610.0, 9593.0, 9610.0, 9610.0, 9594.0, 9625.0, 9599.0, 9608.0, 9579.0, 9601.0, 9580.0, 9583.0, 9507.0, 9541.0, 9590.0, 9568.0, 9581.0, 9566.0, 9583.0, 9585.0, 9589.0, 9576.0, 9596.0, 9581.0, 9616.0, 9596.0, 9595.0, 9596.0, 9605.0, 9624.0, 9610.0, 9609.0, 9596.0, 9630.0, 9605.0, 9628.0, 9610.0, 9611.0, 9623.0, 9623.0, 9612.0, 9594.0, 9611.0, 9607.0, 9613.0, 9634.0, 9593.0, 9619.0, 9591.0, 9591.0, 9572.0, 9591.0, 9577.0, 9612.0, 9607.0, 9596.0, 9591.0, 9590.0, 9607.0, 9593.0, 9603.0, 9579.0, 9611.0, 9593.0, 9616.0, 9638.0, 9613.0, 9634.0, 9591.0, 9609.0, 9604.0, 9605.0, 9572.0, 9609.0, 9592.0, 9607.0, 9638.0, 9613.0, 9620.0, 9586.0, 9599.0, 9572.0, 9588.0, 9571.0, 9592.0, 9605.0, 9594.0, 9598.0, 9588.0, 9603.0, 9584.0, 9586.0, 9571.0, 9591.0, 9575.0, 9608.0, 9619.0, 9592.0, 9609.0, 9586.0, 9605.0, 9570.0, 9605.0, 9574.0, 9587.0, 9616.0, 9590.0, 9600.0, 9578.0, 9610.0, 9580.0, 9598.0, 9584.0, 9602.0, 9585.0, 9608.0, 9601.0, 9616.0, 9606.0, 9611.0, 9621.0, 9590.0, 9628.0, 9593.0, 9603.0, 9588.0, 9608.0, 9583.0, 9589.0, 9569.0, 9571.0, 9603.0, 9591.0, 9605.0, 9590.0, 9604.0, 9592.0, 9604.0, 9568.0, 9590.0, 9589.0, 9589.0, 9578.0, 9598.0, 9618.0, 9591.0, 9613.0, 9589.0, 9602.0, 9580.0, 9595.0, 9582.0, 9601.0, 9567.0, 9585.0, 9585.0, 9587.0, 9597.0, 9601.0, 9601.0, 9594.0, 9607.0, 9593.0, 9605.0, 9575.0, 9588.0, 9570.0, 9584.0, 9612.0, 9589.0, 9628.0, 9582.0, 9612.0, 9565.0, 9581.0, 9569.0, 9586.0, 9572.0, 9587.0, 9568.0, 9571.0, 9574.0, 9587.0, 9607.0, 9589.0, 9600.0, 9571.0, 9604.0, 9591.0, 9596.0, 9579.0, 9591.0, 9575.0, 9593.0, 9592.0, 9589.0, 9600.0, 9606.0, 9626.0, 9594.0, 9604.0, 9571.0, 9612.0, 9594.0, 9586.0, 9606.0, 9586.0, 9595.0, 9579.0, 9608.0, 9568.0, 9587.0, 9582.0, 9582.0, 9600.0, 9588.0, 9604.0, 9592.0, 9606.0, 9587.0, 9605.0, 9583.0, 9602.0, 9588.0, 9586.0, 9599.0, 9604.0, 9620.0, 9607.0, 9616.0, 9609.0, 9623.0, 9610.0, 9604.0, 9599.0, 9607.0, 9590.0, 9604.0, 9559.0, 9607.0, 9590.0, 9603.0, 9591.0, 9607.0, 9619.0, 9603.0, 9601.0, 9584.0, 9603.0, 9587.0, 9587.0, 9586.0, 9595.0, 9594.0, 9609.0, 9592.0, 9607.0, 9596.0, 9608.0, 9594.0, 9606.0, 9593.0, 9608.0, 9591.0, 9615.0, 9605.0, 9606.0, 9593.0, 9609.0, 9591.0, 9607.0, 9616.0, 9613.0, 9618.0, 9603.0, 9620.0, 9600.0, 9616.0, 9587.0, 9602.0, 9597.0, 9602.0, 9569.0, 9599.0, 9570.0, 9587.0, 9589.0, 9609.0, 9588.0, 9610.0, 9589.0, 9609.0, 9574.0, 9606.0, 9601.0, 9590.0, 9618.0, 9588.0, 9606.0, 9588.0, 9596.0, 9570.0, 9597.0, 9582.0, 9578.0, 9564.0, 9583.0, 9569.0, 9589.0, 9557.0, 9601.0, 9558.0, 9598.0, 9582.0, 9598.0, 9618.0, 9605.0, 9614.0, 9599.0, 9615.0, 9591.0, 9603.0, 9588.0, 9605.0, 9602.0, 9601.0, 9586.0, 9587.0, 9587.0, 9583.0, 9601.0, 9586.0, 9608.0, 9588.0, 9599.0, 9609.0, 9628.0, 9573.0, 9564.0, 9565.0, 9578.0, 9590.0, 9595.0, 9609.0, 9619.0, 9608.0, 9608.0, 9609.0, 9606.0, 9592.0, 9624.0, 9599.0, 9601.0, 9611.0, 9580.0, 9603.0, 9565.0, 9576.0, 9551.0, 9569.0, 9552.0, 9564.0, 9549.0, 9566.0, 9533.0, 9556.0, 9535.0, 9566.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.00031064585575888055</td></tr>
<tr><td colspan=3>aqi</td><td>0.01833151797631862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.95504273997838</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1827340163327946</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952255469251491</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>7359.1963</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06501978094950916</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5920344456404736</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605822443452244</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.561031393485708</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8206433872960757</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4357925495749484</td></tr>
<tr><td colspan=3>gcor</td><td>0.00721059</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004600418731570244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024459734559059143</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7398215898162603</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>23.9237</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6798</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.9535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301774.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>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.2419</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.6189</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3527.1522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.1323</td></tr>
<tr><td colspan=3>tsnr</td><td>44.24318711319938</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>