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

616 lines
No EOL
190 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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>99915dd48f71c1dc94137aef5a9e1170</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>15:44:43.315000</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.997536, 0.0344325, 0.0611336, -0.0308259, 0.997783, -0.058989]</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.0784595</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>[4174, -7704, -7232, 668, -7, 37, -57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b19cc80e-7625-42a5-84d1-9a46ce2135a8||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.6763148307800293, -0.08270375430583954, 0.17017889022827148, 115.4474105834961], [-0.09237997978925705, 2.6769776344299316, -0.15378952026367188, -78.92203521728516], [0.16401708126068115, 0.15826308727264404, 2.690239191055298, -51.50353240966797], [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': ['154443.315000', '154443.775000', '154444.235000', '154444.695000', '154445.155000', '154445.615000', '154446.075000', '154446.535000', '154446.995000', '154447.455000', '154447.915000', '154448.375000', '154448.835000', '154449.295000', '154449.755000', '154450.215000', '154450.675000', '154451.135000', '154451.595000', '154452.055000', '154452.515000', '154452.975000', '154453.435000', '154453.895000', '154454.355000', '154454.815000', '154455.275000', '154455.735000', '154456.195000', '154456.655000', '154457.115000', '154457.575000', '154458.035000', '154458.495000', '154458.955000', '154459.415000', '154459.875000', '154500.335000', '154500.795000', '154501.255000', '154501.715000', '154502.175000', '154502.635000', '154503.095000', '154503.555000', '154504.015000', '154504.475000', '154504.935000', '154505.395000', '154505.855000', '154506.315000', '154506.775000', '154507.235000', '154507.695000', '154508.155000', '154508.615000', '154509.075000', '154509.535000', '154509.995000', '154510.455000', '154510.915000', '154511.375000', '154511.835000', '154512.295000', '154512.755000', '154513.215000', '154513.675000', '154514.135000', '154514.595000', '154515.055000', '154515.515000', '154515.975000', '154516.435000', '154516.895000', '154517.355000', '154517.815000', '154518.275000', '154518.735000', '154519.195000', '154519.655000', '154520.115000', '154520.575000', '154521.035000', '154521.495000', '154521.955000', '154522.415000', '154522.875000', '154523.335000', '154523.795000', '154524.255000', '154524.715000', '154525.175000', '154525.635000', '154526.095000', '154526.555000', '154527.015000', '154527.475000', '154527.935000', '154528.395000', '154528.855000', '154529.315000', '154529.775000', '154530.235000', '154530.695000', '154531.155000', '154531.615000', '154532.075000', '154532.535000', '154532.995000', '154533.455000', '154533.915000', '154534.375000', '154534.835000', '154535.295000', '154535.755000', '154536.215000', '154536.675000', '154537.135000', '154537.595000', '154538.055000', '154538.515000', '154538.975000', '154539.435000', '154539.895000', '154540.355000', '154540.815000', '154541.275000', '154541.735000', '154542.195000', '154542.655000', '154543.115000', '154543.575000', '154544.035000', '154544.495000', '154544.955000', '154545.415000', '154545.875000', '154546.335000', '154546.795000', '154547.255000', '154547.715000', '154548.175000', '154548.635000', '154549.095000', '154549.555000', '154550.015000', '154550.475000', '154550.935000', '154551.395000', '154551.855000', '154552.315000', '154552.775000', '154553.235000', '154553.695000', '154554.155000', '154554.615000', '154555.075000', '154555.535000', '154555.995000', '154556.455000', '154556.915000', '154557.375000', '154557.835000', '154558.295000', '154558.755000', '154559.215000', '154559.675000', '154600.135000', '154600.595000', '154601.055000', '154601.515000', '154601.975000', '154602.435000', '154602.895000', '154603.355000', '154603.815000', '154604.275000', '154604.735000', '154605.195000', '154605.655000', '154606.115000', '154606.575000', '154607.035000', '154607.495000', '154607.955000', '154608.415000', '154608.875000', '154609.335000', '154609.795000', '154610.255000', '154610.715000', '154611.175000', '154611.635000', '154612.095000', '154612.555000', '154613.015000', '154613.475000', '154613.935000', '154614.395000', '154614.855000', '154615.315000', '154615.775000', '154616.235000', '154616.695000', '154617.155000', '154617.615000', '154618.075000', '154618.535000', '154618.995000', '154619.455000', '154619.915000', '154620.375000', '154620.835000', '154621.295000', '154621.755000', '154622.215000', '154622.675000', '154623.135000', '154623.595000', '154624.055000', '154624.515000', '154624.975000', '154625.435000', '154625.895000', '154626.355000', '154626.815000', '154627.275000', '154627.735000', '154628.195000', '154628.655000', '154629.115000', '154629.575000', '154630.035000', '154630.495000', '154630.955000', '154631.415000', '154631.875000', '154632.335000', '154632.795000', '154633.255000', '154633.715000', '154634.175000', '154634.635000', '154635.095000', '154635.555000', '154636.015000', '154636.475000', '154636.935000', '154637.395000', '154637.855000', '154638.315000', '154638.775000', '154639.235000', '154639.695000', '154640.155000', '154640.615000', '154641.075000', '154641.535000', '154641.995000', '154642.455000', '154642.915000', '154643.375000', '154643.835000', '154644.295000', '154644.755000', '154645.215000', '154645.675000', '154646.135000', '154646.595000', '154647.055000', '154647.515000', '154647.975000', '154648.435000', '154648.895000', '154649.355000', '154649.815000', '154650.275000', '154650.735000', '154651.195000', '154651.655000', '154652.115000', '154652.575000', '154653.035000', '154653.495000', '154653.955000', '154654.415000', '154654.875000', '154655.335000', '154655.795000', '154656.255000', '154656.715000', '154657.175000', '154657.635000', '154658.095000', '154658.555000', '154659.015000', '154659.475000', '154659.935000', '154700.395000', '154700.855000', '154701.315000', '154701.775000', '154702.235000', '154702.695000', '154703.155000', '154703.615000', '154704.075000', '154704.535000', '154704.995000', '154705.455000', '154705.915000', '154706.375000', '154706.835000', '154707.295000', '154707.755000', '154708.215000', '154708.675000', '154709.135000', '154709.595000', '154710.055000', '154710.515000', '154710.975000', '154711.435000', '154711.895000', '154712.355000', '154712.815000', '154713.275000', '154713.735000', '154714.195000', '154714.655000', '154715.115000', '154715.575000', '154716.035000', '154716.495000', '154716.955000', '154717.415000', '154717.875000', '154718.335000', '154718.795000', '154719.255000', '154719.715000', '154720.175000', '154720.635000', '154721.095000', '154721.555000', '154722.015000', '154722.475000', '154722.935000', '154723.395000', '154723.855000', '154724.315000', '154724.775000', '154725.235000', '154725.695000', '154726.155000', '154726.615000', '154727.075000', '154727.535000', '154727.995000', '154728.455000', '154728.915000', '154729.375000', '154729.835000', '154730.295000', '154730.755000', '154731.215000', '154731.675000', '154732.135000', '154732.595000', '154733.055000', '154733.515000', '154733.975000', '154734.435000', '154734.895000', '154735.355000', '154735.815000', '154736.275000', '154736.735000', '154737.195000', '154737.655000', '154738.115000', '154738.575000', '154739.035000', '154739.495000', '154739.955000', '154740.415000', '154740.875000', '154741.335000', '154741.795000', '154742.255000', '154742.715000', '154743.175000', '154743.635000', '154744.095000', '154744.555000', '154745.015000', '154745.475000', '154745.935000', '154746.395000', '154746.855000', '154747.315000', '154747.775000', '154748.235000', '154748.695000', '154749.155000', '154749.615000', '154750.075000', '154750.535000', '154750.995000', '154751.455000', '154751.915000', '154752.375000', '154752.835000', '154753.295000', '154753.755000', '154754.215000', '154754.675000', '154755.135000', '154755.595000', '154756.055000', '154756.515000', '154756.975000', '154757.435000', '154757.895000', '154758.355000', '154758.815000', '154759.275000', '154759.735000', '154800.195000', '154800.655000', '154801.115000', '154801.575000', '154802.035000', '154802.495000', '154802.955000', '154803.415000', '154803.875000', '154804.335000', '154804.795000', '154805.255000', '154805.715000', '154806.175000', '154806.635000', '154807.095000', '154807.555000', '154808.015000', '154808.475000', '154808.935000', '154809.395000', '154809.855000', '154810.315000', '154810.775000', '154811.235000', '154811.695000', '154812.155000', '154812.615000', '154813.075000', '154813.535000', '154813.995000', '154814.455000', '154814.915000', '154815.375000', '154815.835000', '154816.295000', '154816.755000', '154817.215000', '154817.675000', '154818.135000', '154818.595000', '154819.055000', '154819.515000', '154819.975000', '154820.435000', '154820.895000', '154821.355000', '154821.815000', '154822.275000', '154822.735000', '154823.195000', '154823.655000', '154824.115000', '154824.575000', '154825.035000', '154825.495000', '154825.955000', '154826.415000', '154826.875000', '154827.335000', '154827.795000', '154828.255000', '154828.715000', '154829.175000', '154829.635000', '154830.095000', '154830.555000', '154831.015000', '154831.475000', '154831.935000', '154832.395000', '154832.855000', '154833.315000', '154833.775000', '154834.235000', '154834.695000', '154835.155000', '154835.615000', '154836.075000', '154836.535000', '154836.995000', '154837.455000', '154837.915000', '154838.375000', '154838.835000', '154839.295000', '154839.755000', '154840.215000', '154840.675000', '154841.135000', '154841.595000', '154842.055000', '154842.515000', '154842.975000', '154843.435000', '154843.895000', '154844.355000', '154844.815000', '154845.275000', '154845.735000', '154846.195000', '154846.655000', '154847.115000', '154847.575000', '154848.035000', '154848.495000', '154848.955000', '154849.415000', '154849.875000', '154850.335000', '154850.795000', '154851.255000', '154851.715000', '154852.175000', '154852.635000', '154853.095000', '154853.555000', '154854.015000', '154854.475000', '154854.935000', '154855.395000', '154855.855000', '154856.315000', '154856.775000', '154857.235000', '154857.695000', '154858.155000', '154858.615000', '154859.075000', '154859.535000', '154859.995000', '154900.455000', '154900.915000', '154901.375000', '154901.835000', '154902.295000', '154902.755000', '154903.215000', '154903.675000', '154904.135000', '154904.595000', '154905.055000', '154905.515000', '154905.975000', '154906.435000', '154906.895000', '154907.355000', '154907.815000', '154908.275000', '154908.735000', '154909.195000', '154909.655000', '154910.115000', '154910.575000', '154911.035000', '154911.495000', '154911.955000', '154912.415000', '154912.875000', '154913.335000', '154913.795000', '154914.255000', '154914.715000', '154915.175000', '154915.635000', '154916.095000', '154916.555000', '154917.015000', '154917.475000', '154917.935000', '154918.395000', '154918.855000', '154919.315000', '154919.775000', '154920.235000', '154920.695000', '154921.155000', '154921.615000', '154922.075000', '154922.535000', '154922.995000', '154923.455000', '154923.915000', '154924.375000', '154924.835000', '154925.295000', '154925.755000', '154926.215000', '154926.675000', '154927.135000', '154927.595000', '154928.055000', '154928.515000', '154928.975000', '154929.435000', '154929.895000', '154930.355000', '154930.815000', '154931.275000', '154931.735000', '154932.195000', '154932.655000', '154933.115000', '154933.575000', '154934.035000', '154934.495000', '154934.955000', '154935.415000', '154935.875000', '154936.335000', '154936.795000', '154937.255000', '154937.715000', '154938.175000', '154938.635000', '154939.095000', '154939.555000', '154940.015000', '154940.475000', '154940.935000', '154941.395000', '154941.855000', '154942.315000', '154942.775000', '154943.235000', '154943.695000', '154944.155000', '154944.615000', '154945.075000', '154945.535000', '154945.995000', '154946.455000', '154946.915000', '154947.375000', '154947.835000', '154948.295000', '154948.755000', '154949.215000', '154949.675000', '154950.135000', '154950.595000', '154951.055000', '154951.515000', '154951.975000', '154952.435000', '154952.895000', '154953.355000', '154953.815000', '154954.275000', '154954.735000', '154955.195000', '154955.655000', '154956.115000', '154956.575000', '154957.035000', '154957.495000', '154957.955000', '154958.415000', '154958.875000', '154959.335000', '154959.795000', '155000.255000', '155000.715000', '155001.175000', '155001.635000', '155002.095000', '155002.555000', '155003.015000', '155003.475000', '155003.935000', '155004.395000', '155004.855000', '155005.315000', '155005.775000', '155006.235000', '155006.695000', '155007.155000', '155007.615000', '155008.075000', '155008.535000', '155008.995000', '155009.455000', '155009.915000', '155010.375000', '155010.835000', '155011.295000', '155011.755000', '155012.215000', '155012.675000', '155013.135000', '155013.595000', '155014.055000', '155014.515000', '155014.975000', '155015.435000', '155015.895000', '155016.355000', '155016.815000', '155017.275000', '155017.735000', '155018.195000', '155018.655000', '155019.115000', '155019.575000', '155020.035000', '155020.495000', '155020.955000', '155021.415000', '155021.875000', '155022.335000', '155022.795000', '155023.255000', '155023.715000', '155024.175000', '155024.635000', '155025.095000', '155025.555000', '155026.015000', '155026.475000', '155026.935000', '155027.395000', '155027.855000', '155028.315000', '155028.775000', '155029.235000', '155029.695000', '155030.155000', '155030.615000', '155031.075000', '155031.535000', '155031.995000', '155032.455000', '155032.915000', '155033.375000', '155033.835000', '155034.295000', '155034.755000', '155035.215000', '155035.675000', '155036.135000', '155036.595000', '155037.055000', '155037.515000', '155037.975000', '155038.435000', '155038.895000', '155039.355000', '155039.815000', '155040.275000', '155040.735000', '155041.195000', '155041.655000', '155042.115000', '155042.575000', '155043.035000', '155043.495000', '155043.955000', '155044.415000', '155044.875000', '155045.335000', '155045.795000', '155046.255000', '155046.715000', '155047.175000', '155047.635000', '155048.095000', '155048.555000', '155049.015000', '155049.475000', '155049.935000', '155050.395000', '155050.855000', '155051.315000', '155051.775000', '155052.235000', '155052.695000', '155053.155000', '155053.615000', '155054.075000', '155054.535000', '155054.995000', '155055.455000', '155055.915000', '155056.375000', '155056.835000', '155057.295000', '155057.755000', '155058.215000', '155058.675000', '155059.135000', '155059.595000', '155100.055000', '155100.515000', '155100.975000', '155101.435000', '155101.895000', '155102.355000', '155102.815000', '155103.275000', '155103.735000', '155104.195000', '155104.655000', '155105.115000', '155105.575000', '155106.035000', '155106.495000', '155106.955000', '155107.415000', '155107.875000', '155108.335000', '155108.795000', '155109.255000', '155109.715000', '155110.175000', '155110.635000', '155111.095000', '155111.555000', '155112.015000', '155112.475000', '155112.935000', '155113.395000', '155113.855000', '155114.315000', '155114.775000', '155115.235000', '155115.695000', '155116.155000', '155116.615000', '155117.075000', '155117.535000', '155117.995000', '155118.455000', '155118.915000', '155119.375000', '155119.835000', '155120.295000', '155120.755000', '155121.215000', '155121.675000', '155122.135000', '155122.595000', '155123.055000', '155123.515000', '155123.975000', '155124.435000', '155124.895000', '155125.355000', '155125.815000', '155126.275000', '155126.735000', '155127.195000', '155127.655000', '155128.115000', '155128.575000', '155129.035000', '155129.495000', '155129.955000', '155130.415000', '155130.875000', '155131.335000', '155131.795000', '155132.255000', '155132.715000', '155133.175000', '155133.635000', '155134.095000', '155134.555000', '155135.015000', '155135.475000', '155135.935000', '155136.395000', '155136.855000', '155137.315000', '155137.775000', '155138.235000', '155138.695000', '155139.155000', '155139.615000', '155140.075000', '155140.535000', '155140.995000', '155141.455000', '155141.915000', '155142.375000', '155142.835000', '155143.295000', '155143.755000', '155144.215000', '155144.675000', '155145.135000', '155145.595000', '155146.055000', '155146.515000', '155146.975000', '155147.435000', '155147.895000', '155148.355000', '155148.815000', '155149.275000', '155149.735000', '155150.195000', '155150.655000', '155151.115000', '155151.575000', '155152.035000', '155152.495000', '155152.955000', '155153.415000', '155153.875000', '155154.335000', '155154.795000', '155155.255000', '155155.715000', '155156.175000', '155156.635000', '155157.095000', '155157.555000', '155158.015000', '155158.475000', '155158.935000', '155159.395000', '155159.855000', '155200.315000', '155200.775000', '155201.235000', '155201.695000', '155202.155000', '155202.615000', '155203.075000', '155203.535000', '155203.995000', '155204.455000', '155204.915000', '155205.375000', '155205.835000', '155206.295000', '155206.755000', '155207.215000', '155207.675000', '155208.135000', '155208.595000', '155209.055000', '155209.515000', '155209.975000', '155210.435000', '155210.895000', '155211.355000', '155211.815000', '155212.275000', '155212.735000', '155213.195000', '155213.655000', '155214.115000', '155214.575000', '155215.035000', '155215.495000', '155215.955000', '155216.415000', '155216.875000', '155217.335000', '155217.795000', '155218.255000', '155218.715000', '155219.175000', '155219.635000', '155220.095000', '155220.555000', '155221.015000', '155221.475000', '155221.935000', '155222.395000', '155222.855000', '155223.315000', '155223.775000', '155224.235000', '155224.695000', '155225.155000', '155225.615000', '155226.075000', '155226.535000', '155226.995000', '155227.455000', '155227.915000', '155228.375000', '155228.835000', '155229.295000', '155229.755000', '155230.215000', '155230.675000', '155231.135000', '155231.595000', '155232.055000', '155232.515000', '155232.975000', '155233.435000', '155233.895000', '155234.355000', '155234.815000', '155235.275000', '155235.735000', '155236.195000', '155236.655000', '155237.115000', '155237.575000', '155238.035000', '155238.495000', '155238.955000', '155239.415000', '155239.875000', '155240.335000', '155240.795000', '155241.255000', '155241.715000', '155242.175000', '155242.635000', '155243.095000', '155243.555000', '155244.015000', '155244.475000', '155244.935000', '155245.395000', '155245.855000', '155246.315000', '155246.775000', '155247.235000', '155247.695000', '155248.155000', '155248.615000', '155249.075000', '155249.535000', '155249.995000', '155250.455000', '155250.915000', '155251.375000', '155251.835000', '155252.295000', '155252.755000', '155253.215000', '155253.675000', '155254.135000', '155254.595000', '155255.055000', '155255.515000', '155255.975000', '155256.435000', '155256.895000', '155257.355000', '155257.815000', '155258.275000', '155258.735000', '155259.195000', '155259.655000', '155300.115000', '155300.575000', '155301.035000', '155301.495000', '155301.955000', '155302.415000', '155302.875000', '155303.335000', '155303.795000', '155304.255000', '155304.715000', '155305.175000', '155305.635000', '155306.095000', '155306.555000', '155307.015000', '155307.475000', '155307.935000', '155308.395000', '155308.855000', '155309.315000', '155309.775000', '155310.235000', '155310.695000', '155311.155000', '155311.615000', '155312.075000', '155312.535000', '155312.995000', '155313.455000', '155313.915000', '155314.375000', '155314.835000', '155315.295000', '155315.755000', '155316.215000', '155316.675000', '155317.135000', '155317.595000', '155318.055000', '155318.515000', '155318.975000', '155319.435000', '155319.895000', '155320.355000', '155320.815000', '155321.275000', '155321.735000', '155322.195000', '155322.655000', '155323.115000', '155323.575000', '155324.035000', '155324.495000', '155324.955000', '155325.415000', '155325.875000', '155326.335000', '155326.795000', '155327.255000', '155327.715000', '155328.175000', '155328.635000', '155329.095000', '155329.555000', '155330.015000', '155330.475000', '155330.935000', '155331.395000', '155331.855000', '155332.315000', '155332.775000', '155333.235000', '155333.695000', '155334.155000', '155334.615000', '155335.075000', '155335.535000', '155335.995000', '155336.455000', '155336.915000', '155337.375000', '155337.835000', '155338.295000', '155338.755000', '155339.215000', '155339.675000', '155340.135000', '155340.595000', '155341.055000', '155341.515000', '155341.975000', '155342.435000', '155342.895000', '155343.355000', '155343.815000', '155344.275000', '155344.735000', '155345.195000', '155345.655000', '155346.115000', '155346.575000', '155347.035000', '155347.495000', '155347.955000', '155348.415000', '155348.875000', '155349.335000', '155349.795000', '155350.255000', '155350.715000', '155351.175000', '155351.635000', '155352.095000', '155352.555000', '155353.015000', '155353.475000', '155353.935000', '155354.395000', '155354.855000', '155355.315000', '155355.775000', '155356.235000', '155356.695000', '155357.155000', '155357.615000', '155358.075000', '155358.535000', '155358.995000', '155359.455000', '155359.915000', '155400.375000', '155400.835000', '155401.295000', '155401.755000', '155402.215000', '155402.675000', '155403.135000', '155403.595000', '155404.055000', '155404.515000', '155404.975000', '155405.435000', '155405.895000', '155406.355000', '155406.815000', '155407.275000', '155407.735000', '155408.195000', '155408.655000', '155409.115000', '155409.575000', '155410.035000', '155410.495000', '155410.955000', '155411.415000', '155411.875000', '155412.335000', '155412.795000', '155413.255000', '155413.715000', '155414.175000', '155414.635000', '155415.095000', '155415.555000', '155416.015000', '155416.475000', '155416.935000', '155417.395000', '155417.855000', '155418.315000', '155418.775000', '155419.235000', '155419.695000', '155420.155000', '155420.615000', '155421.075000', '155421.535000', '155421.995000', '155422.455000', '155422.915000', '155423.375000', '155423.835000', '155424.295000', '155424.755000', '155425.215000', '155425.675000', '155426.135000', '155426.595000', '155427.055000', '155427.515000', '155427.975000', '155428.435000', '155428.895000', '155429.355000', '155429.815000', '155430.275000', '155430.735000', '155431.195000', '155431.655000', '155432.115000', '155432.575000', '155433.035000', '155433.495000', '155433.955000', '155434.415000', '155434.875000', '155435.335000', '155435.795000', '155436.255000', '155436.715000', '155437.175000', '155437.635000', '155438.095000', '155438.555000', '155439.015000', '155439.475000', '155439.935000', '155440.395000', '155440.855000', '155441.315000', '155441.775000', '155442.235000', '155442.695000', '155443.155000', '155443.615000', '155444.075000', '155444.535000', '155444.995000', '155445.455000', '155445.915000', '155446.375000', '155446.835000', '155447.295000', '155447.755000', '155448.215000', '155448.675000', '155449.135000', '155449.595000', '155450.055000', '155450.515000', '155450.975000', '155451.435000', '155451.895000', '155452.355000', '155452.815000', '155453.275000', '155453.735000', '155454.195000', '155454.655000', '155455.115000', '155455.575000', '155456.035000', '155456.495000', '155456.955000', '155457.415000', '155457.875000', '155458.335000', '155458.795000', '155459.255000', '155459.715000', '155500.175000', '155500.635000', '155501.095000', '155501.555000', '155502.015000', '155502.475000', '155502.935000', '155503.395000', '155503.855000', '155504.315000', '155504.775000', '155505.235000', '155505.695000', '155506.155000', '155506.615000', '155507.075000', '155507.535000', '155507.995000', '155508.455000', '155508.915000', '155509.375000', '155509.835000', '155510.295000', '155510.755000', '155511.215000', '155511.675000', '155512.135000', '155512.595000', '155513.055000', '155513.515000', '155513.975000', '155514.435000', '155514.895000', '155515.355000', '155515.815000', '155516.275000', '155516.735000', '155517.195000', '155517.655000', '155518.115000', '155518.575000', '155519.035000', '155519.495000', '155519.955000', '155520.415000', '155520.875000', '155521.335000', '155521.795000', '155522.255000', '155522.715000', '155523.175000', '155523.635000', '155524.095000', '155524.555000', '155525.015000', '155525.475000', '155525.935000', '155526.395000', '155526.855000', '155527.315000', '155527.775000', '155528.235000', '155528.695000', '155529.155000', '155529.615000', '155530.075000', '155530.535000', '155530.995000', '155531.455000', '155531.915000', '155532.375000', '155532.835000', '155533.295000', '155533.755000', '155534.215000', '155534.675000', '155535.135000', '155535.595000', '155536.055000', '155536.515000', '155536.975000', '155537.435000', '155537.895000', '155538.355000', '155538.815000', '155539.275000', '155539.735000', '155540.195000', '155540.655000', '155541.115000', '155541.575000', '155542.035000', '155542.495000', '155542.955000', '155543.415000', '155543.875000', '155544.335000', '155544.795000', '155545.255000', '155545.715000', '155546.175000', '155546.635000', '155547.095000', '155547.555000', '155548.015000', '155548.475000', '155548.935000', '155549.395000', '155549.855000', '155550.315000', '155550.775000', '155551.235000', '155551.695000', '155552.155000', '155552.615000', '155553.075000', '155553.535000', '155553.995000', '155554.455000', '155554.915000', '155555.375000', '155555.835000', '155556.295000', '155556.755000', '155557.215000', '155557.675000', '155558.135000', '155558.595000', '155559.055000', '155559.515000', '155559.975000', '155600.435000', '155600.895000', '155601.355000', '155601.815000', '155602.275000', '155602.735000', '155603.195000', '155603.655000', '155604.115000', '155604.575000', '155605.035000', '155605.495000', '155605.955000', '155606.415000', '155606.875000', '155607.335000', '155607.795000', '155608.255000', '155608.715000', '155609.175000', '155609.635000', '155610.095000', '155610.555000', '155611.015000', '155611.475000', '155611.935000', '155612.395000', '155612.855000', '155613.315000', '155613.775000', '155614.235000', '155614.695000', '155615.155000', '155615.615000', '155616.075000', '155616.535000', '155616.995000', '155617.455000', '155617.915000', '155618.375000', '155618.835000', '155619.295000', '155619.755000', '155620.215000', '155620.675000', '155621.135000', '155621.595000', '155622.055000', '155622.515000', '155622.975000', '155623.435000', '155623.895000', '155624.355000', '155624.815000', '155625.275000', '155625.735000', '155626.195000', '155626.655000', '155627.115000', '155627.575000', '155628.035000', '155628.495000', '155628.955000', '155629.415000', '155629.875000', '155630.335000', '155630.795000', '155631.255000', '155631.715000', '155632.175000', '155632.635000', '155633.095000', '155633.555000', '155634.015000', '155634.475000', '155634.935000', '155635.395000', '155635.855000', '155636.315000', '155636.775000', '155637.235000', '155637.695000', '155638.155000', '155638.615000', '155639.075000', '155639.535000', '155639.995000', '155640.455000', '155640.915000', '155641.375000', '155641.835000', '155642.295000', '155642.755000', '155643.215000', '155643.675000', '155644.135000', '155644.595000', '155645.055000', '155645.515000', '155645.975000', '155646.435000', '155646.895000', '155647.355000', '155647.815000', '155648.275000', '155648.735000', '155649.195000', '155649.655000', '155650.115000', '155650.575000', '155651.035000', '155651.495000', '155651.955000', '155652.415000', '155652.875000', '155653.335000', '155653.795000', '155654.255000', '155654.715000', '155655.175000', '155655.635000', '155656.095000', '155656.555000', '155657.015000', '155657.475000', '155657.935000', '155658.395000', '155658.855000', '155659.315000', '155659.775000', '155700.235000', '155700.695000', '155701.155000', '155701.615000', '155702.075000', '155702.535000', '155702.995000', '155703.455000', '155703.915000', '155704.375000', '155704.835000', '155705.295000', '155705.755000', '155706.215000', '155706.675000', '155707.135000', '155707.595000', '155708.055000', '155708.515000', '155708.975000', '155709.435000', '155709.895000', '155710.355000', '155710.815000', '155711.275000', '155711.735000', '155712.195000', '155712.655000', '155713.115000', '155713.575000', '155714.035000', '155714.495000', '155714.955000', '155715.415000', '155715.875000', '155716.335000', '155716.795000', '155717.255000', '155717.715000', '155718.175000', '155718.635000', '155719.095000', '155719.555000', '155720.015000', '155720.475000', '155720.935000', '155721.395000', '155721.855000', '155722.315000', '155722.775000', '155723.235000', '155723.695000', '155724.155000', '155724.615000', '155725.075000', '155725.535000', '155725.995000', '155726.455000', '155726.915000', '155727.375000', '155727.835000', '155728.295000', '155728.755000', '155729.215000', '155729.675000', '155730.135000', '155730.595000', '155731.055000', '155731.515000', '155731.975000', '155732.435000', '155732.895000', '155733.355000', '155733.815000', '155734.275000', '155734.735000', '155735.195000', '155735.655000', '155736.115000', '155736.575000', '155737.035000', '155737.495000', '155737.955000', '155738.415000', '155738.875000', '155739.335000', '155739.795000', '155740.255000', '155740.715000', '155741.175000', '155741.635000', '155742.095000', '155742.555000', '155743.015000', '155743.475000', '155743.935000', '155744.395000', '155744.855000', '155745.315000', '155745.775000', '155746.235000', '155746.695000', '155747.155000', '155747.615000', '155748.075000', '155748.535000', '155748.995000', '155749.455000', '155749.915000', '155750.375000', '155750.835000', '155751.295000', '155751.755000', '155752.215000', '155752.675000', '155753.135000', '155753.595000', '155754.055000', '155754.515000', '155754.975000', '155755.435000', '155755.895000', '155756.355000', '155756.815000', '155757.275000', '155757.735000', '155758.195000', '155758.655000', '155759.115000', '155759.575000', '155800.035000', '155800.495000', '155800.955000', '155801.415000', '155801.875000', '155802.335000', '155802.795000', '155803.255000', '155803.715000', '155804.175000', '155804.635000', '155805.095000', '155805.555000', '155806.015000', '155806.475000', '155806.935000', '155807.395000', '155807.855000', '155808.315000', '155808.775000', '155809.235000', '155809.695000', '155810.155000', '155810.615000', '155811.075000', '155811.535000', '155811.995000', '155812.455000', '155812.915000', '155813.375000', '155813.835000', '155814.295000', '155814.755000', '155815.215000', '155815.675000', '155816.135000', '155816.595000', '155817.055000', '155817.515000', '155817.975000', '155818.435000', '155818.895000', '155819.355000', '155819.815000', '155820.275000', '155820.735000', '155821.195000', '155821.655000', '155822.115000', '155822.575000', '155823.035000', '155823.495000', '155823.955000', '155824.415000', '155824.875000', '155825.335000', '155825.795000', '155826.255000', '155826.715000', '155827.175000', '155827.635000', '155828.095000', '155828.555000', '155829.015000', '155829.475000', '155829.935000', '155830.395000', '155830.855000', '155831.315000', '155831.775000', '155832.235000', '155832.695000', '155833.155000', '155833.615000', '155834.075000', '155834.535000', '155834.995000', '155835.455000', '155835.915000', '155836.375000', '155836.835000', '155837.295000', '155837.755000', '155838.215000', '155838.675000', '155839.135000', '155839.595000', '155840.055000', '155840.515000', '155840.975000', '155841.435000', '155841.895000', '155842.355000', '155842.815000', '155843.275000', '155843.735000', '155844.195000', '155844.655000', '155845.115000', '155845.575000', '155846.035000', '155846.495000', '155846.955000', '155847.415000', '155847.875000', '155848.335000', '155848.795000', '155849.255000', '155849.715000', '155850.175000', '155850.635000', '155851.095000', '155851.555000', '155852.015000', '155852.475000', '155852.935000', '155853.395000', '155853.855000', '155854.315000', '155854.775000', '155855.235000', '155855.695000', '155856.155000', '155856.615000', '155857.075000', '155857.535000', '155857.995000'], 'ContentTime': ['154459.142000', '154459.145000', '154459.148000', '154459.151000', '154459.154000', '154459.156000', '154459.160000', '154459.162000', '154459.165000', '154459.168000', '154459.171000', '154459.174000', '154459.177000', '154459.179000', '154459.182000', '154459.185000', '154459.188000', '154459.191000', '154459.193000', '154459.196000', '154459.199000', '154459.205000', '154459.208000', '154459.210000', '154459.213000', '154459.216000', '154459.219000', '154459.222000', '154459.225000', '154459.228000', '154459.230000', '154459.233000', '154459.242000', '154519.108000', '154519.111000', '154519.114000', '154519.116000', '154519.119000', '154519.137000', '154519.140000', '154519.143000', '154519.146000', '154519.155000', '154519.158000', '154519.161000', '154519.164000', '154519.167000', '154519.170000', '154519.172000', '154519.175000', '154519.178000', '154519.181000', '154519.184000', '154519.187000', '154519.189000', '154519.192000', '154519.195000', '154519.198000', '154519.201000', '154519.204000', '154519.206000', '154519.209000', '154519.212000', '154519.215000', '154519.218000', '154519.220000', '154519.223000', '154519.226000', '154519.229000', '154519.249000', '154519.252000', '154519.263000', '154519.266000', '154519.269000', '154519.272000', '154519.275000', '154539.108000', '154539.111000', '154539.114000', '154539.117000', '154539.119000', '154539.122000', '154539.125000', '154539.128000', '154539.131000', '154539.138000', '154539.141000', '154539.144000', '154539.147000', '154539.150000', '154539.153000', '154539.155000', '154539.158000', '154539.161000', '154539.164000', '154539.167000', '154539.170000', '154539.173000', '154539.176000', '154539.179000', '154539.181000', '154539.184000', '154539.187000', '154539.190000', '154539.193000', '154539.196000', '154539.199000', '154539.201000', '154539.204000', '154539.207000', '154539.210000', '154539.213000', '154539.216000', '154539.219000', '154539.221000', '154539.224000', '154539.227000', '154539.231000', '154539.233000', '154539.236000', '154559.108000', '154559.111000', '154559.114000', '154559.117000', '154559.120000', '154559.122000', '154559.126000', '154559.129000', '154559.132000', '154559.135000', '154559.138000', '154559.141000', '154559.144000', '154559.147000', '154559.149000', '154559.152000', '154559.155000', '154559.158000', '154559.161000', '154559.164000', '154559.167000', '154559.170000', '154559.173000', '154559.175000', '154559.178000', '154559.181000', '154559.184000', '154559.187000', '154559.190000', '154559.193000', '154559.195000', '154559.198000', '154559.201000', '154559.204000', '154559.207000', '154559.210000', '154559.213000', '154559.216000', '154559.218000', '154559.221000', '154559.224000', '154559.227000', '154559.230000', '154619.108000', '154619.111000', '154619.114000', '154619.117000', '154619.120000', '154619.122000', '154619.125000', '154619.128000', '154619.131000', '154619.134000', '154619.137000', '154619.140000', '154619.143000', '154619.145000', '154619.148000', '154619.151000', '154619.154000', '154619.157000', '154619.160000', '154619.163000', '154619.166000', '154619.168000', '154619.171000', '154619.174000', '154619.177000', '154619.180000', '154619.183000', '154619.186000', '154619.189000', '154619.191000', '154619.194000', '154619.197000', '154619.200000', '154619.203000', '154619.206000', '154619.209000', '154619.212000', '154619.223000', '154619.226000', '154619.228000', '154619.231000', '154619.234000', '154619.237000', '154619.240000', '154639.108000', '154639.111000', '154639.114000', '154639.117000', '154639.120000', '154639.123000', '154639.125000', '154639.128000', '154639.131000', '154639.134000', '154639.138000', '154639.141000', '154639.144000', '154639.147000', '154639.150000', '154639.152000', '154639.155000', '154639.158000', '154639.161000', '154639.164000', '154639.167000', '154639.170000', '154639.173000', '154639.176000', '154639.179000', '154639.182000', '154639.184000', '154639.187000', '154639.190000', '154639.193000', '154639.196000', '154639.199000', '154639.202000', '154639.205000', '154639.207000', '154639.210000', '154639.213000', '154639.216000', '154639.219000', '154639.222000', '154639.225000', '154639.227000', '154639.230000', '154659.108000', '154659.111000', '154659.114000', '154659.117000', '154659.120000', '154659.123000', '154659.125000', '154659.128000', '154659.131000', '154659.134000', '154659.137000', '154659.140000', '154659.143000', '154659.145000', '154659.148000', '154659.151000', '154659.154000', '154659.157000', '154659.160000', '154659.163000', '154659.166000', '154659.169000', '154659.172000', '154659.175000', '154659.177000', '154659.180000', '154659.183000', '154659.186000', '154659.189000', '154659.192000', '154659.194000', '154659.197000', '154659.216000', '154659.219000', '154659.222000', '154659.225000', '154659.227000', '154659.230000', '154659.233000', '154659.236000', '154659.239000', '154659.242000', '154659.244000', '154659.247000', '154719.108000', '154719.111000', '154719.114000', '154719.117000', '154719.120000', '154719.123000', '154719.125000', '154719.128000', '154719.131000', '154719.134000', '154719.137000', '154719.140000', '154719.143000', '154719.146000', '154719.148000', '154719.151000', '154719.154000', '154719.158000', '154719.161000', '154719.164000', '154719.167000', '154719.170000', '154719.173000', '154719.176000', '154719.178000', '154719.181000', '154719.184000', '154719.188000', '154719.191000', '154719.194000', '154719.196000', '154719.199000', '154719.202000', '154719.205000', '154719.208000', '154719.211000', '154719.214000', '154719.216000', '154719.219000', '154719.222000', '154719.225000', '154719.228000', '154719.230000', '154739.108000', '154739.111000', '154739.114000', '154739.117000', '154739.120000', '154739.123000', '154739.126000', '154739.128000', '154739.131000', '154739.134000', '154739.137000', '154739.140000', '154739.143000', '154739.146000', '154739.149000', '154739.151000', '154739.154000', '154739.157000', '154739.160000', '154739.163000', '154739.166000', '154739.169000', '154739.172000', '154739.175000', '154739.177000', '154739.180000', '154739.183000', '154739.186000', '154739.189000', '154739.192000', '154739.195000', '154739.198000', '154739.200000', '154739.203000', '154739.206000', '154739.209000', '154739.212000', '154739.215000', '154739.218000', '154739.221000', '154739.223000', '154739.226000', '154739.229000', '154739.232000', '154759.108000', '154759.111000', '154759.114000', '154759.118000', '154759.121000', '154759.124000', '154759.127000', '154759.130000', '154759.133000', '154759.136000', '154759.139000', '154759.141000', '154759.144000', '154759.147000', '154759.150000', '154759.153000', '154759.156000', '154759.159000', '154759.162000', '154759.165000', '154759.168000', '154759.171000', '154759.173000', '154759.176000', '154759.179000', '154759.182000', '154759.185000', '154759.188000', '154759.191000', '154759.194000', '154759.197000', '154759.199000', '154759.202000', '154759.205000', '154759.208000', '154759.211000', '154759.214000', '154759.217000', '154759.219000', '154759.222000', '154759.225000', '154759.228000', '154759.233000', '154819.108000', '154819.111000', '154819.114000', '154819.117000', '154819.120000', '154819.123000', '154819.126000', '154819.128000', '154819.131000', '154819.134000', '154819.137000', '154819.140000', '154819.143000', '154819.153000', '154819.156000', '154819.159000', '154819.162000', '154819.165000', '154819.168000', '154819.171000', '154819.174000', '154819.177000', '154819.180000', '154819.182000', '154819.185000', '154819.188000', '154819.191000', '154819.194000', '154819.197000', '154819.200000', '154819.203000', '154819.205000', '154819.208000', '154819.211000', '154819.214000', '154819.217000', '154819.220000', '154819.223000', '154819.226000', '154819.228000', '154819.231000', '154819.234000', '154819.237000', '154819.240000', '154839.108000', '154839.111000', '154839.114000', '154839.117000', '154839.120000', '154839.122000', '154839.125000', '154839.128000', '154839.131000', '154839.134000', '154839.137000', '154839.140000', '154839.151000', '154839.166000', '154839.169000', '154839.172000', '154839.175000', '154839.178000', '154839.181000', '154839.184000', '154839.186000', '154839.189000', '154839.193000', '154839.196000', '154839.199000', '154839.202000', '154839.205000', '154839.207000', '154839.210000', '154839.213000', '154839.216000', '154839.219000', '154839.222000', '154839.225000', '154839.228000', '154839.230000', '154839.233000', '154839.236000', '154839.239000', '154839.242000', '154839.245000', '154839.248000', '154839.251000', '154859.108000', '154859.111000', '154859.114000', '154859.117000', '154859.120000', '154859.122000', '154859.125000', '154859.128000', '154859.131000', '154859.134000', '154859.137000', '154859.140000', '154859.143000', '154859.146000', '154859.148000', '154859.151000', '154859.154000', '154859.157000', '154859.160000', '154859.163000', '154859.166000', '154859.169000', '154859.171000', '154859.174000', '154859.177000', '154859.180000', '154859.183000', '154859.186000', '154859.189000', '154859.192000', '154859.194000', '154859.197000', '154859.200000', '154859.203000', '154859.206000', '154859.209000', '154859.212000', '154859.215000', '154859.217000', '154859.220000', '154859.223000', '154859.226000', '154859.229000', '154859.232000', '154919.108000', '154919.111000', '154919.114000', '154919.117000', '154919.120000', '154919.123000', '154919.126000', '154919.128000', '154919.131000', '154919.134000', '154919.137000', '154919.140000', '154919.143000', '154919.146000', '154919.149000', '154919.152000', '154919.156000', '154919.159000', '154919.162000', '154919.165000', '154919.167000', '154919.170000', '154919.173000', '154919.176000', '154919.179000', '154919.182000', '154919.185000', '154919.188000', '154919.190000', '154919.193000', '154919.196000', '154919.199000', '154919.202000', '154919.205000', '154919.208000', '154919.211000', '154919.214000', '154919.216000', '154919.219000', '154919.222000', '154919.227000', '154919.229000', '154919.232000', '154939.109000', '154939.112000', '154939.115000', '154939.118000', '154939.121000', '154939.124000', '154939.126000', '154939.129000', '154939.132000', '154939.135000', '154939.138000', '154939.141000', '154939.144000', '154939.147000', '154939.149000', '154939.152000', '154939.155000', '154939.158000', '154939.161000', '154939.164000', '154939.167000', '154939.170000', '154939.172000', '154939.175000', '154939.178000', '154939.181000', '154939.184000', '154939.187000', '154939.190000', '154939.193000', '154939.195000', '154939.198000', '154939.201000', '154939.204000', '154939.207000', '154939.210000', '154939.213000', '154939.215000', '154939.218000', '154939.221000', '154939.224000', '154939.227000', '154939.230000', '154939.233000', '154959.108000', '154959.111000', '154959.114000', '154959.117000', '154959.120000', '154959.123000', '154959.126000', '154959.128000', '154959.131000', '154959.134000', '154959.137000', '154959.140000', '154959.143000', '154959.146000', '154959.148000', '154959.151000', '154959.154000', '154959.157000', '154959.160000', '154959.163000', '154959.166000', '154959.169000', '154959.171000', '154959.174000', '154959.177000', '154959.180000', '154959.183000', '154959.186000', '154959.189000', '154959.192000', '154959.194000', '154959.197000', '154959.200000', '154959.203000', '154959.206000', '154959.209000', '154959.211000', '154959.215000', '154959.227000', '154959.232000', '154959.236000', '154959.239000', '154959.242000', '155019.108000', '155019.111000', '155019.114000', '155019.117000', '155019.119000', '155019.122000', '155019.125000', '155019.128000', '155019.131000', '155019.134000', '155019.139000', '155019.142000', '155019.145000', '155019.148000', '155019.151000', '155019.153000', '155019.156000', '155019.159000', '155019.162000', '155019.165000', '155019.168000', '155019.171000', '155019.174000', '155019.176000', '155019.179000', '155019.182000', '155019.185000', '155019.188000', '155019.191000', '155019.194000', '155019.197000', '155019.200000', '155019.202000', '155019.205000', '155019.208000', '155019.211000', '155019.214000', '155019.217000', '155019.220000', '155019.223000', '155019.225000', '155019.228000', '155019.231000', '155019.234000', '155039.108000', '155039.111000', '155039.114000', '155039.117000', '155039.120000', '155039.123000', '155039.125000', '155039.128000', '155039.131000', '155039.134000', '155039.137000', '155039.140000', '155039.143000', '155039.146000', '155039.148000', '155039.151000', '155039.154000', '155039.157000', '155039.160000', '155039.163000', '155039.166000', '155039.168000', '155039.171000', '155039.174000', '155039.177000', '155039.180000', '155039.183000', '155039.186000', '155039.189000', '155039.192000', '155039.196000', '155039.198000', '155039.201000', '155039.204000', '155039.207000', '155039.210000', '155039.213000', '155039.216000', '155039.219000', '155039.222000', '155039.225000', '155039.228000', '155039.230000', '155059.108000', '155059.111000', '155059.114000', '155059.117000', '155059.120000', '155059.123000', '155059.125000', '155059.128000', '155059.131000', '155059.134000', '155059.137000', '155059.140000', '155059.143000', '155059.146000', '155059.148000', '155059.151000', '155059.154000', '155059.157000', '155059.160000', '155059.163000', '155059.166000', '155059.169000', '155059.172000', '155059.175000', '155059.177000', '155059.180000', '155059.183000', '155059.186000', '155059.189000', '155059.192000', '155059.195000', '155059.198000', '155059.201000', '155059.204000', '155059.207000', '155059.210000', '155059.213000', '155059.216000', '155059.218000', '155059.221000', '155059.224000', '155059.227000', '155059.230000', '155059.233000', '155119.108000', '155119.111000', '155119.114000', '155119.117000', '155119.120000', '155119.123000', '155119.126000', '155119.129000', '155119.132000', '155119.134000', '155119.137000', '155119.140000', '155119.143000', '155119.146000', '155119.149000', '155119.152000', '155119.155000', '155119.158000', '155119.160000', '155119.163000', '155119.166000', '155119.169000', '155119.172000', '155119.175000', '155119.178000', '155119.180000', '155119.183000', '155119.186000', '155119.189000', '155119.192000', '155119.195000', '155119.198000', '155119.201000', '155119.203000', '155119.206000', '155119.209000', '155119.212000', '155119.215000', '155119.218000', '155119.221000', '155119.224000', '155119.227000', '155119.229000', '155139.108000', '155139.111000', '155139.114000', '155139.117000', '155139.120000', '155139.122000', '155139.125000', '155139.128000', '155139.131000', '155139.134000', '155139.137000', '155139.140000', '155139.143000', '155139.145000', '155139.148000', '155139.151000', '155139.154000', '155139.157000', '155139.160000', '155139.163000', '155139.166000', '155139.169000', '155139.171000', '155139.174000', '155139.177000', '155139.180000', '155139.183000', '155139.186000', '155139.189000', '155139.191000', '155139.194000', '155139.197000', '155139.200000', '155139.203000', '155139.206000', '155139.209000', '155139.212000', '155139.214000', '155139.217000', '155139.220000', '155139.223000', '155139.226000', '155139.229000', '155139.232000', '155159.109000', '155159.112000', '155159.115000', '155159.118000', '155159.121000', '155159.123000', '155159.126000', '155159.129000', '155159.132000', '155159.135000', '155159.138000', '155159.141000', '155159.144000', '155159.147000', '155159.149000', '155159.152000', '155159.155000', '155159.158000', '155159.161000', '155159.164000', '155159.167000', '155159.170000', '155159.173000', '155159.176000', '155159.178000', '155159.181000', '155159.184000', '155159.187000', '155159.190000', '155159.193000', '155159.195000', '155159.198000', '155159.201000', '155159.204000', '155159.207000', '155159.210000', '155159.213000', '155159.215000', '155159.218000', '155159.221000', '155159.224000', '155159.227000', '155159.230000', '155219.108000', '155219.111000', '155219.114000', '155219.117000', '155219.120000', '155219.123000', '155219.125000', '155219.128000', '155219.131000', '155219.134000', '155219.137000', '155219.140000', '155219.143000', '155219.145000', '155219.148000', '155219.151000', '155219.154000', '155219.157000', '155219.160000', '155219.163000', '155219.166000', '155219.169000', '155219.172000', '155219.175000', '155219.177000', '155219.180000', '155219.183000', '155219.186000', '155219.189000', '155219.192000', '155219.195000', '155219.198000', '155219.200000', '155219.203000', '155219.206000', '155219.209000', '155219.212000', '155219.215000', '155219.218000', '155219.221000', '155219.224000', '155219.226000', '155219.229000', '155219.232000', '155239.108000', '155239.111000', '155239.114000', '155239.117000', '155239.120000', '155239.123000', '155239.126000', '155239.129000', '155239.131000', '155239.134000', '155239.137000', '155239.140000', '155239.143000', '155239.146000', '155239.149000', '155239.152000', '155239.154000', '155239.157000', '155239.160000', '155239.163000', '155239.166000', '155239.169000', '155239.172000', '155239.175000', '155239.177000', '155239.180000', '155239.183000', '155239.186000', '155239.189000', '155239.192000', '155239.195000', '155239.198000', '155239.201000', '155239.203000', '155239.206000', '155239.209000', '155239.212000', '155239.215000', '155239.218000', '155239.221000', '155239.224000', '155239.227000', '155239.229000', '155259.108000', '155259.111000', '155259.114000', '155259.117000', '155259.120000', '155259.123000', '155259.126000', '155259.128000', '155259.131000', '155259.134000', '155259.137000', '155259.140000', '155259.143000', '155259.146000', '155259.149000', '155259.151000', '155259.154000', '155259.157000', '155259.160000', '155259.163000', '155259.166000', '155259.169000', '155259.172000', '155259.175000', '155259.177000', '155259.180000', '155259.183000', '155259.186000', '155259.189000', '155259.192000', '155259.195000', '155259.198000', '155259.201000', '155259.203000', '155259.206000', '155259.209000', '155259.212000', '155259.215000', '155259.218000', '155259.221000', '155259.223000', '155259.226000', '155259.229000', '155259.232000', '155319.108000', '155319.111000', '155319.114000', '155319.117000', '155319.120000', '155319.123000', '155319.126000', '155319.128000', '155319.131000', '155319.134000', '155319.137000', '155319.140000', '155319.143000', '155319.146000', '155319.149000', '155319.152000', '155319.155000', '155319.157000', '155319.160000', '155319.163000', '155319.166000', '155319.169000', '155319.172000', '155319.175000', '155319.178000', '155319.180000', '155319.183000', '155319.186000', '155319.189000', '155319.192000', '155319.195000', '155319.198000', '155319.201000', '155319.204000', '155319.206000', '155319.209000', '155319.212000', '155319.215000', '155319.218000', '155319.221000', '155319.224000', '155319.227000', '155319.229000', '155339.108000', '155339.111000', '155339.114000', '155339.117000', '155339.120000', '155339.123000', '155339.126000', '155339.129000', '155339.133000', '155339.135000', '155339.138000', '155339.141000', '155339.144000', '155339.147000', '155339.150000', '155339.153000', '155339.156000', '155339.159000', '155339.162000', '155339.165000', '155339.167000', '155339.170000', '155339.173000', '155339.176000', '155339.179000', '155339.182000', '155339.185000', '155339.188000', '155339.190000', '155339.194000', '155339.196000', '155339.199000', '155339.202000', '155339.205000', '155339.208000', '155339.211000', '155339.213000', '155339.217000', '155339.219000', '155339.222000', '155339.225000', '155339.228000', '155339.231000', '155359.108000', '155359.111000', '155359.114000', '155359.117000', '155359.120000', '155359.123000', '155359.126000', '155359.128000', '155359.131000', '155359.134000', '155359.137000', '155359.140000', '155359.143000', '155359.146000', '155359.149000', '155359.152000', '155359.155000', '155359.157000', '155359.160000', '155359.163000', '155359.166000', '155359.169000', '155359.172000', '155359.175000', '155359.178000', '155359.181000', '155359.183000', '155359.186000', '155359.189000', '155359.192000', '155359.195000', '155359.198000', '155359.201000', '155359.204000', '155359.207000', '155359.209000', '155359.212000', '155359.215000', '155359.218000', '155359.221000', '155359.224000', '155359.227000', '155359.230000', '155359.245000', '155419.109000', '155419.112000', '155419.115000', '155419.118000', '155419.121000', '155419.124000', '155419.127000', '155419.130000', '155419.133000', '155419.136000', '155419.139000', '155419.142000', '155419.145000', '155419.149000', '155419.151000', '155419.154000', '155419.157000', '155419.160000', '155419.163000', '155419.166000', '155419.169000', '155419.172000', '155419.175000', '155419.177000', '155419.181000', '155419.183000', '155419.186000', '155419.189000', '155419.192000', '155419.195000', '155419.198000', '155419.201000', '155419.204000', '155419.207000', '155419.209000', '155419.212000', '155419.215000', '155419.218000', '155419.221000', '155419.224000', '155419.227000', '155419.230000', '155419.233000', '155439.108000', '155439.111000', '155439.114000', '155439.117000', '155439.120000', '155439.123000', '155439.126000', '155439.129000', '155439.132000', '155439.134000', '155439.137000', '155439.140000', '155439.143000', '155439.146000', '155439.149000', '155439.152000', '155439.155000', '155439.158000', '155439.161000', '155439.164000', '155439.167000', '155439.169000', '155439.172000', '155439.175000', '155439.178000', '155439.181000', '155439.184000', '155439.187000', '155439.190000', '155439.192000', '155439.195000', '155439.198000', '155439.201000', '155439.204000', '155439.207000', '155439.210000', '155439.213000', '155439.216000', '155439.218000', '155439.221000', '155439.224000', '155439.227000', '155439.230000', '155439.233000', '155459.108000', '155459.111000', '155459.114000', '155459.117000', '155459.120000', '155459.123000', '155459.126000', '155459.128000', '155459.131000', '155459.134000', '155459.137000', '155459.140000', '155459.143000', '155459.146000', '155459.149000', '155459.154000', '155459.157000', '155459.160000', '155459.163000', '155459.166000', '155459.169000', '155459.172000', '155459.175000', '155459.178000', '155459.181000', '155459.184000', '155459.186000', '155459.189000', '155459.192000', '155459.195000', '155459.198000', '155459.201000', '155459.204000', '155459.207000', '155459.210000', '155459.213000', '155459.215000', '155459.218000', '155459.221000', '155459.224000', '155459.227000', '155459.230000', '155459.233000', '155519.108000', '155519.111000', '155519.115000', '155519.118000', '155519.121000', '155519.124000', '155519.127000', '155519.130000', '155519.133000', '155519.135000', '155519.139000', '155519.141000', '155519.144000', '155519.147000', '155519.150000', '155519.153000', '155519.156000', '155519.159000', '155519.162000', '155519.165000', '155519.168000', '155519.171000', '155519.174000', '155519.177000', '155519.179000', '155519.196000', '155519.199000', '155519.202000', '155519.205000', '155519.208000', '155519.211000', '155519.213000', '155519.216000', '155519.219000', '155519.222000', '155519.225000', '155519.228000', '155519.231000', '155519.234000', '155519.236000', '155519.239000', '155519.242000', '155519.245000', '155519.248000', '155539.109000', '155539.112000', '155539.115000', '155539.118000', '155539.121000', '155539.124000', '155539.127000', '155539.129000', '155539.133000', '155539.135000', '155539.138000', '155539.141000', '155539.144000', '155539.147000', '155539.150000', '155539.153000', '155539.156000', '155539.159000', '155539.162000', '155539.164000', '155539.168000', '155539.172000', '155539.176000', '155539.179000', '155539.181000', '155539.184000', '155539.187000', '155539.190000', '155539.193000', '155539.196000', '155539.199000', '155539.202000', '155539.204000', '155539.207000', '155539.210000', '155539.213000', '155539.216000', '155539.219000', '155539.222000', '155539.225000', '155539.227000', '155539.230000', '155539.233000', '155559.108000', '155559.111000', '155559.114000', '155559.117000', '155559.120000', '155559.123000', '155559.126000', '155559.129000', '155559.131000', '155559.135000', '155559.137000', '155559.140000', '155559.143000', '155559.146000', '155559.149000', '155559.152000', '155559.155000', '155559.158000', '155559.160000', '155559.163000', '155559.166000', '155559.169000', '155559.172000', '155559.175000', '155559.178000', '155559.181000', '155559.184000', '155559.186000', '155559.189000', '155559.192000', '155559.195000', '155559.198000', '155559.201000', '155559.204000', '155559.207000', '155559.209000', '155559.212000', '155559.215000', '155559.218000', '155559.222000', '155559.224000', '155559.227000', '155559.230000', '155559.233000', '155619.108000', '155619.111000', '155619.114000', '155619.117000', '155619.120000', '155619.123000', '155619.126000', '155619.129000', '155619.133000', '155619.136000', '155619.138000', '155619.142000', '155619.144000', '155619.147000', '155619.150000', '155619.153000', '155619.156000', '155619.159000', '155619.162000', '155619.165000', '155619.168000', '155619.171000', '155619.174000', '155619.177000', '155619.180000', '155619.183000', '155619.187000', '155619.190000', '155619.193000', '155619.196000', '155619.199000', '155619.202000', '155619.205000', '155619.208000', '155619.211000', '155619.214000', '155619.217000', '155619.220000', '155619.223000', '155619.226000', '155619.229000', '155619.232000', '155619.235000', '155639.109000', '155639.112000', '155639.115000', '155639.118000', '155639.121000', '155639.124000', '155639.126000', '155639.129000', '155639.132000', '155639.135000', '155639.138000', '155639.141000', '155639.144000', '155639.147000', '155639.150000', '155639.153000', '155639.156000', '155639.159000', '155639.162000', '155639.165000', '155639.168000', '155639.170000', '155639.173000', '155639.176000', '155639.179000', '155639.182000', '155639.185000', '155639.188000', '155639.191000', '155639.193000', '155639.196000', '155639.199000', '155639.202000', '155639.205000', '155639.208000', '155639.211000', '155639.214000', '155639.217000', '155639.220000', '155639.222000', '155639.225000', '155639.228000', '155639.231000', '155639.234000', '155659.108000', '155659.111000', '155659.114000', '155659.117000', '155659.120000', '155659.123000', '155659.126000', '155659.129000', '155659.131000', '155659.134000', '155659.137000', '155659.140000', '155659.144000', '155659.147000', '155659.150000', '155659.153000', '155659.156000', '155659.159000', '155659.162000', '155659.165000', '155659.168000', '155659.171000', '155659.174000', '155659.177000', '155659.179000', '155659.182000', '155659.185000', '155659.188000', '155659.191000', '155659.194000', '155659.197000', '155659.200000', '155659.203000', '155659.206000', '155659.209000', '155659.212000', '155659.215000', '155659.217000', '155659.221000', '155659.224000', '155659.226000', '155659.229000', '155659.232000', '155719.108000', '155719.111000', '155719.114000', '155719.117000', '155719.120000', '155719.123000', '155719.126000', '155719.129000', '155719.132000', '155719.134000', '155719.137000', '155719.140000', '155719.143000', '155719.146000', '155719.150000', '155719.153000', '155719.156000', '155719.159000', '155719.162000', '155719.165000', '155719.167000', '155719.170000', '155719.173000', '155719.176000', '155719.179000', '155719.182000', '155719.185000', '155719.188000', '155719.190000', '155719.193000', '155719.196000', '155719.199000', '155719.202000', '155719.205000', '155719.208000', '155719.211000', '155719.214000', '155719.216000', '155719.219000', '155719.222000', '155719.225000', '155719.228000', '155719.231000', '155719.234000', '155739.108000', '155739.111000', '155739.114000', '155739.117000', '155739.120000', '155739.123000', '155739.126000', '155739.129000', '155739.132000', '155739.135000', '155739.138000', '155739.141000', '155739.143000', '155739.146000', '155739.149000', '155739.152000', '155739.155000', '155739.158000', '155739.161000', '155739.164000', '155739.167000', '155739.170000', '155739.173000', '155739.175000', '155739.178000', '155739.181000', '155739.184000', '155739.187000', '155739.190000', '155739.193000', '155739.196000', '155739.199000', '155739.202000', '155739.213000', '155739.216000', '155739.219000', '155739.222000', '155739.225000', '155739.228000', '155739.231000', '155739.234000', '155739.237000', '155739.240000', '155759.108000', '155759.111000', '155759.114000', '155759.117000', '155759.120000', '155759.123000', '155759.126000', '155759.129000', '155759.131000', '155759.134000', '155759.137000', '155759.140000', '155759.143000', '155759.146000', '155759.149000', '155759.152000', '155759.155000', '155759.158000', '155759.161000', '155759.163000', '155759.166000', '155759.169000', '155759.172000', '155759.175000', '155759.178000', '155759.181000', '155759.184000', '155759.187000', '155759.189000', '155759.192000', '155759.195000', '155759.198000', '155759.201000', '155759.204000', '155759.207000', '155759.210000', '155759.212000', '155759.215000', '155759.218000', '155759.221000', '155759.224000', '155759.227000', '155759.230000', '155759.233000', '155819.108000', '155819.111000', '155819.114000', '155819.117000', '155819.120000', '155819.123000', '155819.126000', '155819.129000', '155819.132000', '155819.135000', '155819.138000', '155819.140000', '155819.143000', '155819.146000', '155819.149000', '155819.152000', '155819.155000', '155819.158000', '155819.161000', '155819.164000', '155819.167000', '155819.170000', '155819.173000', '155819.176000', '155819.179000', '155819.183000', '155819.186000', '155819.189000', '155819.192000', '155819.195000', '155819.198000', '155819.201000', '155819.204000', '155819.207000', '155819.210000', '155819.212000', '155819.215000', '155819.218000', '155819.221000', '155819.224000', '155819.227000', '155819.230000', '155819.233000', '155839.108000', '155839.111000', '155839.114000', '155839.117000', '155839.120000', '155839.123000', '155839.126000', '155839.129000', '155839.131000', '155839.134000', '155839.137000', '155839.140000', '155839.143000', '155839.146000', '155839.149000', '155839.152000', '155839.155000', '155839.158000', '155839.161000', '155839.164000', '155839.166000', '155839.177000', '155839.180000', '155839.182000', '155839.185000', '155839.188000', '155839.191000', '155839.194000', '155839.197000', '155839.200000', '155839.203000', '155839.206000', '155839.208000', '155839.211000', '155839.214000', '155839.217000', '155839.220000', '155839.223000', '155839.226000', '155839.229000', '155839.232000', '155839.235000', '155839.238000', '155839.241000', '155858.878000', '155858.882000', '155858.885000', '155858.898000', '155858.901000', '155858.904000', '155858.907000', '155858.910000', '155858.913000', '155858.916000', '155858.920000', '155858.923000', '155858.927000', '155858.932000', '155858.935000', '155858.938000', '155858.941000', '155858.944000', '155858.947000', '155858.950000', '155858.953000', '155858.956000', '155858.959000', '155858.962000', '155858.965000', '155858.968000', '155858.971000', '155858.974000', '155858.977000', '155858.980000', '155858.983000', '155858.986000', '155858.989000', '155858.992000', '155858.995000', '155858.998000', '155859.001000', '155859.004000', '155859.007000', '155859.010000', '155859.013000', '155859.016000', '155859.019000'], 'InstanceCreationTime': ['154459.142000', '154459.145000', '154459.148000', '154459.151000', '154459.154000', '154459.156000', '154459.160000', '154459.162000', '154459.165000', '154459.168000', '154459.171000', '154459.174000', '154459.177000', '154459.179000', '154459.182000', '154459.185000', '154459.188000', '154459.191000', '154459.193000', '154459.196000', '154459.199000', '154459.205000', '154459.208000', '154459.210000', '154459.213000', '154459.216000', '154459.219000', '154459.222000', '154459.225000', '154459.228000', '154459.230000', '154459.233000', '154459.242000', '154519.108000', '154519.111000', '154519.114000', '154519.116000', '154519.119000', '154519.137000', '154519.140000', '154519.143000', '154519.146000', '154519.155000', '154519.158000', '154519.161000', '154519.164000', '154519.167000', '154519.170000', '154519.172000', '154519.175000', '154519.178000', '154519.181000', '154519.184000', '154519.187000', '154519.189000', '154519.192000', '154519.195000', '154519.198000', '154519.201000', '154519.204000', '154519.206000', '154519.209000', '154519.212000', '154519.215000', '154519.218000', '154519.220000', '154519.223000', '154519.226000', '154519.229000', '154519.249000', '154519.252000', '154519.263000', '154519.266000', '154519.269000', '154519.272000', '154519.275000', '154539.108000', '154539.111000', '154539.114000', '154539.117000', '154539.119000', '154539.122000', '154539.125000', '154539.128000', '154539.131000', '154539.138000', '154539.141000', '154539.144000', '154539.147000', '154539.150000', '154539.153000', '154539.155000', '154539.158000', '154539.161000', '154539.164000', '154539.167000', '154539.170000', '154539.173000', '154539.176000', '154539.179000', '154539.181000', '154539.184000', '154539.187000', '154539.190000', '154539.193000', '154539.196000', '154539.199000', '154539.201000', '154539.204000', '154539.207000', '154539.210000', '154539.213000', '154539.216000', '154539.219000', '154539.221000', '154539.224000', '154539.227000', '154539.231000', '154539.233000', '154539.236000', '154559.108000', '154559.111000', '154559.114000', '154559.117000', '154559.120000', '154559.122000', '154559.126000', '154559.129000', '154559.132000', '154559.135000', '154559.138000', '154559.141000', '154559.144000', '154559.147000', '154559.149000', '154559.152000', '154559.155000', '154559.158000', '154559.161000', '154559.164000', '154559.167000', '154559.170000', '154559.173000', '154559.175000', '154559.178000', '154559.181000', '154559.184000', '154559.187000', '154559.190000', '154559.193000', '154559.195000', '154559.198000', '154559.201000', '154559.204000', '154559.207000', '154559.210000', '154559.213000', '154559.216000', '154559.218000', '154559.221000', '154559.224000', '154559.227000', '154559.230000', '154619.108000', '154619.111000', '154619.114000', '154619.117000', '154619.120000', '154619.122000', '154619.125000', '154619.128000', '154619.131000', '154619.134000', '154619.137000', '154619.140000', '154619.143000', '154619.145000', '154619.148000', '154619.151000', '154619.154000', '154619.157000', '154619.160000', '154619.163000', '154619.166000', '154619.168000', '154619.171000', '154619.174000', '154619.177000', '154619.180000', '154619.183000', '154619.186000', '154619.189000', '154619.191000', '154619.194000', '154619.197000', '154619.200000', '154619.203000', '154619.206000', '154619.209000', '154619.212000', '154619.223000', '154619.226000', '154619.228000', '154619.231000', '154619.234000', '154619.237000', '154619.240000', '154639.108000', '154639.111000', '154639.114000', '154639.117000', '154639.120000', '154639.123000', '154639.125000', '154639.128000', '154639.131000', '154639.134000', '154639.138000', '154639.141000', '154639.144000', '154639.147000', '154639.150000', '154639.152000', '154639.155000', '154639.158000', '154639.161000', '154639.164000', '154639.167000', '154639.170000', '154639.173000', '154639.176000', '154639.179000', '154639.182000', '154639.184000', '154639.187000', '154639.190000', '154639.193000', '154639.196000', '154639.199000', '154639.202000', '154639.205000', '154639.207000', '154639.210000', '154639.213000', '154639.216000', '154639.219000', '154639.222000', '154639.225000', '154639.227000', '154639.230000', '154659.108000', '154659.111000', '154659.114000', '154659.117000', '154659.120000', '154659.123000', '154659.125000', '154659.128000', '154659.131000', '154659.134000', '154659.137000', '154659.140000', '154659.143000', '154659.145000', '154659.148000', '154659.151000', '154659.154000', '154659.157000', '154659.160000', '154659.163000', '154659.166000', '154659.169000', '154659.172000', '154659.175000', '154659.177000', '154659.180000', '154659.183000', '154659.186000', '154659.189000', '154659.192000', '154659.194000', '154659.197000', '154659.216000', '154659.219000', '154659.222000', '154659.225000', '154659.227000', '154659.230000', '154659.233000', '154659.236000', '154659.239000', '154659.242000', '154659.244000', '154659.247000', '154719.108000', '154719.111000', '154719.114000', '154719.117000', '154719.120000', '154719.123000', '154719.125000', '154719.128000', '154719.131000', '154719.134000', '154719.137000', '154719.140000', '154719.143000', '154719.146000', '154719.148000', '154719.151000', '154719.154000', '154719.158000', '154719.161000', '154719.164000', '154719.167000', '154719.170000', '154719.173000', '154719.176000', '154719.178000', '154719.181000', '154719.184000', '154719.188000', '154719.191000', '154719.194000', '154719.196000', '154719.199000', '154719.202000', '154719.205000', '154719.208000', '154719.211000', '154719.214000', '154719.216000', '154719.219000', '154719.222000', '154719.225000', '154719.228000', '154719.230000', '154739.108000', '154739.111000', '154739.114000', '154739.117000', '154739.120000', '154739.123000', '154739.126000', '154739.128000', '154739.131000', '154739.134000', '154739.137000', '154739.140000', '154739.143000', '154739.146000', '154739.149000', '154739.151000', '154739.154000', '154739.157000', '154739.160000', '154739.163000', '154739.166000', '154739.169000', '154739.172000', '154739.175000', '154739.177000', '154739.180000', '154739.183000', '154739.186000', '154739.189000', '154739.192000', '154739.195000', '154739.198000', '154739.200000', '154739.203000', '154739.206000', '154739.209000', '154739.212000', '154739.215000', '154739.218000', '154739.221000', '154739.223000', '154739.226000', '154739.229000', '154739.232000', '154759.108000', '154759.111000', '154759.114000', '154759.118000', '154759.121000', '154759.124000', '154759.127000', '154759.130000', '154759.133000', '154759.136000', '154759.139000', '154759.141000', '154759.144000', '154759.147000', '154759.150000', '154759.153000', '154759.156000', '154759.159000', '154759.162000', '154759.165000', '154759.168000', '154759.171000', '154759.173000', '154759.176000', '154759.179000', '154759.182000', '154759.185000', '154759.188000', '154759.191000', '154759.194000', '154759.197000', '154759.199000', '154759.202000', '154759.205000', '154759.208000', '154759.211000', '154759.214000', '154759.217000', '154759.219000', '154759.222000', '154759.225000', '154759.228000', '154759.233000', '154819.108000', '154819.111000', '154819.114000', '154819.117000', '154819.120000', '154819.123000', '154819.126000', '154819.128000', '154819.131000', '154819.134000', '154819.137000', '154819.140000', '154819.143000', '154819.153000', '154819.156000', '154819.159000', '154819.162000', '154819.165000', '154819.168000', '154819.171000', '154819.174000', '154819.177000', '154819.180000', '154819.182000', '154819.185000', '154819.188000', '154819.191000', '154819.194000', '154819.197000', '154819.200000', '154819.203000', '154819.205000', '154819.208000', '154819.211000', '154819.214000', '154819.217000', '154819.220000', '154819.223000', '154819.226000', '154819.228000', '154819.231000', '154819.234000', '154819.237000', '154819.240000', '154839.108000', '154839.111000', '154839.114000', '154839.117000', '154839.120000', '154839.122000', '154839.125000', '154839.128000', '154839.131000', '154839.134000', '154839.137000', '154839.140000', '154839.151000', '154839.166000', '154839.169000', '154839.172000', '154839.175000', '154839.178000', '154839.181000', '154839.184000', '154839.186000', '154839.189000', '154839.193000', '154839.196000', '154839.199000', '154839.202000', '154839.205000', '154839.207000', '154839.210000', '154839.213000', '154839.216000', '154839.219000', '154839.222000', '154839.225000', '154839.228000', '154839.230000', '154839.233000', '154839.236000', '154839.239000', '154839.242000', '154839.245000', '154839.248000', '154839.251000', '154859.108000', '154859.111000', '154859.114000', '154859.117000', '154859.120000', '154859.122000', '154859.125000', '154859.128000', '154859.131000', '154859.134000', '154859.137000', '154859.140000', '154859.143000', '154859.146000', '154859.148000', '154859.151000', '154859.154000', '154859.157000', '154859.160000', '154859.163000', '154859.166000', '154859.169000', '154859.171000', '154859.174000', '154859.177000', '154859.180000', '154859.183000', '154859.186000', '154859.189000', '154859.192000', '154859.194000', '154859.197000', '154859.200000', '154859.203000', '154859.206000', '154859.209000', '154859.212000', '154859.215000', '154859.217000', '154859.220000', '154859.223000', '154859.226000', '154859.229000', '154859.232000', '154919.108000', '154919.111000', '154919.114000', '154919.117000', '154919.120000', '154919.123000', '154919.126000', '154919.128000', '154919.131000', '154919.134000', '154919.137000', '154919.140000', '154919.143000', '154919.146000', '154919.149000', '154919.152000', '154919.156000', '154919.159000', '154919.162000', '154919.165000', '154919.167000', '154919.170000', '154919.173000', '154919.176000', '154919.179000', '154919.182000', '154919.185000', '154919.188000', '154919.190000', '154919.193000', '154919.196000', '154919.199000', '154919.202000', '154919.205000', '154919.208000', '154919.211000', '154919.214000', '154919.216000', '154919.219000', '154919.222000', '154919.227000', '154919.229000', '154919.232000', '154939.109000', '154939.112000', '154939.115000', '154939.118000', '154939.121000', '154939.124000', '154939.126000', '154939.129000', '154939.132000', '154939.135000', '154939.138000', '154939.141000', '154939.144000', '154939.147000', '154939.149000', '154939.152000', '154939.155000', '154939.158000', '154939.161000', '154939.164000', '154939.167000', '154939.170000', '154939.172000', '154939.175000', '154939.178000', '154939.181000', '154939.184000', '154939.187000', '154939.190000', '154939.193000', '154939.195000', '154939.198000', '154939.201000', '154939.204000', '154939.207000', '154939.210000', '154939.213000', '154939.215000', '154939.218000', '154939.221000', '154939.224000', '154939.227000', '154939.230000', '154939.233000', '154959.108000', '154959.111000', '154959.114000', '154959.117000', '154959.120000', '154959.123000', '154959.126000', '154959.128000', '154959.131000', '154959.134000', '154959.137000', '154959.140000', '154959.143000', '154959.146000', '154959.148000', '154959.151000', '154959.154000', '154959.157000', '154959.160000', '154959.163000', '154959.166000', '154959.169000', '154959.171000', '154959.174000', '154959.177000', '154959.180000', '154959.183000', '154959.186000', '154959.189000', '154959.192000', '154959.194000', '154959.197000', '154959.200000', '154959.203000', '154959.206000', '154959.209000', '154959.211000', '154959.215000', '154959.227000', '154959.232000', '154959.236000', '154959.239000', '154959.242000', '155019.108000', '155019.111000', '155019.114000', '155019.117000', '155019.119000', '155019.122000', '155019.125000', '155019.128000', '155019.131000', '155019.134000', '155019.139000', '155019.142000', '155019.145000', '155019.148000', '155019.151000', '155019.153000', '155019.156000', '155019.159000', '155019.162000', '155019.165000', '155019.168000', '155019.171000', '155019.174000', '155019.176000', '155019.179000', '155019.182000', '155019.185000', '155019.188000', '155019.191000', '155019.194000', '155019.197000', '155019.200000', '155019.202000', '155019.205000', '155019.208000', '155019.211000', '155019.214000', '155019.217000', '155019.220000', '155019.223000', '155019.225000', '155019.228000', '155019.231000', '155019.234000', '155039.108000', '155039.111000', '155039.114000', '155039.117000', '155039.120000', '155039.123000', '155039.125000', '155039.128000', '155039.131000', '155039.134000', '155039.137000', '155039.140000', '155039.143000', '155039.146000', '155039.148000', '155039.151000', '155039.154000', '155039.157000', '155039.160000', '155039.163000', '155039.166000', '155039.168000', '155039.171000', '155039.174000', '155039.177000', '155039.180000', '155039.183000', '155039.186000', '155039.189000', '155039.192000', '155039.196000', '155039.198000', '155039.201000', '155039.204000', '155039.207000', '155039.210000', '155039.213000', '155039.216000', '155039.219000', '155039.222000', '155039.225000', '155039.228000', '155039.230000', '155059.108000', '155059.111000', '155059.114000', '155059.117000', '155059.120000', '155059.123000', '155059.125000', '155059.128000', '155059.131000', '155059.134000', '155059.137000', '155059.140000', '155059.143000', '155059.146000', '155059.148000', '155059.151000', '155059.154000', '155059.157000', '155059.160000', '155059.163000', '155059.166000', '155059.169000', '155059.172000', '155059.175000', '155059.177000', '155059.180000', '155059.183000', '155059.186000', '155059.189000', '155059.192000', '155059.195000', '155059.198000', '155059.201000', '155059.204000', '155059.207000', '155059.210000', '155059.213000', '155059.216000', '155059.218000', '155059.221000', '155059.224000', '155059.227000', '155059.230000', '155059.233000', '155119.108000', '155119.111000', '155119.114000', '155119.117000', '155119.120000', '155119.123000', '155119.126000', '155119.129000', '155119.132000', '155119.134000', '155119.137000', '155119.140000', '155119.143000', '155119.146000', '155119.149000', '155119.152000', '155119.155000', '155119.158000', '155119.160000', '155119.163000', '155119.166000', '155119.169000', '155119.172000', '155119.175000', '155119.178000', '155119.180000', '155119.183000', '155119.186000', '155119.189000', '155119.192000', '155119.195000', '155119.198000', '155119.201000', '155119.203000', '155119.206000', '155119.209000', '155119.212000', '155119.215000', '155119.218000', '155119.221000', '155119.224000', '155119.227000', '155119.229000', '155139.108000', '155139.111000', '155139.114000', '155139.117000', '155139.120000', '155139.122000', '155139.125000', '155139.128000', '155139.131000', '155139.134000', '155139.137000', '155139.140000', '155139.143000', '155139.145000', '155139.148000', '155139.151000', '155139.154000', '155139.157000', '155139.160000', '155139.163000', '155139.166000', '155139.169000', '155139.171000', '155139.174000', '155139.177000', '155139.180000', '155139.183000', '155139.186000', '155139.189000', '155139.191000', '155139.194000', '155139.197000', '155139.200000', '155139.203000', '155139.206000', '155139.209000', '155139.212000', '155139.214000', '155139.217000', '155139.220000', '155139.223000', '155139.226000', '155139.229000', '155139.232000', '155159.109000', '155159.112000', '155159.115000', '155159.118000', '155159.121000', '155159.123000', '155159.126000', '155159.129000', '155159.132000', '155159.135000', '155159.138000', '155159.141000', '155159.144000', '155159.147000', '155159.149000', '155159.152000', '155159.155000', '155159.158000', '155159.161000', '155159.164000', '155159.167000', '155159.170000', '155159.173000', '155159.176000', '155159.178000', '155159.181000', '155159.184000', '155159.187000', '155159.190000', '155159.193000', '155159.195000', '155159.198000', '155159.201000', '155159.204000', '155159.207000', '155159.210000', '155159.213000', '155159.215000', '155159.218000', '155159.221000', '155159.224000', '155159.227000', '155159.230000', '155219.108000', '155219.111000', '155219.114000', '155219.117000', '155219.120000', '155219.123000', '155219.125000', '155219.128000', '155219.131000', '155219.134000', '155219.137000', '155219.140000', '155219.143000', '155219.145000', '155219.148000', '155219.151000', '155219.154000', '155219.157000', '155219.160000', '155219.163000', '155219.166000', '155219.169000', '155219.172000', '155219.175000', '155219.177000', '155219.180000', '155219.183000', '155219.186000', '155219.189000', '155219.192000', '155219.195000', '155219.198000', '155219.200000', '155219.203000', '155219.206000', '155219.209000', '155219.212000', '155219.215000', '155219.218000', '155219.221000', '155219.224000', '155219.226000', '155219.229000', '155219.232000', '155239.108000', '155239.111000', '155239.114000', '155239.117000', '155239.120000', '155239.123000', '155239.126000', '155239.129000', '155239.131000', '155239.134000', '155239.137000', '155239.140000', '155239.143000', '155239.146000', '155239.149000', '155239.152000', '155239.154000', '155239.157000', '155239.160000', '155239.163000', '155239.166000', '155239.169000', '155239.172000', '155239.175000', '155239.177000', '155239.180000', '155239.183000', '155239.186000', '155239.189000', '155239.192000', '155239.195000', '155239.198000', '155239.201000', '155239.203000', '155239.206000', '155239.209000', '155239.212000', '155239.215000', '155239.218000', '155239.221000', '155239.224000', '155239.227000', '155239.229000', '155259.108000', '155259.111000', '155259.114000', '155259.117000', '155259.120000', '155259.123000', '155259.126000', '155259.128000', '155259.131000', '155259.134000', '155259.137000', '155259.140000', '155259.143000', '155259.146000', '155259.149000', '155259.151000', '155259.154000', '155259.157000', '155259.160000', '155259.163000', '155259.166000', '155259.169000', '155259.172000', '155259.175000', '155259.177000', '155259.180000', '155259.183000', '155259.186000', '155259.189000', '155259.192000', '155259.195000', '155259.198000', '155259.201000', '155259.203000', '155259.206000', '155259.209000', '155259.212000', '155259.215000', '155259.218000', '155259.221000', '155259.223000', '155259.226000', '155259.229000', '155259.232000', '155319.108000', '155319.111000', '155319.114000', '155319.117000', '155319.120000', '155319.123000', '155319.126000', '155319.128000', '155319.131000', '155319.134000', '155319.137000', '155319.140000', '155319.143000', '155319.146000', '155319.149000', '155319.152000', '155319.155000', '155319.157000', '155319.160000', '155319.163000', '155319.166000', '155319.169000', '155319.172000', '155319.175000', '155319.178000', '155319.180000', '155319.183000', '155319.186000', '155319.189000', '155319.192000', '155319.195000', '155319.198000', '155319.201000', '155319.204000', '155319.206000', '155319.209000', '155319.212000', '155319.215000', '155319.218000', '155319.221000', '155319.224000', '155319.227000', '155319.229000', '155339.108000', '155339.111000', '155339.114000', '155339.117000', '155339.120000', '155339.123000', '155339.126000', '155339.129000', '155339.133000', '155339.135000', '155339.138000', '155339.141000', '155339.144000', '155339.147000', '155339.150000', '155339.153000', '155339.156000', '155339.159000', '155339.162000', '155339.165000', '155339.167000', '155339.170000', '155339.173000', '155339.176000', '155339.179000', '155339.182000', '155339.185000', '155339.188000', '155339.190000', '155339.194000', '155339.196000', '155339.199000', '155339.202000', '155339.205000', '155339.208000', '155339.211000', '155339.213000', '155339.217000', '155339.219000', '155339.222000', '155339.225000', '155339.228000', '155339.231000', '155359.108000', '155359.111000', '155359.114000', '155359.117000', '155359.120000', '155359.123000', '155359.126000', '155359.128000', '155359.131000', '155359.134000', '155359.137000', '155359.140000', '155359.143000', '155359.146000', '155359.149000', '155359.152000', '155359.155000', '155359.157000', '155359.160000', '155359.163000', '155359.166000', '155359.169000', '155359.172000', '155359.175000', '155359.178000', '155359.181000', '155359.183000', '155359.186000', '155359.189000', '155359.192000', '155359.195000', '155359.198000', '155359.201000', '155359.204000', '155359.207000', '155359.209000', '155359.212000', '155359.215000', '155359.218000', '155359.221000', '155359.224000', '155359.227000', '155359.230000', '155359.245000', '155419.109000', '155419.112000', '155419.115000', '155419.118000', '155419.121000', '155419.124000', '155419.127000', '155419.130000', '155419.133000', '155419.136000', '155419.139000', '155419.142000', '155419.145000', '155419.149000', '155419.151000', '155419.154000', '155419.157000', '155419.160000', '155419.163000', '155419.166000', '155419.169000', '155419.172000', '155419.175000', '155419.177000', '155419.181000', '155419.183000', '155419.186000', '155419.189000', '155419.192000', '155419.195000', '155419.198000', '155419.201000', '155419.204000', '155419.207000', '155419.209000', '155419.212000', '155419.215000', '155419.218000', '155419.221000', '155419.224000', '155419.227000', '155419.230000', '155419.233000', '155439.108000', '155439.111000', '155439.114000', '155439.117000', '155439.120000', '155439.123000', '155439.126000', '155439.129000', '155439.132000', '155439.134000', '155439.137000', '155439.140000', '155439.143000', '155439.146000', '155439.149000', '155439.152000', '155439.155000', '155439.158000', '155439.161000', '155439.164000', '155439.167000', '155439.169000', '155439.172000', '155439.175000', '155439.178000', '155439.181000', '155439.184000', '155439.187000', '155439.190000', '155439.192000', '155439.195000', '155439.198000', '155439.201000', '155439.204000', '155439.207000', '155439.210000', '155439.213000', '155439.216000', '155439.218000', '155439.221000', '155439.224000', '155439.227000', '155439.230000', '155439.233000', '155459.108000', '155459.111000', '155459.114000', '155459.117000', '155459.120000', '155459.123000', '155459.126000', '155459.128000', '155459.131000', '155459.134000', '155459.137000', '155459.140000', '155459.143000', '155459.146000', '155459.149000', '155459.154000', '155459.157000', '155459.160000', '155459.163000', '155459.166000', '155459.169000', '155459.172000', '155459.175000', '155459.178000', '155459.181000', '155459.184000', '155459.186000', '155459.189000', '155459.192000', '155459.195000', '155459.198000', '155459.201000', '155459.204000', '155459.207000', '155459.210000', '155459.213000', '155459.215000', '155459.218000', '155459.221000', '155459.224000', '155459.227000', '155459.230000', '155459.233000', '155519.108000', '155519.111000', '155519.115000', '155519.118000', '155519.121000', '155519.124000', '155519.127000', '155519.130000', '155519.133000', '155519.135000', '155519.139000', '155519.141000', '155519.144000', '155519.147000', '155519.150000', '155519.153000', '155519.156000', '155519.159000', '155519.162000', '155519.165000', '155519.168000', '155519.171000', '155519.174000', '155519.177000', '155519.179000', '155519.196000', '155519.199000', '155519.202000', '155519.205000', '155519.208000', '155519.211000', '155519.213000', '155519.216000', '155519.219000', '155519.222000', '155519.225000', '155519.228000', '155519.231000', '155519.234000', '155519.236000', '155519.239000', '155519.242000', '155519.245000', '155519.248000', '155539.109000', '155539.112000', '155539.115000', '155539.118000', '155539.121000', '155539.124000', '155539.127000', '155539.129000', '155539.133000', '155539.135000', '155539.138000', '155539.141000', '155539.144000', '155539.147000', '155539.150000', '155539.153000', '155539.156000', '155539.159000', '155539.162000', '155539.164000', '155539.168000', '155539.172000', '155539.176000', '155539.179000', '155539.181000', '155539.184000', '155539.187000', '155539.190000', '155539.193000', '155539.196000', '155539.199000', '155539.202000', '155539.204000', '155539.207000', '155539.210000', '155539.213000', '155539.216000', '155539.219000', '155539.222000', '155539.225000', '155539.227000', '155539.230000', '155539.233000', '155559.108000', '155559.111000', '155559.114000', '155559.117000', '155559.120000', '155559.123000', '155559.126000', '155559.129000', '155559.131000', '155559.135000', '155559.137000', '155559.140000', '155559.143000', '155559.146000', '155559.149000', '155559.152000', '155559.155000', '155559.158000', '155559.160000', '155559.163000', '155559.166000', '155559.169000', '155559.172000', '155559.175000', '155559.178000', '155559.181000', '155559.184000', '155559.186000', '155559.189000', '155559.192000', '155559.195000', '155559.198000', '155559.201000', '155559.204000', '155559.207000', '155559.209000', '155559.212000', '155559.215000', '155559.218000', '155559.222000', '155559.224000', '155559.227000', '155559.230000', '155559.233000', '155619.108000', '155619.111000', '155619.114000', '155619.117000', '155619.120000', '155619.123000', '155619.126000', '155619.129000', '155619.133000', '155619.136000', '155619.138000', '155619.142000', '155619.144000', '155619.147000', '155619.150000', '155619.153000', '155619.156000', '155619.159000', '155619.162000', '155619.165000', '155619.168000', '155619.171000', '155619.174000', '155619.177000', '155619.180000', '155619.183000', '155619.187000', '155619.190000', '155619.193000', '155619.196000', '155619.199000', '155619.202000', '155619.205000', '155619.208000', '155619.211000', '155619.214000', '155619.217000', '155619.220000', '155619.223000', '155619.226000', '155619.229000', '155619.232000', '155619.235000', '155639.109000', '155639.112000', '155639.115000', '155639.118000', '155639.121000', '155639.124000', '155639.126000', '155639.129000', '155639.132000', '155639.135000', '155639.138000', '155639.141000', '155639.144000', '155639.147000', '155639.150000', '155639.153000', '155639.156000', '155639.159000', '155639.162000', '155639.165000', '155639.168000', '155639.170000', '155639.173000', '155639.176000', '155639.179000', '155639.182000', '155639.185000', '155639.188000', '155639.191000', '155639.193000', '155639.196000', '155639.199000', '155639.202000', '155639.205000', '155639.208000', '155639.211000', '155639.214000', '155639.217000', '155639.220000', '155639.222000', '155639.225000', '155639.228000', '155639.231000', '155639.234000', '155659.108000', '155659.111000', '155659.114000', '155659.117000', '155659.120000', '155659.123000', '155659.126000', '155659.129000', '155659.131000', '155659.134000', '155659.137000', '155659.140000', '155659.144000', '155659.147000', '155659.150000', '155659.153000', '155659.156000', '155659.159000', '155659.162000', '155659.165000', '155659.168000', '155659.171000', '155659.174000', '155659.177000', '155659.179000', '155659.182000', '155659.185000', '155659.188000', '155659.191000', '155659.194000', '155659.197000', '155659.200000', '155659.203000', '155659.206000', '155659.209000', '155659.212000', '155659.215000', '155659.217000', '155659.221000', '155659.224000', '155659.226000', '155659.229000', '155659.232000', '155719.108000', '155719.111000', '155719.114000', '155719.117000', '155719.120000', '155719.123000', '155719.126000', '155719.129000', '155719.132000', '155719.134000', '155719.137000', '155719.140000', '155719.143000', '155719.146000', '155719.150000', '155719.153000', '155719.156000', '155719.159000', '155719.162000', '155719.165000', '155719.167000', '155719.170000', '155719.173000', '155719.176000', '155719.179000', '155719.182000', '155719.185000', '155719.188000', '155719.190000', '155719.193000', '155719.196000', '155719.199000', '155719.202000', '155719.205000', '155719.208000', '155719.211000', '155719.214000', '155719.216000', '155719.219000', '155719.222000', '155719.225000', '155719.228000', '155719.231000', '155719.234000', '155739.108000', '155739.111000', '155739.114000', '155739.117000', '155739.120000', '155739.123000', '155739.126000', '155739.129000', '155739.132000', '155739.135000', '155739.138000', '155739.141000', '155739.143000', '155739.146000', '155739.149000', '155739.152000', '155739.155000', '155739.158000', '155739.161000', '155739.164000', '155739.167000', '155739.170000', '155739.173000', '155739.175000', '155739.178000', '155739.181000', '155739.184000', '155739.187000', '155739.190000', '155739.193000', '155739.196000', '155739.199000', '155739.202000', '155739.213000', '155739.216000', '155739.219000', '155739.222000', '155739.225000', '155739.228000', '155739.231000', '155739.234000', '155739.237000', '155739.240000', '155759.108000', '155759.111000', '155759.114000', '155759.117000', '155759.120000', '155759.123000', '155759.126000', '155759.129000', '155759.131000', '155759.134000', '155759.137000', '155759.140000', '155759.143000', '155759.146000', '155759.149000', '155759.152000', '155759.155000', '155759.158000', '155759.161000', '155759.163000', '155759.166000', '155759.169000', '155759.172000', '155759.175000', '155759.178000', '155759.181000', '155759.184000', '155759.187000', '155759.189000', '155759.192000', '155759.195000', '155759.198000', '155759.201000', '155759.204000', '155759.207000', '155759.210000', '155759.212000', '155759.215000', '155759.218000', '155759.221000', '155759.224000', '155759.227000', '155759.230000', '155759.233000', '155819.108000', '155819.111000', '155819.114000', '155819.117000', '155819.120000', '155819.123000', '155819.126000', '155819.129000', '155819.132000', '155819.135000', '155819.138000', '155819.140000', '155819.143000', '155819.146000', '155819.149000', '155819.152000', '155819.155000', '155819.158000', '155819.161000', '155819.164000', '155819.167000', '155819.170000', '155819.173000', '155819.176000', '155819.179000', '155819.183000', '155819.186000', '155819.189000', '155819.192000', '155819.195000', '155819.198000', '155819.201000', '155819.204000', '155819.207000', '155819.210000', '155819.212000', '155819.215000', '155819.218000', '155819.221000', '155819.224000', '155819.227000', '155819.230000', '155819.233000', '155839.108000', '155839.111000', '155839.114000', '155839.117000', '155839.120000', '155839.123000', '155839.126000', '155839.129000', '155839.131000', '155839.134000', '155839.137000', '155839.140000', '155839.143000', '155839.146000', '155839.149000', '155839.152000', '155839.155000', '155839.158000', '155839.161000', '155839.164000', '155839.166000', '155839.177000', '155839.180000', '155839.182000', '155839.185000', '155839.188000', '155839.191000', '155839.194000', '155839.197000', '155839.200000', '155839.203000', '155839.206000', '155839.208000', '155839.211000', '155839.214000', '155839.217000', '155839.220000', '155839.223000', '155839.226000', '155839.229000', '155839.232000', '155839.235000', '155839.238000', '155839.241000', '155858.878000', '155858.882000', '155858.885000', '155858.898000', '155858.901000', '155858.904000', '155858.907000', '155858.910000', '155858.913000', '155858.916000', '155858.920000', '155858.923000', '155858.927000', '155858.932000', '155858.935000', '155858.938000', '155858.941000', '155858.944000', '155858.947000', '155858.950000', '155858.953000', '155858.956000', '155858.959000', '155858.962000', '155858.965000', '155858.968000', '155858.971000', '155858.974000', '155858.977000', '155858.980000', '155858.983000', '155858.986000', '155858.989000', '155858.992000', '155858.995000', '155858.998000', '155859.001000', '155859.004000', '155859.007000', '155859.010000', '155859.013000', '155859.016000', '155859.019000'], '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': [9029, 12852, 8490, 13158, 9281, 13298, 10360, 13126, 10928, 13541, 10256, 13126, 10467, 12862, 10505, 12590, 10226, 10775, 9011, 9634, 8967, 9420, 9995, 10210, 10187, 10024, 10392, 9658, 11011, 9498, 11004, 9798, 11098, 9867, 10644, 9172, 10833, 8743, 10924, 9382, 10879, 9603, 11052, 9445, 11026, 10470, 10576, 10237, 10177, 9695, 9870, 10085, 10088, 9951, 10153, 10432, 9784, 9701, 10012, 10219, 10228, 10529, 9421, 10290, 9255, 11343, 9153, 11909, 9338, 11372, 9020, 12334, 9585, 12318, 9632, 11743, 9382, 13140, 9425, 12646, 10015, 12464, 10408, 12801, 9862, 12900, 9426, 13099, 10059, 12703, 10340, 12701, 9700, 12678, 9642, 11846, 9893, 12257, 10216, 12124, 9407, 11946, 9281, 11888, 9499, 12412, 9572, 12614, 9169, 12884, 9426, 12428, 10081, 12268, 10214, 12971, 9763, 12612, 9801, 12775, 10033, 12288, 9955, 11224, 9294, 10431, 9348, 10873, 9636, 9480, 10651, 10401, 10949, 9908, 11780, 8963, 12481, 9110, 12561, 9060, 11918, 9233, 11926, 8963, 11627, 9961, 11654, 9288, 11617, 9686, 11699, 9439, 11755, 10075, 11782, 9223, 11976, 9769, 11351, 9463, 10960, 10261, 10145, 9734, 9885, 9329, 10789, 9596, 11072, 9364, 11626, 8675, 11643, 9264, 12081, 9090, 12278, 8907, 12199, 9116, 11955, 8922, 12190, 8924, 12021, 8653, 11809, 9335, 11770, 9473, 11576, 9240, 10980, 8500, 10628, 9294, 10557, 9978, 9925, 9656, 11288, 10206, 12193, 10273, 11933, 10184, 11063, 9453, 11128, 9679, 11661, 9757, 10194, 9435, 10449, 9473, 9140, 10300, 9058, 11328, 9948, 11954, 9188, 11790, 8808, 11708, 9017, 11419, 9333, 10888, 8110, 11068, 8228, 11611, 9060, 11748, 8791, 11933, 9378, 12239, 9653, 12382, 9711, 12257, 9697, 12413, 10521, 13204, 9686, 12110, 9970, 11903, 9988, 12935, 9889, 11665, 9054, 11313, 9202, 11753, 9439, 11531, 8825, 11623, 8972, 12637, 9237, 12128, 9768, 12202, 9508, 11588, 9062, 11772, 8920, 10719, 9722, 8405, 10836, 10513, 11698, 8608, 12442, 9390, 10476, 9993, 9479, 11736, 9735, 12081, 8460, 12556, 9902, 11874, 9160, 13157, 10349, 12443, 9353, 11461, 9528, 10671, 9812, 9151, 10474, 9096, 11051, 8726, 11589, 8544, 11239, 9100, 12701, 8049, 11828, 8990, 12211, 8856, 12183, 10069, 12685, 9639, 12171, 9701, 12152, 10182, 12226, 10648, 13096, 9876, 12301, 9707, 12192, 9861, 11937, 10446, 11641, 9463, 10476, 9192, 9993, 9037, 10121, 10168, 8686, 10337, 8569, 10140, 8366, 9788, 8523, 11171, 7898, 11403, 8437, 11733, 8691, 11184, 8329, 12097, 8604, 12069, 8933, 11987, 9714, 11804, 9994, 11864, 9506, 12413, 9906, 12210, 10135, 12360, 9877, 10453, 10445, 10022, 9881, 8310, 12107, 8883, 12634, 9204, 13198, 10002, 13626, 10611, 13917, 10314, 13668, 10091, 13817, 10167, 13247, 10507, 13747, 9718, 12925, 9583, 12251, 10165, 12059, 9638, 10966, 9373, 11194, 9324, 12389, 10205, 11503, 9800, 11255, 9783, 12978, 10084, 13134, 10300, 11466, 9402, 11222, 9348, 11762, 9968, 11170, 9518, 10663, 9409, 10065, 9044, 10418, 9743, 9445, 9692, 9727, 9327, 9598, 10117, 8643, 10600, 8661, 10792, 8263, 10610, 8016, 11776, 8230, 12257, 8382, 12429, 8740, 12203, 9372, 12478, 9608, 12279, 9514, 12037, 9555, 12061, 10555, 12748, 9460, 12730, 9854, 11861, 9674, 11877, 9909, 10681, 9255, 10145, 9507, 10641, 10192, 9274, 10229, 9717, 9645, 10706, 9852, 9330, 10274, 9179, 10007, 8862, 9506, 8958, 10499, 9331, 10926, 9615, 10973, 9185, 10709, 8681, 11454, 9238, 11349, 9035, 11200, 8125, 11184, 8496, 11714, 8124, 11877, 8401, 11744, 8720, 12535, 9631, 12733, 9661, 12634, 9556, 12322, 10183, 13086, 9464, 12439, 9691, 12483, 9990, 12575, 10173, 12427, 9582, 12450, 9571, 12308, 10455, 12510, 10087, 12703, 9898, 12479, 9890, 12564, 10614, 12341, 9503, 11288, 9585, 11761, 9444, 12466, 10155, 13048, 10362, 12685, 9577, 12708, 9846, 11987, 9971, 12309, 10108, 12424, 9707, 12131, 9755, 11916, 10119, 11975, 9635, 12156, 9336, 12004, 9495, 11779, 10313, 12404, 9768, 12056, 9137, 12047, 9197, 11601, 9422, 11088, 9385, 10742, 9523, 11253, 9769, 11723, 10263, 9984, 10136, 9445, 9939, 9260, 10560, 8153, 11396, 8297, 11841, 8726, 12061, 8745, 12028, 9754, 11876, 9186, 11976, 9380, 11668, 9389, 11773, 10367, 10896, 9593, 10807, 9562, 10585, 10213, 8982, 10649, 9736, 10740, 9107, 10877, 7904, 11616, 8422, 12140, 8607, 12096, 8571, 12623, 10042, 12733, 9990, 13067, 10069, 12417, 9936, 12711, 10386, 11055, 9447, 10858, 9173, 10982, 10242, 11105, 10087, 9133, 9986, 8807, 10290, 8283, 11406, 7891, 11722, 7917, 11364, 8520, 8201, 10601, 8282, 10645, 9814, 8276, 13041, 10645, 12829, 10641, 12391, 10563, 8819, 11748, 8684, 12338, 8936, 12691, 9915, 12720, 9883, 11889, 10385, 8681, 11146, 8597, 11726, 8385, 12231, 9559, 12966, 9775, 12440, 9856, 12850, 10067, 12132, 10832, 11256, 9556, 10451, 9280, 10962, 9092, 11607, 10032, 11470, 9571, 9798, 9362, 10397, 9290, 11061, 9879, 11307, 9310, 11046, 9321, 10774, 9243, 11854, 10079, 11113, 9550, 11190, 9379, 11416, 9116, 9695, 10486, 9175, 10982, 8797, 11176, 8271, 10969, 8830, 11345, 9028, 10798, 8444, 10809, 8148, 11654, 8676, 12669, 9231, 12467, 9820, 12251, 10009, 12859, 10818, 12008, 9334, 12660, 10254, 13987, 11206, 13459, 9558, 11986, 9516, 12082, 9516, 11295, 9930, 9218, 9849, 8365, 9925, 8525, 10099, 7973, 11636, 8117, 11978, 8996, 12410, 9557, 13079, 10563, 14188, 9720, 12902, 9793, 12792, 9634, 12041, 10873, 10276, 9826, 8600, 10351, 8003, 10589, 7802, 11192, 8442, 12216, 9383, 12380, 9439, 12396, 9988, 10985, 9978, 9461, 9911, 8504, 10049, 7673, 11082, 7911, 11847, 8340, 12155, 9022, 12434, 10071, 11197, 9164, 9114, 9118, 7423, 11704, 9044, 13189, 11018, 9408, 10705, 9144, 12299, 10306, 10748, 11574, 10005, 11176, 10676, 9234, 11627, 7999, 12674, 9772, 13871, 10935, 13543, 11324, 11776, 10676, 8749, 10687, 8433, 11419, 8220, 11167, 8363, 12742, 8516, 12257, 9194, 11868, 9531, 12278, 9898, 12899, 10162, 10599, 9354, 9011, 9330, 7946, 11072, 8296, 11830, 9559, 12420, 9764, 11045, 10066, 8337, 10763, 7611, 11944, 8500, 13056, 10737, 13856, 11563, 10039, 10350, 8064, 11268, 8505, 13480, 9374, 11548, 10017, 7725, 10637, 7995, 12466, 9248, 11875, 9197, 7815, 10804, 7934, 11676, 9083, 11559, 9315, 11141, 10402, 7838, 12524, 8294, 12698, 9205, 12950, 9529, 12388, 10164, 11209, 11103, 8025, 11393, 7971, 11504, 8873, 12240, 8891, 12886, 8732, 13301, 8938, 12709, 8044, 11314, 8520, 12006, 8566, 12985, 9578, 13489, 9104, 13078, 9557, 13059, 9647, 12787, 9613, 12509, 8937, 12733, 9383, 12457, 10391, 12192, 9344, 12312, 9650, 12745, 10702, 11642, 9579, 9139, 8730, 7825, 9581, 7516, 11818, 8060, 12293, 8881, 12787, 9954, 13683, 10788, 13468, 10730, 13425, 10783, 13500, 11551, 13296, 9239, 11532, 9403, 12256, 9445, 8965, 9886, 7834, 10221, 7652, 10528, 7994, 13311, 8215, 12815, 8882, 12570, 9554, 13387, 9521, 13212, 9206, 11854, 8673, 10964, 9870, 7598, 10368, 7923, 11179, 8261, 12707, 8642, 13246, 8828, 12940, 9197, 13028, 9988, 13899, 10595, 12856, 9380, 12881, 9327, 11899, 10076, 10465, 9525, 7956, 10449, 8413, 9580, 8015, 10373, 7847, 10212, 7909, 10546, 7837, 11122, 8192, 10778, 7695, 10703, 7662, 10648, 8454, 12995, 8607, 10914, 8297, 8200, 9367, 7670, 12578, 8000, 12858, 8979, 13388, 9932, 14134, 11645, 13459, 9635, 11741, 9416, 12164, 10058, 9221, 10135, 7701, 10376, 7703, 11662, 7912, 13523, 8999, 13242, 8567, 12711, 9212, 12656, 9860, 12573, 9064, 9234, 9107, 7661, 9874, 7687, 13371, 8002, 12561, 8487, 13112, 9014, 13392, 9725, 13677, 9156, 13650, 9629, 13565, 9645, 12270, 10346, 12834, 9065, 12494, 9253, 12180, 9086, 7594, 10238, 7649, 10839, 8318, 12686, 9613, 13109, 9927, 11712, 10644, 12126, 11014, 12561, 10401, 8347, 9929, 8141, 10888, 7882, 12174, 8256, 13441, 8402, 12969, 9254, 12986, 9491, 12627, 9231, 7947, 9904, 7680, 11911, 8446, 12615, 10189, 12081, 9147, 10590, 9719, 8157, 12490, 8107, 13197, 8397, 13591, 9525, 12196, 10491, 8230, 10116, 7874, 10673, 8242, 13435, 9744, 12747, 8900, 11258, 9116, 11574, 10264, 10378, 11244, 7968, 10273, 8019, 11022, 8252, 12991, 9517, 13326, 9319, 11893, 9318, 9538, 9859, 7915, 13065, 8275, 13530, 9357, 13360, 10230, 12895, 11235, 12121, 9175, 9800, 9283, 8019, 10011, 7771, 12464, 8268, 12263, 8494, 13344, 9713, 13245, 10746, 12406, 9527, 11481, 9576, 11898, 10299, 8481, 9735, 8139, 10420, 8110, 10902, 8416, 12394, 9396, 10628, 9095, 8198, 10170, 7939, 12171, 8073, 13772, 8686, 13342, 9177, 13577, 9657, 12601, 9556, 10148, 11439, 7637, 11287, 8136, 11566, 8592, 11828, 9366, 12716, 10496, 11439, 8922, 11707, 8973, 12101, 10348, 8113, 9820, 8170, 9856, 8055, 10047, 7940, 12440, 7756, 10646, 8044, 11681, 8120, 12828, 9050, 12910, 9128, 12454, 9403, 12343, 9370, 11246, 10439, 8408, 9941, 7967, 10108, 7748, 12309, 8507, 13742, 10133, 13545, 9011, 13788, 9967, 13906, 10483, 14433, 11146, 13401, 9322, 11973, 9273, 11638, 9234, 8756, 9618, 8023, 9980, 8121, 10353, 8105, 11790, 8895, 9518, 8789, 9391, 12356, 9006, 14112, 11273, 8425, 11133, 9102, 12117, 11047, 8120, 12918, 9784, 12844, 11170, 8998, 12957, 8570, 14374, 9833, 10691, 9978, 8269, 13591, 8937, 13568, 9772, 10856, 9777, 8182, 11858, 8236, 11953, 8707, 11135, 9108, 9144, 11519, 8333, 10792, 9798, 8188, 13054, 10483, 8839, 10598, 7895, 12858, 8929, 12877, 9469, 12922, 10657, 12621, 9638, 9688, 8964, 8503, 9457, 8018, 10869, 8541, 11952, 8796, 11168, 9272, 10482, 8885, 11184, 10009, 8104, 10718, 7873, 10849, 8173, 11603, 8457, 13329, 9133, 12583, 9452, 12422, 9928, 12912, 10051, 12395, 9254, 10905, 9286, 10615, 9101, 9066, 9813, 8561, 9867, 9039, 9979, 7957, 11580, 8128, 11715, 8761, 12215, 9360, 12593, 10289, 13966, 10031, 13908, 10522, 14063, 11183, 13377, 11307, 13332, 9393, 11475, 9598, 11734, 9552, 11583, 9250, 11194, 9020, 11146, 8918, 11655, 10331, 9782, 9239, 10177, 8793, 10988, 8912, 10760, 9228, 8994, 9120, 9147, 8487, 10191, 8537, 9560, 8917, 9195, 9341, 9537, 9388, 10166, 9542, 8980, 9913, 8842, 9726, 9311, 10077, 9517, 11193, 8013, 10245, 7798, 10735, 8460, 12811, 8558, 13460, 8427, 13191, 8868, 13327, 8724, 13091, 8716, 11934, 8250, 10916, 8489, 10750, 8550, 11880, 8387, 11721, 8255, 11645, 8387, 12212, 8688, 12832, 8961, 13759, 8750, 13094, 8799, 12789, 8940, 13016, 9293, 13090, 8814, 12456, 8925, 12535, 8599, 12202, 9191, 12769, 8773, 12462, 8611, 12512, 9069, 11830, 10616, 11247, 9158, 11177, 9142, 11609, 10092, 9345, 11127, 8231, 10812, 8198, 10853, 8254, 12148, 8394, 13246, 9092, 13499, 9048, 13342, 9342, 13971, 10637, 13215, 10694, 11701, 8827, 11694, 8681, 11178, 9231, 9274, 9666, 8380, 10107, 8607, 11751, 8571, 13811, 8395, 13616, 8411, 12868, 8829, 13221, 9448, 12204, 8817, 9233, 9117, 8629, 9960, 8322, 13371, 9041, 14379, 9144, 13165, 10293, 11768, 10725, 10897, 10360, 8626, 10282, 8744, 10172, 8619, 11307, 8687, 13217, 8747, 12674, 8703, 12249, 8808, 11943, 9168, 11087, 9329, 9796, 9362, 9539, 9990, 8216, 12719, 8444, 13149, 8363, 13016, 8932, 13687, 9352, 12464, 10177, 11669, 9027, 10538, 8929, 10151, 10140, 8190, 11895, 8096, 11726, 8499, 12921, 8824, 13672, 10015, 12615, 9021, 11549, 8941, 11101, 9859, 9508, 9672, 8282, 9846, 8499, 11549, 8589, 13269, 9138, 13503, 8977, 13500, 9291, 13535, 10520, 12617, 10284, 10805, 8777, 10824, 8781, 10279, 9582, 8499, 9695, 8103, 9865, 8247, 10650, 8221, 13099, 8632, 13217, 8562, 13111, 9086, 11764, 10272, 10823, 9049, 8852, 9479, 8315, 10360, 8409, 12864, 8160, 12865, 8527, 13239, 8764, 13721, 9746, 14066, 8976, 13157, 9179, 12313, 9494, 10830, 10140, 9370, 8814, 9284, 9240, 9835, 10760, 8238, 11661, 8144, 10688, 8470, 12808, 8717, 13876, 9847, 12598, 8826, 12016, 8713, 11484, 10500, 10319, 9235, 8831, 9240, 8681, 9802, 8575, 12180, 8463, 13164, 8312, 12511, 8972, 11879, 10394, 11228, 10777, 8542, 9677, 8720, 11623, 8358, 13256, 8264, 13063, 8384, 12066, 8493, 12894, 9038, 12191, 8829, 10152, 9167, 8425, 10506, 8190, 13281, 8201, 13470, 8408, 13083, 9148, 13990, 10126, 12878, 11391, 9958, 11251, 8557, 11124, 8323, 11542, 8965, 12576, 8857, 13075, 9788, 13056, 11532, 8400, 10358, 8562, 11763, 9782, 9382, 14327, 11162, 13034, 11404, 8820, 10852, 8697, 13564, 9466, 15213, 9398, 10969, 8858, 8618, 9398, 8738, 10920, 8146, 12920, 8621, 10727, 8565, 8606, 9325, 8783, 12261, 8170, 12580, 8732, 13759, 9649, 12068, 10792, 8968, 12222, 8323, 13575, 9221, 10294, 9201, 8424, 12742, 8365, 15059, 10517, 11501, 9877, 8759, 13239, 8835, 13402, 9387, 9164, 9719, 8426, 12533, 8673, 13761], 'WindowCenter': [4665.0, 4678.0, 4637.0, 4665.0, 4634.0, 4659.0, 4641.0, 4659.0, 4640.0, 4648.0, 4628.0, 4645.0, 4629.0, 4648.0, 4639.0, 4646.0, 4628.0, 4634.0, 4618.0, 4628.0, 4628.0, 4628.0, 4639.0, 4639.0, 4640.0, 4641.0, 4641.0, 4639.0, 4651.0, 4639.0, 4651.0, 4641.0, 4650.0, 4640.0, 4640.0, 4629.0, 4650.0, 4618.0, 4640.0, 4629.0, 4650.0, 4641.0, 4651.0, 4642.0, 4649.0, 4648.0, 4651.0, 4640.0, 4640.0, 4640.0, 4640.0, 4640.0, 4640.0, 4639.0, 4640.0, 4640.0, 4639.0, 4639.0, 4641.0, 4641.0, 4652.0, 4652.0, 4643.0, 4641.0, 4632.0, 4651.0, 4641.0, 4660.0, 4632.0, 4649.0, 4631.0, 4660.0, 4642.0, 4660.0, 4644.0, 4661.0, 4641.0, 4671.0, 4641.0, 4661.0, 4641.0, 4658.0, 4653.0, 4660.0, 4641.0, 4661.0, 4631.0, 4660.0, 4642.0, 4659.0, 4643.0, 4660.0, 4642.0, 4660.0, 4642.0, 4650.0, 4642.0, 4660.0, 4641.0, 4661.0, 4643.0, 4662.0, 4644.0, 4675.0, 4656.0, 4674.0, 4655.0, 4675.0, 4658.0, 4675.0, 4655.0, 4676.0, 4657.0, 4674.0, 4653.0, 4670.0, 4645.0, 4662.0, 4642.0, 4671.0, 4653.0, 4662.0, 4645.0, 4652.0, 4642.0, 4652.0, 4641.0, 4652.0, 4644.0, 4645.0, 4655.0, 4652.0, 4653.0, 4654.0, 4664.0, 4643.0, 4675.0, 4634.0, 4660.0, 4631.0, 4660.0, 4640.0, 4651.0, 4630.0, 4648.0, 4640.0, 4646.0, 4631.0, 4661.0, 4644.0, 4661.0, 4643.0, 4661.0, 4651.0, 4663.0, 4644.0, 4664.0, 4656.0, 4663.0, 4643.0, 4651.0, 4641.0, 4641.0, 4641.0, 4641.0, 4631.0, 4653.0, 4640.0, 4648.0, 4642.0, 4662.0, 4643.0, 4661.0, 4644.0, 4675.0, 4644.0, 4662.0, 4631.0, 4662.0, 4643.0, 4660.0, 4630.0, 4662.0, 4631.0, 4647.0, 4631.0, 4662.0, 4641.0, 4661.0, 4640.0, 4652.0, 4640.0, 4653.0, 4644.0, 4664.0, 4644.0, 4663.0, 4655.0, 4654.0, 4641.0, 4653.0, 4653.0, 4660.0, 4641.0, 4651.0, 4640.0, 4637.0, 4629.0, 4638.0, 4628.0, 4635.0, 4628.0, 4637.0, 4629.0, 4639.0, 4638.0, 4642.0, 4640.0, 4631.0, 4649.0, 4643.0, 4651.0, 4643.0, 4664.0, 4631.0, 4652.0, 4630.0, 4652.0, 4631.0, 4639.0, 4619.0, 4639.0, 4618.0, 4647.0, 4628.0, 4646.0, 4631.0, 4660.0, 4640.0, 4662.0, 4643.0, 4660.0, 4643.0, 4662.0, 4640.0, 4649.0, 4642.0, 4657.0, 4630.0, 4645.0, 4627.0, 4648.0, 4630.0, 4645.0, 4628.0, 4635.0, 4618.0, 4636.0, 4629.0, 4649.0, 4627.0, 4646.0, 4619.0, 4647.0, 4620.0, 4658.0, 4631.0, 4662.0, 4642.0, 4661.0, 4642.0, 4650.0, 4631.0, 4663.0, 4642.0, 4650.0, 4656.0, 4635.0, 4664.0, 4664.0, 4676.0, 4646.0, 4672.0, 4645.0, 4666.0, 4670.0, 4657.0, 4666.0, 4643.0, 4663.0, 4622.0, 4650.0, 4629.0, 4649.0, 4630.0, 4646.0, 4630.0, 4646.0, 4618.0, 4636.0, 4630.0, 4640.0, 4628.0, 4631.0, 4640.0, 4631.0, 4650.0, 4619.0, 4649.0, 4621.0, 4637.0, 4617.0, 4648.0, 4596.0, 4634.0, 4608.0, 4636.0, 4619.0, 4636.0, 4626.0, 4645.0, 4628.0, 4638.0, 4614.0, 4637.0, 4638.0, 4638.0, 4627.0, 4646.0, 4628.0, 4635.0, 4615.0, 4634.0, 4628.0, 4632.0, 4625.0, 4634.0, 4619.0, 4624.0, 4616.0, 4629.0, 4619.0, 4629.0, 4640.0, 4618.0, 4626.0, 4616.0, 4628.0, 4625.0, 4626.0, 4615.0, 4637.0, 4605.0, 4637.0, 4605.0, 4632.0, 4619.0, 4634.0, 4606.0, 4646.0, 4605.0, 4635.0, 4613.0, 4636.0, 4628.0, 4635.0, 4629.0, 4635.0, 4628.0, 4643.0, 4627.0, 4647.0, 4641.0, 4688.0, 4695.0, 4668.0, 4642.0, 4629.0, 4638.0, 4621.0, 4663.0, 4633.0, 4659.0, 4631.0, 4658.0, 4643.0, 4659.0, 4641.0, 4648.0, 4629.0, 4646.0, 4629.0, 4645.0, 4625.0, 4643.0, 4628.0, 4644.0, 4614.0, 4631.0, 4619.0, 4647.0, 4625.0, 4634.0, 4626.0, 4625.0, 4618.0, 4635.0, 4618.0, 4648.0, 4638.0, 4635.0, 4617.0, 4624.0, 4617.0, 4646.0, 4627.0, 4644.0, 4627.0, 4624.0, 4605.0, 4624.0, 4616.0, 4636.0, 4616.0, 4625.0, 4615.0, 4623.0, 4616.0, 4628.0, 4616.0, 4626.0, 4615.0, 4618.0, 4615.0, 4617.0, 4627.0, 4628.0, 4627.0, 4616.0, 4626.0, 4605.0, 4637.0, 4619.0, 4625.0, 4607.0, 4636.0, 4607.0, 4647.0, 4608.0, 4647.0, 4620.0, 4645.0, 4618.0, 4647.0, 4626.0, 4635.0, 4618.0, 4647.0, 4627.0, 4637.0, 4639.0, 4647.0, 4628.0, 4646.0, 4630.0, 4647.0, 4629.0, 4648.0, 4629.0, 4628.0, 4617.0, 4627.0, 4630.0, 4626.0, 4628.0, 4616.0, 4626.0, 4626.0, 4629.0, 4639.0, 4628.0, 4629.0, 4639.0, 4628.0, 4628.0, 4630.0, 4631.0, 4630.0, 4640.0, 4628.0, 4650.0, 4630.0, 4649.0, 4642.0, 4640.0, 4631.0, 4651.0, 4629.0, 4650.0, 4630.0, 4652.0, 4622.0, 4649.0, 4621.0, 4651.0, 4621.0, 4649.0, 4635.0, 4664.0, 4633.0, 4662.0, 4643.0, 4662.0, 4642.0, 4660.0, 4644.0, 4661.0, 4642.0, 4661.0, 4630.0, 4650.0, 4632.0, 4661.0, 4641.0, 4650.0, 4639.0, 4646.0, 4630.0, 4647.0, 4640.0, 4647.0, 4641.0, 4658.0, 4638.0, 4658.0, 4639.0, 4658.0, 4642.0, 4658.0, 4641.0, 4658.0, 4629.0, 4637.0, 4629.0, 4648.0, 4630.0, 4648.0, 4640.0, 4658.0, 4628.0, 4646.0, 4629.0, 4646.0, 4629.0, 4647.0, 4627.0, 4648.0, 4640.0, 4649.0, 4629.0, 4646.0, 4630.0, 4647.0, 4639.0, 4650.0, 4628.0, 4648.0, 4628.0, 4649.0, 4631.0, 4648.0, 4640.0, 4658.0, 4640.0, 4660.0, 4631.0, 4660.0, 4642.0, 4650.0, 4642.0, 4654.0, 4642.0, 4650.0, 4644.0, 4653.0, 4643.0, 4651.0, 4642.0, 4629.0, 4638.0, 4628.0, 4639.0, 4630.0, 4640.0, 4610.0, 4650.0, 4620.0, 4648.0, 4621.0, 4662.0, 4630.0, 4661.0, 4641.0, 4652.0, 4632.0, 4649.0, 4642.0, 4661.0, 4642.0, 4651.0, 4643.0, 4641.0, 4630.0, 4640.0, 4641.0, 4642.0, 4641.0, 4632.0, 4640.0, 4629.0, 4641.0, 4629.0, 4652.0, 4623.0, 4650.0, 4623.0, 4662.0, 4622.0, 4661.0, 4634.0, 4660.0, 4640.0, 4660.0, 4642.0, 4659.0, 4642.0, 4662.0, 4643.0, 4660.0, 4641.0, 4639.0, 4631.0, 4641.0, 4630.0, 4638.0, 4640.0, 4642.0, 4639.0, 4628.0, 4628.0, 4631.0, 4639.0, 4609.0, 4649.0, 4610.0, 4649.0, 4636.0, 4660.0, 4631.0, 4635.0, 4666.0, 4637.0, 4665.0, 4655.0, 4633.0, 4673.0, 4655.0, 4663.0, 4641.0, 4650.0, 4642.0, 4621.0, 4648.0, 4618.0, 4648.0, 4618.0, 4648.0, 4628.0, 4660.0, 4630.0, 4649.0, 4641.0, 4621.0, 4639.0, 4618.0, 4649.0, 4632.0, 4650.0, 4631.0, 4660.0, 4629.0, 4649.0, 4629.0, 4650.0, 4631.0, 4648.0, 4639.0, 4637.0, 4627.0, 4626.0, 4630.0, 4639.0, 4631.0, 4650.0, 4630.0, 4649.0, 4630.0, 4630.0, 4629.0, 4640.0, 4629.0, 4640.0, 4631.0, 4639.0, 4620.0, 4639.0, 4630.0, 4641.0, 4632.0, 4651.0, 4628.0, 4639.0, 4630.0, 4636.0, 4627.0, 4649.0, 4631.0, 4628.0, 4652.0, 4633.0, 4641.0, 4620.0, 4651.0, 4623.0, 4641.0, 4619.0, 4652.0, 4619.0, 4637.0, 4608.0, 4627.0, 4610.0, 4651.0, 4620.0, 4649.0, 4630.0, 4648.0, 4632.0, 4660.0, 4643.0, 4658.0, 4643.0, 4650.0, 4621.0, 4650.0, 4640.0, 4653.0, 4638.0, 4646.0, 4618.0, 4635.0, 4617.0, 4636.0, 4616.0, 4624.0, 4626.0, 4615.0, 4627.0, 4607.0, 4627.0, 4620.0, 4629.0, 4608.0, 4650.0, 4608.0, 4637.0, 4619.0, 4651.0, 4630.0, 4648.0, 4629.0, 4660.0, 4630.0, 4645.0, 4629.0, 4661.0, 4629.0, 4638.0, 4637.0, 4628.0, 4629.0, 4618.0, 4627.0, 4609.0, 4638.0, 4610.0, 4651.0, 4623.0, 4653.0, 4631.0, 4650.0, 4631.0, 4661.0, 4641.0, 4640.0, 4641.0, 4630.0, 4642.0, 4644.0, 4641.0, 4611.0, 4650.0, 4622.0, 4650.0, 4632.0, 4662.0, 4643.0, 4661.0, 4644.0, 4664.0, 4657.0, 4643.0, 4640.0, 4624.0, 4663.0, 4631.0, 4660.0, 4641.0, 4633.0, 4650.0, 4632.0, 4663.0, 4641.0, 4642.0, 4640.0, 4643.0, 4651.0, 4639.0, 4618.0, 4639.0, 4606.0, 4647.0, 4615.0, 4647.0, 4626.0, 4647.0, 4626.0, 4624.0, 4614.0, 4594.0, 4611.0, 4591.0, 4611.0, 4607.0, 4611.0, 4591.0, 4631.0, 4592.0, 4618.0, 4603.0, 4621.0, 4603.0, 4633.0, 4614.0, 4632.0, 4614.0, 4622.0, 4615.0, 4630.0, 4627.0, 4607.0, 4647.0, 4619.0, 4651.0, 4641.0, 4649.0, 4654.0, 4646.0, 4629.0, 4610.0, 4638.0, 4610.0, 4648.0, 4606.0, 4644.0, 4626.0, 4644.0, 4635.0, 4614.0, 4613.0, 4593.0, 4621.0, 4593.0, 4641.0, 4614.0, 4621.0, 4612.0, 4583.0, 4623.0, 4593.0, 4634.0, 4615.0, 4636.0, 4615.0, 4596.0, 4625.0, 4607.0, 4636.0, 4617.0, 4638.0, 4628.0, 4637.0, 4638.0, 4606.0, 4647.0, 4607.0, 4647.0, 4619.0, 4647.0, 4628.0, 4647.0, 4627.0, 4637.0, 4636.0, 4606.0, 4638.0, 4607.0, 4636.0, 4619.0, 4648.0, 4619.0, 4646.0, 4619.0, 4657.0, 4618.0, 4646.0, 4596.0, 4625.0, 4606.0, 4634.0, 4616.0, 4643.0, 4618.0, 4645.0, 4606.0, 4645.0, 4616.0, 4646.0, 4627.0, 4643.0, 4628.0, 4646.0, 4617.0, 4647.0, 4630.0, 4647.0, 4639.0, 4648.0, 4628.0, 4647.0, 4627.0, 4647.0, 4624.0, 4635.0, 4616.0, 4615.0, 4604.0, 4607.0, 4627.0, 4599.0, 4647.0, 4609.0, 4649.0, 4629.0, 4659.0, 4630.0, 4656.0, 4638.0, 4656.0, 4638.0, 4656.0, 4636.0, 4646.0, 4636.0, 4643.0, 4615.0, 4624.0, 4615.0, 4633.0, 4616.0, 4614.0, 4626.0, 4596.0, 4624.0, 4596.0, 4637.0, 4606.0, 4647.0, 4607.0, 4646.0, 4616.0, 4646.0, 4627.0, 4644.0, 4629.0, 4645.0, 4617.0, 4649.0, 4618.0, 4639.0, 4639.0, 4608.0, 4638.0, 4607.0, 4639.0, 4619.0, 4646.0, 4619.0, 4647.0, 4618.0, 4645.0, 4618.0, 4645.0, 4626.0, 4645.0, 4626.0, 4644.0, 4616.0, 4644.0, 4627.0, 4645.0, 4628.0, 4626.0, 4617.0, 4606.0, 4624.0, 4607.0, 4626.0, 4606.0, 4627.0, 4607.0, 4626.0, 4606.0, 4626.0, 4606.0, 4635.0, 4605.0, 4625.0, 4604.0, 4626.0, 4609.0, 4638.0, 4621.0, 4659.0, 4631.0, 4651.0, 4622.0, 4632.0, 4641.0, 4621.0, 4662.0, 4620.0, 4660.0, 4630.0, 4659.0, 4642.0, 4657.0, 4651.0, 4656.0, 4628.0, 4635.0, 4629.0, 4646.0, 4629.0, 4618.0, 4627.0, 4606.0, 4626.0, 4607.0, 4637.0, 4608.0, 4657.0, 4618.0, 4647.0, 4618.0, 4647.0, 4629.0, 4659.0, 4639.0, 4658.0, 4630.0, 4632.0, 4631.0, 4612.0, 4641.0, 4609.0, 4671.0, 4622.0, 4658.0, 4620.0, 4659.0, 4630.0, 4658.0, 4630.0, 4657.0, 4630.0, 4658.0, 4629.0, 4657.0, 4628.0, 4646.0, 4639.0, 4647.0, 4620.0, 4648.0, 4630.0, 4659.0, 4631.0, 4608.0, 4640.0, 4612.0, 4650.0, 4635.0, 4671.0, 4644.0, 4671.0, 4641.0, 4650.0, 4652.0, 4661.0, 4650.0, 4659.0, 4640.0, 4608.0, 4629.0, 4606.0, 4638.0, 4620.0, 4648.0, 4606.0, 4645.0, 4607.0, 4646.0, 4628.0, 4656.0, 4628.0, 4658.0, 4628.0, 4608.0, 4640.0, 4622.0, 4662.0, 4621.0, 4658.0, 4640.0, 4659.0, 4629.0, 4640.0, 4630.0, 4608.0, 4658.0, 4609.0, 4658.0, 4618.0, 4658.0, 4631.0, 4648.0, 4640.0, 4618.0, 4639.0, 4618.0, 4639.0, 4631.0, 4659.0, 4639.0, 4658.0, 4629.0, 4638.0, 4617.0, 4647.0, 4639.0, 4638.0, 4639.0, 4606.0, 4628.0, 4608.0, 4637.0, 4619.0, 4648.0, 4628.0, 4660.0, 4628.0, 4648.0, 4629.0, 4627.0, 4639.0, 4609.0, 4660.0, 4619.0, 4657.0, 4627.0, 4657.0, 4639.0, 4647.0, 4638.0, 4646.0, 4616.0, 4628.0, 4627.0, 4610.0, 4627.0, 4609.0, 4646.0, 4619.0, 4649.0, 4632.0, 4659.0, 4630.0, 4658.0, 4639.0, 4647.0, 4627.0, 4637.0, 4627.0, 4647.0, 4628.0, 4617.0, 4618.0, 4608.0, 4635.0, 4609.0, 4637.0, 4621.0, 4659.0, 4631.0, 4640.0, 4631.0, 4619.0, 4640.0, 4620.0, 4649.0, 4610.0, 4661.0, 4618.0, 4646.0, 4617.0, 4647.0, 4616.0, 4646.0, 4632.0, 4638.0, 4638.0, 4609.0, 4637.0, 4619.0, 4649.0, 4630.0, 4661.0, 4632.0, 4663.0, 4641.0, 4649.0, 4628.0, 4650.0, 4630.0, 4649.0, 4641.0, 4609.0, 4629.0, 4608.0, 4626.0, 4620.0, 4628.0, 4608.0, 4646.0, 4609.0, 4637.0, 4608.0, 4648.0, 4619.0, 4659.0, 4630.0, 4660.0, 4630.0, 4649.0, 4631.0, 4648.0, 4631.0, 4650.0, 4639.0, 4619.0, 4630.0, 4609.0, 4628.0, 4609.0, 4649.0, 4620.0, 4659.0, 4640.0, 4658.0, 4629.0, 4658.0, 4641.0, 4661.0, 4640.0, 4656.0, 4639.0, 4648.0, 4617.0, 4635.0, 4618.0, 4638.0, 4618.0, 4607.0, 4626.0, 4620.0, 4628.0, 4634.0, 4652.0, 4620.0, 4648.0, 4631.0, 4640.0, 4643.0, 4654.0, 4683.0, 4659.0, 4685.0, 4666.0, 4648.0, 4664.0, 4643.0, 4665.0, 4652.0, 4621.0, 4662.0, 4642.0, 4662.0, 4652.0, 4622.0, 4650.0, 4620.0, 4658.0, 4630.0, 4638.0, 4627.0, 4607.0, 4660.0, 4618.0, 4645.0, 4626.0, 4636.0, 4629.0, 4608.0, 4650.0, 4618.0, 4649.0, 4619.0, 4637.0, 4632.0, 4632.0, 4652.0, 4622.0, 4649.0, 4640.0, 4625.0, 4660.0, 4640.0, 4629.0, 4639.0, 4611.0, 4647.0, 4619.0, 4647.0, 4629.0, 4649.0, 4639.0, 4648.0, 4626.0, 4628.0, 4618.0, 4617.0, 4629.0, 4620.0, 4651.0, 4632.0, 4662.0, 4631.0, 4650.0, 4645.0, 4652.0, 4646.0, 4664.0, 4641.0, 4621.0, 4642.0, 4619.0, 4641.0, 4621.0, 4663.0, 4623.0, 4659.0, 4632.0, 4660.0, 4640.0, 4658.0, 4642.0, 4662.0, 4643.0, 4659.0, 4633.0, 4652.0, 4641.0, 4651.0, 4629.0, 4632.0, 4640.0, 4631.0, 4640.0, 4631.0, 4639.0, 4624.0, 4663.0, 4623.0, 4661.0, 4631.0, 4661.0, 4641.0, 4660.0, 4643.0, 4661.0, 4640.0, 4658.0, 4639.0, 4657.0, 4651.0, 4658.0, 4640.0, 4656.0, 4618.0, 4637.0, 4631.0, 4650.0, 4629.0, 4649.0, 4629.0, 4641.0, 4618.0, 4650.0, 4631.0, 4648.0, 4641.0, 4628.0, 4622.0, 4628.0, 4618.0, 4639.0, 4617.0, 4638.0, 4628.0, 4617.0, 4629.0, 4618.0, 4620.0, 4641.0, 4622.0, 4632.0, 4631.0, 4628.0, 4630.0, 4630.0, 4632.0, 4641.0, 4642.0, 4630.0, 4641.0, 4632.0, 4629.0, 4631.0, 4628.0, 4629.0, 4650.0, 4610.0, 4640.0, 4608.0, 4640.0, 4623.0, 4660.0, 4633.0, 4671.0, 4623.0, 4659.0, 4626.0, 4658.0, 4622.0, 4659.0, 4620.0, 4637.0, 4620.0, 4638.0, 4620.0, 4640.0, 4621.0, 4651.0, 4621.0, 4650.0, 4632.0, 4651.0, 4631.0, 4662.0, 4632.0, 4660.0, 4631.0, 4661.0, 4623.0, 4659.0, 4618.0, 4650.0, 4618.0, 4658.0, 4618.0, 4657.0, 4620.0, 4647.0, 4619.0, 4648.0, 4631.0, 4649.0, 4631.0, 4660.0, 4630.0, 4662.0, 4634.0, 4660.0, 4635.0, 4663.0, 4655.0, 4652.0, 4633.0, 4650.0, 4631.0, 4664.0, 4654.0, 4630.0, 4654.0, 4622.0, 4639.0, 4619.0, 4638.0, 4621.0, 4662.0, 4634.0, 4660.0, 4632.0, 4673.0, 4643.0, 4671.0, 4645.0, 4672.0, 4653.0, 4673.0, 4652.0, 4651.0, 4631.0, 4652.0, 4630.0, 4652.0, 4632.0, 4630.0, 4641.0, 4623.0, 4642.0, 4632.0, 4652.0, 4622.0, 4672.0, 4621.0, 4658.0, 4620.0, 4650.0, 4631.0, 4660.0, 4630.0, 4650.0, 4633.0, 4630.0, 4630.0, 4622.0, 4640.0, 4635.0, 4663.0, 4633.0, 4671.0, 4631.0, 4661.0, 4641.0, 4660.0, 4652.0, 4638.0, 4642.0, 4619.0, 4630.0, 4618.0, 4628.0, 4621.0, 4649.0, 4620.0, 4658.0, 4621.0, 4659.0, 4632.0, 4661.0, 4633.0, 4659.0, 4641.0, 4653.0, 4644.0, 4640.0, 4633.0, 4641.0, 4644.0, 4632.0, 4662.0, 4621.0, 4660.0, 4621.0, 4661.0, 4634.0, 4671.0, 4644.0, 4661.0, 4642.0, 4651.0, 4630.0, 4641.0, 4627.0, 4651.0, 4653.0, 4621.0, 4660.0, 4621.0, 4662.0, 4631.0, 4672.0, 4634.0, 4670.0, 4643.0, 4664.0, 4627.0, 4652.0, 4632.0, 4649.0, 4642.0, 4640.0, 4643.0, 4619.0, 4640.0, 4632.0, 4650.0, 4633.0, 4658.0, 4631.0, 4669.0, 4633.0, 4661.0, 4643.0, 4671.0, 4654.0, 4661.0, 4638.0, 4652.0, 4633.0, 4649.0, 4632.0, 4642.0, 4642.0, 4630.0, 4643.0, 4622.0, 4642.0, 4631.0, 4653.0, 4632.0, 4672.0, 4632.0, 4671.0, 4632.0, 4675.0, 4645.0, 4662.0, 4653.0, 4652.0, 4643.0, 4643.0, 4654.0, 4644.0, 4654.0, 4633.0, 4674.0, 4635.0, 4673.0, 4634.0, 4672.0, 4631.0, 4673.0, 4643.0, 4671.0, 4634.0, 4659.0, 4642.0, 4662.0, 4643.0, 4650.0, 4652.0, 4640.0, 4631.0, 4632.0, 4643.0, 4643.0, 4653.0, 4622.0, 4663.0, 4622.0, 4640.0, 4632.0, 4673.0, 4634.0, 4674.0, 4654.0, 4662.0, 4639.0, 4661.0, 4636.0, 4660.0, 4652.0, 4651.0, 4642.0, 4629.0, 4632.0, 4628.0, 4642.0, 4633.0, 4661.0, 4637.0, 4673.0, 4634.0, 4663.0, 4644.0, 4676.0, 4654.0, 4653.0, 4650.0, 4632.0, 4643.0, 4630.0, 4651.0, 4620.0, 4661.0, 4619.0, 4660.0, 4617.0, 4647.0, 4621.0, 4662.0, 4629.0, 4661.0, 4632.0, 4639.0, 4630.0, 4622.0, 4651.0, 4620.0, 4673.0, 4625.0, 4661.0, 4619.0, 4647.0, 4629.0, 4672.0, 4657.0, 4671.0, 4661.0, 4628.0, 4638.0, 4621.0, 4648.0, 4621.0, 4648.0, 4632.0, 4650.0, 4620.0, 4661.0, 4641.0, 4662.0, 4654.0, 4620.0, 4632.0, 4621.0, 4661.0, 4642.0, 4629.0, 4658.0, 4639.0, 4635.0, 4624.0, 4603.0, 4616.0, 4606.0, 4644.0, 4606.0, 4644.0, 4605.0, 4612.0, 4602.0, 4593.0, 4617.0, 4607.0, 4626.0, 4605.0, 4645.0, 4608.0, 4626.0, 4620.0, 4617.0, 4631.0, 4619.0, 4652.0, 4609.0, 4648.0, 4619.0, 4657.0, 4630.0, 4663.0, 4641.0, 4618.0, 4649.0, 4609.0, 4649.0, 4630.0, 4628.0, 4630.0, 4619.0, 4648.0, 4608.0, 4658.0, 4628.0, 4640.0, 4629.0, 4620.0, 4658.0, 4618.0, 4647.0, 4619.0, 4617.0, 4628.0, 4608.0, 4649.0, 4620.0, 4659.0], 'WindowWidth': [10241.0, 10246.0, 10186.0, 10216.0, 10171.0, 10201.0, 10176.0, 10199.0, 10174.0, 10180.0, 10155.0, 10173.0, 10155.0, 10181.0, 10170.0, 10175.0, 10153.0, 10160.0, 10141.0, 10155.0, 10156.0, 10158.0, 10174.0, 10172.0, 10176.0, 10178.0, 10177.0, 10174.0, 10192.0, 10174.0, 10191.0, 10178.0, 10189.0, 10175.0, 10176.0, 10160.0, 10189.0, 10144.0, 10174.0, 10160.0, 10188.0, 10179.0, 10191.0, 10181.0, 10189.0, 10186.0, 10193.0, 10176.0, 10176.0, 10176.0, 10176.0, 10176.0, 10175.0, 10173.0, 10174.0, 10175.0, 10174.0, 10175.0, 10179.0, 10178.0, 10193.0, 10195.0, 10182.0, 10179.0, 10167.0, 10193.0, 10179.0, 10203.0, 10166.0, 10188.0, 10166.0, 10202.0, 10180.0, 10205.0, 10185.0, 10205.0, 10180.0, 10220.0, 10181.0, 10205.0, 10181.0, 10200.0, 10197.0, 10204.0, 10180.0, 10204.0, 10165.0, 10201.0, 10181.0, 10200.0, 10183.0, 10202.0, 10180.0, 10202.0, 10180.0, 10189.0, 10180.0, 10202.0, 10178.0, 10204.0, 10183.0, 10207.0, 10188.0, 10230.0, 10208.0, 10230.0, 10207.0, 10232.0, 10211.0, 10232.0, 10207.0, 10235.0, 10210.0, 10229.0, 10200.0, 10219.0, 10189.0, 10208.0, 10184.0, 10222.0, 10199.0, 10210.0, 10189.0, 10195.0, 10183.0, 10197.0, 10183.0, 10198.0, 10188.0, 10191.0, 10203.0, 10197.0, 10199.0, 10201.0, 10214.0, 10186.0, 10232.0, 10174.0, 10206.0, 10167.0, 10205.0, 10178.0, 10192.0, 10161.0, 10183.0, 10174.0, 10180.0, 10163.0, 10205.0, 10188.0, 10207.0, 10186.0, 10208.0, 10196.0, 10211.0, 10187.0, 10216.0, 10204.0, 10214.0, 10182.0, 10192.0, 10177.0, 10176.0, 10182.0, 10180.0, 10164.0, 10197.0, 10176.0, 10187.0, 10182.0, 10208.0, 10189.0, 10210.0, 10189.0, 10232.0, 10187.0, 10209.0, 10168.0, 10209.0, 10185.0, 10205.0, 10164.0, 10208.0, 10165.0, 10182.0, 10166.0, 10209.0, 10180.0, 10206.0, 10179.0, 10195.0, 10179.0, 10199.0, 10192.0, 10219.0, 10190.0, 10214.0, 10204.0, 10200.0, 10181.0, 10199.0, 10197.0, 10204.0, 10177.0, 10190.0, 10175.0, 10167.0, 10157.0, 10171.0, 10155.0, 10163.0, 10157.0, 10166.0, 10157.0, 10170.0, 10173.0, 10183.0, 10177.0, 10165.0, 10190.0, 10182.0, 10192.0, 10183.0, 10212.0, 10164.0, 10196.0, 10161.0, 10191.0, 10162.0, 10174.0, 10146.0, 10170.0, 10141.0, 10180.0, 10155.0, 10179.0, 10166.0, 10205.0, 10180.0, 10210.0, 10185.0, 10202.0, 10183.0, 10209.0, 10179.0, 10186.0, 10179.0, 10195.0, 10159.0, 10175.0, 10153.0, 10184.0, 10162.0, 10175.0, 10155.0, 10162.0, 10142.0, 10164.0, 10160.0, 10186.0, 10156.0, 10180.0, 10145.0, 10180.0, 10147.0, 10198.0, 10166.0, 10210.0, 10181.0, 10205.0, 10180.0, 10186.0, 10164.0, 10211.0, 10182.0, 10194.0, 10210.0, 10178.0, 10214.0, 10216.0, 10232.0, 10191.0, 10224.0, 10193.0, 10221.0, 10235.0, 10211.0, 10219.0, 10183.0, 10210.0, 10151.0, 10188.0, 10157.0, 10187.0, 10159.0, 10177.0, 10158.0, 10175.0, 10140.0, 10162.0, 10159.0, 10174.0, 10156.0, 10164.0, 10174.0, 10162.0, 10187.0, 10142.0, 10185.0, 10149.0, 10168.0, 10137.0, 10182.0, 10106.0, 10155.0, 10123.0, 10162.0, 10145.0, 10161.0, 10148.0, 10174.0, 10153.0, 10164.0, 10131.0, 10163.0, 10168.0, 10165.0, 10150.0, 10175.0, 10152.0, 10156.0, 10132.0, 10156.0, 10154.0, 10153.0, 10149.0, 10158.0, 10140.0, 10144.0, 10134.0, 10158.0, 10144.0, 10156.0, 10172.0, 10140.0, 10150.0, 10137.0, 10153.0, 10156.0, 10151.0, 10134.0, 10167.0, 10119.0, 10162.0, 10119.0, 10153.0, 10144.0, 10160.0, 10122.0, 10176.0, 10120.0, 10159.0, 10130.0, 10162.0, 10156.0, 10159.0, 10158.0, 10161.0, 10153.0, 10169.0, 10151.0, 10180.0, 10179.0, 10259.0, 10285.0, 10230.0, 10178.0, 10156.0, 10171.0, 10149.0, 10210.0, 10169.0, 10201.0, 10164.0, 10199.0, 10183.0, 10201.0, 10175.0, 10183.0, 10157.0, 10177.0, 10153.0, 10174.0, 10147.0, 10168.0, 10153.0, 10168.0, 10128.0, 10147.0, 10141.0, 10181.0, 10148.0, 10158.0, 10150.0, 10146.0, 10139.0, 10162.0, 10141.0, 10178.0, 10170.0, 10160.0, 10136.0, 10144.0, 10135.0, 10176.0, 10149.0, 10169.0, 10149.0, 10141.0, 10116.0, 10141.0, 10134.0, 10159.0, 10134.0, 10145.0, 10132.0, 10139.0, 10134.0, 10153.0, 10135.0, 10147.0, 10134.0, 10138.0, 10133.0, 10137.0, 10151.0, 10153.0, 10153.0, 10135.0, 10148.0, 10120.0, 10163.0, 10145.0, 10148.0, 10124.0, 10164.0, 10124.0, 10178.0, 10125.0, 10177.0, 10146.0, 10174.0, 10141.0, 10180.0, 10150.0, 10161.0, 10139.0, 10178.0, 10153.0, 10165.0, 10170.0, 10177.0, 10154.0, 10177.0, 10158.0, 10180.0, 10158.0, 10180.0, 10156.0, 10153.0, 10136.0, 10154.0, 10157.0, 10149.0, 10154.0, 10134.0, 10149.0, 10149.0, 10157.0, 10172.0, 10154.0, 10156.0, 10171.0, 10154.0, 10156.0, 10160.0, 10163.0, 10161.0, 10175.0, 10155.0, 10188.0, 10161.0, 10185.0, 10181.0, 10175.0, 10164.0, 10191.0, 10160.0, 10187.0, 10160.0, 10193.0, 10155.0, 10187.0, 10150.0, 10189.0, 10150.0, 10187.0, 10176.0, 10213.0, 10171.0, 10208.0, 10184.0, 10208.0, 10180.0, 10205.0, 10187.0, 10207.0, 10181.0, 10205.0, 10162.0, 10188.0, 10167.0, 10205.0, 10178.0, 10187.0, 10172.0, 10178.0, 10159.0, 10181.0, 10176.0, 10182.0, 10178.0, 10197.0, 10170.0, 10196.0, 10173.0, 10197.0, 10181.0, 10198.0, 10178.0, 10196.0, 10159.0, 10168.0, 10157.0, 10182.0, 10159.0, 10183.0, 10173.0, 10195.0, 10157.0, 10176.0, 10157.0, 10177.0, 10158.0, 10181.0, 10156.0, 10181.0, 10173.0, 10182.0, 10158.0, 10178.0, 10160.0, 10180.0, 10171.0, 10186.0, 10157.0, 10182.0, 10155.0, 10183.0, 10163.0, 10182.0, 10175.0, 10196.0, 10174.0, 10202.0, 10164.0, 10203.0, 10182.0, 10191.0, 10183.0, 10197.0, 10181.0, 10190.0, 10185.0, 10198.0, 10183.0, 10192.0, 10180.0, 10158.0, 10168.0, 10156.0, 10172.0, 10161.0, 10174.0, 10133.0, 10188.0, 10148.0, 10184.0, 10150.0, 10205.0, 10164.0, 10205.0, 10180.0, 10193.0, 10167.0, 10188.0, 10180.0, 10208.0, 10183.0, 10192.0, 10183.0, 10176.0, 10162.0, 10174.0, 10178.0, 10179.0, 10177.0, 10165.0, 10175.0, 10158.0, 10175.0, 10160.0, 10193.0, 10155.0, 10190.0, 10154.0, 10205.0, 10152.0, 10205.0, 10172.0, 10204.0, 10177.0, 10204.0, 10180.0, 10200.0, 10180.0, 10208.0, 10183.0, 10201.0, 10179.0, 10172.0, 10164.0, 10176.0, 10163.0, 10172.0, 10174.0, 10176.0, 10171.0, 10155.0, 10156.0, 10164.0, 10171.0, 10129.0, 10185.0, 10134.0, 10187.0, 10183.0, 10206.0, 10167.0, 10179.0, 10222.0, 10182.0, 10220.0, 10204.0, 10171.0, 10227.0, 10202.0, 10209.0, 10178.0, 10189.0, 10178.0, 10148.0, 10184.0, 10140.0, 10181.0, 10140.0, 10180.0, 10155.0, 10201.0, 10159.0, 10183.0, 10174.0, 10148.0, 10170.0, 10141.0, 10184.0, 10168.0, 10188.0, 10163.0, 10201.0, 10158.0, 10182.0, 10155.0, 10186.0, 10163.0, 10182.0, 10171.0, 10165.0, 10153.0, 10150.0, 10159.0, 10171.0, 10164.0, 10188.0, 10160.0, 10183.0, 10160.0, 10159.0, 10157.0, 10174.0, 10160.0, 10172.0, 10163.0, 10170.0, 10145.0, 10168.0, 10158.0, 10175.0, 10166.0, 10188.0, 10156.0, 10170.0, 10159.0, 10164.0, 10152.0, 10185.0, 10163.0, 10156.0, 10193.0, 10164.0, 10176.0, 10146.0, 10189.0, 10154.0, 10176.0, 10144.0, 10191.0, 10143.0, 10165.0, 10124.0, 10149.0, 10129.0, 10189.0, 10146.0, 10184.0, 10160.0, 10182.0, 10165.0, 10203.0, 10181.0, 10196.0, 10182.0, 10187.0, 10147.0, 10187.0, 10174.0, 10186.0, 10167.0, 10174.0, 10137.0, 10157.0, 10134.0, 10163.0, 10134.0, 10142.0, 10148.0, 10132.0, 10148.0, 10122.0, 10151.0, 10146.0, 10155.0, 10126.0, 10186.0, 10127.0, 10166.0, 10143.0, 10187.0, 10160.0, 10181.0, 10156.0, 10198.0, 10158.0, 10174.0, 10155.0, 10205.0, 10157.0, 10166.0, 10164.0, 10151.0, 10155.0, 10138.0, 10151.0, 10129.0, 10167.0, 10136.0, 10193.0, 10156.0, 10193.0, 10164.0, 10188.0, 10165.0, 10204.0, 10178.0, 10174.0, 10176.0, 10160.0, 10181.0, 10189.0, 10180.0, 10136.0, 10190.0, 10152.0, 10189.0, 10167.0, 10207.0, 10185.0, 10205.0, 10185.0, 10216.0, 10211.0, 10184.0, 10179.0, 10162.0, 10212.0, 10167.0, 10203.0, 10176.0, 10167.0, 10190.0, 10164.0, 10210.0, 10177.0, 10179.0, 10173.0, 10182.0, 10192.0, 10171.0, 10140.0, 10169.0, 10120.0, 10177.0, 10132.0, 10176.0, 10147.0, 10177.0, 10147.0, 10142.0, 10126.0, 10097.0, 10117.0, 10089.0, 10117.0, 10122.0, 10118.0, 10090.0, 10146.0, 10092.0, 10125.0, 10109.0, 10131.0, 10110.0, 10153.0, 10129.0, 10150.0, 10128.0, 10136.0, 10130.0, 10161.0, 10153.0, 10124.0, 10182.0, 10144.0, 10192.0, 10177.0, 10186.0, 10202.0, 10179.0, 10154.0, 10128.0, 10167.0, 10131.0, 10180.0, 10122.0, 10171.0, 10148.0, 10168.0, 10158.0, 10127.0, 10124.0, 10097.0, 10134.0, 10096.0, 10164.0, 10129.0, 10134.0, 10124.0, 10084.0, 10138.0, 10099.0, 10154.0, 10133.0, 10163.0, 10132.0, 10108.0, 10146.0, 10123.0, 10162.0, 10138.0, 10166.0, 10154.0, 10166.0, 10169.0, 10122.0, 10178.0, 10123.0, 10177.0, 10142.0, 10179.0, 10155.0, 10180.0, 10152.0, 10164.0, 10165.0, 10122.0, 10166.0, 10126.0, 10164.0, 10145.0, 10181.0, 10143.0, 10180.0, 10144.0, 10191.0, 10140.0, 10175.0, 10106.0, 10144.0, 10118.0, 10155.0, 10137.0, 10169.0, 10139.0, 10173.0, 10121.0, 10171.0, 10135.0, 10177.0, 10153.0, 10169.0, 10154.0, 10174.0, 10137.0, 10180.0, 10159.0, 10179.0, 10172.0, 10180.0, 10154.0, 10177.0, 10150.0, 10179.0, 10144.0, 10158.0, 10133.0, 10131.0, 10117.0, 10126.0, 10153.0, 10119.0, 10180.0, 10132.0, 10184.0, 10160.0, 10200.0, 10161.0, 10193.0, 10169.0, 10190.0, 10169.0, 10192.0, 10165.0, 10176.0, 10162.0, 10168.0, 10131.0, 10142.0, 10132.0, 10154.0, 10134.0, 10129.0, 10147.0, 10106.0, 10144.0, 10109.0, 10165.0, 10124.0, 10179.0, 10124.0, 10175.0, 10135.0, 10178.0, 10151.0, 10173.0, 10156.0, 10175.0, 10138.0, 10187.0, 10143.0, 10169.0, 10172.0, 10129.0, 10168.0, 10128.0, 10170.0, 10145.0, 10180.0, 10144.0, 10181.0, 10141.0, 10172.0, 10139.0, 10173.0, 10150.0, 10173.0, 10150.0, 10171.0, 10136.0, 10172.0, 10154.0, 10175.0, 10154.0, 10148.0, 10138.0, 10121.0, 10145.0, 10126.0, 10150.0, 10121.0, 10152.0, 10123.0, 10148.0, 10121.0, 10149.0, 10123.0, 10160.0, 10120.0, 10146.0, 10119.0, 10149.0, 10132.0, 10170.0, 10150.0, 10199.0, 10164.0, 10190.0, 10154.0, 10168.0, 10179.0, 10151.0, 10211.0, 10150.0, 10204.0, 10162.0, 10201.0, 10180.0, 10195.0, 10191.0, 10190.0, 10154.0, 10162.0, 10156.0, 10179.0, 10156.0, 10141.0, 10151.0, 10124.0, 10149.0, 10126.0, 10167.0, 10129.0, 10193.0, 10141.0, 10179.0, 10141.0, 10179.0, 10159.0, 10198.0, 10173.0, 10197.0, 10160.0, 10163.0, 10162.0, 10140.0, 10176.0, 10133.0, 10221.0, 10153.0, 10197.0, 10149.0, 10201.0, 10163.0, 10196.0, 10160.0, 10194.0, 10159.0, 10194.0, 10157.0, 10195.0, 10157.0, 10178.0, 10172.0, 10179.0, 10146.0, 10183.0, 10162.0, 10200.0, 10164.0, 10131.0, 10174.0, 10138.0, 10191.0, 10176.0, 10222.0, 10188.0, 10219.0, 10179.0, 10190.0, 10194.0, 10208.0, 10189.0, 10199.0, 10175.0, 10127.0, 10156.0, 10122.0, 10169.0, 10147.0, 10181.0, 10123.0, 10174.0, 10125.0, 10175.0, 10155.0, 10192.0, 10156.0, 10195.0, 10157.0, 10129.0, 10173.0, 10155.0, 10207.0, 10152.0, 10200.0, 10176.0, 10199.0, 10160.0, 10175.0, 10162.0, 10129.0, 10198.0, 10132.0, 10197.0, 10143.0, 10196.0, 10165.0, 10185.0, 10174.0, 10143.0, 10171.0, 10143.0, 10172.0, 10165.0, 10200.0, 10175.0, 10197.0, 10159.0, 10168.0, 10141.0, 10181.0, 10171.0, 10168.0, 10172.0, 10123.0, 10154.0, 10128.0, 10167.0, 10145.0, 10181.0, 10158.0, 10200.0, 10156.0, 10182.0, 10158.0, 10156.0, 10171.0, 10132.0, 10203.0, 10144.0, 10194.0, 10153.0, 10195.0, 10174.0, 10179.0, 10169.0, 10176.0, 10137.0, 10153.0, 10154.0, 10133.0, 10154.0, 10130.0, 10180.0, 10144.0, 10186.0, 10168.0, 10200.0, 10163.0, 10197.0, 10172.0, 10179.0, 10153.0, 10165.0, 10153.0, 10181.0, 10153.0, 10137.0, 10139.0, 10126.0, 10160.0, 10130.0, 10169.0, 10151.0, 10199.0, 10164.0, 10175.0, 10163.0, 10145.0, 10174.0, 10148.0, 10187.0, 10133.0, 10203.0, 10141.0, 10178.0, 10138.0, 10178.0, 10137.0, 10179.0, 10164.0, 10168.0, 10170.0, 10131.0, 10167.0, 10145.0, 10186.0, 10164.0, 10207.0, 10169.0, 10211.0, 10178.0, 10187.0, 10158.0, 10186.0, 10161.0, 10184.0, 10177.0, 10129.0, 10156.0, 10126.0, 10149.0, 10149.0, 10157.0, 10129.0, 10180.0, 10129.0, 10165.0, 10128.0, 10182.0, 10147.0, 10198.0, 10161.0, 10200.0, 10161.0, 10185.0, 10163.0, 10184.0, 10165.0, 10188.0, 10172.0, 10143.0, 10160.0, 10130.0, 10154.0, 10132.0, 10186.0, 10146.0, 10200.0, 10174.0, 10196.0, 10160.0, 10196.0, 10178.0, 10204.0, 10174.0, 10192.0, 10170.0, 10180.0, 10138.0, 10159.0, 10140.0, 10168.0, 10140.0, 10123.0, 10152.0, 10147.0, 10156.0, 10175.0, 10197.0, 10151.0, 10184.0, 10165.0, 10175.0, 10192.0, 10204.0, 10244.0, 10215.0, 10248.0, 10221.0, 10200.0, 10215.0, 10185.0, 10216.0, 10193.0, 10154.0, 10208.0, 10182.0, 10209.0, 10191.0, 10149.0, 10187.0, 10145.0, 10196.0, 10159.0, 10168.0, 10152.0, 10125.0, 10201.0, 10139.0, 10174.0, 10148.0, 10163.0, 10155.0, 10127.0, 10185.0, 10141.0, 10183.0, 10145.0, 10165.0, 10167.0, 10164.0, 10192.0, 10152.0, 10188.0, 10176.0, 10160.0, 10204.0, 10175.0, 10158.0, 10169.0, 10134.0, 10179.0, 10141.0, 10177.0, 10157.0, 10183.0, 10170.0, 10180.0, 10149.0, 10154.0, 10141.0, 10138.0, 10156.0, 10148.0, 10189.0, 10169.0, 10207.0, 10168.0, 10191.0, 10188.0, 10196.0, 10191.0, 10213.0, 10178.0, 10153.0, 10181.0, 10146.0, 10176.0, 10152.0, 10210.0, 10158.0, 10203.0, 10167.0, 10203.0, 10177.0, 10200.0, 10183.0, 10208.0, 10184.0, 10201.0, 10170.0, 10193.0, 10181.0, 10192.0, 10162.0, 10166.0, 10175.0, 10163.0, 10176.0, 10165.0, 10176.0, 10159.0, 10211.0, 10159.0, 10205.0, 10166.0, 10205.0, 10180.0, 10203.0, 10184.0, 10204.0, 10175.0, 10196.0, 10173.0, 10195.0, 10192.0, 10197.0, 10174.0, 10191.0, 10142.0, 10165.0, 10163.0, 10187.0, 10160.0, 10185.0, 10158.0, 10176.0, 10143.0, 10186.0, 10162.0, 10182.0, 10176.0, 10153.0, 10148.0, 10154.0, 10141.0, 10170.0, 10139.0, 10168.0, 10156.0, 10138.0, 10158.0, 10142.0, 10148.0, 10180.0, 10152.0, 10166.0, 10164.0, 10157.0, 10162.0, 10162.0, 10166.0, 10179.0, 10180.0, 10161.0, 10177.0, 10165.0, 10160.0, 10165.0, 10158.0, 10157.0, 10189.0, 10134.0, 10173.0, 10130.0, 10174.0, 10156.0, 10204.0, 10170.0, 10219.0, 10157.0, 10201.0, 10154.0, 10199.0, 10153.0, 10198.0, 10146.0, 10167.0, 10146.0, 10169.0, 10147.0, 10173.0, 10152.0, 10191.0, 10153.0, 10190.0, 10168.0, 10192.0, 10167.0, 10208.0, 10169.0, 10205.0, 10166.0, 10204.0, 10155.0, 10198.0, 10142.0, 10187.0, 10145.0, 10194.0, 10143.0, 10194.0, 10146.0, 10179.0, 10145.0, 10183.0, 10164.0, 10187.0, 10166.0, 10203.0, 10165.0, 10207.0, 10172.0, 10205.0, 10175.0, 10208.0, 10201.0, 10193.0, 10168.0, 10189.0, 10164.0, 10214.0, 10200.0, 10164.0, 10197.0, 10151.0, 10173.0, 10148.0, 10171.0, 10152.0, 10209.0, 10172.0, 10205.0, 10170.0, 10223.0, 10185.0, 10220.0, 10189.0, 10221.0, 10199.0, 10223.0, 10194.0, 10191.0, 10164.0, 10193.0, 10161.0, 10193.0, 10167.0, 10163.0, 10178.0, 10154.0, 10180.0, 10166.0, 10194.0, 10153.0, 10222.0, 10151.0, 10198.0, 10145.0, 10186.0, 10166.0, 10203.0, 10162.0, 10189.0, 10169.0, 10161.0, 10163.0, 10153.0, 10178.0, 10175.0, 10209.0, 10169.0, 10219.0, 10166.0, 10203.0, 10179.0, 10203.0, 10193.0, 10171.0, 10180.0, 10144.0, 10158.0, 10141.0, 10155.0, 10151.0, 10187.0, 10149.0, 10197.0, 10152.0, 10201.0, 10167.0, 10206.0, 10171.0, 10205.0, 10181.0, 10196.0, 10186.0, 10176.0, 10170.0, 10179.0, 10186.0, 10168.0, 10209.0, 10152.0, 10203.0, 10151.0, 10204.0, 10172.0, 10221.0, 10185.0, 10205.0, 10182.0, 10190.0, 10162.0, 10177.0, 10158.0, 10192.0, 10198.0, 10152.0, 10205.0, 10152.0, 10206.0, 10166.0, 10223.0, 10174.0, 10218.0, 10186.0, 10211.0, 10158.0, 10194.0, 10168.0, 10190.0, 10181.0, 10177.0, 10181.0, 10147.0, 10176.0, 10166.0, 10192.0, 10170.0, 10200.0, 10166.0, 10216.0, 10170.0, 10204.0, 10184.0, 10219.0, 10199.0, 10205.0, 10173.0, 10192.0, 10168.0, 10188.0, 10169.0, 10180.0, 10182.0, 10164.0, 10183.0, 10155.0, 10181.0, 10169.0, 10197.0, 10170.0, 10224.0, 10171.0, 10221.0, 10170.0, 10229.0, 10192.0, 10211.0, 10200.0, 10197.0, 10184.0, 10185.0, 10201.0, 10192.0, 10202.0, 10172.0, 10227.0, 10177.0, 10225.0, 10174.0, 10223.0, 10170.0, 10224.0, 10186.0, 10221.0, 10172.0, 10202.0, 10182.0, 10210.0, 10183.0, 10190.0, 10195.0, 10177.0, 10166.0, 10166.0, 10186.0, 10186.0, 10196.0, 10155.0, 10210.0, 10153.0, 10177.0, 10168.0, 10226.0, 10173.0, 10226.0, 10202.0, 10209.0, 10177.0, 10207.0, 10179.0, 10205.0, 10196.0, 10194.0, 10181.0, 10161.0, 10166.0, 10160.0, 10181.0, 10168.0, 10206.0, 10183.0, 10227.0, 10173.0, 10211.0, 10190.0, 10237.0, 10202.0, 10198.0, 10193.0, 10166.0, 10182.0, 10161.0, 10193.0, 10151.0, 10206.0, 10145.0, 10201.0, 10140.0, 10181.0, 10151.0, 10207.0, 10163.0, 10204.0, 10167.0, 10174.0, 10162.0, 10154.0, 10195.0, 10150.0, 10223.0, 10159.0, 10204.0, 10146.0, 10180.0, 10160.0, 10224.0, 10205.0, 10221.0, 10208.0, 10156.0, 10168.0, 10147.0, 10183.0, 10149.0, 10182.0, 10164.0, 10187.0, 10148.0, 10203.0, 10178.0, 10206.0, 10199.0, 10148.0, 10162.0, 10147.0, 10207.0, 10179.0, 10156.0, 10196.0, 10167.0, 10158.0, 10142.0, 10109.0, 10127.0, 10119.0, 10169.0, 10118.0, 10167.0, 10113.0, 10119.0, 10107.0, 10096.0, 10134.0, 10123.0, 10147.0, 10118.0, 10172.0, 10126.0, 10147.0, 10143.0, 10138.0, 10162.0, 10144.0, 10190.0, 10129.0, 10181.0, 10145.0, 10194.0, 10161.0, 10208.0, 10175.0, 10139.0, 10185.0, 10129.0, 10182.0, 10158.0, 10154.0, 10161.0, 10147.0, 10181.0, 10127.0, 10194.0, 10154.0, 10171.0, 10157.0, 10144.0, 10194.0, 10139.0, 10177.0, 10141.0, 10137.0, 10152.0, 10127.0, 10184.0, 10146.0, 10198.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.001773604525862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.04686850048491379</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.77226654423184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2257530710997306</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858744814016174</td></tr>
<tr><td colspan=3>efc</td><td>0.49</td></tr>
<tr><td colspan=3>fber</td><td>6370.9624</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.091849134174955</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.418103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.348359680530383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28653267275754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5762610294862416</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1822853393473687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00592443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017537198960781097</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04132544621825218</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.314810860354167</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.8706</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9653</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.274</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296412.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1056.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.3014</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2225</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8751</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3869.3344</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4045.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.5787</td></tr>
<tr><td colspan=3>tsnr</td><td>33.76930550951511</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>