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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>f61e0443cc422c2e5efdad30d25aede9</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>09:59:3.072500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999259, -0.0312791, 0.0224431, 0.0233744, 0.956165, 0.291892]</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.103149</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>[4136, -7789, -7247, 576, -45, -37, 38, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5fcc034-176a-46bc-aa77-14f5ea7fd352||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809380054473877, 0.0627116933465004, 0.08259151130914688, 108.12759399414062], [0.08391955494880676, 2.565322160720825, 0.7861089706420898, -100.77798461914062], [0.060213182121515274, -0.7831261157989502, 2.581707000732422, -13.848033905029297], [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': ['095903.072500', '095903.532500', '095903.992500', '095904.452500', '095904.912500', '095905.372500', '095905.832500', '095906.292500', '095906.752500', '095907.212500', '095907.672500', '095908.132500', '095908.592500', '095909.052500', '095909.512500', '095909.972500', '095910.432500', '095910.892500', '095911.352500', '095911.812500', '095912.272500', '095912.732500', '095913.192500', '095913.652500', '095914.112500', '095914.572500', '095915.032500', '095915.492500', '095915.952500', '095916.412500', '095916.872500', '095917.332500', '095917.792500', '095918.252500', '095918.712500', '095919.172500', '095919.632500', '095920.092500', '095920.552500', '095921.012500', '095921.472500', '095921.932500', '095922.392500', '095922.852500', '095923.312500', '095923.772500', '095924.232500', '095924.692500', '095925.152500', '095925.612500', '095926.072500', '095926.532500', '095926.992500', '095927.452500', '095927.912500', '095928.372500', '095928.832500', '095929.292500', '095929.752500', '095930.212500', '095930.672500', '095931.132500', '095931.592500', '095932.052500', '095932.512500', '095932.972500', '095933.432500', '095933.892500', '095934.352500', '095934.812500', '095935.272500', '095935.732500', '095936.192500', '095936.652500', '095937.112500', '095937.572500', '095938.032500', '095938.492500', '095938.952500', '095939.412500', '095939.872500', '095940.332500', '095940.792500', '095941.252500', '095941.712500', '095942.172500', '095942.632500', '095943.092500', '095943.552500', '095944.012500', '095944.472500', '095944.932500', '095945.392500', '095945.852500', '095946.312500', '095946.772500', '095947.232500', '095947.692500', '095948.152500', '095948.612500', '095949.072500', '095949.532500', '095949.992500', '095950.452500', '095950.912500', '095951.372500', '095951.832500', '095952.292500', '095952.752500', '095953.212500', '095953.672500', '095954.132500', '095954.592500', '095955.052500', '095955.512500', '095955.972500', '095956.432500', '095956.892500', '095957.352500', '095957.812500', '095958.272500', '095958.732500', '095959.192500', '095959.652500', '100000.112500', '100000.572500', '100001.032500', '100001.492500', '100001.952500', '100002.412500', '100002.872500', '100003.332500', '100003.792500', '100004.252500', '100004.712500', '100005.172500', '100005.632500', '100006.092500', '100006.552500', '100007.012500', '100007.472500', '100007.932500', '100008.392500', '100008.852500', '100009.312500', '100009.772500', '100010.232500', '100010.692500', '100011.152500', '100011.612500', '100012.072500', '100012.532500', '100012.992500', '100013.452500', '100013.912500', '100014.372500', '100014.832500', '100015.292500', '100015.752500', '100016.212500', '100016.672500', '100017.132500', '100017.592500', '100018.052500', '100018.512500', '100018.972500', '100019.432500', '100019.892500', '100020.352500', '100020.812500', '100021.272500', '100021.732500', '100022.192500', '100022.652500', '100023.112500', '100023.572500', '100024.032500', '100024.492500', '100024.952500', '100025.412500', '100025.872500', '100026.332500', '100026.792500', '100027.252500', '100027.712500', '100028.172500', '100028.632500', '100029.092500', '100029.552500', '100030.012500', '100030.472500', '100030.932500', '100031.392500', '100031.852500', '100032.312500', '100032.772500', '100033.232500', '100033.692500', '100034.152500', '100034.612500', '100035.072500', '100035.532500', '100035.992500', '100036.452500', '100036.912500', '100037.372500', '100037.832500', '100038.292500', '100038.752500', '100039.212500', '100039.672500', '100040.132500', '100040.592500', '100041.052500', '100041.512500', '100041.972500', '100042.432500', '100042.892500', '100043.352500', '100043.812500', '100044.272500', '100044.732500', '100045.192500', '100045.652500', '100046.112500', '100046.572500', '100047.032500', '100047.492500', '100047.952500', '100048.412500', '100048.872500', '100049.332500', '100049.792500', '100050.252500', '100050.712500', '100051.172500', '100051.632500', '100052.092500', '100052.552500', '100053.012500', '100053.472500', '100053.932500', '100054.392500', '100054.852500', '100055.312500', '100055.772500', '100056.232500', '100056.692500', '100057.152500', '100057.612500', '100058.072500', '100058.532500', '100058.992500', '100059.452500', '100059.912500', '100100.372500', '100100.832500', '100101.292500', '100101.752500', '100102.212500', '100102.672500', '100103.132500', '100103.592500', '100104.052500', '100104.512500', '100104.972500', '100105.432500', '100105.892500', '100106.352500', '100106.812500', '100107.272500', '100107.732500', '100108.192500', '100108.652500', '100109.112500', '100109.572500', '100110.032500', '100110.492500', '100110.952500', '100111.412500', '100111.872500', '100112.332500', '100112.792500', '100113.252500', '100113.712500', '100114.172500', '100114.632500', '100115.092500', '100115.552500', '100116.012500', '100116.472500', '100116.932500', '100117.392500', '100117.852500', '100118.312500', '100118.772500', '100119.232500', '100119.692500', '100120.152500', '100120.612500', '100121.072500', '100121.532500', '100121.992500', '100122.452500', '100122.912500', '100123.372500', '100123.832500', '100124.292500', '100124.752500', '100125.212500', '100125.672500', '100126.132500', '100126.592500', '100127.052500', '100127.512500', '100127.972500', '100128.432500', '100128.892500', '100129.352500', '100129.812500', '100130.272500', '100130.732500', '100131.192500', '100131.652500', '100132.112500', '100132.572500', '100133.032500', '100133.492500', '100133.952500', '100134.412500', '100134.872500', '100135.332500', '100135.792500', '100136.252500', '100136.712500', '100137.172500', '100137.632500', '100138.092500', '100138.552500', '100139.012500', '100139.472500', '100139.932500', '100140.392500', '100140.852500', '100141.312500', '100141.772500', '100142.232500', '100142.692500', '100143.152500', '100143.612500', '100144.072500', '100144.532500', '100144.992500', '100145.452500', '100145.912500', '100146.372500', '100146.832500', '100147.292500', '100147.752500', '100148.212500', '100148.672500', '100149.132500', '100149.592500', '100150.052500', '100150.512500', '100150.972500', '100151.432500', '100151.892500', '100152.352500', '100152.812500', '100153.272500', '100153.732500', '100154.192500', '100154.652500', '100155.112500', '100155.572500', '100156.032500', '100156.492500', '100156.952500', '100157.412500', '100157.872500', '100158.332500', '100158.792500', '100159.252500', '100159.712500', '100200.172500', '100200.632500', '100201.092500', '100201.552500', '100202.012500', '100202.472500', '100202.932500', '100203.392500', '100203.852500', '100204.312500', '100204.772500', '100205.232500', '100205.692500', '100206.152500', '100206.612500', '100207.072500', '100207.532500', '100207.992500', '100208.452500', '100208.912500', '100209.372500', '100209.832500', '100210.292500', '100210.752500', '100211.212500', '100211.672500', '100212.132500', '100212.592500', '100213.052500', '100213.512500', '100213.972500', '100214.432500', '100214.892500', '100215.352500', '100215.812500', '100216.272500', '100216.732500', '100217.192500', '100217.652500', '100218.112500', '100218.572500', '100219.032500', '100219.492500', '100219.952500', '100220.412500', '100220.872500', '100221.332500', '100221.792500', '100222.252500', '100222.712500', '100223.172500', '100223.632500', '100224.092500', '100224.552500', '100225.012500', '100225.472500', '100225.932500', '100226.392500', '100226.852500', '100227.312500', '100227.772500', '100228.232500', '100228.692500', '100229.152500', '100229.612500', '100230.072500', '100230.532500', '100230.992500', '100231.452500', '100231.912500', '100232.372500', '100232.832500', '100233.292500', '100233.752500', '100234.212500', '100234.672500', '100235.132500', '100235.592500', '100236.052500', '100236.512500', '100236.972500', '100237.432500', '100237.892500', '100238.352500', '100238.812500', '100239.272500', '100239.732500', '100240.192500', '100240.652500', '100241.112500', '100241.572500', '100242.032500', '100242.492500', '100242.952500', '100243.412500', '100243.872500', '100244.332500', '100244.792500', '100245.252500', '100245.712500', '100246.172500', '100246.632500', '100247.092500', '100247.552500', '100248.012500', '100248.472500', '100248.932500', '100249.392500', '100249.852500', '100250.312500', '100250.772500', '100251.232500', '100251.692500', '100252.152500', '100252.612500', '100253.072500', '100253.532500', '100253.992500', '100254.452500', '100254.912500', '100255.372500', '100255.832500', '100256.292500', '100256.752500', '100257.212500', '100257.672500', '100258.132500', '100258.592500', '100259.052500', '100259.512500', '100259.972500', '100300.432500', '100300.892500', '100301.352500', '100301.812500', '100302.272500', '100302.732500', '100303.192500', '100303.652500', '100304.112500', '100304.572500', '100305.032500', '100305.492500', '100305.952500', '100306.412500', '100306.872500', '100307.332500', '100307.792500', '100308.252500', '100308.712500', '100309.172500', '100309.632500', '100310.092500', '100310.552500', '100311.012500', '100311.472500', '100311.932500', '100312.392500', '100312.852500', '100313.312500', '100313.772500', '100314.232500', '100314.692500', '100315.152500', '100315.612500', '100316.072500', '100316.532500', '100316.992500', '100317.452500', '100317.912500', '100318.372500', '100318.832500', '100319.292500', '100319.752500', '100320.212500', '100320.672500', '100321.132500', '100321.592500', '100322.052500', '100322.512500', '100322.972500', '100323.432500', '100323.892500', '100324.352500', '100324.812500', '100325.272500', '100325.732500', '100326.192500', '100326.652500', '100327.112500', '100327.572500', '100328.032500', '100328.492500', '100328.952500', '100329.412500', '100329.872500', '100330.332500', '100330.792500', '100331.252500', '100331.712500', '100332.172500', '100332.632500', '100333.092500', '100333.552500', '100334.012500', '100334.472500', '100334.932500', '100335.392500', '100335.852500', '100336.312500', '100336.772500', '100337.232500', '100337.692500', '100338.152500', '100338.612500', '100339.072500', '100339.532500', '100339.992500', '100340.452500', '100340.912500', '100341.372500', '100341.832500', '100342.292500', '100342.752500', '100343.212500', '100343.672500', '100344.132500', '100344.592500', '100345.052500', '100345.512500', '100345.972500', '100346.432500', '100346.892500', '100347.352500', '100347.812500', '100348.272500', '100348.732500', '100349.192500', '100349.652500', '100350.112500', '100350.572500', '100351.032500', '100351.492500', '100351.952500', '100352.412500', '100352.872500', '100353.332500', '100353.792500', '100354.252500', '100354.712500', '100355.172500', '100355.632500', '100356.092500', '100356.552500', '100357.012500', '100357.472500', '100357.932500', '100358.392500', '100358.852500', '100359.312500', '100359.772500', '100400.232500', '100400.692500', '100401.152500', '100401.612500', '100402.072500', '100402.532500', '100402.992500', '100403.452500', '100403.912500', '100404.372500', '100404.832500', '100405.292500', '100405.752500', '100406.212500', '100406.672500', '100407.132500', '100407.592500', '100408.052500', '100408.512500', '100408.972500', '100409.432500', '100409.892500', '100410.352500', '100410.812500', '100411.272500', '100411.732500', '100412.192500', '100412.652500', '100413.112500', '100413.572500', '100414.032500', '100414.492500', '100414.952500', '100415.412500', '100415.872500', '100416.332500', '100416.792500', '100417.252500', '100417.712500', '100418.172500', '100418.632500', '100419.092500', '100419.552500', '100420.012500', '100420.472500', '100420.932500', '100421.392500', '100421.852500', '100422.312500', '100422.772500', '100423.232500', '100423.692500', '100424.152500', '100424.612500', '100425.072500', '100425.532500', '100425.992500', '100426.452500', '100426.912500', '100427.372500', '100427.832500', '100428.292500', '100428.752500', '100429.212500', '100429.672500', '100430.132500', '100430.592500', '100431.052500', '100431.512500', '100431.972500', '100432.432500', '100432.892500', '100433.352500', '100433.812500', '100434.272500', '100434.732500', '100435.192500', '100435.652500', '100436.112500', '100436.572500', '100437.032500', '100437.492500', '100437.952500', '100438.412500', '100438.872500', '100439.332500', '100439.792500', '100440.252500', '100440.712500', '100441.172500', '100441.632500', '100442.092500', '100442.552500', '100443.012500', '100443.472500', '100443.932500', '100444.392500', '100444.852500', '100445.312500', '100445.772500', '100446.232500', '100446.692500', '100447.152500', '100447.612500', '100448.072500', '100448.532500', '100448.992500', '100449.452500', '100449.912500', '100450.372500', '100450.832500', '100451.292500', '100451.752500', '100452.212500', '100452.672500', '100453.132500', '100453.592500', '100454.052500', '100454.512500', '100454.972500', '100455.432500', '100455.892500', '100456.352500', '100456.812500', '100457.272500', '100457.732500', '100458.192500', '100458.652500', '100459.112500', '100459.572500', '100500.032500', '100500.492500', '100500.952500', '100501.412500', '100501.872500', '100502.332500', '100502.792500', '100503.252500', '100503.712500', '100504.172500', '100504.632500', '100505.092500', '100505.552500', '100506.012500', '100506.472500', '100506.932500', '100507.392500', '100507.852500', '100508.312500', '100508.772500', '100509.232500', '100509.692500', '100510.152500', '100510.612500', '100511.072500', '100511.532500', '100511.992500', '100512.452500', '100512.912500', '100513.372500', '100513.832500', '100514.292500', '100514.752500', '100515.212500', '100515.672500', '100516.132500', '100516.592500', '100517.052500', '100517.512500', '100517.972500', '100518.432500', '100518.892500', '100519.352500', '100519.812500', '100520.272500', '100520.732500', '100521.192500', '100521.652500', '100522.112500', '100522.572500', '100523.032500', '100523.492500', '100523.952500', '100524.412500', '100524.872500', '100525.332500', '100525.792500', '100526.252500', '100526.712500', '100527.172500', '100527.632500', '100528.092500', '100528.552500', '100529.012500', '100529.472500', '100529.932500', '100530.392500', '100530.852500', '100531.312500', '100531.772500', '100532.232500', '100532.692500', '100533.152500', '100533.612500', '100534.072500', '100534.532500', '100534.992500', '100535.452500', '100535.912500', '100536.372500', '100536.832500', '100537.292500', '100537.752500', '100538.212500', '100538.672500', '100539.132500', '100539.592500', '100540.052500', '100540.512500', '100540.972500', '100541.432500', '100541.892500', '100542.352500', '100542.812500', '100543.272500', '100543.732500', '100544.192500', '100544.652500', '100545.112500', '100545.572500', '100546.032500', '100546.492500', '100546.952500', '100547.412500', '100547.872500', '100548.332500', '100548.792500', '100549.252500', '100549.712500', '100550.172500', '100550.632500', '100551.092500', '100551.552500', '100552.012500', '100552.472500', '100552.932500', '100553.392500', '100553.852500', '100554.312500', '100554.772500', '100555.232500', '100555.692500', '100556.152500', '100556.612500', '100557.072500', '100557.532500', '100557.992500', '100558.452500', '100558.912500', '100559.372500', '100559.832500', '100600.292500', '100600.752500', '100601.212500', '100601.672500', '100602.132500', '100602.592500', '100603.052500', '100603.512500', '100603.972500', '100604.432500', '100604.892500', '100605.352500', '100605.812500', '100606.272500', '100606.732500', '100607.192500', '100607.652500', '100608.112500', '100608.572500', '100609.032500', '100609.492500', '100609.952500', '100610.412500', '100610.872500', '100611.332500', '100611.792500', '100612.252500', '100612.712500', '100613.172500', '100613.632500', '100614.092500', '100614.552500', '100615.012500', '100615.472500', '100615.932500', '100616.392500', '100616.852500', '100617.312500', '100617.772500', '100618.232500', '100618.692500', '100619.152500', '100619.612500', '100620.072500', '100620.532500', '100620.992500', '100621.452500', '100621.912500', '100622.372500', '100622.832500', '100623.292500', '100623.752500', '100624.212500', '100624.672500', '100625.132500', '100625.592500', '100626.052500', '100626.512500', '100626.972500', '100627.432500', '100627.892500', '100628.352500', '100628.812500', '100629.272500', '100629.732500', '100630.192500', '100630.652500', '100631.112500', '100631.572500', '100632.032500', '100632.492500', '100632.952500', '100633.412500', '100633.872500', '100634.332500', '100634.792500', '100635.252500', '100635.712500', '100636.172500', '100636.632500', '100637.092500', '100637.552500', '100638.012500', '100638.472500', '100638.932500', '100639.392500', '100639.852500', '100640.312500', '100640.772500', '100641.232500', '100641.692500', '100642.152500', '100642.612500', '100643.072500', '100643.532500', '100643.992500', '100644.452500', '100644.912500', '100645.372500', '100645.832500', '100646.292500', '100646.752500', '100647.212500', '100647.672500', '100648.132500', '100648.592500', '100649.052500', '100649.512500', '100649.972500', '100650.432500', '100650.892500', '100651.352500', '100651.812500', '100652.272500', '100652.732500', '100653.192500', '100653.652500', '100654.112500', '100654.572500', '100655.032500', '100655.492500', '100655.952500', '100656.412500', '100656.872500', '100657.332500', '100657.792500', '100658.252500', '100658.712500', '100659.172500', '100659.632500', '100700.092500', '100700.552500', '100701.012500', '100701.472500', '100701.932500', '100702.392500', '100702.852500', '100703.312500', '100703.772500', '100704.232500', '100704.692500', '100705.152500', '100705.612500', '100706.072500', '100706.532500', '100706.992500', '100707.452500', '100707.912500', '100708.372500', '100708.832500', '100709.292500', '100709.752500', '100710.212500', '100710.672500', '100711.132500', '100711.592500', '100712.052500', '100712.512500', '100712.972500', '100713.432500', '100713.892500', '100714.352500', '100714.812500', '100715.272500', '100715.732500', '100716.192500', '100716.652500', '100717.112500', '100717.572500', '100718.032500', '100718.492500', '100718.952500', '100719.412500', '100719.872500', '100720.332500', '100720.792500', '100721.252500', '100721.712500', '100722.172500', '100722.632500', '100723.092500', '100723.552500', '100724.012500', '100724.472500', '100724.932500', '100725.392500', '100725.852500', '100726.312500', '100726.772500', '100727.232500', '100727.692500', '100728.152500', '100728.612500', '100729.072500', '100729.532500', '100729.992500', '100730.452500', '100730.912500', '100731.372500', '100731.832500', '100732.292500', '100732.752500', '100733.212500', '100733.672500', '100734.132500', '100734.592500', '100735.052500', '100735.512500', '100735.972500', '100736.432500', '100736.892500', '100737.352500', '100737.812500', '100738.272500', '100738.732500', '100739.192500', '100739.652500', '100740.112500', '100740.572500', '100741.032500', '100741.492500', '100741.952500', '100742.412500', '100742.872500', '100743.332500', '100743.792500', '100744.252500', '100744.712500', '100745.172500', '100745.632500', '100746.092500', '100746.552500', '100747.012500', '100747.472500', '100747.932500', '100748.392500', '100748.852500', '100749.312500', '100749.772500', '100750.232500', '100750.692500', '100751.152500', '100751.612500', '100752.072500', '100752.532500', '100752.992500', '100753.452500', '100753.912500', '100754.372500', '100754.832500', '100755.292500', '100755.752500', '100756.212500', '100756.672500', '100757.132500', '100757.592500', '100758.052500', '100758.512500', '100758.972500', '100759.432500', '100759.892500', '100800.352500', '100800.812500', '100801.272500', '100801.732500', '100802.192500', '100802.652500', '100803.112500', '100803.572500', '100804.032500', '100804.492500', '100804.952500', '100805.412500', '100805.872500', '100806.332500', '100806.792500', '100807.252500', '100807.712500', '100808.172500', '100808.632500', '100809.092500', '100809.552500', '100810.012500', '100810.472500', '100810.932500', '100811.392500', '100811.852500', '100812.312500', '100812.772500', '100813.232500', '100813.692500', '100814.152500', '100814.612500', '100815.072500', '100815.532500', '100815.992500', '100816.452500', '100816.912500', '100817.372500', '100817.832500', '100818.292500', '100818.752500', '100819.212500', '100819.672500', '100820.132500', '100820.592500', '100821.052500', '100821.512500', '100821.972500', '100822.432500', '100822.892500', '100823.352500', '100823.812500', '100824.272500', '100824.732500', '100825.192500', '100825.652500', '100826.112500', '100826.572500', '100827.032500', '100827.492500', '100827.952500', '100828.412500', '100828.872500', '100829.332500', '100829.792500', '100830.252500', '100830.712500', '100831.172500', '100831.632500', '100832.092500', '100832.552500', '100833.012500', '100833.472500', '100833.932500', '100834.392500', '100834.852500', '100835.312500', '100835.772500', '100836.232500', '100836.692500', '100837.152500', '100837.612500', '100838.072500', '100838.532500', '100838.992500', '100839.452500', '100839.912500', '100840.372500', '100840.832500', '100841.292500', '100841.752500', '100842.212500', '100842.672500', '100843.132500', '100843.592500', '100844.052500', '100844.512500', '100844.972500', '100845.432500', '100845.892500', '100846.352500', '100846.812500', '100847.272500', '100847.732500', '100848.192500', '100848.652500', '100849.112500', '100849.572500', '100850.032500', '100850.492500', '100850.952500', '100851.412500', '100851.872500', '100852.332500', '100852.792500', '100853.252500', '100853.712500', '100854.172500', '100854.632500', '100855.092500', '100855.552500', '100856.012500', '100856.472500', '100856.932500', '100857.392500', '100857.852500', '100858.312500', '100858.772500', '100859.232500', '100859.692500', '100900.152500', '100900.612500', '100901.072500', '100901.532500', '100901.992500', '100902.452500', '100902.912500', '100903.372500', '100903.832500', '100904.292500', '100904.752500', '100905.212500', '100905.672500', '100906.132500', '100906.592500', '100907.052500', '100907.512500', '100907.972500', '100908.432500', '100908.892500', '100909.352500', '100909.812500', '100910.272500', '100910.732500', '100911.192500', '100911.652500', '100912.112500', '100912.572500', '100913.032500', '100913.492500', '100913.952500', '100914.412500', '100914.872500', '100915.332500', '100915.792500', '100916.252500', '100916.712500', '100917.172500', '100917.632500', '100918.092500', '100918.552500', '100919.012500', '100919.472500', '100919.932500', '100920.392500', '100920.852500', '100921.312500', '100921.772500', '100922.232500', '100922.692500', '100923.152500', '100923.612500', '100924.072500', '100924.532500', '100924.992500', '100925.452500', '100925.912500', '100926.372500', '100926.832500', '100927.292500', '100927.752500', '100928.212500', '100928.672500', '100929.132500', '100929.592500', '100930.052500', '100930.512500', '100930.972500', '100931.432500', '100931.892500', '100932.352500', '100932.812500', '100933.272500', '100933.732500', '100934.192500', '100934.652500', '100935.112500', '100935.572500', '100936.032500', '100936.492500', '100936.952500', '100937.412500', '100937.872500', '100938.332500', '100938.792500', '100939.252500', '100939.712500', '100940.172500', '100940.632500', '100941.092500', '100941.552500', '100942.012500', '100942.472500', '100942.932500', '100943.392500', '100943.852500', '100944.312500', '100944.772500', '100945.232500', '100945.692500', '100946.152500', '100946.612500', '100947.072500', '100947.532500', '100947.992500', '100948.452500', '100948.912500', '100949.372500', '100949.832500', '100950.292500', '100950.752500', '100951.212500', '100951.672500', '100952.132500', '100952.592500', '100953.052500', '100953.512500', '100953.972500', '100954.432500', '100954.892500', '100955.352500', '100955.812500', '100956.272500', '100956.732500', '100957.192500', '100957.652500', '100958.112500', '100958.572500', '100959.032500', '100959.492500', '100959.952500', '101000.412500', '101000.872500', '101001.332500', '101001.792500', '101002.252500', '101002.712500', '101003.172500', '101003.632500', '101004.092500', '101004.552500', '101005.012500', '101005.472500', '101005.932500', '101006.392500', '101006.852500', '101007.312500', '101007.772500', '101008.232500', '101008.692500', '101009.152500', '101009.612500', '101010.072500', '101010.532500', '101010.992500', '101011.452500', '101011.912500', '101012.372500', '101012.832500', '101013.292500', '101013.752500', '101014.212500', '101014.672500', '101015.132500', '101015.592500', '101016.052500', '101016.512500', '101016.972500', '101017.432500', '101017.892500', '101018.352500', '101018.812500', '101019.272500', '101019.732500', '101020.192500', '101020.652500', '101021.112500', '101021.572500', '101022.032500', '101022.492500', '101022.952500', '101023.412500', '101023.872500', '101024.332500', '101024.792500', '101025.252500', '101025.712500', '101026.172500', '101026.632500', '101027.092500', '101027.552500', '101028.012500', '101028.472500', '101028.932500', '101029.392500', '101029.852500', '101030.312500', '101030.772500', '101031.232500', '101031.692500', '101032.152500', '101032.612500', '101033.072500', '101033.532500', '101033.992500', '101034.452500', '101034.912500', '101035.372500', '101035.832500', '101036.292500', '101036.752500', '101037.212500', '101037.672500', '101038.132500', '101038.592500', '101039.052500', '101039.512500', '101039.972500', '101040.432500', '101040.892500', '101041.352500', '101041.812500', '101042.272500', '101042.732500', '101043.192500', '101043.652500', '101044.112500', '101044.572500', '101045.032500', '101045.492500', '101045.952500', '101046.412500', '101046.872500', '101047.332500', '101047.792500', '101048.252500', '101048.712500', '101049.172500', '101049.632500', '101050.092500', '101050.552500', '101051.012500', '101051.472500', '101051.932500', '101052.392500', '101052.852500', '101053.312500', '101053.772500', '101054.232500', '101054.692500', '101055.152500', '101055.612500', '101056.072500', '101056.532500', '101056.992500', '101057.452500', '101057.912500', '101058.372500', '101058.832500', '101059.292500', '101059.752500', '101100.212500', '101100.672500', '101101.132500', '101101.592500', '101102.052500', '101102.512500', '101102.972500', '101103.432500', '101103.892500', '101104.352500', '101104.812500', '101105.272500', '101105.732500', '101106.192500', '101106.652500', '101107.112500', '101107.572500', '101108.032500', '101108.492500', '101108.952500', '101109.412500', '101109.872500', '101110.332500', '101110.792500', '101111.252500', '101111.712500', '101112.172500', '101112.632500', '101113.092500', '101113.552500', '101114.012500', '101114.472500', '101114.932500', '101115.392500', '101115.852500', '101116.312500', '101116.772500', '101117.232500', '101117.692500', '101118.152500', '101118.612500', '101119.072500', '101119.532500', '101119.992500', '101120.452500', '101120.912500', '101121.372500', '101121.832500', '101122.292500', '101122.752500', '101123.212500', '101123.672500', '101124.132500', '101124.592500', '101125.052500', '101125.512500', '101125.972500', '101126.432500', '101126.892500', '101127.352500', '101127.812500', '101128.272500', '101128.732500', '101129.192500', '101129.652500', '101130.112500', '101130.572500', '101131.032500', '101131.492500', '101131.952500', '101132.412500', '101132.872500', '101133.332500', '101133.792500', '101134.252500', '101134.712500', '101135.172500', '101135.632500', '101136.092500', '101136.552500', '101137.012500', '101137.472500', '101137.932500', '101138.392500', '101138.852500', '101139.312500', '101139.772500', '101140.232500', '101140.692500', '101141.152500', '101141.612500', '101142.072500', '101142.532500', '101142.992500', '101143.452500', '101143.912500', '101144.372500', '101144.832500', '101145.292500', '101145.752500', '101146.212500', '101146.672500', '101147.132500', '101147.592500', '101148.052500', '101148.512500', '101148.972500', '101149.432500', '101149.892500', '101150.352500', '101150.812500', '101151.272500', '101151.732500', '101152.192500', '101152.652500', '101153.112500', '101153.572500', '101154.032500', '101154.492500', '101154.952500', '101155.412500', '101155.872500', '101156.332500', '101156.792500', '101157.252500', '101157.712500', '101158.172500', '101158.632500', '101159.092500', '101159.552500', '101200.012500', '101200.472500', '101200.932500', '101201.392500', '101201.852500', '101202.312500', '101202.772500', '101203.232500', '101203.692500', '101204.152500', '101204.612500', '101205.072500', '101205.532500', '101205.992500', '101206.452500', '101206.912500', '101207.372500', '101207.832500', '101208.292500', '101208.752500', '101209.212500', '101209.672500', '101210.132500', '101210.592500', '101211.052500', '101211.512500', '101211.972500', '101212.432500', '101212.892500', '101213.352500', '101213.812500', '101214.272500', '101214.732500', '101215.192500', '101215.652500', '101216.112500', '101216.572500', '101217.032500', '101217.492500', '101217.952500', '101218.412500', '101218.872500', '101219.332500', '101219.792500', '101220.252500', '101220.712500', '101221.172500', '101221.632500', '101222.092500', '101222.552500', '101223.012500', '101223.472500', '101223.932500', '101224.392500', '101224.852500', '101225.312500', '101225.772500', '101226.232500', '101226.692500', '101227.152500', '101227.612500', '101228.072500', '101228.532500', '101228.992500', '101229.452500', '101229.912500', '101230.372500', '101230.832500', '101231.292500', '101231.752500', '101232.212500', '101232.672500', '101233.132500', '101233.592500', '101234.052500', '101234.512500', '101234.972500', '101235.432500', '101235.892500', '101236.352500', '101236.812500', '101237.272500', '101237.732500', '101238.192500', '101238.652500', '101239.112500', '101239.572500', '101240.032500', '101240.492500', '101240.952500', '101241.412500', '101241.872500', '101242.332500', '101242.792500', '101243.252500', '101243.712500', '101244.172500', '101244.632500', '101245.092500', '101245.552500', '101246.012500', '101246.472500', '101246.932500', '101247.392500', '101247.852500', '101248.312500', '101248.772500', '101249.232500', '101249.692500', '101250.152500', '101250.612500', '101251.072500', '101251.532500', '101251.992500', '101252.452500', '101252.912500', '101253.372500', '101253.832500', '101254.292500', '101254.752500', '101255.212500', '101255.672500', '101256.132500', '101256.592500', '101257.052500', '101257.512500', '101257.972500', '101258.432500', '101258.892500', '101259.352500', '101259.812500', '101300.272500', '101300.732500', '101301.192500', '101301.652500', '101302.112500', '101302.572500', '101303.032500', '101303.492500', '101303.952500', '101304.412500', '101304.872500', '101305.332500', '101305.792500', '101306.252500', '101306.712500', '101307.172500', '101307.632500', '101308.092500', '101308.552500', '101309.012500', '101309.472500', '101309.932500', '101310.392500', '101310.852500', '101311.312500', '101311.772500', '101312.232500', '101312.692500', '101313.152500', '101313.612500', '101314.072500', '101314.532500', '101314.992500', '101315.452500', '101315.912500', '101316.372500', '101316.832500', '101317.292500', '101317.752500'], 'ContentTime': ['095933.585000', '095933.588000', '095933.591000', '095933.594000', '095933.596000', '095933.599000', '095933.602000', '095933.604000', '095933.607000', '095933.609000', '095933.612000', '095933.614000', '095933.617000', '095933.620000', '095933.622000', '095933.625000', '095933.628000', '095933.630000', '095933.633000', '095933.635000', '095933.638000', '095933.640000', '095933.643000', '095933.645000', '095933.648000', '095933.650000', '095933.653000', '095933.655000', '095933.658000', '095933.661000', '095933.663000', '095933.666000', '095933.668000', '095933.671000', '095933.673000', '095933.676000', '095933.679000', '095933.681000', '095933.684000', '095933.686000', '095933.689000', '095933.692000', '095933.694000', '095933.697000', '095933.699000', '095933.702000', '095933.706000', '095933.709000', '095933.711000', '095933.714000', '095933.716000', '095933.719000', '095933.721000', '095933.724000', '095933.726000', '095933.729000', '095933.732000', '095933.734000', '095933.737000', '095933.739000', '095933.742000', '095933.744000', '095933.747000', '095953.551000', '095953.554000', '095953.557000', '095953.559000', '095953.562000', '095953.564000', '095953.578000', '095953.581000', '095953.583000', '095953.586000', '095953.588000', '095953.591000', '095953.593000', '095953.596000', '095953.599000', '095953.601000', '095953.604000', '095953.606000', '095953.609000', '095953.611000', '095953.614000', '095953.617000', '095953.622000', '095953.624000', '095953.627000', '095953.630000', '095953.632000', '095953.635000', '095953.637000', '095953.640000', '095953.642000', '095953.645000', '095953.647000', '095953.650000', '095953.653000', '095953.655000', '095953.658000', '095953.661000', '095953.663000', '095953.666000', '095953.668000', '095953.671000', '095953.673000', '100013.551000', '100013.553000', '100013.556000', '100013.559000', '100013.561000', '100013.564000', '100013.566000', '100013.569000', '100013.571000', '100013.574000', '100013.577000', '100013.579000', '100013.582000', '100013.584000', '100013.587000', '100013.589000', '100013.592000', '100013.595000', '100013.597000', '100013.600000', '100013.602000', '100013.605000', '100013.607000', '100013.610000', '100013.613000', '100013.615000', '100013.618000', '100013.620000', '100013.623000', '100013.626000', '100013.628000', '100013.631000', '100013.633000', '100013.636000', '100013.638000', '100013.641000', '100013.644000', '100013.646000', '100013.649000', '100013.652000', '100013.654000', '100013.657000', '100013.659000', '100013.662000', '100033.550000', '100033.553000', '100033.556000', '100033.558000', '100033.561000', '100033.564000', '100033.566000', '100033.569000', '100033.571000', '100033.574000', '100033.577000', '100033.579000', '100033.582000', '100033.584000', '100033.587000', '100033.589000', '100033.592000', '100033.595000', '100033.597000', '100033.600000', '100033.602000', '100033.605000', '100033.608000', '100033.610000', '100033.613000', '100033.615000', '100033.618000', '100033.620000', '100033.623000', '100033.626000', '100033.628000', '100033.631000', '100033.633000', '100033.636000', '100033.639000', '100033.642000', '100033.644000', '100033.647000', '100033.649000', '100033.652000', '100033.654000', '100033.657000', '100033.659000', '100053.550000', '100053.553000', '100053.556000', '100053.558000', '100053.561000', '100053.564000', '100053.566000', '100053.569000', '100053.571000', '100053.574000', '100053.577000', '100053.579000', '100053.582000', '100053.584000', '100053.587000', '100053.590000', '100053.592000', '100053.595000', '100053.597000', '100053.600000', '100053.603000', '100053.605000', '100053.608000', '100053.610000', '100053.613000', '100053.615000', '100053.618000', '100053.620000', '100053.623000', '100053.626000', '100053.628000', '100053.631000', '100053.633000', '100053.636000', '100053.639000', '100053.641000', '100053.644000', '100053.646000', '100053.649000', '100053.651000', '100053.654000', '100053.657000', '100053.659000', '100053.662000', '100113.550000', '100113.553000', '100113.556000', '100113.559000', '100113.561000', '100113.564000', '100113.566000', '100113.569000', '100113.572000', '100113.574000', '100113.577000', '100113.579000', '100113.582000', '100113.585000', '100113.587000', '100113.590000', '100113.593000', '100113.595000', '100113.598000', '100113.600000', '100113.603000', '100113.606000', '100113.608000', '100113.611000', '100113.613000', '100113.616000', '100113.618000', '100113.621000', '100113.623000', '100113.626000', '100113.629000', '100113.631000', '100113.634000', '100113.636000', '100113.639000', '100113.642000', '100113.644000', '100113.647000', '100113.649000', '100113.652000', '100113.654000', '100113.657000', '100113.660000', '100133.550000', '100133.553000', '100133.569000', '100133.571000', '100133.574000', '100133.577000', '100133.579000', '100133.582000', '100133.584000', '100133.587000', '100133.590000', '100133.592000', '100133.595000', '100133.597000', '100133.600000', '100133.603000', '100133.605000', '100133.608000', '100133.611000', '100133.613000', '100133.616000', '100133.618000', '100133.621000', '100133.623000', '100133.626000', '100133.629000', '100133.631000', '100133.634000', '100133.636000', '100133.639000', '100133.641000', '100133.644000', '100133.647000', '100133.649000', '100133.652000', '100133.654000', '100133.657000', '100133.660000', '100133.662000', '100133.665000', '100133.667000', '100133.670000', '100133.672000', '100133.675000', '100153.550000', '100153.553000', '100153.556000', '100153.559000', '100153.561000', '100153.564000', '100153.566000', '100153.569000', '100153.571000', '100153.574000', '100153.577000', '100153.579000', '100153.582000', '100153.584000', '100153.587000', '100153.590000', '100153.592000', '100153.595000', '100153.598000', '100153.600000', '100153.603000', '100153.605000', '100153.608000', '100153.610000', '100153.613000', '100153.616000', '100153.618000', '100153.621000', '100153.623000', '100153.626000', '100153.629000', '100153.631000', '100153.634000', '100153.636000', '100153.639000', '100153.641000', '100153.644000', '100153.647000', '100153.649000', '100153.652000', '100153.654000', '100153.657000', '100153.660000', '100213.551000', '100213.554000', '100213.557000', '100213.559000', '100213.562000', '100213.565000', '100213.567000', '100213.570000', '100213.572000', '100213.575000', '100213.577000', '100213.580000', '100213.583000', '100213.585000', '100213.588000', '100213.591000', '100213.594000', '100213.596000', '100213.599000', '100213.601000', '100213.604000', '100213.606000', '100213.609000', '100213.611000', '100213.614000', '100213.617000', '100213.619000', '100213.622000', '100213.624000', '100213.627000', '100213.630000', '100213.632000', '100213.635000', '100213.637000', '100213.640000', '100213.642000', '100213.645000', '100213.648000', '100213.650000', '100213.653000', '100213.655000', '100213.658000', '100213.660000', '100213.663000', '100233.550000', '100233.553000', '100233.556000', '100233.558000', '100233.561000', '100233.564000', '100233.566000', '100233.569000', '100233.571000', '100233.574000', '100233.576000', '100233.579000', '100233.582000', '100233.584000', '100233.587000', '100233.590000', '100233.592000', '100233.595000', '100233.597000', '100233.600000', '100233.603000', '100233.605000', '100233.608000', '100233.610000', '100233.613000', '100233.616000', '100233.618000', '100233.621000', '100233.624000', '100233.626000', '100233.629000', '100233.631000', '100233.634000', '100233.637000', '100233.639000', '100233.642000', '100233.644000', '100233.647000', '100233.649000', '100233.652000', '100233.655000', '100233.657000', '100233.660000', '100253.551000', '100253.554000', '100253.556000', '100253.559000', '100253.561000', '100253.564000', '100253.567000', '100253.569000', '100253.572000', '100253.574000', '100253.577000', '100253.580000', '100253.582000', '100253.585000', '100253.588000', '100253.590000', '100253.593000', '100253.596000', '100253.598000', '100253.601000', '100253.603000', '100253.606000', '100253.608000', '100253.611000', '100253.614000', '100253.616000', '100253.619000', '100253.622000', '100253.624000', '100253.627000', '100253.629000', '100253.632000', '100253.634000', '100253.637000', '100253.640000', '100253.642000', '100253.645000', '100253.647000', '100253.650000', '100253.653000', '100253.655000', '100253.658000', '100253.682000', '100253.684000', '100313.550000', '100313.553000', '100313.556000', '100313.558000', '100313.561000', '100313.564000', '100313.566000', '100313.569000', '100313.571000', '100313.574000', '100313.576000', '100313.579000', '100313.582000', '100313.584000', '100313.587000', '100313.590000', '100313.592000', '100313.595000', '100313.597000', '100313.600000', '100313.602000', '100313.605000', '100313.608000', '100313.610000', '100313.613000', '100313.615000', '100313.618000', '100313.621000', '100313.630000', '100313.632000', '100313.635000', '100313.638000', '100313.640000', '100313.643000', '100313.645000', '100313.648000', '100313.650000', '100313.653000', '100313.656000', '100313.658000', '100313.661000', '100313.663000', '100313.666000', '100333.551000', '100333.553000', '100333.556000', '100333.559000', '100333.561000', '100333.564000', '100333.566000', '100333.569000', '100333.572000', '100333.574000', '100333.577000', '100333.579000', '100333.582000', '100333.585000', '100333.587000', '100333.590000', '100333.593000', '100333.595000', '100333.598000', '100333.600000', '100333.603000', '100333.606000', '100333.608000', '100333.611000', '100333.613000', '100333.616000', '100333.619000', '100333.621000', '100333.624000', '100333.627000', '100333.629000', '100333.632000', '100333.634000', '100333.637000', '100333.639000', '100333.642000', '100333.645000', '100333.647000', '100333.650000', '100333.653000', '100333.655000', '100333.658000', '100333.660000', '100333.663000', '100353.550000', '100353.553000', '100353.556000', '100353.559000', '100353.561000', '100353.564000', '100353.566000', '100353.569000', '100353.571000', '100353.574000', '100353.577000', '100353.579000', '100353.582000', '100353.585000', '100353.587000', '100353.590000', '100353.592000', '100353.595000', '100353.598000', '100353.600000', '100353.603000', '100353.605000', '100353.608000', '100353.611000', '100353.613000', '100353.616000', '100353.618000', '100353.621000', '100353.624000', '100353.626000', '100353.629000', '100353.631000', '100353.634000', '100353.637000', '100353.639000', '100353.642000', '100353.644000', '100353.647000', '100353.650000', '100353.652000', '100353.655000', '100353.657000', '100353.660000', '100413.551000', '100413.553000', '100413.556000', '100413.559000', '100413.561000', '100413.564000', '100413.566000', '100413.569000', '100413.572000', '100413.575000', '100413.578000', '100413.580000', '100413.583000', '100413.585000', '100413.588000', '100413.591000', '100413.593000', '100413.596000', '100413.599000', '100413.602000', '100413.605000', '100413.608000', '100413.610000', '100413.613000', '100413.616000', '100413.618000', '100413.621000', '100413.624000', '100413.627000', '100413.629000', '100413.632000', '100413.635000', '100413.637000', '100413.640000', '100413.642000', '100413.645000', '100413.647000', '100413.650000', '100413.653000', '100413.655000', '100413.658000', '100413.661000', '100413.663000', '100433.551000', '100433.554000', '100433.557000', '100433.560000', '100433.562000', '100433.565000', '100433.567000', '100433.570000', '100433.572000', '100433.588000', '100433.591000', '100433.593000', '100433.596000', '100433.599000', '100433.601000', '100433.604000', '100433.606000', '100433.609000', '100433.611000', '100433.614000', '100433.617000', '100433.619000', '100433.622000', '100433.624000', '100433.627000', '100433.630000', '100433.632000', '100433.637000', '100433.639000', '100433.642000', '100433.644000', '100433.647000', '100433.650000', '100433.652000', '100433.655000', '100433.657000', '100433.660000', '100433.663000', '100433.665000', '100433.668000', '100433.671000', '100433.673000', '100433.676000', '100433.678000', '100453.550000', '100453.553000', '100453.556000', '100453.559000', '100453.561000', '100453.564000', '100453.566000', '100453.569000', '100453.571000', '100453.574000', '100453.577000', '100453.579000', '100453.582000', '100453.585000', '100453.587000', '100453.590000', '100453.593000', '100453.595000', '100453.598000', '100453.600000', '100453.603000', '100453.605000', '100453.608000', '100453.611000', '100453.613000', '100453.616000', '100453.618000', '100453.621000', '100453.624000', '100453.626000', '100453.629000', '100453.632000', '100453.634000', '100453.637000', '100453.640000', '100453.642000', '100453.645000', '100453.647000', '100453.650000', '100453.653000', '100453.655000', '100453.658000', '100453.660000', '100513.551000', '100513.553000', '100513.556000', '100513.559000', '100513.561000', '100513.564000', '100513.566000', '100513.569000', '100513.572000', '100513.574000', '100513.577000', '100513.579000', '100513.582000', '100513.584000', '100513.587000', '100513.590000', '100513.592000', '100513.595000', '100513.597000', '100513.600000', '100513.603000', '100513.605000', '100513.608000', '100513.610000', '100513.613000', '100513.616000', '100513.618000', '100513.621000', '100513.623000', '100513.626000', '100513.628000', '100513.631000', '100513.633000', '100513.636000', '100513.639000', '100513.641000', '100513.644000', '100513.646000', '100513.649000', '100513.652000', '100513.654000', '100513.657000', '100513.659000', '100513.662000', '100533.551000', '100533.553000', '100533.556000', '100533.559000', '100533.561000', '100533.564000', '100533.566000', '100533.569000', '100533.572000', '100533.574000', '100533.577000', '100533.579000', '100533.582000', '100533.585000', '100533.587000', '100533.590000', '100533.592000', '100533.595000', '100533.598000', '100533.600000', '100533.603000', '100533.605000', '100533.608000', '100533.611000', '100533.614000', '100533.617000', '100533.620000', '100533.622000', '100533.625000', '100533.627000', '100533.630000', '100533.633000', '100533.635000', '100533.638000', '100533.641000', '100533.643000', '100533.646000', '100533.648000', '100533.651000', '100533.654000', '100533.656000', '100533.659000', '100533.661000', '100553.550000', '100553.553000', '100553.556000', '100553.558000', '100553.561000', '100553.564000', '100553.566000', '100553.569000', '100553.571000', '100553.574000', '100553.577000', '100553.579000', '100553.582000', '100553.584000', '100553.587000', '100553.590000', '100553.592000', '100553.595000', '100553.597000', '100553.600000', '100553.614000', '100553.617000', '100553.620000', '100553.622000', '100553.625000', '100553.627000', '100553.630000', '100553.632000', '100553.635000', '100553.638000', '100553.640000', '100553.643000', '100553.645000', '100553.648000', '100553.651000', '100553.653000', '100553.656000', '100553.658000', '100553.661000', '100553.663000', '100553.666000', '100553.669000', '100553.671000', '100553.674000', '100613.550000', '100613.553000', '100613.556000', '100613.558000', '100613.561000', '100613.564000', '100613.566000', '100613.569000', '100613.572000', '100613.574000', '100613.577000', '100613.579000', '100613.582000', '100613.585000', '100613.587000', '100613.590000', '100613.593000', '100613.595000', '100613.598000', '100613.600000', '100613.603000', '100613.606000', '100613.608000', '100613.611000', '100613.613000', '100613.616000', '100613.619000', '100613.622000', '100613.625000', '100613.628000', '100613.631000', '100613.633000', '100613.636000', '100613.639000', '100613.641000', '100613.644000', '100613.646000', '100613.649000', '100613.652000', '100613.654000', '100613.657000', '100613.659000', '100613.662000', '100633.550000', '100633.553000', '100633.556000', '100633.559000', '100633.561000', '100633.564000', '100633.566000', '100633.569000', '100633.572000', '100633.574000', '100633.577000', '100633.579000', '100633.582000', '100633.585000', '100633.587000', '100633.590000', '100633.592000', '100633.595000', '100633.598000', '100633.600000', '100633.603000', '100633.605000', '100633.608000', '100633.610000', '100633.613000', '100633.616000', '100633.618000', '100633.621000', '100633.623000', '100633.626000', '100633.629000', '100633.631000', '100633.634000', '100633.636000', '100633.639000', '100633.642000', '100633.644000', '100633.647000', '100633.649000', '100633.652000', '100633.654000', '100633.657000', '100633.660000', '100633.662000', '100653.552000', '100653.554000', '100653.557000', '100653.560000', '100653.562000', '100653.565000', '100653.568000', '100653.570000', '100653.573000', '100653.575000', '100653.578000', '100653.580000', '100653.583000', '100653.586000', '100653.588000', '100653.591000', '100653.593000', '100653.596000', '100653.599000', '100653.601000', '100653.604000', '100653.606000', '100653.609000', '100653.612000', '100653.614000', '100653.617000', '100653.619000', '100653.622000', '100653.625000', '100653.627000', '100653.630000', '100653.633000', '100653.635000', '100653.638000', '100653.640000', '100653.643000', '100653.646000', '100653.649000', '100653.653000', '100653.656000', '100653.658000', '100653.661000', '100653.664000', '100713.550000', '100713.553000', '100713.556000', '100713.559000', '100713.561000', '100713.564000', '100713.566000', '100713.569000', '100713.572000', '100713.574000', '100713.577000', '100713.579000', '100713.582000', '100713.584000', '100713.587000', '100713.590000', '100713.592000', '100713.604000', '100713.606000', '100713.609000', '100713.611000', '100713.614000', '100713.617000', '100713.619000', '100713.622000', '100713.625000', '100713.627000', '100713.630000', '100713.632000', '100713.635000', '100713.645000', '100713.648000', '100713.651000', '100713.653000', '100713.656000', '100713.658000', '100713.661000', '100713.663000', '100713.666000', '100713.669000', '100713.671000', '100713.674000', '100713.676000', '100713.679000', '100733.551000', '100733.553000', '100733.556000', '100733.559000', '100733.561000', '100733.564000', '100733.566000', '100733.569000', '100733.571000', '100733.574000', '100733.577000', '100733.579000', '100733.582000', '100733.584000', '100733.587000', '100733.590000', '100733.592000', '100733.595000', '100733.598000', '100733.600000', '100733.603000', '100733.605000', '100733.608000', '100733.610000', '100733.613000', '100733.616000', '100733.618000', '100733.621000', '100733.623000', '100733.626000', '100733.629000', '100733.631000', '100733.634000', '100733.636000', '100733.639000', '100733.641000', '100733.644000', '100733.646000', '100733.649000', '100733.652000', '100733.654000', '100733.657000', '100733.660000', '100753.551000', '100753.553000', '100753.556000', '100753.559000', '100753.561000', '100753.564000', '100753.567000', '100753.569000', '100753.572000', '100753.574000', '100753.577000', '100753.580000', '100753.582000', '100753.585000', '100753.587000', '100753.590000', '100753.593000', '100753.595000', '100753.598000', '100753.600000', '100753.603000', '100753.606000', '100753.608000', '100753.611000', '100753.613000', '100753.616000', '100753.618000', '100753.621000', '100753.624000', '100753.626000', '100753.629000', '100753.631000', '100753.634000', '100753.637000', '100753.639000', '100753.642000', '100753.644000', '100753.647000', '100753.650000', '100753.652000', '100753.655000', '100753.657000', '100753.660000', '100753.662000', '100813.551000', '100813.553000', '100813.556000', '100813.559000', '100813.561000', '100813.564000', '100813.566000', '100813.569000', '100813.571000', '100813.574000', '100813.577000', '100813.579000', '100813.582000', '100813.585000', '100813.587000', '100813.590000', '100813.593000', '100813.595000', '100813.598000', '100813.600000', '100813.603000', '100813.605000', '100813.608000', '100813.611000', '100813.613000', '100813.616000', '100813.618000', '100813.621000', '100813.623000', '100813.626000', '100813.629000', '100813.631000', '100813.634000', '100813.636000', '100813.639000', '100813.642000', '100813.644000', '100813.647000', '100813.649000', '100813.652000', '100813.654000', '100813.657000', '100813.660000', '100833.551000', '100833.554000', '100833.556000', '100833.559000', '100833.561000', '100833.564000', '100833.566000', '100833.569000', '100833.572000', '100833.574000', '100833.577000', '100833.579000', '100833.582000', '100833.599000', '100833.601000', '100833.604000', '100833.606000', '100833.609000', '100833.612000', '100833.614000', '100833.617000', '100833.619000', '100833.622000', '100833.625000', '100833.627000', '100833.630000', '100833.632000', '100833.635000', '100833.638000', '100833.640000', '100833.643000', '100833.645000', '100833.648000', '100833.651000', '100833.653000', '100833.656000', '100833.658000', '100833.661000', '100833.664000', '100833.666000', '100833.669000', '100833.671000', '100833.674000', '100833.677000', '100853.551000', '100853.553000', '100853.556000', '100853.559000', '100853.561000', '100853.564000', '100853.566000', '100853.569000', '100853.572000', '100853.574000', '100853.577000', '100853.579000', '100853.582000', '100853.584000', '100853.587000', '100853.590000', '100853.593000', '100853.595000', '100853.598000', '100853.600000', '100853.603000', '100853.605000', '100853.608000', '100853.610000', '100853.613000', '100853.616000', '100853.618000', '100853.621000', '100853.623000', '100853.626000', '100853.629000', '100853.631000', '100853.634000', '100853.636000', '100853.639000', '100853.642000', '100853.644000', '100853.647000', '100853.649000', '100853.652000', '100853.655000', '100853.657000', '100853.660000', '100913.552000', '100913.554000', '100913.557000', '100913.560000', '100913.562000', '100913.565000', '100913.567000', '100913.570000', '100913.573000', '100913.575000', '100913.578000', '100913.581000', '100913.583000', '100913.586000', '100913.588000', '100913.591000', '100913.594000', '100913.596000', '100913.599000', '100913.601000', '100913.604000', '100913.607000', '100913.609000', '100913.612000', '100913.614000', '100913.617000', '100913.620000', '100913.622000', '100913.625000', '100913.627000', '100913.630000', '100913.633000', '100913.635000', '100913.638000', '100913.640000', '100913.643000', '100913.645000', '100913.648000', '100913.651000', '100913.653000', '100913.656000', '100913.659000', '100913.661000', '100913.664000', '100933.551000', '100933.554000', '100933.556000', '100933.559000', '100933.561000', '100933.564000', '100933.567000', '100933.569000', '100933.572000', '100933.574000', '100933.577000', '100933.580000', '100933.582000', '100933.585000', '100933.588000', '100933.591000', '100933.593000', '100933.596000', '100933.599000', '100933.601000', '100933.604000', '100933.606000', '100933.609000', '100933.612000', '100933.614000', '100933.617000', '100933.619000', '100933.622000', '100933.625000', '100933.627000', '100933.630000', '100933.632000', '100933.635000', '100933.637000', '100933.640000', '100933.643000', '100933.645000', '100933.648000', '100933.650000', '100933.653000', '100933.656000', '100933.658000', '100933.661000', '100953.551000', '100953.554000', '100953.556000', '100953.559000', '100953.562000', '100953.564000', '100953.567000', '100953.570000', '100953.572000', '100953.575000', '100953.577000', '100953.580000', '100953.583000', '100953.585000', '100953.588000', '100953.590000', '100953.593000', '100953.596000', '100953.598000', '100953.604000', '100953.606000', '100953.609000', '100953.612000', '100953.614000', '100953.617000', '100953.619000', '100953.622000', '100953.625000', '100953.627000', '100953.630000', '100953.632000', '100953.635000', '100953.638000', '100953.640000', '100953.643000', '100953.645000', '100953.648000', '100953.650000', '100953.653000', '100953.656000', '100953.658000', '100953.661000', '100953.664000', '101013.551000', '101013.553000', '101013.556000', '101013.559000', '101013.561000', '101013.564000', '101013.567000', '101013.569000', '101013.572000', '101013.574000', '101013.577000', '101013.580000', '101013.582000', '101013.585000', '101013.587000', '101013.590000', '101013.593000', '101013.595000', '101013.598000', '101013.600000', '101013.603000', '101013.605000', '101013.608000', '101013.611000', '101013.613000', '101013.616000', '101013.619000', '101013.621000', '101013.624000', '101013.626000', '101013.629000', '101013.632000', '101013.634000', '101013.637000', '101013.639000', '101013.642000', '101013.645000', '101013.647000', '101013.650000', '101013.652000', '101013.655000', '101013.658000', '101013.660000', '101013.663000', '101033.551000', '101033.553000', '101033.556000', '101033.559000', '101033.561000', '101033.564000', '101033.566000', '101033.569000', '101033.572000', '101033.574000', '101033.577000', '101033.579000', '101033.582000', '101033.585000', '101033.588000', '101033.590000', '101033.593000', '101033.595000', '101033.598000', '101033.601000', '101033.603000', '101033.606000', '101033.608000', '101033.611000', '101033.614000', '101033.616000', '101033.619000', '101033.621000', '101033.624000', '101033.627000', '101033.629000', '101033.632000', '101033.634000', '101033.637000', '101033.639000', '101033.642000', '101033.645000', '101033.647000', '101033.650000', '101033.652000', '101033.655000', '101033.658000', '101033.660000', '101033.663000', '101053.551000', '101053.554000', '101053.556000', '101053.559000', '101053.561000', '101053.564000', '101053.567000', '101053.569000', '101053.572000', '101053.574000', '101053.577000', '101053.580000', '101053.582000', '101053.585000', '101053.587000', '101053.590000', '101053.593000', '101053.595000', '101053.598000', '101053.600000', '101053.603000', '101053.613000', '101053.616000', '101053.619000', '101053.621000', '101053.624000', '101053.626000', '101053.629000', '101053.631000', '101053.634000', '101053.637000', '101053.639000', '101053.642000', '101053.644000', '101053.647000', '101053.650000', '101053.652000', '101053.655000', '101053.658000', '101053.660000', '101053.663000', '101053.665000', '101053.668000', '101113.551000', '101113.553000', '101113.556000', '101113.559000', '101113.561000', '101113.564000', '101113.567000', '101113.569000', '101113.572000', '101113.574000', '101113.577000', '101113.580000', '101113.582000', '101113.585000', '101113.587000', '101113.590000', '101113.593000', '101113.595000', '101113.598000', '101113.600000', '101113.603000', '101113.606000', '101113.608000', '101113.611000', '101113.613000', '101113.616000', '101113.619000', '101113.621000', '101113.624000', '101113.626000', '101113.629000', '101113.632000', '101113.634000', '101113.637000', '101113.639000', '101113.642000', '101113.645000', '101113.647000', '101113.650000', '101113.652000', '101113.655000', '101113.657000', '101113.660000', '101113.663000', '101133.552000', '101133.554000', '101133.557000', '101133.560000', '101133.562000', '101133.565000', '101133.567000', '101133.570000', '101133.573000', '101133.575000', '101133.578000', '101133.580000', '101133.583000', '101133.585000', '101133.588000', '101133.591000', '101133.593000', '101133.596000', '101133.598000', '101133.601000', '101133.604000', '101133.606000', '101133.609000', '101133.611000', '101133.614000', '101133.617000', '101133.619000', '101133.622000', '101133.624000', '101133.627000', '101133.630000', '101133.632000', '101133.635000', '101133.637000', '101133.640000', '101133.643000', '101133.645000', '101133.648000', '101133.650000', '101133.653000', '101133.655000', '101133.658000', '101133.661000', '101153.551000', '101153.554000', '101153.556000', '101153.559000', '101153.562000', '101153.564000', '101153.567000', '101153.570000', '101153.573000', '101153.575000', '101153.578000', '101153.580000', '101153.583000', '101153.586000', '101153.588000', '101153.591000', '101153.594000', '101153.596000', '101153.599000', '101153.601000', '101153.604000', '101153.607000', '101153.609000', '101153.612000', '101153.614000', '101153.617000', '101153.620000', '101153.622000', '101153.625000', '101153.627000', '101153.630000', '101153.633000', '101153.635000', '101153.638000', '101153.640000', '101153.643000', '101153.645000', '101153.648000', '101153.651000', '101153.653000', '101153.656000', '101153.658000', '101153.661000', '101213.551000', '101213.553000', '101213.556000', '101213.559000', '101213.561000', '101213.564000', '101213.567000', '101213.569000', '101213.572000', '101213.574000', '101213.577000', '101213.579000', '101213.582000', '101213.585000', '101213.587000', '101213.590000', '101213.593000', '101213.595000', '101213.598000', '101213.601000', '101213.603000', '101213.606000', '101213.608000', '101213.611000', '101213.613000', '101213.616000', '101213.619000', '101213.621000', '101213.624000', '101213.626000', '101213.629000', '101213.632000', '101213.634000', '101213.637000', '101213.639000', '101213.642000', '101213.645000', '101213.647000', '101213.650000', '101213.652000', '101213.655000', '101213.657000', '101213.660000', '101213.663000', '101233.551000', '101233.554000', '101233.556000', '101233.559000', '101233.561000', '101233.564000', '101233.567000', '101233.569000', '101233.572000', '101233.574000', '101233.577000', '101233.580000', '101233.582000', '101233.585000', '101233.587000', '101233.590000', '101233.593000', '101233.595000', '101233.598000', '101233.601000', '101233.603000', '101233.606000', '101233.608000', '101233.611000', '101233.613000', '101233.616000', '101233.619000', '101233.621000', '101233.624000', '101233.626000', '101233.629000', '101233.632000', '101233.634000', '101233.637000', '101233.639000', '101233.642000', '101233.645000', '101233.647000', '101233.650000', '101233.652000', '101233.655000', '101233.658000', '101233.660000', '101253.551000', '101253.554000', '101253.556000', '101253.559000', '101253.562000', '101253.564000', '101253.567000', '101253.569000', '101253.572000', '101253.574000', '101253.577000', '101253.580000', '101253.582000', '101253.585000', '101253.587000', '101253.590000', '101253.593000', '101253.595000', '101253.598000', '101253.600000', '101253.603000', '101253.606000', '101253.608000', '101253.611000', '101253.613000', '101253.616000', '101253.618000', '101253.621000', '101253.624000', '101253.626000', '101253.629000', '101253.632000', '101253.634000', '101253.637000', '101253.639000', '101253.642000', '101253.644000', '101253.647000', '101253.650000', '101253.652000', '101253.655000', '101253.658000', '101253.660000', '101253.663000', '101313.551000', '101313.553000', '101313.556000', '101313.559000', '101313.561000', '101313.564000', '101313.567000', '101313.569000', '101313.572000', '101313.574000', '101313.577000', '101313.579000', '101313.582000', '101313.585000', '101313.587000', '101313.603000', '101313.605000', '101313.609000', '101313.611000', '101313.614000', '101313.617000', '101313.619000', '101313.622000', '101313.624000', '101313.627000', '101313.630000', '101313.632000', '101313.635000', '101313.637000', '101313.640000', '101313.643000', '101313.645000', '101313.648000', '101313.650000', '101313.653000', '101313.655000', '101313.658000', '101313.661000', '101313.663000', '101313.666000', '101313.669000', '101313.671000', '101313.674000', '101319.549000', '101319.552000', '101319.555000', '101319.558000', '101319.560000', '101319.563000', '101319.566000', '101319.568000', '101319.571000', '101319.574000', '101319.576000', '101319.579000', '101319.582000', '101319.584000'], 'InstanceCreationTime': ['095933.585000', '095933.588000', '095933.591000', '095933.594000', '095933.596000', '095933.599000', '095933.602000', '095933.604000', '095933.607000', '095933.609000', '095933.612000', '095933.614000', '095933.617000', '095933.620000', '095933.622000', '095933.625000', '095933.628000', '095933.630000', '095933.633000', '095933.635000', '095933.638000', '095933.640000', '095933.643000', '095933.645000', '095933.648000', '095933.650000', '095933.653000', '095933.655000', '095933.658000', '095933.661000', '095933.663000', '095933.666000', '095933.668000', '095933.671000', '095933.673000', '095933.676000', '095933.679000', '095933.681000', '095933.684000', '095933.686000', '095933.689000', '095933.692000', '095933.694000', '095933.697000', '095933.699000', '095933.702000', '095933.706000', '095933.709000', '095933.711000', '095933.714000', '095933.716000', '095933.719000', '095933.721000', '095933.724000', '095933.726000', '095933.729000', '095933.732000', '095933.734000', '095933.737000', '095933.739000', '095933.742000', '095933.744000', '095933.747000', '095953.551000', '095953.554000', '095953.557000', '095953.559000', '095953.562000', '095953.564000', '095953.578000', '095953.581000', '095953.583000', '095953.586000', '095953.588000', '095953.591000', '095953.593000', '095953.596000', '095953.599000', '095953.601000', '095953.604000', '095953.606000', '095953.609000', '095953.611000', '095953.614000', '095953.617000', '095953.622000', '095953.624000', '095953.627000', '095953.630000', '095953.632000', '095953.635000', '095953.637000', '095953.640000', '095953.642000', '095953.645000', '095953.647000', '095953.650000', '095953.653000', '095953.655000', '095953.658000', '095953.661000', '095953.663000', '095953.666000', '095953.668000', '095953.671000', '095953.673000', '100013.551000', '100013.553000', '100013.556000', '100013.559000', '100013.561000', '100013.564000', '100013.566000', '100013.569000', '100013.571000', '100013.574000', '100013.577000', '100013.579000', '100013.582000', '100013.584000', '100013.587000', '100013.589000', '100013.592000', '100013.595000', '100013.597000', '100013.600000', '100013.602000', '100013.605000', '100013.607000', '100013.610000', '100013.613000', '100013.615000', '100013.618000', '100013.620000', '100013.623000', '100013.626000', '100013.628000', '100013.631000', '100013.633000', '100013.636000', '100013.638000', '100013.641000', '100013.644000', '100013.646000', '100013.649000', '100013.652000', '100013.654000', '100013.657000', '100013.659000', '100013.662000', '100033.550000', '100033.553000', '100033.556000', '100033.558000', '100033.561000', '100033.564000', '100033.566000', '100033.569000', '100033.571000', '100033.574000', '100033.577000', '100033.579000', '100033.582000', '100033.584000', '100033.587000', '100033.589000', '100033.592000', '100033.595000', '100033.597000', '100033.600000', '100033.602000', '100033.605000', '100033.608000', '100033.610000', '100033.613000', '100033.615000', '100033.618000', '100033.620000', '100033.623000', '100033.626000', '100033.628000', '100033.631000', '100033.633000', '100033.636000', '100033.639000', '100033.642000', '100033.644000', '100033.647000', '100033.649000', '100033.652000', '100033.654000', '100033.657000', '100033.659000', '100053.550000', '100053.553000', '100053.556000', '100053.558000', '100053.561000', '100053.564000', '100053.566000', '100053.569000', '100053.571000', '100053.574000', '100053.577000', '100053.579000', '100053.582000', '100053.584000', '100053.587000', '100053.590000', '100053.592000', '100053.595000', '100053.597000', '100053.600000', '100053.603000', '100053.605000', '100053.608000', '100053.610000', '100053.613000', '100053.615000', '100053.618000', '100053.620000', '100053.623000', '100053.626000', '100053.628000', '100053.631000', '100053.633000', '100053.636000', '100053.639000', '100053.641000', '100053.644000', '100053.646000', '100053.649000', '100053.651000', '100053.654000', '100053.657000', '100053.659000', '100053.662000', '100113.550000', '100113.553000', '100113.556000', '100113.559000', '100113.561000', '100113.564000', '100113.566000', '100113.569000', '100113.572000', '100113.574000', '100113.577000', '100113.579000', '100113.582000', '100113.585000', '100113.587000', '100113.590000', '100113.593000', '100113.595000', '100113.598000', '100113.600000', '100113.603000', '100113.606000', '100113.608000', '100113.611000', '100113.613000', '100113.616000', '100113.618000', '100113.621000', '100113.623000', '100113.626000', '100113.629000', '100113.631000', '100113.634000', '100113.636000', '100113.639000', '100113.642000', '100113.644000', '100113.647000', '100113.649000', '100113.652000', '100113.654000', '100113.657000', '100113.660000', '100133.550000', '100133.553000', '100133.569000', '100133.571000', '100133.574000', '100133.577000', '100133.579000', '100133.582000', '100133.584000', '100133.587000', '100133.590000', '100133.592000', '100133.595000', '100133.597000', '100133.600000', '100133.603000', '100133.605000', '100133.608000', '100133.611000', '100133.613000', '100133.616000', '100133.618000', '100133.621000', '100133.623000', '100133.626000', '100133.629000', '100133.631000', '100133.634000', '100133.636000', '100133.639000', '100133.641000', '100133.644000', '100133.647000', '100133.649000', '100133.652000', '100133.654000', '100133.657000', '100133.660000', '100133.662000', '100133.665000', '100133.667000', '100133.670000', '100133.672000', '100133.675000', '100153.550000', '100153.553000', '100153.556000', '100153.559000', '100153.561000', '100153.564000', '100153.566000', '100153.569000', '100153.571000', '100153.574000', '100153.577000', '100153.579000', '100153.582000', '100153.584000', '100153.587000', '100153.590000', '100153.592000', '100153.595000', '100153.598000', '100153.600000', '100153.603000', '100153.605000', '100153.608000', '100153.610000', '100153.613000', '100153.616000', '100153.618000', '100153.621000', '100153.623000', '100153.626000', '100153.629000', '100153.631000', '100153.634000', '100153.636000', '100153.639000', '100153.641000', '100153.644000', '100153.647000', '100153.649000', '100153.652000', '100153.654000', '100153.657000', '100153.660000', '100213.551000', '100213.554000', '100213.557000', '100213.559000', '100213.562000', '100213.565000', '100213.567000', '100213.570000', '100213.572000', '100213.575000', '100213.577000', '100213.580000', '100213.583000', '100213.585000', '100213.588000', '100213.591000', '100213.594000', '100213.596000', '100213.599000', '100213.601000', '100213.604000', '100213.606000', '100213.609000', '100213.611000', '100213.614000', '100213.617000', '100213.619000', '100213.622000', '100213.624000', '100213.627000', '100213.630000', '100213.632000', '100213.635000', '100213.637000', '100213.640000', '100213.642000', '100213.645000', '100213.648000', '100213.650000', '100213.653000', '100213.655000', '100213.658000', '100213.660000', '100213.663000', '100233.550000', '100233.553000', '100233.556000', '100233.558000', '100233.561000', '100233.564000', '100233.566000', '100233.569000', '100233.571000', '100233.574000', '100233.576000', '100233.579000', '100233.582000', '100233.584000', '100233.587000', '100233.590000', '100233.592000', '100233.595000', '100233.597000', '100233.600000', '100233.603000', '100233.605000', '100233.608000', '100233.610000', '100233.613000', '100233.616000', '100233.618000', '100233.621000', '100233.624000', '100233.626000', '100233.629000', '100233.631000', '100233.634000', '100233.637000', '100233.639000', '100233.642000', '100233.644000', '100233.647000', '100233.649000', '100233.652000', '100233.655000', '100233.657000', '100233.660000', '100253.551000', '100253.554000', '100253.556000', '100253.559000', '100253.561000', '100253.564000', '100253.567000', '100253.569000', '100253.572000', '100253.574000', '100253.577000', '100253.580000', '100253.582000', '100253.585000', '100253.588000', '100253.590000', '100253.593000', '100253.596000', '100253.598000', '100253.601000', '100253.603000', '100253.606000', '100253.608000', '100253.611000', '100253.614000', '100253.616000', '100253.619000', '100253.622000', '100253.624000', '100253.627000', '100253.629000', '100253.632000', '100253.634000', '100253.637000', '100253.640000', '100253.642000', '100253.645000', '100253.647000', '100253.650000', '100253.653000', '100253.655000', '100253.658000', '100253.682000', '100253.684000', '100313.550000', '100313.553000', '100313.556000', '100313.558000', '100313.561000', '100313.564000', '100313.566000', '100313.569000', '100313.571000', '100313.574000', '100313.576000', '100313.579000', '100313.582000', '100313.584000', '100313.587000', '100313.590000', '100313.592000', '100313.595000', '100313.597000', '100313.600000', '100313.602000', '100313.605000', '100313.608000', '100313.610000', '100313.613000', '100313.615000', '100313.618000', '100313.621000', '100313.630000', '100313.632000', '100313.635000', '100313.638000', '100313.640000', '100313.643000', '100313.645000', '100313.648000', '100313.650000', '100313.653000', '100313.656000', '100313.658000', '100313.661000', '100313.663000', '100313.666000', '100333.551000', '100333.553000', '100333.556000', '100333.559000', '100333.561000', '100333.564000', '100333.566000', '100333.569000', '100333.572000', '100333.574000', '100333.577000', '100333.579000', '100333.582000', '100333.585000', '100333.587000', '100333.590000', '100333.593000', '100333.595000', '100333.598000', '100333.600000', '100333.603000', '100333.606000', '100333.608000', '100333.611000', '100333.613000', '100333.616000', '100333.619000', '100333.621000', '100333.624000', '100333.627000', '100333.629000', '100333.632000', '100333.634000', '100333.637000', '100333.639000', '100333.642000', '100333.645000', '100333.647000', '100333.650000', '100333.653000', '100333.655000', '100333.658000', '100333.660000', '100333.663000', '100353.550000', '100353.553000', '100353.556000', '100353.559000', '100353.561000', '100353.564000', '100353.566000', '100353.569000', '100353.571000', '100353.574000', '100353.577000', '100353.579000', '100353.582000', '100353.585000', '100353.587000', '100353.590000', '100353.592000', '100353.595000', '100353.598000', '100353.600000', '100353.603000', '100353.605000', '100353.608000', '100353.611000', '100353.613000', '100353.616000', '100353.618000', '100353.621000', '100353.624000', '100353.626000', '100353.629000', '100353.631000', '100353.634000', '100353.637000', '100353.639000', '100353.642000', '100353.644000', '100353.647000', '100353.650000', '100353.652000', '100353.655000', '100353.657000', '100353.660000', '100413.551000', '100413.553000', '100413.556000', '100413.559000', '100413.561000', '100413.564000', '100413.566000', '100413.569000', '100413.572000', '100413.575000', '100413.578000', '100413.580000', '100413.583000', '100413.585000', '100413.588000', '100413.591000', '100413.593000', '100413.596000', '100413.599000', '100413.602000', '100413.605000', '100413.608000', '100413.610000', '100413.613000', '100413.616000', '100413.618000', '100413.621000', '100413.624000', '100413.627000', '100413.629000', '100413.632000', '100413.635000', '100413.637000', '100413.640000', '100413.642000', '100413.645000', '100413.647000', '100413.650000', '100413.653000', '100413.655000', '100413.658000', '100413.661000', '100413.663000', '100433.551000', '100433.554000', '100433.557000', '100433.560000', '100433.562000', '100433.565000', '100433.567000', '100433.570000', '100433.572000', '100433.588000', '100433.591000', '100433.593000', '100433.596000', '100433.599000', '100433.601000', '100433.604000', '100433.606000', '100433.609000', '100433.611000', '100433.614000', '100433.617000', '100433.619000', '100433.622000', '100433.624000', '100433.627000', '100433.630000', '100433.632000', '100433.637000', '100433.639000', '100433.642000', '100433.644000', '100433.647000', '100433.650000', '100433.652000', '100433.655000', '100433.657000', '100433.660000', '100433.663000', '100433.665000', '100433.668000', '100433.671000', '100433.673000', '100433.676000', '100433.678000', '100453.550000', '100453.553000', '100453.556000', '100453.559000', '100453.561000', '100453.564000', '100453.566000', '100453.569000', '100453.571000', '100453.574000', '100453.577000', '100453.579000', '100453.582000', '100453.585000', '100453.587000', '100453.590000', '100453.593000', '100453.595000', '100453.598000', '100453.600000', '100453.603000', '100453.605000', '100453.608000', '100453.611000', '100453.613000', '100453.616000', '100453.618000', '100453.621000', '100453.624000', '100453.626000', '100453.629000', '100453.632000', '100453.634000', '100453.637000', '100453.640000', '100453.642000', '100453.645000', '100453.647000', '100453.650000', '100453.653000', '100453.655000', '100453.658000', '100453.660000', '100513.551000', '100513.553000', '100513.556000', '100513.559000', '100513.561000', '100513.564000', '100513.566000', '100513.569000', '100513.572000', '100513.574000', '100513.577000', '100513.579000', '100513.582000', '100513.584000', '100513.587000', '100513.590000', '100513.592000', '100513.595000', '100513.597000', '100513.600000', '100513.603000', '100513.605000', '100513.608000', '100513.610000', '100513.613000', '100513.616000', '100513.618000', '100513.621000', '100513.623000', '100513.626000', '100513.628000', '100513.631000', '100513.633000', '100513.636000', '100513.639000', '100513.641000', '100513.644000', '100513.646000', '100513.649000', '100513.652000', '100513.654000', '100513.657000', '100513.659000', '100513.662000', '100533.551000', '100533.553000', '100533.556000', '100533.559000', '100533.561000', '100533.564000', '100533.566000', '100533.569000', '100533.572000', '100533.574000', '100533.577000', '100533.579000', '100533.582000', '100533.585000', '100533.587000', '100533.590000', '100533.592000', '100533.595000', '100533.598000', '100533.600000', '100533.603000', '100533.605000', '100533.608000', '100533.611000', '100533.614000', '100533.617000', '100533.620000', '100533.622000', '100533.625000', '100533.627000', '100533.630000', '100533.633000', '100533.635000', '100533.638000', '100533.641000', '100533.643000', '100533.646000', '100533.648000', '100533.651000', '100533.654000', '100533.656000', '100533.659000', '100533.661000', '100553.550000', '100553.553000', '100553.556000', '100553.558000', '100553.561000', '100553.564000', '100553.566000', '100553.569000', '100553.571000', '100553.574000', '100553.577000', '100553.579000', '100553.582000', '100553.584000', '100553.587000', '100553.590000', '100553.592000', '100553.595000', '100553.597000', '100553.600000', '100553.614000', '100553.617000', '100553.620000', '100553.622000', '100553.625000', '100553.627000', '100553.630000', '100553.632000', '100553.635000', '100553.638000', '100553.640000', '100553.643000', '100553.645000', '100553.648000', '100553.651000', '100553.653000', '100553.656000', '100553.658000', '100553.661000', '100553.663000', '100553.666000', '100553.669000', '100553.671000', '100553.674000', '100613.550000', '100613.553000', '100613.556000', '100613.558000', '100613.561000', '100613.564000', '100613.566000', '100613.569000', '100613.572000', '100613.574000', '100613.577000', '100613.579000', '100613.582000', '100613.585000', '100613.587000', '100613.590000', '100613.593000', '100613.595000', '100613.598000', '100613.600000', '100613.603000', '100613.606000', '100613.608000', '100613.611000', '100613.613000', '100613.616000', '100613.619000', '100613.622000', '100613.625000', '100613.628000', '100613.631000', '100613.633000', '100613.636000', '100613.639000', '100613.641000', '100613.644000', '100613.646000', '100613.649000', '100613.652000', '100613.654000', '100613.657000', '100613.659000', '100613.662000', '100633.550000', '100633.553000', '100633.556000', '100633.559000', '100633.561000', '100633.564000', '100633.566000', '100633.569000', '100633.572000', '100633.574000', '100633.577000', '100633.579000', '100633.582000', '100633.585000', '100633.587000', '100633.590000', '100633.592000', '100633.595000', '100633.598000', '100633.600000', '100633.603000', '100633.605000', '100633.608000', '100633.610000', '100633.613000', '100633.616000', '100633.618000', '100633.621000', '100633.623000', '100633.626000', '100633.629000', '100633.631000', '100633.634000', '100633.636000', '100633.639000', '100633.642000', '100633.644000', '100633.647000', '100633.649000', '100633.652000', '100633.654000', '100633.657000', '100633.660000', '100633.662000', '100653.552000', '100653.554000', '100653.557000', '100653.560000', '100653.562000', '100653.565000', '100653.568000', '100653.570000', '100653.573000', '100653.575000', '100653.578000', '100653.580000', '100653.583000', '100653.586000', '100653.588000', '100653.591000', '100653.593000', '100653.596000', '100653.599000', '100653.601000', '100653.604000', '100653.606000', '100653.609000', '100653.612000', '100653.614000', '100653.617000', '100653.619000', '100653.622000', '100653.625000', '100653.627000', '100653.630000', '100653.633000', '100653.635000', '100653.638000', '100653.640000', '100653.643000', '100653.646000', '100653.649000', '100653.653000', '100653.656000', '100653.658000', '100653.661000', '100653.664000', '100713.550000', '100713.553000', '100713.556000', '100713.559000', '100713.561000', '100713.564000', '100713.566000', '100713.569000', '100713.572000', '100713.574000', '100713.577000', '100713.579000', '100713.582000', '100713.584000', '100713.587000', '100713.590000', '100713.592000', '100713.604000', '100713.606000', '100713.609000', '100713.611000', '100713.614000', '100713.617000', '100713.619000', '100713.622000', '100713.625000', '100713.627000', '100713.630000', '100713.632000', '100713.635000', '100713.645000', '100713.648000', '100713.651000', '100713.653000', '100713.656000', '100713.658000', '100713.661000', '100713.663000', '100713.666000', '100713.669000', '100713.671000', '100713.674000', '100713.676000', '100713.679000', '100733.551000', '100733.553000', '100733.556000', '100733.559000', '100733.561000', '100733.564000', '100733.566000', '100733.569000', '100733.571000', '100733.574000', '100733.577000', '100733.579000', '100733.582000', '100733.584000', '100733.587000', '100733.590000', '100733.592000', '100733.595000', '100733.598000', '100733.600000', '100733.603000', '100733.605000', '100733.608000', '100733.610000', '100733.613000', '100733.616000', '100733.618000', '100733.621000', '100733.623000', '100733.626000', '100733.629000', '100733.631000', '100733.634000', '100733.636000', '100733.639000', '100733.641000', '100733.644000', '100733.646000', '100733.649000', '100733.652000', '100733.654000', '100733.657000', '100733.660000', '100753.551000', '100753.553000', '100753.556000', '100753.559000', '100753.561000', '100753.564000', '100753.567000', '100753.569000', '100753.572000', '100753.574000', '100753.577000', '100753.580000', '100753.582000', '100753.585000', '100753.587000', '100753.590000', '100753.593000', '100753.595000', '100753.598000', '100753.600000', '100753.603000', '100753.606000', '100753.608000', '100753.611000', '100753.613000', '100753.616000', '100753.618000', '100753.621000', '100753.624000', '100753.626000', '100753.629000', '100753.631000', '100753.634000', '100753.637000', '100753.639000', '100753.642000', '100753.644000', '100753.647000', '100753.650000', '100753.652000', '100753.655000', '100753.657000', '100753.660000', '100753.662000', '100813.551000', '100813.553000', '100813.556000', '100813.559000', '100813.561000', '100813.564000', '100813.566000', '100813.569000', '100813.571000', '100813.574000', '100813.577000', '100813.579000', '100813.582000', '100813.585000', '100813.587000', '100813.590000', '100813.593000', '100813.595000', '100813.598000', '100813.600000', '100813.603000', '100813.605000', '100813.608000', '100813.611000', '100813.613000', '100813.616000', '100813.618000', '100813.621000', '100813.623000', '100813.626000', '100813.629000', '100813.631000', '100813.634000', '100813.636000', '100813.639000', '100813.642000', '100813.644000', '100813.647000', '100813.649000', '100813.652000', '100813.654000', '100813.657000', '100813.660000', '100833.551000', '100833.554000', '100833.556000', '100833.559000', '100833.561000', '100833.564000', '100833.566000', '100833.569000', '100833.572000', '100833.574000', '100833.577000', '100833.579000', '100833.582000', '100833.599000', '100833.601000', '100833.604000', '100833.606000', '100833.609000', '100833.612000', '100833.614000', '100833.617000', '100833.619000', '100833.622000', '100833.625000', '100833.627000', '100833.630000', '100833.632000', '100833.635000', '100833.638000', '100833.640000', '100833.643000', '100833.645000', '100833.648000', '100833.651000', '100833.653000', '100833.656000', '100833.658000', '100833.661000', '100833.664000', '100833.666000', '100833.669000', '100833.671000', '100833.674000', '100833.677000', '100853.551000', '100853.553000', '100853.556000', '100853.559000', '100853.561000', '100853.564000', '100853.566000', '100853.569000', '100853.572000', '100853.574000', '100853.577000', '100853.579000', '100853.582000', '100853.584000', '100853.587000', '100853.590000', '100853.593000', '100853.595000', '100853.598000', '100853.600000', '100853.603000', '100853.605000', '100853.608000', '100853.610000', '100853.613000', '100853.616000', '100853.618000', '100853.621000', '100853.623000', '100853.626000', '100853.629000', '100853.631000', '100853.634000', '100853.636000', '100853.639000', '100853.642000', '100853.644000', '100853.647000', '100853.649000', '100853.652000', '100853.655000', '100853.657000', '100853.660000', '100913.552000', '100913.554000', '100913.557000', '100913.560000', '100913.562000', '100913.565000', '100913.567000', '100913.570000', '100913.573000', '100913.575000', '100913.578000', '100913.581000', '100913.583000', '100913.586000', '100913.588000', '100913.591000', '100913.594000', '100913.596000', '100913.599000', '100913.601000', '100913.604000', '100913.607000', '100913.609000', '100913.612000', '100913.614000', '100913.617000', '100913.620000', '100913.622000', '100913.625000', '100913.627000', '100913.630000', '100913.633000', '100913.635000', '100913.638000', '100913.640000', '100913.643000', '100913.645000', '100913.648000', '100913.651000', '100913.653000', '100913.656000', '100913.659000', '100913.661000', '100913.664000', '100933.551000', '100933.554000', '100933.556000', '100933.559000', '100933.561000', '100933.564000', '100933.567000', '100933.569000', '100933.572000', '100933.574000', '100933.577000', '100933.580000', '100933.582000', '100933.585000', '100933.588000', '100933.591000', '100933.593000', '100933.596000', '100933.599000', '100933.601000', '100933.604000', '100933.606000', '100933.609000', '100933.612000', '100933.614000', '100933.617000', '100933.619000', '100933.622000', '100933.625000', '100933.627000', '100933.630000', '100933.632000', '100933.635000', '100933.637000', '100933.640000', '100933.643000', '100933.645000', '100933.648000', '100933.650000', '100933.653000', '100933.656000', '100933.658000', '100933.661000', '100953.551000', '100953.554000', '100953.556000', '100953.559000', '100953.562000', '100953.564000', '100953.567000', '100953.570000', '100953.572000', '100953.575000', '100953.577000', '100953.580000', '100953.583000', '100953.585000', '100953.588000', '100953.590000', '100953.593000', '100953.596000', '100953.598000', '100953.604000', '100953.606000', '100953.609000', '100953.612000', '100953.614000', '100953.617000', '100953.619000', '100953.622000', '100953.625000', '100953.627000', '100953.630000', '100953.632000', '100953.635000', '100953.638000', '100953.640000', '100953.643000', '100953.645000', '100953.648000', '100953.650000', '100953.653000', '100953.656000', '100953.658000', '100953.661000', '100953.664000', '101013.551000', '101013.553000', '101013.556000', '101013.559000', '101013.561000', '101013.564000', '101013.567000', '101013.569000', '101013.572000', '101013.574000', '101013.577000', '101013.580000', '101013.582000', '101013.585000', '101013.587000', '101013.590000', '101013.593000', '101013.595000', '101013.598000', '101013.600000', '101013.603000', '101013.605000', '101013.608000', '101013.611000', '101013.613000', '101013.616000', '101013.619000', '101013.621000', '101013.624000', '101013.626000', '101013.629000', '101013.632000', '101013.634000', '101013.637000', '101013.639000', '101013.642000', '101013.645000', '101013.647000', '101013.650000', '101013.652000', '101013.655000', '101013.658000', '101013.660000', '101013.663000', '101033.551000', '101033.553000', '101033.556000', '101033.559000', '101033.561000', '101033.564000', '101033.566000', '101033.569000', '101033.572000', '101033.574000', '101033.577000', '101033.579000', '101033.582000', '101033.585000', '101033.588000', '101033.590000', '101033.593000', '101033.595000', '101033.598000', '101033.601000', '101033.603000', '101033.606000', '101033.608000', '101033.611000', '101033.614000', '101033.616000', '101033.619000', '101033.621000', '101033.624000', '101033.627000', '101033.629000', '101033.632000', '101033.634000', '101033.637000', '101033.639000', '101033.642000', '101033.645000', '101033.647000', '101033.650000', '101033.652000', '101033.655000', '101033.658000', '101033.660000', '101033.663000', '101053.551000', '101053.554000', '101053.556000', '101053.559000', '101053.561000', '101053.564000', '101053.567000', '101053.569000', '101053.572000', '101053.574000', '101053.577000', '101053.580000', '101053.582000', '101053.585000', '101053.587000', '101053.590000', '101053.593000', '101053.595000', '101053.598000', '101053.600000', '101053.603000', '101053.613000', '101053.616000', '101053.619000', '101053.621000', '101053.624000', '101053.626000', '101053.629000', '101053.631000', '101053.634000', '101053.637000', '101053.639000', '101053.642000', '101053.644000', '101053.647000', '101053.650000', '101053.652000', '101053.655000', '101053.658000', '101053.660000', '101053.663000', '101053.665000', '101053.668000', '101113.551000', '101113.553000', '101113.556000', '101113.559000', '101113.561000', '101113.564000', '101113.567000', '101113.569000', '101113.572000', '101113.574000', '101113.577000', '101113.580000', '101113.582000', '101113.585000', '101113.587000', '101113.590000', '101113.593000', '101113.595000', '101113.598000', '101113.600000', '101113.603000', '101113.606000', '101113.608000', '101113.611000', '101113.613000', '101113.616000', '101113.619000', '101113.621000', '101113.624000', '101113.626000', '101113.629000', '101113.632000', '101113.634000', '101113.637000', '101113.639000', '101113.642000', '101113.645000', '101113.647000', '101113.650000', '101113.652000', '101113.655000', '101113.657000', '101113.660000', '101113.663000', '101133.552000', '101133.554000', '101133.557000', '101133.560000', '101133.562000', '101133.565000', '101133.567000', '101133.570000', '101133.573000', '101133.575000', '101133.578000', '101133.580000', '101133.583000', '101133.585000', '101133.588000', '101133.591000', '101133.593000', '101133.596000', '101133.598000', '101133.601000', '101133.604000', '101133.606000', '101133.609000', '101133.611000', '101133.614000', '101133.617000', '101133.619000', '101133.622000', '101133.624000', '101133.627000', '101133.630000', '101133.632000', '101133.635000', '101133.637000', '101133.640000', '101133.643000', '101133.645000', '101133.648000', '101133.650000', '101133.653000', '101133.655000', '101133.658000', '101133.661000', '101153.551000', '101153.554000', '101153.556000', '101153.559000', '101153.562000', '101153.564000', '101153.567000', '101153.570000', '101153.573000', '101153.575000', '101153.578000', '101153.580000', '101153.583000', '101153.586000', '101153.588000', '101153.591000', '101153.594000', '101153.596000', '101153.599000', '101153.601000', '101153.604000', '101153.607000', '101153.609000', '101153.612000', '101153.614000', '101153.617000', '101153.620000', '101153.622000', '101153.625000', '101153.627000', '101153.630000', '101153.633000', '101153.635000', '101153.638000', '101153.640000', '101153.643000', '101153.645000', '101153.648000', '101153.651000', '101153.653000', '101153.656000', '101153.658000', '101153.661000', '101213.551000', '101213.553000', '101213.556000', '101213.559000', '101213.561000', '101213.564000', '101213.567000', '101213.569000', '101213.572000', '101213.574000', '101213.577000', '101213.579000', '101213.582000', '101213.585000', '101213.587000', '101213.590000', '101213.593000', '101213.595000', '101213.598000', '101213.601000', '101213.603000', '101213.606000', '101213.608000', '101213.611000', '101213.613000', '101213.616000', '101213.619000', '101213.621000', '101213.624000', '101213.626000', '101213.629000', '101213.632000', '101213.634000', '101213.637000', '101213.639000', '101213.642000', '101213.645000', '101213.647000', '101213.650000', '101213.652000', '101213.655000', '101213.657000', '101213.660000', '101213.663000', '101233.551000', '101233.554000', '101233.556000', '101233.559000', '101233.561000', '101233.564000', '101233.567000', '101233.569000', '101233.572000', '101233.574000', '101233.577000', '101233.580000', '101233.582000', '101233.585000', '101233.587000', '101233.590000', '101233.593000', '101233.595000', '101233.598000', '101233.601000', '101233.603000', '101233.606000', '101233.608000', '101233.611000', '101233.613000', '101233.616000', '101233.619000', '101233.621000', '101233.624000', '101233.626000', '101233.629000', '101233.632000', '101233.634000', '101233.637000', '101233.639000', '101233.642000', '101233.645000', '101233.647000', '101233.650000', '101233.652000', '101233.655000', '101233.658000', '101233.660000', '101253.551000', '101253.554000', '101253.556000', '101253.559000', '101253.562000', '101253.564000', '101253.567000', '101253.569000', '101253.572000', '101253.574000', '101253.577000', '101253.580000', '101253.582000', '101253.585000', '101253.587000', '101253.590000', '101253.593000', '101253.595000', '101253.598000', '101253.600000', '101253.603000', '101253.606000', '101253.608000', '101253.611000', '101253.613000', '101253.616000', '101253.618000', '101253.621000', '101253.624000', '101253.626000', '101253.629000', '101253.632000', '101253.634000', '101253.637000', '101253.639000', '101253.642000', '101253.644000', '101253.647000', '101253.650000', '101253.652000', '101253.655000', '101253.658000', '101253.660000', '101253.663000', '101313.551000', '101313.553000', '101313.556000', '101313.559000', '101313.561000', '101313.564000', '101313.567000', '101313.569000', '101313.572000', '101313.574000', '101313.577000', '101313.579000', '101313.582000', '101313.585000', '101313.587000', '101313.603000', '101313.605000', '101313.609000', '101313.611000', '101313.614000', '101313.617000', '101313.619000', '101313.622000', '101313.624000', '101313.627000', '101313.630000', '101313.632000', '101313.635000', '101313.637000', '101313.640000', '101313.643000', '101313.645000', '101313.648000', '101313.650000', '101313.653000', '101313.655000', '101313.658000', '101313.661000', '101313.663000', '101313.666000', '101313.669000', '101313.671000', '101313.674000', '101319.549000', '101319.552000', '101319.555000', '101319.558000', '101319.560000', '101319.563000', '101319.566000', '101319.568000', '101319.571000', '101319.574000', '101319.576000', '101319.579000', '101319.582000', '101319.584000'], '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': [12335, 11192, 13124, 10659, 12120, 10249, 11610, 10683, 11688, 11492, 12311, 11039, 11106, 10308, 10386, 10626, 11145, 10205, 8490, 10917, 9337, 11836, 15263, 11477, 14024, 10614, 11325, 11554, 11813, 15592, 11784, 14039, 11382, 12026, 11189, 12186, 16042, 11782, 12206, 10830, 13146, 10437, 11551, 10273, 11515, 12404, 10565, 12835, 10047, 11252, 9423, 10553, 9372, 10882, 11699, 11332, 12685, 10947, 12497, 10965, 12703, 9595, 11580, 11757, 11482, 14002, 11583, 13571, 11592, 12872, 11975, 12907, 10970, 13040, 11439, 13341, 11700, 12649, 11583, 13188, 11109, 13468, 10865, 12848, 10445, 11634, 10001, 12882, 15014, 12025, 14017, 11155, 12455, 11035, 12691, 15192, 12093, 12001, 10411, 11101, 9157, 12192, 11360, 11737, 12990, 11263, 11963, 10860, 12929, 10226, 11639, 10624, 12150, 14143, 12067, 13577, 11358, 12999, 10125, 11232, 10377, 12072, 13977, 10701, 12951, 10236, 11693, 9566, 11232, 9142, 11032, 11181, 10983, 12794, 10600, 13826, 10069, 12774, 9449, 12381, 9242, 10625, 10415, 11372, 12532, 10863, 13389, 10677, 12188, 9729, 12199, 9014, 11284, 9711, 11129, 10851, 11383, 11007, 11607, 14375, 11026, 13288, 10454, 12663, 9693, 12218, 12215, 11931, 13764, 10862, 12636, 9601, 11713, 10928, 11764, 11577, 12344, 14803, 11949, 13590, 11096, 12438, 10033, 13002, 14710, 12359, 14418, 10218, 12550, 12400, 11948, 13467, 10948, 13014, 8751, 11092, 11814, 10994, 12918, 10735, 12471, 10180, 12641, 10379, 12802, 10669, 12325, 9712, 12178, 15118, 11658, 13345, 10228, 12309, 12359, 12233, 13845, 11154, 13321, 10665, 11218, 9365, 11191, 10845, 11586, 13982, 11354, 12888, 10581, 11697, 11321, 12202, 13925, 10327, 11643, 11305, 12167, 14256, 11477, 13406, 11332, 12296, 10742, 12186, 11245, 12502, 14907, 12424, 13517, 10347, 12555, 14019, 11666, 12362, 10207, 12103, 13261, 11609, 13256, 10867, 11384, 10185, 10964, 10355, 11712, 11531, 11000, 13342, 10009, 12820, 8950, 11709, 11339, 12050, 13059, 11818, 14710, 11410, 12117, 10611, 8507, 9888, 8865, 11274, 10109, 12399, 10450, 15172, 11536, 10979, 10525, 10700, 12503, 12476, 12754, 11921, 12147, 12546, 14020, 12711, 12286, 14186, 14849, 13889, 13976, 15869, 13361, 16209, 16651, 12634, 12938, 14044, 12717, 12974, 14416, 12761, 14645, 12863, 13745, 13188, 12882, 12823, 12376, 12520, 12980, 11863, 11111, 8760, 11068, 9239, 12580, 13374, 12156, 13138, 10541, 12830, 10324, 12284, 13963, 12206, 12950, 11206, 12206, 10210, 11455, 9241, 12296, 11365, 12441, 13221, 10866, 12768, 11568, 15606, 13184, 11020, 12953, 14955, 11432, 11223, 11037, 11661, 10351, 10577, 10474, 10923, 13014, 14162, 13150, 13088, 13733, 14389, 12642, 14775, 12617, 14907, 12142, 14392, 12591, 12178, 12765, 15747, 12434, 13158, 11657, 14016, 10440, 12113, 11071, 12106, 9887, 11451, 12917, 11117, 12063, 10663, 13154, 10348, 11963, 10291, 11270, 10482, 12805, 9465, 10428, 9871, 10684, 15251, 10083, 13058, 10082, 11632, 9250, 11510, 8901, 10526, 11240, 10584, 14070, 10282, 15701, 10070, 13373, 9766, 11567, 9432, 12106, 8757, 10479, 8990, 10104, 10187, 10504, 14380, 10131, 13407, 12297, 15233, 11094, 11008, 10194, 9494, 10793, 11050, 11845, 11945, 15511, 11639, 12598, 12899, 14541, 11163, 14217, 11673, 12860, 11552, 12159, 12037, 12797, 16175, 12664, 14880, 12637, 15574, 12928, 13639, 12478, 12623, 11821, 12275, 10867, 12289, 14047, 12138, 13509, 11807, 13018, 10524, 12015, 9669, 11651, 12070, 11625, 11696, 11083, 10796, 10787, 11122, 10481, 11222, 9262, 11816, 8893, 12563, 9970, 12209, 12277, 12156, 12892, 11386, 12689, 10331, 12306, 9487, 11342, 11047, 12017, 13092, 12089, 12962, 11173, 13078, 10420, 12234, 9972, 12054, 10047, 11584, 13834, 11513, 13607, 10604, 12446, 9501, 11660, 9146, 11009, 10260, 12429, 12974, 11722, 13518, 11267, 13149, 11030, 11527, 9907, 12300, 10157, 13334, 10369, 12992, 10324, 11837, 11030, 13869, 11774, 14463, 11854, 13286, 12347, 11838, 11162, 11061, 11291, 11168, 12490, 16160, 12571, 15584, 11893, 14760, 11611, 14495, 11843, 11542, 11695, 12135, 14016, 11990, 12501, 11015, 12073, 13724, 12136, 12602, 11483, 13668, 10721, 11241, 9422, 12666, 10795, 12170, 13256, 11725, 11861, 10601, 11527, 10311, 12145, 13911, 11745, 13474, 10895, 12002, 10092, 10954, 10451, 11770, 13210, 11381, 13337, 10663, 11651, 9548, 12210, 9114, 11114, 9120, 11088, 13841, 10348, 12386, 9423, 12917, 9062, 10928, 9136, 10555, 9029, 11376, 8887, 11460, 8867, 10094, 9910, 10682, 10052, 11369, 9632, 11730, 11024, 11154, 10420, 13395, 10622, 12891, 11528, 12095, 10864, 10238, 13012, 11462, 12683, 11753, 12563, 12115, 15048, 12360, 15307, 11488, 13090, 12377, 13222, 12789, 11188, 14339, 12031, 10967, 11285, 12211, 11060, 11042, 11185, 9521, 11968, 10036, 13086, 12039, 12259, 13790, 12460, 17672, 13248, 15148, 11815, 11805, 13384, 18537, 12987, 17053, 12917, 15569, 11784, 12598, 11323, 12836, 10956, 11454, 9859, 12286, 12290, 11890, 12439, 10704, 13499, 10364, 11722, 9901, 11495, 9042, 10938, 9272, 11225, 10447, 10502, 12589, 11485, 12875, 10123, 13665, 9155, 11678, 10269, 11557, 9563, 10806, 9572, 11519, 12766, 11065, 14819, 10257, 16196, 9562, 13354, 8743, 11669, 8924, 11717, 9345, 11488, 8633, 10975, 8376, 11189, 9181, 11892, 9238, 12076, 12649, 11843, 17022, 11636, 14992, 9924, 12854, 16422, 11626, 13879, 9870, 12340, 13377, 12151, 14471, 10217, 12154, 9693, 10922, 9888, 10484, 14217, 9855, 12688, 8583, 11691, 8470, 10947, 8311, 11096, 8781, 11253, 12524, 11308, 15715, 10229, 13099, 16607, 11646, 14122, 12479, 12615, 16288, 10962, 14880, 9947, 13271, 9737, 12098, 10068, 11516, 10488, 8642, 10686, 10482, 11041, 10929, 12643, 14216, 13491, 12750, 14219, 13154, 14456, 12589, 13935, 19535, 13754, 18990, 13005, 18258, 11813, 13141, 12271, 11809, 11422, 12112, 9905, 10751, 10223, 11557, 10134, 11432, 10576, 13121, 12274, 12276, 13243, 11709, 11980, 10981, 11043, 10674, 11529, 10831, 11851, 10462, 11673, 9582, 10708, 10377, 13434, 10188, 15358, 10650, 14018, 10715, 15720, 11693, 15893, 11944, 12925, 11022, 11148, 11672, 14192, 12046, 16317, 11219, 18311, 11299, 16597, 11401, 16663, 12226, 13014, 10766, 11631, 11347, 12106, 10605, 10803, 10755, 11427, 11572, 15711, 12167, 11969, 11334, 10798, 11398, 10795, 12800, 12702, 12734, 13188, 13221, 11559, 13902, 11448, 15068, 12970, 10609, 11783, 11127, 9635, 10696, 11364, 10716, 11722, 13001, 12568, 11627, 13246, 16285, 13211, 15111, 12052, 12869, 11928, 13758, 16598, 13753, 12827, 13203, 11866, 13277, 12370, 13342, 16034, 13010, 13052, 12696, 11831, 11705, 11633, 11947, 11743, 11007, 11147, 10736, 11710, 10673, 11660, 10939, 11347, 11570, 12198, 11620, 11552, 11142, 12506, 11076, 11813, 9569, 11605, 10996, 11069, 8851, 11413, 9666, 11556, 8620, 13245, 10142, 11324, 10798, 14383, 11039, 15711, 10849, 13368, 12899, 12817, 10465, 11028, 9992, 11163, 10205, 11872, 11113, 12340, 10336, 11624, 9442, 12903, 13252, 12405, 16117, 11916, 13945, 10438, 12358, 11711, 12319, 14149, 11282, 15039, 11075, 13157, 10222, 10989, 10597, 8733, 11421, 12033, 11975, 14503, 11137, 14967, 9471, 13148, 10195, 13413, 10674, 12587, 10483, 12561, 13574, 11870, 14464, 11552, 14118, 10535, 13489, 9271, 14084, 10647, 10361, 11043, 9077, 11955, 9092, 12532, 9769, 12414, 10032, 13981, 9647, 11990, 9712, 14226, 11873, 13679, 12368, 10937, 12806, 15843, 12058, 13887, 10235, 13060, 10433, 12866, 13575, 12078, 14305, 10914, 13075, 9380, 13176, 10128, 12924, 9821, 11926, 13193, 10530, 13152, 9192, 12901, 13257, 11669, 13638, 9965, 13187, 12577, 12146, 12936, 9705, 12928, 9261, 13638, 9399, 13673, 9261, 12995, 9329, 12940, 9245, 12529, 11921, 11272, 14388, 9441, 14026, 9660, 12659, 9726, 12377, 12059, 11366, 14595, 11265, 13196, 9627, 8710, 10103, 8791, 10940, 9017, 11392, 9310, 13089, 14610, 11035, 14771, 12155, 15672, 9593, 12408, 12446, 11651, 14926, 11719, 16326, 10904, 13049, 10184, 12530, 10886, 11355, 10347, 12148, 9497, 11943, 9293, 12289, 10125, 9647, 11222, 9656, 11852, 11524, 12646, 15647, 12435, 15876, 11917, 13812, 15090, 12559, 13627, 10754, 11986, 10418, 12892, 11970, 12043, 14418, 11436, 11736, 8789, 11359, 8789, 10840, 8477, 10525, 9771, 10342, 11326, 10311, 12639, 10823, 14665, 10485, 12890, 9230, 12418, 12806, 12881, 15424, 12534, 14365, 11105, 12792, 10934, 12206, 9441, 12753, 11801, 12783, 13969, 11928, 15572, 11425, 13202, 9706, 12119, 9508, 11656, 11751, 11307, 13734, 10140, 12613, 8731, 11877, 9135, 11322, 11351, 11000, 13500, 9934, 13142, 8788, 11356, 11475, 11093, 13456, 9658, 12272, 9851, 11356, 9417, 11406, 12080, 9881, 13646, 10766, 14560, 10737, 11121, 10509, 9744, 11179, 10020, 12291, 13159, 14808, 12319, 12837, 11579, 10709, 13306, 11049, 16938, 12294, 14354, 12780, 13401, 12106, 13340, 12486, 13513, 15559, 14218, 16056, 14128, 12841, 12612, 12644, 12739, 13301, 13568, 13790, 18945, 11556, 14020, 13037, 14134, 15852, 13848, 13893, 19331, 13823, 15519, 13748, 13959, 13391, 14174, 11285, 14013, 12731, 14090, 13884, 13814, 11800, 13623, 12587, 13642, 11912, 11440, 14467, 12798, 14076, 14610, 13186, 12485, 11397, 12798, 10306, 11705, 8879, 10209, 10610, 11874, 12107, 10714, 11405, 16278, 9037, 12695, 10130, 13492, 10538, 11802, 9299, 12188, 10456, 14808, 12595, 17697, 12371, 15820, 12993, 18404, 10706, 13690, 10952, 11928, 11042, 11886, 11662, 9535, 11594, 11620, 9300, 11077, 12850, 12210, 13105, 16985, 12476, 15605, 12587, 16153, 12703, 15589, 12622, 13950, 12634, 14298, 12585, 11862, 12292, 14228, 13907, 13042, 12476, 12093, 14358, 11383, 11537, 12679, 11137, 12298, 12147, 10346, 12572, 10734, 12018, 11731, 10686, 12377, 8965, 12321, 10902, 13249, 10212, 12389, 11106, 11629, 11336, 12131, 12503, 10193, 11921, 10002, 9044, 12144, 9703, 11820, 10976, 11157, 10582, 10318, 12073, 9405, 13242, 10365, 15187, 13859, 11534, 17074, 11815, 16016, 11548, 12368, 10838, 10332, 11587, 9064, 10763, 9187, 9751, 10227, 9255, 10160, 9951, 11534, 14766, 9424, 13679, 13850, 11631, 14828, 10223, 12821, 11378, 12055, 15280, 9714, 11943, 10304, 11572, 10452, 12465, 8756, 10492, 8687, 10911, 9074, 9415, 9191, 13338, 10799, 11229, 11641, 9010, 12005, 12050, 11739, 14177, 9876, 12504, 9518, 12654, 10129, 11729, 10153, 12014, 9088, 11474, 9049, 12620, 9530, 12468, 9930, 12457, 9134, 12943, 9015, 12685, 9972, 11923, 10649, 12556, 11617, 13342, 12128, 14388, 11520, 13624, 9916, 13180, 9457, 13027, 11202, 12670, 10224, 13349, 11861, 12005, 11585, 12005, 10433, 11210, 10067, 10990, 9487, 11593, 9716, 10964, 9182, 12256, 9645, 11449, 9989, 12407, 12629, 12851, 12088, 12357, 14180, 11658, 15961, 10890, 13005, 9605, 12347, 9440, 11856, 10230, 12075, 14001, 11452, 13897, 11066, 13336, 10569, 13310, 10114, 12688, 10724, 13670, 9610, 11658, 10023, 11785, 15003, 10644, 13788, 10141, 12223, 10030, 11902, 15764, 10914, 12401, 10530, 11976, 11163, 11876, 11201, 11240, 14166, 10895, 12860, 9910, 11728, 9916, 12349, 10983, 11981, 12650, 12724, 14029, 10680, 12455, 10911, 12458, 10638, 12396, 11258, 11411, 13428, 10166, 12802, 10182, 12335, 10514, 12499, 9880, 12648, 10579, 12624, 9380, 12410, 9275, 11878, 14477, 10586, 13800, 10267, 12812, 9820, 12816, 10602, 12869, 12940, 12297, 14307, 10842, 14259, 10556, 13443, 10926, 13027, 10534, 12672, 10120, 13237, 11607, 13473, 10962, 12937, 10064, 12808, 14628, 11536, 14566, 11221, 13899, 10382, 12824, 10912, 13440, 10945, 12359, 12015, 11721, 14352, 10888, 13303, 10724, 13335, 10287, 12809, 9609, 12815, 9376, 12360, 11131, 11880, 13320, 10620, 12787, 10114, 13145, 10114, 12844, 9663, 12956, 10682, 12608, 11549, 12136, 13447, 10934, 13491, 10143, 13475, 11282, 12350, 14811, 11103, 12890, 10242, 13368, 11507, 13128, 10272, 13375, 9331, 13203, 12850, 12191, 13686, 10800, 13255, 9762, 13394, 10877, 13067, 12173, 12199, 14291, 10589, 13415, 9665, 13130, 10480, 12430, 12663, 11176, 13761, 9703, 13081, 9238, 12380, 9222, 12856, 9314, 12814, 10122, 12359, 9224, 12141, 13080, 11484, 14731, 10519, 13929, 10204, 13036, 10818, 13246, 11054, 12094, 10333, 12474, 11563, 12362, 12085, 12494, 13883, 11545, 13994, 10929, 12536, 10139, 13107, 9395, 13668, 9880, 13149, 9448, 12812, 12274, 12530, 13327, 11473, 13501, 9733, 13295, 11380, 12925, 11412, 12415, 14471, 11098, 13242, 9916, 12777, 9320, 13158, 10824, 13090, 11320, 11922, 14333, 10107, 12765, 10203, 13118, 11331, 12280, 9195, 12296, 10490, 11612, 12302, 11679, 13175, 11425, 12943, 12965, 9572, 12470, 9936, 10378, 10503, 13624, 11606, 13519, 11515, 14637, 11823, 14768, 13231, 12929, 11845, 11731, 11848, 12866, 15721, 13089, 10433, 9950, 12299, 9839, 12906, 10875, 13656, 13551, 12816, 13967, 12013, 13473, 17713, 13888, 14313, 16406, 14167, 17156, 11123, 13063, 11472, 13590, 13974, 12429, 12585, 11737, 12646, 11169, 13064, 10158, 11847, 11734, 11202, 11815, 9572, 11600, 11713, 11018, 11189, 9710, 11440, 12338, 10097, 12201, 11840, 14958, 12031, 14051, 12413, 15753, 10468, 12808, 12630, 11444, 12104, 10522, 15043, 12077, 16396, 13246, 16844, 13435, 16644, 13046, 12830, 12985, 11706, 11849, 13289, 14307, 13456], 'WindowCenter': [5018.0, 4981.0, 4987.0, 4944.0, 4963.0, 4928.0, 4940.0, 4927.0, 4936.0, 4925.0, 4921.0, 4888.0, 4913.0, 4904.0, 4905.0, 4917.0, 4925.0, 4930.0, 4909.0, 4940.0, 4920.0, 4953.0, 4965.0, 4929.0, 4947.0, 4906.0, 4917.0, 4914.0, 4926.0, 4953.0, 4924.0, 4943.0, 4912.0, 4921.0, 4899.0, 4910.0, 4933.0, 4898.0, 4897.0, 4898.0, 4918.0, 4887.0, 4910.0, 4887.0, 4911.0, 4917.0, 4900.0, 4918.0, 4892.0, 4912.0, 4893.0, 4914.0, 4892.0, 4915.0, 4925.0, 4926.0, 4934.0, 4926.0, 4935.0, 4928.0, 4946.0, 4917.0, 4954.0, 4950.0, 4952.0, 4956.0, 4939.0, 4958.0, 4950.0, 4946.0, 4939.0, 4949.0, 4929.0, 4960.0, 4952.0, 4958.0, 4948.0, 4946.0, 4938.0, 4956.0, 4937.0, 4949.0, 4928.0, 4948.0, 4929.0, 4940.0, 4906.0, 4948.0, 4954.0, 4924.0, 4941.0, 4912.0, 4924.0, 4911.0, 4933.0, 4941.0, 4923.0, 4922.0, 4913.0, 4923.0, 4891.0, 4934.0, 4923.0, 4934.0, 4942.0, 4926.0, 4934.0, 4927.0, 4947.0, 4929.0, 4951.0, 4942.0, 4961.0, 4968.0, 4948.0, 4957.0, 4929.0, 4944.0, 4916.0, 4928.0, 4916.0, 4939.0, 4956.0, 4929.0, 4948.0, 4931.0, 4938.0, 4910.0, 4937.0, 4907.0, 4940.0, 4940.0, 4943.0, 4960.0, 4944.0, 4973.0, 4934.0, 4962.0, 4933.0, 4961.0, 4924.0, 4942.0, 4931.0, 4954.0, 4961.0, 4942.0, 4970.0, 4941.0, 4959.0, 4921.0, 4960.0, 4919.0, 4951.0, 4931.0, 4953.0, 4942.0, 4952.0, 4942.0, 4964.0, 4979.0, 4943.0, 4972.0, 4942.0, 4961.0, 4920.0, 4950.0, 4938.0, 4938.0, 4956.0, 4927.0, 4948.0, 4908.0, 4938.0, 4927.0, 4936.0, 4936.0, 4948.0, 4966.0, 4938.0, 4957.0, 4938.0, 4948.0, 4907.0, 4948.0, 4955.0, 4935.0, 4944.0, 4905.0, 4935.0, 4934.0, 4924.0, 4943.0, 4915.0, 4944.0, 4893.0, 4924.0, 4934.0, 4938.0, 4945.0, 4939.0, 4946.0, 4931.0, 4957.0, 4941.0, 4961.0, 4941.0, 4962.0, 4921.0, 4952.0, 4967.0, 4937.0, 4948.0, 4917.0, 4936.0, 4934.0, 4936.0, 4944.0, 4923.0, 4944.0, 4915.0, 4924.0, 4905.0, 4937.0, 4924.0, 4939.0, 4956.0, 4939.0, 4950.0, 4927.0, 4938.0, 4926.0, 4946.0, 4955.0, 4915.0, 4937.0, 4923.0, 4947.0, 4954.0, 4936.0, 4942.0, 4937.0, 4946.0, 4937.0, 4950.0, 4928.0, 4948.0, 4966.0, 4947.0, 4947.0, 4905.0, 4936.0, 4941.0, 4925.0, 4933.0, 4904.0, 4934.0, 4930.0, 4922.0, 4932.0, 4914.0, 4924.0, 4915.0, 4926.0, 4917.0, 4948.0, 4939.0, 4941.0, 4958.0, 4930.0, 4960.0, 4911.0, 4951.0, 4938.0, 4951.0, 5026.0, 5057.0, 5020.0, 4976.0, 4961.0, 4950.0, 4920.0, 4943.0, 4935.0, 4989.0, 4958.0, 4964.0, 4955.0, 4978.0, 4935.0, 4930.0, 4928.0, 4942.0, 4961.0, 4961.0, 4945.0, 4924.0, 4926.0, 4922.0, 4942.0, 4921.0, 4922.0, 4944.0, 4958.0, 4959.0, 4962.0, 4940.0, 4933.0, 4937.0, 4920.0, 4880.0, 4878.0, 4885.0, 4875.0, 4873.0, 4886.0, 4878.0, 4894.0, 4887.0, 4886.0, 4888.0, 4883.0, 4911.0, 4899.0, 4900.0, 4911.0, 4901.0, 4895.0, 4877.0, 4910.0, 4903.0, 4958.0, 4945.0, 4948.0, 4960.0, 4926.0, 4947.0, 4914.0, 4936.0, 4941.0, 4933.0, 4944.0, 4937.0, 4937.0, 4915.0, 4923.0, 4894.0, 4947.0, 4937.0, 4946.0, 4984.0, 4992.0, 4965.0, 4921.0, 4978.0, 4972.0, 4940.0, 4937.0, 4928.0, 4988.0, 4951.0, 4912.0, 4919.0, 4911.0, 4925.0, 4938.0, 4938.0, 4970.0, 4968.0, 4984.0, 4970.0, 4982.0, 4982.0, 4924.0, 4930.0, 4913.0, 4919.0, 4911.0, 4914.0, 4898.0, 4883.0, 4894.0, 4885.0, 4853.0, 4866.0, 4858.0, 4884.0, 4858.0, 4881.0, 4870.0, 4879.0, 4850.0, 4882.0, 4891.0, 4884.0, 4890.0, 4884.0, 4915.0, 4902.0, 4920.0, 4915.0, 4911.0, 4912.0, 4922.0, 4893.0, 4914.0, 4894.0, 4919.0, 4952.0, 4914.0, 4932.0, 4914.0, 4923.0, 4896.0, 4925.0, 4885.0, 4916.0, 4923.0, 4927.0, 4945.0, 4917.0, 4963.0, 4918.0, 4944.0, 4919.0, 4940.0, 4934.0, 4951.0, 4911.0, 4929.0, 4909.0, 4932.0, 4930.0, 4944.0, 4969.0, 4933.0, 4970.0, 4968.0, 4970.0, 4946.0, 4944.0, 4934.0, 4923.0, 4929.0, 4942.0, 4941.0, 4981.0, 5009.0, 4966.0, 4964.0, 4979.0, 4962.0, 4922.0, 4948.0, 4916.0, 4927.0, 4903.0, 4912.0, 4899.0, 4910.0, 4936.0, 4908.0, 4926.0, 4910.0, 4926.0, 4919.0, 4918.0, 4910.0, 4907.0, 4898.0, 4898.0, 4887.0, 4898.0, 4914.0, 4897.0, 4903.0, 4897.0, 4906.0, 4887.0, 4907.0, 4880.0, 4924.0, 4929.0, 4931.0, 4917.0, 4917.0, 4906.0, 4906.0, 4906.0, 4909.0, 4922.0, 4901.0, 4932.0, 4903.0, 4945.0, 4913.0, 4946.0, 4943.0, 4947.0, 4957.0, 4950.0, 4960.0, 4930.0, 4947.0, 4916.0, 4938.0, 4937.0, 4949.0, 4952.0, 4949.0, 4954.0, 4938.0, 4955.0, 4939.0, 4958.0, 4931.0, 4973.0, 4943.0, 4966.0, 4970.0, 4952.0, 4957.0, 4927.0, 4956.0, 4931.0, 4948.0, 4907.0, 4936.0, 4925.0, 4957.0, 4955.0, 4948.0, 4955.0, 4939.0, 4956.0, 4936.0, 4947.0, 4940.0, 4974.0, 4952.0, 5035.0, 5010.0, 5021.0, 4969.0, 4973.0, 4951.0, 4968.0, 4974.0, 4989.0, 4916.0, 4899.0, 4917.0, 4921.0, 4950.0, 4938.0, 4939.0, 4934.0, 4947.0, 4963.0, 4936.0, 4963.0, 4922.0, 4950.0, 4910.0, 4939.0, 4908.0, 4909.0, 4907.0, 4918.0, 4925.0, 4906.0, 4917.0, 4895.0, 4917.0, 4923.0, 4917.0, 4917.0, 4906.0, 4928.0, 4898.0, 4909.0, 4879.0, 4931.0, 4911.0, 4932.0, 4940.0, 4932.0, 4932.0, 4911.0, 4923.0, 4914.0, 4935.0, 4941.0, 4934.0, 4942.0, 4911.0, 4934.0, 4914.0, 4923.0, 4911.0, 4932.0, 4941.0, 4922.0, 4940.0, 4924.0, 4933.0, 4918.0, 4945.0, 4908.0, 4935.0, 4906.0, 4937.0, 4966.0, 4928.0, 4956.0, 4918.0, 4957.0, 4908.0, 4926.0, 4904.0, 4926.0, 4905.0, 4947.0, 4907.0, 4947.0, 4920.0, 4943.0, 4939.0, 4966.0, 4956.0, 4975.0, 4957.0, 4989.0, 4966.0, 4967.0, 4966.0, 4984.0, 4916.0, 4973.0, 4975.0, 4972.0, 4951.0, 4940.0, 4971.0, 4939.0, 4947.0, 4937.0, 4934.0, 4934.0, 4948.0, 4969.0, 4964.0, 4935.0, 4969.0, 4974.0, 4968.0, 4957.0, 4923.0, 4940.0, 4946.0, 4898.0, 4897.0, 4908.0, 4899.0, 4911.0, 4912.0, 4904.0, 4937.0, 4931.0, 4957.0, 4947.0, 4945.0, 4969.0, 4957.0, 4986.0, 4960.0, 4977.0, 4958.0, 4946.0, 4955.0, 4973.0, 4940.0, 4946.0, 4916.0, 4933.0, 4905.0, 4901.0, 4893.0, 4900.0, 4883.0, 4893.0, 4871.0, 4901.0, 4899.0, 4903.0, 4915.0, 4907.0, 4934.0, 4908.0, 4928.0, 4911.0, 4930.0, 4901.0, 4933.0, 4913.0, 4934.0, 4934.0, 4938.0, 4956.0, 4948.0, 4955.0, 4938.0, 4966.0, 4918.0, 4948.0, 4940.0, 4959.0, 4928.0, 4947.0, 4925.0, 4958.0, 4967.0, 4961.0, 4988.0, 4939.0, 4988.0, 4941.0, 4978.0, 4922.0, 4958.0, 4930.0, 4972.0, 4932.0, 4973.0, 4933.0, 4961.0, 4934.0, 4972.0, 4957.0, 4987.0, 4955.0, 4987.0, 4983.0, 4976.0, 4999.0, 4952.0, 4981.0, 4929.0, 4959.0, 4986.0, 4948.0, 4956.0, 4916.0, 4945.0, 4953.0, 4946.0, 4963.0, 4926.0, 4944.0, 4915.0, 4937.0, 4925.0, 4939.0, 4972.0, 4939.0, 4966.0, 4921.0, 4959.0, 4923.0, 4961.0, 4935.0, 4975.0, 4947.0, 4977.0, 4985.0, 4978.0, 5005.0, 4954.0, 4987.0, 5001.0, 4963.0, 4983.0, 4957.0, 4961.0, 4976.0, 4967.0, 4991.0, 4955.0, 4997.0, 4942.0, 4932.0, 4890.0, 4907.0, 4900.0, 4870.0, 4915.0, 4916.0, 4982.0, 5066.0, 5033.0, 5028.0, 4933.0, 4905.0, 4931.0, 4959.0, 4985.0, 4964.0, 4961.0, 4974.0, 4920.0, 4948.0, 4935.0, 4959.0, 4896.0, 4904.0, 4890.0, 4891.0, 4876.0, 4889.0, 4870.0, 4893.0, 4895.0, 4905.0, 4898.0, 4907.0, 4905.0, 4930.0, 4917.0, 4916.0, 4914.0, 4904.0, 4906.0, 4895.0, 4908.0, 4923.0, 4934.0, 4934.0, 4956.0, 4936.0, 4956.0, 4924.0, 4919.0, 4935.0, 4962.0, 4951.0, 4986.0, 4938.0, 4987.0, 4991.0, 5010.0, 4983.0, 4998.0, 4968.0, 4941.0, 4923.0, 4933.0, 4960.0, 4967.0, 4959.0, 4988.0, 4950.0, 4984.0, 4935.0, 4971.0, 4934.0, 4972.0, 4947.0, 4953.0, 4923.0, 4945.0, 4931.0, 4941.0, 4909.0, 4937.0, 4961.0, 4961.0, 4948.0, 4990.0, 4959.0, 4947.0, 4935.0, 4924.0, 4946.0, 4937.0, 4984.0, 4967.0, 4973.0, 4968.0, 4967.0, 4943.0, 4951.0, 4933.0, 4974.0, 4967.0, 4923.0, 4927.0, 4918.0, 4912.0, 4937.0, 4950.0, 4938.0, 4948.0, 4967.0, 4955.0, 4937.0, 4981.0, 4990.0, 4957.0, 4977.0, 4935.0, 4917.0, 4933.0, 5009.0, 4942.0, 4913.0, 4900.0, 4902.0, 4891.0, 4913.0, 4902.0, 4925.0, 4932.0, 4913.0, 4911.0, 4916.0, 4916.0, 4915.0, 4915.0, 4931.0, 4932.0, 4937.0, 4933.0, 4910.0, 4958.0, 4935.0, 4958.0, 4907.0, 4950.0, 4935.0, 4933.0, 4935.0, 4937.0, 4950.0, 4958.0, 4936.0, 4946.0, 4943.0, 4946.0, 4923.0, 4934.0, 4916.0, 4945.0, 4914.0, 4943.0, 4917.0, 4967.0, 4950.0, 4961.0, 4963.0, 4990.0, 4962.0, 4989.0, 4976.0, 5026.0, 5014.0, 4946.0, 4924.0, 4924.0, 4915.0, 4924.0, 4912.0, 4934.0, 4924.0, 4945.0, 4914.0, 4934.0, 4904.0, 4945.0, 4943.0, 4945.0, 4962.0, 4933.0, 4952.0, 4909.0, 4931.0, 4920.0, 4932.0, 4953.0, 4948.0, 4975.0, 4959.0, 4967.0, 4949.0, 4931.0, 4923.0, 4893.0, 4946.0, 4958.0, 4973.0, 4990.0, 4972.0, 4989.0, 4942.0, 4969.0, 4934.0, 4954.0, 4922.0, 4944.0, 4920.0, 4945.0, 4954.0, 4946.0, 4964.0, 4945.0, 4963.0, 4933.0, 4952.0, 4917.0, 4936.0, 4935.0, 4921.0, 4946.0, 4919.0, 4969.0, 4943.0, 4981.0, 4950.0, 4986.0, 4925.0, 4923.0, 4874.0, 4920.0, 4930.0, 4975.0, 4958.0, 4965.0, 4955.0, 4934.0, 4956.0, 4970.0, 4932.0, 4941.0, 4910.0, 4938.0, 4907.0, 4939.0, 4934.0, 4929.0, 4947.0, 4919.0, 4936.0, 4898.0, 4936.0, 4906.0, 4937.0, 4908.0, 4940.0, 4947.0, 4921.0, 4948.0, 4912.0, 4951.0, 4938.0, 4930.0, 4951.0, 4900.0, 4940.0, 4927.0, 4929.0, 4927.0, 4900.0, 4938.0, 4900.0, 4946.0, 4914.0, 4963.0, 4913.0, 4965.0, 4928.0, 4966.0, 4927.0, 4969.0, 4946.0, 4948.0, 4975.0, 4928.0, 4964.0, 4927.0, 4958.0, 4927.0, 4959.0, 4944.0, 4946.0, 4972.0, 4948.0, 4953.0, 4926.0, 4905.0, 4950.0, 4931.0, 4974.0, 4942.0, 4983.0, 4982.0, 5021.0, 5002.0, 4964.0, 4991.0, 4962.0, 4987.0, 4919.0, 4972.0, 4946.0, 4948.0, 4964.0, 4932.0, 4961.0, 4919.0, 4940.0, 4912.0, 4959.0, 4939.0, 4936.0, 4926.0, 4943.0, 4902.0, 4917.0, 4899.0, 4941.0, 4925.0, 4917.0, 4960.0, 4928.0, 4960.0, 4948.0, 4970.0, 4986.0, 4958.0, 4975.0, 4936.0, 4954.0, 4949.0, 4931.0, 4939.0, 4910.0, 4916.0, 4898.0, 4929.0, 4918.0, 4928.0, 4948.0, 4921.0, 4931.0, 4904.0, 4933.0, 4905.0, 4937.0, 4905.0, 4948.0, 4940.0, 4963.0, 4960.0, 4952.0, 4971.0, 4963.0, 4990.0, 4952.0, 4970.0, 4933.0, 4960.0, 4958.0, 4971.0, 4977.0, 4958.0, 4966.0, 4947.0, 4955.0, 4925.0, 4944.0, 4914.0, 4945.0, 4930.0, 4953.0, 4951.0, 4933.0, 4961.0, 4932.0, 4954.0, 4914.0, 4944.0, 4915.0, 4947.0, 4946.0, 4938.0, 4951.0, 4927.0, 4954.0, 4909.0, 4946.0, 4919.0, 4947.0, 4948.0, 4950.0, 4967.0, 4939.0, 4968.0, 4910.0, 4950.0, 4949.0, 4952.0, 4967.0, 4929.0, 4958.0, 4927.0, 4947.0, 4928.0, 4973.0, 4971.0, 4955.0, 5008.0, 5016.0, 5029.0, 4977.0, 4977.0, 4953.0, 4917.0, 4951.0, 4944.0, 4972.0, 4996.0, 5016.0, 4974.0, 4956.0, 4960.0, 4951.0, 4997.0, 4978.0, 4998.0, 4933.0, 4949.0, 4943.0, 4951.0, 4970.0, 5035.0, 5056.0, 5054.0, 4993.0, 4979.0, 4952.0, 4927.0, 4917.0, 4914.0, 4917.0, 4916.0, 4904.0, 4957.0, 4927.0, 4955.0, 4895.0, 4915.0, 4915.0, 4928.0, 4937.0, 4903.0, 4907.0, 4927.0, 4890.0, 4897.0, 4887.0, 4886.0, 4885.0, 4896.0, 4867.0, 4912.0, 4888.0, 4909.0, 4908.0, 4921.0, 4904.0, 4924.0, 4903.0, 4924.0, 4907.0, 4907.0, 4939.0, 4926.0, 4940.0, 4939.0, 4942.0, 4932.0, 4921.0, 4946.0, 4953.0, 4947.0, 4893.0, 4924.0, 4938.0, 4959.0, 4962.0, 4953.0, 4974.0, 4988.0, 4932.0, 4985.0, 4953.0, 4985.0, 4967.0, 4962.0, 4931.0, 4952.0, 4944.0, 4972.0, 4962.0, 4979.0, 4951.0, 4965.0, 4947.0, 4991.0, 4917.0, 4887.0, 4869.0, 4892.0, 4893.0, 4891.0, 4894.0, 4887.0, 4919.0, 4946.0, 4899.0, 4894.0, 4928.0, 4930.0, 4954.0, 4971.0, 4956.0, 4989.0, 4986.0, 5000.0, 4968.0, 4948.0, 4915.0, 4896.0, 4873.0, 4909.0, 4914.0, 4902.0, 4928.0, 4909.0, 4911.0, 4924.0, 4954.0, 4912.0, 4905.0, 4901.0, 4901.0, 4926.0, 4920.0, 4929.0, 4926.0, 4898.0, 4931.0, 4907.0, 4915.0, 4917.0, 4897.0, 4929.0, 4900.0, 4969.0, 4935.0, 4951.0, 4911.0, 4941.0, 4932.0, 4930.0, 4932.0, 4955.0, 4970.0, 4937.0, 4973.0, 4955.0, 4887.0, 4925.0, 4916.0, 4973.0, 4966.0, 4962.0, 4948.0, 4941.0, 4931.0, 4899.0, 4941.0, 4925.0, 4979.0, 4955.0, 4939.0, 4984.0, 4932.0, 4960.0, 4957.0, 4975.0, 4901.0, 4901.0, 4922.0, 4892.0, 4907.0, 4869.0, 4896.0, 4923.0, 4914.0, 4924.0, 4909.0, 4932.0, 4949.0, 4890.0, 4940.0, 4938.0, 4922.0, 4948.0, 4900.0, 4929.0, 4905.0, 4914.0, 4933.0, 4875.0, 4902.0, 4881.0, 4904.0, 4974.0, 4944.0, 4879.0, 4908.0, 4878.0, 4921.0, 4903.0, 4882.0, 4914.0, 4973.0, 4959.0, 4956.0, 4957.0, 4918.0, 4958.0, 4944.0, 4960.0, 4969.0, 4929.0, 4969.0, 4930.0, 4969.0, 4938.0, 4946.0, 4925.0, 4943.0, 4903.0, 4932.0, 4906.0, 5027.0, 4985.0, 4984.0, 4932.0, 4960.0, 4919.0, 4955.0, 4920.0, 4971.0, 4931.0, 4948.0, 4952.0, 4955.0, 4946.0, 4954.0, 4958.0, 4978.0, 4948.0, 4968.0, 4928.0, 4956.0, 4918.0, 4944.0, 4921.0, 4931.0, 4899.0, 4936.0, 4931.0, 4916.0, 4918.0, 4971.0, 4951.0, 4944.0, 4915.0, 4936.0, 4913.0, 4949.0, 4959.0, 4977.0, 4944.0, 4962.0, 4930.0, 4951.0, 4929.0, 4932.0, 4926.0, 4955.0, 4943.0, 4955.0, 4953.0, 4935.0, 4960.0, 4920.0, 4940.0, 4901.0, 4944.0, 4914.0, 4943.0, 4913.0, 4956.0, 4948.0, 4921.0, 4937.0, 4920.0, 4939.0, 4910.0, 4939.0, 4925.0, 4953.0, 4935.0, 4963.0, 4915.0, 4946.0, 4913.0, 4935.0, 4951.0, 4910.0, 4941.0, 4911.0, 4932.0, 4901.0, 4931.0, 4948.0, 4909.0, 4930.0, 4908.0, 4917.0, 4922.0, 4931.0, 4908.0, 4921.0, 4939.0, 4920.0, 4929.0, 4910.0, 4929.0, 4901.0, 4932.0, 4920.0, 4933.0, 4939.0, 4942.0, 4951.0, 4911.0, 4931.0, 4921.0, 4932.0, 4912.0, 4942.0, 4922.0, 4932.0, 4940.0, 4924.0, 4928.0, 4925.0, 4969.0, 5005.0, 4966.0, 4911.0, 4942.0, 4923.0, 4942.0, 4914.0, 4965.0, 4916.0, 4946.0, 4961.0, 4935.0, 4963.0, 4925.0, 4943.0, 4911.0, 4943.0, 4921.0, 4955.0, 4942.0, 4945.0, 4963.0, 4922.0, 4950.0, 4922.0, 4952.0, 4923.0, 4941.0, 4923.0, 4942.0, 4911.0, 4952.0, 4943.0, 4953.0, 4923.0, 4953.0, 4913.0, 4953.0, 4962.0, 4945.0, 4962.0, 4934.0, 4953.0, 4924.0, 4943.0, 4923.0, 4954.0, 4922.0, 4943.0, 4931.0, 4940.0, 4962.0, 4934.0, 4951.0, 4921.0, 4949.0, 4921.0, 4942.0, 4911.0, 4952.0, 4913.0, 4953.0, 4931.0, 4944.0, 4949.0, 4923.0, 4942.0, 4923.0, 4953.0, 4924.0, 4951.0, 4913.0, 4953.0, 4921.0, 4954.0, 4943.0, 4956.0, 4953.0, 4934.0, 4953.0, 4924.0, 4953.0, 4932.0, 4941.0, 4959.0, 4922.0, 4940.0, 4923.0, 4953.0, 4931.0, 4951.0, 4921.0, 4952.0, 4904.0, 4964.0, 4951.0, 4956.0, 4964.0, 4932.0, 4951.0, 4924.0, 4963.0, 4934.0, 4954.0, 4942.0, 4953.0, 4960.0, 4934.0, 4953.0, 4913.0, 4952.0, 4921.0, 4952.0, 4950.0, 4942.0, 4963.0, 4924.0, 4951.0, 4915.0, 4953.0, 4915.0, 4964.0, 4926.0, 4965.0, 4937.0, 4965.0, 4925.0, 4956.0, 4965.0, 4956.0, 4974.0, 4934.0, 4964.0, 4924.0, 4952.0, 4933.0, 4954.0, 4936.0, 4944.0, 4910.0, 4941.0, 4919.0, 4941.0, 4929.0, 4939.0, 4950.0, 4933.0, 4961.0, 4933.0, 4952.0, 4934.0, 4954.0, 4915.0, 4964.0, 4924.0, 4963.0, 4925.0, 4964.0, 4953.0, 4955.0, 4964.0, 4946.0, 4953.0, 4926.0, 4963.0, 4933.0, 4954.0, 4930.0, 4943.0, 4950.0, 4930.0, 4941.0, 4911.0, 4937.0, 4901.0, 4949.0, 4920.0, 4953.0, 4932.0, 4942.0, 4961.0, 4923.0, 4941.0, 4919.0, 4952.0, 4930.0, 4942.0, 4901.0, 4943.0, 4921.0, 4944.0, 4954.0, 4955.0, 4964.0, 4972.0, 4953.0, 5008.0, 4932.0, 4970.0, 4940.0, 4939.0, 4940.0, 4963.0, 4942.0, 4955.0, 4951.0, 4981.0, 4961.0, 4961.0, 5021.0, 4971.0, 4959.0, 4975.0, 4985.0, 4981.0, 4971.0, 4953.0, 4939.0, 4911.0, 4944.0, 4926.0, 4992.0, 4935.0, 4977.0, 4979.0, 4970.0, 4979.0, 4958.0, 4957.0, 4973.0, 4944.0, 4941.0, 4952.0, 4930.0, 4949.0, 4910.0, 4914.0, 4894.0, 4910.0, 4895.0, 4888.0, 4889.0, 4889.0, 4900.0, 4881.0, 4912.0, 4883.0, 4915.0, 4917.0, 4909.0, 4928.0, 4897.0, 4916.0, 4942.0, 4962.0, 4947.0, 4913.0, 4970.0, 4981.0, 4940.0, 4917.0, 4920.0, 4988.0, 4970.0, 4973.0, 4981.0, 4980.0, 4922.0, 4962.0, 4966.0, 4943.0, 4954.0, 4937.0, 4984.0, 4969.0, 4995.0, 4968.0, 4984.0, 4971.0, 4959.0, 4886.0, 4888.0, 4896.0, 4885.0, 4887.0, 4908.0, 4918.0, 4923.0], 'WindowWidth': [10893.0, 10826.0, 10828.0, 10762.0, 10785.0, 10727.0, 10747.0, 10724.0, 10736.0, 10716.0, 10705.0, 10653.0, 10694.0, 10685.0, 10688.0, 10708.0, 10718.0, 10731.0, 10703.0, 10745.0, 10719.0, 10768.0, 10776.0, 10725.0, 10750.0, 10688.0, 10707.0, 10698.0, 10716.0, 10750.0, 10712.0, 10736.0, 10692.0, 10706.0, 10669.0, 10685.0, 10710.0, 10665.0, 10664.0, 10668.0, 10693.0, 10652.0, 10686.0, 10651.0, 10688.0, 10694.0, 10674.0, 10697.0, 10664.0, 10692.0, 10668.0, 10698.0, 10666.0, 10703.0, 10714.0, 10719.0, 10728.0, 10719.0, 10731.0, 10726.0, 10750.0, 10712.0, 10773.0, 10760.0, 10766.0, 10762.0, 10743.0, 10769.0, 10761.0, 10747.0, 10744.0, 10754.0, 10727.0, 10775.0, 10766.0, 10770.0, 10754.0, 10749.0, 10740.0, 10764.0, 10737.0, 10754.0, 10723.0, 10752.0, 10728.0, 10744.0, 10691.0, 10751.0, 10755.0, 10712.0, 10733.0, 10691.0, 10713.0, 10689.0, 10723.0, 10731.0, 10708.0, 10706.0, 10695.0, 10711.0, 10665.0, 10727.0, 10710.0, 10728.0, 10736.0, 10719.0, 10729.0, 10724.0, 10752.0, 10730.0, 10767.0, 10754.0, 10779.0, 10783.0, 10755.0, 10764.0, 10726.0, 10742.0, 10704.0, 10725.0, 10705.0, 10740.0, 10761.0, 10729.0, 10755.0, 10733.0, 10739.0, 10702.0, 10738.0, 10697.0, 10746.0, 10744.0, 10755.0, 10774.0, 10757.0, 10794.0, 10745.0, 10781.0, 10742.0, 10779.0, 10729.0, 10754.0, 10735.0, 10771.0, 10775.0, 10753.0, 10789.0, 10751.0, 10773.0, 10722.0, 10774.0, 10718.0, 10764.0, 10737.0, 10770.0, 10752.0, 10769.0, 10753.0, 10785.0, 10802.0, 10756.0, 10794.0, 10752.0, 10777.0, 10719.0, 10760.0, 10739.0, 10740.0, 10763.0, 10723.0, 10753.0, 10697.0, 10738.0, 10719.0, 10736.0, 10732.0, 10754.0, 10777.0, 10741.0, 10766.0, 10739.0, 10754.0, 10693.0, 10752.0, 10756.0, 10729.0, 10741.0, 10688.0, 10730.0, 10724.0, 10713.0, 10736.0, 10701.0, 10741.0, 10671.0, 10717.0, 10728.0, 10741.0, 10747.0, 10744.0, 10751.0, 10737.0, 10768.0, 10752.0, 10779.0, 10750.0, 10780.0, 10720.0, 10767.0, 10779.0, 10738.0, 10754.0, 10707.0, 10733.0, 10725.0, 10731.0, 10741.0, 10711.0, 10740.0, 10703.0, 10715.0, 10690.0, 10739.0, 10716.0, 10742.0, 10761.0, 10743.0, 10758.0, 10724.0, 10741.0, 10720.0, 10748.0, 10759.0, 10704.0, 10737.0, 10713.0, 10751.0, 10756.0, 10734.0, 10740.0, 10738.0, 10749.0, 10738.0, 10761.0, 10725.0, 10756.0, 10776.0, 10750.0, 10752.0, 10688.0, 10732.0, 10735.0, 10715.0, 10728.0, 10684.0, 10728.0, 10718.0, 10709.0, 10721.0, 10700.0, 10714.0, 10704.0, 10722.0, 10710.0, 10755.0, 10741.0, 10748.0, 10767.0, 10733.0, 10773.0, 10708.0, 10764.0, 10740.0, 10762.0, 10901.0, 10966.0, 10882.0, 10811.0, 10780.0, 10765.0, 10725.0, 10761.0, 10751.0, 10839.0, 10788.0, 10789.0, 10780.0, 10800.0, 10736.0, 10730.0, 10729.0, 10753.0, 10781.0, 10777.0, 10747.0, 10711.0, 10715.0, 10705.0, 10732.0, 10702.0, 10706.0, 10739.0, 10773.0, 10778.0, 10781.0, 10736.0, 10727.0, 10723.0, 10691.0, 10630.0, 10621.0, 10629.0, 10614.0, 10609.0, 10628.0, 10622.0, 10641.0, 10635.0, 10631.0, 10639.0, 10628.0, 10679.0, 10660.0, 10661.0, 10679.0, 10665.0, 10661.0, 10638.0, 10688.0, 10684.0, 10772.0, 10745.0, 10753.0, 10776.0, 10719.0, 10751.0, 10700.0, 10733.0, 10735.0, 10726.0, 10741.0, 10738.0, 10738.0, 10706.0, 10715.0, 10673.0, 10753.0, 10739.0, 10747.0, 10820.0, 10846.0, 10789.0, 10711.0, 10798.0, 10795.0, 10748.0, 10734.0, 10711.0, 10834.0, 10766.0, 10698.0, 10699.0, 10692.0, 10719.0, 10745.0, 10746.0, 10789.0, 10785.0, 10818.0, 10792.0, 10812.0, 10812.0, 10711.0, 10716.0, 10690.0, 10694.0, 10686.0, 10678.0, 10661.0, 10635.0, 10653.0, 10621.0, 10576.0, 10599.0, 10592.0, 10624.0, 10593.0, 10631.0, 10616.0, 10625.0, 10583.0, 10633.0, 10644.0, 10637.0, 10644.0, 10643.0, 10687.0, 10681.0, 10703.0, 10704.0, 10692.0, 10693.0, 10705.0, 10666.0, 10699.0, 10667.0, 10711.0, 10748.0, 10699.0, 10722.0, 10701.0, 10710.0, 10675.0, 10715.0, 10660.0, 10706.0, 10709.0, 10723.0, 10742.0, 10708.0, 10766.0, 10710.0, 10741.0, 10712.0, 10743.0, 10743.0, 10762.0, 10706.0, 10728.0, 10700.0, 10736.0, 10729.0, 10756.0, 10785.0, 10738.0, 10789.0, 10792.0, 10783.0, 10760.0, 10756.0, 10743.0, 10725.0, 10729.0, 10751.0, 10745.0, 10819.0, 10855.0, 10792.0, 10787.0, 10812.0, 10781.0, 10716.0, 10749.0, 10701.0, 10719.0, 10680.0, 10691.0, 10666.0, 10684.0, 10714.0, 10680.0, 10700.0, 10684.0, 10699.0, 10695.0, 10690.0, 10682.0, 10676.0, 10666.0, 10664.0, 10645.0, 10664.0, 10679.0, 10662.0, 10666.0, 10662.0, 10672.0, 10646.0, 10678.0, 10645.0, 10714.0, 10718.0, 10726.0, 10698.0, 10700.0, 10682.0, 10682.0, 10684.0, 10689.0, 10715.0, 10681.0, 10729.0, 10688.0, 10751.0, 10703.0, 10752.0, 10745.0, 10756.0, 10770.0, 10762.0, 10777.0, 10734.0, 10754.0, 10709.0, 10744.0, 10738.0, 10759.0, 10756.0, 10758.0, 10761.0, 10743.0, 10763.0, 10748.0, 10774.0, 10740.0, 10803.0, 10760.0, 10797.0, 10792.0, 10765.0, 10768.0, 10726.0, 10768.0, 10739.0, 10760.0, 10700.0, 10741.0, 10722.0, 10769.0, 10763.0, 10758.0, 10766.0, 10747.0, 10766.0, 10741.0, 10757.0, 10752.0, 10806.0, 10774.0, 10917.0, 10890.0, 10889.0, 10810.0, 10802.0, 10769.0, 10788.0, 10805.0, 10823.0, 10692.0, 10652.0, 10692.0, 10705.0, 10764.0, 10742.0, 10747.0, 10733.0, 10755.0, 10771.0, 10735.0, 10768.0, 10712.0, 10746.0, 10692.0, 10731.0, 10685.0, 10689.0, 10680.0, 10698.0, 10705.0, 10678.0, 10694.0, 10662.0, 10696.0, 10700.0, 10697.0, 10696.0, 10680.0, 10711.0, 10670.0, 10688.0, 10645.0, 10720.0, 10692.0, 10724.0, 10732.0, 10725.0, 10725.0, 10696.0, 10715.0, 10700.0, 10733.0, 10735.0, 10728.0, 10738.0, 10695.0, 10730.0, 10699.0, 10715.0, 10695.0, 10726.0, 10734.0, 10712.0, 10733.0, 10717.0, 10730.0, 10715.0, 10748.0, 10701.0, 10738.0, 10697.0, 10743.0, 10778.0, 10731.0, 10767.0, 10716.0, 10769.0, 10703.0, 10725.0, 10689.0, 10724.0, 10695.0, 10753.0, 10699.0, 10755.0, 10724.0, 10759.0, 10751.0, 10797.0, 10784.0, 10808.0, 10789.0, 10834.0, 10798.0, 10803.0, 10800.0, 10815.0, 10706.0, 10804.0, 10810.0, 10801.0, 10770.0, 10754.0, 10800.0, 10745.0, 10756.0, 10738.0, 10730.0, 10733.0, 10743.0, 10793.0, 10776.0, 10736.0, 10793.0, 10811.0, 10787.0, 10771.0, 10716.0, 10734.0, 10751.0, 10670.0, 10668.0, 10682.0, 10670.0, 10690.0, 10693.0, 10690.0, 10738.0, 10735.0, 10768.0, 10752.0, 10747.0, 10789.0, 10770.0, 10812.0, 10778.0, 10797.0, 10775.0, 10752.0, 10764.0, 10786.0, 10736.0, 10736.0, 10693.0, 10713.0, 10675.0, 10667.0, 10658.0, 10661.0, 10642.0, 10656.0, 10623.0, 10667.0, 10661.0, 10673.0, 10691.0, 10684.0, 10718.0, 10688.0, 10715.0, 10698.0, 10723.0, 10685.0, 10732.0, 10704.0, 10736.0, 10734.0, 10746.0, 10767.0, 10760.0, 10765.0, 10745.0, 10783.0, 10720.0, 10760.0, 10754.0, 10779.0, 10734.0, 10758.0, 10725.0, 10775.0, 10786.0, 10782.0, 10816.0, 10752.0, 10815.0, 10754.0, 10802.0, 10730.0, 10777.0, 10743.0, 10799.0, 10745.0, 10803.0, 10748.0, 10785.0, 10753.0, 10804.0, 10790.0, 10831.0, 10785.0, 10831.0, 10817.0, 10812.0, 10836.0, 10771.0, 10809.0, 10733.0, 10777.0, 10809.0, 10758.0, 10767.0, 10710.0, 10752.0, 10756.0, 10750.0, 10772.0, 10725.0, 10748.0, 10709.0, 10742.0, 10723.0, 10748.0, 10788.0, 10752.0, 10785.0, 10729.0, 10777.0, 10734.0, 10785.0, 10757.0, 10812.0, 10778.0, 10821.0, 10825.0, 10819.0, 10853.0, 10780.0, 10832.0, 10838.0, 10788.0, 10816.0, 10773.0, 10782.0, 10796.0, 10802.0, 10826.0, 10783.0, 10846.0, 10762.0, 10726.0, 10661.0, 10678.0, 10673.0, 10633.0, 10703.0, 10704.0, 10829.0, 10992.0, 10918.0, 10903.0, 10722.0, 10668.0, 10720.0, 10770.0, 10824.0, 10789.0, 10780.0, 10784.0, 10704.0, 10741.0, 10734.0, 10755.0, 10664.0, 10667.0, 10646.0, 10648.0, 10621.0, 10644.0, 10621.0, 10658.0, 10663.0, 10678.0, 10671.0, 10683.0, 10681.0, 10720.0, 10700.0, 10695.0, 10688.0, 10674.0, 10678.0, 10663.0, 10687.0, 10718.0, 10735.0, 10737.0, 10768.0, 10740.0, 10772.0, 10722.0, 10708.0, 10738.0, 10775.0, 10774.0, 10810.0, 10749.0, 10818.0, 10848.0, 10854.0, 10822.0, 10833.0, 10793.0, 10741.0, 10716.0, 10731.0, 10781.0, 10784.0, 10780.0, 10816.0, 10769.0, 10804.0, 10737.0, 10781.0, 10735.0, 10783.0, 10756.0, 10757.0, 10717.0, 10753.0, 10727.0, 10739.0, 10690.0, 10742.0, 10784.0, 10787.0, 10762.0, 10823.0, 10778.0, 10758.0, 10737.0, 10719.0, 10754.0, 10744.0, 10828.0, 10790.0, 10805.0, 10789.0, 10787.0, 10749.0, 10752.0, 10732.0, 10792.0, 10786.0, 10719.0, 10714.0, 10705.0, 10703.0, 10744.0, 10765.0, 10745.0, 10760.0, 10784.0, 10764.0, 10742.0, 10811.0, 10822.0, 10769.0, 10798.0, 10734.0, 10693.0, 10729.0, 10868.0, 10724.0, 10683.0, 10662.0, 10667.0, 10649.0, 10686.0, 10668.0, 10703.0, 10711.0, 10685.0, 10680.0, 10692.0, 10693.0, 10690.0, 10694.0, 10723.0, 10728.0, 10744.0, 10731.0, 10691.0, 10775.0, 10736.0, 10777.0, 10683.0, 10765.0, 10732.0, 10726.0, 10734.0, 10740.0, 10768.0, 10773.0, 10739.0, 10753.0, 10763.0, 10757.0, 10717.0, 10732.0, 10713.0, 10750.0, 10707.0, 10745.0, 10716.0, 10786.0, 10769.0, 10785.0, 10790.0, 10823.0, 10788.0, 10821.0, 10815.0, 10903.0, 10879.0, 10751.0, 10719.0, 10716.0, 10705.0, 10716.0, 10698.0, 10730.0, 10717.0, 10750.0, 10703.0, 10732.0, 10689.0, 10748.0, 10743.0, 10750.0, 10766.0, 10727.0, 10753.0, 10691.0, 10724.0, 10703.0, 10724.0, 10757.0, 10761.0, 10793.0, 10780.0, 10787.0, 10766.0, 10727.0, 10717.0, 10674.0, 10756.0, 10774.0, 10804.0, 10827.0, 10805.0, 10822.0, 10759.0, 10793.0, 10738.0, 10761.0, 10713.0, 10747.0, 10709.0, 10751.0, 10761.0, 10755.0, 10775.0, 10753.0, 10775.0, 10733.0, 10757.0, 10716.0, 10723.0, 10738.0, 10712.0, 10753.0, 10722.0, 10794.0, 10766.0, 10815.0, 10772.0, 10829.0, 10725.0, 10699.0, 10631.0, 10706.0, 10738.0, 10796.0, 10775.0, 10778.0, 10767.0, 10735.0, 10768.0, 10781.0, 10727.0, 10738.0, 10694.0, 10730.0, 10688.0, 10735.0, 10723.0, 10720.0, 10743.0, 10706.0, 10726.0, 10677.0, 10727.0, 10684.0, 10729.0, 10689.0, 10738.0, 10744.0, 10713.0, 10749.0, 10702.0, 10757.0, 10731.0, 10725.0, 10751.0, 10680.0, 10736.0, 10711.0, 10717.0, 10715.0, 10681.0, 10732.0, 10683.0, 10743.0, 10708.0, 10774.0, 10704.0, 10778.0, 10734.0, 10785.0, 10732.0, 10791.0, 10753.0, 10759.0, 10795.0, 10734.0, 10779.0, 10730.0, 10773.0, 10729.0, 10777.0, 10749.0, 10755.0, 10787.0, 10760.0, 10761.0, 10726.0, 10698.0, 10771.0, 10749.0, 10812.0, 10767.0, 10822.0, 10836.0, 10892.0, 10845.0, 10793.0, 10826.0, 10788.0, 10814.0, 10720.0, 10801.0, 10753.0, 10758.0, 10774.0, 10729.0, 10766.0, 10708.0, 10736.0, 10699.0, 10776.0, 10747.0, 10740.0, 10725.0, 10746.0, 10685.0, 10699.0, 10680.0, 10738.0, 10723.0, 10714.0, 10780.0, 10734.0, 10782.0, 10759.0, 10792.0, 10811.0, 10772.0, 10790.0, 10735.0, 10760.0, 10744.0, 10721.0, 10730.0, 10691.0, 10696.0, 10671.0, 10716.0, 10700.0, 10716.0, 10742.0, 10708.0, 10723.0, 10692.0, 10732.0, 10697.0, 10742.0, 10699.0, 10760.0, 10754.0, 10792.0, 10784.0, 10775.0, 10798.0, 10790.0, 10822.0, 10772.0, 10798.0, 10746.0, 10781.0, 10771.0, 10795.0, 10798.0, 10772.0, 10784.0, 10759.0, 10764.0, 10722.0, 10748.0, 10706.0, 10749.0, 10723.0, 10759.0, 10754.0, 10732.0, 10766.0, 10727.0, 10760.0, 10707.0, 10746.0, 10708.0, 10755.0, 10751.0, 10744.0, 10756.0, 10728.0, 10764.0, 10707.0, 10756.0, 10721.0, 10762.0, 10761.0, 10767.0, 10785.0, 10750.0, 10788.0, 10710.0, 10766.0, 10760.0, 10771.0, 10787.0, 10737.0, 10773.0, 10729.0, 10759.0, 10733.0, 10804.0, 10801.0, 10782.0, 10864.0, 10889.0, 10896.0, 10820.0, 10814.0, 10775.0, 10711.0, 10770.0, 10764.0, 10801.0, 10845.0, 10871.0, 10810.0, 10770.0, 10783.0, 10768.0, 10848.0, 10825.0, 10835.0, 10732.0, 10747.0, 10745.0, 10756.0, 10796.0, 10918.0, 10968.0, 10957.0, 10833.0, 10807.0, 10752.0, 10709.0, 10696.0, 10687.0, 10696.0, 10693.0, 10669.0, 10770.0, 10713.0, 10744.0, 10661.0, 10686.0, 10689.0, 10708.0, 10725.0, 10668.0, 10676.0, 10695.0, 10642.0, 10650.0, 10635.0, 10633.0, 10629.0, 10648.0, 10609.0, 10676.0, 10640.0, 10671.0, 10668.0, 10692.0, 10672.0, 10701.0, 10669.0, 10702.0, 10680.0, 10681.0, 10730.0, 10707.0, 10733.0, 10729.0, 10738.0, 10725.0, 10708.0, 10752.0, 10775.0, 10754.0, 10672.0, 10716.0, 10743.0, 10775.0, 10782.0, 10774.0, 10806.0, 10816.0, 10742.0, 10825.0, 10775.0, 10822.0, 10800.0, 10782.0, 10738.0, 10767.0, 10758.0, 10795.0, 10778.0, 10797.0, 10761.0, 10769.0, 10750.0, 10820.0, 10706.0, 10630.0, 10609.0, 10648.0, 10655.0, 10651.0, 10659.0, 10655.0, 10704.0, 10756.0, 10678.0, 10660.0, 10715.0, 10721.0, 10763.0, 10780.0, 10769.0, 10820.0, 10828.0, 10841.0, 10792.0, 10743.0, 10692.0, 10648.0, 10610.0, 10670.0, 10690.0, 10668.0, 10718.0, 10670.0, 10682.0, 10703.0, 10770.0, 10684.0, 10662.0, 10666.0, 10669.0, 10707.0, 10707.0, 10716.0, 10711.0, 10672.0, 10723.0, 10682.0, 10693.0, 10698.0, 10668.0, 10718.0, 10683.0, 10791.0, 10737.0, 10754.0, 10699.0, 10739.0, 10728.0, 10723.0, 10731.0, 10768.0, 10796.0, 10746.0, 10807.0, 10783.0, 10656.0, 10705.0, 10711.0, 10805.0, 10800.0, 10787.0, 10762.0, 10755.0, 10723.0, 10677.0, 10739.0, 10720.0, 10804.0, 10767.0, 10747.0, 10804.0, 10732.0, 10764.0, 10777.0, 10807.0, 10676.0, 10679.0, 10710.0, 10673.0, 10686.0, 10620.0, 10671.0, 10719.0, 10707.0, 10722.0, 10693.0, 10727.0, 10748.0, 10667.0, 10737.0, 10728.0, 10712.0, 10745.0, 10680.0, 10719.0, 10680.0, 10693.0, 10712.0, 10635.0, 10671.0, 10637.0, 10677.0, 10812.0, 10746.0, 10648.0, 10685.0, 10647.0, 10713.0, 10693.0, 10643.0, 10710.0, 10792.0, 10778.0, 10771.0, 10773.0, 10722.0, 10775.0, 10748.0, 10782.0, 10792.0, 10735.0, 10794.0, 10737.0, 10790.0, 10747.0, 10757.0, 10723.0, 10745.0, 10690.0, 10729.0, 10699.0, 10908.0, 10843.0, 10822.0, 10741.0, 10778.0, 10716.0, 10763.0, 10722.0, 10791.0, 10737.0, 10757.0, 10769.0, 10764.0, 10752.0, 10759.0, 10769.0, 10799.0, 10757.0, 10785.0, 10732.0, 10768.0, 10714.0, 10745.0, 10706.0, 10720.0, 10672.0, 10724.0, 10722.0, 10696.0, 10704.0, 10797.0, 10772.0, 10753.0, 10708.0, 10740.0, 10706.0, 10764.0, 10794.0, 10817.0, 10764.0, 10783.0, 10735.0, 10766.0, 10733.0, 10725.0, 10708.0, 10763.0, 10745.0, 10766.0, 10758.0, 10734.0, 10764.0, 10710.0, 10737.0, 10687.0, 10749.0, 10705.0, 10745.0, 10701.0, 10769.0, 10744.0, 10710.0, 10729.0, 10707.0, 10732.0, 10696.0, 10734.0, 10723.0, 10760.0, 10738.0, 10775.0, 10711.0, 10754.0, 10702.0, 10735.0, 10752.0, 10695.0, 10739.0, 10697.0, 10729.0, 10682.0, 10725.0, 10743.0, 10693.0, 10720.0, 10687.0, 10700.0, 10710.0, 10724.0, 10688.0, 10711.0, 10732.0, 10708.0, 10719.0, 10695.0, 10720.0, 10684.0, 10729.0, 10708.0, 10731.0, 10734.0, 10741.0, 10751.0, 10698.0, 10725.0, 10710.0, 10728.0, 10698.0, 10742.0, 10712.0, 10730.0, 10738.0, 10721.0, 10717.0, 10723.0, 10796.0, 10878.0, 10786.0, 10697.0, 10743.0, 10719.0, 10745.0, 10711.0, 10786.0, 10716.0, 10757.0, 10770.0, 10742.0, 10775.0, 10723.0, 10748.0, 10701.0, 10747.0, 10714.0, 10765.0, 10743.0, 10751.0, 10771.0, 10717.0, 10751.0, 10716.0, 10756.0, 10717.0, 10741.0, 10717.0, 10742.0, 10701.0, 10758.0, 10747.0, 10762.0, 10717.0, 10761.0, 10704.0, 10762.0, 10771.0, 10751.0, 10773.0, 10735.0, 10759.0, 10722.0, 10747.0, 10719.0, 10762.0, 10715.0, 10747.0, 10724.0, 10740.0, 10771.0, 10735.0, 10755.0, 10714.0, 10750.0, 10713.0, 10742.0, 10699.0, 10758.0, 10705.0, 10761.0, 10727.0, 10750.0, 10750.0, 10718.0, 10744.0, 10719.0, 10759.0, 10721.0, 10756.0, 10704.0, 10761.0, 10715.0, 10765.0, 10746.0, 10768.0, 10759.0, 10736.0, 10760.0, 10721.0, 10763.0, 10728.0, 10742.0, 10762.0, 10713.0, 10737.0, 10718.0, 10760.0, 10726.0, 10753.0, 10714.0, 10758.0, 10693.0, 10778.0, 10756.0, 10768.0, 10778.0, 10732.0, 10758.0, 10721.0, 10775.0, 10734.0, 10765.0, 10743.0, 10762.0, 10765.0, 10736.0, 10761.0, 10707.0, 10760.0, 10714.0, 10759.0, 10752.0, 10746.0, 10776.0, 10723.0, 10757.0, 10712.0, 10762.0, 10713.0, 10778.0, 10732.0, 10783.0, 10745.0, 10784.0, 10728.0, 10771.0, 10778.0, 10770.0, 10792.0, 10738.0, 10777.0, 10721.0, 10760.0, 10732.0, 10765.0, 10740.0, 10749.0, 10696.0, 10739.0, 10706.0, 10740.0, 10722.0, 10739.0, 10751.0, 10734.0, 10768.0, 10733.0, 10760.0, 10738.0, 10764.0, 10712.0, 10778.0, 10722.0, 10778.0, 10725.0, 10780.0, 10761.0, 10769.0, 10776.0, 10755.0, 10763.0, 10728.0, 10777.0, 10732.0, 10763.0, 10723.0, 10745.0, 10751.0, 10726.0, 10741.0, 10700.0, 10732.0, 10686.0, 10750.0, 10711.0, 10760.0, 10728.0, 10746.0, 10767.0, 10720.0, 10742.0, 10710.0, 10758.0, 10726.0, 10745.0, 10688.0, 10748.0, 10713.0, 10751.0, 10763.0, 10770.0, 10778.0, 10803.0, 10761.0, 10864.0, 10743.0, 10793.0, 10753.0, 10749.0, 10750.0, 10775.0, 10749.0, 10760.0, 10764.0, 10806.0, 10784.0, 10766.0, 10888.0, 10797.0, 10778.0, 10810.0, 10824.0, 10815.0, 10785.0, 10765.0, 10752.0, 10701.0, 10751.0, 10729.0, 10836.0, 10742.0, 10800.0, 10807.0, 10795.0, 10803.0, 10773.0, 10768.0, 10784.0, 10748.0, 10737.0, 10754.0, 10718.0, 10742.0, 10691.0, 10687.0, 10660.0, 10676.0, 10649.0, 10642.0, 10642.0, 10644.0, 10662.0, 10637.0, 10683.0, 10645.0, 10694.0, 10698.0, 10687.0, 10718.0, 10672.0, 10699.0, 10747.0, 10791.0, 10758.0, 10706.0, 10797.0, 10815.0, 10751.0, 10698.0, 10705.0, 10818.0, 10798.0, 10792.0, 10819.0, 10798.0, 10720.0, 10780.0, 10786.0, 10750.0, 10768.0, 10747.0, 10811.0, 10798.0, 10828.0, 10794.0, 10810.0, 10799.0, 10764.0, 10637.0, 10640.0, 10652.0, 10637.0, 10642.0, 10677.0, 10690.0, 10704.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.0030461410118406886</td></tr>
<tr><td colspan=3>aqi</td><td>0.07839502561894511</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.969497567749116</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.188652642902532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.966930231653203</td></tr>
<tr><td colspan=3>efc</td><td>0.5019</td></tr>
<tr><td colspan=3>fber</td><td>5538.5444</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20721755632861888</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>592</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.86221743810549</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.480855089367004</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.326306399081988</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.759255206941502</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357003662077521</td></tr>
<tr><td colspan=3>gcor</td><td>0.0197443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006163100712001324</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046495214104652405</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.180783363612769</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>16.9045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.7341</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1104.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.7854</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.9091</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4108.955</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.9876</td></tr>
<tr><td colspan=3>tsnr</td><td>25.22918809368275</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>