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

616 lines
No EOL
188 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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>0bad182a414c93d7193520b105143f45</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:30:22.622500</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.998692, -0.0148348, 0.0489352, 0.019699, 0.994745, -0.100467]</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_brain_imaging_center</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.110043</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7233, 552, -40, -130, -91, 41]</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>277.896</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a081165f-d8e0-4072-aff7-3c93481edf0d||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.679417133331299, 0.05285090580582619, 0.1274065375328064, 105.95840454101562], [0.03980059549212456, 2.6688289642333984, -0.27350983023643494, -90.60865020751953], [0.13128945231437683, 0.2695466876029968, 2.6830878257751465, -83.98602294921875], [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': ['133022.622500', '133023.082500', '133023.542500', '133024.002500', '133024.462500', '133024.922500', '133025.382500', '133025.842500', '133026.302500', '133026.762500', '133027.222500', '133027.682500', '133028.142500', '133028.602500', '133029.062500', '133029.522500', '133029.982500', '133030.442500', '133030.902500', '133031.362500', '133031.822500', '133032.282500', '133032.742500', '133033.202500', '133033.662500', '133034.122500', '133034.582500', '133035.042500', '133035.502500', '133035.962500', '133036.422500', '133036.882500', '133037.342500', '133037.802500', '133038.262500', '133038.722500', '133039.182500', '133039.642500', '133040.102500', '133040.562500', '133041.022500', '133041.482500', '133041.942500', '133042.402500', '133042.862500', '133043.322500', '133043.782500', '133044.242500', '133044.702500', '133045.162500', '133045.622500', '133046.082500', '133046.542500', '133047.002500', '133047.462500', '133047.922500', '133048.382500', '133048.842500', '133049.302500', '133049.762500', '133050.222500', '133050.682500', '133051.142500', '133051.602500', '133052.062500', '133052.522500', '133052.982500', '133053.442500', '133053.902500', '133054.362500', '133054.822500', '133055.282500', '133055.742500', '133056.202500', '133056.662500', '133057.122500', '133057.582500', '133058.042500', '133058.502500', '133058.962500', '133059.422500', '133059.882500', '133100.342500', '133100.802500', '133101.262500', '133101.722500', '133102.182500', '133102.642500', '133103.102500', '133103.562500', '133104.022500', '133104.482500', '133104.942500', '133105.402500', '133105.862500', '133106.322500', '133106.782500', '133107.242500', '133107.702500', '133108.162500', '133108.622500', '133109.082500', '133109.542500', '133110.002500', '133110.462500', '133110.922500', '133111.382500', '133111.842500', '133112.302500', '133112.762500', '133113.222500', '133113.682500', '133114.142500', '133114.602500', '133115.062500', '133115.522500', '133115.982500', '133116.442500', '133116.902500', '133117.362500', '133117.822500', '133118.282500', '133118.742500', '133119.202500', '133119.662500', '133120.122500', '133120.582500', '133121.042500', '133121.502500', '133121.962500', '133122.422500', '133122.882500', '133123.342500', '133123.802500', '133124.262500', '133124.722500', '133125.182500', '133125.642500', '133126.102500', '133126.562500', '133127.022500', '133127.482500', '133127.942500', '133128.402500', '133128.862500', '133129.322500', '133129.782500', '133130.242500', '133130.702500', '133131.162500', '133131.622500', '133132.082500', '133132.542500', '133133.002500', '133133.462500', '133133.922500', '133134.382500', '133134.842500', '133135.302500', '133135.762500', '133136.222500', '133136.682500', '133137.142500', '133137.602500', '133138.062500', '133138.522500', '133138.982500', '133139.442500', '133139.902500', '133140.362500', '133140.822500', '133141.282500', '133141.742500', '133142.202500', '133142.662500', '133143.122500', '133143.582500', '133144.042500', '133144.502500', '133144.962500', '133145.422500', '133145.882500', '133146.342500', '133146.802500', '133147.262500', '133147.722500', '133148.182500', '133148.642500', '133149.102500', '133149.562500', '133150.022500', '133150.482500', '133150.942500', '133151.402500', '133151.862500', '133152.322500', '133152.782500', '133153.242500', '133153.702500', '133154.162500', '133154.622500', '133155.082500', '133155.542500', '133156.002500', '133156.462500', '133156.922500', '133157.382500', '133157.842500', '133158.302500', '133158.762500', '133159.222500', '133159.682500', '133200.142500', '133200.602500', '133201.062500', '133201.522500', '133201.982500', '133202.442500', '133202.902500', '133203.362500', '133203.822500', '133204.282500', '133204.742500', '133205.202500', '133205.662500', '133206.122500', '133206.582500', '133207.042500', '133207.502500', '133207.962500', '133208.422500', '133208.882500', '133209.342500', '133209.802500', '133210.262500', '133210.722500', '133211.182500', '133211.642500', '133212.102500', '133212.562500', '133213.022500', '133213.482500', '133213.942500', '133214.402500', '133214.862500', '133215.322500', '133215.782500', '133216.242500', '133216.702500', '133217.162500', '133217.622500', '133218.082500', '133218.542500', '133219.002500', '133219.462500', '133219.922500', '133220.382500', '133220.842500', '133221.302500', '133221.762500', '133222.222500', '133222.682500', '133223.142500', '133223.602500', '133224.062500', '133224.522500', '133224.982500', '133225.442500', '133225.902500', '133226.362500', '133226.822500', '133227.282500', '133227.742500', '133228.202500', '133228.662500', '133229.122500', '133229.582500', '133230.042500', '133230.502500', '133230.962500', '133231.422500', '133231.882500', '133232.342500', '133232.802500', '133233.262500', '133233.722500', '133234.182500', '133234.642500', '133235.102500', '133235.562500', '133236.022500', '133236.482500', '133236.942500', '133237.402500', '133237.862500', '133238.322500', '133238.782500', '133239.242500', '133239.702500', '133240.162500', '133240.622500', '133241.082500', '133241.542500', '133242.002500', '133242.462500', '133242.922500', '133243.382500', '133243.842500', '133244.302500', '133244.762500', '133245.222500', '133245.682500', '133246.142500', '133246.602500', '133247.062500', '133247.522500', '133247.982500', '133248.442500', '133248.902500', '133249.362500', '133249.822500', '133250.282500', '133250.742500', '133251.202500', '133251.662500', '133252.122500', '133252.582500', '133253.042500', '133253.502500', '133253.962500', '133254.422500', '133254.882500', '133255.342500', '133255.802500', '133256.262500', '133256.722500', '133257.182500', '133257.642500', '133258.102500', '133258.562500', '133259.022500', '133259.482500', '133259.942500', '133300.402500', '133300.862500', '133301.322500', '133301.782500', '133302.242500', '133302.702500', '133303.162500', '133303.622500', '133304.082500', '133304.542500', '133305.002500', '133305.462500', '133305.922500', '133306.382500', '133306.842500', '133307.302500', '133307.762500', '133308.222500', '133308.682500', '133309.142500', '133309.602500', '133310.062500', '133310.522500', '133310.982500', '133311.442500', '133311.902500', '133312.362500', '133312.822500', '133313.282500', '133313.742500', '133314.202500', '133314.662500', '133315.122500', '133315.582500', '133316.042500', '133316.502500', '133316.962500', '133317.422500', '133317.882500', '133318.342500', '133318.802500', '133319.262500', '133319.722500', '133320.182500', '133320.642500', '133321.102500', '133321.562500', '133322.022500', '133322.482500', '133322.942500', '133323.402500', '133323.862500', '133324.322500', '133324.782500', '133325.242500', '133325.702500', '133326.162500', '133326.622500', '133327.082500', '133327.542500', '133328.002500', '133328.462500', '133328.922500', '133329.382500', '133329.842500', '133330.302500', '133330.762500', '133331.222500', '133331.682500', '133332.142500', '133332.602500', '133333.062500', '133333.522500', '133333.982500', '133334.442500', '133334.902500', '133335.362500', '133335.822500', '133336.282500', '133336.742500', '133337.202500', '133337.662500', '133338.122500', '133338.582500', '133339.042500', '133339.502500', '133339.962500', '133340.422500', '133340.882500', '133341.342500', '133341.802500', '133342.262500', '133342.722500', '133343.182500', '133343.642500', '133344.102500', '133344.562500', '133345.022500', '133345.482500', '133345.942500', '133346.402500', '133346.862500', '133347.322500', '133347.782500', '133348.242500', '133348.702500', '133349.162500', '133349.622500', '133350.082500', '133350.542500', '133351.002500', '133351.462500', '133351.922500', '133352.382500', '133352.842500', '133353.302500', '133353.762500', '133354.222500', '133354.682500', '133355.142500', '133355.602500', '133356.062500', '133356.522500', '133356.982500', '133357.442500', '133357.902500', '133358.362500', '133358.822500', '133359.282500', '133359.742500', '133400.202500', '133400.662500', '133401.122500', '133401.582500', '133402.042500', '133402.502500', '133402.962500', '133403.422500', '133403.882500', '133404.342500', '133404.802500', '133405.262500', '133405.722500', '133406.182500', '133406.642500', '133407.102500', '133407.562500', '133408.022500', '133408.482500', '133408.942500', '133409.402500', '133409.862500', '133410.322500', '133410.782500', '133411.242500', '133411.702500', '133412.162500', '133412.622500', '133413.082500', '133413.542500', '133414.002500', '133414.462500', '133414.922500', '133415.382500', '133415.842500', '133416.302500', '133416.762500', '133417.222500', '133417.682500', '133418.142500', '133418.602500', '133419.062500', '133419.522500', '133419.982500', '133420.442500', '133420.902500', '133421.362500', '133421.822500', '133422.282500', '133422.742500', '133423.202500', '133423.662500', '133424.122500', '133424.582500', '133425.042500', '133425.502500', '133425.962500', '133426.422500', '133426.882500', '133427.342500', '133427.802500', '133428.262500', '133428.722500', '133429.182500', '133429.642500', '133430.102500', '133430.562500', '133431.022500', '133431.482500', '133431.942500', '133432.402500', '133432.862500', '133433.322500', '133433.782500', '133434.242500', '133434.702500', '133435.162500', '133435.622500', '133436.082500', '133436.542500', '133437.002500', '133437.462500', '133437.922500', '133438.382500', '133438.842500', '133439.302500', '133439.762500', '133440.222500', '133440.682500', '133441.142500', '133441.602500', '133442.062500', '133442.522500', '133442.982500', '133443.442500', '133443.902500', '133444.362500', '133444.822500', '133445.282500', '133445.742500', '133446.202500', '133446.662500', '133447.122500', '133447.582500', '133448.042500', '133448.502500', '133448.962500', '133449.422500', '133449.882500', '133450.342500', '133450.802500', '133451.262500', '133451.722500', '133452.182500', '133452.642500', '133453.102500', '133453.562500', '133454.022500', '133454.482500', '133454.942500', '133455.402500', '133455.862500', '133456.322500', '133456.782500', '133457.242500', '133457.702500', '133458.162500', '133458.622500', '133459.082500', '133459.542500', '133500.002500', '133500.462500', '133500.922500', '133501.382500', '133501.842500', '133502.302500', '133502.762500', '133503.222500', '133503.682500', '133504.142500', '133504.602500', '133505.062500', '133505.522500', '133505.982500', '133506.442500', '133506.902500', '133507.362500', '133507.822500', '133508.282500', '133508.742500', '133509.202500', '133509.662500', '133510.122500', '133510.582500', '133511.042500', '133511.502500', '133511.962500', '133512.422500', '133512.882500', '133513.342500', '133513.802500', '133514.262500', '133514.722500', '133515.182500', '133515.642500', '133516.102500', '133516.562500', '133517.022500', '133517.482500', '133517.942500', '133518.402500', '133518.862500', '133519.322500', '133519.782500', '133520.242500', '133520.702500', '133521.162500', '133521.622500', '133522.082500', '133522.542500', '133523.002500', '133523.462500', '133523.922500', '133524.382500', '133524.842500', '133525.302500', '133525.762500', '133526.222500', '133526.682500', '133527.142500', '133527.602500', '133528.062500', '133528.522500', '133528.982500', '133529.442500', '133529.902500', '133530.362500', '133530.822500', '133531.282500', '133531.742500', '133532.202500', '133532.662500', '133533.122500', '133533.582500', '133534.042500', '133534.502500', '133534.962500', '133535.422500', '133535.882500', '133536.342500', '133536.802500', '133537.262500', '133537.722500', '133538.182500', '133538.642500', '133539.102500', '133539.562500', '133540.022500', '133540.482500', '133540.942500', '133541.402500', '133541.862500', '133542.322500', '133542.782500', '133543.242500', '133543.702500', '133544.162500', '133544.622500', '133545.082500', '133545.542500', '133546.002500', '133546.462500', '133546.922500', '133547.382500', '133547.842500', '133548.302500', '133548.762500', '133549.222500', '133549.682500', '133550.142500', '133550.602500', '133551.062500', '133551.522500', '133551.982500', '133552.442500', '133552.902500', '133553.362500', '133553.822500', '133554.282500', '133554.742500', '133555.202500', '133555.662500', '133556.122500', '133556.582500', '133557.042500', '133557.502500', '133557.962500', '133558.422500', '133558.882500', '133559.342500', '133559.802500', '133600.262500', '133600.722500', '133601.182500', '133601.642500', '133602.102500', '133602.562500', '133603.022500', '133603.482500', '133603.942500', '133604.402500', '133604.862500', '133605.322500', '133605.782500', '133606.242500', '133606.702500', '133607.162500', '133607.622500', '133608.082500', '133608.542500', '133609.002500', '133609.462500', '133609.922500', '133610.382500', '133610.842500', '133611.302500', '133611.762500', '133612.222500', '133612.682500', '133613.142500', '133613.602500', '133614.062500', '133614.522500', '133614.982500', '133615.442500', '133615.902500', '133616.362500', '133616.822500', '133617.282500', '133617.742500', '133618.202500', '133618.662500', '133619.122500', '133619.582500', '133620.042500', '133620.502500', '133620.962500', '133621.422500', '133621.882500', '133622.342500', '133622.802500', '133623.262500', '133623.722500', '133624.182500', '133624.642500', '133625.102500', '133625.562500', '133626.022500', '133626.482500', '133626.942500', '133627.402500', '133627.862500', '133628.322500', '133628.782500', '133629.242500', '133629.702500', '133630.162500', '133630.622500', '133631.082500', '133631.542500', '133632.002500', '133632.462500', '133632.922500', '133633.382500', '133633.842500', '133634.302500', '133634.762500', '133635.222500', '133635.682500', '133636.142500', '133636.602500', '133637.062500', '133637.522500', '133637.982500', '133638.442500', '133638.902500', '133639.362500', '133639.822500', '133640.282500', '133640.742500', '133641.202500', '133641.662500', '133642.122500', '133642.582500', '133643.042500', '133643.502500', '133643.962500', '133644.422500', '133644.882500', '133645.342500', '133645.802500', '133646.262500', '133646.722500', '133647.182500', '133647.642500', '133648.102500', '133648.562500', '133649.022500', '133649.482500', '133649.942500', '133650.402500', '133650.862500', '133651.322500', '133651.782500', '133652.242500', '133652.702500', '133653.162500', '133653.622500', '133654.082500', '133654.542500', '133655.002500', '133655.462500', '133655.922500', '133656.382500', '133656.842500', '133657.302500', '133657.762500', '133658.222500', '133658.682500', '133659.142500', '133659.602500', '133700.062500', '133700.522500', '133700.982500', '133701.442500', '133701.902500', '133702.362500', '133702.822500', '133703.282500', '133703.742500', '133704.202500', '133704.662500', '133705.122500', '133705.582500', '133706.042500', '133706.502500', '133706.962500', '133707.422500', '133707.882500', '133708.342500', '133708.802500', '133709.262500', '133709.722500', '133710.182500', '133710.642500', '133711.102500', '133711.562500', '133712.022500', '133712.482500', '133712.942500', '133713.402500', '133713.862500', '133714.322500', '133714.782500', '133715.242500', '133715.702500', '133716.162500', '133716.622500', '133717.082500', '133717.542500', '133718.002500', '133718.462500', '133718.922500', '133719.382500', '133719.842500', '133720.302500', '133720.762500', '133721.222500', '133721.682500', '133722.142500', '133722.602500', '133723.062500', '133723.522500', '133723.982500', '133724.442500', '133724.902500', '133725.362500', '133725.822500', '133726.282500', '133726.742500', '133727.202500', '133727.662500', '133728.122500', '133728.582500', '133729.042500', '133729.502500', '133729.962500', '133730.422500', '133730.882500', '133731.342500', '133731.802500', '133732.262500', '133732.722500', '133733.182500', '133733.642500', '133734.102500', '133734.562500', '133735.022500', '133735.482500', '133735.942500', '133736.402500', '133736.862500', '133737.322500', '133737.782500', '133738.242500', '133738.702500', '133739.162500', '133739.622500', '133740.082500', '133740.542500', '133741.002500', '133741.462500', '133741.922500', '133742.382500', '133742.842500', '133743.302500', '133743.762500', '133744.222500', '133744.682500', '133745.142500', '133745.602500', '133746.062500', '133746.522500', '133746.982500', '133747.442500', '133747.902500', '133748.362500', '133748.822500', '133749.282500', '133749.742500', '133750.202500', '133750.662500', '133751.122500', '133751.582500', '133752.042500', '133752.502500', '133752.962500', '133753.422500', '133753.882500', '133754.342500', '133754.802500', '133755.262500', '133755.722500', '133756.182500', '133756.642500', '133757.102500', '133757.562500', '133758.022500', '133758.482500', '133758.942500', '133759.402500', '133759.862500', '133800.322500', '133800.782500', '133801.242500', '133801.702500', '133802.162500', '133802.622500', '133803.082500', '133803.542500', '133804.002500', '133804.462500', '133804.922500', '133805.382500', '133805.842500', '133806.302500', '133806.762500', '133807.222500', '133807.682500', '133808.142500', '133808.602500', '133809.062500', '133809.522500', '133809.982500', '133810.442500', '133810.902500', '133811.362500', '133811.822500', '133812.282500', '133812.742500', '133813.202500', '133813.662500', '133814.122500', '133814.582500', '133815.042500', '133815.502500', '133815.962500', '133816.422500', '133816.882500', '133817.342500', '133817.802500', '133818.262500', '133818.722500', '133819.182500', '133819.642500', '133820.102500', '133820.562500', '133821.022500', '133821.482500', '133821.942500', '133822.402500', '133822.862500', '133823.322500', '133823.782500', '133824.242500', '133824.702500', '133825.162500', '133825.622500', '133826.082500', '133826.542500', '133827.002500', '133827.462500', '133827.922500', '133828.382500', '133828.842500', '133829.302500', '133829.762500', '133830.222500', '133830.682500', '133831.142500', '133831.602500', '133832.062500', '133832.522500', '133832.982500', '133833.442500', '133833.902500', '133834.362500', '133834.822500', '133835.282500', '133835.742500', '133836.202500', '133836.662500', '133837.122500', '133837.582500', '133838.042500', '133838.502500', '133838.962500', '133839.422500', '133839.882500', '133840.342500', '133840.802500', '133841.262500', '133841.722500', '133842.182500', '133842.642500', '133843.102500', '133843.562500', '133844.022500', '133844.482500', '133844.942500', '133845.402500', '133845.862500', '133846.322500', '133846.782500', '133847.242500', '133847.702500', '133848.162500', '133848.622500', '133849.082500', '133849.542500', '133850.002500', '133850.462500', '133850.922500', '133851.382500', '133851.842500', '133852.302500', '133852.762500', '133853.222500', '133853.682500', '133854.142500', '133854.602500', '133855.062500', '133855.522500', '133855.982500', '133856.442500', '133856.902500', '133857.362500', '133857.822500', '133858.282500', '133858.742500', '133859.202500', '133859.662500', '133900.122500', '133900.582500', '133901.042500', '133901.502500', '133901.962500', '133902.422500', '133902.882500', '133903.342500', '133903.802500', '133904.262500', '133904.722500', '133905.182500', '133905.642500', '133906.102500', '133906.562500', '133907.022500', '133907.482500', '133907.942500', '133908.402500', '133908.862500', '133909.322500', '133909.782500', '133910.242500', '133910.702500', '133911.162500', '133911.622500', '133912.082500', '133912.542500', '133913.002500', '133913.462500', '133913.922500', '133914.382500', '133914.842500', '133915.302500', '133915.762500', '133916.222500', '133916.682500', '133917.142500', '133917.602500', '133918.062500', '133918.522500', '133918.982500', '133919.442500', '133919.902500', '133920.362500', '133920.822500', '133921.282500', '133921.742500', '133922.202500', '133922.662500', '133923.122500', '133923.582500', '133924.042500', '133924.502500', '133924.962500', '133925.422500', '133925.882500', '133926.342500', '133926.802500', '133927.262500', '133927.722500', '133928.182500', '133928.642500', '133929.102500', '133929.562500', '133930.022500', '133930.482500', '133930.942500', '133931.402500', '133931.862500', '133932.322500', '133932.782500', '133933.242500', '133933.702500', '133934.162500', '133934.622500', '133935.082500', '133935.542500', '133936.002500', '133936.462500', '133936.922500', '133937.382500', '133937.842500', '133938.302500', '133938.762500', '133939.222500', '133939.682500', '133940.142500', '133940.602500', '133941.062500', '133941.522500', '133941.982500', '133942.442500', '133942.902500', '133943.362500', '133943.822500', '133944.282500', '133944.742500', '133945.202500', '133945.662500', '133946.122500', '133946.582500', '133947.042500', '133947.502500', '133947.962500', '133948.422500', '133948.882500', '133949.342500', '133949.802500', '133950.262500', '133950.722500', '133951.182500', '133951.642500', '133952.102500', '133952.562500', '133953.022500', '133953.482500', '133953.942500', '133954.402500', '133954.862500', '133955.322500', '133955.782500', '133956.242500', '133956.702500', '133957.162500', '133957.622500', '133958.082500', '133958.542500', '133959.002500', '133959.462500', '133959.922500', '134000.382500', '134000.842500', '134001.302500', '134001.762500', '134002.222500', '134002.682500', '134003.142500', '134003.602500', '134004.062500', '134004.522500', '134004.982500', '134005.442500', '134005.902500', '134006.362500', '134006.822500', '134007.282500', '134007.742500', '134008.202500', '134008.662500', '134009.122500', '134009.582500', '134010.042500', '134010.502500', '134010.962500', '134011.422500', '134011.882500', '134012.342500', '134012.802500', '134013.262500', '134013.722500', '134014.182500', '134014.642500', '134015.102500', '134015.562500', '134016.022500', '134016.482500', '134016.942500', '134017.402500', '134017.862500', '134018.322500', '134018.782500', '134019.242500', '134019.702500', '134020.162500', '134020.622500', '134021.082500', '134021.542500', '134022.002500', '134022.462500', '134022.922500', '134023.382500', '134023.842500', '134024.302500', '134024.762500', '134025.222500', '134025.682500', '134026.142500', '134026.602500', '134027.062500', '134027.522500', '134027.982500', '134028.442500', '134028.902500', '134029.362500', '134029.822500', '134030.282500', '134030.742500', '134031.202500', '134031.662500', '134032.122500', '134032.582500', '134033.042500', '134033.502500', '134033.962500', '134034.422500', '134034.882500', '134035.342500', '134035.802500', '134036.262500', '134036.722500', '134037.182500', '134037.642500', '134038.102500', '134038.562500', '134039.022500', '134039.482500', '134039.942500', '134040.402500', '134040.862500', '134041.322500', '134041.782500', '134042.242500', '134042.702500', '134043.162500', '134043.622500', '134044.082500', '134044.542500', '134045.002500', '134045.462500', '134045.922500', '134046.382500', '134046.842500', '134047.302500', '134047.762500', '134048.222500', '134048.682500', '134049.142500', '134049.602500', '134050.062500', '134050.522500', '134050.982500', '134051.442500', '134051.902500', '134052.362500', '134052.822500', '134053.282500', '134053.742500', '134054.202500', '134054.662500', '134055.122500', '134055.582500', '134056.042500', '134056.502500', '134056.962500', '134057.422500', '134057.882500', '134058.342500', '134058.802500', '134059.262500', '134059.722500', '134100.182500', '134100.642500', '134101.102500', '134101.562500', '134102.022500', '134102.482500', '134102.942500', '134103.402500', '134103.862500', '134104.322500', '134104.782500', '134105.242500', '134105.702500', '134106.162500', '134106.622500', '134107.082500', '134107.542500', '134108.002500', '134108.462500', '134108.922500', '134109.382500', '134109.842500', '134110.302500', '134110.762500', '134111.222500', '134111.682500', '134112.142500', '134112.602500', '134113.062500', '134113.522500', '134113.982500', '134114.442500', '134114.902500', '134115.362500', '134115.822500', '134116.282500', '134116.742500', '134117.202500', '134117.662500', '134118.122500', '134118.582500', '134119.042500', '134119.502500', '134119.962500', '134120.422500', '134120.882500', '134121.342500', '134121.802500', '134122.262500', '134122.722500', '134123.182500', '134123.642500', '134124.102500', '134124.562500', '134125.022500', '134125.482500', '134125.942500', '134126.402500', '134126.862500', '134127.322500', '134127.782500', '134128.242500', '134128.702500', '134129.162500', '134129.622500', '134130.082500', '134130.542500', '134131.002500', '134131.462500', '134131.922500', '134132.382500', '134132.842500', '134133.302500', '134133.762500', '134134.222500', '134134.682500', '134135.142500', '134135.602500', '134136.062500', '134136.522500', '134136.982500', '134137.442500', '134137.902500', '134138.362500', '134138.822500', '134139.282500', '134139.742500', '134140.202500', '134140.662500', '134141.122500', '134141.582500', '134142.042500', '134142.502500', '134142.962500', '134143.422500', '134143.882500', '134144.342500', '134144.802500', '134145.262500', '134145.722500', '134146.182500', '134146.642500', '134147.102500', '134147.562500', '134148.022500', '134148.482500', '134148.942500', '134149.402500', '134149.862500', '134150.322500', '134150.782500', '134151.242500', '134151.702500', '134152.162500', '134152.622500', '134153.082500', '134153.542500', '134154.002500', '134154.462500', '134154.922500', '134155.382500', '134155.842500', '134156.302500', '134156.762500', '134157.222500', '134157.682500', '134158.142500', '134158.602500', '134159.062500', '134159.522500', '134159.982500', '134200.442500', '134200.902500', '134201.362500', '134201.822500', '134202.282500', '134202.742500', '134203.202500', '134203.662500', '134204.122500', '134204.582500', '134205.042500', '134205.502500', '134205.962500', '134206.422500', '134206.882500', '134207.342500', '134207.802500', '134208.262500', '134208.722500', '134209.182500', '134209.642500', '134210.102500', '134210.562500', '134211.022500', '134211.482500', '134211.942500', '134212.402500', '134212.862500', '134213.322500', '134213.782500', '134214.242500', '134214.702500', '134215.162500', '134215.622500', '134216.082500', '134216.542500', '134217.002500', '134217.462500', '134217.922500', '134218.382500', '134218.842500', '134219.302500', '134219.762500', '134220.222500', '134220.682500', '134221.142500', '134221.602500', '134222.062500', '134222.522500', '134222.982500', '134223.442500', '134223.902500', '134224.362500', '134224.822500', '134225.282500', '134225.742500', '134226.202500', '134226.662500', '134227.122500', '134227.582500', '134228.042500', '134228.502500', '134228.962500', '134229.422500', '134229.882500', '134230.342500', '134230.802500', '134231.262500', '134231.722500', '134232.182500', '134232.642500', '134233.102500', '134233.562500', '134234.022500', '134234.482500', '134234.942500', '134235.402500', '134235.862500', '134236.322500', '134236.782500', '134237.242500', '134237.702500', '134238.162500', '134238.622500', '134239.082500', '134239.542500', '134240.002500', '134240.462500', '134240.922500', '134241.382500', '134241.842500', '134242.302500', '134242.762500', '134243.222500', '134243.682500', '134244.142500', '134244.602500', '134245.062500', '134245.522500', '134245.982500', '134246.442500', '134246.902500', '134247.362500', '134247.822500', '134248.282500', '134248.742500', '134249.202500', '134249.662500', '134250.122500', '134250.582500', '134251.042500', '134251.502500', '134251.962500', '134252.422500', '134252.882500', '134253.342500', '134253.802500', '134254.262500', '134254.722500', '134255.182500', '134255.642500', '134256.102500', '134256.562500', '134257.022500', '134257.482500', '134257.942500', '134258.402500', '134258.862500', '134259.322500', '134259.782500', '134300.242500', '134300.702500', '134301.162500', '134301.622500', '134302.082500', '134302.542500', '134303.002500', '134303.462500', '134303.922500', '134304.382500', '134304.842500', '134305.302500', '134305.762500', '134306.222500', '134306.682500', '134307.142500', '134307.602500', '134308.062500', '134308.522500', '134308.982500', '134309.442500', '134309.902500', '134310.362500', '134310.822500', '134311.282500', '134311.742500', '134312.202500', '134312.662500', '134313.122500', '134313.582500', '134314.042500', '134314.502500', '134314.962500', '134315.422500', '134315.882500', '134316.342500', '134316.802500', '134317.262500', '134317.722500', '134318.182500', '134318.642500', '134319.102500', '134319.562500', '134320.022500', '134320.482500', '134320.942500', '134321.402500', '134321.862500', '134322.322500', '134322.782500', '134323.242500', '134323.702500', '134324.162500', '134324.622500', '134325.082500', '134325.542500', '134326.002500', '134326.462500', '134326.922500', '134327.382500', '134327.842500', '134328.302500', '134328.762500', '134329.222500', '134329.682500', '134330.142500', '134330.602500', '134331.062500', '134331.522500', '134331.982500', '134332.442500', '134332.902500', '134333.362500', '134333.822500', '134334.282500', '134334.742500', '134335.202500', '134335.662500', '134336.122500', '134336.582500', '134337.042500', '134337.502500', '134337.962500', '134338.422500', '134338.882500', '134339.342500', '134339.802500', '134340.262500', '134340.722500', '134341.182500', '134341.642500', '134342.102500', '134342.562500', '134343.022500', '134343.482500', '134343.942500', '134344.402500', '134344.862500', '134345.322500', '134345.782500', '134346.242500', '134346.702500', '134347.162500', '134347.622500', '134348.082500', '134348.542500', '134349.002500', '134349.462500', '134349.922500', '134350.382500', '134350.842500', '134351.302500', '134351.762500', '134352.222500', '134352.682500', '134353.142500', '134353.602500', '134354.062500', '134354.522500', '134354.982500', '134355.442500', '134355.902500', '134356.362500', '134356.822500', '134357.282500', '134357.742500', '134358.202500', '134358.662500', '134359.122500', '134359.582500', '134400.042500', '134400.502500', '134400.962500', '134401.422500', '134401.882500', '134402.342500', '134402.802500', '134403.262500', '134403.722500', '134404.182500', '134404.642500', '134405.102500', '134405.562500', '134406.022500', '134406.482500', '134406.942500', '134407.402500', '134407.862500', '134408.322500', '134408.782500', '134409.242500', '134409.702500', '134410.162500', '134410.622500', '134411.082500', '134411.542500', '134412.002500', '134412.462500', '134412.922500', '134413.382500', '134413.842500', '134414.302500', '134414.762500', '134415.222500', '134415.682500', '134416.142500', '134416.602500', '134417.062500', '134417.522500', '134417.982500', '134418.442500', '134418.902500', '134419.362500', '134419.822500', '134420.282500', '134420.742500', '134421.202500', '134421.662500', '134422.122500', '134422.582500', '134423.042500', '134423.502500', '134423.962500', '134424.422500', '134424.882500', '134425.342500', '134425.802500', '134426.262500', '134426.722500', '134427.182500', '134427.642500', '134428.102500', '134428.562500', '134429.022500', '134429.482500', '134429.942500', '134430.402500', '134430.862500', '134431.322500', '134431.782500', '134432.242500', '134432.702500', '134433.162500', '134433.622500', '134434.082500', '134434.542500', '134435.002500', '134435.462500', '134435.922500', '134436.382500', '134436.842500', '134437.302500'], 'ContentTime': ['133043.955000', '133043.959000', '133043.962000', '133043.965000', '133043.968000', '133043.970000', '133043.973000', '133043.976000', '133043.979000', '133043.982000', '133043.985000', '133043.988000', '133043.991000', '133043.994000', '133043.997000', '133043.999000', '133044.002000', '133044.005000', '133044.008000', '133044.011000', '133044.014000', '133044.017000', '133044.020000', '133044.023000', '133044.026000', '133044.033000', '133044.036000', '133044.039000', '133044.042000', '133044.045000', '133044.048000', '133044.051000', '133044.054000', '133044.057000', '133044.060000', '133044.062000', '133044.066000', '133044.068000', '133044.071000', '133044.074000', '133044.077000', '133044.087000', '133044.096000', '133044.099000', '133103.924000', '133103.927000', '133103.930000', '133103.933000', '133103.936000', '133103.939000', '133103.942000', '133103.945000', '133103.948000', '133103.950000', '133103.953000', '133103.961000', '133103.964000', '133103.967000', '133103.970000', '133103.972000', '133103.975000', '133103.978000', '133103.981000', '133103.984000', '133103.987000', '133103.990000', '133103.993000', '133103.996000', '133104.000000', '133104.006000', '133104.009000', '133104.011000', '133104.014000', '133104.017000', '133104.020000', '133104.023000', '133104.026000', '133104.029000', '133104.032000', '133104.035000', '133104.038000', '133104.041000', '133104.043000', '133104.054000', '133104.057000', '133104.060000', '133104.063000', '133123.924000', '133123.929000', '133123.932000', '133123.935000', '133123.937000', '133123.940000', '133123.943000', '133123.946000', '133123.949000', '133123.952000', '133123.955000', '133123.958000', '133123.961000', '133123.964000', '133123.967000', '133123.970000', '133123.973000', '133123.975000', '133123.978000', '133123.981000', '133123.984000', '133123.987000', '133123.994000', '133123.997000', '133124.001000', '133124.004000', '133124.007000', '133124.010000', '133124.013000', '133124.016000', '133124.019000', '133124.022000', '133124.024000', '133124.027000', '133124.030000', '133124.033000', '133124.036000', '133124.039000', '133124.042000', '133124.045000', '133124.048000', '133124.051000', '133124.054000', '133143.923000', '133143.926000', '133143.929000', '133143.932000', '133143.935000', '133143.938000', '133143.941000', '133143.944000', '133143.946000', '133143.949000', '133143.952000', '133143.955000', '133143.958000', '133143.961000', '133143.964000', '133143.967000', '133143.970000', '133143.973000', '133143.976000', '133143.979000', '133143.981000', '133143.984000', '133143.987000', '133143.990000', '133143.993000', '133143.996000', '133144.000000', '133144.003000', '133144.006000', '133144.009000', '133144.012000', '133144.015000', '133144.018000', '133144.021000', '133144.023000', '133144.026000', '133144.033000', '133144.036000', '133144.039000', '133144.042000', '133144.045000', '133144.048000', '133144.051000', '133144.054000', '133203.923000', '133203.926000', '133203.929000', '133203.932000', '133203.935000', '133203.938000', '133203.941000', '133203.944000', '133203.947000', '133203.958000', '133203.961000', '133203.964000', '133203.967000', '133203.970000', '133203.973000', '133203.982000', '133203.985000', '133203.988000', '133203.991000', '133203.994000', '133203.997000', '133204.001000', '133204.004000', '133204.007000', '133204.009000', '133204.012000', '133204.015000', '133204.018000', '133204.021000', '133204.024000', '133204.027000', '133204.030000', '133204.033000', '133204.036000', '133204.039000', '133204.042000', '133204.044000', '133204.048000', '133204.050000', '133204.053000', '133204.056000', '133204.059000', '133204.062000', '133223.923000', '133223.926000', '133223.929000', '133223.932000', '133223.942000', '133223.945000', '133223.948000', '133223.951000', '133223.954000', '133223.957000', '133223.960000', '133223.963000', '133223.966000', '133223.969000', '133223.972000', '133223.975000', '133223.978000', '133223.981000', '133223.983000', '133223.986000', '133223.989000', '133223.992000', '133223.995000', '133223.998000', '133224.002000', '133224.005000', '133224.008000', '133224.011000', '133224.014000', '133224.017000', '133224.019000', '133224.022000', '133224.025000', '133224.028000', '133224.031000', '133224.034000', '133224.037000', '133224.040000', '133224.043000', '133224.046000', '133224.049000', '133224.052000', '133224.054000', '133224.057000', '133243.923000', '133243.926000', '133243.929000', '133243.932000', '133243.935000', '133243.938000', '133243.941000', '133243.944000', '133243.948000', '133243.952000', '133243.955000', '133243.958000', '133243.961000', '133243.964000', '133243.967000', '133243.970000', '133243.973000', '133243.976000', '133243.979000', '133243.982000', '133243.985000', '133243.988000', '133243.990000', '133243.993000', '133243.996000', '133244.000000', '133244.003000', '133244.006000', '133244.009000', '133244.012000', '133244.015000', '133244.018000', '133244.021000', '133244.024000', '133244.027000', '133244.030000', '133244.033000', '133244.036000', '133244.038000', '133244.041000', '133244.044000', '133244.047000', '133244.050000', '133303.924000', '133303.927000', '133303.930000', '133303.933000', '133303.936000', '133303.939000', '133303.942000', '133303.945000', '133303.948000', '133303.951000', '133303.953000', '133303.956000', '133303.959000', '133303.962000', '133303.965000', '133303.968000', '133303.971000', '133303.974000', '133303.977000', '133303.980000', '133303.983000', '133303.986000', '133303.989000', '133303.992000', '133303.995000', '133303.998000', '133304.000000', '133304.003000', '133304.006000', '133304.009000', '133304.012000', '133304.015000', '133304.018000', '133304.021000', '133304.024000', '133304.027000', '133304.030000', '133304.033000', '133304.036000', '133304.039000', '133304.042000', '133304.045000', '133304.057000', '133304.060000', '133323.924000', '133323.927000', '133323.930000', '133323.933000', '133323.936000', '133323.939000', '133323.942000', '133323.945000', '133323.948000', '133323.951000', '133323.954000', '133323.957000', '133323.960000', '133323.963000', '133323.966000', '133323.968000', '133323.971000', '133323.975000', '133323.978000', '133323.981000', '133323.984000', '133323.987000', '133323.989000', '133323.992000', '133323.995000', '133323.998000', '133324.002000', '133324.005000', '133324.008000', '133324.011000', '133324.014000', '133324.017000', '133324.020000', '133324.023000', '133324.026000', '133324.029000', '133324.032000', '133324.034000', '133324.037000', '133324.040000', '133324.043000', '133324.046000', '133324.049000', '133343.924000', '133343.927000', '133343.930000', '133343.933000', '133343.936000', '133343.939000', '133343.942000', '133343.945000', '133343.948000', '133343.951000', '133343.954000', '133343.957000', '133343.959000', '133343.962000', '133343.965000', '133343.968000', '133343.971000', '133343.974000', '133343.977000', '133343.980000', '133343.983000', '133343.986000', '133343.989000', '133343.992000', '133343.995000', '133343.998000', '133344.002000', '133344.005000', '133344.007000', '133344.010000', '133344.013000', '133344.016000', '133344.019000', '133344.022000', '133344.033000', '133344.036000', '133344.039000', '133344.042000', '133344.045000', '133344.048000', '133344.050000', '133344.053000', '133344.056000', '133344.059000', '133403.923000', '133403.926000', '133403.929000', '133403.933000', '133403.936000', '133403.939000', '133403.942000', '133403.945000', '133403.948000', '133403.951000', '133403.954000', '133403.957000', '133403.960000', '133403.963000', '133403.966000', '133403.968000', '133403.972000', '133403.974000', '133403.977000', '133403.980000', '133403.983000', '133403.986000', '133403.989000', '133403.992000', '133403.995000', '133403.998000', '133404.002000', '133404.005000', '133404.009000', '133404.011000', '133404.015000', '133404.017000', '133404.037000', '133404.040000', '133404.043000', '133404.046000', '133404.049000', '133404.052000', '133404.055000', '133404.058000', '133404.060000', '133404.063000', '133404.066000', '133423.923000', '133423.926000', '133423.929000', '133423.932000', '133423.935000', '133423.938000', '133423.941000', '133423.944000', '133423.947000', '133423.950000', '133423.953000', '133423.956000', '133423.959000', '133423.972000', '133423.975000', '133423.978000', '133423.981000', '133423.984000', '133423.987000', '133423.990000', '133423.992000', '133423.996000', '133423.998000', '133424.002000', '133424.005000', '133424.008000', '133424.011000', '133424.014000', '133424.017000', '133424.020000', '133424.023000', '133424.026000', '133424.029000', '133424.032000', '133424.035000', '133424.038000', '133424.040000', '133424.044000', '133424.046000', '133424.049000', '133424.052000', '133424.055000', '133424.058000', '133424.061000', '133443.923000', '133443.926000', '133443.929000', '133443.932000', '133443.935000', '133443.938000', '133443.941000', '133443.944000', '133443.947000', '133443.950000', '133443.953000', '133443.956000', '133443.959000', '133443.962000', '133443.965000', '133443.968000', '133443.971000', '133443.973000', '133443.976000', '133443.979000', '133443.982000', '133443.985000', '133443.988000', '133443.991000', '133443.994000', '133443.997000', '133444.001000', '133444.004000', '133444.007000', '133444.010000', '133444.013000', '133444.016000', '133444.019000', '133444.022000', '133444.025000', '133444.028000', '133444.031000', '133444.034000', '133444.037000', '133444.040000', '133444.043000', '133444.046000', '133444.049000', '133503.923000', '133503.926000', '133503.929000', '133503.932000', '133503.935000', '133503.938000', '133503.941000', '133503.944000', '133503.947000', '133503.950000', '133503.953000', '133503.956000', '133503.959000', '133503.962000', '133503.965000', '133503.967000', '133503.971000', '133503.973000', '133503.976000', '133503.979000', '133503.982000', '133503.985000', '133503.988000', '133503.991000', '133503.994000', '133503.997000', '133504.001000', '133504.004000', '133504.007000', '133504.010000', '133504.013000', '133504.016000', '133504.019000', '133504.022000', '133504.025000', '133504.028000', '133504.031000', '133504.033000', '133504.036000', '133504.039000', '133504.042000', '133504.045000', '133504.048000', '133504.051000', '133523.924000', '133523.927000', '133523.930000', '133523.933000', '133523.936000', '133523.939000', '133523.942000', '133523.945000', '133523.948000', '133523.951000', '133523.954000', '133523.957000', '133523.960000', '133523.963000', '133523.966000', '133523.969000', '133523.972000', '133523.975000', '133523.979000', '133523.982000', '133523.984000', '133523.987000', '133523.991000', '133523.994000', '133523.996000', '133523.999000', '133524.002000', '133524.005000', '133524.008000', '133524.011000', '133524.014000', '133524.017000', '133524.020000', '133524.023000', '133524.026000', '133524.029000', '133524.032000', '133524.035000', '133524.038000', '133524.041000', '133524.044000', '133524.047000', '133524.050000', '133543.948000', '133543.951000', '133543.954000', '133543.957000', '133543.960000', '133543.963000', '133543.966000', '133543.969000', '133543.972000', '133543.975000', '133543.978000', '133543.981000', '133543.984000', '133543.987000', '133543.990000', '133543.993000', '133543.996000', '133543.998000', '133544.002000', '133544.005000', '133544.008000', '133544.011000', '133544.014000', '133544.017000', '133544.020000', '133544.023000', '133544.026000', '133544.029000', '133544.032000', '133544.035000', '133544.038000', '133544.041000', '133544.044000', '133544.047000', '133544.049000', '133544.053000', '133544.055000', '133544.058000', '133544.061000', '133544.064000', '133544.067000', '133544.070000', '133544.073000', '133544.076000', '133603.924000', '133603.927000', '133603.930000', '133603.933000', '133603.936000', '133603.939000', '133603.942000', '133603.945000', '133603.948000', '133603.951000', '133603.954000', '133603.957000', '133603.959000', '133603.963000', '133603.965000', '133603.968000', '133603.971000', '133603.974000', '133603.977000', '133603.980000', '133603.983000', '133603.986000', '133603.989000', '133603.992000', '133603.995000', '133603.998000', '133604.002000', '133604.005000', '133604.008000', '133604.011000', '133604.014000', '133604.017000', '133604.020000', '133604.023000', '133604.026000', '133604.028000', '133604.031000', '133604.034000', '133604.037000', '133604.040000', '133604.043000', '133604.046000', '133604.049000', '133623.923000', '133623.926000', '133623.933000', '133623.936000', '133623.939000', '133623.942000', '133623.945000', '133623.948000', '133623.951000', '133623.953000', '133623.956000', '133623.959000', '133623.962000', '133623.965000', '133623.968000', '133623.971000', '133623.974000', '133623.977000', '133623.980000', '133623.983000', '133623.986000', '133623.989000', '133623.992000', '133623.995000', '133623.997000', '133624.001000', '133624.004000', '133624.007000', '133624.010000', '133624.013000', '133624.016000', '133624.019000', '133624.022000', '133624.025000', '133624.028000', '133624.031000', '133624.034000', '133624.037000', '133624.040000', '133624.043000', '133624.046000', '133624.049000', '133624.052000', '133624.055000', '133643.923000', '133643.926000', '133643.929000', '133643.932000', '133643.935000', '133643.938000', '133643.941000', '133643.944000', '133643.947000', '133643.950000', '133643.953000', '133643.956000', '133643.959000', '133643.961000', '133643.964000', '133643.967000', '133643.970000', '133643.973000', '133643.976000', '133643.979000', '133643.982000', '133643.985000', '133643.988000', '133643.991000', '133643.994000', '133643.997000', '133644.001000', '133644.003000', '133644.006000', '133644.010000', '133644.014000', '133644.017000', '133644.020000', '133644.023000', '133644.026000', '133644.028000', '133644.032000', '133644.034000', '133644.037000', '133644.040000', '133644.043000', '133644.046000', '133644.049000', '133703.923000', '133703.926000', '133703.929000', '133703.932000', '133703.935000', '133703.938000', '133703.941000', '133703.944000', '133703.947000', '133703.950000', '133703.953000', '133703.975000', '133703.978000', '133703.990000', '133703.993000', '133703.996000', '133703.998000', '133704.003000', '133704.005000', '133704.008000', '133704.011000', '133704.014000', '133704.017000', '133704.020000', '133704.023000', '133704.026000', '133704.029000', '133704.032000', '133704.035000', '133704.038000', '133704.041000', '133704.044000', '133704.047000', '133704.050000', '133704.053000', '133704.056000', '133704.058000', '133704.062000', '133704.064000', '133704.067000', '133704.070000', '133704.073000', '133704.076000', '133704.079000', '133723.923000', '133723.926000', '133723.929000', '133723.938000', '133723.941000', '133723.944000', '133723.947000', '133723.950000', '133723.953000', '133723.956000', '133723.958000', '133723.962000', '133723.964000', '133723.967000', '133723.970000', '133723.973000', '133723.976000', '133723.979000', '133723.982000', '133723.985000', '133723.988000', '133723.991000', '133723.994000', '133723.997000', '133724.001000', '133724.004000', '133724.007000', '133724.010000', '133724.013000', '133724.016000', '133724.018000', '133724.021000', '133724.024000', '133724.027000', '133724.030000', '133724.033000', '133724.036000', '133724.039000', '133724.042000', '133724.045000', '133724.048000', '133724.051000', '133724.054000', '133743.924000', '133743.927000', '133743.930000', '133743.933000', '133743.936000', '133743.939000', '133743.942000', '133743.945000', '133743.948000', '133743.951000', '133743.954000', '133743.957000', '133743.960000', '133743.963000', '133743.965000', '133743.968000', '133743.971000', '133743.974000', '133743.977000', '133743.980000', '133743.983000', '133743.986000', '133743.989000', '133743.992000', '133743.995000', '133743.998000', '133744.001000', '133744.004000', '133744.007000', '133744.010000', '133744.012000', '133744.015000', '133744.018000', '133744.021000', '133744.024000', '133744.027000', '133744.030000', '133744.033000', '133744.036000', '133744.039000', '133744.042000', '133744.045000', '133744.048000', '133744.050000', '133803.924000', '133803.927000', '133803.930000', '133803.933000', '133803.936000', '133803.939000', '133803.950000', '133803.953000', '133803.956000', '133803.958000', '133803.961000', '133803.964000', '133803.967000', '133803.970000', '133803.973000', '133803.976000', '133803.979000', '133803.982000', '133803.985000', '133803.988000', '133803.991000', '133803.994000', '133803.997000', '133804.001000', '133804.004000', '133804.006000', '133804.009000', '133804.012000', '133804.015000', '133804.018000', '133804.021000', '133804.024000', '133804.027000', '133804.030000', '133804.033000', '133804.036000', '133804.039000', '133804.042000', '133804.045000', '133804.048000', '133804.051000', '133804.054000', '133804.058000', '133823.924000', '133823.932000', '133823.935000', '133823.938000', '133823.941000', '133823.944000', '133823.947000', '133823.969000', '133823.972000', '133823.975000', '133823.978000', '133823.981000', '133823.984000', '133823.987000', '133823.990000', '133823.993000', '133823.996000', '133824.000000', '133824.003000', '133824.006000', '133824.009000', '133824.012000', '133824.015000', '133824.018000', '133824.021000', '133824.024000', '133824.027000', '133824.030000', '133824.033000', '133824.036000', '133824.039000', '133824.042000', '133824.044000', '133824.047000', '133824.050000', '133824.053000', '133824.056000', '133824.059000', '133824.062000', '133824.065000', '133824.068000', '133824.071000', '133824.074000', '133843.923000', '133843.927000', '133843.930000', '133843.933000', '133843.936000', '133843.939000', '133843.942000', '133843.945000', '133843.948000', '133843.951000', '133843.954000', '133843.957000', '133843.960000', '133843.963000', '133843.966000', '133843.969000', '133843.972000', '133843.975000', '133843.978000', '133843.981000', '133843.984000', '133843.987000', '133843.990000', '133843.993000', '133843.996000', '133844.000000', '133844.003000', '133844.006000', '133844.009000', '133844.012000', '133844.015000', '133844.018000', '133844.021000', '133844.024000', '133844.027000', '133844.030000', '133844.033000', '133844.036000', '133844.039000', '133844.042000', '133844.045000', '133844.048000', '133844.051000', '133844.055000', '133903.923000', '133903.926000', '133903.929000', '133903.932000', '133903.935000', '133903.938000', '133903.941000', '133903.944000', '133903.947000', '133903.950000', '133903.953000', '133903.956000', '133903.959000', '133903.962000', '133903.965000', '133903.968000', '133903.970000', '133903.973000', '133903.976000', '133903.979000', '133903.982000', '133903.985000', '133903.988000', '133903.991000', '133903.994000', '133903.997000', '133904.001000', '133904.004000', '133904.007000', '133904.010000', '133904.013000', '133904.016000', '133904.019000', '133904.022000', '133904.025000', '133904.028000', '133904.031000', '133904.033000', '133904.036000', '133904.039000', '133904.042000', '133904.045000', '133904.048000', '133904.051000', '133923.923000', '133923.926000', '133923.929000', '133923.932000', '133923.935000', '133923.938000', '133923.941000', '133923.944000', '133923.947000', '133923.950000', '133923.953000', '133923.956000', '133923.959000', '133923.961000', '133923.964000', '133923.967000', '133923.970000', '133923.973000', '133923.976000', '133923.979000', '133923.982000', '133923.985000', '133923.988000', '133923.991000', '133923.994000', '133924.004000', '133924.007000', '133924.010000', '133924.013000', '133924.016000', '133924.019000', '133924.022000', '133924.025000', '133924.028000', '133924.031000', '133924.034000', '133924.037000', '133924.039000', '133924.042000', '133924.045000', '133924.048000', '133924.051000', '133924.054000', '133943.923000', '133943.926000', '133943.929000', '133943.936000', '133943.951000', '133943.954000', '133943.957000', '133943.960000', '133943.963000', '133943.966000', '133943.969000', '133943.980000', '133943.983000', '133943.986000', '133943.989000', '133943.992000', '133943.995000', '133943.998000', '133944.002000', '133944.005000', '133944.008000', '133944.011000', '133944.014000', '133944.017000', '133944.020000', '133944.023000', '133944.025000', '133944.028000', '133944.031000', '133944.035000', '133944.037000', '133944.040000', '133944.043000', '133944.046000', '133944.049000', '133944.053000', '133944.056000', '133944.059000', '133944.062000', '133944.065000', '133944.068000', '133944.071000', '133944.074000', '134003.924000', '134003.927000', '134003.930000', '134003.933000', '134003.936000', '134003.939000', '134003.942000', '134003.945000', '134003.948000', '134003.951000', '134003.954000', '134003.957000', '134003.960000', '134003.963000', '134003.966000', '134003.969000', '134003.972000', '134003.975000', '134003.985000', '134003.988000', '134003.991000', '134003.994000', '134003.997000', '134004.000000', '134004.003000', '134004.006000', '134004.009000', '134004.012000', '134004.015000', '134004.018000', '134004.021000', '134004.024000', '134004.027000', '134004.030000', '134004.033000', '134004.035000', '134004.039000', '134004.042000', '134004.045000', '134004.048000', '134004.051000', '134004.054000', '134004.057000', '134004.059000', '134023.924000', '134023.927000', '134023.937000', '134023.940000', '134023.943000', '134023.946000', '134023.949000', '134023.952000', '134023.955000', '134023.958000', '134023.961000', '134023.964000', '134023.967000', '134023.970000', '134023.973000', '134023.976000', '134023.979000', '134023.982000', '134023.985000', '134023.988000', '134023.991000', '134023.994000', '134023.997000', '134024.001000', '134024.004000', '134024.006000', '134024.009000', '134024.012000', '134024.015000', '134024.018000', '134024.021000', '134024.024000', '134024.027000', '134024.030000', '134024.033000', '134024.036000', '134024.039000', '134024.042000', '134024.045000', '134024.048000', '134024.051000', '134024.054000', '134024.056000', '134043.924000', '134043.927000', '134043.930000', '134043.933000', '134043.936000', '134043.939000', '134043.942000', '134043.945000', '134043.948000', '134043.951000', '134043.954000', '134043.957000', '134043.960000', '134043.963000', '134043.966000', '134043.969000', '134043.972000', '134043.975000', '134043.978000', '134043.981000', '134043.984000', '134043.986000', '134043.989000', '134043.992000', '134043.995000', '134043.998000', '134044.002000', '134044.005000', '134044.008000', '134044.011000', '134044.014000', '134044.017000', '134044.020000', '134044.023000', '134044.026000', '134044.029000', '134044.032000', '134044.035000', '134044.038000', '134044.041000', '134044.044000', '134044.046000', '134044.049000', '134044.052000', '134103.923000', '134103.930000', '134103.933000', '134103.936000', '134103.939000', '134103.942000', '134103.945000', '134103.948000', '134103.951000', '134103.954000', '134103.957000', '134103.960000', '134103.963000', '134103.966000', '134103.969000', '134103.972000', '134103.974000', '134103.978000', '134103.980000', '134103.983000', '134103.986000', '134103.989000', '134103.992000', '134103.995000', '134103.998000', '134104.002000', '134104.005000', '134104.008000', '134104.012000', '134104.016000', '134104.019000', '134104.022000', '134104.025000', '134104.028000', '134104.031000', '134104.034000', '134104.037000', '134104.040000', '134104.043000', '134104.046000', '134104.049000', '134104.052000', '134104.055000', '134123.923000', '134123.926000', '134123.929000', '134123.932000', '134123.935000', '134123.938000', '134123.941000', '134123.944000', '134123.947000', '134123.950000', '134123.953000', '134123.956000', '134123.959000', '134123.961000', '134123.964000', '134123.967000', '134123.970000', '134123.973000', '134123.976000', '134123.979000', '134123.982000', '134123.985000', '134123.988000', '134123.991000', '134123.994000', '134123.997000', '134124.001000', '134124.004000', '134124.007000', '134124.010000', '134124.013000', '134124.015000', '134124.018000', '134124.021000', '134124.024000', '134124.027000', '134124.030000', '134124.033000', '134124.036000', '134124.039000', '134124.042000', '134124.044000', '134124.048000', '134124.050000', '134143.924000', '134143.928000', '134143.931000', '134143.933000', '134143.937000', '134143.939000', '134143.942000', '134143.945000', '134143.948000', '134143.951000', '134143.954000', '134143.957000', '134143.960000', '134143.963000', '134143.966000', '134143.969000', '134143.972000', '134143.975000', '134143.978000', '134143.981000', '134143.984000', '134143.987000', '134143.990000', '134143.993000', '134143.996000', '134144.000000', '134144.003000', '134144.006000', '134144.009000', '134144.012000', '134144.015000', '134144.018000', '134144.021000', '134144.023000', '134144.027000', '134144.029000', '134144.032000', '134144.035000', '134144.038000', '134144.041000', '134144.044000', '134144.047000', '134144.050000', '134203.923000', '134203.926000', '134203.929000', '134203.932000', '134203.935000', '134203.938000', '134203.941000', '134203.944000', '134203.947000', '134203.950000', '134203.953000', '134203.956000', '134203.966000', '134203.969000', '134203.972000', '134203.975000', '134203.977000', '134203.981000', '134203.983000', '134203.986000', '134203.989000', '134203.992000', '134203.995000', '134203.998000', '134204.002000', '134204.005000', '134204.008000', '134204.011000', '134204.014000', '134204.017000', '134204.020000', '134204.023000', '134204.026000', '134204.029000', '134204.032000', '134204.035000', '134204.038000', '134204.041000', '134204.044000', '134204.047000', '134204.049000', '134204.053000', '134204.055000', '134204.058000', '134223.924000', '134223.927000', '134223.930000', '134223.933000', '134223.936000', '134223.939000', '134223.942000', '134223.945000', '134223.948000', '134223.951000', '134223.954000', '134223.957000', '134223.960000', '134223.963000', '134223.965000', '134223.969000', '134223.971000', '134223.974000', '134223.977000', '134223.980000', '134223.983000', '134223.986000', '134223.989000', '134223.992000', '134223.995000', '134223.998000', '134224.001000', '134224.004000', '134224.007000', '134224.012000', '134224.016000', '134224.019000', '134224.022000', '134224.025000', '134224.028000', '134224.031000', '134224.034000', '134224.037000', '134224.040000', '134224.043000', '134224.046000', '134224.049000', '134224.052000', '134243.924000', '134243.927000', '134243.930000', '134243.933000', '134243.941000', '134243.944000', '134243.947000', '134243.949000', '134243.953000', '134243.956000', '134243.958000', '134243.961000', '134243.964000', '134243.967000', '134243.970000', '134243.973000', '134243.976000', '134243.979000', '134243.982000', '134243.985000', '134243.988000', '134243.991000', '134243.994000', '134243.997000', '134244.001000', '134244.004000', '134244.007000', '134244.009000', '134244.012000', '134244.015000', '134244.018000', '134244.021000', '134244.024000', '134244.027000', '134244.030000', '134244.033000', '134244.036000', '134244.039000', '134244.042000', '134244.045000', '134244.048000', '134244.051000', '134244.054000', '134244.057000', '134303.924000', '134303.927000', '134303.930000', '134303.933000', '134303.936000', '134303.939000', '134303.942000', '134303.945000', '134303.948000', '134303.951000', '134303.954000', '134303.957000', '134303.960000', '134303.964000', '134303.967000', '134303.970000', '134303.973000', '134303.976000', '134303.979000', '134303.982000', '134303.984000', '134303.987000', '134303.990000', '134303.993000', '134303.996000', '134304.000000', '134304.003000', '134304.006000', '134304.009000', '134304.012000', '134304.015000', '134304.018000', '134304.021000', '134304.024000', '134304.027000', '134304.031000', '134304.034000', '134304.037000', '134304.040000', '134304.043000', '134304.046000', '134304.049000', '134304.052000', '134323.923000', '134323.926000', '134323.929000', '134323.940000', '134323.943000', '134323.946000', '134323.949000', '134323.952000', '134323.955000', '134323.958000', '134323.961000', '134323.964000', '134323.967000', '134323.970000', '134323.972000', '134323.975000', '134323.978000', '134323.981000', '134323.984000', '134323.987000', '134323.990000', '134323.993000', '134323.996000', '134324.000000', '134324.003000', '134324.006000', '134324.009000', '134324.012000', '134324.015000', '134324.018000', '134324.021000', '134324.024000', '134324.026000', '134324.029000', '134324.032000', '134324.035000', '134324.038000', '134324.041000', '134324.044000', '134324.047000', '134324.050000', '134324.053000', '134324.056000', '134324.059000', '134343.923000', '134343.926000', '134343.929000', '134343.932000', '134343.935000', '134343.938000', '134343.941000', '134343.944000', '134343.947000', '134343.950000', '134343.953000', '134343.956000', '134343.959000', '134343.962000', '134343.965000', '134343.967000', '134343.970000', '134343.973000', '134343.976000', '134343.979000', '134343.982000', '134343.985000', '134343.988000', '134343.991000', '134343.994000', '134343.997000', '134344.001000', '134344.004000', '134344.007000', '134344.010000', '134344.013000', '134344.015000', '134344.018000', '134344.021000', '134344.024000', '134344.027000', '134344.030000', '134344.033000', '134344.036000', '134344.039000', '134344.042000', '134344.045000', '134344.048000', '134403.923000', '134403.926000', '134403.939000', '134403.942000', '134403.945000', '134403.948000', '134403.951000', '134403.954000', '134403.957000', '134403.960000', '134403.963000', '134403.966000', '134403.969000', '134403.972000', '134403.975000', '134403.978000', '134403.981000', '134403.983000', '134403.987000', '134403.989000', '134403.992000', '134403.995000', '134403.998000', '134404.002000', '134404.005000', '134404.008000', '134404.011000', '134404.014000', '134404.017000', '134404.020000', '134404.023000', '134404.026000', '134404.029000', '134404.032000', '134404.035000', '134404.038000', '134404.041000', '134404.043000', '134404.046000', '134404.049000', '134404.052000', '134404.055000', '134404.058000', '134404.061000', '134423.923000', '134423.926000', '134423.929000', '134423.932000', '134423.939000', '134423.942000', '134423.985000', '134423.988000', '134423.991000', '134423.994000', '134423.997000', '134424.002000', '134424.005000', '134424.008000', '134424.011000', '134424.014000', '134424.017000', '134424.020000', '134424.023000', '134424.026000', '134424.029000', '134424.032000', '134424.035000', '134424.038000', '134424.041000', '134424.044000', '134424.046000', '134424.050000', '134424.055000', '134424.058000', '134424.062000', '134424.065000', '134424.068000', '134424.070000', '134424.074000', '134424.076000', '134424.079000', '134424.082000', '134424.085000', '134424.088000', '134424.091000', '134424.094000', '134424.097000', '134438.846000', '134438.849000', '134438.852000', '134438.856000', '134438.859000', '134438.862000', '134438.865000', '134438.869000', '134438.872000', '134438.875000', '134438.878000', '134438.881000', '134438.884000', '134438.887000', '134438.891000', '134438.894000', '134438.897000', '134438.900000', '134438.903000', '134438.906000', '134438.909000', '134438.912000', '134438.915000', '134438.919000', '134438.922000', '134438.926000', '134438.929000', '134438.932000', '134438.935000', '134438.938000', '134438.941000', '134438.944000', '134438.947000'], 'InstanceCreationTime': ['133043.955000', '133043.959000', '133043.962000', '133043.965000', '133043.968000', '133043.970000', '133043.973000', '133043.976000', '133043.979000', '133043.982000', '133043.985000', '133043.988000', '133043.991000', '133043.994000', '133043.997000', '133043.999000', '133044.002000', '133044.005000', '133044.008000', '133044.011000', '133044.014000', '133044.017000', '133044.020000', '133044.023000', '133044.026000', '133044.033000', '133044.036000', '133044.039000', '133044.042000', '133044.045000', '133044.048000', '133044.051000', '133044.054000', '133044.057000', '133044.060000', '133044.062000', '133044.066000', '133044.068000', '133044.071000', '133044.074000', '133044.077000', '133044.087000', '133044.096000', '133044.099000', '133103.924000', '133103.927000', '133103.930000', '133103.933000', '133103.936000', '133103.939000', '133103.942000', '133103.945000', '133103.948000', '133103.950000', '133103.953000', '133103.961000', '133103.964000', '133103.967000', '133103.970000', '133103.972000', '133103.975000', '133103.978000', '133103.981000', '133103.984000', '133103.987000', '133103.990000', '133103.993000', '133103.996000', '133104.000000', '133104.006000', '133104.009000', '133104.011000', '133104.014000', '133104.017000', '133104.020000', '133104.023000', '133104.026000', '133104.029000', '133104.032000', '133104.035000', '133104.038000', '133104.041000', '133104.043000', '133104.054000', '133104.057000', '133104.060000', '133104.063000', '133123.924000', '133123.929000', '133123.932000', '133123.935000', '133123.937000', '133123.940000', '133123.943000', '133123.946000', '133123.949000', '133123.952000', '133123.955000', '133123.958000', '133123.961000', '133123.964000', '133123.967000', '133123.970000', '133123.973000', '133123.975000', '133123.978000', '133123.981000', '133123.984000', '133123.987000', '133123.994000', '133123.997000', '133124.001000', '133124.004000', '133124.007000', '133124.010000', '133124.013000', '133124.016000', '133124.019000', '133124.022000', '133124.024000', '133124.027000', '133124.030000', '133124.033000', '133124.036000', '133124.039000', '133124.042000', '133124.045000', '133124.048000', '133124.051000', '133124.054000', '133143.923000', '133143.926000', '133143.929000', '133143.932000', '133143.935000', '133143.938000', '133143.941000', '133143.944000', '133143.946000', '133143.949000', '133143.952000', '133143.955000', '133143.958000', '133143.961000', '133143.964000', '133143.967000', '133143.970000', '133143.973000', '133143.976000', '133143.979000', '133143.981000', '133143.984000', '133143.987000', '133143.990000', '133143.993000', '133143.996000', '133144.000000', '133144.003000', '133144.006000', '133144.009000', '133144.012000', '133144.015000', '133144.018000', '133144.021000', '133144.023000', '133144.026000', '133144.033000', '133144.036000', '133144.039000', '133144.042000', '133144.045000', '133144.048000', '133144.051000', '133144.054000', '133203.923000', '133203.926000', '133203.929000', '133203.932000', '133203.935000', '133203.938000', '133203.941000', '133203.944000', '133203.947000', '133203.958000', '133203.961000', '133203.964000', '133203.967000', '133203.970000', '133203.973000', '133203.982000', '133203.985000', '133203.988000', '133203.991000', '133203.994000', '133203.997000', '133204.001000', '133204.004000', '133204.007000', '133204.009000', '133204.012000', '133204.015000', '133204.018000', '133204.021000', '133204.024000', '133204.027000', '133204.030000', '133204.033000', '133204.036000', '133204.039000', '133204.042000', '133204.044000', '133204.048000', '133204.050000', '133204.053000', '133204.056000', '133204.059000', '133204.062000', '133223.923000', '133223.926000', '133223.929000', '133223.932000', '133223.942000', '133223.945000', '133223.948000', '133223.951000', '133223.954000', '133223.957000', '133223.960000', '133223.963000', '133223.966000', '133223.969000', '133223.972000', '133223.975000', '133223.978000', '133223.981000', '133223.983000', '133223.986000', '133223.989000', '133223.992000', '133223.995000', '133223.998000', '133224.002000', '133224.005000', '133224.008000', '133224.011000', '133224.014000', '133224.017000', '133224.019000', '133224.022000', '133224.025000', '133224.028000', '133224.031000', '133224.034000', '133224.037000', '133224.040000', '133224.043000', '133224.046000', '133224.049000', '133224.052000', '133224.054000', '133224.057000', '133243.923000', '133243.926000', '133243.929000', '133243.932000', '133243.935000', '133243.938000', '133243.941000', '133243.944000', '133243.948000', '133243.952000', '133243.955000', '133243.958000', '133243.961000', '133243.964000', '133243.967000', '133243.970000', '133243.973000', '133243.976000', '133243.979000', '133243.982000', '133243.985000', '133243.988000', '133243.990000', '133243.993000', '133243.996000', '133244.000000', '133244.003000', '133244.006000', '133244.009000', '133244.012000', '133244.015000', '133244.018000', '133244.021000', '133244.024000', '133244.027000', '133244.030000', '133244.033000', '133244.036000', '133244.038000', '133244.041000', '133244.044000', '133244.047000', '133244.050000', '133303.924000', '133303.927000', '133303.930000', '133303.933000', '133303.936000', '133303.939000', '133303.942000', '133303.945000', '133303.948000', '133303.951000', '133303.953000', '133303.956000', '133303.959000', '133303.962000', '133303.965000', '133303.968000', '133303.971000', '133303.974000', '133303.977000', '133303.980000', '133303.983000', '133303.986000', '133303.989000', '133303.992000', '133303.995000', '133303.998000', '133304.000000', '133304.003000', '133304.006000', '133304.009000', '133304.012000', '133304.015000', '133304.018000', '133304.021000', '133304.024000', '133304.027000', '133304.030000', '133304.033000', '133304.036000', '133304.039000', '133304.042000', '133304.045000', '133304.057000', '133304.060000', '133323.924000', '133323.927000', '133323.930000', '133323.933000', '133323.936000', '133323.939000', '133323.942000', '133323.945000', '133323.948000', '133323.951000', '133323.954000', '133323.957000', '133323.960000', '133323.963000', '133323.966000', '133323.968000', '133323.971000', '133323.975000', '133323.978000', '133323.981000', '133323.984000', '133323.987000', '133323.989000', '133323.992000', '133323.995000', '133323.998000', '133324.002000', '133324.005000', '133324.008000', '133324.011000', '133324.014000', '133324.017000', '133324.020000', '133324.023000', '133324.026000', '133324.029000', '133324.032000', '133324.034000', '133324.037000', '133324.040000', '133324.043000', '133324.046000', '133324.049000', '133343.924000', '133343.927000', '133343.930000', '133343.933000', '133343.936000', '133343.939000', '133343.942000', '133343.945000', '133343.948000', '133343.951000', '133343.954000', '133343.957000', '133343.959000', '133343.962000', '133343.965000', '133343.968000', '133343.971000', '133343.974000', '133343.977000', '133343.980000', '133343.983000', '133343.986000', '133343.989000', '133343.992000', '133343.995000', '133343.998000', '133344.002000', '133344.005000', '133344.007000', '133344.010000', '133344.013000', '133344.016000', '133344.019000', '133344.022000', '133344.033000', '133344.036000', '133344.039000', '133344.042000', '133344.045000', '133344.048000', '133344.050000', '133344.053000', '133344.056000', '133344.059000', '133403.923000', '133403.926000', '133403.929000', '133403.933000', '133403.936000', '133403.939000', '133403.942000', '133403.945000', '133403.948000', '133403.951000', '133403.954000', '133403.957000', '133403.960000', '133403.963000', '133403.966000', '133403.968000', '133403.972000', '133403.974000', '133403.977000', '133403.980000', '133403.983000', '133403.986000', '133403.989000', '133403.992000', '133403.995000', '133403.998000', '133404.002000', '133404.005000', '133404.009000', '133404.011000', '133404.015000', '133404.017000', '133404.037000', '133404.040000', '133404.043000', '133404.046000', '133404.049000', '133404.052000', '133404.055000', '133404.058000', '133404.060000', '133404.063000', '133404.066000', '133423.923000', '133423.926000', '133423.929000', '133423.932000', '133423.935000', '133423.938000', '133423.941000', '133423.944000', '133423.947000', '133423.950000', '133423.953000', '133423.956000', '133423.959000', '133423.972000', '133423.975000', '133423.978000', '133423.981000', '133423.984000', '133423.987000', '133423.990000', '133423.992000', '133423.996000', '133423.998000', '133424.002000', '133424.005000', '133424.008000', '133424.011000', '133424.014000', '133424.017000', '133424.020000', '133424.023000', '133424.026000', '133424.029000', '133424.032000', '133424.035000', '133424.038000', '133424.040000', '133424.044000', '133424.046000', '133424.049000', '133424.052000', '133424.055000', '133424.058000', '133424.061000', '133443.923000', '133443.926000', '133443.929000', '133443.932000', '133443.935000', '133443.938000', '133443.941000', '133443.944000', '133443.947000', '133443.950000', '133443.953000', '133443.956000', '133443.959000', '133443.962000', '133443.965000', '133443.968000', '133443.971000', '133443.973000', '133443.976000', '133443.979000', '133443.982000', '133443.985000', '133443.988000', '133443.991000', '133443.994000', '133443.997000', '133444.001000', '133444.004000', '133444.007000', '133444.010000', '133444.013000', '133444.016000', '133444.019000', '133444.022000', '133444.025000', '133444.028000', '133444.031000', '133444.034000', '133444.037000', '133444.040000', '133444.043000', '133444.046000', '133444.049000', '133503.923000', '133503.926000', '133503.929000', '133503.932000', '133503.935000', '133503.938000', '133503.941000', '133503.944000', '133503.947000', '133503.950000', '133503.953000', '133503.956000', '133503.959000', '133503.962000', '133503.965000', '133503.967000', '133503.971000', '133503.973000', '133503.976000', '133503.979000', '133503.982000', '133503.985000', '133503.988000', '133503.991000', '133503.994000', '133503.997000', '133504.001000', '133504.004000', '133504.007000', '133504.010000', '133504.013000', '133504.016000', '133504.019000', '133504.022000', '133504.025000', '133504.028000', '133504.031000', '133504.033000', '133504.036000', '133504.039000', '133504.042000', '133504.045000', '133504.048000', '133504.051000', '133523.924000', '133523.927000', '133523.930000', '133523.933000', '133523.936000', '133523.939000', '133523.942000', '133523.945000', '133523.948000', '133523.951000', '133523.954000', '133523.957000', '133523.960000', '133523.963000', '133523.966000', '133523.969000', '133523.972000', '133523.975000', '133523.979000', '133523.982000', '133523.984000', '133523.987000', '133523.991000', '133523.994000', '133523.996000', '133523.999000', '133524.002000', '133524.005000', '133524.008000', '133524.011000', '133524.014000', '133524.017000', '133524.020000', '133524.023000', '133524.026000', '133524.029000', '133524.032000', '133524.035000', '133524.038000', '133524.041000', '133524.044000', '133524.047000', '133524.050000', '133543.948000', '133543.951000', '133543.954000', '133543.957000', '133543.960000', '133543.963000', '133543.966000', '133543.969000', '133543.972000', '133543.975000', '133543.978000', '133543.981000', '133543.984000', '133543.987000', '133543.990000', '133543.993000', '133543.996000', '133543.998000', '133544.002000', '133544.005000', '133544.008000', '133544.011000', '133544.014000', '133544.017000', '133544.020000', '133544.023000', '133544.026000', '133544.029000', '133544.032000', '133544.035000', '133544.038000', '133544.041000', '133544.044000', '133544.047000', '133544.049000', '133544.053000', '133544.055000', '133544.058000', '133544.061000', '133544.064000', '133544.067000', '133544.070000', '133544.073000', '133544.076000', '133603.924000', '133603.927000', '133603.930000', '133603.933000', '133603.936000', '133603.939000', '133603.942000', '133603.945000', '133603.948000', '133603.951000', '133603.954000', '133603.957000', '133603.959000', '133603.963000', '133603.965000', '133603.968000', '133603.971000', '133603.974000', '133603.977000', '133603.980000', '133603.983000', '133603.986000', '133603.989000', '133603.992000', '133603.995000', '133603.998000', '133604.002000', '133604.005000', '133604.008000', '133604.011000', '133604.014000', '133604.017000', '133604.020000', '133604.023000', '133604.026000', '133604.028000', '133604.031000', '133604.034000', '133604.037000', '133604.040000', '133604.043000', '133604.046000', '133604.049000', '133623.923000', '133623.926000', '133623.933000', '133623.936000', '133623.939000', '133623.942000', '133623.945000', '133623.948000', '133623.951000', '133623.953000', '133623.956000', '133623.959000', '133623.962000', '133623.965000', '133623.968000', '133623.971000', '133623.974000', '133623.977000', '133623.980000', '133623.983000', '133623.986000', '133623.989000', '133623.992000', '133623.995000', '133623.997000', '133624.001000', '133624.004000', '133624.007000', '133624.010000', '133624.013000', '133624.016000', '133624.019000', '133624.022000', '133624.025000', '133624.028000', '133624.031000', '133624.034000', '133624.037000', '133624.040000', '133624.043000', '133624.046000', '133624.049000', '133624.052000', '133624.055000', '133643.923000', '133643.926000', '133643.929000', '133643.932000', '133643.935000', '133643.938000', '133643.941000', '133643.944000', '133643.947000', '133643.950000', '133643.953000', '133643.956000', '133643.959000', '133643.961000', '133643.964000', '133643.967000', '133643.970000', '133643.973000', '133643.976000', '133643.979000', '133643.982000', '133643.985000', '133643.988000', '133643.991000', '133643.994000', '133643.997000', '133644.001000', '133644.003000', '133644.006000', '133644.010000', '133644.014000', '133644.017000', '133644.020000', '133644.023000', '133644.026000', '133644.028000', '133644.032000', '133644.034000', '133644.037000', '133644.040000', '133644.043000', '133644.046000', '133644.049000', '133703.923000', '133703.926000', '133703.929000', '133703.932000', '133703.935000', '133703.938000', '133703.941000', '133703.944000', '133703.947000', '133703.950000', '133703.953000', '133703.975000', '133703.978000', '133703.990000', '133703.993000', '133703.996000', '133703.998000', '133704.003000', '133704.005000', '133704.008000', '133704.011000', '133704.014000', '133704.017000', '133704.020000', '133704.023000', '133704.026000', '133704.029000', '133704.032000', '133704.035000', '133704.038000', '133704.041000', '133704.044000', '133704.047000', '133704.050000', '133704.053000', '133704.056000', '133704.058000', '133704.062000', '133704.064000', '133704.067000', '133704.070000', '133704.073000', '133704.076000', '133704.079000', '133723.923000', '133723.926000', '133723.929000', '133723.938000', '133723.941000', '133723.944000', '133723.947000', '133723.950000', '133723.953000', '133723.956000', '133723.958000', '133723.962000', '133723.964000', '133723.967000', '133723.970000', '133723.973000', '133723.976000', '133723.979000', '133723.982000', '133723.985000', '133723.988000', '133723.991000', '133723.994000', '133723.997000', '133724.001000', '133724.004000', '133724.007000', '133724.010000', '133724.013000', '133724.016000', '133724.018000', '133724.021000', '133724.024000', '133724.027000', '133724.030000', '133724.033000', '133724.036000', '133724.039000', '133724.042000', '133724.045000', '133724.048000', '133724.051000', '133724.054000', '133743.924000', '133743.927000', '133743.930000', '133743.933000', '133743.936000', '133743.939000', '133743.942000', '133743.945000', '133743.948000', '133743.951000', '133743.954000', '133743.957000', '133743.960000', '133743.963000', '133743.965000', '133743.968000', '133743.971000', '133743.974000', '133743.977000', '133743.980000', '133743.983000', '133743.986000', '133743.989000', '133743.992000', '133743.995000', '133743.998000', '133744.001000', '133744.004000', '133744.007000', '133744.010000', '133744.012000', '133744.015000', '133744.018000', '133744.021000', '133744.024000', '133744.027000', '133744.030000', '133744.033000', '133744.036000', '133744.039000', '133744.042000', '133744.045000', '133744.048000', '133744.050000', '133803.924000', '133803.927000', '133803.930000', '133803.933000', '133803.936000', '133803.939000', '133803.950000', '133803.953000', '133803.956000', '133803.958000', '133803.961000', '133803.964000', '133803.967000', '133803.970000', '133803.973000', '133803.976000', '133803.979000', '133803.982000', '133803.985000', '133803.988000', '133803.991000', '133803.994000', '133803.997000', '133804.001000', '133804.004000', '133804.006000', '133804.009000', '133804.012000', '133804.015000', '133804.018000', '133804.021000', '133804.024000', '133804.027000', '133804.030000', '133804.033000', '133804.036000', '133804.039000', '133804.042000', '133804.045000', '133804.048000', '133804.051000', '133804.054000', '133804.058000', '133823.924000', '133823.932000', '133823.935000', '133823.938000', '133823.941000', '133823.944000', '133823.947000', '133823.969000', '133823.972000', '133823.975000', '133823.978000', '133823.981000', '133823.984000', '133823.987000', '133823.990000', '133823.993000', '133823.996000', '133824.000000', '133824.003000', '133824.006000', '133824.009000', '133824.012000', '133824.015000', '133824.018000', '133824.021000', '133824.024000', '133824.027000', '133824.030000', '133824.033000', '133824.036000', '133824.039000', '133824.042000', '133824.044000', '133824.047000', '133824.050000', '133824.053000', '133824.056000', '133824.059000', '133824.062000', '133824.065000', '133824.068000', '133824.071000', '133824.074000', '133843.923000', '133843.927000', '133843.930000', '133843.933000', '133843.936000', '133843.939000', '133843.942000', '133843.945000', '133843.948000', '133843.951000', '133843.954000', '133843.957000', '133843.960000', '133843.963000', '133843.966000', '133843.969000', '133843.972000', '133843.975000', '133843.978000', '133843.981000', '133843.984000', '133843.987000', '133843.990000', '133843.993000', '133843.996000', '133844.000000', '133844.003000', '133844.006000', '133844.009000', '133844.012000', '133844.015000', '133844.018000', '133844.021000', '133844.024000', '133844.027000', '133844.030000', '133844.033000', '133844.036000', '133844.039000', '133844.042000', '133844.045000', '133844.048000', '133844.051000', '133844.055000', '133903.923000', '133903.926000', '133903.929000', '133903.932000', '133903.935000', '133903.938000', '133903.941000', '133903.944000', '133903.947000', '133903.950000', '133903.953000', '133903.956000', '133903.959000', '133903.962000', '133903.965000', '133903.968000', '133903.970000', '133903.973000', '133903.976000', '133903.979000', '133903.982000', '133903.985000', '133903.988000', '133903.991000', '133903.994000', '133903.997000', '133904.001000', '133904.004000', '133904.007000', '133904.010000', '133904.013000', '133904.016000', '133904.019000', '133904.022000', '133904.025000', '133904.028000', '133904.031000', '133904.033000', '133904.036000', '133904.039000', '133904.042000', '133904.045000', '133904.048000', '133904.051000', '133923.923000', '133923.926000', '133923.929000', '133923.932000', '133923.935000', '133923.938000', '133923.941000', '133923.944000', '133923.947000', '133923.950000', '133923.953000', '133923.956000', '133923.959000', '133923.961000', '133923.964000', '133923.967000', '133923.970000', '133923.973000', '133923.976000', '133923.979000', '133923.982000', '133923.985000', '133923.988000', '133923.991000', '133923.994000', '133924.004000', '133924.007000', '133924.010000', '133924.013000', '133924.016000', '133924.019000', '133924.022000', '133924.025000', '133924.028000', '133924.031000', '133924.034000', '133924.037000', '133924.039000', '133924.042000', '133924.045000', '133924.048000', '133924.051000', '133924.054000', '133943.923000', '133943.926000', '133943.929000', '133943.936000', '133943.951000', '133943.954000', '133943.957000', '133943.960000', '133943.963000', '133943.966000', '133943.969000', '133943.980000', '133943.983000', '133943.986000', '133943.989000', '133943.992000', '133943.995000', '133943.998000', '133944.002000', '133944.005000', '133944.008000', '133944.011000', '133944.014000', '133944.017000', '133944.020000', '133944.023000', '133944.025000', '133944.028000', '133944.031000', '133944.035000', '133944.037000', '133944.040000', '133944.043000', '133944.046000', '133944.049000', '133944.053000', '133944.056000', '133944.059000', '133944.062000', '133944.065000', '133944.068000', '133944.071000', '133944.074000', '134003.924000', '134003.927000', '134003.930000', '134003.933000', '134003.936000', '134003.939000', '134003.942000', '134003.945000', '134003.948000', '134003.951000', '134003.954000', '134003.957000', '134003.960000', '134003.963000', '134003.966000', '134003.969000', '134003.972000', '134003.975000', '134003.985000', '134003.988000', '134003.991000', '134003.994000', '134003.997000', '134004.000000', '134004.003000', '134004.006000', '134004.009000', '134004.012000', '134004.015000', '134004.018000', '134004.021000', '134004.024000', '134004.027000', '134004.030000', '134004.033000', '134004.035000', '134004.039000', '134004.042000', '134004.045000', '134004.048000', '134004.051000', '134004.054000', '134004.057000', '134004.059000', '134023.924000', '134023.927000', '134023.937000', '134023.940000', '134023.943000', '134023.946000', '134023.949000', '134023.952000', '134023.955000', '134023.958000', '134023.961000', '134023.964000', '134023.967000', '134023.970000', '134023.973000', '134023.976000', '134023.979000', '134023.982000', '134023.985000', '134023.988000', '134023.991000', '134023.994000', '134023.997000', '134024.001000', '134024.004000', '134024.006000', '134024.009000', '134024.012000', '134024.015000', '134024.018000', '134024.021000', '134024.024000', '134024.027000', '134024.030000', '134024.033000', '134024.036000', '134024.039000', '134024.042000', '134024.045000', '134024.048000', '134024.051000', '134024.054000', '134024.056000', '134043.924000', '134043.927000', '134043.930000', '134043.933000', '134043.936000', '134043.939000', '134043.942000', '134043.945000', '134043.948000', '134043.951000', '134043.954000', '134043.957000', '134043.960000', '134043.963000', '134043.966000', '134043.969000', '134043.972000', '134043.975000', '134043.978000', '134043.981000', '134043.984000', '134043.986000', '134043.989000', '134043.992000', '134043.995000', '134043.998000', '134044.002000', '134044.005000', '134044.008000', '134044.011000', '134044.014000', '134044.017000', '134044.020000', '134044.023000', '134044.026000', '134044.029000', '134044.032000', '134044.035000', '134044.038000', '134044.041000', '134044.044000', '134044.046000', '134044.049000', '134044.052000', '134103.923000', '134103.930000', '134103.933000', '134103.936000', '134103.939000', '134103.942000', '134103.945000', '134103.948000', '134103.951000', '134103.954000', '134103.957000', '134103.960000', '134103.963000', '134103.966000', '134103.969000', '134103.972000', '134103.974000', '134103.978000', '134103.980000', '134103.983000', '134103.986000', '134103.989000', '134103.992000', '134103.995000', '134103.998000', '134104.002000', '134104.005000', '134104.008000', '134104.012000', '134104.016000', '134104.019000', '134104.022000', '134104.025000', '134104.028000', '134104.031000', '134104.034000', '134104.037000', '134104.040000', '134104.043000', '134104.046000', '134104.049000', '134104.052000', '134104.055000', '134123.923000', '134123.926000', '134123.929000', '134123.932000', '134123.935000', '134123.938000', '134123.941000', '134123.944000', '134123.947000', '134123.950000', '134123.953000', '134123.956000', '134123.959000', '134123.961000', '134123.964000', '134123.967000', '134123.970000', '134123.973000', '134123.976000', '134123.979000', '134123.982000', '134123.985000', '134123.988000', '134123.991000', '134123.994000', '134123.997000', '134124.001000', '134124.004000', '134124.007000', '134124.010000', '134124.013000', '134124.015000', '134124.018000', '134124.021000', '134124.024000', '134124.027000', '134124.030000', '134124.033000', '134124.036000', '134124.039000', '134124.042000', '134124.044000', '134124.048000', '134124.050000', '134143.924000', '134143.928000', '134143.931000', '134143.933000', '134143.937000', '134143.939000', '134143.942000', '134143.945000', '134143.948000', '134143.951000', '134143.954000', '134143.957000', '134143.960000', '134143.963000', '134143.966000', '134143.969000', '134143.972000', '134143.975000', '134143.978000', '134143.981000', '134143.984000', '134143.987000', '134143.990000', '134143.993000', '134143.996000', '134144.000000', '134144.003000', '134144.006000', '134144.009000', '134144.012000', '134144.015000', '134144.018000', '134144.021000', '134144.023000', '134144.027000', '134144.029000', '134144.032000', '134144.035000', '134144.038000', '134144.041000', '134144.044000', '134144.047000', '134144.050000', '134203.923000', '134203.926000', '134203.929000', '134203.932000', '134203.935000', '134203.938000', '134203.941000', '134203.944000', '134203.947000', '134203.950000', '134203.953000', '134203.956000', '134203.966000', '134203.969000', '134203.972000', '134203.975000', '134203.977000', '134203.981000', '134203.983000', '134203.986000', '134203.989000', '134203.992000', '134203.995000', '134203.998000', '134204.002000', '134204.005000', '134204.008000', '134204.011000', '134204.014000', '134204.017000', '134204.020000', '134204.023000', '134204.026000', '134204.029000', '134204.032000', '134204.035000', '134204.038000', '134204.041000', '134204.044000', '134204.047000', '134204.049000', '134204.053000', '134204.055000', '134204.058000', '134223.924000', '134223.927000', '134223.930000', '134223.933000', '134223.936000', '134223.939000', '134223.942000', '134223.945000', '134223.948000', '134223.951000', '134223.954000', '134223.957000', '134223.960000', '134223.963000', '134223.965000', '134223.969000', '134223.971000', '134223.974000', '134223.977000', '134223.980000', '134223.983000', '134223.986000', '134223.989000', '134223.992000', '134223.995000', '134223.998000', '134224.001000', '134224.004000', '134224.007000', '134224.012000', '134224.016000', '134224.019000', '134224.022000', '134224.025000', '134224.028000', '134224.031000', '134224.034000', '134224.037000', '134224.040000', '134224.043000', '134224.046000', '134224.049000', '134224.052000', '134243.924000', '134243.927000', '134243.930000', '134243.933000', '134243.941000', '134243.944000', '134243.947000', '134243.949000', '134243.953000', '134243.956000', '134243.958000', '134243.961000', '134243.964000', '134243.967000', '134243.970000', '134243.973000', '134243.976000', '134243.979000', '134243.982000', '134243.985000', '134243.988000', '134243.991000', '134243.994000', '134243.997000', '134244.001000', '134244.004000', '134244.007000', '134244.009000', '134244.012000', '134244.015000', '134244.018000', '134244.021000', '134244.024000', '134244.027000', '134244.030000', '134244.033000', '134244.036000', '134244.039000', '134244.042000', '134244.045000', '134244.048000', '134244.051000', '134244.054000', '134244.057000', '134303.924000', '134303.927000', '134303.930000', '134303.933000', '134303.936000', '134303.939000', '134303.942000', '134303.945000', '134303.948000', '134303.951000', '134303.954000', '134303.957000', '134303.960000', '134303.964000', '134303.967000', '134303.970000', '134303.973000', '134303.976000', '134303.979000', '134303.982000', '134303.984000', '134303.987000', '134303.990000', '134303.993000', '134303.996000', '134304.000000', '134304.003000', '134304.006000', '134304.009000', '134304.012000', '134304.015000', '134304.018000', '134304.021000', '134304.024000', '134304.027000', '134304.031000', '134304.034000', '134304.037000', '134304.040000', '134304.043000', '134304.046000', '134304.049000', '134304.052000', '134323.923000', '134323.926000', '134323.929000', '134323.940000', '134323.943000', '134323.946000', '134323.949000', '134323.952000', '134323.955000', '134323.958000', '134323.961000', '134323.964000', '134323.967000', '134323.970000', '134323.972000', '134323.975000', '134323.978000', '134323.981000', '134323.984000', '134323.987000', '134323.990000', '134323.993000', '134323.996000', '134324.000000', '134324.003000', '134324.006000', '134324.009000', '134324.012000', '134324.015000', '134324.018000', '134324.021000', '134324.024000', '134324.026000', '134324.029000', '134324.032000', '134324.035000', '134324.038000', '134324.041000', '134324.044000', '134324.047000', '134324.050000', '134324.053000', '134324.056000', '134324.059000', '134343.923000', '134343.926000', '134343.929000', '134343.932000', '134343.935000', '134343.938000', '134343.941000', '134343.944000', '134343.947000', '134343.950000', '134343.953000', '134343.956000', '134343.959000', '134343.962000', '134343.965000', '134343.967000', '134343.970000', '134343.973000', '134343.976000', '134343.979000', '134343.982000', '134343.985000', '134343.988000', '134343.991000', '134343.994000', '134343.997000', '134344.001000', '134344.004000', '134344.007000', '134344.010000', '134344.013000', '134344.015000', '134344.018000', '134344.021000', '134344.024000', '134344.027000', '134344.030000', '134344.033000', '134344.036000', '134344.039000', '134344.042000', '134344.045000', '134344.048000', '134403.923000', '134403.926000', '134403.939000', '134403.942000', '134403.945000', '134403.948000', '134403.951000', '134403.954000', '134403.957000', '134403.960000', '134403.963000', '134403.966000', '134403.969000', '134403.972000', '134403.975000', '134403.978000', '134403.981000', '134403.983000', '134403.987000', '134403.989000', '134403.992000', '134403.995000', '134403.998000', '134404.002000', '134404.005000', '134404.008000', '134404.011000', '134404.014000', '134404.017000', '134404.020000', '134404.023000', '134404.026000', '134404.029000', '134404.032000', '134404.035000', '134404.038000', '134404.041000', '134404.043000', '134404.046000', '134404.049000', '134404.052000', '134404.055000', '134404.058000', '134404.061000', '134423.923000', '134423.926000', '134423.929000', '134423.932000', '134423.939000', '134423.942000', '134423.985000', '134423.988000', '134423.991000', '134423.994000', '134423.997000', '134424.002000', '134424.005000', '134424.008000', '134424.011000', '134424.014000', '134424.017000', '134424.020000', '134424.023000', '134424.026000', '134424.029000', '134424.032000', '134424.035000', '134424.038000', '134424.041000', '134424.044000', '134424.046000', '134424.050000', '134424.055000', '134424.058000', '134424.062000', '134424.065000', '134424.068000', '134424.070000', '134424.074000', '134424.076000', '134424.079000', '134424.082000', '134424.085000', '134424.088000', '134424.091000', '134424.094000', '134424.097000', '134438.846000', '134438.849000', '134438.852000', '134438.856000', '134438.859000', '134438.862000', '134438.865000', '134438.869000', '134438.872000', '134438.875000', '134438.878000', '134438.881000', '134438.884000', '134438.887000', '134438.891000', '134438.894000', '134438.897000', '134438.900000', '134438.903000', '134438.906000', '134438.909000', '134438.912000', '134438.915000', '134438.919000', '134438.922000', '134438.926000', '134438.929000', '134438.932000', '134438.935000', '134438.938000', '134438.941000', '134438.944000', '134438.947000'], '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': [13175, 11281, 12013, 13166, 11293, 10328, 11384, 11547, 10091, 11509, 10981, 10057, 9878, 11496, 10264, 10575, 10754, 7711, 10748, 10833, 8159, 10623, 10208, 10490, 10992, 8980, 10730, 10397, 10729, 10577, 10091, 10881, 10661, 8505, 11016, 11016, 10529, 10572, 8809, 10532, 10633, 8167, 10764, 11091, 8307, 10632, 10110, 10694, 10333, 9529, 10584, 10978, 8978, 10546, 11346, 8998, 10342, 8759, 9022, 9889, 9460, 8994, 10629, 9249, 9387, 10103, 10872, 9112, 10287, 10210, 8939, 9955, 9531, 10155, 13719, 9156, 9640, 9570, 9155, 9714, 9955, 10420, 11483, 9242, 9628, 12375, 9457, 10412, 11783, 9604, 9736, 9209, 9625, 9695, 9533, 10036, 9056, 9560, 10317, 9298, 9812, 8787, 9635, 9361, 9472, 9497, 10228, 9328, 10037, 9231, 9432, 10268, 9629, 9788, 13387, 10048, 9445, 9587, 9468, 9367, 9640, 9603, 10271, 9822, 9900, 9462, 9653, 9570, 9547, 15194, 11549, 9839, 9514, 9296, 9811, 9388, 9667, 11885, 9358, 9700, 9310, 9877, 10417, 9978, 14075, 10924, 9555, 9766, 9803, 9489, 9326, 9201, 9106, 9428, 9554, 9290, 9777, 9331, 9701, 10023, 9742, 13009, 9618, 9427, 9189, 9566, 9942, 9287, 10051, 9001, 9943, 9981, 10315, 9261, 9390, 9275, 12204, 9030, 10186, 8938, 10219, 9571, 9471, 9379, 10799, 9234, 10015, 9279, 9839, 9351, 9352, 9258, 9399, 10345, 9309, 9643, 9804, 9235, 9718, 13741, 10802, 11133, 9747, 9996, 11536, 9407, 9386, 9474, 10280, 9810, 9531, 9716, 9087, 9894, 9659, 9310, 10238, 9196, 9699, 9992, 9231, 9834, 12448, 9324, 13148, 12846, 10142, 11806, 9561, 9466, 9400, 10433, 9794, 9329, 9778, 9142, 9313, 9810, 9439, 10255, 10245, 9570, 9824, 9548, 9826, 9366, 9138, 10033, 10019, 9905, 11143, 9922, 11441, 10742, 12705, 14997, 9801, 10109, 8886, 10204, 9080, 9372, 9853, 13631, 9602, 9747, 9308, 9992, 9545, 9639, 9882, 9880, 9866, 9851, 9471, 10005, 9802, 9581, 9929, 9258, 10281, 10026, 9519, 10043, 12129, 9454, 10127, 9479, 10015, 10513, 9615, 10209, 12748, 10271, 9892, 9397, 9851, 9354, 9723, 10022, 9641, 10435, 10580, 10477, 12639, 9766, 13226, 13041, 10068, 12048, 9702, 9884, 9422, 9729, 14039, 9450, 10127, 9574, 10337, 9886, 9249, 10159, 10203, 10476, 10055, 9383, 9945, 10264, 9840, 15197, 12888, 10675, 9362, 10342, 10596, 9304, 9987, 9557, 10321, 9738, 9373, 10123, 9376, 9362, 10091, 10316, 9287, 10288, 9949, 10198, 12562, 9328, 13123, 12512, 10279, 11608, 9271, 10423, 9451, 10059, 10096, 9383, 10124, 9262, 9392, 10049, 10174, 9452, 10430, 9481, 10346, 12129, 10151, 11186, 10019, 10465, 15073, 11072, 10225, 9429, 9509, 10069, 9535, 9868, 10118, 9688, 10263, 9117, 10423, 9593, 9551, 10777, 10191, 9951, 12882, 9697, 10884, 9172, 10331, 9987, 9558, 10025, 9171, 10560, 9293, 9724, 10421, 10127, 9941, 9680, 9414, 10263, 9542, 9385, 10144, 9811, 10389, 10669, 9548, 10091, 11494, 10696, 9954, 9826, 10023, 12139, 9986, 10845, 9415, 10110, 9377, 9698, 10267, 9255, 10254, 11329, 9246, 10490, 10708, 9605, 14706, 11181, 10473, 9818, 10611, 10442, 9446, 10360, 9640, 9315, 9961, 9185, 10089, 9719, 10655, 10410, 9358, 9541, 12182, 9484, 10553, 9526, 9806, 10266, 9565, 10030, 10121, 9598, 10192, 9190, 10145, 10242, 9815, 10612, 10894, 10420, 11296, 9796, 9689, 9606, 9862, 9252, 9626, 10106, 10054, 9724, 10174, 9465, 9869, 10195, 12397, 10072, 11935, 9798, 9968, 10742, 10627, 15811, 9643, 9905, 9361, 9884, 9167, 9938, 10036, 9494, 9557, 9947, 9878, 10007, 9710, 9700, 13453, 9849, 10136, 9544, 9755, 8834, 9951, 9998, 9950, 10102, 9623, 9963, 9483, 9410, 9734, 13815, 10060, 9745, 9683, 9735, 9035, 10148, 10127, 9441, 10033, 9992, 9090, 10262, 9740, 9762, 9150, 12558, 10116, 14027, 10438, 10589, 9687, 9695, 15052, 12516, 14759, 9975, 9879, 9712, 9845, 9971, 10455, 9882, 10357, 10126, 10476, 10060, 9922, 9622, 10130, 11121, 9821, 9845, 9961, 9650, 9421, 10016, 9622, 9816, 9680, 10110, 9782, 14094, 9623, 9361, 9350, 9878, 9611, 10155, 9459, 10758, 10137, 9565, 10309, 10128, 10288, 9979, 10116, 10062, 11570, 9730, 9842, 9749, 10018, 9449, 10086, 8681, 10578, 10094, 10076, 9913, 10054, 9765, 10274, 11077, 10106, 10302, 9898, 10129, 10377, 10394, 10070, 9953, 9512, 14170, 10052, 13312, 10151, 9893, 10041, 9127, 10839, 9663, 9791, 9627, 9245, 9424, 10025, 9833, 10106, 9389, 11407, 9821, 9606, 9726, 9658, 9999, 10174, 13572, 10146, 9357, 9854, 10147, 9994, 10095, 9270, 9557, 9846, 9580, 10136, 9446, 9097, 10050, 10055, 9784, 9105, 13417, 10051, 14774, 10285, 10147, 10106, 9448, 10264, 10027, 11663, 9911, 9419, 9243, 10199, 9799, 10234, 10178, 9367, 10223, 9572, 10113, 10025, 10050, 9951, 10266, 13896, 12118, 14797, 10339, 10015, 10066, 9777, 10276, 10096, 9299, 10357, 9927, 10351, 9793, 10511, 10171, 10072, 9565, 12640, 9797, 9602, 10329, 9928, 9959, 11247, 11511, 15505, 11093, 10150, 9811, 9956, 9919, 10017, 9114, 10715, 10114, 9900, 10693, 9919, 10611, 9195, 10084, 8811, 10050, 9840, 10422, 8802, 9421, 9558, 9563, 9786, 13006, 10923, 9620, 13249, 10081, 9118, 10949, 10887, 8986, 13919, 9275, 9798, 9632, 8874, 10727, 8871, 8787, 10148, 9338, 9173, 9665, 9224, 10076, 10690, 9019, 11678, 9260, 11939, 9210, 9541, 10500, 9316, 12579, 9183, 9516, 10359, 8953, 11153, 10805, 9246, 9507, 9684, 10131, 9291, 9542, 10866, 9394, 11124, 10743, 8745, 10367, 9598, 9520, 10651, 9837, 11558, 10702, 8654, 10036, 9337, 10259, 10818, 9363, 10000, 10737, 9995, 9300, 9844, 10089, 8925, 9621, 10208, 9943, 9586, 9839, 10682, 13928, 13101, 14124, 10189, 8882, 9459, 9507, 8995, 11501, 9420, 11319, 15106, 10555, 9812, 11455, 10108, 9236, 9557, 9540, 12970, 9259, 9933, 10242, 9797, 9604, 8992, 9892, 9198, 9447, 10323, 8877, 9501, 9695, 10277, 10981, 9757, 10650, 10595, 10201, 10728, 8883, 10613, 9286, 9900, 11053, 9714, 12310, 10710, 9448, 10430, 9334, 10411, 11078, 9364, 10348, 11309, 9715, 10701, 10025, 9073, 13370, 11382, 11377, 14203, 11989, 13896, 10375, 9831, 9446, 9182, 10116, 9879, 10032, 8747, 10470, 11356, 9971, 8784, 9726, 9782, 12308, 14490, 14298, 12384, 11282, 13436, 10028, 9406, 11675, 9880, 8974, 9384, 9964, 8735, 9389, 10104, 8786, 9234, 9431, 9674, 9676, 9223, 9371, 10005, 8572, 9954, 10186, 8640, 9900, 10187, 8948, 10207, 10672, 8777, 10048, 9321, 9549, 10453, 8863, 9625, 10623, 8921, 11536, 10830, 8833, 10035, 9336, 9655, 10621, 8824, 10226, 10854, 9059, 10046, 10783, 8968, 10254, 11059, 9815, 10650, 10924, 9376, 10452, 10830, 9005, 10700, 10955, 11623, 10088, 11178, 11181, 9090, 10655, 10930, 11592, 10124, 10091, 9613, 8801, 9518, 10752, 10311, 8997, 9828, 10314, 10519, 8946, 12464, 10666, 9260, 9378, 14973, 13024, 13323, 11926, 9006, 14538, 10490, 9011, 14245, 9028, 9320, 9581, 8926, 10130, 10724, 9095, 10368, 8798, 9501, 10351, 8752, 10739, 9028, 10047, 10001, 9305, 10773, 11310, 9728, 10578, 8429, 10263, 11203, 10010, 11114, 11275, 10632, 11133, 10007, 11494, 11421, 10925, 10563, 9024, 11068, 11254, 8379, 11080, 11091, 10194, 11471, 11715, 10869, 11182, 11102, 11000, 11199, 10073, 11606, 9849, 10910, 11575, 10433, 15039, 10714, 10877, 11346, 10654, 11067, 10843, 10921, 10947, 8417, 11209, 11413, 10800, 11005, 8369, 10936, 11332, 10220, 12634, 8451, 11107, 11483, 10420, 11353, 11356, 10771, 10958, 9690, 11230, 11429, 10638, 11217, 10680, 11125, 10972, 8645, 11388, 11243, 10450, 11026, 9980, 11042, 10651, 8526, 11214, 11145, 10267, 11350, 11732, 11221, 10902, 8921, 11021, 11211, 10676, 11332, 9627, 11035, 11692, 9959, 13963, 9707, 10581, 11342, 9854, 11367, 11901, 10910, 12106, 11107, 10866, 11281, 9004, 11401, 11384, 10881, 11304, 10850, 10769, 11062, 9505, 11014, 11840, 10504, 11475, 9526, 11897, 11361, 9799, 10791, 8604, 10346, 10915, 9053, 10261, 10962, 8891, 10575, 11312, 10335, 11434, 11811, 10441, 11239, 8747, 10672, 11032, 9554, 10989, 8983, 10345, 12309, 9376, 11023, 10932, 10582, 10974, 8895, 11198, 11203, 8826, 10954, 11371, 10204, 11359, 11638, 10548, 12139, 9039, 10707, 10246, 9951, 11281, 9627, 13337, 11080, 10287, 10867, 9153, 10650, 11038, 9240, 11096, 11233, 8723, 10846, 11186, 9183, 9497, 10280, 9639, 11789, 11194, 9539, 10265, 11213, 10060, 14781, 11589, 10167, 11523, 9795, 10484, 11346, 9422, 10915, 11766, 9898, 10893, 11443, 10059, 10825, 8974, 10303, 11102, 11288, 14962, 11767, 9745, 9382, 8609, 9736, 9478, 9696, 9391, 9907, 10134, 10561, 10486, 11758, 8425, 10538, 11391, 10774, 11941, 8374, 10651, 10845, 9020, 10809, 12615, 10732, 10219, 10743, 9043, 10812, 11206, 9464, 11412, 11500, 10970, 11115, 11050, 10926, 11882, 10714, 11265, 9271, 11496, 11465, 11117, 11404, 11305, 11269, 9805, 11432, 12011, 10930, 11761, 9636, 11823, 11978, 11282, 12145, 10676, 11535, 11271, 11168, 11541, 9944, 11711, 11935, 11415, 13334, 9010, 11652, 11686, 11320, 11934, 9073, 11583, 11220, 11670, 12162, 11071, 11915, 10622, 11792, 10074, 11994, 11963, 11321, 12527, 10771, 11702, 9099, 10990, 11180, 10876, 11363, 11253, 10888, 11252, 10344, 11407, 9295, 11548, 10976, 11391, 12059, 9405, 11394, 11727, 11439, 12663, 10030, 11035, 11560, 9779, 11456, 11095, 10642, 11689, 11652, 11178, 11435, 11069, 10712, 10722, 9385, 10957, 11885, 10088, 12471, 9418, 10985, 11219, 10671, 12638, 11783, 10770, 13431, 9232, 11052, 10945, 10798, 11749, 11616, 11408, 11506, 10520, 10853, 11236, 10112, 11144, 10679, 11102, 12460, 10286, 10827, 11131, 10424, 11673, 11609, 11185, 11839, 11199, 11029, 10929, 9201, 11203, 11921, 10136, 11459, 11329, 10565, 10443, 10856, 11449, 11118, 12691, 11730, 11018, 11064, 11604, 10653, 11090, 11554, 10769, 14058, 9186, 11053, 11568, 10483, 11634, 11260, 11092, 11891, 10959, 11323, 10324, 8799, 11113, 10981, 11368, 11964, 9186, 11451, 11391, 11068, 11650, 10822, 11451, 11168, 11240, 10749, 8941, 11292, 10882, 10957, 10874, 8940, 11674, 10403, 11237, 10445, 10900, 11832, 9220, 11105, 11590, 10995, 11125, 8832, 11385, 11232, 11109, 11181, 8630, 11566, 11785, 11315, 11266, 8871, 11293, 10458, 11317, 13859, 9730, 11850, 9659, 11135, 11611, 11214, 12048, 11279, 10102, 10894, 10268, 9484, 11119, 10716, 9810, 11604, 11766, 11237, 13913, 9560, 13294, 9787, 11292, 9550, 10724, 11257, 11387, 13777, 9754, 10461, 9732, 10140, 10746, 10552, 11434, 9859, 10725, 9697, 10841, 10651, 10699, 10883, 9921, 11038, 9809, 10743, 10435, 10218, 10694, 9746, 11007, 10567, 10105, 10572, 9520, 10125, 9613, 10753, 10508, 10804, 12449, 9488, 10680, 9861, 10740, 10987, 10350, 11036, 9547, 10516, 9625, 10311, 11123, 10440, 12640, 11335, 12059, 9705, 10315, 9891, 10316, 10661, 10856, 10456, 10723, 9666, 10380, 10028, 10511, 10207, 9295, 10692, 11129, 9967, 11728, 9555, 10364, 9653, 10615, 10709, 10406, 12357, 9551, 10686, 9723, 10350, 10090, 9268, 10813, 10369, 9940, 10271, 9612, 10723, 9733, 10618, 11223, 9763, 10688, 10348, 10249, 9799, 9503, 10791, 11460, 9223, 11153, 9978, 10024, 10147, 9870, 11173, 10727, 11550, 12447, 10495, 10257, 10352, 9539, 11105, 10107, 10922, 13140, 9711, 10630, 9888, 10123, 10695, 10157, 12058, 9859, 10172, 9723, 9583, 10801, 9823, 13425, 9869, 9999, 10242, 9793, 10155, 9695, 10374, 10973, 10645, 11009, 9725, 10472, 9510, 10191, 10894, 9877, 11015, 11212, 10323, 10439, 9620, 10433, 10267, 10259, 9938, 9335, 10758, 9883, 10293, 10133, 9789, 10849, 9371, 10690, 10455, 9235, 10600, 9746, 10341, 9773, 10075, 10967, 10231, 10456, 10927, 10045, 10270, 9969, 10415, 10094, 10838, 11610, 9502, 10358, 9735, 9918, 10312, 9264, 10488, 9944, 10344, 11182, 9590, 10097, 9616, 10451, 9821, 9171, 10381, 9537, 9959, 10367, 9789, 10807, 10676, 10734, 13897, 11518, 11562, 9765, 9954, 10513, 10351, 10724, 9214, 9885, 10346, 10105, 10217, 9567, 10159, 10169, 9825, 12323, 9701, 9651, 9661, 9850, 11585, 9060, 9876, 9581, 9940, 9864, 9389, 10378, 10903, 9761, 10316, 9585, 9720, 10134, 9865, 10707, 10531, 10239, 12716, 9695, 9919, 10176, 9366, 9811, 9550, 10216, 10618, 9943, 10134, 9605, 10289, 10800, 10345, 10267, 11728, 10163, 10096, 10248, 10052, 10687, 9461, 9892, 9619, 10010, 10592, 10554, 10326, 11986, 9967, 10271, 9796, 9863, 11150, 9255, 9976, 12410, 10107, 13047, 10079, 10069, 10289, 9969, 10027, 9533, 9610, 8877, 10393, 9931, 9820, 10212, 11620, 9484, 9943, 9661, 9845, 10592, 9474, 10361, 10953, 9462, 12109, 10033, 10100, 9768, 9879, 10614, 10151, 9504, 10379, 9979, 9822, 9016, 10024, 10659, 10900, 9506, 9851, 9994, 10157, 9926, 9827, 9780, 11004, 9747, 10539, 9849, 9758, 9758, 9894, 9844, 10126, 9790, 11353, 9834, 9819, 9485, 9654, 9968, 9186, 9992, 9802, 10101, 10041, 10542, 10168, 12504, 9689, 11258, 9988, 9836, 10483, 10616, 12420, 10040, 9649, 9915, 10219], 'WindowCenter': [4076.0, 4039.0, 4024.0, 4021.0, 4009.0, 3986.0, 4006.0, 4007.0, 3983.0, 3992.0, 3981.0, 3971.0, 3969.0, 3990.0, 3981.0, 3980.0, 3991.0, 3951.0, 4007.0, 4007.0, 3967.0, 4011.0, 4010.0, 4011.0, 4010.0, 3990.0, 4010.0, 3999.0, 4010.0, 4011.0, 4012.0, 4023.0, 4012.0, 3991.0, 4022.0, 4010.0, 4011.0, 4011.0, 3990.0, 4011.0, 4011.0, 3980.0, 4010.0, 4023.0, 3981.0, 4023.0, 4012.0, 4013.0, 4013.0, 4001.0, 4012.0, 4025.0, 4004.0, 4025.0, 4037.0, 4017.0, 4027.0, 4003.0, 4004.0, 4013.0, 4016.0, 4004.0, 4038.0, 4015.0, 4014.0, 4026.0, 4038.0, 4005.0, 4027.0, 4027.0, 4004.0, 4014.0, 4004.0, 4026.0, 4057.0, 4003.0, 4016.0, 4015.0, 4004.0, 4014.0, 4015.0, 4026.0, 4034.0, 4002.0, 4002.0, 4033.0, 4002.0, 4012.0, 4034.0, 4002.0, 4002.0, 4001.0, 4002.0, 4001.0, 4002.0, 4011.0, 3991.0, 4003.0, 4013.0, 4002.0, 4013.0, 3992.0, 4013.0, 4003.0, 4014.0, 4015.0, 4027.0, 4017.0, 4027.0, 4016.0, 4016.0, 4015.0, 4015.0, 4016.0, 4060.0, 4016.0, 4015.0, 4002.0, 4014.0, 4003.0, 4014.0, 4028.0, 4039.0, 4027.0, 4028.0, 4016.0, 4014.0, 4015.0, 4014.0, 4071.0, 4038.0, 4026.0, 4016.0, 4004.0, 4013.0, 4002.0, 4015.0, 4047.0, 4015.0, 4014.0, 4003.0, 4013.0, 4023.0, 4013.0, 4055.0, 4026.0, 4003.0, 4013.0, 4012.0, 3999.0, 4001.0, 4002.0, 4003.0, 4003.0, 4013.0, 4003.0, 4013.0, 4003.0, 4014.0, 4014.0, 4014.0, 4044.0, 4001.0, 4000.0, 4000.0, 4001.0, 4014.0, 4015.0, 4013.0, 3991.0, 4012.0, 4001.0, 4011.0, 4001.0, 4001.0, 4004.0, 4047.0, 4003.0, 4014.0, 4002.0, 4012.0, 4013.0, 4003.0, 4003.0, 4038.0, 4015.0, 4015.0, 4003.0, 4014.0, 4003.0, 4004.0, 4015.0, 4019.0, 4028.0, 4017.0, 4015.0, 4027.0, 4015.0, 4016.0, 4047.0, 4037.0, 4037.0, 4015.0, 4014.0, 4023.0, 4002.0, 4002.0, 4014.0, 4025.0, 4013.0, 4013.0, 4013.0, 4003.0, 4013.0, 4014.0, 4017.0, 4028.0, 4017.0, 4016.0, 4027.0, 4014.0, 4026.0, 4047.0, 4004.0, 4059.0, 4047.0, 4014.0, 4033.0, 4000.0, 4002.0, 4001.0, 4025.0, 4014.0, 4001.0, 4014.0, 4002.0, 4002.0, 4013.0, 4015.0, 4025.0, 4024.0, 4013.0, 4014.0, 4013.0, 4024.0, 4015.0, 4018.0, 4026.0, 4027.0, 4016.0, 4025.0, 4013.0, 4034.0, 4023.0, 4047.0, 4057.0, 4013.0, 4013.0, 3992.0, 4013.0, 3991.0, 4001.0, 4015.0, 4056.0, 4012.0, 4013.0, 4002.0, 4014.0, 4013.0, 4014.0, 4026.0, 4025.0, 4015.0, 4014.0, 4012.0, 4015.0, 4015.0, 4028.0, 4028.0, 4017.0, 4028.0, 4026.0, 4015.0, 4027.0, 4048.0, 4017.0, 4028.0, 4017.0, 4026.0, 4025.0, 4014.0, 4015.0, 4048.0, 4024.0, 4015.0, 4001.0, 4014.0, 4003.0, 4014.0, 4029.0, 4028.0, 4039.0, 4038.0, 4027.0, 4045.0, 4013.0, 4047.0, 4047.0, 4015.0, 4034.0, 4001.0, 4011.0, 4000.0, 4014.0, 4054.0, 4012.0, 4012.0, 4001.0, 4011.0, 4012.0, 4014.0, 4024.0, 4025.0, 4025.0, 4014.0, 4002.0, 4011.0, 4012.0, 4011.0, 4055.0, 4032.0, 4011.0, 3989.0, 4009.0, 4009.0, 3988.0, 4000.0, 4002.0, 4011.0, 4001.0, 3999.0, 4011.0, 4001.0, 4002.0, 4025.0, 4025.0, 4015.0, 4024.0, 4012.0, 4012.0, 4033.0, 4002.0, 4044.0, 4034.0, 4012.0, 4034.0, 4000.0, 4011.0, 4000.0, 4012.0, 4013.0, 4003.0, 4013.0, 4002.0, 4002.0, 4013.0, 4024.0, 4014.0, 4025.0, 4014.0, 4025.0, 4035.0, 4013.0, 4023.0, 4001.0, 4013.0, 4055.0, 4023.0, 4023.0, 4001.0, 4002.0, 4011.0, 4000.0, 4012.0, 4012.0, 4003.0, 4024.0, 4003.0, 4026.0, 4013.0, 4013.0, 4023.0, 4011.0, 4011.0, 4045.0, 4014.0, 4024.0, 4001.0, 4012.0, 4013.0, 4001.0, 4001.0, 4003.0, 4023.0, 4002.0, 4012.0, 4023.0, 4012.0, 4013.0, 4014.0, 4015.0, 4026.0, 4016.0, 4004.0, 4013.0, 4013.0, 4025.0, 4024.0, 4016.0, 4014.0, 4035.0, 4024.0, 4012.0, 4012.0, 4013.0, 4035.0, 4014.0, 4023.0, 4002.0, 4013.0, 4001.0, 4002.0, 4012.0, 4004.0, 4014.0, 4024.0, 4003.0, 4023.0, 4012.0, 4002.0, 4054.0, 4023.0, 4010.0, 4000.0, 4010.0, 4010.0, 3999.0, 4011.0, 4001.0, 4001.0, 4013.0, 4004.0, 4014.0, 4012.0, 4023.0, 4023.0, 4000.0, 4002.0, 4035.0, 4003.0, 4025.0, 4002.0, 4012.0, 4012.0, 4002.0, 4015.0, 4024.0, 4015.0, 4026.0, 4005.0, 4025.0, 4014.0, 4015.0, 4025.0, 4027.0, 4025.0, 4037.0, 4015.0, 4015.0, 4014.0, 4013.0, 4016.0, 4017.0, 4039.0, 4041.0, 4027.0, 4038.0, 4016.0, 4027.0, 4027.0, 4047.0, 4027.0, 4036.0, 4013.0, 4013.0, 4024.0, 4025.0, 4054.0, 4001.0, 4012.0, 4000.0, 4012.0, 4001.0, 4014.0, 4014.0, 4013.0, 4014.0, 4013.0, 4012.0, 4011.0, 4002.0, 4002.0, 4044.0, 4012.0, 4012.0, 4000.0, 4012.0, 4001.0, 4013.0, 4014.0, 4015.0, 4025.0, 4014.0, 4014.0, 4014.0, 4002.0, 4003.0, 4044.0, 4016.0, 4013.0, 4003.0, 4014.0, 4002.0, 4013.0, 4024.0, 4014.0, 4028.0, 4039.0, 4030.0, 4053.0, 4029.0, 4028.0, 4018.0, 4061.0, 4039.0, 4071.0, 4039.0, 4025.0, 4013.0, 4003.0, 4055.0, 4045.0, 4056.0, 4014.0, 4013.0, 4002.0, 4012.0, 4002.0, 4013.0, 4012.0, 4014.0, 4023.0, 4022.0, 4010.0, 4011.0, 4000.0, 4011.0, 4023.0, 4011.0, 4013.0, 4012.0, 4012.0, 4001.0, 4012.0, 4000.0, 4012.0, 4001.0, 4011.0, 4013.0, 4043.0, 4000.0, 4001.0, 4001.0, 4012.0, 4012.0, 4011.0, 4014.0, 4036.0, 4026.0, 4026.0, 4026.0, 4025.0, 4024.0, 4014.0, 4025.0, 4026.0, 4035.0, 4014.0, 4024.0, 4013.0, 4023.0, 4013.0, 4024.0, 4007.0, 4039.0, 4037.0, 4026.0, 4025.0, 4025.0, 4026.0, 4026.0, 4035.0, 4039.0, 4028.0, 4026.0, 4026.0, 4025.0, 4024.0, 4014.0, 4013.0, 4015.0, 4057.0, 4014.0, 4055.0, 4023.0, 4012.0, 4011.0, 4002.0, 4023.0, 4016.0, 4014.0, 4013.0, 4014.0, 4003.0, 4013.0, 4024.0, 4024.0, 4015.0, 4037.0, 4026.0, 4026.0, 4015.0, 4014.0, 4014.0, 4025.0, 4044.0, 4026.0, 4003.0, 4015.0, 4024.0, 4013.0, 4023.0, 4014.0, 4014.0, 4026.0, 4015.0, 4025.0, 4026.0, 4004.0, 4024.0, 4026.0, 4026.0, 4004.0, 4058.0, 4027.0, 4067.0, 4024.0, 4024.0, 4012.0, 4014.0, 4012.0, 4012.0, 4036.0, 4014.0, 4014.0, 4014.0, 4024.0, 4024.0, 4025.0, 4025.0, 4015.0, 4039.0, 4028.0, 4039.0, 4028.0, 4027.0, 4026.0, 4026.0, 4059.0, 4049.0, 4057.0, 4025.0, 4025.0, 4013.0, 4013.0, 4014.0, 4023.0, 4015.0, 4027.0, 4025.0, 4027.0, 4024.0, 4024.0, 4025.0, 4015.0, 4016.0, 4057.0, 4016.0, 4014.0, 4025.0, 4013.0, 4013.0, 4023.0, 4034.0, 4065.0, 4023.0, 4024.0, 4012.0, 4012.0, 4012.0, 4013.0, 4017.0, 4038.0, 4037.0, 4038.0, 4036.0, 4026.0, 4025.0, 4015.0, 4026.0, 4015.0, 4028.0, 4029.0, 4037.0, 4029.0, 4030.0, 4027.0, 4014.0, 4026.0, 4057.0, 4040.0, 4017.0, 4058.0, 4025.0, 4002.0, 4022.0, 4022.0, 4002.0, 4055.0, 4001.0, 4013.0, 3999.0, 3988.0, 4009.0, 3988.0, 3991.0, 4011.0, 4000.0, 4013.0, 4010.0, 4001.0, 4011.0, 4024.0, 4004.0, 4035.0, 4015.0, 4035.0, 4002.0, 4002.0, 4023.0, 4002.0, 4032.0, 4000.0, 4001.0, 4009.0, 3989.0, 4021.0, 4024.0, 4001.0, 4013.0, 4012.0, 4011.0, 3999.0, 4000.0, 4022.0, 4004.0, 4022.0, 4035.0, 3991.0, 4011.0, 4000.0, 3999.0, 4023.0, 4012.0, 4032.0, 4022.0, 3991.0, 4011.0, 4000.0, 4011.0, 4022.0, 4013.0, 4027.0, 4049.0, 4037.0, 4027.0, 4027.0, 4026.0, 4018.0, 4042.0, 4051.0, 4041.0, 4027.0, 4028.0, 4026.0, 4060.0, 4059.0, 4057.0, 4025.0, 4004.0, 4014.0, 4014.0, 4003.0, 4032.0, 4001.0, 4035.0, 4055.0, 4022.0, 4011.0, 4021.0, 4009.0, 3988.0, 3998.0, 3998.0, 4029.0, 3997.0, 4009.0, 4009.0, 3997.0, 3997.0, 3985.0, 3997.0, 3985.0, 3997.0, 4007.0, 3987.0, 3997.0, 4008.0, 4008.0, 4019.0, 4011.0, 4023.0, 4023.0, 4036.0, 4035.0, 4015.0, 4024.0, 4013.0, 4013.0, 4034.0, 4015.0, 4048.0, 4034.0, 4024.0, 4023.0, 4011.0, 4022.0, 4034.0, 4026.0, 4027.0, 4036.0, 4025.0, 4024.0, 4023.0, 4014.0, 4058.0, 4036.0, 4046.0, 4056.0, 4046.0, 4058.0, 4038.0, 4038.0, 4026.0, 4027.0, 4037.0, 4012.0, 4023.0, 4003.0, 4037.0, 4047.0, 4025.0, 4005.0, 4024.0, 4013.0, 4033.0, 4042.0, 4058.0, 4031.0, 4009.0, 4015.0, 3984.0, 3971.0, 4003.0, 3982.0, 3973.0, 3970.0, 3991.0, 3971.0, 3984.0, 3993.0, 3975.0, 3997.0, 3985.0, 3996.0, 3995.0, 3985.0, 3984.0, 3994.0, 3974.0, 3996.0, 4008.0, 3986.0, 3997.0, 4007.0, 3988.0, 4009.0, 4008.0, 4003.0, 4023.0, 4012.0, 4012.0, 4022.0, 3987.0, 3997.0, 4009.0, 3987.0, 4021.0, 4010.0, 4000.0, 4009.0, 4000.0, 3998.0, 4010.0, 3987.0, 4009.0, 4021.0, 4001.0, 4012.0, 4023.0, 4001.0, 4022.0, 4021.0, 4012.0, 4023.0, 4035.0, 4015.0, 4034.0, 4035.0, 4017.0, 4035.0, 4035.0, 4048.0, 4037.0, 4037.0, 4034.0, 4017.0, 4037.0, 4037.0, 4048.0, 4038.0, 4038.0, 4026.0, 4015.0, 4025.0, 4054.0, 4054.0, 4018.0, 4028.0, 4040.0, 4037.0, 4016.0, 4058.0, 4023.0, 4013.0, 4001.0, 4065.0, 4042.0, 4044.0, 4031.0, 3988.0, 4040.0, 4007.0, 3986.0, 4040.0, 3985.0, 3985.0, 3994.0, 3984.0, 4007.0, 4006.0, 3986.0, 4007.0, 3988.0, 3998.0, 4008.0, 3987.0, 4006.0, 3986.0, 3996.0, 3996.0, 3996.0, 4017.0, 4018.0, 3997.0, 4007.0, 3977.0, 4007.0, 4019.0, 4008.0, 4019.0, 4019.0, 4020.0, 4019.0, 4010.0, 4030.0, 4029.0, 4021.0, 4019.0, 4001.0, 4035.0, 4035.0, 3992.0, 4032.0, 4032.0, 4021.0, 4030.0, 4032.0, 4022.0, 4033.0, 4036.0, 4047.0, 4045.0, 4025.0, 4044.0, 4023.0, 4034.0, 4033.0, 4036.0, 4067.0, 4024.0, 4034.0, 4032.0, 4022.0, 4020.0, 4020.0, 4021.0, 4022.0, 3990.0, 4032.0, 4032.0, 4033.0, 4021.0, 3992.0, 4033.0, 4034.0, 4024.0, 4044.0, 4002.0, 4033.0, 4032.0, 4020.0, 4020.0, 4032.0, 4021.0, 4024.0, 4012.0, 4034.0, 4032.0, 4021.0, 4021.0, 4021.0, 4033.0, 4023.0, 4004.0, 4045.0, 4033.0, 4034.0, 4033.0, 4012.0, 4032.0, 4023.0, 4005.0, 4035.0, 4035.0, 4025.0, 4034.0, 4032.0, 4035.0, 4033.0, 4016.0, 4035.0, 4035.0, 4036.0, 4033.0, 4012.0, 4034.0, 4045.0, 4026.0, 4066.0, 4014.0, 4035.0, 4033.0, 4012.0, 4032.0, 4032.0, 4034.0, 4044.0, 4032.0, 4035.0, 4034.0, 4002.0, 4033.0, 4033.0, 4034.0, 4034.0, 4035.0, 4034.0, 4036.0, 4024.0, 4032.0, 4033.0, 4021.0, 4033.0, 4014.0, 4044.0, 4033.0, 4013.0, 4021.0, 3990.0, 4011.0, 4021.0, 4000.0, 4021.0, 4021.0, 4000.0, 4032.0, 4032.0, 4023.0, 4045.0, 4044.0, 4037.0, 4035.0, 4005.0, 4036.0, 4034.0, 4013.0, 4034.0, 4003.0, 4024.0, 4046.0, 4013.0, 4023.0, 4023.0, 4022.0, 4022.0, 4001.0, 4033.0, 4036.0, 4014.0, 4034.0, 4033.0, 4025.0, 4035.0, 4045.0, 4036.0, 4047.0, 4015.0, 4035.0, 4024.0, 4011.0, 4035.0, 4011.0, 4054.0, 4033.0, 4021.0, 4021.0, 4000.0, 4022.0, 4033.0, 4014.0, 4036.0, 4051.0, 4020.0, 4051.0, 4062.0, 4029.0, 4028.0, 4027.0, 4015.0, 4034.0, 4047.0, 4040.0, 4036.0, 4033.0, 4023.0, 4065.0, 4046.0, 4026.0, 4046.0, 4023.0, 4024.0, 4033.0, 4011.0, 4021.0, 4044.0, 4012.0, 4022.0, 4032.0, 4011.0, 4022.0, 4002.0, 4010.0, 4020.0, 4020.0, 4052.0, 4034.0, 4000.0, 3988.0, 3990.0, 4011.0, 4012.0, 4011.0, 4000.0, 4013.0, 4025.0, 4036.0, 4023.0, 4059.0, 4007.0, 4034.0, 4032.0, 4032.0, 4032.0, 3991.0, 4023.0, 4032.0, 4001.0, 4022.0, 4044.0, 4022.0, 4022.0, 4021.0, 3999.0, 4019.0, 4016.0, 3998.0, 4030.0, 4019.0, 4020.0, 4019.0, 4020.0, 4020.0, 4031.0, 4022.0, 4021.0, 4000.0, 4031.0, 4030.0, 4032.0, 4031.0, 4032.0, 4021.0, 4011.0, 4031.0, 4043.0, 4033.0, 4044.0, 4012.0, 4043.0, 4043.0, 4034.0, 4056.0, 4035.0, 4047.0, 4046.0, 4034.0, 4032.0, 4012.0, 4033.0, 4032.0, 4032.0, 4056.0, 4003.0, 4046.0, 4044.0, 4046.0, 4044.0, 4014.0, 4047.0, 4048.0, 4061.0, 4059.0, 4060.0, 4060.0, 4038.0, 4046.0, 4023.0, 4044.0, 4033.0, 4035.0, 4047.0, 4035.0, 4045.0, 4002.0, 4050.0, 4049.0, 4019.0, 4030.0, 4034.0, 4034.0, 4035.0, 4039.0, 4059.0, 4028.0, 4060.0, 4050.0, 4059.0, 4057.0, 4025.0, 4045.0, 4043.0, 4046.0, 4056.0, 4039.0, 4048.0, 4047.0, 4027.0, 4047.0, 4035.0, 4024.0, 4045.0, 4035.0, 4046.0, 4047.0, 4046.0, 4047.0, 4034.0, 4013.0, 4022.0, 4045.0, 4025.0, 4045.0, 4012.0, 4033.0, 4032.0, 4021.0, 4029.0, 4029.0, 4032.0, 4054.0, 4011.0, 4033.0, 4021.0, 4019.0, 4030.0, 4032.0, 4044.0, 4045.0, 4034.0, 4034.0, 4034.0, 4023.0, 4032.0, 4010.0, 4020.0, 4032.0, 4024.0, 4032.0, 4031.0, 4021.0, 4032.0, 4029.0, 4031.0, 4032.0, 4045.0, 4047.0, 4034.0, 4013.0, 4047.0, 4047.0, 4036.0, 4049.0, 4049.0, 4035.0, 4048.0, 4047.0, 4044.0, 4034.0, 4044.0, 4033.0, 4034.0, 4033.0, 4044.0, 4032.0, 4032.0, 4031.0, 4033.0, 4065.0, 4012.0, 4033.0, 4031.0, 4019.0, 4029.0, 4019.0, 4032.0, 4043.0, 4033.0, 4045.0, 4023.0, 4001.0, 4032.0, 4032.0, 4045.0, 4044.0, 4012.0, 4032.0, 4031.0, 4032.0, 4020.0, 4020.0, 4020.0, 4031.0, 4030.0, 4020.0, 4000.0, 4032.0, 4030.0, 4030.0, 4020.0, 4002.0, 4044.0, 4035.0, 4046.0, 4034.0, 4034.0, 4042.0, 4001.0, 4032.0, 4046.0, 4035.0, 4034.0, 4012.0, 4044.0, 4032.0, 4031.0, 4031.0, 4002.0, 4047.0, 4046.0, 4048.0, 4047.0, 4015.0, 4046.0, 4035.0, 4046.0, 4070.0, 4027.0, 4058.0, 4027.0, 4060.0, 4059.0, 4047.0, 4057.0, 4037.0, 4037.0, 4049.0, 4037.0, 4026.0, 4061.0, 4050.0, 4039.0, 4048.0, 4046.0, 4048.0, 4072.0, 4028.0, 4058.0, 4026.0, 4034.0, 4011.0, 4021.0, 4021.0, 4032.0, 4053.0, 4011.0, 4019.0, 4009.0, 4009.0, 4019.0, 4019.0, 4032.0, 4011.0, 4031.0, 4011.0, 4021.0, 4019.0, 4021.0, 4032.0, 4011.0, 4022.0, 4010.0, 4021.0, 4020.0, 4009.0, 4020.0, 3999.0, 4020.0, 4022.0, 4021.0, 4020.0, 4011.0, 4021.0, 4008.0, 4019.0, 4021.0, 4033.0, 4043.0, 4012.0, 4034.0, 4011.0, 4033.0, 4032.0, 4035.0, 4046.0, 4026.0, 4038.0, 4026.0, 4024.0, 4033.0, 4022.0, 4046.0, 4036.0, 4046.0, 4011.0, 4021.0, 4012.0, 4022.0, 4021.0, 4021.0, 4023.0, 4034.0, 4024.0, 4036.0, 4025.0, 4035.0, 4023.0, 4012.0, 4036.0, 4046.0, 4026.0, 4047.0, 4015.0, 4022.0, 4010.0, 4022.0, 4023.0, 4022.0, 4043.0, 4012.0, 4032.0, 4011.0, 4022.0, 4022.0, 4012.0, 4034.0, 4024.0, 4025.0, 4023.0, 4011.0, 4022.0, 3999.0, 4022.0, 4022.0, 4012.0, 4022.0, 4021.0, 4023.0, 4010.0, 4009.0, 4021.0, 4032.0, 4012.0, 4046.0, 4039.0, 4038.0, 4037.0, 4026.0, 4047.0, 4037.0, 4037.0, 4044.0, 4010.0, 4052.0, 4038.0, 4027.0, 4044.0, 4021.0, 4033.0, 4055.0, 4025.0, 4037.0, 4024.0, 4023.0, 4021.0, 4021.0, 4044.0, 4011.0, 4021.0, 4009.0, 3999.0, 4020.0, 4009.0, 4040.0, 4007.0, 4009.0, 4008.0, 4008.0, 4006.0, 3996.0, 4006.0, 4006.0, 4005.0, 4018.0, 3997.0, 4007.0, 3996.0, 4006.0, 4017.0, 4007.0, 4017.0, 4018.0, 4009.0, 4019.0, 4010.0, 4020.0, 4009.0, 4009.0, 4008.0, 4000.0, 4033.0, 4011.0, 4024.0, 4022.0, 4023.0, 4033.0, 4001.0, 4023.0, 4023.0, 4015.0, 4036.0, 4013.0, 4025.0, 4024.0, 4024.0, 4034.0, 4025.0, 4038.0, 4038.0, 4027.0, 4038.0, 4026.0, 4036.0, 4024.0, 4036.0, 4046.0, 4028.0, 4026.0, 4026.0, 4027.0, 4026.0, 4015.0, 4036.0, 4026.0, 4037.0, 4048.0, 4027.0, 4036.0, 4026.0, 4037.0, 4026.0, 4017.0, 4040.0, 4028.0, 4039.0, 4038.0, 4025.0, 4036.0, 4025.0, 4035.0, 4069.0, 4047.0, 4047.0, 4025.0, 4024.0, 4023.0, 4024.0, 4034.0, 4015.0, 4025.0, 4036.0, 4037.0, 4026.0, 4014.0, 4025.0, 4037.0, 4026.0, 4058.0, 4015.0, 4014.0, 4013.0, 4024.0, 4034.0, 4016.0, 4024.0, 4015.0, 4026.0, 4025.0, 4013.0, 4024.0, 4034.0, 4027.0, 4037.0, 4026.0, 4027.0, 4025.0, 4025.0, 4024.0, 4024.0, 4026.0, 4058.0, 4026.0, 4027.0, 4025.0, 4015.0, 4026.0, 4015.0, 4037.0, 4038.0, 4038.0, 4039.0, 4025.0, 4025.0, 4035.0, 4037.0, 4037.0, 4059.0, 4037.0, 4024.0, 4023.0, 4013.0, 4023.0, 4014.0, 4025.0, 4013.0, 4023.0, 4022.0, 4022.0, 4023.0, 4046.0, 4025.0, 4036.0, 4023.0, 4024.0, 4033.0, 4001.0, 4024.0, 4045.0, 4023.0, 4043.0, 4010.0, 3999.0, 4009.0, 4009.0, 4011.0, 4012.0, 4024.0, 4014.0, 4035.0, 4024.0, 4023.0, 4024.0, 4046.0, 4015.0, 4026.0, 4014.0, 4025.0, 4022.0, 4011.0, 4011.0, 4023.0, 4012.0, 4044.0, 4023.0, 4023.0, 4011.0, 4011.0, 4021.0, 4011.0, 4012.0, 4023.0, 4023.0, 4024.0, 4002.0, 4010.0, 4021.0, 4022.0, 4013.0, 4024.0, 4025.0, 4035.0, 4023.0, 4012.0, 4011.0, 4022.0, 4014.0, 4023.0, 4011.0, 4011.0, 3999.0, 4009.0, 4010.0, 4022.0, 4012.0, 4032.0, 4010.0, 4009.0, 3998.0, 3999.0, 4011.0, 4012.0, 4024.0, 4036.0, 4036.0, 4025.0, 4035.0, 4036.0, 4058.0, 4026.0, 4047.0, 4026.0, 4012.0, 4022.0, 4021.0, 4043.0, 4025.0, 4026.0, 4024.0, 4023.0], 'WindowWidth': [9063.0, 9002.0, 8968.0, 8961.0, 8940.0, 8904.0, 8930.0, 8931.0, 8892.0, 8904.0, 8888.0, 8875.0, 8868.0, 8897.0, 8887.0, 8886.0, 8901.0, 8849.0, 8932.0, 8931.0, 8881.0, 8944.0, 8941.0, 8942.0, 8943.0, 8916.0, 8940.0, 8924.0, 8941.0, 8944.0, 8946.0, 8962.0, 8949.0, 8917.0, 8960.0, 8940.0, 8943.0, 8943.0, 8913.0, 8941.0, 8941.0, 8900.0, 8941.0, 8961.0, 8905.0, 8963.0, 8947.0, 8950.0, 8948.0, 8931.0, 8944.0, 8970.0, 8939.0, 8970.0, 8990.0, 8966.0, 8979.0, 8941.0, 8941.0, 8953.0, 8961.0, 8943.0, 8991.0, 8959.0, 8956.0, 8974.0, 8994.0, 8946.0, 8978.0, 8977.0, 8943.0, 8955.0, 8941.0, 8971.0, 9015.0, 8939.0, 8959.0, 8957.0, 8943.0, 8955.0, 8957.0, 8971.0, 8982.0, 8935.0, 8933.0, 8979.0, 8933.0, 8947.0, 8981.0, 8936.0, 8936.0, 8933.0, 8937.0, 8934.0, 8933.0, 8946.0, 8920.0, 8937.0, 8954.0, 8936.0, 8954.0, 8923.0, 8951.0, 8938.0, 8954.0, 8957.0, 8981.0, 8965.0, 8978.0, 8961.0, 8961.0, 8959.0, 8958.0, 8961.0, 9029.0, 8959.0, 8957.0, 8936.0, 8953.0, 8939.0, 8955.0, 8982.0, 9000.0, 8979.0, 8982.0, 8961.0, 8954.0, 8956.0, 8955.0, 9042.0, 8996.0, 8975.0, 8961.0, 8941.0, 8952.0, 8937.0, 8959.0, 9007.0, 8958.0, 8957.0, 8940.0, 8952.0, 8967.0, 8953.0, 9010.0, 8977.0, 8939.0, 8951.0, 8948.0, 8929.0, 8931.0, 8935.0, 8941.0, 8939.0, 8954.0, 8939.0, 8951.0, 8938.0, 8955.0, 8957.0, 8955.0, 8995.0, 8933.0, 8930.0, 8929.0, 8932.0, 8957.0, 8958.0, 8953.0, 8921.0, 8948.0, 8933.0, 8945.0, 8933.0, 8933.0, 8942.0, 9007.0, 8939.0, 8954.0, 8935.0, 8949.0, 8952.0, 8937.0, 8937.0, 8995.0, 8957.0, 8957.0, 8939.0, 8955.0, 8940.0, 8940.0, 8958.0, 8970.0, 8980.0, 8964.0, 8960.0, 8976.0, 8959.0, 8960.0, 9004.0, 8995.0, 8990.0, 8959.0, 8955.0, 8966.0, 8936.0, 8936.0, 8954.0, 8970.0, 8954.0, 8953.0, 8954.0, 8938.0, 8952.0, 8956.0, 8965.0, 8980.0, 8965.0, 8961.0, 8975.0, 8958.0, 8973.0, 9004.0, 8944.0, 9022.0, 9004.0, 8955.0, 8978.0, 8931.0, 8935.0, 8933.0, 8970.0, 8954.0, 8935.0, 8955.0, 8936.0, 8936.0, 8951.0, 8958.0, 8972.0, 8970.0, 8951.0, 8954.0, 8953.0, 8970.0, 8959.0, 8967.0, 8975.0, 8977.0, 8960.0, 8971.0, 8951.0, 8980.0, 8965.0, 9004.0, 9020.0, 8953.0, 8951.0, 8921.0, 8949.0, 8920.0, 8932.0, 8958.0, 9015.0, 8948.0, 8952.0, 8935.0, 8953.0, 8953.0, 8953.0, 8976.0, 8974.0, 8957.0, 8955.0, 8950.0, 8957.0, 8958.0, 8982.0, 8980.0, 8966.0, 8980.0, 8974.0, 8958.0, 8975.0, 9010.0, 8965.0, 8979.0, 8963.0, 8974.0, 8972.0, 8953.0, 8958.0, 9007.0, 8968.0, 8957.0, 8935.0, 8955.0, 8940.0, 8958.0, 8983.0, 8982.0, 8997.0, 8995.0, 8975.0, 8997.0, 8954.0, 9003.0, 9006.0, 8956.0, 8983.0, 8933.0, 8945.0, 8932.0, 8955.0, 9011.0, 8949.0, 8948.0, 8934.0, 8945.0, 8948.0, 8957.0, 8969.0, 8974.0, 8971.0, 8953.0, 8935.0, 8944.0, 8948.0, 8946.0, 9015.0, 8977.0, 8946.0, 8913.0, 8939.0, 8940.0, 8909.0, 8928.0, 8935.0, 8944.0, 8933.0, 8928.0, 8947.0, 8933.0, 8937.0, 8971.0, 8975.0, 8958.0, 8968.0, 8949.0, 8947.0, 8979.0, 8933.0, 8993.0, 8984.0, 8949.0, 8982.0, 8930.0, 8944.0, 8930.0, 8948.0, 8952.0, 8937.0, 8952.0, 8936.0, 8937.0, 8953.0, 8968.0, 8954.0, 8972.0, 8958.0, 8971.0, 8987.0, 8952.0, 8963.0, 8933.0, 8950.0, 9011.0, 8965.0, 8966.0, 8937.0, 8935.0, 8947.0, 8930.0, 8949.0, 8950.0, 8937.0, 8969.0, 8940.0, 8973.0, 8953.0, 8950.0, 8963.0, 8945.0, 8947.0, 8999.0, 8956.0, 8967.0, 8932.0, 8948.0, 8950.0, 8932.0, 8933.0, 8939.0, 8965.0, 8939.0, 8951.0, 8964.0, 8949.0, 8952.0, 8954.0, 8960.0, 8974.0, 8961.0, 8941.0, 8953.0, 8952.0, 8968.0, 8968.0, 8959.0, 8954.0, 8985.0, 8967.0, 8950.0, 8947.0, 8950.0, 8983.0, 8954.0, 8965.0, 8935.0, 8949.0, 8934.0, 8934.0, 8949.0, 8942.0, 8953.0, 8969.0, 8936.0, 8963.0, 8947.0, 8934.0, 9009.0, 8962.0, 8944.0, 8929.0, 8942.0, 8941.0, 8926.0, 8944.0, 8932.0, 8932.0, 8949.0, 8942.0, 8953.0, 8953.0, 8963.0, 8963.0, 8931.0, 8935.0, 8985.0, 8938.0, 8969.0, 8934.0, 8948.0, 8947.0, 8934.0, 8956.0, 8970.0, 8957.0, 8973.0, 8943.0, 8969.0, 8955.0, 8954.0, 8967.0, 8977.0, 8969.0, 8992.0, 8958.0, 8957.0, 8957.0, 8952.0, 8962.0, 8967.0, 8998.0, 9004.0, 8978.0, 8993.0, 8963.0, 8976.0, 8978.0, 9007.0, 8978.0, 8987.0, 8951.0, 8949.0, 8967.0, 8972.0, 9009.0, 8934.0, 8947.0, 8929.0, 8948.0, 8934.0, 8954.0, 8953.0, 8953.0, 8954.0, 8952.0, 8949.0, 8945.0, 8934.0, 8936.0, 8995.0, 8946.0, 8947.0, 8929.0, 8950.0, 8933.0, 8950.0, 8954.0, 8960.0, 8970.0, 8955.0, 8953.0, 8953.0, 8937.0, 8937.0, 8996.0, 8961.0, 8952.0, 8937.0, 8953.0, 8938.0, 8952.0, 8967.0, 8955.0, 8981.0, 8999.0, 8989.0, 9026.0, 8986.0, 8981.0, 8967.0, 9033.0, 8999.0, 9045.0, 8996.0, 8973.0, 8953.0, 8940.0, 9013.0, 8998.0, 9013.0, 8954.0, 8953.0, 8935.0, 8947.0, 8934.0, 8950.0, 8950.0, 8956.0, 8965.0, 8964.0, 8945.0, 8946.0, 8931.0, 8947.0, 8968.0, 8948.0, 8952.0, 8951.0, 8952.0, 8937.0, 8949.0, 8933.0, 8947.0, 8933.0, 8949.0, 8953.0, 8993.0, 8931.0, 8932.0, 8934.0, 8950.0, 8951.0, 8949.0, 8957.0, 8992.0, 8975.0, 8979.0, 8975.0, 8971.0, 8967.0, 8955.0, 8972.0, 8977.0, 8986.0, 8955.0, 8970.0, 8953.0, 8967.0, 8955.0, 8970.0, 8951.0, 8999.0, 8991.0, 8977.0, 8974.0, 8971.0, 8974.0, 8974.0, 8987.0, 8998.0, 8980.0, 8977.0, 8974.0, 8973.0, 8969.0, 8958.0, 8955.0, 8958.0, 9020.0, 8956.0, 9015.0, 8966.0, 8951.0, 8948.0, 8936.0, 8968.0, 8962.0, 8956.0, 8955.0, 8957.0, 8942.0, 8954.0, 8970.0, 8970.0, 8960.0, 8993.0, 8975.0, 8977.0, 8958.0, 8956.0, 8957.0, 8970.0, 8997.0, 8975.0, 8941.0, 8960.0, 8969.0, 8954.0, 8965.0, 8956.0, 8957.0, 8976.0, 8961.0, 8974.0, 8975.0, 8944.0, 8970.0, 8975.0, 8973.0, 8943.0, 9022.0, 8978.0, 9032.0, 8970.0, 8969.0, 8949.0, 8955.0, 8952.0, 8951.0, 8989.0, 8957.0, 8958.0, 8958.0, 8970.0, 8971.0, 8971.0, 8972.0, 8961.0, 8999.0, 8982.0, 8999.0, 8982.0, 8980.0, 8976.0, 8974.0, 9025.0, 9012.0, 9019.0, 8972.0, 8971.0, 8954.0, 8953.0, 8955.0, 8968.0, 8959.0, 8980.0, 8974.0, 8977.0, 8970.0, 8970.0, 8972.0, 8959.0, 8964.0, 9019.0, 8961.0, 8957.0, 8972.0, 8952.0, 8952.0, 8968.0, 8981.0, 9027.0, 8966.0, 8968.0, 8950.0, 8951.0, 8952.0, 8953.0, 8966.0, 8998.0, 8994.0, 8997.0, 8991.0, 8977.0, 8971.0, 8959.0, 8975.0, 8959.0, 8982.0, 8985.0, 8994.0, 8987.0, 8990.0, 8981.0, 8957.0, 8974.0, 9021.0, 9004.0, 8966.0, 9023.0, 8974.0, 8939.0, 8965.0, 8965.0, 8938.0, 9015.0, 8936.0, 8953.0, 8931.0, 8914.0, 8942.0, 8914.0, 8920.0, 8949.0, 8933.0, 8955.0, 8947.0, 8935.0, 8948.0, 8971.0, 8946.0, 8990.0, 8960.0, 8987.0, 8938.0, 8935.0, 8967.0, 8937.0, 8979.0, 8933.0, 8933.0, 8941.0, 8916.0, 8962.0, 8970.0, 8937.0, 8954.0, 8952.0, 8947.0, 8928.0, 8931.0, 8964.0, 8942.0, 8965.0, 8987.0, 8922.0, 8947.0, 8930.0, 8929.0, 8965.0, 8949.0, 8979.0, 8964.0, 8922.0, 8948.0, 8931.0, 8946.0, 8963.0, 8955.0, 8981.0, 9013.0, 8994.0, 8981.0, 8980.0, 8977.0, 8970.0, 9008.0, 9020.0, 9007.0, 8981.0, 8979.0, 8973.0, 9027.0, 9025.0, 9019.0, 8971.0, 8945.0, 8955.0, 8954.0, 8938.0, 8978.0, 8936.0, 8985.0, 9012.0, 8964.0, 8949.0, 8959.0, 8939.0, 8910.0, 8925.0, 8925.0, 8968.0, 8924.0, 8942.0, 8940.0, 8922.0, 8922.0, 8904.0, 8921.0, 8905.0, 8922.0, 8935.0, 8912.0, 8925.0, 8941.0, 8940.0, 8954.0, 8949.0, 8969.0, 8969.0, 8991.0, 8988.0, 8960.0, 8972.0, 8952.0, 8952.0, 8985.0, 8958.0, 9006.0, 8986.0, 8971.0, 8966.0, 8949.0, 8965.0, 8983.0, 8979.0, 8979.0, 8989.0, 8975.0, 8970.0, 8968.0, 8959.0, 9020.0, 8989.0, 9004.0, 9016.0, 9003.0, 9023.0, 8997.0, 8997.0, 8978.0, 8982.0, 8992.0, 8952.0, 8968.0, 8942.0, 8994.0, 9009.0, 8977.0, 8949.0, 8972.0, 8955.0, 8980.0, 8993.0, 9029.0, 8979.0, 8941.0, 8946.0, 8898.0, 8877.0, 8925.0, 8892.0, 8884.0, 8875.0, 8906.0, 8881.0, 8901.0, 8914.0, 8891.0, 8925.0, 8906.0, 8919.0, 8917.0, 8904.0, 8900.0, 8916.0, 8889.0, 8921.0, 8937.0, 8910.0, 8923.0, 8937.0, 8913.0, 8942.0, 8941.0, 8941.0, 8968.0, 8952.0, 8950.0, 8961.0, 8911.0, 8924.0, 8941.0, 8911.0, 8960.0, 8942.0, 8930.0, 8943.0, 8930.0, 8926.0, 8942.0, 8911.0, 8943.0, 8962.0, 8936.0, 8952.0, 8966.0, 8937.0, 8963.0, 8961.0, 8950.0, 8967.0, 8988.0, 8960.0, 8984.0, 8988.0, 8968.0, 8985.0, 8987.0, 9010.0, 8994.0, 8993.0, 8985.0, 8968.0, 8991.0, 8995.0, 9009.0, 8999.0, 8998.0, 8977.0, 8959.0, 8974.0, 9028.0, 9027.0, 8970.0, 8983.0, 9003.0, 8994.0, 8964.0, 9026.0, 8971.0, 8954.0, 8936.0, 9031.0, 8994.0, 8996.0, 8975.0, 8913.0, 8984.0, 8937.0, 8906.0, 8987.0, 8903.0, 8905.0, 8914.0, 8902.0, 8935.0, 8934.0, 8910.0, 8938.0, 8913.0, 8925.0, 8940.0, 8910.0, 8936.0, 8905.0, 8920.0, 8920.0, 8919.0, 8951.0, 8952.0, 8924.0, 8938.0, 8897.0, 8938.0, 8954.0, 8938.0, 8956.0, 8957.0, 8960.0, 8958.0, 8945.0, 8972.0, 8969.0, 8960.0, 8957.0, 8933.0, 8986.0, 8986.0, 8927.0, 8979.0, 8976.0, 8960.0, 8971.0, 8975.0, 8963.0, 8983.0, 8991.0, 9005.0, 9003.0, 8977.0, 8998.0, 8968.0, 8981.0, 8982.0, 8989.0, 9034.0, 8972.0, 8983.0, 8978.0, 8964.0, 8959.0, 8959.0, 8963.0, 8967.0, 8923.0, 8980.0, 8978.0, 8981.0, 8964.0, 8924.0, 8980.0, 8988.0, 8970.0, 9000.0, 8942.0, 8979.0, 8976.0, 8959.0, 8960.0, 8977.0, 8961.0, 8972.0, 8953.0, 8982.0, 8978.0, 8962.0, 8961.0, 8962.0, 8979.0, 8967.0, 8946.0, 9000.0, 8983.0, 8986.0, 8982.0, 8950.0, 8977.0, 8967.0, 8947.0, 8988.0, 8986.0, 8974.0, 8984.0, 8978.0, 8985.0, 8983.0, 8966.0, 8988.0, 8989.0, 8990.0, 8983.0, 8954.0, 8983.0, 9001.0, 8979.0, 9031.0, 8959.0, 8985.0, 8981.0, 8951.0, 8977.0, 8977.0, 8984.0, 8999.0, 8980.0, 8986.0, 8984.0, 8940.0, 8981.0, 8981.0, 8984.0, 8987.0, 8989.0, 8985.0, 8990.0, 8972.0, 8980.0, 8979.0, 8963.0, 8983.0, 8961.0, 8997.0, 8982.0, 8953.0, 8963.0, 8919.0, 8947.0, 8962.0, 8933.0, 8963.0, 8964.0, 8936.0, 8981.0, 8979.0, 8968.0, 8999.0, 9000.0, 8994.0, 8990.0, 8948.0, 8991.0, 8986.0, 8954.0, 8984.0, 8940.0, 8972.0, 9004.0, 8955.0, 8969.0, 8966.0, 8965.0, 8965.0, 8936.0, 8981.0, 8989.0, 8958.0, 8985.0, 8982.0, 8972.0, 8987.0, 9000.0, 8992.0, 9010.0, 8962.0, 8987.0, 8969.0, 8950.0, 8986.0, 8950.0, 9011.0, 8982.0, 8963.0, 8963.0, 8934.0, 8964.0, 8980.0, 8957.0, 8989.0, 9019.0, 8978.0, 9020.0, 9038.0, 8990.0, 8985.0, 8978.0, 8959.0, 8985.0, 9010.0, 9005.0, 8994.0, 8983.0, 8969.0, 9031.0, 9008.0, 8977.0, 9005.0, 8970.0, 8971.0, 8980.0, 8950.0, 8964.0, 8997.0, 8953.0, 8967.0, 8978.0, 8950.0, 8967.0, 8942.0, 8948.0, 8960.0, 8961.0, 9003.0, 8983.0, 8933.0, 8910.0, 8918.0, 8950.0, 8952.0, 8950.0, 8931.0, 8954.0, 8977.0, 8992.0, 8969.0, 9025.0, 8956.0, 8985.0, 8978.0, 8980.0, 8977.0, 8925.0, 8969.0, 8980.0, 8936.0, 8963.0, 8998.0, 8966.0, 8965.0, 8965.0, 8930.0, 8955.0, 8947.0, 8925.0, 8971.0, 8956.0, 8959.0, 8956.0, 8958.0, 8960.0, 8975.0, 8963.0, 8963.0, 8933.0, 8978.0, 8974.0, 8976.0, 8975.0, 8976.0, 8962.0, 8950.0, 8977.0, 8995.0, 8983.0, 8996.0, 8951.0, 8995.0, 8995.0, 8985.0, 9020.0, 8988.0, 9008.0, 9003.0, 8985.0, 8980.0, 8951.0, 8979.0, 8980.0, 8978.0, 9018.0, 8941.0, 9003.0, 9000.0, 9005.0, 8999.0, 8959.0, 9007.0, 9010.0, 9033.0, 9031.0, 9030.0, 9030.0, 8996.0, 9006.0, 8969.0, 8997.0, 8981.0, 8985.0, 9010.0, 8986.0, 9000.0, 8939.0, 9017.0, 9012.0, 8957.0, 8972.0, 8985.0, 8984.0, 8989.0, 9000.0, 9026.0, 8985.0, 9030.0, 9019.0, 9028.0, 9023.0, 8976.0, 9002.0, 8995.0, 9001.0, 9018.0, 9002.0, 9010.0, 9011.0, 8981.0, 9005.0, 8987.0, 8970.0, 8999.0, 8986.0, 9004.0, 9008.0, 9006.0, 9009.0, 8987.0, 8954.0, 8965.0, 9001.0, 8976.0, 9004.0, 8955.0, 8982.0, 8979.0, 8960.0, 8973.0, 8971.0, 8980.0, 9016.0, 8951.0, 8982.0, 8963.0, 8959.0, 8973.0, 8979.0, 8999.0, 9001.0, 8986.0, 8987.0, 8985.0, 8969.0, 8978.0, 8945.0, 8959.0, 8981.0, 8972.0, 8979.0, 8977.0, 8965.0, 8977.0, 8971.0, 8977.0, 8977.0, 9002.0, 9007.0, 8986.0, 8957.0, 9007.0, 9009.0, 8994.0, 9013.0, 9015.0, 8989.0, 9011.0, 9010.0, 8998.0, 8984.0, 9001.0, 8983.0, 8987.0, 8986.0, 8999.0, 8980.0, 8980.0, 8977.0, 8984.0, 9033.0, 8954.0, 8983.0, 8976.0, 8958.0, 8969.0, 8958.0, 8978.0, 8996.0, 8983.0, 9003.0, 8972.0, 8940.0, 8979.0, 8981.0, 9002.0, 8999.0, 8954.0, 8980.0, 8978.0, 8977.0, 8962.0, 8958.0, 8959.0, 8977.0, 8973.0, 8961.0, 8935.0, 8980.0, 8973.0, 8976.0, 8961.0, 8939.0, 9002.0, 8988.0, 9005.0, 8988.0, 8985.0, 8991.0, 8936.0, 8978.0, 9006.0, 8987.0, 8988.0, 8955.0, 8998.0, 8978.0, 8976.0, 8978.0, 8943.0, 9008.0, 9006.0, 9011.0, 9010.0, 8964.0, 9005.0, 8989.0, 9004.0, 9044.0, 8981.0, 9024.0, 8982.0, 9032.0, 9027.0, 9008.0, 9021.0, 8995.0, 8992.0, 9011.0, 8994.0, 8981.0, 9034.0, 9019.0, 9000.0, 9009.0, 9006.0, 9013.0, 9054.0, 8985.0, 9026.0, 8979.0, 8984.0, 8950.0, 8962.0, 8965.0, 8980.0, 9010.0, 8948.0, 8958.0, 8943.0, 8944.0, 8957.0, 8958.0, 8979.0, 8950.0, 8978.0, 8951.0, 8963.0, 8958.0, 8963.0, 8980.0, 8951.0, 8965.0, 8947.0, 8963.0, 8958.0, 8944.0, 8959.0, 8932.0, 8960.0, 8967.0, 8963.0, 8963.0, 8951.0, 8963.0, 8943.0, 8959.0, 8965.0, 8983.0, 8998.0, 8954.0, 8984.0, 8952.0, 8983.0, 8980.0, 8989.0, 9006.0, 8979.0, 8998.0, 8978.0, 8970.0, 8984.0, 8967.0, 9008.0, 8991.0, 9002.0, 8951.0, 8965.0, 8952.0, 8965.0, 8962.0, 8962.0, 8970.0, 8989.0, 8975.0, 8992.0, 8975.0, 8988.0, 8970.0, 8955.0, 8991.0, 9009.0, 8977.0, 9009.0, 8962.0, 8966.0, 8947.0, 8963.0, 8967.0, 8969.0, 8999.0, 8955.0, 8982.0, 8951.0, 8966.0, 8965.0, 8953.0, 8986.0, 8973.0, 8973.0, 8971.0, 8951.0, 8963.0, 8930.0, 8963.0, 8965.0, 8954.0, 8966.0, 8964.0, 8969.0, 8948.0, 8945.0, 8962.0, 8979.0, 8954.0, 9007.0, 9002.0, 8998.0, 8995.0, 8976.0, 9008.0, 8994.0, 8993.0, 8999.0, 8947.0, 9024.0, 9000.0, 8983.0, 9001.0, 8967.0, 8984.0, 9019.0, 8978.0, 8997.0, 8973.0, 8968.0, 8963.0, 8964.0, 9001.0, 8951.0, 8968.0, 8947.0, 8931.0, 8960.0, 8942.0, 8989.0, 8941.0, 8944.0, 8941.0, 8941.0, 8937.0, 8921.0, 8935.0, 8934.0, 8933.0, 8956.0, 8926.0, 8939.0, 8921.0, 8937.0, 8951.0, 8939.0, 8951.0, 8954.0, 8945.0, 8958.0, 8946.0, 8960.0, 8943.0, 8943.0, 8943.0, 8933.0, 8980.0, 8951.0, 8973.0, 8967.0, 8970.0, 8981.0, 8937.0, 8966.0, 8969.0, 8962.0, 8988.0, 8956.0, 8975.0, 8970.0, 8971.0, 8983.0, 8973.0, 8995.0, 8998.0, 8982.0, 8996.0, 8978.0, 8989.0, 8971.0, 8988.0, 9005.0, 8985.0, 8978.0, 8979.0, 8980.0, 8977.0, 8960.0, 8988.0, 8977.0, 8994.0, 9010.0, 8979.0, 8992.0, 8979.0, 8992.0, 8979.0, 8967.0, 9002.0, 8985.0, 8999.0, 8998.0, 8976.0, 8989.0, 8974.0, 8988.0, 9042.0, 9008.0, 9007.0, 8973.0, 8971.0, 8969.0, 8971.0, 8984.0, 8964.0, 8976.0, 8992.0, 8995.0, 8976.0, 8959.0, 8974.0, 8996.0, 8979.0, 9023.0, 8962.0, 8960.0, 8955.0, 8971.0, 8986.0, 8964.0, 8972.0, 8962.0, 8980.0, 8975.0, 8956.0, 8971.0, 8985.0, 8982.0, 8994.0, 8978.0, 8981.0, 8976.0, 8974.0, 8972.0, 8972.0, 8978.0, 9025.0, 8978.0, 8980.0, 8973.0, 8963.0, 8980.0, 8962.0, 8995.0, 9000.0, 8999.0, 9000.0, 8976.0, 8974.0, 8986.0, 8995.0, 8995.0, 9030.0, 8996.0, 8973.0, 8968.0, 8954.0, 8971.0, 8960.0, 8974.0, 8958.0, 8970.0, 8966.0, 8965.0, 8968.0, 9006.0, 8974.0, 8990.0, 8970.0, 8971.0, 8982.0, 8937.0, 8972.0, 9003.0, 8968.0, 8997.0, 8947.0, 8929.0, 8942.0, 8945.0, 8949.0, 8954.0, 8973.0, 8962.0, 8988.0, 8972.0, 8969.0, 8971.0, 9004.0, 8961.0, 8979.0, 8959.0, 8973.0, 8968.0, 8950.0, 8948.0, 8968.0, 8953.0, 8999.0, 8968.0, 8968.0, 8949.0, 8950.0, 8961.0, 8949.0, 8952.0, 8970.0, 8968.0, 8972.0, 8939.0, 8947.0, 8962.0, 8965.0, 8959.0, 8972.0, 8976.0, 8989.0, 8968.0, 8950.0, 8949.0, 8969.0, 8958.0, 8968.0, 8949.0, 8949.0, 8931.0, 8943.0, 8945.0, 8967.0, 8951.0, 8979.0, 8945.0, 8943.0, 8927.0, 8929.0, 8949.0, 8954.0, 8972.0, 8991.0, 8991.0, 8975.0, 8988.0, 8992.0, 9026.0, 8979.0, 9008.0, 8977.0, 8952.0, 8964.0, 8962.0, 8995.0, 8975.0, 8976.0, 8972.0, 8968.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.0015796824542518835</td></tr>
<tr><td colspan=3>aqi</td><td>0.05994240258342304</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9513464101885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0730270964028004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9476311211039316</td></tr>
<tr><td colspan=3>efc</td><td>0.5162</td></tr>
<tr><td colspan=3>fber</td><td>3256.8813</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12963032284233011</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.648008611410118</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.638130362082739</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.497399395002813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8798324767939887</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5371592144514152</td></tr>
<tr><td colspan=3>gcor</td><td>0.00668691</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01867375709116459</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0392669253051281</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.891205292800496</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2435</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6909</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.883</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.9383</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.11</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.9613</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3145.429</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.9161</td></tr>
<tr><td colspan=3>tsnr</td><td>24.82392099389108</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>