ds005256-mriqc/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter e2daaa3883 [DATALAD RUNCMD] Compute MRIQC for sub-0058
=== 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-0058 --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-0058",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:00:13 +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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-02/func/sub-0058_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>a6a81aae2d1fa013494202e33d07b6a1</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:28:34.870000</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.998281, 0.0585163, -0.00333591, -0.0586095, 0.996174, -0.0648226]</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.110594</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>[4146, -7696, -7286, 528, -30, 62, -5, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.044</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e63e3d60-c906-4fb8-827d-2ef444a7ce6f||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.678314685821533, -0.15724492073059082, 0.0012690910371020436, 119.8332748413086], [-0.15699507296085358, 2.6726624965667725, -0.1752481460571289, -84.8444595336914], [-0.008950010873377323, 0.17391440272331238, 2.6943063735961914, -87.73595428466797], [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': ['122834.870000', '122835.330000', '122835.790000', '122836.250000', '122836.710000', '122837.170000', '122837.630000', '122838.090000', '122838.550000', '122839.010000', '122839.470000', '122839.930000', '122840.390000', '122840.850000', '122841.310000', '122841.770000', '122842.230000', '122842.690000', '122843.150000', '122843.610000', '122844.070000', '122844.530000', '122844.990000', '122845.450000', '122845.910000', '122846.370000', '122846.830000', '122847.290000', '122847.750000', '122848.210000', '122848.670000', '122849.130000', '122849.590000', '122850.050000', '122850.510000', '122850.970000', '122851.430000', '122851.890000', '122852.350000', '122852.810000', '122853.270000', '122853.730000', '122854.190000', '122854.650000', '122855.110000', '122855.570000', '122856.030000', '122856.490000', '122856.950000', '122857.410000', '122857.870000', '122858.330000', '122858.790000', '122859.250000', '122859.710000', '122900.170000', '122900.630000', '122901.090000', '122901.550000', '122902.010000', '122902.470000', '122902.930000', '122903.390000', '122903.850000', '122904.310000', '122904.770000', '122905.230000', '122905.690000', '122906.150000', '122906.610000', '122907.070000', '122907.530000', '122907.990000', '122908.450000', '122908.910000', '122909.370000', '122909.830000', '122910.290000', '122910.750000', '122911.210000', '122911.670000', '122912.130000', '122912.590000', '122913.050000', '122913.510000', '122913.970000', '122914.430000', '122914.890000', '122915.350000', '122915.810000', '122916.270000', '122916.730000', '122917.190000', '122917.650000', '122918.110000', '122918.570000', '122919.030000', '122919.490000', '122919.950000', '122920.410000', '122920.870000', '122921.330000', '122921.790000', '122922.250000', '122922.710000', '122923.170000', '122923.630000', '122924.090000', '122924.550000', '122925.010000', '122925.470000', '122925.930000', '122926.390000', '122926.850000', '122927.310000', '122927.770000', '122928.230000', '122928.690000', '122929.150000', '122929.610000', '122930.070000', '122930.530000', '122930.990000', '122931.450000', '122931.910000', '122932.370000', '122932.830000', '122933.290000', '122933.750000', '122934.210000', '122934.670000', '122935.130000', '122935.590000', '122936.050000', '122936.510000', '122936.970000', '122937.430000', '122937.890000', '122938.350000', '122938.810000', '122939.270000', '122939.730000', '122940.190000', '122940.650000', '122941.110000', '122941.570000', '122942.030000', '122942.490000', '122942.950000', '122943.410000', '122943.870000', '122944.330000', '122944.790000', '122945.250000', '122945.710000', '122946.170000', '122946.630000', '122947.090000', '122947.550000', '122948.010000', '122948.470000', '122948.930000', '122949.390000', '122949.850000', '122950.310000', '122950.770000', '122951.230000', '122951.690000', '122952.150000', '122952.610000', '122953.070000', '122953.530000', '122953.990000', '122954.450000', '122954.910000', '122955.370000', '122955.830000', '122956.290000', '122956.750000', '122957.210000', '122957.670000', '122958.130000', '122958.590000', '122959.050000', '122959.510000', '122959.970000', '123000.430000', '123000.890000', '123001.350000', '123001.810000', '123002.270000', '123002.730000', '123003.190000', '123003.650000', '123004.110000', '123004.570000', '123005.030000', '123005.490000', '123005.950000', '123006.410000', '123006.870000', '123007.330000', '123007.790000', '123008.250000', '123008.710000', '123009.170000', '123009.630000', '123010.090000', '123010.550000', '123011.010000', '123011.470000', '123011.930000', '123012.390000', '123012.850000', '123013.310000', '123013.770000', '123014.230000', '123014.690000', '123015.150000', '123015.610000', '123016.070000', '123016.530000', '123016.990000', '123017.450000', '123017.910000', '123018.370000', '123018.830000', '123019.290000', '123019.750000', '123020.210000', '123020.670000', '123021.130000', '123021.590000', '123022.050000', '123022.510000', '123022.970000', '123023.430000', '123023.890000', '123024.350000', '123024.810000', '123025.270000', '123025.730000', '123026.190000', '123026.650000', '123027.110000', '123027.570000', '123028.030000', '123028.490000', '123028.950000', '123029.410000', '123029.870000', '123030.330000', '123030.790000', '123031.250000', '123031.710000', '123032.170000', '123032.630000', '123033.090000', '123033.550000', '123034.010000', '123034.470000', '123034.930000', '123035.390000', '123035.850000', '123036.310000', '123036.770000', '123037.230000', '123037.690000', '123038.150000', '123038.610000', '123039.070000', '123039.530000', '123039.990000', '123040.450000', '123040.910000', '123041.370000', '123041.830000', '123042.290000', '123042.750000', '123043.210000', '123043.670000', '123044.130000', '123044.590000', '123045.050000', '123045.510000', '123045.970000', '123046.430000', '123046.890000', '123047.350000', '123047.810000', '123048.270000', '123048.730000', '123049.190000', '123049.650000', '123050.110000', '123050.570000', '123051.030000', '123051.490000', '123051.950000', '123052.410000', '123052.870000', '123053.330000', '123053.790000', '123054.250000', '123054.710000', '123055.170000', '123055.630000', '123056.090000', '123056.550000', '123057.010000', '123057.470000', '123057.930000', '123058.390000', '123058.850000', '123059.310000', '123059.770000', '123100.230000', '123100.690000', '123101.150000', '123101.610000', '123102.070000', '123102.530000', '123102.990000', '123103.450000', '123103.910000', '123104.370000', '123104.830000', '123105.290000', '123105.750000', '123106.210000', '123106.670000', '123107.130000', '123107.590000', '123108.050000', '123108.510000', '123108.970000', '123109.430000', '123109.890000', '123110.350000', '123110.810000', '123111.270000', '123111.730000', '123112.190000', '123112.650000', '123113.110000', '123113.570000', '123114.030000', '123114.490000', '123114.950000', '123115.410000', '123115.870000', '123116.330000', '123116.790000', '123117.250000', '123117.710000', '123118.170000', '123118.630000', '123119.090000', '123119.550000', '123120.010000', '123120.470000', '123120.930000', '123121.390000', '123121.850000', '123122.310000', '123122.770000', '123123.230000', '123123.690000', '123124.150000', '123124.610000', '123125.070000', '123125.530000', '123125.990000', '123126.450000', '123126.910000', '123127.370000', '123127.830000', '123128.290000', '123128.750000', '123129.210000', '123129.670000', '123130.130000', '123130.590000', '123131.050000', '123131.510000', '123131.970000', '123132.430000', '123132.890000', '123133.350000', '123133.810000', '123134.270000', '123134.730000', '123135.190000', '123135.650000', '123136.110000', '123136.570000', '123137.030000', '123137.490000', '123137.950000', '123138.410000', '123138.870000', '123139.330000', '123139.790000', '123140.250000', '123140.710000', '123141.170000', '123141.630000', '123142.090000', '123142.550000', '123143.010000', '123143.470000', '123143.930000', '123144.390000', '123144.850000', '123145.310000', '123145.770000', '123146.230000', '123146.690000', '123147.150000', '123147.610000', '123148.070000', '123148.530000', '123148.990000', '123149.450000', '123149.910000', '123150.370000', '123150.830000', '123151.290000', '123151.750000', '123152.210000', '123152.670000', '123153.130000', '123153.590000', '123154.050000', '123154.510000', '123154.970000', '123155.430000', '123155.890000', '123156.350000', '123156.810000', '123157.270000', '123157.730000', '123158.190000', '123158.650000', '123159.110000', '123159.570000', '123200.030000', '123200.490000', '123200.950000', '123201.410000', '123201.870000', '123202.330000', '123202.790000', '123203.250000', '123203.710000', '123204.170000', '123204.630000', '123205.090000', '123205.550000', '123206.010000', '123206.470000', '123206.930000', '123207.390000', '123207.850000', '123208.310000', '123208.770000', '123209.230000', '123209.690000', '123210.150000', '123210.610000', '123211.070000', '123211.530000', '123211.990000', '123212.450000', '123212.910000', '123213.370000', '123213.830000', '123214.290000', '123214.750000', '123215.210000', '123215.670000', '123216.130000', '123216.590000', '123217.050000', '123217.510000', '123217.970000', '123218.430000', '123218.890000', '123219.350000', '123219.810000', '123220.270000', '123220.730000', '123221.190000', '123221.650000', '123222.110000', '123222.570000', '123223.030000', '123223.490000', '123223.950000', '123224.410000', '123224.870000', '123225.330000', '123225.790000', '123226.250000', '123226.710000', '123227.170000', '123227.630000', '123228.090000', '123228.550000', '123229.010000', '123229.470000', '123229.930000', '123230.390000', '123230.850000', '123231.310000', '123231.770000', '123232.230000', '123232.690000', '123233.150000', '123233.610000', '123234.070000', '123234.530000', '123234.990000', '123235.450000', '123235.910000', '123236.370000', '123236.830000', '123237.290000', '123237.750000', '123238.210000', '123238.670000', '123239.130000', '123239.590000', '123240.050000', '123240.510000', '123240.970000', '123241.430000', '123241.890000', '123242.350000', '123242.810000', '123243.270000', '123243.730000', '123244.190000', '123244.650000', '123245.110000', '123245.570000', '123246.030000', '123246.490000', '123246.950000', '123247.410000', '123247.870000', '123248.330000', '123248.790000', '123249.250000', '123249.710000', '123250.170000', '123250.630000', '123251.090000', '123251.550000', '123252.010000', '123252.470000', '123252.930000', '123253.390000', '123253.850000', '123254.310000', '123254.770000', '123255.230000', '123255.690000', '123256.150000', '123256.610000', '123257.070000', '123257.530000', '123257.990000', '123258.450000', '123258.910000', '123259.370000', '123259.830000', '123300.290000', '123300.750000', '123301.210000', '123301.670000', '123302.130000', '123302.590000', '123303.050000', '123303.510000', '123303.970000', '123304.430000', '123304.890000', '123305.350000', '123305.810000', '123306.270000', '123306.730000', '123307.190000', '123307.650000', '123308.110000', '123308.570000', '123309.030000', '123309.490000', '123309.950000', '123310.410000', '123310.870000', '123311.330000', '123311.790000', '123312.250000', '123312.710000', '123313.170000', '123313.630000', '123314.090000', '123314.550000', '123315.010000', '123315.470000', '123315.930000', '123316.390000', '123316.850000', '123317.310000', '123317.770000', '123318.230000', '123318.690000', '123319.150000', '123319.610000', '123320.070000', '123320.530000', '123320.990000', '123321.450000', '123321.910000', '123322.370000', '123322.830000', '123323.290000', '123323.750000', '123324.210000', '123324.670000', '123325.130000', '123325.590000', '123326.050000', '123326.510000', '123326.970000', '123327.430000', '123327.890000', '123328.350000', '123328.810000', '123329.270000', '123329.730000', '123330.190000', '123330.650000', '123331.110000', '123331.570000', '123332.030000', '123332.490000', '123332.950000', '123333.410000', '123333.870000', '123334.330000', '123334.790000', '123335.250000', '123335.710000', '123336.170000', '123336.630000', '123337.090000', '123337.550000', '123338.010000', '123338.470000', '123338.930000', '123339.390000', '123339.850000', '123340.310000', '123340.770000', '123341.230000', '123341.690000', '123342.150000', '123342.610000', '123343.070000', '123343.530000', '123343.990000', '123344.450000', '123344.910000', '123345.370000', '123345.830000', '123346.290000', '123346.750000', '123347.210000', '123347.670000', '123348.130000', '123348.590000', '123349.050000', '123349.510000', '123349.970000', '123350.430000', '123350.890000', '123351.350000', '123351.810000', '123352.270000', '123352.730000', '123353.190000', '123353.650000', '123354.110000', '123354.570000', '123355.030000', '123355.490000', '123355.950000', '123356.410000', '123356.870000', '123357.330000', '123357.790000', '123358.250000', '123358.710000', '123359.170000', '123359.630000', '123400.090000', '123400.550000', '123401.010000', '123401.470000', '123401.930000', '123402.390000', '123402.850000', '123403.310000', '123403.770000', '123404.230000', '123404.690000', '123405.150000', '123405.610000', '123406.070000', '123406.530000', '123406.990000', '123407.450000', '123407.910000', '123408.370000', '123408.830000', '123409.290000', '123409.750000', '123410.210000', '123410.670000', '123411.130000', '123411.590000', '123412.050000', '123412.510000', '123412.970000', '123413.430000', '123413.890000', '123414.350000', '123414.810000', '123415.270000', '123415.730000', '123416.190000', '123416.650000', '123417.110000', '123417.570000', '123418.030000', '123418.490000', '123418.950000', '123419.410000', '123419.870000', '123420.330000', '123420.790000', '123421.250000', '123421.710000', '123422.170000', '123422.630000', '123423.090000', '123423.550000', '123424.010000', '123424.470000', '123424.930000', '123425.390000', '123425.850000', '123426.310000', '123426.770000', '123427.230000', '123427.690000', '123428.150000', '123428.610000', '123429.070000', '123429.530000', '123429.990000', '123430.450000', '123430.910000', '123431.370000', '123431.830000', '123432.290000', '123432.750000', '123433.210000', '123433.670000', '123434.130000', '123434.590000', '123435.050000', '123435.510000', '123435.970000', '123436.430000', '123436.890000', '123437.350000', '123437.810000', '123438.270000', '123438.730000', '123439.190000', '123439.650000', '123440.110000', '123440.570000', '123441.030000', '123441.490000', '123441.950000', '123442.410000', '123442.870000', '123443.330000', '123443.790000', '123444.250000', '123444.710000', '123445.170000', '123445.630000', '123446.090000', '123446.550000', '123447.010000', '123447.470000', '123447.930000', '123448.390000', '123448.850000', '123449.310000', '123449.770000', '123450.230000', '123450.690000', '123451.150000', '123451.610000', '123452.070000', '123452.530000', '123452.990000', '123453.450000', '123453.910000', '123454.370000', '123454.830000', '123455.290000', '123455.750000', '123456.210000', '123456.670000', '123457.130000', '123457.590000', '123458.050000', '123458.510000', '123458.970000', '123459.430000', '123459.890000', '123500.350000', '123500.810000', '123501.270000', '123501.730000', '123502.190000', '123502.650000', '123503.110000', '123503.570000', '123504.030000', '123504.490000', '123504.950000', '123505.410000', '123505.870000', '123506.330000', '123506.790000', '123507.250000', '123507.710000', '123508.170000', '123508.630000', '123509.090000', '123509.550000', '123510.010000', '123510.470000', '123510.930000', '123511.390000', '123511.850000', '123512.310000', '123512.770000', '123513.230000', '123513.690000', '123514.150000', '123514.610000', '123515.070000', '123515.530000', '123515.990000', '123516.450000', '123516.910000', '123517.370000', '123517.830000', '123518.290000', '123518.750000', '123519.210000', '123519.670000', '123520.130000', '123520.590000', '123521.050000', '123521.510000', '123521.970000', '123522.430000', '123522.890000', '123523.350000', '123523.810000', '123524.270000', '123524.730000', '123525.190000', '123525.650000', '123526.110000', '123526.570000', '123527.030000', '123527.490000', '123527.950000', '123528.410000', '123528.870000', '123529.330000', '123529.790000', '123530.250000', '123530.710000', '123531.170000', '123531.630000', '123532.090000', '123532.550000', '123533.010000', '123533.470000', '123533.930000', '123534.390000', '123534.850000', '123535.310000', '123535.770000', '123536.230000', '123536.690000', '123537.150000', '123537.610000', '123538.070000', '123538.530000', '123538.990000', '123539.450000', '123539.910000', '123540.370000', '123540.830000', '123541.290000', '123541.750000', '123542.210000', '123542.670000', '123543.130000', '123543.590000', '123544.050000', '123544.510000', '123544.970000', '123545.430000', '123545.890000', '123546.350000', '123546.810000', '123547.270000', '123547.730000', '123548.190000', '123548.650000', '123549.110000', '123549.570000', '123550.030000', '123550.490000', '123550.950000', '123551.410000', '123551.870000', '123552.330000', '123552.790000', '123553.250000', '123553.710000', '123554.170000', '123554.630000', '123555.090000', '123555.550000', '123556.010000', '123556.470000', '123556.930000', '123557.390000', '123557.850000', '123558.310000', '123558.770000', '123559.230000', '123559.690000', '123600.150000', '123600.610000', '123601.070000', '123601.530000', '123601.990000', '123602.450000', '123602.910000', '123603.370000', '123603.830000', '123604.290000', '123604.750000', '123605.210000', '123605.670000', '123606.130000', '123606.590000', '123607.050000', '123607.510000', '123607.970000', '123608.430000', '123608.890000', '123609.350000', '123609.810000', '123610.270000', '123610.730000', '123611.190000', '123611.650000', '123612.110000', '123612.570000', '123613.030000', '123613.490000', '123613.950000', '123614.410000', '123614.870000', '123615.330000', '123615.790000', '123616.250000', '123616.710000', '123617.170000', '123617.630000', '123618.090000', '123618.550000', '123619.010000', '123619.470000', '123619.930000', '123620.390000', '123620.850000', '123621.310000', '123621.770000', '123622.230000', '123622.690000', '123623.150000', '123623.610000', '123624.070000', '123624.530000', '123624.990000', '123625.450000', '123625.910000', '123626.370000', '123626.830000', '123627.290000', '123627.750000', '123628.210000', '123628.670000', '123629.130000', '123629.590000', '123630.050000', '123630.510000', '123630.970000', '123631.430000', '123631.890000', '123632.350000', '123632.810000', '123633.270000', '123633.730000', '123634.190000', '123634.650000', '123635.110000', '123635.570000', '123636.030000', '123636.490000', '123636.950000', '123637.410000', '123637.870000', '123638.330000', '123638.790000', '123639.250000', '123639.710000', '123640.170000', '123640.630000', '123641.090000', '123641.550000', '123642.010000', '123642.470000', '123642.930000', '123643.390000', '123643.850000', '123644.310000', '123644.770000', '123645.230000', '123645.690000', '123646.150000', '123646.610000', '123647.070000', '123647.530000', '123647.990000', '123648.450000', '123648.910000', '123649.370000', '123649.830000', '123650.290000', '123650.750000', '123651.210000', '123651.670000', '123652.130000', '123652.590000', '123653.050000', '123653.510000', '123653.970000', '123654.430000', '123654.890000', '123655.350000', '123655.810000', '123656.270000', '123656.730000', '123657.190000', '123657.650000', '123658.110000', '123658.570000', '123659.030000', '123659.490000', '123659.950000', '123700.410000', '123700.870000', '123701.330000', '123701.790000', '123702.250000', '123702.710000', '123703.170000', '123703.630000', '123704.090000', '123704.550000', '123705.010000', '123705.470000', '123705.930000', '123706.390000', '123706.850000', '123707.310000', '123707.770000', '123708.230000', '123708.690000', '123709.150000', '123709.610000', '123710.070000', '123710.530000', '123710.990000', '123711.450000', '123711.910000', '123712.370000', '123712.830000', '123713.290000', '123713.750000', '123714.210000', '123714.670000', '123715.130000', '123715.590000', '123716.050000', '123716.510000', '123716.970000', '123717.430000', '123717.890000', '123718.350000', '123718.810000', '123719.270000', '123719.730000', '123720.190000', '123720.650000', '123721.110000', '123721.570000', '123722.030000', '123722.490000', '123722.950000', '123723.410000', '123723.870000', '123724.330000', '123724.790000', '123725.250000', '123725.710000', '123726.170000', '123726.630000', '123727.090000', '123727.550000', '123728.010000', '123728.470000', '123728.930000', '123729.390000', '123729.850000', '123730.310000', '123730.770000', '123731.230000', '123731.690000', '123732.150000', '123732.610000', '123733.070000', '123733.530000', '123733.990000', '123734.450000', '123734.910000', '123735.370000', '123735.830000', '123736.290000', '123736.750000', '123737.210000', '123737.670000', '123738.130000', '123738.590000', '123739.050000', '123739.510000', '123739.970000', '123740.430000', '123740.890000', '123741.350000', '123741.810000', '123742.270000', '123742.730000', '123743.190000', '123743.650000', '123744.110000', '123744.570000', '123745.030000', '123745.490000', '123745.950000', '123746.410000', '123746.870000', '123747.330000', '123747.790000', '123748.250000', '123748.710000', '123749.170000', '123749.630000', '123750.090000', '123750.550000', '123751.010000', '123751.470000', '123751.930000', '123752.390000', '123752.850000', '123753.310000', '123753.770000', '123754.230000', '123754.690000', '123755.150000', '123755.610000', '123756.070000', '123756.530000', '123756.990000', '123757.450000', '123757.910000', '123758.370000', '123758.830000', '123759.290000', '123759.750000', '123800.210000', '123800.670000', '123801.130000', '123801.590000', '123802.050000', '123802.510000', '123802.970000', '123803.430000', '123803.890000', '123804.350000', '123804.810000', '123805.270000', '123805.730000', '123806.190000', '123806.650000', '123807.110000', '123807.570000', '123808.030000', '123808.490000', '123808.950000', '123809.410000', '123809.870000', '123810.330000', '123810.790000', '123811.250000', '123811.710000', '123812.170000', '123812.630000', '123813.090000', '123813.550000', '123814.010000', '123814.470000', '123814.930000', '123815.390000', '123815.850000', '123816.310000', '123816.770000', '123817.230000', '123817.690000', '123818.150000', '123818.610000', '123819.070000', '123819.530000', '123819.990000', '123820.450000', '123820.910000', '123821.370000', '123821.830000', '123822.290000', '123822.750000', '123823.210000', '123823.670000', '123824.130000', '123824.590000', '123825.050000', '123825.510000', '123825.970000', '123826.430000', '123826.890000', '123827.350000', '123827.810000', '123828.270000', '123828.730000', '123829.190000', '123829.650000', '123830.110000', '123830.570000', '123831.030000', '123831.490000', '123831.950000', '123832.410000', '123832.870000', '123833.330000', '123833.790000', '123834.250000', '123834.710000', '123835.170000', '123835.630000', '123836.090000', '123836.550000', '123837.010000', '123837.470000', '123837.930000', '123838.390000', '123838.850000', '123839.310000', '123839.770000', '123840.230000', '123840.690000', '123841.150000', '123841.610000', '123842.070000', '123842.530000', '123842.990000', '123843.450000', '123843.910000', '123844.370000', '123844.830000', '123845.290000', '123845.750000', '123846.210000', '123846.670000', '123847.130000', '123847.590000', '123848.050000', '123848.510000', '123848.970000', '123849.430000', '123849.890000', '123850.350000', '123850.810000', '123851.270000', '123851.730000', '123852.190000', '123852.650000', '123853.110000', '123853.570000', '123854.030000', '123854.490000', '123854.950000', '123855.410000', '123855.870000', '123856.330000', '123856.790000', '123857.250000', '123857.710000', '123858.170000', '123858.630000', '123859.090000', '123859.550000', '123900.010000', '123900.470000', '123900.930000', '123901.390000', '123901.850000', '123902.310000', '123902.770000', '123903.230000', '123903.690000', '123904.150000', '123904.610000', '123905.070000', '123905.530000', '123905.990000', '123906.450000', '123906.910000', '123907.370000', '123907.830000', '123908.290000', '123908.750000', '123909.210000', '123909.670000', '123910.130000', '123910.590000', '123911.050000', '123911.510000', '123911.970000', '123912.430000', '123912.890000', '123913.350000', '123913.810000', '123914.270000', '123914.730000', '123915.190000', '123915.650000', '123916.110000', '123916.570000', '123917.030000', '123917.490000', '123917.950000', '123918.410000', '123918.870000', '123919.330000', '123919.790000', '123920.250000', '123920.710000', '123921.170000', '123921.630000', '123922.090000', '123922.550000', '123923.010000', '123923.470000', '123923.930000', '123924.390000', '123924.850000', '123925.310000', '123925.770000', '123926.230000', '123926.690000', '123927.150000', '123927.610000', '123928.070000', '123928.530000', '123928.990000', '123929.450000', '123929.910000', '123930.370000', '123930.830000', '123931.290000', '123931.750000', '123932.210000', '123932.670000', '123933.130000', '123933.590000', '123934.050000', '123934.510000', '123934.970000', '123935.430000', '123935.890000', '123936.350000', '123936.810000', '123937.270000', '123937.730000', '123938.190000', '123938.650000', '123939.110000', '123939.570000', '123940.030000', '123940.490000', '123940.950000', '123941.410000', '123941.870000', '123942.330000', '123942.790000', '123943.250000', '123943.710000', '123944.170000', '123944.630000', '123945.090000', '123945.550000', '123946.010000', '123946.470000', '123946.930000', '123947.390000', '123947.850000', '123948.310000', '123948.770000', '123949.230000', '123949.690000', '123950.150000', '123950.610000', '123951.070000', '123951.530000', '123951.990000', '123952.450000', '123952.910000', '123953.370000', '123953.830000', '123954.290000', '123954.750000', '123955.210000', '123955.670000', '123956.130000', '123956.590000', '123957.050000', '123957.510000', '123957.970000', '123958.430000', '123958.890000', '123959.350000', '123959.810000', '124000.270000', '124000.730000', '124001.190000', '124001.650000', '124002.110000', '124002.570000', '124003.030000', '124003.490000', '124003.950000', '124004.410000', '124004.870000', '124005.330000', '124005.790000', '124006.250000', '124006.710000', '124007.170000', '124007.630000', '124008.090000', '124008.550000', '124009.010000', '124009.470000', '124009.930000', '124010.390000', '124010.850000', '124011.310000', '124011.770000', '124012.230000', '124012.690000', '124013.150000', '124013.610000', '124014.070000', '124014.530000', '124014.990000', '124015.450000', '124015.910000', '124016.370000', '124016.830000', '124017.290000', '124017.750000', '124018.210000', '124018.670000', '124019.130000', '124019.590000', '124020.050000', '124020.510000', '124020.970000', '124021.430000', '124021.890000', '124022.350000', '124022.810000', '124023.270000', '124023.730000', '124024.190000', '124024.650000', '124025.110000', '124025.570000', '124026.030000', '124026.490000', '124026.950000', '124027.410000', '124027.870000', '124028.330000', '124028.790000', '124029.250000', '124029.710000', '124030.170000', '124030.630000', '124031.090000', '124031.550000', '124032.010000', '124032.470000', '124032.930000', '124033.390000', '124033.850000', '124034.310000', '124034.770000', '124035.230000', '124035.690000', '124036.150000', '124036.610000', '124037.070000', '124037.530000', '124037.990000', '124038.450000', '124038.910000', '124039.370000', '124039.830000', '124040.290000', '124040.750000', '124041.210000', '124041.670000', '124042.130000', '124042.590000', '124043.050000', '124043.510000', '124043.970000', '124044.430000', '124044.890000', '124045.350000', '124045.810000', '124046.270000', '124046.730000', '124047.190000', '124047.650000', '124048.110000', '124048.570000', '124049.030000', '124049.490000', '124049.950000', '124050.410000', '124050.870000', '124051.330000', '124051.790000', '124052.250000', '124052.710000', '124053.170000', '124053.630000', '124054.090000', '124054.550000', '124055.010000', '124055.470000', '124055.930000', '124056.390000', '124056.850000', '124057.310000', '124057.770000', '124058.230000', '124058.690000', '124059.150000', '124059.610000', '124100.070000', '124100.530000', '124100.990000', '124101.450000', '124101.910000', '124102.370000', '124102.830000', '124103.290000', '124103.750000', '124104.210000', '124104.670000', '124105.130000', '124105.590000', '124106.050000', '124106.510000', '124106.970000', '124107.430000', '124107.890000', '124108.350000', '124108.810000', '124109.270000', '124109.730000', '124110.190000', '124110.650000', '124111.110000', '124111.570000', '124112.030000', '124112.490000', '124112.950000', '124113.410000', '124113.870000', '124114.330000', '124114.790000', '124115.250000', '124115.710000', '124116.170000', '124116.630000', '124117.090000', '124117.550000', '124118.010000', '124118.470000', '124118.930000', '124119.390000', '124119.850000', '124120.310000', '124120.770000', '124121.230000', '124121.690000', '124122.150000', '124122.610000', '124123.070000', '124123.530000', '124123.990000', '124124.450000', '124124.910000', '124125.370000', '124125.830000', '124126.290000', '124126.750000', '124127.210000', '124127.670000', '124128.130000', '124128.590000', '124129.050000', '124129.510000', '124129.970000', '124130.430000', '124130.890000', '124131.350000', '124131.810000', '124132.270000', '124132.730000', '124133.190000', '124133.650000', '124134.110000', '124134.570000', '124135.030000', '124135.490000', '124135.950000', '124136.410000', '124136.870000', '124137.330000', '124137.790000', '124138.250000', '124138.710000', '124139.170000', '124139.630000', '124140.090000', '124140.550000', '124141.010000', '124141.470000', '124141.930000', '124142.390000', '124142.850000', '124143.310000', '124143.770000', '124144.230000', '124144.690000', '124145.150000', '124145.610000', '124146.070000', '124146.530000', '124146.990000', '124147.450000', '124147.910000', '124148.370000', '124148.830000', '124149.290000', '124149.750000', '124150.210000', '124150.670000', '124151.130000', '124151.590000', '124152.050000', '124152.510000', '124152.970000', '124153.430000', '124153.890000', '124154.350000', '124154.810000', '124155.270000', '124155.730000', '124156.190000', '124156.650000', '124157.110000', '124157.570000', '124158.030000', '124158.490000', '124158.950000', '124159.410000', '124159.870000', '124200.330000', '124200.790000', '124201.250000', '124201.710000', '124202.170000', '124202.630000', '124203.090000', '124203.550000', '124204.010000', '124204.470000', '124204.930000', '124205.390000', '124205.850000', '124206.310000', '124206.770000', '124207.230000', '124207.690000', '124208.150000', '124208.610000', '124209.070000', '124209.530000', '124209.990000', '124210.450000', '124210.910000', '124211.370000', '124211.830000', '124212.290000', '124212.750000', '124213.210000', '124213.670000', '124214.130000', '124214.590000', '124215.050000', '124215.510000', '124215.970000', '124216.430000', '124216.890000', '124217.350000', '124217.810000', '124218.270000', '124218.730000', '124219.190000', '124219.650000', '124220.110000', '124220.570000', '124221.030000', '124221.490000', '124221.950000', '124222.410000', '124222.870000', '124223.330000', '124223.790000', '124224.250000', '124224.710000', '124225.170000', '124225.630000', '124226.090000', '124226.550000', '124227.010000', '124227.470000', '124227.930000', '124228.390000', '124228.850000', '124229.310000', '124229.770000', '124230.230000', '124230.690000', '124231.150000', '124231.610000', '124232.070000', '124232.530000', '124232.990000', '124233.450000', '124233.910000', '124234.370000', '124234.830000', '124235.290000', '124235.750000', '124236.210000', '124236.670000', '124237.130000', '124237.590000', '124238.050000', '124238.510000', '124238.970000', '124239.430000', '124239.890000', '124240.350000', '124240.810000', '124241.270000', '124241.730000', '124242.190000', '124242.650000', '124243.110000', '124243.570000', '124244.030000', '124244.490000', '124244.950000', '124245.410000', '124245.870000', '124246.330000', '124246.790000', '124247.250000', '124247.710000', '124248.170000', '124248.630000', '124249.090000', '124249.550000'], 'ContentTime': ['122856.982000', '122856.985000', '122856.988000', '122856.991000', '122856.993000', '122856.996000', '122856.999000', '122857.002000', '122857.027000', '122857.029000', '122857.032000', '122857.034000', '122857.037000', '122857.040000', '122857.042000', '122857.045000', '122857.048000', '122857.050000', '122857.053000', '122857.055000', '122857.058000', '122857.061000', '122857.063000', '122857.066000', '122857.068000', '122857.071000', '122857.074000', '122857.076000', '122857.079000', '122857.082000', '122857.084000', '122857.087000', '122857.089000', '122857.092000', '122857.095000', '122857.097000', '122857.100000', '122857.102000', '122857.105000', '122857.108000', '122857.110000', '122857.113000', '122857.115000', '122857.118000', '122857.121000', '122916.955000', '122916.958000', '122916.961000', '122916.963000', '122916.966000', '122916.969000', '122916.971000', '122916.974000', '122916.977000', '122916.979000', '122916.982000', '122916.984000', '122916.987000', '122916.990000', '122916.992000', '122916.995000', '122916.997000', '122917.001000', '122917.004000', '122917.006000', '122917.009000', '122917.011000', '122917.014000', '122917.017000', '122917.019000', '122917.022000', '122917.025000', '122917.028000', '122917.031000', '122917.034000', '122917.037000', '122917.040000', '122917.042000', '122917.045000', '122917.047000', '122917.050000', '122917.053000', '122917.055000', '122917.058000', '122917.066000', '122917.069000', '122917.071000', '122917.074000', '122936.955000', '122936.958000', '122936.961000', '122936.963000', '122936.966000', '122936.968000', '122936.971000', '122936.974000', '122936.976000', '122936.979000', '122936.982000', '122936.984000', '122936.987000', '122936.989000', '122936.992000', '122936.995000', '122936.997000', '122937.001000', '122937.003000', '122937.006000', '122937.009000', '122937.011000', '122937.014000', '122937.016000', '122937.019000', '122937.022000', '122937.029000', '122937.031000', '122937.034000', '122937.037000', '122937.039000', '122937.042000', '122937.044000', '122937.047000', '122937.050000', '122937.052000', '122937.055000', '122937.057000', '122937.060000', '122937.063000', '122937.065000', '122937.068000', '122937.070000', '122937.073000', '122956.955000', '122956.958000', '122956.961000', '122956.963000', '122956.966000', '122956.969000', '122956.972000', '122956.974000', '122956.977000', '122956.980000', '122956.982000', '122956.985000', '122956.988000', '122956.990000', '122956.993000', '122956.995000', '122956.998000', '122957.002000', '122957.004000', '122957.007000', '122957.010000', '122957.012000', '122957.015000', '122957.018000', '122957.020000', '122957.023000', '122957.025000', '122957.028000', '122957.030000', '122957.033000', '122957.036000', '122957.038000', '122957.041000', '122957.043000', '122957.046000', '122957.049000', '122957.051000', '122957.054000', '122957.057000', '122957.059000', '122957.066000', '122957.069000', '122957.071000', '123016.955000', '123016.958000', '123016.961000', '123016.963000', '123016.966000', '123016.969000', '123016.971000', '123016.974000', '123016.987000', '123016.989000', '123016.992000', '123016.995000', '123016.997000', '123017.001000', '123017.010000', '123017.013000', '123017.015000', '123017.018000', '123017.021000', '123017.023000', '123017.026000', '123017.029000', '123017.031000', '123017.034000', '123017.036000', '123017.039000', '123017.042000', '123017.044000', '123017.047000', '123017.050000', '123017.052000', '123017.055000', '123017.057000', '123017.060000', '123017.063000', '123017.065000', '123017.068000', '123017.071000', '123017.073000', '123017.076000', '123017.079000', '123017.081000', '123017.084000', '123017.086000', '123036.955000', '123036.958000', '123036.961000', '123036.964000', '123036.967000', '123036.969000', '123036.972000', '123036.975000', '123036.977000', '123036.980000', '123036.982000', '123036.985000', '123036.988000', '123036.990000', '123036.993000', '123036.996000', '123036.998000', '123037.002000', '123037.004000', '123037.007000', '123037.010000', '123037.012000', '123037.015000', '123037.017000', '123037.020000', '123037.023000', '123037.025000', '123037.028000', '123037.030000', '123037.033000', '123037.036000', '123037.038000', '123037.041000', '123037.043000', '123037.046000', '123037.049000', '123037.051000', '123037.054000', '123037.056000', '123037.059000', '123037.062000', '123037.065000', '123037.068000', '123056.956000', '123056.958000', '123056.961000', '123056.964000', '123056.966000', '123056.969000', '123056.972000', '123056.974000', '123056.977000', '123056.979000', '123056.982000', '123056.985000', '123056.987000', '123056.990000', '123056.993000', '123056.995000', '123056.998000', '123057.001000', '123057.004000', '123057.007000', '123057.009000', '123057.012000', '123057.015000', '123057.017000', '123057.020000', '123057.022000', '123057.025000', '123057.028000', '123057.030000', '123057.033000', '123057.035000', '123057.038000', '123057.041000', '123057.043000', '123057.046000', '123057.048000', '123057.051000', '123057.054000', '123057.056000', '123057.059000', '123057.062000', '123057.064000', '123057.067000', '123057.069000', '123116.955000', '123116.958000', '123116.961000', '123116.963000', '123116.966000', '123116.969000', '123116.972000', '123116.974000', '123116.977000', '123116.979000', '123116.982000', '123116.985000', '123116.987000', '123116.990000', '123116.993000', '123116.995000', '123116.998000', '123117.002000', '123117.004000', '123117.007000', '123117.010000', '123117.012000', '123117.020000', '123117.023000', '123117.025000', '123117.028000', '123117.031000', '123117.034000', '123117.036000', '123117.039000', '123117.042000', '123117.044000', '123117.047000', '123117.050000', '123117.053000', '123117.055000', '123117.058000', '123117.060000', '123117.063000', '123117.066000', '123117.068000', '123117.071000', '123117.074000', '123136.955000', '123136.959000', '123136.961000', '123136.964000', '123136.966000', '123136.969000', '123136.972000', '123136.974000', '123136.977000', '123136.980000', '123136.983000', '123136.986000', '123136.990000', '123136.992000', '123136.995000', '123136.997000', '123137.001000', '123137.004000', '123137.006000', '123137.009000', '123137.012000', '123137.014000', '123137.017000', '123137.019000', '123137.022000', '123137.025000', '123137.027000', '123137.030000', '123137.032000', '123137.035000', '123137.037000', '123137.040000', '123137.043000', '123137.045000', '123137.048000', '123137.051000', '123137.053000', '123137.056000', '123137.058000', '123137.061000', '123137.063000', '123137.066000', '123137.069000', '123156.955000', '123156.958000', '123156.961000', '123156.964000', '123156.966000', '123156.969000', '123156.971000', '123156.974000', '123156.977000', '123156.986000', '123156.989000', '123156.992000', '123156.994000', '123156.997000', '123157.000000', '123157.003000', '123157.005000', '123157.008000', '123157.011000', '123157.014000', '123157.016000', '123157.019000', '123157.022000', '123157.024000', '123157.027000', '123157.030000', '123157.032000', '123157.035000', '123157.038000', '123157.040000', '123157.043000', '123157.046000', '123157.048000', '123157.051000', '123157.053000', '123157.056000', '123157.059000', '123157.061000', '123157.064000', '123157.066000', '123157.069000', '123157.072000', '123157.074000', '123157.077000', '123216.956000', '123216.958000', '123216.961000', '123216.964000', '123216.966000', '123216.969000', '123216.972000', '123216.974000', '123216.977000', '123216.980000', '123216.982000', '123216.985000', '123216.988000', '123216.990000', '123216.993000', '123216.995000', '123216.998000', '123217.002000', '123217.005000', '123217.007000', '123217.010000', '123217.012000', '123217.015000', '123217.018000', '123217.020000', '123217.023000', '123217.026000', '123217.028000', '123217.031000', '123217.033000', '123217.036000', '123217.039000', '123217.041000', '123217.044000', '123217.047000', '123217.049000', '123217.052000', '123217.054000', '123217.057000', '123217.060000', '123217.062000', '123217.065000', '123217.067000', '123217.070000', '123236.955000', '123236.958000', '123236.961000', '123236.964000', '123236.966000', '123236.969000', '123236.972000', '123236.974000', '123236.977000', '123236.979000', '123236.982000', '123236.985000', '123236.987000', '123236.990000', '123236.993000', '123236.995000', '123236.998000', '123237.002000', '123237.004000', '123237.007000', '123237.010000', '123237.012000', '123237.015000', '123237.017000', '123237.020000', '123237.023000', '123237.025000', '123237.028000', '123237.030000', '123237.033000', '123237.036000', '123237.038000', '123237.041000', '123237.043000', '123237.046000', '123237.049000', '123237.051000', '123237.054000', '123237.056000', '123237.059000', '123237.062000', '123237.064000', '123237.076000', '123256.955000', '123256.958000', '123256.961000', '123256.963000', '123256.966000', '123256.969000', '123256.971000', '123256.974000', '123256.977000', '123256.979000', '123256.982000', '123256.985000', '123256.987000', '123256.990000', '123256.993000', '123256.995000', '123256.998000', '123257.001000', '123257.004000', '123257.007000', '123257.009000', '123257.012000', '123257.015000', '123257.017000', '123257.020000', '123257.022000', '123257.025000', '123257.028000', '123257.030000', '123257.033000', '123257.036000', '123257.038000', '123257.041000', '123257.044000', '123257.046000', '123257.049000', '123257.052000', '123257.054000', '123257.057000', '123257.059000', '123257.062000', '123257.065000', '123257.067000', '123257.070000', '123316.955000', '123316.958000', '123316.961000', '123316.964000', '123316.966000', '123316.969000', '123316.971000', '123316.974000', '123316.977000', '123316.979000', '123316.982000', '123316.985000', '123316.987000', '123316.990000', '123316.992000', '123316.995000', '123316.998000', '123317.001000', '123317.004000', '123317.007000', '123317.009000', '123317.012000', '123317.014000', '123317.017000', '123317.020000', '123317.022000', '123317.025000', '123317.027000', '123317.039000', '123317.042000', '123317.044000', '123317.047000', '123317.050000', '123317.052000', '123317.055000', '123317.057000', '123317.060000', '123317.062000', '123317.065000', '123317.068000', '123317.070000', '123317.073000', '123317.076000', '123336.956000', '123336.959000', '123336.962000', '123336.965000', '123336.967000', '123336.970000', '123336.972000', '123336.975000', '123336.978000', '123336.980000', '123336.983000', '123336.985000', '123336.988000', '123336.991000', '123336.993000', '123336.996000', '123337.000000', '123337.002000', '123337.005000', '123337.007000', '123337.010000', '123337.013000', '123337.015000', '123337.018000', '123337.021000', '123337.023000', '123337.026000', '123337.029000', '123337.031000', '123337.034000', '123337.037000', '123337.039000', '123337.042000', '123337.044000', '123337.047000', '123337.050000', '123337.052000', '123337.055000', '123337.058000', '123337.060000', '123337.063000', '123337.066000', '123337.068000', '123337.071000', '123356.955000', '123356.958000', '123356.961000', '123356.964000', '123356.966000', '123356.969000', '123356.971000', '123356.974000', '123356.977000', '123356.979000', '123356.982000', '123356.984000', '123356.987000', '123356.990000', '123356.993000', '123356.995000', '123356.998000', '123357.001000', '123357.004000', '123357.007000', '123357.009000', '123357.012000', '123357.014000', '123357.017000', '123357.020000', '123357.022000', '123357.025000', '123357.028000', '123357.030000', '123357.033000', '123357.035000', '123357.038000', '123357.041000', '123357.043000', '123357.046000', '123357.048000', '123357.051000', '123357.054000', '123357.056000', '123357.059000', '123357.062000', '123357.064000', '123357.067000', '123416.955000', '123416.959000', '123416.961000', '123416.964000', '123416.966000', '123416.969000', '123416.972000', '123416.975000', '123416.978000', '123416.981000', '123416.984000', '123416.986000', '123416.989000', '123416.992000', '123416.994000', '123416.997000', '123417.001000', '123417.003000', '123417.006000', '123417.008000', '123417.011000', '123417.014000', '123417.016000', '123417.019000', '123417.021000', '123417.024000', '123417.027000', '123417.029000', '123417.032000', '123417.035000', '123417.037000', '123417.040000', '123417.043000', '123417.045000', '123417.048000', '123417.051000', '123417.053000', '123417.056000', '123417.059000', '123417.061000', '123417.064000', '123417.066000', '123417.069000', '123436.955000', '123436.958000', '123436.961000', '123436.964000', '123436.966000', '123436.969000', '123436.972000', '123436.974000', '123436.977000', '123436.979000', '123436.982000', '123436.985000', '123436.987000', '123436.990000', '123436.992000', '123436.995000', '123436.998000', '123437.001000', '123437.010000', '123437.012000', '123437.015000', '123437.018000', '123437.020000', '123437.023000', '123437.025000', '123437.028000', '123437.031000', '123437.033000', '123437.036000', '123437.038000', '123437.041000', '123437.044000', '123437.046000', '123437.049000', '123437.051000', '123437.054000', '123437.057000', '123437.059000', '123437.062000', '123437.064000', '123437.078000', '123437.080000', '123437.083000', '123437.085000', '123456.955000', '123456.958000', '123456.961000', '123456.963000', '123456.966000', '123456.969000', '123456.971000', '123456.974000', '123456.977000', '123456.980000', '123456.983000', '123456.986000', '123456.989000', '123456.991000', '123456.994000', '123456.998000', '123457.002000', '123457.005000', '123457.008000', '123457.010000', '123457.013000', '123457.015000', '123457.018000', '123457.021000', '123457.023000', '123457.026000', '123457.029000', '123457.031000', '123457.034000', '123457.037000', '123457.039000', '123457.042000', '123457.044000', '123457.047000', '123457.050000', '123457.053000', '123457.055000', '123457.058000', '123457.061000', '123457.063000', '123457.066000', '123457.068000', '123457.071000', '123516.956000', '123516.959000', '123516.961000', '123516.964000', '123516.967000', '123516.970000', '123516.972000', '123516.975000', '123516.978000', '123516.980000', '123516.983000', '123516.986000', '123516.988000', '123516.991000', '123516.994000', '123516.996000', '123517.000000', '123517.003000', '123517.005000', '123517.008000', '123517.010000', '123517.013000', '123517.016000', '123517.018000', '123517.021000', '123517.023000', '123517.026000', '123517.028000', '123517.031000', '123517.034000', '123517.036000', '123517.039000', '123517.041000', '123517.044000', '123517.047000', '123517.049000', '123517.052000', '123517.055000', '123517.057000', '123517.060000', '123517.062000', '123517.065000', '123517.068000', '123517.070000', '123536.956000', '123536.958000', '123536.961000', '123536.964000', '123536.966000', '123536.969000', '123536.971000', '123536.974000', '123536.977000', '123536.979000', '123536.982000', '123536.985000', '123536.987000', '123536.990000', '123536.992000', '123536.995000', '123536.998000', '123537.001000', '123537.004000', '123537.007000', '123537.010000', '123537.013000', '123537.016000', '123537.018000', '123537.021000', '123537.035000', '123537.038000', '123537.041000', '123537.043000', '123537.046000', '123537.048000', '123537.051000', '123537.054000', '123537.056000', '123537.059000', '123537.061000', '123537.064000', '123537.067000', '123537.069000', '123537.072000', '123537.075000', '123537.077000', '123537.080000', '123556.955000', '123556.958000', '123556.961000', '123556.964000', '123556.966000', '123556.969000', '123556.971000', '123556.974000', '123556.977000', '123556.979000', '123556.982000', '123556.985000', '123556.987000', '123556.990000', '123556.992000', '123556.995000', '123556.998000', '123557.001000', '123557.004000', '123557.006000', '123557.009000', '123557.011000', '123557.014000', '123557.017000', '123557.019000', '123557.022000', '123557.025000', '123557.027000', '123557.030000', '123557.032000', '123557.035000', '123557.038000', '123557.040000', '123557.043000', '123557.045000', '123557.048000', '123557.051000', '123557.053000', '123557.056000', '123557.058000', '123557.061000', '123557.064000', '123557.066000', '123557.069000', '123616.956000', '123616.959000', '123616.961000', '123616.964000', '123616.966000', '123616.969000', '123616.972000', '123616.974000', '123616.977000', '123616.980000', '123616.982000', '123616.985000', '123616.987000', '123616.990000', '123616.993000', '123616.995000', '123616.998000', '123617.002000', '123617.004000', '123617.007000', '123617.009000', '123617.012000', '123617.015000', '123617.017000', '123617.020000', '123617.024000', '123617.027000', '123617.029000', '123617.033000', '123617.036000', '123617.039000', '123617.041000', '123617.044000', '123617.047000', '123617.049000', '123617.052000', '123617.055000', '123617.057000', '123617.060000', '123617.062000', '123617.065000', '123617.068000', '123617.070000', '123636.955000', '123636.958000', '123636.961000', '123636.964000', '123636.966000', '123636.969000', '123636.972000', '123636.974000', '123636.977000', '123636.980000', '123636.982000', '123636.985000', '123636.988000', '123636.990000', '123636.993000', '123636.995000', '123636.998000', '123637.001000', '123637.003000', '123637.006000', '123637.009000', '123637.011000', '123637.014000', '123637.017000', '123637.019000', '123637.022000', '123637.024000', '123637.027000', '123637.030000', '123637.032000', '123637.035000', '123637.037000', '123637.040000', '123637.043000', '123637.045000', '123637.048000', '123637.050000', '123637.053000', '123637.056000', '123637.058000', '123637.061000', '123637.064000', '123637.066000', '123637.069000', '123656.955000', '123656.958000', '123656.961000', '123656.964000', '123656.967000', '123656.969000', '123656.972000', '123656.974000', '123656.977000', '123656.980000', '123656.982000', '123656.985000', '123656.988000', '123656.990000', '123656.993000', '123656.995000', '123656.998000', '123657.002000', '123657.004000', '123657.007000', '123657.010000', '123657.012000', '123657.015000', '123657.017000', '123657.020000', '123657.023000', '123657.025000', '123657.028000', '123657.031000', '123657.033000', '123657.036000', '123657.038000', '123657.041000', '123657.044000', '123657.046000', '123657.049000', '123657.052000', '123657.055000', '123657.058000', '123657.061000', '123657.064000', '123657.067000', '123657.070000', '123716.956000', '123716.958000', '123716.961000', '123716.964000', '123716.967000', '123716.969000', '123716.972000', '123716.974000', '123716.977000', '123716.980000', '123716.982000', '123716.985000', '123716.988000', '123716.990000', '123716.993000', '123716.995000', '123716.998000', '123717.002000', '123717.004000', '123717.007000', '123717.010000', '123717.012000', '123717.015000', '123717.017000', '123717.020000', '123717.023000', '123717.025000', '123717.028000', '123717.031000', '123717.033000', '123717.036000', '123717.038000', '123717.041000', '123717.044000', '123717.046000', '123717.049000', '123717.052000', '123717.054000', '123717.057000', '123717.059000', '123717.062000', '123717.065000', '123717.067000', '123717.070000', '123736.956000', '123736.959000', '123736.961000', '123736.964000', '123736.967000', '123736.969000', '123736.972000', '123736.975000', '123736.977000', '123736.980000', '123736.982000', '123736.985000', '123736.988000', '123736.990000', '123736.993000', '123736.995000', '123736.998000', '123737.002000', '123737.004000', '123737.007000', '123737.010000', '123737.012000', '123737.015000', '123737.017000', '123737.020000', '123737.023000', '123737.025000', '123737.028000', '123737.031000', '123737.033000', '123737.036000', '123737.038000', '123737.041000', '123737.044000', '123737.046000', '123737.049000', '123737.051000', '123737.054000', '123737.057000', '123737.059000', '123737.062000', '123737.065000', '123737.068000', '123756.956000', '123756.958000', '123756.961000', '123756.964000', '123756.966000', '123756.969000', '123756.972000', '123756.974000', '123756.977000', '123756.979000', '123756.982000', '123756.985000', '123756.987000', '123756.990000', '123756.992000', '123756.995000', '123756.998000', '123757.001000', '123757.004000', '123757.013000', '123757.016000', '123757.018000', '123757.021000', '123757.023000', '123757.026000', '123757.029000', '123757.031000', '123757.034000', '123757.036000', '123757.039000', '123757.041000', '123757.045000', '123757.048000', '123757.050000', '123757.053000', '123757.056000', '123757.058000', '123757.061000', '123757.064000', '123757.066000', '123757.069000', '123757.071000', '123757.074000', '123757.076000', '123816.956000', '123816.959000', '123816.961000', '123816.964000', '123816.967000', '123816.969000', '123816.972000', '123816.975000', '123816.977000', '123816.980000', '123816.983000', '123816.985000', '123816.988000', '123816.991000', '123816.993000', '123816.996000', '123817.000000', '123817.002000', '123817.005000', '123817.008000', '123817.010000', '123817.013000', '123817.016000', '123817.018000', '123817.021000', '123817.024000', '123817.026000', '123817.029000', '123817.032000', '123817.034000', '123817.037000', '123817.040000', '123817.042000', '123817.045000', '123817.048000', '123817.050000', '123817.053000', '123817.056000', '123817.059000', '123817.061000', '123817.064000', '123817.067000', '123817.069000', '123836.956000', '123836.959000', '123836.962000', '123836.964000', '123836.967000', '123836.969000', '123836.972000', '123836.975000', '123836.977000', '123836.980000', '123836.983000', '123836.985000', '123836.988000', '123836.991000', '123836.993000', '123836.996000', '123837.000000', '123837.002000', '123837.005000', '123837.008000', '123837.010000', '123837.013000', '123837.016000', '123837.019000', '123837.021000', '123837.024000', '123837.027000', '123837.029000', '123837.032000', '123837.054000', '123837.058000', '123837.060000', '123837.063000', '123837.065000', '123837.068000', '123837.071000', '123837.073000', '123837.076000', '123837.079000', '123837.081000', '123837.084000', '123837.086000', '123837.089000', '123837.092000', '123856.956000', '123856.959000', '123856.961000', '123856.964000', '123856.967000', '123856.969000', '123856.972000', '123856.974000', '123856.977000', '123856.980000', '123856.982000', '123856.985000', '123856.988000', '123856.990000', '123856.993000', '123856.996000', '123856.998000', '123857.002000', '123857.005000', '123857.007000', '123857.010000', '123857.012000', '123857.015000', '123857.018000', '123857.020000', '123857.023000', '123857.026000', '123857.028000', '123857.031000', '123857.034000', '123857.036000', '123857.039000', '123857.042000', '123857.044000', '123857.047000', '123857.049000', '123857.052000', '123857.055000', '123857.057000', '123857.060000', '123857.063000', '123857.065000', '123857.068000', '123916.955000', '123916.958000', '123916.961000', '123916.964000', '123916.966000', '123916.969000', '123916.971000', '123916.974000', '123916.977000', '123916.979000', '123916.982000', '123916.984000', '123916.987000', '123916.990000', '123916.992000', '123916.995000', '123916.998000', '123917.001000', '123917.004000', '123917.007000', '123917.009000', '123917.012000', '123917.014000', '123917.017000', '123917.020000', '123917.022000', '123917.025000', '123917.027000', '123917.030000', '123917.033000', '123917.035000', '123917.038000', '123917.041000', '123917.043000', '123917.046000', '123917.048000', '123917.051000', '123917.054000', '123917.056000', '123917.059000', '123917.061000', '123917.064000', '123917.067000', '123917.069000', '123936.956000', '123936.958000', '123936.961000', '123936.964000', '123936.966000', '123936.969000', '123936.972000', '123936.974000', '123936.977000', '123936.980000', '123936.982000', '123936.985000', '123936.987000', '123936.990000', '123936.993000', '123936.995000', '123936.998000', '123937.001000', '123937.004000', '123937.007000', '123937.009000', '123937.012000', '123937.014000', '123937.017000', '123937.020000', '123937.022000', '123937.025000', '123937.028000', '123937.030000', '123937.033000', '123937.035000', '123937.038000', '123937.040000', '123937.043000', '123937.046000', '123937.048000', '123937.051000', '123937.054000', '123937.056000', '123937.059000', '123937.061000', '123937.064000', '123937.067000', '123956.955000', '123956.958000', '123956.961000', '123956.963000', '123956.966000', '123956.969000', '123956.972000', '123956.974000', '123956.977000', '123956.980000', '123956.982000', '123956.985000', '123957.010000', '123957.013000', '123957.016000', '123957.018000', '123957.021000', '123957.024000', '123957.026000', '123957.029000', '123957.031000', '123957.034000', '123957.037000', '123957.039000', '123957.042000', '123957.044000', '123957.047000', '123957.050000', '123957.052000', '123957.055000', '123957.057000', '123957.060000', '123957.063000', '123957.065000', '123957.068000', '123957.070000', '123957.073000', '123957.076000', '123957.078000', '123957.081000', '123957.084000', '123957.086000', '123957.089000', '123957.091000', '124016.956000', '124016.958000', '124016.961000', '124016.964000', '124016.966000', '124016.969000', '124016.972000', '124016.974000', '124016.977000', '124016.979000', '124016.982000', '124016.985000', '124016.987000', '124016.990000', '124016.993000', '124016.995000', '124016.998000', '124017.002000', '124017.004000', '124017.007000', '124017.009000', '124017.012000', '124017.015000', '124017.017000', '124017.020000', '124017.023000', '124017.025000', '124017.028000', '124017.031000', '124017.033000', '124017.036000', '124017.038000', '124017.041000', '124017.043000', '124017.046000', '124017.049000', '124017.051000', '124017.054000', '124017.057000', '124017.059000', '124017.062000', '124017.064000', '124017.067000', '124036.956000', '124036.958000', '124036.961000', '124036.964000', '124036.966000', '124036.969000', '124036.972000', '124036.974000', '124036.977000', '124036.979000', '124036.982000', '124036.985000', '124036.987000', '124036.990000', '124036.993000', '124036.995000', '124036.998000', '124037.001000', '124037.004000', '124037.007000', '124037.010000', '124037.012000', '124037.015000', '124037.018000', '124037.020000', '124037.023000', '124037.026000', '124037.028000', '124037.031000', '124037.033000', '124037.036000', '124037.039000', '124037.041000', '124037.044000', '124037.046000', '124037.049000', '124037.052000', '124037.054000', '124037.057000', '124037.060000', '124037.062000', '124037.065000', '124037.067000', '124037.070000', '124056.957000', '124056.960000', '124056.963000', '124056.984000', '124056.987000', '124056.990000', '124056.992000', '124056.995000', '124056.997000', '124057.000000', '124057.003000', '124057.005000', '124057.008000', '124057.011000', '124057.013000', '124057.016000', '124057.018000', '124057.021000', '124057.024000', '124057.026000', '124057.029000', '124057.032000', '124057.034000', '124057.037000', '124057.039000', '124057.042000', '124057.045000', '124057.047000', '124057.050000', '124057.053000', '124057.055000', '124057.058000', '124057.060000', '124057.063000', '124057.066000', '124057.068000', '124057.071000', '124057.095000', '124057.097000', '124057.100000', '124057.102000', '124057.105000', '124057.108000', '124116.957000', '124116.961000', '124116.964000', '124116.967000', '124116.970000', '124116.973000', '124116.976000', '124116.978000', '124116.981000', '124116.984000', '124116.986000', '124116.989000', '124116.992000', '124116.994000', '124116.997000', '124117.001000', '124117.003000', '124117.006000', '124117.009000', '124117.012000', '124117.014000', '124117.017000', '124117.020000', '124117.022000', '124117.025000', '124117.027000', '124117.030000', '124117.033000', '124117.035000', '124117.038000', '124117.041000', '124117.043000', '124117.046000', '124117.049000', '124117.051000', '124117.054000', '124117.057000', '124117.059000', '124117.062000', '124117.064000', '124117.067000', '124117.070000', '124117.072000', '124136.956000', '124136.959000', '124136.961000', '124136.964000', '124136.967000', '124136.970000', '124136.972000', '124136.975000', '124136.977000', '124136.980000', '124136.983000', '124136.985000', '124136.988000', '124136.990000', '124136.993000', '124136.996000', '124136.998000', '124137.002000', '124137.005000', '124137.008000', '124137.010000', '124137.013000', '124137.016000', '124137.018000', '124137.021000', '124137.024000', '124137.026000', '124137.029000', '124137.031000', '124137.034000', '124137.037000', '124137.039000', '124137.042000', '124137.045000', '124137.047000', '124137.050000', '124137.053000', '124137.055000', '124137.058000', '124137.060000', '124137.063000', '124137.066000', '124137.068000', '124137.071000', '124156.956000', '124156.958000', '124156.961000', '124156.964000', '124156.966000', '124156.969000', '124156.972000', '124156.974000', '124156.977000', '124156.980000', '124156.982000', '124156.985000', '124156.987000', '124156.990000', '124156.993000', '124156.995000', '124156.998000', '124157.001000', '124157.004000', '124157.007000', '124157.009000', '124157.012000', '124157.015000', '124157.017000', '124157.020000', '124157.022000', '124157.025000', '124157.028000', '124157.030000', '124157.033000', '124157.036000', '124157.038000', '124157.041000', '124157.043000', '124157.046000', '124157.049000', '124157.051000', '124157.054000', '124157.056000', '124157.059000', '124157.062000', '124157.064000', '124157.067000', '124157.069000', '124216.956000', '124216.958000', '124216.961000', '124216.964000', '124216.966000', '124216.980000', '124216.983000', '124216.985000', '124216.988000', '124216.990000', '124216.993000', '124216.996000', '124216.998000', '124217.002000', '124217.005000', '124217.007000', '124217.010000', '124217.012000', '124217.015000', '124217.018000', '124217.020000', '124217.023000', '124217.025000', '124217.028000', '124217.031000', '124217.033000', '124217.036000', '124217.038000', '124217.041000', '124217.044000', '124217.046000', '124217.049000', '124217.051000', '124217.054000', '124217.057000', '124217.059000', '124217.062000', '124217.065000', '124217.067000', '124217.070000', '124217.072000', '124217.075000', '124217.078000', '124236.956000', '124236.959000', '124236.961000', '124236.964000', '124236.966000', '124236.970000', '124236.973000', '124236.975000', '124236.978000', '124236.981000', '124236.984000', '124236.986000', '124236.989000', '124236.992000', '124236.996000', '124237.014000', '124237.017000', '124237.019000', '124237.022000', '124237.025000', '124237.027000', '124237.030000', '124237.032000', '124237.035000', '124237.038000', '124237.040000', '124237.043000', '124237.046000', '124237.048000', '124237.051000', '124237.053000', '124237.056000', '124237.059000', '124237.061000', '124237.064000', '124237.067000', '124237.069000', '124237.072000', '124237.074000', '124237.077000', '124237.080000', '124237.082000', '124237.085000', '124251.224000', '124251.283000', '124251.286000', '124251.289000', '124251.292000', '124251.295000', '124251.298000', '124251.300000', '124251.303000', '124251.307000', '124251.310000', '124251.313000', '124251.319000', '124251.322000', '124251.328000', '124251.335000', '124251.340000', '124251.343000', '124251.346000', '124251.349000', '124251.352000', '124251.355000', '124251.358000', '124251.361000', '124251.363000', '124251.366000', '124251.369000', '124251.371000', '124251.374000', '124251.376000', '124251.379000', '124251.382000'], 'InstanceCreationTime': ['122856.982000', '122856.985000', '122856.988000', '122856.991000', '122856.993000', '122856.996000', '122856.999000', '122857.002000', '122857.027000', '122857.029000', '122857.032000', '122857.034000', '122857.037000', '122857.040000', '122857.042000', '122857.045000', '122857.048000', '122857.050000', '122857.053000', '122857.055000', '122857.058000', '122857.061000', '122857.063000', '122857.066000', '122857.068000', '122857.071000', '122857.074000', '122857.076000', '122857.079000', '122857.082000', '122857.084000', '122857.087000', '122857.089000', '122857.092000', '122857.095000', '122857.097000', '122857.100000', '122857.102000', '122857.105000', '122857.108000', '122857.110000', '122857.113000', '122857.115000', '122857.118000', '122857.121000', '122916.955000', '122916.958000', '122916.961000', '122916.963000', '122916.966000', '122916.969000', '122916.971000', '122916.974000', '122916.977000', '122916.979000', '122916.982000', '122916.984000', '122916.987000', '122916.990000', '122916.992000', '122916.995000', '122916.997000', '122917.001000', '122917.004000', '122917.006000', '122917.009000', '122917.011000', '122917.014000', '122917.017000', '122917.019000', '122917.022000', '122917.025000', '122917.028000', '122917.031000', '122917.034000', '122917.037000', '122917.040000', '122917.042000', '122917.045000', '122917.047000', '122917.050000', '122917.053000', '122917.055000', '122917.058000', '122917.066000', '122917.069000', '122917.071000', '122917.074000', '122936.955000', '122936.958000', '122936.961000', '122936.963000', '122936.966000', '122936.968000', '122936.971000', '122936.974000', '122936.976000', '122936.979000', '122936.982000', '122936.984000', '122936.987000', '122936.989000', '122936.992000', '122936.995000', '122936.997000', '122937.001000', '122937.003000', '122937.006000', '122937.009000', '122937.011000', '122937.014000', '122937.016000', '122937.019000', '122937.022000', '122937.029000', '122937.031000', '122937.034000', '122937.037000', '122937.039000', '122937.042000', '122937.044000', '122937.047000', '122937.050000', '122937.052000', '122937.055000', '122937.057000', '122937.060000', '122937.063000', '122937.065000', '122937.068000', '122937.070000', '122937.073000', '122956.955000', '122956.958000', '122956.961000', '122956.963000', '122956.966000', '122956.969000', '122956.972000', '122956.974000', '122956.977000', '122956.980000', '122956.982000', '122956.985000', '122956.988000', '122956.990000', '122956.993000', '122956.995000', '122956.998000', '122957.002000', '122957.004000', '122957.007000', '122957.010000', '122957.012000', '122957.015000', '122957.018000', '122957.020000', '122957.023000', '122957.025000', '122957.028000', '122957.030000', '122957.033000', '122957.036000', '122957.038000', '122957.041000', '122957.043000', '122957.046000', '122957.049000', '122957.051000', '122957.054000', '122957.057000', '122957.059000', '122957.066000', '122957.069000', '122957.071000', '123016.955000', '123016.958000', '123016.961000', '123016.963000', '123016.966000', '123016.969000', '123016.971000', '123016.974000', '123016.987000', '123016.989000', '123016.992000', '123016.995000', '123016.997000', '123017.001000', '123017.010000', '123017.013000', '123017.015000', '123017.018000', '123017.021000', '123017.023000', '123017.026000', '123017.029000', '123017.031000', '123017.034000', '123017.036000', '123017.039000', '123017.042000', '123017.044000', '123017.047000', '123017.050000', '123017.052000', '123017.055000', '123017.057000', '123017.060000', '123017.063000', '123017.065000', '123017.068000', '123017.071000', '123017.073000', '123017.076000', '123017.079000', '123017.081000', '123017.084000', '123017.086000', '123036.955000', '123036.958000', '123036.961000', '123036.964000', '123036.967000', '123036.969000', '123036.972000', '123036.975000', '123036.977000', '123036.980000', '123036.982000', '123036.985000', '123036.988000', '123036.990000', '123036.993000', '123036.996000', '123036.998000', '123037.002000', '123037.004000', '123037.007000', '123037.010000', '123037.012000', '123037.015000', '123037.017000', '123037.020000', '123037.023000', '123037.025000', '123037.028000', '123037.030000', '123037.033000', '123037.036000', '123037.038000', '123037.041000', '123037.043000', '123037.046000', '123037.049000', '123037.051000', '123037.054000', '123037.056000', '123037.059000', '123037.062000', '123037.065000', '123037.068000', '123056.956000', '123056.958000', '123056.961000', '123056.964000', '123056.966000', '123056.969000', '123056.972000', '123056.974000', '123056.977000', '123056.979000', '123056.982000', '123056.985000', '123056.987000', '123056.990000', '123056.993000', '123056.995000', '123056.998000', '123057.001000', '123057.004000', '123057.007000', '123057.009000', '123057.012000', '123057.015000', '123057.017000', '123057.020000', '123057.022000', '123057.025000', '123057.028000', '123057.030000', '123057.033000', '123057.035000', '123057.038000', '123057.041000', '123057.043000', '123057.046000', '123057.048000', '123057.051000', '123057.054000', '123057.056000', '123057.059000', '123057.062000', '123057.064000', '123057.067000', '123057.069000', '123116.955000', '123116.958000', '123116.961000', '123116.963000', '123116.966000', '123116.969000', '123116.972000', '123116.974000', '123116.977000', '123116.979000', '123116.982000', '123116.985000', '123116.987000', '123116.990000', '123116.993000', '123116.995000', '123116.998000', '123117.002000', '123117.004000', '123117.007000', '123117.010000', '123117.012000', '123117.020000', '123117.023000', '123117.025000', '123117.028000', '123117.031000', '123117.034000', '123117.036000', '123117.039000', '123117.042000', '123117.044000', '123117.047000', '123117.050000', '123117.053000', '123117.055000', '123117.058000', '123117.060000', '123117.063000', '123117.066000', '123117.068000', '123117.071000', '123117.074000', '123136.955000', '123136.959000', '123136.961000', '123136.964000', '123136.966000', '123136.969000', '123136.972000', '123136.974000', '123136.977000', '123136.980000', '123136.983000', '123136.986000', '123136.990000', '123136.992000', '123136.995000', '123136.997000', '123137.001000', '123137.004000', '123137.006000', '123137.009000', '123137.012000', '123137.014000', '123137.017000', '123137.019000', '123137.022000', '123137.025000', '123137.027000', '123137.030000', '123137.032000', '123137.035000', '123137.037000', '123137.040000', '123137.043000', '123137.045000', '123137.048000', '123137.051000', '123137.053000', '123137.056000', '123137.058000', '123137.061000', '123137.063000', '123137.066000', '123137.069000', '123156.955000', '123156.958000', '123156.961000', '123156.964000', '123156.966000', '123156.969000', '123156.971000', '123156.974000', '123156.977000', '123156.986000', '123156.989000', '123156.992000', '123156.994000', '123156.997000', '123157.000000', '123157.003000', '123157.005000', '123157.008000', '123157.011000', '123157.014000', '123157.016000', '123157.019000', '123157.022000', '123157.024000', '123157.027000', '123157.030000', '123157.032000', '123157.035000', '123157.038000', '123157.040000', '123157.043000', '123157.046000', '123157.048000', '123157.051000', '123157.053000', '123157.056000', '123157.059000', '123157.061000', '123157.064000', '123157.066000', '123157.069000', '123157.072000', '123157.074000', '123157.077000', '123216.956000', '123216.958000', '123216.961000', '123216.964000', '123216.966000', '123216.969000', '123216.972000', '123216.974000', '123216.977000', '123216.980000', '123216.982000', '123216.985000', '123216.988000', '123216.990000', '123216.993000', '123216.995000', '123216.998000', '123217.002000', '123217.005000', '123217.007000', '123217.010000', '123217.012000', '123217.015000', '123217.018000', '123217.020000', '123217.023000', '123217.026000', '123217.028000', '123217.031000', '123217.033000', '123217.036000', '123217.039000', '123217.041000', '123217.044000', '123217.047000', '123217.049000', '123217.052000', '123217.054000', '123217.057000', '123217.060000', '123217.062000', '123217.065000', '123217.067000', '123217.070000', '123236.955000', '123236.958000', '123236.961000', '123236.964000', '123236.966000', '123236.969000', '123236.972000', '123236.974000', '123236.977000', '123236.979000', '123236.982000', '123236.985000', '123236.987000', '123236.990000', '123236.993000', '123236.995000', '123236.998000', '123237.002000', '123237.004000', '123237.007000', '123237.010000', '123237.012000', '123237.015000', '123237.017000', '123237.020000', '123237.023000', '123237.025000', '123237.028000', '123237.030000', '123237.033000', '123237.036000', '123237.038000', '123237.041000', '123237.043000', '123237.046000', '123237.049000', '123237.051000', '123237.054000', '123237.056000', '123237.059000', '123237.062000', '123237.064000', '123237.076000', '123256.955000', '123256.958000', '123256.961000', '123256.963000', '123256.966000', '123256.969000', '123256.971000', '123256.974000', '123256.977000', '123256.979000', '123256.982000', '123256.985000', '123256.987000', '123256.990000', '123256.993000', '123256.995000', '123256.998000', '123257.001000', '123257.004000', '123257.007000', '123257.009000', '123257.012000', '123257.015000', '123257.017000', '123257.020000', '123257.022000', '123257.025000', '123257.028000', '123257.030000', '123257.033000', '123257.036000', '123257.038000', '123257.041000', '123257.044000', '123257.046000', '123257.049000', '123257.052000', '123257.054000', '123257.057000', '123257.059000', '123257.062000', '123257.065000', '123257.067000', '123257.070000', '123316.955000', '123316.958000', '123316.961000', '123316.964000', '123316.966000', '123316.969000', '123316.971000', '123316.974000', '123316.977000', '123316.979000', '123316.982000', '123316.985000', '123316.987000', '123316.990000', '123316.992000', '123316.995000', '123316.998000', '123317.001000', '123317.004000', '123317.007000', '123317.009000', '123317.012000', '123317.014000', '123317.017000', '123317.020000', '123317.022000', '123317.025000', '123317.027000', '123317.039000', '123317.042000', '123317.044000', '123317.047000', '123317.050000', '123317.052000', '123317.055000', '123317.057000', '123317.060000', '123317.062000', '123317.065000', '123317.068000', '123317.070000', '123317.073000', '123317.076000', '123336.956000', '123336.959000', '123336.962000', '123336.965000', '123336.967000', '123336.970000', '123336.972000', '123336.975000', '123336.978000', '123336.980000', '123336.983000', '123336.985000', '123336.988000', '123336.991000', '123336.993000', '123336.996000', '123337.000000', '123337.002000', '123337.005000', '123337.007000', '123337.010000', '123337.013000', '123337.015000', '123337.018000', '123337.021000', '123337.023000', '123337.026000', '123337.029000', '123337.031000', '123337.034000', '123337.037000', '123337.039000', '123337.042000', '123337.044000', '123337.047000', '123337.050000', '123337.052000', '123337.055000', '123337.058000', '123337.060000', '123337.063000', '123337.066000', '123337.068000', '123337.071000', '123356.955000', '123356.958000', '123356.961000', '123356.964000', '123356.966000', '123356.969000', '123356.971000', '123356.974000', '123356.977000', '123356.979000', '123356.982000', '123356.984000', '123356.987000', '123356.990000', '123356.993000', '123356.995000', '123356.998000', '123357.001000', '123357.004000', '123357.007000', '123357.009000', '123357.012000', '123357.014000', '123357.017000', '123357.020000', '123357.022000', '123357.025000', '123357.028000', '123357.030000', '123357.033000', '123357.035000', '123357.038000', '123357.041000', '123357.043000', '123357.046000', '123357.048000', '123357.051000', '123357.054000', '123357.056000', '123357.059000', '123357.062000', '123357.064000', '123357.067000', '123416.955000', '123416.959000', '123416.961000', '123416.964000', '123416.966000', '123416.969000', '123416.972000', '123416.975000', '123416.978000', '123416.981000', '123416.984000', '123416.986000', '123416.989000', '123416.992000', '123416.994000', '123416.997000', '123417.001000', '123417.003000', '123417.006000', '123417.008000', '123417.011000', '123417.014000', '123417.016000', '123417.019000', '123417.021000', '123417.024000', '123417.027000', '123417.029000', '123417.032000', '123417.035000', '123417.037000', '123417.040000', '123417.043000', '123417.045000', '123417.048000', '123417.051000', '123417.053000', '123417.056000', '123417.059000', '123417.061000', '123417.064000', '123417.066000', '123417.069000', '123436.955000', '123436.958000', '123436.961000', '123436.964000', '123436.966000', '123436.969000', '123436.972000', '123436.974000', '123436.977000', '123436.979000', '123436.982000', '123436.985000', '123436.987000', '123436.990000', '123436.992000', '123436.995000', '123436.998000', '123437.001000', '123437.010000', '123437.012000', '123437.015000', '123437.018000', '123437.020000', '123437.023000', '123437.025000', '123437.028000', '123437.031000', '123437.033000', '123437.036000', '123437.038000', '123437.041000', '123437.044000', '123437.046000', '123437.049000', '123437.051000', '123437.054000', '123437.057000', '123437.059000', '123437.062000', '123437.064000', '123437.078000', '123437.080000', '123437.083000', '123437.085000', '123456.955000', '123456.958000', '123456.961000', '123456.963000', '123456.966000', '123456.969000', '123456.971000', '123456.974000', '123456.977000', '123456.980000', '123456.983000', '123456.986000', '123456.989000', '123456.991000', '123456.994000', '123456.998000', '123457.002000', '123457.005000', '123457.008000', '123457.010000', '123457.013000', '123457.015000', '123457.018000', '123457.021000', '123457.023000', '123457.026000', '123457.029000', '123457.031000', '123457.034000', '123457.037000', '123457.039000', '123457.042000', '123457.044000', '123457.047000', '123457.050000', '123457.053000', '123457.055000', '123457.058000', '123457.061000', '123457.063000', '123457.066000', '123457.068000', '123457.071000', '123516.956000', '123516.959000', '123516.961000', '123516.964000', '123516.967000', '123516.970000', '123516.972000', '123516.975000', '123516.978000', '123516.980000', '123516.983000', '123516.986000', '123516.988000', '123516.991000', '123516.994000', '123516.996000', '123517.000000', '123517.003000', '123517.005000', '123517.008000', '123517.010000', '123517.013000', '123517.016000', '123517.018000', '123517.021000', '123517.023000', '123517.026000', '123517.028000', '123517.031000', '123517.034000', '123517.036000', '123517.039000', '123517.041000', '123517.044000', '123517.047000', '123517.049000', '123517.052000', '123517.055000', '123517.057000', '123517.060000', '123517.062000', '123517.065000', '123517.068000', '123517.070000', '123536.956000', '123536.958000', '123536.961000', '123536.964000', '123536.966000', '123536.969000', '123536.971000', '123536.974000', '123536.977000', '123536.979000', '123536.982000', '123536.985000', '123536.987000', '123536.990000', '123536.992000', '123536.995000', '123536.998000', '123537.001000', '123537.004000', '123537.007000', '123537.010000', '123537.013000', '123537.016000', '123537.018000', '123537.021000', '123537.035000', '123537.038000', '123537.041000', '123537.043000', '123537.046000', '123537.048000', '123537.051000', '123537.054000', '123537.056000', '123537.059000', '123537.061000', '123537.064000', '123537.067000', '123537.069000', '123537.072000', '123537.075000', '123537.077000', '123537.080000', '123556.955000', '123556.958000', '123556.961000', '123556.964000', '123556.966000', '123556.969000', '123556.971000', '123556.974000', '123556.977000', '123556.979000', '123556.982000', '123556.985000', '123556.987000', '123556.990000', '123556.992000', '123556.995000', '123556.998000', '123557.001000', '123557.004000', '123557.006000', '123557.009000', '123557.011000', '123557.014000', '123557.017000', '123557.019000', '123557.022000', '123557.025000', '123557.027000', '123557.030000', '123557.032000', '123557.035000', '123557.038000', '123557.040000', '123557.043000', '123557.045000', '123557.048000', '123557.051000', '123557.053000', '123557.056000', '123557.058000', '123557.061000', '123557.064000', '123557.066000', '123557.069000', '123616.956000', '123616.959000', '123616.961000', '123616.964000', '123616.966000', '123616.969000', '123616.972000', '123616.974000', '123616.977000', '123616.980000', '123616.982000', '123616.985000', '123616.987000', '123616.990000', '123616.993000', '123616.995000', '123616.998000', '123617.002000', '123617.004000', '123617.007000', '123617.009000', '123617.012000', '123617.015000', '123617.017000', '123617.020000', '123617.024000', '123617.027000', '123617.029000', '123617.033000', '123617.036000', '123617.039000', '123617.041000', '123617.044000', '123617.047000', '123617.049000', '123617.052000', '123617.055000', '123617.057000', '123617.060000', '123617.062000', '123617.065000', '123617.068000', '123617.070000', '123636.955000', '123636.958000', '123636.961000', '123636.964000', '123636.966000', '123636.969000', '123636.972000', '123636.974000', '123636.977000', '123636.980000', '123636.982000', '123636.985000', '123636.988000', '123636.990000', '123636.993000', '123636.995000', '123636.998000', '123637.001000', '123637.003000', '123637.006000', '123637.009000', '123637.011000', '123637.014000', '123637.017000', '123637.019000', '123637.022000', '123637.024000', '123637.027000', '123637.030000', '123637.032000', '123637.035000', '123637.037000', '123637.040000', '123637.043000', '123637.045000', '123637.048000', '123637.050000', '123637.053000', '123637.056000', '123637.058000', '123637.061000', '123637.064000', '123637.066000', '123637.069000', '123656.955000', '123656.958000', '123656.961000', '123656.964000', '123656.967000', '123656.969000', '123656.972000', '123656.974000', '123656.977000', '123656.980000', '123656.982000', '123656.985000', '123656.988000', '123656.990000', '123656.993000', '123656.995000', '123656.998000', '123657.002000', '123657.004000', '123657.007000', '123657.010000', '123657.012000', '123657.015000', '123657.017000', '123657.020000', '123657.023000', '123657.025000', '123657.028000', '123657.031000', '123657.033000', '123657.036000', '123657.038000', '123657.041000', '123657.044000', '123657.046000', '123657.049000', '123657.052000', '123657.055000', '123657.058000', '123657.061000', '123657.064000', '123657.067000', '123657.070000', '123716.956000', '123716.958000', '123716.961000', '123716.964000', '123716.967000', '123716.969000', '123716.972000', '123716.974000', '123716.977000', '123716.980000', '123716.982000', '123716.985000', '123716.988000', '123716.990000', '123716.993000', '123716.995000', '123716.998000', '123717.002000', '123717.004000', '123717.007000', '123717.010000', '123717.012000', '123717.015000', '123717.017000', '123717.020000', '123717.023000', '123717.025000', '123717.028000', '123717.031000', '123717.033000', '123717.036000', '123717.038000', '123717.041000', '123717.044000', '123717.046000', '123717.049000', '123717.052000', '123717.054000', '123717.057000', '123717.059000', '123717.062000', '123717.065000', '123717.067000', '123717.070000', '123736.956000', '123736.959000', '123736.961000', '123736.964000', '123736.967000', '123736.969000', '123736.972000', '123736.975000', '123736.977000', '123736.980000', '123736.982000', '123736.985000', '123736.988000', '123736.990000', '123736.993000', '123736.995000', '123736.998000', '123737.002000', '123737.004000', '123737.007000', '123737.010000', '123737.012000', '123737.015000', '123737.017000', '123737.020000', '123737.023000', '123737.025000', '123737.028000', '123737.031000', '123737.033000', '123737.036000', '123737.038000', '123737.041000', '123737.044000', '123737.046000', '123737.049000', '123737.051000', '123737.054000', '123737.057000', '123737.059000', '123737.062000', '123737.065000', '123737.068000', '123756.956000', '123756.958000', '123756.961000', '123756.964000', '123756.966000', '123756.969000', '123756.972000', '123756.974000', '123756.977000', '123756.979000', '123756.982000', '123756.985000', '123756.987000', '123756.990000', '123756.992000', '123756.995000', '123756.998000', '123757.001000', '123757.004000', '123757.013000', '123757.016000', '123757.018000', '123757.021000', '123757.023000', '123757.026000', '123757.029000', '123757.031000', '123757.034000', '123757.036000', '123757.039000', '123757.041000', '123757.045000', '123757.048000', '123757.050000', '123757.053000', '123757.056000', '123757.058000', '123757.061000', '123757.064000', '123757.066000', '123757.069000', '123757.071000', '123757.074000', '123757.076000', '123816.956000', '123816.959000', '123816.961000', '123816.964000', '123816.967000', '123816.969000', '123816.972000', '123816.975000', '123816.977000', '123816.980000', '123816.983000', '123816.985000', '123816.988000', '123816.991000', '123816.993000', '123816.996000', '123817.000000', '123817.002000', '123817.005000', '123817.008000', '123817.010000', '123817.013000', '123817.016000', '123817.018000', '123817.021000', '123817.024000', '123817.026000', '123817.029000', '123817.032000', '123817.034000', '123817.037000', '123817.040000', '123817.042000', '123817.045000', '123817.048000', '123817.050000', '123817.053000', '123817.056000', '123817.059000', '123817.061000', '123817.064000', '123817.067000', '123817.069000', '123836.956000', '123836.959000', '123836.962000', '123836.964000', '123836.967000', '123836.969000', '123836.972000', '123836.975000', '123836.977000', '123836.980000', '123836.983000', '123836.985000', '123836.988000', '123836.991000', '123836.993000', '123836.996000', '123837.000000', '123837.002000', '123837.005000', '123837.008000', '123837.010000', '123837.013000', '123837.016000', '123837.019000', '123837.021000', '123837.024000', '123837.027000', '123837.029000', '123837.032000', '123837.054000', '123837.058000', '123837.060000', '123837.063000', '123837.065000', '123837.068000', '123837.071000', '123837.073000', '123837.076000', '123837.079000', '123837.081000', '123837.084000', '123837.086000', '123837.089000', '123837.092000', '123856.956000', '123856.959000', '123856.961000', '123856.964000', '123856.967000', '123856.969000', '123856.972000', '123856.974000', '123856.977000', '123856.980000', '123856.982000', '123856.985000', '123856.988000', '123856.990000', '123856.993000', '123856.996000', '123856.998000', '123857.002000', '123857.005000', '123857.007000', '123857.010000', '123857.012000', '123857.015000', '123857.018000', '123857.020000', '123857.023000', '123857.026000', '123857.028000', '123857.031000', '123857.034000', '123857.036000', '123857.039000', '123857.042000', '123857.044000', '123857.047000', '123857.049000', '123857.052000', '123857.055000', '123857.057000', '123857.060000', '123857.063000', '123857.065000', '123857.068000', '123916.955000', '123916.958000', '123916.961000', '123916.964000', '123916.966000', '123916.969000', '123916.971000', '123916.974000', '123916.977000', '123916.979000', '123916.982000', '123916.984000', '123916.987000', '123916.990000', '123916.992000', '123916.995000', '123916.998000', '123917.001000', '123917.004000', '123917.007000', '123917.009000', '123917.012000', '123917.014000', '123917.017000', '123917.020000', '123917.022000', '123917.025000', '123917.027000', '123917.030000', '123917.033000', '123917.035000', '123917.038000', '123917.041000', '123917.043000', '123917.046000', '123917.048000', '123917.051000', '123917.054000', '123917.056000', '123917.059000', '123917.061000', '123917.064000', '123917.067000', '123917.069000', '123936.956000', '123936.958000', '123936.961000', '123936.964000', '123936.966000', '123936.969000', '123936.972000', '123936.974000', '123936.977000', '123936.980000', '123936.982000', '123936.985000', '123936.987000', '123936.990000', '123936.993000', '123936.995000', '123936.998000', '123937.001000', '123937.004000', '123937.007000', '123937.009000', '123937.012000', '123937.014000', '123937.017000', '123937.020000', '123937.022000', '123937.025000', '123937.028000', '123937.030000', '123937.033000', '123937.035000', '123937.038000', '123937.040000', '123937.043000', '123937.046000', '123937.048000', '123937.051000', '123937.054000', '123937.056000', '123937.059000', '123937.061000', '123937.064000', '123937.067000', '123956.955000', '123956.958000', '123956.961000', '123956.963000', '123956.966000', '123956.969000', '123956.972000', '123956.974000', '123956.977000', '123956.980000', '123956.982000', '123956.985000', '123957.010000', '123957.013000', '123957.016000', '123957.018000', '123957.021000', '123957.024000', '123957.026000', '123957.029000', '123957.031000', '123957.034000', '123957.037000', '123957.039000', '123957.042000', '123957.044000', '123957.047000', '123957.050000', '123957.052000', '123957.055000', '123957.057000', '123957.060000', '123957.063000', '123957.065000', '123957.068000', '123957.070000', '123957.073000', '123957.076000', '123957.078000', '123957.081000', '123957.084000', '123957.086000', '123957.089000', '123957.091000', '124016.956000', '124016.958000', '124016.961000', '124016.964000', '124016.966000', '124016.969000', '124016.972000', '124016.974000', '124016.977000', '124016.979000', '124016.982000', '124016.985000', '124016.987000', '124016.990000', '124016.993000', '124016.995000', '124016.998000', '124017.002000', '124017.004000', '124017.007000', '124017.009000', '124017.012000', '124017.015000', '124017.017000', '124017.020000', '124017.023000', '124017.025000', '124017.028000', '124017.031000', '124017.033000', '124017.036000', '124017.038000', '124017.041000', '124017.043000', '124017.046000', '124017.049000', '124017.051000', '124017.054000', '124017.057000', '124017.059000', '124017.062000', '124017.064000', '124017.067000', '124036.956000', '124036.958000', '124036.961000', '124036.964000', '124036.966000', '124036.969000', '124036.972000', '124036.974000', '124036.977000', '124036.979000', '124036.982000', '124036.985000', '124036.987000', '124036.990000', '124036.993000', '124036.995000', '124036.998000', '124037.001000', '124037.004000', '124037.007000', '124037.010000', '124037.012000', '124037.015000', '124037.018000', '124037.020000', '124037.023000', '124037.026000', '124037.028000', '124037.031000', '124037.033000', '124037.036000', '124037.039000', '124037.041000', '124037.044000', '124037.046000', '124037.049000', '124037.052000', '124037.054000', '124037.057000', '124037.060000', '124037.062000', '124037.065000', '124037.067000', '124037.070000', '124056.957000', '124056.960000', '124056.963000', '124056.984000', '124056.987000', '124056.990000', '124056.992000', '124056.995000', '124056.997000', '124057.000000', '124057.003000', '124057.005000', '124057.008000', '124057.011000', '124057.013000', '124057.016000', '124057.018000', '124057.021000', '124057.024000', '124057.026000', '124057.029000', '124057.032000', '124057.034000', '124057.037000', '124057.039000', '124057.042000', '124057.045000', '124057.047000', '124057.050000', '124057.053000', '124057.055000', '124057.058000', '124057.060000', '124057.063000', '124057.066000', '124057.068000', '124057.071000', '124057.095000', '124057.097000', '124057.100000', '124057.102000', '124057.105000', '124057.108000', '124116.957000', '124116.961000', '124116.964000', '124116.967000', '124116.970000', '124116.973000', '124116.976000', '124116.978000', '124116.981000', '124116.984000', '124116.986000', '124116.989000', '124116.992000', '124116.994000', '124116.997000', '124117.001000', '124117.003000', '124117.006000', '124117.009000', '124117.012000', '124117.014000', '124117.017000', '124117.020000', '124117.022000', '124117.025000', '124117.027000', '124117.030000', '124117.033000', '124117.035000', '124117.038000', '124117.041000', '124117.043000', '124117.046000', '124117.049000', '124117.051000', '124117.054000', '124117.057000', '124117.059000', '124117.062000', '124117.064000', '124117.067000', '124117.070000', '124117.072000', '124136.956000', '124136.959000', '124136.961000', '124136.964000', '124136.967000', '124136.970000', '124136.972000', '124136.975000', '124136.977000', '124136.980000', '124136.983000', '124136.985000', '124136.988000', '124136.990000', '124136.993000', '124136.996000', '124136.998000', '124137.002000', '124137.005000', '124137.008000', '124137.010000', '124137.013000', '124137.016000', '124137.018000', '124137.021000', '124137.024000', '124137.026000', '124137.029000', '124137.031000', '124137.034000', '124137.037000', '124137.039000', '124137.042000', '124137.045000', '124137.047000', '124137.050000', '124137.053000', '124137.055000', '124137.058000', '124137.060000', '124137.063000', '124137.066000', '124137.068000', '124137.071000', '124156.956000', '124156.958000', '124156.961000', '124156.964000', '124156.966000', '124156.969000', '124156.972000', '124156.974000', '124156.977000', '124156.980000', '124156.982000', '124156.985000', '124156.987000', '124156.990000', '124156.993000', '124156.995000', '124156.998000', '124157.001000', '124157.004000', '124157.007000', '124157.009000', '124157.012000', '124157.015000', '124157.017000', '124157.020000', '124157.022000', '124157.025000', '124157.028000', '124157.030000', '124157.033000', '124157.036000', '124157.038000', '124157.041000', '124157.043000', '124157.046000', '124157.049000', '124157.051000', '124157.054000', '124157.056000', '124157.059000', '124157.062000', '124157.064000', '124157.067000', '124157.069000', '124216.956000', '124216.958000', '124216.961000', '124216.964000', '124216.966000', '124216.980000', '124216.983000', '124216.985000', '124216.988000', '124216.990000', '124216.993000', '124216.996000', '124216.998000', '124217.002000', '124217.005000', '124217.007000', '124217.010000', '124217.012000', '124217.015000', '124217.018000', '124217.020000', '124217.023000', '124217.025000', '124217.028000', '124217.031000', '124217.033000', '124217.036000', '124217.038000', '124217.041000', '124217.044000', '124217.046000', '124217.049000', '124217.051000', '124217.054000', '124217.057000', '124217.059000', '124217.062000', '124217.065000', '124217.067000', '124217.070000', '124217.072000', '124217.075000', '124217.078000', '124236.956000', '124236.959000', '124236.961000', '124236.964000', '124236.966000', '124236.970000', '124236.973000', '124236.975000', '124236.978000', '124236.981000', '124236.984000', '124236.986000', '124236.989000', '124236.992000', '124236.996000', '124237.014000', '124237.017000', '124237.019000', '124237.022000', '124237.025000', '124237.027000', '124237.030000', '124237.032000', '124237.035000', '124237.038000', '124237.040000', '124237.043000', '124237.046000', '124237.048000', '124237.051000', '124237.053000', '124237.056000', '124237.059000', '124237.061000', '124237.064000', '124237.067000', '124237.069000', '124237.072000', '124237.074000', '124237.077000', '124237.080000', '124237.082000', '124237.085000', '124251.224000', '124251.283000', '124251.286000', '124251.289000', '124251.292000', '124251.295000', '124251.298000', '124251.300000', '124251.303000', '124251.307000', '124251.310000', '124251.313000', '124251.319000', '124251.322000', '124251.328000', '124251.335000', '124251.340000', '124251.343000', '124251.346000', '124251.349000', '124251.352000', '124251.355000', '124251.358000', '124251.361000', '124251.363000', '124251.366000', '124251.369000', '124251.371000', '124251.374000', '124251.376000', '124251.379000', '124251.382000'], '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': [8350, 6903, 8349, 6482, 8077, 6694, 8014, 8855, 8025, 9970, 7877, 8525, 7671, 8410, 7288, 8291, 6893, 8407, 10086, 7893, 11118, 8036, 11448, 7594, 8435, 6868, 8321, 6352, 7859, 10033, 8327, 8124, 7649, 5687, 7778, 6507, 8067, 9308, 7955, 10053, 7970, 12738, 7451, 8787, 7507, 8532, 14379, 9404, 9615, 13967, 8475, 10992, 7842, 8542, 6948, 8005, 6606, 7599, 7791, 7655, 7641, 7230, 7973, 6321, 7953, 8454, 7685, 10357, 7646, 8379, 6445, 7732, 11330, 7744, 10236, 7321, 8544, 8249, 7494, 12070, 7665, 10427, 6971, 7539, 5970, 7529, 6990, 6971, 8521, 6654, 7825, 9234, 7402, 8793, 6702, 7914, 8951, 7367, 11989, 7423, 8375, 7067, 8187, 6661, 8086, 6662, 7067, 8940, 7083, 8478, 6925, 9751, 6274, 9033, 6453, 8589, 6691, 7429, 10176, 7384, 10155, 6933, 7530, 6184, 8143, 14466, 12616, 14331, 9111, 10173, 9858, 8060, 14422, 7670, 12337, 7997, 8657, 9417, 7758, 12741, 7770, 9473, 7228, 8031, 6718, 7850, 8095, 7718, 9579, 7563, 8064, 6990, 7652, 6670, 8042, 6790, 7850, 11094, 7505, 8338, 6877, 8142, 8584, 8014, 11254, 7818, 9278, 7859, 8320, 6612, 7823, 6859, 7763, 9574, 7618, 12334, 8328, 14118, 7620, 11599, 7594, 9110, 6807, 8145, 6483, 7727, 10228, 7651, 13621, 7455, 8183, 6779, 8341, 9946, 7959, 14382, 8037, 11583, 7679, 8733, 8920, 8270, 9286, 7876, 8327, 7881, 9022, 7623, 8145, 6590, 8403, 10977, 7758, 8314, 6579, 8350, 6276, 7598, 7718, 7471, 8663, 7130, 8075, 6611, 7527, 6019, 7865, 5915, 7810, 9760, 7541, 8884, 6896, 7519, 6353, 7471, 10697, 8435, 12871, 7529, 10001, 7096, 8180, 7117, 9592, 6989, 7696, 7150, 7340, 6016, 7788, 9512, 8057, 9455, 7805, 7199, 7790, 11852, 7923, 13988, 8848, 11219, 7516, 8474, 7402, 9948, 7359, 8080, 6448, 8298, 10788, 8008, 11846, 8391, 6122, 8061, 7847, 7721, 9808, 8308, 12580, 7846, 9248, 7967, 8071, 7700, 8426, 7874, 10456, 10122, 13792, 7627, 7261, 8281, 7947, 8151, 7952, 8678, 8568, 8344, 8876, 8445, 9918, 8028, 7359, 9108, 7885, 9834, 8581, 11901, 8265, 11981, 8110, 14144, 10586, 14694, 8040, 11824, 7973, 10287, 7917, 12420, 7953, 10418, 7987, 9201, 8107, 9015, 8612, 9845, 8601, 9589, 8594, 7398, 8405, 8224, 6482, 8212, 7188, 8284, 9456, 8271, 9336, 8378, 9073, 8646, 9078, 8659, 12443, 8738, 7784, 8415, 8213, 7380, 7924, 11594, 8230, 14557, 9254, 11727, 8460, 9538, 8444, 7752, 8599, 7780, 8508, 8476, 9945, 8327, 11694, 8398, 12104, 8482, 8665, 8413, 7566, 8372, 7593, 8159, 8204, 7546, 8288, 7455, 8276, 8864, 8543, 10015, 8459, 12815, 8526, 9286, 8409, 8302, 7278, 8343, 10279, 8423, 8527, 8347, 8794, 11012, 8333, 13001, 8460, 8529, 8412, 8318, 8222, 7508, 7936, 8332, 6551, 8829, 9795, 8669, 9683, 8304, 8167, 8152, 7867, 8319, 10236, 8220, 8351, 6499, 8398, 9132, 8455, 8665, 7991, 8406, 10398, 8543, 8734, 8244, 8154, 7703, 7140, 7056, 7756, 6183, 9141, 6245, 6925, 6951, 7010, 7894, 9975, 7641, 8692, 10637, 8690, 13734, 8829, 13473, 9278, 10144, 8536, 7358, 7829, 6914, 7109, 7749, 7731, 9279, 7738, 8384, 8177, 7621, 7982, 8800, 8725, 8752, 9409, 8886, 8991, 8743, 8614, 10311, 8626, 13592, 9479, 9938, 7834, 8357, 9288, 8616, 10037, 8449, 8138, 7585, 8540, 10999, 8710, 8840, 8595, 7211, 7716, 8695, 7793, 8787, 9570, 8530, 7290, 8401, 7179, 7938, 7889, 7308, 8808, 5860, 8540, 8490, 8331, 8604, 8215, 8295, 7755, 9526, 6562, 8405, 5965, 9100, 10480, 9015, 12765, 8585, 9463, 8219, 7932, 7437, 8826, 11707, 8899, 13732, 8748, 9575, 8672, 9275, 8711, 11471, 8507, 7942, 7630, 6978, 6499, 9299, 10830, 8905, 9848, 8324, 8532, 7478, 9245, 14150, 11560, 14061, 10062, 12561, 8971, 10571, 9012, 8085, 8871, 6807, 8571, 7041, 7612, 9351, 8791, 9293, 10925, 9063, 13284, 10706, 13854, 9311, 8598, 9146, 9175, 7107, 9914, 11083, 8905, 8920, 8938, 8384, 9027, 9210, 9234, 7674, 8997, 8646, 7136, 9053, 9902, 8805, 7613, 8853, 7321, 8176, 6942, 6426, 8428, 5619, 8725, 7868, 8927, 8757, 8528, 8763, 6747, 9229, 10785, 9025, 9843, 8871, 10100, 8268, 8213, 6925, 7358, 6562, 8444, 6427, 9030, 9871, 8303, 8442, 6856, 8298, 11722, 9407, 11449, 8791, 10135, 9056, 9449, 9102, 12470, 9166, 11552, 8095, 8429, 6296, 9541, 8219, 9302, 9170, 9175, 8835, 8818, 8266, 7957, 8983, 7145, 9235, 10366, 9680, 10784, 9268, 11125, 8790, 9200, 8041, 7646, 7774, 8707, 8131, 8970, 12180, 8503, 9308, 7059, 9277, 13870, 10863, 11369, 6906, 9310, 9163, 9151, 9593, 9067, 13529, 9445, 12266, 8779, 8960, 8548, 7507, 8464, 8641, 6626, 9115, 7354, 9132, 9988, 9123, 10781, 8982, 9798, 8776, 8824, 9027, 8797, 9044, 8500, 9099, 10921, 8818, 7777, 8327, 7015, 7993, 8903, 6470, 8967, 10242, 8879, 9489, 8844, 9722, 9096, 13222, 9067, 9538, 8670, 6983, 7597, 8978, 6693, 8985, 9381, 8998, 9556, 8567, 9144, 8570, 6986, 8116, 7008, 6948, 9216, 8445, 8909, 12598, 8889, 10181, 8671, 8842, 11561, 9155, 12758, 8907, 9725, 8459, 9208, 6605, 9207, 10450, 8834, 9250, 8576, 7314, 8390, 8249, 6834, 9195, 8834, 8864, 10104, 8861, 8911, 8305, 9150, 9070, 8948, 12671, 8685, 9378, 7827, 7226, 6776, 8943, 9471, 8740, 10391, 8716, 9271, 8115, 7481, 8003, 7394, 7838, 8509, 7552, 6880, 6654, 8996, 6296, 9078, 9885, 9388, 12787, 9757, 12543, 9145, 10631, 9018, 9302, 8969, 9204, 9047, 12469, 8906, 8554, 7657, 8981, 9644, 8542, 12851, 9304, 14502, 8867, 11691, 8918, 8069, 8571, 8010, 9204, 8877, 8497, 7910, 7257, 9212, 6913, 8865, 10721, 8813, 11818, 9007, 8441, 8603, 8669, 8819, 9149, 8968, 12419, 9039, 12690, 8795, 7244, 7773, 8801, 7701, 8597, 8063, 9032, 12110, 9550, 9585, 8141, 7943, 9181, 6496, 8016, 8268, 7445, 8826, 10384, 9153, 7909, 8661, 9640, 10337, 8718, 14790, 11553, 14802, 10477, 11762, 8808, 8378, 8771, 8701, 8859, 7840, 8881, 7285, 8532, 7818, 8767, 8335, 8604, 7376, 8758, 7222, 8300, 8811, 7861, 8709, 9972, 8930, 11014, 8769, 10945, 8680, 9605, 7080, 8806, 11652, 8598, 10340, 8703, 9225, 7729, 6915, 6921, 8901, 6186, 8471, 7115, 8143, 8650, 7799, 7639, 6706, 7157, 6930, 7048, 6978, 8414, 6235, 8485, 9066, 7946, 9221, 7018, 8741, 12113, 8777, 11386, 8546, 9486, 8157, 10011, 12259, 8894, 12523, 8622, 9239, 8055, 8398, 6852, 8915, 5867, 8620, 8859, 8046, 8960, 6254, 8570, 10075, 8798, 9490, 8553, 8421, 7364, 8413, 6304, 8830, 9124, 8311, 9854, 8062, 8682, 7438, 8749, 9344, 9121, 11609, 8937, 9804, 8634, 9743, 8400, 9269, 7258, 8760, 10951, 8880, 11431, 8891, 9280, 8569, 7765, 8340, 8528, 8019, 6660, 7092, 8289, 6979, 9182, 8118, 8771, 10506, 8783, 9842, 8771, 10129, 8694, 7816, 7876, 8955, 11976, 8892, 12871, 8702, 9863, 8456, 8193, 8541, 8343, 8408, 7169, 7456, 8656, 7990, 8933, 11445, 8669, 10130, 8604, 8746, 7732, 8975, 9976, 9017, 9697, 8555, 8549, 8419, 8798, 7693, 8773, 6835, 8676, 7849, 8215, 8823, 8130, 7594, 7218, 8144, 7261, 8321, 7110, 8535, 9331, 8418, 9557, 8464, 10478, 8095, 8793, 8603, 8670, 12937, 8631, 10562, 8656, 10630, 7902, 6914, 7299, 8572, 7737, 7975, 8593, 8229, 8564, 7939, 6921, 7374, 7070, 7376, 8820, 9984, 8792, 10433, 8377, 8611, 8457, 8639, 7360, 8588, 6686, 8674, 12549, 8280, 11221, 8119, 8412, 8094, 7542, 7868, 8239, 7575, 8500, 6844, 8780, 8570, 8637, 9977, 8425, 10548, 8424, 9457, 8622, 10760, 8571, 9181, 7717, 8969, 6985, 8847, 12826, 8305, 11341, 8289, 7821, 7536, 7093, 7218, 6755, 7469, 8112, 7013, 7901, 8019, 8083, 8915, 8186, 8448, 7554, 8639, 12531, 8367, 10239, 11915, 8689, 13851, 8310, 10004, 7269, 8804, 11203, 8014, 9619, 7963, 8805, 8003, 6219, 7624, 7648, 6915, 8634, 7956, 8388, 9012, 8212, 8953, 8234, 8473, 12179, 9188, 13463, 9225, 9837, 10761, 8475, 14058, 11153, 11091, 8551, 9414, 8592, 8482, 13132, 8293, 9636, 8445, 7319, 8479, 7390, 7859, 8586, 7004, 8449, 9421, 8366, 8676, 8108, 7903, 7740, 6992, 7551, 8569, 8322, 8378, 9002, 8133, 8777, 8155, 7749, 7611, 8608, 8640, 8550, 7928, 8264, 9179, 8254, 9054, 8365, 10649, 7811, 8757, 7970, 8354, 11127, 8306, 9627, 8251, 9147, 8317, 7837, 8515, 7654, 7199, 8816, 9246, 8746, 12609, 8442, 12502, 8324, 9789, 9212, 8707, 14400, 11308, 10912, 7520, 8720, 12525, 8435, 8385, 7241, 7414, 7692, 6728, 7673, 6273, 7231, 8906, 7262, 8231, 8769, 8444, 8971, 9307, 8287, 11147, 7855, 8766, 14026, 8268, 10560, 8713, 8589, 13528, 8609, 10773, 8175, 7036, 7689, 6808, 7318, 8708, 9179, 8708, 9482, 8654, 9493, 8669, 8893, 8803, 9023, 8592, 7053, 8422, 9021, 7821, 8576, 13353, 8466, 10837, 8766, 9290, 8626, 9864, 8642, 11485, 8648, 8872, 8521, 7115, 8548, 7935, 8772, 7214, 7938, 9272, 7402, 9134, 7940, 7068, 7675, 9343, 7239, 8630, 6511, 8781, 7260, 8965, 8896, 8845, 6731, 8656, 6628, 8653, 7287, 8158, 7878, 7014, 7684, 6707, 7987, 7258, 7983, 8203, 8340, 10842, 10046, 13138, 8793, 8424, 8431, 7353, 8364, 11294, 11740, 9902, 8988, 8719, 7820, 8731, 9366, 8555, 13846, 9877, 12754, 8645, 9769, 8486, 9178, 8561, 8422, 7829, 8601, 10586, 8386, 11848, 8477, 7855, 8506, 8216, 8267, 8039, 7997, 8122, 7983, 7086, 8052, 7072, 7684, 8591, 8867, 8374, 8674, 8324, 9779, 8292, 8996, 8368, 8859, 8000, 8851, 7944, 8693, 7767, 8315, 10393, 8192, 8612, 7807, 8128, 7262, 8389, 6542, 8170, 6804, 7914, 8309, 8435, 8410, 7828, 7110, 7576, 7451, 7013, 8021, 9494, 8269, 9019, 7796, 7109, 7292, 7890, 10230, 8385, 9221, 7918, 7377, 7637, 8071, 8303, 8023, 9579, 8598, 10036, 7983, 8136, 6955, 8287, 13207, 8324, 11316, 8752, 9114, 7581, 8215, 8547, 7996, 11650, 8419, 9362, 8609, 8467, 7700, 8136, 10005, 7973, 11586, 8614, 9196, 8197, 9340, 8133, 6788, 8050, 8229, 7767, 8299, 12266, 8239, 12557, 8434, 8417, 8411, 6986, 7819, 8773, 13194, 8392, 10628, 8438, 8358, 8172, 8340, 12624, 8726, 9500, 8343, 8160, 7012, 8214, 9811, 8554, 9179, 8999, 7850, 8011, 8205, 7353, 8428, 8902, 8358, 7004, 8069, 7776, 8737, 8577, 8584, 8561, 12157, 8709, 9583, 7948, 8501, 13413, 8664, 11044, 8024, 8701, 13679, 9342, 11969, 8571, 9929, 8071, 8575, 8468, 8466, 8802, 8464, 8947, 8462, 7425, 8790, 7118, 8738, 7093, 8352, 9279, 8571, 12457, 8948, 11909, 8924, 9759, 8885, 8421, 14177, 11506, 13325, 10208, 11603, 9122, 8717, 9022, 6789, 8395, 8545, 7644, 8185, 7656, 8805, 8937, 9007, 8332, 8007, 7968, 11025, 9545, 9684, 8521, 13951, 8678, 10523, 8517, 9351, 8820, 12177, 8565, 7362, 8694, 6948, 8117, 7497, 8394, 8405, 8562, 8658, 10088, 8436, 10465, 8435, 8346, 13443, 8587, 12337, 9726, 13405, 8994, 11332, 8502, 7392, 8545, 8141, 8167, 8475, 9423, 8487, 9372, 8600, 8982, 8374, 8282, 8630, 8204, 8262, 8647, 7564, 8603, 7385, 8249, 9108, 8266, 8888, 8540, 8873, 8630, 6967, 8371, 8377, 8196, 8601, 12146, 8554, 8830, 9388, 8506, 11602, 8512, 10643, 8693, 8667, 8559, 7913, 7808, 8788, 6969, 8277, 8658, 8752, 8786, 8825, 8359, 8937, 7606, 8489, 8610, 8342, 7863, 8134, 8689, 7654, 8319, 10149, 8542, 12479, 8141, 8647, 7663, 6903, 7918, 7741, 7897, 8534, 9971, 8435, 9433, 8471, 8663, 8481, 7555, 8256, 7750, 8041, 7985, 10406, 6992, 8214, 8082, 7737, 8485, 9690, 8647, 8928, 8263, 7909, 8183, 10164, 8487, 6988, 8379, 8674, 9948, 8541, 9139, 8294, 11575, 8498, 9220, 8716, 7473, 8868, 7054, 8185, 8639, 7732, 8453, 8781, 8590, 11379, 8537, 9808, 8585, 9891, 8801, 12104, 8717, 13068, 8792, 10562, 8810, 9348, 8890, 8776, 9076, 11979, 8854, 9445, 8777, 8589, 8867, 8066, 9164, 12805, 8833, 13182, 8771, 13312, 8863, 13491, 8649, 10050, 8768, 9073, 8021, 8513, 12081, 8485, 13222, 9073, 11189, 8763, 8741, 8446, 9797, 8275, 7691, 7907, 8744, 8368, 8916, 11136, 8759, 12699, 8587, 13082, 8389, 10450, 8593, 11140, 9096, 12741, 8989, 8455, 9195, 8349, 8960, 7944, 9592, 8652, 8722, 7666, 7517, 8993, 8328, 8823, 7983, 9119, 7958, 9225, 10279, 10126, 12889, 9144, 8576, 9097, 8299, 9163, 8917, 9092, 9022, 9334, 12963, 9039, 8305, 8728, 8138, 9081, 8470, 9022, 10468, 9259, 13211, 9371, 12052, 8755, 8700, 8900, 8212, 9031, 9352, 9125, 8630, 9122, 9081, 9068, 8394, 9190, 9208], 'WindowCenter': [3590.0, 3564.0, 3572.0, 3536.0, 3556.0, 3546.0, 3556.0, 3555.0, 3555.0, 3577.0, 3555.0, 3553.0, 3543.0, 3555.0, 3544.0, 3553.0, 3545.0, 3556.0, 3564.0, 3543.0, 3575.0, 3554.0, 3575.0, 3544.0, 3552.0, 3531.0, 3553.0, 3534.0, 3557.0, 3580.0, 3568.0, 3558.0, 3558.0, 3537.0, 3570.0, 3548.0, 3568.0, 3567.0, 3557.0, 3579.0, 3556.0, 3588.0, 3545.0, 3555.0, 3543.0, 3554.0, 3585.0, 3551.0, 3552.0, 3573.0, 3539.0, 3561.0, 3540.0, 3539.0, 3517.0, 3541.0, 3530.0, 3541.0, 3540.0, 3542.0, 3542.0, 3544.0, 3553.0, 3534.0, 3557.0, 3557.0, 3557.0, 3578.0, 3557.0, 3555.0, 3533.0, 3556.0, 3577.0, 3544.0, 3576.0, 3545.0, 3566.0, 3554.0, 3545.0, 3588.0, 3556.0, 3577.0, 3545.0, 3544.0, 3534.0, 3558.0, 3545.0, 3547.0, 3567.0, 3547.0, 3558.0, 3579.0, 3559.0, 3567.0, 3545.0, 3557.0, 3568.0, 3546.0, 3589.0, 3557.0, 3556.0, 3546.0, 3567.0, 3547.0, 3570.0, 3547.0, 3558.0, 3568.0, 3559.0, 3570.0, 3562.0, 3593.0, 3562.0, 3582.0, 3564.0, 3596.0, 3576.0, 3575.0, 3593.0, 3572.0, 3594.0, 3561.0, 3572.0, 3550.0, 3571.0, 3602.0, 3601.0, 3613.0, 3568.0, 3578.0, 3566.0, 3555.0, 3587.0, 3543.0, 3586.0, 3543.0, 3554.0, 3552.0, 3541.0, 3574.0, 3542.0, 3551.0, 3543.0, 3541.0, 3531.0, 3543.0, 3554.0, 3542.0, 3564.0, 3555.0, 3554.0, 3544.0, 3543.0, 3534.0, 3556.0, 3545.0, 3557.0, 3577.0, 3544.0, 3555.0, 3533.0, 3555.0, 3555.0, 3556.0, 3576.0, 3543.0, 3564.0, 3543.0, 3554.0, 3532.0, 3544.0, 3531.0, 3544.0, 3565.0, 3556.0, 3589.0, 3557.0, 3599.0, 3555.0, 3577.0, 3557.0, 3569.0, 3561.0, 3570.0, 3535.0, 3556.0, 3578.0, 3558.0, 3600.0, 3556.0, 3556.0, 3545.0, 3554.0, 3563.0, 3542.0, 3586.0, 3543.0, 3575.0, 3540.0, 3551.0, 3551.0, 3540.0, 3551.0, 3540.0, 3540.0, 3541.0, 3551.0, 3542.0, 3541.0, 3530.0, 3553.0, 3563.0, 3540.0, 3540.0, 3519.0, 3540.0, 3519.0, 3541.0, 3541.0, 3541.0, 3552.0, 3543.0, 3554.0, 3544.0, 3555.0, 3535.0, 3556.0, 3534.0, 3558.0, 3580.0, 3559.0, 3580.0, 3547.0, 3557.0, 3547.0, 3559.0, 3591.0, 3569.0, 3602.0, 3571.0, 3579.0, 3546.0, 3568.0, 3559.0, 3580.0, 3558.0, 3570.0, 3561.0, 3559.0, 3536.0, 3558.0, 3581.0, 3569.0, 3579.0, 3559.0, 3546.0, 3557.0, 3589.0, 3570.0, 3601.0, 3567.0, 3588.0, 3545.0, 3554.0, 3545.0, 3565.0, 3545.0, 3554.0, 3533.0, 3554.0, 3577.0, 3556.0, 3576.0, 3554.0, 3534.0, 3556.0, 3554.0, 3555.0, 3565.0, 3570.0, 3589.0, 3557.0, 3567.0, 3556.0, 3555.0, 3555.0, 3555.0, 3555.0, 3577.0, 3577.0, 3600.0, 3557.0, 3557.0, 3568.0, 3569.0, 3557.0, 3556.0, 3567.0, 3566.0, 3557.0, 3568.0, 3571.0, 3579.0, 3570.0, 3558.0, 3567.0, 3543.0, 3566.0, 3554.0, 3576.0, 3555.0, 3576.0, 3544.0, 3587.0, 3565.0, 3586.0, 3542.0, 3573.0, 3540.0, 3551.0, 3543.0, 3574.0, 3541.0, 3563.0, 3541.0, 3551.0, 3540.0, 3553.0, 3542.0, 3552.0, 3541.0, 3552.0, 3541.0, 3529.0, 3555.0, 3555.0, 3531.0, 3554.0, 3531.0, 3555.0, 3566.0, 3555.0, 3566.0, 3556.0, 3553.0, 3553.0, 3554.0, 3555.0, 3574.0, 3553.0, 3541.0, 3542.0, 3542.0, 3529.0, 3542.0, 3574.0, 3554.0, 3586.0, 3553.0, 3575.0, 3555.0, 3566.0, 3556.0, 3544.0, 3554.0, 3544.0, 3555.0, 3554.0, 3565.0, 3553.0, 3574.0, 3543.0, 3575.0, 3553.0, 3542.0, 3542.0, 3530.0, 3541.0, 3542.0, 3543.0, 3542.0, 3542.0, 3542.0, 3530.0, 3542.0, 3552.0, 3554.0, 3565.0, 3554.0, 3587.0, 3554.0, 3564.0, 3556.0, 3555.0, 3543.0, 3553.0, 3563.0, 3541.0, 3541.0, 3542.0, 3553.0, 3564.0, 3541.0, 3574.0, 3541.0, 3540.0, 3542.0, 3542.0, 3553.0, 3543.0, 3554.0, 3554.0, 3532.0, 3566.0, 3566.0, 3555.0, 3566.0, 3555.0, 3554.0, 3554.0, 3555.0, 3557.0, 3577.0, 3556.0, 3557.0, 3534.0, 3555.0, 3554.0, 3554.0, 3554.0, 3544.0, 3554.0, 3565.0, 3555.0, 3553.0, 3553.0, 3543.0, 3543.0, 3532.0, 3544.0, 3544.0, 3523.0, 3567.0, 3535.0, 3546.0, 3546.0, 3547.0, 3558.0, 3580.0, 3558.0, 3568.0, 3577.0, 3555.0, 3588.0, 3555.0, 3588.0, 3565.0, 3564.0, 3554.0, 3541.0, 3542.0, 3531.0, 3544.0, 3557.0, 3557.0, 3568.0, 3558.0, 3557.0, 3569.0, 3558.0, 3573.0, 3583.0, 3568.0, 3557.0, 3568.0, 3567.0, 3567.0, 3566.0, 3556.0, 3564.0, 3553.0, 3586.0, 3552.0, 3551.0, 3530.0, 3541.0, 3551.0, 3540.0, 3551.0, 3540.0, 3541.0, 3529.0, 3540.0, 3561.0, 3539.0, 3539.0, 3540.0, 3528.0, 3530.0, 3551.0, 3542.0, 3552.0, 3553.0, 3553.0, 3542.0, 3553.0, 3532.0, 3555.0, 3556.0, 3545.0, 3567.0, 3524.0, 3568.0, 3555.0, 3556.0, 3566.0, 3557.0, 3569.0, 3560.0, 3579.0, 3548.0, 3569.0, 3535.0, 3568.0, 3578.0, 3569.0, 3590.0, 3569.0, 3568.0, 3568.0, 3557.0, 3546.0, 3570.0, 3589.0, 3568.0, 3600.0, 3554.0, 3566.0, 3555.0, 3567.0, 3568.0, 3578.0, 3568.0, 3557.0, 3557.0, 3545.0, 3534.0, 3567.0, 3578.0, 3567.0, 3567.0, 3556.0, 3555.0, 3543.0, 3565.0, 3588.0, 3578.0, 3589.0, 3566.0, 3576.0, 3567.0, 3578.0, 3568.0, 3557.0, 3581.0, 3547.0, 3569.0, 3546.0, 3556.0, 3567.0, 3556.0, 3567.0, 3577.0, 3567.0, 3589.0, 3566.0, 3586.0, 3553.0, 3541.0, 3553.0, 3553.0, 3531.0, 3564.0, 3563.0, 3540.0, 3539.0, 3540.0, 3539.0, 3540.0, 3539.0, 3540.0, 3528.0, 3540.0, 3539.0, 3517.0, 3550.0, 3550.0, 3539.0, 3529.0, 3540.0, 3529.0, 3542.0, 3530.0, 3533.0, 3555.0, 3521.0, 3556.0, 3555.0, 3568.0, 3568.0, 3569.0, 3569.0, 3535.0, 3568.0, 3576.0, 3555.0, 3566.0, 3567.0, 3567.0, 3556.0, 3555.0, 3545.0, 3546.0, 3546.0, 3569.0, 3549.0, 3583.0, 3580.0, 3569.0, 3557.0, 3547.0, 3570.0, 3590.0, 3569.0, 3590.0, 3569.0, 3578.0, 3567.0, 3567.0, 3568.0, 3590.0, 3568.0, 3577.0, 3556.0, 3556.0, 3522.0, 3565.0, 3555.0, 3566.0, 3565.0, 3567.0, 3554.0, 3566.0, 3555.0, 3557.0, 3567.0, 3546.0, 3568.0, 3577.0, 3567.0, 3576.0, 3568.0, 3578.0, 3556.0, 3567.0, 3558.0, 3557.0, 3558.0, 3569.0, 3558.0, 3569.0, 3590.0, 3569.0, 3568.0, 3545.0, 3567.0, 3589.0, 3577.0, 3576.0, 3533.0, 3565.0, 3553.0, 3553.0, 3553.0, 3556.0, 3588.0, 3564.0, 3575.0, 3552.0, 3553.0, 3554.0, 3543.0, 3569.0, 3567.0, 3533.0, 3566.0, 3543.0, 3566.0, 3565.0, 3565.0, 3565.0, 3555.0, 3564.0, 3554.0, 3552.0, 3552.0, 3541.0, 3551.0, 3540.0, 3552.0, 3563.0, 3540.0, 3529.0, 3541.0, 3529.0, 3540.0, 3551.0, 3517.0, 3551.0, 3551.0, 3539.0, 3550.0, 3541.0, 3552.0, 3552.0, 3574.0, 3551.0, 3552.0, 3553.0, 3530.0, 3540.0, 3553.0, 3531.0, 3554.0, 3553.0, 3555.0, 3566.0, 3554.0, 3553.0, 3555.0, 3544.0, 3556.0, 3544.0, 3544.0, 3566.0, 3556.0, 3567.0, 3588.0, 3556.0, 3564.0, 3542.0, 3552.0, 3562.0, 3551.0, 3573.0, 3541.0, 3550.0, 3541.0, 3551.0, 3519.0, 3551.0, 3562.0, 3551.0, 3552.0, 3554.0, 3532.0, 3554.0, 3554.0, 3534.0, 3566.0, 3555.0, 3567.0, 3566.0, 3555.0, 3554.0, 3555.0, 3566.0, 3554.0, 3555.0, 3587.0, 3554.0, 3553.0, 3543.0, 3542.0, 3532.0, 3554.0, 3564.0, 3554.0, 3566.0, 3555.0, 3565.0, 3555.0, 3544.0, 3557.0, 3546.0, 3557.0, 3569.0, 3559.0, 3559.0, 3548.0, 3569.0, 3535.0, 3569.0, 3580.0, 3581.0, 3603.0, 3580.0, 3591.0, 3582.0, 3592.0, 3581.0, 3567.0, 3567.0, 3567.0, 3568.0, 3589.0, 3567.0, 3555.0, 3545.0, 3555.0, 3553.0, 3540.0, 3574.0, 3554.0, 3586.0, 3552.0, 3574.0, 3551.0, 3540.0, 3541.0, 3541.0, 3554.0, 3551.0, 3553.0, 3542.0, 3531.0, 3552.0, 3531.0, 3554.0, 3576.0, 3554.0, 3576.0, 3555.0, 3555.0, 3555.0, 3553.0, 3554.0, 3554.0, 3556.0, 3588.0, 3554.0, 3575.0, 3554.0, 3544.0, 3544.0, 3554.0, 3542.0, 3554.0, 3556.0, 3555.0, 3575.0, 3553.0, 3552.0, 3544.0, 3542.0, 3553.0, 3532.0, 3543.0, 3554.0, 3545.0, 3556.0, 3567.0, 3567.0, 3554.0, 3553.0, 3553.0, 3552.0, 3541.0, 3586.0, 3565.0, 3586.0, 3551.0, 3560.0, 3550.0, 3542.0, 3554.0, 3552.0, 3552.0, 3540.0, 3552.0, 3530.0, 3553.0, 3543.0, 3554.0, 3543.0, 3554.0, 3542.0, 3553.0, 3530.0, 3554.0, 3555.0, 3544.0, 3555.0, 3565.0, 3554.0, 3564.0, 3543.0, 3565.0, 3542.0, 3551.0, 3529.0, 3541.0, 3562.0, 3541.0, 3564.0, 3542.0, 3552.0, 3542.0, 3530.0, 3531.0, 3554.0, 3521.0, 3555.0, 3544.0, 3557.0, 3556.0, 3557.0, 3546.0, 3546.0, 3548.0, 3547.0, 3547.0, 3559.0, 3571.0, 3537.0, 3571.0, 3570.0, 3559.0, 3580.0, 3548.0, 3570.0, 3590.0, 3556.0, 3577.0, 3555.0, 3565.0, 3545.0, 3566.0, 3576.0, 3554.0, 3575.0, 3553.0, 3551.0, 3542.0, 3542.0, 3531.0, 3553.0, 3521.0, 3554.0, 3553.0, 3543.0, 3554.0, 3532.0, 3554.0, 3564.0, 3555.0, 3567.0, 3556.0, 3556.0, 3546.0, 3556.0, 3534.0, 3567.0, 3568.0, 3558.0, 3579.0, 3559.0, 3568.0, 3546.0, 3557.0, 3568.0, 3567.0, 3577.0, 3567.0, 3565.0, 3555.0, 3567.0, 3555.0, 3555.0, 3543.0, 3554.0, 3564.0, 3554.0, 3575.0, 3554.0, 3554.0, 3553.0, 3542.0, 3553.0, 3553.0, 3544.0, 3532.0, 3544.0, 3554.0, 3533.0, 3567.0, 3544.0, 3555.0, 3565.0, 3554.0, 3565.0, 3555.0, 3565.0, 3555.0, 3543.0, 3543.0, 3553.0, 3563.0, 3554.0, 3574.0, 3553.0, 3564.0, 3554.0, 3553.0, 3554.0, 3554.0, 3555.0, 3544.0, 3544.0, 3555.0, 3543.0, 3555.0, 3576.0, 3555.0, 3565.0, 3554.0, 3553.0, 3542.0, 3554.0, 3564.0, 3552.0, 3552.0, 3553.0, 3541.0, 3542.0, 3553.0, 3543.0, 3553.0, 3532.0, 3554.0, 3543.0, 3556.0, 3555.0, 3557.0, 3556.0, 3557.0, 3557.0, 3546.0, 3568.0, 3547.0, 3569.0, 3568.0, 3568.0, 3567.0, 3558.0, 3578.0, 3557.0, 3556.0, 3554.0, 3555.0, 3587.0, 3555.0, 3565.0, 3554.0, 3566.0, 3543.0, 3532.0, 3543.0, 3554.0, 3542.0, 3555.0, 3556.0, 3557.0, 3567.0, 3558.0, 3547.0, 3558.0, 3547.0, 3559.0, 3581.0, 3580.0, 3569.0, 3579.0, 3557.0, 3556.0, 3557.0, 3556.0, 3544.0, 3555.0, 3533.0, 3555.0, 3577.0, 3556.0, 3576.0, 3555.0, 3554.0, 3555.0, 3543.0, 3555.0, 3556.0, 3544.0, 3555.0, 3533.0, 3555.0, 3554.0, 3556.0, 3567.0, 3556.0, 3576.0, 3555.0, 3565.0, 3554.0, 3577.0, 3555.0, 3555.0, 3544.0, 3554.0, 3532.0, 3555.0, 3575.0, 3554.0, 3576.0, 3543.0, 3542.0, 3544.0, 3531.0, 3542.0, 3534.0, 3544.0, 3556.0, 3545.0, 3558.0, 3557.0, 3557.0, 3569.0, 3570.0, 3569.0, 3557.0, 3568.0, 3589.0, 3557.0, 3568.0, 3576.0, 3556.0, 3588.0, 3543.0, 3564.0, 3531.0, 3555.0, 3563.0, 3542.0, 3565.0, 3543.0, 3553.0, 3555.0, 3534.0, 3556.0, 3556.0, 3545.0, 3568.0, 3559.0, 3570.0, 3568.0, 3570.0, 3569.0, 3569.0, 3558.0, 3589.0, 3567.0, 3587.0, 3554.0, 3553.0, 3562.0, 3541.0, 3573.0, 3561.0, 3550.0, 3539.0, 3539.0, 3527.0, 3537.0, 3561.0, 3527.0, 3538.0, 3538.0, 3526.0, 3540.0, 3528.0, 3540.0, 3541.0, 3529.0, 3541.0, 3552.0, 3553.0, 3541.0, 3542.0, 3542.0, 3543.0, 3532.0, 3543.0, 3555.0, 3553.0, 3556.0, 3555.0, 3557.0, 3555.0, 3556.0, 3557.0, 3556.0, 3568.0, 3568.0, 3568.0, 3557.0, 3569.0, 3568.0, 3570.0, 3568.0, 3569.0, 3579.0, 3557.0, 3557.0, 3556.0, 3569.0, 3577.0, 3556.0, 3566.0, 3569.0, 3569.0, 3570.0, 3558.0, 3583.0, 3572.0, 3559.0, 3582.0, 3581.0, 3572.0, 3604.0, 3571.0, 3592.0, 3569.0, 3580.0, 3568.0, 3556.0, 3590.0, 3578.0, 3565.0, 3543.0, 3555.0, 3575.0, 3554.0, 3541.0, 3531.0, 3532.0, 3543.0, 3532.0, 3544.0, 3547.0, 3545.0, 3567.0, 3545.0, 3558.0, 3557.0, 3558.0, 3568.0, 3556.0, 3556.0, 3576.0, 3545.0, 3555.0, 3587.0, 3544.0, 3563.0, 3541.0, 3553.0, 3586.0, 3553.0, 3564.0, 3555.0, 3533.0, 3544.0, 3533.0, 3543.0, 3555.0, 3566.0, 3557.0, 3567.0, 3556.0, 3554.0, 3554.0, 3553.0, 3553.0, 3553.0, 3543.0, 3531.0, 3542.0, 3553.0, 3531.0, 3553.0, 3586.0, 3542.0, 3563.0, 3542.0, 3551.0, 3541.0, 3552.0, 3553.0, 3563.0, 3542.0, 3541.0, 3539.0, 3518.0, 3539.0, 3540.0, 3540.0, 3528.0, 3541.0, 3550.0, 3529.0, 3550.0, 3539.0, 3530.0, 3529.0, 3551.0, 3530.0, 3541.0, 3518.0, 3541.0, 3530.0, 3566.0, 3554.0, 3554.0, 3532.0, 3554.0, 3531.0, 3554.0, 3544.0, 3557.0, 3557.0, 3545.0, 3558.0, 3547.0, 3559.0, 3547.0, 3557.0, 3570.0, 3559.0, 3593.0, 3581.0, 3603.0, 3571.0, 3558.0, 3557.0, 3544.0, 3543.0, 3578.0, 3577.0, 3566.0, 3555.0, 3554.0, 3542.0, 3542.0, 3553.0, 3542.0, 3576.0, 3566.0, 3576.0, 3554.0, 3553.0, 3553.0, 3551.0, 3541.0, 3541.0, 3530.0, 3541.0, 3551.0, 3541.0, 3563.0, 3542.0, 3541.0, 3553.0, 3541.0, 3542.0, 3543.0, 3543.0, 3543.0, 3542.0, 3533.0, 3555.0, 3533.0, 3543.0, 3554.0, 3554.0, 3555.0, 3554.0, 3555.0, 3564.0, 3555.0, 3554.0, 3555.0, 3553.0, 3543.0, 3553.0, 3542.0, 3542.0, 3531.0, 3542.0, 3552.0, 3542.0, 3541.0, 3531.0, 3541.0, 3530.0, 3542.0, 3521.0, 3554.0, 3532.0, 3545.0, 3553.0, 3555.0, 3555.0, 3546.0, 3545.0, 3557.0, 3546.0, 3546.0, 3558.0, 3566.0, 3558.0, 3570.0, 3558.0, 3547.0, 3546.0, 3558.0, 3578.0, 3557.0, 3570.0, 3558.0, 3558.0, 3558.0, 3559.0, 3557.0, 3559.0, 3579.0, 3581.0, 3581.0, 3560.0, 3559.0, 3546.0, 3558.0, 3590.0, 3571.0, 3590.0, 3570.0, 3569.0, 3558.0, 3569.0, 3568.0, 3559.0, 3590.0, 3569.0, 3568.0, 3570.0, 3570.0, 3559.0, 3571.0, 3580.0, 3559.0, 3590.0, 3569.0, 3569.0, 3558.0, 3582.0, 3559.0, 3548.0, 3558.0, 3569.0, 3557.0, 3558.0, 3591.0, 3559.0, 3593.0, 3558.0, 3557.0, 3557.0, 3545.0, 3545.0, 3568.0, 3590.0, 3557.0, 3578.0, 3555.0, 3554.0, 3543.0, 3555.0, 3577.0, 3555.0, 3554.0, 3554.0, 3554.0, 3532.0, 3555.0, 3566.0, 3557.0, 3567.0, 3568.0, 3557.0, 3556.0, 3557.0, 3546.0, 3569.0, 3569.0, 3558.0, 3546.0, 3559.0, 3558.0, 3582.0, 3571.0, 3570.0, 3570.0, 3590.0, 3569.0, 3569.0, 3557.0, 3558.0, 3590.0, 3557.0, 3578.0, 3544.0, 3554.0, 3587.0, 3554.0, 3575.0, 3554.0, 3563.0, 3542.0, 3542.0, 3541.0, 3542.0, 3555.0, 3556.0, 3566.0, 3555.0, 3557.0, 3570.0, 3546.0, 3581.0, 3560.0, 3570.0, 3581.0, 3571.0, 3605.0, 3571.0, 3592.0, 3569.0, 3568.0, 3556.0, 3556.0, 3589.0, 3579.0, 3591.0, 3567.0, 3565.0, 3555.0, 3555.0, 3566.0, 3533.0, 3543.0, 3555.0, 3556.0, 3558.0, 3557.0, 3569.0, 3567.0, 3568.0, 3556.0, 3556.0, 3556.0, 3579.0, 3568.0, 3566.0, 3557.0, 3587.0, 3553.0, 3564.0, 3542.0, 3553.0, 3555.0, 3576.0, 3554.0, 3532.0, 3553.0, 3531.0, 3543.0, 3545.0, 3556.0, 3556.0, 3568.0, 3568.0, 3566.0, 3555.0, 3564.0, 3542.0, 3543.0, 3574.0, 3541.0, 3574.0, 3553.0, 3575.0, 3541.0, 3560.0, 3540.0, 3530.0, 3553.0, 3542.0, 3541.0, 3542.0, 3552.0, 3555.0, 3554.0, 3554.0, 3553.0, 3554.0, 3541.0, 3541.0, 3541.0, 3542.0, 3553.0, 3542.0, 3553.0, 3530.0, 3542.0, 3552.0, 3554.0, 3554.0, 3554.0, 3554.0, 3554.0, 3532.0, 3553.0, 3555.0, 3554.0, 3555.0, 3576.0, 3553.0, 3553.0, 3552.0, 3542.0, 3563.0, 3552.0, 3562.0, 3552.0, 3542.0, 3553.0, 3542.0, 3543.0, 3554.0, 3531.0, 3554.0, 3554.0, 3568.0, 3554.0, 3567.0, 3556.0, 3567.0, 3555.0, 3556.0, 3569.0, 3557.0, 3557.0, 3557.0, 3568.0, 3544.0, 3556.0, 3567.0, 3568.0, 3589.0, 3556.0, 3555.0, 3544.0, 3532.0, 3555.0, 3544.0, 3555.0, 3555.0, 3565.0, 3555.0, 3554.0, 3555.0, 3553.0, 3555.0, 3543.0, 3555.0, 3545.0, 3555.0, 3557.0, 3567.0, 3534.0, 3555.0, 3556.0, 3555.0, 3567.0, 3567.0, 3556.0, 3556.0, 3556.0, 3557.0, 3557.0, 3579.0, 3556.0, 3546.0, 3556.0, 3568.0, 3566.0, 3556.0, 3566.0, 3556.0, 3578.0, 3556.0, 3566.0, 3568.0, 3545.0, 3565.0, 3544.0, 3555.0, 3556.0, 3545.0, 3557.0, 3557.0, 3557.0, 3578.0, 3556.0, 3565.0, 3555.0, 3566.0, 3567.0, 3589.0, 3557.0, 3588.0, 3557.0, 3578.0, 3567.0, 3554.0, 3554.0, 3554.0, 3555.0, 3590.0, 3556.0, 3565.0, 3555.0, 3553.0, 3554.0, 3543.0, 3554.0, 3576.0, 3554.0, 3576.0, 3556.0, 3588.0, 3556.0, 3588.0, 3557.0, 3567.0, 3556.0, 3554.0, 3542.0, 3552.0, 3573.0, 3543.0, 3575.0, 3553.0, 3563.0, 3552.0, 3539.0, 3539.0, 3551.0, 3542.0, 3542.0, 3543.0, 3552.0, 3554.0, 3554.0, 3565.0, 3555.0, 3575.0, 3553.0, 3573.0, 3540.0, 3550.0, 3539.0, 3561.0, 3540.0, 3561.0, 3539.0, 3527.0, 3539.0, 3527.0, 3539.0, 3539.0, 3551.0, 3540.0, 3553.0, 3544.0, 3544.0, 3567.0, 3555.0, 3567.0, 3543.0, 3555.0, 3544.0, 3556.0, 3568.0, 3567.0, 3589.0, 3556.0, 3555.0, 3555.0, 3542.0, 3553.0, 3552.0, 3553.0, 3553.0, 3554.0, 3576.0, 3554.0, 3542.0, 3553.0, 3541.0, 3553.0, 3542.0, 3554.0, 3565.0, 3554.0, 3588.0, 3554.0, 3576.0, 3554.0, 3555.0, 3555.0, 3542.0, 3552.0, 3551.0, 3551.0, 3541.0, 3553.0, 3540.0, 3553.0, 3541.0, 3552.0, 3551.0], 'WindowWidth': [8148.0, 8102.0, 8108.0, 8049.0, 8074.0, 8060.0, 8073.0, 8070.0, 8070.0, 8104.0, 8070.0, 8062.0, 8049.0, 8069.0, 8052.0, 8065.0, 8057.0, 8072.0, 8079.0, 8049.0, 8096.0, 8066.0, 8095.0, 8053.0, 8062.0, 8034.0, 8064.0, 8040.0, 8074.0, 8109.0, 8091.0, 8078.0, 8079.0, 8051.0, 8100.0, 8067.0, 8093.0, 8090.0, 8076.0, 8108.0, 8073.0, 8117.0, 8056.0, 8069.0, 8051.0, 8065.0, 8114.0, 8057.0, 8061.0, 8090.0, 8037.0, 8069.0, 8039.0, 8035.0, 8007.0, 8042.0, 8027.0, 8043.0, 8042.0, 8048.0, 8048.0, 8053.0, 8064.0, 8040.0, 8075.0, 8074.0, 8073.0, 8103.0, 8074.0, 8068.0, 8037.0, 8071.0, 8102.0, 8053.0, 8099.0, 8056.0, 8086.0, 8064.0, 8055.0, 8119.0, 8070.0, 8100.0, 8055.0, 8054.0, 8041.0, 8077.0, 8058.0, 8061.0, 8089.0, 8061.0, 8078.0, 8108.0, 8082.0, 8088.0, 8057.0, 8076.0, 8089.0, 8059.0, 8121.0, 8077.0, 8071.0, 8059.0, 8090.0, 8065.0, 8097.0, 8062.0, 8080.0, 8092.0, 8082.0, 8099.0, 8093.0, 8133.0, 8090.0, 8119.0, 8098.0, 8143.0, 8118.0, 8113.0, 8133.0, 8103.0, 8137.0, 8087.0, 8104.0, 8072.0, 8100.0, 8147.0, 8140.0, 8162.0, 8090.0, 8105.0, 8084.0, 8068.0, 8117.0, 8049.0, 8113.0, 8050.0, 8066.0, 8060.0, 8043.0, 8094.0, 8047.0, 8058.0, 8049.0, 8045.0, 8031.0, 8049.0, 8066.0, 8049.0, 8081.0, 8068.0, 8067.0, 8053.0, 8052.0, 8041.0, 8072.0, 8058.0, 8077.0, 8103.0, 8054.0, 8069.0, 8038.0, 8069.0, 8068.0, 8072.0, 8099.0, 8050.0, 8081.0, 8051.0, 8065.0, 8035.0, 8054.0, 8032.0, 8051.0, 8082.0, 8073.0, 8123.0, 8076.0, 8137.0, 8071.0, 8102.0, 8076.0, 8096.0, 8091.0, 8099.0, 8044.0, 8073.0, 8105.0, 8079.0, 8137.0, 8073.0, 8072.0, 8056.0, 8066.0, 8077.0, 8046.0, 8113.0, 8048.0, 8095.0, 8042.0, 8058.0, 8057.0, 8040.0, 8057.0, 8043.0, 8042.0, 8043.0, 8058.0, 8046.0, 8043.0, 8028.0, 8061.0, 8076.0, 8041.0, 8040.0, 8010.0, 8041.0, 8010.0, 8044.0, 8043.0, 8045.0, 8060.0, 8050.0, 8067.0, 8055.0, 8071.0, 8046.0, 8074.0, 8042.0, 8080.0, 8111.0, 8081.0, 8111.0, 8062.0, 8077.0, 8062.0, 8083.0, 8127.0, 8096.0, 8145.0, 8101.0, 8107.0, 8061.0, 8092.0, 8082.0, 8111.0, 8079.0, 8097.0, 8090.0, 8084.0, 8048.0, 8079.0, 8113.0, 8096.0, 8109.0, 8082.0, 8061.0, 8076.0, 8123.0, 8097.0, 8144.0, 8090.0, 8120.0, 8057.0, 8068.0, 8056.0, 8085.0, 8057.0, 8068.0, 8037.0, 8066.0, 8102.0, 8071.0, 8099.0, 8067.0, 8042.0, 8073.0, 8066.0, 8069.0, 8084.0, 8098.0, 8123.0, 8075.0, 8088.0, 8074.0, 8068.0, 8070.0, 8070.0, 8071.0, 8103.0, 8102.0, 8138.0, 8076.0, 8075.0, 8093.0, 8096.0, 8075.0, 8071.0, 8088.0, 8085.0, 8076.0, 8090.0, 8101.0, 8106.0, 8098.0, 8077.0, 8085.0, 8048.0, 8085.0, 8065.0, 8097.0, 8066.0, 8097.0, 8052.0, 8115.0, 8080.0, 8113.0, 8045.0, 8089.0, 8040.0, 8056.0, 8047.0, 8090.0, 8042.0, 8075.0, 8041.0, 8053.0, 8039.0, 8059.0, 8044.0, 8057.0, 8041.0, 8056.0, 8041.0, 8024.0, 8067.0, 8069.0, 8031.0, 8065.0, 8028.0, 8065.0, 8082.0, 8068.0, 8083.0, 8069.0, 8062.0, 8061.0, 8064.0, 8066.0, 8093.0, 8060.0, 8042.0, 8043.0, 8043.0, 8023.0, 8042.0, 8091.0, 8063.0, 8114.0, 8060.0, 8093.0, 8068.0, 8086.0, 8071.0, 8051.0, 8065.0, 8054.0, 8066.0, 8066.0, 8080.0, 8061.0, 8092.0, 8046.0, 8093.0, 8061.0, 8044.0, 8044.0, 8025.0, 8042.0, 8046.0, 8047.0, 8045.0, 8045.0, 8046.0, 8026.0, 8043.0, 8058.0, 8064.0, 8081.0, 8064.0, 8112.0, 8065.0, 8080.0, 8071.0, 8068.0, 8047.0, 8061.0, 8075.0, 8042.0, 8041.0, 8043.0, 8061.0, 8076.0, 8041.0, 8091.0, 8041.0, 8039.0, 8044.0, 8046.0, 8060.0, 8048.0, 8065.0, 8065.0, 8032.0, 8082.0, 8083.0, 8067.0, 8084.0, 8067.0, 8063.0, 8065.0, 8068.0, 8074.0, 8101.0, 8071.0, 8074.0, 8040.0, 8069.0, 8065.0, 8064.0, 8067.0, 8050.0, 8065.0, 8079.0, 8066.0, 8062.0, 8063.0, 8048.0, 8049.0, 8033.0, 8053.0, 8052.0, 8023.0, 8086.0, 8044.0, 8058.0, 8059.0, 8061.0, 8078.0, 8108.0, 8076.0, 8089.0, 8100.0, 8068.0, 8118.0, 8068.0, 8121.0, 8081.0, 8079.0, 8065.0, 8043.0, 8046.0, 8031.0, 8052.0, 8073.0, 8073.0, 8091.0, 8076.0, 8075.0, 8092.0, 8078.0, 8107.0, 8119.0, 8091.0, 8073.0, 8089.0, 8087.0, 8086.0, 8085.0, 8070.0, 8078.0, 8060.0, 8114.0, 8057.0, 8057.0, 8025.0, 8042.0, 8054.0, 8039.0, 8056.0, 8039.0, 8041.0, 8023.0, 8039.0, 8069.0, 8035.0, 8036.0, 8039.0, 8021.0, 8026.0, 8057.0, 8045.0, 8059.0, 8061.0, 8062.0, 8046.0, 8062.0, 8033.0, 8068.0, 8072.0, 8054.0, 8085.0, 8027.0, 8090.0, 8068.0, 8072.0, 8085.0, 8073.0, 8094.0, 8084.0, 8107.0, 8066.0, 8094.0, 8043.0, 8090.0, 8105.0, 8094.0, 8125.0, 8093.0, 8089.0, 8090.0, 8073.0, 8058.0, 8096.0, 8120.0, 8089.0, 8137.0, 8066.0, 8084.0, 8068.0, 8089.0, 8091.0, 8102.0, 8091.0, 8075.0, 8076.0, 8056.0, 8039.0, 8087.0, 8106.0, 8087.0, 8086.0, 8070.0, 8068.0, 8049.0, 8081.0, 8119.0, 8103.0, 8123.0, 8083.0, 8100.0, 8086.0, 8103.0, 8089.0, 8076.0, 8113.0, 8064.0, 8095.0, 8060.0, 8071.0, 8087.0, 8070.0, 8085.0, 8101.0, 8087.0, 8123.0, 8084.0, 8114.0, 8061.0, 8044.0, 8062.0, 8060.0, 8028.0, 8075.0, 8075.0, 8039.0, 8037.0, 8038.0, 8034.0, 8037.0, 8035.0, 8037.0, 8020.0, 8038.0, 8035.0, 8003.0, 8052.0, 8052.0, 8037.0, 8022.0, 8039.0, 8024.0, 8045.0, 8027.0, 8035.0, 8067.0, 8019.0, 8069.0, 8067.0, 8090.0, 8089.0, 8092.0, 8093.0, 8042.0, 8087.0, 8097.0, 8068.0, 8084.0, 8085.0, 8087.0, 8070.0, 8068.0, 8055.0, 8057.0, 8058.0, 8094.0, 8068.0, 8119.0, 8110.0, 8092.0, 8074.0, 8061.0, 8097.0, 8123.0, 8092.0, 8124.0, 8092.0, 8103.0, 8086.0, 8086.0, 8090.0, 8123.0, 8088.0, 8103.0, 8072.0, 8069.0, 8018.0, 8079.0, 8067.0, 8081.0, 8082.0, 8086.0, 8068.0, 8084.0, 8069.0, 8073.0, 8087.0, 8057.0, 8089.0, 8100.0, 8084.0, 8098.0, 8088.0, 8103.0, 8071.0, 8088.0, 8079.0, 8074.0, 8076.0, 8092.0, 8076.0, 8094.0, 8124.0, 8092.0, 8092.0, 8055.0, 8085.0, 8124.0, 8101.0, 8097.0, 8036.0, 8079.0, 8061.0, 8062.0, 8062.0, 8070.0, 8120.0, 8078.0, 8095.0, 8058.0, 8060.0, 8062.0, 8050.0, 8093.0, 8088.0, 8037.0, 8082.0, 8049.0, 8081.0, 8082.0, 8082.0, 8082.0, 8066.0, 8079.0, 8062.0, 8056.0, 8057.0, 8042.0, 8056.0, 8042.0, 8058.0, 8075.0, 8038.0, 8022.0, 8041.0, 8023.0, 8039.0, 8054.0, 8005.0, 8054.0, 8055.0, 8037.0, 8053.0, 8041.0, 8059.0, 8058.0, 8094.0, 8055.0, 8059.0, 8062.0, 8028.0, 8040.0, 8060.0, 8029.0, 8062.0, 8063.0, 8067.0, 8083.0, 8063.0, 8062.0, 8065.0, 8051.0, 8071.0, 8051.0, 8050.0, 8083.0, 8072.0, 8085.0, 8118.0, 8068.0, 8079.0, 8044.0, 8057.0, 8069.0, 8053.0, 8090.0, 8041.0, 8054.0, 8042.0, 8054.0, 8008.0, 8054.0, 8072.0, 8056.0, 8057.0, 8063.0, 8031.0, 8064.0, 8065.0, 8038.0, 8084.0, 8067.0, 8085.0, 8084.0, 8067.0, 8065.0, 8066.0, 8083.0, 8065.0, 8068.0, 8115.0, 8064.0, 8061.0, 8047.0, 8046.0, 8032.0, 8065.0, 8077.0, 8064.0, 8086.0, 8068.0, 8081.0, 8069.0, 8053.0, 8073.0, 8057.0, 8074.0, 8094.0, 8079.0, 8081.0, 8063.0, 8091.0, 8043.0, 8091.0, 8110.0, 8113.0, 8145.0, 8109.0, 8127.0, 8115.0, 8128.0, 8111.0, 8088.0, 8085.0, 8086.0, 8089.0, 8120.0, 8086.0, 8070.0, 8053.0, 8067.0, 8060.0, 8040.0, 8092.0, 8063.0, 8114.0, 8059.0, 8091.0, 8055.0, 8039.0, 8041.0, 8043.0, 8062.0, 8056.0, 8060.0, 8043.0, 8028.0, 8057.0, 8027.0, 8064.0, 8096.0, 8063.0, 8097.0, 8067.0, 8067.0, 8068.0, 8062.0, 8064.0, 8065.0, 8070.0, 8117.0, 8063.0, 8097.0, 8065.0, 8050.0, 8049.0, 8064.0, 8043.0, 8065.0, 8074.0, 8067.0, 8093.0, 8060.0, 8057.0, 8052.0, 8046.0, 8061.0, 8031.0, 8047.0, 8063.0, 8053.0, 8070.0, 8086.0, 8087.0, 8064.0, 8061.0, 8059.0, 8057.0, 8040.0, 8115.0, 8081.0, 8112.0, 8055.0, 8067.0, 8053.0, 8046.0, 8065.0, 8058.0, 8058.0, 8040.0, 8057.0, 8026.0, 8059.0, 8048.0, 8062.0, 8048.0, 8064.0, 8045.0, 8060.0, 8028.0, 8062.0, 8065.0, 8050.0, 8068.0, 8081.0, 8063.0, 8078.0, 8047.0, 8079.0, 8044.0, 8054.0, 8023.0, 8040.0, 8073.0, 8041.0, 8076.0, 8042.0, 8057.0, 8045.0, 8027.0, 8029.0, 8063.0, 8018.0, 8067.0, 8052.0, 8073.0, 8072.0, 8073.0, 8057.0, 8059.0, 8064.0, 8060.0, 8061.0, 8081.0, 8099.0, 8049.0, 8098.0, 8095.0, 8080.0, 8110.0, 8063.0, 8093.0, 8121.0, 8069.0, 8101.0, 8067.0, 8081.0, 8053.0, 8085.0, 8095.0, 8062.0, 8095.0, 8060.0, 8057.0, 8044.0, 8043.0, 8027.0, 8060.0, 8015.0, 8065.0, 8062.0, 8048.0, 8063.0, 8031.0, 8064.0, 8078.0, 8068.0, 8085.0, 8072.0, 8070.0, 8058.0, 8070.0, 8037.0, 8086.0, 8089.0, 8077.0, 8106.0, 8079.0, 8088.0, 8057.0, 8072.0, 8088.0, 8085.0, 8100.0, 8086.0, 8082.0, 8068.0, 8088.0, 8067.0, 8066.0, 8048.0, 8061.0, 8078.0, 8063.0, 8095.0, 8065.0, 8064.0, 8062.0, 8046.0, 8062.0, 8061.0, 8050.0, 8034.0, 8051.0, 8063.0, 8035.0, 8085.0, 8052.0, 8067.0, 8082.0, 8065.0, 8080.0, 8068.0, 8081.0, 8067.0, 8049.0, 8047.0, 8061.0, 8076.0, 8062.0, 8095.0, 8062.0, 8077.0, 8063.0, 8061.0, 8064.0, 8067.0, 8067.0, 8050.0, 8051.0, 8066.0, 8048.0, 8066.0, 8099.0, 8066.0, 8079.0, 8064.0, 8062.0, 8045.0, 8064.0, 8076.0, 8060.0, 8060.0, 8061.0, 8043.0, 8046.0, 8064.0, 8050.0, 8063.0, 8033.0, 8065.0, 8048.0, 8069.0, 8068.0, 8074.0, 8070.0, 8075.0, 8072.0, 8059.0, 8090.0, 8060.0, 8093.0, 8089.0, 8091.0, 8087.0, 8076.0, 8105.0, 8072.0, 8070.0, 8065.0, 8065.0, 8116.0, 8066.0, 8081.0, 8065.0, 8084.0, 8049.0, 8031.0, 8046.0, 8065.0, 8046.0, 8067.0, 8071.0, 8074.0, 8088.0, 8079.0, 8061.0, 8078.0, 8061.0, 8081.0, 8112.0, 8108.0, 8092.0, 8108.0, 8074.0, 8070.0, 8072.0, 8069.0, 8052.0, 8066.0, 8035.0, 8066.0, 8102.0, 8071.0, 8097.0, 8067.0, 8063.0, 8067.0, 8049.0, 8067.0, 8069.0, 8052.0, 8068.0, 8037.0, 8068.0, 8064.0, 8069.0, 8086.0, 8070.0, 8098.0, 8068.0, 8080.0, 8065.0, 8100.0, 8067.0, 8066.0, 8050.0, 8063.0, 8033.0, 8066.0, 8098.0, 8065.0, 8096.0, 8047.0, 8043.0, 8050.0, 8031.0, 8045.0, 8037.0, 8052.0, 8070.0, 8054.0, 8077.0, 8075.0, 8076.0, 8095.0, 8096.0, 8092.0, 8073.0, 8088.0, 8120.0, 8074.0, 8091.0, 8098.0, 8070.0, 8120.0, 8048.0, 8077.0, 8030.0, 8068.0, 8075.0, 8045.0, 8079.0, 8048.0, 8062.0, 8066.0, 8038.0, 8070.0, 8070.0, 8056.0, 8090.0, 8080.0, 8095.0, 8092.0, 8096.0, 8092.0, 8093.0, 8078.0, 8119.0, 8085.0, 8115.0, 8062.0, 8062.0, 8070.0, 8041.0, 8091.0, 8068.0, 8051.0, 8034.0, 8034.0, 8014.0, 8029.0, 8069.0, 8016.0, 8032.0, 8033.0, 8015.0, 8038.0, 8020.0, 8039.0, 8041.0, 8022.0, 8041.0, 8058.0, 8061.0, 8041.0, 8046.0, 8043.0, 8047.0, 8031.0, 8048.0, 8066.0, 8062.0, 8070.0, 8068.0, 8072.0, 8067.0, 8071.0, 8073.0, 8070.0, 8090.0, 8090.0, 8088.0, 8074.0, 8091.0, 8091.0, 8095.0, 8089.0, 8092.0, 8108.0, 8072.0, 8071.0, 8068.0, 8092.0, 8101.0, 8069.0, 8086.0, 8092.0, 8092.0, 8097.0, 8077.0, 8119.0, 8102.0, 8082.0, 8115.0, 8113.0, 8101.0, 8147.0, 8099.0, 8128.0, 8093.0, 8111.0, 8089.0, 8071.0, 8126.0, 8101.0, 8082.0, 8045.0, 8064.0, 8095.0, 8061.0, 8042.0, 8027.0, 8030.0, 8046.0, 8031.0, 8051.0, 8063.0, 8054.0, 8086.0, 8055.0, 8076.0, 8075.0, 8074.0, 8088.0, 8070.0, 8069.0, 8098.0, 8052.0, 8065.0, 8115.0, 8050.0, 8076.0, 8040.0, 8059.0, 8111.0, 8059.0, 8076.0, 8066.0, 8035.0, 8051.0, 8034.0, 8048.0, 8067.0, 8083.0, 8071.0, 8086.0, 8068.0, 8065.0, 8063.0, 8061.0, 8059.0, 8061.0, 8045.0, 8029.0, 8043.0, 8058.0, 8028.0, 8060.0, 8112.0, 8046.0, 8075.0, 8043.0, 8055.0, 8040.0, 8058.0, 8059.0, 8077.0, 8043.0, 8042.0, 8036.0, 8006.0, 8035.0, 8038.0, 8038.0, 8020.0, 8040.0, 8051.0, 8022.0, 8051.0, 8035.0, 8026.0, 8024.0, 8054.0, 8025.0, 8040.0, 8007.0, 8040.0, 8026.0, 8082.0, 8063.0, 8064.0, 8033.0, 8063.0, 8030.0, 8063.0, 8051.0, 8072.0, 8072.0, 8054.0, 8075.0, 8061.0, 8079.0, 8058.0, 8072.0, 8093.0, 8080.0, 8131.0, 8110.0, 8146.0, 8098.0, 8077.0, 8072.0, 8049.0, 8047.0, 8103.0, 8099.0, 8083.0, 8065.0, 8063.0, 8043.0, 8043.0, 8059.0, 8043.0, 8099.0, 8080.0, 8095.0, 8062.0, 8060.0, 8059.0, 8053.0, 8041.0, 8040.0, 8022.0, 8040.0, 8055.0, 8041.0, 8073.0, 8042.0, 8042.0, 8060.0, 8041.0, 8044.0, 8046.0, 8048.0, 8048.0, 8043.0, 8032.0, 8066.0, 8032.0, 8045.0, 8063.0, 8064.0, 8066.0, 8063.0, 8065.0, 8076.0, 8064.0, 8062.0, 8065.0, 8060.0, 8047.0, 8058.0, 8041.0, 8043.0, 8027.0, 8044.0, 8058.0, 8043.0, 8042.0, 8027.0, 8040.0, 8024.0, 8043.0, 8014.0, 8061.0, 8031.0, 8052.0, 8061.0, 8066.0, 8067.0, 8055.0, 8052.0, 8072.0, 8057.0, 8055.0, 8074.0, 8085.0, 8074.0, 8094.0, 8074.0, 8060.0, 8057.0, 8074.0, 8103.0, 8074.0, 8094.0, 8077.0, 8076.0, 8075.0, 8078.0, 8073.0, 8078.0, 8107.0, 8113.0, 8111.0, 8081.0, 8080.0, 8057.0, 8075.0, 8124.0, 8096.0, 8121.0, 8093.0, 8091.0, 8075.0, 8091.0, 8089.0, 8078.0, 8122.0, 8092.0, 8089.0, 8093.0, 8095.0, 8078.0, 8097.0, 8108.0, 8080.0, 8123.0, 8091.0, 8091.0, 8076.0, 8113.0, 8079.0, 8063.0, 8077.0, 8092.0, 8073.0, 8075.0, 8125.0, 8078.0, 8132.0, 8076.0, 8074.0, 8073.0, 8055.0, 8054.0, 8089.0, 8124.0, 8071.0, 8102.0, 8067.0, 8065.0, 8048.0, 8065.0, 8102.0, 8065.0, 8064.0, 8063.0, 8063.0, 8030.0, 8066.0, 8084.0, 8072.0, 8085.0, 8089.0, 8072.0, 8069.0, 8071.0, 8056.0, 8091.0, 8092.0, 8074.0, 8058.0, 8078.0, 8078.0, 8116.0, 8098.0, 8094.0, 8094.0, 8123.0, 8090.0, 8091.0, 8072.0, 8074.0, 8125.0, 8072.0, 8103.0, 8049.0, 8063.0, 8113.0, 8064.0, 8094.0, 8063.0, 8076.0, 8044.0, 8043.0, 8041.0, 8045.0, 8066.0, 8071.0, 8084.0, 8067.0, 8074.0, 8094.0, 8061.0, 8113.0, 8083.0, 8096.0, 8111.0, 8099.0, 8153.0, 8100.0, 8129.0, 8093.0, 8089.0, 8068.0, 8069.0, 8121.0, 8104.0, 8127.0, 8084.0, 8080.0, 8066.0, 8068.0, 8084.0, 8035.0, 8046.0, 8066.0, 8070.0, 8075.0, 8072.0, 8092.0, 8089.0, 8089.0, 8070.0, 8068.0, 8070.0, 8106.0, 8088.0, 8083.0, 8071.0, 8118.0, 8060.0, 8076.0, 8043.0, 8061.0, 8068.0, 8096.0, 8062.0, 8030.0, 8062.0, 8029.0, 8047.0, 8056.0, 8070.0, 8069.0, 8090.0, 8088.0, 8082.0, 8065.0, 8080.0, 8044.0, 8045.0, 8092.0, 8041.0, 8090.0, 8062.0, 8098.0, 8041.0, 8066.0, 8037.0, 8026.0, 8060.0, 8044.0, 8040.0, 8044.0, 8060.0, 8066.0, 8063.0, 8064.0, 8061.0, 8062.0, 8041.0, 8041.0, 8042.0, 8045.0, 8060.0, 8042.0, 8060.0, 8026.0, 8044.0, 8058.0, 8065.0, 8063.0, 8063.0, 8062.0, 8063.0, 8031.0, 8061.0, 8066.0, 8063.0, 8066.0, 8097.0, 8059.0, 8061.0, 8056.0, 8042.0, 8073.0, 8057.0, 8071.0, 8058.0, 8044.0, 8060.0, 8046.0, 8049.0, 8064.0, 8030.0, 8063.0, 8063.0, 8089.0, 8065.0, 8086.0, 8070.0, 8086.0, 8068.0, 8070.0, 8093.0, 8073.0, 8071.0, 8072.0, 8089.0, 8051.0, 8070.0, 8087.0, 8089.0, 8120.0, 8070.0, 8067.0, 8049.0, 8033.0, 8065.0, 8051.0, 8067.0, 8068.0, 8080.0, 8065.0, 8064.0, 8065.0, 8062.0, 8065.0, 8049.0, 8067.0, 8053.0, 8067.0, 8073.0, 8085.0, 8036.0, 8064.0, 8070.0, 8068.0, 8087.0, 8085.0, 8069.0, 8069.0, 8069.0, 8074.0, 8074.0, 8104.0, 8070.0, 8056.0, 8071.0, 8087.0, 8083.0, 8070.0, 8085.0, 8071.0, 8103.0, 8070.0, 8084.0, 8089.0, 8055.0, 8081.0, 8051.0, 8065.0, 8070.0, 8055.0, 8072.0, 8074.0, 8073.0, 8102.0, 8070.0, 8080.0, 8066.0, 8082.0, 8087.0, 8119.0, 8071.0, 8118.0, 8072.0, 8103.0, 8086.0, 8065.0, 8064.0, 8063.0, 8065.0, 8121.0, 8068.0, 8080.0, 8066.0, 8061.0, 8064.0, 8047.0, 8064.0, 8097.0, 8065.0, 8098.0, 8069.0, 8117.0, 8071.0, 8118.0, 8073.0, 8088.0, 8072.0, 8065.0, 8044.0, 8057.0, 8088.0, 8046.0, 8096.0, 8059.0, 8073.0, 8058.0, 8036.0, 8037.0, 8055.0, 8044.0, 8045.0, 8046.0, 8058.0, 8062.0, 8062.0, 8081.0, 8067.0, 8093.0, 8060.0, 8088.0, 8039.0, 8052.0, 8035.0, 8066.0, 8039.0, 8069.0, 8035.0, 8016.0, 8034.0, 8016.0, 8034.0, 8035.0, 8053.0, 8040.0, 8060.0, 8050.0, 8052.0, 8084.0, 8067.0, 8084.0, 8048.0, 8066.0, 8051.0, 8067.0, 8090.0, 8085.0, 8119.0, 8069.0, 8065.0, 8065.0, 8043.0, 8058.0, 8057.0, 8057.0, 8060.0, 8062.0, 8098.0, 8063.0, 8045.0, 8060.0, 8041.0, 8060.0, 8045.0, 8063.0, 8079.0, 8062.0, 8116.0, 8063.0, 8096.0, 8063.0, 8065.0, 8066.0, 8043.0, 8055.0, 8053.0, 8052.0, 8039.0, 8059.0, 8040.0, 8058.0, 8040.0, 8057.0, 8052.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.0007646393972012916</td></tr>
<tr><td colspan=3>aqi</td><td>0.02797464800861141</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.380778730134686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2239902489391485</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180560555358085</td></tr>
<tr><td colspan=3>efc</td><td>0.4952</td></tr>
<tr><td colspan=3>fber</td><td>4804.7954</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07345955816463762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0764262648008611</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.423731613657662</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.301766036030712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6508288458902243</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3185999590520514</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127434</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01709996908903122</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03117484413087368</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.108139744009618</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>19.9161</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1666</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.6787</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296309.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.8431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1108</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>401.4978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2771.405</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>709.8059</td></tr>
<tr><td colspan=3>tsnr</td><td>37.26546629704535</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>