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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>35c41482c4e697b1c8ec0bbd58205d39</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>10:50:46.322500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997561, 0.0697549, -0.00243124, -0.067832, 0.977092, 0.20172]</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.0903397</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>[4130, -7768, -7236, 459, -204, -234, 33, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f553b91b-d264-44ac-880a-521d30f8ac86||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763837337493896, -0.1819881796836853, -0.04440555348992348, 121.89144134521484], [-0.1871473789215088, 2.6214652061462402, 0.5428702235221863, -95.25267791748047], [-0.0065228319726884365, -0.541199803352356, 2.644488573074341, -23.980213165283203], [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': ['105046.322500', '105046.782500', '105047.242500', '105047.702500', '105048.162500', '105048.622500', '105049.082500', '105049.542500', '105050.002500', '105050.462500', '105050.922500', '105051.382500', '105051.842500', '105052.302500', '105052.762500', '105053.222500', '105053.682500', '105054.142500', '105054.602500', '105055.062500', '105055.522500', '105055.982500', '105056.442500', '105056.902500', '105057.362500', '105057.822500', '105058.282500', '105058.742500', '105059.202500', '105059.662500', '105100.122500', '105100.582500', '105101.042500', '105101.502500', '105101.962500', '105102.422500', '105102.882500', '105103.342500', '105103.802500', '105104.262500', '105104.722500', '105105.182500', '105105.642500', '105106.102500', '105106.562500', '105107.022500', '105107.482500', '105107.942500', '105108.402500', '105108.862500', '105109.322500', '105109.782500', '105110.242500', '105110.702500', '105111.162500', '105111.622500', '105112.082500', '105112.542500', '105113.002500', '105113.462500', '105113.922500', '105114.382500', '105114.842500', '105115.302500', '105115.762500', '105116.222500', '105116.682500', '105117.142500', '105117.602500', '105118.062500', '105118.522500', '105118.982500', '105119.442500', '105119.902500', '105120.362500', '105120.822500', '105121.282500', '105121.742500', '105122.202500', '105122.662500', '105123.122500', '105123.582500', '105124.042500', '105124.502500', '105124.962500', '105125.422500', '105125.882500', '105126.342500', '105126.802500', '105127.262500', '105127.722500', '105128.182500', '105128.642500', '105129.102500', '105129.562500', '105130.022500', '105130.482500', '105130.942500', '105131.402500', '105131.862500', '105132.322500', '105132.782500', '105133.242500', '105133.702500', '105134.162500', '105134.622500', '105135.082500', '105135.542500', '105136.002500', '105136.462500', '105136.922500', '105137.382500', '105137.842500', '105138.302500', '105138.762500', '105139.222500', '105139.682500', '105140.142500', '105140.602500', '105141.062500', '105141.522500', '105141.982500', '105142.442500', '105142.902500', '105143.362500', '105143.822500', '105144.282500', '105144.742500', '105145.202500', '105145.662500', '105146.122500', '105146.582500', '105147.042500', '105147.502500', '105147.962500', '105148.422500', '105148.882500', '105149.342500', '105149.802500', '105150.262500', '105150.722500', '105151.182500', '105151.642500', '105152.102500', '105152.562500', '105153.022500', '105153.482500', '105153.942500', '105154.402500', '105154.862500', '105155.322500', '105155.782500', '105156.242500', '105156.702500', '105157.162500', '105157.622500', '105158.082500', '105158.542500', '105159.002500', '105159.462500', '105159.922500', '105200.382500', '105200.842500', '105201.302500', '105201.762500', '105202.222500', '105202.682500', '105203.142500', '105203.602500', '105204.062500', '105204.522500', '105204.982500', '105205.442500', '105205.902500', '105206.362500', '105206.822500', '105207.282500', '105207.742500', '105208.202500', '105208.662500', '105209.122500', '105209.582500', '105210.042500', '105210.502500', '105210.962500', '105211.422500', '105211.882500', '105212.342500', '105212.802500', '105213.262500', '105213.722500', '105214.182500', '105214.642500', '105215.102500', '105215.562500', '105216.022500', '105216.482500', '105216.942500', '105217.402500', '105217.862500', '105218.322500', '105218.782500', '105219.242500', '105219.702500', '105220.162500', '105220.622500', '105221.082500', '105221.542500', '105222.002500', '105222.462500', '105222.922500', '105223.382500', '105223.842500', '105224.302500', '105224.762500', '105225.222500', '105225.682500', '105226.142500', '105226.602500', '105227.062500', '105227.522500', '105227.982500', '105228.442500', '105228.902500', '105229.362500', '105229.822500', '105230.282500', '105230.742500', '105231.202500', '105231.662500', '105232.122500', '105232.582500', '105233.042500', '105233.502500', '105233.962500', '105234.422500', '105234.882500', '105235.342500', '105235.802500', '105236.262500', '105236.722500', '105237.182500', '105237.642500', '105238.102500', '105238.562500', '105239.022500', '105239.482500', '105239.942500', '105240.402500', '105240.862500', '105241.322500', '105241.782500', '105242.242500', '105242.702500', '105243.162500', '105243.622500', '105244.082500', '105244.542500', '105245.002500', '105245.462500', '105245.922500', '105246.382500', '105246.842500', '105247.302500', '105247.762500', '105248.222500', '105248.682500', '105249.142500', '105249.602500', '105250.062500', '105250.522500', '105250.982500', '105251.442500', '105251.902500', '105252.362500', '105252.822500', '105253.282500', '105253.742500', '105254.202500', '105254.662500', '105255.122500', '105255.582500', '105256.042500', '105256.502500', '105256.962500', '105257.422500', '105257.882500', '105258.342500', '105258.802500', '105259.262500', '105259.722500', '105300.182500', '105300.642500', '105301.102500', '105301.562500', '105302.022500', '105302.482500', '105302.942500', '105303.402500', '105303.862500', '105304.322500', '105304.782500', '105305.242500', '105305.702500', '105306.162500', '105306.622500', '105307.082500', '105307.542500', '105308.002500', '105308.462500', '105308.922500', '105309.382500', '105309.842500', '105310.302500', '105310.762500', '105311.222500', '105311.682500', '105312.142500', '105312.602500', '105313.062500', '105313.522500', '105313.982500', '105314.442500', '105314.902500', '105315.362500', '105315.822500', '105316.282500', '105316.742500', '105317.202500', '105317.662500', '105318.122500', '105318.582500', '105319.042500', '105319.502500', '105319.962500', '105320.422500', '105320.882500', '105321.342500', '105321.802500', '105322.262500', '105322.722500', '105323.182500', '105323.642500', '105324.102500', '105324.562500', '105325.022500', '105325.482500', '105325.942500', '105326.402500', '105326.862500', '105327.322500', '105327.782500', '105328.242500', '105328.702500', '105329.162500', '105329.622500', '105330.082500', '105330.542500', '105331.002500', '105331.462500', '105331.922500', '105332.382500', '105332.842500', '105333.302500', '105333.762500', '105334.222500', '105334.682500', '105335.142500', '105335.602500', '105336.062500', '105336.522500', '105336.982500', '105337.442500', '105337.902500', '105338.362500', '105338.822500', '105339.282500', '105339.742500', '105340.202500', '105340.662500', '105341.122500', '105341.582500', '105342.042500', '105342.502500', '105342.962500', '105343.422500', '105343.882500', '105344.342500', '105344.802500', '105345.262500', '105345.722500', '105346.182500', '105346.642500', '105347.102500', '105347.562500', '105348.022500', '105348.482500', '105348.942500', '105349.402500', '105349.862500', '105350.322500', '105350.782500', '105351.242500', '105351.702500', '105352.162500', '105352.622500', '105353.082500', '105353.542500', '105354.002500', '105354.462500', '105354.922500', '105355.382500', '105355.842500', '105356.302500', '105356.762500', '105357.222500', '105357.682500', '105358.142500', '105358.602500', '105359.062500', '105359.522500', '105359.982500', '105400.442500', '105400.902500', '105401.362500', '105401.822500', '105402.282500', '105402.742500', '105403.202500', '105403.662500', '105404.122500', '105404.582500', '105405.042500', '105405.502500', '105405.962500', '105406.422500', '105406.882500', '105407.342500', '105407.802500', '105408.262500', '105408.722500', '105409.182500', '105409.642500', '105410.102500', '105410.562500', '105411.022500', '105411.482500', '105411.942500', '105412.402500', '105412.862500', '105413.322500', '105413.782500', '105414.242500', '105414.702500', '105415.162500', '105415.622500', '105416.082500', '105416.542500', '105417.002500', '105417.462500', '105417.922500', '105418.382500', '105418.842500', '105419.302500', '105419.762500', '105420.222500', '105420.682500', '105421.142500', '105421.602500', '105422.062500', '105422.522500', '105422.982500', '105423.442500', '105423.902500', '105424.362500', '105424.822500', '105425.282500', '105425.742500', '105426.202500', '105426.662500', '105427.122500', '105427.582500', '105428.042500', '105428.502500', '105428.962500', '105429.422500', '105429.882500', '105430.342500', '105430.802500', '105431.262500', '105431.722500', '105432.182500', '105432.642500', '105433.102500', '105433.562500', '105434.022500', '105434.482500', '105434.942500', '105435.402500', '105435.862500', '105436.322500', '105436.782500', '105437.242500', '105437.702500', '105438.162500', '105438.622500', '105439.082500', '105439.542500', '105440.002500', '105440.462500', '105440.922500', '105441.382500', '105441.842500', '105442.302500', '105442.762500', '105443.222500', '105443.682500', '105444.142500', '105444.602500', '105445.062500', '105445.522500', '105445.982500', '105446.442500', '105446.902500', '105447.362500', '105447.822500', '105448.282500', '105448.742500', '105449.202500', '105449.662500', '105450.122500', '105450.582500', '105451.042500', '105451.502500', '105451.962500', '105452.422500', '105452.882500', '105453.342500', '105453.802500', '105454.262500', '105454.722500', '105455.182500', '105455.642500', '105456.102500', '105456.562500', '105457.022500', '105457.482500', '105457.942500', '105458.402500', '105458.862500', '105459.322500', '105459.782500', '105500.242500', '105500.702500', '105501.162500', '105501.622500', '105502.082500', '105502.542500', '105503.002500', '105503.462500', '105503.922500', '105504.382500', '105504.842500', '105505.302500', '105505.762500', '105506.222500', '105506.682500', '105507.142500', '105507.602500', '105508.062500', '105508.522500', '105508.982500', '105509.442500', '105509.902500', '105510.362500', '105510.822500', '105511.282500', '105511.742500', '105512.202500', '105512.662500', '105513.122500', '105513.582500', '105514.042500', '105514.502500', '105514.962500', '105515.422500', '105515.882500', '105516.342500', '105516.802500', '105517.262500', '105517.722500', '105518.182500', '105518.642500', '105519.102500', '105519.562500', '105520.022500', '105520.482500', '105520.942500', '105521.402500', '105521.862500', '105522.322500', '105522.782500', '105523.242500', '105523.702500', '105524.162500', '105524.622500', '105525.082500', '105525.542500', '105526.002500', '105526.462500', '105526.922500', '105527.382500', '105527.842500', '105528.302500', '105528.762500', '105529.222500', '105529.682500', '105530.142500', '105530.602500', '105531.062500', '105531.522500', '105531.982500', '105532.442500', '105532.902500', '105533.362500', '105533.822500', '105534.282500', '105534.742500', '105535.202500', '105535.662500', '105536.122500', '105536.582500', '105537.042500', '105537.502500', '105537.962500', '105538.422500', '105538.882500', '105539.342500', '105539.802500', '105540.262500', '105540.722500', '105541.182500', '105541.642500', '105542.102500', '105542.562500', '105543.022500', '105543.482500', '105543.942500', '105544.402500', '105544.862500', '105545.322500', '105545.782500', '105546.242500', '105546.702500', '105547.162500', '105547.622500', '105548.082500', '105548.542500', '105549.002500', '105549.462500', '105549.922500', '105550.382500', '105550.842500', '105551.302500', '105551.762500', '105552.222500', '105552.682500', '105553.142500', '105553.602500', '105554.062500', '105554.522500', '105554.982500', '105555.442500', '105555.902500', '105556.362500', '105556.822500', '105557.282500', '105557.742500', '105558.202500', '105558.662500', '105559.122500', '105559.582500', '105600.042500', '105600.502500', '105600.962500', '105601.422500', '105601.882500', '105602.342500', '105602.802500', '105603.262500', '105603.722500', '105604.182500', '105604.642500', '105605.102500', '105605.562500', '105606.022500', '105606.482500', '105606.942500', '105607.402500', '105607.862500', '105608.322500', '105608.782500', '105609.242500', '105609.702500', '105610.162500', '105610.622500', '105611.082500', '105611.542500', '105612.002500', '105612.462500', '105612.922500', '105613.382500', '105613.842500', '105614.302500', '105614.762500', '105615.222500', '105615.682500', '105616.142500', '105616.602500', '105617.062500', '105617.522500', '105617.982500', '105618.442500', '105618.902500', '105619.362500', '105619.822500', '105620.282500', '105620.742500', '105621.202500', '105621.662500', '105622.122500', '105622.582500', '105623.042500', '105623.502500', '105623.962500', '105624.422500', '105624.882500', '105625.342500', '105625.802500', '105626.262500', '105626.722500', '105627.182500', '105627.642500', '105628.102500', '105628.562500', '105629.022500', '105629.482500', '105629.942500', '105630.402500', '105630.862500', '105631.322500', '105631.782500', '105632.242500', '105632.702500', '105633.162500', '105633.622500', '105634.082500', '105634.542500', '105635.002500', '105635.462500', '105635.922500', '105636.382500', '105636.842500', '105637.302500', '105637.762500', '105638.222500', '105638.682500', '105639.142500', '105639.602500', '105640.062500', '105640.522500', '105640.982500', '105641.442500', '105641.902500', '105642.362500', '105642.822500', '105643.282500', '105643.742500', '105644.202500', '105644.662500', '105645.122500', '105645.582500', '105646.042500', '105646.502500', '105646.962500', '105647.422500', '105647.882500', '105648.342500', '105648.802500', '105649.262500', '105649.722500', '105650.182500', '105650.642500', '105651.102500', '105651.562500', '105652.022500', '105652.482500', '105652.942500', '105653.402500', '105653.862500', '105654.322500', '105654.782500', '105655.242500', '105655.702500', '105656.162500', '105656.622500', '105657.082500', '105657.542500', '105658.002500', '105658.462500', '105658.922500', '105659.382500', '105659.842500', '105700.302500', '105700.762500', '105701.222500', '105701.682500', '105702.142500', '105702.602500', '105703.062500', '105703.522500', '105703.982500', '105704.442500', '105704.902500', '105705.362500', '105705.822500', '105706.282500', '105706.742500', '105707.202500', '105707.662500', '105708.122500', '105708.582500', '105709.042500', '105709.502500', '105709.962500', '105710.422500', '105710.882500', '105711.342500', '105711.802500', '105712.262500', '105712.722500', '105713.182500', '105713.642500', '105714.102500', '105714.562500', '105715.022500', '105715.482500', '105715.942500', '105716.402500', '105716.862500', '105717.322500', '105717.782500', '105718.242500', '105718.702500', '105719.162500', '105719.622500', '105720.082500', '105720.542500', '105721.002500', '105721.462500', '105721.922500', '105722.382500', '105722.842500', '105723.302500', '105723.762500', '105724.222500', '105724.682500', '105725.142500', '105725.602500', '105726.062500', '105726.522500', '105726.982500', '105727.442500', '105727.902500', '105728.362500', '105728.822500', '105729.282500', '105729.742500', '105730.202500', '105730.662500', '105731.122500', '105731.582500', '105732.042500', '105732.502500', '105732.962500', '105733.422500', '105733.882500', '105734.342500', '105734.802500', '105735.262500', '105735.722500', '105736.182500', '105736.642500', '105737.102500', '105737.562500', '105738.022500', '105738.482500', '105738.942500', '105739.402500', '105739.862500', '105740.322500', '105740.782500', '105741.242500', '105741.702500', '105742.162500', '105742.622500', '105743.082500', '105743.542500', '105744.002500', '105744.462500', '105744.922500', '105745.382500', '105745.842500', '105746.302500', '105746.762500', '105747.222500', '105747.682500', '105748.142500', '105748.602500', '105749.062500', '105749.522500', '105749.982500', '105750.442500', '105750.902500', '105751.362500', '105751.822500', '105752.282500', '105752.742500', '105753.202500', '105753.662500', '105754.122500', '105754.582500', '105755.042500', '105755.502500', '105755.962500', '105756.422500', '105756.882500', '105757.342500', '105757.802500', '105758.262500', '105758.722500', '105759.182500', '105759.642500', '105800.102500', '105800.562500', '105801.022500', '105801.482500', '105801.942500', '105802.402500', '105802.862500', '105803.322500', '105803.782500', '105804.242500', '105804.702500', '105805.162500', '105805.622500', '105806.082500', '105806.542500', '105807.002500', '105807.462500', '105807.922500', '105808.382500', '105808.842500', '105809.302500', '105809.762500', '105810.222500', '105810.682500', '105811.142500', '105811.602500', '105812.062500', '105812.522500', '105812.982500', '105813.442500', '105813.902500', '105814.362500', '105814.822500', '105815.282500', '105815.742500', '105816.202500', '105816.662500', '105817.122500', '105817.582500', '105818.042500', '105818.502500', '105818.962500', '105819.422500', '105819.882500', '105820.342500', '105820.802500', '105821.262500', '105821.722500', '105822.182500', '105822.642500', '105823.102500', '105823.562500', '105824.022500', '105824.482500', '105824.942500', '105825.402500', '105825.862500', '105826.322500', '105826.782500', '105827.242500', '105827.702500', '105828.162500', '105828.622500', '105829.082500', '105829.542500', '105830.002500', '105830.462500', '105830.922500', '105831.382500', '105831.842500', '105832.302500', '105832.762500', '105833.222500', '105833.682500', '105834.142500', '105834.602500', '105835.062500', '105835.522500', '105835.982500', '105836.442500', '105836.902500', '105837.362500', '105837.822500', '105838.282500', '105838.742500', '105839.202500', '105839.662500', '105840.122500', '105840.582500', '105841.042500', '105841.502500', '105841.962500', '105842.422500', '105842.882500', '105843.342500', '105843.802500', '105844.262500', '105844.722500', '105845.182500', '105845.642500', '105846.102500', '105846.562500', '105847.022500', '105847.482500', '105847.942500', '105848.402500', '105848.862500', '105849.322500', '105849.782500', '105850.242500', '105850.702500', '105851.162500', '105851.622500', '105852.082500', '105852.542500', '105853.002500', '105853.462500', '105853.922500', '105854.382500', '105854.842500', '105855.302500', '105855.762500', '105856.222500', '105856.682500', '105857.142500', '105857.602500', '105858.062500', '105858.522500', '105858.982500', '105859.442500', '105859.902500', '105900.362500', '105900.822500', '105901.282500', '105901.742500', '105902.202500', '105902.662500', '105903.122500', '105903.582500', '105904.042500', '105904.502500', '105904.962500', '105905.422500', '105905.882500', '105906.342500', '105906.802500', '105907.262500', '105907.722500', '105908.182500', '105908.642500', '105909.102500', '105909.562500', '105910.022500', '105910.482500', '105910.942500', '105911.402500', '105911.862500', '105912.322500', '105912.782500', '105913.242500', '105913.702500', '105914.162500', '105914.622500', '105915.082500', '105915.542500', '105916.002500', '105916.462500', '105916.922500', '105917.382500', '105917.842500', '105918.302500', '105918.762500', '105919.222500', '105919.682500', '105920.142500', '105920.602500', '105921.062500', '105921.522500', '105921.982500', '105922.442500', '105922.902500', '105923.362500', '105923.822500', '105924.282500', '105924.742500', '105925.202500', '105925.662500', '105926.122500', '105926.582500', '105927.042500', '105927.502500', '105927.962500', '105928.422500', '105928.882500', '105929.342500', '105929.802500', '105930.262500', '105930.722500', '105931.182500', '105931.642500', '105932.102500', '105932.562500', '105933.022500', '105933.482500', '105933.942500', '105934.402500', '105934.862500', '105935.322500', '105935.782500', '105936.242500', '105936.702500', '105937.162500', '105937.622500', '105938.082500', '105938.542500', '105939.002500', '105939.462500', '105939.922500', '105940.382500', '105940.842500', '105941.302500', '105941.762500', '105942.222500', '105942.682500', '105943.142500', '105943.602500', '105944.062500', '105944.522500', '105944.982500', '105945.442500', '105945.902500', '105946.362500', '105946.822500', '105947.282500', '105947.742500', '105948.202500', '105948.662500', '105949.122500', '105949.582500', '105950.042500', '105950.502500', '105950.962500', '105951.422500', '105951.882500', '105952.342500', '105952.802500', '105953.262500', '105953.722500', '105954.182500', '105954.642500', '105955.102500', '105955.562500', '105956.022500', '105956.482500', '105956.942500', '105957.402500', '105957.862500', '105958.322500', '105958.782500', '105959.242500', '105959.702500', '110000.162500', '110000.622500', '110001.082500', '110001.542500', '110002.002500', '110002.462500', '110002.922500', '110003.382500', '110003.842500', '110004.302500', '110004.762500', '110005.222500', '110005.682500', '110006.142500', '110006.602500', '110007.062500', '110007.522500', '110007.982500', '110008.442500', '110008.902500', '110009.362500', '110009.822500', '110010.282500', '110010.742500', '110011.202500', '110011.662500', '110012.122500', '110012.582500', '110013.042500', '110013.502500', '110013.962500', '110014.422500', '110014.882500', '110015.342500', '110015.802500', '110016.262500', '110016.722500', '110017.182500', '110017.642500', '110018.102500', '110018.562500', '110019.022500', '110019.482500', '110019.942500', '110020.402500', '110020.862500', '110021.322500', '110021.782500', '110022.242500', '110022.702500', '110023.162500', '110023.622500', '110024.082500', '110024.542500', '110025.002500', '110025.462500', '110025.922500', '110026.382500', '110026.842500', '110027.302500', '110027.762500', '110028.222500', '110028.682500', '110029.142500', '110029.602500', '110030.062500', '110030.522500', '110030.982500', '110031.442500', '110031.902500', '110032.362500', '110032.822500', '110033.282500', '110033.742500', '110034.202500', '110034.662500', '110035.122500', '110035.582500', '110036.042500', '110036.502500', '110036.962500', '110037.422500', '110037.882500', '110038.342500', '110038.802500', '110039.262500', '110039.722500', '110040.182500', '110040.642500', '110041.102500', '110041.562500', '110042.022500', '110042.482500', '110042.942500', '110043.402500', '110043.862500', '110044.322500', '110044.782500', '110045.242500', '110045.702500', '110046.162500', '110046.622500', '110047.082500', '110047.542500', '110048.002500', '110048.462500', '110048.922500', '110049.382500', '110049.842500', '110050.302500', '110050.762500', '110051.222500', '110051.682500', '110052.142500', '110052.602500', '110053.062500', '110053.522500', '110053.982500', '110054.442500', '110054.902500', '110055.362500', '110055.822500', '110056.282500', '110056.742500', '110057.202500', '110057.662500', '110058.122500', '110058.582500', '110059.042500', '110059.502500', '110059.962500', '110100.422500', '110100.882500', '110101.342500', '110101.802500', '110102.262500', '110102.722500', '110103.182500', '110103.642500', '110104.102500', '110104.562500', '110105.022500', '110105.482500', '110105.942500', '110106.402500', '110106.862500', '110107.322500', '110107.782500', '110108.242500', '110108.702500', '110109.162500', '110109.622500', '110110.082500', '110110.542500', '110111.002500', '110111.462500', '110111.922500', '110112.382500', '110112.842500', '110113.302500', '110113.762500', '110114.222500', '110114.682500', '110115.142500', '110115.602500', '110116.062500', '110116.522500', '110116.982500', '110117.442500', '110117.902500', '110118.362500', '110118.822500', '110119.282500', '110119.742500', '110120.202500', '110120.662500', '110121.122500', '110121.582500', '110122.042500', '110122.502500', '110122.962500', '110123.422500', '110123.882500', '110124.342500', '110124.802500', '110125.262500', '110125.722500', '110126.182500', '110126.642500', '110127.102500', '110127.562500', '110128.022500', '110128.482500', '110128.942500', '110129.402500', '110129.862500', '110130.322500', '110130.782500', '110131.242500', '110131.702500', '110132.162500', '110132.622500', '110133.082500', '110133.542500', '110134.002500', '110134.462500', '110134.922500', '110135.382500', '110135.842500', '110136.302500', '110136.762500', '110137.222500', '110137.682500', '110138.142500', '110138.602500', '110139.062500', '110139.522500', '110139.982500', '110140.442500', '110140.902500', '110141.362500', '110141.822500', '110142.282500', '110142.742500', '110143.202500', '110143.662500', '110144.122500', '110144.582500', '110145.042500', '110145.502500', '110145.962500', '110146.422500', '110146.882500', '110147.342500', '110147.802500', '110148.262500', '110148.722500', '110149.182500', '110149.642500', '110150.102500', '110150.562500', '110151.022500', '110151.482500', '110151.942500', '110152.402500', '110152.862500', '110153.322500', '110153.782500', '110154.242500', '110154.702500', '110155.162500', '110155.622500', '110156.082500', '110156.542500', '110157.002500', '110157.462500', '110157.922500', '110158.382500', '110158.842500', '110159.302500', '110159.762500', '110200.222500', '110200.682500', '110201.142500', '110201.602500', '110202.062500', '110202.522500', '110202.982500', '110203.442500', '110203.902500', '110204.362500', '110204.822500', '110205.282500', '110205.742500', '110206.202500', '110206.662500', '110207.122500', '110207.582500', '110208.042500', '110208.502500', '110208.962500', '110209.422500', '110209.882500', '110210.342500', '110210.802500', '110211.262500', '110211.722500', '110212.182500', '110212.642500', '110213.102500', '110213.562500', '110214.022500', '110214.482500', '110214.942500', '110215.402500', '110215.862500', '110216.322500', '110216.782500', '110217.242500', '110217.702500', '110218.162500', '110218.622500', '110219.082500', '110219.542500', '110220.002500', '110220.462500', '110220.922500', '110221.382500', '110221.842500', '110222.302500', '110222.762500', '110223.222500', '110223.682500', '110224.142500', '110224.602500', '110225.062500', '110225.522500', '110225.982500', '110226.442500', '110226.902500', '110227.362500', '110227.822500', '110228.282500', '110228.742500', '110229.202500', '110229.662500', '110230.122500', '110230.582500', '110231.042500', '110231.502500', '110231.962500', '110232.422500', '110232.882500', '110233.342500', '110233.802500', '110234.262500', '110234.722500', '110235.182500', '110235.642500', '110236.102500', '110236.562500', '110237.022500', '110237.482500', '110237.942500', '110238.402500', '110238.862500', '110239.322500', '110239.782500', '110240.242500', '110240.702500', '110241.162500', '110241.622500', '110242.082500', '110242.542500', '110243.002500', '110243.462500', '110243.922500', '110244.382500', '110244.842500', '110245.302500', '110245.762500', '110246.222500', '110246.682500', '110247.142500', '110247.602500', '110248.062500', '110248.522500', '110248.982500', '110249.442500', '110249.902500', '110250.362500', '110250.822500', '110251.282500', '110251.742500', '110252.202500', '110252.662500', '110253.122500', '110253.582500', '110254.042500', '110254.502500', '110254.962500', '110255.422500', '110255.882500', '110256.342500', '110256.802500', '110257.262500', '110257.722500', '110258.182500', '110258.642500', '110259.102500', '110259.562500', '110300.022500', '110300.482500', '110300.942500', '110301.402500', '110301.862500', '110302.322500', '110302.782500', '110303.242500', '110303.702500', '110304.162500', '110304.622500', '110305.082500', '110305.542500', '110306.002500', '110306.462500', '110306.922500', '110307.382500', '110307.842500', '110308.302500', '110308.762500', '110309.222500', '110309.682500', '110310.142500', '110310.602500', '110311.062500', '110311.522500', '110311.982500', '110312.442500', '110312.902500', '110313.362500', '110313.822500', '110314.282500', '110314.742500', '110315.202500', '110315.662500', '110316.122500', '110316.582500', '110317.042500', '110317.502500', '110317.962500', '110318.422500', '110318.882500', '110319.342500', '110319.802500', '110320.262500', '110320.722500', '110321.182500', '110321.642500', '110322.102500', '110322.562500', '110323.022500', '110323.482500', '110323.942500', '110324.402500', '110324.862500', '110325.322500', '110325.782500', '110326.242500', '110326.702500', '110327.162500', '110327.622500', '110328.082500', '110328.542500', '110329.002500', '110329.462500', '110329.922500', '110330.382500', '110330.842500', '110331.302500', '110331.762500', '110332.222500', '110332.682500', '110333.142500', '110333.602500', '110334.062500', '110334.522500', '110334.982500', '110335.442500', '110335.902500', '110336.362500', '110336.822500', '110337.282500', '110337.742500', '110338.202500', '110338.662500', '110339.122500', '110339.582500', '110340.042500', '110340.502500', '110340.962500', '110341.422500', '110341.882500', '110342.342500', '110342.802500', '110343.262500', '110343.722500', '110344.182500', '110344.642500', '110345.102500', '110345.562500', '110346.022500', '110346.482500', '110346.942500', '110347.402500', '110347.862500', '110348.322500', '110348.782500', '110349.242500', '110349.702500', '110350.162500', '110350.622500', '110351.082500', '110351.542500', '110352.002500', '110352.462500', '110352.922500', '110353.382500', '110353.842500', '110354.302500', '110354.762500', '110355.222500', '110355.682500', '110356.142500', '110356.602500', '110357.062500', '110357.522500', '110357.982500', '110358.442500', '110358.902500', '110359.362500', '110359.822500', '110400.282500', '110400.742500', '110401.202500', '110401.662500', '110402.122500', '110402.582500', '110403.042500', '110403.502500', '110403.962500', '110404.422500', '110404.882500', '110405.342500', '110405.802500', '110406.262500', '110406.722500', '110407.182500', '110407.642500', '110408.102500', '110408.562500', '110409.022500', '110409.482500', '110409.942500', '110410.402500', '110410.862500', '110411.322500', '110411.782500', '110412.242500', '110412.702500', '110413.162500', '110413.622500', '110414.082500', '110414.542500', '110415.002500', '110415.462500', '110415.922500', '110416.382500', '110416.842500', '110417.302500', '110417.762500', '110418.222500', '110418.682500', '110419.142500', '110419.602500', '110420.062500', '110420.522500', '110420.982500', '110421.442500', '110421.902500', '110422.362500', '110422.822500', '110423.282500', '110423.742500', '110424.202500', '110424.662500', '110425.122500', '110425.582500', '110426.042500', '110426.502500', '110426.962500', '110427.422500', '110427.882500', '110428.342500', '110428.802500', '110429.262500', '110429.722500', '110430.182500', '110430.642500', '110431.102500', '110431.562500', '110432.022500', '110432.482500', '110432.942500', '110433.402500', '110433.862500', '110434.322500', '110434.782500', '110435.242500', '110435.702500', '110436.162500', '110436.622500', '110437.082500', '110437.542500', '110438.002500', '110438.462500', '110438.922500', '110439.382500', '110439.842500', '110440.302500', '110440.762500', '110441.222500', '110441.682500', '110442.142500', '110442.602500', '110443.062500', '110443.522500', '110443.982500', '110444.442500', '110444.902500', '110445.362500', '110445.822500', '110446.282500', '110446.742500', '110447.202500', '110447.662500', '110448.122500', '110448.582500', '110449.042500', '110449.502500', '110449.962500', '110450.422500', '110450.882500', '110451.342500', '110451.802500', '110452.262500', '110452.722500', '110453.182500', '110453.642500', '110454.102500', '110454.562500', '110455.022500', '110455.482500', '110455.942500', '110456.402500', '110456.862500', '110457.322500', '110457.782500', '110458.242500', '110458.702500', '110459.162500', '110459.622500', '110500.082500', '110500.542500', '110501.002500'], 'ContentTime': ['105102.873000', '105102.877000', '105102.879000', '105102.882000', '105102.885000', '105102.888000', '105102.891000', '105102.894000', '105102.897000', '105102.900000', '105102.903000', '105102.906000', '105102.908000', '105102.911000', '105102.914000', '105102.917000', '105102.920000', '105102.923000', '105102.925000', '105102.928000', '105102.932000', '105102.945000', '105102.948000', '105102.950000', '105102.953000', '105102.956000', '105102.959000', '105102.962000', '105102.965000', '105102.967000', '105102.970000', '105102.973000', '105102.976000', '105102.979000', '105122.834000', '105122.837000', '105122.840000', '105122.843000', '105122.846000', '105122.849000', '105122.852000', '105122.855000', '105122.858000', '105122.861000', '105122.863000', '105122.866000', '105122.869000', '105122.872000', '105122.875000', '105122.878000', '105122.881000', '105122.883000', '105122.886000', '105122.889000', '105122.899000', '105122.917000', '105122.920000', '105122.923000', '105122.925000', '105122.928000', '105122.931000', '105122.934000', '105122.937000', '105122.940000', '105122.943000', '105122.946000', '105122.948000', '105122.951000', '105122.954000', '105122.957000', '105122.960000', '105122.963000', '105122.966000', '105122.969000', '105122.972000', '105122.974000', '105122.977000', '105122.980000', '105142.834000', '105142.837000', '105142.840000', '105142.843000', '105142.847000', '105142.850000', '105142.853000', '105142.856000', '105142.859000', '105142.861000', '105142.864000', '105142.867000', '105142.870000', '105142.873000', '105142.876000', '105142.879000', '105142.881000', '105142.884000', '105142.887000', '105142.890000', '105142.893000', '105142.896000', '105142.899000', '105142.902000', '105142.905000', '105142.907000', '105142.910000', '105142.913000', '105142.916000', '105142.919000', '105142.922000', '105142.925000', '105142.928000', '105142.931000', '105142.934000', '105142.937000', '105142.939000', '105142.942000', '105142.945000', '105142.948000', '105142.951000', '105142.954000', '105142.957000', '105202.834000', '105202.837000', '105202.840000', '105202.843000', '105202.846000', '105202.849000', '105202.852000', '105202.854000', '105202.857000', '105202.860000', '105202.863000', '105202.866000', '105202.869000', '105202.872000', '105202.875000', '105202.877000', '105202.880000', '105202.883000', '105202.886000', '105202.889000', '105202.892000', '105202.895000', '105202.898000', '105202.901000', '105202.904000', '105202.906000', '105202.909000', '105202.912000', '105202.915000', '105202.918000', '105202.921000', '105202.924000', '105202.927000', '105202.930000', '105202.933000', '105202.935000', '105202.938000', '105202.941000', '105202.944000', '105202.947000', '105202.950000', '105202.953000', '105202.956000', '105202.958000', '105222.833000', '105222.836000', '105222.839000', '105222.842000', '105222.845000', '105222.848000', '105222.851000', '105222.853000', '105222.856000', '105222.859000', '105222.862000', '105222.865000', '105222.868000', '105222.871000', '105222.874000', '105222.877000', '105222.880000', '105222.882000', '105222.886000', '105222.888000', '105222.891000', '105222.894000', '105222.897000', '105222.900000', '105222.903000', '105222.906000', '105222.909000', '105222.911000', '105222.914000', '105222.917000', '105222.920000', '105222.923000', '105222.926000', '105222.929000', '105222.932000', '105222.935000', '105222.937000', '105222.940000', '105222.943000', '105222.946000', '105222.949000', '105222.952000', '105222.955000', '105242.833000', '105242.836000', '105242.839000', '105242.842000', '105242.845000', '105242.847000', '105242.850000', '105242.853000', '105242.856000', '105242.859000', '105242.862000', '105242.865000', '105242.867000', '105242.870000', '105242.873000', '105242.876000', '105242.879000', '105242.882000', '105242.885000', '105242.888000', '105242.891000', '105242.894000', '105242.896000', '105242.899000', '105242.902000', '105242.905000', '105242.908000', '105242.911000', '105242.914000', '105242.917000', '105242.919000', '105242.922000', '105242.925000', '105242.928000', '105242.931000', '105242.934000', '105242.937000', '105242.940000', '105242.943000', '105242.946000', '105242.949000', '105242.952000', '105242.954000', '105242.957000', '105302.834000', '105302.837000', '105302.840000', '105302.843000', '105302.846000', '105302.849000', '105302.852000', '105302.855000', '105302.858000', '105302.861000', '105302.864000', '105302.867000', '105302.869000', '105302.872000', '105302.875000', '105302.878000', '105302.890000', '105302.893000', '105302.896000', '105302.899000', '105302.902000', '105302.905000', '105302.907000', '105302.910000', '105302.913000', '105302.916000', '105302.919000', '105302.922000', '105302.925000', '105302.928000', '105302.931000', '105302.934000', '105302.936000', '105302.939000', '105302.942000', '105302.945000', '105302.948000', '105302.951000', '105302.954000', '105302.957000', '105302.959000', '105302.962000', '105302.965000', '105322.834000', '105322.837000', '105322.840000', '105322.843000', '105322.846000', '105322.849000', '105322.852000', '105322.855000', '105322.858000', '105322.861000', '105322.864000', '105322.866000', '105322.869000', '105322.872000', '105322.875000', '105322.878000', '105322.881000', '105322.884000', '105322.887000', '105322.890000', '105322.893000', '105322.896000', '105322.899000', '105322.902000', '105322.904000', '105322.907000', '105322.910000', '105322.913000', '105322.916000', '105322.919000', '105322.922000', '105322.925000', '105322.928000', '105322.930000', '105322.933000', '105322.936000', '105322.939000', '105322.942000', '105322.945000', '105322.948000', '105322.951000', '105322.954000', '105322.957000', '105342.834000', '105342.837000', '105342.840000', '105342.843000', '105342.846000', '105342.849000', '105342.852000', '105342.855000', '105342.858000', '105342.861000', '105342.863000', '105342.866000', '105342.869000', '105342.872000', '105342.875000', '105342.878000', '105342.881000', '105342.884000', '105342.887000', '105342.890000', '105342.892000', '105342.895000', '105342.898000', '105342.901000', '105342.904000', '105342.907000', '105342.910000', '105342.913000', '105342.916000', '105342.919000', '105342.922000', '105342.924000', '105342.927000', '105342.930000', '105342.933000', '105342.936000', '105342.939000', '105342.942000', '105342.945000', '105342.947000', '105342.950000', '105342.953000', '105342.956000', '105342.959000', '105402.834000', '105402.837000', '105402.840000', '105402.843000', '105402.846000', '105402.849000', '105402.852000', '105402.855000', '105402.858000', '105402.863000', '105402.867000', '105402.870000', '105402.873000', '105402.876000', '105402.879000', '105402.882000', '105402.885000', '105402.888000', '105402.891000', '105402.894000', '105402.896000', '105402.899000', '105402.902000', '105402.905000', '105402.908000', '105402.911000', '105402.914000', '105402.917000', '105402.920000', '105402.922000', '105402.925000', '105402.928000', '105402.931000', '105402.934000', '105402.937000', '105402.940000', '105402.943000', '105402.946000', '105402.948000', '105402.951000', '105402.954000', '105402.957000', '105402.960000', '105422.834000', '105422.837000', '105422.840000', '105422.843000', '105422.846000', '105422.849000', '105422.852000', '105422.855000', '105422.858000', '105422.860000', '105422.863000', '105422.866000', '105422.869000', '105422.872000', '105422.875000', '105422.878000', '105422.881000', '105422.884000', '105422.887000', '105422.889000', '105422.892000', '105422.895000', '105422.898000', '105422.901000', '105422.905000', '105422.907000', '105422.910000', '105422.913000', '105422.916000', '105422.919000', '105422.922000', '105422.925000', '105422.928000', '105422.931000', '105422.934000', '105422.937000', '105422.940000', '105422.942000', '105422.945000', '105422.948000', '105422.951000', '105422.954000', '105422.978000', '105422.981000', '105442.833000', '105442.836000', '105442.839000', '105442.842000', '105442.845000', '105442.848000', '105442.850000', '105442.853000', '105442.856000', '105442.859000', '105442.862000', '105442.865000', '105442.868000', '105442.871000', '105442.874000', '105442.877000', '105442.880000', '105442.883000', '105442.886000', '105442.889000', '105442.892000', '105442.895000', '105442.898000', '105442.900000', '105442.903000', '105442.906000', '105442.909000', '105442.912000', '105442.915000', '105442.918000', '105442.921000', '105442.924000', '105442.927000', '105442.929000', '105442.932000', '105442.935000', '105442.938000', '105442.941000', '105442.944000', '105442.947000', '105442.950000', '105442.953000', '105442.956000', '105502.833000', '105502.836000', '105502.839000', '105502.842000', '105502.845000', '105502.848000', '105502.850000', '105502.853000', '105502.856000', '105502.859000', '105502.862000', '105502.865000', '105502.868000', '105502.871000', '105502.876000', '105502.879000', '105502.882000', '105502.885000', '105502.888000', '105502.891000', '105502.894000', '105502.897000', '105502.900000', '105502.903000', '105502.906000', '105502.908000', '105502.911000', '105502.914000', '105502.917000', '105502.920000', '105502.923000', '105502.926000', '105502.929000', '105502.932000', '105502.935000', '105502.938000', '105502.940000', '105502.943000', '105502.946000', '105502.949000', '105502.952000', '105502.955000', '105502.958000', '105502.961000', '105522.834000', '105522.837000', '105522.840000', '105522.843000', '105522.846000', '105522.849000', '105522.852000', '105522.855000', '105522.858000', '105522.861000', '105522.864000', '105522.867000', '105522.869000', '105522.872000', '105522.875000', '105522.878000', '105522.881000', '105522.884000', '105522.887000', '105522.890000', '105522.893000', '105522.895000', '105522.898000', '105522.901000', '105522.904000', '105522.907000', '105522.910000', '105522.913000', '105522.916000', '105522.919000', '105522.922000', '105522.925000', '105522.928000', '105522.931000', '105522.934000', '105522.937000', '105522.940000', '105522.943000', '105522.945000', '105522.948000', '105522.951000', '105522.954000', '105522.957000', '105542.834000', '105542.837000', '105542.840000', '105542.843000', '105542.846000', '105542.849000', '105542.852000', '105542.855000', '105542.858000', '105542.861000', '105542.864000', '105542.867000', '105542.869000', '105542.872000', '105542.875000', '105542.878000', '105542.881000', '105542.884000', '105542.887000', '105542.890000', '105542.893000', '105542.895000', '105542.898000', '105542.901000', '105542.904000', '105542.907000', '105542.910000', '105542.913000', '105542.916000', '105542.919000', '105542.922000', '105542.925000', '105542.928000', '105542.931000', '105542.934000', '105542.936000', '105542.939000', '105542.942000', '105542.945000', '105542.948000', '105542.951000', '105542.954000', '105542.957000', '105542.960000', '105602.834000', '105602.837000', '105602.840000', '105602.844000', '105602.847000', '105602.850000', '105602.853000', '105602.856000', '105602.859000', '105602.862000', '105602.865000', '105602.868000', '105602.871000', '105602.874000', '105602.876000', '105602.879000', '105602.882000', '105602.885000', '105602.888000', '105602.891000', '105602.894000', '105602.897000', '105602.900000', '105602.911000', '105602.916000', '105602.919000', '105602.922000', '105602.925000', '105602.928000', '105602.931000', '105602.933000', '105602.936000', '105602.939000', '105602.942000', '105602.945000', '105602.948000', '105602.951000', '105602.954000', '105602.957000', '105602.960000', '105602.962000', '105602.965000', '105602.968000', '105622.834000', '105622.837000', '105622.840000', '105622.843000', '105622.846000', '105622.849000', '105622.852000', '105622.855000', '105622.858000', '105622.863000', '105622.866000', '105622.869000', '105622.872000', '105622.875000', '105622.878000', '105622.881000', '105622.884000', '105622.887000', '105622.890000', '105622.893000', '105622.896000', '105622.899000', '105622.902000', '105622.905000', '105622.908000', '105622.910000', '105622.925000', '105622.928000', '105622.931000', '105622.934000', '105622.937000', '105622.940000', '105622.943000', '105622.946000', '105622.949000', '105622.952000', '105622.955000', '105622.958000', '105622.961000', '105622.964000', '105622.967000', '105622.970000', '105622.973000', '105622.976000', '105642.834000', '105642.837000', '105642.840000', '105642.843000', '105642.846000', '105642.849000', '105642.852000', '105642.855000', '105642.857000', '105642.860000', '105642.863000', '105642.866000', '105642.869000', '105642.872000', '105642.875000', '105642.878000', '105642.881000', '105642.883000', '105642.887000', '105642.889000', '105642.892000', '105642.895000', '105642.898000', '105642.901000', '105642.904000', '105642.907000', '105642.910000', '105642.913000', '105642.916000', '105642.919000', '105642.922000', '105642.927000', '105642.931000', '105642.934000', '105642.937000', '105642.940000', '105642.943000', '105642.946000', '105642.949000', '105642.952000', '105642.955000', '105642.958000', '105642.961000', '105702.833000', '105702.836000', '105702.839000', '105702.842000', '105702.845000', '105702.848000', '105702.851000', '105702.854000', '105702.857000', '105702.859000', '105702.862000', '105702.865000', '105702.868000', '105702.871000', '105702.874000', '105702.877000', '105702.880000', '105702.883000', '105702.886000', '105702.889000', '105702.892000', '105702.895000', '105702.898000', '105702.901000', '105702.904000', '105702.907000', '105702.910000', '105702.913000', '105702.916000', '105702.919000', '105702.922000', '105702.925000', '105702.928000', '105702.931000', '105702.933000', '105702.937000', '105702.939000', '105702.942000', '105702.945000', '105702.948000', '105702.951000', '105702.954000', '105702.957000', '105702.960000', '105722.833000', '105722.836000', '105722.839000', '105722.842000', '105722.845000', '105722.848000', '105722.851000', '105722.854000', '105722.857000', '105722.859000', '105722.862000', '105722.865000', '105722.868000', '105722.871000', '105722.874000', '105722.877000', '105722.880000', '105722.884000', '105722.887000', '105722.890000', '105722.893000', '105722.896000', '105722.898000', '105722.901000', '105722.904000', '105722.907000', '105722.910000', '105722.913000', '105722.916000', '105722.919000', '105722.922000', '105722.925000', '105722.928000', '105722.931000', '105722.959000', '105722.963000', '105722.965000', '105722.968000', '105722.971000', '105722.974000', '105722.977000', '105722.980000', '105722.983000', '105742.834000', '105742.837000', '105742.840000', '105742.843000', '105742.846000', '105742.849000', '105742.852000', '105742.855000', '105742.858000', '105742.861000', '105742.864000', '105742.866000', '105742.869000', '105742.872000', '105742.875000', '105742.878000', '105742.881000', '105742.884000', '105742.887000', '105742.890000', '105742.893000', '105742.896000', '105742.898000', '105742.901000', '105742.904000', '105742.907000', '105742.918000', '105742.920000', '105742.923000', '105742.926000', '105742.929000', '105742.932000', '105742.935000', '105742.938000', '105742.941000', '105742.944000', '105742.947000', '105742.950000', '105742.953000', '105742.956000', '105742.959000', '105742.962000', '105742.965000', '105742.968000', '105802.834000', '105802.837000', '105802.840000', '105802.843000', '105802.846000', '105802.849000', '105802.852000', '105802.855000', '105802.858000', '105802.860000', '105802.863000', '105802.866000', '105802.869000', '105802.872000', '105802.875000', '105802.878000', '105802.881000', '105802.884000', '105802.887000', '105802.890000', '105802.893000', '105802.895000', '105802.898000', '105802.901000', '105802.904000', '105802.907000', '105802.910000', '105802.913000', '105802.916000', '105802.919000', '105802.922000', '105802.925000', '105802.928000', '105802.931000', '105802.934000', '105802.937000', '105802.940000', '105802.943000', '105802.946000', '105802.949000', '105802.952000', '105802.955000', '105802.958000', '105822.834000', '105822.837000', '105822.840000', '105822.843000', '105822.846000', '105822.849000', '105822.852000', '105822.855000', '105822.858000', '105822.861000', '105822.863000', '105822.866000', '105822.869000', '105822.872000', '105822.875000', '105822.878000', '105822.881000', '105822.884000', '105822.887000', '105822.890000', '105822.893000', '105822.896000', '105822.899000', '105822.902000', '105822.905000', '105822.908000', '105822.911000', '105822.914000', '105822.917000', '105822.920000', '105822.923000', '105822.926000', '105822.929000', '105822.932000', '105822.934000', '105822.937000', '105822.940000', '105822.943000', '105822.946000', '105822.949000', '105822.952000', '105822.955000', '105822.958000', '105822.961000', '105842.834000', '105842.837000', '105842.841000', '105842.843000', '105842.846000', '105842.849000', '105842.852000', '105842.855000', '105842.858000', '105842.861000', '105842.864000', '105842.867000', '105842.870000', '105842.873000', '105842.876000', '105842.879000', '105842.882000', '105842.885000', '105842.888000', '105842.891000', '105842.894000', '105842.897000', '105842.900000', '105842.903000', '105842.906000', '105842.909000', '105842.912000', '105842.915000', '105842.918000', '105842.923000', '105842.936000', '105842.939000', '105842.942000', '105842.945000', '105842.948000', '105842.952000', '105842.955000', '105842.958000', '105842.961000', '105842.964000', '105842.967000', '105842.970000', '105842.972000', '105902.834000', '105902.837000', '105902.840000', '105902.843000', '105902.846000', '105902.849000', '105902.852000', '105902.855000', '105902.858000', '105902.865000', '105902.868000', '105902.870000', '105902.873000', '105902.876000', '105902.879000', '105902.882000', '105902.885000', '105902.888000', '105902.891000', '105902.894000', '105902.897000', '105902.900000', '105902.903000', '105902.906000', '105902.909000', '105902.912000', '105902.915000', '105902.918000', '105902.921000', '105902.924000', '105902.927000', '105902.930000', '105902.933000', '105902.935000', '105902.939000', '105902.942000', '105902.945000', '105902.948000', '105902.951000', '105902.954000', '105902.957000', '105902.959000', '105902.962000', '105902.965000', '105922.833000', '105922.836000', '105922.839000', '105922.842000', '105922.845000', '105922.848000', '105922.851000', '105922.854000', '105922.857000', '105922.860000', '105922.862000', '105922.865000', '105922.868000', '105922.871000', '105922.874000', '105922.877000', '105922.880000', '105922.883000', '105922.886000', '105922.888000', '105922.891000', '105922.894000', '105922.897000', '105922.900000', '105922.903000', '105922.906000', '105922.909000', '105922.912000', '105922.915000', '105922.918000', '105922.921000', '105922.924000', '105922.926000', '105922.929000', '105922.932000', '105922.935000', '105922.938000', '105922.941000', '105922.944000', '105922.947000', '105922.950000', '105922.953000', '105922.956000', '105942.833000', '105942.836000', '105942.839000', '105942.842000', '105942.845000', '105942.848000', '105942.851000', '105942.854000', '105942.857000', '105942.859000', '105942.862000', '105942.865000', '105942.868000', '105942.871000', '105942.874000', '105942.877000', '105942.880000', '105942.883000', '105942.886000', '105942.889000', '105942.891000', '105942.894000', '105942.897000', '105942.900000', '105942.903000', '105942.906000', '105942.909000', '105942.912000', '105942.915000', '105942.918000', '105942.921000', '105942.927000', '105942.930000', '105942.933000', '105942.935000', '105942.938000', '105942.941000', '105942.944000', '105942.947000', '105942.950000', '105942.953000', '105942.956000', '105942.959000', '105942.962000', '110002.834000', '110002.837000', '110002.840000', '110002.843000', '110002.846000', '110002.849000', '110002.852000', '110002.855000', '110002.857000', '110002.860000', '110002.863000', '110002.866000', '110002.869000', '110002.872000', '110002.875000', '110002.878000', '110002.881000', '110002.884000', '110002.887000', '110002.889000', '110002.892000', '110002.895000', '110002.898000', '110002.901000', '110002.904000', '110002.907000', '110002.910000', '110002.931000', '110002.934000', '110002.937000', '110002.940000', '110002.942000', '110002.945000', '110002.948000', '110002.951000', '110002.954000', '110002.957000', '110002.962000', '110002.965000', '110002.968000', '110002.971000', '110002.974000', '110002.977000', '110022.834000', '110022.837000', '110022.840000', '110022.843000', '110022.846000', '110022.850000', '110022.852000', '110022.855000', '110022.858000', '110022.861000', '110022.864000', '110022.867000', '110022.870000', '110022.873000', '110022.876000', '110022.879000', '110022.881000', '110022.884000', '110022.887000', '110022.890000', '110022.893000', '110022.896000', '110022.899000', '110022.902000', '110022.905000', '110022.908000', '110022.911000', '110022.914000', '110022.917000', '110022.920000', '110022.923000', '110022.927000', '110022.930000', '110022.932000', '110022.936000', '110022.938000', '110022.941000', '110022.944000', '110022.947000', '110022.950000', '110022.953000', '110022.956000', '110022.959000', '110042.834000', '110042.837000', '110042.840000', '110042.843000', '110042.846000', '110042.849000', '110042.852000', '110042.855000', '110042.858000', '110042.860000', '110042.863000', '110042.866000', '110042.869000', '110042.872000', '110042.875000', '110042.878000', '110042.881000', '110042.884000', '110042.887000', '110042.890000', '110042.892000', '110042.896000', '110042.898000', '110042.901000', '110042.904000', '110042.907000', '110042.910000', '110042.913000', '110042.916000', '110042.927000', '110042.929000', '110042.932000', '110042.935000', '110042.938000', '110042.941000', '110042.944000', '110042.947000', '110042.950000', '110042.953000', '110042.956000', '110042.959000', '110042.962000', '110042.965000', '110042.968000', '110102.834000', '110102.837000', '110102.840000', '110102.843000', '110102.846000', '110102.849000', '110102.852000', '110102.855000', '110102.858000', '110102.861000', '110102.864000', '110102.867000', '110102.870000', '110102.873000', '110102.876000', '110102.879000', '110102.882000', '110102.885000', '110102.888000', '110102.891000', '110102.894000', '110102.897000', '110102.901000', '110102.904000', '110102.907000', '110102.910000', '110102.913000', '110102.916000', '110102.918000', '110102.922000', '110102.925000', '110102.928000', '110102.931000', '110102.934000', '110102.937000', '110102.940000', '110102.943000', '110102.946000', '110102.949000', '110102.952000', '110102.955000', '110102.958000', '110102.961000', '110122.834000', '110122.837000', '110122.840000', '110122.843000', '110122.846000', '110122.849000', '110122.852000', '110122.855000', '110122.858000', '110122.860000', '110122.870000', '110122.873000', '110122.876000', '110122.879000', '110122.882000', '110122.885000', '110122.888000', '110122.891000', '110122.893000', '110122.896000', '110122.899000', '110122.902000', '110122.905000', '110122.908000', '110122.911000', '110122.914000', '110122.917000', '110122.920000', '110122.923000', '110122.926000', '110122.929000', '110122.932000', '110122.935000', '110122.938000', '110122.941000', '110122.944000', '110122.947000', '110122.950000', '110122.953000', '110122.956000', '110122.959000', '110122.962000', '110122.965000', '110122.968000', '110142.833000', '110142.836000', '110142.839000', '110142.842000', '110142.845000', '110142.848000', '110142.851000', '110142.854000', '110142.857000', '110142.860000', '110142.863000', '110142.866000', '110142.869000', '110142.871000', '110142.874000', '110142.877000', '110142.880000', '110142.883000', '110142.886000', '110142.889000', '110142.892000', '110142.895000', '110142.897000', '110142.900000', '110142.903000', '110142.906000', '110142.909000', '110142.912000', '110142.915000', '110142.918000', '110142.921000', '110142.924000', '110142.927000', '110142.930000', '110142.932000', '110142.935000', '110142.938000', '110142.941000', '110142.944000', '110142.947000', '110142.950000', '110142.953000', '110142.956000', '110202.833000', '110202.836000', '110202.839000', '110202.842000', '110202.845000', '110202.848000', '110202.851000', '110202.854000', '110202.857000', '110202.859000', '110202.862000', '110202.865000', '110202.868000', '110202.871000', '110202.874000', '110202.877000', '110202.880000', '110202.883000', '110202.886000', '110202.889000', '110202.891000', '110202.894000', '110202.897000', '110202.900000', '110202.903000', '110202.906000', '110202.909000', '110202.912000', '110202.915000', '110202.918000', '110202.921000', '110202.924000', '110202.927000', '110202.930000', '110202.933000', '110202.936000', '110202.938000', '110202.941000', '110202.944000', '110202.947000', '110202.950000', '110202.953000', '110202.956000', '110202.959000', '110222.834000', '110222.837000', '110222.840000', '110222.843000', '110222.846000', '110222.849000', '110222.852000', '110222.855000', '110222.858000', '110222.861000', '110222.864000', '110222.867000', '110222.870000', '110222.873000', '110222.876000', '110222.879000', '110222.882000', '110222.885000', '110222.888000', '110222.891000', '110222.893000', '110222.896000', '110222.899000', '110222.909000', '110222.912000', '110222.914000', '110222.917000', '110222.920000', '110222.923000', '110222.926000', '110222.929000', '110222.932000', '110222.935000', '110222.938000', '110222.941000', '110222.944000', '110222.947000', '110222.950000', '110222.952000', '110222.956000', '110222.958000', '110222.961000', '110222.964000', '110242.834000', '110242.837000', '110242.840000', '110242.843000', '110242.846000', '110242.849000', '110242.852000', '110242.855000', '110242.858000', '110242.861000', '110242.864000', '110242.866000', '110242.869000', '110242.872000', '110242.875000', '110242.878000', '110242.881000', '110242.884000', '110242.887000', '110242.889000', '110242.892000', '110242.895000', '110242.898000', '110242.901000', '110242.904000', '110242.907000', '110242.910000', '110242.913000', '110242.916000', '110242.919000', '110242.922000', '110242.925000', '110242.928000', '110242.930000', '110242.934000', '110242.936000', '110242.939000', '110242.942000', '110242.945000', '110242.948000', '110242.951000', '110242.954000', '110242.957000', '110242.960000', '110302.834000', '110302.837000', '110302.840000', '110302.843000', '110302.846000', '110302.849000', '110302.852000', '110302.855000', '110302.858000', '110302.861000', '110302.864000', '110302.867000', '110302.870000', '110302.873000', '110302.876000', '110302.879000', '110302.882000', '110302.885000', '110302.888000', '110302.891000', '110302.894000', '110302.897000', '110302.912000', '110302.915000', '110302.918000', '110302.921000', '110302.924000', '110302.927000', '110302.930000', '110302.933000', '110302.936000', '110302.939000', '110302.942000', '110302.944000', '110302.948000', '110302.951000', '110302.953000', '110302.956000', '110302.959000', '110302.962000', '110302.965000', '110302.968000', '110302.971000', '110322.834000', '110322.837000', '110322.840000', '110322.843000', '110322.846000', '110322.850000', '110322.853000', '110322.855000', '110322.858000', '110322.861000', '110322.864000', '110322.867000', '110322.870000', '110322.873000', '110322.876000', '110322.879000', '110322.882000', '110322.885000', '110322.888000', '110322.891000', '110322.894000', '110322.897000', '110322.900000', '110322.903000', '110322.905000', '110322.908000', '110322.911000', '110322.914000', '110322.917000', '110322.920000', '110322.923000', '110322.926000', '110322.929000', '110322.932000', '110322.935000', '110322.938000', '110322.941000', '110322.944000', '110322.947000', '110322.950000', '110322.952000', '110322.955000', '110322.958000', '110322.961000', '110342.835000', '110342.839000', '110342.841000', '110342.858000', '110342.861000', '110342.864000', '110342.867000', '110342.870000', '110342.873000', '110342.876000', '110342.879000', '110342.882000', '110342.885000', '110342.888000', '110342.891000', '110342.894000', '110342.897000', '110342.900000', '110342.903000', '110342.906000', '110342.909000', '110342.912000', '110342.915000', '110342.918000', '110342.921000', '110342.924000', '110342.927000', '110342.930000', '110342.933000', '110342.936000', '110342.939000', '110342.942000', '110342.945000', '110342.948000', '110342.951000', '110342.953000', '110342.956000', '110342.959000', '110342.962000', '110342.965000', '110342.968000', '110342.971000', '110342.974000', '110402.833000', '110402.836000', '110402.839000', '110402.842000', '110402.845000', '110402.848000', '110402.851000', '110402.854000', '110402.857000', '110402.860000', '110402.862000', '110402.865000', '110402.868000', '110402.871000', '110402.874000', '110402.877000', '110402.880000', '110402.883000', '110402.886000', '110402.889000', '110402.892000', '110402.895000', '110402.898000', '110402.901000', '110402.912000', '110402.915000', '110402.918000', '110402.921000', '110402.924000', '110402.927000', '110402.930000', '110402.933000', '110402.936000', '110402.939000', '110402.942000', '110402.945000', '110402.948000', '110402.951000', '110402.954000', '110402.957000', '110402.960000', '110402.963000', '110402.966000', '110402.968000', '110422.833000', '110422.836000', '110422.839000', '110422.842000', '110422.845000', '110422.848000', '110422.851000', '110422.854000', '110422.857000', '110422.860000', '110422.863000', '110422.866000', '110422.869000', '110422.872000', '110422.875000', '110422.878000', '110422.881000', '110422.884000', '110422.887000', '110422.890000', '110422.892000', '110422.895000', '110422.898000', '110422.901000', '110422.904000', '110422.907000', '110422.910000', '110422.913000', '110422.916000', '110422.919000', '110422.923000', '110422.926000', '110422.929000', '110422.932000', '110422.934000', '110422.937000', '110422.940000', '110422.943000', '110422.946000', '110422.949000', '110422.952000', '110422.955000', '110422.958000', '110442.834000', '110442.837000', '110442.840000', '110442.843000', '110442.846000', '110442.849000', '110442.852000', '110442.855000', '110442.858000', '110442.861000', '110442.864000', '110442.867000', '110442.870000', '110442.873000', '110442.876000', '110442.879000', '110442.882000', '110442.885000', '110442.888000', '110442.891000', '110442.894000', '110442.897000', '110442.899000', '110442.903000', '110442.905000', '110442.908000', '110442.911000', '110442.914000', '110442.917000', '110442.920000', '110442.931000', '110442.934000', '110442.937000', '110442.940000', '110442.943000', '110442.946000', '110442.949000', '110442.952000', '110442.954000', '110442.957000', '110442.960000', '110442.963000', '110442.966000', '110442.969000', '110502.139000', '110502.143000', '110502.146000', '110502.149000', '110502.152000', '110502.155000', '110502.157000', '110502.161000', '110502.164000', '110502.167000', '110502.170000', '110502.173000', '110502.176000', '110502.179000', '110502.182000', '110502.185000', '110502.188000', '110502.191000', '110502.195000', '110502.198000', '110502.201000', '110502.204000', '110502.207000', '110502.210000', '110502.213000', '110502.216000', '110502.219000', '110502.222000', '110502.225000', '110502.228000', '110502.231000', '110502.234000', '110502.237000', '110502.240000', '110502.243000', '110502.246000', '110502.249000', '110502.252000', '110502.255000', '110502.258000', '110502.261000', '110502.264000'], 'InstanceCreationTime': ['105102.873000', '105102.877000', '105102.879000', '105102.882000', '105102.885000', '105102.888000', '105102.891000', '105102.894000', '105102.897000', '105102.900000', '105102.903000', '105102.906000', '105102.908000', '105102.911000', '105102.914000', '105102.917000', '105102.920000', '105102.923000', '105102.925000', '105102.928000', '105102.932000', '105102.945000', '105102.948000', '105102.950000', '105102.953000', '105102.956000', '105102.959000', '105102.962000', '105102.965000', '105102.967000', '105102.970000', '105102.973000', '105102.976000', '105102.979000', '105122.834000', '105122.837000', '105122.840000', '105122.843000', '105122.846000', '105122.849000', '105122.852000', '105122.855000', '105122.858000', '105122.861000', '105122.863000', '105122.866000', '105122.869000', '105122.872000', '105122.875000', '105122.878000', '105122.881000', '105122.883000', '105122.886000', '105122.889000', '105122.899000', '105122.917000', '105122.920000', '105122.923000', '105122.925000', '105122.928000', '105122.931000', '105122.934000', '105122.937000', '105122.940000', '105122.943000', '105122.946000', '105122.948000', '105122.951000', '105122.954000', '105122.957000', '105122.960000', '105122.963000', '105122.966000', '105122.969000', '105122.972000', '105122.974000', '105122.977000', '105122.980000', '105142.834000', '105142.837000', '105142.840000', '105142.843000', '105142.847000', '105142.850000', '105142.853000', '105142.856000', '105142.859000', '105142.861000', '105142.864000', '105142.867000', '105142.870000', '105142.873000', '105142.876000', '105142.879000', '105142.881000', '105142.884000', '105142.887000', '105142.890000', '105142.893000', '105142.896000', '105142.899000', '105142.902000', '105142.905000', '105142.907000', '105142.910000', '105142.913000', '105142.916000', '105142.919000', '105142.922000', '105142.925000', '105142.928000', '105142.931000', '105142.934000', '105142.937000', '105142.939000', '105142.942000', '105142.945000', '105142.948000', '105142.951000', '105142.954000', '105142.957000', '105202.834000', '105202.837000', '105202.840000', '105202.843000', '105202.846000', '105202.849000', '105202.852000', '105202.854000', '105202.857000', '105202.860000', '105202.863000', '105202.866000', '105202.869000', '105202.872000', '105202.875000', '105202.877000', '105202.880000', '105202.883000', '105202.886000', '105202.889000', '105202.892000', '105202.895000', '105202.898000', '105202.901000', '105202.904000', '105202.906000', '105202.909000', '105202.912000', '105202.915000', '105202.918000', '105202.921000', '105202.924000', '105202.927000', '105202.930000', '105202.933000', '105202.935000', '105202.938000', '105202.941000', '105202.944000', '105202.947000', '105202.950000', '105202.953000', '105202.956000', '105202.958000', '105222.833000', '105222.836000', '105222.839000', '105222.842000', '105222.845000', '105222.848000', '105222.851000', '105222.853000', '105222.856000', '105222.859000', '105222.862000', '105222.865000', '105222.868000', '105222.871000', '105222.874000', '105222.877000', '105222.880000', '105222.882000', '105222.886000', '105222.888000', '105222.891000', '105222.894000', '105222.897000', '105222.900000', '105222.903000', '105222.906000', '105222.909000', '105222.911000', '105222.914000', '105222.917000', '105222.920000', '105222.923000', '105222.926000', '105222.929000', '105222.932000', '105222.935000', '105222.937000', '105222.940000', '105222.943000', '105222.946000', '105222.949000', '105222.952000', '105222.955000', '105242.833000', '105242.836000', '105242.839000', '105242.842000', '105242.845000', '105242.847000', '105242.850000', '105242.853000', '105242.856000', '105242.859000', '105242.862000', '105242.865000', '105242.867000', '105242.870000', '105242.873000', '105242.876000', '105242.879000', '105242.882000', '105242.885000', '105242.888000', '105242.891000', '105242.894000', '105242.896000', '105242.899000', '105242.902000', '105242.905000', '105242.908000', '105242.911000', '105242.914000', '105242.917000', '105242.919000', '105242.922000', '105242.925000', '105242.928000', '105242.931000', '105242.934000', '105242.937000', '105242.940000', '105242.943000', '105242.946000', '105242.949000', '105242.952000', '105242.954000', '105242.957000', '105302.834000', '105302.837000', '105302.840000', '105302.843000', '105302.846000', '105302.849000', '105302.852000', '105302.855000', '105302.858000', '105302.861000', '105302.864000', '105302.867000', '105302.869000', '105302.872000', '105302.875000', '105302.878000', '105302.890000', '105302.893000', '105302.896000', '105302.899000', '105302.902000', '105302.905000', '105302.907000', '105302.910000', '105302.913000', '105302.916000', '105302.919000', '105302.922000', '105302.925000', '105302.928000', '105302.931000', '105302.934000', '105302.936000', '105302.939000', '105302.942000', '105302.945000', '105302.948000', '105302.951000', '105302.954000', '105302.957000', '105302.959000', '105302.962000', '105302.965000', '105322.834000', '105322.837000', '105322.840000', '105322.843000', '105322.846000', '105322.849000', '105322.852000', '105322.855000', '105322.858000', '105322.861000', '105322.864000', '105322.866000', '105322.869000', '105322.872000', '105322.875000', '105322.878000', '105322.881000', '105322.884000', '105322.887000', '105322.890000', '105322.893000', '105322.896000', '105322.899000', '105322.902000', '105322.904000', '105322.907000', '105322.910000', '105322.913000', '105322.916000', '105322.919000', '105322.922000', '105322.925000', '105322.928000', '105322.930000', '105322.933000', '105322.936000', '105322.939000', '105322.942000', '105322.945000', '105322.948000', '105322.951000', '105322.954000', '105322.957000', '105342.834000', '105342.837000', '105342.840000', '105342.843000', '105342.846000', '105342.849000', '105342.852000', '105342.855000', '105342.858000', '105342.861000', '105342.863000', '105342.866000', '105342.869000', '105342.872000', '105342.875000', '105342.878000', '105342.881000', '105342.884000', '105342.887000', '105342.890000', '105342.892000', '105342.895000', '105342.898000', '105342.901000', '105342.904000', '105342.907000', '105342.910000', '105342.913000', '105342.916000', '105342.919000', '105342.922000', '105342.924000', '105342.927000', '105342.930000', '105342.933000', '105342.936000', '105342.939000', '105342.942000', '105342.945000', '105342.947000', '105342.950000', '105342.953000', '105342.956000', '105342.959000', '105402.834000', '105402.837000', '105402.840000', '105402.843000', '105402.846000', '105402.849000', '105402.852000', '105402.855000', '105402.858000', '105402.863000', '105402.867000', '105402.870000', '105402.873000', '105402.876000', '105402.879000', '105402.882000', '105402.885000', '105402.888000', '105402.891000', '105402.894000', '105402.896000', '105402.899000', '105402.902000', '105402.905000', '105402.908000', '105402.911000', '105402.914000', '105402.917000', '105402.920000', '105402.922000', '105402.925000', '105402.928000', '105402.931000', '105402.934000', '105402.937000', '105402.940000', '105402.943000', '105402.946000', '105402.948000', '105402.951000', '105402.954000', '105402.957000', '105402.960000', '105422.834000', '105422.837000', '105422.840000', '105422.843000', '105422.846000', '105422.849000', '105422.852000', '105422.855000', '105422.858000', '105422.860000', '105422.863000', '105422.866000', '105422.869000', '105422.872000', '105422.875000', '105422.878000', '105422.881000', '105422.884000', '105422.887000', '105422.889000', '105422.892000', '105422.895000', '105422.898000', '105422.901000', '105422.905000', '105422.907000', '105422.910000', '105422.913000', '105422.916000', '105422.919000', '105422.922000', '105422.925000', '105422.928000', '105422.931000', '105422.934000', '105422.937000', '105422.940000', '105422.942000', '105422.945000', '105422.948000', '105422.951000', '105422.954000', '105422.978000', '105422.981000', '105442.833000', '105442.836000', '105442.839000', '105442.842000', '105442.845000', '105442.848000', '105442.850000', '105442.853000', '105442.856000', '105442.859000', '105442.862000', '105442.865000', '105442.868000', '105442.871000', '105442.874000', '105442.877000', '105442.880000', '105442.883000', '105442.886000', '105442.889000', '105442.892000', '105442.895000', '105442.898000', '105442.900000', '105442.903000', '105442.906000', '105442.909000', '105442.912000', '105442.915000', '105442.918000', '105442.921000', '105442.924000', '105442.927000', '105442.929000', '105442.932000', '105442.935000', '105442.938000', '105442.941000', '105442.944000', '105442.947000', '105442.950000', '105442.953000', '105442.956000', '105502.833000', '105502.836000', '105502.839000', '105502.842000', '105502.845000', '105502.848000', '105502.850000', '105502.853000', '105502.856000', '105502.859000', '105502.862000', '105502.865000', '105502.868000', '105502.871000', '105502.876000', '105502.879000', '105502.882000', '105502.885000', '105502.888000', '105502.891000', '105502.894000', '105502.897000', '105502.900000', '105502.903000', '105502.906000', '105502.908000', '105502.911000', '105502.914000', '105502.917000', '105502.920000', '105502.923000', '105502.926000', '105502.929000', '105502.932000', '105502.935000', '105502.938000', '105502.940000', '105502.943000', '105502.946000', '105502.949000', '105502.952000', '105502.955000', '105502.958000', '105502.961000', '105522.834000', '105522.837000', '105522.840000', '105522.843000', '105522.846000', '105522.849000', '105522.852000', '105522.855000', '105522.858000', '105522.861000', '105522.864000', '105522.867000', '105522.869000', '105522.872000', '105522.875000', '105522.878000', '105522.881000', '105522.884000', '105522.887000', '105522.890000', '105522.893000', '105522.895000', '105522.898000', '105522.901000', '105522.904000', '105522.907000', '105522.910000', '105522.913000', '105522.916000', '105522.919000', '105522.922000', '105522.925000', '105522.928000', '105522.931000', '105522.934000', '105522.937000', '105522.940000', '105522.943000', '105522.945000', '105522.948000', '105522.951000', '105522.954000', '105522.957000', '105542.834000', '105542.837000', '105542.840000', '105542.843000', '105542.846000', '105542.849000', '105542.852000', '105542.855000', '105542.858000', '105542.861000', '105542.864000', '105542.867000', '105542.869000', '105542.872000', '105542.875000', '105542.878000', '105542.881000', '105542.884000', '105542.887000', '105542.890000', '105542.893000', '105542.895000', '105542.898000', '105542.901000', '105542.904000', '105542.907000', '105542.910000', '105542.913000', '105542.916000', '105542.919000', '105542.922000', '105542.925000', '105542.928000', '105542.931000', '105542.934000', '105542.936000', '105542.939000', '105542.942000', '105542.945000', '105542.948000', '105542.951000', '105542.954000', '105542.957000', '105542.960000', '105602.834000', '105602.837000', '105602.840000', '105602.844000', '105602.847000', '105602.850000', '105602.853000', '105602.856000', '105602.859000', '105602.862000', '105602.865000', '105602.868000', '105602.871000', '105602.874000', '105602.876000', '105602.879000', '105602.882000', '105602.885000', '105602.888000', '105602.891000', '105602.894000', '105602.897000', '105602.900000', '105602.911000', '105602.916000', '105602.919000', '105602.922000', '105602.925000', '105602.928000', '105602.931000', '105602.933000', '105602.936000', '105602.939000', '105602.942000', '105602.945000', '105602.948000', '105602.951000', '105602.954000', '105602.957000', '105602.960000', '105602.962000', '105602.965000', '105602.968000', '105622.834000', '105622.837000', '105622.840000', '105622.843000', '105622.846000', '105622.849000', '105622.852000', '105622.855000', '105622.858000', '105622.863000', '105622.866000', '105622.869000', '105622.872000', '105622.875000', '105622.878000', '105622.881000', '105622.884000', '105622.887000', '105622.890000', '105622.893000', '105622.896000', '105622.899000', '105622.902000', '105622.905000', '105622.908000', '105622.910000', '105622.925000', '105622.928000', '105622.931000', '105622.934000', '105622.937000', '105622.940000', '105622.943000', '105622.946000', '105622.949000', '105622.952000', '105622.955000', '105622.958000', '105622.961000', '105622.964000', '105622.967000', '105622.970000', '105622.973000', '105622.976000', '105642.834000', '105642.837000', '105642.840000', '105642.843000', '105642.846000', '105642.849000', '105642.852000', '105642.855000', '105642.857000', '105642.860000', '105642.863000', '105642.866000', '105642.869000', '105642.872000', '105642.875000', '105642.878000', '105642.881000', '105642.883000', '105642.887000', '105642.889000', '105642.892000', '105642.895000', '105642.898000', '105642.901000', '105642.904000', '105642.907000', '105642.910000', '105642.913000', '105642.916000', '105642.919000', '105642.922000', '105642.927000', '105642.931000', '105642.934000', '105642.937000', '105642.940000', '105642.943000', '105642.946000', '105642.949000', '105642.952000', '105642.955000', '105642.958000', '105642.961000', '105702.833000', '105702.836000', '105702.839000', '105702.842000', '105702.845000', '105702.848000', '105702.851000', '105702.854000', '105702.857000', '105702.859000', '105702.862000', '105702.865000', '105702.868000', '105702.871000', '105702.874000', '105702.877000', '105702.880000', '105702.883000', '105702.886000', '105702.889000', '105702.892000', '105702.895000', '105702.898000', '105702.901000', '105702.904000', '105702.907000', '105702.910000', '105702.913000', '105702.916000', '105702.919000', '105702.922000', '105702.925000', '105702.928000', '105702.931000', '105702.933000', '105702.937000', '105702.939000', '105702.942000', '105702.945000', '105702.948000', '105702.951000', '105702.954000', '105702.957000', '105702.960000', '105722.833000', '105722.836000', '105722.839000', '105722.842000', '105722.845000', '105722.848000', '105722.851000', '105722.854000', '105722.857000', '105722.859000', '105722.862000', '105722.865000', '105722.868000', '105722.871000', '105722.874000', '105722.877000', '105722.880000', '105722.884000', '105722.887000', '105722.890000', '105722.893000', '105722.896000', '105722.898000', '105722.901000', '105722.904000', '105722.907000', '105722.910000', '105722.913000', '105722.916000', '105722.919000', '105722.922000', '105722.925000', '105722.928000', '105722.931000', '105722.959000', '105722.963000', '105722.965000', '105722.968000', '105722.971000', '105722.974000', '105722.977000', '105722.980000', '105722.983000', '105742.834000', '105742.837000', '105742.840000', '105742.843000', '105742.846000', '105742.849000', '105742.852000', '105742.855000', '105742.858000', '105742.861000', '105742.864000', '105742.866000', '105742.869000', '105742.872000', '105742.875000', '105742.878000', '105742.881000', '105742.884000', '105742.887000', '105742.890000', '105742.893000', '105742.896000', '105742.898000', '105742.901000', '105742.904000', '105742.907000', '105742.918000', '105742.920000', '105742.923000', '105742.926000', '105742.929000', '105742.932000', '105742.935000', '105742.938000', '105742.941000', '105742.944000', '105742.947000', '105742.950000', '105742.953000', '105742.956000', '105742.959000', '105742.962000', '105742.965000', '105742.968000', '105802.834000', '105802.837000', '105802.840000', '105802.843000', '105802.846000', '105802.849000', '105802.852000', '105802.855000', '105802.858000', '105802.860000', '105802.863000', '105802.866000', '105802.869000', '105802.872000', '105802.875000', '105802.878000', '105802.881000', '105802.884000', '105802.887000', '105802.890000', '105802.893000', '105802.895000', '105802.898000', '105802.901000', '105802.904000', '105802.907000', '105802.910000', '105802.913000', '105802.916000', '105802.919000', '105802.922000', '105802.925000', '105802.928000', '105802.931000', '105802.934000', '105802.937000', '105802.940000', '105802.943000', '105802.946000', '105802.949000', '105802.952000', '105802.955000', '105802.958000', '105822.834000', '105822.837000', '105822.840000', '105822.843000', '105822.846000', '105822.849000', '105822.852000', '105822.855000', '105822.858000', '105822.861000', '105822.863000', '105822.866000', '105822.869000', '105822.872000', '105822.875000', '105822.878000', '105822.881000', '105822.884000', '105822.887000', '105822.890000', '105822.893000', '105822.896000', '105822.899000', '105822.902000', '105822.905000', '105822.908000', '105822.911000', '105822.914000', '105822.917000', '105822.920000', '105822.923000', '105822.926000', '105822.929000', '105822.932000', '105822.934000', '105822.937000', '105822.940000', '105822.943000', '105822.946000', '105822.949000', '105822.952000', '105822.955000', '105822.958000', '105822.961000', '105842.834000', '105842.837000', '105842.841000', '105842.843000', '105842.846000', '105842.849000', '105842.852000', '105842.855000', '105842.858000', '105842.861000', '105842.864000', '105842.867000', '105842.870000', '105842.873000', '105842.876000', '105842.879000', '105842.882000', '105842.885000', '105842.888000', '105842.891000', '105842.894000', '105842.897000', '105842.900000', '105842.903000', '105842.906000', '105842.909000', '105842.912000', '105842.915000', '105842.918000', '105842.923000', '105842.936000', '105842.939000', '105842.942000', '105842.945000', '105842.948000', '105842.952000', '105842.955000', '105842.958000', '105842.961000', '105842.964000', '105842.967000', '105842.970000', '105842.972000', '105902.834000', '105902.837000', '105902.840000', '105902.843000', '105902.846000', '105902.849000', '105902.852000', '105902.855000', '105902.858000', '105902.865000', '105902.868000', '105902.870000', '105902.873000', '105902.876000', '105902.879000', '105902.882000', '105902.885000', '105902.888000', '105902.891000', '105902.894000', '105902.897000', '105902.900000', '105902.903000', '105902.906000', '105902.909000', '105902.912000', '105902.915000', '105902.918000', '105902.921000', '105902.924000', '105902.927000', '105902.930000', '105902.933000', '105902.935000', '105902.939000', '105902.942000', '105902.945000', '105902.948000', '105902.951000', '105902.954000', '105902.957000', '105902.959000', '105902.962000', '105902.965000', '105922.833000', '105922.836000', '105922.839000', '105922.842000', '105922.845000', '105922.848000', '105922.851000', '105922.854000', '105922.857000', '105922.860000', '105922.862000', '105922.865000', '105922.868000', '105922.871000', '105922.874000', '105922.877000', '105922.880000', '105922.883000', '105922.886000', '105922.888000', '105922.891000', '105922.894000', '105922.897000', '105922.900000', '105922.903000', '105922.906000', '105922.909000', '105922.912000', '105922.915000', '105922.918000', '105922.921000', '105922.924000', '105922.926000', '105922.929000', '105922.932000', '105922.935000', '105922.938000', '105922.941000', '105922.944000', '105922.947000', '105922.950000', '105922.953000', '105922.956000', '105942.833000', '105942.836000', '105942.839000', '105942.842000', '105942.845000', '105942.848000', '105942.851000', '105942.854000', '105942.857000', '105942.859000', '105942.862000', '105942.865000', '105942.868000', '105942.871000', '105942.874000', '105942.877000', '105942.880000', '105942.883000', '105942.886000', '105942.889000', '105942.891000', '105942.894000', '105942.897000', '105942.900000', '105942.903000', '105942.906000', '105942.909000', '105942.912000', '105942.915000', '105942.918000', '105942.921000', '105942.927000', '105942.930000', '105942.933000', '105942.935000', '105942.938000', '105942.941000', '105942.944000', '105942.947000', '105942.950000', '105942.953000', '105942.956000', '105942.959000', '105942.962000', '110002.834000', '110002.837000', '110002.840000', '110002.843000', '110002.846000', '110002.849000', '110002.852000', '110002.855000', '110002.857000', '110002.860000', '110002.863000', '110002.866000', '110002.869000', '110002.872000', '110002.875000', '110002.878000', '110002.881000', '110002.884000', '110002.887000', '110002.889000', '110002.892000', '110002.895000', '110002.898000', '110002.901000', '110002.904000', '110002.907000', '110002.910000', '110002.931000', '110002.934000', '110002.937000', '110002.940000', '110002.942000', '110002.945000', '110002.948000', '110002.951000', '110002.954000', '110002.957000', '110002.962000', '110002.965000', '110002.968000', '110002.971000', '110002.974000', '110002.977000', '110022.834000', '110022.837000', '110022.840000', '110022.843000', '110022.846000', '110022.850000', '110022.852000', '110022.855000', '110022.858000', '110022.861000', '110022.864000', '110022.867000', '110022.870000', '110022.873000', '110022.876000', '110022.879000', '110022.881000', '110022.884000', '110022.887000', '110022.890000', '110022.893000', '110022.896000', '110022.899000', '110022.902000', '110022.905000', '110022.908000', '110022.911000', '110022.914000', '110022.917000', '110022.920000', '110022.923000', '110022.927000', '110022.930000', '110022.932000', '110022.936000', '110022.938000', '110022.941000', '110022.944000', '110022.947000', '110022.950000', '110022.953000', '110022.956000', '110022.959000', '110042.834000', '110042.837000', '110042.840000', '110042.843000', '110042.846000', '110042.849000', '110042.852000', '110042.855000', '110042.858000', '110042.860000', '110042.863000', '110042.866000', '110042.869000', '110042.872000', '110042.875000', '110042.878000', '110042.881000', '110042.884000', '110042.887000', '110042.890000', '110042.892000', '110042.896000', '110042.898000', '110042.901000', '110042.904000', '110042.907000', '110042.910000', '110042.913000', '110042.916000', '110042.927000', '110042.929000', '110042.932000', '110042.935000', '110042.938000', '110042.941000', '110042.944000', '110042.947000', '110042.950000', '110042.953000', '110042.956000', '110042.959000', '110042.962000', '110042.965000', '110042.968000', '110102.834000', '110102.837000', '110102.840000', '110102.843000', '110102.846000', '110102.849000', '110102.852000', '110102.855000', '110102.858000', '110102.861000', '110102.864000', '110102.867000', '110102.870000', '110102.873000', '110102.876000', '110102.879000', '110102.882000', '110102.885000', '110102.888000', '110102.891000', '110102.894000', '110102.897000', '110102.901000', '110102.904000', '110102.907000', '110102.910000', '110102.913000', '110102.916000', '110102.918000', '110102.922000', '110102.925000', '110102.928000', '110102.931000', '110102.934000', '110102.937000', '110102.940000', '110102.943000', '110102.946000', '110102.949000', '110102.952000', '110102.955000', '110102.958000', '110102.961000', '110122.834000', '110122.837000', '110122.840000', '110122.843000', '110122.846000', '110122.849000', '110122.852000', '110122.855000', '110122.858000', '110122.860000', '110122.870000', '110122.873000', '110122.876000', '110122.879000', '110122.882000', '110122.885000', '110122.888000', '110122.891000', '110122.893000', '110122.896000', '110122.899000', '110122.902000', '110122.905000', '110122.908000', '110122.911000', '110122.914000', '110122.917000', '110122.920000', '110122.923000', '110122.926000', '110122.929000', '110122.932000', '110122.935000', '110122.938000', '110122.941000', '110122.944000', '110122.947000', '110122.950000', '110122.953000', '110122.956000', '110122.959000', '110122.962000', '110122.965000', '110122.968000', '110142.833000', '110142.836000', '110142.839000', '110142.842000', '110142.845000', '110142.848000', '110142.851000', '110142.854000', '110142.857000', '110142.860000', '110142.863000', '110142.866000', '110142.869000', '110142.871000', '110142.874000', '110142.877000', '110142.880000', '110142.883000', '110142.886000', '110142.889000', '110142.892000', '110142.895000', '110142.897000', '110142.900000', '110142.903000', '110142.906000', '110142.909000', '110142.912000', '110142.915000', '110142.918000', '110142.921000', '110142.924000', '110142.927000', '110142.930000', '110142.932000', '110142.935000', '110142.938000', '110142.941000', '110142.944000', '110142.947000', '110142.950000', '110142.953000', '110142.956000', '110202.833000', '110202.836000', '110202.839000', '110202.842000', '110202.845000', '110202.848000', '110202.851000', '110202.854000', '110202.857000', '110202.859000', '110202.862000', '110202.865000', '110202.868000', '110202.871000', '110202.874000', '110202.877000', '110202.880000', '110202.883000', '110202.886000', '110202.889000', '110202.891000', '110202.894000', '110202.897000', '110202.900000', '110202.903000', '110202.906000', '110202.909000', '110202.912000', '110202.915000', '110202.918000', '110202.921000', '110202.924000', '110202.927000', '110202.930000', '110202.933000', '110202.936000', '110202.938000', '110202.941000', '110202.944000', '110202.947000', '110202.950000', '110202.953000', '110202.956000', '110202.959000', '110222.834000', '110222.837000', '110222.840000', '110222.843000', '110222.846000', '110222.849000', '110222.852000', '110222.855000', '110222.858000', '110222.861000', '110222.864000', '110222.867000', '110222.870000', '110222.873000', '110222.876000', '110222.879000', '110222.882000', '110222.885000', '110222.888000', '110222.891000', '110222.893000', '110222.896000', '110222.899000', '110222.909000', '110222.912000', '110222.914000', '110222.917000', '110222.920000', '110222.923000', '110222.926000', '110222.929000', '110222.932000', '110222.935000', '110222.938000', '110222.941000', '110222.944000', '110222.947000', '110222.950000', '110222.952000', '110222.956000', '110222.958000', '110222.961000', '110222.964000', '110242.834000', '110242.837000', '110242.840000', '110242.843000', '110242.846000', '110242.849000', '110242.852000', '110242.855000', '110242.858000', '110242.861000', '110242.864000', '110242.866000', '110242.869000', '110242.872000', '110242.875000', '110242.878000', '110242.881000', '110242.884000', '110242.887000', '110242.889000', '110242.892000', '110242.895000', '110242.898000', '110242.901000', '110242.904000', '110242.907000', '110242.910000', '110242.913000', '110242.916000', '110242.919000', '110242.922000', '110242.925000', '110242.928000', '110242.930000', '110242.934000', '110242.936000', '110242.939000', '110242.942000', '110242.945000', '110242.948000', '110242.951000', '110242.954000', '110242.957000', '110242.960000', '110302.834000', '110302.837000', '110302.840000', '110302.843000', '110302.846000', '110302.849000', '110302.852000', '110302.855000', '110302.858000', '110302.861000', '110302.864000', '110302.867000', '110302.870000', '110302.873000', '110302.876000', '110302.879000', '110302.882000', '110302.885000', '110302.888000', '110302.891000', '110302.894000', '110302.897000', '110302.912000', '110302.915000', '110302.918000', '110302.921000', '110302.924000', '110302.927000', '110302.930000', '110302.933000', '110302.936000', '110302.939000', '110302.942000', '110302.944000', '110302.948000', '110302.951000', '110302.953000', '110302.956000', '110302.959000', '110302.962000', '110302.965000', '110302.968000', '110302.971000', '110322.834000', '110322.837000', '110322.840000', '110322.843000', '110322.846000', '110322.850000', '110322.853000', '110322.855000', '110322.858000', '110322.861000', '110322.864000', '110322.867000', '110322.870000', '110322.873000', '110322.876000', '110322.879000', '110322.882000', '110322.885000', '110322.888000', '110322.891000', '110322.894000', '110322.897000', '110322.900000', '110322.903000', '110322.905000', '110322.908000', '110322.911000', '110322.914000', '110322.917000', '110322.920000', '110322.923000', '110322.926000', '110322.929000', '110322.932000', '110322.935000', '110322.938000', '110322.941000', '110322.944000', '110322.947000', '110322.950000', '110322.952000', '110322.955000', '110322.958000', '110322.961000', '110342.835000', '110342.839000', '110342.841000', '110342.858000', '110342.861000', '110342.864000', '110342.867000', '110342.870000', '110342.873000', '110342.876000', '110342.879000', '110342.882000', '110342.885000', '110342.888000', '110342.891000', '110342.894000', '110342.897000', '110342.900000', '110342.903000', '110342.906000', '110342.909000', '110342.912000', '110342.915000', '110342.918000', '110342.921000', '110342.924000', '110342.927000', '110342.930000', '110342.933000', '110342.936000', '110342.939000', '110342.942000', '110342.945000', '110342.948000', '110342.951000', '110342.953000', '110342.956000', '110342.959000', '110342.962000', '110342.965000', '110342.968000', '110342.971000', '110342.974000', '110402.833000', '110402.836000', '110402.839000', '110402.842000', '110402.845000', '110402.848000', '110402.851000', '110402.854000', '110402.857000', '110402.860000', '110402.862000', '110402.865000', '110402.868000', '110402.871000', '110402.874000', '110402.877000', '110402.880000', '110402.883000', '110402.886000', '110402.889000', '110402.892000', '110402.895000', '110402.898000', '110402.901000', '110402.912000', '110402.915000', '110402.918000', '110402.921000', '110402.924000', '110402.927000', '110402.930000', '110402.933000', '110402.936000', '110402.939000', '110402.942000', '110402.945000', '110402.948000', '110402.951000', '110402.954000', '110402.957000', '110402.960000', '110402.963000', '110402.966000', '110402.968000', '110422.833000', '110422.836000', '110422.839000', '110422.842000', '110422.845000', '110422.848000', '110422.851000', '110422.854000', '110422.857000', '110422.860000', '110422.863000', '110422.866000', '110422.869000', '110422.872000', '110422.875000', '110422.878000', '110422.881000', '110422.884000', '110422.887000', '110422.890000', '110422.892000', '110422.895000', '110422.898000', '110422.901000', '110422.904000', '110422.907000', '110422.910000', '110422.913000', '110422.916000', '110422.919000', '110422.923000', '110422.926000', '110422.929000', '110422.932000', '110422.934000', '110422.937000', '110422.940000', '110422.943000', '110422.946000', '110422.949000', '110422.952000', '110422.955000', '110422.958000', '110442.834000', '110442.837000', '110442.840000', '110442.843000', '110442.846000', '110442.849000', '110442.852000', '110442.855000', '110442.858000', '110442.861000', '110442.864000', '110442.867000', '110442.870000', '110442.873000', '110442.876000', '110442.879000', '110442.882000', '110442.885000', '110442.888000', '110442.891000', '110442.894000', '110442.897000', '110442.899000', '110442.903000', '110442.905000', '110442.908000', '110442.911000', '110442.914000', '110442.917000', '110442.920000', '110442.931000', '110442.934000', '110442.937000', '110442.940000', '110442.943000', '110442.946000', '110442.949000', '110442.952000', '110442.954000', '110442.957000', '110442.960000', '110442.963000', '110442.966000', '110442.969000', '110502.139000', '110502.143000', '110502.146000', '110502.149000', '110502.152000', '110502.155000', '110502.157000', '110502.161000', '110502.164000', '110502.167000', '110502.170000', '110502.173000', '110502.176000', '110502.179000', '110502.182000', '110502.185000', '110502.188000', '110502.191000', '110502.195000', '110502.198000', '110502.201000', '110502.204000', '110502.207000', '110502.210000', '110502.213000', '110502.216000', '110502.219000', '110502.222000', '110502.225000', '110502.228000', '110502.231000', '110502.234000', '110502.237000', '110502.240000', '110502.243000', '110502.246000', '110502.249000', '110502.252000', '110502.255000', '110502.258000', '110502.261000', '110502.264000'], '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': [9632, 13054, 8409, 11051, 8283, 9337, 11992, 8474, 10653, 8488, 8843, 12150, 8446, 10116, 8494, 8498, 11921, 8418, 10371, 8343, 8518, 10818, 8385, 9821, 8469, 8697, 9200, 8139, 9671, 8441, 8745, 9671, 8285, 10819, 8244, 9835, 10847, 8249, 11641, 8301, 10432, 8432, 8477, 11348, 8341, 10325, 8237, 8906, 11008, 8358, 10888, 8236, 9793, 12838, 8748, 11437, 8216, 9213, 11001, 8656, 12177, 8401, 9288, 10953, 8470, 10771, 8189, 9094, 9155, 8530, 9782, 8197, 8676, 10841, 8544, 10114, 8161, 8962, 10990, 8556, 10688, 8283, 9291, 9306, 8724, 11150, 8438, 9745, 9175, 8713, 11253, 8275, 9327, 12593, 8578, 10545, 8114, 8818, 11702, 8432, 10098, 8060, 8807, 11261, 8487, 10223, 8180, 8798, 10743, 8639, 9728, 8035, 8810, 11655, 8484, 10541, 7881, 8850, 10437, 8589, 10020, 8107, 9195, 9598, 8470, 10350, 8203, 9524, 11940, 8417, 11529, 8219, 8981, 9996, 8492, 10238, 8148, 8992, 8191, 8874, 11276, 8685, 10377, 8046, 8814, 8805, 8471, 10209, 8449, 9348, 8329, 8466, 11265, 8211, 9393, 8177, 8973, 9363, 8389, 10502, 8312, 9384, 8435, 8459, 11125, 8340, 9946, 8449, 8434, 11451, 8611, 10135, 8347, 9443, 11002, 8688, 11700, 8414, 10374, 8493, 8659, 11947, 8603, 11002, 8251, 9054, 8582, 8650, 10997, 8544, 10049, 8332, 8893, 9615, 8481, 9751, 8397, 9719, 8373, 8682, 11118, 8763, 10413, 8510, 9796, 11279, 8733, 12148, 8594, 10355, 8438, 8528, 11483, 8822, 10946, 8229, 9218, 9197, 8675, 10233, 8475, 9564, 8385, 8711, 10384, 8580, 9014, 8355, 8719, 10998, 8805, 9557, 8237, 8533, 10590, 8584, 9720, 8342, 8706, 11472, 8758, 10430, 8395, 9164, 9218, 8387, 10850, 8423, 9976, 8066, 8797, 10990, 8680, 10138, 10866, 8704, 11885, 8592, 9527, 8460, 8762, 10852, 8381, 9512, 8587, 8774, 10789, 8604, 9047, 8312, 8697, 10368, 8509, 9044, 8287, 8580, 9299, 8462, 9911, 8492, 9736, 8407, 8701, 11046, 8787, 10181, 8905, 8685, 12497, 8792, 10844, 8187, 9358, 12410, 8863, 11079, 8491, 8977, 8275, 8663, 10273, 8730, 9805, 8418, 8732, 11324, 8640, 9794, 8293, 9329, 10915, 8798, 11011, 8671, 9482, 9230, 8802, 11304, 8341, 10193, 8225, 8659, 11233, 8708, 10596, 8090, 9254, 11085, 8638, 10756, 8341, 9409, 8644, 8564, 10228, 8595, 9930, 8289, 8743, 11300, 8820, 10192, 8050, 9362, 12985, 8806, 11176, 8399, 9542, 10766, 8775, 10549, 8311, 9412, 8292, 8681, 10239, 8501, 9475, 8204, 8767, 11225, 8846, 10021, 8113, 9348, 12511, 8797, 10878, 8464, 9339, 8344, 8766, 10690, 8599, 10277, 8023, 8671, 11717, 8822, 10418, 8230, 9869, 10510, 8857, 11454, 8534, 9316, 8162, 8927, 11370, 8738, 10396, 8197, 9331, 8004, 8792, 11608, 8878, 10854, 8288, 9327, 8137, 8812, 11206, 8707, 10331, 8397, 9182, 8138, 8789, 12814, 8640, 10978, 8581, 9323, 8039, 9037, 10858, 8880, 10578, 8425, 9193, 8268, 8502, 11314, 8664, 10527, 8074, 9281, 9576, 8636, 10706, 8510, 9832, 8051, 8547, 10273, 8454, 9532, 8331, 8570, 11098, 8553, 9985, 8066, 8596, 10806, 8517, 9862, 9947, 8742, 10479, 8330, 9354, 7911, 8634, 10916, 8337, 9907, 8139, 8410, 10623, 8413, 9792, 8382, 8454, 11120, 8494, 10006, 8043, 8507, 11066, 8150, 10014, 8044, 8468, 10586, 7968, 9350, 9952, 8306, 10160, 7813, 9207, 9371, 8267, 10317, 8012, 9396, 9674, 8101, 10087, 8192, 9112, 12498, 8434, 10588, 8078, 9037, 11069, 8216, 9928, 12170, 8714, 9895, 8638, 8433, 10092, 7836, 9181, 11149, 8194, 10000, 8091, 8730, 10589, 8396, 10283, 10987, 8409, 10351, 8084, 9314, 11354, 8494, 9877, 8658, 8648, 10499, 8121, 9673, 11868, 8378, 10249, 9303, 8395, 10707, 7848, 9224, 9095, 8408, 10495, 8073, 9471, 11264, 8367, 9916, 8958, 8413, 10640, 7830, 9405, 11380, 8380, 9938, 8749, 8445, 11028, 8438, 9644, 9077, 8415, 10370, 7814, 9613, 11477, 8345, 10105, 7633, 8388, 10912, 7842, 9916, 12186, 8219, 9682, 11940, 8422, 9704, 10773, 8422, 9890, 7829, 8264, 10110, 7918, 9715, 7853, 8228, 9985, 7868, 9927, 9140, 8231, 10324, 7871, 9688, 12036, 8156, 10124, 7600, 9297, 10895, 8145, 10569, 8521, 8170, 11014, 7721, 9710, 10895, 7816, 7511, 9447, 12248, 8475, 8321, 10142, 8170, 7903, 10412, 7564, 9322, 10979, 7620, 8798, 10609, 7724, 9466, 10885, 8017, 9603, 7709, 9015, 11046, 7886, 10289, 7667, 9514, 11400, 7972, 10710, 14013, 8634, 10790, 8210, 8349, 10502, 7759, 9007, 11553, 8616, 8239, 10263, 7862, 9281, 7866, 8305, 10467, 8000, 10094, 7729, 8992, 10971, 8256, 10423, 8373, 8565, 12405, 8171, 10744, 7740, 9596, 11474, 8334, 11368, 8400, 10122, 8992, 8160, 10470, 7959, 9995, 10992, 8197, 10720, 8161, 9956, 9644, 8246, 11589, 8076, 9713, 7661, 8310, 10801, 8034, 10599, 7591, 8421, 10651, 7851, 9792, 7748, 8276, 11426, 7798, 9903, 7479, 8061, 10756, 7856, 9707, 10227, 7962, 10508, 7713, 9426, 8189, 8048, 10346, 7643, 9731, 8923, 8097, 10572, 7542, 9912, 11478, 8153, 10475, 7882, 9715, 11951, 8077, 11252, 8725, 9184, 11615, 8065, 10151, 7602, 8750, 11596, 8159, 10571, 8886, 8295, 10504, 7665, 10019, 11662, 8145, 10636, 7555, 9958, 11299, 8045, 10448, 9268, 8266, 10710, 7557, 9669, 10811, 7885, 10520, 12315, 8120, 10232, 7755, 7881, 9414, 7771, 8208, 10424, 7913, 9813, 11539, 7933, 10232, 8748, 8092, 10577, 7374, 8904, 10587, 7599, 9696, 11434, 7938, 10150, 8554, 8056, 10505, 7832, 10705, 10200, 8223, 11694, 7629, 9686, 12244, 8007, 10440, 7750, 9994, 11920, 8127, 10095, 9692, 8159, 10664, 8265, 9562, 7728, 8903, 7846, 9689, 12569, 8402, 11433, 8706, 9470, 7810, 8856, 11611, 8570, 11267, 9275, 8524, 11653, 8246, 9526, 10881, 8521, 11765, 8206, 9659, 8008, 9629, 11929, 8185, 10021, 9140, 8266, 10786, 8184, 10004, 7888, 8353, 11184, 8452, 9012, 11624, 8083, 9774, 11596, 8226, 10095, 8465, 8291, 10552, 8227, 9380, 12216, 8244, 10191, 7795, 8426, 11131, 8121, 9658, 7697, 9387, 11461, 8245, 10805, 8167, 9785, 8297, 9955, 10953, 8270, 10982, 8912, 8524, 11177, 8145, 9585, 8993, 8290, 11545, 8132, 9599, 8902, 8032, 9981, 7712, 9489, 11727, 8173, 10024, 7848, 9117, 10540, 8019, 10653, 7999, 8284, 10359, 8027, 9475, 9694, 8198, 10945, 7794, 9713, 7691, 8372, 10815, 7741, 10016, 12103, 8163, 10187, 7951, 8316, 10808, 7863, 10311, 9365, 8310, 10752, 7968, 9715, 11849, 8322, 10251, 7677, 8418, 10601, 7842, 9311, 11226, 8071, 9868, 7522, 8861, 10631, 7852, 9480, 10522, 8046, 9721, 8842, 7980, 11311, 7860, 10631, 8223, 9545, 7826, 8971, 12066, 7749, 9406, 11055, 8019, 9507, 10826, 7980, 10188, 11426, 8334, 10648, 8247, 9670, 7624, 8554, 11597, 8539, 10822, 8013, 8864, 11419, 8566, 10246, 7935, 9264, 11235, 8543, 10787, 8199, 9838, 7892, 8361, 11146, 8470, 10094, 8117, 9737, 10441, 8319, 10928, 8069, 9643, 8010, 8355, 10515, 8163, 10345, 7950, 8402, 11109, 8302, 9830, 8176, 9176, 12089, 8363, 10755, 8199, 9958, 7939, 8162, 11001, 8183, 10561, 8566, 8688, 12218, 8380, 10252, 7836, 9423, 11468, 8276, 10754, 7988, 9820, 8526, 8126, 10116, 8113, 9696, 11775, 8190, 10628, 7907, 9444, 8487, 8145, 10218, 7959, 9768, 9246, 8112, 10480, 8152, 10130, 7855, 8672, 10973, 8065, 10179, 8202, 9150, 11504, 8214, 11272, 7888, 9513, 12295, 8097, 11185, 7760, 9810, 8496, 8196, 10817, 8102, 10535, 7806, 9149, 10909, 8190, 10518, 7818, 9475, 10043, 8131, 10647, 7852, 9727, 9694, 8233, 11616, 8103, 10622, 7751, 9362, 11862, 8336, 11179, 8079, 10039, 8876, 8075, 10747, 8023, 9898, 11062, 8193, 10996, 8103, 9973, 7792, 8208, 10841, 8140, 10644, 7699, 8923, 11221, 8193, 10022, 7752, 8468, 11452, 8373, 10693, 7657, 9141, 11108, 8184, 10650, 8561, 8599, 11023, 8327, 10019, 7892, 8233, 11401, 8004, 9869, 7882, 8539, 10643, 8303, 10407, 7904, 8409, 11476, 8162, 9723, 7818, 8808, 11470, 8100, 10183, 7719, 9165, 11238, 8290, 11143, 8196, 9142, 11799, 8128, 10673, 7767, 10039, 10826, 8415, 11397, 7780, 9638, 12562, 8451, 11064, 7849, 9774, 11601, 8311, 10313, 7744, 8838, 11206, 8219, 10359, 7979, 8517, 11112, 8209, 9768, 7932, 8373, 10989, 8049, 9571, 7821, 8114, 10498, 8141, 9896, 10833, 8321, 10623, 7791, 9590, 10176, 8280, 10726, 7835, 9282, 10553, 8195, 10341, 8136, 9111, 12151, 8727, 11015, 7967, 8842, 12445, 8258, 10225, 8572, 8035, 11706, 8116, 9842, 9104, 8340, 11274, 8190, 10039, 9463, 8271, 11608, 8237, 10655, 9000, 8470, 12256, 8310, 10152, 12736, 8513, 10902, 8273, 9581, 11433, 8475, 10351, 7917, 9365, 12076, 8257, 10026, 7924, 8190, 10360, 7814, 9443, 11379, 8361, 9797, 7975, 8107, 9992, 7948, 9409, 11636, 8174, 10109, 7939, 8437, 10986, 7968, 9447, 12349, 8361, 9950, 12440, 8188, 9997, 8040, 8791, 11011, 8141, 10410, 7769, 9604, 11588, 8399, 9886, 9061, 8395, 10789, 8521, 10809, 8233, 10226, 8938, 8640, 10280, 8461, 12100, 8632, 12303, 8847, 11177, 10616, 8711, 11096, 8460, 10301, 8491, 9297, 10632, 8219, 11065, 8528, 10177, 8489, 8844, 12265, 8520, 10272, 8463, 9287, 8626, 8176, 10929, 8701, 9413, 8701, 8667, 9351, 8179, 10695, 8498, 9840, 8726, 8546, 12339, 8987, 11320, 8398, 9149, 11173, 8389, 11482, 8412, 10526, 8559, 8174, 11652, 8630, 10316, 9024, 8285, 12417, 8190, 10125, 8446, 9102, 11333, 8330, 10463, 8423, 8488, 12337, 8359, 10303, 8452, 9449, 10838, 8305, 11823, 8471, 9160, 9434, 8334, 11372, 8397, 10133, 8400, 9150, 10760, 8368, 11022, 8498, 10074, 8486, 8210, 11424, 8415, 10103, 8503, 8867, 12181, 8087, 10898, 8396, 9142, 11695, 8230, 10688, 8326, 9145, 8736, 7972, 11422, 8298, 9952, 8459, 8167, 10543, 8169, 9422, 8437, 8243, 12724, 8264, 10934, 8533, 9320, 12831, 8358, 11478, 8332, 9587, 9330, 8005, 12069, 8266, 10305, 8538, 8178, 12067, 8424, 10991, 8597, 8367, 11640, 8177, 10012, 8507, 8256, 11805, 8306, 10210, 8442, 8599, 11783, 8379, 10089, 8544, 8866, 10561, 8494, 10523, 8572, 9016, 11978, 8218, 10040, 8629, 8986, 11578, 8304, 11015, 8502, 9041, 12883, 8501, 11273, 8403, 9439, 11792, 8235, 10796, 8589, 9050, 12746, 8203, 10719, 8718, 8656, 11961, 8315, 10121, 8970, 8061, 10889, 8393, 10070, 8789, 8283, 11921, 8690, 8849, 11504, 8463, 10427, 8819, 8101, 11258, 8736, 9208, 9762, 8227, 11396, 8400, 9221, 10666, 8163, 11571, 8470, 9201, 12497, 8485, 10058, 9073, 8505, 11582, 8551, 8969, 9660, 8284, 10993, 8637, 9207, 10896, 8305, 10931, 8763, 8618, 12571, 8773, 10840, 9233, 8301, 12177, 8432, 9409, 12707, 8662, 9975, 12892, 8464, 10657, 8584, 8730, 11505, 8354, 8909, 10403, 8317, 11174, 8542, 9432, 8743, 8157, 11842, 8601, 9592, 12492, 8526, 12056, 8384, 9276, 12710, 8269, 11015, 8702, 8164, 12440, 8306, 10696, 8743, 8184, 11991, 8452, 8945, 9666, 8290, 11198, 8365, 9892, 9586, 8331, 11889, 8351, 9104, 11251, 8275, 11068, 8490, 9031, 9589, 8224, 10626, 8518, 8874, 12414, 8395, 11579, 8438, 8913, 11253, 8372, 10443, 8731, 8158, 11933, 8338, 10616, 8608, 8159, 11711, 8452, 10738, 8495, 8215, 11638, 8244, 9161, 8687, 8204, 11760, 8317, 11135, 8352, 8591, 11178, 8193, 10436, 8633, 8367, 12335, 8193, 10694, 8569, 8536, 11642, 8387, 10910, 8453, 8661, 10656, 8227, 10704, 8631, 8349, 11785, 8090, 10366, 8557, 8012, 11783, 8351, 10571, 8617, 8024, 11533, 8351, 9510, 8965, 8002, 11149, 8267, 8930, 8613, 7882, 10965, 8440, 10217, 8690, 8722, 12102, 8125, 10389, 8473, 9397, 12350, 8258, 11067, 8570, 9120, 11945, 8188, 10967, 8363, 9376, 10124, 8097, 10694, 8382, 9264, 12089, 8262, 10799, 8425, 9688, 9812, 8246, 10990, 8421, 9400, 9608, 8241, 11465, 8411, 10536, 8940, 8308, 12335, 8496, 9963, 8580, 9750, 9870, 8594, 10812, 8260, 10200, 12172, 8627, 11341, 8390, 10291, 11522, 8586, 12530, 8322, 10268, 8575, 9233, 11663, 8055, 10476, 8094, 10202, 9459, 8584, 11286, 8067, 11030, 8280, 9883, 9904, 8202, 10780, 8020, 10279, 8509, 8766, 11525, 8225, 10996, 8095, 10635, 8339, 9195, 11848, 8242, 10832, 7989, 9996, 9119, 8610, 10925, 7980, 10514, 9410, 8385, 11931, 7960, 10437, 7922, 9887, 9676, 8432, 11392, 7981, 10139, 7969, 9835, 9690, 8511, 11038, 8336, 10835, 8354, 9899, 8662, 11809, 8602, 13071, 9392, 11682, 8029, 9647, 13036, 8632, 12733, 8505, 10943, 11293, 8408, 11399, 7997, 10058, 8564, 8372, 10202, 8422, 10896, 8197, 9343, 12115, 8393, 11344, 7933, 9593, 11973, 8511, 11736, 8188, 9731, 12265, 8308, 10457, 8365, 8389, 11738, 8296, 10743, 7989, 9610, 12533, 8571, 10887, 8522, 9160, 8210, 8561, 11819, 8447, 11444, 9209, 8505], 'WindowCenter': [4388.0, 4401.0, 4336.0, 4364.0, 4320.0, 4331.0, 4348.0, 4308.0, 4338.0, 4306.0, 4317.0, 4346.0, 4306.0, 4326.0, 4304.0, 4306.0, 4346.0, 4305.0, 4327.0, 4305.0, 4318.0, 4335.0, 4306.0, 4328.0, 4305.0, 4316.0, 4315.0, 4307.0, 4327.0, 4317.0, 4320.0, 4339.0, 4319.0, 4349.0, 4318.0, 4340.0, 4338.0, 4308.0, 4349.0, 4306.0, 4337.0, 4305.0, 4307.0, 4337.0, 4306.0, 4337.0, 4306.0, 4319.0, 4335.0, 4307.0, 4336.0, 4306.0, 4327.0, 4345.0, 4306.0, 4335.0, 4294.0, 4315.0, 4323.0, 4303.0, 4334.0, 4293.0, 4303.0, 4322.0, 4292.0, 4323.0, 4281.0, 4302.0, 4301.0, 4302.0, 4313.0, 4292.0, 4304.0, 4323.0, 4305.0, 4324.0, 4294.0, 4315.0, 4324.0, 4305.0, 4326.0, 4304.0, 4316.0, 4313.0, 4305.0, 4336.0, 4294.0, 4316.0, 4302.0, 4303.0, 4324.0, 4292.0, 4315.0, 4334.0, 4293.0, 4313.0, 4280.0, 4303.0, 4322.0, 4293.0, 4313.0, 4280.0, 4302.0, 4321.0, 4292.0, 4323.0, 4293.0, 4303.0, 4322.0, 4302.0, 4312.0, 4281.0, 4303.0, 4334.0, 4303.0, 4324.0, 4283.0, 4303.0, 4321.0, 4303.0, 4313.0, 4292.0, 4314.0, 4312.0, 4293.0, 4324.0, 4293.0, 4315.0, 4334.0, 4294.0, 4334.0, 4293.0, 4305.0, 4315.0, 4305.0, 4323.0, 4293.0, 4304.0, 4294.0, 4315.0, 4335.0, 4304.0, 4325.0, 4293.0, 4305.0, 4303.0, 4295.0, 4324.0, 4304.0, 4315.0, 4304.0, 4307.0, 4335.0, 4306.0, 4316.0, 4305.0, 4329.0, 4327.0, 4308.0, 4338.0, 4317.0, 4329.0, 4306.0, 4309.0, 4338.0, 4306.0, 4327.0, 4306.0, 4307.0, 4346.0, 4317.0, 4338.0, 4308.0, 4329.0, 4337.0, 4317.0, 4347.0, 4307.0, 4326.0, 4304.0, 4317.0, 4346.0, 4306.0, 4336.0, 4306.0, 4317.0, 4305.0, 4316.0, 4336.0, 4315.0, 4328.0, 4305.0, 4317.0, 4325.0, 4317.0, 4327.0, 4307.0, 4328.0, 4307.0, 4318.0, 4337.0, 4318.0, 4337.0, 4305.0, 4327.0, 4334.0, 4307.0, 4346.0, 4305.0, 4325.0, 4294.0, 4305.0, 4334.0, 4303.0, 4323.0, 4291.0, 4304.0, 4301.0, 4303.0, 4324.0, 4292.0, 4315.0, 4292.0, 4305.0, 4313.0, 4293.0, 4305.0, 4294.0, 4304.0, 4324.0, 4303.0, 4314.0, 4292.0, 4304.0, 4323.0, 4305.0, 4326.0, 4304.0, 4305.0, 4334.0, 4304.0, 4324.0, 4292.0, 4316.0, 4314.0, 4305.0, 4336.0, 4294.0, 4325.0, 4293.0, 4306.0, 4325.0, 4306.0, 4337.0, 4325.0, 4303.0, 4333.0, 4293.0, 4314.0, 4291.0, 4292.0, 4322.0, 4291.0, 4314.0, 4292.0, 4304.0, 4321.0, 4302.0, 4304.0, 4293.0, 4304.0, 4323.0, 4304.0, 4316.0, 4317.0, 4318.0, 4326.0, 4319.0, 4340.0, 4318.0, 4339.0, 4318.0, 4319.0, 4348.0, 4317.0, 4340.0, 4317.0, 4317.0, 4346.0, 4305.0, 4335.0, 4294.0, 4315.0, 4345.0, 4305.0, 4335.0, 4304.0, 4304.0, 4292.0, 4304.0, 4325.0, 4315.0, 4325.0, 4305.0, 4305.0, 4335.0, 4304.0, 4326.0, 4305.0, 4317.0, 4335.0, 4306.0, 4325.0, 4303.0, 4315.0, 4315.0, 4315.0, 4335.0, 4294.0, 4326.0, 4292.0, 4304.0, 4335.0, 4304.0, 4324.0, 4293.0, 4316.0, 4335.0, 4305.0, 4325.0, 4293.0, 4315.0, 4302.0, 4305.0, 4324.0, 4305.0, 4327.0, 4305.0, 4306.0, 4334.0, 4305.0, 4324.0, 4294.0, 4316.0, 4357.0, 4304.0, 4323.0, 4292.0, 4313.0, 4322.0, 4294.0, 4323.0, 4292.0, 4303.0, 4291.0, 4303.0, 4313.0, 4304.0, 4315.0, 4293.0, 4304.0, 4323.0, 4303.0, 4313.0, 4292.0, 4316.0, 4335.0, 4294.0, 4323.0, 4291.0, 4313.0, 4291.0, 4302.0, 4324.0, 4303.0, 4324.0, 4281.0, 4304.0, 4320.0, 4301.0, 4313.0, 4293.0, 4313.0, 4311.0, 4291.0, 4321.0, 4291.0, 4302.0, 4291.0, 4303.0, 4334.0, 4304.0, 4313.0, 4293.0, 4314.0, 4291.0, 4305.0, 4335.0, 4305.0, 4324.0, 4293.0, 4304.0, 4282.0, 4303.0, 4322.0, 4291.0, 4326.0, 4292.0, 4304.0, 4294.0, 4305.0, 4343.0, 4293.0, 4322.0, 4292.0, 4301.0, 4282.0, 4303.0, 4322.0, 4302.0, 4312.0, 4291.0, 4304.0, 4295.0, 4304.0, 4334.0, 4304.0, 4323.0, 4282.0, 4315.0, 4312.0, 4306.0, 4325.0, 4294.0, 4314.0, 4280.0, 4303.0, 4312.0, 4293.0, 4313.0, 4292.0, 4305.0, 4323.0, 4292.0, 4313.0, 4281.0, 4294.0, 4312.0, 4291.0, 4313.0, 4300.0, 4292.0, 4310.0, 4291.0, 4303.0, 4280.0, 4304.0, 4325.0, 4293.0, 4314.0, 4283.0, 4294.0, 4311.0, 4293.0, 4316.0, 4294.0, 4294.0, 4323.0, 4305.0, 4315.0, 4281.0, 4305.0, 4336.0, 4293.0, 4314.0, 4281.0, 4294.0, 4323.0, 4292.0, 4316.0, 4324.0, 4306.0, 4324.0, 4294.0, 4315.0, 4314.0, 4308.0, 4339.0, 4295.0, 4316.0, 4315.0, 4296.0, 4326.0, 4305.0, 4317.0, 4346.0, 4305.0, 4326.0, 4295.0, 4317.0, 4335.0, 4294.0, 4327.0, 4335.0, 4293.0, 4315.0, 4292.0, 4292.0, 4312.0, 4281.0, 4314.0, 4324.0, 4293.0, 4314.0, 4283.0, 4305.0, 4323.0, 4292.0, 4325.0, 4324.0, 4293.0, 4313.0, 4282.0, 4315.0, 4322.0, 4292.0, 4326.0, 4291.0, 4294.0, 4322.0, 4292.0, 4316.0, 4333.0, 4293.0, 4325.0, 4301.0, 4293.0, 4312.0, 4281.0, 4304.0, 4303.0, 4293.0, 4324.0, 4292.0, 4315.0, 4323.0, 4294.0, 4315.0, 4302.0, 4294.0, 4324.0, 4283.0, 4304.0, 4322.0, 4292.0, 4315.0, 4292.0, 4293.0, 4321.0, 4293.0, 4314.0, 4302.0, 4292.0, 4312.0, 4282.0, 4313.0, 4322.0, 4292.0, 4314.0, 4281.0, 4293.0, 4323.0, 4282.0, 4313.0, 4332.0, 4281.0, 4314.0, 4321.0, 4292.0, 4302.0, 4309.0, 4281.0, 4301.0, 4269.0, 4292.0, 4312.0, 4282.0, 4314.0, 4281.0, 4295.0, 4324.0, 4295.0, 4326.0, 4315.0, 4305.0, 4325.0, 4293.0, 4316.0, 4345.0, 4295.0, 4326.0, 4283.0, 4316.0, 4334.0, 4295.0, 4326.0, 4304.0, 4305.0, 4324.0, 4283.0, 4315.0, 4325.0, 4285.0, 4285.0, 4326.0, 4347.0, 4292.0, 4293.0, 4314.0, 4291.0, 4293.0, 4323.0, 4282.0, 4314.0, 4323.0, 4283.0, 4304.0, 4324.0, 4282.0, 4315.0, 4322.0, 4293.0, 4314.0, 4283.0, 4316.0, 4336.0, 4306.0, 4326.0, 4295.0, 4327.0, 4336.0, 4294.0, 4327.0, 4356.0, 4306.0, 4326.0, 4292.0, 4295.0, 4324.0, 4283.0, 4304.0, 4335.0, 4292.0, 4292.0, 4312.0, 4283.0, 4315.0, 4294.0, 4306.0, 4338.0, 4295.0, 4326.0, 4294.0, 4317.0, 4335.0, 4306.0, 4338.0, 4294.0, 4306.0, 4345.0, 4305.0, 4335.0, 4284.0, 4315.0, 4335.0, 4294.0, 4336.0, 4293.0, 4326.0, 4303.0, 4295.0, 4322.0, 4293.0, 4326.0, 4323.0, 4293.0, 4321.0, 4292.0, 4315.0, 4301.0, 4293.0, 4324.0, 4283.0, 4303.0, 4269.0, 4292.0, 4321.0, 4283.0, 4323.0, 4282.0, 4294.0, 4321.0, 4282.0, 4313.0, 4282.0, 4305.0, 4335.0, 4283.0, 4313.0, 4271.0, 4294.0, 4322.0, 4282.0, 4314.0, 4312.0, 4293.0, 4322.0, 4284.0, 4315.0, 4291.0, 4293.0, 4324.0, 4283.0, 4315.0, 4305.0, 4295.0, 4326.0, 4284.0, 4326.0, 4336.0, 4296.0, 4326.0, 4294.0, 4317.0, 4334.0, 4295.0, 4337.0, 4293.0, 4306.0, 4324.0, 4284.0, 4314.0, 4282.0, 4293.0, 4323.0, 4281.0, 4324.0, 4292.0, 4292.0, 4323.0, 4283.0, 4313.0, 4323.0, 4284.0, 4323.0, 4271.0, 4314.0, 4322.0, 4283.0, 4326.0, 4303.0, 4293.0, 4322.0, 4281.0, 4314.0, 4312.0, 4281.0, 4324.0, 4331.0, 4283.0, 4313.0, 4269.0, 4282.0, 4303.0, 4281.0, 4293.0, 4323.0, 4293.0, 4316.0, 4334.0, 4293.0, 4324.0, 4292.0, 4294.0, 4324.0, 4273.0, 4306.0, 4324.0, 4284.0, 4316.0, 4335.0, 4294.0, 4326.0, 4303.0, 4295.0, 4337.0, 4295.0, 4337.0, 4324.0, 4305.0, 4348.0, 4296.0, 4327.0, 4336.0, 4296.0, 4325.0, 4285.0, 4326.0, 4334.0, 4293.0, 4326.0, 4313.0, 4295.0, 4324.0, 4295.0, 4313.0, 4296.0, 4317.0, 4308.0, 4330.0, 4347.0, 4308.0, 4350.0, 4305.0, 4314.0, 4285.0, 4317.0, 4333.0, 4305.0, 4337.0, 4303.0, 4293.0, 4323.0, 4281.0, 4304.0, 4310.0, 4292.0, 4321.0, 4281.0, 4301.0, 4281.0, 4313.0, 4322.0, 4293.0, 4326.0, 4303.0, 4293.0, 4323.0, 4294.0, 4326.0, 4282.0, 4293.0, 4323.0, 4281.0, 4303.0, 4322.0, 4281.0, 4312.0, 4321.0, 4293.0, 4313.0, 4281.0, 4281.0, 4312.0, 4292.0, 4304.0, 4333.0, 4293.0, 4311.0, 4270.0, 4294.0, 4321.0, 4292.0, 4313.0, 4282.0, 4315.0, 4333.0, 4295.0, 4324.0, 4304.0, 4325.0, 4305.0, 4328.0, 4324.0, 4294.0, 4326.0, 4303.0, 4295.0, 4322.0, 4283.0, 4313.0, 4302.0, 4292.0, 4322.0, 4281.0, 4301.0, 4289.0, 4281.0, 4313.0, 4281.0, 4314.0, 4321.0, 4292.0, 4300.0, 4279.0, 4302.0, 4310.0, 4281.0, 4325.0, 4280.0, 4293.0, 4312.0, 4292.0, 4315.0, 4312.0, 4293.0, 4324.0, 4282.0, 4314.0, 4282.0, 4306.0, 4336.0, 4284.0, 4314.0, 4332.0, 4293.0, 4313.0, 4281.0, 4293.0, 4321.0, 4282.0, 4313.0, 4301.0, 4293.0, 4323.0, 4282.0, 4312.0, 4322.0, 4280.0, 4312.0, 4270.0, 4291.0, 4311.0, 4280.0, 4304.0, 4321.0, 4280.0, 4311.0, 4280.0, 4304.0, 4322.0, 4281.0, 4313.0, 4311.0, 4282.0, 4314.0, 4302.0, 4293.0, 4334.0, 4282.0, 4326.0, 4307.0, 4325.0, 4295.0, 4316.0, 4346.0, 4282.0, 4303.0, 4322.0, 4281.0, 4303.0, 4311.0, 4281.0, 4313.0, 4320.0, 4282.0, 4311.0, 4281.0, 4301.0, 4268.0, 4291.0, 4321.0, 4290.0, 4311.0, 4280.0, 4291.0, 4320.0, 4279.0, 4299.0, 4281.0, 4302.0, 4322.0, 4292.0, 4322.0, 4290.0, 4312.0, 4280.0, 4280.0, 4309.0, 4279.0, 4300.0, 4278.0, 4300.0, 4308.0, 4279.0, 4310.0, 4280.0, 4301.0, 4267.0, 4281.0, 4310.0, 4281.0, 4312.0, 4280.0, 4293.0, 4321.0, 4292.0, 4312.0, 4280.0, 4302.0, 4333.0, 4293.0, 4323.0, 4293.0, 4313.0, 4281.0, 4293.0, 4322.0, 4292.0, 4324.0, 4292.0, 4292.0, 4321.0, 4280.0, 4312.0, 4270.0, 4301.0, 4320.0, 4280.0, 4321.0, 4281.0, 4312.0, 4290.0, 4282.0, 4312.0, 4280.0, 4313.0, 4332.0, 4292.0, 4323.0, 4281.0, 4313.0, 4291.0, 4292.0, 4324.0, 4293.0, 4324.0, 4314.0, 4296.0, 4325.0, 4306.0, 4327.0, 4295.0, 4305.0, 4325.0, 4294.0, 4327.0, 4295.0, 4317.0, 4335.0, 4306.0, 4336.0, 4294.0, 4316.0, 4334.0, 4296.0, 4335.0, 4284.0, 4315.0, 4292.0, 4294.0, 4335.0, 4295.0, 4326.0, 4284.0, 4316.0, 4324.0, 4294.0, 4324.0, 4294.0, 4315.0, 4313.0, 4294.0, 4325.0, 4294.0, 4315.0, 4315.0, 4307.0, 4335.0, 4296.0, 4326.0, 4284.0, 4315.0, 4335.0, 4307.0, 4336.0, 4283.0, 4314.0, 4302.0, 4294.0, 4325.0, 4294.0, 4327.0, 4336.0, 4295.0, 4325.0, 4293.0, 4315.0, 4282.0, 4295.0, 4325.0, 4296.0, 4325.0, 4282.0, 4305.0, 4323.0, 4292.0, 4313.0, 4294.0, 4305.0, 4334.0, 4293.0, 4325.0, 4282.0, 4304.0, 4323.0, 4282.0, 4324.0, 4292.0, 4294.0, 4312.0, 4291.0, 4312.0, 4281.0, 4292.0, 4323.0, 4282.0, 4312.0, 4281.0, 4303.0, 4321.0, 4294.0, 4324.0, 4282.0, 4294.0, 4333.0, 4293.0, 4314.0, 4282.0, 4305.0, 4335.0, 4295.0, 4325.0, 4283.0, 4315.0, 4335.0, 4295.0, 4335.0, 4293.0, 4314.0, 4333.0, 4293.0, 4324.0, 4283.0, 4327.0, 4324.0, 4293.0, 4323.0, 4281.0, 4313.0, 4334.0, 4293.0, 4321.0, 4280.0, 4314.0, 4320.0, 4282.0, 4313.0, 4272.0, 4302.0, 4322.0, 4282.0, 4314.0, 4280.0, 4293.0, 4321.0, 4282.0, 4313.0, 4281.0, 4293.0, 4322.0, 4282.0, 4302.0, 4270.0, 4283.0, 4323.0, 4283.0, 4325.0, 4323.0, 4293.0, 4312.0, 4281.0, 4314.0, 4314.0, 4295.0, 4326.0, 4283.0, 4314.0, 4324.0, 4294.0, 4326.0, 4293.0, 4306.0, 4336.0, 4306.0, 4326.0, 4293.0, 4315.0, 4345.0, 4306.0, 4326.0, 4291.0, 4283.0, 4334.0, 4284.0, 4325.0, 4303.0, 4292.0, 4324.0, 4281.0, 4313.0, 4301.0, 4292.0, 4322.0, 4281.0, 4314.0, 4290.0, 4281.0, 4322.0, 4280.0, 4311.0, 4319.0, 4280.0, 4312.0, 4278.0, 4300.0, 4320.0, 4280.0, 4300.0, 4268.0, 4303.0, 4332.0, 4281.0, 4312.0, 4280.0, 4292.0, 4313.0, 4284.0, 4314.0, 4323.0, 4282.0, 4311.0, 4280.0, 4282.0, 4313.0, 4292.0, 4315.0, 4336.0, 4296.0, 4326.0, 4284.0, 4305.0, 4325.0, 4284.0, 4316.0, 4347.0, 4292.0, 4314.0, 4331.0, 4281.0, 4313.0, 4281.0, 4294.0, 4323.0, 4283.0, 4324.0, 4271.0, 4313.0, 4323.0, 4293.0, 4315.0, 4303.0, 4305.0, 4324.0, 4305.0, 4336.0, 4294.0, 4327.0, 4305.0, 4305.0, 4322.0, 4293.0, 4344.0, 4317.0, 4345.0, 4303.0, 4336.0, 4327.0, 4308.0, 4338.0, 4306.0, 4326.0, 4303.0, 4315.0, 4312.0, 4292.0, 4323.0, 4293.0, 4313.0, 4292.0, 4316.0, 4335.0, 4304.0, 4313.0, 4282.0, 4303.0, 4291.0, 4293.0, 4323.0, 4305.0, 4318.0, 4317.0, 4308.0, 4315.0, 4305.0, 4326.0, 4306.0, 4325.0, 4305.0, 4306.0, 4336.0, 4307.0, 4336.0, 4294.0, 4316.0, 4324.0, 4294.0, 4334.0, 4294.0, 4325.0, 4293.0, 4294.0, 4333.0, 4305.0, 4326.0, 4304.0, 4295.0, 4334.0, 4294.0, 4325.0, 4294.0, 4304.0, 4324.0, 4294.0, 4327.0, 4295.0, 4305.0, 4333.0, 4293.0, 4324.0, 4294.0, 4315.0, 4323.0, 4293.0, 4334.0, 4294.0, 4315.0, 4304.0, 4296.0, 4335.0, 4295.0, 4324.0, 4305.0, 4316.0, 4324.0, 4296.0, 4326.0, 4304.0, 4314.0, 4292.0, 4295.0, 4332.0, 4294.0, 4314.0, 4293.0, 4305.0, 4333.0, 4293.0, 4324.0, 4292.0, 4314.0, 4333.0, 4295.0, 4325.0, 4294.0, 4313.0, 4292.0, 4295.0, 4334.0, 4293.0, 4316.0, 4294.0, 4296.0, 4324.0, 4295.0, 4315.0, 4294.0, 4306.0, 4345.0, 4294.0, 4325.0, 4303.0, 4316.0, 4345.0, 4295.0, 4335.0, 4294.0, 4315.0, 4303.0, 4293.0, 4333.0, 4294.0, 4326.0, 4291.0, 4295.0, 4334.0, 4294.0, 4324.0, 4293.0, 4295.0, 4323.0, 4292.0, 4324.0, 4293.0, 4293.0, 4333.0, 4294.0, 4314.0, 4292.0, 4293.0, 4334.0, 4292.0, 4314.0, 4304.0, 4304.0, 4324.0, 4305.0, 4326.0, 4305.0, 4306.0, 4334.0, 4295.0, 4314.0, 4305.0, 4316.0, 4335.0, 4306.0, 4326.0, 4304.0, 4306.0, 4344.0, 4305.0, 4336.0, 4295.0, 4316.0, 4334.0, 4295.0, 4325.0, 4293.0, 4305.0, 4344.0, 4293.0, 4324.0, 4292.0, 4305.0, 4334.0, 4294.0, 4323.0, 4302.0, 4295.0, 4324.0, 4304.0, 4326.0, 4304.0, 4305.0, 4335.0, 4305.0, 4316.0, 4335.0, 4294.0, 4327.0, 4304.0, 4296.0, 4334.0, 4304.0, 4316.0, 4315.0, 4305.0, 4335.0, 4295.0, 4317.0, 4325.0, 4307.0, 4336.0, 4295.0, 4316.0, 4334.0, 4304.0, 4326.0, 4303.0, 4305.0, 4334.0, 4305.0, 4316.0, 4314.0, 4305.0, 4337.0, 4304.0, 4317.0, 4334.0, 4306.0, 4336.0, 4306.0, 4306.0, 4346.0, 4304.0, 4337.0, 4303.0, 4296.0, 4335.0, 4294.0, 4316.0, 4333.0, 4293.0, 4315.0, 4332.0, 4293.0, 4313.0, 4303.0, 4305.0, 4323.0, 4293.0, 4306.0, 4325.0, 4306.0, 4335.0, 4306.0, 4317.0, 4304.0, 4296.0, 4347.0, 4306.0, 4328.0, 4347.0, 4307.0, 4336.0, 4295.0, 4316.0, 4333.0, 4294.0, 4324.0, 4292.0, 4294.0, 4333.0, 4293.0, 4324.0, 4292.0, 4294.0, 4332.0, 4292.0, 4304.0, 4301.0, 4293.0, 4325.0, 4294.0, 4314.0, 4302.0, 4292.0, 4332.0, 4291.0, 4303.0, 4323.0, 4293.0, 4325.0, 4293.0, 4305.0, 4313.0, 4305.0, 4324.0, 4294.0, 4316.0, 4334.0, 4294.0, 4334.0, 4294.0, 4306.0, 4324.0, 4294.0, 4325.0, 4293.0, 4294.0, 4334.0, 4294.0, 4325.0, 4292.0, 4295.0, 4334.0, 4304.0, 4337.0, 4293.0, 4296.0, 4334.0, 4295.0, 4315.0, 4305.0, 4306.0, 4336.0, 4295.0, 4335.0, 4294.0, 4305.0, 4324.0, 4295.0, 4326.0, 4305.0, 4306.0, 4345.0, 4306.0, 4325.0, 4304.0, 4306.0, 4336.0, 4296.0, 4334.0, 4294.0, 4305.0, 4324.0, 4306.0, 4337.0, 4303.0, 4295.0, 4334.0, 4295.0, 4325.0, 4304.0, 4296.0, 4334.0, 4295.0, 4325.0, 4304.0, 4294.0, 4334.0, 4304.0, 4327.0, 4304.0, 4296.0, 4335.0, 4306.0, 4316.0, 4305.0, 4307.0, 4336.0, 4308.0, 4339.0, 4306.0, 4318.0, 4347.0, 4307.0, 4338.0, 4307.0, 4328.0, 4347.0, 4308.0, 4349.0, 4307.0, 4319.0, 4346.0, 4306.0, 4336.0, 4307.0, 4318.0, 4326.0, 4297.0, 4327.0, 4306.0, 4329.0, 4346.0, 4308.0, 4338.0, 4307.0, 4328.0, 4325.0, 4306.0, 4335.0, 4307.0, 4329.0, 4328.0, 4309.0, 4351.0, 4309.0, 4341.0, 4330.0, 4321.0, 4359.0, 4319.0, 4327.0, 4317.0, 4329.0, 4339.0, 4331.0, 4352.0, 4320.0, 4354.0, 4361.0, 4321.0, 4350.0, 4309.0, 4341.0, 4336.0, 4307.0, 4346.0, 4298.0, 4327.0, 4305.0, 4331.0, 4349.0, 4309.0, 4339.0, 4297.0, 4329.0, 4327.0, 4320.0, 4350.0, 4298.0, 4340.0, 4307.0, 4328.0, 4326.0, 4309.0, 4339.0, 4311.0, 4341.0, 4308.0, 4320.0, 4351.0, 4310.0, 4340.0, 4298.0, 4341.0, 4308.0, 4319.0, 4347.0, 4309.0, 4338.0, 4308.0, 4341.0, 4318.0, 4319.0, 4339.0, 4309.0, 4342.0, 4318.0, 4309.0, 4348.0, 4309.0, 4339.0, 4308.0, 4342.0, 4332.0, 4322.0, 4350.0, 4310.0, 4340.0, 4309.0, 4341.0, 4332.0, 4321.0, 4351.0, 4322.0, 4352.0, 4322.0, 4340.0, 4323.0, 4350.0, 4323.0, 4363.0, 4321.0, 4339.0, 4298.0, 4318.0, 4348.0, 4308.0, 4337.0, 4297.0, 4327.0, 4311.0, 4282.0, 4323.0, 4283.0, 4304.0, 4291.0, 4294.0, 4312.0, 4296.0, 4324.0, 4295.0, 4317.0, 4336.0, 4295.0, 4324.0, 4284.0, 4318.0, 4337.0, 4306.0, 4336.0, 4283.0, 4306.0, 4322.0, 4294.0, 4326.0, 4284.0, 4296.0, 4324.0, 4294.0, 4324.0, 4294.0, 4318.0, 4347.0, 4307.0, 4326.0, 4292.0, 4304.0, 4293.0, 4306.0, 4334.0, 4296.0, 4338.0, 4294.0, 4295.0], 'WindowWidth': [9687.0, 9690.0, 9590.0, 9622.0, 9557.0, 9571.0, 9590.0, 9535.0, 9576.0, 9528.0, 9544.0, 9583.0, 9528.0, 9555.0, 9522.0, 9529.0, 9582.0, 9526.0, 9557.0, 9523.0, 9545.0, 9567.0, 9529.0, 9560.0, 9525.0, 9543.0, 9540.0, 9532.0, 9558.0, 9548.0, 9554.0, 9579.0, 9553.0, 9592.0, 9550.0, 9582.0, 9575.0, 9536.0, 9591.0, 9529.0, 9572.0, 9526.0, 9530.0, 9571.0, 9529.0, 9573.0, 9528.0, 9549.0, 9567.0, 9532.0, 9571.0, 9528.0, 9559.0, 9580.0, 9527.0, 9565.0, 9507.0, 9538.0, 9545.0, 9519.0, 9561.0, 9503.0, 9519.0, 9541.0, 9501.0, 9545.0, 9484.0, 9514.0, 9512.0, 9516.0, 9533.0, 9502.0, 9521.0, 9546.0, 9524.0, 9549.0, 9508.0, 9539.0, 9550.0, 9524.0, 9553.0, 9521.0, 9542.0, 9532.0, 9526.0, 9570.0, 9509.0, 9541.0, 9515.0, 9519.0, 9548.0, 9501.0, 9537.0, 9561.0, 9504.0, 9529.0, 9482.0, 9517.0, 9542.0, 9505.0, 9532.0, 9482.0, 9515.0, 9538.0, 9502.0, 9546.0, 9505.0, 9519.0, 9541.0, 9516.0, 9530.0, 9486.0, 9520.0, 9560.0, 9517.0, 9546.0, 9490.0, 9519.0, 9541.0, 9518.0, 9534.0, 9502.0, 9534.0, 9529.0, 9507.0, 9550.0, 9506.0, 9540.0, 9561.0, 9508.0, 9561.0, 9505.0, 9522.0, 9538.0, 9523.0, 9546.0, 9506.0, 9523.0, 9507.0, 9541.0, 9567.0, 9522.0, 9551.0, 9504.0, 9523.0, 9519.0, 9509.0, 9549.0, 9523.0, 9541.0, 9522.0, 9530.0, 9566.0, 9529.0, 9543.0, 9528.0, 9565.0, 9559.0, 9535.0, 9575.0, 9547.0, 9565.0, 9530.0, 9536.0, 9574.0, 9528.0, 9559.0, 9528.0, 9532.0, 9584.0, 9545.0, 9573.0, 9533.0, 9566.0, 9573.0, 9545.0, 9585.0, 9531.0, 9556.0, 9524.0, 9546.0, 9583.0, 9528.0, 9569.0, 9528.0, 9545.0, 9526.0, 9544.0, 9570.0, 9541.0, 9560.0, 9525.0, 9545.0, 9553.0, 9546.0, 9559.0, 9533.0, 9563.0, 9533.0, 9548.0, 9574.0, 9548.0, 9573.0, 9526.0, 9559.0, 9562.0, 9529.0, 9581.0, 9524.0, 9552.0, 9506.0, 9523.0, 9561.0, 9518.0, 9546.0, 9501.0, 9520.0, 9512.0, 9518.0, 9548.0, 9504.0, 9537.0, 9502.0, 9523.0, 9531.0, 9505.0, 9523.0, 9508.0, 9521.0, 9548.0, 9518.0, 9535.0, 9503.0, 9522.0, 9547.0, 9523.0, 9556.0, 9522.0, 9525.0, 9561.0, 9521.0, 9548.0, 9504.0, 9539.0, 9535.0, 9525.0, 9567.0, 9509.0, 9553.0, 9506.0, 9527.0, 9552.0, 9526.0, 9574.0, 9552.0, 9519.0, 9557.0, 9502.0, 9533.0, 9499.0, 9501.0, 9544.0, 9500.0, 9534.0, 9502.0, 9519.0, 9541.0, 9516.0, 9522.0, 9503.0, 9523.0, 9548.0, 9523.0, 9543.0, 9546.0, 9548.0, 9558.0, 9553.0, 9581.0, 9549.0, 9581.0, 9548.0, 9551.0, 9588.0, 9545.0, 9583.0, 9545.0, 9544.0, 9582.0, 9525.0, 9564.0, 9507.0, 9538.0, 9578.0, 9525.0, 9565.0, 9522.0, 9522.0, 9504.0, 9522.0, 9550.0, 9539.0, 9554.0, 9524.0, 9526.0, 9564.0, 9523.0, 9553.0, 9527.0, 9545.0, 9564.0, 9528.0, 9550.0, 9519.0, 9537.0, 9538.0, 9539.0, 9565.0, 9507.0, 9555.0, 9503.0, 9522.0, 9565.0, 9520.0, 9548.0, 9505.0, 9541.0, 9565.0, 9524.0, 9549.0, 9504.0, 9536.0, 9514.0, 9525.0, 9550.0, 9526.0, 9558.0, 9524.0, 9528.0, 9563.0, 9524.0, 9551.0, 9508.0, 9543.0, 9599.0, 9522.0, 9545.0, 9501.0, 9532.0, 9540.0, 9506.0, 9546.0, 9503.0, 9518.0, 9499.0, 9519.0, 9530.0, 9522.0, 9539.0, 9508.0, 9522.0, 9546.0, 9519.0, 9534.0, 9501.0, 9539.0, 9564.0, 9507.0, 9543.0, 9499.0, 9531.0, 9499.0, 9516.0, 9548.0, 9520.0, 9549.0, 9486.0, 9520.0, 9536.0, 9513.0, 9529.0, 9504.0, 9530.0, 9525.0, 9498.0, 9537.0, 9497.0, 9515.0, 9499.0, 9518.0, 9561.0, 9520.0, 9531.0, 9504.0, 9533.0, 9500.0, 9526.0, 9567.0, 9523.0, 9547.0, 9504.0, 9521.0, 9487.0, 9517.0, 9541.0, 9500.0, 9555.0, 9502.0, 9521.0, 9507.0, 9525.0, 9574.0, 9504.0, 9540.0, 9501.0, 9513.0, 9489.0, 9518.0, 9541.0, 9515.0, 9527.0, 9500.0, 9522.0, 9510.0, 9522.0, 9561.0, 9521.0, 9545.0, 9488.0, 9535.0, 9528.0, 9526.0, 9552.0, 9507.0, 9534.0, 9484.0, 9517.0, 9529.0, 9502.0, 9530.0, 9502.0, 9522.0, 9546.0, 9503.0, 9532.0, 9484.0, 9505.0, 9526.0, 9497.0, 9531.0, 9508.0, 9502.0, 9522.0, 9499.0, 9518.0, 9482.0, 9521.0, 9550.0, 9504.0, 9533.0, 9489.0, 9508.0, 9527.0, 9504.0, 9541.0, 9509.0, 9508.0, 9546.0, 9522.0, 9538.0, 9486.0, 9523.0, 9568.0, 9506.0, 9536.0, 9487.0, 9508.0, 9544.0, 9503.0, 9544.0, 9551.0, 9527.0, 9547.0, 9508.0, 9540.0, 9536.0, 9533.0, 9577.0, 9513.0, 9541.0, 9536.0, 9516.0, 9557.0, 9524.0, 9543.0, 9582.0, 9524.0, 9554.0, 9509.0, 9543.0, 9565.0, 9508.0, 9557.0, 9566.0, 9505.0, 9537.0, 9500.0, 9502.0, 9529.0, 9485.0, 9535.0, 9548.0, 9505.0, 9533.0, 9490.0, 9524.0, 9545.0, 9503.0, 9553.0, 9547.0, 9506.0, 9532.0, 9487.0, 9535.0, 9540.0, 9501.0, 9553.0, 9501.0, 9508.0, 9542.0, 9502.0, 9539.0, 9557.0, 9505.0, 9551.0, 9511.0, 9503.0, 9526.0, 9484.0, 9520.0, 9519.0, 9506.0, 9547.0, 9502.0, 9537.0, 9546.0, 9507.0, 9538.0, 9515.0, 9507.0, 9548.0, 9490.0, 9521.0, 9542.0, 9501.0, 9537.0, 9502.0, 9505.0, 9540.0, 9503.0, 9535.0, 9512.0, 9501.0, 9530.0, 9488.0, 9532.0, 9542.0, 9502.0, 9535.0, 9484.0, 9505.0, 9545.0, 9487.0, 9531.0, 9554.0, 9486.0, 9533.0, 9538.0, 9501.0, 9516.0, 9518.0, 9483.0, 9510.0, 9465.0, 9501.0, 9530.0, 9488.0, 9535.0, 9487.0, 9510.0, 9549.0, 9512.0, 9554.0, 9536.0, 9523.0, 9550.0, 9506.0, 9541.0, 9579.0, 9511.0, 9552.0, 9493.0, 9540.0, 9562.0, 9512.0, 9555.0, 9521.0, 9523.0, 9548.0, 9492.0, 9540.0, 9550.0, 9498.0, 9499.0, 9556.0, 9585.0, 9502.0, 9505.0, 9535.0, 9499.0, 9506.0, 9545.0, 9490.0, 9535.0, 9546.0, 9490.0, 9523.0, 9548.0, 9490.0, 9536.0, 9542.0, 9506.0, 9535.0, 9493.0, 9543.0, 9570.0, 9530.0, 9556.0, 9512.0, 9559.0, 9569.0, 9510.0, 9557.0, 9597.0, 9526.0, 9553.0, 9501.0, 9509.0, 9548.0, 9491.0, 9521.0, 9564.0, 9500.0, 9501.0, 9527.0, 9491.0, 9536.0, 9509.0, 9530.0, 9575.0, 9514.0, 9554.0, 9510.0, 9543.0, 9565.0, 9527.0, 9573.0, 9509.0, 9528.0, 9581.0, 9523.0, 9565.0, 9494.0, 9537.0, 9566.0, 9510.0, 9568.0, 9504.0, 9551.0, 9516.0, 9509.0, 9544.0, 9506.0, 9552.0, 9544.0, 9505.0, 9540.0, 9500.0, 9536.0, 9512.0, 9503.0, 9546.0, 9489.0, 9515.0, 9468.0, 9502.0, 9540.0, 9490.0, 9546.0, 9488.0, 9507.0, 9540.0, 9488.0, 9533.0, 9491.0, 9524.0, 9564.0, 9490.0, 9532.0, 9473.0, 9507.0, 9542.0, 9487.0, 9535.0, 9528.0, 9505.0, 9542.0, 9493.0, 9536.0, 9500.0, 9506.0, 9549.0, 9494.0, 9539.0, 9523.0, 9512.0, 9554.0, 9494.0, 9555.0, 9566.0, 9514.0, 9553.0, 9510.0, 9545.0, 9562.0, 9511.0, 9570.0, 9506.0, 9525.0, 9547.0, 9494.0, 9534.0, 9487.0, 9505.0, 9545.0, 9486.0, 9548.0, 9499.0, 9501.0, 9544.0, 9490.0, 9532.0, 9545.0, 9493.0, 9544.0, 9472.0, 9533.0, 9542.0, 9491.0, 9552.0, 9516.0, 9504.0, 9542.0, 9485.0, 9532.0, 9528.0, 9487.0, 9547.0, 9552.0, 9489.0, 9531.0, 9467.0, 9488.0, 9516.0, 9486.0, 9505.0, 9544.0, 9505.0, 9540.0, 9560.0, 9506.0, 9549.0, 9503.0, 9507.0, 9547.0, 9479.0, 9526.0, 9547.0, 9495.0, 9541.0, 9566.0, 9508.0, 9553.0, 9518.0, 9512.0, 9570.0, 9513.0, 9570.0, 9548.0, 9525.0, 9588.0, 9517.0, 9557.0, 9567.0, 9512.0, 9552.0, 9497.0, 9554.0, 9563.0, 9506.0, 9554.0, 9530.0, 9511.0, 9548.0, 9509.0, 9534.0, 9517.0, 9545.0, 9536.0, 9566.0, 9585.0, 9535.0, 9595.0, 9524.0, 9534.0, 9496.0, 9542.0, 9561.0, 9523.0, 9572.0, 9516.0, 9503.0, 9542.0, 9485.0, 9520.0, 9520.0, 9500.0, 9538.0, 9483.0, 9511.0, 9486.0, 9533.0, 9540.0, 9504.0, 9554.0, 9517.0, 9505.0, 9544.0, 9508.0, 9553.0, 9488.0, 9505.0, 9547.0, 9485.0, 9517.0, 9542.0, 9484.0, 9527.0, 9538.0, 9502.0, 9532.0, 9484.0, 9484.0, 9527.0, 9501.0, 9521.0, 9557.0, 9505.0, 9528.0, 9469.0, 9505.0, 9539.0, 9501.0, 9531.0, 9489.0, 9538.0, 9559.0, 9509.0, 9547.0, 9523.0, 9551.0, 9525.0, 9560.0, 9547.0, 9506.0, 9554.0, 9515.0, 9508.0, 9541.0, 9490.0, 9533.0, 9513.0, 9501.0, 9542.0, 9484.0, 9512.0, 9494.0, 9484.0, 9530.0, 9487.0, 9533.0, 9541.0, 9500.0, 9510.0, 9480.0, 9514.0, 9523.0, 9485.0, 9550.0, 9484.0, 9504.0, 9528.0, 9502.0, 9536.0, 9529.0, 9506.0, 9549.0, 9488.0, 9535.0, 9491.0, 9527.0, 9567.0, 9495.0, 9535.0, 9557.0, 9502.0, 9531.0, 9484.0, 9502.0, 9539.0, 9487.0, 9531.0, 9511.0, 9503.0, 9543.0, 9486.0, 9530.0, 9543.0, 9483.0, 9527.0, 9467.0, 9497.0, 9525.0, 9481.0, 9520.0, 9538.0, 9482.0, 9524.0, 9482.0, 9519.0, 9545.0, 9486.0, 9531.0, 9525.0, 9488.0, 9534.0, 9515.0, 9505.0, 9562.0, 9490.0, 9555.0, 9533.0, 9554.0, 9512.0, 9543.0, 9583.0, 9488.0, 9519.0, 9543.0, 9485.0, 9517.0, 9526.0, 9484.0, 9530.0, 9535.0, 9486.0, 9524.0, 9484.0, 9512.0, 9463.0, 9498.0, 9539.0, 9494.0, 9524.0, 9481.0, 9499.0, 9534.0, 9479.0, 9506.0, 9486.0, 9516.0, 9541.0, 9500.0, 9540.0, 9496.0, 9526.0, 9480.0, 9482.0, 9519.0, 9479.0, 9507.0, 9476.0, 9510.0, 9516.0, 9479.0, 9521.0, 9480.0, 9509.0, 9460.0, 9482.0, 9521.0, 9484.0, 9528.0, 9480.0, 9503.0, 9539.0, 9501.0, 9528.0, 9482.0, 9517.0, 9557.0, 9505.0, 9546.0, 9503.0, 9531.0, 9484.0, 9504.0, 9540.0, 9500.0, 9548.0, 9498.0, 9500.0, 9537.0, 9482.0, 9527.0, 9468.0, 9512.0, 9536.0, 9483.0, 9539.0, 9485.0, 9528.0, 9494.0, 9488.0, 9529.0, 9484.0, 9532.0, 9556.0, 9503.0, 9543.0, 9487.0, 9532.0, 9500.0, 9503.0, 9547.0, 9508.0, 9550.0, 9534.0, 9512.0, 9552.0, 9529.0, 9557.0, 9509.0, 9526.0, 9551.0, 9510.0, 9559.0, 9511.0, 9544.0, 9565.0, 9527.0, 9569.0, 9508.0, 9541.0, 9563.0, 9512.0, 9565.0, 9494.0, 9537.0, 9503.0, 9509.0, 9566.0, 9509.0, 9553.0, 9494.0, 9541.0, 9549.0, 9507.0, 9549.0, 9510.0, 9539.0, 9534.0, 9509.0, 9549.0, 9507.0, 9538.0, 9539.0, 9530.0, 9566.0, 9513.0, 9554.0, 9495.0, 9539.0, 9564.0, 9530.0, 9569.0, 9492.0, 9535.0, 9515.0, 9508.0, 9551.0, 9508.0, 9556.0, 9569.0, 9512.0, 9550.0, 9505.0, 9537.0, 9488.0, 9508.0, 9551.0, 9513.0, 9552.0, 9488.0, 9523.0, 9545.0, 9501.0, 9534.0, 9510.0, 9525.0, 9563.0, 9504.0, 9549.0, 9488.0, 9520.0, 9543.0, 9488.0, 9548.0, 9501.0, 9505.0, 9526.0, 9498.0, 9528.0, 9484.0, 9502.0, 9544.0, 9486.0, 9527.0, 9485.0, 9519.0, 9541.0, 9506.0, 9548.0, 9489.0, 9508.0, 9558.0, 9507.0, 9536.0, 9489.0, 9524.0, 9565.0, 9510.0, 9549.0, 9490.0, 9537.0, 9563.0, 9511.0, 9565.0, 9503.0, 9534.0, 9558.0, 9506.0, 9546.0, 9490.0, 9556.0, 9545.0, 9504.0, 9544.0, 9484.0, 9530.0, 9561.0, 9504.0, 9540.0, 9483.0, 9532.0, 9537.0, 9487.0, 9530.0, 9471.0, 9513.0, 9540.0, 9486.0, 9532.0, 9480.0, 9501.0, 9538.0, 9486.0, 9529.0, 9485.0, 9503.0, 9542.0, 9486.0, 9513.0, 9468.0, 9491.0, 9545.0, 9491.0, 9552.0, 9543.0, 9503.0, 9527.0, 9486.0, 9535.0, 9532.0, 9511.0, 9553.0, 9490.0, 9534.0, 9546.0, 9508.0, 9552.0, 9504.0, 9527.0, 9568.0, 9527.0, 9556.0, 9505.0, 9538.0, 9580.0, 9531.0, 9554.0, 9499.0, 9491.0, 9561.0, 9492.0, 9552.0, 9517.0, 9503.0, 9546.0, 9485.0, 9532.0, 9510.0, 9502.0, 9543.0, 9485.0, 9533.0, 9495.0, 9485.0, 9542.0, 9480.0, 9525.0, 9531.0, 9479.0, 9528.0, 9476.0, 9509.0, 9532.0, 9481.0, 9508.0, 9463.0, 9516.0, 9555.0, 9484.0, 9527.0, 9480.0, 9500.0, 9531.0, 9494.0, 9535.0, 9543.0, 9486.0, 9525.0, 9483.0, 9490.0, 9531.0, 9503.0, 9538.0, 9567.0, 9514.0, 9553.0, 9493.0, 9524.0, 9551.0, 9492.0, 9541.0, 9583.0, 9502.0, 9533.0, 9550.0, 9485.0, 9530.0, 9483.0, 9507.0, 9545.0, 9491.0, 9547.0, 9472.0, 9531.0, 9544.0, 9504.0, 9538.0, 9521.0, 9526.0, 9549.0, 9524.0, 9568.0, 9510.0, 9559.0, 9526.0, 9524.0, 9544.0, 9507.0, 9577.0, 9548.0, 9580.0, 9519.0, 9566.0, 9558.0, 9531.0, 9577.0, 9531.0, 9554.0, 9521.0, 9537.0, 9526.0, 9501.0, 9545.0, 9503.0, 9529.0, 9500.0, 9542.0, 9565.0, 9520.0, 9530.0, 9486.0, 9515.0, 9497.0, 9505.0, 9542.0, 9523.0, 9547.0, 9544.0, 9532.0, 9538.0, 9526.0, 9555.0, 9528.0, 9553.0, 9521.0, 9528.0, 9568.0, 9529.0, 9567.0, 9506.0, 9540.0, 9547.0, 9509.0, 9564.0, 9507.0, 9550.0, 9503.0, 9508.0, 9558.0, 9524.0, 9554.0, 9521.0, 9511.0, 9562.0, 9508.0, 9552.0, 9506.0, 9523.0, 9547.0, 9506.0, 9559.0, 9510.0, 9522.0, 9558.0, 9506.0, 9547.0, 9508.0, 9538.0, 9545.0, 9504.0, 9560.0, 9506.0, 9537.0, 9520.0, 9512.0, 9563.0, 9510.0, 9549.0, 9524.0, 9542.0, 9547.0, 9513.0, 9555.0, 9522.0, 9536.0, 9502.0, 9511.0, 9557.0, 9505.0, 9535.0, 9503.0, 9525.0, 9559.0, 9506.0, 9546.0, 9503.0, 9536.0, 9559.0, 9511.0, 9549.0, 9506.0, 9534.0, 9502.0, 9510.0, 9560.0, 9506.0, 9540.0, 9505.0, 9512.0, 9549.0, 9511.0, 9539.0, 9507.0, 9527.0, 9577.0, 9509.0, 9551.0, 9519.0, 9539.0, 9577.0, 9511.0, 9564.0, 9507.0, 9537.0, 9517.0, 9505.0, 9560.0, 9507.0, 9553.0, 9500.0, 9509.0, 9561.0, 9507.0, 9551.0, 9503.0, 9508.0, 9544.0, 9502.0, 9550.0, 9504.0, 9506.0, 9559.0, 9507.0, 9534.0, 9502.0, 9506.0, 9560.0, 9503.0, 9532.0, 9520.0, 9524.0, 9548.0, 9524.0, 9554.0, 9523.0, 9527.0, 9562.0, 9511.0, 9537.0, 9523.0, 9541.0, 9566.0, 9527.0, 9553.0, 9522.0, 9528.0, 9575.0, 9524.0, 9567.0, 9509.0, 9542.0, 9561.0, 9509.0, 9552.0, 9506.0, 9526.0, 9575.0, 9505.0, 9550.0, 9502.0, 9524.0, 9562.0, 9507.0, 9546.0, 9515.0, 9511.0, 9549.0, 9523.0, 9557.0, 9522.0, 9527.0, 9566.0, 9523.0, 9541.0, 9564.0, 9509.0, 9556.0, 9520.0, 9513.0, 9562.0, 9523.0, 9540.0, 9536.0, 9524.0, 9563.0, 9510.0, 9544.0, 9551.0, 9529.0, 9569.0, 9509.0, 9541.0, 9561.0, 9521.0, 9555.0, 9518.0, 9522.0, 9561.0, 9526.0, 9541.0, 9536.0, 9526.0, 9571.0, 9523.0, 9545.0, 9563.0, 9529.0, 9569.0, 9529.0, 9531.0, 9582.0, 9522.0, 9570.0, 9519.0, 9512.0, 9564.0, 9507.0, 9540.0, 9559.0, 9504.0, 9537.0, 9555.0, 9503.0, 9529.0, 9519.0, 9524.0, 9544.0, 9506.0, 9527.0, 9550.0, 9527.0, 9565.0, 9528.0, 9545.0, 9523.0, 9515.0, 9583.0, 9527.0, 9559.0, 9584.0, 9528.0, 9567.0, 9509.0, 9541.0, 9560.0, 9507.0, 9548.0, 9502.0, 9507.0, 9560.0, 9503.0, 9546.0, 9500.0, 9507.0, 9555.0, 9501.0, 9521.0, 9512.0, 9505.0, 9549.0, 9507.0, 9536.0, 9515.0, 9502.0, 9555.0, 9498.0, 9519.0, 9543.0, 9505.0, 9550.0, 9504.0, 9525.0, 9532.0, 9524.0, 9549.0, 9506.0, 9540.0, 9563.0, 9509.0, 9564.0, 9507.0, 9526.0, 9547.0, 9507.0, 9551.0, 9504.0, 9509.0, 9563.0, 9508.0, 9550.0, 9502.0, 9512.0, 9563.0, 9523.0, 9570.0, 9505.0, 9512.0, 9560.0, 9509.0, 9539.0, 9523.0, 9528.0, 9567.0, 9510.0, 9565.0, 9508.0, 9525.0, 9548.0, 9510.0, 9556.0, 9523.0, 9527.0, 9577.0, 9526.0, 9552.0, 9521.0, 9528.0, 9568.0, 9512.0, 9563.0, 9507.0, 9526.0, 9549.0, 9526.0, 9570.0, 9520.0, 9512.0, 9562.0, 9510.0, 9551.0, 9520.0, 9513.0, 9561.0, 9510.0, 9550.0, 9520.0, 9511.0, 9562.0, 9523.0, 9558.0, 9521.0, 9514.0, 9566.0, 9527.0, 9541.0, 9525.0, 9532.0, 9569.0, 9534.0, 9576.0, 9529.0, 9548.0, 9584.0, 9532.0, 9573.0, 9531.0, 9560.0, 9584.0, 9534.0, 9591.0, 9530.0, 9548.0, 9582.0, 9528.0, 9568.0, 9532.0, 9547.0, 9552.0, 9516.0, 9557.0, 9526.0, 9562.0, 9582.0, 9532.0, 9574.0, 9530.0, 9559.0, 9551.0, 9530.0, 9566.0, 9532.0, 9563.0, 9559.0, 9539.0, 9598.0, 9537.0, 9583.0, 9569.0, 9556.0, 9605.0, 9550.0, 9558.0, 9544.0, 9564.0, 9578.0, 9572.0, 9602.0, 9554.0, 9604.0, 9608.0, 9555.0, 9593.0, 9536.0, 9580.0, 9569.0, 9528.0, 9581.0, 9517.0, 9557.0, 9525.0, 9570.0, 9591.0, 9537.0, 9576.0, 9517.0, 9562.0, 9557.0, 9553.0, 9593.0, 9521.0, 9579.0, 9529.0, 9560.0, 9553.0, 9535.0, 9576.0, 9541.0, 9583.0, 9534.0, 9551.0, 9595.0, 9539.0, 9579.0, 9521.0, 9579.0, 9533.0, 9549.0, 9585.0, 9537.0, 9574.0, 9534.0, 9581.0, 9546.0, 9550.0, 9575.0, 9537.0, 9585.0, 9546.0, 9534.0, 9585.0, 9534.0, 9574.0, 9534.0, 9587.0, 9571.0, 9557.0, 9592.0, 9539.0, 9578.0, 9536.0, 9581.0, 9570.0, 9557.0, 9596.0, 9558.0, 9598.0, 9559.0, 9579.0, 9561.0, 9594.0, 9562.0, 9617.0, 9553.0, 9575.0, 9514.0, 9545.0, 9585.0, 9530.0, 9567.0, 9515.0, 9553.0, 9523.0, 9485.0, 9543.0, 9487.0, 9517.0, 9496.0, 9504.0, 9526.0, 9509.0, 9547.0, 9509.0, 9541.0, 9566.0, 9509.0, 9547.0, 9493.0, 9543.0, 9569.0, 9527.0, 9566.0, 9487.0, 9522.0, 9539.0, 9504.0, 9553.0, 9491.0, 9510.0, 9546.0, 9504.0, 9544.0, 9507.0, 9542.0, 9581.0, 9530.0, 9552.0, 9499.0, 9518.0, 9501.0, 9523.0, 9559.0, 9511.0, 9569.0, 9502.0, 9504.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.0021259913793103447</td></tr>
<tr><td colspan=3>aqi</td><td>0.025767061476293103</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.409976763924526</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2192026443396222</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0166956123881399</td></tr>
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
<tr><td colspan=3>fber</td><td>5480.1235</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06355815003842871</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8620689655172413</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364975248974396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.332184308032757</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5427118484679343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2200295904224965</td></tr>
<tr><td colspan=3>gcor</td><td>0.00589971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015599673613905907</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014848300255835056</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.982519877862498</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>36.0347</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7897</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6143</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.2148</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5826</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.1709</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.3095</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.353</td></tr>
<tr><td colspan=3>tsnr</td><td>38.471616028109565</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>