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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-02/func/sub-0094_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>145d4420c3177ed0c02295aab63af869</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>12:13:11.652500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99619, 0.0795447, 0.0357561, -0.0799765, 0.996738, 0.0108113]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11335</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7208, 508, -86, -424, 264, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc4054c7-ac0c-4e60-b7a2-99a231289e45||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6727044582366943, -0.21457114815711975, 0.09390459209680557, 115.64945220947266], [-0.2134125828742981, 2.674175500869751, 0.03680038824677467, -87.45577239990234], [0.09593098610639572, -0.029005978256464005, 2.698115587234497, -58.326778411865234], [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': ['121311.652500', '121312.112500', '121312.572500', '121313.032500', '121313.492500', '121313.952500', '121314.412500', '121314.872500', '121315.332500', '121315.792500', '121316.252500', '121316.712500', '121317.172500', '121317.632500', '121318.092500', '121318.552500', '121319.012500', '121319.472500', '121319.932500', '121320.392500', '121320.852500', '121321.312500', '121321.772500', '121322.232500', '121322.692500', '121323.152500', '121323.612500', '121324.072500', '121324.532500', '121324.992500', '121325.452500', '121325.912500', '121326.372500', '121326.832500', '121327.292500', '121327.752500', '121328.212500', '121328.672500', '121329.132500', '121329.592500', '121330.052500', '121330.512500', '121330.972500', '121331.432500', '121331.892500', '121332.352500', '121332.812500', '121333.272500', '121333.732500', '121334.192500', '121334.652500', '121335.112500', '121335.572500', '121336.032500', '121336.492500', '121336.952500', '121337.412500', '121337.872500', '121338.332500', '121338.792500', '121339.252500', '121339.712500', '121340.172500', '121340.632500', '121341.092500', '121341.552500', '121342.012500', '121342.472500', '121342.932500', '121343.392500', '121343.852500', '121344.312500', '121344.772500', '121345.232500', '121345.692500', '121346.152500', '121346.612500', '121347.072500', '121347.532500', '121347.992500', '121348.452500', '121348.912500', '121349.372500', '121349.832500', '121350.292500', '121350.752500', '121351.212500', '121351.672500', '121352.132500', '121352.592500', '121353.052500', '121353.512500', '121353.972500', '121354.432500', '121354.892500', '121355.352500', '121355.812500', '121356.272500', '121356.732500', '121357.192500', '121357.652500', '121358.112500', '121358.572500', '121359.032500', '121359.492500', '121359.952500', '121400.412500', '121400.872500', '121401.332500', '121401.792500', '121402.252500', '121402.712500', '121403.172500', '121403.632500', '121404.092500', '121404.552500', '121405.012500', '121405.472500', '121405.932500', '121406.392500', '121406.852500', '121407.312500', '121407.772500', '121408.232500', '121408.692500', '121409.152500', '121409.612500', '121410.072500', '121410.532500', '121410.992500', '121411.452500', '121411.912500', '121412.372500', '121412.832500', '121413.292500', '121413.752500', '121414.212500', '121414.672500', '121415.132500', '121415.592500', '121416.052500', '121416.512500', '121416.972500', '121417.432500', '121417.892500', '121418.352500', '121418.812500', '121419.272500', '121419.732500', '121420.192500', '121420.652500', '121421.112500', '121421.572500', '121422.032500', '121422.492500', '121422.952500', '121423.412500', '121423.872500', '121424.332500', '121424.792500', '121425.252500', '121425.712500', '121426.172500', '121426.632500', '121427.092500', '121427.552500', '121428.012500', '121428.472500', '121428.932500', '121429.392500', '121429.852500', '121430.312500', '121430.772500', '121431.232500', '121431.692500', '121432.152500', '121432.612500', '121433.072500', '121433.532500', '121433.992500', '121434.452500', '121434.912500', '121435.372500', '121435.832500', '121436.292500', '121436.752500', '121437.212500', '121437.672500', '121438.132500', '121438.592500', '121439.052500', '121439.512500', '121439.972500', '121440.432500', '121440.892500', '121441.352500', '121441.812500', '121442.272500', '121442.732500', '121443.192500', '121443.652500', '121444.112500', '121444.572500', '121445.032500', '121445.492500', '121445.952500', '121446.412500', '121446.872500', '121447.332500', '121447.792500', '121448.252500', '121448.712500', '121449.172500', '121449.632500', '121450.092500', '121450.552500', '121451.012500', '121451.472500', '121451.932500', '121452.392500', '121452.852500', '121453.312500', '121453.772500', '121454.232500', '121454.692500', '121455.152500', '121455.612500', '121456.072500', '121456.532500', '121456.992500', '121457.452500', '121457.912500', '121458.372500', '121458.832500', '121459.292500', '121459.752500', '121500.212500', '121500.672500', '121501.132500', '121501.592500', '121502.052500', '121502.512500', '121502.972500', '121503.432500', '121503.892500', '121504.352500', '121504.812500', '121505.272500', '121505.732500', '121506.192500', '121506.652500', '121507.112500', '121507.572500', '121508.032500', '121508.492500', '121508.952500', '121509.412500', '121509.872500', '121510.332500', '121510.792500', '121511.252500', '121511.712500', '121512.172500', '121512.632500', '121513.092500', '121513.552500', '121514.012500', '121514.472500', '121514.932500', '121515.392500', '121515.852500', '121516.312500', '121516.772500', '121517.232500', '121517.692500', '121518.152500', '121518.612500', '121519.072500', '121519.532500', '121519.992500', '121520.452500', '121520.912500', '121521.372500', '121521.832500', '121522.292500', '121522.752500', '121523.212500', '121523.672500', '121524.132500', '121524.592500', '121525.052500', '121525.512500', '121525.972500', '121526.432500', '121526.892500', '121527.352500', '121527.812500', '121528.272500', '121528.732500', '121529.192500', '121529.652500', '121530.112500', '121530.572500', '121531.032500', '121531.492500', '121531.952500', '121532.412500', '121532.872500', '121533.332500', '121533.792500', '121534.252500', '121534.712500', '121535.172500', '121535.632500', '121536.092500', '121536.552500', '121537.012500', '121537.472500', '121537.932500', '121538.392500', '121538.852500', '121539.312500', '121539.772500', '121540.232500', '121540.692500', '121541.152500', '121541.612500', '121542.072500', '121542.532500', '121542.992500', '121543.452500', '121543.912500', '121544.372500', '121544.832500', '121545.292500', '121545.752500', '121546.212500', '121546.672500', '121547.132500', '121547.592500', '121548.052500', '121548.512500', '121548.972500', '121549.432500', '121549.892500', '121550.352500', '121550.812500', '121551.272500', '121551.732500', '121552.192500', '121552.652500', '121553.112500', '121553.572500', '121554.032500', '121554.492500', '121554.952500', '121555.412500', '121555.872500', '121556.332500', '121556.792500', '121557.252500', '121557.712500', '121558.172500', '121558.632500', '121559.092500', '121559.552500', '121600.012500', '121600.472500', '121600.932500', '121601.392500', '121601.852500', '121602.312500', '121602.772500', '121603.232500', '121603.692500', '121604.152500', '121604.612500', '121605.072500', '121605.532500', '121605.992500', '121606.452500', '121606.912500', '121607.372500', '121607.832500', '121608.292500', '121608.752500', '121609.212500', '121609.672500', '121610.132500', '121610.592500', '121611.052500', '121611.512500', '121611.972500', '121612.432500', '121612.892500', '121613.352500', '121613.812500', '121614.272500', '121614.732500', '121615.192500', '121615.652500', '121616.112500', '121616.572500', '121617.032500', '121617.492500', '121617.952500', '121618.412500', '121618.872500', '121619.332500', '121619.792500', '121620.252500', '121620.712500', '121621.172500', '121621.632500', '121622.092500', '121622.552500', '121623.012500', '121623.472500', '121623.932500', '121624.392500', '121624.852500', '121625.312500', '121625.772500', '121626.232500', '121626.692500', '121627.152500', '121627.612500', '121628.072500', '121628.532500', '121628.992500', '121629.452500', '121629.912500', '121630.372500', '121630.832500', '121631.292500', '121631.752500', '121632.212500', '121632.672500', '121633.132500', '121633.592500', '121634.052500', '121634.512500', '121634.972500', '121635.432500', '121635.892500', '121636.352500', '121636.812500', '121637.272500', '121637.732500', '121638.192500', '121638.652500', '121639.112500', '121639.572500', '121640.032500', '121640.492500', '121640.952500', '121641.412500', '121641.872500', '121642.332500', '121642.792500', '121643.252500', '121643.712500', '121644.172500', '121644.632500', '121645.092500', '121645.552500', '121646.012500', '121646.472500', '121646.932500', '121647.392500', '121647.852500', '121648.312500', '121648.772500', '121649.232500', '121649.692500', '121650.152500', '121650.612500', '121651.072500', '121651.532500', '121651.992500', '121652.452500', '121652.912500', '121653.372500', '121653.832500', '121654.292500', '121654.752500', '121655.212500', '121655.672500', '121656.132500', '121656.592500', '121657.052500', '121657.512500', '121657.972500', '121658.432500', '121658.892500', '121659.352500', '121659.812500', '121700.272500', '121700.732500', '121701.192500', '121701.652500', '121702.112500', '121702.572500', '121703.032500', '121703.492500', '121703.952500', '121704.412500', '121704.872500', '121705.332500', '121705.792500', '121706.252500', '121706.712500', '121707.172500', '121707.632500', '121708.092500', '121708.552500', '121709.012500', '121709.472500', '121709.932500', '121710.392500', '121710.852500', '121711.312500', '121711.772500', '121712.232500', '121712.692500', '121713.152500', '121713.612500', '121714.072500', '121714.532500', '121714.992500', '121715.452500', '121715.912500', '121716.372500', '121716.832500', '121717.292500', '121717.752500', '121718.212500', '121718.672500', '121719.132500', '121719.592500', '121720.052500', '121720.512500', '121720.972500', '121721.432500', '121721.892500', '121722.352500', '121722.812500', '121723.272500', '121723.732500', '121724.192500', '121724.652500', '121725.112500', '121725.572500', '121726.032500', '121726.492500', '121726.952500', '121727.412500', '121727.872500', '121728.332500', '121728.792500', '121729.252500', '121729.712500', '121730.172500', '121730.632500', '121731.092500', '121731.552500', '121732.012500', '121732.472500', '121732.932500', '121733.392500', '121733.852500', '121734.312500', '121734.772500', '121735.232500', '121735.692500', '121736.152500', '121736.612500', '121737.072500', '121737.532500', '121737.992500', '121738.452500', '121738.912500', '121739.372500', '121739.832500', '121740.292500', '121740.752500', '121741.212500', '121741.672500', '121742.132500', '121742.592500', '121743.052500', '121743.512500', '121743.972500', '121744.432500', '121744.892500', '121745.352500', '121745.812500', '121746.272500', '121746.732500', '121747.192500', '121747.652500', '121748.112500', '121748.572500', '121749.032500', '121749.492500', '121749.952500', '121750.412500', '121750.872500', '121751.332500', '121751.792500', '121752.252500', '121752.712500', '121753.172500', '121753.632500', '121754.092500', '121754.552500', '121755.012500', '121755.472500', '121755.932500', '121756.392500', '121756.852500', '121757.312500', '121757.772500', '121758.232500', '121758.692500', '121759.152500', '121759.612500', '121800.072500', '121800.532500', '121800.992500', '121801.452500', '121801.912500', '121802.372500', '121802.832500', '121803.292500', '121803.752500', '121804.212500', '121804.672500', '121805.132500', '121805.592500', '121806.052500', '121806.512500', '121806.972500', '121807.432500', '121807.892500', '121808.352500', '121808.812500', '121809.272500', '121809.732500', '121810.192500', '121810.652500', '121811.112500', '121811.572500', '121812.032500', '121812.492500', '121812.952500', '121813.412500', '121813.872500', '121814.332500', '121814.792500', '121815.252500', '121815.712500', '121816.172500', '121816.632500', '121817.092500', '121817.552500', '121818.012500', '121818.472500', '121818.932500', '121819.392500', '121819.852500', '121820.312500', '121820.772500', '121821.232500', '121821.692500', '121822.152500', '121822.612500', '121823.072500', '121823.532500', '121823.992500', '121824.452500', '121824.912500', '121825.372500', '121825.832500', '121826.292500', '121826.752500', '121827.212500', '121827.672500', '121828.132500', '121828.592500', '121829.052500', '121829.512500', '121829.972500', '121830.432500', '121830.892500', '121831.352500', '121831.812500', '121832.272500', '121832.732500', '121833.192500', '121833.652500', '121834.112500', '121834.572500', '121835.032500', '121835.492500', '121835.952500', '121836.412500', '121836.872500', '121837.332500', '121837.792500', '121838.252500', '121838.712500', '121839.172500', '121839.632500', '121840.092500', '121840.552500', '121841.012500', '121841.472500', '121841.932500', '121842.392500', '121842.852500', '121843.312500', '121843.772500', '121844.232500', '121844.692500', '121845.152500', '121845.612500', '121846.072500', '121846.532500', '121846.992500', '121847.452500', '121847.912500', '121848.372500', '121848.832500', '121849.292500', '121849.752500', '121850.212500', '121850.672500', '121851.132500', '121851.592500', '121852.052500', '121852.512500', '121852.972500', '121853.432500', '121853.892500', '121854.352500', '121854.812500', '121855.272500', '121855.732500', '121856.192500', '121856.652500', '121857.112500', '121857.572500', '121858.032500', '121858.492500', '121858.952500', '121859.412500', '121859.872500', '121900.332500', '121900.792500', '121901.252500', '121901.712500', '121902.172500', '121902.632500', '121903.092500', '121903.552500', '121904.012500', '121904.472500', '121904.932500', '121905.392500', '121905.852500', '121906.312500', '121906.772500', '121907.232500', '121907.692500', '121908.152500', '121908.612500', '121909.072500', '121909.532500', '121909.992500', '121910.452500', '121910.912500', '121911.372500', '121911.832500', '121912.292500', '121912.752500', '121913.212500', '121913.672500', '121914.132500', '121914.592500', '121915.052500', '121915.512500', '121915.972500', '121916.432500', '121916.892500', '121917.352500', '121917.812500', '121918.272500', '121918.732500', '121919.192500', '121919.652500', '121920.112500', '121920.572500', '121921.032500', '121921.492500', '121921.952500', '121922.412500', '121922.872500', '121923.332500', '121923.792500', '121924.252500', '121924.712500', '121925.172500', '121925.632500', '121926.092500', '121926.552500', '121927.012500', '121927.472500', '121927.932500', '121928.392500', '121928.852500', '121929.312500', '121929.772500', '121930.232500', '121930.692500', '121931.152500', '121931.612500', '121932.072500', '121932.532500', '121932.992500', '121933.452500', '121933.912500', '121934.372500', '121934.832500', '121935.292500', '121935.752500', '121936.212500', '121936.672500', '121937.132500', '121937.592500', '121938.052500', '121938.512500', '121938.972500', '121939.432500', '121939.892500', '121940.352500', '121940.812500', '121941.272500', '121941.732500', '121942.192500', '121942.652500', '121943.112500', '121943.572500', '121944.032500', '121944.492500', '121944.952500', '121945.412500', '121945.872500', '121946.332500', '121946.792500', '121947.252500', '121947.712500', '121948.172500', '121948.632500', '121949.092500', '121949.552500', '121950.012500', '121950.472500', '121950.932500', '121951.392500', '121951.852500', '121952.312500', '121952.772500', '121953.232500', '121953.692500', '121954.152500', '121954.612500', '121955.072500', '121955.532500', '121955.992500', '121956.452500', '121956.912500', '121957.372500', '121957.832500', '121958.292500', '121958.752500', '121959.212500', '121959.672500', '122000.132500', '122000.592500', '122001.052500', '122001.512500', '122001.972500', '122002.432500', '122002.892500', '122003.352500', '122003.812500', '122004.272500', '122004.732500', '122005.192500', '122005.652500', '122006.112500', '122006.572500', '122007.032500', '122007.492500', '122007.952500', '122008.412500', '122008.872500', '122009.332500', '122009.792500', '122010.252500', '122010.712500', '122011.172500', '122011.632500', '122012.092500', '122012.552500', '122013.012500', '122013.472500', '122013.932500', '122014.392500', '122014.852500', '122015.312500', '122015.772500', '122016.232500', '122016.692500', '122017.152500', '122017.612500', '122018.072500', '122018.532500', '122018.992500', '122019.452500', '122019.912500', '122020.372500', '122020.832500', '122021.292500', '122021.752500', '122022.212500', '122022.672500', '122023.132500', '122023.592500', '122024.052500', '122024.512500', '122024.972500', '122025.432500', '122025.892500', '122026.352500', '122026.812500', '122027.272500', '122027.732500', '122028.192500', '122028.652500', '122029.112500', '122029.572500', '122030.032500', '122030.492500', '122030.952500', '122031.412500', '122031.872500', '122032.332500', '122032.792500', '122033.252500', '122033.712500', '122034.172500', '122034.632500', '122035.092500', '122035.552500', '122036.012500', '122036.472500', '122036.932500', '122037.392500', '122037.852500', '122038.312500', '122038.772500', '122039.232500', '122039.692500', '122040.152500', '122040.612500', '122041.072500', '122041.532500', '122041.992500', '122042.452500', '122042.912500', '122043.372500', '122043.832500', '122044.292500', '122044.752500', '122045.212500', '122045.672500', '122046.132500', '122046.592500', '122047.052500', '122047.512500', '122047.972500', '122048.432500', '122048.892500', '122049.352500', '122049.812500', '122050.272500', '122050.732500', '122051.192500', '122051.652500', '122052.112500', '122052.572500', '122053.032500', '122053.492500', '122053.952500', '122054.412500', '122054.872500', '122055.332500', '122055.792500', '122056.252500', '122056.712500', '122057.172500', '122057.632500', '122058.092500', '122058.552500', '122059.012500', '122059.472500', '122059.932500', '122100.392500', '122100.852500', '122101.312500', '122101.772500', '122102.232500', '122102.692500', '122103.152500', '122103.612500', '122104.072500', '122104.532500', '122104.992500', '122105.452500', '122105.912500', '122106.372500', '122106.832500', '122107.292500', '122107.752500', '122108.212500', '122108.672500', '122109.132500', '122109.592500', '122110.052500', '122110.512500', '122110.972500', '122111.432500', '122111.892500', '122112.352500', '122112.812500', '122113.272500', '122113.732500', '122114.192500', '122114.652500', '122115.112500', '122115.572500', '122116.032500', '122116.492500', '122116.952500', '122117.412500', '122117.872500', '122118.332500', '122118.792500', '122119.252500', '122119.712500', '122120.172500', '122120.632500', '122121.092500', '122121.552500', '122122.012500', '122122.472500', '122122.932500', '122123.392500', '122123.852500', '122124.312500', '122124.772500', '122125.232500', '122125.692500', '122126.152500', '122126.612500', '122127.072500', '122127.532500', '122127.992500', '122128.452500', '122128.912500', '122129.372500', '122129.832500', '122130.292500', '122130.752500', '122131.212500', '122131.672500', '122132.132500', '122132.592500', '122133.052500', '122133.512500', '122133.972500', '122134.432500', '122134.892500', '122135.352500', '122135.812500', '122136.272500', '122136.732500', '122137.192500', '122137.652500', '122138.112500', '122138.572500', '122139.032500', '122139.492500', '122139.952500', '122140.412500', '122140.872500', '122141.332500', '122141.792500', '122142.252500', '122142.712500', '122143.172500', '122143.632500', '122144.092500', '122144.552500', '122145.012500', '122145.472500', '122145.932500', '122146.392500', '122146.852500', '122147.312500', '122147.772500', '122148.232500', '122148.692500', '122149.152500', '122149.612500', '122150.072500', '122150.532500', '122150.992500', '122151.452500', '122151.912500', '122152.372500', '122152.832500', '122153.292500', '122153.752500', '122154.212500', '122154.672500', '122155.132500', '122155.592500', '122156.052500', '122156.512500', '122156.972500', '122157.432500', '122157.892500', '122158.352500', '122158.812500', '122159.272500', '122159.732500', '122200.192500', '122200.652500', '122201.112500', '122201.572500', '122202.032500', '122202.492500', '122202.952500', '122203.412500', '122203.872500', '122204.332500', '122204.792500', '122205.252500', '122205.712500', '122206.172500', '122206.632500', '122207.092500', '122207.552500', '122208.012500', '122208.472500', '122208.932500', '122209.392500', '122209.852500', '122210.312500', '122210.772500', '122211.232500', '122211.692500', '122212.152500', '122212.612500', '122213.072500', '122213.532500', '122213.992500', '122214.452500', '122214.912500', '122215.372500', '122215.832500', '122216.292500', '122216.752500', '122217.212500', '122217.672500', '122218.132500', '122218.592500', '122219.052500', '122219.512500', '122219.972500', '122220.432500', '122220.892500', '122221.352500', '122221.812500', '122222.272500', '122222.732500', '122223.192500', '122223.652500', '122224.112500', '122224.572500', '122225.032500', '122225.492500', '122225.952500', '122226.412500', '122226.872500', '122227.332500', '122227.792500', '122228.252500', '122228.712500', '122229.172500', '122229.632500', '122230.092500', '122230.552500', '122231.012500', '122231.472500', '122231.932500', '122232.392500', '122232.852500', '122233.312500', '122233.772500', '122234.232500', '122234.692500', '122235.152500', '122235.612500', '122236.072500', '122236.532500', '122236.992500', '122237.452500', '122237.912500', '122238.372500', '122238.832500', '122239.292500', '122239.752500', '122240.212500', '122240.672500', '122241.132500', '122241.592500', '122242.052500', '122242.512500', '122242.972500', '122243.432500', '122243.892500', '122244.352500', '122244.812500', '122245.272500', '122245.732500', '122246.192500', '122246.652500', '122247.112500', '122247.572500', '122248.032500', '122248.492500', '122248.952500', '122249.412500', '122249.872500', '122250.332500', '122250.792500', '122251.252500', '122251.712500', '122252.172500', '122252.632500', '122253.092500', '122253.552500', '122254.012500', '122254.472500', '122254.932500', '122255.392500', '122255.852500', '122256.312500', '122256.772500', '122257.232500', '122257.692500', '122258.152500', '122258.612500', '122259.072500', '122259.532500', '122259.992500', '122300.452500', '122300.912500', '122301.372500', '122301.832500', '122302.292500', '122302.752500', '122303.212500', '122303.672500', '122304.132500', '122304.592500', '122305.052500', '122305.512500', '122305.972500', '122306.432500', '122306.892500', '122307.352500', '122307.812500', '122308.272500', '122308.732500', '122309.192500', '122309.652500', '122310.112500', '122310.572500', '122311.032500', '122311.492500', '122311.952500', '122312.412500', '122312.872500', '122313.332500', '122313.792500', '122314.252500', '122314.712500', '122315.172500', '122315.632500', '122316.092500', '122316.552500', '122317.012500', '122317.472500', '122317.932500', '122318.392500', '122318.852500', '122319.312500', '122319.772500', '122320.232500', '122320.692500', '122321.152500', '122321.612500', '122322.072500', '122322.532500', '122322.992500', '122323.452500', '122323.912500', '122324.372500', '122324.832500', '122325.292500', '122325.752500', '122326.212500', '122326.672500', '122327.132500', '122327.592500', '122328.052500', '122328.512500', '122328.972500', '122329.432500', '122329.892500', '122330.352500', '122330.812500', '122331.272500', '122331.732500', '122332.192500', '122332.652500', '122333.112500', '122333.572500', '122334.032500', '122334.492500', '122334.952500', '122335.412500', '122335.872500', '122336.332500', '122336.792500', '122337.252500', '122337.712500', '122338.172500', '122338.632500', '122339.092500', '122339.552500', '122340.012500', '122340.472500', '122340.932500', '122341.392500', '122341.852500', '122342.312500', '122342.772500', '122343.232500', '122343.692500', '122344.152500', '122344.612500', '122345.072500', '122345.532500', '122345.992500', '122346.452500', '122346.912500', '122347.372500', '122347.832500', '122348.292500', '122348.752500', '122349.212500', '122349.672500', '122350.132500', '122350.592500', '122351.052500', '122351.512500', '122351.972500', '122352.432500', '122352.892500', '122353.352500', '122353.812500', '122354.272500', '122354.732500', '122355.192500', '122355.652500', '122356.112500', '122356.572500', '122357.032500', '122357.492500', '122357.952500', '122358.412500', '122358.872500', '122359.332500', '122359.792500', '122400.252500', '122400.712500', '122401.172500', '122401.632500', '122402.092500', '122402.552500', '122403.012500', '122403.472500', '122403.932500', '122404.392500', '122404.852500', '122405.312500', '122405.772500', '122406.232500', '122406.692500', '122407.152500', '122407.612500', '122408.072500', '122408.532500', '122408.992500', '122409.452500', '122409.912500', '122410.372500', '122410.832500', '122411.292500', '122411.752500', '122412.212500', '122412.672500', '122413.132500', '122413.592500', '122414.052500', '122414.512500', '122414.972500', '122415.432500', '122415.892500', '122416.352500', '122416.812500', '122417.272500', '122417.732500', '122418.192500', '122418.652500', '122419.112500', '122419.572500', '122420.032500', '122420.492500', '122420.952500', '122421.412500', '122421.872500', '122422.332500', '122422.792500', '122423.252500', '122423.712500', '122424.172500', '122424.632500', '122425.092500', '122425.552500', '122426.012500', '122426.472500', '122426.932500', '122427.392500', '122427.852500', '122428.312500', '122428.772500', '122429.232500', '122429.692500', '122430.152500', '122430.612500', '122431.072500', '122431.532500', '122431.992500', '122432.452500', '122432.912500', '122433.372500', '122433.832500', '122434.292500', '122434.752500', '122435.212500', '122435.672500', '122436.132500', '122436.592500', '122437.052500', '122437.512500', '122437.972500', '122438.432500', '122438.892500', '122439.352500', '122439.812500', '122440.272500', '122440.732500', '122441.192500', '122441.652500', '122442.112500', '122442.572500', '122443.032500', '122443.492500', '122443.952500', '122444.412500', '122444.872500', '122445.332500', '122445.792500', '122446.252500', '122446.712500', '122447.172500', '122447.632500', '122448.092500', '122448.552500', '122449.012500', '122449.472500', '122449.932500', '122450.392500', '122450.852500', '122451.312500', '122451.772500', '122452.232500', '122452.692500', '122453.152500', '122453.612500', '122454.072500', '122454.532500', '122454.992500', '122455.452500', '122455.912500', '122456.372500', '122456.832500', '122457.292500', '122457.752500', '122458.212500', '122458.672500', '122459.132500', '122459.592500', '122500.052500', '122500.512500', '122500.972500', '122501.432500', '122501.892500', '122502.352500', '122502.812500', '122503.272500', '122503.732500', '122504.192500', '122504.652500', '122505.112500', '122505.572500', '122506.032500', '122506.492500', '122506.952500', '122507.412500', '122507.872500', '122508.332500', '122508.792500', '122509.252500', '122509.712500', '122510.172500', '122510.632500', '122511.092500', '122511.552500', '122512.012500', '122512.472500', '122512.932500', '122513.392500', '122513.852500', '122514.312500', '122514.772500', '122515.232500', '122515.692500', '122516.152500', '122516.612500', '122517.072500', '122517.532500', '122517.992500', '122518.452500', '122518.912500', '122519.372500', '122519.832500', '122520.292500', '122520.752500', '122521.212500', '122521.672500', '122522.132500', '122522.592500', '122523.052500', '122523.512500', '122523.972500', '122524.432500', '122524.892500', '122525.352500', '122525.812500', '122526.272500', '122526.732500', '122527.192500', '122527.652500', '122528.112500', '122528.572500', '122529.032500', '122529.492500', '122529.952500', '122530.412500', '122530.872500', '122531.332500', '122531.792500', '122532.252500', '122532.712500', '122533.172500', '122533.632500', '122534.092500', '122534.552500', '122535.012500', '122535.472500', '122535.932500', '122536.392500', '122536.852500', '122537.312500', '122537.772500', '122538.232500', '122538.692500', '122539.152500', '122539.612500', '122540.072500', '122540.532500', '122540.992500', '122541.452500', '122541.912500', '122542.372500', '122542.832500', '122543.292500', '122543.752500', '122544.212500', '122544.672500', '122545.132500', '122545.592500', '122546.052500', '122546.512500', '122546.972500', '122547.432500', '122547.892500', '122548.352500', '122548.812500', '122549.272500', '122549.732500', '122550.192500', '122550.652500', '122551.112500', '122551.572500', '122552.032500', '122552.492500', '122552.952500', '122553.412500', '122553.872500', '122554.332500', '122554.792500', '122555.252500', '122555.712500', '122556.172500', '122556.632500', '122557.092500', '122557.552500', '122558.012500', '122558.472500', '122558.932500', '122559.392500', '122559.852500', '122600.312500', '122600.772500', '122601.232500', '122601.692500', '122602.152500', '122602.612500', '122603.072500', '122603.532500', '122603.992500', '122604.452500', '122604.912500', '122605.372500', '122605.832500', '122606.292500', '122606.752500', '122607.212500', '122607.672500', '122608.132500', '122608.592500', '122609.052500', '122609.512500', '122609.972500', '122610.432500', '122610.892500', '122611.352500', '122611.812500', '122612.272500', '122612.732500', '122613.192500', '122613.652500', '122614.112500', '122614.572500', '122615.032500', '122615.492500', '122615.952500', '122616.412500', '122616.872500', '122617.332500', '122617.792500', '122618.252500', '122618.712500', '122619.172500', '122619.632500', '122620.092500', '122620.552500', '122621.012500', '122621.472500', '122621.932500', '122622.392500', '122622.852500', '122623.312500', '122623.772500', '122624.232500', '122624.692500', '122625.152500', '122625.612500', '122626.072500', '122626.532500', '122626.992500', '122627.452500', '122627.912500', '122628.372500', '122628.832500', '122629.292500', '122629.752500', '122630.212500', '122630.672500', '122631.132500', '122631.592500', '122632.052500', '122632.512500', '122632.972500', '122633.432500', '122633.892500', '122634.352500', '122634.812500', '122635.272500', '122635.732500', '122636.192500', '122636.652500', '122637.112500', '122637.572500', '122638.032500', '122638.492500', '122638.952500', '122639.412500', '122639.872500', '122640.332500', '122640.792500', '122641.252500', '122641.712500', '122642.172500', '122642.632500', '122643.092500', '122643.552500', '122644.012500', '122644.472500', '122644.932500', '122645.392500', '122645.852500', '122646.312500', '122646.772500', '122647.232500', '122647.692500', '122648.152500', '122648.612500', '122649.072500', '122649.532500', '122649.992500', '122650.452500', '122650.912500', '122651.372500', '122651.832500', '122652.292500', '122652.752500', '122653.212500', '122653.672500', '122654.132500', '122654.592500', '122655.052500', '122655.512500', '122655.972500', '122656.432500', '122656.892500', '122657.352500', '122657.812500', '122658.272500', '122658.732500', '122659.192500', '122659.652500', '122700.112500', '122700.572500', '122701.032500', '122701.492500', '122701.952500', '122702.412500', '122702.872500', '122703.332500', '122703.792500', '122704.252500', '122704.712500', '122705.172500', '122705.632500', '122706.092500', '122706.552500', '122707.012500', '122707.472500', '122707.932500', '122708.392500', '122708.852500', '122709.312500', '122709.772500', '122710.232500', '122710.692500', '122711.152500', '122711.612500', '122712.072500', '122712.532500', '122712.992500', '122713.452500', '122713.912500', '122714.372500', '122714.832500', '122715.292500', '122715.752500', '122716.212500', '122716.672500', '122717.132500', '122717.592500', '122718.052500', '122718.512500', '122718.972500', '122719.432500', '122719.892500', '122720.352500', '122720.812500', '122721.272500', '122721.732500', '122722.192500', '122722.652500', '122723.112500', '122723.572500', '122724.032500', '122724.492500', '122724.952500', '122725.412500', '122725.872500', '122726.332500'], 'ContentTime': ['121322.570000', '121322.573000', '121322.576000', '121322.579000', '121322.581000', '121322.584000', '121322.586000', '121322.589000', '121322.592000', '121322.594000', '121322.597000', '121322.599000', '121322.602000', '121322.605000', '121322.607000', '121322.619000', '121322.626000', '121322.629000', '121322.637000', '121322.639000', '121322.642000', '121342.533000', '121342.536000', '121342.538000', '121342.551000', '121342.554000', '121342.556000', '121342.559000', '121342.562000', '121342.564000', '121342.567000', '121342.570000', '121342.572000', '121342.575000', '121342.577000', '121342.580000', '121342.583000', '121342.586000', '121342.588000', '121342.591000', '121342.598000', '121342.601000', '121342.604000', '121342.606000', '121342.609000', '121342.611000', '121342.614000', '121342.617000', '121342.619000', '121342.622000', '121342.624000', '121342.627000', '121342.629000', '121342.632000', '121342.635000', '121342.637000', '121342.640000', '121342.643000', '121342.645000', '121342.648000', '121342.650000', '121342.653000', '121342.655000', '121342.663000', '121402.532000', '121402.535000', '121402.538000', '121402.541000', '121402.543000', '121402.546000', '121402.548000', '121402.551000', '121402.554000', '121402.556000', '121402.559000', '121402.561000', '121402.564000', '121402.567000', '121402.569000', '121402.572000', '121402.574000', '121402.577000', '121402.580000', '121402.582000', '121402.585000', '121402.588000', '121402.590000', '121402.593000', '121402.595000', '121402.598000', '121402.601000', '121402.603000', '121402.606000', '121402.609000', '121402.611000', '121402.614000', '121402.616000', '121402.619000', '121402.622000', '121402.624000', '121402.627000', '121402.630000', '121402.632000', '121402.635000', '121402.637000', '121402.640000', '121402.643000', '121402.645000', '121422.533000', '121422.535000', '121422.538000', '121422.541000', '121422.551000', '121422.554000', '121422.556000', '121422.559000', '121422.561000', '121422.564000', '121422.567000', '121422.569000', '121422.572000', '121422.574000', '121422.577000', '121422.581000', '121422.584000', '121422.586000', '121422.589000', '121422.592000', '121422.594000', '121422.597000', '121422.600000', '121422.602000', '121422.605000', '121422.608000', '121422.610000', '121422.613000', '121422.616000', '121422.618000', '121422.621000', '121422.624000', '121422.626000', '121422.629000', '121422.632000', '121422.634000', '121422.637000', '121422.640000', '121422.643000', '121422.646000', '121422.649000', '121422.652000', '121422.655000', '121442.533000', '121442.536000', '121442.539000', '121442.541000', '121442.544000', '121442.548000', '121442.550000', '121442.553000', '121442.555000', '121442.558000', '121442.561000', '121442.563000', '121442.566000', '121442.569000', '121442.571000', '121442.574000', '121442.576000', '121442.579000', '121442.582000', '121442.584000', '121442.587000', '121442.590000', '121442.592000', '121442.595000', '121442.598000', '121442.600000', '121442.603000', '121442.605000', '121442.608000', '121442.611000', '121442.613000', '121442.616000', '121442.618000', '121442.621000', '121442.624000', '121442.626000', '121442.629000', '121442.632000', '121442.634000', '121442.637000', '121442.639000', '121442.642000', '121442.645000', '121442.647000', '121502.533000', '121502.536000', '121502.539000', '121502.541000', '121502.544000', '121502.547000', '121502.549000', '121502.552000', '121502.554000', '121502.557000', '121502.560000', '121502.562000', '121502.565000', '121502.568000', '121502.571000', '121502.573000', '121502.576000', '121502.579000', '121502.581000', '121502.584000', '121502.587000', '121502.590000', '121502.592000', '121502.595000', '121502.597000', '121502.600000', '121502.603000', '121502.605000', '121502.608000', '121502.611000', '121502.613000', '121502.616000', '121502.619000', '121502.621000', '121502.624000', '121502.627000', '121502.629000', '121502.632000', '121502.635000', '121502.637000', '121502.640000', '121502.642000', '121502.645000', '121522.533000', '121522.536000', '121522.539000', '121522.542000', '121522.544000', '121522.547000', '121522.550000', '121522.552000', '121522.555000', '121522.558000', '121522.560000', '121522.563000', '121522.565000', '121522.568000', '121522.571000', '121522.573000', '121522.576000', '121522.579000', '121522.581000', '121522.584000', '121522.587000', '121522.589000', '121522.592000', '121522.594000', '121522.597000', '121522.600000', '121522.602000', '121522.605000', '121522.608000', '121522.610000', '121522.613000', '121522.616000', '121522.618000', '121522.621000', '121522.623000', '121522.626000', '121522.629000', '121522.631000', '121522.634000', '121522.636000', '121522.639000', '121522.642000', '121522.644000', '121522.647000', '121542.532000', '121542.535000', '121542.538000', '121542.541000', '121542.543000', '121542.546000', '121542.549000', '121542.552000', '121542.554000', '121542.557000', '121542.559000', '121542.562000', '121542.565000', '121542.567000', '121542.570000', '121542.573000', '121542.575000', '121542.578000', '121542.581000', '121542.583000', '121542.586000', '121542.588000', '121542.591000', '121542.594000', '121542.596000', '121542.599000', '121542.602000', '121542.604000', '121542.607000', '121542.610000', '121542.612000', '121542.615000', '121542.618000', '121542.621000', '121542.624000', '121542.626000', '121542.629000', '121542.632000', '121542.634000', '121542.637000', '121542.640000', '121542.642000', '121542.645000', '121602.549000', '121602.552000', '121602.554000', '121602.558000', '121602.560000', '121602.563000', '121602.566000', '121602.568000', '121602.571000', '121602.574000', '121602.576000', '121602.579000', '121602.582000', '121602.584000', '121602.587000', '121602.590000', '121602.592000', '121602.595000', '121602.597000', '121602.600000', '121602.603000', '121602.605000', '121602.608000', '121602.611000', '121602.614000', '121602.616000', '121602.619000', '121602.629000', '121602.632000', '121602.634000', '121602.637000', '121602.640000', '121602.642000', '121602.645000', '121602.647000', '121602.650000', '121602.653000', '121602.655000', '121602.658000', '121602.661000', '121602.663000', '121602.666000', '121602.668000', '121602.671000', '121622.533000', '121622.536000', '121622.538000', '121622.541000', '121622.543000', '121622.546000', '121622.549000', '121622.552000', '121622.554000', '121622.557000', '121622.560000', '121622.562000', '121622.565000', '121622.568000', '121622.571000', '121622.573000', '121622.576000', '121622.579000', '121622.581000', '121622.584000', '121622.587000', '121622.589000', '121622.592000', '121622.595000', '121622.597000', '121622.600000', '121622.603000', '121622.605000', '121622.608000', '121622.611000', '121622.613000', '121622.616000', '121622.619000', '121622.621000', '121622.624000', '121622.627000', '121622.629000', '121622.632000', '121622.634000', '121622.637000', '121622.640000', '121622.642000', '121622.645000', '121642.533000', '121642.536000', '121642.539000', '121642.542000', '121642.544000', '121642.547000', '121642.550000', '121642.552000', '121642.555000', '121642.557000', '121642.560000', '121642.562000', '121642.565000', '121642.568000', '121642.570000', '121642.573000', '121642.575000', '121642.578000', '121642.580000', '121642.583000', '121642.586000', '121642.588000', '121642.591000', '121642.593000', '121642.596000', '121642.599000', '121642.601000', '121642.604000', '121642.607000', '121642.609000', '121642.612000', '121642.614000', '121642.617000', '121642.620000', '121642.622000', '121642.625000', '121642.627000', '121642.630000', '121642.633000', '121642.635000', '121642.638000', '121642.641000', '121642.643000', '121642.646000', '121702.534000', '121702.536000', '121702.539000', '121702.542000', '121702.545000', '121702.547000', '121702.550000', '121702.553000', '121702.555000', '121702.558000', '121702.561000', '121702.563000', '121702.566000', '121702.569000', '121702.571000', '121702.574000', '121702.577000', '121702.579000', '121702.582000', '121702.585000', '121702.587000', '121702.590000', '121702.593000', '121702.595000', '121702.598000', '121702.601000', '121702.603000', '121702.606000', '121702.609000', '121702.611000', '121702.614000', '121702.617000', '121702.619000', '121702.622000', '121702.625000', '121702.628000', '121702.630000', '121702.633000', '121702.635000', '121702.638000', '121702.641000', '121702.643000', '121702.646000', '121722.534000', '121722.537000', '121722.539000', '121722.542000', '121722.544000', '121722.547000', '121722.550000', '121722.552000', '121722.555000', '121722.558000', '121722.560000', '121722.563000', '121722.566000', '121722.568000', '121722.571000', '121722.574000', '121722.576000', '121722.579000', '121722.582000', '121722.584000', '121722.587000', '121722.590000', '121722.592000', '121722.595000', '121722.597000', '121722.620000', '121722.622000', '121722.625000', '121722.628000', '121722.630000', '121722.633000', '121722.636000', '121722.638000', '121722.641000', '121722.644000', '121722.646000', '121722.649000', '121722.651000', '121722.654000', '121722.657000', '121722.659000', '121722.662000', '121722.665000', '121722.667000', '121742.534000', '121742.537000', '121742.539000', '121742.542000', '121742.545000', '121742.547000', '121742.550000', '121742.559000', '121742.561000', '121742.564000', '121742.567000', '121742.570000', '121742.572000', '121742.575000', '121742.577000', '121742.580000', '121742.583000', '121742.585000', '121742.588000', '121742.591000', '121742.593000', '121742.596000', '121742.599000', '121742.601000', '121742.604000', '121742.607000', '121742.609000', '121742.612000', '121742.615000', '121742.617000', '121742.620000', '121742.623000', '121742.625000', '121742.628000', '121742.630000', '121742.633000', '121742.636000', '121742.639000', '121742.642000', '121742.644000', '121742.647000', '121742.650000', '121742.652000', '121802.533000', '121802.536000', '121802.538000', '121802.541000', '121802.544000', '121802.546000', '121802.549000', '121802.552000', '121802.555000', '121802.557000', '121802.560000', '121802.563000', '121802.565000', '121802.568000', '121802.571000', '121802.573000', '121802.576000', '121802.579000', '121802.581000', '121802.584000', '121802.586000', '121802.589000', '121802.592000', '121802.594000', '121802.597000', '121802.600000', '121802.603000', '121802.605000', '121802.608000', '121802.611000', '121802.613000', '121802.616000', '121802.619000', '121802.622000', '121802.624000', '121802.627000', '121802.630000', '121802.633000', '121802.635000', '121802.638000', '121802.641000', '121802.643000', '121802.646000', '121802.648000', '121822.532000', '121822.535000', '121822.538000', '121822.541000', '121822.543000', '121822.546000', '121822.549000', '121822.551000', '121822.554000', '121822.557000', '121822.559000', '121822.562000', '121822.565000', '121822.567000', '121822.570000', '121822.573000', '121822.575000', '121822.578000', '121822.581000', '121822.583000', '121822.586000', '121822.588000', '121822.591000', '121822.594000', '121822.597000', '121822.599000', '121822.602000', '121822.605000', '121822.607000', '121822.610000', '121822.613000', '121822.615000', '121822.618000', '121822.621000', '121822.623000', '121822.626000', '121822.629000', '121822.631000', '121822.634000', '121822.637000', '121822.639000', '121822.642000', '121822.645000', '121842.533000', '121842.535000', '121842.538000', '121842.541000', '121842.544000', '121842.546000', '121842.549000', '121842.552000', '121842.554000', '121842.557000', '121842.560000', '121842.562000', '121842.565000', '121842.568000', '121842.576000', '121842.579000', '121842.582000', '121842.584000', '121842.587000', '121842.590000', '121842.592000', '121842.595000', '121842.598000', '121842.601000', '121842.605000', '121842.608000', '121842.610000', '121842.613000', '121842.616000', '121842.619000', '121842.621000', '121842.624000', '121842.627000', '121842.629000', '121842.632000', '121842.634000', '121842.637000', '121842.640000', '121842.642000', '121842.645000', '121842.648000', '121842.651000', '121842.653000', '121842.656000', '121902.532000', '121902.536000', '121902.538000', '121902.541000', '121902.543000', '121902.546000', '121902.549000', '121902.552000', '121902.554000', '121902.557000', '121902.560000', '121902.562000', '121902.565000', '121902.568000', '121902.570000', '121902.573000', '121902.576000', '121902.578000', '121902.581000', '121902.584000', '121902.586000', '121902.589000', '121902.592000', '121902.594000', '121902.597000', '121902.600000', '121902.602000', '121902.605000', '121902.608000', '121902.610000', '121902.613000', '121902.616000', '121902.618000', '121902.621000', '121902.624000', '121902.626000', '121902.629000', '121902.632000', '121902.634000', '121902.637000', '121902.640000', '121902.642000', '121902.645000', '121922.533000', '121922.536000', '121922.539000', '121922.542000', '121922.544000', '121922.547000', '121922.550000', '121922.552000', '121922.555000', '121922.558000', '121922.560000', '121922.563000', '121922.566000', '121922.568000', '121922.571000', '121922.573000', '121922.576000', '121922.579000', '121922.581000', '121922.584000', '121922.587000', '121922.589000', '121922.592000', '121922.595000', '121922.597000', '121922.600000', '121922.603000', '121922.605000', '121922.608000', '121922.610000', '121922.613000', '121922.616000', '121922.618000', '121922.621000', '121922.624000', '121922.626000', '121922.629000', '121922.632000', '121922.634000', '121922.637000', '121922.640000', '121922.642000', '121922.645000', '121922.648000', '121942.534000', '121942.536000', '121942.539000', '121942.542000', '121942.544000', '121942.547000', '121942.550000', '121942.552000', '121942.555000', '121942.558000', '121942.560000', '121942.563000', '121942.565000', '121942.568000', '121942.570000', '121942.573000', '121942.576000', '121942.578000', '121942.581000', '121942.583000', '121942.586000', '121942.589000', '121942.591000', '121942.594000', '121942.596000', '121942.599000', '121942.602000', '121942.604000', '121942.607000', '121942.610000', '121942.612000', '121942.615000', '121942.618000', '121942.620000', '121942.623000', '121942.626000', '121942.628000', '121942.631000', '121942.634000', '121942.636000', '121942.639000', '121942.642000', '121942.644000', '122002.533000', '122002.537000', '122002.539000', '122002.542000', '122002.544000', '122002.547000', '122002.550000', '122002.552000', '122002.555000', '122002.558000', '122002.561000', '122002.563000', '122002.566000', '122002.569000', '122002.571000', '122002.574000', '122002.576000', '122002.579000', '122002.582000', '122002.585000', '122002.587000', '122002.590000', '122002.593000', '122002.596000', '122002.598000', '122002.601000', '122002.604000', '122002.606000', '122002.609000', '122002.612000', '122002.614000', '122002.617000', '122002.620000', '122002.622000', '122002.625000', '122002.627000', '122002.630000', '122002.633000', '122002.635000', '122002.638000', '122002.641000', '122002.643000', '122002.646000', '122002.648000', '122022.533000', '122022.536000', '122022.548000', '122022.551000', '122022.553000', '122022.556000', '122022.559000', '122022.561000', '122022.564000', '122022.567000', '122022.569000', '122022.572000', '122022.575000', '122022.577000', '122022.580000', '122022.583000', '122022.585000', '122022.588000', '122022.590000', '122022.593000', '122022.596000', '122022.599000', '122022.601000', '122022.604000', '122022.607000', '122022.609000', '122022.612000', '122022.615000', '122022.617000', '122022.620000', '122022.623000', '122022.625000', '122022.628000', '122022.631000', '122022.633000', '122022.636000', '122022.638000', '122022.641000', '122022.644000', '122022.646000', '122022.649000', '122022.652000', '122022.654000', '122042.533000', '122042.536000', '122042.539000', '122042.542000', '122042.545000', '122042.548000', '122042.550000', '122042.553000', '122042.556000', '122042.558000', '122042.561000', '122042.563000', '122042.566000', '122042.569000', '122042.571000', '122042.574000', '122042.577000', '122042.579000', '122042.582000', '122042.585000', '122042.587000', '122042.590000', '122042.593000', '122042.596000', '122042.598000', '122042.601000', '122042.604000', '122042.606000', '122042.609000', '122042.612000', '122042.614000', '122042.617000', '122042.620000', '122042.622000', '122042.625000', '122042.627000', '122042.630000', '122042.633000', '122042.635000', '122042.638000', '122042.641000', '122042.643000', '122042.646000', '122102.533000', '122102.536000', '122102.538000', '122102.541000', '122102.544000', '122102.546000', '122102.549000', '122102.552000', '122102.555000', '122102.557000', '122102.560000', '122102.563000', '122102.565000', '122102.568000', '122102.570000', '122102.573000', '122102.576000', '122102.579000', '122102.581000', '122102.584000', '122102.587000', '122102.589000', '122102.592000', '122102.595000', '122102.597000', '122102.600000', '122102.603000', '122102.605000', '122102.608000', '122102.611000', '122102.613000', '122102.616000', '122102.619000', '122102.621000', '122102.624000', '122102.627000', '122102.630000', '122102.632000', '122102.635000', '122102.638000', '122102.640000', '122102.643000', '122102.645000', '122102.648000', '122122.533000', '122122.536000', '122122.538000', '122122.541000', '122122.544000', '122122.546000', '122122.549000', '122122.552000', '122122.554000', '122122.557000', '122122.559000', '122122.562000', '122122.565000', '122122.567000', '122122.570000', '122122.573000', '122122.576000', '122122.578000', '122122.581000', '122122.584000', '122122.586000', '122122.589000', '122122.591000', '122122.594000', '122122.597000', '122122.600000', '122122.602000', '122122.605000', '122122.608000', '122122.611000', '122122.613000', '122122.616000', '122122.618000', '122122.621000', '122122.624000', '122122.626000', '122122.629000', '122122.631000', '122122.634000', '122122.637000', '122122.639000', '122122.642000', '122122.645000', '122122.647000', '122142.534000', '122142.537000', '122142.539000', '122142.542000', '122142.544000', '122142.547000', '122142.550000', '122142.552000', '122142.555000', '122142.558000', '122142.560000', '122142.563000', '122142.566000', '122142.569000', '122142.571000', '122142.574000', '122142.577000', '122142.579000', '122142.582000', '122142.585000', '122142.587000', '122142.590000', '122142.593000', '122142.595000', '122142.598000', '122142.601000', '122142.603000', '122142.606000', '122142.609000', '122142.611000', '122142.614000', '122142.617000', '122142.619000', '122142.622000', '122142.625000', '122142.627000', '122142.630000', '122142.632000', '122142.635000', '122142.638000', '122142.640000', '122142.643000', '122142.646000', '122202.534000', '122202.536000', '122202.539000', '122202.542000', '122202.544000', '122202.547000', '122202.550000', '122202.552000', '122202.555000', '122202.558000', '122202.560000', '122202.563000', '122202.566000', '122202.568000', '122202.571000', '122202.574000', '122202.576000', '122202.580000', '122202.582000', '122202.585000', '122202.588000', '122202.590000', '122202.593000', '122202.596000', '122202.599000', '122202.601000', '122202.604000', '122202.607000', '122202.609000', '122202.612000', '122202.615000', '122202.617000', '122202.620000', '122202.623000', '122202.625000', '122202.628000', '122202.631000', '122202.633000', '122202.636000', '122202.639000', '122202.641000', '122202.644000', '122202.647000', '122222.534000', '122222.537000', '122222.539000', '122222.542000', '122222.545000', '122222.547000', '122222.550000', '122222.553000', '122222.555000', '122222.558000', '122222.561000', '122222.564000', '122222.566000', '122222.578000', '122222.580000', '122222.583000', '122222.586000', '122222.588000', '122222.591000', '122222.594000', '122222.596000', '122222.599000', '122222.601000', '122222.604000', '122222.607000', '122222.609000', '122222.612000', '122222.615000', '122222.617000', '122222.620000', '122222.622000', '122222.625000', '122222.628000', '122222.630000', '122222.633000', '122222.635000', '122222.638000', '122222.641000', '122222.643000', '122222.646000', '122222.648000', '122222.651000', '122222.654000', '122222.656000', '122242.533000', '122242.535000', '122242.544000', '122242.547000', '122242.550000', '122242.553000', '122242.556000', '122242.559000', '122242.561000', '122242.564000', '122242.567000', '122242.569000', '122242.572000', '122242.575000', '122242.577000', '122242.580000', '122242.583000', '122242.585000', '122242.588000', '122242.591000', '122242.593000', '122242.596000', '122242.599000', '122242.601000', '122242.604000', '122242.607000', '122242.609000', '122242.612000', '122242.615000', '122242.617000', '122242.620000', '122242.623000', '122242.625000', '122242.628000', '122242.630000', '122242.633000', '122242.636000', '122242.638000', '122242.641000', '122242.643000', '122242.646000', '122242.649000', '122242.651000', '122302.533000', '122302.535000', '122302.538000', '122302.541000', '122302.543000', '122302.546000', '122302.549000', '122302.551000', '122302.554000', '122302.556000', '122302.559000', '122302.562000', '122302.564000', '122302.567000', '122302.570000', '122302.572000', '122302.575000', '122302.578000', '122302.580000', '122302.583000', '122302.585000', '122302.588000', '122302.591000', '122302.593000', '122302.596000', '122302.599000', '122302.601000', '122302.604000', '122302.607000', '122302.609000', '122302.612000', '122302.615000', '122302.617000', '122302.620000', '122302.622000', '122302.625000', '122302.628000', '122302.630000', '122302.633000', '122302.636000', '122302.638000', '122302.641000', '122302.644000', '122302.646000', '122322.532000', '122322.535000', '122322.538000', '122322.541000', '122322.543000', '122322.546000', '122322.548000', '122322.551000', '122322.554000', '122322.556000', '122322.559000', '122322.562000', '122322.564000', '122322.567000', '122322.570000', '122322.572000', '122322.575000', '122322.578000', '122322.580000', '122322.583000', '122322.586000', '122322.588000', '122322.591000', '122322.594000', '122322.596000', '122322.599000', '122322.602000', '122322.604000', '122322.607000', '122322.610000', '122322.612000', '122322.615000', '122322.619000', '122322.622000', '122322.625000', '122322.627000', '122322.630000', '122322.633000', '122322.635000', '122322.638000', '122322.641000', '122322.643000', '122322.646000', '122342.532000', '122342.535000', '122342.538000', '122342.540000', '122342.543000', '122342.546000', '122342.548000', '122342.551000', '122342.553000', '122342.556000', '122342.559000', '122342.561000', '122342.564000', '122342.566000', '122342.569000', '122342.572000', '122342.574000', '122342.577000', '122342.580000', '122342.582000', '122342.585000', '122342.588000', '122342.590000', '122342.593000', '122342.596000', '122342.599000', '122342.601000', '122342.604000', '122342.607000', '122342.609000', '122342.612000', '122342.614000', '122342.617000', '122342.620000', '122342.622000', '122342.625000', '122342.628000', '122342.631000', '122342.633000', '122342.636000', '122342.639000', '122342.641000', '122342.644000', '122342.647000', '122402.534000', '122402.537000', '122402.539000', '122402.542000', '122402.545000', '122402.547000', '122402.550000', '122402.553000', '122402.555000', '122402.558000', '122402.561000', '122402.563000', '122402.566000', '122402.569000', '122402.571000', '122402.574000', '122402.580000', '122402.582000', '122402.585000', '122402.588000', '122402.590000', '122402.593000', '122402.596000', '122402.599000', '122402.601000', '122402.604000', '122402.607000', '122402.610000', '122402.614000', '122402.617000', '122402.620000', '122402.622000', '122402.625000', '122402.627000', '122402.630000', '122402.633000', '122402.647000', '122402.650000', '122402.653000', '122402.655000', '122402.658000', '122402.661000', '122402.663000', '122422.534000', '122422.536000', '122422.539000', '122422.542000', '122422.544000', '122422.547000', '122422.550000', '122422.552000', '122422.555000', '122422.558000', '122422.560000', '122422.563000', '122422.565000', '122422.568000', '122422.571000', '122422.573000', '122422.576000', '122422.578000', '122422.581000', '122422.584000', '122422.586000', '122422.589000', '122422.591000', '122422.594000', '122422.597000', '122422.599000', '122422.602000', '122422.604000', '122422.607000', '122422.610000', '122422.612000', '122422.615000', '122422.617000', '122422.620000', '122422.623000', '122422.625000', '122422.628000', '122422.630000', '122422.633000', '122422.636000', '122422.638000', '122422.641000', '122422.643000', '122422.646000', '122442.534000', '122442.536000', '122442.539000', '122442.542000', '122442.544000', '122442.547000', '122442.549000', '122442.552000', '122442.555000', '122442.557000', '122442.560000', '122442.562000', '122442.565000', '122442.567000', '122442.570000', '122442.573000', '122442.575000', '122442.578000', '122442.581000', '122442.583000', '122442.586000', '122442.588000', '122442.591000', '122442.594000', '122442.596000', '122442.599000', '122442.602000', '122442.605000', '122442.608000', '122442.611000', '122442.613000', '122442.616000', '122442.619000', '122442.621000', '122442.624000', '122442.627000', '122442.629000', '122442.632000', '122442.635000', '122442.637000', '122442.640000', '122442.643000', '122442.645000', '122502.533000', '122502.536000', '122502.538000', '122502.541000', '122502.543000', '122502.546000', '122502.549000', '122502.551000', '122502.554000', '122502.557000', '122502.559000', '122502.562000', '122502.565000', '122502.567000', '122502.570000', '122502.573000', '122502.575000', '122502.578000', '122502.581000', '122502.583000', '122502.586000', '122502.589000', '122502.591000', '122502.594000', '122502.597000', '122502.599000', '122502.602000', '122502.605000', '122502.607000', '122502.610000', '122502.613000', '122502.615000', '122502.618000', '122502.621000', '122502.624000', '122502.626000', '122502.629000', '122502.632000', '122502.635000', '122502.637000', '122502.640000', '122502.643000', '122502.645000', '122502.648000', '122522.533000', '122522.535000', '122522.538000', '122522.541000', '122522.544000', '122522.546000', '122522.549000', '122522.552000', '122522.554000', '122522.557000', '122522.560000', '122522.562000', '122522.565000', '122522.568000', '122522.570000', '122522.573000', '122522.576000', '122522.578000', '122522.581000', '122522.584000', '122522.586000', '122522.589000', '122522.592000', '122522.594000', '122522.597000', '122522.600000', '122522.602000', '122522.605000', '122522.608000', '122522.610000', '122522.613000', '122522.616000', '122522.618000', '122522.621000', '122522.624000', '122522.627000', '122522.630000', '122522.634000', '122522.637000', '122522.639000', '122522.642000', '122522.645000', '122522.647000', '122542.533000', '122542.535000', '122542.538000', '122542.541000', '122542.543000', '122542.546000', '122542.549000', '122542.551000', '122542.554000', '122542.556000', '122542.559000', '122542.562000', '122542.564000', '122542.567000', '122542.570000', '122542.572000', '122542.575000', '122542.577000', '122542.580000', '122542.583000', '122542.585000', '122542.588000', '122542.591000', '122542.593000', '122542.596000', '122542.599000', '122542.601000', '122542.604000', '122542.607000', '122542.609000', '122542.612000', '122542.614000', '122542.617000', '122542.620000', '122542.623000', '122542.625000', '122542.628000', '122542.630000', '122542.633000', '122542.636000', '122542.638000', '122542.641000', '122542.643000', '122542.646000', '122602.533000', '122602.536000', '122602.538000', '122602.541000', '122602.544000', '122602.546000', '122602.549000', '122602.552000', '122602.554000', '122602.557000', '122602.559000', '122602.562000', '122602.565000', '122602.567000', '122602.570000', '122602.572000', '122602.575000', '122602.578000', '122602.580000', '122602.583000', '122602.586000', '122602.588000', '122602.591000', '122602.593000', '122602.596000', '122602.599000', '122602.601000', '122602.604000', '122602.606000', '122602.609000', '122602.612000', '122602.614000', '122602.617000', '122602.620000', '122602.622000', '122602.625000', '122602.627000', '122602.630000', '122602.632000', '122602.635000', '122602.638000', '122602.640000', '122602.643000', '122622.534000', '122622.537000', '122622.539000', '122622.542000', '122622.545000', '122622.547000', '122622.550000', '122622.552000', '122622.555000', '122622.558000', '122622.560000', '122622.563000', '122622.565000', '122622.568000', '122622.571000', '122622.573000', '122622.576000', '122622.579000', '122622.581000', '122622.584000', '122622.587000', '122622.589000', '122622.592000', '122622.595000', '122622.597000', '122622.600000', '122622.603000', '122622.605000', '122622.608000', '122622.611000', '122622.637000', '122622.640000', '122622.642000', '122622.645000', '122622.647000', '122622.650000', '122622.653000', '122622.655000', '122622.658000', '122622.660000', '122622.663000', '122622.666000', '122622.668000', '122622.671000', '122642.534000', '122642.537000', '122642.539000', '122642.542000', '122642.545000', '122642.547000', '122642.550000', '122642.552000', '122642.555000', '122642.558000', '122642.560000', '122642.563000', '122642.566000', '122642.568000', '122642.571000', '122642.574000', '122642.576000', '122642.579000', '122642.581000', '122642.584000', '122642.587000', '122642.589000', '122642.592000', '122642.594000', '122642.597000', '122642.600000', '122642.602000', '122642.605000', '122642.607000', '122642.610000', '122642.613000', '122642.615000', '122642.618000', '122642.620000', '122642.623000', '122642.626000', '122642.628000', '122642.631000', '122642.634000', '122642.636000', '122642.639000', '122642.642000', '122642.644000', '122702.534000', '122702.537000', '122702.539000', '122702.542000', '122702.545000', '122702.547000', '122702.550000', '122702.553000', '122702.555000', '122702.558000', '122702.561000', '122702.564000', '122702.566000', '122702.569000', '122702.571000', '122702.574000', '122702.577000', '122702.579000', '122702.582000', '122702.585000', '122702.587000', '122702.590000', '122702.592000', '122702.595000', '122702.598000', '122702.600000', '122702.603000', '122702.606000', '122702.608000', '122702.611000', '122702.614000', '122702.616000', '122702.619000', '122702.621000', '122702.624000', '122702.627000', '122702.629000', '122702.632000', '122702.634000', '122702.637000', '122702.640000', '122702.642000', '122702.648000', '122702.650000', '122722.533000', '122722.535000', '122722.538000', '122722.541000', '122722.543000', '122722.546000', '122722.548000', '122722.551000', '122722.554000', '122722.556000', '122722.559000', '122722.562000', '122722.564000', '122722.567000', '122722.569000', '122722.572000', '122722.575000', '122722.577000', '122722.580000', '122722.582000', '122722.585000', '122722.588000', '122722.590000', '122722.593000', '122722.596000', '122722.598000', '122722.601000', '122722.604000', '122722.606000', '122722.609000', '122722.612000', '122722.614000', '122722.617000', '122722.620000', '122722.622000', '122722.625000', '122722.628000', '122722.630000', '122722.633000', '122722.635000', '122722.638000', '122722.657000', '122722.660000', '122727.746000', '122727.749000', '122727.752000', '122727.755000', '122727.758000', '122727.760000', '122727.763000', '122727.766000', '122727.768000', '122727.771000', '122727.774000', '122727.777000'], 'InstanceCreationTime': ['121322.570000', '121322.573000', '121322.576000', '121322.579000', '121322.581000', '121322.584000', '121322.586000', '121322.589000', '121322.592000', '121322.594000', '121322.597000', '121322.599000', '121322.602000', '121322.605000', '121322.607000', '121322.619000', '121322.626000', '121322.629000', '121322.637000', '121322.639000', '121322.642000', '121342.533000', '121342.536000', '121342.538000', '121342.551000', '121342.554000', '121342.556000', '121342.559000', '121342.562000', '121342.564000', '121342.567000', '121342.570000', '121342.572000', '121342.575000', '121342.577000', '121342.580000', '121342.583000', '121342.586000', '121342.588000', '121342.591000', '121342.598000', '121342.601000', '121342.604000', '121342.606000', '121342.609000', '121342.611000', '121342.614000', '121342.617000', '121342.619000', '121342.622000', '121342.624000', '121342.627000', '121342.629000', '121342.632000', '121342.635000', '121342.637000', '121342.640000', '121342.643000', '121342.645000', '121342.648000', '121342.650000', '121342.653000', '121342.655000', '121342.663000', '121402.532000', '121402.535000', '121402.538000', '121402.541000', '121402.543000', '121402.546000', '121402.548000', '121402.551000', '121402.554000', '121402.556000', '121402.559000', '121402.561000', '121402.564000', '121402.567000', '121402.569000', '121402.572000', '121402.574000', '121402.577000', '121402.580000', '121402.582000', '121402.585000', '121402.588000', '121402.590000', '121402.593000', '121402.595000', '121402.598000', '121402.601000', '121402.603000', '121402.606000', '121402.609000', '121402.611000', '121402.614000', '121402.616000', '121402.619000', '121402.622000', '121402.624000', '121402.627000', '121402.630000', '121402.632000', '121402.635000', '121402.637000', '121402.640000', '121402.643000', '121402.645000', '121422.533000', '121422.535000', '121422.538000', '121422.541000', '121422.551000', '121422.554000', '121422.556000', '121422.559000', '121422.561000', '121422.564000', '121422.567000', '121422.569000', '121422.572000', '121422.574000', '121422.577000', '121422.581000', '121422.584000', '121422.586000', '121422.589000', '121422.592000', '121422.594000', '121422.597000', '121422.600000', '121422.602000', '121422.605000', '121422.608000', '121422.610000', '121422.613000', '121422.616000', '121422.618000', '121422.621000', '121422.624000', '121422.626000', '121422.629000', '121422.632000', '121422.634000', '121422.637000', '121422.640000', '121422.643000', '121422.646000', '121422.649000', '121422.652000', '121422.655000', '121442.533000', '121442.536000', '121442.539000', '121442.541000', '121442.544000', '121442.548000', '121442.550000', '121442.553000', '121442.555000', '121442.558000', '121442.561000', '121442.563000', '121442.566000', '121442.569000', '121442.571000', '121442.574000', '121442.576000', '121442.579000', '121442.582000', '121442.584000', '121442.587000', '121442.590000', '121442.592000', '121442.595000', '121442.598000', '121442.600000', '121442.603000', '121442.605000', '121442.608000', '121442.611000', '121442.613000', '121442.616000', '121442.618000', '121442.621000', '121442.624000', '121442.626000', '121442.629000', '121442.632000', '121442.634000', '121442.637000', '121442.639000', '121442.642000', '121442.645000', '121442.647000', '121502.533000', '121502.536000', '121502.539000', '121502.541000', '121502.544000', '121502.547000', '121502.549000', '121502.552000', '121502.554000', '121502.557000', '121502.560000', '121502.562000', '121502.565000', '121502.568000', '121502.571000', '121502.573000', '121502.576000', '121502.579000', '121502.581000', '121502.584000', '121502.587000', '121502.590000', '121502.592000', '121502.595000', '121502.597000', '121502.600000', '121502.603000', '121502.605000', '121502.608000', '121502.611000', '121502.613000', '121502.616000', '121502.619000', '121502.621000', '121502.624000', '121502.627000', '121502.629000', '121502.632000', '121502.635000', '121502.637000', '121502.640000', '121502.642000', '121502.645000', '121522.533000', '121522.536000', '121522.539000', '121522.542000', '121522.544000', '121522.547000', '121522.550000', '121522.552000', '121522.555000', '121522.558000', '121522.560000', '121522.563000', '121522.565000', '121522.568000', '121522.571000', '121522.573000', '121522.576000', '121522.579000', '121522.581000', '121522.584000', '121522.587000', '121522.589000', '121522.592000', '121522.594000', '121522.597000', '121522.600000', '121522.602000', '121522.605000', '121522.608000', '121522.610000', '121522.613000', '121522.616000', '121522.618000', '121522.621000', '121522.623000', '121522.626000', '121522.629000', '121522.631000', '121522.634000', '121522.636000', '121522.639000', '121522.642000', '121522.644000', '121522.647000', '121542.532000', '121542.535000', '121542.538000', '121542.541000', '121542.543000', '121542.546000', '121542.549000', '121542.552000', '121542.554000', '121542.557000', '121542.559000', '121542.562000', '121542.565000', '121542.567000', '121542.570000', '121542.573000', '121542.575000', '121542.578000', '121542.581000', '121542.583000', '121542.586000', '121542.588000', '121542.591000', '121542.594000', '121542.596000', '121542.599000', '121542.602000', '121542.604000', '121542.607000', '121542.610000', '121542.612000', '121542.615000', '121542.618000', '121542.621000', '121542.624000', '121542.626000', '121542.629000', '121542.632000', '121542.634000', '121542.637000', '121542.640000', '121542.642000', '121542.645000', '121602.549000', '121602.552000', '121602.554000', '121602.558000', '121602.560000', '121602.563000', '121602.566000', '121602.568000', '121602.571000', '121602.574000', '121602.576000', '121602.579000', '121602.582000', '121602.584000', '121602.587000', '121602.590000', '121602.592000', '121602.595000', '121602.597000', '121602.600000', '121602.603000', '121602.605000', '121602.608000', '121602.611000', '121602.614000', '121602.616000', '121602.619000', '121602.629000', '121602.632000', '121602.634000', '121602.637000', '121602.640000', '121602.642000', '121602.645000', '121602.647000', '121602.650000', '121602.653000', '121602.655000', '121602.658000', '121602.661000', '121602.663000', '121602.666000', '121602.668000', '121602.671000', '121622.533000', '121622.536000', '121622.538000', '121622.541000', '121622.543000', '121622.546000', '121622.549000', '121622.552000', '121622.554000', '121622.557000', '121622.560000', '121622.562000', '121622.565000', '121622.568000', '121622.571000', '121622.573000', '121622.576000', '121622.579000', '121622.581000', '121622.584000', '121622.587000', '121622.589000', '121622.592000', '121622.595000', '121622.597000', '121622.600000', '121622.603000', '121622.605000', '121622.608000', '121622.611000', '121622.613000', '121622.616000', '121622.619000', '121622.621000', '121622.624000', '121622.627000', '121622.629000', '121622.632000', '121622.634000', '121622.637000', '121622.640000', '121622.642000', '121622.645000', '121642.533000', '121642.536000', '121642.539000', '121642.542000', '121642.544000', '121642.547000', '121642.550000', '121642.552000', '121642.555000', '121642.557000', '121642.560000', '121642.562000', '121642.565000', '121642.568000', '121642.570000', '121642.573000', '121642.575000', '121642.578000', '121642.580000', '121642.583000', '121642.586000', '121642.588000', '121642.591000', '121642.593000', '121642.596000', '121642.599000', '121642.601000', '121642.604000', '121642.607000', '121642.609000', '121642.612000', '121642.614000', '121642.617000', '121642.620000', '121642.622000', '121642.625000', '121642.627000', '121642.630000', '121642.633000', '121642.635000', '121642.638000', '121642.641000', '121642.643000', '121642.646000', '121702.534000', '121702.536000', '121702.539000', '121702.542000', '121702.545000', '121702.547000', '121702.550000', '121702.553000', '121702.555000', '121702.558000', '121702.561000', '121702.563000', '121702.566000', '121702.569000', '121702.571000', '121702.574000', '121702.577000', '121702.579000', '121702.582000', '121702.585000', '121702.587000', '121702.590000', '121702.593000', '121702.595000', '121702.598000', '121702.601000', '121702.603000', '121702.606000', '121702.609000', '121702.611000', '121702.614000', '121702.617000', '121702.619000', '121702.622000', '121702.625000', '121702.628000', '121702.630000', '121702.633000', '121702.635000', '121702.638000', '121702.641000', '121702.643000', '121702.646000', '121722.534000', '121722.537000', '121722.539000', '121722.542000', '121722.544000', '121722.547000', '121722.550000', '121722.552000', '121722.555000', '121722.558000', '121722.560000', '121722.563000', '121722.566000', '121722.568000', '121722.571000', '121722.574000', '121722.576000', '121722.579000', '121722.582000', '121722.584000', '121722.587000', '121722.590000', '121722.592000', '121722.595000', '121722.597000', '121722.620000', '121722.622000', '121722.625000', '121722.628000', '121722.630000', '121722.633000', '121722.636000', '121722.638000', '121722.641000', '121722.644000', '121722.646000', '121722.649000', '121722.651000', '121722.654000', '121722.657000', '121722.659000', '121722.662000', '121722.665000', '121722.667000', '121742.534000', '121742.537000', '121742.539000', '121742.542000', '121742.545000', '121742.547000', '121742.550000', '121742.559000', '121742.561000', '121742.564000', '121742.567000', '121742.570000', '121742.572000', '121742.575000', '121742.577000', '121742.580000', '121742.583000', '121742.585000', '121742.588000', '121742.591000', '121742.593000', '121742.596000', '121742.599000', '121742.601000', '121742.604000', '121742.607000', '121742.609000', '121742.612000', '121742.615000', '121742.617000', '121742.620000', '121742.623000', '121742.625000', '121742.628000', '121742.630000', '121742.633000', '121742.636000', '121742.639000', '121742.642000', '121742.644000', '121742.647000', '121742.650000', '121742.652000', '121802.533000', '121802.536000', '121802.538000', '121802.541000', '121802.544000', '121802.546000', '121802.549000', '121802.552000', '121802.555000', '121802.557000', '121802.560000', '121802.563000', '121802.565000', '121802.568000', '121802.571000', '121802.573000', '121802.576000', '121802.579000', '121802.581000', '121802.584000', '121802.586000', '121802.589000', '121802.592000', '121802.594000', '121802.597000', '121802.600000', '121802.603000', '121802.605000', '121802.608000', '121802.611000', '121802.613000', '121802.616000', '121802.619000', '121802.622000', '121802.624000', '121802.627000', '121802.630000', '121802.633000', '121802.635000', '121802.638000', '121802.641000', '121802.643000', '121802.646000', '121802.648000', '121822.532000', '121822.535000', '121822.538000', '121822.541000', '121822.543000', '121822.546000', '121822.549000', '121822.551000', '121822.554000', '121822.557000', '121822.559000', '121822.562000', '121822.565000', '121822.567000', '121822.570000', '121822.573000', '121822.575000', '121822.578000', '121822.581000', '121822.583000', '121822.586000', '121822.588000', '121822.591000', '121822.594000', '121822.597000', '121822.599000', '121822.602000', '121822.605000', '121822.607000', '121822.610000', '121822.613000', '121822.615000', '121822.618000', '121822.621000', '121822.623000', '121822.626000', '121822.629000', '121822.631000', '121822.634000', '121822.637000', '121822.639000', '121822.642000', '121822.645000', '121842.533000', '121842.535000', '121842.538000', '121842.541000', '121842.544000', '121842.546000', '121842.549000', '121842.552000', '121842.554000', '121842.557000', '121842.560000', '121842.562000', '121842.565000', '121842.568000', '121842.576000', '121842.579000', '121842.582000', '121842.584000', '121842.587000', '121842.590000', '121842.592000', '121842.595000', '121842.598000', '121842.601000', '121842.605000', '121842.608000', '121842.610000', '121842.613000', '121842.616000', '121842.619000', '121842.621000', '121842.624000', '121842.627000', '121842.629000', '121842.632000', '121842.634000', '121842.637000', '121842.640000', '121842.642000', '121842.645000', '121842.648000', '121842.651000', '121842.653000', '121842.656000', '121902.532000', '121902.536000', '121902.538000', '121902.541000', '121902.543000', '121902.546000', '121902.549000', '121902.552000', '121902.554000', '121902.557000', '121902.560000', '121902.562000', '121902.565000', '121902.568000', '121902.570000', '121902.573000', '121902.576000', '121902.578000', '121902.581000', '121902.584000', '121902.586000', '121902.589000', '121902.592000', '121902.594000', '121902.597000', '121902.600000', '121902.602000', '121902.605000', '121902.608000', '121902.610000', '121902.613000', '121902.616000', '121902.618000', '121902.621000', '121902.624000', '121902.626000', '121902.629000', '121902.632000', '121902.634000', '121902.637000', '121902.640000', '121902.642000', '121902.645000', '121922.533000', '121922.536000', '121922.539000', '121922.542000', '121922.544000', '121922.547000', '121922.550000', '121922.552000', '121922.555000', '121922.558000', '121922.560000', '121922.563000', '121922.566000', '121922.568000', '121922.571000', '121922.573000', '121922.576000', '121922.579000', '121922.581000', '121922.584000', '121922.587000', '121922.589000', '121922.592000', '121922.595000', '121922.597000', '121922.600000', '121922.603000', '121922.605000', '121922.608000', '121922.610000', '121922.613000', '121922.616000', '121922.618000', '121922.621000', '121922.624000', '121922.626000', '121922.629000', '121922.632000', '121922.634000', '121922.637000', '121922.640000', '121922.642000', '121922.645000', '121922.648000', '121942.534000', '121942.536000', '121942.539000', '121942.542000', '121942.544000', '121942.547000', '121942.550000', '121942.552000', '121942.555000', '121942.558000', '121942.560000', '121942.563000', '121942.565000', '121942.568000', '121942.570000', '121942.573000', '121942.576000', '121942.578000', '121942.581000', '121942.583000', '121942.586000', '121942.589000', '121942.591000', '121942.594000', '121942.596000', '121942.599000', '121942.602000', '121942.604000', '121942.607000', '121942.610000', '121942.612000', '121942.615000', '121942.618000', '121942.620000', '121942.623000', '121942.626000', '121942.628000', '121942.631000', '121942.634000', '121942.636000', '121942.639000', '121942.642000', '121942.644000', '122002.533000', '122002.537000', '122002.539000', '122002.542000', '122002.544000', '122002.547000', '122002.550000', '122002.552000', '122002.555000', '122002.558000', '122002.561000', '122002.563000', '122002.566000', '122002.569000', '122002.571000', '122002.574000', '122002.576000', '122002.579000', '122002.582000', '122002.585000', '122002.587000', '122002.590000', '122002.593000', '122002.596000', '122002.598000', '122002.601000', '122002.604000', '122002.606000', '122002.609000', '122002.612000', '122002.614000', '122002.617000', '122002.620000', '122002.622000', '122002.625000', '122002.627000', '122002.630000', '122002.633000', '122002.635000', '122002.638000', '122002.641000', '122002.643000', '122002.646000', '122002.648000', '122022.533000', '122022.536000', '122022.548000', '122022.551000', '122022.553000', '122022.556000', '122022.559000', '122022.561000', '122022.564000', '122022.567000', '122022.569000', '122022.572000', '122022.575000', '122022.577000', '122022.580000', '122022.583000', '122022.585000', '122022.588000', '122022.590000', '122022.593000', '122022.596000', '122022.599000', '122022.601000', '122022.604000', '122022.607000', '122022.609000', '122022.612000', '122022.615000', '122022.617000', '122022.620000', '122022.623000', '122022.625000', '122022.628000', '122022.631000', '122022.633000', '122022.636000', '122022.638000', '122022.641000', '122022.644000', '122022.646000', '122022.649000', '122022.652000', '122022.654000', '122042.533000', '122042.536000', '122042.539000', '122042.542000', '122042.545000', '122042.548000', '122042.550000', '122042.553000', '122042.556000', '122042.558000', '122042.561000', '122042.563000', '122042.566000', '122042.569000', '122042.571000', '122042.574000', '122042.577000', '122042.579000', '122042.582000', '122042.585000', '122042.587000', '122042.590000', '122042.593000', '122042.596000', '122042.598000', '122042.601000', '122042.604000', '122042.606000', '122042.609000', '122042.612000', '122042.614000', '122042.617000', '122042.620000', '122042.622000', '122042.625000', '122042.627000', '122042.630000', '122042.633000', '122042.635000', '122042.638000', '122042.641000', '122042.643000', '122042.646000', '122102.533000', '122102.536000', '122102.538000', '122102.541000', '122102.544000', '122102.546000', '122102.549000', '122102.552000', '122102.555000', '122102.557000', '122102.560000', '122102.563000', '122102.565000', '122102.568000', '122102.570000', '122102.573000', '122102.576000', '122102.579000', '122102.581000', '122102.584000', '122102.587000', '122102.589000', '122102.592000', '122102.595000', '122102.597000', '122102.600000', '122102.603000', '122102.605000', '122102.608000', '122102.611000', '122102.613000', '122102.616000', '122102.619000', '122102.621000', '122102.624000', '122102.627000', '122102.630000', '122102.632000', '122102.635000', '122102.638000', '122102.640000', '122102.643000', '122102.645000', '122102.648000', '122122.533000', '122122.536000', '122122.538000', '122122.541000', '122122.544000', '122122.546000', '122122.549000', '122122.552000', '122122.554000', '122122.557000', '122122.559000', '122122.562000', '122122.565000', '122122.567000', '122122.570000', '122122.573000', '122122.576000', '122122.578000', '122122.581000', '122122.584000', '122122.586000', '122122.589000', '122122.591000', '122122.594000', '122122.597000', '122122.600000', '122122.602000', '122122.605000', '122122.608000', '122122.611000', '122122.613000', '122122.616000', '122122.618000', '122122.621000', '122122.624000', '122122.626000', '122122.629000', '122122.631000', '122122.634000', '122122.637000', '122122.639000', '122122.642000', '122122.645000', '122122.647000', '122142.534000', '122142.537000', '122142.539000', '122142.542000', '122142.544000', '122142.547000', '122142.550000', '122142.552000', '122142.555000', '122142.558000', '122142.560000', '122142.563000', '122142.566000', '122142.569000', '122142.571000', '122142.574000', '122142.577000', '122142.579000', '122142.582000', '122142.585000', '122142.587000', '122142.590000', '122142.593000', '122142.595000', '122142.598000', '122142.601000', '122142.603000', '122142.606000', '122142.609000', '122142.611000', '122142.614000', '122142.617000', '122142.619000', '122142.622000', '122142.625000', '122142.627000', '122142.630000', '122142.632000', '122142.635000', '122142.638000', '122142.640000', '122142.643000', '122142.646000', '122202.534000', '122202.536000', '122202.539000', '122202.542000', '122202.544000', '122202.547000', '122202.550000', '122202.552000', '122202.555000', '122202.558000', '122202.560000', '122202.563000', '122202.566000', '122202.568000', '122202.571000', '122202.574000', '122202.576000', '122202.580000', '122202.582000', '122202.585000', '122202.588000', '122202.590000', '122202.593000', '122202.596000', '122202.599000', '122202.601000', '122202.604000', '122202.607000', '122202.609000', '122202.612000', '122202.615000', '122202.617000', '122202.620000', '122202.623000', '122202.625000', '122202.628000', '122202.631000', '122202.633000', '122202.636000', '122202.639000', '122202.641000', '122202.644000', '122202.647000', '122222.534000', '122222.537000', '122222.539000', '122222.542000', '122222.545000', '122222.547000', '122222.550000', '122222.553000', '122222.555000', '122222.558000', '122222.561000', '122222.564000', '122222.566000', '122222.578000', '122222.580000', '122222.583000', '122222.586000', '122222.588000', '122222.591000', '122222.594000', '122222.596000', '122222.599000', '122222.601000', '122222.604000', '122222.607000', '122222.609000', '122222.612000', '122222.615000', '122222.617000', '122222.620000', '122222.622000', '122222.625000', '122222.628000', '122222.630000', '122222.633000', '122222.635000', '122222.638000', '122222.641000', '122222.643000', '122222.646000', '122222.648000', '122222.651000', '122222.654000', '122222.656000', '122242.533000', '122242.535000', '122242.544000', '122242.547000', '122242.550000', '122242.553000', '122242.556000', '122242.559000', '122242.561000', '122242.564000', '122242.567000', '122242.569000', '122242.572000', '122242.575000', '122242.577000', '122242.580000', '122242.583000', '122242.585000', '122242.588000', '122242.591000', '122242.593000', '122242.596000', '122242.599000', '122242.601000', '122242.604000', '122242.607000', '122242.609000', '122242.612000', '122242.615000', '122242.617000', '122242.620000', '122242.623000', '122242.625000', '122242.628000', '122242.630000', '122242.633000', '122242.636000', '122242.638000', '122242.641000', '122242.643000', '122242.646000', '122242.649000', '122242.651000', '122302.533000', '122302.535000', '122302.538000', '122302.541000', '122302.543000', '122302.546000', '122302.549000', '122302.551000', '122302.554000', '122302.556000', '122302.559000', '122302.562000', '122302.564000', '122302.567000', '122302.570000', '122302.572000', '122302.575000', '122302.578000', '122302.580000', '122302.583000', '122302.585000', '122302.588000', '122302.591000', '122302.593000', '122302.596000', '122302.599000', '122302.601000', '122302.604000', '122302.607000', '122302.609000', '122302.612000', '122302.615000', '122302.617000', '122302.620000', '122302.622000', '122302.625000', '122302.628000', '122302.630000', '122302.633000', '122302.636000', '122302.638000', '122302.641000', '122302.644000', '122302.646000', '122322.532000', '122322.535000', '122322.538000', '122322.541000', '122322.543000', '122322.546000', '122322.548000', '122322.551000', '122322.554000', '122322.556000', '122322.559000', '122322.562000', '122322.564000', '122322.567000', '122322.570000', '122322.572000', '122322.575000', '122322.578000', '122322.580000', '122322.583000', '122322.586000', '122322.588000', '122322.591000', '122322.594000', '122322.596000', '122322.599000', '122322.602000', '122322.604000', '122322.607000', '122322.610000', '122322.612000', '122322.615000', '122322.619000', '122322.622000', '122322.625000', '122322.627000', '122322.630000', '122322.633000', '122322.635000', '122322.638000', '122322.641000', '122322.643000', '122322.646000', '122342.532000', '122342.535000', '122342.538000', '122342.540000', '122342.543000', '122342.546000', '122342.548000', '122342.551000', '122342.553000', '122342.556000', '122342.559000', '122342.561000', '122342.564000', '122342.566000', '122342.569000', '122342.572000', '122342.574000', '122342.577000', '122342.580000', '122342.582000', '122342.585000', '122342.588000', '122342.590000', '122342.593000', '122342.596000', '122342.599000', '122342.601000', '122342.604000', '122342.607000', '122342.609000', '122342.612000', '122342.614000', '122342.617000', '122342.620000', '122342.622000', '122342.625000', '122342.628000', '122342.631000', '122342.633000', '122342.636000', '122342.639000', '122342.641000', '122342.644000', '122342.647000', '122402.534000', '122402.537000', '122402.539000', '122402.542000', '122402.545000', '122402.547000', '122402.550000', '122402.553000', '122402.555000', '122402.558000', '122402.561000', '122402.563000', '122402.566000', '122402.569000', '122402.571000', '122402.574000', '122402.580000', '122402.582000', '122402.585000', '122402.588000', '122402.590000', '122402.593000', '122402.596000', '122402.599000', '122402.601000', '122402.604000', '122402.607000', '122402.610000', '122402.614000', '122402.617000', '122402.620000', '122402.622000', '122402.625000', '122402.627000', '122402.630000', '122402.633000', '122402.647000', '122402.650000', '122402.653000', '122402.655000', '122402.658000', '122402.661000', '122402.663000', '122422.534000', '122422.536000', '122422.539000', '122422.542000', '122422.544000', '122422.547000', '122422.550000', '122422.552000', '122422.555000', '122422.558000', '122422.560000', '122422.563000', '122422.565000', '122422.568000', '122422.571000', '122422.573000', '122422.576000', '122422.578000', '122422.581000', '122422.584000', '122422.586000', '122422.589000', '122422.591000', '122422.594000', '122422.597000', '122422.599000', '122422.602000', '122422.604000', '122422.607000', '122422.610000', '122422.612000', '122422.615000', '122422.617000', '122422.620000', '122422.623000', '122422.625000', '122422.628000', '122422.630000', '122422.633000', '122422.636000', '122422.638000', '122422.641000', '122422.643000', '122422.646000', '122442.534000', '122442.536000', '122442.539000', '122442.542000', '122442.544000', '122442.547000', '122442.549000', '122442.552000', '122442.555000', '122442.557000', '122442.560000', '122442.562000', '122442.565000', '122442.567000', '122442.570000', '122442.573000', '122442.575000', '122442.578000', '122442.581000', '122442.583000', '122442.586000', '122442.588000', '122442.591000', '122442.594000', '122442.596000', '122442.599000', '122442.602000', '122442.605000', '122442.608000', '122442.611000', '122442.613000', '122442.616000', '122442.619000', '122442.621000', '122442.624000', '122442.627000', '122442.629000', '122442.632000', '122442.635000', '122442.637000', '122442.640000', '122442.643000', '122442.645000', '122502.533000', '122502.536000', '122502.538000', '122502.541000', '122502.543000', '122502.546000', '122502.549000', '122502.551000', '122502.554000', '122502.557000', '122502.559000', '122502.562000', '122502.565000', '122502.567000', '122502.570000', '122502.573000', '122502.575000', '122502.578000', '122502.581000', '122502.583000', '122502.586000', '122502.589000', '122502.591000', '122502.594000', '122502.597000', '122502.599000', '122502.602000', '122502.605000', '122502.607000', '122502.610000', '122502.613000', '122502.615000', '122502.618000', '122502.621000', '122502.624000', '122502.626000', '122502.629000', '122502.632000', '122502.635000', '122502.637000', '122502.640000', '122502.643000', '122502.645000', '122502.648000', '122522.533000', '122522.535000', '122522.538000', '122522.541000', '122522.544000', '122522.546000', '122522.549000', '122522.552000', '122522.554000', '122522.557000', '122522.560000', '122522.562000', '122522.565000', '122522.568000', '122522.570000', '122522.573000', '122522.576000', '122522.578000', '122522.581000', '122522.584000', '122522.586000', '122522.589000', '122522.592000', '122522.594000', '122522.597000', '122522.600000', '122522.602000', '122522.605000', '122522.608000', '122522.610000', '122522.613000', '122522.616000', '122522.618000', '122522.621000', '122522.624000', '122522.627000', '122522.630000', '122522.634000', '122522.637000', '122522.639000', '122522.642000', '122522.645000', '122522.647000', '122542.533000', '122542.535000', '122542.538000', '122542.541000', '122542.543000', '122542.546000', '122542.549000', '122542.551000', '122542.554000', '122542.556000', '122542.559000', '122542.562000', '122542.564000', '122542.567000', '122542.570000', '122542.572000', '122542.575000', '122542.577000', '122542.580000', '122542.583000', '122542.585000', '122542.588000', '122542.591000', '122542.593000', '122542.596000', '122542.599000', '122542.601000', '122542.604000', '122542.607000', '122542.609000', '122542.612000', '122542.614000', '122542.617000', '122542.620000', '122542.623000', '122542.625000', '122542.628000', '122542.630000', '122542.633000', '122542.636000', '122542.638000', '122542.641000', '122542.643000', '122542.646000', '122602.533000', '122602.536000', '122602.538000', '122602.541000', '122602.544000', '122602.546000', '122602.549000', '122602.552000', '122602.554000', '122602.557000', '122602.559000', '122602.562000', '122602.565000', '122602.567000', '122602.570000', '122602.572000', '122602.575000', '122602.578000', '122602.580000', '122602.583000', '122602.586000', '122602.588000', '122602.591000', '122602.593000', '122602.596000', '122602.599000', '122602.601000', '122602.604000', '122602.606000', '122602.609000', '122602.612000', '122602.614000', '122602.617000', '122602.620000', '122602.622000', '122602.625000', '122602.627000', '122602.630000', '122602.632000', '122602.635000', '122602.638000', '122602.640000', '122602.643000', '122622.534000', '122622.537000', '122622.539000', '122622.542000', '122622.545000', '122622.547000', '122622.550000', '122622.552000', '122622.555000', '122622.558000', '122622.560000', '122622.563000', '122622.565000', '122622.568000', '122622.571000', '122622.573000', '122622.576000', '122622.579000', '122622.581000', '122622.584000', '122622.587000', '122622.589000', '122622.592000', '122622.595000', '122622.597000', '122622.600000', '122622.603000', '122622.605000', '122622.608000', '122622.611000', '122622.637000', '122622.640000', '122622.642000', '122622.645000', '122622.647000', '122622.650000', '122622.653000', '122622.655000', '122622.658000', '122622.660000', '122622.663000', '122622.666000', '122622.668000', '122622.671000', '122642.534000', '122642.537000', '122642.539000', '122642.542000', '122642.545000', '122642.547000', '122642.550000', '122642.552000', '122642.555000', '122642.558000', '122642.560000', '122642.563000', '122642.566000', '122642.568000', '122642.571000', '122642.574000', '122642.576000', '122642.579000', '122642.581000', '122642.584000', '122642.587000', '122642.589000', '122642.592000', '122642.594000', '122642.597000', '122642.600000', '122642.602000', '122642.605000', '122642.607000', '122642.610000', '122642.613000', '122642.615000', '122642.618000', '122642.620000', '122642.623000', '122642.626000', '122642.628000', '122642.631000', '122642.634000', '122642.636000', '122642.639000', '122642.642000', '122642.644000', '122702.534000', '122702.537000', '122702.539000', '122702.542000', '122702.545000', '122702.547000', '122702.550000', '122702.553000', '122702.555000', '122702.558000', '122702.561000', '122702.564000', '122702.566000', '122702.569000', '122702.571000', '122702.574000', '122702.577000', '122702.579000', '122702.582000', '122702.585000', '122702.587000', '122702.590000', '122702.592000', '122702.595000', '122702.598000', '122702.600000', '122702.603000', '122702.606000', '122702.608000', '122702.611000', '122702.614000', '122702.616000', '122702.619000', '122702.621000', '122702.624000', '122702.627000', '122702.629000', '122702.632000', '122702.634000', '122702.637000', '122702.640000', '122702.642000', '122702.648000', '122702.650000', '122722.533000', '122722.535000', '122722.538000', '122722.541000', '122722.543000', '122722.546000', '122722.548000', '122722.551000', '122722.554000', '122722.556000', '122722.559000', '122722.562000', '122722.564000', '122722.567000', '122722.569000', '122722.572000', '122722.575000', '122722.577000', '122722.580000', '122722.582000', '122722.585000', '122722.588000', '122722.590000', '122722.593000', '122722.596000', '122722.598000', '122722.601000', '122722.604000', '122722.606000', '122722.609000', '122722.612000', '122722.614000', '122722.617000', '122722.620000', '122722.622000', '122722.625000', '122722.628000', '122722.630000', '122722.633000', '122722.635000', '122722.638000', '122722.657000', '122722.660000', '122727.746000', '122727.749000', '122727.752000', '122727.755000', '122727.758000', '122727.760000', '122727.763000', '122727.766000', '122727.768000', '122727.771000', '122727.774000', '122727.777000'], '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': [7549, 7586, 7725, 7492, 7862, 7684, 8506, 7626, 8427, 8076, 8435, 8226, 7359, 8429, 7802, 8093, 6680, 8022, 8137, 7739, 8314, 7352, 8204, 8216, 8179, 8078, 7829, 8136, 7577, 7822, 7592, 7988, 7250, 7891, 8591, 7694, 7879, 7447, 7846, 7312, 7821, 8226, 7518, 8189, 7807, 8308, 7191, 8181, 8047, 7877, 8047, 7699, 8402, 7535, 8214, 7867, 7262, 8170, 7236, 8014, 7581, 7797, 8036, 7179, 7980, 7798, 7745, 7733, 6872, 7938, 8004, 7465, 7795, 7916, 7909, 7778, 7507, 7698, 7007, 7722, 7633, 7468, 7510, 6833, 7614, 7702, 7491, 7561, 7460, 7652, 7857, 7388, 7750, 7640, 7653, 7736, 7559, 7877, 7422, 7777, 7763, 7213, 7633, 7041, 7838, 7834, 7681, 7575, 7694, 7498, 7689, 7554, 7550, 7593, 8136, 7610, 7726, 7666, 7843, 7706, 7785, 7364, 7609, 8090, 7429, 7072, 8071, 7620, 7594, 7574, 7789, 7622, 7519, 7404, 7630, 7683, 7385, 7086, 7855, 7757, 7390, 7590, 7981, 7513, 6967, 7703, 8086, 7230, 8033, 7487, 7931, 7060, 7877, 7611, 7569, 7717, 7943, 7654, 7916, 7423, 7626, 7649, 7471, 6875, 7536, 7581, 7500, 7722, 7015, 8032, 7569, 7545, 7706, 7589, 7999, 7487, 7600, 7479, 7531, 7431, 6776, 8348, 7695, 7578, 7398, 7417, 7501, 7538, 7851, 7308, 7668, 7403, 7751, 7545, 7539, 7870, 7655, 7645, 7550, 8298, 7690, 7469, 7947, 7388, 8026, 7451, 7501, 7991, 7651, 8055, 7300, 7693, 7592, 7439, 8386, 7656, 7867, 7463, 7908, 8335, 7653, 8094, 7743, 8105, 7721, 7183, 8476, 7422, 7932, 7689, 7147, 8359, 7544, 8293, 8129, 7999, 8003, 7448, 8952, 7406, 8267, 8142, 8892, 8680, 7381, 8278, 8249, 7652, 8214, 7656, 8477, 7345, 8456, 8113, 7671, 7889, 7636, 7914, 7478, 8053, 7823, 7289, 8238, 7604, 8255, 7915, 7966, 8009, 7793, 7934, 7670, 7261, 8075, 7073, 8868, 7010, 8956, 7175, 8278, 7962, 7131, 8500, 7320, 8702, 7857, 8794, 7844, 7051, 8291, 7725, 8151, 7883, 7743, 8024, 6862, 7874, 8075, 7506, 7956, 7253, 7951, 7270, 7849, 8145, 7517, 7994, 7313, 8073, 7281, 7747, 7934, 7588, 7842, 7211, 8278, 7424, 7283, 7922, 7409, 7689, 7209, 7899, 6896, 7920, 8078, 7677, 7711, 7344, 8182, 8088, 7982, 7363, 7492, 7878, 7394, 7859, 7338, 7958, 7762, 7712, 7361, 7675, 8027, 7546, 7335, 8174, 7928, 8137, 6857, 7464, 8996, 7273, 8242, 7457, 8181, 8129, 7685, 8188, 7036, 8323, 7646, 8043, 8017, 7529, 8170, 7362, 8437, 7794, 7935, 8018, 7594, 8376, 7287, 8395, 8301, 7903, 8210, 7517, 8659, 7574, 7959, 8077, 7565, 8453, 7410, 8094, 8323, 7984, 8110, 7814, 8279, 8164, 7399, 7956, 7497, 8449, 8342, 7285, 8465, 7420, 8455, 6982, 8048, 8386, 7891, 8314, 7412, 8289, 8367, 8356, 8216, 7725, 7757, 8194, 8093, 7901, 7449, 7810, 7928, 7792, 8084, 7693, 7888, 8141, 7617, 8012, 7394, 7982, 8148, 7690, 8126, 8167, 8151, 7272, 7773, 8062, 7847, 7777, 8202, 7935, 7540, 7550, 7871, 7362, 8070, 8440, 7983, 7734, 7451, 7958, 7292, 8144, 7543, 7955, 7286, 7521, 7879, 7346, 7776, 7146, 7862, 8004, 7171, 7960, 7371, 7865, 7478, 7491, 7832, 7060, 7705, 7714, 7873, 7468, 7623, 8104, 7099, 8051, 7504, 8054, 7249, 7740, 7855, 7754, 7939, 7811, 8021, 7350, 7665, 8113, 7990, 7889, 7968, 7781, 7115, 7891, 7905, 7406, 8037, 7198, 7844, 8106, 7587, 7865, 7029, 7473, 8064, 7816, 8242, 7491, 7493, 8225, 7122, 7616, 7672, 7970, 7068, 7413, 7998, 7977, 7984, 7351, 7479, 7853, 7504, 8111, 7718, 7973, 8346, 7299, 8005, 8025, 8053, 8304, 7985, 8349, 7208, 8073, 8047, 7997, 7382, 7870, 8307, 7280, 8102, 7369, 8075, 8214, 7573, 8098, 7460, 7980, 7278, 7557, 8191, 7586, 8355, 7167, 7599, 8261, 7722, 7910, 7253, 8070, 8220, 7811, 8041, 7234, 7713, 8293, 7834, 8019, 7196, 7869, 8137, 7577, 8046, 7921, 8217, 8151, 7416, 8282, 8019, 8446, 7277, 8352, 8505, 7543, 8246, 7519, 8289, 8195, 7259, 8174, 7636, 7942, 7551, 7559, 8056, 7642, 8201, 8403, 7993, 8328, 7488, 8154, 7916, 8033, 7266, 7829, 8180, 7635, 8341, 8114, 7963, 8367, 7639, 7885, 7829, 8071, 7305, 7742, 8266, 8027, 8090, 7342, 7970, 7445, 7781, 7644, 8067, 7869, 7603, 7929, 7744, 7394, 7690, 7617, 7662, 7497, 7550, 7538, 7708, 8114, 7288, 7494, 7850, 7459, 7717, 7393, 7877, 7911, 7604, 7475, 7490, 7818, 7496, 7746, 7487, 7272, 7631, 7340, 7950, 7529, 7473, 7405, 7257, 7589, 7919, 7444, 7399, 7351, 7587, 7325, 7317, 7779, 7409, 7465, 7388, 7784, 7646, 7381, 7654, 7355, 7601, 7598, 7496, 7703, 7675, 7092, 7562, 7991, 7503, 8861, 7353, 9139, 8305, 7619, 8090, 7691, 8125, 7410, 7922, 8132, 7891, 8464, 7570, 7941, 8114, 7718, 8729, 7783, 8957, 7862, 8009, 7696, 7999, 8479, 8039, 8245, 7983, 7868, 7890, 7747, 8526, 8044, 7843, 7777, 7898, 7949, 8010, 8147, 7432, 7698, 7221, 7722, 8451, 7404, 7703, 8142, 7744, 7995, 7689, 7502, 8219, 7460, 8096, 8024, 7816, 7479, 7691, 7593, 7852, 8028, 7964, 7935, 7890, 8301, 8819, 8870, 8194, 8064, 8418, 8015, 8005, 8195, 7543, 8328, 7359, 8311, 7558, 6970, 7581, 6826, 8159, 7196, 8123, 7580, 7574, 8143, 7828, 7785, 7725, 7916, 7807, 7963, 7819, 7555, 7674, 7047, 7196, 7471, 7765, 7413, 7735, 7191, 7790, 7965, 7452, 8227, 7563, 7453, 8453, 7680, 7631, 8185, 8777, 8341, 8777, 8027, 8823, 7998, 9045, 7804, 9091, 7357, 8877, 7717, 8718, 7746, 8662, 7859, 8453, 7899, 8093, 8483, 8334, 8840, 7128, 9264, 7684, 8964, 8248, 8498, 8686, 8726, 8804, 8510, 8922, 8365, 8967, 8340, 8914, 7960, 8650, 8683, 8254, 8652, 8512, 8429, 8036, 8128, 8270, 8293, 8771, 8431, 7992, 8774, 8182, 8984, 9223, 7484, 8804, 8105, 8286, 8308, 7422, 8574, 7717, 8111, 8426, 7440, 8240, 8598, 8409, 8985, 7586, 8927, 7913, 8619, 7458, 8022, 7139, 7757, 8008, 7967, 8159, 7505, 7483, 7461, 7916, 8567, 8126, 7189, 8306, 8165, 8611, 8084, 8620, 8406, 7687, 8912, 7643, 8685, 8313, 8610, 8645, 9426, 8900, 8193, 8551, 8464, 8660, 8787, 8659, 8630, 7663, 8412, 7465, 8602, 7793, 8021, 8556, 7464, 8659, 7672, 8235, 7876, 8263, 9285, 8065, 8068, 7608, 8216, 7359, 8308, 7827, 8170, 7907, 8267, 8235, 7352, 8179, 7530, 8444, 8943, 8387, 8153, 7397, 8149, 7477, 8118, 8718, 7865, 8104, 7736, 7924, 7081, 7676, 8354, 7761, 8097, 7203, 8001, 7197, 7984, 7831, 7572, 8073, 7480, 8121, 7335, 7955, 7218, 8154, 8838, 7757, 7983, 8273, 8141, 7452, 7826, 10126, 7984, 8806, 7517, 8657, 7674, 7995, 6905, 7908, 9712, 7989, 8653, 7758, 8342, 7350, 8135, 7464, 8017, 8320, 7654, 8397, 7967, 8340, 7416, 8414, 9029, 8493, 8197, 7695, 8169, 7970, 8235, 7600, 8758, 8944, 8460, 8367, 8390, 8358, 7514, 8563, 8340, 8394, 7933, 7861, 8027, 7824, 8498, 9322, 8637, 8445, 7843, 7876, 7760, 7898, 7357, 7880, 8994, 8031, 8022, 7735, 7924, 7552, 7792, 7553, 8078, 8026, 7947, 7772, 7935, 7800, 7830, 8077, 7645, 7976, 8117, 7725, 8099, 7964, 7563, 7310, 7975, 7707, 8013, 7541, 8152, 8090, 7762, 8039, 7704, 8048, 7399, 8224, 7564, 8260, 8580, 8045, 8094, 7759, 7852, 7849, 8135, 7361, 8220, 9132, 8371, 8200, 8269, 8340, 7914, 8110, 7434, 8164, 7521, 8299, 8465, 8321, 8389, 7958, 8051, 7407, 8221, 7556, 8105, 8462, 8306, 8102, 7818, 8248, 7120, 8156, 8678, 8118, 8530, 8207, 8287, 7907, 8376, 7547, 8293, 7477, 7813, 7223, 7964, 7654, 8185, 7780, 7863, 8199, 7502, 8182, 7227, 8010, 7407, 8153, 7754, 7759, 8174, 7800, 7695, 7955, 7973, 7313, 8159, 7546, 8293, 7228, 7886, 7601, 8428, 8007, 7600, 8184, 7269, 8255, 7608, 8061, 8032, 7452, 8323, 8419, 8395, 7950, 7692, 8097, 8584, 8242, 7427, 8299, 8633, 8048, 7716, 7800, 7860, 7578, 7819, 7092, 7703, 7493, 7242, 7929, 7214, 7461, 8138, 7467, 7384, 7264, 7750, 7248, 7640, 8555, 8286, 7420, 7907, 7843, 7144, 8072, 9169, 8391, 7671, 8347, 8084, 8364, 8830, 7640, 8916, 8220, 9143, 8493, 8627, 8815, 7859, 8678, 8558, 8397, 8644, 7453, 8565, 9866, 8474, 8685, 8346, 8501, 7493, 8628, 8926, 8606, 8150, 8390, 8670, 8888, 8717, 8065, 8619, 8955, 7645, 8755, 7810, 8639, 7809, 7969, 8704, 8359, 8821, 7961, 8631, 8932, 8003, 8668, 8051, 8874, 7807, 8769, 8597, 8190, 9163, 8334, 8824, 8159, 9118, 7784, 8540, 9027, 7981, 9041, 7792, 8846, 8229, 8056, 9150, 8030, 8615, 7890, 8675, 8709, 8190, 8963, 8024, 8832, 7597, 8684, 8651, 8727, 9063, 8260, 8813, 8314, 8780, 8975, 7994, 9055, 8125, 8876, 8453, 8438, 8973, 8569, 8892, 8315, 9019, 8279, 8620, 8756, 8601, 9153, 8332, 8809, 8570, 8435, 8984, 8369, 9157, 8690, 8340, 8813, 7305, 8846, 8391, 9197, 8823, 8681, 8062, 8803, 8840, 7862, 8897, 8208, 9283, 8584, 9266, 8963, 8876, 8949, 8298, 9260, 8708, 9194, 8616, 8748, 8813, 7954, 9223, 8050, 9112, 8702, 8433, 8746, 7324, 9326, 7764, 8996, 8124, 8719, 8352, 8363, 9076, 8292, 9236, 8366, 9184, 8181, 9149, 9261, 8764, 9443, 7220, 9284, 8078, 9430, 8136, 9019, 8787, 8515, 8515, 8140, 8332, 8196, 8166, 7927, 8201, 8667, 7867, 8466, 8397, 8540, 7969, 7757, 9041, 8108, 9995, 9890, 9772, 9491, 10622, 9221, 9805, 9523, 9761, 8577, 9452, 9876, 8829, 9525, 8364, 9990, 9478, 9371, 9555, 8531, 9723, 8863, 9605, 7863, 9645, 9186, 9145, 10113, 8692, 10165, 7964, 10131, 9577, 9704, 10120, 9063, 10629, 10556, 9668, 10553, 9451, 10477, 9055, 10172, 9535, 9672, 10594, 8387, 10319, 8874, 9868, 9573, 9497, 9767, 8623, 10283, 8891, 10139, 8890, 9481, 9999, 8423, 9415, 8694, 9224, 10075, 9384, 9210, 8884, 9980, 7870, 9335, 8108, 8626, 9639, 8074, 9524, 9520, 8718, 9555, 7692, 9279, 9473, 9681, 10130, 8995, 9766, 9173, 8775, 10069, 8758, 9562, 8822, 9794, 9023, 9490, 10163, 8983, 10217, 7476, 10086, 9281, 9951, 10043, 9307, 9832, 7532, 10016, 8560, 9065, 10069, 8351, 9957, 8975, 9684, 10235, 8883, 9859, 8363, 9936, 10023, 8590, 10277, 7723, 10033, 9523, 9886, 10104, 8897, 10086, 7885, 9868, 9297, 10124, 10157, 8551, 10133, 9542, 9919, 9741, 9469, 10032, 8913, 9612, 9830, 9173, 9597, 9615, 9273, 8300, 9359, 9763, 10173, 9139, 9838, 9344, 8518, 9620, 9597, 10035, 9408, 9752, 9150, 10191, 9812, 10023, 9228, 9715, 7203, 9948, 9554, 10014, 9005, 9735, 9364, 9547, 10184, 8634, 9845, 9664, 10000, 9509, 9715, 9601, 8909, 9423, 9963, 9408, 9791, 9292, 9610, 8552, 9508, 10002, 9640, 9637, 9844, 9963, 9263, 9856, 8617, 9530, 9918, 9246, 10001, 9094, 10120, 9035, 9727, 9196, 9389, 10019, 9488, 9812, 9671, 9687, 7721, 9099, 9658, 9605, 9646, 9448, 9412, 9087, 9063, 10005, 9522, 9647, 9238, 9633, 8999, 9434, 9785, 9420, 9519, 9041, 9362, 9207, 9245, 9999, 9366, 10028, 9384, 9566, 8915, 9216, 8789, 8812, 9919, 9331, 9552, 9450, 9719, 8858, 9016, 9851, 9416, 9660, 8964, 9853, 8931, 9187, 9876, 9293, 9928, 9161, 9974, 8465, 9781, 9374, 9117, 10233, 9081, 9804, 9211, 9957, 8939, 8873, 10097, 9581, 9909, 9311, 9980, 7736, 9322, 10057, 9212, 9643, 8901, 9898, 8971, 8926, 10160, 9089, 9766, 9124, 9575, 8852, 9694, 8721, 9151, 9952, 9001, 9966, 9333, 9907, 8633, 9150, 9894, 9498, 10009, 8977, 9823, 7677, 9325, 9995, 8868, 9931, 8902, 10204, 9713, 9710, 9250, 8950, 9922, 8970, 9887, 7978, 9442, 10133, 8923, 9795, 9089, 9925, 9031, 9699, 8853, 8915, 10240, 9405, 10098, 8673, 9620, 8703, 9337, 9980, 9277, 9885, 9123, 9479, 9052, 8785, 10083, 8700, 9653, 9148, 9968, 8379, 9906, 9635, 9049, 9839, 8945, 9875, 8672, 9636, 9851, 9505, 9840, 9165, 10095, 8704, 9254, 10029, 9079, 9696, 8906, 9563, 8890, 9009, 9726, 8737, 9803, 9312, 9777, 8871, 9356, 9567, 8448, 9847, 8806, 9668, 8976, 9799, 8543, 8831, 9618, 8961, 9715, 8619, 9517, 7995, 8288, 6797, 8587, 8249, 8373, 8030, 8415, 8765, 7933, 8690, 8363, 8037, 8278, 8474, 8492, 8080, 8778, 8147, 8483, 7031, 8532, 8730, 8432, 8401, 8502, 8388, 8437, 8255, 8532, 8522, 8385, 8502, 7550, 8613, 8269, 8409, 8604, 8527, 8752, 8518, 8676, 8043, 8621, 8375, 8625, 8621, 8752, 8504, 8683, 8448, 8280, 8279, 8277, 8361, 7972, 8289, 8055, 8539, 8070, 8815, 8130, 8321, 8192, 7303, 8604, 8359], 'WindowCenter': [4200.0, 4183.0, 4197.0, 4172.0, 4177.0, 4165.0, 4174.0, 4151.0, 4172.0, 4161.0, 4174.0, 4200.0, 4178.0, 4188.0, 4175.0, 4176.0, 4165.0, 4187.0, 4189.0, 4189.0, 4191.0, 4177.0, 4201.0, 4188.0, 4201.0, 4191.0, 4191.0, 4202.0, 4190.0, 4192.0, 4192.0, 4202.0, 4190.0, 4192.0, 4201.0, 4188.0, 4190.0, 4180.0, 4192.0, 4179.0, 4178.0, 4188.0, 4176.0, 4189.0, 4178.0, 4191.0, 4168.0, 4178.0, 4175.0, 4175.0, 4177.0, 4176.0, 4177.0, 4176.0, 4175.0, 4176.0, 4166.0, 4176.0, 4164.0, 4164.0, 4164.0, 4151.0, 4163.0, 4154.0, 4174.0, 4164.0, 4161.0, 4164.0, 4153.0, 4175.0, 4175.0, 4164.0, 4165.0, 4164.0, 4164.0, 4165.0, 4165.0, 4165.0, 4156.0, 4165.0, 4163.0, 4152.0, 4165.0, 4154.0, 4166.0, 4164.0, 4164.0, 4166.0, 4172.0, 4176.0, 4176.0, 4165.0, 4176.0, 4167.0, 4179.0, 4177.0, 4177.0, 4176.0, 4164.0, 4176.0, 4166.0, 4166.0, 4177.0, 4154.0, 4169.0, 4166.0, 4163.0, 4164.0, 4170.0, 4164.0, 4166.0, 4162.0, 4167.0, 4164.0, 4177.0, 4180.0, 4165.0, 4178.0, 4175.0, 4177.0, 4179.0, 4178.0, 4178.0, 4176.0, 4168.0, 4166.0, 4182.0, 4179.0, 4177.0, 4176.0, 4165.0, 4166.0, 4166.0, 4167.0, 4166.0, 4165.0, 4166.0, 4165.0, 4177.0, 4166.0, 4167.0, 4167.0, 4164.0, 4167.0, 4167.0, 4179.0, 4178.0, 4166.0, 4177.0, 4166.0, 4176.0, 4166.0, 4194.0, 4180.0, 4180.0, 4182.0, 4177.0, 4178.0, 4179.0, 4168.0, 4180.0, 4165.0, 4168.0, 4156.0, 4178.0, 4179.0, 4166.0, 4179.0, 4157.0, 4179.0, 4168.0, 4168.0, 4177.0, 4165.0, 4176.0, 4167.0, 4183.0, 4180.0, 4177.0, 4168.0, 4156.0, 4190.0, 4179.0, 4179.0, 4171.0, 4165.0, 4168.0, 4170.0, 4180.0, 4172.0, 4178.0, 4169.0, 4166.0, 4178.0, 4177.0, 4177.0, 4179.0, 4166.0, 4168.0, 4177.0, 4166.0, 4169.0, 4179.0, 4168.0, 4179.0, 4174.0, 4167.0, 4185.0, 4178.0, 4178.0, 4168.0, 4168.0, 4168.0, 4169.0, 4177.0, 4179.0, 4176.0, 4168.0, 4177.0, 4177.0, 4180.0, 4184.0, 4182.0, 4185.0, 4181.0, 4168.0, 4178.0, 4183.0, 4180.0, 4181.0, 4167.0, 4178.0, 4182.0, 4192.0, 4193.0, 4181.0, 4182.0, 4185.0, 4203.0, 4184.0, 4192.0, 4193.0, 4207.0, 4192.0, 4182.0, 4192.0, 4193.0, 4187.0, 4191.0, 4182.0, 4190.0, 4182.0, 4190.0, 4196.0, 4180.0, 4181.0, 4181.0, 4181.0, 4182.0, 4180.0, 4183.0, 4168.0, 4196.0, 4179.0, 4178.0, 4180.0, 4178.0, 4185.0, 4179.0, 4178.0, 4189.0, 4183.0, 4178.0, 4166.0, 4190.0, 4168.0, 4189.0, 4169.0, 4188.0, 4191.0, 4169.0, 4189.0, 4168.0, 4190.0, 4174.0, 4183.0, 4174.0, 4152.0, 4175.0, 4164.0, 4175.0, 4188.0, 4175.0, 4187.0, 4153.0, 4173.0, 4173.0, 4161.0, 4173.0, 4162.0, 4174.0, 4165.0, 4177.0, 4174.0, 4163.0, 4173.0, 4163.0, 4176.0, 4163.0, 4164.0, 4174.0, 4163.0, 4174.0, 4164.0, 4176.0, 4165.0, 4163.0, 4163.0, 4152.0, 4174.0, 4162.0, 4174.0, 4155.0, 4178.0, 4177.0, 4176.0, 4176.0, 4164.0, 4176.0, 4174.0, 4175.0, 4165.0, 4167.0, 4189.0, 4177.0, 4175.0, 4165.0, 4176.0, 4177.0, 4178.0, 4167.0, 4179.0, 4177.0, 4178.0, 4179.0, 4190.0, 4190.0, 4194.0, 4165.0, 4165.0, 4202.0, 4179.0, 4190.0, 4179.0, 4190.0, 4187.0, 4180.0, 4174.0, 4152.0, 4173.0, 4161.0, 4162.0, 4161.0, 4161.0, 4162.0, 4151.0, 4160.0, 4149.0, 4149.0, 4160.0, 4148.0, 4161.0, 4151.0, 4161.0, 4160.0, 4160.0, 4161.0, 4150.0, 4172.0, 4162.0, 4162.0, 4163.0, 4161.0, 4173.0, 4153.0, 4162.0, 4173.0, 4164.0, 4173.0, 4163.0, 4175.0, 4174.0, 4164.0, 4173.0, 4153.0, 4173.0, 4173.0, 4164.0, 4188.0, 4164.0, 4175.0, 4165.0, 4173.0, 4176.0, 4177.0, 4187.0, 4166.0, 4175.0, 4186.0, 4174.0, 4186.0, 4165.0, 4177.0, 4176.0, 4175.0, 4175.0, 4165.0, 4176.0, 4177.0, 4166.0, 4177.0, 4165.0, 4175.0, 4177.0, 4176.0, 4177.0, 4165.0, 4176.0, 4175.0, 4177.0, 4178.0, 4176.0, 4176.0, 4167.0, 4176.0, 4177.0, 4178.0, 4178.0, 4176.0, 4177.0, 4177.0, 4177.0, 4189.0, 4167.0, 4179.0, 4175.0, 4176.0, 4165.0, 4173.0, 4178.0, 4166.0, 4178.0, 4165.0, 4176.0, 4166.0, 4177.0, 4178.0, 4166.0, 4167.0, 4155.0, 4175.0, 4175.0, 4167.0, 4177.0, 4165.0, 4176.0, 4165.0, 4166.0, 4166.0, 4154.0, 4166.0, 4163.0, 4176.0, 4165.0, 4177.0, 4176.0, 4155.0, 4177.0, 4165.0, 4176.0, 4165.0, 4166.0, 4176.0, 4163.0, 4175.0, 4176.0, 4177.0, 4166.0, 4166.0, 4176.0, 4176.0, 4178.0, 4178.0, 4178.0, 4167.0, 4177.0, 4189.0, 4179.0, 4190.0, 4168.0, 4177.0, 4177.0, 4165.0, 4176.0, 4167.0, 4167.0, 4178.0, 4164.0, 4177.0, 4166.0, 4168.0, 4176.0, 4167.0, 4180.0, 4166.0, 4177.0, 4168.0, 4168.0, 4181.0, 4177.0, 4179.0, 4167.0, 4179.0, 4180.0, 4167.0, 4178.0, 4166.0, 4176.0, 4177.0, 4166.0, 4177.0, 4176.0, 4178.0, 4186.0, 4190.0, 4191.0, 4168.0, 4178.0, 4177.0, 4178.0, 4168.0, 4179.0, 4189.0, 4167.0, 4177.0, 4165.0, 4176.0, 4177.0, 4166.0, 4178.0, 4165.0, 4176.0, 4165.0, 4177.0, 4176.0, 4165.0, 4176.0, 4154.0, 4163.0, 4175.0, 4165.0, 4164.0, 4152.0, 4163.0, 4174.0, 4163.0, 4175.0, 4155.0, 4164.0, 4173.0, 4162.0, 4175.0, 4153.0, 4176.0, 4175.0, 4165.0, 4176.0, 4175.0, 4177.0, 4176.0, 4166.0, 4177.0, 4175.0, 4177.0, 4165.0, 4177.0, 4186.0, 4166.0, 4176.0, 4164.0, 4176.0, 4178.0, 4165.0, 4176.0, 4164.0, 4175.0, 4165.0, 4176.0, 4175.0, 4165.0, 4176.0, 4174.0, 4176.0, 4176.0, 4166.0, 4176.0, 4164.0, 4176.0, 4166.0, 4178.0, 4176.0, 4164.0, 4176.0, 4175.0, 4176.0, 4176.0, 4178.0, 4177.0, 4177.0, 4179.0, 4167.0, 4179.0, 4189.0, 4176.0, 4177.0, 4168.0, 4191.0, 4183.0, 4165.0, 4176.0, 4175.0, 4188.0, 4188.0, 4176.0, 4177.0, 4166.0, 4176.0, 4174.0, 4176.0, 4167.0, 4176.0, 4178.0, 4181.0, 4178.0, 4167.0, 4165.0, 4176.0, 4167.0, 4178.0, 4178.0, 4176.0, 4176.0, 4164.0, 4164.0, 4164.0, 4166.0, 4166.0, 4164.0, 4166.0, 4155.0, 4165.0, 4166.0, 4164.0, 4166.0, 4165.0, 4165.0, 4166.0, 4166.0, 4177.0, 4165.0, 4165.0, 4164.0, 4176.0, 4167.0, 4167.0, 4178.0, 4169.0, 4169.0, 4168.0, 4178.0, 4180.0, 4167.0, 4179.0, 4179.0, 4191.0, 4193.0, 4178.0, 4178.0, 4181.0, 4169.0, 4192.0, 4190.0, 4180.0, 4199.0, 4180.0, 4210.0, 4189.0, 4191.0, 4190.0, 4191.0, 4193.0, 4183.0, 4193.0, 4191.0, 4191.0, 4191.0, 4192.0, 4193.0, 4192.0, 4192.0, 4190.0, 4192.0, 4203.0, 4192.0, 4193.0, 4181.0, 4190.0, 4189.0, 4189.0, 4189.0, 4190.0, 4191.0, 4179.0, 4180.0, 4188.0, 4178.0, 4190.0, 4179.0, 4179.0, 4178.0, 4180.0, 4178.0, 4179.0, 4181.0, 4168.0, 4179.0, 4188.0, 4167.0, 4178.0, 4188.0, 4181.0, 4190.0, 4181.0, 4181.0, 4192.0, 4180.0, 4180.0, 4196.0, 4181.0, 4180.0, 4180.0, 4179.0, 4181.0, 4179.0, 4191.0, 4194.0, 4192.0, 4177.0, 4186.0, 4198.0, 4197.0, 4195.0, 4208.0, 4207.0, 4196.0, 4193.0, 4181.0, 4189.0, 4169.0, 4189.0, 4178.0, 4179.0, 4179.0, 4170.0, 4190.0, 4181.0, 4191.0, 4181.0, 4179.0, 4179.0, 4179.0, 4168.0, 4179.0, 4178.0, 4179.0, 4178.0, 4181.0, 4181.0, 4180.0, 4182.0, 4162.0, 4177.0, 4166.0, 4183.0, 4179.0, 4181.0, 4189.0, 4202.0, 4179.0, 4174.0, 4166.0, 4152.0, 4173.0, 4189.0, 4203.0, 4201.0, 4199.0, 4189.0, 4188.0, 4188.0, 4199.0, 4179.0, 4201.0, 4166.0, 4185.0, 4151.0, 4159.0, 4137.0, 4148.0, 4134.0, 4133.0, 4121.0, 4131.0, 4121.0, 4121.0, 4131.0, 4119.0, 4130.0, 4109.0, 4141.0, 4121.0, 4143.0, 4133.0, 4143.0, 4144.0, 4145.0, 4157.0, 4157.0, 4168.0, 4159.0, 4171.0, 4162.0, 4171.0, 4162.0, 4173.0, 4173.0, 4173.0, 4174.0, 4174.0, 4187.0, 4176.0, 4175.0, 4175.0, 4176.0, 4187.0, 4187.0, 4189.0, 4188.0, 4202.0, 4212.0, 4226.0, 4181.0, 4212.0, 4203.0, 4203.0, 4199.0, 4178.0, 4199.0, 4191.0, 4201.0, 4214.0, 4193.0, 4202.0, 4201.0, 4214.0, 4213.0, 4205.0, 4212.0, 4202.0, 4199.0, 4167.0, 4189.0, 4168.0, 4180.0, 4178.0, 4164.0, 4176.0, 4167.0, 4178.0, 4168.0, 4175.0, 4162.0, 4174.0, 4165.0, 4174.0, 4187.0, 4184.0, 4175.0, 4173.0, 4174.0, 4166.0, 4184.0, 4164.0, 4172.0, 4172.0, 4161.0, 4172.0, 4172.0, 4173.0, 4173.0, 4186.0, 4188.0, 4185.0, 4186.0, 4183.0, 4191.0, 4168.0, 4174.0, 4166.0, 4191.0, 4182.0, 4191.0, 4193.0, 4183.0, 4205.0, 4177.0, 4189.0, 4180.0, 4193.0, 4205.0, 4194.0, 4184.0, 4187.0, 4190.0, 4172.0, 4191.0, 4183.0, 4195.0, 4182.0, 4182.0, 4182.0, 4170.0, 4180.0, 4182.0, 4192.0, 4192.0, 4195.0, 4178.0, 4169.0, 4185.0, 4160.0, 4171.0, 4179.0, 4182.0, 4181.0, 4171.0, 4172.0, 4160.0, 4171.0, 4179.0, 4170.0, 4182.0, 4158.0, 4167.0, 4147.0, 4168.0, 4167.0, 4169.0, 4178.0, 4172.0, 4170.0, 4166.0, 4168.0, 4158.0, 4170.0, 4178.0, 4171.0, 4172.0, 4169.0, 4170.0, 4158.0, 4158.0, 4175.0, 4156.0, 4177.0, 4155.0, 4167.0, 4158.0, 4168.0, 4158.0, 4167.0, 4189.0, 4182.0, 4179.0, 4168.0, 4167.0, 4157.0, 4168.0, 4161.0, 4167.0, 4167.0, 4157.0, 4168.0, 4167.0, 4167.0, 4145.0, 4168.0, 4166.0, 4167.0, 4167.0, 4169.0, 4166.0, 4166.0, 4168.0, 4156.0, 4179.0, 4178.0, 4170.0, 4166.0, 4168.0, 4167.0, 4156.0, 4168.0, 4163.0, 4167.0, 4157.0, 4166.0, 4169.0, 4160.0, 4179.0, 4178.0, 4170.0, 4182.0, 4162.0, 4160.0, 4161.0, 4157.0, 4145.0, 4167.0, 4177.0, 4168.0, 4169.0, 4158.0, 4167.0, 4157.0, 4158.0, 4157.0, 4168.0, 4157.0, 4170.0, 4157.0, 4157.0, 4145.0, 4155.0, 4157.0, 4159.0, 4159.0, 4155.0, 4159.0, 4161.0, 4160.0, 4159.0, 4148.0, 4158.0, 4156.0, 4170.0, 4161.0, 4158.0, 4161.0, 4157.0, 4158.0, 4148.0, 4158.0, 4146.0, 4168.0, 4149.0, 4155.0, 4154.0, 4146.0, 4158.0, 4147.0, 4154.0, 4159.0, 4158.0, 4146.0, 4157.0, 4166.0, 4160.0, 4155.0, 4158.0, 4158.0, 4156.0, 4157.0, 4148.0, 4159.0, 4144.0, 4169.0, 4160.0, 4156.0, 4161.0, 4155.0, 4161.0, 4149.0, 4159.0, 4157.0, 4161.0, 4160.0, 4158.0, 4169.0, 4158.0, 4159.0, 4145.0, 4160.0, 4156.0, 4176.0, 4174.0, 4162.0, 4160.0, 4158.0, 4159.0, 4164.0, 4162.0, 4148.0, 4150.0, 4147.0, 4146.0, 4146.0, 4158.0, 4149.0, 4145.0, 4158.0, 4134.0, 4150.0, 4139.0, 4145.0, 4135.0, 4144.0, 4148.0, 4138.0, 4157.0, 4138.0, 4135.0, 4146.0, 4145.0, 4124.0, 4146.0, 4134.0, 4146.0, 4134.0, 4135.0, 4130.0, 4144.0, 4133.0, 4133.0, 4144.0, 4122.0, 4143.0, 4133.0, 4135.0, 4134.0, 4124.0, 4143.0, 4143.0, 4147.0, 4138.0, 4146.0, 4148.0, 4158.0, 4162.0, 4147.0, 4162.0, 4160.0, 4161.0, 4159.0, 4155.0, 4155.0, 4160.0, 4162.0, 4147.0, 4161.0, 4147.0, 4148.0, 4162.0, 4143.0, 4150.0, 4158.0, 4148.0, 4148.0, 4151.0, 4169.0, 4158.0, 4175.0, 4182.0, 4178.0, 4154.0, 4168.0, 4169.0, 4161.0, 4182.0, 4184.0, 4179.0, 4168.0, 4181.0, 4183.0, 4180.0, 4191.0, 4160.0, 4190.0, 4179.0, 4188.0, 4177.0, 4179.0, 4185.0, 4166.0, 4178.0, 4177.0, 4179.0, 4177.0, 4153.0, 4175.0, 4184.0, 4174.0, 4174.0, 4187.0, 4186.0, 4152.0, 4175.0, 4172.0, 4173.0, 4162.0, 4161.0, 4174.0, 4174.0, 4172.0, 4162.0, 4160.0, 4172.0, 4151.0, 4172.0, 4151.0, 4171.0, 4165.0, 4161.0, 4174.0, 4175.0, 4184.0, 4177.0, 4177.0, 4186.0, 4174.0, 4177.0, 4177.0, 4188.0, 4178.0, 4186.0, 4186.0, 4175.0, 4197.0, 4188.0, 4198.0, 4177.0, 4190.0, 4178.0, 4175.0, 4192.0, 4176.0, 4192.0, 4178.0, 4189.0, 4177.0, 4178.0, 4197.0, 4176.0, 4187.0, 4176.0, 4190.0, 4192.0, 4179.0, 4190.0, 4179.0, 4187.0, 4165.0, 4178.0, 4191.0, 4174.0, 4189.0, 4176.0, 4179.0, 4175.0, 4173.0, 4174.0, 4163.0, 4175.0, 4164.0, 4174.0, 4167.0, 4162.0, 4175.0, 4172.0, 4173.0, 4167.0, 4178.0, 4163.0, 4161.0, 4176.0, 4176.0, 4173.0, 4163.0, 4171.0, 4161.0, 4150.0, 4161.0, 4166.0, 4175.0, 4162.0, 4160.0, 4173.0, 4151.0, 4173.0, 4173.0, 4182.0, 4179.0, 4165.0, 4167.0, 4176.0, 4189.0, 4175.0, 4185.0, 4176.0, 4187.0, 4177.0, 4173.0, 4185.0, 4174.0, 4174.0, 4162.0, 4175.0, 4175.0, 4174.0, 4177.0, 4162.0, 4172.0, 4163.0, 4173.0, 4162.0, 4163.0, 4165.0, 4162.0, 4173.0, 4151.0, 4183.0, 4165.0, 4177.0, 4178.0, 4174.0, 4177.0, 4176.0, 4187.0, 4176.0, 4188.0, 4179.0, 4188.0, 4177.0, 4186.0, 4187.0, 4176.0, 4186.0, 4166.0, 4186.0, 4176.0, 4189.0, 4180.0, 4188.0, 4187.0, 4184.0, 4191.0, 4182.0, 4179.0, 4190.0, 4189.0, 4175.0, 4171.0, 4190.0, 4193.0, 4191.0, 4191.0, 4188.0, 4178.0, 4180.0, 4190.0, 4177.0, 4210.0, 4199.0, 4208.0, 4196.0, 4198.0, 4186.0, 4203.0, 4199.0, 4197.0, 4179.0, 4188.0, 4182.0, 4172.0, 4179.0, 4163.0, 4169.0, 4173.0, 4174.0, 4182.0, 4170.0, 4184.0, 4176.0, 4199.0, 4174.0, 4195.0, 4184.0, 4184.0, 4196.0, 4169.0, 4193.0, 4162.0, 4193.0, 4182.0, 4181.0, 4194.0, 4171.0, 4192.0, 4194.0, 4183.0, 4192.0, 4181.0, 4193.0, 4173.0, 4194.0, 4184.0, 4182.0, 4192.0, 4161.0, 4193.0, 4173.0, 4195.0, 4194.0, 4184.0, 4196.0, 4176.0, 4207.0, 4185.0, 4207.0, 4186.0, 4197.0, 4208.0, 4186.0, 4207.0, 4187.0, 4198.0, 4206.0, 4200.0, 4208.0, 4197.0, 4217.0, 4186.0, 4205.0, 4186.0, 4185.0, 4197.0, 4171.0, 4195.0, 4202.0, 4182.0, 4191.0, 4174.0, 4193.0, 4196.0, 4193.0, 4206.0, 4185.0, 4195.0, 4194.0, 4186.0, 4207.0, 4203.0, 4207.0, 4201.0, 4205.0, 4192.0, 4192.0, 4204.0, 4192.0, 4205.0, 4174.0, 4205.0, 4192.0, 4203.0, 4203.0, 4193.0, 4204.0, 4172.0, 4203.0, 4195.0, 4182.0, 4202.0, 4183.0, 4203.0, 4193.0, 4192.0, 4203.0, 4193.0, 4203.0, 4182.0, 4203.0, 4204.0, 4185.0, 4205.0, 4174.0, 4206.0, 4193.0, 4204.0, 4205.0, 4194.0, 4202.0, 4169.0, 4190.0, 4191.0, 4204.0, 4202.0, 4181.0, 4203.0, 4192.0, 4191.0, 4193.0, 4190.0, 4201.0, 4193.0, 4191.0, 4200.0, 4190.0, 4191.0, 4190.0, 4192.0, 4180.0, 4191.0, 4202.0, 4202.0, 4191.0, 4187.0, 4191.0, 4180.0, 4190.0, 4191.0, 4191.0, 4192.0, 4190.0, 4191.0, 4200.0, 4190.0, 4202.0, 4189.0, 4190.0, 4162.0, 4201.0, 4191.0, 4202.0, 4193.0, 4202.0, 4204.0, 4191.0, 4214.0, 4195.0, 4203.0, 4191.0, 4203.0, 4202.0, 4204.0, 4205.0, 4192.0, 4191.0, 4189.0, 4181.0, 4192.0, 4189.0, 4191.0, 4179.0, 4191.0, 4192.0, 4191.0, 4191.0, 4190.0, 4190.0, 4177.0, 4189.0, 4167.0, 4193.0, 4189.0, 4179.0, 4188.0, 4176.0, 4192.0, 4178.0, 4189.0, 4180.0, 4181.0, 4190.0, 4189.0, 4190.0, 4189.0, 4191.0, 4159.0, 4179.0, 4191.0, 4189.0, 4191.0, 4191.0, 4192.0, 4181.0, 4181.0, 4191.0, 4190.0, 4192.0, 4190.0, 4191.0, 4182.0, 4192.0, 4203.0, 4191.0, 4204.0, 4180.0, 4193.0, 4192.0, 4192.0, 4201.0, 4193.0, 4202.0, 4191.0, 4206.0, 4190.0, 4195.0, 4181.0, 4193.0, 4205.0, 4194.0, 4203.0, 4191.0, 4191.0, 4190.0, 4193.0, 4203.0, 4192.0, 4203.0, 4193.0, 4203.0, 4192.0, 4194.0, 4205.0, 4192.0, 4205.0, 4191.0, 4201.0, 4182.0, 4191.0, 4189.0, 4180.0, 4200.0, 4180.0, 4202.0, 4192.0, 4191.0, 4191.0, 4180.0, 4201.0, 4191.0, 4204.0, 4193.0, 4202.0, 4171.0, 4193.0, 4202.0, 4195.0, 4192.0, 4179.0, 4191.0, 4180.0, 4181.0, 4201.0, 4183.0, 4201.0, 4189.0, 4204.0, 4193.0, 4192.0, 4180.0, 4191.0, 4201.0, 4192.0, 4203.0, 4190.0, 4201.0, 4179.0, 4191.0, 4203.0, 4190.0, 4201.0, 4181.0, 4192.0, 4170.0, 4192.0, 4202.0, 4192.0, 4203.0, 4193.0, 4201.0, 4192.0, 4194.0, 4190.0, 4180.0, 4202.0, 4179.0, 4191.0, 4172.0, 4191.0, 4199.0, 4182.0, 4203.0, 4192.0, 4203.0, 4192.0, 4202.0, 4194.0, 4193.0, 4203.0, 4193.0, 4205.0, 4193.0, 4205.0, 4193.0, 4192.0, 4203.0, 4190.0, 4190.0, 4189.0, 4192.0, 4180.0, 4181.0, 4200.0, 4182.0, 4193.0, 4191.0, 4202.0, 4171.0, 4192.0, 4189.0, 4180.0, 4203.0, 4182.0, 4193.0, 4180.0, 4191.0, 4192.0, 4192.0, 4192.0, 4191.0, 4202.0, 4182.0, 4191.0, 4191.0, 4179.0, 4189.0, 4180.0, 4192.0, 4181.0, 4192.0, 4192.0, 4182.0, 4206.0, 4192.0, 4202.0, 4183.0, 4192.0, 4192.0, 4183.0, 4202.0, 4192.0, 4209.0, 4190.0, 4203.0, 4193.0, 4192.0, 4204.0, 4194.0, 4205.0, 4191.0, 4206.0, 4186.0, 4183.0, 4162.0, 4191.0, 4175.0, 4176.0, 4166.0, 4176.0, 4174.0, 4170.0, 4180.0, 4180.0, 4164.0, 4152.0, 4154.0, 4160.0, 4149.0, 4164.0, 4139.0, 4153.0, 4133.0, 4165.0, 4146.0, 4146.0, 4147.0, 4163.0, 4147.0, 4148.0, 4165.0, 4161.0, 4160.0, 4154.0, 4161.0, 4144.0, 4165.0, 4155.0, 4149.0, 4161.0, 4160.0, 4164.0, 4159.0, 4165.0, 4153.0, 4161.0, 4155.0, 4147.0, 4151.0, 4159.0, 4159.0, 4163.0, 4167.0, 4150.0, 4150.0, 4149.0, 4149.0, 4150.0, 4151.0, 4150.0, 4164.0, 4149.0, 4159.0, 4151.0, 4151.0, 4167.0, 4139.0, 4161.0, 4160.0], 'WindowWidth': [9345.0, 9311.0, 9329.0, 9286.0, 9289.0, 9265.0, 9274.0, 9239.0, 9270.0, 9254.0, 9276.0, 9324.0, 9291.0, 9302.0, 9281.0, 9284.0, 9267.0, 9301.0, 9306.0, 9308.0, 9309.0, 9286.0, 9323.0, 9304.0, 9327.0, 9312.0, 9314.0, 9328.0, 9310.0, 9314.0, 9314.0, 9329.0, 9311.0, 9314.0, 9323.0, 9304.0, 9309.0, 9295.0, 9313.0, 9292.0, 9289.0, 9301.0, 9284.0, 9303.0, 9287.0, 9310.0, 9275.0, 9286.0, 9277.0, 9278.0, 9284.0, 9280.0, 9283.0, 9280.0, 9279.0, 9280.0, 9267.0, 9280.0, 9262.0, 9262.0, 9260.0, 9238.0, 9259.0, 9247.0, 9275.0, 9259.0, 9252.0, 9260.0, 9244.0, 9279.0, 9278.0, 9260.0, 9264.0, 9261.0, 9261.0, 9263.0, 9265.0, 9265.0, 9252.0, 9262.0, 9257.0, 9242.0, 9264.0, 9250.0, 9267.0, 9262.0, 9263.0, 9267.0, 9278.0, 9282.0, 9280.0, 9265.0, 9281.0, 9268.0, 9287.0, 9284.0, 9283.0, 9281.0, 9263.0, 9280.0, 9267.0, 9267.0, 9283.0, 9248.0, 9271.0, 9264.0, 9257.0, 9261.0, 9274.0, 9260.0, 9264.0, 9254.0, 9269.0, 9263.0, 9284.0, 9290.0, 9265.0, 9287.0, 9279.0, 9285.0, 9289.0, 9288.0, 9288.0, 9281.0, 9274.0, 9268.0, 9296.0, 9290.0, 9283.0, 9282.0, 9265.0, 9266.0, 9268.0, 9270.0, 9268.0, 9264.0, 9268.0, 9265.0, 9285.0, 9268.0, 9269.0, 9269.0, 9261.0, 9269.0, 9269.0, 9290.0, 9287.0, 9269.0, 9284.0, 9266.0, 9281.0, 9269.0, 9316.0, 9293.0, 9289.0, 9295.0, 9281.0, 9287.0, 9289.0, 9271.0, 9290.0, 9265.0, 9273.0, 9256.0, 9287.0, 9289.0, 9266.0, 9288.0, 9255.0, 9287.0, 9271.0, 9269.0, 9282.0, 9263.0, 9280.0, 9269.0, 9299.0, 9291.0, 9283.0, 9272.0, 9253.0, 9304.0, 9290.0, 9292.0, 9280.0, 9266.0, 9271.0, 9276.0, 9289.0, 9281.0, 9285.0, 9274.0, 9266.0, 9286.0, 9282.0, 9284.0, 9289.0, 9267.0, 9272.0, 9280.0, 9268.0, 9276.0, 9289.0, 9273.0, 9286.0, 9287.0, 9270.0, 9300.0, 9287.0, 9287.0, 9273.0, 9271.0, 9271.0, 9272.0, 9283.0, 9289.0, 9279.0, 9273.0, 9282.0, 9285.0, 9289.0, 9300.0, 9296.0, 9301.0, 9294.0, 9271.0, 9287.0, 9298.0, 9291.0, 9293.0, 9270.0, 9287.0, 9296.0, 9309.0, 9312.0, 9293.0, 9298.0, 9305.0, 9325.0, 9301.0, 9310.0, 9313.0, 9333.0, 9312.0, 9297.0, 9312.0, 9316.0, 9309.0, 9309.0, 9297.0, 9307.0, 9297.0, 9306.0, 9320.0, 9291.0, 9294.0, 9292.0, 9293.0, 9295.0, 9290.0, 9297.0, 9272.0, 9316.0, 9289.0, 9287.0, 9292.0, 9288.0, 9301.0, 9289.0, 9285.0, 9310.0, 9300.0, 9289.0, 9270.0, 9304.0, 9272.0, 9301.0, 9278.0, 9302.0, 9310.0, 9278.0, 9301.0, 9273.0, 9304.0, 9278.0, 9288.0, 9278.0, 9246.0, 9279.0, 9263.0, 9279.0, 9305.0, 9281.0, 9302.0, 9249.0, 9273.0, 9273.0, 9254.0, 9272.0, 9256.0, 9276.0, 9264.0, 9284.0, 9277.0, 9260.0, 9275.0, 9260.0, 9281.0, 9261.0, 9263.0, 9275.0, 9259.0, 9276.0, 9265.0, 9281.0, 9265.0, 9260.0, 9259.0, 9242.0, 9278.0, 9258.0, 9276.0, 9251.0, 9287.0, 9285.0, 9281.0, 9282.0, 9262.0, 9282.0, 9276.0, 9280.0, 9268.0, 9273.0, 9306.0, 9286.0, 9280.0, 9264.0, 9282.0, 9284.0, 9287.0, 9271.0, 9288.0, 9286.0, 9289.0, 9291.0, 9308.0, 9308.0, 9317.0, 9266.0, 9268.0, 9324.0, 9291.0, 9307.0, 9292.0, 9306.0, 9300.0, 9290.0, 9276.0, 9241.0, 9271.0, 9252.0, 9253.0, 9254.0, 9252.0, 9254.0, 9237.0, 9249.0, 9233.0, 9232.0, 9247.0, 9230.0, 9251.0, 9238.0, 9252.0, 9248.0, 9249.0, 9253.0, 9236.0, 9270.0, 9256.0, 9256.0, 9257.0, 9253.0, 9272.0, 9244.0, 9256.0, 9271.0, 9259.0, 9273.0, 9258.0, 9278.0, 9274.0, 9262.0, 9273.0, 9244.0, 9272.0, 9272.0, 9263.0, 9299.0, 9262.0, 9279.0, 9267.0, 9274.0, 9282.0, 9283.0, 9298.0, 9266.0, 9278.0, 9294.0, 9275.0, 9296.0, 9265.0, 9282.0, 9280.0, 9277.0, 9278.0, 9266.0, 9282.0, 9285.0, 9266.0, 9283.0, 9266.0, 9278.0, 9283.0, 9282.0, 9284.0, 9265.0, 9282.0, 9279.0, 9284.0, 9287.0, 9281.0, 9281.0, 9269.0, 9282.0, 9285.0, 9285.0, 9286.0, 9281.0, 9285.0, 9283.0, 9283.0, 9304.0, 9270.0, 9290.0, 9278.0, 9281.0, 9264.0, 9284.0, 9287.0, 9266.0, 9285.0, 9264.0, 9280.0, 9268.0, 9285.0, 9286.0, 9267.0, 9269.0, 9250.0, 9276.0, 9279.0, 9270.0, 9281.0, 9264.0, 9281.0, 9264.0, 9266.0, 9265.0, 9248.0, 9266.0, 9259.0, 9279.0, 9265.0, 9285.0, 9281.0, 9251.0, 9282.0, 9261.0, 9280.0, 9263.0, 9267.0, 9278.0, 9258.0, 9277.0, 9281.0, 9283.0, 9267.0, 9266.0, 9281.0, 9279.0, 9287.0, 9286.0, 9285.0, 9271.0, 9285.0, 9303.0, 9292.0, 9306.0, 9273.0, 9284.0, 9284.0, 9264.0, 9281.0, 9268.0, 9270.0, 9285.0, 9262.0, 9282.0, 9267.0, 9274.0, 9281.0, 9268.0, 9290.0, 9268.0, 9284.0, 9275.0, 9273.0, 9293.0, 9282.0, 9288.0, 9270.0, 9292.0, 9291.0, 9270.0, 9287.0, 9266.0, 9280.0, 9281.0, 9268.0, 9282.0, 9279.0, 9285.0, 9294.0, 9307.0, 9307.0, 9274.0, 9286.0, 9283.0, 9287.0, 9274.0, 9291.0, 9300.0, 9269.0, 9282.0, 9264.0, 9280.0, 9283.0, 9266.0, 9284.0, 9263.0, 9279.0, 9263.0, 9283.0, 9279.0, 9261.0, 9277.0, 9246.0, 9256.0, 9275.0, 9262.0, 9261.0, 9242.0, 9257.0, 9273.0, 9257.0, 9276.0, 9248.0, 9260.0, 9272.0, 9255.0, 9277.0, 9247.0, 9281.0, 9278.0, 9265.0, 9281.0, 9276.0, 9284.0, 9280.0, 9267.0, 9281.0, 9276.0, 9282.0, 9265.0, 9284.0, 9293.0, 9266.0, 9279.0, 9259.0, 9279.0, 9283.0, 9263.0, 9278.0, 9260.0, 9277.0, 9265.0, 9283.0, 9277.0, 9262.0, 9281.0, 9274.0, 9280.0, 9282.0, 9268.0, 9279.0, 9261.0, 9280.0, 9267.0, 9286.0, 9281.0, 9262.0, 9281.0, 9276.0, 9280.0, 9282.0, 9286.0, 9285.0, 9282.0, 9289.0, 9271.0, 9288.0, 9302.0, 9281.0, 9283.0, 9273.0, 9307.0, 9304.0, 9262.0, 9282.0, 9280.0, 9301.0, 9304.0, 9283.0, 9288.0, 9269.0, 9282.0, 9277.0, 9281.0, 9271.0, 9283.0, 9289.0, 9297.0, 9287.0, 9269.0, 9266.0, 9282.0, 9270.0, 9289.0, 9287.0, 9281.0, 9281.0, 9263.0, 9264.0, 9263.0, 9267.0, 9268.0, 9263.0, 9267.0, 9250.0, 9266.0, 9267.0, 9261.0, 9266.0, 9262.0, 9264.0, 9266.0, 9269.0, 9282.0, 9264.0, 9266.0, 9263.0, 9281.0, 9271.0, 9273.0, 9291.0, 9276.0, 9276.0, 9274.0, 9288.0, 9292.0, 9271.0, 9291.0, 9290.0, 9311.0, 9319.0, 9291.0, 9291.0, 9298.0, 9282.0, 9316.0, 9311.0, 9296.0, 9322.0, 9296.0, 9334.0, 9307.0, 9314.0, 9312.0, 9313.0, 9317.0, 9305.0, 9317.0, 9313.0, 9312.0, 9312.0, 9314.0, 9317.0, 9314.0, 9314.0, 9309.0, 9314.0, 9328.0, 9315.0, 9317.0, 9297.0, 9309.0, 9305.0, 9307.0, 9305.0, 9309.0, 9311.0, 9293.0, 9295.0, 9302.0, 9290.0, 9307.0, 9290.0, 9293.0, 9290.0, 9293.0, 9289.0, 9293.0, 9298.0, 9276.0, 9291.0, 9301.0, 9274.0, 9289.0, 9304.0, 9298.0, 9307.0, 9296.0, 9298.0, 9313.0, 9296.0, 9293.0, 9321.0, 9297.0, 9293.0, 9293.0, 9290.0, 9295.0, 9291.0, 9311.0, 9317.0, 9315.0, 9284.0, 9295.0, 9320.0, 9320.0, 9322.0, 9342.0, 9341.0, 9325.0, 9314.0, 9297.0, 9303.0, 9278.0, 9305.0, 9292.0, 9294.0, 9294.0, 9283.0, 9307.0, 9299.0, 9312.0, 9297.0, 9289.0, 9291.0, 9290.0, 9274.0, 9288.0, 9285.0, 9288.0, 9285.0, 9299.0, 9296.0, 9295.0, 9300.0, 9260.0, 9290.0, 9267.0, 9302.0, 9293.0, 9302.0, 9309.0, 9333.0, 9294.0, 9276.0, 9267.0, 9244.0, 9273.0, 9308.0, 9334.0, 9328.0, 9321.0, 9307.0, 9302.0, 9303.0, 9317.0, 9289.0, 9323.0, 9269.0, 9290.0, 9239.0, 9244.0, 9214.0, 9225.0, 9203.0, 9197.0, 9180.0, 9192.0, 9180.0, 9178.0, 9191.0, 9174.0, 9189.0, 9159.0, 9205.0, 9178.0, 9213.0, 9198.0, 9213.0, 9217.0, 9222.0, 9241.0, 9241.0, 9257.0, 9246.0, 9266.0, 9256.0, 9268.0, 9255.0, 9273.0, 9272.0, 9274.0, 9277.0, 9276.0, 9298.0, 9282.0, 9280.0, 9280.0, 9283.0, 9299.0, 9299.0, 9307.0, 9304.0, 9330.0, 9347.0, 9369.0, 9302.0, 9343.0, 9333.0, 9335.0, 9321.0, 9294.0, 9324.0, 9315.0, 9328.0, 9353.0, 9323.0, 9330.0, 9323.0, 9350.0, 9345.0, 9340.0, 9344.0, 9331.0, 9320.0, 9271.0, 9304.0, 9273.0, 9293.0, 9284.0, 9261.0, 9280.0, 9271.0, 9288.0, 9273.0, 9279.0, 9252.0, 9277.0, 9265.0, 9277.0, 9300.0, 9290.0, 9278.0, 9273.0, 9276.0, 9264.0, 9287.0, 9260.0, 9269.0, 9267.0, 9250.0, 9268.0, 9267.0, 9272.0, 9272.0, 9297.0, 9302.0, 9294.0, 9298.0, 9286.0, 9309.0, 9270.0, 9277.0, 9266.0, 9303.0, 9298.0, 9307.0, 9313.0, 9302.0, 9330.0, 9286.0, 9303.0, 9291.0, 9313.0, 9328.0, 9315.0, 9299.0, 9306.0, 9302.0, 9282.0, 9307.0, 9295.0, 9316.0, 9293.0, 9294.0, 9292.0, 9273.0, 9286.0, 9293.0, 9311.0, 9308.0, 9315.0, 9284.0, 9275.0, 9299.0, 9259.0, 9273.0, 9283.0, 9293.0, 9290.0, 9274.0, 9276.0, 9258.0, 9274.0, 9286.0, 9274.0, 9293.0, 9254.0, 9266.0, 9235.0, 9266.0, 9265.0, 9269.0, 9283.0, 9279.0, 9274.0, 9264.0, 9268.0, 9253.0, 9274.0, 9281.0, 9275.0, 9275.0, 9267.0, 9269.0, 9249.0, 9251.0, 9269.0, 9248.0, 9276.0, 9244.0, 9263.0, 9251.0, 9268.0, 9255.0, 9267.0, 9298.0, 9292.0, 9284.0, 9266.0, 9264.0, 9247.0, 9265.0, 9255.0, 9262.0, 9262.0, 9250.0, 9266.0, 9262.0, 9262.0, 9229.0, 9265.0, 9260.0, 9262.0, 9263.0, 9268.0, 9261.0, 9259.0, 9266.0, 9248.0, 9283.0, 9279.0, 9270.0, 9261.0, 9264.0, 9263.0, 9244.0, 9263.0, 9253.0, 9262.0, 9247.0, 9261.0, 9268.0, 9257.0, 9284.0, 9277.0, 9270.0, 9292.0, 9258.0, 9252.0, 9255.0, 9249.0, 9229.0, 9264.0, 9276.0, 9265.0, 9268.0, 9252.0, 9263.0, 9248.0, 9251.0, 9247.0, 9265.0, 9248.0, 9268.0, 9248.0, 9248.0, 9229.0, 9244.0, 9248.0, 9251.0, 9251.0, 9243.0, 9252.0, 9256.0, 9253.0, 9253.0, 9235.0, 9252.0, 9246.0, 9269.0, 9257.0, 9250.0, 9258.0, 9249.0, 9248.0, 9236.0, 9249.0, 9230.0, 9263.0, 9236.0, 9242.0, 9238.0, 9228.0, 9246.0, 9231.0, 9241.0, 9249.0, 9247.0, 9229.0, 9245.0, 9256.0, 9253.0, 9242.0, 9248.0, 9247.0, 9242.0, 9246.0, 9233.0, 9250.0, 9227.0, 9264.0, 9252.0, 9244.0, 9255.0, 9243.0, 9256.0, 9237.0, 9252.0, 9245.0, 9256.0, 9254.0, 9248.0, 9268.0, 9249.0, 9251.0, 9228.0, 9254.0, 9244.0, 9283.0, 9278.0, 9256.0, 9250.0, 9246.0, 9248.0, 9261.0, 9255.0, 9232.0, 9233.0, 9228.0, 9227.0, 9226.0, 9244.0, 9234.0, 9224.0, 9244.0, 9207.0, 9233.0, 9218.0, 9224.0, 9207.0, 9221.0, 9229.0, 9216.0, 9243.0, 9216.0, 9207.0, 9223.0, 9222.0, 9191.0, 9224.0, 9205.0, 9224.0, 9204.0, 9208.0, 9196.0, 9216.0, 9202.0, 9201.0, 9218.0, 9186.0, 9214.0, 9201.0, 9206.0, 9205.0, 9192.0, 9218.0, 9217.0, 9227.0, 9208.0, 9227.0, 9231.0, 9247.0, 9257.0, 9230.0, 9254.0, 9248.0, 9253.0, 9252.0, 9243.0, 9245.0, 9254.0, 9258.0, 9231.0, 9256.0, 9231.0, 9233.0, 9258.0, 9226.0, 9241.0, 9248.0, 9235.0, 9233.0, 9244.0, 9267.0, 9250.0, 9286.0, 9288.0, 9282.0, 9246.0, 9265.0, 9270.0, 9263.0, 9294.0, 9293.0, 9287.0, 9269.0, 9290.0, 9297.0, 9288.0, 9303.0, 9258.0, 9304.0, 9283.0, 9297.0, 9280.0, 9283.0, 9290.0, 9264.0, 9284.0, 9282.0, 9285.0, 9283.0, 9245.0, 9277.0, 9287.0, 9276.0, 9276.0, 9299.0, 9296.0, 9244.0, 9278.0, 9269.0, 9271.0, 9256.0, 9254.0, 9274.0, 9274.0, 9271.0, 9255.0, 9251.0, 9269.0, 9239.0, 9269.0, 9239.0, 9266.0, 9264.0, 9254.0, 9277.0, 9277.0, 9291.0, 9283.0, 9283.0, 9296.0, 9275.0, 9282.0, 9283.0, 9297.0, 9291.0, 9297.0, 9297.0, 9279.0, 9312.0, 9300.0, 9315.0, 9286.0, 9304.0, 9288.0, 9279.0, 9310.0, 9284.0, 9309.0, 9286.0, 9300.0, 9284.0, 9284.0, 9313.0, 9284.0, 9298.0, 9281.0, 9303.0, 9309.0, 9289.0, 9304.0, 9287.0, 9296.0, 9264.0, 9283.0, 9305.0, 9277.0, 9303.0, 9281.0, 9287.0, 9278.0, 9272.0, 9276.0, 9258.0, 9276.0, 9261.0, 9271.0, 9266.0, 9256.0, 9275.0, 9270.0, 9272.0, 9268.0, 9280.0, 9259.0, 9253.0, 9276.0, 9276.0, 9271.0, 9258.0, 9264.0, 9253.0, 9235.0, 9250.0, 9262.0, 9274.0, 9254.0, 9247.0, 9270.0, 9240.0, 9272.0, 9273.0, 9290.0, 9282.0, 9260.0, 9267.0, 9277.0, 9300.0, 9277.0, 9292.0, 9280.0, 9296.0, 9281.0, 9272.0, 9293.0, 9273.0, 9273.0, 9255.0, 9275.0, 9275.0, 9274.0, 9279.0, 9254.0, 9268.0, 9258.0, 9270.0, 9255.0, 9254.0, 9260.0, 9252.0, 9269.0, 9239.0, 9286.0, 9267.0, 9281.0, 9285.0, 9273.0, 9282.0, 9282.0, 9298.0, 9280.0, 9301.0, 9287.0, 9300.0, 9282.0, 9294.0, 9297.0, 9279.0, 9292.0, 9265.0, 9293.0, 9281.0, 9302.0, 9293.0, 9300.0, 9298.0, 9291.0, 9308.0, 9295.0, 9288.0, 9308.0, 9307.0, 9279.0, 9272.0, 9305.0, 9316.0, 9308.0, 9308.0, 9301.0, 9289.0, 9291.0, 9302.0, 9283.0, 9337.0, 9316.0, 9330.0, 9311.0, 9313.0, 9295.0, 9322.0, 9318.0, 9314.0, 9285.0, 9298.0, 9284.0, 9270.0, 9277.0, 9254.0, 9260.0, 9267.0, 9270.0, 9280.0, 9264.0, 9287.0, 9279.0, 9321.0, 9281.0, 9307.0, 9292.0, 9291.0, 9311.0, 9268.0, 9304.0, 9259.0, 9299.0, 9283.0, 9280.0, 9303.0, 9269.0, 9300.0, 9302.0, 9286.0, 9297.0, 9281.0, 9301.0, 9273.0, 9304.0, 9291.0, 9286.0, 9299.0, 9256.0, 9300.0, 9274.0, 9309.0, 9306.0, 9291.0, 9309.0, 9282.0, 9326.0, 9295.0, 9329.0, 9299.0, 9314.0, 9332.0, 9302.0, 9334.0, 9300.0, 9318.0, 9328.0, 9324.0, 9334.0, 9317.0, 9347.0, 9304.0, 9329.0, 9304.0, 9297.0, 9316.0, 9274.0, 9312.0, 9320.0, 9293.0, 9304.0, 9282.0, 9309.0, 9312.0, 9303.0, 9326.0, 9297.0, 9312.0, 9311.0, 9303.0, 9333.0, 9331.0, 9333.0, 9324.0, 9326.0, 9305.0, 9305.0, 9325.0, 9306.0, 9326.0, 9283.0, 9326.0, 9307.0, 9323.0, 9322.0, 9309.0, 9324.0, 9278.0, 9322.0, 9312.0, 9292.0, 9319.0, 9292.0, 9321.0, 9308.0, 9306.0, 9323.0, 9307.0, 9321.0, 9292.0, 9322.0, 9324.0, 9299.0, 9327.0, 9283.0, 9328.0, 9308.0, 9322.0, 9326.0, 9310.0, 9319.0, 9272.0, 9301.0, 9302.0, 9320.0, 9319.0, 9288.0, 9318.0, 9302.0, 9300.0, 9307.0, 9300.0, 9316.0, 9306.0, 9303.0, 9313.0, 9299.0, 9305.0, 9301.0, 9306.0, 9288.0, 9305.0, 9318.0, 9320.0, 9305.0, 9294.0, 9302.0, 9286.0, 9299.0, 9302.0, 9302.0, 9304.0, 9299.0, 9302.0, 9313.0, 9300.0, 9319.0, 9297.0, 9301.0, 9263.0, 9316.0, 9304.0, 9320.0, 9309.0, 9320.0, 9326.0, 9305.0, 9340.0, 9313.0, 9322.0, 9303.0, 9320.0, 9320.0, 9327.0, 9330.0, 9307.0, 9302.0, 9295.0, 9288.0, 9303.0, 9296.0, 9300.0, 9281.0, 9300.0, 9303.0, 9301.0, 9300.0, 9296.0, 9295.0, 9275.0, 9295.0, 9262.0, 9304.0, 9295.0, 9281.0, 9293.0, 9274.0, 9301.0, 9278.0, 9296.0, 9283.0, 9285.0, 9298.0, 9295.0, 9299.0, 9296.0, 9301.0, 9255.0, 9285.0, 9301.0, 9298.0, 9302.0, 9301.0, 9304.0, 9286.0, 9287.0, 9303.0, 9301.0, 9306.0, 9300.0, 9304.0, 9290.0, 9307.0, 9322.0, 9304.0, 9323.0, 9288.0, 9307.0, 9305.0, 9307.0, 9317.0, 9308.0, 9322.0, 9304.0, 9330.0, 9303.0, 9312.0, 9291.0, 9309.0, 9326.0, 9311.0, 9323.0, 9304.0, 9304.0, 9302.0, 9307.0, 9321.0, 9305.0, 9321.0, 9307.0, 9321.0, 9306.0, 9313.0, 9327.0, 9305.0, 9325.0, 9302.0, 9315.0, 9290.0, 9303.0, 9298.0, 9286.0, 9313.0, 9286.0, 9319.0, 9304.0, 9302.0, 9305.0, 9288.0, 9316.0, 9302.0, 9323.0, 9306.0, 9318.0, 9276.0, 9307.0, 9318.0, 9309.0, 9303.0, 9283.0, 9302.0, 9285.0, 9290.0, 9315.0, 9294.0, 9317.0, 9299.0, 9323.0, 9308.0, 9305.0, 9288.0, 9303.0, 9316.0, 9303.0, 9322.0, 9300.0, 9315.0, 9284.0, 9302.0, 9320.0, 9300.0, 9315.0, 9289.0, 9304.0, 9272.0, 9305.0, 9318.0, 9305.0, 9320.0, 9307.0, 9318.0, 9304.0, 9310.0, 9300.0, 9287.0, 9317.0, 9284.0, 9302.0, 9276.0, 9301.0, 9310.0, 9290.0, 9321.0, 9303.0, 9322.0, 9304.0, 9320.0, 9311.0, 9309.0, 9323.0, 9309.0, 9327.0, 9308.0, 9328.0, 9309.0, 9306.0, 9321.0, 9299.0, 9301.0, 9297.0, 9305.0, 9287.0, 9289.0, 9313.0, 9291.0, 9307.0, 9303.0, 9318.0, 9275.0, 9305.0, 9296.0, 9287.0, 9321.0, 9290.0, 9307.0, 9286.0, 9302.0, 9303.0, 9305.0, 9305.0, 9301.0, 9318.0, 9291.0, 9301.0, 9300.0, 9283.0, 9298.0, 9285.0, 9306.0, 9290.0, 9305.0, 9305.0, 9291.0, 9331.0, 9306.0, 9319.0, 9294.0, 9305.0, 9305.0, 9292.0, 9319.0, 9306.0, 9337.0, 9301.0, 9321.0, 9311.0, 9308.0, 9325.0, 9314.0, 9332.0, 9305.0, 9331.0, 9306.0, 9297.0, 9266.0, 9309.0, 9283.0, 9282.0, 9267.0, 9281.0, 9277.0, 9275.0, 9291.0, 9288.0, 9259.0, 9238.0, 9243.0, 9247.0, 9229.0, 9256.0, 9215.0, 9236.0, 9209.0, 9256.0, 9220.0, 9221.0, 9224.0, 9255.0, 9225.0, 9227.0, 9259.0, 9249.0, 9247.0, 9240.0, 9249.0, 9227.0, 9258.0, 9244.0, 9232.0, 9248.0, 9247.0, 9256.0, 9245.0, 9260.0, 9241.0, 9250.0, 9243.0, 9226.0, 9234.0, 9245.0, 9246.0, 9254.0, 9261.0, 9232.0, 9233.0, 9229.0, 9234.0, 9233.0, 9235.0, 9235.0, 9255.0, 9231.0, 9247.0, 9238.0, 9237.0, 9264.0, 9220.0, 9250.0, 9247.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.017247245831091985</td></tr>
<tr><td colspan=3>aqi</td><td>0.14604776960731577</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.68487777135626</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2092440363562953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1766170745909559</td></tr>
<tr><td colspan=3>efc</td><td>0.4608</td></tr>
<tr><td colspan=3>fber</td><td>7416.9775</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1431827610822875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>244</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.125336202259279</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9034237670994525</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.750641479874142</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.147092834058369</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8125369873658466</td></tr>
<tr><td colspan=3>gcor</td><td>0.00384333</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019259752705693245</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03383626416325569</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.269811537960871</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>25.7405</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9228</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2546</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.0763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4857</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.0732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3442.2242</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.6355</td></tr>
<tr><td colspan=3>tsnr</td><td>16.407738821581006</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>