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

616 lines
No EOL
189 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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-02/func/sub-0077_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>47b2611159c24fe6ea9c3404e1eee648</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>22:13:14.802500</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.999766, -0.02119, 0.00431713, 0.0211166, 0.999643, 0.0163878]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0855761</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>[4144, -7726, -7291, 827, -21, -157, -97, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb2adbbb-d483-43db-98fb-40150b208e45||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.6822993755340576, 0.05665440112352371, 0.01258968748152256, 112.70344543457031], [0.056851278990507126, 2.6819682121276855, 0.043990664184093475, -99.23693084716797], [0.011582547798752785, -0.043967362493276596, 2.6996123790740967, -78.84504699707031], [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': ['221314.802500', '221315.262500', '221315.722500', '221316.182500', '221316.642500', '221317.102500', '221317.562500', '221318.022500', '221318.482500', '221318.942500', '221319.402500', '221319.862500', '221320.322500', '221320.782500', '221321.242500', '221321.702500', '221322.162500', '221322.622500', '221323.082500', '221323.542500', '221324.002500', '221324.462500', '221324.922500', '221325.382500', '221325.842500', '221326.302500', '221326.762500', '221327.222500', '221327.682500', '221328.142500', '221328.602500', '221329.062500', '221329.522500', '221329.982500', '221330.442500', '221330.902500', '221331.362500', '221331.822500', '221332.282500', '221332.742500', '221333.202500', '221333.662500', '221334.122500', '221334.582500', '221335.042500', '221335.502500', '221335.962500', '221336.422500', '221336.882500', '221337.342500', '221337.802500', '221338.262500', '221338.722500', '221339.182500', '221339.642500', '221340.102500', '221340.562500', '221341.022500', '221341.482500', '221341.942500', '221342.402500', '221342.862500', '221343.322500', '221343.782500', '221344.242500', '221344.702500', '221345.162500', '221345.622500', '221346.082500', '221346.542500', '221347.002500', '221347.462500', '221347.922500', '221348.382500', '221348.842500', '221349.302500', '221349.762500', '221350.222500', '221350.682500', '221351.142500', '221351.602500', '221352.062500', '221352.522500', '221352.982500', '221353.442500', '221353.902500', '221354.362500', '221354.822500', '221355.282500', '221355.742500', '221356.202500', '221356.662500', '221357.122500', '221357.582500', '221358.042500', '221358.502500', '221358.962500', '221359.422500', '221359.882500', '221400.342500', '221400.802500', '221401.262500', '221401.722500', '221402.182500', '221402.642500', '221403.102500', '221403.562500', '221404.022500', '221404.482500', '221404.942500', '221405.402500', '221405.862500', '221406.322500', '221406.782500', '221407.242500', '221407.702500', '221408.162500', '221408.622500', '221409.082500', '221409.542500', '221410.002500', '221410.462500', '221410.922500', '221411.382500', '221411.842500', '221412.302500', '221412.762500', '221413.222500', '221413.682500', '221414.142500', '221414.602500', '221415.062500', '221415.522500', '221415.982500', '221416.442500', '221416.902500', '221417.362500', '221417.822500', '221418.282500', '221418.742500', '221419.202500', '221419.662500', '221420.122500', '221420.582500', '221421.042500', '221421.502500', '221421.962500', '221422.422500', '221422.882500', '221423.342500', '221423.802500', '221424.262500', '221424.722500', '221425.182500', '221425.642500', '221426.102500', '221426.562500', '221427.022500', '221427.482500', '221427.942500', '221428.402500', '221428.862500', '221429.322500', '221429.782500', '221430.242500', '221430.702500', '221431.162500', '221431.622500', '221432.082500', '221432.542500', '221433.002500', '221433.462500', '221433.922500', '221434.382500', '221434.842500', '221435.302500', '221435.762500', '221436.222500', '221436.682500', '221437.142500', '221437.602500', '221438.062500', '221438.522500', '221438.982500', '221439.442500', '221439.902500', '221440.362500', '221440.822500', '221441.282500', '221441.742500', '221442.202500', '221442.662500', '221443.122500', '221443.582500', '221444.042500', '221444.502500', '221444.962500', '221445.422500', '221445.882500', '221446.342500', '221446.802500', '221447.262500', '221447.722500', '221448.182500', '221448.642500', '221449.102500', '221449.562500', '221450.022500', '221450.482500', '221450.942500', '221451.402500', '221451.862500', '221452.322500', '221452.782500', '221453.242500', '221453.702500', '221454.162500', '221454.622500', '221455.082500', '221455.542500', '221456.002500', '221456.462500', '221456.922500', '221457.382500', '221457.842500', '221458.302500', '221458.762500', '221459.222500', '221459.682500', '221500.142500', '221500.602500', '221501.062500', '221501.522500', '221501.982500', '221502.442500', '221502.902500', '221503.362500', '221503.822500', '221504.282500', '221504.742500', '221505.202500', '221505.662500', '221506.122500', '221506.582500', '221507.042500', '221507.502500', '221507.962500', '221508.422500', '221508.882500', '221509.342500', '221509.802500', '221510.262500', '221510.722500', '221511.182500', '221511.642500', '221512.102500', '221512.562500', '221513.022500', '221513.482500', '221513.942500', '221514.402500', '221514.862500', '221515.322500', '221515.782500', '221516.242500', '221516.702500', '221517.162500', '221517.622500', '221518.082500', '221518.542500', '221519.002500', '221519.462500', '221519.922500', '221520.382500', '221520.842500', '221521.302500', '221521.762500', '221522.222500', '221522.682500', '221523.142500', '221523.602500', '221524.062500', '221524.522500', '221524.982500', '221525.442500', '221525.902500', '221526.362500', '221526.822500', '221527.282500', '221527.742500', '221528.202500', '221528.662500', '221529.122500', '221529.582500', '221530.042500', '221530.502500', '221530.962500', '221531.422500', '221531.882500', '221532.342500', '221532.802500', '221533.262500', '221533.722500', '221534.182500', '221534.642500', '221535.102500', '221535.562500', '221536.022500', '221536.482500', '221536.942500', '221537.402500', '221537.862500', '221538.322500', '221538.782500', '221539.242500', '221539.702500', '221540.162500', '221540.622500', '221541.082500', '221541.542500', '221542.002500', '221542.462500', '221542.922500', '221543.382500', '221543.842500', '221544.302500', '221544.762500', '221545.222500', '221545.682500', '221546.142500', '221546.602500', '221547.062500', '221547.522500', '221547.982500', '221548.442500', '221548.902500', '221549.362500', '221549.822500', '221550.282500', '221550.742500', '221551.202500', '221551.662500', '221552.122500', '221552.582500', '221553.042500', '221553.502500', '221553.962500', '221554.422500', '221554.882500', '221555.342500', '221555.802500', '221556.262500', '221556.722500', '221557.182500', '221557.642500', '221558.102500', '221558.562500', '221559.022500', '221559.482500', '221559.942500', '221600.402500', '221600.862500', '221601.322500', '221601.782500', '221602.242500', '221602.702500', '221603.162500', '221603.622500', '221604.082500', '221604.542500', '221605.002500', '221605.462500', '221605.922500', '221606.382500', '221606.842500', '221607.302500', '221607.762500', '221608.222500', '221608.682500', '221609.142500', '221609.602500', '221610.062500', '221610.522500', '221610.982500', '221611.442500', '221611.902500', '221612.362500', '221612.822500', '221613.282500', '221613.742500', '221614.202500', '221614.662500', '221615.122500', '221615.582500', '221616.042500', '221616.502500', '221616.962500', '221617.422500', '221617.882500', '221618.342500', '221618.802500', '221619.262500', '221619.722500', '221620.182500', '221620.642500', '221621.102500', '221621.562500', '221622.022500', '221622.482500', '221622.942500', '221623.402500', '221623.862500', '221624.322500', '221624.782500', '221625.242500', '221625.702500', '221626.162500', '221626.622500', '221627.082500', '221627.542500', '221628.002500', '221628.462500', '221628.922500', '221629.382500', '221629.842500', '221630.302500', '221630.762500', '221631.222500', '221631.682500', '221632.142500', '221632.602500', '221633.062500', '221633.522500', '221633.982500', '221634.442500', '221634.902500', '221635.362500', '221635.822500', '221636.282500', '221636.742500', '221637.202500', '221637.662500', '221638.122500', '221638.582500', '221639.042500', '221639.502500', '221639.962500', '221640.422500', '221640.882500', '221641.342500', '221641.802500', '221642.262500', '221642.722500', '221643.182500', '221643.642500', '221644.102500', '221644.562500', '221645.022500', '221645.482500', '221645.942500', '221646.402500', '221646.862500', '221647.322500', '221647.782500', '221648.242500', '221648.702500', '221649.162500', '221649.622500', '221650.082500', '221650.542500', '221651.002500', '221651.462500', '221651.922500', '221652.382500', '221652.842500', '221653.302500', '221653.762500', '221654.222500', '221654.682500', '221655.142500', '221655.602500', '221656.062500', '221656.522500', '221656.982500', '221657.442500', '221657.902500', '221658.362500', '221658.822500', '221659.282500', '221659.742500', '221700.202500', '221700.662500', '221701.122500', '221701.582500', '221702.042500', '221702.502500', '221702.962500', '221703.422500', '221703.882500', '221704.342500', '221704.802500', '221705.262500', '221705.722500', '221706.182500', '221706.642500', '221707.102500', '221707.562500', '221708.022500', '221708.482500', '221708.942500', '221709.402500', '221709.862500', '221710.322500', '221710.782500', '221711.242500', '221711.702500', '221712.162500', '221712.622500', '221713.082500', '221713.542500', '221714.002500', '221714.462500', '221714.922500', '221715.382500', '221715.842500', '221716.302500', '221716.762500', '221717.222500', '221717.682500', '221718.142500', '221718.602500', '221719.062500', '221719.522500', '221719.982500', '221720.442500', '221720.902500', '221721.362500', '221721.822500', '221722.282500', '221722.742500', '221723.202500', '221723.662500', '221724.122500', '221724.582500', '221725.042500', '221725.502500', '221725.962500', '221726.422500', '221726.882500', '221727.342500', '221727.802500', '221728.262500', '221728.722500', '221729.182500', '221729.642500', '221730.102500', '221730.562500', '221731.022500', '221731.482500', '221731.942500', '221732.402500', '221732.862500', '221733.322500', '221733.782500', '221734.242500', '221734.702500', '221735.162500', '221735.622500', '221736.082500', '221736.542500', '221737.002500', '221737.462500', '221737.922500', '221738.382500', '221738.842500', '221739.302500', '221739.762500', '221740.222500', '221740.682500', '221741.142500', '221741.602500', '221742.062500', '221742.522500', '221742.982500', '221743.442500', '221743.902500', '221744.362500', '221744.822500', '221745.282500', '221745.742500', '221746.202500', '221746.662500', '221747.122500', '221747.582500', '221748.042500', '221748.502500', '221748.962500', '221749.422500', '221749.882500', '221750.342500', '221750.802500', '221751.262500', '221751.722500', '221752.182500', '221752.642500', '221753.102500', '221753.562500', '221754.022500', '221754.482500', '221754.942500', '221755.402500', '221755.862500', '221756.322500', '221756.782500', '221757.242500', '221757.702500', '221758.162500', '221758.622500', '221759.082500', '221759.542500', '221800.002500', '221800.462500', '221800.922500', '221801.382500', '221801.842500', '221802.302500', '221802.762500', '221803.222500', '221803.682500', '221804.142500', '221804.602500', '221805.062500', '221805.522500', '221805.982500', '221806.442500', '221806.902500', '221807.362500', '221807.822500', '221808.282500', '221808.742500', '221809.202500', '221809.662500', '221810.122500', '221810.582500', '221811.042500', '221811.502500', '221811.962500', '221812.422500', '221812.882500', '221813.342500', '221813.802500', '221814.262500', '221814.722500', '221815.182500', '221815.642500', '221816.102500', '221816.562500', '221817.022500', '221817.482500', '221817.942500', '221818.402500', '221818.862500', '221819.322500', '221819.782500', '221820.242500', '221820.702500', '221821.162500', '221821.622500', '221822.082500', '221822.542500', '221823.002500', '221823.462500', '221823.922500', '221824.382500', '221824.842500', '221825.302500', '221825.762500', '221826.222500', '221826.682500', '221827.142500', '221827.602500', '221828.062500', '221828.522500', '221828.982500', '221829.442500', '221829.902500', '221830.362500', '221830.822500', '221831.282500', '221831.742500', '221832.202500', '221832.662500', '221833.122500', '221833.582500', '221834.042500', '221834.502500', '221834.962500', '221835.422500', '221835.882500', '221836.342500', '221836.802500', '221837.262500', '221837.722500', '221838.182500', '221838.642500', '221839.102500', '221839.562500', '221840.022500', '221840.482500', '221840.942500', '221841.402500', '221841.862500', '221842.322500', '221842.782500', '221843.242500', '221843.702500', '221844.162500', '221844.622500', '221845.082500', '221845.542500', '221846.002500', '221846.462500', '221846.922500', '221847.382500', '221847.842500', '221848.302500', '221848.762500', '221849.222500', '221849.682500', '221850.142500', '221850.602500', '221851.062500', '221851.522500', '221851.982500', '221852.442500', '221852.902500', '221853.362500', '221853.822500', '221854.282500', '221854.742500', '221855.202500', '221855.662500', '221856.122500', '221856.582500', '221857.042500', '221857.502500', '221857.962500', '221858.422500', '221858.882500', '221859.342500', '221859.802500', '221900.262500', '221900.722500', '221901.182500', '221901.642500', '221902.102500', '221902.562500', '221903.022500', '221903.482500', '221903.942500', '221904.402500', '221904.862500', '221905.322500', '221905.782500', '221906.242500', '221906.702500', '221907.162500', '221907.622500', '221908.082500', '221908.542500', '221909.002500', '221909.462500', '221909.922500', '221910.382500', '221910.842500', '221911.302500', '221911.762500', '221912.222500', '221912.682500', '221913.142500', '221913.602500', '221914.062500', '221914.522500', '221914.982500', '221915.442500', '221915.902500', '221916.362500', '221916.822500', '221917.282500', '221917.742500', '221918.202500', '221918.662500', '221919.122500', '221919.582500', '221920.042500', '221920.502500', '221920.962500', '221921.422500', '221921.882500', '221922.342500', '221922.802500', '221923.262500', '221923.722500', '221924.182500', '221924.642500', '221925.102500', '221925.562500', '221926.022500', '221926.482500', '221926.942500', '221927.402500', '221927.862500', '221928.322500', '221928.782500', '221929.242500', '221929.702500', '221930.162500', '221930.622500', '221931.082500', '221931.542500', '221932.002500', '221932.462500', '221932.922500', '221933.382500', '221933.842500', '221934.302500', '221934.762500', '221935.222500', '221935.682500', '221936.142500', '221936.602500', '221937.062500', '221937.522500', '221937.982500', '221938.442500', '221938.902500', '221939.362500', '221939.822500', '221940.282500', '221940.742500', '221941.202500', '221941.662500', '221942.122500', '221942.582500', '221943.042500', '221943.502500', '221943.962500', '221944.422500', '221944.882500', '221945.342500', '221945.802500', '221946.262500', '221946.722500', '221947.182500', '221947.642500', '221948.102500', '221948.562500', '221949.022500', '221949.482500', '221949.942500', '221950.402500', '221950.862500', '221951.322500', '221951.782500', '221952.242500', '221952.702500', '221953.162500', '221953.622500', '221954.082500', '221954.542500', '221955.002500', '221955.462500', '221955.922500', '221956.382500', '221956.842500', '221957.302500', '221957.762500', '221958.222500', '221958.682500', '221959.142500', '221959.602500', '222000.062500', '222000.522500', '222000.982500', '222001.442500', '222001.902500', '222002.362500', '222002.822500', '222003.282500', '222003.742500', '222004.202500', '222004.662500', '222005.122500', '222005.582500', '222006.042500', '222006.502500', '222006.962500', '222007.422500', '222007.882500', '222008.342500', '222008.802500', '222009.262500', '222009.722500', '222010.182500', '222010.642500', '222011.102500', '222011.562500', '222012.022500', '222012.482500', '222012.942500', '222013.402500', '222013.862500', '222014.322500', '222014.782500', '222015.242500', '222015.702500', '222016.162500', '222016.622500', '222017.082500', '222017.542500', '222018.002500', '222018.462500', '222018.922500', '222019.382500', '222019.842500', '222020.302500', '222020.762500', '222021.222500', '222021.682500', '222022.142500', '222022.602500', '222023.062500', '222023.522500', '222023.982500', '222024.442500', '222024.902500', '222025.362500', '222025.822500', '222026.282500', '222026.742500', '222027.202500', '222027.662500', '222028.122500', '222028.582500', '222029.042500', '222029.502500', '222029.962500', '222030.422500', '222030.882500', '222031.342500', '222031.802500', '222032.262500', '222032.722500', '222033.182500', '222033.642500', '222034.102500', '222034.562500', '222035.022500', '222035.482500', '222035.942500', '222036.402500', '222036.862500', '222037.322500', '222037.782500', '222038.242500', '222038.702500', '222039.162500', '222039.622500', '222040.082500', '222040.542500', '222041.002500', '222041.462500', '222041.922500', '222042.382500', '222042.842500', '222043.302500', '222043.762500', '222044.222500', '222044.682500', '222045.142500', '222045.602500', '222046.062500', '222046.522500', '222046.982500', '222047.442500', '222047.902500', '222048.362500', '222048.822500', '222049.282500', '222049.742500', '222050.202500', '222050.662500', '222051.122500', '222051.582500', '222052.042500', '222052.502500', '222052.962500', '222053.422500', '222053.882500', '222054.342500', '222054.802500', '222055.262500', '222055.722500', '222056.182500', '222056.642500', '222057.102500', '222057.562500', '222058.022500', '222058.482500', '222058.942500', '222059.402500', '222059.862500', '222100.322500', '222100.782500', '222101.242500', '222101.702500', '222102.162500', '222102.622500', '222103.082500', '222103.542500', '222104.002500', '222104.462500', '222104.922500', '222105.382500', '222105.842500', '222106.302500', '222106.762500', '222107.222500', '222107.682500', '222108.142500', '222108.602500', '222109.062500', '222109.522500', '222109.982500', '222110.442500', '222110.902500', '222111.362500', '222111.822500', '222112.282500', '222112.742500', '222113.202500', '222113.662500', '222114.122500', '222114.582500', '222115.042500', '222115.502500', '222115.962500', '222116.422500', '222116.882500', '222117.342500', '222117.802500', '222118.262500', '222118.722500', '222119.182500', '222119.642500', '222120.102500', '222120.562500', '222121.022500', '222121.482500', '222121.942500', '222122.402500', '222122.862500', '222123.322500', '222123.782500', '222124.242500', '222124.702500', '222125.162500', '222125.622500', '222126.082500', '222126.542500', '222127.002500', '222127.462500', '222127.922500', '222128.382500', '222128.842500', '222129.302500', '222129.762500', '222130.222500', '222130.682500', '222131.142500', '222131.602500', '222132.062500', '222132.522500', '222132.982500', '222133.442500', '222133.902500', '222134.362500', '222134.822500', '222135.282500', '222135.742500', '222136.202500', '222136.662500', '222137.122500', '222137.582500', '222138.042500', '222138.502500', '222138.962500', '222139.422500', '222139.882500', '222140.342500', '222140.802500', '222141.262500', '222141.722500', '222142.182500', '222142.642500', '222143.102500', '222143.562500', '222144.022500', '222144.482500', '222144.942500', '222145.402500', '222145.862500', '222146.322500', '222146.782500', '222147.242500', '222147.702500', '222148.162500', '222148.622500', '222149.082500', '222149.542500', '222150.002500', '222150.462500', '222150.922500', '222151.382500', '222151.842500', '222152.302500', '222152.762500', '222153.222500', '222153.682500', '222154.142500', '222154.602500', '222155.062500', '222155.522500', '222155.982500', '222156.442500', '222156.902500', '222157.362500', '222157.822500', '222158.282500', '222158.742500', '222159.202500', '222159.662500', '222200.122500', '222200.582500', '222201.042500', '222201.502500', '222201.962500', '222202.422500', '222202.882500', '222203.342500', '222203.802500', '222204.262500', '222204.722500', '222205.182500', '222205.642500', '222206.102500', '222206.562500', '222207.022500', '222207.482500', '222207.942500', '222208.402500', '222208.862500', '222209.322500', '222209.782500', '222210.242500', '222210.702500', '222211.162500', '222211.622500', '222212.082500', '222212.542500', '222213.002500', '222213.462500', '222213.922500', '222214.382500', '222214.842500', '222215.302500', '222215.762500', '222216.222500', '222216.682500', '222217.142500', '222217.602500', '222218.062500', '222218.522500', '222218.982500', '222219.442500', '222219.902500', '222220.362500', '222220.822500', '222221.282500', '222221.742500', '222222.202500', '222222.662500', '222223.122500', '222223.582500', '222224.042500', '222224.502500', '222224.962500', '222225.422500', '222225.882500', '222226.342500', '222226.802500', '222227.262500', '222227.722500', '222228.182500', '222228.642500', '222229.102500', '222229.562500', '222230.022500', '222230.482500', '222230.942500', '222231.402500', '222231.862500', '222232.322500', '222232.782500', '222233.242500', '222233.702500', '222234.162500', '222234.622500', '222235.082500', '222235.542500', '222236.002500', '222236.462500', '222236.922500', '222237.382500', '222237.842500', '222238.302500', '222238.762500', '222239.222500', '222239.682500', '222240.142500', '222240.602500', '222241.062500', '222241.522500', '222241.982500', '222242.442500', '222242.902500', '222243.362500', '222243.822500', '222244.282500', '222244.742500', '222245.202500', '222245.662500', '222246.122500', '222246.582500', '222247.042500', '222247.502500', '222247.962500', '222248.422500', '222248.882500', '222249.342500', '222249.802500', '222250.262500', '222250.722500', '222251.182500', '222251.642500', '222252.102500', '222252.562500', '222253.022500', '222253.482500', '222253.942500', '222254.402500', '222254.862500', '222255.322500', '222255.782500', '222256.242500', '222256.702500', '222257.162500', '222257.622500', '222258.082500', '222258.542500', '222259.002500', '222259.462500', '222259.922500', '222300.382500', '222300.842500', '222301.302500', '222301.762500', '222302.222500', '222302.682500', '222303.142500', '222303.602500', '222304.062500', '222304.522500', '222304.982500', '222305.442500', '222305.902500', '222306.362500', '222306.822500', '222307.282500', '222307.742500', '222308.202500', '222308.662500', '222309.122500', '222309.582500', '222310.042500', '222310.502500', '222310.962500', '222311.422500', '222311.882500', '222312.342500', '222312.802500', '222313.262500', '222313.722500', '222314.182500', '222314.642500', '222315.102500', '222315.562500', '222316.022500', '222316.482500', '222316.942500', '222317.402500', '222317.862500', '222318.322500', '222318.782500', '222319.242500', '222319.702500', '222320.162500', '222320.622500', '222321.082500', '222321.542500', '222322.002500', '222322.462500', '222322.922500', '222323.382500', '222323.842500', '222324.302500', '222324.762500', '222325.222500', '222325.682500', '222326.142500', '222326.602500', '222327.062500', '222327.522500', '222327.982500', '222328.442500', '222328.902500', '222329.362500', '222329.822500', '222330.282500', '222330.742500', '222331.202500', '222331.662500', '222332.122500', '222332.582500', '222333.042500', '222333.502500', '222333.962500', '222334.422500', '222334.882500', '222335.342500', '222335.802500', '222336.262500', '222336.722500', '222337.182500', '222337.642500', '222338.102500', '222338.562500', '222339.022500', '222339.482500', '222339.942500', '222340.402500', '222340.862500', '222341.322500', '222341.782500', '222342.242500', '222342.702500', '222343.162500', '222343.622500', '222344.082500', '222344.542500', '222345.002500', '222345.462500', '222345.922500', '222346.382500', '222346.842500', '222347.302500', '222347.762500', '222348.222500', '222348.682500', '222349.142500', '222349.602500', '222350.062500', '222350.522500', '222350.982500', '222351.442500', '222351.902500', '222352.362500', '222352.822500', '222353.282500', '222353.742500', '222354.202500', '222354.662500', '222355.122500', '222355.582500', '222356.042500', '222356.502500', '222356.962500', '222357.422500', '222357.882500', '222358.342500', '222358.802500', '222359.262500', '222359.722500', '222400.182500', '222400.642500', '222401.102500', '222401.562500', '222402.022500', '222402.482500', '222402.942500', '222403.402500', '222403.862500', '222404.322500', '222404.782500', '222405.242500', '222405.702500', '222406.162500', '222406.622500', '222407.082500', '222407.542500', '222408.002500', '222408.462500', '222408.922500', '222409.382500', '222409.842500', '222410.302500', '222410.762500', '222411.222500', '222411.682500', '222412.142500', '222412.602500', '222413.062500', '222413.522500', '222413.982500', '222414.442500', '222414.902500', '222415.362500', '222415.822500', '222416.282500', '222416.742500', '222417.202500', '222417.662500', '222418.122500', '222418.582500', '222419.042500', '222419.502500', '222419.962500', '222420.422500', '222420.882500', '222421.342500', '222421.802500', '222422.262500', '222422.722500', '222423.182500', '222423.642500', '222424.102500', '222424.562500', '222425.022500', '222425.482500', '222425.942500', '222426.402500', '222426.862500', '222427.322500', '222427.782500', '222428.242500', '222428.702500', '222429.162500', '222429.622500', '222430.082500', '222430.542500', '222431.002500', '222431.462500', '222431.922500', '222432.382500', '222432.842500', '222433.302500', '222433.762500', '222434.222500', '222434.682500', '222435.142500', '222435.602500', '222436.062500', '222436.522500', '222436.982500', '222437.442500', '222437.902500', '222438.362500', '222438.822500', '222439.282500', '222439.742500', '222440.202500', '222440.662500', '222441.122500', '222441.582500', '222442.042500', '222442.502500', '222442.962500', '222443.422500', '222443.882500', '222444.342500', '222444.802500', '222445.262500', '222445.722500', '222446.182500', '222446.642500', '222447.102500', '222447.562500', '222448.022500', '222448.482500', '222448.942500', '222449.402500', '222449.862500', '222450.322500', '222450.782500', '222451.242500', '222451.702500', '222452.162500', '222452.622500', '222453.082500', '222453.542500', '222454.002500', '222454.462500', '222454.922500', '222455.382500', '222455.842500', '222456.302500', '222456.762500', '222457.222500', '222457.682500', '222458.142500', '222458.602500', '222459.062500', '222459.522500', '222459.982500', '222500.442500', '222500.902500', '222501.362500', '222501.822500', '222502.282500', '222502.742500', '222503.202500', '222503.662500', '222504.122500', '222504.582500', '222505.042500', '222505.502500', '222505.962500', '222506.422500', '222506.882500', '222507.342500', '222507.802500', '222508.262500', '222508.722500', '222509.182500', '222509.642500', '222510.102500', '222510.562500', '222511.022500', '222511.482500', '222511.942500', '222512.402500', '222512.862500', '222513.322500', '222513.782500', '222514.242500', '222514.702500', '222515.162500', '222515.622500', '222516.082500', '222516.542500', '222517.002500', '222517.462500', '222517.922500', '222518.382500', '222518.842500', '222519.302500', '222519.762500', '222520.222500', '222520.682500', '222521.142500', '222521.602500', '222522.062500', '222522.522500', '222522.982500', '222523.442500', '222523.902500', '222524.362500', '222524.822500', '222525.282500', '222525.742500', '222526.202500', '222526.662500', '222527.122500', '222527.582500', '222528.042500', '222528.502500', '222528.962500', '222529.422500', '222529.882500', '222530.342500', '222530.802500', '222531.262500', '222531.722500', '222532.182500', '222532.642500', '222533.102500', '222533.562500', '222534.022500', '222534.482500', '222534.942500', '222535.402500', '222535.862500', '222536.322500', '222536.782500', '222537.242500', '222537.702500', '222538.162500', '222538.622500', '222539.082500', '222539.542500', '222540.002500', '222540.462500', '222540.922500', '222541.382500', '222541.842500', '222542.302500', '222542.762500', '222543.222500', '222543.682500', '222544.142500', '222544.602500', '222545.062500', '222545.522500', '222545.982500', '222546.442500', '222546.902500', '222547.362500', '222547.822500', '222548.282500', '222548.742500', '222549.202500', '222549.662500', '222550.122500', '222550.582500', '222551.042500', '222551.502500', '222551.962500', '222552.422500', '222552.882500', '222553.342500', '222553.802500', '222554.262500', '222554.722500', '222555.182500', '222555.642500', '222556.102500', '222556.562500', '222557.022500', '222557.482500', '222557.942500', '222558.402500', '222558.862500', '222559.322500', '222559.782500', '222600.242500', '222600.702500', '222601.162500', '222601.622500', '222602.082500', '222602.542500', '222603.002500', '222603.462500', '222603.922500', '222604.382500', '222604.842500', '222605.302500', '222605.762500', '222606.222500', '222606.682500', '222607.142500', '222607.602500', '222608.062500', '222608.522500', '222608.982500', '222609.442500', '222609.902500', '222610.362500', '222610.822500', '222611.282500', '222611.742500', '222612.202500', '222612.662500', '222613.122500', '222613.582500', '222614.042500', '222614.502500', '222614.962500', '222615.422500', '222615.882500', '222616.342500', '222616.802500', '222617.262500', '222617.722500', '222618.182500', '222618.642500', '222619.102500', '222619.562500', '222620.022500', '222620.482500', '222620.942500', '222621.402500', '222621.862500', '222622.322500', '222622.782500', '222623.242500', '222623.702500', '222624.162500', '222624.622500', '222625.082500', '222625.542500', '222626.002500', '222626.462500', '222626.922500', '222627.382500', '222627.842500', '222628.302500', '222628.762500', '222629.222500', '222629.682500', '222630.142500', '222630.602500', '222631.062500', '222631.522500', '222631.982500', '222632.442500', '222632.902500', '222633.362500', '222633.822500', '222634.282500', '222634.742500', '222635.202500', '222635.662500', '222636.122500', '222636.582500', '222637.042500', '222637.502500', '222637.962500', '222638.422500', '222638.882500', '222639.342500', '222639.802500', '222640.262500', '222640.722500', '222641.182500', '222641.642500', '222642.102500', '222642.562500', '222643.022500', '222643.482500', '222643.942500', '222644.402500', '222644.862500', '222645.322500', '222645.782500', '222646.242500', '222646.702500', '222647.162500', '222647.622500', '222648.082500', '222648.542500', '222649.002500', '222649.462500', '222649.922500', '222650.382500', '222650.842500', '222651.302500', '222651.762500', '222652.222500', '222652.682500', '222653.142500', '222653.602500', '222654.062500', '222654.522500', '222654.982500', '222655.442500', '222655.902500', '222656.362500', '222656.822500', '222657.282500', '222657.742500', '222658.202500', '222658.662500', '222659.122500', '222659.582500', '222700.042500', '222700.502500', '222700.962500', '222701.422500', '222701.882500', '222702.342500', '222702.802500', '222703.262500', '222703.722500', '222704.182500', '222704.642500', '222705.102500', '222705.562500', '222706.022500', '222706.482500', '222706.942500', '222707.402500', '222707.862500', '222708.322500', '222708.782500', '222709.242500', '222709.702500', '222710.162500', '222710.622500', '222711.082500', '222711.542500', '222712.002500', '222712.462500', '222712.922500', '222713.382500', '222713.842500', '222714.302500', '222714.762500', '222715.222500', '222715.682500', '222716.142500', '222716.602500', '222717.062500', '222717.522500', '222717.982500', '222718.442500', '222718.902500', '222719.362500', '222719.822500', '222720.282500', '222720.742500', '222721.202500', '222721.662500', '222722.122500', '222722.582500', '222723.042500', '222723.502500', '222723.962500', '222724.422500', '222724.882500', '222725.342500', '222725.802500', '222726.262500', '222726.722500', '222727.182500', '222727.642500', '222728.102500', '222728.562500', '222729.022500', '222729.482500'], 'ContentTime': ['221336.599000', '221336.603000', '221336.606000', '221336.608000', '221336.611000', '221336.613000', '221336.616000', '221336.619000', '221336.621000', '221336.624000', '221336.626000', '221336.629000', '221336.632000', '221336.634000', '221336.637000', '221336.639000', '221336.642000', '221336.654000', '221336.657000', '221336.660000', '221336.662000', '221336.665000', '221336.667000', '221336.670000', '221336.672000', '221336.675000', '221336.678000', '221336.680000', '221336.683000', '221336.686000', '221336.688000', '221336.691000', '221336.693000', '221336.696000', '221336.698000', '221336.701000', '221336.704000', '221336.706000', '221336.709000', '221336.711000', '221336.714000', '221336.717000', '221336.719000', '221336.722000', '221356.561000', '221356.564000', '221356.567000', '221356.569000', '221356.572000', '221356.575000', '221356.577000', '221356.580000', '221356.582000', '221356.585000', '221356.588000', '221356.590000', '221356.593000', '221356.596000', '221356.598000', '221356.601000', '221356.603000', '221356.606000', '221356.608000', '221356.611000', '221356.614000', '221356.616000', '221356.619000', '221356.621000', '221356.624000', '221356.627000', '221356.629000', '221356.632000', '221356.634000', '221356.637000', '221356.639000', '221356.642000', '221356.645000', '221356.647000', '221356.650000', '221356.652000', '221356.655000', '221356.657000', '221356.660000', '221356.669000', '221356.672000', '221356.675000', '221356.677000', '221416.562000', '221416.565000', '221416.568000', '221416.570000', '221416.573000', '221416.576000', '221416.578000', '221416.581000', '221416.583000', '221416.586000', '221416.589000', '221416.591000', '221416.594000', '221416.596000', '221416.599000', '221416.602000', '221416.604000', '221416.607000', '221416.609000', '221416.612000', '221416.615000', '221416.617000', '221416.620000', '221416.622000', '221416.625000', '221416.628000', '221416.630000', '221416.633000', '221416.635000', '221416.638000', '221416.641000', '221416.643000', '221416.646000', '221416.648000', '221416.651000', '221416.654000', '221416.656000', '221416.659000', '221416.661000', '221416.664000', '221416.667000', '221416.669000', '221416.672000', '221416.674000', '221436.562000', '221436.565000', '221436.568000', '221436.570000', '221436.573000', '221436.576000', '221436.578000', '221436.581000', '221436.583000', '221436.586000', '221436.589000', '221436.591000', '221436.594000', '221436.596000', '221436.599000', '221436.602000', '221436.604000', '221436.607000', '221436.610000', '221436.612000', '221436.615000', '221436.617000', '221436.620000', '221436.622000', '221436.625000', '221436.628000', '221436.630000', '221436.633000', '221436.636000', '221436.638000', '221436.641000', '221436.643000', '221436.646000', '221436.649000', '221436.652000', '221436.661000', '221436.664000', '221436.666000', '221436.669000', '221436.672000', '221436.674000', '221436.677000', '221436.679000', '221456.562000', '221456.565000', '221456.568000', '221456.570000', '221456.573000', '221456.576000', '221456.578000', '221456.581000', '221456.583000', '221456.586000', '221456.589000', '221456.591000', '221456.594000', '221456.597000', '221456.599000', '221456.602000', '221456.604000', '221456.607000', '221456.610000', '221456.612000', '221456.615000', '221456.617000', '221456.620000', '221456.623000', '221456.625000', '221456.628000', '221456.630000', '221456.633000', '221456.636000', '221456.638000', '221456.641000', '221456.643000', '221456.646000', '221456.649000', '221456.651000', '221456.654000', '221456.656000', '221456.672000', '221456.674000', '221456.677000', '221456.680000', '221456.682000', '221456.685000', '221456.687000', '221516.562000', '221516.565000', '221516.568000', '221516.571000', '221516.573000', '221516.576000', '221516.578000', '221516.581000', '221516.584000', '221516.586000', '221516.589000', '221516.592000', '221516.594000', '221516.597000', '221516.599000', '221516.602000', '221516.605000', '221516.607000', '221516.610000', '221516.612000', '221516.615000', '221516.618000', '221516.620000', '221516.623000', '221516.625000', '221516.628000', '221516.631000', '221516.633000', '221516.636000', '221516.638000', '221516.641000', '221516.644000', '221516.655000', '221516.657000', '221516.660000', '221516.662000', '221516.665000', '221516.668000', '221516.670000', '221516.673000', '221516.676000', '221516.678000', '221516.681000', '221536.562000', '221536.565000', '221536.568000', '221536.570000', '221536.573000', '221536.576000', '221536.578000', '221536.581000', '221536.584000', '221536.586000', '221536.589000', '221536.591000', '221536.594000', '221536.597000', '221536.599000', '221536.602000', '221536.604000', '221536.607000', '221536.610000', '221536.612000', '221536.615000', '221536.617000', '221536.620000', '221536.623000', '221536.625000', '221536.628000', '221536.630000', '221536.633000', '221536.636000', '221536.638000', '221536.641000', '221536.643000', '221536.646000', '221536.649000', '221536.651000', '221536.654000', '221536.656000', '221536.659000', '221536.662000', '221536.664000', '221536.667000', '221536.669000', '221536.672000', '221536.674000', '221556.563000', '221556.566000', '221556.568000', '221556.571000', '221556.573000', '221556.576000', '221556.579000', '221556.581000', '221556.584000', '221556.587000', '221556.589000', '221556.592000', '221556.595000', '221556.597000', '221556.600000', '221556.603000', '221556.605000', '221556.608000', '221556.611000', '221556.613000', '221556.616000', '221556.618000', '221556.621000', '221556.624000', '221556.626000', '221556.629000', '221556.631000', '221556.634000', '221556.637000', '221556.639000', '221556.642000', '221556.645000', '221556.648000', '221556.650000', '221556.653000', '221556.656000', '221556.658000', '221556.661000', '221556.664000', '221556.666000', '221556.669000', '221556.671000', '221556.674000', '221616.562000', '221616.564000', '221616.567000', '221616.570000', '221616.572000', '221616.575000', '221616.578000', '221616.580000', '221616.583000', '221616.586000', '221616.589000', '221616.591000', '221616.594000', '221616.597000', '221616.599000', '221616.602000', '221616.605000', '221616.607000', '221616.610000', '221616.612000', '221616.615000', '221616.618000', '221616.620000', '221616.623000', '221616.625000', '221616.628000', '221616.631000', '221616.633000', '221616.636000', '221616.638000', '221616.641000', '221616.643000', '221616.646000', '221616.649000', '221616.651000', '221616.654000', '221616.657000', '221616.659000', '221616.662000', '221616.664000', '221616.667000', '221616.670000', '221616.672000', '221616.675000', '221636.562000', '221636.565000', '221636.568000', '221636.571000', '221636.573000', '221636.576000', '221636.579000', '221636.581000', '221636.584000', '221636.586000', '221636.589000', '221636.592000', '221636.594000', '221636.597000', '221636.599000', '221636.602000', '221636.605000', '221636.607000', '221636.610000', '221636.612000', '221636.615000', '221636.618000', '221636.620000', '221636.623000', '221636.626000', '221636.628000', '221636.631000', '221636.633000', '221636.636000', '221636.638000', '221636.641000', '221636.644000', '221636.646000', '221636.658000', '221636.660000', '221636.663000', '221636.665000', '221636.668000', '221636.671000', '221636.673000', '221636.676000', '221636.678000', '221636.681000', '221656.562000', '221656.565000', '221656.568000', '221656.571000', '221656.573000', '221656.576000', '221656.578000', '221656.581000', '221656.584000', '221656.586000', '221656.589000', '221656.592000', '221656.594000', '221656.597000', '221656.599000', '221656.602000', '221656.605000', '221656.607000', '221656.610000', '221656.613000', '221656.615000', '221656.618000', '221656.620000', '221656.623000', '221656.626000', '221656.628000', '221656.631000', '221656.633000', '221656.636000', '221656.639000', '221656.641000', '221656.644000', '221656.646000', '221656.649000', '221656.652000', '221656.654000', '221656.657000', '221656.659000', '221656.662000', '221656.665000', '221656.667000', '221656.670000', '221656.672000', '221656.675000', '221716.562000', '221716.565000', '221716.568000', '221716.571000', '221716.573000', '221716.576000', '221716.579000', '221716.581000', '221716.584000', '221716.586000', '221716.589000', '221716.592000', '221716.594000', '221716.597000', '221716.600000', '221716.602000', '221716.605000', '221716.607000', '221716.610000', '221716.613000', '221716.615000', '221716.618000', '221716.620000', '221716.623000', '221716.626000', '221716.628000', '221716.631000', '221716.633000', '221716.636000', '221716.639000', '221716.641000', '221716.644000', '221716.647000', '221716.649000', '221716.652000', '221716.654000', '221716.657000', '221716.660000', '221716.662000', '221716.665000', '221716.667000', '221716.670000', '221716.673000', '221736.562000', '221736.565000', '221736.568000', '221736.571000', '221736.574000', '221736.577000', '221736.580000', '221736.582000', '221736.585000', '221736.587000', '221736.590000', '221736.593000', '221736.595000', '221736.598000', '221736.601000', '221736.603000', '221736.606000', '221736.608000', '221736.611000', '221736.614000', '221736.616000', '221736.619000', '221736.622000', '221736.624000', '221736.627000', '221736.630000', '221736.632000', '221736.635000', '221736.638000', '221736.640000', '221736.643000', '221736.646000', '221736.648000', '221736.651000', '221736.653000', '221736.656000', '221736.659000', '221736.661000', '221736.664000', '221736.666000', '221736.669000', '221736.672000', '221736.674000', '221756.562000', '221756.565000', '221756.568000', '221756.571000', '221756.573000', '221756.576000', '221756.579000', '221756.581000', '221756.584000', '221756.587000', '221756.589000', '221756.592000', '221756.594000', '221756.597000', '221756.600000', '221756.602000', '221756.605000', '221756.607000', '221756.610000', '221756.613000', '221756.615000', '221756.618000', '221756.620000', '221756.623000', '221756.626000', '221756.628000', '221756.631000', '221756.633000', '221756.636000', '221756.639000', '221756.641000', '221756.644000', '221756.647000', '221756.649000', '221756.652000', '221756.655000', '221756.657000', '221756.660000', '221756.662000', '221756.665000', '221756.668000', '221756.670000', '221756.673000', '221756.676000', '221816.572000', '221816.575000', '221816.577000', '221816.580000', '221816.583000', '221816.585000', '221816.588000', '221816.591000', '221816.593000', '221816.596000', '221816.599000', '221816.601000', '221816.604000', '221816.606000', '221816.609000', '221816.612000', '221816.614000', '221816.617000', '221816.620000', '221816.622000', '221816.625000', '221816.627000', '221816.630000', '221816.633000', '221816.635000', '221816.638000', '221816.641000', '221816.643000', '221816.646000', '221816.649000', '221816.651000', '221816.654000', '221816.656000', '221816.659000', '221816.662000', '221816.664000', '221816.667000', '221816.669000', '221816.672000', '221816.675000', '221816.677000', '221816.680000', '221816.683000', '221816.685000', '221836.561000', '221836.564000', '221836.567000', '221836.570000', '221836.572000', '221836.575000', '221836.578000', '221836.580000', '221836.583000', '221836.585000', '221836.588000', '221836.591000', '221836.593000', '221836.596000', '221836.599000', '221836.601000', '221836.604000', '221836.607000', '221836.609000', '221836.612000', '221836.614000', '221836.617000', '221836.620000', '221836.622000', '221836.625000', '221836.628000', '221836.630000', '221836.633000', '221836.636000', '221836.638000', '221836.641000', '221836.644000', '221836.646000', '221836.649000', '221836.651000', '221836.654000', '221836.656000', '221836.659000', '221836.663000', '221836.665000', '221836.668000', '221836.670000', '221836.673000', '221856.562000', '221856.565000', '221856.568000', '221856.571000', '221856.573000', '221856.576000', '221856.579000', '221856.581000', '221856.584000', '221856.586000', '221856.589000', '221856.592000', '221856.594000', '221856.597000', '221856.600000', '221856.602000', '221856.605000', '221856.608000', '221856.610000', '221856.613000', '221856.617000', '221856.619000', '221856.622000', '221856.624000', '221856.627000', '221856.630000', '221856.632000', '221856.635000', '221856.637000', '221856.640000', '221856.643000', '221856.645000', '221856.648000', '221856.650000', '221856.653000', '221856.656000', '221856.658000', '221856.661000', '221856.663000', '221856.666000', '221856.669000', '221856.672000', '221856.674000', '221916.562000', '221916.565000', '221916.568000', '221916.571000', '221916.573000', '221916.576000', '221916.578000', '221916.581000', '221916.584000', '221916.586000', '221916.589000', '221916.592000', '221916.594000', '221916.597000', '221916.600000', '221916.602000', '221916.605000', '221916.607000', '221916.610000', '221916.613000', '221916.615000', '221916.618000', '221916.620000', '221916.623000', '221916.626000', '221916.628000', '221916.631000', '221916.634000', '221916.636000', '221916.639000', '221916.641000', '221916.644000', '221916.647000', '221916.649000', '221916.652000', '221916.654000', '221916.657000', '221916.660000', '221916.662000', '221916.665000', '221916.667000', '221916.670000', '221916.673000', '221916.675000', '221936.562000', '221936.565000', '221936.568000', '221936.570000', '221936.573000', '221936.576000', '221936.578000', '221936.581000', '221936.583000', '221936.586000', '221936.589000', '221936.605000', '221936.608000', '221936.610000', '221936.613000', '221936.616000', '221936.618000', '221936.621000', '221936.623000', '221936.626000', '221936.629000', '221936.631000', '221936.634000', '221936.636000', '221936.639000', '221936.642000', '221936.644000', '221936.647000', '221936.649000', '221936.652000', '221936.655000', '221936.657000', '221936.660000', '221936.663000', '221936.666000', '221936.669000', '221936.672000', '221936.674000', '221936.677000', '221936.680000', '221936.682000', '221936.685000', '221936.687000', '221956.562000', '221956.565000', '221956.568000', '221956.570000', '221956.573000', '221956.576000', '221956.578000', '221956.581000', '221956.584000', '221956.586000', '221956.589000', '221956.592000', '221956.594000', '221956.597000', '221956.599000', '221956.602000', '221956.605000', '221956.607000', '221956.610000', '221956.612000', '221956.615000', '221956.618000', '221956.620000', '221956.623000', '221956.625000', '221956.628000', '221956.631000', '221956.633000', '221956.636000', '221956.638000', '221956.641000', '221956.644000', '221956.646000', '221956.649000', '221956.651000', '221956.654000', '221956.657000', '221956.659000', '221956.662000', '221956.665000', '221956.667000', '221956.670000', '221956.672000', '221956.675000', '222016.563000', '222016.566000', '222016.568000', '222016.571000', '222016.574000', '222016.576000', '222016.579000', '222016.581000', '222016.584000', '222016.587000', '222016.590000', '222016.592000', '222016.595000', '222016.598000', '222016.600000', '222016.603000', '222016.606000', '222016.608000', '222016.611000', '222016.614000', '222016.616000', '222016.619000', '222016.622000', '222016.624000', '222016.627000', '222016.629000', '222016.632000', '222016.635000', '222016.637000', '222016.640000', '222016.642000', '222016.645000', '222016.648000', '222016.650000', '222016.654000', '222016.656000', '222016.659000', '222016.662000', '222016.664000', '222016.667000', '222016.670000', '222016.672000', '222016.675000', '222036.562000', '222036.565000', '222036.568000', '222036.571000', '222036.573000', '222036.576000', '222036.578000', '222036.581000', '222036.584000', '222036.586000', '222036.589000', '222036.592000', '222036.594000', '222036.597000', '222036.600000', '222036.602000', '222036.605000', '222036.607000', '222036.610000', '222036.613000', '222036.615000', '222036.618000', '222036.621000', '222036.624000', '222036.626000', '222036.629000', '222036.631000', '222036.634000', '222036.636000', '222036.639000', '222036.642000', '222036.644000', '222036.647000', '222036.649000', '222036.652000', '222036.655000', '222036.657000', '222036.660000', '222036.663000', '222036.665000', '222036.668000', '222036.671000', '222036.673000', '222036.676000', '222056.563000', '222056.566000', '222056.568000', '222056.571000', '222056.574000', '222056.576000', '222056.579000', '222056.581000', '222056.584000', '222056.587000', '222056.589000', '222056.592000', '222056.595000', '222056.597000', '222056.600000', '222056.602000', '222056.605000', '222056.608000', '222056.610000', '222056.613000', '222056.616000', '222056.618000', '222056.627000', '222056.630000', '222056.633000', '222056.635000', '222056.638000', '222056.641000', '222056.643000', '222056.646000', '222056.649000', '222056.651000', '222056.654000', '222056.657000', '222056.659000', '222056.662000', '222056.665000', '222056.667000', '222056.670000', '222056.672000', '222056.675000', '222056.678000', '222056.680000', '222116.563000', '222116.566000', '222116.568000', '222116.571000', '222116.574000', '222116.576000', '222116.579000', '222116.582000', '222116.584000', '222116.587000', '222116.590000', '222116.592000', '222116.595000', '222116.598000', '222116.600000', '222116.603000', '222116.606000', '222116.608000', '222116.611000', '222116.614000', '222116.616000', '222116.619000', '222116.621000', '222116.624000', '222116.627000', '222116.629000', '222116.632000', '222116.635000', '222116.637000', '222116.640000', '222116.642000', '222116.645000', '222116.648000', '222116.650000', '222116.653000', '222116.655000', '222116.658000', '222116.661000', '222116.663000', '222116.666000', '222116.669000', '222116.671000', '222116.674000', '222116.676000', '222136.563000', '222136.565000', '222136.568000', '222136.571000', '222136.573000', '222136.576000', '222136.579000', '222136.581000', '222136.584000', '222136.586000', '222136.589000', '222136.592000', '222136.594000', '222136.597000', '222136.599000', '222136.602000', '222136.605000', '222136.607000', '222136.610000', '222136.612000', '222136.615000', '222136.618000', '222136.620000', '222136.623000', '222136.626000', '222136.628000', '222136.631000', '222136.633000', '222136.636000', '222136.638000', '222136.641000', '222136.644000', '222136.646000', '222136.649000', '222136.652000', '222136.654000', '222136.657000', '222136.659000', '222136.662000', '222136.665000', '222136.667000', '222136.670000', '222136.673000', '222156.562000', '222156.565000', '222156.568000', '222156.571000', '222156.573000', '222156.576000', '222156.579000', '222156.581000', '222156.584000', '222156.587000', '222156.589000', '222156.592000', '222156.595000', '222156.597000', '222156.600000', '222156.603000', '222156.605000', '222156.608000', '222156.610000', '222156.613000', '222156.616000', '222156.618000', '222156.621000', '222156.624000', '222156.626000', '222156.629000', '222156.631000', '222156.634000', '222156.637000', '222156.639000', '222156.642000', '222156.645000', '222156.647000', '222156.650000', '222156.653000', '222156.655000', '222156.658000', '222156.661000', '222156.663000', '222156.666000', '222156.668000', '222156.671000', '222156.674000', '222156.676000', '222216.563000', '222216.565000', '222216.568000', '222216.571000', '222216.573000', '222216.576000', '222216.579000', '222216.581000', '222216.584000', '222216.586000', '222216.589000', '222216.592000', '222216.594000', '222216.597000', '222216.599000', '222216.602000', '222216.605000', '222216.607000', '222216.618000', '222216.621000', '222216.623000', '222216.626000', '222216.628000', '222216.631000', '222216.634000', '222216.636000', '222216.639000', '222216.641000', '222216.644000', '222216.647000', '222216.649000', '222216.652000', '222216.654000', '222216.657000', '222216.660000', '222216.663000', '222216.667000', '222216.669000', '222216.672000', '222216.674000', '222216.677000', '222216.680000', '222216.682000', '222236.563000', '222236.566000', '222236.569000', '222236.571000', '222236.574000', '222236.576000', '222236.579000', '222236.582000', '222236.584000', '222236.587000', '222236.590000', '222236.598000', '222236.601000', '222236.604000', '222236.607000', '222236.609000', '222236.612000', '222236.615000', '222236.617000', '222236.620000', '222236.623000', '222236.625000', '222236.628000', '222236.630000', '222236.633000', '222236.636000', '222236.638000', '222236.641000', '222236.643000', '222236.646000', '222236.649000', '222236.651000', '222236.654000', '222236.657000', '222236.659000', '222236.662000', '222236.665000', '222236.667000', '222236.670000', '222236.672000', '222236.675000', '222236.678000', '222236.680000', '222236.683000', '222256.562000', '222256.564000', '222256.567000', '222256.570000', '222256.572000', '222256.575000', '222256.578000', '222256.580000', '222256.583000', '222256.585000', '222256.588000', '222256.591000', '222256.593000', '222256.596000', '222256.599000', '222256.601000', '222256.604000', '222256.607000', '222256.609000', '222256.612000', '222256.614000', '222256.617000', '222256.620000', '222256.622000', '222256.625000', '222256.628000', '222256.630000', '222256.633000', '222256.635000', '222256.638000', '222256.641000', '222256.644000', '222256.646000', '222256.649000', '222256.652000', '222256.654000', '222256.657000', '222256.660000', '222256.662000', '222256.665000', '222256.668000', '222256.670000', '222256.673000', '222316.563000', '222316.566000', '222316.568000', '222316.571000', '222316.574000', '222316.576000', '222316.579000', '222316.582000', '222316.584000', '222316.587000', '222316.589000', '222316.592000', '222316.595000', '222316.598000', '222316.600000', '222316.603000', '222316.606000', '222316.608000', '222316.611000', '222316.614000', '222316.616000', '222316.619000', '222316.621000', '222316.624000', '222316.627000', '222316.629000', '222316.632000', '222316.634000', '222316.637000', '222316.640000', '222316.642000', '222316.645000', '222316.648000', '222316.650000', '222316.653000', '222316.656000', '222316.658000', '222316.661000', '222316.664000', '222316.666000', '222316.669000', '222316.671000', '222316.674000', '222316.677000', '222336.583000', '222336.586000', '222336.589000', '222336.591000', '222336.594000', '222336.596000', '222336.599000', '222336.602000', '222336.604000', '222336.607000', '222336.609000', '222336.612000', '222336.615000', '222336.617000', '222336.620000', '222336.623000', '222336.625000', '222336.628000', '222336.630000', '222336.633000', '222336.636000', '222336.638000', '222336.641000', '222336.643000', '222336.646000', '222336.649000', '222336.651000', '222336.654000', '222336.656000', '222336.659000', '222336.662000', '222336.664000', '222336.667000', '222336.670000', '222336.672000', '222336.675000', '222336.677000', '222336.680000', '222336.683000', '222336.685000', '222336.688000', '222336.691000', '222336.693000', '222356.563000', '222356.566000', '222356.568000', '222356.571000', '222356.573000', '222356.576000', '222356.579000', '222356.581000', '222356.584000', '222356.587000', '222356.590000', '222356.592000', '222356.595000', '222356.598000', '222356.600000', '222356.603000', '222356.605000', '222356.608000', '222356.611000', '222356.613000', '222356.616000', '222356.619000', '222356.621000', '222356.624000', '222356.627000', '222356.629000', '222356.632000', '222356.635000', '222356.637000', '222356.640000', '222356.643000', '222356.645000', '222356.648000', '222356.650000', '222356.653000', '222356.656000', '222356.658000', '222356.661000', '222356.663000', '222356.666000', '222356.669000', '222356.671000', '222356.674000', '222356.677000', '222416.563000', '222416.566000', '222416.568000', '222416.571000', '222416.573000', '222416.576000', '222416.579000', '222416.581000', '222416.584000', '222416.586000', '222416.589000', '222416.592000', '222416.594000', '222416.597000', '222416.600000', '222416.602000', '222416.605000', '222416.607000', '222416.610000', '222416.613000', '222416.647000', '222416.649000', '222416.652000', '222416.655000', '222416.657000', '222416.660000', '222416.662000', '222416.665000', '222416.668000', '222416.670000', '222416.673000', '222416.676000', '222416.678000', '222416.681000', '222416.684000', '222416.686000', '222416.689000', '222416.691000', '222416.694000', '222416.697000', '222416.699000', '222416.702000', '222416.705000', '222436.563000', '222436.565000', '222436.568000', '222436.571000', '222436.573000', '222436.576000', '222436.578000', '222436.581000', '222436.584000', '222436.586000', '222436.589000', '222436.591000', '222436.594000', '222436.597000', '222436.599000', '222436.602000', '222436.605000', '222436.607000', '222436.610000', '222436.612000', '222436.615000', '222436.618000', '222436.620000', '222436.623000', '222436.625000', '222436.628000', '222436.631000', '222436.633000', '222436.636000', '222436.639000', '222436.641000', '222436.644000', '222436.646000', '222436.649000', '222436.651000', '222436.654000', '222436.657000', '222436.659000', '222436.662000', '222436.664000', '222436.667000', '222436.677000', '222436.680000', '222436.682000', '222456.563000', '222456.566000', '222456.568000', '222456.571000', '222456.573000', '222456.576000', '222456.579000', '222456.581000', '222456.584000', '222456.586000', '222456.589000', '222456.592000', '222456.595000', '222456.597000', '222456.600000', '222456.602000', '222456.605000', '222456.608000', '222456.610000', '222456.613000', '222456.616000', '222456.618000', '222456.621000', '222456.623000', '222456.626000', '222456.629000', '222456.631000', '222456.634000', '222456.636000', '222456.639000', '222456.642000', '222456.644000', '222456.647000', '222456.650000', '222456.652000', '222456.655000', '222456.657000', '222456.660000', '222456.663000', '222456.665000', '222456.668000', '222456.671000', '222456.673000', '222516.562000', '222516.565000', '222516.567000', '222516.570000', '222516.573000', '222516.576000', '222516.579000', '222516.581000', '222516.584000', '222516.586000', '222516.589000', '222516.592000', '222516.595000', '222516.597000', '222516.600000', '222516.602000', '222516.605000', '222516.608000', '222516.610000', '222516.613000', '222516.615000', '222516.618000', '222516.621000', '222516.623000', '222516.626000', '222516.629000', '222516.632000', '222516.634000', '222516.637000', '222516.639000', '222516.642000', '222516.645000', '222516.647000', '222516.650000', '222516.652000', '222516.655000', '222516.657000', '222516.660000', '222516.663000', '222516.665000', '222516.668000', '222516.671000', '222516.673000', '222516.676000', '222536.563000', '222536.565000', '222536.568000', '222536.571000', '222536.573000', '222536.576000', '222536.579000', '222536.581000', '222536.584000', '222536.586000', '222536.589000', '222536.592000', '222536.594000', '222536.597000', '222536.600000', '222536.602000', '222536.605000', '222536.607000', '222536.610000', '222536.613000', '222536.615000', '222536.618000', '222536.620000', '222536.623000', '222536.626000', '222536.628000', '222536.631000', '222536.633000', '222536.636000', '222536.639000', '222536.641000', '222536.644000', '222536.646000', '222536.649000', '222536.652000', '222536.654000', '222536.657000', '222536.659000', '222536.662000', '222536.665000', '222536.667000', '222536.670000', '222536.672000', '222556.563000', '222556.566000', '222556.568000', '222556.571000', '222556.573000', '222556.576000', '222556.579000', '222556.581000', '222556.584000', '222556.596000', '222556.598000', '222556.601000', '222556.604000', '222556.606000', '222556.609000', '222556.611000', '222556.614000', '222556.617000', '222556.620000', '222556.622000', '222556.625000', '222556.627000', '222556.630000', '222556.633000', '222556.635000', '222556.638000', '222556.641000', '222556.643000', '222556.646000', '222556.649000', '222556.651000', '222556.654000', '222556.656000', '222556.659000', '222556.662000', '222556.664000', '222556.667000', '222556.670000', '222556.672000', '222556.675000', '222556.677000', '222556.680000', '222556.683000', '222556.685000', '222616.563000', '222616.566000', '222616.568000', '222616.571000', '222616.573000', '222616.576000', '222616.579000', '222616.581000', '222616.584000', '222616.587000', '222616.589000', '222616.592000', '222616.594000', '222616.597000', '222616.600000', '222616.602000', '222616.605000', '222616.608000', '222616.610000', '222616.613000', '222616.615000', '222616.618000', '222616.621000', '222616.623000', '222616.626000', '222616.629000', '222616.631000', '222616.634000', '222616.636000', '222616.639000', '222616.642000', '222616.644000', '222616.647000', '222616.649000', '222616.652000', '222616.654000', '222616.657000', '222616.660000', '222616.662000', '222616.665000', '222616.668000', '222616.670000', '222616.673000', '222636.563000', '222636.566000', '222636.568000', '222636.571000', '222636.574000', '222636.576000', '222636.579000', '222636.582000', '222636.584000', '222636.587000', '222636.590000', '222636.592000', '222636.595000', '222636.597000', '222636.600000', '222636.603000', '222636.605000', '222636.608000', '222636.611000', '222636.614000', '222636.617000', '222636.620000', '222636.622000', '222636.625000', '222636.628000', '222636.630000', '222636.633000', '222636.635000', '222636.638000', '222636.641000', '222636.643000', '222636.646000', '222636.648000', '222636.651000', '222636.654000', '222636.656000', '222636.659000', '222636.662000', '222636.664000', '222636.667000', '222636.670000', '222636.672000', '222636.675000', '222656.563000', '222656.566000', '222656.568000', '222656.571000', '222656.573000', '222656.576000', '222656.579000', '222656.581000', '222656.584000', '222656.586000', '222656.589000', '222656.592000', '222656.594000', '222656.597000', '222656.600000', '222656.602000', '222656.605000', '222656.607000', '222656.610000', '222656.613000', '222656.615000', '222656.618000', '222656.621000', '222656.623000', '222656.626000', '222656.629000', '222656.631000', '222656.634000', '222656.636000', '222656.639000', '222656.642000', '222656.644000', '222656.647000', '222656.649000', '222656.652000', '222656.662000', '222656.665000', '222656.667000', '222656.670000', '222656.673000', '222656.675000', '222656.678000', '222656.680000', '222656.683000', '222716.563000', '222716.566000', '222716.568000', '222716.571000', '222716.574000', '222716.576000', '222716.579000', '222716.582000', '222716.584000', '222716.587000', '222716.590000', '222716.592000', '222716.595000', '222716.597000', '222716.600000', '222716.603000', '222716.605000', '222716.608000', '222716.611000', '222716.614000', '222716.617000', '222716.620000', '222716.622000', '222716.625000', '222716.627000', '222716.630000', '222716.633000', '222716.635000', '222716.638000', '222716.640000', '222716.643000', '222716.646000', '222716.648000', '222716.651000', '222716.653000', '222716.656000', '222716.659000', '222716.661000', '222716.664000', '222716.666000', '222716.669000', '222716.672000', '222716.674000', '222731.310000', '222731.314000', '222731.317000', '222731.320000', '222731.323000', '222731.326000', '222731.328000', '222731.332000', '222731.335000', '222731.337000', '222731.340000', '222731.343000', '222731.346000', '222731.349000', '222731.352000', '222731.354000', '222731.357000', '222731.360000', '222731.362000', '222731.366000', '222731.368000', '222731.371000', '222731.374000', '222731.377000', '222731.380000', '222731.383000', '222731.386000', '222731.398000', '222731.402000', '222731.406000', '222731.409000', '222731.412000', '222731.415000'], 'InstanceCreationTime': ['221336.599000', '221336.603000', '221336.606000', '221336.608000', '221336.611000', '221336.613000', '221336.616000', '221336.619000', '221336.621000', '221336.624000', '221336.626000', '221336.629000', '221336.632000', '221336.634000', '221336.637000', '221336.639000', '221336.642000', '221336.654000', '221336.657000', '221336.660000', '221336.662000', '221336.665000', '221336.667000', '221336.670000', '221336.672000', '221336.675000', '221336.678000', '221336.680000', '221336.683000', '221336.686000', '221336.688000', '221336.691000', '221336.693000', '221336.696000', '221336.698000', '221336.701000', '221336.704000', '221336.706000', '221336.709000', '221336.711000', '221336.714000', '221336.717000', '221336.719000', '221336.722000', '221356.561000', '221356.564000', '221356.567000', '221356.569000', '221356.572000', '221356.575000', '221356.577000', '221356.580000', '221356.582000', '221356.585000', '221356.588000', '221356.590000', '221356.593000', '221356.596000', '221356.598000', '221356.601000', '221356.603000', '221356.606000', '221356.608000', '221356.611000', '221356.614000', '221356.616000', '221356.619000', '221356.621000', '221356.624000', '221356.627000', '221356.629000', '221356.632000', '221356.634000', '221356.637000', '221356.639000', '221356.642000', '221356.645000', '221356.647000', '221356.650000', '221356.652000', '221356.655000', '221356.657000', '221356.660000', '221356.669000', '221356.672000', '221356.675000', '221356.677000', '221416.562000', '221416.565000', '221416.568000', '221416.570000', '221416.573000', '221416.576000', '221416.578000', '221416.581000', '221416.583000', '221416.586000', '221416.589000', '221416.591000', '221416.594000', '221416.596000', '221416.599000', '221416.602000', '221416.604000', '221416.607000', '221416.609000', '221416.612000', '221416.615000', '221416.617000', '221416.620000', '221416.622000', '221416.625000', '221416.628000', '221416.630000', '221416.633000', '221416.635000', '221416.638000', '221416.641000', '221416.643000', '221416.646000', '221416.648000', '221416.651000', '221416.654000', '221416.656000', '221416.659000', '221416.661000', '221416.664000', '221416.667000', '221416.669000', '221416.672000', '221416.674000', '221436.562000', '221436.565000', '221436.568000', '221436.570000', '221436.573000', '221436.576000', '221436.578000', '221436.581000', '221436.583000', '221436.586000', '221436.589000', '221436.591000', '221436.594000', '221436.596000', '221436.599000', '221436.602000', '221436.604000', '221436.607000', '221436.610000', '221436.612000', '221436.615000', '221436.617000', '221436.620000', '221436.622000', '221436.625000', '221436.628000', '221436.630000', '221436.633000', '221436.636000', '221436.638000', '221436.641000', '221436.643000', '221436.646000', '221436.649000', '221436.652000', '221436.661000', '221436.664000', '221436.666000', '221436.669000', '221436.672000', '221436.674000', '221436.677000', '221436.679000', '221456.562000', '221456.565000', '221456.568000', '221456.570000', '221456.573000', '221456.576000', '221456.578000', '221456.581000', '221456.583000', '221456.586000', '221456.589000', '221456.591000', '221456.594000', '221456.597000', '221456.599000', '221456.602000', '221456.604000', '221456.607000', '221456.610000', '221456.612000', '221456.615000', '221456.617000', '221456.620000', '221456.623000', '221456.625000', '221456.628000', '221456.630000', '221456.633000', '221456.636000', '221456.638000', '221456.641000', '221456.643000', '221456.646000', '221456.649000', '221456.651000', '221456.654000', '221456.656000', '221456.672000', '221456.674000', '221456.677000', '221456.680000', '221456.682000', '221456.685000', '221456.687000', '221516.562000', '221516.565000', '221516.568000', '221516.571000', '221516.573000', '221516.576000', '221516.578000', '221516.581000', '221516.584000', '221516.586000', '221516.589000', '221516.592000', '221516.594000', '221516.597000', '221516.599000', '221516.602000', '221516.605000', '221516.607000', '221516.610000', '221516.612000', '221516.615000', '221516.618000', '221516.620000', '221516.623000', '221516.625000', '221516.628000', '221516.631000', '221516.633000', '221516.636000', '221516.638000', '221516.641000', '221516.644000', '221516.655000', '221516.657000', '221516.660000', '221516.662000', '221516.665000', '221516.668000', '221516.670000', '221516.673000', '221516.676000', '221516.678000', '221516.681000', '221536.562000', '221536.565000', '221536.568000', '221536.570000', '221536.573000', '221536.576000', '221536.578000', '221536.581000', '221536.584000', '221536.586000', '221536.589000', '221536.591000', '221536.594000', '221536.597000', '221536.599000', '221536.602000', '221536.604000', '221536.607000', '221536.610000', '221536.612000', '221536.615000', '221536.617000', '221536.620000', '221536.623000', '221536.625000', '221536.628000', '221536.630000', '221536.633000', '221536.636000', '221536.638000', '221536.641000', '221536.643000', '221536.646000', '221536.649000', '221536.651000', '221536.654000', '221536.656000', '221536.659000', '221536.662000', '221536.664000', '221536.667000', '221536.669000', '221536.672000', '221536.674000', '221556.563000', '221556.566000', '221556.568000', '221556.571000', '221556.573000', '221556.576000', '221556.579000', '221556.581000', '221556.584000', '221556.587000', '221556.589000', '221556.592000', '221556.595000', '221556.597000', '221556.600000', '221556.603000', '221556.605000', '221556.608000', '221556.611000', '221556.613000', '221556.616000', '221556.618000', '221556.621000', '221556.624000', '221556.626000', '221556.629000', '221556.631000', '221556.634000', '221556.637000', '221556.639000', '221556.642000', '221556.645000', '221556.648000', '221556.650000', '221556.653000', '221556.656000', '221556.658000', '221556.661000', '221556.664000', '221556.666000', '221556.669000', '221556.671000', '221556.674000', '221616.562000', '221616.564000', '221616.567000', '221616.570000', '221616.572000', '221616.575000', '221616.578000', '221616.580000', '221616.583000', '221616.586000', '221616.589000', '221616.591000', '221616.594000', '221616.597000', '221616.599000', '221616.602000', '221616.605000', '221616.607000', '221616.610000', '221616.612000', '221616.615000', '221616.618000', '221616.620000', '221616.623000', '221616.625000', '221616.628000', '221616.631000', '221616.633000', '221616.636000', '221616.638000', '221616.641000', '221616.643000', '221616.646000', '221616.649000', '221616.651000', '221616.654000', '221616.657000', '221616.659000', '221616.662000', '221616.664000', '221616.667000', '221616.670000', '221616.672000', '221616.675000', '221636.562000', '221636.565000', '221636.568000', '221636.571000', '221636.573000', '221636.576000', '221636.579000', '221636.581000', '221636.584000', '221636.586000', '221636.589000', '221636.592000', '221636.594000', '221636.597000', '221636.599000', '221636.602000', '221636.605000', '221636.607000', '221636.610000', '221636.612000', '221636.615000', '221636.618000', '221636.620000', '221636.623000', '221636.626000', '221636.628000', '221636.631000', '221636.633000', '221636.636000', '221636.638000', '221636.641000', '221636.644000', '221636.646000', '221636.658000', '221636.660000', '221636.663000', '221636.665000', '221636.668000', '221636.671000', '221636.673000', '221636.676000', '221636.678000', '221636.681000', '221656.562000', '221656.565000', '221656.568000', '221656.571000', '221656.573000', '221656.576000', '221656.578000', '221656.581000', '221656.584000', '221656.586000', '221656.589000', '221656.592000', '221656.594000', '221656.597000', '221656.599000', '221656.602000', '221656.605000', '221656.607000', '221656.610000', '221656.613000', '221656.615000', '221656.618000', '221656.620000', '221656.623000', '221656.626000', '221656.628000', '221656.631000', '221656.633000', '221656.636000', '221656.639000', '221656.641000', '221656.644000', '221656.646000', '221656.649000', '221656.652000', '221656.654000', '221656.657000', '221656.659000', '221656.662000', '221656.665000', '221656.667000', '221656.670000', '221656.672000', '221656.675000', '221716.562000', '221716.565000', '221716.568000', '221716.571000', '221716.573000', '221716.576000', '221716.579000', '221716.581000', '221716.584000', '221716.586000', '221716.589000', '221716.592000', '221716.594000', '221716.597000', '221716.600000', '221716.602000', '221716.605000', '221716.607000', '221716.610000', '221716.613000', '221716.615000', '221716.618000', '221716.620000', '221716.623000', '221716.626000', '221716.628000', '221716.631000', '221716.633000', '221716.636000', '221716.639000', '221716.641000', '221716.644000', '221716.647000', '221716.649000', '221716.652000', '221716.654000', '221716.657000', '221716.660000', '221716.662000', '221716.665000', '221716.667000', '221716.670000', '221716.673000', '221736.562000', '221736.565000', '221736.568000', '221736.571000', '221736.574000', '221736.577000', '221736.580000', '221736.582000', '221736.585000', '221736.587000', '221736.590000', '221736.593000', '221736.595000', '221736.598000', '221736.601000', '221736.603000', '221736.606000', '221736.608000', '221736.611000', '221736.614000', '221736.616000', '221736.619000', '221736.622000', '221736.624000', '221736.627000', '221736.630000', '221736.632000', '221736.635000', '221736.638000', '221736.640000', '221736.643000', '221736.646000', '221736.648000', '221736.651000', '221736.653000', '221736.656000', '221736.659000', '221736.661000', '221736.664000', '221736.666000', '221736.669000', '221736.672000', '221736.674000', '221756.562000', '221756.565000', '221756.568000', '221756.571000', '221756.573000', '221756.576000', '221756.579000', '221756.581000', '221756.584000', '221756.587000', '221756.589000', '221756.592000', '221756.594000', '221756.597000', '221756.600000', '221756.602000', '221756.605000', '221756.607000', '221756.610000', '221756.613000', '221756.615000', '221756.618000', '221756.620000', '221756.623000', '221756.626000', '221756.628000', '221756.631000', '221756.633000', '221756.636000', '221756.639000', '221756.641000', '221756.644000', '221756.647000', '221756.649000', '221756.652000', '221756.655000', '221756.657000', '221756.660000', '221756.662000', '221756.665000', '221756.668000', '221756.670000', '221756.673000', '221756.676000', '221816.572000', '221816.575000', '221816.577000', '221816.580000', '221816.583000', '221816.585000', '221816.588000', '221816.591000', '221816.593000', '221816.596000', '221816.599000', '221816.601000', '221816.604000', '221816.606000', '221816.609000', '221816.612000', '221816.614000', '221816.617000', '221816.620000', '221816.622000', '221816.625000', '221816.627000', '221816.630000', '221816.633000', '221816.635000', '221816.638000', '221816.641000', '221816.643000', '221816.646000', '221816.649000', '221816.651000', '221816.654000', '221816.656000', '221816.659000', '221816.662000', '221816.664000', '221816.667000', '221816.669000', '221816.672000', '221816.675000', '221816.677000', '221816.680000', '221816.683000', '221816.685000', '221836.561000', '221836.564000', '221836.567000', '221836.570000', '221836.572000', '221836.575000', '221836.578000', '221836.580000', '221836.583000', '221836.585000', '221836.588000', '221836.591000', '221836.593000', '221836.596000', '221836.599000', '221836.601000', '221836.604000', '221836.607000', '221836.609000', '221836.612000', '221836.614000', '221836.617000', '221836.620000', '221836.622000', '221836.625000', '221836.628000', '221836.630000', '221836.633000', '221836.636000', '221836.638000', '221836.641000', '221836.644000', '221836.646000', '221836.649000', '221836.651000', '221836.654000', '221836.656000', '221836.659000', '221836.663000', '221836.665000', '221836.668000', '221836.670000', '221836.673000', '221856.562000', '221856.565000', '221856.568000', '221856.571000', '221856.573000', '221856.576000', '221856.579000', '221856.581000', '221856.584000', '221856.586000', '221856.589000', '221856.592000', '221856.594000', '221856.597000', '221856.600000', '221856.602000', '221856.605000', '221856.608000', '221856.610000', '221856.613000', '221856.617000', '221856.619000', '221856.622000', '221856.624000', '221856.627000', '221856.630000', '221856.632000', '221856.635000', '221856.637000', '221856.640000', '221856.643000', '221856.645000', '221856.648000', '221856.650000', '221856.653000', '221856.656000', '221856.658000', '221856.661000', '221856.663000', '221856.666000', '221856.669000', '221856.672000', '221856.674000', '221916.562000', '221916.565000', '221916.568000', '221916.571000', '221916.573000', '221916.576000', '221916.578000', '221916.581000', '221916.584000', '221916.586000', '221916.589000', '221916.592000', '221916.594000', '221916.597000', '221916.600000', '221916.602000', '221916.605000', '221916.607000', '221916.610000', '221916.613000', '221916.615000', '221916.618000', '221916.620000', '221916.623000', '221916.626000', '221916.628000', '221916.631000', '221916.634000', '221916.636000', '221916.639000', '221916.641000', '221916.644000', '221916.647000', '221916.649000', '221916.652000', '221916.654000', '221916.657000', '221916.660000', '221916.662000', '221916.665000', '221916.667000', '221916.670000', '221916.673000', '221916.675000', '221936.562000', '221936.565000', '221936.568000', '221936.570000', '221936.573000', '221936.576000', '221936.578000', '221936.581000', '221936.583000', '221936.586000', '221936.589000', '221936.605000', '221936.608000', '221936.610000', '221936.613000', '221936.616000', '221936.618000', '221936.621000', '221936.623000', '221936.626000', '221936.629000', '221936.631000', '221936.634000', '221936.636000', '221936.639000', '221936.642000', '221936.644000', '221936.647000', '221936.649000', '221936.652000', '221936.655000', '221936.657000', '221936.660000', '221936.663000', '221936.666000', '221936.669000', '221936.672000', '221936.674000', '221936.677000', '221936.680000', '221936.682000', '221936.685000', '221936.687000', '221956.562000', '221956.565000', '221956.568000', '221956.570000', '221956.573000', '221956.576000', '221956.578000', '221956.581000', '221956.584000', '221956.586000', '221956.589000', '221956.592000', '221956.594000', '221956.597000', '221956.599000', '221956.602000', '221956.605000', '221956.607000', '221956.610000', '221956.612000', '221956.615000', '221956.618000', '221956.620000', '221956.623000', '221956.625000', '221956.628000', '221956.631000', '221956.633000', '221956.636000', '221956.638000', '221956.641000', '221956.644000', '221956.646000', '221956.649000', '221956.651000', '221956.654000', '221956.657000', '221956.659000', '221956.662000', '221956.665000', '221956.667000', '221956.670000', '221956.672000', '221956.675000', '222016.563000', '222016.566000', '222016.568000', '222016.571000', '222016.574000', '222016.576000', '222016.579000', '222016.581000', '222016.584000', '222016.587000', '222016.590000', '222016.592000', '222016.595000', '222016.598000', '222016.600000', '222016.603000', '222016.606000', '222016.608000', '222016.611000', '222016.614000', '222016.616000', '222016.619000', '222016.622000', '222016.624000', '222016.627000', '222016.629000', '222016.632000', '222016.635000', '222016.637000', '222016.640000', '222016.642000', '222016.645000', '222016.648000', '222016.650000', '222016.654000', '222016.656000', '222016.659000', '222016.662000', '222016.664000', '222016.667000', '222016.670000', '222016.672000', '222016.675000', '222036.562000', '222036.565000', '222036.568000', '222036.571000', '222036.573000', '222036.576000', '222036.578000', '222036.581000', '222036.584000', '222036.586000', '222036.589000', '222036.592000', '222036.594000', '222036.597000', '222036.600000', '222036.602000', '222036.605000', '222036.607000', '222036.610000', '222036.613000', '222036.615000', '222036.618000', '222036.621000', '222036.624000', '222036.626000', '222036.629000', '222036.631000', '222036.634000', '222036.636000', '222036.639000', '222036.642000', '222036.644000', '222036.647000', '222036.649000', '222036.652000', '222036.655000', '222036.657000', '222036.660000', '222036.663000', '222036.665000', '222036.668000', '222036.671000', '222036.673000', '222036.676000', '222056.563000', '222056.566000', '222056.568000', '222056.571000', '222056.574000', '222056.576000', '222056.579000', '222056.581000', '222056.584000', '222056.587000', '222056.589000', '222056.592000', '222056.595000', '222056.597000', '222056.600000', '222056.602000', '222056.605000', '222056.608000', '222056.610000', '222056.613000', '222056.616000', '222056.618000', '222056.627000', '222056.630000', '222056.633000', '222056.635000', '222056.638000', '222056.641000', '222056.643000', '222056.646000', '222056.649000', '222056.651000', '222056.654000', '222056.657000', '222056.659000', '222056.662000', '222056.665000', '222056.667000', '222056.670000', '222056.672000', '222056.675000', '222056.678000', '222056.680000', '222116.563000', '222116.566000', '222116.568000', '222116.571000', '222116.574000', '222116.576000', '222116.579000', '222116.582000', '222116.584000', '222116.587000', '222116.590000', '222116.592000', '222116.595000', '222116.598000', '222116.600000', '222116.603000', '222116.606000', '222116.608000', '222116.611000', '222116.614000', '222116.616000', '222116.619000', '222116.621000', '222116.624000', '222116.627000', '222116.629000', '222116.632000', '222116.635000', '222116.637000', '222116.640000', '222116.642000', '222116.645000', '222116.648000', '222116.650000', '222116.653000', '222116.655000', '222116.658000', '222116.661000', '222116.663000', '222116.666000', '222116.669000', '222116.671000', '222116.674000', '222116.676000', '222136.563000', '222136.565000', '222136.568000', '222136.571000', '222136.573000', '222136.576000', '222136.579000', '222136.581000', '222136.584000', '222136.586000', '222136.589000', '222136.592000', '222136.594000', '222136.597000', '222136.599000', '222136.602000', '222136.605000', '222136.607000', '222136.610000', '222136.612000', '222136.615000', '222136.618000', '222136.620000', '222136.623000', '222136.626000', '222136.628000', '222136.631000', '222136.633000', '222136.636000', '222136.638000', '222136.641000', '222136.644000', '222136.646000', '222136.649000', '222136.652000', '222136.654000', '222136.657000', '222136.659000', '222136.662000', '222136.665000', '222136.667000', '222136.670000', '222136.673000', '222156.562000', '222156.565000', '222156.568000', '222156.571000', '222156.573000', '222156.576000', '222156.579000', '222156.581000', '222156.584000', '222156.587000', '222156.589000', '222156.592000', '222156.595000', '222156.597000', '222156.600000', '222156.603000', '222156.605000', '222156.608000', '222156.610000', '222156.613000', '222156.616000', '222156.618000', '222156.621000', '222156.624000', '222156.626000', '222156.629000', '222156.631000', '222156.634000', '222156.637000', '222156.639000', '222156.642000', '222156.645000', '222156.647000', '222156.650000', '222156.653000', '222156.655000', '222156.658000', '222156.661000', '222156.663000', '222156.666000', '222156.668000', '222156.671000', '222156.674000', '222156.676000', '222216.563000', '222216.565000', '222216.568000', '222216.571000', '222216.573000', '222216.576000', '222216.579000', '222216.581000', '222216.584000', '222216.586000', '222216.589000', '222216.592000', '222216.594000', '222216.597000', '222216.599000', '222216.602000', '222216.605000', '222216.607000', '222216.618000', '222216.621000', '222216.623000', '222216.626000', '222216.628000', '222216.631000', '222216.634000', '222216.636000', '222216.639000', '222216.641000', '222216.644000', '222216.647000', '222216.649000', '222216.652000', '222216.654000', '222216.657000', '222216.660000', '222216.663000', '222216.667000', '222216.669000', '222216.672000', '222216.674000', '222216.677000', '222216.680000', '222216.682000', '222236.563000', '222236.566000', '222236.569000', '222236.571000', '222236.574000', '222236.576000', '222236.579000', '222236.582000', '222236.584000', '222236.587000', '222236.590000', '222236.598000', '222236.601000', '222236.604000', '222236.607000', '222236.609000', '222236.612000', '222236.615000', '222236.617000', '222236.620000', '222236.623000', '222236.625000', '222236.628000', '222236.630000', '222236.633000', '222236.636000', '222236.638000', '222236.641000', '222236.643000', '222236.646000', '222236.649000', '222236.651000', '222236.654000', '222236.657000', '222236.659000', '222236.662000', '222236.665000', '222236.667000', '222236.670000', '222236.672000', '222236.675000', '222236.678000', '222236.680000', '222236.683000', '222256.562000', '222256.564000', '222256.567000', '222256.570000', '222256.572000', '222256.575000', '222256.578000', '222256.580000', '222256.583000', '222256.585000', '222256.588000', '222256.591000', '222256.593000', '222256.596000', '222256.599000', '222256.601000', '222256.604000', '222256.607000', '222256.609000', '222256.612000', '222256.614000', '222256.617000', '222256.620000', '222256.622000', '222256.625000', '222256.628000', '222256.630000', '222256.633000', '222256.635000', '222256.638000', '222256.641000', '222256.644000', '222256.646000', '222256.649000', '222256.652000', '222256.654000', '222256.657000', '222256.660000', '222256.662000', '222256.665000', '222256.668000', '222256.670000', '222256.673000', '222316.563000', '222316.566000', '222316.568000', '222316.571000', '222316.574000', '222316.576000', '222316.579000', '222316.582000', '222316.584000', '222316.587000', '222316.589000', '222316.592000', '222316.595000', '222316.598000', '222316.600000', '222316.603000', '222316.606000', '222316.608000', '222316.611000', '222316.614000', '222316.616000', '222316.619000', '222316.621000', '222316.624000', '222316.627000', '222316.629000', '222316.632000', '222316.634000', '222316.637000', '222316.640000', '222316.642000', '222316.645000', '222316.648000', '222316.650000', '222316.653000', '222316.656000', '222316.658000', '222316.661000', '222316.664000', '222316.666000', '222316.669000', '222316.671000', '222316.674000', '222316.677000', '222336.583000', '222336.586000', '222336.589000', '222336.591000', '222336.594000', '222336.596000', '222336.599000', '222336.602000', '222336.604000', '222336.607000', '222336.609000', '222336.612000', '222336.615000', '222336.617000', '222336.620000', '222336.623000', '222336.625000', '222336.628000', '222336.630000', '222336.633000', '222336.636000', '222336.638000', '222336.641000', '222336.643000', '222336.646000', '222336.649000', '222336.651000', '222336.654000', '222336.656000', '222336.659000', '222336.662000', '222336.664000', '222336.667000', '222336.670000', '222336.672000', '222336.675000', '222336.677000', '222336.680000', '222336.683000', '222336.685000', '222336.688000', '222336.691000', '222336.693000', '222356.563000', '222356.566000', '222356.568000', '222356.571000', '222356.573000', '222356.576000', '222356.579000', '222356.581000', '222356.584000', '222356.587000', '222356.590000', '222356.592000', '222356.595000', '222356.598000', '222356.600000', '222356.603000', '222356.605000', '222356.608000', '222356.611000', '222356.613000', '222356.616000', '222356.619000', '222356.621000', '222356.624000', '222356.627000', '222356.629000', '222356.632000', '222356.635000', '222356.637000', '222356.640000', '222356.643000', '222356.645000', '222356.648000', '222356.650000', '222356.653000', '222356.656000', '222356.658000', '222356.661000', '222356.663000', '222356.666000', '222356.669000', '222356.671000', '222356.674000', '222356.677000', '222416.563000', '222416.566000', '222416.568000', '222416.571000', '222416.573000', '222416.576000', '222416.579000', '222416.581000', '222416.584000', '222416.586000', '222416.589000', '222416.592000', '222416.594000', '222416.597000', '222416.600000', '222416.602000', '222416.605000', '222416.607000', '222416.610000', '222416.613000', '222416.647000', '222416.649000', '222416.652000', '222416.655000', '222416.657000', '222416.660000', '222416.662000', '222416.665000', '222416.668000', '222416.670000', '222416.673000', '222416.676000', '222416.678000', '222416.681000', '222416.684000', '222416.686000', '222416.689000', '222416.691000', '222416.694000', '222416.697000', '222416.699000', '222416.702000', '222416.705000', '222436.563000', '222436.565000', '222436.568000', '222436.571000', '222436.573000', '222436.576000', '222436.578000', '222436.581000', '222436.584000', '222436.586000', '222436.589000', '222436.591000', '222436.594000', '222436.597000', '222436.599000', '222436.602000', '222436.605000', '222436.607000', '222436.610000', '222436.612000', '222436.615000', '222436.618000', '222436.620000', '222436.623000', '222436.625000', '222436.628000', '222436.631000', '222436.633000', '222436.636000', '222436.639000', '222436.641000', '222436.644000', '222436.646000', '222436.649000', '222436.651000', '222436.654000', '222436.657000', '222436.659000', '222436.662000', '222436.664000', '222436.667000', '222436.677000', '222436.680000', '222436.682000', '222456.563000', '222456.566000', '222456.568000', '222456.571000', '222456.573000', '222456.576000', '222456.579000', '222456.581000', '222456.584000', '222456.586000', '222456.589000', '222456.592000', '222456.595000', '222456.597000', '222456.600000', '222456.602000', '222456.605000', '222456.608000', '222456.610000', '222456.613000', '222456.616000', '222456.618000', '222456.621000', '222456.623000', '222456.626000', '222456.629000', '222456.631000', '222456.634000', '222456.636000', '222456.639000', '222456.642000', '222456.644000', '222456.647000', '222456.650000', '222456.652000', '222456.655000', '222456.657000', '222456.660000', '222456.663000', '222456.665000', '222456.668000', '222456.671000', '222456.673000', '222516.562000', '222516.565000', '222516.567000', '222516.570000', '222516.573000', '222516.576000', '222516.579000', '222516.581000', '222516.584000', '222516.586000', '222516.589000', '222516.592000', '222516.595000', '222516.597000', '222516.600000', '222516.602000', '222516.605000', '222516.608000', '222516.610000', '222516.613000', '222516.615000', '222516.618000', '222516.621000', '222516.623000', '222516.626000', '222516.629000', '222516.632000', '222516.634000', '222516.637000', '222516.639000', '222516.642000', '222516.645000', '222516.647000', '222516.650000', '222516.652000', '222516.655000', '222516.657000', '222516.660000', '222516.663000', '222516.665000', '222516.668000', '222516.671000', '222516.673000', '222516.676000', '222536.563000', '222536.565000', '222536.568000', '222536.571000', '222536.573000', '222536.576000', '222536.579000', '222536.581000', '222536.584000', '222536.586000', '222536.589000', '222536.592000', '222536.594000', '222536.597000', '222536.600000', '222536.602000', '222536.605000', '222536.607000', '222536.610000', '222536.613000', '222536.615000', '222536.618000', '222536.620000', '222536.623000', '222536.626000', '222536.628000', '222536.631000', '222536.633000', '222536.636000', '222536.639000', '222536.641000', '222536.644000', '222536.646000', '222536.649000', '222536.652000', '222536.654000', '222536.657000', '222536.659000', '222536.662000', '222536.665000', '222536.667000', '222536.670000', '222536.672000', '222556.563000', '222556.566000', '222556.568000', '222556.571000', '222556.573000', '222556.576000', '222556.579000', '222556.581000', '222556.584000', '222556.596000', '222556.598000', '222556.601000', '222556.604000', '222556.606000', '222556.609000', '222556.611000', '222556.614000', '222556.617000', '222556.620000', '222556.622000', '222556.625000', '222556.627000', '222556.630000', '222556.633000', '222556.635000', '222556.638000', '222556.641000', '222556.643000', '222556.646000', '222556.649000', '222556.651000', '222556.654000', '222556.656000', '222556.659000', '222556.662000', '222556.664000', '222556.667000', '222556.670000', '222556.672000', '222556.675000', '222556.677000', '222556.680000', '222556.683000', '222556.685000', '222616.563000', '222616.566000', '222616.568000', '222616.571000', '222616.573000', '222616.576000', '222616.579000', '222616.581000', '222616.584000', '222616.587000', '222616.589000', '222616.592000', '222616.594000', '222616.597000', '222616.600000', '222616.602000', '222616.605000', '222616.608000', '222616.610000', '222616.613000', '222616.615000', '222616.618000', '222616.621000', '222616.623000', '222616.626000', '222616.629000', '222616.631000', '222616.634000', '222616.636000', '222616.639000', '222616.642000', '222616.644000', '222616.647000', '222616.649000', '222616.652000', '222616.654000', '222616.657000', '222616.660000', '222616.662000', '222616.665000', '222616.668000', '222616.670000', '222616.673000', '222636.563000', '222636.566000', '222636.568000', '222636.571000', '222636.574000', '222636.576000', '222636.579000', '222636.582000', '222636.584000', '222636.587000', '222636.590000', '222636.592000', '222636.595000', '222636.597000', '222636.600000', '222636.603000', '222636.605000', '222636.608000', '222636.611000', '222636.614000', '222636.617000', '222636.620000', '222636.622000', '222636.625000', '222636.628000', '222636.630000', '222636.633000', '222636.635000', '222636.638000', '222636.641000', '222636.643000', '222636.646000', '222636.648000', '222636.651000', '222636.654000', '222636.656000', '222636.659000', '222636.662000', '222636.664000', '222636.667000', '222636.670000', '222636.672000', '222636.675000', '222656.563000', '222656.566000', '222656.568000', '222656.571000', '222656.573000', '222656.576000', '222656.579000', '222656.581000', '222656.584000', '222656.586000', '222656.589000', '222656.592000', '222656.594000', '222656.597000', '222656.600000', '222656.602000', '222656.605000', '222656.607000', '222656.610000', '222656.613000', '222656.615000', '222656.618000', '222656.621000', '222656.623000', '222656.626000', '222656.629000', '222656.631000', '222656.634000', '222656.636000', '222656.639000', '222656.642000', '222656.644000', '222656.647000', '222656.649000', '222656.652000', '222656.662000', '222656.665000', '222656.667000', '222656.670000', '222656.673000', '222656.675000', '222656.678000', '222656.680000', '222656.683000', '222716.563000', '222716.566000', '222716.568000', '222716.571000', '222716.574000', '222716.576000', '222716.579000', '222716.582000', '222716.584000', '222716.587000', '222716.590000', '222716.592000', '222716.595000', '222716.597000', '222716.600000', '222716.603000', '222716.605000', '222716.608000', '222716.611000', '222716.614000', '222716.617000', '222716.620000', '222716.622000', '222716.625000', '222716.627000', '222716.630000', '222716.633000', '222716.635000', '222716.638000', '222716.640000', '222716.643000', '222716.646000', '222716.648000', '222716.651000', '222716.653000', '222716.656000', '222716.659000', '222716.661000', '222716.664000', '222716.666000', '222716.669000', '222716.672000', '222716.674000', '222731.310000', '222731.314000', '222731.317000', '222731.320000', '222731.323000', '222731.326000', '222731.328000', '222731.332000', '222731.335000', '222731.337000', '222731.340000', '222731.343000', '222731.346000', '222731.349000', '222731.352000', '222731.354000', '222731.357000', '222731.360000', '222731.362000', '222731.366000', '222731.368000', '222731.371000', '222731.374000', '222731.377000', '222731.380000', '222731.383000', '222731.386000', '222731.398000', '222731.402000', '222731.406000', '222731.409000', '222731.412000', '222731.415000'], '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': [14660, 12399, 13963, 12486, 13592, 11704, 15850, 11805, 13811, 11935, 13486, 13272, 13948, 14310, 11225, 13370, 10462, 13125, 12059, 14063, 12065, 13637, 11737, 12849, 11524, 13700, 12095, 13639, 12338, 12912, 12966, 14389, 12562, 16867, 12166, 16904, 11632, 13370, 12802, 15793, 12003, 15553, 11074, 16045, 11544, 16974, 11929, 16357, 11372, 13243, 11791, 13986, 12334, 14649, 11255, 15546, 11684, 15068, 11751, 14375, 11909, 11669, 12327, 11140, 13133, 11286, 14444, 9973, 13712, 10168, 13775, 11391, 13561, 10175, 12408, 10921, 13213, 14069, 13734, 10778, 12876, 9959, 12689, 12108, 13916, 10979, 14103, 9530, 12835, 9935, 13490, 10632, 13417, 10687, 12656, 9960, 13141, 9642, 13417, 10705, 12643, 11779, 12410, 12519, 14226, 12695, 13961, 11912, 13921, 12551, 14872, 14062, 10986, 13312, 10164, 12499, 12678, 13341, 12836, 14887, 11606, 13840, 12925, 14863, 13326, 14645, 13418, 10418, 12697, 9852, 12600, 10459, 13814, 9568, 12968, 11742, 12822, 11671, 13786, 13011, 14409, 13082, 13060, 12525, 13032, 12906, 15618, 12326, 13852, 12162, 14884, 12836, 14607, 13482, 10887, 12955, 11356, 13383, 11930, 13925, 9917, 13106, 11216, 12893, 12244, 14268, 12886, 12980, 12871, 12833, 12470, 15853, 12520, 14455, 12661, 11432, 12483, 11724, 13352, 12210, 13450, 12700, 15831, 12170, 15089, 12679, 12094, 13404, 11325, 13053, 11358, 13514, 12312, 12825, 12744, 14252, 12632, 15081, 11979, 13177, 13046, 12085, 13455, 10584, 13944, 12080, 12967, 12794, 13871, 12692, 14953, 12034, 14066, 13183, 11425, 13179, 11249, 13779, 12067, 15519, 12211, 14815, 12371, 13618, 13295, 10235, 12673, 11191, 13347, 12966, 16865, 13032, 14334, 12510, 15447, 14014, 10631, 13145, 12173, 16497, 12726, 14703, 12248, 11420, 13131, 12006, 13273, 12046, 16290, 12065, 15639, 12165, 12763, 12713, 10523, 12924, 12086, 13409, 12677, 15278, 11579, 15239, 12882, 10623, 13034, 9449, 13021, 12073, 13458, 12622, 13066, 12742, 13074, 12743, 13647, 12882, 14757, 11945, 13757, 12606, 14411, 14470, 9948, 14183, 9630, 12774, 12274, 14042, 12788, 14522, 12089, 14696, 12132, 15169, 11502, 10567, 12205, 10389, 13134, 13499, 13228, 12646, 16052, 11471, 15638, 11761, 15098, 11196, 12991, 12636, 12746, 13234, 11074, 13598, 9234, 12959, 10686, 13560, 13101, 15011, 12633, 14556, 11199, 15458, 12456, 13243, 12918, 10775, 12705, 11485, 13290, 9665, 13469, 10865, 12943, 13113, 15845, 11955, 14353, 11743, 11251, 12743, 11823, 14295, 12281, 15687, 11967, 16060, 11853, 13946, 12614, 10628, 12384, 9867, 13616, 12289, 12816, 12565, 12920, 12386, 17192, 11869, 15033, 10652, 14727, 12575, 14071, 13816, 9447, 12877, 11847, 13551, 13520, 15868, 11714, 15045, 11716, 15728, 12720, 11426, 12367, 10285, 12277, 10351, 13812, 11131, 13134, 12146, 12569, 11165, 16718, 11126, 14891, 10537, 13951, 11294, 14312, 14373, 10571, 14117, 9478, 13340, 13016, 15912, 12587, 15043, 11108, 14117, 12785, 13594, 13105, 10509, 12556, 11301, 12566, 11809, 15179, 11602, 12696, 12117, 11183, 12801, 11612, 13767, 10188, 13001, 11531, 13181, 12703, 15730, 12044, 15049, 10718, 14585, 12265, 14563, 13816, 9556, 12720, 11072, 13573, 12439, 15180, 12153, 14071, 11706, 13921, 12879, 11971, 13386, 9848, 12764, 10740, 13375, 13093, 16678, 12053, 14722, 11346, 14904, 13511, 10556, 13536, 11076, 13042, 11987, 15383, 12142, 14695, 11109, 15544, 11358, 16291, 11474, 12904, 10779, 13630, 12060, 15363, 12509, 13936, 12058, 12034, 13295, 13941, 13886, 10787, 14228, 10256, 14167, 10714, 13879, 10954, 14215, 10302, 13483, 9409, 13080, 10832, 13284, 9827, 13277, 10264, 12335, 11205, 14106, 12989, 16463, 12915, 13891, 11954, 14849, 12718, 13431, 13672, 10431, 12910, 9993, 13222, 12596, 13290, 12804, 15589, 11929, 16300, 12273, 14992, 12169, 13393, 12028, 14715, 13481, 14242, 13278, 10380, 13487, 13781, 14011, 12303, 13811, 10307, 13233, 10845, 13259, 11543, 13674, 10572, 12876, 11594, 12986, 12422, 13486, 13109, 16666, 12580, 15437, 11687, 13265, 12428, 14943, 12518, 14296, 11614, 14650, 11736, 15029, 12076, 14466, 11656, 12059, 13387, 14542, 13661, 13130, 14646, 9863, 13472, 9283, 13087, 10250, 13725, 11975, 13014, 12353, 13024, 13392, 14556, 12610, 14824, 12040, 15296, 12329, 14600, 11956, 13075, 13227, 14063, 13500, 11888, 13769, 10532, 12882, 12705, 13487, 13167, 14432, 11589, 13040, 13624, 14808, 13823, 14005, 13787, 10562, 13008, 10896, 13431, 13574, 13798, 10346, 12625, 9827, 12737, 13051, 13921, 10975, 13099, 9360, 13141, 10005, 14213, 11248, 14227, 12403, 13278, 12272, 12998, 13731, 16957, 12878, 14067, 11513, 15354, 12483, 14798, 12534, 10045, 13274, 12268, 13388, 11827, 13650, 10450, 12619, 12256, 13136, 13585, 14674, 12297, 13869, 13240, 13403, 13674, 12428, 13339, 9483, 12515, 11587, 13527, 13714, 17021, 12799, 14413, 11347, 14666, 13037, 14287, 13532, 9461, 13026, 10791, 13353, 12129, 13763, 12530, 13016, 12860, 15800, 11911, 15200, 11951, 12790, 12510, 12330, 13257, 13982, 13916, 11011, 13241, 9703, 12680, 11247, 13468, 11710, 13795, 12145, 13218, 11906, 13316, 13213, 14043, 12880, 14727, 11768, 14628, 12872, 14709, 14145, 11279, 13302, 11029, 13117, 12059, 13515, 11021, 12883, 11924, 12176, 12575, 15586, 12070, 12777, 12693, 10324, 13174, 13149, 13608, 12974, 14710, 12191, 15047, 12419, 16341, 12082, 13350, 12305, 13730, 12926, 14743, 13545, 10236, 12592, 10872, 13023, 13598, 13734, 11156, 13205, 10241, 13187, 13037, 13884, 10594, 13366, 10294, 13386, 11487, 13758, 9638, 13258, 10008, 13219, 10526, 13590, 11752, 13228, 11936, 13094, 11976, 13593, 12715, 13621, 12610, 13428, 12362, 13581, 13355, 16497, 12991, 14366, 11786, 15135, 11895, 16046, 11604, 12651, 12912, 13156, 13327, 15121, 12987, 14141, 12973, 12369, 13086, 14772, 13422, 12969, 13961, 9719, 13108, 9180, 13516, 12374, 14122, 12777, 13386, 12309, 13748, 13011, 13822, 12602, 13568, 12298, 13654, 12944, 17340, 12232, 14480, 10982, 15113, 12495, 15223, 11747, 15795, 11674, 12668, 12680, 11210, 13552, 12061, 13898, 10967, 13033, 11177, 13482, 13399, 13676, 13112, 13098, 12501, 13622, 13141, 13452, 12669, 14946, 11808, 14802, 11819, 15930, 12206, 13246, 12101, 9873, 13559, 11527, 13620, 12003, 13482, 12161, 13368, 13290, 14407, 12191, 13007, 12080, 12808, 13372, 14094, 13248, 14656, 12394, 16724, 11726, 17526, 13311, 14123, 11244, 13272, 13501, 14980, 13320, 12027, 13212, 9754, 12638, 12004, 13335, 10331, 13407, 11663, 12209, 11400, 13878, 12918, 13848, 12665, 12968, 11969, 12861, 12314, 17250, 12048, 14716, 11057, 15878, 11322, 17094, 11929, 15052, 10831, 14480, 11372, 15053, 11733, 15711, 11212, 12457, 12932, 12092, 13054, 11042, 13769, 9910, 13406, 11823, 13210, 12832, 17196, 12376, 14907, 11444, 15073, 11224, 15153, 11902, 15728, 11712, 14004, 11840, 13360, 12950, 14812, 13508, 10599, 13194, 10480, 13180, 11564, 13615, 11180, 13754, 10676, 13119, 12108, 13061, 13493, 15782, 12930, 14404, 12028, 14387, 11826, 15288, 12623, 12953, 13628, 10340, 13550, 11761, 13461, 10484, 13615, 12044, 13190, 12560, 12976, 13829, 16185, 12952, 13851, 12604, 14194, 13268, 14977, 13215, 10308, 13795, 10334, 13394, 12768, 13752, 11525, 13386, 10474, 12435, 12060, 13798, 11508, 13350, 10247, 12869, 12132, 13264, 10411, 13163, 10918, 12717, 11130, 13175, 12552, 13220, 12479, 12498, 12398, 12964, 12935, 13267, 12756, 12715, 12717, 16662, 12247, 16941, 12875, 14662, 12039, 13619, 13268, 14742, 13642, 14607, 13884, 11172, 13438, 14738, 14112, 14779, 13485, 12247, 13248, 12065, 14179, 13370, 14499, 10901, 13312, 9784, 13278, 10931, 13415, 12522, 13259, 12976, 13775, 12737, 16119, 13227, 14904, 11694, 13935, 12584, 14836, 12985, 14371, 13192, 10050, 12381, 9779, 13477, 12529, 13300, 13179, 16320, 12416, 15174, 12597, 15437, 12063, 11737, 13045, 10395, 13534, 11842, 13794, 9849, 13128, 11879, 13137, 13759, 13484, 13424, 13983, 11945, 14479, 13703, 13836, 13932, 10400, 12984, 9765, 13270, 13433, 14431, 13040, 13640, 12542, 11982, 13656, 12369, 13941, 13201, 14866, 12005, 15754, 13342, 14328, 13491, 10998, 13177, 11505, 13686, 12330, 13525, 12825, 12700, 11988, 15154, 12770, 15579, 12366, 14088, 12921, 14601, 14557, 12412, 14093, 11403, 13375, 13178, 17655, 12668, 15182, 11317, 13896, 13107, 15103, 14237, 11122, 13504, 11428, 12925, 11917, 13966, 10027, 13446, 12784, 13602, 12922, 14956, 12871, 13101, 13840, 11383, 13302, 11789, 14022, 10636, 13471, 11911, 13196, 12508, 13062, 13193, 15486, 12140, 13311, 13303, 13373, 13707, 12154, 13667, 11190, 13077, 12458, 13317, 13222, 15165, 12243, 13382, 13384, 12999, 13895, 14084, 14054, 10230, 13291, 10869, 13427, 13358, 15654, 12495, 13429, 13578, 11189, 13814, 12114, 14329, 10135, 13334, 10979, 13392, 12135, 13557, 13180, 16453, 12728, 14407, 11266, 15294, 12088, 15557, 11773, 9413, 12800, 10426, 13464, 11374, 13941, 10392, 13701, 11583, 13529, 12215, 13699, 13016, 14857, 12276, 14125, 12989, 14908, 13756, 12314, 14185, 10017, 13392, 12065, 13619, 13410, 15604, 12795, 12869, 13784, 11414, 13123, 12206, 13855, 12845, 15465, 12417, 15002, 12876, 15773, 13086, 10642, 13519, 10876, 13487, 11987, 13922, 10160, 13525, 12099, 12572, 12432, 15929, 12204, 11739, 13375, 11848, 15821, 13558, 13023, 14397, 12490, 14047, 12631, 14392, 13306, 14033, 13008, 14608, 10924, 15276, 11457, 15327, 12539, 13334, 13632, 10109, 13467, 12900, 14083, 13072, 14955, 11631, 14649, 13745, 15519, 13826, 15386, 11926, 15605, 12203, 16393, 12420, 15539, 12146, 14647, 10959, 15921, 12044, 17407, 12498, 15004, 11457, 15020, 11152, 16858, 12171, 15389, 11542, 14205, 11875, 16164, 12287, 14858, 13118, 10619, 13259, 11837, 13406, 13993, 13519, 11597, 13285, 10021, 12741, 10486, 13888, 12802, 13964, 12845, 13508, 12004, 14072, 12998, 14086, 12765, 16599, 12122, 15178, 11410, 16039, 11386, 13773, 12618, 14188, 13935, 12119, 14129, 9623, 13546, 9807, 13549, 10843, 13760, 10385, 13254, 12184, 13946, 13485, 16000, 12930, 15120, 11271, 15840, 13017, 14492, 13332, 10886, 13836, 12609, 14303, 11275, 13995, 11376, 13708, 11362, 14098, 11662, 13851, 11059, 13746, 11787, 14305, 11153, 13652, 10337, 13828, 12831, 14154, 11121, 13483, 10900, 13366, 11926, 14003, 10787, 13007, 9483, 13000, 11459, 13736, 9828, 13407, 11259, 12959, 9012, 13566, 10825, 13761, 9753, 12787, 9241, 12588, 10789, 13445, 10844, 13546, 9443, 13042, 10122, 13482, 11859, 13452, 12513, 13274, 12552, 13436, 13916, 16766, 13298, 14240, 11484, 14978, 12527, 15263, 12290, 12872, 13388, 12025, 13663, 12865, 14031, 11003, 13085, 10070, 12327, 11475, 13544, 9900, 12933, 11923, 12882, 12275, 13358, 13854, 16473, 13089, 14642, 11879, 15283, 12496, 15056, 12635, 11944, 13409, 13095, 14332, 13422, 14396, 10791, 13600, 10630, 13649, 11867, 14122, 10848, 13552, 10331, 13090, 11989, 13485, 13204, 13729, 13165, 13492, 12787, 13349, 13922, 15073, 12833, 13542, 11853, 14492, 12166, 15166, 12750, 14063, 11785, 12866, 13262, 14277, 15011, 11530, 13697, 10122, 13772, 11103, 13953, 12854, 13044, 12448, 12920, 12692, 13833, 13573, 14585, 11611, 13887, 12750, 15623, 14577, 13171, 13780, 10544, 12553, 11348, 14232, 11057, 13879, 12299, 12965, 12469, 14066, 13983, 14271, 13468, 16126, 12904, 16847, 12696, 15565, 12812, 14149, 12167, 14872, 14228, 15254, 14693, 10972, 13442, 11118, 13606, 11106, 14341, 12234, 13770, 12648, 13778, 12287, 16374, 12636, 14402, 12416, 12106, 13281, 12739, 14366, 10027, 13916, 11986, 13310, 12770, 17420, 12921, 14647, 12177, 13867, 13908, 14790, 14446, 11314, 13197, 10269, 13078, 12719, 14210, 13315, 16253, 13078, 14934, 11556, 15582, 13284, 14117, 14128, 11299, 13005, 11704, 13888, 10616, 14036, 11642, 13575, 13175, 16861, 13563, 15352, 12898, 11140, 12125, 10824, 13672, 13405, 16245, 12696, 13610, 12484, 15714, 14247, 12579, 13846, 10978, 12889, 11034, 13959, 13643, 16939, 12872, 14519, 11127, 15230, 12565, 15170, 12123, 12266, 12707, 14550, 14507, 14837, 14303, 10571, 13162, 11319, 14425, 12593, 14470, 11225, 13910, 14425, 14977, 14363, 14651, 9735, 13598, 11528, 14291, 12600, 12690, 14786, 12298, 14334, 12239, 13781, 12681, 13560, 12000, 13338, 11572, 15456, 10987, 16300, 13192, 14834, 12586, 14496, 12792, 15305, 13718, 14036, 13993, 10144, 13933, 12021, 14874, 11246, 14480, 11484, 13967, 13348, 14343, 13484, 15452, 12684, 14588, 12066, 15712, 12917, 12889, 13237, 10504, 13956, 12353, 14934, 10373, 13893, 12330, 13553, 12761, 16300, 12843, 13622, 12606, 10929, 13776, 14241, 14824, 11318, 13405, 10100, 12740, 11454, 14773, 10435, 14374, 11318, 14001, 12596, 14534, 12952, 14104, 12941, 14050, 12742, 14595, 13757, 15756, 12742, 14852, 12055, 16153, 12984, 16186, 12827, 10830, 13691, 10862, 14416, 12162, 14949, 10307, 14017, 11268, 13379, 13063, 17334, 12845, 14291, 13010, 13230, 14144, 14037, 14953, 10406, 14294, 11487, 14236, 13685, 14712, 12918, 15503, 12091, 14879, 11628, 16582, 12913, 11773, 14155, 10759, 14210, 13580, 14904, 12655, 13937, 12215, 13549, 13481, 14456, 12865, 15400, 11478, 14738, 11086, 17751, 13396, 14472, 12247, 14378, 12442, 12310, 14469, 13705, 16741, 14073, 10936, 14807, 11120, 14738, 11035, 15226, 12296, 15457, 11670, 16691, 12110, 18013, 13364, 14953, 11140, 12697, 12302, 14969, 12741, 11100, 14751, 13750, 16433], 'WindowCenter': [3756.0, 3742.0, 3739.0, 3727.0, 3713.0, 3715.0, 3724.0, 3703.0, 3713.0, 3702.0, 3711.0, 3713.0, 3712.0, 3713.0, 3702.0, 3712.0, 3702.0, 3713.0, 3713.0, 3713.0, 3713.0, 3711.0, 3703.0, 3702.0, 3702.0, 3712.0, 3703.0, 3712.0, 3713.0, 3701.0, 3713.0, 3713.0, 3703.0, 3722.0, 3702.0, 3721.0, 3702.0, 3700.0, 3701.0, 3710.0, 3701.0, 3710.0, 3689.0, 3710.0, 3701.0, 3710.0, 3701.0, 3710.0, 3700.0, 3698.0, 3701.0, 3699.0, 3701.0, 3710.0, 3701.0, 3710.0, 3701.0, 3710.0, 3700.0, 3711.0, 3701.0, 3699.0, 3700.0, 3701.0, 3714.0, 3702.0, 3713.0, 3692.0, 3712.0, 3692.0, 3714.0, 3702.0, 3713.0, 3692.0, 3702.0, 3691.0, 3713.0, 3712.0, 3713.0, 3691.0, 3711.0, 3691.0, 3713.0, 3701.0, 3713.0, 3702.0, 3712.0, 3692.0, 3702.0, 3692.0, 3713.0, 3691.0, 3712.0, 3702.0, 3701.0, 3691.0, 3702.0, 3679.0, 3701.0, 3691.0, 3699.0, 3702.0, 3700.0, 3712.0, 3711.0, 3702.0, 3712.0, 3702.0, 3712.0, 3712.0, 3723.0, 3713.0, 3701.0, 3713.0, 3702.0, 3713.0, 3714.0, 3713.0, 3714.0, 3723.0, 3703.0, 3712.0, 3712.0, 3723.0, 3713.0, 3712.0, 3711.0, 3702.0, 3713.0, 3692.0, 3713.0, 3702.0, 3713.0, 3691.0, 3711.0, 3702.0, 3711.0, 3702.0, 3711.0, 3713.0, 3711.0, 3713.0, 3711.0, 3711.0, 3700.0, 3711.0, 3722.0, 3712.0, 3711.0, 3712.0, 3710.0, 3713.0, 3712.0, 3713.0, 3700.0, 3712.0, 3700.0, 3713.0, 3701.0, 3713.0, 3692.0, 3712.0, 3702.0, 3713.0, 3712.0, 3712.0, 3713.0, 3712.0, 3713.0, 3701.0, 3714.0, 3722.0, 3714.0, 3723.0, 3713.0, 3702.0, 3713.0, 3703.0, 3713.0, 3713.0, 3713.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3712.0, 3714.0, 3701.0, 3713.0, 3702.0, 3713.0, 3714.0, 3712.0, 3713.0, 3713.0, 3714.0, 3723.0, 3703.0, 3712.0, 3713.0, 3713.0, 3714.0, 3704.0, 3714.0, 3714.0, 3712.0, 3714.0, 3713.0, 3714.0, 3724.0, 3714.0, 3713.0, 3713.0, 3702.0, 3714.0, 3703.0, 3713.0, 3714.0, 3723.0, 3714.0, 3723.0, 3713.0, 3713.0, 3713.0, 3702.0, 3713.0, 3703.0, 3713.0, 3714.0, 3723.0, 3714.0, 3712.0, 3714.0, 3724.0, 3714.0, 3703.0, 3713.0, 3713.0, 3735.0, 3714.0, 3725.0, 3714.0, 3702.0, 3715.0, 3713.0, 3713.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3712.0, 3712.0, 3701.0, 3711.0, 3713.0, 3712.0, 3713.0, 3722.0, 3702.0, 3723.0, 3713.0, 3702.0, 3712.0, 3691.0, 3712.0, 3702.0, 3712.0, 3712.0, 3711.0, 3712.0, 3700.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3724.0, 3702.0, 3713.0, 3691.0, 3712.0, 3714.0, 3724.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3723.0, 3703.0, 3702.0, 3713.0, 3702.0, 3714.0, 3714.0, 3713.0, 3713.0, 3722.0, 3703.0, 3723.0, 3703.0, 3723.0, 3702.0, 3710.0, 3712.0, 3710.0, 3713.0, 3702.0, 3711.0, 3691.0, 3711.0, 3701.0, 3711.0, 3712.0, 3723.0, 3713.0, 3711.0, 3703.0, 3722.0, 3712.0, 3712.0, 3712.0, 3700.0, 3712.0, 3701.0, 3712.0, 3691.0, 3711.0, 3701.0, 3701.0, 3712.0, 3722.0, 3702.0, 3722.0, 3702.0, 3701.0, 3714.0, 3714.0, 3724.0, 3714.0, 3722.0, 3713.0, 3723.0, 3702.0, 3723.0, 3711.0, 3701.0, 3712.0, 3689.0, 3712.0, 3712.0, 3701.0, 3712.0, 3700.0, 3712.0, 3722.0, 3701.0, 3710.0, 3690.0, 3709.0, 3700.0, 3711.0, 3711.0, 3690.0, 3700.0, 3701.0, 3712.0, 3712.0, 3722.0, 3701.0, 3711.0, 3702.0, 3711.0, 3701.0, 3700.0, 3700.0, 3689.0, 3700.0, 3689.0, 3700.0, 3689.0, 3699.0, 3699.0, 3698.0, 3689.0, 3710.0, 3690.0, 3709.0, 3689.0, 3698.0, 3690.0, 3710.0, 3711.0, 3689.0, 3710.0, 3690.0, 3700.0, 3711.0, 3722.0, 3701.0, 3710.0, 3700.0, 3710.0, 3699.0, 3700.0, 3700.0, 3689.0, 3699.0, 3689.0, 3699.0, 3701.0, 3711.0, 3690.0, 3700.0, 3700.0, 3689.0, 3712.0, 3701.0, 3712.0, 3691.0, 3700.0, 3700.0, 3710.0, 3701.0, 3711.0, 3701.0, 3711.0, 3690.0, 3710.0, 3701.0, 3711.0, 3711.0, 3690.0, 3700.0, 3700.0, 3711.0, 3702.0, 3711.0, 3701.0, 3710.0, 3700.0, 3710.0, 3702.0, 3701.0, 3711.0, 3689.0, 3700.0, 3690.0, 3700.0, 3701.0, 3711.0, 3701.0, 3710.0, 3701.0, 3711.0, 3712.0, 3690.0, 3711.0, 3700.0, 3711.0, 3703.0, 3723.0, 3702.0, 3712.0, 3702.0, 3710.0, 3701.0, 3712.0, 3690.0, 3699.0, 3688.0, 3699.0, 3699.0, 3710.0, 3701.0, 3710.0, 3700.0, 3699.0, 3700.0, 3709.0, 3712.0, 3690.0, 3711.0, 3690.0, 3712.0, 3701.0, 3713.0, 3691.0, 3712.0, 3692.0, 3711.0, 3681.0, 3700.0, 3690.0, 3713.0, 3690.0, 3701.0, 3690.0, 3701.0, 3702.0, 3712.0, 3713.0, 3723.0, 3713.0, 3712.0, 3714.0, 3722.0, 3713.0, 3712.0, 3713.0, 3703.0, 3713.0, 3692.0, 3714.0, 3713.0, 3711.0, 3714.0, 3722.0, 3702.0, 3723.0, 3714.0, 3722.0, 3702.0, 3711.0, 3713.0, 3713.0, 3714.0, 3724.0, 3713.0, 3702.0, 3714.0, 3713.0, 3714.0, 3702.0, 3713.0, 3692.0, 3713.0, 3701.0, 3714.0, 3702.0, 3712.0, 3692.0, 3700.0, 3702.0, 3701.0, 3702.0, 3702.0, 3713.0, 3722.0, 3712.0, 3712.0, 3702.0, 3700.0, 3702.0, 3712.0, 3702.0, 3710.0, 3702.0, 3710.0, 3703.0, 3711.0, 3702.0, 3712.0, 3701.0, 3700.0, 3712.0, 3711.0, 3713.0, 3701.0, 3712.0, 3691.0, 3712.0, 3691.0, 3713.0, 3691.0, 3713.0, 3703.0, 3712.0, 3712.0, 3712.0, 3713.0, 3712.0, 3713.0, 3713.0, 3713.0, 3722.0, 3715.0, 3724.0, 3714.0, 3713.0, 3713.0, 3711.0, 3714.0, 3701.0, 3713.0, 3704.0, 3714.0, 3714.0, 3713.0, 3716.0, 3725.0, 3714.0, 3713.0, 3726.0, 3725.0, 3714.0, 3714.0, 3713.0, 3702.0, 3713.0, 3701.0, 3714.0, 3712.0, 3714.0, 3690.0, 3702.0, 3690.0, 3701.0, 3701.0, 3712.0, 3690.0, 3700.0, 3690.0, 3701.0, 3691.0, 3713.0, 3702.0, 3712.0, 3713.0, 3701.0, 3702.0, 3711.0, 3713.0, 3723.0, 3712.0, 3711.0, 3702.0, 3722.0, 3714.0, 3712.0, 3703.0, 3690.0, 3713.0, 3702.0, 3714.0, 3702.0, 3713.0, 3703.0, 3712.0, 3712.0, 3713.0, 3714.0, 3724.0, 3714.0, 3713.0, 3714.0, 3714.0, 3714.0, 3713.0, 3713.0, 3691.0, 3701.0, 3702.0, 3712.0, 3713.0, 3723.0, 3713.0, 3711.0, 3701.0, 3712.0, 3712.0, 3712.0, 3713.0, 3691.0, 3711.0, 3701.0, 3701.0, 3701.0, 3699.0, 3701.0, 3700.0, 3702.0, 3710.0, 3701.0, 3711.0, 3702.0, 3712.0, 3712.0, 3712.0, 3713.0, 3713.0, 3714.0, 3702.0, 3712.0, 3692.0, 3712.0, 3703.0, 3713.0, 3702.0, 3712.0, 3712.0, 3712.0, 3703.0, 3713.0, 3713.0, 3713.0, 3713.0, 3723.0, 3714.0, 3723.0, 3714.0, 3714.0, 3713.0, 3702.0, 3714.0, 3703.0, 3713.0, 3703.0, 3713.0, 3702.0, 3712.0, 3703.0, 3701.0, 3712.0, 3723.0, 3702.0, 3713.0, 3712.0, 3702.0, 3714.0, 3713.0, 3713.0, 3715.0, 3724.0, 3714.0, 3723.0, 3714.0, 3724.0, 3701.0, 3712.0, 3703.0, 3711.0, 3712.0, 3711.0, 3702.0, 3690.0, 3701.0, 3690.0, 3702.0, 3701.0, 3712.0, 3689.0, 3701.0, 3691.0, 3700.0, 3699.0, 3714.0, 3690.0, 3701.0, 3690.0, 3712.0, 3690.0, 3712.0, 3689.0, 3701.0, 3692.0, 3711.0, 3691.0, 3713.0, 3701.0, 3701.0, 3712.0, 3712.0, 3702.0, 3710.0, 3702.0, 3700.0, 3701.0, 3712.0, 3712.0, 3711.0, 3713.0, 3721.0, 3713.0, 3712.0, 3703.0, 3712.0, 3702.0, 3723.0, 3701.0, 3699.0, 3701.0, 3699.0, 3713.0, 3711.0, 3701.0, 3711.0, 3701.0, 3700.0, 3700.0, 3710.0, 3711.0, 3699.0, 3710.0, 3689.0, 3700.0, 3680.0, 3700.0, 3700.0, 3711.0, 3711.0, 3700.0, 3702.0, 3700.0, 3700.0, 3699.0, 3701.0, 3700.0, 3700.0, 3700.0, 3702.0, 3721.0, 3701.0, 3710.0, 3701.0, 3710.0, 3702.0, 3711.0, 3701.0, 3710.0, 3700.0, 3700.0, 3711.0, 3701.0, 3713.0, 3700.0, 3712.0, 3700.0, 3711.0, 3702.0, 3711.0, 3713.0, 3711.0, 3712.0, 3709.0, 3712.0, 3711.0, 3709.0, 3700.0, 3702.0, 3711.0, 3701.0, 3711.0, 3713.0, 3723.0, 3714.0, 3712.0, 3701.0, 3690.0, 3713.0, 3713.0, 3714.0, 3714.0, 3712.0, 3714.0, 3713.0, 3727.0, 3740.0, 3727.0, 3713.0, 3713.0, 3713.0, 3724.0, 3713.0, 3713.0, 3724.0, 3726.0, 3736.0, 3716.0, 3724.0, 3714.0, 3724.0, 3702.0, 3711.0, 3713.0, 3723.0, 3713.0, 3713.0, 3712.0, 3691.0, 3701.0, 3701.0, 3712.0, 3690.0, 3711.0, 3700.0, 3699.0, 3700.0, 3699.0, 3699.0, 3699.0, 3699.0, 3698.0, 3699.0, 3698.0, 3700.0, 3710.0, 3699.0, 3709.0, 3688.0, 3707.0, 3689.0, 3709.0, 3688.0, 3708.0, 3689.0, 3698.0, 3699.0, 3708.0, 3700.0, 3709.0, 3689.0, 3699.0, 3700.0, 3700.0, 3701.0, 3689.0, 3711.0, 3690.0, 3711.0, 3702.0, 3700.0, 3712.0, 3723.0, 3702.0, 3711.0, 3702.0, 3712.0, 3702.0, 3711.0, 3703.0, 3711.0, 3702.0, 3712.0, 3701.0, 3700.0, 3712.0, 3712.0, 3701.0, 3690.0, 3702.0, 3691.0, 3713.0, 3701.0, 3714.0, 3691.0, 3712.0, 3691.0, 3700.0, 3701.0, 3702.0, 3712.0, 3712.0, 3702.0, 3712.0, 3702.0, 3712.0, 3703.0, 3712.0, 3702.0, 3712.0, 3712.0, 3692.0, 3713.0, 3702.0, 3713.0, 3691.0, 3712.0, 3714.0, 3712.0, 3713.0, 3713.0, 3714.0, 3723.0, 3714.0, 3713.0, 3714.0, 3712.0, 3714.0, 3713.0, 3712.0, 3692.0, 3713.0, 3691.0, 3715.0, 3713.0, 3714.0, 3702.0, 3712.0, 3691.0, 3702.0, 3700.0, 3713.0, 3701.0, 3712.0, 3691.0, 3711.0, 3702.0, 3713.0, 3692.0, 3713.0, 3703.0, 3702.0, 3702.0, 3713.0, 3702.0, 3702.0, 3713.0, 3701.0, 3712.0, 3702.0, 3702.0, 3701.0, 3702.0, 3702.0, 3712.0, 3722.0, 3703.0, 3723.0, 3713.0, 3712.0, 3713.0, 3712.0, 3713.0, 3723.0, 3714.0, 3723.0, 3714.0, 3702.0, 3714.0, 3712.0, 3714.0, 3712.0, 3713.0, 3702.0, 3713.0, 3713.0, 3714.0, 3713.0, 3714.0, 3703.0, 3713.0, 3692.0, 3714.0, 3703.0, 3714.0, 3714.0, 3713.0, 3714.0, 3711.0, 3714.0, 3723.0, 3714.0, 3712.0, 3703.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3702.0, 3691.0, 3701.0, 3692.0, 3713.0, 3702.0, 3712.0, 3713.0, 3723.0, 3714.0, 3712.0, 3714.0, 3712.0, 3702.0, 3702.0, 3713.0, 3691.0, 3714.0, 3702.0, 3713.0, 3692.0, 3712.0, 3703.0, 3713.0, 3713.0, 3712.0, 3714.0, 3712.0, 3703.0, 3711.0, 3713.0, 3712.0, 3713.0, 3703.0, 3712.0, 3692.0, 3713.0, 3713.0, 3713.0, 3714.0, 3713.0, 3713.0, 3703.0, 3715.0, 3714.0, 3714.0, 3715.0, 3724.0, 3715.0, 3724.0, 3714.0, 3724.0, 3714.0, 3703.0, 3713.0, 3702.0, 3714.0, 3713.0, 3712.0, 3713.0, 3712.0, 3702.0, 3712.0, 3713.0, 3722.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3713.0, 3713.0, 3703.0, 3712.0, 3714.0, 3724.0, 3713.0, 3723.0, 3702.0, 3712.0, 3713.0, 3712.0, 3713.0, 3701.0, 3712.0, 3701.0, 3701.0, 3701.0, 3711.0, 3690.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3713.0, 3713.0, 3713.0, 3701.0, 3713.0, 3702.0, 3713.0, 3691.0, 3711.0, 3702.0, 3700.0, 3702.0, 3699.0, 3712.0, 3711.0, 3701.0, 3711.0, 3711.0, 3711.0, 3713.0, 3701.0, 3712.0, 3702.0, 3711.0, 3702.0, 3711.0, 3712.0, 3712.0, 3702.0, 3712.0, 3712.0, 3700.0, 3712.0, 3711.0, 3711.0, 3690.0, 3710.0, 3701.0, 3699.0, 3713.0, 3711.0, 3702.0, 3712.0, 3712.0, 3700.0, 3712.0, 3701.0, 3713.0, 3702.0, 3712.0, 3702.0, 3712.0, 3701.0, 3712.0, 3712.0, 3722.0, 3713.0, 3711.0, 3702.0, 3710.0, 3701.0, 3711.0, 3699.0, 3679.0, 3699.0, 3689.0, 3711.0, 3690.0, 3701.0, 3690.0, 3711.0, 3701.0, 3700.0, 3700.0, 3699.0, 3701.0, 3711.0, 3702.0, 3712.0, 3712.0, 3711.0, 3712.0, 3700.0, 3711.0, 3691.0, 3712.0, 3702.0, 3712.0, 3713.0, 3712.0, 3702.0, 3712.0, 3713.0, 3702.0, 3714.0, 3714.0, 3714.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3724.0, 3713.0, 3701.0, 3713.0, 3692.0, 3712.0, 3701.0, 3712.0, 3691.0, 3701.0, 3701.0, 3701.0, 3716.0, 3724.0, 3705.0, 3715.0, 3713.0, 3715.0, 3726.0, 3714.0, 3715.0, 3715.0, 3715.0, 3713.0, 3703.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3702.0, 3710.0, 3703.0, 3711.0, 3702.0, 3711.0, 3711.0, 3691.0, 3712.0, 3713.0, 3713.0, 3714.0, 3724.0, 3704.0, 3723.0, 3714.0, 3724.0, 3714.0, 3713.0, 3703.0, 3711.0, 3702.0, 3721.0, 3702.0, 3711.0, 3701.0, 3710.0, 3690.0, 3710.0, 3699.0, 3711.0, 3700.0, 3710.0, 3701.0, 3710.0, 3690.0, 3710.0, 3700.0, 3709.0, 3690.0, 3710.0, 3700.0, 3710.0, 3701.0, 3710.0, 3700.0, 3690.0, 3700.0, 3688.0, 3701.0, 3699.0, 3700.0, 3689.0, 3700.0, 3690.0, 3700.0, 3690.0, 3700.0, 3701.0, 3710.0, 3701.0, 3699.0, 3701.0, 3699.0, 3700.0, 3699.0, 3701.0, 3721.0, 3701.0, 3711.0, 3702.0, 3722.0, 3702.0, 3712.0, 3702.0, 3712.0, 3713.0, 3702.0, 3713.0, 3692.0, 3712.0, 3691.0, 3713.0, 3691.0, 3712.0, 3691.0, 3711.0, 3702.0, 3712.0, 3712.0, 3723.0, 3714.0, 3723.0, 3703.0, 3723.0, 3713.0, 3713.0, 3713.0, 3702.0, 3713.0, 3712.0, 3725.0, 3703.0, 3712.0, 3703.0, 3713.0, 3702.0, 3713.0, 3702.0, 3712.0, 3702.0, 3712.0, 3701.0, 3713.0, 3701.0, 3712.0, 3689.0, 3711.0, 3700.0, 3712.0, 3690.0, 3700.0, 3690.0, 3701.0, 3699.0, 3701.0, 3690.0, 3700.0, 3678.0, 3699.0, 3689.0, 3700.0, 3678.0, 3711.0, 3701.0, 3700.0, 3677.0, 3700.0, 3687.0, 3699.0, 3678.0, 3698.0, 3677.0, 3699.0, 3689.0, 3700.0, 3689.0, 3700.0, 3690.0, 3701.0, 3691.0, 3713.0, 3702.0, 3712.0, 3713.0, 3701.0, 3703.0, 3712.0, 3713.0, 3711.0, 3711.0, 3711.0, 3702.0, 3710.0, 3701.0, 3712.0, 3702.0, 3712.0, 3713.0, 3700.0, 3713.0, 3703.0, 3713.0, 3701.0, 3702.0, 3691.0, 3701.0, 3701.0, 3702.0, 3691.0, 3700.0, 3702.0, 3701.0, 3702.0, 3712.0, 3712.0, 3722.0, 3713.0, 3711.0, 3702.0, 3712.0, 3712.0, 3712.0, 3702.0, 3702.0, 3713.0, 3713.0, 3714.0, 3712.0, 3713.0, 3702.0, 3713.0, 3691.0, 3713.0, 3702.0, 3713.0, 3702.0, 3712.0, 3692.0, 3712.0, 3704.0, 3712.0, 3714.0, 3713.0, 3714.0, 3712.0, 3714.0, 3713.0, 3714.0, 3712.0, 3714.0, 3713.0, 3703.0, 3711.0, 3702.0, 3712.0, 3703.0, 3713.0, 3703.0, 3702.0, 3714.0, 3713.0, 3725.0, 3704.0, 3715.0, 3704.0, 3715.0, 3705.0, 3714.0, 3714.0, 3713.0, 3715.0, 3703.0, 3715.0, 3713.0, 3713.0, 3714.0, 3704.0, 3712.0, 3714.0, 3724.0, 3714.0, 3712.0, 3714.0, 3703.0, 3703.0, 3702.0, 3713.0, 3702.0, 3712.0, 3703.0, 3702.0, 3702.0, 3713.0, 3713.0, 3713.0, 3713.0, 3722.0, 3713.0, 3723.0, 3713.0, 3712.0, 3713.0, 3712.0, 3703.0, 3713.0, 3715.0, 3723.0, 3714.0, 3702.0, 3714.0, 3702.0, 3714.0, 3701.0, 3713.0, 3702.0, 3713.0, 3714.0, 3713.0, 3704.0, 3724.0, 3703.0, 3712.0, 3702.0, 3701.0, 3713.0, 3702.0, 3712.0, 3691.0, 3712.0, 3703.0, 3711.0, 3713.0, 3723.0, 3713.0, 3713.0, 3703.0, 3712.0, 3713.0, 3711.0, 3713.0, 3701.0, 3702.0, 3691.0, 3701.0, 3702.0, 3712.0, 3712.0, 3722.0, 3714.0, 3711.0, 3703.0, 3722.0, 3712.0, 3712.0, 3713.0, 3702.0, 3713.0, 3702.0, 3713.0, 3691.0, 3712.0, 3703.0, 3713.0, 3714.0, 3724.0, 3714.0, 3724.0, 3714.0, 3703.0, 3702.0, 3703.0, 3714.0, 3713.0, 3723.0, 3714.0, 3713.0, 3714.0, 3724.0, 3714.0, 3713.0, 3714.0, 3703.0, 3713.0, 3703.0, 3714.0, 3714.0, 3724.0, 3716.0, 3712.0, 3703.0, 3712.0, 3703.0, 3711.0, 3703.0, 3712.0, 3713.0, 3712.0, 3714.0, 3712.0, 3713.0, 3692.0, 3713.0, 3701.0, 3714.0, 3702.0, 3713.0, 3702.0, 3713.0, 3712.0, 3724.0, 3713.0, 3727.0, 3696.0, 3726.0, 3717.0, 3728.0, 3717.0, 3728.0, 3728.0, 3718.0, 3729.0, 3717.0, 3715.0, 3715.0, 3714.0, 3703.0, 3713.0, 3704.0, 3713.0, 3704.0, 3724.0, 3714.0, 3713.0, 3705.0, 3712.0, 3716.0, 3715.0, 3715.0, 3713.0, 3716.0, 3692.0, 3714.0, 3703.0, 3728.0, 3706.0, 3715.0, 3704.0, 3715.0, 3717.0, 3714.0, 3716.0, 3727.0, 3717.0, 3715.0, 3718.0, 3724.0, 3716.0, 3714.0, 3715.0, 3703.0, 3715.0, 3716.0, 3725.0, 3705.0, 3713.0, 3714.0, 3713.0, 3715.0, 3725.0, 3715.0, 3714.0, 3716.0, 3703.0, 3716.0, 3713.0, 3714.0, 3703.0, 3713.0, 3691.0, 3702.0, 3701.0, 3713.0, 3692.0, 3714.0, 3704.0, 3713.0, 3703.0, 3713.0, 3714.0, 3712.0, 3713.0, 3711.0, 3712.0, 3713.0, 3713.0, 3724.0, 3715.0, 3712.0, 3704.0, 3713.0, 3713.0, 3723.0, 3700.0, 3703.0, 3712.0, 3702.0, 3715.0, 3701.0, 3712.0, 3692.0, 3712.0, 3704.0, 3712.0, 3715.0, 3724.0, 3715.0, 3725.0, 3715.0, 3714.0, 3715.0, 3714.0, 3725.0, 3706.0, 3726.0, 3705.0, 3714.0, 3726.0, 3714.0, 3716.0, 3724.0, 3716.0, 3713.0, 3704.0, 3725.0, 3714.0, 3703.0, 3725.0, 3705.0, 3715.0, 3714.0, 3725.0, 3714.0, 3712.0, 3703.0, 3712.0, 3713.0, 3715.0, 3714.0, 3724.0, 3704.0, 3712.0, 3704.0, 3723.0, 3704.0, 3713.0, 3702.0, 3712.0, 3701.0, 3703.0, 3714.0, 3714.0, 3725.0, 3714.0, 3706.0, 3715.0, 3702.0, 3712.0, 3690.0, 3714.0, 3702.0, 3712.0, 3702.0, 3722.0, 3702.0, 3723.0, 3713.0, 3711.0, 3700.0, 3712.0, 3714.0, 3725.0, 3712.0, 3700.0, 3715.0, 3714.0, 3725.0], 'WindowWidth': [8438.0, 8407.0, 8395.0, 8376.0, 8352.0, 8356.0, 8366.0, 8337.0, 8348.0, 8332.0, 8341.0, 8348.0, 8346.0, 8351.0, 8332.0, 8347.0, 8333.0, 8349.0, 8348.0, 8351.0, 8348.0, 8345.0, 8334.0, 8332.0, 8331.0, 8347.0, 8334.0, 8345.0, 8348.0, 8329.0, 8349.0, 8348.0, 8334.0, 8359.0, 8332.0, 8356.0, 8331.0, 8327.0, 8329.0, 8339.0, 8327.0, 8337.0, 8310.0, 8339.0, 8327.0, 8341.0, 8327.0, 8337.0, 8325.0, 8320.0, 8327.0, 8324.0, 8327.0, 8337.0, 8327.0, 8337.0, 8330.0, 8339.0, 8328.0, 8341.0, 8328.0, 8323.0, 8328.0, 8327.0, 8352.0, 8331.0, 8348.0, 8318.0, 8346.0, 8318.0, 8354.0, 8332.0, 8349.0, 8318.0, 8333.0, 8314.0, 8349.0, 8343.0, 8348.0, 8314.0, 8344.0, 8315.0, 8347.0, 8329.0, 8352.0, 8331.0, 8347.0, 8317.0, 8331.0, 8317.0, 8350.0, 8315.0, 8345.0, 8332.0, 8328.0, 8314.0, 8332.0, 8297.0, 8329.0, 8314.0, 8324.0, 8331.0, 8325.0, 8346.0, 8343.0, 8333.0, 8345.0, 8333.0, 8344.0, 8348.0, 8362.0, 8351.0, 8330.0, 8348.0, 8334.0, 8348.0, 8351.0, 8351.0, 8352.0, 8362.0, 8336.0, 8347.0, 8348.0, 8360.0, 8351.0, 8346.0, 8345.0, 8333.0, 8348.0, 8318.0, 8348.0, 8330.0, 8349.0, 8315.0, 8343.0, 8333.0, 8343.0, 8332.0, 8344.0, 8348.0, 8344.0, 8348.0, 8343.0, 8344.0, 8327.0, 8345.0, 8361.0, 8346.0, 8344.0, 8347.0, 8341.0, 8349.0, 8345.0, 8349.0, 8327.0, 8346.0, 8327.0, 8352.0, 8330.0, 8348.0, 8318.0, 8347.0, 8333.0, 8347.0, 8346.0, 8347.0, 8348.0, 8345.0, 8349.0, 8330.0, 8351.0, 8361.0, 8352.0, 8363.0, 8350.0, 8330.0, 8351.0, 8334.0, 8351.0, 8350.0, 8348.0, 8350.0, 8361.0, 8353.0, 8363.0, 8351.0, 8345.0, 8352.0, 8329.0, 8350.0, 8333.0, 8350.0, 8350.0, 8346.0, 8350.0, 8349.0, 8353.0, 8362.0, 8337.0, 8346.0, 8350.0, 8347.0, 8352.0, 8336.0, 8352.0, 8354.0, 8347.0, 8351.0, 8349.0, 8353.0, 8363.0, 8352.0, 8347.0, 8350.0, 8332.0, 8354.0, 8335.0, 8351.0, 8351.0, 8363.0, 8352.0, 8363.0, 8351.0, 8349.0, 8350.0, 8333.0, 8349.0, 8334.0, 8350.0, 8351.0, 8365.0, 8353.0, 8345.0, 8353.0, 8366.0, 8353.0, 8337.0, 8349.0, 8350.0, 8384.0, 8354.0, 8368.0, 8352.0, 8332.0, 8356.0, 8348.0, 8352.0, 8350.0, 8363.0, 8351.0, 8362.0, 8350.0, 8344.0, 8346.0, 8328.0, 8345.0, 8347.0, 8348.0, 8348.0, 8359.0, 8335.0, 8362.0, 8350.0, 8332.0, 8348.0, 8317.0, 8348.0, 8333.0, 8347.0, 8346.0, 8343.0, 8346.0, 8326.0, 8344.0, 8342.0, 8345.0, 8343.0, 8346.0, 8343.0, 8347.0, 8347.0, 8366.0, 8332.0, 8349.0, 8318.0, 8349.0, 8351.0, 8365.0, 8353.0, 8365.0, 8352.0, 8362.0, 8352.0, 8363.0, 8336.0, 8333.0, 8349.0, 8333.0, 8354.0, 8351.0, 8349.0, 8350.0, 8360.0, 8336.0, 8361.0, 8336.0, 8361.0, 8333.0, 8339.0, 8347.0, 8341.0, 8351.0, 8330.0, 8343.0, 8315.0, 8343.0, 8330.0, 8345.0, 8346.0, 8362.0, 8348.0, 8344.0, 8335.0, 8360.0, 8347.0, 8344.0, 8346.0, 8326.0, 8346.0, 8327.0, 8348.0, 8316.0, 8344.0, 8330.0, 8328.0, 8347.0, 8362.0, 8333.0, 8360.0, 8332.0, 8330.0, 8352.0, 8351.0, 8367.0, 8352.0, 8360.0, 8351.0, 8363.0, 8334.0, 8361.0, 8344.0, 8329.0, 8347.0, 8312.0, 8347.0, 8347.0, 8328.0, 8344.0, 8327.0, 8346.0, 8361.0, 8331.0, 8340.0, 8313.0, 8337.0, 8329.0, 8341.0, 8344.0, 8314.0, 8328.0, 8329.0, 8346.0, 8346.0, 8359.0, 8331.0, 8341.0, 8332.0, 8343.0, 8329.0, 8324.0, 8325.0, 8308.0, 8326.0, 8308.0, 8327.0, 8310.0, 8321.0, 8324.0, 8320.0, 8311.0, 8341.0, 8312.0, 8337.0, 8309.0, 8319.0, 8312.0, 8337.0, 8342.0, 8311.0, 8338.0, 8311.0, 8325.0, 8343.0, 8360.0, 8330.0, 8340.0, 8327.0, 8337.0, 8326.0, 8324.0, 8327.0, 8310.0, 8321.0, 8309.0, 8322.0, 8328.0, 8341.0, 8312.0, 8324.0, 8326.0, 8309.0, 8347.0, 8327.0, 8345.0, 8315.0, 8326.0, 8326.0, 8340.0, 8330.0, 8343.0, 8330.0, 8340.0, 8314.0, 8338.0, 8330.0, 8340.0, 8342.0, 8310.0, 8324.0, 8326.0, 8341.0, 8331.0, 8342.0, 8330.0, 8340.0, 8327.0, 8339.0, 8334.0, 8327.0, 8342.0, 8310.0, 8325.0, 8312.0, 8327.0, 8327.0, 8342.0, 8328.0, 8338.0, 8328.0, 8341.0, 8345.0, 8313.0, 8341.0, 8326.0, 8343.0, 8336.0, 8361.0, 8334.0, 8344.0, 8332.0, 8339.0, 8330.0, 8344.0, 8312.0, 8322.0, 8308.0, 8320.0, 8324.0, 8337.0, 8328.0, 8336.0, 8324.0, 8320.0, 8326.0, 8335.0, 8346.0, 8312.0, 8344.0, 8312.0, 8345.0, 8328.0, 8349.0, 8314.0, 8345.0, 8318.0, 8343.0, 8301.0, 8328.0, 8312.0, 8347.0, 8313.0, 8329.0, 8313.0, 8327.0, 8331.0, 8346.0, 8348.0, 8362.0, 8349.0, 8346.0, 8351.0, 8360.0, 8351.0, 8344.0, 8347.0, 8333.0, 8347.0, 8317.0, 8353.0, 8348.0, 8344.0, 8349.0, 8360.0, 8334.0, 8362.0, 8352.0, 8359.0, 8333.0, 8342.0, 8348.0, 8347.0, 8352.0, 8363.0, 8351.0, 8331.0, 8352.0, 8347.0, 8353.0, 8330.0, 8348.0, 8316.0, 8346.0, 8328.0, 8351.0, 8331.0, 8347.0, 8319.0, 8326.0, 8331.0, 8329.0, 8332.0, 8331.0, 8346.0, 8358.0, 8346.0, 8345.0, 8331.0, 8326.0, 8332.0, 8344.0, 8330.0, 8339.0, 8330.0, 8339.0, 8333.0, 8341.0, 8332.0, 8342.0, 8329.0, 8326.0, 8346.0, 8340.0, 8349.0, 8328.0, 8344.0, 8315.0, 8345.0, 8314.0, 8346.0, 8315.0, 8347.0, 8334.0, 8344.0, 8346.0, 8345.0, 8350.0, 8348.0, 8349.0, 8346.0, 8348.0, 8359.0, 8353.0, 8364.0, 8352.0, 8347.0, 8349.0, 8342.0, 8353.0, 8329.0, 8348.0, 8337.0, 8349.0, 8351.0, 8350.0, 8357.0, 8367.0, 8353.0, 8349.0, 8370.0, 8365.0, 8354.0, 8350.0, 8351.0, 8331.0, 8348.0, 8328.0, 8353.0, 8344.0, 8350.0, 8313.0, 8331.0, 8312.0, 8330.0, 8327.0, 8345.0, 8310.0, 8326.0, 8312.0, 8328.0, 8314.0, 8350.0, 8331.0, 8345.0, 8349.0, 8329.0, 8331.0, 8342.0, 8348.0, 8362.0, 8345.0, 8342.0, 8334.0, 8359.0, 8351.0, 8346.0, 8335.0, 8312.0, 8348.0, 8330.0, 8351.0, 8330.0, 8349.0, 8333.0, 8345.0, 8347.0, 8348.0, 8354.0, 8365.0, 8351.0, 8347.0, 8350.0, 8348.0, 8355.0, 8347.0, 8348.0, 8316.0, 8329.0, 8332.0, 8347.0, 8348.0, 8362.0, 8348.0, 8342.0, 8330.0, 8344.0, 8346.0, 8344.0, 8347.0, 8315.0, 8343.0, 8327.0, 8330.0, 8328.0, 8324.0, 8329.0, 8326.0, 8329.0, 8340.0, 8328.0, 8342.0, 8331.0, 8342.0, 8346.0, 8343.0, 8349.0, 8346.0, 8352.0, 8329.0, 8346.0, 8318.0, 8344.0, 8332.0, 8350.0, 8332.0, 8345.0, 8346.0, 8345.0, 8333.0, 8348.0, 8349.0, 8348.0, 8349.0, 8361.0, 8351.0, 8361.0, 8351.0, 8350.0, 8351.0, 8333.0, 8352.0, 8335.0, 8350.0, 8334.0, 8349.0, 8331.0, 8345.0, 8334.0, 8328.0, 8345.0, 8361.0, 8333.0, 8348.0, 8346.0, 8331.0, 8352.0, 8350.0, 8349.0, 8352.0, 8363.0, 8351.0, 8360.0, 8352.0, 8364.0, 8331.0, 8344.0, 8333.0, 8341.0, 8346.0, 8341.0, 8330.0, 8310.0, 8328.0, 8312.0, 8331.0, 8325.0, 8345.0, 8308.0, 8329.0, 8316.0, 8328.0, 8323.0, 8353.0, 8312.0, 8329.0, 8313.0, 8345.0, 8310.0, 8347.0, 8310.0, 8329.0, 8318.0, 8344.0, 8315.0, 8350.0, 8328.0, 8328.0, 8346.0, 8344.0, 8331.0, 8342.0, 8331.0, 8325.0, 8328.0, 8344.0, 8345.0, 8342.0, 8347.0, 8356.0, 8349.0, 8343.0, 8335.0, 8345.0, 8333.0, 8359.0, 8328.0, 8323.0, 8328.0, 8322.0, 8347.0, 8340.0, 8328.0, 8338.0, 8327.0, 8322.0, 8324.0, 8338.0, 8342.0, 8322.0, 8339.0, 8309.0, 8325.0, 8297.0, 8327.0, 8327.0, 8343.0, 8343.0, 8326.0, 8330.0, 8326.0, 8326.0, 8324.0, 8327.0, 8323.0, 8325.0, 8323.0, 8330.0, 8356.0, 8328.0, 8340.0, 8328.0, 8338.0, 8331.0, 8341.0, 8329.0, 8339.0, 8326.0, 8323.0, 8340.0, 8325.0, 8349.0, 8325.0, 8345.0, 8328.0, 8341.0, 8330.0, 8343.0, 8348.0, 8343.0, 8345.0, 8337.0, 8343.0, 8342.0, 8337.0, 8328.0, 8330.0, 8342.0, 8329.0, 8341.0, 8350.0, 8363.0, 8353.0, 8344.0, 8329.0, 8313.0, 8350.0, 8349.0, 8352.0, 8352.0, 8347.0, 8350.0, 8350.0, 8375.0, 8400.0, 8374.0, 8348.0, 8349.0, 8350.0, 8364.0, 8348.0, 8349.0, 8365.0, 8373.0, 8388.0, 8358.0, 8365.0, 8352.0, 8364.0, 8333.0, 8341.0, 8350.0, 8360.0, 8351.0, 8349.0, 8345.0, 8316.0, 8331.0, 8327.0, 8347.0, 8312.0, 8340.0, 8327.0, 8320.0, 8324.0, 8324.0, 8323.0, 8321.0, 8323.0, 8319.0, 8323.0, 8319.0, 8325.0, 8339.0, 8323.0, 8333.0, 8307.0, 8330.0, 8310.0, 8336.0, 8307.0, 8333.0, 8307.0, 8318.0, 8322.0, 8333.0, 8325.0, 8334.0, 8308.0, 8321.0, 8325.0, 8322.0, 8330.0, 8308.0, 8342.0, 8313.0, 8342.0, 8331.0, 8327.0, 8346.0, 8362.0, 8333.0, 8343.0, 8333.0, 8342.0, 8331.0, 8341.0, 8333.0, 8341.0, 8330.0, 8342.0, 8329.0, 8323.0, 8346.0, 8343.0, 8329.0, 8311.0, 8331.0, 8314.0, 8348.0, 8327.0, 8351.0, 8313.0, 8343.0, 8315.0, 8326.0, 8328.0, 8330.0, 8344.0, 8346.0, 8331.0, 8343.0, 8332.0, 8343.0, 8334.0, 8344.0, 8330.0, 8342.0, 8346.0, 8316.0, 8349.0, 8330.0, 8350.0, 8316.0, 8346.0, 8351.0, 8343.0, 8347.0, 8348.0, 8350.0, 8362.0, 8351.0, 8346.0, 8350.0, 8345.0, 8352.0, 8346.0, 8346.0, 8318.0, 8350.0, 8315.0, 8353.0, 8346.0, 8353.0, 8330.0, 8345.0, 8314.0, 8331.0, 8325.0, 8350.0, 8328.0, 8346.0, 8316.0, 8344.0, 8331.0, 8350.0, 8316.0, 8346.0, 8333.0, 8330.0, 8332.0, 8347.0, 8332.0, 8330.0, 8348.0, 8329.0, 8344.0, 8330.0, 8331.0, 8330.0, 8329.0, 8329.0, 8345.0, 8357.0, 8334.0, 8362.0, 8349.0, 8344.0, 8348.0, 8342.0, 8349.0, 8361.0, 8352.0, 8361.0, 8350.0, 8332.0, 8352.0, 8346.0, 8352.0, 8346.0, 8347.0, 8330.0, 8348.0, 8346.0, 8352.0, 8347.0, 8353.0, 8333.0, 8349.0, 8319.0, 8352.0, 8335.0, 8353.0, 8350.0, 8348.0, 8352.0, 8344.0, 8352.0, 8364.0, 8351.0, 8345.0, 8334.0, 8343.0, 8346.0, 8343.0, 8344.0, 8342.0, 8330.0, 8314.0, 8330.0, 8317.0, 8349.0, 8332.0, 8345.0, 8347.0, 8360.0, 8349.0, 8346.0, 8350.0, 8346.0, 8331.0, 8330.0, 8347.0, 8314.0, 8352.0, 8330.0, 8349.0, 8320.0, 8345.0, 8333.0, 8346.0, 8349.0, 8346.0, 8349.0, 8345.0, 8334.0, 8343.0, 8350.0, 8345.0, 8348.0, 8333.0, 8345.0, 8317.0, 8347.0, 8348.0, 8348.0, 8349.0, 8346.0, 8349.0, 8333.0, 8355.0, 8350.0, 8352.0, 8354.0, 8362.0, 8354.0, 8365.0, 8352.0, 8365.0, 8351.0, 8333.0, 8348.0, 8332.0, 8351.0, 8346.0, 8346.0, 8349.0, 8343.0, 8332.0, 8346.0, 8349.0, 8359.0, 8347.0, 8343.0, 8346.0, 8344.0, 8347.0, 8345.0, 8348.0, 8334.0, 8345.0, 8351.0, 8366.0, 8349.0, 8361.0, 8333.0, 8344.0, 8349.0, 8344.0, 8349.0, 8328.0, 8344.0, 8327.0, 8329.0, 8326.0, 8342.0, 8312.0, 8342.0, 8345.0, 8341.0, 8346.0, 8345.0, 8348.0, 8347.0, 8349.0, 8328.0, 8348.0, 8329.0, 8348.0, 8315.0, 8341.0, 8331.0, 8326.0, 8331.0, 8326.0, 8346.0, 8343.0, 8330.0, 8339.0, 8341.0, 8339.0, 8347.0, 8327.0, 8344.0, 8331.0, 8341.0, 8331.0, 8342.0, 8346.0, 8343.0, 8332.0, 8344.0, 8345.0, 8325.0, 8345.0, 8340.0, 8342.0, 8310.0, 8338.0, 8327.0, 8322.0, 8347.0, 8342.0, 8332.0, 8344.0, 8345.0, 8324.0, 8348.0, 8328.0, 8347.0, 8331.0, 8344.0, 8332.0, 8344.0, 8329.0, 8345.0, 8345.0, 8358.0, 8346.0, 8341.0, 8331.0, 8339.0, 8328.0, 8338.0, 8323.0, 8295.0, 8324.0, 8309.0, 8343.0, 8310.0, 8327.0, 8311.0, 8339.0, 8327.0, 8323.0, 8325.0, 8322.0, 8327.0, 8340.0, 8330.0, 8341.0, 8344.0, 8341.0, 8347.0, 8323.0, 8343.0, 8315.0, 8342.0, 8331.0, 8343.0, 8348.0, 8345.0, 8332.0, 8344.0, 8348.0, 8332.0, 8351.0, 8349.0, 8351.0, 8351.0, 8365.0, 8351.0, 8361.0, 8352.0, 8362.0, 8348.0, 8329.0, 8348.0, 8315.0, 8345.0, 8326.0, 8346.0, 8313.0, 8326.0, 8329.0, 8326.0, 8357.0, 8364.0, 8338.0, 8352.0, 8347.0, 8351.0, 8368.0, 8353.0, 8352.0, 8354.0, 8353.0, 8345.0, 8333.0, 8345.0, 8342.0, 8341.0, 8344.0, 8342.0, 8330.0, 8338.0, 8334.0, 8342.0, 8330.0, 8340.0, 8342.0, 8315.0, 8344.0, 8347.0, 8349.0, 8350.0, 8364.0, 8338.0, 8360.0, 8351.0, 8362.0, 8351.0, 8346.0, 8334.0, 8342.0, 8332.0, 8355.0, 8330.0, 8341.0, 8327.0, 8337.0, 8310.0, 8338.0, 8323.0, 8341.0, 8325.0, 8338.0, 8326.0, 8335.0, 8312.0, 8338.0, 8323.0, 8334.0, 8309.0, 8335.0, 8325.0, 8337.0, 8328.0, 8338.0, 8326.0, 8310.0, 8326.0, 8305.0, 8328.0, 8321.0, 8326.0, 8307.0, 8324.0, 8310.0, 8324.0, 8311.0, 8327.0, 8326.0, 8338.0, 8328.0, 8322.0, 8326.0, 8324.0, 8325.0, 8321.0, 8328.0, 8355.0, 8330.0, 8342.0, 8332.0, 8358.0, 8331.0, 8343.0, 8331.0, 8344.0, 8349.0, 8331.0, 8348.0, 8317.0, 8345.0, 8314.0, 8349.0, 8313.0, 8343.0, 8315.0, 8342.0, 8330.0, 8346.0, 8345.0, 8363.0, 8350.0, 8359.0, 8333.0, 8359.0, 8348.0, 8346.0, 8348.0, 8332.0, 8349.0, 8345.0, 8368.0, 8335.0, 8347.0, 8335.0, 8348.0, 8330.0, 8350.0, 8330.0, 8345.0, 8328.0, 8346.0, 8326.0, 8348.0, 8328.0, 8345.0, 8309.0, 8343.0, 8323.0, 8346.0, 8311.0, 8326.0, 8310.0, 8329.0, 8322.0, 8330.0, 8311.0, 8325.0, 8292.0, 8323.0, 8307.0, 8326.0, 8291.0, 8342.0, 8328.0, 8323.0, 8290.0, 8325.0, 8302.0, 8322.0, 8290.0, 8319.0, 8290.0, 8322.0, 8307.0, 8326.0, 8308.0, 8325.0, 8310.0, 8326.0, 8313.0, 8347.0, 8330.0, 8342.0, 8348.0, 8328.0, 8334.0, 8344.0, 8346.0, 8344.0, 8343.0, 8341.0, 8332.0, 8339.0, 8331.0, 8343.0, 8332.0, 8344.0, 8347.0, 8324.0, 8348.0, 8331.0, 8348.0, 8326.0, 8331.0, 8314.0, 8329.0, 8326.0, 8331.0, 8313.0, 8326.0, 8330.0, 8326.0, 8331.0, 8344.0, 8345.0, 8357.0, 8348.0, 8342.0, 8333.0, 8343.0, 8346.0, 8343.0, 8332.0, 8329.0, 8347.0, 8345.0, 8351.0, 8344.0, 8348.0, 8330.0, 8346.0, 8315.0, 8348.0, 8329.0, 8349.0, 8330.0, 8345.0, 8318.0, 8345.0, 8336.0, 8346.0, 8351.0, 8347.0, 8351.0, 8344.0, 8350.0, 8346.0, 8351.0, 8345.0, 8350.0, 8344.0, 8334.0, 8341.0, 8332.0, 8342.0, 8335.0, 8344.0, 8335.0, 8330.0, 8350.0, 8346.0, 8369.0, 8335.0, 8354.0, 8337.0, 8353.0, 8340.0, 8353.0, 8351.0, 8348.0, 8353.0, 8332.0, 8354.0, 8349.0, 8349.0, 8348.0, 8337.0, 8342.0, 8351.0, 8361.0, 8352.0, 8342.0, 8349.0, 8331.0, 8334.0, 8329.0, 8350.0, 8328.0, 8344.0, 8335.0, 8330.0, 8333.0, 8347.0, 8348.0, 8345.0, 8347.0, 8359.0, 8345.0, 8361.0, 8347.0, 8345.0, 8348.0, 8343.0, 8335.0, 8345.0, 8353.0, 8360.0, 8351.0, 8331.0, 8349.0, 8330.0, 8349.0, 8327.0, 8348.0, 8331.0, 8346.0, 8349.0, 8345.0, 8337.0, 8361.0, 8334.0, 8343.0, 8331.0, 8326.0, 8346.0, 8330.0, 8346.0, 8313.0, 8342.0, 8332.0, 8341.0, 8349.0, 8363.0, 8349.0, 8346.0, 8334.0, 8344.0, 8349.0, 8342.0, 8348.0, 8328.0, 8331.0, 8314.0, 8328.0, 8331.0, 8343.0, 8345.0, 8358.0, 8350.0, 8342.0, 8336.0, 8359.0, 8345.0, 8345.0, 8348.0, 8330.0, 8348.0, 8329.0, 8349.0, 8315.0, 8344.0, 8334.0, 8346.0, 8351.0, 8364.0, 8353.0, 8363.0, 8349.0, 8333.0, 8333.0, 8332.0, 8350.0, 8348.0, 8362.0, 8350.0, 8346.0, 8352.0, 8363.0, 8353.0, 8346.0, 8352.0, 8335.0, 8348.0, 8335.0, 8351.0, 8351.0, 8365.0, 8355.0, 8345.0, 8336.0, 8345.0, 8335.0, 8343.0, 8333.0, 8345.0, 8348.0, 8344.0, 8351.0, 8344.0, 8348.0, 8318.0, 8348.0, 8327.0, 8351.0, 8329.0, 8347.0, 8329.0, 8348.0, 8343.0, 8363.0, 8345.0, 8372.0, 8328.0, 8371.0, 8358.0, 8376.0, 8362.0, 8375.0, 8377.0, 8363.0, 8377.0, 8358.0, 8352.0, 8352.0, 8349.0, 8333.0, 8344.0, 8334.0, 8346.0, 8337.0, 8362.0, 8351.0, 8344.0, 8337.0, 8342.0, 8355.0, 8350.0, 8354.0, 8346.0, 8355.0, 8317.0, 8351.0, 8333.0, 8375.0, 8339.0, 8352.0, 8336.0, 8352.0, 8357.0, 8351.0, 8356.0, 8369.0, 8357.0, 8352.0, 8360.0, 8364.0, 8355.0, 8349.0, 8352.0, 8332.0, 8355.0, 8353.0, 8368.0, 8338.0, 8347.0, 8350.0, 8347.0, 8353.0, 8366.0, 8352.0, 8349.0, 8355.0, 8333.0, 8355.0, 8346.0, 8352.0, 8333.0, 8345.0, 8314.0, 8329.0, 8326.0, 8350.0, 8316.0, 8348.0, 8336.0, 8346.0, 8332.0, 8347.0, 8350.0, 8345.0, 8346.0, 8341.0, 8344.0, 8346.0, 8348.0, 8362.0, 8352.0, 8343.0, 8335.0, 8346.0, 8348.0, 8358.0, 8327.0, 8331.0, 8346.0, 8330.0, 8353.0, 8328.0, 8347.0, 8316.0, 8343.0, 8335.0, 8344.0, 8352.0, 8365.0, 8352.0, 8364.0, 8353.0, 8349.0, 8354.0, 8348.0, 8366.0, 8340.0, 8368.0, 8340.0, 8351.0, 8369.0, 8351.0, 8355.0, 8364.0, 8353.0, 8346.0, 8337.0, 8366.0, 8351.0, 8334.0, 8366.0, 8340.0, 8354.0, 8351.0, 8367.0, 8349.0, 8344.0, 8334.0, 8342.0, 8346.0, 8353.0, 8349.0, 8362.0, 8337.0, 8343.0, 8336.0, 8361.0, 8334.0, 8342.0, 8331.0, 8342.0, 8328.0, 8331.0, 8348.0, 8350.0, 8365.0, 8351.0, 8341.0, 8351.0, 8330.0, 8345.0, 8310.0, 8349.0, 8331.0, 8345.0, 8331.0, 8356.0, 8330.0, 8360.0, 8345.0, 8340.0, 8325.0, 8343.0, 8351.0, 8363.0, 8344.0, 8324.0, 8353.0, 8351.0, 8367.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.0008159321120689656</td></tr>
<tr><td colspan=3>aqi</td><td>0.023482999892241382</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19536938123452</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2413676245336918</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0092422915902952</td></tr>
<tr><td colspan=3>efc</td><td>0.4431</td></tr>
<tr><td colspan=3>fber</td><td>8029.1865</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08205324560651676</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4008620689655173</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5607239550047507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446190396223731</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.889929658371435</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346051810419086</td></tr>
<tr><td colspan=3>gcor</td><td>0.00369341</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02006080560386181</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02247222326695919</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8422235824254103</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>64.9298</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.4591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.018</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>621.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.8424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4297</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>426.2744</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2937.8017</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.3112</td></tr>
<tr><td colspan=3>tsnr</td><td>43.08459261932876</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>