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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-02/func/sub-0053_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>683707ae34a7615f546e253616784650</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:01:17.467500</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.995513, -0.00191195, -0.0946104, -0.00399621, 0.998055, -0.0622184]</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.0855109</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>[4132, -7721, -7264, 552, -63, -37, -99, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f24c636a-a1d4-430d-b35f-9dcd8f1f2e2a||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.6708874702453613, -0.010721537284553051, -0.25527238845825195, 115.69024658203125], [0.005129625089466572, 2.6777074337005615, -0.16825661063194275, -85.06424713134766], [-0.2538328468799591, 0.16692738234996796, 2.682634115219116, -66.99829864501953], [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': ['120117.467500', '120117.927500', '120118.387500', '120118.847500', '120119.307500', '120119.767500', '120120.227500', '120120.687500', '120121.147500', '120121.607500', '120122.067500', '120122.527500', '120122.987500', '120123.447500', '120123.907500', '120124.367500', '120124.827500', '120125.287500', '120125.747500', '120126.207500', '120126.667500', '120127.127500', '120127.587500', '120128.047500', '120128.507500', '120128.967500', '120129.427500', '120129.887500', '120130.347500', '120130.807500', '120131.267500', '120131.727500', '120132.187500', '120132.647500', '120133.107500', '120133.567500', '120134.027500', '120134.487500', '120134.947500', '120135.407500', '120135.867500', '120136.327500', '120136.787500', '120137.247500', '120137.707500', '120138.167500', '120138.627500', '120139.087500', '120139.547500', '120140.007500', '120140.467500', '120140.927500', '120141.387500', '120141.847500', '120142.307500', '120142.767500', '120143.227500', '120143.687500', '120144.147500', '120144.607500', '120145.067500', '120145.527500', '120145.987500', '120146.447500', '120146.907500', '120147.367500', '120147.827500', '120148.287500', '120148.747500', '120149.207500', '120149.667500', '120150.127500', '120150.587500', '120151.047500', '120151.507500', '120151.967500', '120152.427500', '120152.887500', '120153.347500', '120153.807500', '120154.267500', '120154.727500', '120155.187500', '120155.647500', '120156.107500', '120156.567500', '120157.027500', '120157.487500', '120157.947500', '120158.407500', '120158.867500', '120159.327500', '120159.787500', '120200.247500', '120200.707500', '120201.167500', '120201.627500', '120202.087500', '120202.547500', '120203.007500', '120203.467500', '120203.927500', '120204.387500', '120204.847500', '120205.307500', '120205.767500', '120206.227500', '120206.687500', '120207.147500', '120207.607500', '120208.067500', '120208.527500', '120208.987500', '120209.447500', '120209.907500', '120210.367500', '120210.827500', '120211.287500', '120211.747500', '120212.207500', '120212.667500', '120213.127500', '120213.587500', '120214.047500', '120214.507500', '120214.967500', '120215.427500', '120215.887500', '120216.347500', '120216.807500', '120217.267500', '120217.727500', '120218.187500', '120218.647500', '120219.107500', '120219.567500', '120220.027500', '120220.487500', '120220.947500', '120221.407500', '120221.867500', '120222.327500', '120222.787500', '120223.247500', '120223.707500', '120224.167500', '120224.627500', '120225.087500', '120225.547500', '120226.007500', '120226.467500', '120226.927500', '120227.387500', '120227.847500', '120228.307500', '120228.767500', '120229.227500', '120229.687500', '120230.147500', '120230.607500', '120231.067500', '120231.527500', '120231.987500', '120232.447500', '120232.907500', '120233.367500', '120233.827500', '120234.287500', '120234.747500', '120235.207500', '120235.667500', '120236.127500', '120236.587500', '120237.047500', '120237.507500', '120237.967500', '120238.427500', '120238.887500', '120239.347500', '120239.807500', '120240.267500', '120240.727500', '120241.187500', '120241.647500', '120242.107500', '120242.567500', '120243.027500', '120243.487500', '120243.947500', '120244.407500', '120244.867500', '120245.327500', '120245.787500', '120246.247500', '120246.707500', '120247.167500', '120247.627500', '120248.087500', '120248.547500', '120249.007500', '120249.467500', '120249.927500', '120250.387500', '120250.847500', '120251.307500', '120251.767500', '120252.227500', '120252.687500', '120253.147500', '120253.607500', '120254.067500', '120254.527500', '120254.987500', '120255.447500', '120255.907500', '120256.367500', '120256.827500', '120257.287500', '120257.747500', '120258.207500', '120258.667500', '120259.127500', '120259.587500', '120300.047500', '120300.507500', '120300.967500', '120301.427500', '120301.887500', '120302.347500', '120302.807500', '120303.267500', '120303.727500', '120304.187500', '120304.647500', '120305.107500', '120305.567500', '120306.027500', '120306.487500', '120306.947500', '120307.407500', '120307.867500', '120308.327500', '120308.787500', '120309.247500', '120309.707500', '120310.167500', '120310.627500', '120311.087500', '120311.547500', '120312.007500', '120312.467500', '120312.927500', '120313.387500', '120313.847500', '120314.307500', '120314.767500', '120315.227500', '120315.687500', '120316.147500', '120316.607500', '120317.067500', '120317.527500', '120317.987500', '120318.447500', '120318.907500', '120319.367500', '120319.827500', '120320.287500', '120320.747500', '120321.207500', '120321.667500', '120322.127500', '120322.587500', '120323.047500', '120323.507500', '120323.967500', '120324.427500', '120324.887500', '120325.347500', '120325.807500', '120326.267500', '120326.727500', '120327.187500', '120327.647500', '120328.107500', '120328.567500', '120329.027500', '120329.487500', '120329.947500', '120330.407500', '120330.867500', '120331.327500', '120331.787500', '120332.247500', '120332.707500', '120333.167500', '120333.627500', '120334.087500', '120334.547500', '120335.007500', '120335.467500', '120335.927500', '120336.387500', '120336.847500', '120337.307500', '120337.767500', '120338.227500', '120338.687500', '120339.147500', '120339.607500', '120340.067500', '120340.527500', '120340.987500', '120341.447500', '120341.907500', '120342.367500', '120342.827500', '120343.287500', '120343.747500', '120344.207500', '120344.667500', '120345.127500', '120345.587500', '120346.047500', '120346.507500', '120346.967500', '120347.427500', '120347.887500', '120348.347500', '120348.807500', '120349.267500', '120349.727500', '120350.187500', '120350.647500', '120351.107500', '120351.567500', '120352.027500', '120352.487500', '120352.947500', '120353.407500', '120353.867500', '120354.327500', '120354.787500', '120355.247500', '120355.707500', '120356.167500', '120356.627500', '120357.087500', '120357.547500', '120358.007500', '120358.467500', '120358.927500', '120359.387500', '120359.847500', '120400.307500', '120400.767500', '120401.227500', '120401.687500', '120402.147500', '120402.607500', '120403.067500', '120403.527500', '120403.987500', '120404.447500', '120404.907500', '120405.367500', '120405.827500', '120406.287500', '120406.747500', '120407.207500', '120407.667500', '120408.127500', '120408.587500', '120409.047500', '120409.507500', '120409.967500', '120410.427500', '120410.887500', '120411.347500', '120411.807500', '120412.267500', '120412.727500', '120413.187500', '120413.647500', '120414.107500', '120414.567500', '120415.027500', '120415.487500', '120415.947500', '120416.407500', '120416.867500', '120417.327500', '120417.787500', '120418.247500', '120418.707500', '120419.167500', '120419.627500', '120420.087500', '120420.547500', '120421.007500', '120421.467500', '120421.927500', '120422.387500', '120422.847500', '120423.307500', '120423.767500', '120424.227500', '120424.687500', '120425.147500', '120425.607500', '120426.067500', '120426.527500', '120426.987500', '120427.447500', '120427.907500', '120428.367500', '120428.827500', '120429.287500', '120429.747500', '120430.207500', '120430.667500', '120431.127500', '120431.587500', '120432.047500', '120432.507500', '120432.967500', '120433.427500', '120433.887500', '120434.347500', '120434.807500', '120435.267500', '120435.727500', '120436.187500', '120436.647500', '120437.107500', '120437.567500', '120438.027500', '120438.487500', '120438.947500', '120439.407500', '120439.867500', '120440.327500', '120440.787500', '120441.247500', '120441.707500', '120442.167500', '120442.627500', '120443.087500', '120443.547500', '120444.007500', '120444.467500', '120444.927500', '120445.387500', '120445.847500', '120446.307500', '120446.767500', '120447.227500', '120447.687500', '120448.147500', '120448.607500', '120449.067500', '120449.527500', '120449.987500', '120450.447500', '120450.907500', '120451.367500', '120451.827500', '120452.287500', '120452.747500', '120453.207500', '120453.667500', '120454.127500', '120454.587500', '120455.047500', '120455.507500', '120455.967500', '120456.427500', '120456.887500', '120457.347500', '120457.807500', '120458.267500', '120458.727500', '120459.187500', '120459.647500', '120500.107500', '120500.567500', '120501.027500', '120501.487500', '120501.947500', '120502.407500', '120502.867500', '120503.327500', '120503.787500', '120504.247500', '120504.707500', '120505.167500', '120505.627500', '120506.087500', '120506.547500', '120507.007500', '120507.467500', '120507.927500', '120508.387500', '120508.847500', '120509.307500', '120509.767500', '120510.227500', '120510.687500', '120511.147500', '120511.607500', '120512.067500', '120512.527500', '120512.987500', '120513.447500', '120513.907500', '120514.367500', '120514.827500', '120515.287500', '120515.747500', '120516.207500', '120516.667500', '120517.127500', '120517.587500', '120518.047500', '120518.507500', '120518.967500', '120519.427500', '120519.887500', '120520.347500', '120520.807500', '120521.267500', '120521.727500', '120522.187500', '120522.647500', '120523.107500', '120523.567500', '120524.027500', '120524.487500', '120524.947500', '120525.407500', '120525.867500', '120526.327500', '120526.787500', '120527.247500', '120527.707500', '120528.167500', '120528.627500', '120529.087500', '120529.547500', '120530.007500', '120530.467500', '120530.927500', '120531.387500', '120531.847500', '120532.307500', '120532.767500', '120533.227500', '120533.687500', '120534.147500', '120534.607500', '120535.067500', '120535.527500', '120535.987500', '120536.447500', '120536.907500', '120537.367500', '120537.827500', '120538.287500', '120538.747500', '120539.207500', '120539.667500', '120540.127500', '120540.587500', '120541.047500', '120541.507500', '120541.967500', '120542.427500', '120542.887500', '120543.347500', '120543.807500', '120544.267500', '120544.727500', '120545.187500', '120545.647500', '120546.107500', '120546.567500', '120547.027500', '120547.487500', '120547.947500', '120548.407500', '120548.867500', '120549.327500', '120549.787500', '120550.247500', '120550.707500', '120551.167500', '120551.627500', '120552.087500', '120552.547500', '120553.007500', '120553.467500', '120553.927500', '120554.387500', '120554.847500', '120555.307500', '120555.767500', '120556.227500', '120556.687500', '120557.147500', '120557.607500', '120558.067500', '120558.527500', '120558.987500', '120559.447500', '120559.907500', '120600.367500', '120600.827500', '120601.287500', '120601.747500', '120602.207500', '120602.667500', '120603.127500', '120603.587500', '120604.047500', '120604.507500', '120604.967500', '120605.427500', '120605.887500', '120606.347500', '120606.807500', '120607.267500', '120607.727500', '120608.187500', '120608.647500', '120609.107500', '120609.567500', '120610.027500', '120610.487500', '120610.947500', '120611.407500', '120611.867500', '120612.327500', '120612.787500', '120613.247500', '120613.707500', '120614.167500', '120614.627500', '120615.087500', '120615.547500', '120616.007500', '120616.467500', '120616.927500', '120617.387500', '120617.847500', '120618.307500', '120618.767500', '120619.227500', '120619.687500', '120620.147500', '120620.607500', '120621.067500', '120621.527500', '120621.987500', '120622.447500', '120622.907500', '120623.367500', '120623.827500', '120624.287500', '120624.747500', '120625.207500', '120625.667500', '120626.127500', '120626.587500', '120627.047500', '120627.507500', '120627.967500', '120628.427500', '120628.887500', '120629.347500', '120629.807500', '120630.267500', '120630.727500', '120631.187500', '120631.647500', '120632.107500', '120632.567500', '120633.027500', '120633.487500', '120633.947500', '120634.407500', '120634.867500', '120635.327500', '120635.787500', '120636.247500', '120636.707500', '120637.167500', '120637.627500', '120638.087500', '120638.547500', '120639.007500', '120639.467500', '120639.927500', '120640.387500', '120640.847500', '120641.307500', '120641.767500', '120642.227500', '120642.687500', '120643.147500', '120643.607500', '120644.067500', '120644.527500', '120644.987500', '120645.447500', '120645.907500', '120646.367500', '120646.827500', '120647.287500', '120647.747500', '120648.207500', '120648.667500', '120649.127500', '120649.587500', '120650.047500', '120650.507500', '120650.967500', '120651.427500', '120651.887500', '120652.347500', '120652.807500', '120653.267500', '120653.727500', '120654.187500', '120654.647500', '120655.107500', '120655.567500', '120656.027500', '120656.487500', '120656.947500', '120657.407500', '120657.867500', '120658.327500', '120658.787500', '120659.247500', '120659.707500', '120700.167500', '120700.627500', '120701.087500', '120701.547500', '120702.007500', '120702.467500', '120702.927500', '120703.387500', '120703.847500', '120704.307500', '120704.767500', '120705.227500', '120705.687500', '120706.147500', '120706.607500', '120707.067500', '120707.527500', '120707.987500', '120708.447500', '120708.907500', '120709.367500', '120709.827500', '120710.287500', '120710.747500', '120711.207500', '120711.667500', '120712.127500', '120712.587500', '120713.047500', '120713.507500', '120713.967500', '120714.427500', '120714.887500', '120715.347500', '120715.807500', '120716.267500', '120716.727500', '120717.187500', '120717.647500', '120718.107500', '120718.567500', '120719.027500', '120719.487500', '120719.947500', '120720.407500', '120720.867500', '120721.327500', '120721.787500', '120722.247500', '120722.707500', '120723.167500', '120723.627500', '120724.087500', '120724.547500', '120725.007500', '120725.467500', '120725.927500', '120726.387500', '120726.847500', '120727.307500', '120727.767500', '120728.227500', '120728.687500', '120729.147500', '120729.607500', '120730.067500', '120730.527500', '120730.987500', '120731.447500', '120731.907500', '120732.367500', '120732.827500', '120733.287500', '120733.747500', '120734.207500', '120734.667500', '120735.127500', '120735.587500', '120736.047500', '120736.507500', '120736.967500', '120737.427500', '120737.887500', '120738.347500', '120738.807500', '120739.267500', '120739.727500', '120740.187500', '120740.647500', '120741.107500', '120741.567500', '120742.027500', '120742.487500', '120742.947500', '120743.407500', '120743.867500', '120744.327500', '120744.787500', '120745.247500', '120745.707500', '120746.167500', '120746.627500', '120747.087500', '120747.547500', '120748.007500', '120748.467500', '120748.927500', '120749.387500', '120749.847500', '120750.307500', '120750.767500', '120751.227500', '120751.687500', '120752.147500', '120752.607500', '120753.067500', '120753.527500', '120753.987500', '120754.447500', '120754.907500', '120755.367500', '120755.827500', '120756.287500', '120756.747500', '120757.207500', '120757.667500', '120758.127500', '120758.587500', '120759.047500', '120759.507500', '120759.967500', '120800.427500', '120800.887500', '120801.347500', '120801.807500', '120802.267500', '120802.727500', '120803.187500', '120803.647500', '120804.107500', '120804.567500', '120805.027500', '120805.487500', '120805.947500', '120806.407500', '120806.867500', '120807.327500', '120807.787500', '120808.247500', '120808.707500', '120809.167500', '120809.627500', '120810.087500', '120810.547500', '120811.007500', '120811.467500', '120811.927500', '120812.387500', '120812.847500', '120813.307500', '120813.767500', '120814.227500', '120814.687500', '120815.147500', '120815.607500', '120816.067500', '120816.527500', '120816.987500', '120817.447500', '120817.907500', '120818.367500', '120818.827500', '120819.287500', '120819.747500', '120820.207500', '120820.667500', '120821.127500', '120821.587500', '120822.047500', '120822.507500', '120822.967500', '120823.427500', '120823.887500', '120824.347500', '120824.807500', '120825.267500', '120825.727500', '120826.187500', '120826.647500', '120827.107500', '120827.567500', '120828.027500', '120828.487500', '120828.947500', '120829.407500', '120829.867500', '120830.327500', '120830.787500', '120831.247500', '120831.707500', '120832.167500', '120832.627500', '120833.087500', '120833.547500', '120834.007500', '120834.467500', '120834.927500', '120835.387500', '120835.847500', '120836.307500', '120836.767500', '120837.227500', '120837.687500', '120838.147500', '120838.607500', '120839.067500', '120839.527500', '120839.987500', '120840.447500', '120840.907500', '120841.367500', '120841.827500', '120842.287500', '120842.747500', '120843.207500', '120843.667500', '120844.127500', '120844.587500', '120845.047500', '120845.507500', '120845.967500', '120846.427500', '120846.887500', '120847.347500', '120847.807500', '120848.267500', '120848.727500', '120849.187500', '120849.647500', '120850.107500', '120850.567500', '120851.027500', '120851.487500', '120851.947500', '120852.407500', '120852.867500', '120853.327500', '120853.787500', '120854.247500', '120854.707500', '120855.167500', '120855.627500', '120856.087500', '120856.547500', '120857.007500', '120857.467500', '120857.927500', '120858.387500', '120858.847500', '120859.307500', '120859.767500', '120900.227500', '120900.687500', '120901.147500', '120901.607500', '120902.067500', '120902.527500', '120902.987500', '120903.447500', '120903.907500', '120904.367500', '120904.827500', '120905.287500', '120905.747500', '120906.207500', '120906.667500', '120907.127500', '120907.587500', '120908.047500', '120908.507500', '120908.967500', '120909.427500', '120909.887500', '120910.347500', '120910.807500', '120911.267500', '120911.727500', '120912.187500', '120912.647500', '120913.107500', '120913.567500', '120914.027500', '120914.487500', '120914.947500', '120915.407500', '120915.867500', '120916.327500', '120916.787500', '120917.247500', '120917.707500', '120918.167500', '120918.627500', '120919.087500', '120919.547500', '120920.007500', '120920.467500', '120920.927500', '120921.387500', '120921.847500', '120922.307500', '120922.767500', '120923.227500', '120923.687500', '120924.147500', '120924.607500', '120925.067500', '120925.527500', '120925.987500', '120926.447500', '120926.907500', '120927.367500', '120927.827500', '120928.287500', '120928.747500', '120929.207500', '120929.667500', '120930.127500', '120930.587500', '120931.047500', '120931.507500', '120931.967500', '120932.427500', '120932.887500', '120933.347500', '120933.807500', '120934.267500', '120934.727500', '120935.187500', '120935.647500', '120936.107500', '120936.567500', '120937.027500', '120937.487500', '120937.947500', '120938.407500', '120938.867500', '120939.327500', '120939.787500', '120940.247500', '120940.707500', '120941.167500', '120941.627500', '120942.087500', '120942.547500', '120943.007500', '120943.467500', '120943.927500', '120944.387500', '120944.847500', '120945.307500', '120945.767500', '120946.227500', '120946.687500', '120947.147500', '120947.607500', '120948.067500', '120948.527500', '120948.987500', '120949.447500', '120949.907500', '120950.367500', '120950.827500', '120951.287500', '120951.747500', '120952.207500', '120952.667500', '120953.127500', '120953.587500', '120954.047500', '120954.507500', '120954.967500', '120955.427500', '120955.887500', '120956.347500', '120956.807500', '120957.267500', '120957.727500', '120958.187500', '120958.647500', '120959.107500', '120959.567500', '121000.027500', '121000.487500', '121000.947500', '121001.407500', '121001.867500', '121002.327500', '121002.787500', '121003.247500', '121003.707500', '121004.167500', '121004.627500', '121005.087500', '121005.547500', '121006.007500', '121006.467500', '121006.927500', '121007.387500', '121007.847500', '121008.307500', '121008.767500', '121009.227500', '121009.687500', '121010.147500', '121010.607500', '121011.067500', '121011.527500', '121011.987500', '121012.447500', '121012.907500', '121013.367500', '121013.827500', '121014.287500', '121014.747500', '121015.207500', '121015.667500', '121016.127500', '121016.587500', '121017.047500', '121017.507500', '121017.967500', '121018.427500', '121018.887500', '121019.347500', '121019.807500', '121020.267500', '121020.727500', '121021.187500', '121021.647500', '121022.107500', '121022.567500', '121023.027500', '121023.487500', '121023.947500', '121024.407500', '121024.867500', '121025.327500', '121025.787500', '121026.247500', '121026.707500', '121027.167500', '121027.627500', '121028.087500', '121028.547500', '121029.007500', '121029.467500', '121029.927500', '121030.387500', '121030.847500', '121031.307500', '121031.767500', '121032.227500', '121032.687500', '121033.147500', '121033.607500', '121034.067500', '121034.527500', '121034.987500', '121035.447500', '121035.907500', '121036.367500', '121036.827500', '121037.287500', '121037.747500', '121038.207500', '121038.667500', '121039.127500', '121039.587500', '121040.047500', '121040.507500', '121040.967500', '121041.427500', '121041.887500', '121042.347500', '121042.807500', '121043.267500', '121043.727500', '121044.187500', '121044.647500', '121045.107500', '121045.567500', '121046.027500', '121046.487500', '121046.947500', '121047.407500', '121047.867500', '121048.327500', '121048.787500', '121049.247500', '121049.707500', '121050.167500', '121050.627500', '121051.087500', '121051.547500', '121052.007500', '121052.467500', '121052.927500', '121053.387500', '121053.847500', '121054.307500', '121054.767500', '121055.227500', '121055.687500', '121056.147500', '121056.607500', '121057.067500', '121057.527500', '121057.987500', '121058.447500', '121058.907500', '121059.367500', '121059.827500', '121100.287500', '121100.747500', '121101.207500', '121101.667500', '121102.127500', '121102.587500', '121103.047500', '121103.507500', '121103.967500', '121104.427500', '121104.887500', '121105.347500', '121105.807500', '121106.267500', '121106.727500', '121107.187500', '121107.647500', '121108.107500', '121108.567500', '121109.027500', '121109.487500', '121109.947500', '121110.407500', '121110.867500', '121111.327500', '121111.787500', '121112.247500', '121112.707500', '121113.167500', '121113.627500', '121114.087500', '121114.547500', '121115.007500', '121115.467500', '121115.927500', '121116.387500', '121116.847500', '121117.307500', '121117.767500', '121118.227500', '121118.687500', '121119.147500', '121119.607500', '121120.067500', '121120.527500', '121120.987500', '121121.447500', '121121.907500', '121122.367500', '121122.827500', '121123.287500', '121123.747500', '121124.207500', '121124.667500', '121125.127500', '121125.587500', '121126.047500', '121126.507500', '121126.967500', '121127.427500', '121127.887500', '121128.347500', '121128.807500', '121129.267500', '121129.727500', '121130.187500', '121130.647500', '121131.107500', '121131.567500', '121132.027500', '121132.487500', '121132.947500', '121133.407500', '121133.867500', '121134.327500', '121134.787500', '121135.247500', '121135.707500', '121136.167500', '121136.627500', '121137.087500', '121137.547500', '121138.007500', '121138.467500', '121138.927500', '121139.387500', '121139.847500', '121140.307500', '121140.767500', '121141.227500', '121141.687500', '121142.147500', '121142.607500', '121143.067500', '121143.527500', '121143.987500', '121144.447500', '121144.907500', '121145.367500', '121145.827500', '121146.287500', '121146.747500', '121147.207500', '121147.667500', '121148.127500', '121148.587500', '121149.047500', '121149.507500', '121149.967500', '121150.427500', '121150.887500', '121151.347500', '121151.807500', '121152.267500', '121152.727500', '121153.187500', '121153.647500', '121154.107500', '121154.567500', '121155.027500', '121155.487500', '121155.947500', '121156.407500', '121156.867500', '121157.327500', '121157.787500', '121158.247500', '121158.707500', '121159.167500', '121159.627500', '121200.087500', '121200.547500', '121201.007500', '121201.467500', '121201.927500', '121202.387500', '121202.847500', '121203.307500', '121203.767500', '121204.227500', '121204.687500', '121205.147500', '121205.607500', '121206.067500', '121206.527500', '121206.987500', '121207.447500', '121207.907500', '121208.367500', '121208.827500', '121209.287500', '121209.747500', '121210.207500', '121210.667500', '121211.127500', '121211.587500', '121212.047500', '121212.507500', '121212.967500', '121213.427500', '121213.887500', '121214.347500', '121214.807500', '121215.267500', '121215.727500', '121216.187500', '121216.647500', '121217.107500', '121217.567500', '121218.027500', '121218.487500', '121218.947500', '121219.407500', '121219.867500', '121220.327500', '121220.787500', '121221.247500', '121221.707500', '121222.167500', '121222.627500', '121223.087500', '121223.547500', '121224.007500', '121224.467500', '121224.927500', '121225.387500', '121225.847500', '121226.307500', '121226.767500', '121227.227500', '121227.687500', '121228.147500', '121228.607500', '121229.067500', '121229.527500', '121229.987500', '121230.447500', '121230.907500', '121231.367500', '121231.827500', '121232.287500', '121232.747500', '121233.207500', '121233.667500', '121234.127500', '121234.587500', '121235.047500', '121235.507500', '121235.967500', '121236.427500', '121236.887500', '121237.347500', '121237.807500', '121238.267500', '121238.727500', '121239.187500', '121239.647500', '121240.107500', '121240.567500', '121241.027500', '121241.487500', '121241.947500', '121242.407500', '121242.867500', '121243.327500', '121243.787500', '121244.247500', '121244.707500', '121245.167500', '121245.627500', '121246.087500', '121246.547500', '121247.007500', '121247.467500', '121247.927500', '121248.387500', '121248.847500', '121249.307500', '121249.767500', '121250.227500', '121250.687500', '121251.147500', '121251.607500', '121252.067500', '121252.527500', '121252.987500', '121253.447500', '121253.907500', '121254.367500', '121254.827500', '121255.287500', '121255.747500', '121256.207500', '121256.667500', '121257.127500', '121257.587500', '121258.047500', '121258.507500', '121258.967500', '121259.427500', '121259.887500', '121300.347500', '121300.807500', '121301.267500', '121301.727500', '121302.187500', '121302.647500', '121303.107500', '121303.567500', '121304.027500', '121304.487500', '121304.947500', '121305.407500', '121305.867500', '121306.327500', '121306.787500', '121307.247500', '121307.707500', '121308.167500', '121308.627500', '121309.087500', '121309.547500', '121310.007500', '121310.467500', '121310.927500', '121311.387500', '121311.847500', '121312.307500', '121312.767500', '121313.227500', '121313.687500', '121314.147500', '121314.607500', '121315.067500', '121315.527500', '121315.987500', '121316.447500', '121316.907500', '121317.367500', '121317.827500', '121318.287500', '121318.747500', '121319.207500', '121319.667500', '121320.127500', '121320.587500', '121321.047500', '121321.507500', '121321.967500', '121322.427500', '121322.887500', '121323.347500', '121323.807500', '121324.267500', '121324.727500', '121325.187500', '121325.647500', '121326.107500', '121326.567500', '121327.027500', '121327.487500', '121327.947500', '121328.407500', '121328.867500', '121329.327500', '121329.787500', '121330.247500', '121330.707500', '121331.167500', '121331.627500', '121332.087500', '121332.547500', '121333.007500', '121333.467500', '121333.927500', '121334.387500', '121334.847500', '121335.307500', '121335.767500', '121336.227500', '121336.687500', '121337.147500', '121337.607500', '121338.067500', '121338.527500', '121338.987500', '121339.447500', '121339.907500', '121340.367500', '121340.827500', '121341.287500', '121341.747500', '121342.207500', '121342.667500', '121343.127500', '121343.587500', '121344.047500', '121344.507500', '121344.967500', '121345.427500', '121345.887500', '121346.347500', '121346.807500', '121347.267500', '121347.727500', '121348.187500', '121348.647500', '121349.107500', '121349.567500', '121350.027500', '121350.487500', '121350.947500', '121351.407500', '121351.867500', '121352.327500', '121352.787500', '121353.247500', '121353.707500', '121354.167500', '121354.627500', '121355.087500', '121355.547500', '121356.007500', '121356.467500', '121356.927500', '121357.387500', '121357.847500', '121358.307500', '121358.767500', '121359.227500', '121359.687500', '121400.147500', '121400.607500', '121401.067500', '121401.527500', '121401.987500', '121402.447500', '121402.907500', '121403.367500', '121403.827500', '121404.287500', '121404.747500', '121405.207500', '121405.667500', '121406.127500', '121406.587500', '121407.047500', '121407.507500', '121407.967500', '121408.427500', '121408.887500', '121409.347500', '121409.807500', '121410.267500', '121410.727500', '121411.187500', '121411.647500', '121412.107500', '121412.567500', '121413.027500', '121413.487500', '121413.947500', '121414.407500', '121414.867500', '121415.327500', '121415.787500', '121416.247500', '121416.707500', '121417.167500', '121417.627500', '121418.087500', '121418.547500', '121419.007500', '121419.467500', '121419.927500', '121420.387500', '121420.847500', '121421.307500', '121421.767500', '121422.227500', '121422.687500', '121423.147500', '121423.607500', '121424.067500', '121424.527500', '121424.987500', '121425.447500', '121425.907500', '121426.367500', '121426.827500', '121427.287500', '121427.747500', '121428.207500', '121428.667500', '121429.127500', '121429.587500', '121430.047500', '121430.507500', '121430.967500', '121431.427500', '121431.887500', '121432.347500', '121432.807500', '121433.267500', '121433.727500', '121434.187500', '121434.647500', '121435.107500', '121435.567500', '121436.027500', '121436.487500', '121436.947500', '121437.407500', '121437.867500', '121438.327500', '121438.787500', '121439.247500', '121439.707500', '121440.167500', '121440.627500', '121441.087500', '121441.547500', '121442.007500', '121442.467500', '121442.927500', '121443.387500', '121443.847500', '121444.307500', '121444.767500', '121445.227500', '121445.687500', '121446.147500', '121446.607500', '121447.067500', '121447.527500', '121447.987500', '121448.447500', '121448.907500', '121449.367500', '121449.827500', '121450.287500', '121450.747500', '121451.207500', '121451.667500', '121452.127500', '121452.587500', '121453.047500', '121453.507500', '121453.967500', '121454.427500', '121454.887500', '121455.347500', '121455.807500', '121456.267500', '121456.727500', '121457.187500', '121457.647500', '121458.107500', '121458.567500', '121459.027500', '121459.487500', '121459.947500', '121500.407500', '121500.867500', '121501.327500', '121501.787500', '121502.247500', '121502.707500', '121503.167500', '121503.627500', '121504.087500', '121504.547500', '121505.007500', '121505.467500', '121505.927500', '121506.387500', '121506.847500', '121507.307500', '121507.767500', '121508.227500', '121508.687500', '121509.147500', '121509.607500', '121510.067500', '121510.527500', '121510.987500', '121511.447500', '121511.907500', '121512.367500', '121512.827500', '121513.287500', '121513.747500', '121514.207500', '121514.667500', '121515.127500', '121515.587500', '121516.047500', '121516.507500', '121516.967500', '121517.427500', '121517.887500', '121518.347500', '121518.807500', '121519.267500', '121519.727500', '121520.187500', '121520.647500', '121521.107500', '121521.567500', '121522.027500', '121522.487500', '121522.947500', '121523.407500', '121523.867500', '121524.327500', '121524.787500', '121525.247500', '121525.707500', '121526.167500', '121526.627500', '121527.087500', '121527.547500', '121528.007500', '121528.467500', '121528.927500', '121529.387500', '121529.847500', '121530.307500', '121530.767500', '121531.227500', '121531.687500', '121532.147500'], 'ContentTime': ['120133.604000', '120133.607000', '120133.610000', '120133.613000', '120133.616000', '120133.618000', '120133.621000', '120133.623000', '120133.626000', '120133.634000', '120133.636000', '120133.639000', '120133.641000', '120133.644000', '120133.647000', '120133.649000', '120133.652000', '120133.654000', '120133.657000', '120133.659000', '120133.662000', '120133.664000', '120133.667000', '120133.669000', '120133.672000', '120133.675000', '120133.677000', '120133.686000', '120133.689000', '120133.691000', '120133.694000', '120133.696000', '120133.699000', '120153.550000', '120153.553000', '120153.556000', '120153.558000', '120153.561000', '120153.563000', '120153.566000', '120153.569000', '120153.571000', '120153.574000', '120153.576000', '120153.579000', '120153.581000', '120153.584000', '120153.586000', '120153.589000', '120153.592000', '120153.594000', '120153.597000', '120153.600000', '120153.602000', '120153.605000', '120153.608000', '120153.610000', '120153.613000', '120153.616000', '120153.618000', '120153.621000', '120153.623000', '120153.626000', '120153.628000', '120153.631000', '120153.633000', '120153.636000', '120153.639000', '120153.641000', '120153.644000', '120153.646000', '120153.649000', '120153.652000', '120153.654000', '120153.657000', '120153.659000', '120153.662000', '120213.551000', '120213.553000', '120213.556000', '120213.559000', '120213.561000', '120213.564000', '120213.566000', '120213.569000', '120213.572000', '120213.574000', '120213.577000', '120213.579000', '120213.582000', '120213.584000', '120213.587000', '120213.589000', '120213.592000', '120213.595000', '120213.597000', '120213.600000', '120213.602000', '120213.605000', '120213.607000', '120213.610000', '120213.612000', '120213.615000', '120213.618000', '120213.620000', '120213.623000', '120213.625000', '120213.628000', '120213.630000', '120213.633000', '120213.635000', '120213.638000', '120213.641000', '120213.643000', '120213.646000', '120213.648000', '120213.651000', '120213.653000', '120213.656000', '120213.658000', '120233.551000', '120233.554000', '120233.557000', '120233.559000', '120233.562000', '120233.565000', '120233.567000', '120233.570000', '120233.572000', '120233.575000', '120233.578000', '120233.580000', '120233.583000', '120233.585000', '120233.588000', '120233.591000', '120233.593000', '120233.596000', '120233.599000', '120233.601000', '120233.604000', '120233.606000', '120233.609000', '120233.612000', '120233.614000', '120233.617000', '120233.619000', '120233.622000', '120233.624000', '120233.627000', '120233.630000', '120233.632000', '120233.635000', '120233.637000', '120233.640000', '120233.643000', '120233.645000', '120233.648000', '120233.650000', '120233.653000', '120233.656000', '120233.658000', '120233.661000', '120233.663000', '120253.551000', '120253.554000', '120253.557000', '120253.559000', '120253.562000', '120253.565000', '120253.567000', '120253.570000', '120253.572000', '120253.575000', '120253.577000', '120253.580000', '120253.582000', '120253.585000', '120253.588000', '120253.590000', '120253.593000', '120253.595000', '120253.598000', '120253.601000', '120253.603000', '120253.606000', '120253.608000', '120253.611000', '120253.613000', '120253.616000', '120253.618000', '120253.621000', '120253.624000', '120253.626000', '120253.629000', '120253.631000', '120253.634000', '120253.637000', '120253.639000', '120253.642000', '120253.644000', '120253.647000', '120253.649000', '120253.652000', '120253.655000', '120253.657000', '120253.660000', '120313.551000', '120313.553000', '120313.556000', '120313.559000', '120313.561000', '120313.564000', '120313.566000', '120313.569000', '120313.571000', '120313.574000', '120313.577000', '120313.579000', '120313.582000', '120313.584000', '120313.587000', '120313.590000', '120313.593000', '120313.595000', '120313.598000', '120313.601000', '120313.603000', '120313.606000', '120313.608000', '120313.611000', '120313.613000', '120313.616000', '120313.618000', '120313.621000', '120313.624000', '120313.626000', '120313.629000', '120313.631000', '120313.634000', '120313.637000', '120313.639000', '120313.642000', '120313.644000', '120313.647000', '120313.649000', '120313.652000', '120313.654000', '120313.657000', '120313.660000', '120313.662000', '120333.551000', '120333.554000', '120333.556000', '120333.559000', '120333.561000', '120333.564000', '120333.567000', '120333.569000', '120333.572000', '120333.574000', '120333.577000', '120333.579000', '120333.582000', '120333.584000', '120333.587000', '120333.590000', '120333.592000', '120333.595000', '120333.598000', '120333.600000', '120333.603000', '120333.605000', '120333.608000', '120333.611000', '120333.613000', '120333.616000', '120333.618000', '120333.621000', '120333.623000', '120333.626000', '120333.628000', '120333.631000', '120333.634000', '120333.636000', '120333.639000', '120333.641000', '120333.644000', '120333.646000', '120333.649000', '120333.651000', '120333.654000', '120333.657000', '120333.659000', '120353.551000', '120353.554000', '120353.556000', '120353.559000', '120353.562000', '120353.565000', '120353.567000', '120353.570000', '120353.573000', '120353.575000', '120353.578000', '120353.580000', '120353.583000', '120353.585000', '120353.588000', '120353.591000', '120353.593000', '120353.596000', '120353.598000', '120353.601000', '120353.604000', '120353.606000', '120353.609000', '120353.611000', '120353.614000', '120353.617000', '120353.619000', '120353.622000', '120353.625000', '120353.627000', '120353.630000', '120353.633000', '120353.635000', '120353.638000', '120353.640000', '120353.643000', '120353.645000', '120353.648000', '120353.651000', '120353.653000', '120353.656000', '120353.658000', '120353.661000', '120353.664000', '120413.550000', '120413.553000', '120413.556000', '120413.559000', '120413.561000', '120413.564000', '120413.566000', '120413.569000', '120413.571000', '120413.574000', '120413.577000', '120413.579000', '120413.582000', '120413.584000', '120413.587000', '120413.590000', '120413.592000', '120413.595000', '120413.597000', '120413.600000', '120413.603000', '120413.605000', '120413.608000', '120413.610000', '120413.613000', '120413.615000', '120413.618000', '120413.620000', '120413.623000', '120413.626000', '120413.628000', '120413.631000', '120413.633000', '120413.636000', '120413.639000', '120413.641000', '120413.644000', '120413.646000', '120413.649000', '120413.651000', '120413.654000', '120413.657000', '120413.659000', '120433.550000', '120433.553000', '120433.556000', '120433.558000', '120433.561000', '120433.564000', '120433.566000', '120433.569000', '120433.571000', '120433.574000', '120433.576000', '120433.579000', '120433.582000', '120433.584000', '120433.587000', '120433.589000', '120433.592000', '120433.595000', '120433.597000', '120433.600000', '120433.602000', '120433.605000', '120433.607000', '120433.610000', '120433.613000', '120433.615000', '120433.618000', '120433.620000', '120433.623000', '120433.626000', '120433.628000', '120433.631000', '120433.633000', '120433.636000', '120433.639000', '120433.641000', '120433.644000', '120433.646000', '120433.649000', '120433.652000', '120433.655000', '120433.658000', '120433.661000', '120453.551000', '120453.554000', '120453.557000', '120453.559000', '120453.562000', '120453.565000', '120453.567000', '120453.570000', '120453.572000', '120453.575000', '120453.578000', '120453.580000', '120453.583000', '120453.585000', '120453.588000', '120453.591000', '120453.593000', '120453.596000', '120453.598000', '120453.601000', '120453.603000', '120453.606000', '120453.608000', '120453.611000', '120453.614000', '120453.616000', '120453.619000', '120453.621000', '120453.624000', '120453.655000', '120453.657000', '120453.660000', '120453.663000', '120453.665000', '120453.668000', '120453.670000', '120453.673000', '120453.676000', '120453.678000', '120453.681000', '120453.683000', '120453.686000', '120453.688000', '120453.691000', '120513.551000', '120513.554000', '120513.557000', '120513.559000', '120513.562000', '120513.565000', '120513.567000', '120513.570000', '120513.573000', '120513.575000', '120513.578000', '120513.580000', '120513.583000', '120513.586000', '120513.588000', '120513.591000', '120513.594000', '120513.596000', '120513.599000', '120513.602000', '120513.605000', '120513.608000', '120513.610000', '120513.613000', '120513.616000', '120513.618000', '120513.621000', '120513.623000', '120513.626000', '120513.629000', '120513.631000', '120513.634000', '120513.636000', '120513.639000', '120513.642000', '120513.644000', '120513.647000', '120513.649000', '120513.652000', '120513.655000', '120513.657000', '120513.660000', '120513.663000', '120533.550000', '120533.553000', '120533.556000', '120533.559000', '120533.561000', '120533.564000', '120533.566000', '120533.569000', '120533.571000', '120533.574000', '120533.577000', '120533.579000', '120533.582000', '120533.585000', '120533.587000', '120533.590000', '120533.592000', '120533.595000', '120533.597000', '120533.600000', '120533.603000', '120533.605000', '120533.608000', '120533.610000', '120533.613000', '120533.616000', '120533.618000', '120533.621000', '120533.623000', '120533.626000', '120533.629000', '120533.631000', '120533.634000', '120533.636000', '120533.639000', '120533.641000', '120533.644000', '120533.647000', '120533.649000', '120533.652000', '120533.654000', '120533.657000', '120533.660000', '120533.662000', '120553.550000', '120553.553000', '120553.556000', '120553.559000', '120553.561000', '120553.564000', '120553.566000', '120553.569000', '120553.571000', '120553.574000', '120553.576000', '120553.579000', '120553.582000', '120553.584000', '120553.587000', '120553.589000', '120553.592000', '120553.595000', '120553.597000', '120553.600000', '120553.602000', '120553.605000', '120553.608000', '120553.610000', '120553.613000', '120553.615000', '120553.618000', '120553.621000', '120553.623000', '120553.626000', '120553.628000', '120553.631000', '120553.633000', '120553.636000', '120553.639000', '120553.641000', '120553.644000', '120553.647000', '120553.649000', '120553.652000', '120553.654000', '120553.657000', '120553.660000', '120613.551000', '120613.553000', '120613.556000', '120613.559000', '120613.561000', '120613.564000', '120613.566000', '120613.569000', '120613.571000', '120613.574000', '120613.576000', '120613.579000', '120613.582000', '120613.584000', '120613.587000', '120613.590000', '120613.592000', '120613.595000', '120613.597000', '120613.600000', '120613.602000', '120613.605000', '120613.608000', '120613.610000', '120613.613000', '120613.615000', '120613.618000', '120613.621000', '120613.623000', '120613.626000', '120613.628000', '120613.631000', '120613.633000', '120613.636000', '120613.639000', '120613.641000', '120613.644000', '120613.646000', '120613.649000', '120613.651000', '120613.654000', '120613.657000', '120613.659000', '120613.662000', '120633.551000', '120633.554000', '120633.556000', '120633.559000', '120633.561000', '120633.564000', '120633.567000', '120633.569000', '120633.572000', '120633.574000', '120633.577000', '120633.579000', '120633.582000', '120633.585000', '120633.587000', '120633.590000', '120633.593000', '120633.595000', '120633.598000', '120633.600000', '120633.603000', '120633.606000', '120633.608000', '120633.611000', '120633.613000', '120633.616000', '120633.619000', '120633.622000', '120633.625000', '120633.628000', '120633.631000', '120633.634000', '120633.636000', '120633.639000', '120633.642000', '120633.645000', '120633.648000', '120633.650000', '120633.653000', '120633.656000', '120633.658000', '120633.661000', '120633.663000', '120653.550000', '120653.553000', '120653.556000', '120653.558000', '120653.561000', '120653.564000', '120653.566000', '120653.569000', '120653.571000', '120653.574000', '120653.578000', '120653.581000', '120653.583000', '120653.586000', '120653.589000', '120653.591000', '120653.594000', '120653.596000', '120653.599000', '120653.602000', '120653.604000', '120653.607000', '120653.609000', '120653.612000', '120653.615000', '120653.617000', '120653.620000', '120653.622000', '120653.625000', '120653.628000', '120653.630000', '120653.633000', '120653.635000', '120653.638000', '120653.641000', '120653.643000', '120653.646000', '120653.648000', '120653.651000', '120653.654000', '120653.656000', '120653.659000', '120653.661000', '120653.664000', '120713.552000', '120713.554000', '120713.557000', '120713.560000', '120713.562000', '120713.565000', '120713.567000', '120713.570000', '120713.572000', '120713.575000', '120713.578000', '120713.580000', '120713.583000', '120713.585000', '120713.588000', '120713.591000', '120713.593000', '120713.596000', '120713.598000', '120713.601000', '120713.603000', '120713.606000', '120713.609000', '120713.611000', '120713.614000', '120713.616000', '120713.619000', '120713.622000', '120713.624000', '120713.627000', '120713.629000', '120713.632000', '120713.634000', '120713.637000', '120713.640000', '120713.642000', '120713.645000', '120713.648000', '120713.651000', '120713.654000', '120713.657000', '120713.659000', '120713.662000', '120733.552000', '120733.555000', '120733.557000', '120733.560000', '120733.562000', '120733.565000', '120733.568000', '120733.570000', '120733.573000', '120733.575000', '120733.578000', '120733.581000', '120733.583000', '120733.586000', '120733.588000', '120733.591000', '120733.594000', '120733.596000', '120733.599000', '120733.601000', '120733.604000', '120733.607000', '120733.609000', '120733.612000', '120733.615000', '120733.617000', '120733.620000', '120733.622000', '120733.625000', '120733.628000', '120733.630000', '120733.633000', '120733.635000', '120733.638000', '120733.640000', '120733.643000', '120733.646000', '120733.648000', '120733.651000', '120733.653000', '120733.656000', '120733.658000', '120733.661000', '120733.664000', '120753.551000', '120753.553000', '120753.556000', '120753.558000', '120753.561000', '120753.564000', '120753.595000', '120753.597000', '120753.600000', '120753.603000', '120753.605000', '120753.608000', '120753.610000', '120753.613000', '120753.615000', '120753.618000', '120753.621000', '120753.623000', '120753.626000', '120753.628000', '120753.631000', '120753.634000', '120753.636000', '120753.639000', '120753.641000', '120753.644000', '120753.646000', '120753.649000', '120753.652000', '120753.654000', '120753.657000', '120753.659000', '120753.662000', '120753.665000', '120753.667000', '120753.670000', '120753.673000', '120753.675000', '120753.678000', '120753.681000', '120753.684000', '120753.686000', '120753.689000', '120813.551000', '120813.554000', '120813.560000', '120813.562000', '120813.565000', '120813.568000', '120813.570000', '120813.573000', '120813.575000', '120813.578000', '120813.581000', '120813.583000', '120813.586000', '120813.588000', '120813.591000', '120813.594000', '120813.596000', '120813.599000', '120813.601000', '120813.604000', '120813.607000', '120813.609000', '120813.612000', '120813.614000', '120813.617000', '120813.619000', '120813.622000', '120813.624000', '120813.627000', '120813.630000', '120813.632000', '120813.635000', '120813.638000', '120813.640000', '120813.643000', '120813.645000', '120813.648000', '120813.651000', '120813.653000', '120813.656000', '120813.658000', '120813.661000', '120813.663000', '120833.551000', '120833.554000', '120833.556000', '120833.559000', '120833.561000', '120833.564000', '120833.566000', '120833.569000', '120833.572000', '120833.574000', '120833.577000', '120833.579000', '120833.582000', '120833.584000', '120833.587000', '120833.590000', '120833.592000', '120833.595000', '120833.598000', '120833.600000', '120833.603000', '120833.606000', '120833.608000', '120833.611000', '120833.613000', '120833.616000', '120833.618000', '120833.621000', '120833.624000', '120833.626000', '120833.629000', '120833.631000', '120833.634000', '120833.637000', '120833.639000', '120833.642000', '120833.644000', '120833.647000', '120833.650000', '120833.652000', '120833.655000', '120833.657000', '120833.660000', '120833.663000', '120853.551000', '120853.553000', '120853.556000', '120853.559000', '120853.561000', '120853.564000', '120853.566000', '120853.569000', '120853.572000', '120853.574000', '120853.577000', '120853.579000', '120853.582000', '120853.585000', '120853.587000', '120853.590000', '120853.593000', '120853.595000', '120853.598000', '120853.600000', '120853.603000', '120853.606000', '120853.609000', '120853.611000', '120853.614000', '120853.616000', '120853.619000', '120853.621000', '120853.624000', '120853.627000', '120853.629000', '120853.632000', '120853.634000', '120853.637000', '120853.639000', '120853.642000', '120853.645000', '120853.647000', '120853.650000', '120853.652000', '120853.655000', '120853.657000', '120853.660000', '120853.662000', '120913.551000', '120913.553000', '120913.556000', '120913.559000', '120913.561000', '120913.564000', '120913.567000', '120913.569000', '120913.572000', '120913.574000', '120913.577000', '120913.579000', '120913.582000', '120913.585000', '120913.587000', '120913.590000', '120913.593000', '120913.605000', '120913.608000', '120913.610000', '120913.613000', '120913.615000', '120913.618000', '120913.620000', '120913.623000', '120913.626000', '120913.628000', '120913.631000', '120913.633000', '120913.636000', '120913.639000', '120913.641000', '120913.644000', '120913.646000', '120913.649000', '120913.652000', '120913.654000', '120913.657000', '120913.659000', '120913.662000', '120913.664000', '120913.667000', '120913.670000', '120933.552000', '120933.555000', '120933.557000', '120933.560000', '120933.562000', '120933.565000', '120933.567000', '120933.570000', '120933.573000', '120933.575000', '120933.578000', '120933.580000', '120933.583000', '120933.586000', '120933.588000', '120933.591000', '120933.594000', '120933.596000', '120933.599000', '120933.602000', '120933.604000', '120933.607000', '120933.609000', '120933.612000', '120933.615000', '120933.617000', '120933.620000', '120933.622000', '120933.625000', '120933.628000', '120933.630000', '120933.633000', '120933.636000', '120933.638000', '120933.641000', '120933.643000', '120933.646000', '120933.648000', '120933.651000', '120933.654000', '120933.656000', '120933.659000', '120933.661000', '120933.664000', '120953.552000', '120953.555000', '120953.557000', '120953.560000', '120953.562000', '120953.565000', '120953.567000', '120953.570000', '120953.573000', '120953.575000', '120953.578000', '120953.580000', '120953.583000', '120953.586000', '120953.588000', '120953.591000', '120953.593000', '120953.596000', '120953.599000', '120953.601000', '120953.604000', '120953.606000', '120953.609000', '120953.611000', '120953.614000', '120953.617000', '120953.619000', '120953.622000', '120953.624000', '120953.627000', '120953.630000', '120953.632000', '120953.635000', '120953.638000', '120953.640000', '120953.643000', '120953.645000', '120953.648000', '120953.651000', '120953.653000', '120953.656000', '120953.658000', '120953.661000', '121013.551000', '121013.553000', '121013.556000', '121013.559000', '121013.561000', '121013.564000', '121013.566000', '121013.569000', '121013.571000', '121013.574000', '121013.577000', '121013.579000', '121013.582000', '121013.584000', '121013.587000', '121013.590000', '121013.592000', '121013.595000', '121013.597000', '121013.600000', '121013.603000', '121013.605000', '121013.608000', '121013.610000', '121013.613000', '121013.616000', '121013.618000', '121013.621000', '121013.623000', '121013.626000', '121013.629000', '121013.631000', '121013.634000', '121013.636000', '121013.639000', '121013.641000', '121013.644000', '121013.647000', '121013.649000', '121013.652000', '121013.654000', '121013.657000', '121013.660000', '121013.662000', '121033.551000', '121033.553000', '121033.556000', '121033.559000', '121033.561000', '121033.564000', '121033.566000', '121033.569000', '121033.571000', '121033.574000', '121033.577000', '121033.579000', '121033.582000', '121033.585000', '121033.587000', '121033.590000', '121033.593000', '121033.595000', '121033.598000', '121033.600000', '121033.603000', '121033.605000', '121033.608000', '121033.611000', '121033.613000', '121033.616000', '121033.618000', '121033.621000', '121033.623000', '121033.626000', '121033.629000', '121033.631000', '121033.634000', '121033.636000', '121033.639000', '121033.642000', '121033.644000', '121033.647000', '121033.649000', '121033.652000', '121033.654000', '121033.657000', '121033.660000', '121053.551000', '121053.553000', '121053.556000', '121053.559000', '121053.561000', '121053.564000', '121053.566000', '121053.569000', '121053.572000', '121053.574000', '121053.577000', '121053.579000', '121053.582000', '121053.585000', '121053.587000', '121053.590000', '121053.593000', '121053.595000', '121053.598000', '121053.600000', '121053.603000', '121053.605000', '121053.608000', '121053.611000', '121053.613000', '121053.616000', '121053.618000', '121053.621000', '121053.624000', '121053.626000', '121053.629000', '121053.631000', '121053.634000', '121053.637000', '121053.639000', '121053.642000', '121053.644000', '121053.647000', '121053.649000', '121053.652000', '121053.655000', '121053.657000', '121053.660000', '121053.662000', '121113.551000', '121113.553000', '121113.556000', '121113.559000', '121113.561000', '121113.564000', '121113.567000', '121113.569000', '121113.572000', '121113.574000', '121113.577000', '121113.579000', '121113.582000', '121113.585000', '121113.587000', '121113.590000', '121113.593000', '121113.595000', '121113.598000', '121113.600000', '121113.603000', '121113.606000', '121113.608000', '121113.611000', '121113.613000', '121113.616000', '121113.618000', '121113.621000', '121113.624000', '121113.626000', '121113.629000', '121113.631000', '121113.634000', '121113.637000', '121113.639000', '121113.642000', '121113.644000', '121113.647000', '121113.650000', '121113.652000', '121113.655000', '121113.657000', '121113.660000', '121133.551000', '121133.554000', '121133.556000', '121133.560000', '121133.562000', '121133.565000', '121133.568000', '121133.570000', '121133.573000', '121133.575000', '121133.578000', '121133.581000', '121133.583000', '121133.586000', '121133.589000', '121133.591000', '121133.594000', '121133.597000', '121133.599000', '121133.602000', '121133.604000', '121133.607000', '121133.609000', '121133.612000', '121133.615000', '121133.617000', '121133.620000', '121133.623000', '121133.625000', '121133.628000', '121133.630000', '121133.633000', '121133.636000', '121133.638000', '121133.641000', '121133.643000', '121133.646000', '121133.648000', '121133.651000', '121133.654000', '121133.656000', '121133.659000', '121133.662000', '121153.552000', '121153.555000', '121153.557000', '121153.560000', '121153.563000', '121153.565000', '121153.568000', '121153.570000', '121153.573000', '121153.575000', '121153.578000', '121153.581000', '121153.583000', '121153.586000', '121153.589000', '121153.591000', '121153.594000', '121153.597000', '121153.599000', '121153.602000', '121153.604000', '121153.607000', '121153.610000', '121153.612000', '121153.615000', '121153.617000', '121153.620000', '121153.623000', '121153.625000', '121153.628000', '121153.630000', '121153.633000', '121153.636000', '121153.638000', '121153.641000', '121153.643000', '121153.646000', '121153.649000', '121153.651000', '121153.654000', '121153.656000', '121153.659000', '121153.662000', '121153.664000', '121213.551000', '121213.553000', '121213.556000', '121213.559000', '121213.561000', '121213.564000', '121213.566000', '121213.569000', '121213.571000', '121213.574000', '121213.577000', '121213.580000', '121213.583000', '121213.586000', '121213.589000', '121213.591000', '121213.594000', '121213.596000', '121213.599000', '121213.602000', '121213.604000', '121213.607000', '121213.609000', '121213.612000', '121213.615000', '121213.617000', '121213.620000', '121213.622000', '121213.625000', '121213.628000', '121213.630000', '121213.633000', '121213.636000', '121213.638000', '121213.641000', '121213.643000', '121213.646000', '121213.649000', '121213.651000', '121213.654000', '121213.656000', '121213.659000', '121213.662000', '121233.551000', '121233.553000', '121233.556000', '121233.559000', '121233.561000', '121233.564000', '121233.566000', '121233.569000', '121233.572000', '121233.574000', '121233.577000', '121233.579000', '121233.582000', '121233.584000', '121233.587000', '121233.590000', '121233.592000', '121233.595000', '121233.598000', '121233.600000', '121233.603000', '121233.605000', '121233.608000', '121233.610000', '121233.613000', '121233.616000', '121233.618000', '121233.621000', '121233.623000', '121233.626000', '121233.629000', '121233.631000', '121233.634000', '121233.637000', '121233.639000', '121233.642000', '121233.644000', '121233.647000', '121233.650000', '121233.652000', '121233.655000', '121233.657000', '121233.660000', '121233.663000', '121253.551000', '121253.554000', '121253.556000', '121253.559000', '121253.562000', '121253.564000', '121253.567000', '121253.569000', '121253.572000', '121253.575000', '121253.577000', '121253.580000', '121253.582000', '121253.585000', '121253.587000', '121253.590000', '121253.593000', '121253.595000', '121253.599000', '121253.602000', '121253.604000', '121253.607000', '121253.617000', '121253.620000', '121253.622000', '121253.625000', '121253.627000', '121253.630000', '121253.633000', '121253.635000', '121253.638000', '121253.640000', '121253.643000', '121253.646000', '121253.648000', '121253.651000', '121253.654000', '121253.656000', '121253.659000', '121253.662000', '121253.665000', '121253.668000', '121253.671000', '121313.551000', '121313.553000', '121313.556000', '121313.559000', '121313.561000', '121313.564000', '121313.566000', '121313.569000', '121313.571000', '121313.574000', '121313.577000', '121313.579000', '121313.582000', '121313.584000', '121313.587000', '121313.590000', '121313.592000', '121313.595000', '121313.597000', '121313.600000', '121313.603000', '121313.605000', '121313.608000', '121313.610000', '121313.613000', '121313.616000', '121313.618000', '121313.621000', '121313.623000', '121313.626000', '121313.628000', '121313.631000', '121313.634000', '121313.636000', '121313.639000', '121313.641000', '121313.644000', '121313.647000', '121313.649000', '121313.652000', '121313.654000', '121313.657000', '121313.659000', '121313.662000', '121333.551000', '121333.554000', '121333.556000', '121333.559000', '121333.561000', '121333.564000', '121333.567000', '121333.569000', '121333.572000', '121333.575000', '121333.577000', '121333.580000', '121333.582000', '121333.585000', '121333.587000', '121333.590000', '121333.593000', '121333.595000', '121333.598000', '121333.600000', '121333.603000', '121333.606000', '121333.608000', '121333.611000', '121333.614000', '121333.616000', '121333.619000', '121333.621000', '121333.624000', '121333.626000', '121333.629000', '121333.632000', '121333.634000', '121333.637000', '121333.640000', '121333.642000', '121333.645000', '121333.648000', '121333.650000', '121333.653000', '121333.656000', '121333.659000', '121333.661000', '121353.551000', '121353.554000', '121353.556000', '121353.559000', '121353.561000', '121353.564000', '121353.567000', '121353.569000', '121353.572000', '121353.574000', '121353.577000', '121353.580000', '121353.582000', '121353.585000', '121353.587000', '121353.590000', '121353.593000', '121353.595000', '121353.598000', '121353.600000', '121353.603000', '121353.606000', '121353.608000', '121353.611000', '121353.614000', '121353.616000', '121353.619000', '121353.621000', '121353.624000', '121353.626000', '121353.629000', '121353.632000', '121353.634000', '121353.637000', '121353.640000', '121353.642000', '121353.645000', '121353.647000', '121353.650000', '121353.652000', '121353.655000', '121353.658000', '121353.660000', '121353.663000', '121413.552000', '121413.555000', '121413.557000', '121413.560000', '121413.562000', '121413.565000', '121413.568000', '121413.570000', '121413.573000', '121413.575000', '121413.578000', '121413.581000', '121413.583000', '121413.586000', '121413.588000', '121413.591000', '121413.594000', '121413.596000', '121413.599000', '121413.602000', '121413.604000', '121413.607000', '121413.609000', '121413.612000', '121413.615000', '121413.618000', '121413.621000', '121413.623000', '121413.626000', '121413.629000', '121413.631000', '121413.634000', '121413.636000', '121413.640000', '121413.643000', '121413.646000', '121413.648000', '121413.651000', '121413.653000', '121413.656000', '121413.658000', '121413.661000', '121413.664000', '121433.551000', '121433.553000', '121433.556000', '121433.559000', '121433.561000', '121433.564000', '121433.566000', '121433.569000', '121433.571000', '121433.574000', '121433.577000', '121433.579000', '121433.582000', '121433.584000', '121433.587000', '121433.590000', '121433.593000', '121433.595000', '121433.598000', '121433.600000', '121433.603000', '121433.606000', '121433.608000', '121433.611000', '121433.614000', '121433.616000', '121433.619000', '121433.621000', '121433.624000', '121433.627000', '121433.629000', '121433.632000', '121433.634000', '121433.637000', '121433.640000', '121433.642000', '121433.645000', '121433.647000', '121433.650000', '121433.653000', '121433.655000', '121433.658000', '121433.660000', '121433.663000', '121453.551000', '121453.554000', '121453.557000', '121453.560000', '121453.563000', '121453.565000', '121453.568000', '121453.571000', '121453.573000', '121453.576000', '121453.578000', '121453.581000', '121453.583000', '121453.586000', '121453.589000', '121453.591000', '121453.594000', '121453.597000', '121453.599000', '121453.602000', '121453.604000', '121453.607000', '121453.609000', '121453.612000', '121453.615000', '121453.617000', '121453.620000', '121453.622000', '121453.625000', '121453.627000', '121453.630000', '121453.633000', '121453.635000', '121453.638000', '121453.640000', '121453.643000', '121453.645000', '121453.648000', '121453.651000', '121453.653000', '121453.656000', '121453.658000', '121453.661000', '121513.551000', '121513.553000', '121513.556000', '121513.559000', '121513.561000', '121513.564000', '121513.567000', '121513.569000', '121513.572000', '121513.574000', '121513.577000', '121513.580000', '121513.582000', '121513.585000', '121513.587000', '121513.590000', '121513.593000', '121513.595000', '121513.598000', '121513.600000', '121513.603000', '121513.605000', '121513.608000', '121513.611000', '121513.613000', '121513.616000', '121513.618000', '121513.621000', '121513.623000', '121513.626000', '121513.629000', '121513.648000', '121513.650000', '121513.653000', '121513.656000', '121513.658000', '121513.661000', '121513.663000', '121513.666000', '121513.668000', '121513.671000', '121513.674000', '121513.676000', '121513.679000', '121533.165000', '121533.168000', '121533.171000', '121533.174000', '121533.177000', '121533.180000', '121533.182000', '121533.185000', '121533.188000', '121533.191000', '121533.193000', '121533.196000', '121533.199000', '121533.201000', '121533.204000', '121533.207000', '121533.209000', '121533.212000', '121533.215000', '121533.217000', '121533.220000', '121533.223000', '121533.225000', '121533.228000', '121533.230000', '121533.233000', '121533.236000', '121533.238000', '121533.242000', '121533.245000', '121533.248000', '121533.251000', '121533.254000', '121533.257000', '121533.260000', '121533.263000', '121533.267000', '121533.271000', '121533.274000', '121533.277000', '121533.280000', '121533.283000', '121533.285000'], 'InstanceCreationTime': ['120133.604000', '120133.607000', '120133.610000', '120133.613000', '120133.616000', '120133.618000', '120133.621000', '120133.623000', '120133.626000', '120133.634000', '120133.636000', '120133.639000', '120133.641000', '120133.644000', '120133.647000', '120133.649000', '120133.652000', '120133.654000', '120133.657000', '120133.659000', '120133.662000', '120133.664000', '120133.667000', '120133.669000', '120133.672000', '120133.675000', '120133.677000', '120133.686000', '120133.689000', '120133.691000', '120133.694000', '120133.696000', '120133.699000', '120153.550000', '120153.553000', '120153.556000', '120153.558000', '120153.561000', '120153.563000', '120153.566000', '120153.569000', '120153.571000', '120153.574000', '120153.576000', '120153.579000', '120153.581000', '120153.584000', '120153.586000', '120153.589000', '120153.592000', '120153.594000', '120153.597000', '120153.600000', '120153.602000', '120153.605000', '120153.608000', '120153.610000', '120153.613000', '120153.616000', '120153.618000', '120153.621000', '120153.623000', '120153.626000', '120153.628000', '120153.631000', '120153.633000', '120153.636000', '120153.639000', '120153.641000', '120153.644000', '120153.646000', '120153.649000', '120153.652000', '120153.654000', '120153.657000', '120153.659000', '120153.662000', '120213.551000', '120213.553000', '120213.556000', '120213.559000', '120213.561000', '120213.564000', '120213.566000', '120213.569000', '120213.572000', '120213.574000', '120213.577000', '120213.579000', '120213.582000', '120213.584000', '120213.587000', '120213.589000', '120213.592000', '120213.595000', '120213.597000', '120213.600000', '120213.602000', '120213.605000', '120213.607000', '120213.610000', '120213.612000', '120213.615000', '120213.618000', '120213.620000', '120213.623000', '120213.625000', '120213.628000', '120213.630000', '120213.633000', '120213.635000', '120213.638000', '120213.641000', '120213.643000', '120213.646000', '120213.648000', '120213.651000', '120213.653000', '120213.656000', '120213.658000', '120233.551000', '120233.554000', '120233.557000', '120233.559000', '120233.562000', '120233.565000', '120233.567000', '120233.570000', '120233.572000', '120233.575000', '120233.578000', '120233.580000', '120233.583000', '120233.585000', '120233.588000', '120233.591000', '120233.593000', '120233.596000', '120233.599000', '120233.601000', '120233.604000', '120233.606000', '120233.609000', '120233.612000', '120233.614000', '120233.617000', '120233.619000', '120233.622000', '120233.624000', '120233.627000', '120233.630000', '120233.632000', '120233.635000', '120233.637000', '120233.640000', '120233.643000', '120233.645000', '120233.648000', '120233.650000', '120233.653000', '120233.656000', '120233.658000', '120233.661000', '120233.663000', '120253.551000', '120253.554000', '120253.557000', '120253.559000', '120253.562000', '120253.565000', '120253.567000', '120253.570000', '120253.572000', '120253.575000', '120253.577000', '120253.580000', '120253.582000', '120253.585000', '120253.588000', '120253.590000', '120253.593000', '120253.595000', '120253.598000', '120253.601000', '120253.603000', '120253.606000', '120253.608000', '120253.611000', '120253.613000', '120253.616000', '120253.618000', '120253.621000', '120253.624000', '120253.626000', '120253.629000', '120253.631000', '120253.634000', '120253.637000', '120253.639000', '120253.642000', '120253.644000', '120253.647000', '120253.649000', '120253.652000', '120253.655000', '120253.657000', '120253.660000', '120313.551000', '120313.553000', '120313.556000', '120313.559000', '120313.561000', '120313.564000', '120313.566000', '120313.569000', '120313.571000', '120313.574000', '120313.577000', '120313.579000', '120313.582000', '120313.584000', '120313.587000', '120313.590000', '120313.593000', '120313.595000', '120313.598000', '120313.601000', '120313.603000', '120313.606000', '120313.608000', '120313.611000', '120313.613000', '120313.616000', '120313.618000', '120313.621000', '120313.624000', '120313.626000', '120313.629000', '120313.631000', '120313.634000', '120313.637000', '120313.639000', '120313.642000', '120313.644000', '120313.647000', '120313.649000', '120313.652000', '120313.654000', '120313.657000', '120313.660000', '120313.662000', '120333.551000', '120333.554000', '120333.556000', '120333.559000', '120333.561000', '120333.564000', '120333.567000', '120333.569000', '120333.572000', '120333.574000', '120333.577000', '120333.579000', '120333.582000', '120333.584000', '120333.587000', '120333.590000', '120333.592000', '120333.595000', '120333.598000', '120333.600000', '120333.603000', '120333.605000', '120333.608000', '120333.611000', '120333.613000', '120333.616000', '120333.618000', '120333.621000', '120333.623000', '120333.626000', '120333.628000', '120333.631000', '120333.634000', '120333.636000', '120333.639000', '120333.641000', '120333.644000', '120333.646000', '120333.649000', '120333.651000', '120333.654000', '120333.657000', '120333.659000', '120353.551000', '120353.554000', '120353.556000', '120353.559000', '120353.562000', '120353.565000', '120353.567000', '120353.570000', '120353.573000', '120353.575000', '120353.578000', '120353.580000', '120353.583000', '120353.585000', '120353.588000', '120353.591000', '120353.593000', '120353.596000', '120353.598000', '120353.601000', '120353.604000', '120353.606000', '120353.609000', '120353.611000', '120353.614000', '120353.617000', '120353.619000', '120353.622000', '120353.625000', '120353.627000', '120353.630000', '120353.633000', '120353.635000', '120353.638000', '120353.640000', '120353.643000', '120353.645000', '120353.648000', '120353.651000', '120353.653000', '120353.656000', '120353.658000', '120353.661000', '120353.664000', '120413.550000', '120413.553000', '120413.556000', '120413.559000', '120413.561000', '120413.564000', '120413.566000', '120413.569000', '120413.571000', '120413.574000', '120413.577000', '120413.579000', '120413.582000', '120413.584000', '120413.587000', '120413.590000', '120413.592000', '120413.595000', '120413.597000', '120413.600000', '120413.603000', '120413.605000', '120413.608000', '120413.610000', '120413.613000', '120413.615000', '120413.618000', '120413.620000', '120413.623000', '120413.626000', '120413.628000', '120413.631000', '120413.633000', '120413.636000', '120413.639000', '120413.641000', '120413.644000', '120413.646000', '120413.649000', '120413.651000', '120413.654000', '120413.657000', '120413.659000', '120433.550000', '120433.553000', '120433.556000', '120433.558000', '120433.561000', '120433.564000', '120433.566000', '120433.569000', '120433.571000', '120433.574000', '120433.576000', '120433.579000', '120433.582000', '120433.584000', '120433.587000', '120433.589000', '120433.592000', '120433.595000', '120433.597000', '120433.600000', '120433.602000', '120433.605000', '120433.607000', '120433.610000', '120433.613000', '120433.615000', '120433.618000', '120433.620000', '120433.623000', '120433.626000', '120433.628000', '120433.631000', '120433.633000', '120433.636000', '120433.639000', '120433.641000', '120433.644000', '120433.646000', '120433.649000', '120433.652000', '120433.655000', '120433.658000', '120433.661000', '120453.551000', '120453.554000', '120453.557000', '120453.559000', '120453.562000', '120453.565000', '120453.567000', '120453.570000', '120453.572000', '120453.575000', '120453.578000', '120453.580000', '120453.583000', '120453.585000', '120453.588000', '120453.591000', '120453.593000', '120453.596000', '120453.598000', '120453.601000', '120453.603000', '120453.606000', '120453.608000', '120453.611000', '120453.614000', '120453.616000', '120453.619000', '120453.621000', '120453.624000', '120453.655000', '120453.657000', '120453.660000', '120453.663000', '120453.665000', '120453.668000', '120453.670000', '120453.673000', '120453.676000', '120453.678000', '120453.681000', '120453.683000', '120453.686000', '120453.688000', '120453.691000', '120513.551000', '120513.554000', '120513.557000', '120513.559000', '120513.562000', '120513.565000', '120513.567000', '120513.570000', '120513.573000', '120513.575000', '120513.578000', '120513.580000', '120513.583000', '120513.586000', '120513.588000', '120513.591000', '120513.594000', '120513.596000', '120513.599000', '120513.602000', '120513.605000', '120513.608000', '120513.610000', '120513.613000', '120513.616000', '120513.618000', '120513.621000', '120513.623000', '120513.626000', '120513.629000', '120513.631000', '120513.634000', '120513.636000', '120513.639000', '120513.642000', '120513.644000', '120513.647000', '120513.649000', '120513.652000', '120513.655000', '120513.657000', '120513.660000', '120513.663000', '120533.550000', '120533.553000', '120533.556000', '120533.559000', '120533.561000', '120533.564000', '120533.566000', '120533.569000', '120533.571000', '120533.574000', '120533.577000', '120533.579000', '120533.582000', '120533.585000', '120533.587000', '120533.590000', '120533.592000', '120533.595000', '120533.597000', '120533.600000', '120533.603000', '120533.605000', '120533.608000', '120533.610000', '120533.613000', '120533.616000', '120533.618000', '120533.621000', '120533.623000', '120533.626000', '120533.629000', '120533.631000', '120533.634000', '120533.636000', '120533.639000', '120533.641000', '120533.644000', '120533.647000', '120533.649000', '120533.652000', '120533.654000', '120533.657000', '120533.660000', '120533.662000', '120553.550000', '120553.553000', '120553.556000', '120553.559000', '120553.561000', '120553.564000', '120553.566000', '120553.569000', '120553.571000', '120553.574000', '120553.576000', '120553.579000', '120553.582000', '120553.584000', '120553.587000', '120553.589000', '120553.592000', '120553.595000', '120553.597000', '120553.600000', '120553.602000', '120553.605000', '120553.608000', '120553.610000', '120553.613000', '120553.615000', '120553.618000', '120553.621000', '120553.623000', '120553.626000', '120553.628000', '120553.631000', '120553.633000', '120553.636000', '120553.639000', '120553.641000', '120553.644000', '120553.647000', '120553.649000', '120553.652000', '120553.654000', '120553.657000', '120553.660000', '120613.551000', '120613.553000', '120613.556000', '120613.559000', '120613.561000', '120613.564000', '120613.566000', '120613.569000', '120613.571000', '120613.574000', '120613.576000', '120613.579000', '120613.582000', '120613.584000', '120613.587000', '120613.590000', '120613.592000', '120613.595000', '120613.597000', '120613.600000', '120613.602000', '120613.605000', '120613.608000', '120613.610000', '120613.613000', '120613.615000', '120613.618000', '120613.621000', '120613.623000', '120613.626000', '120613.628000', '120613.631000', '120613.633000', '120613.636000', '120613.639000', '120613.641000', '120613.644000', '120613.646000', '120613.649000', '120613.651000', '120613.654000', '120613.657000', '120613.659000', '120613.662000', '120633.551000', '120633.554000', '120633.556000', '120633.559000', '120633.561000', '120633.564000', '120633.567000', '120633.569000', '120633.572000', '120633.574000', '120633.577000', '120633.579000', '120633.582000', '120633.585000', '120633.587000', '120633.590000', '120633.593000', '120633.595000', '120633.598000', '120633.600000', '120633.603000', '120633.606000', '120633.608000', '120633.611000', '120633.613000', '120633.616000', '120633.619000', '120633.622000', '120633.625000', '120633.628000', '120633.631000', '120633.634000', '120633.636000', '120633.639000', '120633.642000', '120633.645000', '120633.648000', '120633.650000', '120633.653000', '120633.656000', '120633.658000', '120633.661000', '120633.663000', '120653.550000', '120653.553000', '120653.556000', '120653.558000', '120653.561000', '120653.564000', '120653.566000', '120653.569000', '120653.571000', '120653.574000', '120653.578000', '120653.581000', '120653.583000', '120653.586000', '120653.589000', '120653.591000', '120653.594000', '120653.596000', '120653.599000', '120653.602000', '120653.604000', '120653.607000', '120653.609000', '120653.612000', '120653.615000', '120653.617000', '120653.620000', '120653.622000', '120653.625000', '120653.628000', '120653.630000', '120653.633000', '120653.635000', '120653.638000', '120653.641000', '120653.643000', '120653.646000', '120653.648000', '120653.651000', '120653.654000', '120653.656000', '120653.659000', '120653.661000', '120653.664000', '120713.552000', '120713.554000', '120713.557000', '120713.560000', '120713.562000', '120713.565000', '120713.567000', '120713.570000', '120713.572000', '120713.575000', '120713.578000', '120713.580000', '120713.583000', '120713.585000', '120713.588000', '120713.591000', '120713.593000', '120713.596000', '120713.598000', '120713.601000', '120713.603000', '120713.606000', '120713.609000', '120713.611000', '120713.614000', '120713.616000', '120713.619000', '120713.622000', '120713.624000', '120713.627000', '120713.629000', '120713.632000', '120713.634000', '120713.637000', '120713.640000', '120713.642000', '120713.645000', '120713.648000', '120713.651000', '120713.654000', '120713.657000', '120713.659000', '120713.662000', '120733.552000', '120733.555000', '120733.557000', '120733.560000', '120733.562000', '120733.565000', '120733.568000', '120733.570000', '120733.573000', '120733.575000', '120733.578000', '120733.581000', '120733.583000', '120733.586000', '120733.588000', '120733.591000', '120733.594000', '120733.596000', '120733.599000', '120733.601000', '120733.604000', '120733.607000', '120733.609000', '120733.612000', '120733.615000', '120733.617000', '120733.620000', '120733.622000', '120733.625000', '120733.628000', '120733.630000', '120733.633000', '120733.635000', '120733.638000', '120733.640000', '120733.643000', '120733.646000', '120733.648000', '120733.651000', '120733.653000', '120733.656000', '120733.658000', '120733.661000', '120733.664000', '120753.551000', '120753.553000', '120753.556000', '120753.558000', '120753.561000', '120753.564000', '120753.595000', '120753.597000', '120753.600000', '120753.603000', '120753.605000', '120753.608000', '120753.610000', '120753.613000', '120753.615000', '120753.618000', '120753.621000', '120753.623000', '120753.626000', '120753.628000', '120753.631000', '120753.634000', '120753.636000', '120753.639000', '120753.641000', '120753.644000', '120753.646000', '120753.649000', '120753.652000', '120753.654000', '120753.657000', '120753.659000', '120753.662000', '120753.665000', '120753.667000', '120753.670000', '120753.673000', '120753.675000', '120753.678000', '120753.681000', '120753.684000', '120753.686000', '120753.689000', '120813.551000', '120813.554000', '120813.560000', '120813.562000', '120813.565000', '120813.568000', '120813.570000', '120813.573000', '120813.575000', '120813.578000', '120813.581000', '120813.583000', '120813.586000', '120813.588000', '120813.591000', '120813.594000', '120813.596000', '120813.599000', '120813.601000', '120813.604000', '120813.607000', '120813.609000', '120813.612000', '120813.614000', '120813.617000', '120813.619000', '120813.622000', '120813.624000', '120813.627000', '120813.630000', '120813.632000', '120813.635000', '120813.638000', '120813.640000', '120813.643000', '120813.645000', '120813.648000', '120813.651000', '120813.653000', '120813.656000', '120813.658000', '120813.661000', '120813.663000', '120833.551000', '120833.554000', '120833.556000', '120833.559000', '120833.561000', '120833.564000', '120833.566000', '120833.569000', '120833.572000', '120833.574000', '120833.577000', '120833.579000', '120833.582000', '120833.584000', '120833.587000', '120833.590000', '120833.592000', '120833.595000', '120833.598000', '120833.600000', '120833.603000', '120833.606000', '120833.608000', '120833.611000', '120833.613000', '120833.616000', '120833.618000', '120833.621000', '120833.624000', '120833.626000', '120833.629000', '120833.631000', '120833.634000', '120833.637000', '120833.639000', '120833.642000', '120833.644000', '120833.647000', '120833.650000', '120833.652000', '120833.655000', '120833.657000', '120833.660000', '120833.663000', '120853.551000', '120853.553000', '120853.556000', '120853.559000', '120853.561000', '120853.564000', '120853.566000', '120853.569000', '120853.572000', '120853.574000', '120853.577000', '120853.579000', '120853.582000', '120853.585000', '120853.587000', '120853.590000', '120853.593000', '120853.595000', '120853.598000', '120853.600000', '120853.603000', '120853.606000', '120853.609000', '120853.611000', '120853.614000', '120853.616000', '120853.619000', '120853.621000', '120853.624000', '120853.627000', '120853.629000', '120853.632000', '120853.634000', '120853.637000', '120853.639000', '120853.642000', '120853.645000', '120853.647000', '120853.650000', '120853.652000', '120853.655000', '120853.657000', '120853.660000', '120853.662000', '120913.551000', '120913.553000', '120913.556000', '120913.559000', '120913.561000', '120913.564000', '120913.567000', '120913.569000', '120913.572000', '120913.574000', '120913.577000', '120913.579000', '120913.582000', '120913.585000', '120913.587000', '120913.590000', '120913.593000', '120913.605000', '120913.608000', '120913.610000', '120913.613000', '120913.615000', '120913.618000', '120913.620000', '120913.623000', '120913.626000', '120913.628000', '120913.631000', '120913.633000', '120913.636000', '120913.639000', '120913.641000', '120913.644000', '120913.646000', '120913.649000', '120913.652000', '120913.654000', '120913.657000', '120913.659000', '120913.662000', '120913.664000', '120913.667000', '120913.670000', '120933.552000', '120933.555000', '120933.557000', '120933.560000', '120933.562000', '120933.565000', '120933.567000', '120933.570000', '120933.573000', '120933.575000', '120933.578000', '120933.580000', '120933.583000', '120933.586000', '120933.588000', '120933.591000', '120933.594000', '120933.596000', '120933.599000', '120933.602000', '120933.604000', '120933.607000', '120933.609000', '120933.612000', '120933.615000', '120933.617000', '120933.620000', '120933.622000', '120933.625000', '120933.628000', '120933.630000', '120933.633000', '120933.636000', '120933.638000', '120933.641000', '120933.643000', '120933.646000', '120933.648000', '120933.651000', '120933.654000', '120933.656000', '120933.659000', '120933.661000', '120933.664000', '120953.552000', '120953.555000', '120953.557000', '120953.560000', '120953.562000', '120953.565000', '120953.567000', '120953.570000', '120953.573000', '120953.575000', '120953.578000', '120953.580000', '120953.583000', '120953.586000', '120953.588000', '120953.591000', '120953.593000', '120953.596000', '120953.599000', '120953.601000', '120953.604000', '120953.606000', '120953.609000', '120953.611000', '120953.614000', '120953.617000', '120953.619000', '120953.622000', '120953.624000', '120953.627000', '120953.630000', '120953.632000', '120953.635000', '120953.638000', '120953.640000', '120953.643000', '120953.645000', '120953.648000', '120953.651000', '120953.653000', '120953.656000', '120953.658000', '120953.661000', '121013.551000', '121013.553000', '121013.556000', '121013.559000', '121013.561000', '121013.564000', '121013.566000', '121013.569000', '121013.571000', '121013.574000', '121013.577000', '121013.579000', '121013.582000', '121013.584000', '121013.587000', '121013.590000', '121013.592000', '121013.595000', '121013.597000', '121013.600000', '121013.603000', '121013.605000', '121013.608000', '121013.610000', '121013.613000', '121013.616000', '121013.618000', '121013.621000', '121013.623000', '121013.626000', '121013.629000', '121013.631000', '121013.634000', '121013.636000', '121013.639000', '121013.641000', '121013.644000', '121013.647000', '121013.649000', '121013.652000', '121013.654000', '121013.657000', '121013.660000', '121013.662000', '121033.551000', '121033.553000', '121033.556000', '121033.559000', '121033.561000', '121033.564000', '121033.566000', '121033.569000', '121033.571000', '121033.574000', '121033.577000', '121033.579000', '121033.582000', '121033.585000', '121033.587000', '121033.590000', '121033.593000', '121033.595000', '121033.598000', '121033.600000', '121033.603000', '121033.605000', '121033.608000', '121033.611000', '121033.613000', '121033.616000', '121033.618000', '121033.621000', '121033.623000', '121033.626000', '121033.629000', '121033.631000', '121033.634000', '121033.636000', '121033.639000', '121033.642000', '121033.644000', '121033.647000', '121033.649000', '121033.652000', '121033.654000', '121033.657000', '121033.660000', '121053.551000', '121053.553000', '121053.556000', '121053.559000', '121053.561000', '121053.564000', '121053.566000', '121053.569000', '121053.572000', '121053.574000', '121053.577000', '121053.579000', '121053.582000', '121053.585000', '121053.587000', '121053.590000', '121053.593000', '121053.595000', '121053.598000', '121053.600000', '121053.603000', '121053.605000', '121053.608000', '121053.611000', '121053.613000', '121053.616000', '121053.618000', '121053.621000', '121053.624000', '121053.626000', '121053.629000', '121053.631000', '121053.634000', '121053.637000', '121053.639000', '121053.642000', '121053.644000', '121053.647000', '121053.649000', '121053.652000', '121053.655000', '121053.657000', '121053.660000', '121053.662000', '121113.551000', '121113.553000', '121113.556000', '121113.559000', '121113.561000', '121113.564000', '121113.567000', '121113.569000', '121113.572000', '121113.574000', '121113.577000', '121113.579000', '121113.582000', '121113.585000', '121113.587000', '121113.590000', '121113.593000', '121113.595000', '121113.598000', '121113.600000', '121113.603000', '121113.606000', '121113.608000', '121113.611000', '121113.613000', '121113.616000', '121113.618000', '121113.621000', '121113.624000', '121113.626000', '121113.629000', '121113.631000', '121113.634000', '121113.637000', '121113.639000', '121113.642000', '121113.644000', '121113.647000', '121113.650000', '121113.652000', '121113.655000', '121113.657000', '121113.660000', '121133.551000', '121133.554000', '121133.556000', '121133.560000', '121133.562000', '121133.565000', '121133.568000', '121133.570000', '121133.573000', '121133.575000', '121133.578000', '121133.581000', '121133.583000', '121133.586000', '121133.589000', '121133.591000', '121133.594000', '121133.597000', '121133.599000', '121133.602000', '121133.604000', '121133.607000', '121133.609000', '121133.612000', '121133.615000', '121133.617000', '121133.620000', '121133.623000', '121133.625000', '121133.628000', '121133.630000', '121133.633000', '121133.636000', '121133.638000', '121133.641000', '121133.643000', '121133.646000', '121133.648000', '121133.651000', '121133.654000', '121133.656000', '121133.659000', '121133.662000', '121153.552000', '121153.555000', '121153.557000', '121153.560000', '121153.563000', '121153.565000', '121153.568000', '121153.570000', '121153.573000', '121153.575000', '121153.578000', '121153.581000', '121153.583000', '121153.586000', '121153.589000', '121153.591000', '121153.594000', '121153.597000', '121153.599000', '121153.602000', '121153.604000', '121153.607000', '121153.610000', '121153.612000', '121153.615000', '121153.617000', '121153.620000', '121153.623000', '121153.625000', '121153.628000', '121153.630000', '121153.633000', '121153.636000', '121153.638000', '121153.641000', '121153.643000', '121153.646000', '121153.649000', '121153.651000', '121153.654000', '121153.656000', '121153.659000', '121153.662000', '121153.664000', '121213.551000', '121213.553000', '121213.556000', '121213.559000', '121213.561000', '121213.564000', '121213.566000', '121213.569000', '121213.571000', '121213.574000', '121213.577000', '121213.580000', '121213.583000', '121213.586000', '121213.589000', '121213.591000', '121213.594000', '121213.596000', '121213.599000', '121213.602000', '121213.604000', '121213.607000', '121213.609000', '121213.612000', '121213.615000', '121213.617000', '121213.620000', '121213.622000', '121213.625000', '121213.628000', '121213.630000', '121213.633000', '121213.636000', '121213.638000', '121213.641000', '121213.643000', '121213.646000', '121213.649000', '121213.651000', '121213.654000', '121213.656000', '121213.659000', '121213.662000', '121233.551000', '121233.553000', '121233.556000', '121233.559000', '121233.561000', '121233.564000', '121233.566000', '121233.569000', '121233.572000', '121233.574000', '121233.577000', '121233.579000', '121233.582000', '121233.584000', '121233.587000', '121233.590000', '121233.592000', '121233.595000', '121233.598000', '121233.600000', '121233.603000', '121233.605000', '121233.608000', '121233.610000', '121233.613000', '121233.616000', '121233.618000', '121233.621000', '121233.623000', '121233.626000', '121233.629000', '121233.631000', '121233.634000', '121233.637000', '121233.639000', '121233.642000', '121233.644000', '121233.647000', '121233.650000', '121233.652000', '121233.655000', '121233.657000', '121233.660000', '121233.663000', '121253.551000', '121253.554000', '121253.556000', '121253.559000', '121253.562000', '121253.564000', '121253.567000', '121253.569000', '121253.572000', '121253.575000', '121253.577000', '121253.580000', '121253.582000', '121253.585000', '121253.587000', '121253.590000', '121253.593000', '121253.595000', '121253.599000', '121253.602000', '121253.604000', '121253.607000', '121253.617000', '121253.620000', '121253.622000', '121253.625000', '121253.627000', '121253.630000', '121253.633000', '121253.635000', '121253.638000', '121253.640000', '121253.643000', '121253.646000', '121253.648000', '121253.651000', '121253.654000', '121253.656000', '121253.659000', '121253.662000', '121253.665000', '121253.668000', '121253.671000', '121313.551000', '121313.553000', '121313.556000', '121313.559000', '121313.561000', '121313.564000', '121313.566000', '121313.569000', '121313.571000', '121313.574000', '121313.577000', '121313.579000', '121313.582000', '121313.584000', '121313.587000', '121313.590000', '121313.592000', '121313.595000', '121313.597000', '121313.600000', '121313.603000', '121313.605000', '121313.608000', '121313.610000', '121313.613000', '121313.616000', '121313.618000', '121313.621000', '121313.623000', '121313.626000', '121313.628000', '121313.631000', '121313.634000', '121313.636000', '121313.639000', '121313.641000', '121313.644000', '121313.647000', '121313.649000', '121313.652000', '121313.654000', '121313.657000', '121313.659000', '121313.662000', '121333.551000', '121333.554000', '121333.556000', '121333.559000', '121333.561000', '121333.564000', '121333.567000', '121333.569000', '121333.572000', '121333.575000', '121333.577000', '121333.580000', '121333.582000', '121333.585000', '121333.587000', '121333.590000', '121333.593000', '121333.595000', '121333.598000', '121333.600000', '121333.603000', '121333.606000', '121333.608000', '121333.611000', '121333.614000', '121333.616000', '121333.619000', '121333.621000', '121333.624000', '121333.626000', '121333.629000', '121333.632000', '121333.634000', '121333.637000', '121333.640000', '121333.642000', '121333.645000', '121333.648000', '121333.650000', '121333.653000', '121333.656000', '121333.659000', '121333.661000', '121353.551000', '121353.554000', '121353.556000', '121353.559000', '121353.561000', '121353.564000', '121353.567000', '121353.569000', '121353.572000', '121353.574000', '121353.577000', '121353.580000', '121353.582000', '121353.585000', '121353.587000', '121353.590000', '121353.593000', '121353.595000', '121353.598000', '121353.600000', '121353.603000', '121353.606000', '121353.608000', '121353.611000', '121353.614000', '121353.616000', '121353.619000', '121353.621000', '121353.624000', '121353.626000', '121353.629000', '121353.632000', '121353.634000', '121353.637000', '121353.640000', '121353.642000', '121353.645000', '121353.647000', '121353.650000', '121353.652000', '121353.655000', '121353.658000', '121353.660000', '121353.663000', '121413.552000', '121413.555000', '121413.557000', '121413.560000', '121413.562000', '121413.565000', '121413.568000', '121413.570000', '121413.573000', '121413.575000', '121413.578000', '121413.581000', '121413.583000', '121413.586000', '121413.588000', '121413.591000', '121413.594000', '121413.596000', '121413.599000', '121413.602000', '121413.604000', '121413.607000', '121413.609000', '121413.612000', '121413.615000', '121413.618000', '121413.621000', '121413.623000', '121413.626000', '121413.629000', '121413.631000', '121413.634000', '121413.636000', '121413.640000', '121413.643000', '121413.646000', '121413.648000', '121413.651000', '121413.653000', '121413.656000', '121413.658000', '121413.661000', '121413.664000', '121433.551000', '121433.553000', '121433.556000', '121433.559000', '121433.561000', '121433.564000', '121433.566000', '121433.569000', '121433.571000', '121433.574000', '121433.577000', '121433.579000', '121433.582000', '121433.584000', '121433.587000', '121433.590000', '121433.593000', '121433.595000', '121433.598000', '121433.600000', '121433.603000', '121433.606000', '121433.608000', '121433.611000', '121433.614000', '121433.616000', '121433.619000', '121433.621000', '121433.624000', '121433.627000', '121433.629000', '121433.632000', '121433.634000', '121433.637000', '121433.640000', '121433.642000', '121433.645000', '121433.647000', '121433.650000', '121433.653000', '121433.655000', '121433.658000', '121433.660000', '121433.663000', '121453.551000', '121453.554000', '121453.557000', '121453.560000', '121453.563000', '121453.565000', '121453.568000', '121453.571000', '121453.573000', '121453.576000', '121453.578000', '121453.581000', '121453.583000', '121453.586000', '121453.589000', '121453.591000', '121453.594000', '121453.597000', '121453.599000', '121453.602000', '121453.604000', '121453.607000', '121453.609000', '121453.612000', '121453.615000', '121453.617000', '121453.620000', '121453.622000', '121453.625000', '121453.627000', '121453.630000', '121453.633000', '121453.635000', '121453.638000', '121453.640000', '121453.643000', '121453.645000', '121453.648000', '121453.651000', '121453.653000', '121453.656000', '121453.658000', '121453.661000', '121513.551000', '121513.553000', '121513.556000', '121513.559000', '121513.561000', '121513.564000', '121513.567000', '121513.569000', '121513.572000', '121513.574000', '121513.577000', '121513.580000', '121513.582000', '121513.585000', '121513.587000', '121513.590000', '121513.593000', '121513.595000', '121513.598000', '121513.600000', '121513.603000', '121513.605000', '121513.608000', '121513.611000', '121513.613000', '121513.616000', '121513.618000', '121513.621000', '121513.623000', '121513.626000', '121513.629000', '121513.648000', '121513.650000', '121513.653000', '121513.656000', '121513.658000', '121513.661000', '121513.663000', '121513.666000', '121513.668000', '121513.671000', '121513.674000', '121513.676000', '121513.679000', '121533.165000', '121533.168000', '121533.171000', '121533.174000', '121533.177000', '121533.180000', '121533.182000', '121533.185000', '121533.188000', '121533.191000', '121533.193000', '121533.196000', '121533.199000', '121533.201000', '121533.204000', '121533.207000', '121533.209000', '121533.212000', '121533.215000', '121533.217000', '121533.220000', '121533.223000', '121533.225000', '121533.228000', '121533.230000', '121533.233000', '121533.236000', '121533.238000', '121533.242000', '121533.245000', '121533.248000', '121533.251000', '121533.254000', '121533.257000', '121533.260000', '121533.263000', '121533.267000', '121533.271000', '121533.274000', '121533.277000', '121533.280000', '121533.283000', '121533.285000'], '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': [7000, 9642, 6666, 8285, 6338, 6976, 6050, 6830, 8101, 6614, 7632, 8498, 6878, 8830, 6628, 6967, 8342, 6632, 8168, 6451, 6826, 8249, 6716, 8116, 6814, 6938, 6011, 6783, 8291, 6684, 8101, 6477, 7477, 8827, 6960, 8963, 6714, 7408, 6488, 6781, 8808, 6777, 8121, 6516, 7017, 8418, 6696, 7849, 6585, 6942, 8087, 6677, 8365, 6543, 6960, 6180, 6813, 7909, 6712, 7515, 6230, 6861, 7527, 6777, 9048, 6616, 8382, 6614, 7015, 8059, 6868, 8637, 6596, 8124, 6351, 6799, 8283, 6900, 7909, 6243, 6822, 6001, 6742, 8631, 6523, 8626, 6431, 6979, 6105, 6590, 8487, 6428, 8080, 6698, 7382, 6207, 6973, 8702, 6626, 7999, 6258, 7368, 8751, 6660, 8945, 6786, 7135, 6203, 6617, 8414, 6577, 8651, 6659, 7118, 6019, 6941, 7197, 6819, 7935, 6539, 7378, 6670, 6734, 7634, 6903, 8571, 6670, 7858, 6884, 7021, 7301, 6985, 8389, 6820, 8074, 6574, 6895, 6390, 6841, 7890, 6860, 8595, 6648, 9126, 6390, 7698, 6365, 6232, 8608, 6410, 8643, 6257, 8272, 6100, 7064, 5889, 6540, 8721, 6507, 8697, 6703, 8289, 6543, 7138, 8447, 6645, 9011, 6550, 8421, 6874, 7347, 7059, 6403, 8544, 6582, 7858, 6766, 7512, 7459, 7641, 6190, 7381, 6448, 6445, 6694, 6239, 7323, 10069, 8060, 9012, 6549, 7118, 9198, 6666, 10006, 7060, 8945, 6508, 7217, 6771, 7272, 6544, 5984, 6190, 6022, 5757, 6934, 5780, 7022, 7259, 7003, 8081, 6192, 7621, 6133, 7162, 9166, 7387, 8257, 6674, 7887, 6946, 7190, 6589, 7116, 6959, 7378, 7260, 7517, 8585, 7610, 8724, 7037, 8215, 7618, 7079, 6662, 7073, 6655, 7303, 7129, 6867, 7151, 7221, 6806, 7205, 6676, 6805, 6700, 6781, 6519, 7343, 6576, 7150, 6606, 6396, 6774, 6402, 7012, 7001, 6147, 6302, 7423, 6300, 8024, 6301, 7422, 8889, 6946, 9218, 6602, 7824, 6613, 6737, 6173, 6304, 6161, 7764, 6484, 6595, 6673, 5891, 6572, 8443, 6593, 7543, 9234, 6636, 8300, 6353, 6982, 8749, 6839, 8731, 6516, 8361, 6267, 7281, 6339, 7026, 6514, 6870, 6788, 8134, 6404, 7198, 8793, 6428, 8379, 6542, 7477, 6158, 6701, 5921, 6778, 7867, 6372, 8462, 6332, 8380, 6338, 6728, 6510, 6645, 8331, 6750, 7754, 6229, 7351, 6253, 6791, 7275, 6852, 8055, 6383, 7353, 6125, 7560, 6411, 6704, 8545, 6867, 8029, 6551, 7688, 7046, 6768, 9213, 6735, 8740, 6533, 7126, 6302, 6932, 8475, 6714, 8661, 6641, 8025, 6174, 6680, 7507, 6760, 8401, 6400, 7100, 6971, 6874, 7189, 6946, 8223, 6522, 8893, 6502, 7961, 7584, 6976, 7523, 6834, 6319, 7086, 7103, 7041, 8712, 6592, 8661, 6528, 8463, 6446, 7322, 7258, 7122, 7937, 6926, 8177, 6691, 7557, 6216, 6840, 8373, 6661, 8217, 6606, 7265, 6265, 6600, 8806, 6738, 8549, 6377, 7384, 6377, 7015, 6370, 7087, 8795, 6423, 8764, 6307, 7173, 7765, 7314, 9197, 6510, 7727, 6551, 7344, 7835, 7063, 8743, 6566, 7642, 6640, 7316, 8546, 6650, 8734, 6331, 7154, 6196, 7225, 7271, 6581, 7889, 6419, 7666, 6534, 7078, 8657, 6599, 8052, 6318, 7307, 6401, 6907, 8357, 6737, 8326, 6667, 7462, 6445, 6476, 6129, 6871, 6855, 6579, 8603, 6678, 8606, 6791, 7741, 6315, 7059, 7451, 7696, 9576, 6705, 8986, 6555, 7517, 6484, 7301, 7104, 7367, 9156, 6780, 7948, 6487, 7259, 6067, 7286, 8042, 7945, 9537, 6961, 9191, 6447, 8052, 6386, 7431, 8631, 7101, 9454, 7153, 9175, 6512, 7576, 6148, 7385, 9048, 7204, 9424, 7044, 8318, 6582, 7282, 6087, 7633, 8718, 7176, 9343, 6982, 7880, 6245, 7454, 7100, 7347, 9435, 6833, 9016, 6513, 7634, 6118, 7700, 8442, 6997, 8203, 6670, 7639, 6679, 7342, 8723, 6954, 8467, 6600, 7348, 6152, 7323, 8610, 7170, 9735, 6613, 7823, 6256, 7295, 6102, 7267, 8861, 6877, 9138, 6241, 7611, 6279, 7580, 8881, 7142, 9537, 6777, 8395, 6388, 7411, 9200, 7150, 9194, 6558, 7629, 6382, 7372, 8822, 6952, 8530, 6542, 7414, 6342, 7218, 6650, 7010, 9103, 6866, 8583, 6486, 7092, 6526, 7489, 9614, 6557, 9088, 6548, 7499, 7085, 7053, 9586, 6552, 7713, 6220, 7223, 6501, 7437, 8568, 6524, 7820, 6388, 7336, 8837, 6964, 9647, 6540, 7768, 6188, 7314, 8564, 7088, 9443, 6523, 8336, 6283, 7412, 8355, 7244, 9559, 6519, 8186, 7114, 7564, 8338, 7397, 8794, 6523, 7507, 6236, 7327, 8992, 6997, 9549, 6541, 7615, 6014, 7490, 7660, 7818, 8921, 6765, 9005, 7383, 7349, 8136, 6473, 7651, 6626, 5854, 6894, 6252, 7425, 6479, 7929, 6756, 8901, 6657, 8691, 8866, 7085, 9431, 6894, 8487, 6658, 7810, 6869, 6909, 6432, 6439, 6241, 6552, 6476, 6612, 6423, 7029, 6561, 7419, 6706, 7280, 6356, 6511, 7859, 6537, 8267, 6628, 7870, 6413, 6860, 9132, 6594, 8463, 6469, 7224, 6289, 6685, 6109, 6540, 7715, 6347, 7762, 6093, 6999, 5958, 6582, 7313, 6397, 8381, 6158, 7951, 6157, 7077, 5799, 6622, 7514, 6545, 8316, 6395, 8386, 6220, 8089, 6382, 7351, 7713, 6510, 8670, 6507, 8128, 6469, 7715, 7455, 6716, 9118, 6519, 8152, 6431, 6939, 6887, 6544, 9032, 6549, 8451, 6520, 7073, 6301, 6712, 8870, 6428, 8343, 6386, 7366, 5996, 6740, 8702, 6512, 8104, 6257, 7241, 6161, 6628, 6141, 6815, 5890, 6729, 8130, 6474, 8645, 6482, 7613, 7842, 6771, 8845, 6534, 8113, 6064, 6780, 7559, 6565, 8036, 6551, 7107, 6710, 7861, 6201, 7704, 6059, 7157, 8863, 6577, 8574, 6224, 6820, 6444, 6430, 8448, 6575, 8900, 6545, 7541, 6457, 7534, 6575, 7933, 6365, 9122, 6508, 8068, 6654, 7593, 8389, 7339, 10134, 6825, 8990, 6217, 7679, 6829, 7328, 6116, 7196, 5963, 6869, 9602, 6781, 8705, 6325, 7404, 10267, 6592, 8326, 6379, 7248, 8998, 7129, 8596, 6556, 7712, 6413, 7395, 6432, 7527, 8597, 7478, 9870, 6606, 7529, 6679, 7343, 8943, 6618, 9349, 6773, 7803, 6420, 7168, 9420, 6382, 7403, 6229, 7072, 9185, 6594, 8274, 6403, 7186, 6203, 7162, 8328, 6826, 8314, 6430, 7032, 6357, 6709, 7971, 6685, 7863, 6580, 7305, 6272, 6963, 8890, 7013, 9875, 6282, 7325, 6237, 7131, 9441, 6948, 9959, 6668, 7606, 6288, 7613, 7396, 7397, 10390, 7048, 10311, 6453, 7771, 7668, 7356, 10608, 6604, 9588, 6827, 8375, 7635, 7181, 9921, 7181, 9917, 6500, 7818, 6474, 7400, 9223, 7190, 10494, 7063, 8445, 6185, 7396, 6921, 7460, 9432, 6713, 9794, 6432, 7623, 6525, 7538, 9312, 6847, 8490, 6335, 7268, 6094, 7233, 8996, 6510, 7595, 6136, 7473, 6508, 7045, 9633, 7138, 9679, 6207, 7979, 6346, 7327, 9319, 7206, 10025, 6662, 7895, 6098, 7241, 5849, 6539, 8048, 6277, 8603, 6532, 8045, 6211, 7371, 6292, 6522, 8854, 6635, 8746, 6471, 7509, 5862, 6633, 7938, 6723, 8271, 6542, 8283, 6308, 7091, 7401, 6490, 8478, 6234, 8045, 6330, 7413, 7819, 6304, 9113, 6352, 7702, 5949, 6631, 6111, 6543, 8414, 6377, 8163, 6199, 7579, 6125, 7037, 7831, 6341, 9451, 6221, 8544, 6265, 7639, 5888, 6783, 9133, 6669, 9330, 6429, 7249, 6258, 7213, 6784, 7294, 8724, 6690, 9392, 6304, 7673, 6069, 7211, 6722, 7072, 8737, 6527, 9080, 6541, 8148, 6586, 7314, 8207, 7218, 8738, 6282, 7368, 6253, 7259, 7154, 6971, 8514, 6625, 7896, 6326, 7347, 7242, 7270, 9295, 7087, 9483, 6316, 7385, 6196, 7308, 8956, 6873, 9772, 6679, 7766, 6369, 7061, 6576, 6929, 8886, 6483, 8839, 6356, 7108, 6069, 7324, 9096, 6601, 9106, 6462, 8225, 6437, 7425, 8752, 7083, 9075, 6334, 8367, 6729, 7315, 7901, 7011, 9700, 6461, 7575, 6621, 7380, 8940, 7048, 9748, 6585, 7535, 6224, 7288, 7378, 6838, 9234, 6478, 8704, 6204, 7318, 6591, 7195, 9277, 6811, 8651, 6593, 8054, 6655, 7256, 8805, 7024, 8125, 6391, 7384, 5939, 7184, 8757, 6805, 8547, 6498, 7524, 6630, 7057, 5940, 6935, 9042, 6819, 9545, 7133, 8343, 6974, 7951, 6768, 7202, 8940, 7778, 9369, 7268, 8675, 6230, 7620, 6591, 6482, 7280, 6509, 7080, 6632, 8876, 6840, 9228, 6480, 7366, 9115, 6884, 9311, 7075, 8417, 6171, 7316, 6334, 6970, 7586, 6713, 7743, 6285, 7700, 6591, 7239, 6748, 7189, 8439, 6796, 7711, 6171, 7410, 8395, 7066, 9042, 6627, 7342, 6436, 6939, 8218, 6842, 9386, 6646, 8172, 6511, 7266, 7600, 7177, 9717, 6574, 7782, 7219, 7642, 8103, 7312, 9301, 6463, 7654, 6392, 7275, 9296, 7218, 9671, 6376, 7549, 6851, 7228, 8190, 7000, 9656, 6834, 9341, 6445, 7620, 6639, 7322, 8176, 7110, 9072, 6977, 8736, 6578, 7736, 6030, 7225, 8367, 6834, 9073, 6412, 7280, 7749, 6731, 9182, 6256, 8050, 6385, 6729, 5920, 6469, 8359, 6487, 7547, 6178, 6726, 5808, 6351, 8082, 6420, 7785, 6368, 6977, 6917, 6514, 8652, 6608, 8239, 6658, 7626, 6338, 6929, 8631, 6689, 8788, 6487, 7821, 6339, 6804, 7219, 6783, 8945, 6750, 8427, 6369, 7316, 6059, 6750, 8597, 6581, 8491, 6374, 7543, 6312, 6802, 6994, 6726, 8818, 6711, 8893, 6398, 8526, 6445, 7086, 6320, 6978, 8107, 6471, 9103, 6248, 8341, 6141, 7105, 5881, 7171, 8544, 6417, 10001, 6848, 9288, 6477, 7280, 6097, 7020, 8355, 6655, 9568, 7383, 10306, 6493, 7878, 6492, 7208, 8041, 6969, 10054, 7185, 9988, 6462, 8087, 6304, 7294, 9240, 7028, 9691, 6774, 8910, 6340, 7423, 7229, 7115, 9154, 6569, 8364, 6081, 7181, 8416, 7206, 9473, 6842, 9045, 6238, 7239, 6320, 6883, 9201, 6710, 9007, 6441, 6692, 6141, 6463, 5809, 6391, 8075, 6314, 8787, 6407, 7924, 6155, 6865, 8066, 6555, 8852, 6343, 8277, 6289, 7074, 7235, 6566, 8179, 6440, 7400, 6089, 6449, 7560, 6416, 8247, 6540, 7444, 6123, 6576, 5609, 6414, 7902, 6235, 7860, 6526, 7615, 6116, 7073, 7918, 6534, 9065, 6321, 8142, 6307, 7641, 7341, 6539, 8810, 6574, 8057, 6156, 7104, 5681, 6530, 8256, 6423, 8692, 6312, 7832, 6076, 6889, 7135, 6299, 8951, 6301, 8529, 6225, 7209, 5802, 6495, 8448, 6456, 8409, 6105, 7636, 6398, 6788, 7774, 6320, 8548, 6290, 8040, 6107, 7457, 7689, 6563, 9203, 6397, 7881, 6421, 7351, 6919, 7046, 8933, 6626, 8291, 6245, 7273, 5886, 6786, 9092, 6471, 9004, 6254, 7347, 5833, 6951, 8446, 6566, 8828, 6505, 7701, 6225, 7054, 5917, 6831, 8759, 6619, 9525, 6408, 7731, 6246, 7361, 9063, 6889, 9545, 6611, 8762, 6642, 7560, 9055, 6990, 8169, 6342, 7118, 5900, 7149, 8670, 6866, 9096, 6417, 7587, 6081, 7224, 7467, 7097, 9478, 7021, 9470, 6145, 7557, 7510, 7477, 9825, 6670, 9068, 6690, 7573, 7613, 6838, 8965, 6655, 7548, 6400, 7170, 6694, 7216, 8686, 6722, 7717, 6328, 7371, 6204, 6943, 8966, 6857, 9588, 6265, 7671, 6088, 7288, 9012, 6719, 9141, 6655, 7975, 6405, 7149, 8034, 6771, 9090, 6421, 8000, 6399, 7423, 6473, 7320, 8673, 6619, 8244, 6570, 7681, 6491, 7304, 8365, 6812, 8369, 6598, 7984, 6309, 7932, 6554, 7505, 8317, 7273, 9404, 6618, 8707, 6805, 7896, 6215, 7482, 8774, 7238, 9272, 6412, 7545, 6895, 7388, 7789, 7340, 8252, 6724, 7601, 6464, 7414, 6271, 7220, 6752, 7461, 8659, 6996, 8794, 6612, 7744, 6835, 7602, 7983, 7360, 8602, 6802, 8072, 6590, 7214, 6684, 7078, 6778, 7118, 8310, 6856, 8189, 6512, 7574, 6333, 7216, 6244, 7116, 8103, 7064, 9208, 6777, 9422, 6515, 7902, 6288, 7173, 6103, 7137, 7184, 7005, 8630, 6502, 8833, 6782, 8069, 6460, 7535, 6290, 7240, 6295, 6777, 5948, 6719, 8288, 7145, 8991, 6821, 8906, 6577, 8738, 6164, 7764, 6462, 7239, 6286, 7761, 6148, 8781, 6467, 8297, 6831, 6464, 7856, 7026, 8310, 6771, 9801, 6746, 9411, 6593, 8457, 6258, 7356, 6561, 7349, 6286, 7393, 6479, 6671, 6633, 6087, 7107, 6185, 6954, 6436, 7489, 6411, 8452, 6376, 9094, 6515, 8397, 6203, 8371, 6365, 8695, 6089, 8426, 6302, 8317, 6674, 7562, 6865, 6186, 7509, 6368, 8980, 6633, 9151, 6644, 7491, 6995, 6506, 8465, 6707, 8898, 7193, 8233, 7008, 8963, 6622, 9603, 7062, 9813, 6488, 8012, 6666, 6844, 6720, 6082, 7211, 6248, 7007, 6412, 8571, 6800, 9388, 6881, 9724, 6490, 9618, 6294, 7938, 6341, 8516, 6554, 9151, 6468, 6216, 6871, 6297, 7959, 6615, 9045, 7377, 10425, 6927, 9040, 6437, 7327, 7410, 7167, 9054, 6963, 6358, 6821, 6275, 6848, 6231, 6770, 6338, 7588, 6300, 7411, 6541, 7365, 10311, 6536, 8516, 6788, 7988, 6213, 7069, 6509, 7092, 6735, 6257, 7274, 6821, 7662, 10759, 7931, 9833, 7006, 7389, 7359, 7003, 8943, 6637, 9706, 6751, 8738, 6503, 7433, 6510, 7349, 7803, 6691, 9199, 6809, 9013, 6502, 7521, 6441, 7463, 6325, 7120], 'WindowCenter': [3572.0, 3606.0, 3543.0, 3570.0, 3529.0, 3540.0, 3515.0, 3547.0, 3560.0, 3548.0, 3552.0, 3557.0, 3528.0, 3570.0, 3527.0, 3538.0, 3547.0, 3534.0, 3566.0, 3522.0, 3536.0, 3559.0, 3528.0, 3548.0, 3528.0, 3540.0, 3517.0, 3540.0, 3560.0, 3547.0, 3559.0, 3527.0, 3559.0, 3578.0, 3539.0, 3568.0, 3528.0, 3538.0, 3516.0, 3527.0, 3559.0, 3526.0, 3555.0, 3514.0, 3527.0, 3547.0, 3533.0, 3546.0, 3525.0, 3534.0, 3546.0, 3525.0, 3548.0, 3516.0, 3523.0, 3522.0, 3535.0, 3554.0, 3528.0, 3545.0, 3515.0, 3540.0, 3557.0, 3541.0, 3569.0, 3540.0, 3560.0, 3536.0, 3540.0, 3547.0, 3527.0, 3567.0, 3527.0, 3548.0, 3516.0, 3528.0, 3558.0, 3538.0, 3548.0, 3524.0, 3527.0, 3524.0, 3547.0, 3559.0, 3530.0, 3578.0, 3536.0, 3547.0, 3516.0, 3547.0, 3566.0, 3530.0, 3562.0, 3536.0, 3551.0, 3530.0, 3536.0, 3578.0, 3536.0, 3561.0, 3528.0, 3551.0, 3556.0, 3529.0, 3569.0, 3525.0, 3545.0, 3524.0, 3546.0, 3560.0, 3540.0, 3581.0, 3554.0, 3560.0, 3531.0, 3550.0, 3545.0, 3546.0, 3568.0, 3535.0, 3548.0, 3532.0, 3539.0, 3555.0, 3538.0, 3558.0, 3545.0, 3566.0, 3544.0, 3546.0, 3547.0, 3558.0, 3559.0, 3538.0, 3555.0, 3536.0, 3539.0, 3534.0, 3538.0, 3559.0, 3538.0, 3592.0, 3552.0, 3579.0, 3515.0, 3537.0, 3515.0, 3517.0, 3558.0, 3529.0, 3568.0, 3529.0, 3567.0, 3524.0, 3547.0, 3514.0, 3536.0, 3560.0, 3537.0, 3579.0, 3539.0, 3562.0, 3529.0, 3548.0, 3550.0, 3535.0, 3566.0, 3515.0, 3549.0, 3528.0, 3537.0, 3527.0, 3532.0, 3573.0, 3542.0, 3562.0, 3549.0, 3560.0, 3553.0, 3559.0, 3527.0, 3565.0, 3546.0, 3544.0, 3544.0, 3532.0, 3561.0, 3594.0, 3565.0, 3574.0, 3531.0, 3548.0, 3579.0, 3536.0, 3571.0, 3534.0, 3561.0, 3542.0, 3554.0, 3551.0, 3551.0, 3523.0, 3510.0, 3497.0, 3515.0, 3521.0, 3534.0, 3513.0, 3558.0, 3555.0, 3537.0, 3554.0, 3523.0, 3544.0, 3512.0, 3543.0, 3554.0, 3541.0, 3545.0, 3523.0, 3535.0, 3506.0, 3508.0, 3508.0, 3505.0, 3505.0, 3519.0, 3525.0, 3517.0, 3535.0, 3525.0, 3535.0, 3494.0, 3515.0, 3512.0, 3496.0, 3497.0, 3508.0, 3502.0, 3521.0, 3518.0, 3510.0, 3522.0, 3543.0, 3517.0, 3539.0, 3517.0, 3517.0, 3510.0, 3507.0, 3520.0, 3529.0, 3518.0, 3523.0, 3515.0, 3478.0, 3502.0, 3505.0, 3520.0, 3531.0, 3522.0, 3514.0, 3535.0, 3527.0, 3569.0, 3524.0, 3550.0, 3565.0, 3537.0, 3558.0, 3521.0, 3534.0, 3520.0, 3514.0, 3503.0, 3515.0, 3517.0, 3549.0, 3530.0, 3549.0, 3539.0, 3531.0, 3553.0, 3575.0, 3549.0, 3552.0, 3579.0, 3528.0, 3560.0, 3517.0, 3545.0, 3557.0, 3533.0, 3565.0, 3524.0, 3555.0, 3524.0, 3549.0, 3526.0, 3535.0, 3536.0, 3527.0, 3540.0, 3561.0, 3524.0, 3540.0, 3556.0, 3517.0, 3567.0, 3536.0, 3537.0, 3524.0, 3535.0, 3517.0, 3538.0, 3556.0, 3538.0, 3580.0, 3531.0, 3568.0, 3537.0, 3549.0, 3529.0, 3547.0, 3568.0, 3547.0, 3570.0, 3531.0, 3549.0, 3528.0, 3554.0, 3559.0, 3538.0, 3563.0, 3549.0, 3554.0, 3527.0, 3563.0, 3550.0, 3556.0, 3572.0, 3543.0, 3560.0, 3531.0, 3570.0, 3548.0, 3539.0, 3579.0, 3538.0, 3579.0, 3535.0, 3546.0, 3535.0, 3540.0, 3561.0, 3540.0, 3571.0, 3537.0, 3571.0, 3533.0, 3542.0, 3538.0, 3547.0, 3569.0, 3563.0, 3560.0, 3544.0, 3540.0, 3538.0, 3557.0, 3560.0, 3527.0, 3566.0, 3512.0, 3543.0, 3536.0, 3533.0, 3536.0, 3527.0, 3515.0, 3545.0, 3537.0, 3536.0, 3554.0, 3525.0, 3557.0, 3517.0, 3549.0, 3514.0, 3546.0, 3543.0, 3533.0, 3554.0, 3526.0, 3567.0, 3538.0, 3557.0, 3516.0, 3527.0, 3561.0, 3538.0, 3560.0, 3525.0, 3543.0, 3521.0, 3537.0, 3556.0, 3533.0, 3565.0, 3522.0, 3536.0, 3521.0, 3525.0, 3524.0, 3539.0, 3559.0, 3526.0, 3559.0, 3525.0, 3539.0, 3555.0, 3545.0, 3576.0, 3516.0, 3544.0, 3515.0, 3537.0, 3544.0, 3534.0, 3556.0, 3526.0, 3554.0, 3533.0, 3545.0, 3564.0, 3526.0, 3559.0, 3523.0, 3533.0, 3505.0, 3537.0, 3536.0, 3534.0, 3556.0, 3523.0, 3549.0, 3513.0, 3538.0, 3559.0, 3535.0, 3549.0, 3523.0, 3536.0, 3529.0, 3560.0, 3576.0, 3549.0, 3561.0, 3541.0, 3538.0, 3525.0, 3527.0, 3523.0, 3538.0, 3538.0, 3537.0, 3569.0, 3550.0, 3580.0, 3547.0, 3551.0, 3550.0, 3551.0, 3571.0, 3558.0, 3576.0, 3534.0, 3566.0, 3524.0, 3535.0, 3517.0, 3546.0, 3544.0, 3547.0, 3578.0, 3535.0, 3557.0, 3528.0, 3551.0, 3527.0, 3559.0, 3563.0, 3563.0, 3590.0, 3548.0, 3590.0, 3532.0, 3569.0, 3529.0, 3558.0, 3561.0, 3547.0, 3567.0, 3546.0, 3571.0, 3524.0, 3546.0, 3512.0, 3545.0, 3559.0, 3546.0, 3570.0, 3528.0, 3555.0, 3533.0, 3535.0, 3505.0, 3556.0, 3566.0, 3538.0, 3570.0, 3546.0, 3558.0, 3535.0, 3539.0, 3534.0, 3539.0, 3570.0, 3535.0, 3561.0, 3524.0, 3557.0, 3516.0, 3556.0, 3555.0, 3545.0, 3567.0, 3525.0, 3556.0, 3534.0, 3557.0, 3559.0, 3546.0, 3567.0, 3527.0, 3546.0, 3518.0, 3548.0, 3567.0, 3545.0, 3577.0, 3536.0, 3556.0, 3517.0, 3539.0, 3518.0, 3558.0, 3572.0, 3536.0, 3572.0, 3538.0, 3551.0, 3516.0, 3558.0, 3565.0, 3534.0, 3577.0, 3527.0, 3556.0, 3516.0, 3544.0, 3557.0, 3534.0, 3565.0, 3515.0, 3543.0, 3521.0, 3533.0, 3557.0, 3534.0, 3558.0, 3516.0, 3543.0, 3516.0, 3538.0, 3535.0, 3548.0, 3579.0, 3530.0, 3580.0, 3536.0, 3546.0, 3529.0, 3540.0, 3578.0, 3535.0, 3579.0, 3524.0, 3538.0, 3546.0, 3539.0, 3577.0, 3517.0, 3555.0, 3523.0, 3540.0, 3535.0, 3557.0, 3567.0, 3528.0, 3556.0, 3536.0, 3558.0, 3571.0, 3541.0, 3572.0, 3537.0, 3552.0, 3525.0, 3540.0, 3560.0, 3541.0, 3580.0, 3538.0, 3561.0, 3537.0, 3559.0, 3568.0, 3536.0, 3579.0, 3529.0, 3561.0, 3545.0, 3557.0, 3550.0, 3540.0, 3567.0, 3517.0, 3547.0, 3514.0, 3537.0, 3578.0, 3537.0, 3571.0, 3524.0, 3549.0, 3515.0, 3539.0, 3557.0, 3559.0, 3579.0, 3549.0, 3580.0, 3572.0, 3571.0, 3583.0, 3543.0, 3569.0, 3562.0, 3541.0, 3553.0, 3543.0, 3572.0, 3540.0, 3564.0, 3549.0, 3572.0, 3526.0, 3556.0, 3568.0, 3545.0, 3558.0, 3526.0, 3543.0, 3511.0, 3532.0, 3512.0, 3523.0, 3511.0, 3521.0, 3513.0, 3521.0, 3522.0, 3526.0, 3522.0, 3526.0, 3526.0, 3536.0, 3535.0, 3546.0, 3528.0, 3530.0, 3561.0, 3529.0, 3558.0, 3528.0, 3549.0, 3514.0, 3528.0, 3566.0, 3526.0, 3544.0, 3522.0, 3543.0, 3515.0, 3533.0, 3523.0, 3534.0, 3545.0, 3535.0, 3550.0, 3529.0, 3541.0, 3529.0, 3538.0, 3558.0, 3529.0, 3567.0, 3530.0, 3563.0, 3530.0, 3552.0, 3517.0, 3542.0, 3551.0, 3531.0, 3580.0, 3538.0, 3581.0, 3530.0, 3565.0, 3531.0, 3553.0, 3549.0, 3538.0, 3570.0, 3529.0, 3559.0, 3536.0, 3552.0, 3547.0, 3526.0, 3568.0, 3524.0, 3556.0, 3523.0, 3545.0, 3545.0, 3528.0, 3567.0, 3527.0, 3566.0, 3535.0, 3536.0, 3526.0, 3526.0, 3559.0, 3517.0, 3545.0, 3516.0, 3535.0, 3522.0, 3526.0, 3555.0, 3513.0, 3543.0, 3513.0, 3544.0, 3516.0, 3524.0, 3514.0, 3538.0, 3518.0, 3547.0, 3560.0, 3529.0, 3572.0, 3529.0, 3551.0, 3556.0, 3527.0, 3559.0, 3527.0, 3545.0, 3510.0, 3526.0, 3544.0, 3524.0, 3555.0, 3534.0, 3535.0, 3538.0, 3568.0, 3529.0, 3569.0, 3524.0, 3541.0, 3571.0, 3546.0, 3567.0, 3524.0, 3535.0, 3534.0, 3542.0, 3568.0, 3541.0, 3567.0, 3527.0, 3544.0, 3517.0, 3556.0, 3529.0, 3569.0, 3536.0, 3579.0, 3537.0, 3547.0, 3536.0, 3557.0, 3567.0, 3545.0, 3567.0, 3528.0, 3565.0, 3505.0, 3545.0, 3534.0, 3544.0, 3516.0, 3539.0, 3516.0, 3539.0, 3578.0, 3537.0, 3569.0, 3525.0, 3538.0, 3575.0, 3523.0, 3553.0, 3505.0, 3537.0, 3565.0, 3533.0, 3556.0, 3517.0, 3536.0, 3522.0, 3537.0, 3522.0, 3557.0, 3566.0, 3539.0, 3570.0, 3534.0, 3544.0, 3522.0, 3546.0, 3557.0, 3533.0, 3565.0, 3533.0, 3546.0, 3522.0, 3527.0, 3565.0, 3522.0, 3537.0, 3512.0, 3533.0, 3558.0, 3528.0, 3548.0, 3523.0, 3534.0, 3516.0, 3546.0, 3555.0, 3535.0, 3568.0, 3551.0, 3551.0, 3531.0, 3540.0, 3547.0, 3528.0, 3547.0, 3526.0, 3557.0, 3527.0, 3561.0, 3580.0, 3549.0, 3567.0, 3522.0, 3532.0, 3511.0, 3534.0, 3575.0, 3533.0, 3576.0, 3535.0, 3556.0, 3516.0, 3537.0, 3537.0, 3557.0, 3592.0, 3563.0, 3605.0, 3538.0, 3560.0, 3546.0, 3547.0, 3590.0, 3527.0, 3577.0, 3525.0, 3556.0, 3545.0, 3548.0, 3578.0, 3535.0, 3572.0, 3523.0, 3538.0, 3523.0, 3539.0, 3558.0, 3534.0, 3580.0, 3529.0, 3555.0, 3513.0, 3544.0, 3534.0, 3546.0, 3566.0, 3536.0, 3579.0, 3525.0, 3557.0, 3524.0, 3548.0, 3564.0, 3534.0, 3567.0, 3523.0, 3539.0, 3524.0, 3540.0, 3568.0, 3529.0, 3557.0, 3527.0, 3558.0, 3538.0, 3547.0, 3572.0, 3540.0, 3591.0, 3526.0, 3557.0, 3524.0, 3547.0, 3571.0, 3545.0, 3578.0, 3528.0, 3572.0, 3533.0, 3572.0, 3529.0, 3537.0, 3556.0, 3535.0, 3566.0, 3526.0, 3568.0, 3517.0, 3551.0, 3529.0, 3530.0, 3580.0, 3528.0, 3558.0, 3528.0, 3545.0, 3507.0, 3535.0, 3548.0, 3528.0, 3558.0, 3529.0, 3560.0, 3529.0, 3541.0, 3557.0, 3530.0, 3560.0, 3525.0, 3567.0, 3527.0, 3549.0, 3551.0, 3528.0, 3572.0, 3536.0, 3551.0, 3525.0, 3541.0, 3518.0, 3538.0, 3568.0, 3529.0, 3568.0, 3519.0, 3559.0, 3518.0, 3541.0, 3550.0, 3538.0, 3583.0, 3516.0, 3561.0, 3530.0, 3551.0, 3506.0, 3542.0, 3582.0, 3530.0, 3579.0, 3527.0, 3540.0, 3516.0, 3546.0, 3525.0, 3546.0, 3560.0, 3529.0, 3567.0, 3529.0, 3556.0, 3517.0, 3536.0, 3528.0, 3539.0, 3560.0, 3535.0, 3558.0, 3526.0, 3556.0, 3528.0, 3540.0, 3566.0, 3538.0, 3560.0, 3519.0, 3547.0, 3517.0, 3540.0, 3547.0, 3548.0, 3569.0, 3537.0, 3557.0, 3525.0, 3546.0, 3539.0, 3540.0, 3571.0, 3539.0, 3571.0, 3518.0, 3539.0, 3512.0, 3538.0, 3566.0, 3535.0, 3577.0, 3536.0, 3556.0, 3518.0, 3547.0, 3533.0, 3546.0, 3567.0, 3525.0, 3568.0, 3518.0, 3537.0, 3518.0, 3551.0, 3558.0, 3536.0, 3567.0, 3529.0, 3561.0, 3525.0, 3552.0, 3561.0, 3546.0, 3572.0, 3536.0, 3561.0, 3535.0, 3547.0, 3555.0, 3547.0, 3570.0, 3517.0, 3544.0, 3525.0, 3546.0, 3566.0, 3539.0, 3569.0, 3528.0, 3546.0, 3524.0, 3545.0, 3538.0, 3535.0, 3570.0, 3536.0, 3561.0, 3525.0, 3547.0, 3535.0, 3537.0, 3569.0, 3535.0, 3567.0, 3525.0, 3558.0, 3534.0, 3537.0, 3566.0, 3533.0, 3548.0, 3523.0, 3537.0, 3513.0, 3539.0, 3559.0, 3529.0, 3560.0, 3536.0, 3549.0, 3540.0, 3538.0, 3519.0, 3549.0, 3571.0, 3538.0, 3580.0, 3542.0, 3570.0, 3540.0, 3557.0, 3535.0, 3546.0, 3559.0, 3550.0, 3570.0, 3538.0, 3567.0, 3524.0, 3543.0, 3546.0, 3528.0, 3547.0, 3527.0, 3548.0, 3541.0, 3572.0, 3542.0, 3573.0, 3536.0, 3536.0, 3558.0, 3526.0, 3565.0, 3532.0, 3542.0, 3510.0, 3522.0, 3513.0, 3532.0, 3542.0, 3534.0, 3545.0, 3517.0, 3550.0, 3536.0, 3540.0, 3528.0, 3539.0, 3557.0, 3536.0, 3558.0, 3517.0, 3540.0, 3558.0, 3538.0, 3568.0, 3528.0, 3545.0, 3524.0, 3539.0, 3557.0, 3536.0, 3577.0, 3535.0, 3559.0, 3515.0, 3545.0, 3538.0, 3540.0, 3578.0, 3528.0, 3557.0, 3545.0, 3557.0, 3555.0, 3538.0, 3565.0, 3522.0, 3538.0, 3523.0, 3546.0, 3559.0, 3539.0, 3570.0, 3517.0, 3545.0, 3527.0, 3535.0, 3547.0, 3533.0, 3575.0, 3535.0, 3576.0, 3523.0, 3538.0, 3533.0, 3538.0, 3554.0, 3534.0, 3559.0, 3545.0, 3567.0, 3534.0, 3557.0, 3518.0, 3536.0, 3556.0, 3524.0, 3566.0, 3518.0, 3559.0, 3548.0, 3536.0, 3564.0, 3515.0, 3547.0, 3515.0, 3532.0, 3501.0, 3516.0, 3546.0, 3523.0, 3545.0, 3517.0, 3536.0, 3513.0, 3535.0, 3547.0, 3529.0, 3549.0, 3535.0, 3546.0, 3537.0, 3529.0, 3567.0, 3536.0, 3558.0, 3525.0, 3547.0, 3524.0, 3538.0, 3566.0, 3536.0, 3559.0, 3515.0, 3555.0, 3522.0, 3527.0, 3536.0, 3527.0, 3566.0, 3534.0, 3556.0, 3534.0, 3544.0, 3516.0, 3535.0, 3565.0, 3547.0, 3568.0, 3530.0, 3549.0, 3527.0, 3525.0, 3544.0, 3528.0, 3568.0, 3536.0, 3557.0, 3513.0, 3569.0, 3523.0, 3545.0, 3515.0, 3535.0, 3548.0, 3524.0, 3577.0, 3535.0, 3561.0, 3518.0, 3539.0, 3505.0, 3548.0, 3570.0, 3538.0, 3580.0, 3537.0, 3572.0, 3537.0, 3547.0, 3518.0, 3540.0, 3569.0, 3537.0, 3579.0, 3540.0, 3590.0, 3519.0, 3557.0, 3517.0, 3539.0, 3555.0, 3528.0, 3570.0, 3535.0, 3577.0, 3524.0, 3550.0, 3524.0, 3545.0, 3557.0, 3526.0, 3564.0, 3524.0, 3556.0, 3515.0, 3545.0, 3535.0, 3533.0, 3565.0, 3534.0, 3548.0, 3512.0, 3535.0, 3548.0, 3545.0, 3577.0, 3528.0, 3566.0, 3505.0, 3544.0, 3521.0, 3527.0, 3566.0, 3541.0, 3593.0, 3532.0, 3548.0, 3516.0, 3535.0, 3506.0, 3529.0, 3550.0, 3529.0, 3560.0, 3527.0, 3558.0, 3518.0, 3537.0, 3555.0, 3528.0, 3557.0, 3524.0, 3557.0, 3515.0, 3536.0, 3545.0, 3534.0, 3555.0, 3514.0, 3538.0, 3523.0, 3529.0, 3549.0, 3536.0, 3567.0, 3528.0, 3545.0, 3515.0, 3525.0, 3525.0, 3530.0, 3558.0, 3530.0, 3560.0, 3531.0, 3551.0, 3519.0, 3549.0, 3550.0, 3537.0, 3579.0, 3529.0, 3561.0, 3529.0, 3548.0, 3539.0, 3527.0, 3557.0, 3535.0, 3546.0, 3515.0, 3536.0, 3514.0, 3530.0, 3559.0, 3538.0, 3580.0, 3531.0, 3552.0, 3519.0, 3548.0, 3537.0, 3528.0, 3572.0, 3530.0, 3572.0, 3528.0, 3552.0, 3526.0, 3530.0, 3558.0, 3531.0, 3569.0, 3520.0, 3561.0, 3538.0, 3542.0, 3558.0, 3537.0, 3571.0, 3538.0, 3562.0, 3527.0, 3552.0, 3560.0, 3549.0, 3573.0, 3530.0, 3568.0, 3537.0, 3552.0, 3540.0, 3549.0, 3579.0, 3538.0, 3561.0, 3537.0, 3558.0, 3507.0, 3539.0, 3593.0, 3531.0, 3581.0, 3537.0, 3559.0, 3514.0, 3540.0, 3559.0, 3542.0, 3580.0, 3530.0, 3559.0, 3527.0, 3549.0, 3515.0, 3549.0, 3570.0, 3550.0, 3591.0, 3529.0, 3559.0, 3530.0, 3552.0, 3568.0, 3540.0, 3578.0, 3535.0, 3562.0, 3527.0, 3555.0, 3559.0, 3527.0, 3555.0, 3514.0, 3539.0, 3507.0, 3547.0, 3568.0, 3537.0, 3578.0, 3527.0, 3558.0, 3526.0, 3560.0, 3549.0, 3541.0, 3573.0, 3548.0, 3578.0, 3524.0, 3551.0, 3535.0, 3536.0, 3576.0, 3527.0, 3565.0, 3523.0, 3543.0, 3536.0, 3522.0, 3557.0, 3523.0, 3548.0, 3523.0, 3527.0, 3534.0, 3536.0, 3557.0, 3535.0, 3556.0, 3533.0, 3539.0, 3524.0, 3541.0, 3568.0, 3531.0, 3572.0, 3526.0, 3547.0, 3524.0, 3547.0, 3560.0, 3536.0, 3578.0, 3535.0, 3555.0, 3514.0, 3545.0, 3548.0, 3528.0, 3567.0, 3518.0, 3547.0, 3525.0, 3539.0, 3524.0, 3539.0, 3566.0, 3534.0, 3567.0, 3528.0, 3556.0, 3525.0, 3539.0, 3549.0, 3528.0, 3566.0, 3536.0, 3558.0, 3537.0, 3570.0, 3536.0, 3559.0, 3568.0, 3546.0, 3579.0, 3527.0, 3567.0, 3526.0, 3549.0, 3513.0, 3546.0, 3555.0, 3543.0, 3564.0, 3521.0, 3536.0, 3525.0, 3536.0, 3544.0, 3543.0, 3545.0, 3526.0, 3544.0, 3523.0, 3545.0, 3527.0, 3558.0, 3528.0, 3559.0, 3561.0, 3548.0, 3569.0, 3526.0, 3547.0, 3526.0, 3557.0, 3549.0, 3538.0, 3559.0, 3535.0, 3548.0, 3533.0, 3538.0, 3525.0, 3547.0, 3535.0, 3549.0, 3567.0, 3540.0, 3568.0, 3530.0, 3559.0, 3528.0, 3558.0, 3530.0, 3548.0, 3569.0, 3549.0, 3569.0, 3536.0, 3577.0, 3528.0, 3558.0, 3528.0, 3547.0, 3525.0, 3548.0, 3536.0, 3539.0, 3557.0, 3530.0, 3571.0, 3530.0, 3557.0, 3530.0, 3549.0, 3530.0, 3560.0, 3537.0, 3549.0, 3519.0, 3549.0, 3570.0, 3539.0, 3580.0, 3543.0, 3581.0, 3550.0, 3581.0, 3528.0, 3559.0, 3537.0, 3547.0, 3528.0, 3563.0, 3541.0, 3582.0, 3543.0, 3575.0, 3551.0, 3544.0, 3572.0, 3562.0, 3572.0, 3551.0, 3592.0, 3539.0, 3582.0, 3529.0, 3559.0, 3516.0, 3540.0, 3526.0, 3546.0, 3515.0, 3539.0, 3538.0, 3548.0, 3549.0, 3539.0, 3555.0, 3536.0, 3563.0, 3553.0, 3574.0, 3555.0, 3578.0, 3555.0, 3588.0, 3546.0, 3577.0, 3541.0, 3578.0, 3554.0, 3574.0, 3542.0, 3584.0, 3544.0, 3584.0, 3546.0, 3573.0, 3565.0, 3534.0, 3567.0, 3554.0, 3595.0, 3565.0, 3590.0, 3565.0, 3575.0, 3564.0, 3553.0, 3586.0, 3557.0, 3595.0, 3556.0, 3584.0, 3563.0, 3582.0, 3551.0, 3593.0, 3544.0, 3591.0, 3539.0, 3561.0, 3549.0, 3539.0, 3551.0, 3542.0, 3562.0, 3545.0, 3553.0, 3555.0, 3596.0, 3555.0, 3591.0, 3558.0, 3586.0, 3532.0, 3586.0, 3539.0, 3572.0, 3546.0, 3574.0, 3532.0, 3573.0, 3541.0, 3540.0, 3552.0, 3552.0, 3578.0, 3558.0, 3595.0, 3564.0, 3605.0, 3541.0, 3574.0, 3531.0, 3541.0, 3541.0, 3548.0, 3561.0, 3546.0, 3526.0, 3537.0, 3538.0, 3542.0, 3531.0, 3541.0, 3533.0, 3564.0, 3531.0, 3551.0, 3528.0, 3563.0, 3594.0, 3530.0, 3570.0, 3537.0, 3561.0, 3516.0, 3527.0, 3525.0, 3549.0, 3548.0, 3538.0, 3560.0, 3550.0, 3565.0, 3604.0, 3553.0, 3573.0, 3536.0, 3538.0, 3526.0, 3527.0, 3553.0, 3524.0, 3569.0, 3523.0, 3556.0, 3516.0, 3539.0, 3522.0, 3535.0, 3544.0, 3529.0, 3567.0, 3534.0, 3570.0, 3526.0, 3547.0, 3526.0, 3545.0, 3516.0, 3539.0], 'WindowWidth': [8118.0, 8158.0, 8060.0, 8098.0, 8032.0, 8047.0, 8009.0, 8060.0, 8073.0, 8061.0, 8064.0, 8066.0, 8025.0, 8085.0, 8022.0, 8039.0, 8050.0, 8036.0, 8081.0, 8020.0, 8043.0, 8069.0, 8027.0, 8054.0, 8027.0, 8045.0, 8012.0, 8045.0, 8072.0, 8060.0, 8071.0, 8026.0, 8078.0, 8101.0, 8041.0, 8087.0, 8025.0, 8040.0, 8006.0, 8021.0, 8066.0, 8019.0, 8066.0, 8003.0, 8022.0, 8048.0, 8034.0, 8046.0, 8016.0, 8035.0, 8045.0, 8017.0, 8050.0, 8006.0, 8016.0, 8020.0, 8041.0, 8064.0, 8027.0, 8056.0, 8008.0, 8048.0, 8073.0, 8049.0, 8084.0, 8045.0, 8073.0, 8043.0, 8044.0, 8050.0, 8024.0, 8085.0, 8024.0, 8052.0, 8007.0, 8028.0, 8065.0, 8037.0, 8052.0, 8023.0, 8025.0, 8025.0, 8060.0, 8069.0, 8035.0, 8102.0, 8045.0, 8059.0, 8010.0, 8060.0, 8084.0, 8032.0, 8076.0, 8045.0, 8061.0, 8033.0, 8038.0, 8102.0, 8044.0, 8073.0, 8026.0, 8061.0, 8062.0, 8028.0, 8082.0, 8022.0, 8055.0, 8026.0, 8058.0, 8071.0, 8045.0, 8114.0, 8073.0, 8087.0, 8040.0, 8062.0, 8050.0, 8059.0, 8091.0, 8041.0, 8054.0, 8033.0, 8044.0, 8068.0, 8041.0, 8067.0, 8055.0, 8083.0, 8054.0, 8060.0, 8054.0, 8079.0, 8071.0, 8043.0, 8063.0, 8036.0, 8046.0, 8040.0, 8044.0, 8072.0, 8044.0, 8130.0, 8071.0, 8105.0, 8005.0, 8035.0, 8002.0, 8011.0, 8066.0, 8028.0, 8087.0, 8030.0, 8086.0, 8027.0, 8059.0, 8013.0, 8043.0, 8071.0, 8046.0, 8103.0, 8042.0, 8076.0, 8028.0, 8061.0, 8055.0, 8039.0, 8082.0, 8004.0, 8053.0, 8023.0, 8037.0, 8023.0, 8039.0, 8092.0, 8052.0, 8076.0, 8064.0, 8080.0, 8066.0, 8075.0, 8035.0, 8087.0, 8065.0, 8060.0, 8058.0, 8039.0, 8087.0, 8132.0, 8084.0, 8093.0, 8033.0, 8060.0, 8100.0, 8040.0, 8083.0, 8036.0, 8070.0, 8055.0, 8072.0, 8073.0, 8060.0, 8021.0, 7999.0, 7971.0, 8003.0, 8019.0, 8031.0, 8005.0, 8077.0, 8068.0, 8040.0, 8061.0, 8023.0, 8047.0, 7997.0, 8048.0, 8055.0, 8042.0, 8045.0, 8012.0, 8029.0, 7979.0, 7985.0, 7981.0, 7977.0, 7979.0, 8000.0, 8010.0, 7999.0, 8020.0, 8008.0, 8020.0, 7957.0, 7988.0, 7985.0, 7960.0, 7965.0, 7980.0, 7974.0, 8006.0, 7999.0, 7989.0, 8009.0, 8047.0, 8005.0, 8038.0, 8005.0, 8002.0, 7990.0, 7985.0, 8010.0, 8021.0, 8002.0, 8012.0, 7998.0, 7929.0, 7973.0, 7985.0, 8005.0, 8023.0, 8021.0, 8003.0, 8031.0, 8024.0, 8090.0, 8017.0, 8058.0, 8078.0, 8034.0, 8063.0, 8016.0, 8025.0, 8010.0, 7998.0, 7984.0, 8005.0, 8011.0, 8058.0, 8036.0, 8066.0, 8049.0, 8039.0, 8070.0, 8101.0, 8067.0, 8064.0, 8105.0, 8027.0, 8069.0, 8008.0, 8053.0, 8062.0, 8033.0, 8080.0, 8024.0, 8063.0, 8017.0, 8058.0, 8024.0, 8034.0, 8045.0, 8024.0, 8046.0, 8077.0, 8020.0, 8046.0, 8063.0, 8011.0, 8085.0, 8044.0, 8037.0, 8025.0, 8042.0, 8012.0, 8042.0, 8064.0, 8050.0, 8110.0, 8037.0, 8089.0, 8049.0, 8067.0, 8031.0, 8059.0, 8087.0, 8061.0, 8094.0, 8035.0, 8058.0, 8029.0, 8072.0, 8080.0, 8043.0, 8080.0, 8066.0, 8070.0, 8029.0, 8081.0, 8068.0, 8076.0, 8094.0, 8054.0, 8075.0, 8034.0, 8094.0, 8062.0, 8044.0, 8103.0, 8041.0, 8105.0, 8043.0, 8058.0, 8040.0, 8044.0, 8073.0, 8045.0, 8088.0, 8045.0, 8097.0, 8046.0, 8054.0, 8041.0, 8058.0, 8088.0, 8097.0, 8086.0, 8053.0, 8048.0, 8040.0, 8074.0, 8073.0, 8027.0, 8080.0, 7995.0, 8044.0, 8031.0, 8032.0, 8030.0, 8020.0, 8005.0, 8053.0, 8036.0, 8035.0, 8056.0, 8020.0, 8063.0, 8010.0, 8053.0, 8002.0, 8053.0, 8046.0, 8033.0, 8061.0, 8019.0, 8086.0, 8045.0, 8077.0, 8009.0, 8024.0, 8076.0, 8042.0, 8070.0, 8017.0, 8047.0, 8015.0, 8040.0, 8060.0, 8035.0, 8077.0, 8017.0, 8031.0, 8017.0, 8019.0, 8023.0, 8043.0, 8069.0, 8022.0, 8068.0, 8019.0, 8041.0, 8066.0, 8051.0, 8093.0, 8007.0, 8049.0, 8004.0, 8036.0, 8049.0, 8035.0, 8060.0, 8018.0, 8063.0, 8033.0, 8052.0, 8075.0, 8021.0, 8067.0, 8021.0, 8033.0, 7991.0, 8037.0, 8034.0, 8036.0, 8067.0, 8021.0, 8053.0, 8002.0, 8039.0, 8066.0, 8038.0, 8053.0, 8022.0, 8035.0, 8029.0, 8082.0, 8103.0, 8067.0, 8078.0, 8052.0, 8041.0, 8019.0, 8023.0, 8022.0, 8041.0, 8040.0, 8041.0, 8087.0, 8070.0, 8107.0, 8059.0, 8062.0, 8070.0, 8068.0, 8098.0, 8076.0, 8094.0, 8035.0, 8077.0, 8019.0, 8030.0, 8006.0, 8055.0, 8049.0, 8056.0, 8098.0, 8039.0, 8071.0, 8026.0, 8061.0, 8032.0, 8078.0, 8077.0, 8078.0, 8123.0, 8063.0, 8120.0, 8036.0, 8091.0, 8030.0, 8074.0, 8072.0, 8059.0, 8077.0, 8055.0, 8084.0, 8022.0, 8054.0, 8004.0, 8053.0, 8066.0, 8054.0, 8081.0, 8024.0, 8058.0, 8033.0, 8030.0, 7990.0, 8069.0, 8080.0, 8039.0, 8082.0, 8055.0, 8066.0, 8040.0, 8040.0, 8035.0, 8041.0, 8083.0, 8040.0, 8070.0, 8023.0, 8070.0, 8008.0, 8067.0, 8065.0, 8052.0, 8084.0, 8019.0, 8069.0, 8037.0, 8072.0, 8069.0, 8055.0, 8083.0, 8022.0, 8055.0, 8011.0, 8059.0, 8082.0, 8052.0, 8098.0, 8040.0, 8067.0, 8009.0, 8040.0, 8013.0, 8075.0, 8089.0, 8045.0, 8089.0, 8047.0, 8059.0, 8008.0, 8072.0, 8078.0, 8037.0, 8097.0, 8022.0, 8068.0, 8005.0, 8050.0, 8060.0, 8034.0, 8077.0, 8003.0, 8046.0, 8013.0, 8025.0, 8060.0, 8036.0, 8065.0, 8007.0, 8048.0, 8006.0, 8039.0, 8040.0, 8060.0, 8101.0, 8032.0, 8106.0, 8044.0, 8058.0, 8029.0, 8045.0, 8100.0, 8040.0, 8101.0, 8026.0, 8040.0, 8053.0, 8041.0, 8095.0, 8009.0, 8067.0, 8021.0, 8044.0, 8040.0, 8071.0, 8084.0, 8027.0, 8069.0, 8041.0, 8076.0, 8086.0, 8046.0, 8088.0, 8047.0, 8063.0, 8027.0, 8044.0, 8068.0, 8045.0, 8104.0, 8048.0, 8073.0, 8045.0, 8078.0, 8086.0, 8035.0, 8101.0, 8027.0, 8072.0, 8052.0, 8071.0, 8055.0, 8042.0, 8083.0, 8010.0, 8056.0, 8004.0, 8038.0, 8100.0, 8037.0, 8085.0, 8025.0, 8054.0, 8004.0, 8041.0, 8071.0, 8078.0, 8103.0, 8064.0, 8107.0, 8100.0, 8101.0, 8117.0, 8058.0, 8093.0, 8091.0, 8064.0, 8071.0, 8058.0, 8102.0, 8051.0, 8085.0, 8065.0, 8091.0, 8024.0, 8065.0, 8087.0, 8054.0, 8064.0, 8018.0, 8038.0, 7994.0, 8021.0, 7993.0, 8011.0, 7993.0, 8016.0, 7998.0, 8015.0, 8019.0, 8020.0, 8019.0, 8019.0, 8020.0, 8035.0, 8035.0, 8057.0, 8028.0, 8031.0, 8075.0, 8030.0, 8067.0, 8027.0, 8055.0, 8003.0, 8026.0, 8081.0, 8022.0, 8044.0, 8020.0, 8047.0, 8004.0, 8035.0, 8022.0, 8040.0, 8047.0, 8043.0, 8060.0, 8031.0, 8049.0, 8031.0, 8045.0, 8077.0, 8032.0, 8089.0, 8033.0, 8080.0, 8035.0, 8065.0, 8016.0, 8055.0, 8065.0, 8038.0, 8108.0, 8045.0, 8112.0, 8035.0, 8085.0, 8036.0, 8068.0, 8058.0, 8050.0, 8086.0, 8031.0, 8070.0, 8045.0, 8063.0, 8058.0, 8024.0, 8081.0, 8017.0, 8069.0, 8023.0, 8055.0, 8052.0, 8028.0, 8086.0, 8025.0, 8085.0, 8041.0, 8037.0, 8021.0, 8022.0, 8067.0, 8010.0, 8047.0, 8008.0, 8034.0, 8021.0, 8022.0, 8059.0, 8001.0, 8041.0, 8002.0, 8052.0, 8008.0, 8020.0, 8007.0, 8043.0, 8015.0, 8062.0, 8073.0, 8032.0, 8091.0, 8030.0, 8062.0, 8070.0, 8025.0, 8068.0, 8024.0, 8046.0, 8002.0, 8022.0, 8050.0, 8017.0, 8065.0, 8039.0, 8034.0, 8043.0, 8088.0, 8031.0, 8092.0, 8029.0, 8049.0, 8087.0, 8058.0, 8087.0, 8025.0, 8041.0, 8039.0, 8054.0, 8086.0, 8049.0, 8083.0, 8023.0, 8049.0, 8010.0, 8068.0, 8028.0, 8089.0, 8044.0, 8102.0, 8046.0, 8051.0, 8043.0, 8072.0, 8082.0, 8051.0, 8076.0, 8023.0, 8077.0, 7988.0, 8051.0, 8037.0, 8049.0, 8007.0, 8041.0, 8009.0, 8050.0, 8102.0, 8046.0, 8089.0, 8027.0, 8038.0, 8090.0, 8018.0, 8059.0, 7987.0, 8034.0, 8077.0, 8031.0, 8060.0, 8008.0, 8033.0, 8018.0, 8036.0, 8019.0, 8071.0, 8081.0, 8041.0, 8082.0, 8036.0, 8049.0, 8018.0, 8053.0, 8061.0, 8034.0, 8078.0, 8035.0, 8053.0, 8017.0, 8021.0, 8076.0, 8018.0, 8035.0, 8003.0, 8035.0, 8063.0, 8025.0, 8051.0, 8021.0, 8038.0, 8006.0, 8054.0, 8066.0, 8041.0, 8090.0, 8073.0, 8065.0, 8037.0, 8046.0, 8049.0, 8026.0, 8050.0, 8022.0, 8075.0, 8025.0, 8085.0, 8108.0, 8063.0, 8073.0, 8014.0, 8028.0, 7998.0, 8035.0, 8089.0, 8034.0, 8093.0, 8037.0, 8066.0, 8005.0, 8036.0, 8035.0, 8073.0, 8126.0, 8088.0, 8145.0, 8047.0, 8076.0, 8052.0, 8057.0, 8115.0, 8023.0, 8095.0, 8023.0, 8066.0, 8049.0, 8058.0, 8099.0, 8039.0, 8085.0, 8020.0, 8038.0, 8020.0, 8040.0, 8064.0, 8035.0, 8094.0, 8026.0, 8063.0, 8006.0, 8050.0, 8035.0, 8054.0, 8081.0, 8041.0, 8100.0, 8026.0, 8070.0, 8023.0, 8050.0, 8076.0, 8034.0, 8082.0, 8019.0, 8039.0, 8023.0, 8043.0, 8087.0, 8029.0, 8072.0, 8031.0, 8075.0, 8046.0, 8061.0, 8088.0, 8046.0, 8121.0, 8029.0, 8071.0, 8022.0, 8057.0, 8083.0, 8051.0, 8097.0, 8025.0, 8100.0, 8043.0, 8104.0, 8040.0, 8048.0, 8068.0, 8040.0, 8083.0, 8024.0, 8089.0, 8013.0, 8061.0, 8029.0, 8033.0, 8105.0, 8028.0, 8068.0, 8027.0, 8055.0, 7998.0, 8041.0, 8051.0, 8027.0, 8067.0, 8030.0, 8073.0, 8029.0, 8048.0, 8073.0, 8032.0, 8071.0, 8028.0, 8088.0, 8026.0, 8057.0, 8061.0, 8028.0, 8089.0, 8044.0, 8059.0, 8028.0, 8048.0, 8013.0, 8049.0, 8088.0, 8032.0, 8090.0, 8019.0, 8077.0, 8016.0, 8049.0, 8060.0, 8050.0, 8106.0, 8011.0, 8073.0, 8031.0, 8059.0, 7997.0, 8054.0, 8111.0, 8032.0, 8104.0, 8028.0, 8042.0, 8006.0, 8055.0, 8019.0, 8054.0, 8068.0, 8027.0, 8077.0, 8028.0, 8068.0, 8010.0, 8036.0, 8024.0, 8042.0, 8071.0, 8042.0, 8065.0, 8028.0, 8069.0, 8026.0, 8043.0, 8080.0, 8039.0, 8069.0, 8014.0, 8059.0, 8011.0, 8046.0, 8057.0, 8062.0, 8089.0, 8046.0, 8071.0, 8026.0, 8058.0, 8041.0, 8045.0, 8084.0, 8042.0, 8085.0, 8011.0, 8039.0, 8005.0, 8039.0, 8080.0, 8039.0, 8096.0, 8042.0, 8069.0, 8011.0, 8057.0, 8033.0, 8054.0, 8082.0, 8027.0, 8086.0, 8012.0, 8037.0, 8013.0, 8060.0, 8066.0, 8042.0, 8078.0, 8029.0, 8073.0, 8026.0, 8063.0, 8073.0, 8056.0, 8087.0, 8042.0, 8071.0, 8038.0, 8059.0, 8066.0, 8056.0, 8083.0, 8009.0, 8051.0, 8017.0, 8056.0, 8081.0, 8039.0, 8079.0, 8023.0, 8048.0, 8023.0, 8053.0, 8039.0, 8041.0, 8084.0, 8043.0, 8071.0, 8027.0, 8060.0, 8040.0, 8038.0, 8081.0, 8039.0, 8085.0, 8018.0, 8071.0, 8035.0, 8035.0, 8081.0, 8035.0, 8049.0, 8021.0, 8036.0, 8001.0, 8041.0, 8067.0, 8027.0, 8071.0, 8045.0, 8058.0, 8046.0, 8041.0, 8016.0, 8067.0, 8088.0, 8049.0, 8105.0, 8049.0, 8092.0, 8045.0, 8071.0, 8040.0, 8056.0, 8065.0, 8057.0, 8082.0, 8040.0, 8083.0, 8023.0, 8046.0, 8057.0, 8025.0, 8057.0, 8025.0, 8061.0, 8048.0, 8090.0, 8049.0, 8090.0, 8042.0, 8034.0, 8062.0, 8018.0, 8075.0, 8028.0, 8043.0, 7995.0, 8009.0, 7997.0, 8030.0, 8042.0, 8035.0, 8052.0, 8009.0, 8055.0, 8040.0, 8043.0, 8024.0, 8040.0, 8069.0, 8040.0, 8072.0, 8009.0, 8042.0, 8065.0, 8039.0, 8085.0, 8024.0, 8052.0, 8022.0, 8041.0, 8063.0, 8043.0, 8097.0, 8038.0, 8067.0, 8004.0, 8053.0, 8036.0, 8045.0, 8101.0, 8026.0, 8069.0, 8050.0, 8071.0, 8063.0, 8035.0, 8076.0, 8016.0, 8036.0, 8020.0, 8055.0, 8065.0, 8037.0, 8080.0, 8009.0, 8051.0, 8021.0, 8030.0, 8046.0, 8034.0, 8091.0, 8037.0, 8094.0, 8020.0, 8037.0, 8034.0, 8038.0, 8061.0, 8037.0, 8065.0, 8053.0, 8083.0, 8037.0, 8070.0, 8009.0, 8034.0, 8066.0, 8016.0, 8079.0, 8013.0, 8081.0, 8056.0, 8042.0, 8075.0, 8003.0, 8048.0, 8003.0, 8030.0, 7980.0, 8006.0, 8046.0, 8022.0, 8046.0, 8010.0, 8043.0, 8011.0, 8041.0, 8052.0, 8027.0, 8055.0, 8041.0, 8057.0, 8038.0, 8029.0, 8084.0, 8044.0, 8066.0, 8018.0, 8052.0, 8023.0, 8039.0, 8082.0, 8039.0, 8065.0, 8004.0, 8065.0, 8018.0, 8024.0, 8032.0, 8022.0, 8081.0, 8036.0, 8062.0, 8037.0, 8052.0, 8006.0, 8040.0, 8079.0, 8060.0, 8090.0, 8032.0, 8058.0, 8028.0, 8022.0, 8051.0, 8026.0, 8081.0, 8042.0, 8060.0, 8000.0, 8089.0, 8019.0, 8051.0, 8004.0, 8037.0, 8049.0, 8023.0, 8097.0, 8040.0, 8072.0, 8014.0, 8042.0, 7993.0, 8062.0, 8092.0, 8047.0, 8098.0, 8045.0, 8090.0, 8045.0, 8057.0, 8011.0, 8045.0, 8088.0, 8046.0, 8101.0, 8045.0, 8117.0, 8014.0, 8070.0, 8009.0, 8039.0, 8064.0, 8025.0, 8081.0, 8038.0, 8097.0, 8022.0, 8054.0, 8022.0, 8050.0, 8060.0, 8016.0, 8074.0, 8020.0, 8058.0, 8002.0, 8051.0, 8030.0, 8035.0, 8076.0, 8037.0, 8051.0, 8005.0, 8038.0, 8050.0, 8050.0, 8094.0, 8024.0, 8080.0, 7990.0, 8048.0, 8015.0, 8021.0, 8080.0, 8048.0, 8128.0, 8038.0, 8061.0, 8010.0, 8041.0, 7995.0, 8029.0, 8058.0, 8031.0, 8073.0, 8025.0, 8073.0, 8014.0, 8045.0, 8067.0, 8026.0, 8063.0, 8023.0, 8062.0, 8006.0, 8034.0, 8052.0, 8038.0, 8066.0, 8004.0, 8038.0, 8021.0, 8029.0, 8054.0, 8042.0, 8084.0, 8027.0, 8048.0, 8008.0, 8021.0, 8028.0, 8033.0, 8067.0, 8034.0, 8074.0, 8035.0, 8063.0, 8018.0, 8065.0, 8058.0, 8046.0, 8103.0, 8030.0, 8074.0, 8030.0, 8054.0, 8040.0, 8024.0, 8065.0, 8039.0, 8048.0, 8006.0, 8037.0, 8013.0, 8034.0, 8071.0, 8051.0, 8108.0, 8035.0, 8063.0, 8018.0, 8062.0, 8040.0, 8031.0, 8091.0, 8034.0, 8092.0, 8036.0, 8064.0, 8032.0, 8033.0, 8066.0, 8033.0, 8092.0, 8019.0, 8082.0, 8048.0, 8052.0, 8077.0, 8047.0, 8088.0, 8050.0, 8079.0, 8033.0, 8065.0, 8080.0, 8065.0, 8092.0, 8033.0, 8088.0, 8046.0, 8063.0, 8044.0, 8065.0, 8105.0, 8041.0, 8075.0, 8046.0, 8075.0, 7999.0, 8045.0, 8132.0, 8038.0, 8109.0, 8046.0, 8076.0, 8011.0, 8044.0, 8069.0, 8050.0, 8105.0, 8032.0, 8077.0, 8032.0, 8065.0, 8016.0, 8066.0, 8093.0, 8068.0, 8121.0, 8031.0, 8077.0, 8032.0, 8062.0, 8086.0, 8043.0, 8099.0, 8039.0, 8074.0, 8021.0, 8066.0, 8066.0, 8022.0, 8065.0, 8002.0, 8041.0, 7997.0, 8058.0, 8085.0, 8045.0, 8099.0, 8025.0, 8075.0, 8030.0, 8081.0, 8057.0, 8049.0, 8092.0, 8059.0, 8100.0, 8024.0, 8057.0, 8030.0, 8033.0, 8092.0, 8020.0, 8078.0, 8017.0, 8047.0, 8029.0, 8017.0, 8058.0, 8011.0, 8051.0, 8021.0, 8023.0, 8037.0, 8035.0, 8063.0, 8040.0, 8068.0, 8036.0, 8043.0, 8026.0, 8047.0, 8081.0, 8034.0, 8088.0, 8022.0, 8052.0, 8023.0, 8057.0, 8068.0, 8041.0, 8097.0, 8041.0, 8066.0, 8003.0, 8053.0, 8052.0, 8025.0, 8082.0, 8012.0, 8049.0, 8025.0, 8039.0, 8022.0, 8039.0, 8081.0, 8037.0, 8083.0, 8026.0, 8068.0, 8025.0, 8042.0, 8053.0, 8026.0, 8082.0, 8042.0, 8073.0, 8045.0, 8091.0, 8042.0, 8076.0, 8085.0, 8055.0, 8100.0, 8024.0, 8083.0, 8019.0, 8054.0, 8006.0, 8053.0, 8062.0, 8045.0, 8073.0, 8014.0, 8032.0, 8014.0, 8032.0, 8047.0, 8046.0, 8043.0, 8020.0, 8048.0, 8022.0, 8053.0, 8023.0, 8073.0, 8025.0, 8076.0, 8072.0, 8062.0, 8089.0, 8022.0, 8052.0, 8021.0, 8070.0, 8055.0, 8038.0, 8065.0, 8038.0, 8050.0, 8034.0, 8038.0, 8017.0, 8056.0, 8039.0, 8065.0, 8084.0, 8046.0, 8087.0, 8032.0, 8078.0, 8028.0, 8075.0, 8032.0, 8064.0, 8090.0, 8063.0, 8083.0, 8044.0, 8098.0, 8025.0, 8073.0, 8026.0, 8057.0, 8025.0, 8060.0, 8036.0, 8042.0, 8066.0, 8030.0, 8086.0, 8031.0, 8072.0, 8030.0, 8055.0, 8030.0, 8080.0, 8046.0, 8066.0, 8017.0, 8065.0, 8093.0, 8045.0, 8105.0, 8051.0, 8107.0, 8065.0, 8108.0, 8034.0, 8077.0, 8046.0, 8058.0, 8026.0, 8080.0, 8060.0, 8113.0, 8056.0, 8101.0, 8072.0, 8058.0, 8101.0, 8087.0, 8093.0, 8071.0, 8124.0, 8052.0, 8109.0, 8029.0, 8074.0, 8006.0, 8042.0, 8020.0, 8053.0, 8006.0, 8040.0, 8046.0, 8062.0, 8065.0, 8052.0, 8072.0, 8049.0, 8092.0, 8079.0, 8106.0, 8083.0, 8106.0, 8081.0, 8120.0, 8063.0, 8103.0, 8058.0, 8105.0, 8077.0, 8097.0, 8060.0, 8117.0, 8059.0, 8119.0, 8062.0, 8103.0, 8095.0, 8047.0, 8093.0, 8080.0, 8134.0, 8095.0, 8124.0, 8097.0, 8109.0, 8093.0, 8078.0, 8123.0, 8079.0, 8134.0, 8076.0, 8115.0, 8088.0, 8113.0, 8070.0, 8125.0, 8054.0, 8121.0, 8052.0, 8074.0, 8062.0, 8051.0, 8068.0, 8059.0, 8086.0, 8059.0, 8070.0, 8082.0, 8138.0, 8076.0, 8127.0, 8079.0, 8113.0, 8040.0, 8112.0, 8051.0, 8096.0, 8061.0, 8096.0, 8037.0, 8093.0, 8057.0, 8054.0, 8073.0, 8074.0, 8107.0, 8083.0, 8135.0, 8090.0, 8144.0, 8047.0, 8094.0, 8032.0, 8047.0, 8046.0, 8061.0, 8070.0, 8054.0, 8028.0, 8044.0, 8046.0, 8051.0, 8036.0, 8050.0, 8040.0, 8085.0, 8037.0, 8063.0, 8028.0, 8087.0, 8129.0, 8032.0, 8091.0, 8043.0, 8079.0, 8012.0, 8021.0, 8025.0, 8062.0, 8064.0, 8048.0, 8081.0, 8068.0, 8087.0, 8144.0, 8064.0, 8088.0, 8038.0, 8037.0, 8017.0, 8020.0, 8058.0, 8021.0, 8078.0, 8019.0, 8065.0, 8003.0, 8039.0, 8016.0, 8030.0, 8048.0, 8026.0, 8082.0, 8037.0, 8089.0, 8029.0, 8050.0, 8027.0, 8054.0, 8005.0, 8040.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.005345002692514808</td></tr>
<tr><td colspan=3>aqi</td><td>0.03677481572428649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.31968840648165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.217161858798489</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0850238997790949</td></tr>
<tr><td colspan=3>efc</td><td>0.4829</td></tr>
<tr><td colspan=3>fber</td><td>3279.512</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0896767863951679</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.515885837372106</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560609019069267</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.517221030893865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.775498661099683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.389107365214253</td></tr>
<tr><td colspan=3>gcor</td><td>0.00583477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005174730438739061</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025648677721619606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.649481089986423</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>21.4417</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9139</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.4563</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300056.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>674.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.7629</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9308</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.3692</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2753.5689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.5605</td></tr>
<tr><td colspan=3>tsnr</td><td>29.01900118798949</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>