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

616 lines
No EOL
141 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-0057_ses-02_task-narratives_acq-mb8_run-03_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-0057_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0057_suffix-bold_task-narratives" 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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-03_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-0057/ses-02/func/sub-0057_ses-02_task-narratives_acq-mb8_run-03_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>9b192fed48a3aa7cc943dbd86fef3346</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>18:09:19.407500</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.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</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-03_task-narratives_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.105598</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c5b228d-d756-47c6-bea8-a09d81cf094b||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.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [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, 1298]</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], 'AcquisitionTime': ['180919.407500', '180919.867500', '180920.327500', '180920.787500', '180921.247500', '180921.707500', '180922.167500', '180922.627500', '180923.087500', '180923.547500', '180924.007500', '180924.467500', '180924.927500', '180925.387500', '180925.847500', '180926.307500', '180926.767500', '180927.227500', '180927.687500', '180928.147500', '180928.607500', '180929.067500', '180929.527500', '180929.987500', '180930.447500', '180930.907500', '180931.367500', '180931.827500', '180932.287500', '180932.747500', '180933.207500', '180933.667500', '180934.127500', '180934.587500', '180935.047500', '180935.507500', '180935.967500', '180936.427500', '180936.887500', '180937.347500', '180937.807500', '180938.267500', '180938.727500', '180939.187500', '180939.647500', '180940.107500', '180940.567500', '180941.027500', '180941.487500', '180941.947500', '180942.407500', '180942.867500', '180943.327500', '180943.787500', '180944.247500', '180944.707500', '180945.167500', '180945.627500', '180946.087500', '180946.547500', '180947.007500', '180947.467500', '180947.927500', '180948.387500', '180948.847500', '180949.307500', '180949.767500', '180950.227500', '180950.687500', '180951.147500', '180951.607500', '180952.067500', '180952.527500', '180952.987500', '180953.447500', '180953.907500', '180954.367500', '180954.827500', '180955.287500', '180955.747500', '180956.207500', '180956.667500', '180957.127500', '180957.587500', '180958.047500', '180958.507500', '180958.967500', '180959.427500', '180959.887500', '181000.347500', '181000.807500', '181001.267500', '181001.727500', '181002.187500', '181002.647500', '181003.107500', '181003.567500', '181004.027500', '181004.487500', '181004.947500', '181005.407500', '181005.867500', '181006.327500', '181006.787500', '181007.247500', '181007.707500', '181008.167500', '181008.627500', '181009.087500', '181009.547500', '181010.007500', '181010.467500', '181010.927500', '181011.387500', '181011.847500', '181012.307500', '181012.767500', '181013.227500', '181013.687500', '181014.147500', '181014.607500', '181015.067500', '181015.527500', '181015.987500', '181016.447500', '181016.907500', '181017.367500', '181017.827500', '181018.287500', '181018.747500', '181019.207500', '181019.667500', '181020.127500', '181020.587500', '181021.047500', '181021.507500', '181021.967500', '181022.427500', '181022.887500', '181023.347500', '181023.807500', '181024.267500', '181024.727500', '181025.187500', '181025.647500', '181026.107500', '181026.567500', '181027.027500', '181027.487500', '181027.947500', '181028.407500', '181028.867500', '181029.327500', '181029.787500', '181030.247500', '181030.707500', '181031.167500', '181031.627500', '181032.087500', '181032.547500', '181033.007500', '181033.467500', '181033.927500', '181034.387500', '181034.847500', '181035.307500', '181035.767500', '181036.227500', '181036.687500', '181037.147500', '181037.607500', '181038.067500', '181038.527500', '181038.987500', '181039.447500', '181039.907500', '181040.367500', '181040.827500', '181041.287500', '181041.747500', '181042.207500', '181042.667500', '181043.127500', '181043.587500', '181044.047500', '181044.507500', '181044.967500', '181045.427500', '181045.887500', '181046.347500', '181046.807500', '181047.267500', '181047.727500', '181048.187500', '181048.647500', '181049.107500', '181049.567500', '181050.027500', '181050.487500', '181050.947500', '181051.407500', '181051.867500', '181052.327500', '181052.787500', '181053.247500', '181053.707500', '181054.167500', '181054.627500', '181055.087500', '181055.547500', '181056.007500', '181056.467500', '181056.927500', '181057.387500', '181057.847500', '181058.307500', '181058.767500', '181059.227500', '181059.687500', '181100.147500', '181100.607500', '181101.067500', '181101.527500', '181101.987500', '181102.447500', '181102.907500', '181103.367500', '181103.827500', '181104.287500', '181104.747500', '181105.207500', '181105.667500', '181106.127500', '181106.587500', '181107.047500', '181107.507500', '181107.967500', '181108.427500', '181108.887500', '181109.347500', '181109.807500', '181110.267500', '181110.727500', '181111.187500', '181111.647500', '181112.107500', '181112.567500', '181113.027500', '181113.487500', '181113.947500', '181114.407500', '181114.867500', '181115.327500', '181115.787500', '181116.247500', '181116.707500', '181117.167500', '181117.627500', '181118.087500', '181118.547500', '181119.007500', '181119.467500', '181119.927500', '181120.387500', '181120.847500', '181121.307500', '181121.767500', '181122.227500', '181122.687500', '181123.147500', '181123.607500', '181124.067500', '181124.527500', '181124.987500', '181125.447500', '181125.907500', '181126.367500', '181126.827500', '181127.287500', '181127.747500', '181128.207500', '181128.667500', '181129.127500', '181129.587500', '181130.047500', '181130.507500', '181130.967500', '181131.427500', '181131.887500', '181132.347500', '181132.807500', '181133.267500', '181133.727500', '181134.187500', '181134.647500', '181135.107500', '181135.567500', '181136.027500', '181136.487500', '181136.947500', '181137.407500', '181137.867500', '181138.327500', '181138.787500', '181139.247500', '181139.707500', '181140.167500', '181140.627500', '181141.087500', '181141.547500', '181142.007500', '181142.467500', '181142.927500', '181143.387500', '181143.847500', '181144.307500', '181144.767500', '181145.227500', '181145.687500', '181146.147500', '181146.607500', '181147.067500', '181147.527500', '181147.987500', '181148.447500', '181148.907500', '181149.367500', '181149.827500', '181150.287500', '181150.747500', '181151.207500', '181151.667500', '181152.127500', '181152.587500', '181153.047500', '181153.507500', '181153.967500', '181154.427500', '181154.887500', '181155.347500', '181155.807500', '181156.267500', '181156.727500', '181157.187500', '181157.647500', '181158.107500', '181158.567500', '181159.027500', '181159.487500', '181159.947500', '181200.407500', '181200.867500', '181201.327500', '181201.787500', '181202.247500', '181202.707500', '181203.167500', '181203.627500', '181204.087500', '181204.547500', '181205.007500', '181205.467500', '181205.927500', '181206.387500', '181206.847500', '181207.307500', '181207.767500', '181208.227500', '181208.687500', '181209.147500', '181209.607500', '181210.067500', '181210.527500', '181210.987500', '181211.447500', '181211.907500', '181212.367500', '181212.827500', '181213.287500', '181213.747500', '181214.207500', '181214.667500', '181215.127500', '181215.587500', '181216.047500', '181216.507500', '181216.967500', '181217.427500', '181217.887500', '181218.347500', '181218.807500', '181219.267500', '181219.727500', '181220.187500', '181220.647500', '181221.107500', '181221.567500', '181222.027500', '181222.487500', '181222.947500', '181223.407500', '181223.867500', '181224.327500', '181224.787500', '181225.247500', '181225.707500', '181226.167500', '181226.627500', '181227.087500', '181227.547500', '181228.007500', '181228.467500', '181228.927500', '181229.387500', '181229.847500', '181230.307500', '181230.767500', '181231.227500', '181231.687500', '181232.147500', '181232.607500', '181233.067500', '181233.527500', '181233.987500', '181234.447500', '181234.907500', '181235.367500', '181235.827500', '181236.287500', '181236.747500', '181237.207500', '181237.667500', '181238.127500', '181238.587500', '181239.047500', '181239.507500', '181239.967500', '181240.427500', '181240.887500', '181241.347500', '181241.807500', '181242.267500', '181242.727500', '181243.187500', '181243.647500', '181244.107500', '181244.567500', '181245.027500', '181245.487500', '181245.947500', '181246.407500', '181246.867500', '181247.327500', '181247.787500', '181248.247500', '181248.707500', '181249.167500', '181249.627500', '181250.087500', '181250.547500', '181251.007500', '181251.467500', '181251.927500', '181252.387500', '181252.847500', '181253.307500', '181253.767500', '181254.227500', '181254.687500', '181255.147500', '181255.607500', '181256.067500', '181256.527500', '181256.987500', '181257.447500', '181257.907500', '181258.367500', '181258.827500', '181259.287500', '181259.747500', '181300.207500', '181300.667500', '181301.127500', '181301.587500', '181302.047500', '181302.507500', '181302.967500', '181303.427500', '181303.887500', '181304.347500', '181304.807500', '181305.267500', '181305.727500', '181306.187500', '181306.647500', '181307.107500', '181307.567500', '181308.027500', '181308.487500', '181308.947500', '181309.407500', '181309.867500', '181310.327500', '181310.787500', '181311.247500', '181311.707500', '181312.167500', '181312.627500', '181313.087500', '181313.547500', '181314.007500', '181314.467500', '181314.927500', '181315.387500', '181315.847500', '181316.307500', '181316.767500', '181317.227500', '181317.687500', '181318.147500', '181318.607500', '181319.067500', '181319.527500', '181319.987500', '181320.447500', '181320.907500', '181321.367500', '181321.827500', '181322.287500', '181322.747500', '181323.207500', '181323.667500', '181324.127500', '181324.587500', '181325.047500', '181325.507500', '181325.967500', '181326.427500', '181326.887500', '181327.347500', '181327.807500', '181328.267500', '181328.727500', '181329.187500', '181329.647500', '181330.107500', '181330.567500', '181331.027500', '181331.487500', '181331.947500', '181332.407500', '181332.867500', '181333.327500', '181333.787500', '181334.247500', '181334.707500', '181335.167500', '181335.627500', '181336.087500', '181336.547500', '181337.007500', '181337.467500', '181337.927500', '181338.387500', '181338.847500', '181339.307500', '181339.767500', '181340.227500', '181340.687500', '181341.147500', '181341.607500', '181342.067500', '181342.527500', '181342.987500', '181343.447500', '181343.907500', '181344.367500', '181344.827500', '181345.287500', '181345.747500', '181346.207500', '181346.667500', '181347.127500', '181347.587500', '181348.047500', '181348.507500', '181348.967500', '181349.427500', '181349.887500', '181350.347500', '181350.807500', '181351.267500', '181351.727500', '181352.187500', '181352.647500', '181353.107500', '181353.567500', '181354.027500', '181354.487500', '181354.947500', '181355.407500', '181355.867500', '181356.327500', '181356.787500', '181357.247500', '181357.707500', '181358.167500', '181358.627500', '181359.087500', '181359.547500', '181400.007500', '181400.467500', '181400.927500', '181401.387500', '181401.847500', '181402.307500', '181402.767500', '181403.227500', '181403.687500', '181404.147500', '181404.607500', '181405.067500', '181405.527500', '181405.987500', '181406.447500', '181406.907500', '181407.367500', '181407.827500', '181408.287500', '181408.747500', '181409.207500', '181409.667500', '181410.127500', '181410.587500', '181411.047500', '181411.507500', '181411.967500', '181412.427500', '181412.887500', '181413.347500', '181413.807500', '181414.267500', '181414.727500', '181415.187500', '181415.647500', '181416.107500', '181416.567500', '181417.027500', '181417.487500', '181417.947500', '181418.407500', '181418.867500', '181419.327500', '181419.787500', '181420.247500', '181420.707500', '181421.167500', '181421.627500', '181422.087500', '181422.547500', '181423.007500', '181423.467500', '181423.927500', '181424.387500', '181424.847500', '181425.307500', '181425.767500', '181426.227500', '181426.687500', '181427.147500', '181427.607500', '181428.067500', '181428.527500', '181428.987500', '181429.447500', '181429.907500', '181430.367500', '181430.827500', '181431.287500', '181431.747500', '181432.207500', '181432.667500', '181433.127500', '181433.587500', '181434.047500', '181434.507500', '181434.967500', '181435.427500', '181435.887500', '181436.347500', '181436.807500', '181437.267500', '181437.727500', '181438.187500', '181438.647500', '181439.107500', '181439.567500', '181440.027500', '181440.487500', '181440.947500', '181441.407500', '181441.867500', '181442.327500', '181442.787500', '181443.247500', '181443.707500', '181444.167500', '181444.627500', '181445.087500', '181445.547500', '181446.007500', '181446.467500', '181446.927500', '181447.387500', '181447.847500', '181448.307500', '181448.767500', '181449.227500', '181449.687500', '181450.147500', '181450.607500', '181451.067500', '181451.527500', '181451.987500', '181452.447500', '181452.907500', '181453.367500', '181453.827500', '181454.287500', '181454.747500', '181455.207500', '181455.667500', '181456.127500', '181456.587500', '181457.047500', '181457.507500', '181457.967500', '181458.427500', '181458.887500', '181459.347500', '181459.807500', '181500.267500', '181500.727500', '181501.187500', '181501.647500', '181502.107500', '181502.567500', '181503.027500', '181503.487500', '181503.947500', '181504.407500', '181504.867500', '181505.327500', '181505.787500', '181506.247500', '181506.707500', '181507.167500', '181507.627500', '181508.087500', '181508.547500', '181509.007500', '181509.467500', '181509.927500', '181510.387500', '181510.847500', '181511.307500', '181511.767500', '181512.227500', '181512.687500', '181513.147500', '181513.607500', '181514.067500', '181514.527500', '181514.987500', '181515.447500', '181515.907500', '181516.367500', '181516.827500', '181517.287500', '181517.747500', '181518.207500', '181518.667500', '181519.127500', '181519.587500', '181520.047500', '181520.507500', '181520.967500', '181521.427500', '181521.887500', '181522.347500', '181522.807500', '181523.267500', '181523.727500', '181524.187500', '181524.647500', '181525.107500', '181525.567500', '181526.027500', '181526.487500', '181526.947500', '181527.407500', '181527.867500', '181528.327500', '181528.787500', '181529.247500', '181529.707500', '181530.167500', '181530.627500', '181531.087500', '181531.547500', '181532.007500', '181532.467500', '181532.927500', '181533.387500', '181533.847500', '181534.307500', '181534.767500', '181535.227500', '181535.687500', '181536.147500', '181536.607500', '181537.067500', '181537.527500', '181537.987500', '181538.447500', '181538.907500', '181539.367500', '181539.827500', '181540.287500', '181540.747500', '181541.207500', '181541.667500', '181542.127500', '181542.587500', '181543.047500', '181543.507500', '181543.967500', '181544.427500', '181544.887500', '181545.347500', '181545.807500', '181546.267500', '181546.727500', '181547.187500', '181547.647500', '181548.107500', '181548.567500', '181549.027500', '181549.487500', '181549.947500', '181550.407500', '181550.867500', '181551.327500', '181551.787500', '181552.247500', '181552.707500', '181553.167500', '181553.627500', '181554.087500', '181554.547500', '181555.007500', '181555.467500', '181555.927500', '181556.387500', '181556.847500', '181557.307500', '181557.767500', '181558.227500', '181558.687500', '181559.147500', '181559.607500', '181600.067500', '181600.527500', '181600.987500', '181601.447500', '181601.907500', '181602.367500', '181602.827500', '181603.287500', '181603.747500', '181604.207500', '181604.667500', '181605.127500', '181605.587500', '181606.047500', '181606.507500', '181606.967500', '181607.427500', '181607.887500', '181608.347500', '181608.807500', '181609.267500', '181609.727500', '181610.187500', '181610.647500', '181611.107500', '181611.567500', '181612.027500', '181612.487500', '181612.947500', '181613.407500', '181613.867500', '181614.327500', '181614.787500', '181615.247500', '181615.707500', '181616.167500', '181616.627500', '181617.087500', '181617.547500', '181618.007500', '181618.467500', '181618.927500', '181619.387500', '181619.847500', '181620.307500', '181620.767500', '181621.227500', '181621.687500', '181622.147500', '181622.607500', '181623.067500', '181623.527500', '181623.987500', '181624.447500', '181624.907500', '181625.367500', '181625.827500', '181626.287500', '181626.747500', '181627.207500', '181627.667500', '181628.127500', '181628.587500', '181629.047500', '181629.507500', '181629.967500', '181630.427500', '181630.887500', '181631.347500', '181631.807500', '181632.267500', '181632.727500', '181633.187500', '181633.647500', '181634.107500', '181634.567500', '181635.027500', '181635.487500', '181635.947500', '181636.407500', '181636.867500', '181637.327500', '181637.787500', '181638.247500', '181638.707500', '181639.167500', '181639.627500', '181640.087500', '181640.547500', '181641.007500', '181641.467500', '181641.927500', '181642.387500', '181642.847500', '181643.307500', '181643.767500', '181644.227500', '181644.687500', '181645.147500', '181645.607500', '181646.067500', '181646.527500', '181646.987500', '181647.447500', '181647.907500', '181648.367500', '181648.827500', '181649.287500', '181649.747500', '181650.207500', '181650.667500', '181651.127500', '181651.587500', '181652.047500', '181652.507500', '181652.967500', '181653.427500', '181653.887500', '181654.347500', '181654.807500', '181655.267500', '181655.727500', '181656.187500', '181656.647500', '181657.107500', '181657.567500', '181658.027500', '181658.487500', '181658.947500', '181659.407500', '181659.867500', '181700.327500', '181700.787500', '181701.247500', '181701.707500', '181702.167500', '181702.627500', '181703.087500', '181703.547500', '181704.007500', '181704.467500', '181704.927500', '181705.387500', '181705.847500', '181706.307500', '181706.767500', '181707.227500', '181707.687500', '181708.147500', '181708.607500', '181709.067500', '181709.527500', '181709.987500', '181710.447500', '181710.907500', '181711.367500', '181711.827500', '181712.287500', '181712.747500', '181713.207500', '181713.667500', '181714.127500', '181714.587500', '181715.047500', '181715.507500', '181715.967500', '181716.427500', '181716.887500', '181717.347500', '181717.807500', '181718.267500', '181718.727500', '181719.187500', '181719.647500', '181720.107500', '181720.567500', '181721.027500', '181721.487500', '181721.947500', '181722.407500', '181722.867500', '181723.327500', '181723.787500', '181724.247500', '181724.707500', '181725.167500', '181725.627500', '181726.087500', '181726.547500', '181727.007500', '181727.467500', '181727.927500', '181728.387500', '181728.847500', '181729.307500', '181729.767500', '181730.227500', '181730.687500', '181731.147500', '181731.607500', '181732.067500', '181732.527500', '181732.987500', '181733.447500', '181733.907500', '181734.367500', '181734.827500', '181735.287500', '181735.747500', '181736.207500', '181736.667500', '181737.127500', '181737.587500', '181738.047500', '181738.507500', '181738.967500', '181739.427500', '181739.887500', '181740.347500', '181740.807500', '181741.267500', '181741.727500', '181742.187500', '181742.647500', '181743.107500', '181743.567500', '181744.027500', '181744.487500', '181744.947500', '181745.407500', '181745.867500', '181746.327500', '181746.787500', '181747.247500', '181747.707500', '181748.167500', '181748.627500', '181749.087500', '181749.547500', '181750.007500', '181750.467500', '181750.927500', '181751.387500', '181751.847500', '181752.307500', '181752.767500', '181753.227500', '181753.687500', '181754.147500', '181754.607500', '181755.067500', '181755.527500', '181755.987500', '181756.447500', '181756.907500', '181757.367500', '181757.827500', '181758.287500', '181758.747500', '181759.207500', '181759.667500', '181800.127500', '181800.587500', '181801.047500', '181801.507500', '181801.967500', '181802.427500', '181802.887500', '181803.347500', '181803.807500', '181804.267500', '181804.727500', '181805.187500', '181805.647500', '181806.107500', '181806.567500', '181807.027500', '181807.487500', '181807.947500', '181808.407500', '181808.867500', '181809.327500', '181809.787500', '181810.247500', '181810.707500', '181811.167500', '181811.627500', '181812.087500', '181812.547500', '181813.007500', '181813.467500', '181813.927500', '181814.387500', '181814.847500', '181815.307500', '181815.767500', '181816.227500', '181816.687500', '181817.147500', '181817.607500', '181818.067500', '181818.527500', '181818.987500', '181819.447500', '181819.907500', '181820.367500', '181820.827500', '181821.287500', '181821.747500', '181822.207500', '181822.667500', '181823.127500', '181823.587500', '181824.047500', '181824.507500', '181824.967500', '181825.427500', '181825.887500', '181826.347500', '181826.807500', '181827.267500', '181827.727500', '181828.187500', '181828.647500', '181829.107500', '181829.567500', '181830.027500', '181830.487500', '181830.947500', '181831.407500', '181831.867500', '181832.327500', '181832.787500', '181833.247500', '181833.707500', '181834.167500', '181834.627500', '181835.087500', '181835.547500', '181836.007500', '181836.467500', '181836.927500', '181837.387500', '181837.847500', '181838.307500', '181838.767500', '181839.227500', '181839.687500', '181840.147500', '181840.607500', '181841.067500', '181841.527500', '181841.987500', '181842.447500', '181842.907500', '181843.367500', '181843.827500', '181844.287500', '181844.747500', '181845.207500', '181845.667500', '181846.127500', '181846.587500', '181847.047500', '181847.507500', '181847.967500', '181848.427500', '181848.887500', '181849.347500', '181849.807500', '181850.267500', '181850.727500', '181851.187500', '181851.647500', '181852.107500', '181852.567500', '181853.027500', '181853.487500', '181853.947500', '181854.407500', '181854.867500', '181855.327500', '181855.787500', '181856.247500', '181856.707500', '181857.167500', '181857.627500', '181858.087500', '181858.547500', '181859.007500', '181859.467500', '181859.927500', '181900.387500', '181900.847500', '181901.307500', '181901.767500', '181902.227500', '181902.687500', '181903.147500', '181903.607500', '181904.067500', '181904.527500', '181904.987500', '181905.447500', '181905.907500', '181906.367500', '181906.827500', '181907.287500', '181907.747500', '181908.207500', '181908.667500', '181909.127500', '181909.587500', '181910.047500', '181910.507500', '181910.967500', '181911.427500', '181911.887500', '181912.347500', '181912.807500', '181913.267500', '181913.727500', '181914.187500', '181914.647500', '181915.107500', '181915.567500', '181916.027500'], 'ContentTime': ['180930.726000', '180930.729000', '180930.732000', '180930.735000', '180930.738000', '180930.745000', '180930.748000', '180930.750000', '180930.753000', '180930.756000', '180930.759000', '180930.764000', '180930.767000', '180930.792000', '180930.795000', '180930.798000', '180930.800000', '180930.808000', '180930.810000', '180930.813000', '180930.816000', '180930.819000', '180950.697000', '180950.699000', '180950.702000', '180950.704000', '180950.707000', '180950.711000', '180950.714000', '180950.716000', '180950.719000', '180950.721000', '180950.729000', '180950.731000', '180950.734000', '180950.736000', '180950.739000', '180950.742000', '180950.744000', '180950.747000', '180950.749000', '180950.752000', '180950.754000', '180950.757000', '180950.759000', '180950.762000', '180950.765000', '180950.767000', '180950.770000', '180950.772000', '180950.775000', '180950.778000', '180950.781000', '180950.783000', '180950.786000', '180950.788000', '180950.791000', '180950.793000', '180950.796000', '180950.798000', '180950.801000', '180950.804000', '180950.806000', '180950.809000', '180950.811000', '180950.814000', '181010.696000', '181010.699000', '181010.702000', '181010.704000', '181010.707000', '181010.710000', '181010.712000', '181010.715000', '181010.717000', '181010.720000', '181010.722000', '181010.725000', '181010.728000', '181010.730000', '181010.733000', '181010.735000', '181010.738000', '181010.740000', '181010.743000', '181010.746000', '181010.748000', '181010.751000', '181010.753000', '181010.756000', '181010.758000', '181010.761000', '181010.764000', '181010.766000', '181010.769000', '181010.771000', '181010.774000', '181010.776000', '181010.779000', '181010.781000', '181010.784000', '181010.787000', '181010.789000', '181010.792000', '181010.794000', '181010.797000', '181010.800000', '181010.802000', '181010.805000', '181030.696000', '181030.699000', '181030.702000', '181030.705000', '181030.707000', '181030.710000', '181030.712000', '181030.715000', '181030.717000', '181030.720000', '181030.723000', '181030.725000', '181030.728000', '181030.730000', '181030.733000', '181030.735000', '181030.738000', '181030.741000', '181030.743000', '181030.746000', '181030.748000', '181030.751000', '181030.753000', '181030.756000', '181030.759000', '181030.761000', '181030.764000', '181030.766000', '181030.769000', '181030.771000', '181030.774000', '181030.777000', '181030.779000', '181030.782000', '181030.784000', '181030.787000', '181030.789000', '181030.792000', '181030.794000', '181030.797000', '181030.800000', '181030.802000', '181030.805000', '181050.696000', '181050.699000', '181050.702000', '181050.704000', '181050.707000', '181050.710000', '181050.712000', '181050.715000', '181050.717000', '181050.720000', '181050.722000', '181050.725000', '181050.728000', '181050.730000', '181050.733000', '181050.735000', '181050.738000', '181050.740000', '181050.743000', '181050.746000', '181050.748000', '181050.751000', '181050.753000', '181050.756000', '181050.758000', '181050.761000', '181050.764000', '181050.766000', '181050.769000', '181050.771000', '181050.774000', '181050.777000', '181050.779000', '181050.782000', '181050.784000', '181050.787000', '181050.789000', '181050.792000', '181050.795000', '181050.797000', '181050.800000', '181050.803000', '181050.805000', '181050.808000', '181110.697000', '181110.714000', '181110.717000', '181110.719000', '181110.722000', '181110.725000', '181110.727000', '181110.730000', '181110.732000', '181110.735000', '181110.737000', '181110.740000', '181110.743000', '181110.745000', '181110.748000', '181110.752000', '181110.755000', '181110.757000', '181110.760000', '181110.762000', '181110.765000', '181110.768000', '181110.770000', '181110.773000', '181110.775000', '181110.778000', '181110.781000', '181110.783000', '181110.786000', '181110.789000', '181110.791000', '181110.794000', '181110.796000', '181110.799000', '181110.802000', '181110.804000', '181110.807000', '181110.809000', '181110.812000', '181110.815000', '181110.842000', '181110.845000', '181110.847000', '181130.696000', '181130.699000', '181130.702000', '181130.705000', '181130.707000', '181130.710000', '181130.712000', '181130.715000', '181130.718000', '181130.720000', '181130.723000', '181130.725000', '181130.728000', '181130.731000', '181130.733000', '181130.736000', '181130.738000', '181130.741000', '181130.743000', '181130.746000', '181130.749000', '181130.751000', '181130.754000', '181130.757000', '181130.759000', '181130.762000', '181130.764000', '181130.767000', '181130.769000', '181130.772000', '181130.775000', '181130.777000', '181130.780000', '181130.783000', '181130.785000', '181130.788000', '181130.790000', '181130.793000', '181130.795000', '181130.798000', '181130.801000', '181130.803000', '181130.806000', '181130.809000', '181150.697000', '181150.699000', '181150.702000', '181150.705000', '181150.707000', '181150.710000', '181150.712000', '181150.715000', '181150.717000', '181150.720000', '181150.723000', '181150.725000', '181150.728000', '181150.730000', '181150.733000', '181150.736000', '181150.739000', '181150.742000', '181150.745000', '181150.747000', '181150.750000', '181150.752000', '181150.755000', '181150.758000', '181150.760000', '181150.763000', '181150.765000', '181150.768000', '181150.771000', '181150.773000', '181150.776000', '181150.778000', '181150.781000', '181150.783000', '181150.786000', '181150.789000', '181150.791000', '181150.794000', '181150.796000', '181150.799000', '181150.801000', '181150.804000', '181150.807000', '181210.696000', '181210.699000', '181210.702000', '181210.705000', '181210.707000', '181210.710000', '181210.713000', '181210.715000', '181210.718000', '181210.720000', '181210.723000', '181210.726000', '181210.728000', '181210.731000', '181210.733000', '181210.736000', '181210.739000', '181210.742000', '181210.744000', '181210.747000', '181210.749000', '181210.752000', '181210.755000', '181210.757000', '181210.760000', '181210.762000', '181210.765000', '181210.768000', '181210.770000', '181210.773000', '181210.775000', '181210.778000', '181210.781000', '181210.783000', '181210.786000', '181210.789000', '181210.791000', '181210.794000', '181210.796000', '181210.799000', '181210.802000', '181210.804000', '181210.807000', '181210.810000', '181230.696000', '181230.699000', '181230.702000', '181230.705000', '181230.707000', '181230.710000', '181230.712000', '181230.715000', '181230.718000', '181230.720000', '181230.723000', '181230.725000', '181230.728000', '181230.730000', '181230.733000', '181230.736000', '181230.738000', '181230.741000', '181230.743000', '181230.746000', '181230.749000', '181230.751000', '181230.755000', '181230.758000', '181230.761000', '181230.763000', '181230.766000', '181230.768000', '181230.771000', '181230.774000', '181230.776000', '181230.779000', '181230.781000', '181230.784000', '181230.786000', '181230.790000', '181230.793000', '181230.796000', '181230.798000', '181230.801000', '181230.804000', '181230.806000', '181230.809000', '181250.697000', '181250.699000', '181250.702000', '181250.705000', '181250.707000', '181250.710000', '181250.712000', '181250.715000', '181250.717000', '181250.720000', '181250.723000', '181250.725000', '181250.728000', '181250.731000', '181250.733000', '181250.736000', '181250.738000', '181250.741000', '181250.744000', '181250.746000', '181250.749000', '181250.752000', '181250.758000', '181250.761000', '181250.763000', '181250.766000', '181250.768000', '181250.771000', '181250.774000', '181250.776000', '181250.779000', '181250.782000', '181250.784000', '181250.787000', '181250.789000', '181250.792000', '181250.794000', '181250.797000', '181250.800000', '181250.802000', '181250.805000', '181250.807000', '181250.810000', '181250.813000', '181310.696000', '181310.699000', '181310.702000', '181310.704000', '181310.707000', '181310.710000', '181310.712000', '181310.715000', '181310.717000', '181310.720000', '181310.722000', '181310.725000', '181310.728000', '181310.730000', '181310.733000', '181310.735000', '181310.738000', '181310.741000', '181310.743000', '181310.746000', '181310.748000', '181310.751000', '181310.754000', '181310.756000', '181310.759000', '181310.762000', '181310.764000', '181310.767000', '181310.769000', '181310.772000', '181310.774000', '181310.777000', '181310.780000', '181310.783000', '181310.785000', '181310.788000', '181310.791000', '181310.793000', '181310.796000', '181310.798000', '181310.801000', '181310.804000', '181310.806000', '181330.697000', '181330.700000', '181330.702000', '181330.705000', '181330.707000', '181330.710000', '181330.713000', '181330.715000', '181330.718000', '181330.720000', '181330.723000', '181330.726000', '181330.728000', '181330.731000', '181330.733000', '181330.736000', '181330.739000', '181330.741000', '181330.744000', '181330.746000', '181330.749000', '181330.752000', '181330.754000', '181330.757000', '181330.759000', '181330.762000', '181330.765000', '181330.768000', '181330.770000', '181330.773000', '181330.775000', '181330.778000', '181330.781000', '181330.783000', '181330.786000', '181330.788000', '181330.791000', '181330.794000', '181330.796000', '181330.799000', '181330.801000', '181330.804000', '181330.807000', '181330.809000', '181350.697000', '181350.700000', '181350.702000', '181350.705000', '181350.707000', '181350.710000', '181350.713000', '181350.715000', '181350.718000', '181350.720000', '181350.723000', '181350.726000', '181350.728000', '181350.731000', '181350.733000', '181350.736000', '181350.739000', '181350.741000', '181350.744000', '181350.746000', '181350.749000', '181350.752000', '181350.754000', '181350.757000', '181350.760000', '181350.762000', '181350.765000', '181350.767000', '181350.770000', '181350.773000', '181350.775000', '181350.778000', '181350.780000', '181350.783000', '181350.786000', '181350.788000', '181350.791000', '181350.794000', '181350.797000', '181350.800000', '181350.802000', '181350.805000', '181350.807000', '181410.696000', '181410.699000', '181410.702000', '181410.705000', '181410.707000', '181410.710000', '181410.712000', '181410.715000', '181410.718000', '181410.720000', '181410.723000', '181410.725000', '181410.728000', '181410.731000', '181410.733000', '181410.736000', '181410.739000', '181410.741000', '181410.744000', '181410.746000', '181410.749000', '181410.752000', '181410.774000', '181410.776000', '181410.779000', '181410.782000', '181410.784000', '181410.787000', '181410.790000', '181410.793000', '181410.795000', '181410.798000', '181410.801000', '181410.803000', '181410.806000', '181410.808000', '181410.811000', '181410.814000', '181410.885000', '181410.888000', '181410.890000', '181410.893000', '181410.896000', '181410.898000', '181430.697000', '181430.699000', '181430.702000', '181430.705000', '181430.707000', '181430.710000', '181430.713000', '181430.715000', '181430.718000', '181430.720000', '181430.723000', '181430.726000', '181430.728000', '181430.731000', '181430.733000', '181430.736000', '181430.738000', '181430.741000', '181430.744000', '181430.746000', '181430.749000', '181430.751000', '181430.754000', '181430.757000', '181430.759000', '181430.762000', '181430.764000', '181430.767000', '181430.770000', '181430.772000', '181430.775000', '181430.777000', '181430.780000', '181430.782000', '181430.785000', '181430.788000', '181430.790000', '181430.793000', '181430.795000', '181430.798000', '181430.800000', '181430.803000', '181430.806000', '181450.697000', '181450.699000', '181450.702000', '181450.705000', '181450.707000', '181450.710000', '181450.713000', '181450.715000', '181450.718000', '181450.720000', '181450.723000', '181450.726000', '181450.728000', '181450.731000', '181450.733000', '181450.736000', '181450.739000', '181450.741000', '181450.744000', '181450.747000', '181450.749000', '181450.752000', '181450.755000', '181450.757000', '181450.760000', '181450.763000', '181450.765000', '181450.768000', '181450.770000', '181450.773000', '181450.776000', '181450.778000', '181450.781000', '181450.784000', '181450.786000', '181450.789000', '181450.791000', '181450.794000', '181450.797000', '181450.799000', '181450.802000', '181450.804000', '181450.807000', '181450.809000', '181510.697000', '181510.700000', '181510.702000', '181510.705000', '181510.707000', '181510.710000', '181510.713000', '181510.715000', '181510.718000', '181510.721000', '181510.723000', '181510.726000', '181510.728000', '181510.731000', '181510.733000', '181510.736000', '181510.739000', '181510.741000', '181510.744000', '181510.746000', '181510.749000', '181510.752000', '181510.754000', '181510.757000', '181510.759000', '181510.762000', '181510.764000', '181510.767000', '181510.770000', '181510.772000', '181510.775000', '181510.778000', '181510.780000', '181510.783000', '181510.786000', '181510.788000', '181510.791000', '181510.793000', '181510.796000', '181510.799000', '181510.801000', '181510.804000', '181510.806000', '181530.697000', '181530.699000', '181530.702000', '181530.705000', '181530.707000', '181530.710000', '181530.714000', '181530.717000', '181530.719000', '181530.722000', '181530.724000', '181530.727000', '181530.730000', '181530.732000', '181530.735000', '181530.737000', '181530.740000', '181530.743000', '181530.745000', '181530.748000', '181530.751000', '181530.753000', '181530.756000', '181530.758000', '181530.761000', '181530.764000', '181530.766000', '181530.769000', '181530.771000', '181530.774000', '181530.777000', '181530.779000', '181530.782000', '181530.792000', '181530.795000', '181530.797000', '181530.800000', '181530.802000', '181530.805000', '181530.808000', '181530.810000', '181530.813000', '181530.841000', '181530.844000', '181550.697000', '181550.700000', '181550.702000', '181550.705000', '181550.708000', '181550.710000', '181550.713000', '181550.716000', '181550.718000', '181550.721000', '181550.723000', '181550.726000', '181550.729000', '181550.731000', '181550.734000', '181550.736000', '181550.739000', '181550.741000', '181550.744000', '181550.747000', '181550.749000', '181550.752000', '181550.754000', '181550.757000', '181550.760000', '181550.762000', '181550.765000', '181550.767000', '181550.770000', '181550.773000', '181550.775000', '181550.778000', '181550.780000', '181550.783000', '181550.785000', '181550.788000', '181550.791000', '181550.793000', '181550.796000', '181550.798000', '181550.801000', '181550.803000', '181550.806000', '181610.697000', '181610.699000', '181610.702000', '181610.705000', '181610.707000', '181610.710000', '181610.713000', '181610.715000', '181610.718000', '181610.721000', '181610.723000', '181610.726000', '181610.729000', '181610.731000', '181610.734000', '181610.737000', '181610.739000', '181610.742000', '181610.745000', '181610.747000', '181610.750000', '181610.753000', '181610.755000', '181610.758000', '181610.760000', '181610.763000', '181610.766000', '181610.768000', '181610.771000', '181610.774000', '181610.776000', '181610.779000', '181610.781000', '181610.784000', '181610.787000', '181610.789000', '181610.792000', '181610.795000', '181610.797000', '181610.800000', '181610.803000', '181610.805000', '181610.808000', '181610.810000', '181630.697000', '181630.700000', '181630.702000', '181630.705000', '181630.708000', '181630.710000', '181630.713000', '181630.715000', '181630.718000', '181630.721000', '181630.723000', '181630.726000', '181630.728000', '181630.731000', '181630.734000', '181630.736000', '181630.739000', '181630.741000', '181630.744000', '181630.747000', '181630.749000', '181630.752000', '181630.754000', '181630.757000', '181630.759000', '181630.762000', '181630.765000', '181630.767000', '181630.770000', '181630.772000', '181630.775000', '181630.778000', '181630.780000', '181630.783000', '181630.785000', '181630.788000', '181630.790000', '181630.793000', '181630.796000', '181630.798000', '181630.801000', '181630.803000', '181630.806000', '181650.697000', '181650.700000', '181650.702000', '181650.705000', '181650.708000', '181650.710000', '181650.713000', '181650.715000', '181650.718000', '181650.721000', '181650.723000', '181650.726000', '181650.728000', '181650.731000', '181650.733000', '181650.736000', '181650.739000', '181650.741000', '181650.744000', '181650.747000', '181650.749000', '181650.752000', '181650.754000', '181650.757000', '181650.760000', '181650.762000', '181650.765000', '181650.767000', '181650.770000', '181650.773000', '181650.775000', '181650.778000', '181650.781000', '181650.783000', '181650.786000', '181650.788000', '181650.791000', '181650.794000', '181650.796000', '181650.799000', '181650.801000', '181650.804000', '181650.807000', '181650.809000', '181710.697000', '181710.700000', '181710.702000', '181710.705000', '181710.708000', '181710.710000', '181710.713000', '181710.715000', '181710.718000', '181710.720000', '181710.723000', '181710.726000', '181710.728000', '181710.731000', '181710.733000', '181710.736000', '181710.739000', '181710.741000', '181710.744000', '181710.746000', '181710.749000', '181710.751000', '181710.754000', '181710.757000', '181710.759000', '181710.762000', '181710.764000', '181710.767000', '181710.770000', '181710.772000', '181710.775000', '181710.777000', '181710.780000', '181710.783000', '181710.785000', '181710.788000', '181710.790000', '181710.793000', '181710.796000', '181710.798000', '181710.801000', '181710.803000', '181710.806000', '181730.697000', '181730.700000', '181730.702000', '181730.705000', '181730.708000', '181730.711000', '181730.713000', '181730.716000', '181730.719000', '181730.721000', '181730.724000', '181730.726000', '181730.729000', '181730.732000', '181730.734000', '181730.737000', '181730.740000', '181730.746000', '181730.749000', '181730.752000', '181730.754000', '181730.757000', '181730.759000', '181730.762000', '181730.765000', '181730.768000', '181730.770000', '181730.773000', '181730.776000', '181730.778000', '181730.781000', '181730.784000', '181730.786000', '181730.789000', '181730.792000', '181730.794000', '181730.797000', '181730.800000', '181730.802000', '181730.805000', '181730.807000', '181730.810000', '181730.813000', '181730.913000', '181750.697000', '181750.699000', '181750.702000', '181750.705000', '181750.707000', '181750.710000', '181750.712000', '181750.715000', '181750.718000', '181750.720000', '181750.723000', '181750.725000', '181750.728000', '181750.730000', '181750.733000', '181750.736000', '181750.738000', '181750.741000', '181750.744000', '181750.746000', '181750.749000', '181750.751000', '181750.754000', '181750.757000', '181750.759000', '181750.762000', '181750.764000', '181750.767000', '181750.770000', '181750.772000', '181750.775000', '181750.777000', '181750.780000', '181750.782000', '181750.785000', '181750.788000', '181750.790000', '181750.793000', '181750.795000', '181750.798000', '181750.800000', '181750.803000', '181750.806000', '181810.697000', '181810.699000', '181810.702000', '181810.705000', '181810.707000', '181810.710000', '181810.712000', '181810.715000', '181810.718000', '181810.721000', '181810.724000', '181810.727000', '181810.730000', '181810.733000', '181810.735000', '181810.738000', '181810.741000', '181810.743000', '181810.746000', '181810.749000', '181810.751000', '181810.754000', '181810.756000', '181810.759000', '181810.762000', '181810.764000', '181810.767000', '181810.769000', '181810.772000', '181810.775000', '181810.777000', '181810.780000', '181810.783000', '181810.785000', '181810.788000', '181810.790000', '181810.793000', '181810.796000', '181810.798000', '181810.801000', '181810.823000', '181810.901000', '181810.903000', '181830.697000', '181830.700000', '181830.702000', '181830.705000', '181830.707000', '181830.710000', '181830.712000', '181830.715000', '181830.718000', '181830.720000', '181830.723000', '181830.726000', '181830.728000', '181830.731000', '181830.733000', '181830.736000', '181830.738000', '181830.741000', '181830.744000', '181830.746000', '181830.749000', '181830.751000', '181830.754000', '181830.756000', '181830.759000', '181830.762000', '181830.764000', '181830.767000', '181830.769000', '181830.772000', '181830.775000', '181830.777000', '181830.780000', '181830.782000', '181830.785000', '181830.788000', '181830.790000', '181830.793000', '181830.796000', '181830.798000', '181830.801000', '181830.804000', '181830.806000', '181830.809000', '181850.697000', '181850.700000', '181850.702000', '181850.705000', '181850.707000', '181850.710000', '181850.713000', '181850.715000', '181850.718000', '181850.720000', '181850.723000', '181850.726000', '181850.728000', '181850.731000', '181850.733000', '181850.736000', '181850.739000', '181850.742000', '181850.744000', '181850.749000', '181850.752000', '181850.755000', '181850.757000', '181850.760000', '181850.762000', '181850.765000', '181850.768000', '181850.770000', '181850.773000', '181850.776000', '181850.778000', '181850.781000', '181850.783000', '181850.786000', '181850.789000', '181850.791000', '181850.794000', '181850.797000', '181850.799000', '181850.802000', '181850.805000', '181850.807000', '181850.810000', '181910.697000', '181910.700000', '181910.702000', '181910.705000', '181910.708000', '181910.710000', '181910.713000', '181910.715000', '181910.718000', '181910.720000', '181910.723000', '181910.726000', '181910.728000', '181910.731000', '181910.734000', '181910.736000', '181910.739000', '181910.741000', '181910.744000', '181910.747000', '181910.749000', '181910.752000', '181910.755000', '181910.757000', '181910.760000', '181910.762000', '181910.765000', '181910.768000', '181910.770000', '181910.773000', '181910.775000', '181910.778000', '181910.780000', '181910.783000', '181910.786000', '181910.788000', '181910.791000', '181910.793000', '181910.796000', '181910.799000', '181910.801000', '181910.804000', '181910.806000', '181910.809000', '181917.361000', '181917.365000', '181917.367000', '181917.370000', '181917.373000', '181917.376000', '181917.379000', '181917.381000', '181917.385000', '181917.387000', '181917.390000', '181917.393000', '181917.396000', '181917.399000', '181917.403000'], 'InstanceCreationTime': ['180930.726000', '180930.729000', '180930.732000', '180930.735000', '180930.738000', '180930.745000', '180930.748000', '180930.750000', '180930.753000', '180930.756000', '180930.759000', '180930.764000', '180930.767000', '180930.792000', '180930.795000', '180930.798000', '180930.800000', '180930.808000', '180930.810000', '180930.813000', '180930.816000', '180930.819000', '180950.697000', '180950.699000', '180950.702000', '180950.704000', '180950.707000', '180950.711000', '180950.714000', '180950.716000', '180950.719000', '180950.721000', '180950.729000', '180950.731000', '180950.734000', '180950.736000', '180950.739000', '180950.742000', '180950.744000', '180950.747000', '180950.749000', '180950.752000', '180950.754000', '180950.757000', '180950.759000', '180950.762000', '180950.765000', '180950.767000', '180950.770000', '180950.772000', '180950.775000', '180950.778000', '180950.781000', '180950.783000', '180950.786000', '180950.788000', '180950.791000', '180950.793000', '180950.796000', '180950.798000', '180950.801000', '180950.804000', '180950.806000', '180950.809000', '180950.811000', '180950.814000', '181010.696000', '181010.699000', '181010.702000', '181010.704000', '181010.707000', '181010.710000', '181010.712000', '181010.715000', '181010.717000', '181010.720000', '181010.722000', '181010.725000', '181010.728000', '181010.730000', '181010.733000', '181010.735000', '181010.738000', '181010.740000', '181010.743000', '181010.746000', '181010.748000', '181010.751000', '181010.753000', '181010.756000', '181010.758000', '181010.761000', '181010.764000', '181010.766000', '181010.769000', '181010.771000', '181010.774000', '181010.776000', '181010.779000', '181010.781000', '181010.784000', '181010.787000', '181010.789000', '181010.792000', '181010.794000', '181010.797000', '181010.800000', '181010.802000', '181010.805000', '181030.696000', '181030.699000', '181030.702000', '181030.705000', '181030.707000', '181030.710000', '181030.712000', '181030.715000', '181030.717000', '181030.720000', '181030.723000', '181030.725000', '181030.728000', '181030.730000', '181030.733000', '181030.735000', '181030.738000', '181030.741000', '181030.743000', '181030.746000', '181030.748000', '181030.751000', '181030.753000', '181030.756000', '181030.759000', '181030.761000', '181030.764000', '181030.766000', '181030.769000', '181030.771000', '181030.774000', '181030.777000', '181030.779000', '181030.782000', '181030.784000', '181030.787000', '181030.789000', '181030.792000', '181030.794000', '181030.797000', '181030.800000', '181030.802000', '181030.805000', '181050.696000', '181050.699000', '181050.702000', '181050.704000', '181050.707000', '181050.710000', '181050.712000', '181050.715000', '181050.717000', '181050.720000', '181050.722000', '181050.725000', '181050.728000', '181050.730000', '181050.733000', '181050.735000', '181050.738000', '181050.740000', '181050.743000', '181050.746000', '181050.748000', '181050.751000', '181050.753000', '181050.756000', '181050.758000', '181050.761000', '181050.764000', '181050.766000', '181050.769000', '181050.771000', '181050.774000', '181050.777000', '181050.779000', '181050.782000', '181050.784000', '181050.787000', '181050.789000', '181050.792000', '181050.795000', '181050.797000', '181050.800000', '181050.803000', '181050.805000', '181050.808000', '181110.697000', '181110.714000', '181110.717000', '181110.719000', '181110.722000', '181110.725000', '181110.727000', '181110.730000', '181110.732000', '181110.735000', '181110.737000', '181110.740000', '181110.743000', '181110.745000', '181110.748000', '181110.752000', '181110.755000', '181110.757000', '181110.760000', '181110.762000', '181110.765000', '181110.768000', '181110.770000', '181110.773000', '181110.775000', '181110.778000', '181110.781000', '181110.783000', '181110.786000', '181110.789000', '181110.791000', '181110.794000', '181110.796000', '181110.799000', '181110.802000', '181110.804000', '181110.807000', '181110.809000', '181110.812000', '181110.815000', '181110.842000', '181110.845000', '181110.847000', '181130.696000', '181130.699000', '181130.702000', '181130.705000', '181130.707000', '181130.710000', '181130.712000', '181130.715000', '181130.718000', '181130.720000', '181130.723000', '181130.725000', '181130.728000', '181130.731000', '181130.733000', '181130.736000', '181130.738000', '181130.741000', '181130.743000', '181130.746000', '181130.749000', '181130.751000', '181130.754000', '181130.757000', '181130.759000', '181130.762000', '181130.764000', '181130.767000', '181130.769000', '181130.772000', '181130.775000', '181130.777000', '181130.780000', '181130.783000', '181130.785000', '181130.788000', '181130.790000', '181130.793000', '181130.795000', '181130.798000', '181130.801000', '181130.803000', '181130.806000', '181130.809000', '181150.697000', '181150.699000', '181150.702000', '181150.705000', '181150.707000', '181150.710000', '181150.712000', '181150.715000', '181150.717000', '181150.720000', '181150.723000', '181150.725000', '181150.728000', '181150.730000', '181150.733000', '181150.736000', '181150.739000', '181150.742000', '181150.745000', '181150.747000', '181150.750000', '181150.752000', '181150.755000', '181150.758000', '181150.760000', '181150.763000', '181150.765000', '181150.768000', '181150.771000', '181150.773000', '181150.776000', '181150.778000', '181150.781000', '181150.783000', '181150.786000', '181150.789000', '181150.791000', '181150.794000', '181150.796000', '181150.799000', '181150.801000', '181150.804000', '181150.807000', '181210.696000', '181210.699000', '181210.702000', '181210.705000', '181210.707000', '181210.710000', '181210.713000', '181210.715000', '181210.718000', '181210.720000', '181210.723000', '181210.726000', '181210.728000', '181210.731000', '181210.733000', '181210.736000', '181210.739000', '181210.742000', '181210.744000', '181210.747000', '181210.749000', '181210.752000', '181210.755000', '181210.757000', '181210.760000', '181210.762000', '181210.765000', '181210.768000', '181210.770000', '181210.773000', '181210.775000', '181210.778000', '181210.781000', '181210.783000', '181210.786000', '181210.789000', '181210.791000', '181210.794000', '181210.796000', '181210.799000', '181210.802000', '181210.804000', '181210.807000', '181210.810000', '181230.696000', '181230.699000', '181230.702000', '181230.705000', '181230.707000', '181230.710000', '181230.712000', '181230.715000', '181230.718000', '181230.720000', '181230.723000', '181230.725000', '181230.728000', '181230.730000', '181230.733000', '181230.736000', '181230.738000', '181230.741000', '181230.743000', '181230.746000', '181230.749000', '181230.751000', '181230.755000', '181230.758000', '181230.761000', '181230.763000', '181230.766000', '181230.768000', '181230.771000', '181230.774000', '181230.776000', '181230.779000', '181230.781000', '181230.784000', '181230.786000', '181230.790000', '181230.793000', '181230.796000', '181230.798000', '181230.801000', '181230.804000', '181230.806000', '181230.809000', '181250.697000', '181250.699000', '181250.702000', '181250.705000', '181250.707000', '181250.710000', '181250.712000', '181250.715000', '181250.717000', '181250.720000', '181250.723000', '181250.725000', '181250.728000', '181250.731000', '181250.733000', '181250.736000', '181250.738000', '181250.741000', '181250.744000', '181250.746000', '181250.749000', '181250.752000', '181250.758000', '181250.761000', '181250.763000', '181250.766000', '181250.768000', '181250.771000', '181250.774000', '181250.776000', '181250.779000', '181250.782000', '181250.784000', '181250.787000', '181250.789000', '181250.792000', '181250.794000', '181250.797000', '181250.800000', '181250.802000', '181250.805000', '181250.807000', '181250.810000', '181250.813000', '181310.696000', '181310.699000', '181310.702000', '181310.704000', '181310.707000', '181310.710000', '181310.712000', '181310.715000', '181310.717000', '181310.720000', '181310.722000', '181310.725000', '181310.728000', '181310.730000', '181310.733000', '181310.735000', '181310.738000', '181310.741000', '181310.743000', '181310.746000', '181310.748000', '181310.751000', '181310.754000', '181310.756000', '181310.759000', '181310.762000', '181310.764000', '181310.767000', '181310.769000', '181310.772000', '181310.774000', '181310.777000', '181310.780000', '181310.783000', '181310.785000', '181310.788000', '181310.791000', '181310.793000', '181310.796000', '181310.798000', '181310.801000', '181310.804000', '181310.806000', '181330.697000', '181330.700000', '181330.702000', '181330.705000', '181330.707000', '181330.710000', '181330.713000', '181330.715000', '181330.718000', '181330.720000', '181330.723000', '181330.726000', '181330.728000', '181330.731000', '181330.733000', '181330.736000', '181330.739000', '181330.741000', '181330.744000', '181330.746000', '181330.749000', '181330.752000', '181330.754000', '181330.757000', '181330.759000', '181330.762000', '181330.765000', '181330.768000', '181330.770000', '181330.773000', '181330.775000', '181330.778000', '181330.781000', '181330.783000', '181330.786000', '181330.788000', '181330.791000', '181330.794000', '181330.796000', '181330.799000', '181330.801000', '181330.804000', '181330.807000', '181330.809000', '181350.697000', '181350.700000', '181350.702000', '181350.705000', '181350.707000', '181350.710000', '181350.713000', '181350.715000', '181350.718000', '181350.720000', '181350.723000', '181350.726000', '181350.728000', '181350.731000', '181350.733000', '181350.736000', '181350.739000', '181350.741000', '181350.744000', '181350.746000', '181350.749000', '181350.752000', '181350.754000', '181350.757000', '181350.760000', '181350.762000', '181350.765000', '181350.767000', '181350.770000', '181350.773000', '181350.775000', '181350.778000', '181350.780000', '181350.783000', '181350.786000', '181350.788000', '181350.791000', '181350.794000', '181350.797000', '181350.800000', '181350.802000', '181350.805000', '181350.807000', '181410.696000', '181410.699000', '181410.702000', '181410.705000', '181410.707000', '181410.710000', '181410.712000', '181410.715000', '181410.718000', '181410.720000', '181410.723000', '181410.725000', '181410.728000', '181410.731000', '181410.733000', '181410.736000', '181410.739000', '181410.741000', '181410.744000', '181410.746000', '181410.749000', '181410.752000', '181410.774000', '181410.776000', '181410.779000', '181410.782000', '181410.784000', '181410.787000', '181410.790000', '181410.793000', '181410.795000', '181410.798000', '181410.801000', '181410.803000', '181410.806000', '181410.808000', '181410.811000', '181410.814000', '181410.885000', '181410.888000', '181410.890000', '181410.893000', '181410.896000', '181410.898000', '181430.697000', '181430.699000', '181430.702000', '181430.705000', '181430.707000', '181430.710000', '181430.713000', '181430.715000', '181430.718000', '181430.720000', '181430.723000', '181430.726000', '181430.728000', '181430.731000', '181430.733000', '181430.736000', '181430.738000', '181430.741000', '181430.744000', '181430.746000', '181430.749000', '181430.751000', '181430.754000', '181430.757000', '181430.759000', '181430.762000', '181430.764000', '181430.767000', '181430.770000', '181430.772000', '181430.775000', '181430.777000', '181430.780000', '181430.782000', '181430.785000', '181430.788000', '181430.790000', '181430.793000', '181430.795000', '181430.798000', '181430.800000', '181430.803000', '181430.806000', '181450.697000', '181450.699000', '181450.702000', '181450.705000', '181450.707000', '181450.710000', '181450.713000', '181450.715000', '181450.718000', '181450.720000', '181450.723000', '181450.726000', '181450.728000', '181450.731000', '181450.733000', '181450.736000', '181450.739000', '181450.741000', '181450.744000', '181450.747000', '181450.749000', '181450.752000', '181450.755000', '181450.757000', '181450.760000', '181450.763000', '181450.765000', '181450.768000', '181450.770000', '181450.773000', '181450.776000', '181450.778000', '181450.781000', '181450.784000', '181450.786000', '181450.789000', '181450.791000', '181450.794000', '181450.797000', '181450.799000', '181450.802000', '181450.804000', '181450.807000', '181450.809000', '181510.697000', '181510.700000', '181510.702000', '181510.705000', '181510.707000', '181510.710000', '181510.713000', '181510.715000', '181510.718000', '181510.721000', '181510.723000', '181510.726000', '181510.728000', '181510.731000', '181510.733000', '181510.736000', '181510.739000', '181510.741000', '181510.744000', '181510.746000', '181510.749000', '181510.752000', '181510.754000', '181510.757000', '181510.759000', '181510.762000', '181510.764000', '181510.767000', '181510.770000', '181510.772000', '181510.775000', '181510.778000', '181510.780000', '181510.783000', '181510.786000', '181510.788000', '181510.791000', '181510.793000', '181510.796000', '181510.799000', '181510.801000', '181510.804000', '181510.806000', '181530.697000', '181530.699000', '181530.702000', '181530.705000', '181530.707000', '181530.710000', '181530.714000', '181530.717000', '181530.719000', '181530.722000', '181530.724000', '181530.727000', '181530.730000', '181530.732000', '181530.735000', '181530.737000', '181530.740000', '181530.743000', '181530.745000', '181530.748000', '181530.751000', '181530.753000', '181530.756000', '181530.758000', '181530.761000', '181530.764000', '181530.766000', '181530.769000', '181530.771000', '181530.774000', '181530.777000', '181530.779000', '181530.782000', '181530.792000', '181530.795000', '181530.797000', '181530.800000', '181530.802000', '181530.805000', '181530.808000', '181530.810000', '181530.813000', '181530.841000', '181530.844000', '181550.697000', '181550.700000', '181550.702000', '181550.705000', '181550.708000', '181550.710000', '181550.713000', '181550.716000', '181550.718000', '181550.721000', '181550.723000', '181550.726000', '181550.729000', '181550.731000', '181550.734000', '181550.736000', '181550.739000', '181550.741000', '181550.744000', '181550.747000', '181550.749000', '181550.752000', '181550.754000', '181550.757000', '181550.760000', '181550.762000', '181550.765000', '181550.767000', '181550.770000', '181550.773000', '181550.775000', '181550.778000', '181550.780000', '181550.783000', '181550.785000', '181550.788000', '181550.791000', '181550.793000', '181550.796000', '181550.798000', '181550.801000', '181550.803000', '181550.806000', '181610.697000', '181610.699000', '181610.702000', '181610.705000', '181610.707000', '181610.710000', '181610.713000', '181610.715000', '181610.718000', '181610.721000', '181610.723000', '181610.726000', '181610.729000', '181610.731000', '181610.734000', '181610.737000', '181610.739000', '181610.742000', '181610.745000', '181610.747000', '181610.750000', '181610.753000', '181610.755000', '181610.758000', '181610.760000', '181610.763000', '181610.766000', '181610.768000', '181610.771000', '181610.774000', '181610.776000', '181610.779000', '181610.781000', '181610.784000', '181610.787000', '181610.789000', '181610.792000', '181610.795000', '181610.797000', '181610.800000', '181610.803000', '181610.805000', '181610.808000', '181610.810000', '181630.697000', '181630.700000', '181630.702000', '181630.705000', '181630.708000', '181630.710000', '181630.713000', '181630.715000', '181630.718000', '181630.721000', '181630.723000', '181630.726000', '181630.728000', '181630.731000', '181630.734000', '181630.736000', '181630.739000', '181630.741000', '181630.744000', '181630.747000', '181630.749000', '181630.752000', '181630.754000', '181630.757000', '181630.759000', '181630.762000', '181630.765000', '181630.767000', '181630.770000', '181630.772000', '181630.775000', '181630.778000', '181630.780000', '181630.783000', '181630.785000', '181630.788000', '181630.790000', '181630.793000', '181630.796000', '181630.798000', '181630.801000', '181630.803000', '181630.806000', '181650.697000', '181650.700000', '181650.702000', '181650.705000', '181650.708000', '181650.710000', '181650.713000', '181650.715000', '181650.718000', '181650.721000', '181650.723000', '181650.726000', '181650.728000', '181650.731000', '181650.733000', '181650.736000', '181650.739000', '181650.741000', '181650.744000', '181650.747000', '181650.749000', '181650.752000', '181650.754000', '181650.757000', '181650.760000', '181650.762000', '181650.765000', '181650.767000', '181650.770000', '181650.773000', '181650.775000', '181650.778000', '181650.781000', '181650.783000', '181650.786000', '181650.788000', '181650.791000', '181650.794000', '181650.796000', '181650.799000', '181650.801000', '181650.804000', '181650.807000', '181650.809000', '181710.697000', '181710.700000', '181710.702000', '181710.705000', '181710.708000', '181710.710000', '181710.713000', '181710.715000', '181710.718000', '181710.720000', '181710.723000', '181710.726000', '181710.728000', '181710.731000', '181710.733000', '181710.736000', '181710.739000', '181710.741000', '181710.744000', '181710.746000', '181710.749000', '181710.751000', '181710.754000', '181710.757000', '181710.759000', '181710.762000', '181710.764000', '181710.767000', '181710.770000', '181710.772000', '181710.775000', '181710.777000', '181710.780000', '181710.783000', '181710.785000', '181710.788000', '181710.790000', '181710.793000', '181710.796000', '181710.798000', '181710.801000', '181710.803000', '181710.806000', '181730.697000', '181730.700000', '181730.702000', '181730.705000', '181730.708000', '181730.711000', '181730.713000', '181730.716000', '181730.719000', '181730.721000', '181730.724000', '181730.726000', '181730.729000', '181730.732000', '181730.734000', '181730.737000', '181730.740000', '181730.746000', '181730.749000', '181730.752000', '181730.754000', '181730.757000', '181730.759000', '181730.762000', '181730.765000', '181730.768000', '181730.770000', '181730.773000', '181730.776000', '181730.778000', '181730.781000', '181730.784000', '181730.786000', '181730.789000', '181730.792000', '181730.794000', '181730.797000', '181730.800000', '181730.802000', '181730.805000', '181730.807000', '181730.810000', '181730.813000', '181730.913000', '181750.697000', '181750.699000', '181750.702000', '181750.705000', '181750.707000', '181750.710000', '181750.712000', '181750.715000', '181750.718000', '181750.720000', '181750.723000', '181750.725000', '181750.728000', '181750.730000', '181750.733000', '181750.736000', '181750.738000', '181750.741000', '181750.744000', '181750.746000', '181750.749000', '181750.751000', '181750.754000', '181750.757000', '181750.759000', '181750.762000', '181750.764000', '181750.767000', '181750.770000', '181750.772000', '181750.775000', '181750.777000', '181750.780000', '181750.782000', '181750.785000', '181750.788000', '181750.790000', '181750.793000', '181750.795000', '181750.798000', '181750.800000', '181750.803000', '181750.806000', '181810.697000', '181810.699000', '181810.702000', '181810.705000', '181810.707000', '181810.710000', '181810.712000', '181810.715000', '181810.718000', '181810.721000', '181810.724000', '181810.727000', '181810.730000', '181810.733000', '181810.735000', '181810.738000', '181810.741000', '181810.743000', '181810.746000', '181810.749000', '181810.751000', '181810.754000', '181810.756000', '181810.759000', '181810.762000', '181810.764000', '181810.767000', '181810.769000', '181810.772000', '181810.775000', '181810.777000', '181810.780000', '181810.783000', '181810.785000', '181810.788000', '181810.790000', '181810.793000', '181810.796000', '181810.798000', '181810.801000', '181810.823000', '181810.901000', '181810.903000', '181830.697000', '181830.700000', '181830.702000', '181830.705000', '181830.707000', '181830.710000', '181830.712000', '181830.715000', '181830.718000', '181830.720000', '181830.723000', '181830.726000', '181830.728000', '181830.731000', '181830.733000', '181830.736000', '181830.738000', '181830.741000', '181830.744000', '181830.746000', '181830.749000', '181830.751000', '181830.754000', '181830.756000', '181830.759000', '181830.762000', '181830.764000', '181830.767000', '181830.769000', '181830.772000', '181830.775000', '181830.777000', '181830.780000', '181830.782000', '181830.785000', '181830.788000', '181830.790000', '181830.793000', '181830.796000', '181830.798000', '181830.801000', '181830.804000', '181830.806000', '181830.809000', '181850.697000', '181850.700000', '181850.702000', '181850.705000', '181850.707000', '181850.710000', '181850.713000', '181850.715000', '181850.718000', '181850.720000', '181850.723000', '181850.726000', '181850.728000', '181850.731000', '181850.733000', '181850.736000', '181850.739000', '181850.742000', '181850.744000', '181850.749000', '181850.752000', '181850.755000', '181850.757000', '181850.760000', '181850.762000', '181850.765000', '181850.768000', '181850.770000', '181850.773000', '181850.776000', '181850.778000', '181850.781000', '181850.783000', '181850.786000', '181850.789000', '181850.791000', '181850.794000', '181850.797000', '181850.799000', '181850.802000', '181850.805000', '181850.807000', '181850.810000', '181910.697000', '181910.700000', '181910.702000', '181910.705000', '181910.708000', '181910.710000', '181910.713000', '181910.715000', '181910.718000', '181910.720000', '181910.723000', '181910.726000', '181910.728000', '181910.731000', '181910.734000', '181910.736000', '181910.739000', '181910.741000', '181910.744000', '181910.747000', '181910.749000', '181910.752000', '181910.755000', '181910.757000', '181910.760000', '181910.762000', '181910.765000', '181910.768000', '181910.770000', '181910.773000', '181910.775000', '181910.778000', '181910.780000', '181910.783000', '181910.786000', '181910.788000', '181910.791000', '181910.793000', '181910.796000', '181910.799000', '181910.801000', '181910.804000', '181910.806000', '181910.809000', '181917.361000', '181917.365000', '181917.367000', '181917.370000', '181917.373000', '181917.376000', '181917.379000', '181917.381000', '181917.385000', '181917.387000', '181917.390000', '181917.393000', '181917.396000', '181917.399000', '181917.403000'], '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], 'LargestImagePixelValue': [9464, 10487, 8919, 12019, 7515, 10296, 5809, 9509, 7704, 7591, 10264, 6157, 8856, 5714, 8348, 5552, 6399, 7630, 5875, 8934, 6354, 8959, 6687, 8203, 11054, 7351, 8888, 5725, 8691, 11362, 6290, 9633, 5583, 8505, 6226, 7077, 9456, 5669, 8797, 5741, 8482, 5568, 7438, 6597, 5780, 9300, 6263, 8895, 5821, 8929, 5488, 8743, 7188, 7808, 9731, 6546, 7800, 8014, 8270, 7910, 7593, 10138, 6521, 11346, 7519, 11416, 6846, 12513, 8032, 12841, 8060, 12429, 7692, 12507, 7207, 11181, 6856, 11282, 6248, 9540, 13842, 8181, 11522, 8160, 10379, 5951, 8835, 7470, 8132, 9536, 7339, 10001, 6183, 8824, 5675, 8632, 5767, 7870, 5721, 7511, 5573, 7404, 7478, 6465, 8105, 7084, 9686, 6518, 9192, 5906, 8826, 5755, 8205, 5848, 7989, 7358, 7417, 8467, 7433, 11034, 7055, 10095, 7122, 11440, 6436, 10739, 10871, 9358, 13533, 8670, 11798, 6012, 9585, 13460, 8229, 11599, 6887, 8843, 6011, 8112, 5402, 7114, 6692, 6144, 6926, 6907, 9062, 6609, 9226, 6407, 8880, 6953, 9518, 5746, 9698, 6137, 9240, 5973, 8575, 9289, 8199, 12233, 7557, 10861, 7565, 10297, 6544, 9643, 11995, 7613, 12107, 7430, 10860, 6833, 8755, 6525, 8616, 6192, 8113, 6671, 8625, 6599, 9251, 7130, 9397, 6711, 10084, 6789, 10820, 6197, 9783, 7310, 8829, 12880, 8966, 10987, 7561, 10378, 5904, 8391, 5713, 8132, 5887, 7322, 5680, 7037, 5581, 7511, 6118, 7038, 6218, 7254, 9762, 6877, 10004, 6490, 8488, 5929, 9154, 5614, 7811, 10389, 6808, 9717, 6614, 8511, 5913, 7800, 5895, 7755, 5703, 8069, 5700, 9197, 5813, 9062, 10384, 7593, 11882, 7612, 9751, 6854, 8261, 12888, 7578, 9484, 5750, 8607, 5903, 6802, 7602, 6446, 9130, 5912, 8983, 5947, 7815, 6101, 8113, 5686, 8061, 5566, 8132, 5482, 7766, 5651, 8050, 7754, 7444, 7928, 7949, 10368, 7617, 12122, 8267, 12064, 6717, 10734, 10552, 8454, 12951, 8529, 10597, 7737, 9578, 6474, 10056, 5639, 9123, 5914, 8242, 9958, 6907, 11743, 6404, 9773, 6213, 7734, 10382, 6218, 9149, 6010, 8217, 5663, 6763, 5875, 6161, 7217, 6380, 8551, 5800, 8255, 5893, 8164, 5944, 8391, 5760, 8245, 6709, 7335, 9495, 6174, 8876, 5837, 8174, 5838, 8107, 5875, 6673, 8533, 5978, 9259, 6071, 9194, 6418, 9368, 6849, 9938, 10783, 8689, 12663, 9291, 12592, 8601, 12789, 10121, 8977, 13828, 9394, 11240, 7404, 9118, 13686, 7048, 9934, 5673, 9117, 5647, 8044, 6318, 6734, 6846, 6977, 9539, 6634, 9395, 6578, 9273, 6614, 7707, 12157, 6920, 9495, 6035, 8772, 12030, 6374, 9496, 5846, 8497, 5710, 7323, 5438, 7275, 5630, 7362, 6400, 8046, 8213, 7037, 10796, 7325, 11351, 13488, 10166, 11636, 7519, 7866, 13310, 6965, 9096, 6643, 7438, 11274, 5839, 8464, 5700, 7346, 8961, 5817, 9401, 5632, 8220, 5860, 6048, 8424, 5920, 8323, 5876, 8131, 5689, 7013, 8649, 5743, 9258, 6033, 8465, 5584, 7786, 9913, 5640, 9098, 5872, 8072, 5671, 8546, 10706, 6080, 9742, 5747, 8487, 5662, 8752, 6292, 7744, 9353, 6097, 8338, 6372, 8183, 6032, 7376, 7311, 10282, 7740, 8565, 11680, 6656, 11587, 8660, 8995, 13587, 8548, 11784, 6920, 9183, 12640, 7195, 11854, 7444, 9593, 6647, 10018, 6909, 10440, 9762, 9794, 8002, 9098, 13169, 8230, 13184, 8966, 10992, 6930, 8516, 13619, 7943, 10571, 6266, 8962, 8576, 6550, 9833, 6629, 8078, 5699, 7679, 6742, 6164, 8009, 5928, 8275, 5967, 7717, 6114, 7874, 6283, 8104, 6146, 8967, 5791, 9915, 13226, 9572, 11350, 9523, 7976, 13230, 7746, 10211, 7897, 7294, 12565, 7053, 8806, 5578, 8007, 8536, 5985, 9370, 5877, 8237, 5710, 7812, 5974, 6493, 5588, 6945, 7734, 6524, 9639, 6713, 9370, 9588, 7053, 11822, 7097, 9564, 12728, 6767, 11149, 7562, 8603, 6250, 8069, 11047, 6556, 8575, 5629, 8089, 6936, 6397, 8723, 5872, 8009, 5862, 8447, 6277, 7229, 9524, 6098, 8734, 6096, 8032, 5855, 8430, 5636, 7903, 5785, 7716, 5456, 7844, 10393, 6327, 9571, 5904, 9075, 12675, 8218, 10922, 6835, 9374, 7416, 9952, 12301, 8300, 13522, 8316, 10197, 7266, 9840, 13611, 7580, 11255, 6491, 9087, 7706, 6638, 10927, 6366, 9571, 5597, 8686, 6099, 6649, 7816, 6674, 7965, 6074, 7912, 6137, 7341, 7025, 9520, 6581, 9484, 8653, 8823, 11620, 7338, 12135, 8050, 9097, 13817, 8969, 9056, 6162, 9022, 8143, 6526, 9914, 6307, 8351, 5783, 8206, 5582, 6333, 9122, 5900, 9483, 5701, 8428, 5599, 7956, 6519, 6595, 9550, 6189, 8705, 5720, 8620, 5693, 7921, 6325, 6411, 8893, 6014, 8751, 6130, 7862, 5828, 7809, 5790, 7769, 6593, 8563, 5953, 9111, 6969, 10692, 6910, 11966, 9181, 10383, 9300, 9192, 13800, 9655, 12161, 8298, 12233, 6506, 10061, 12702, 9327, 13429, 8387, 11055, 7373, 9187, 6549, 10081, 7465, 9213, 7328, 8222, 12593, 7919, 10864, 7241, 9383, 6661, 9122, 5962, 9549, 11526, 8058, 10688, 8274, 9986, 6512, 9270, 6043, 10026, 6176, 8150, 11728, 7154, 9318, 5954, 9553, 9871, 7031, 9037, 6021, 8285, 5800, 7878, 8638, 6041, 8021, 5999, 7514, 6109, 7783, 5566, 7640, 5713, 7421, 5621, 7260, 6305, 7622, 6160, 8099, 6874, 8049, 10964, 7907, 10343, 7857, 11633, 10105, 10179, 13236, 9554, 9405, 6940, 8846, 13053, 7787, 9263, 5837, 9124, 6149, 8423, 9086, 6968, 9336, 5880, 8526, 5760, 8588, 6783, 6978, 9896, 6390, 8548, 5794, 8907, 6827, 7131, 10192, 6360, 8463, 5845, 8659, 5990, 6735, 7177, 6692, 8989, 6394, 8872, 6256, 7831, 5676, 8094, 5913, 8056, 5592, 7934, 9691, 6948, 8642, 6554, 8041, 7081, 8952, 6748, 9517, 6882, 11220, 7444, 10037, 13519, 9186, 10826, 6817, 9630, 8439, 7274, 11693, 7226, 9193, 6423, 8342, 5913, 7575, 5627, 8982, 6230, 9014, 7099, 9358, 13431, 9961, 10155, 13845, 8793, 10421, 6508, 8901, 12783, 7792, 8668, 5886, 8448, 8444, 6522, 8453, 5791, 7378, 6142, 7556, 6480, 7547, 7182, 8366, 6914, 9662, 6670, 9806, 6495, 9502, 13053, 8941, 10666, 7733, 8712, 11704, 7854, 9792, 6095, 8692, 7587, 7463, 8912, 6428, 8037, 5847, 8308, 6148, 7240, 8829, 6206, 7807, 6198, 7409, 5941, 7902, 6220, 7530, 9114, 6672, 8607, 6028, 7734, 5822, 8680, 9157, 6238, 8870, 6310, 8895, 6292, 8366, 6198, 8141, 6790, 8614, 5841, 9261, 8337, 10109, 8358, 9431, 13262, 10857, 12431, 11140, 9039, 13552, 9138, 9251, 12813, 7732, 10914, 6516, 8953, 7047, 6628, 9632, 6400, 7973, 5791, 7766, 6984, 6332, 8753, 6706, 8486, 5860, 7769, 6243, 7757, 5876, 8627, 7296, 9806, 11887, 8407, 11084, 7442, 8598, 6925, 9273, 12364, 7591, 9263, 7160, 7940, 5861, 8159, 5711, 7990, 6818, 7301, 9664, 6338, 8255, 7268, 7057, 9694, 7047, 9014, 5773, 8321, 6129, 7782, 9070, 6027, 8795, 6285, 8020, 6329, 7701, 5812, 8440, 6350, 7362, 6829, 6084, 7556, 6412, 7355, 7269, 6768, 6944, 10205, 6839, 10514, 7472, 10028, 11916, 8062, 12576, 7737, 10339, 9285, 8380, 8592, 7734, 10400, 7476, 10600, 7836, 10303, 7280, 8406, 13464, 7770, 9339, 7109, 8599, 9149, 7183, 8988, 6076, 8167, 5418, 8320, 6612, 7146, 6004, 7348, 5664, 8121, 7599, 8444, 7101, 8480, 7541, 8435, 12404, 8557, 11124, 8226, 11558, 6742, 9153, 12567, 8594, 11998, 7072, 9431, 8232, 6585, 9214, 5712, 8577, 6743, 6225, 8581, 5796, 7722, 5884, 7881, 5840, 7927, 6222, 6492, 9183, 5967, 8333, 6537, 6813, 9236, 6176, 8810, 6705, 7348, 9277, 6000, 8588, 5758, 8030, 9364, 6038, 8807, 5825, 8083, 5755, 7446, 5928, 8003, 7983, 9081, 11135, 7965, 10561, 7212, 9934, 13290, 9230, 10518, 7734, 8974, 12456, 7590, 10210, 7030, 8649, 7035, 9019, 5790, 9021, 9428, 8880, 12218, 7846, 9800, 6098, 9413, 10312, 7548, 9981, 5952, 9031, 6017, 8352, 5851, 6789, 8684, 5704, 7841, 6134, 7498, 5806, 8187, 9028, 6862, 8140, 5927, 7881, 6054, 8589, 7091, 7929, 9547, 6033, 8703, 5681, 8065, 5809, 8405, 9646, 6593, 8761, 6209, 8185, 6333, 8166, 7111, 8877, 6445, 10433, 7363, 11035, 13753, 10221, 11664, 8574, 10558, 9922, 8054, 13408, 8728, 9762, 8294, 7976, 11642, 7776, 8681, 5750, 8617, 9883, 6263, 8495, 6448, 7873, 5949, 7903, 5727, 8055, 5675, 8001, 11373, 6878, 8309, 6315, 8991, 7973, 7328, 11032, 6475, 9164, 10712, 6992, 9407, 7259, 7900, 5718, 8304, 10095, 5890, 8197, 5549, 8072, 5708, 6490, 9114, 5770, 7807, 5948, 8359, 5639, 8066, 5698, 7430, 5629, 8352, 5997, 7951, 6166, 8821, 12054, 9552, 11281, 8319, 10366, 11118, 7642, 12780, 8398, 10275, 13299, 8589, 9226, 6447, 8460, 6038, 8488, 9174, 6860, 9065, 7812, 8763, 6261, 8995, 6695, 9982, 7691, 8708, 13027, 8450, 10101, 5978, 8792, 11525, 7439, 9142, 5895, 9020, 6243, 7118, 8519, 6857, 8197, 5835, 8264, 5642, 7407, 6667, 6774, 7861, 6054], 'WindowCenter': [3611.0, 3607.0, 3584.0, 3601.0, 3533.0, 3564.0, 3499.0, 3564.0, 3529.0, 3541.0, 3564.0, 3509.0, 3552.0, 3497.0, 3539.0, 3499.0, 3522.0, 3542.0, 3511.0, 3563.0, 3534.0, 3567.0, 3533.0, 3556.0, 3588.0, 3543.0, 3554.0, 3511.0, 3553.0, 3574.0, 3521.0, 3564.0, 3512.0, 3552.0, 3510.0, 3545.0, 3565.0, 3511.0, 3554.0, 3527.0, 3568.0, 3514.0, 3547.0, 3534.0, 3525.0, 3566.0, 3537.0, 3567.0, 3525.0, 3568.0, 3513.0, 3567.0, 3545.0, 3556.0, 3567.0, 3536.0, 3559.0, 3570.0, 3556.0, 3555.0, 3544.0, 3578.0, 3525.0, 3577.0, 3545.0, 3576.0, 3534.0, 3588.0, 3543.0, 3587.0, 3544.0, 3575.0, 3532.0, 3575.0, 3532.0, 3563.0, 3519.0, 3561.0, 3507.0, 3551.0, 3585.0, 3541.0, 3561.0, 3540.0, 3550.0, 3494.0, 3539.0, 3531.0, 3540.0, 3548.0, 3529.0, 3548.0, 3508.0, 3539.0, 3498.0, 3552.0, 3498.0, 3541.0, 3498.0, 3531.0, 3498.0, 3545.0, 3545.0, 3522.0, 3541.0, 3533.0, 3564.0, 3524.0, 3566.0, 3512.0, 3554.0, 3512.0, 3555.0, 3512.0, 3554.0, 3544.0, 3545.0, 3553.0, 3544.0, 3576.0, 3533.0, 3564.0, 3533.0, 3575.0, 3522.0, 3574.0, 3564.0, 3563.0, 3586.0, 3541.0, 3572.0, 3508.0, 3551.0, 3571.0, 3541.0, 3574.0, 3518.0, 3537.0, 3495.0, 3528.0, 3485.0, 3530.0, 3519.0, 3509.0, 3530.0, 3532.0, 3552.0, 3532.0, 3564.0, 3522.0, 3553.0, 3533.0, 3564.0, 3510.0, 3563.0, 3510.0, 3553.0, 3510.0, 3554.0, 3552.0, 3554.0, 3586.0, 3542.0, 3563.0, 3542.0, 3562.0, 3509.0, 3564.0, 3575.0, 3543.0, 3585.0, 3545.0, 3560.0, 3519.0, 3538.0, 3507.0, 3539.0, 3508.0, 3529.0, 3520.0, 3552.0, 3521.0, 3551.0, 3532.0, 3552.0, 3522.0, 3563.0, 3520.0, 3561.0, 3508.0, 3562.0, 3528.0, 3551.0, 3584.0, 3551.0, 3559.0, 3528.0, 3549.0, 3484.0, 3538.0, 3496.0, 3529.0, 3494.0, 3529.0, 3495.0, 3518.0, 3498.0, 3544.0, 3510.0, 3530.0, 3509.0, 3542.0, 3564.0, 3532.0, 3565.0, 3523.0, 3553.0, 3510.0, 3551.0, 3497.0, 3542.0, 3562.0, 3521.0, 3564.0, 3520.0, 3552.0, 3510.0, 3542.0, 3510.0, 3543.0, 3514.0, 3555.0, 3513.0, 3566.0, 3513.0, 3568.0, 3576.0, 3557.0, 3586.0, 3543.0, 3566.0, 3522.0, 3542.0, 3573.0, 3542.0, 3564.0, 3498.0, 3552.0, 3508.0, 3521.0, 3541.0, 3536.0, 3564.0, 3511.0, 3567.0, 3525.0, 3543.0, 3523.0, 3554.0, 3527.0, 3571.0, 3515.0, 3557.0, 3514.0, 3545.0, 3513.0, 3557.0, 3557.0, 3545.0, 3556.0, 3556.0, 3577.0, 3545.0, 3590.0, 3555.0, 3574.0, 3521.0, 3564.0, 3562.0, 3541.0, 3572.0, 3540.0, 3561.0, 3529.0, 3551.0, 3508.0, 3562.0, 3508.0, 3549.0, 3496.0, 3541.0, 3561.0, 3531.0, 3572.0, 3508.0, 3550.0, 3496.0, 3527.0, 3548.0, 3495.0, 3537.0, 3509.0, 3551.0, 3510.0, 3519.0, 3497.0, 3510.0, 3530.0, 3521.0, 3565.0, 3512.0, 3552.0, 3512.0, 3554.0, 3537.0, 3567.0, 3525.0, 3557.0, 3536.0, 3547.0, 3566.0, 3523.0, 3566.0, 3540.0, 3568.0, 3524.0, 3556.0, 3514.0, 3536.0, 3565.0, 3535.0, 3577.0, 3536.0, 3579.0, 3537.0, 3567.0, 3536.0, 3580.0, 3577.0, 3555.0, 3587.0, 3554.0, 3586.0, 3555.0, 3588.0, 3561.0, 3551.0, 3572.0, 3552.0, 3562.0, 3516.0, 3551.0, 3584.0, 3517.0, 3548.0, 3495.0, 3537.0, 3495.0, 3540.0, 3508.0, 3518.0, 3517.0, 3530.0, 3552.0, 3534.0, 3552.0, 3532.0, 3562.0, 3518.0, 3529.0, 3571.0, 3530.0, 3550.0, 3508.0, 3553.0, 3571.0, 3508.0, 3550.0, 3497.0, 3540.0, 3509.0, 3530.0, 3500.0, 3531.0, 3512.0, 3544.0, 3523.0, 3556.0, 3556.0, 3535.0, 3576.0, 3543.0, 3588.0, 3586.0, 3576.0, 3572.0, 3529.0, 3541.0, 3586.0, 3529.0, 3539.0, 3519.0, 3543.0, 3572.0, 3497.0, 3539.0, 3496.0, 3530.0, 3549.0, 3498.0, 3550.0, 3510.0, 3553.0, 3509.0, 3522.0, 3542.0, 3510.0, 3540.0, 3509.0, 3555.0, 3524.0, 3533.0, 3555.0, 3512.0, 3565.0, 3522.0, 3554.0, 3514.0, 3558.0, 3576.0, 3512.0, 3567.0, 3513.0, 3555.0, 3511.0, 3566.0, 3578.0, 3523.0, 3564.0, 3512.0, 3566.0, 3512.0, 3554.0, 3523.0, 3556.0, 3577.0, 3525.0, 3555.0, 3536.0, 3566.0, 3537.0, 3558.0, 3560.0, 3606.0, 3571.0, 3571.0, 3600.0, 3547.0, 3588.0, 3556.0, 3580.0, 3600.0, 3554.0, 3586.0, 3531.0, 3564.0, 3584.0, 3533.0, 3587.0, 3533.0, 3564.0, 3532.0, 3563.0, 3531.0, 3574.0, 3563.0, 3562.0, 3541.0, 3554.0, 3572.0, 3541.0, 3586.0, 3552.0, 3559.0, 3517.0, 3540.0, 3572.0, 3527.0, 3560.0, 3507.0, 3538.0, 3537.0, 3506.0, 3549.0, 3517.0, 3540.0, 3497.0, 3529.0, 3518.0, 3507.0, 3538.0, 3509.0, 3542.0, 3511.0, 3542.0, 3523.0, 3554.0, 3534.0, 3556.0, 3524.0, 3566.0, 3514.0, 3578.0, 3587.0, 3565.0, 3587.0, 3564.0, 3540.0, 3573.0, 3530.0, 3561.0, 3528.0, 3530.0, 3585.0, 3531.0, 3550.0, 3497.0, 3540.0, 3539.0, 3510.0, 3551.0, 3499.0, 3540.0, 3510.0, 3543.0, 3509.0, 3523.0, 3500.0, 3545.0, 3544.0, 3524.0, 3578.0, 3534.0, 3566.0, 3565.0, 3532.0, 3575.0, 3531.0, 3565.0, 3586.0, 3520.0, 3572.0, 3541.0, 3553.0, 3519.0, 3541.0, 3572.0, 3522.0, 3565.0, 3510.0, 3544.0, 3531.0, 3521.0, 3551.0, 3509.0, 3554.0, 3524.0, 3554.0, 3523.0, 3544.0, 3563.0, 3511.0, 3553.0, 3522.0, 3555.0, 3513.0, 3557.0, 3522.0, 3555.0, 3513.0, 3556.0, 3515.0, 3583.0, 3605.0, 3549.0, 3593.0, 3528.0, 3568.0, 3589.0, 3555.0, 3589.0, 3534.0, 3566.0, 3545.0, 3577.0, 3589.0, 3556.0, 3599.0, 3556.0, 3563.0, 3532.0, 3563.0, 3584.0, 3543.0, 3575.0, 3522.0, 3565.0, 3541.0, 3521.0, 3573.0, 3533.0, 3562.0, 3500.0, 3555.0, 3521.0, 3522.0, 3541.0, 3532.0, 3543.0, 3524.0, 3554.0, 3525.0, 3546.0, 3548.0, 3578.0, 3549.0, 3593.0, 3570.0, 3567.0, 3588.0, 3547.0, 3589.0, 3544.0, 3553.0, 3600.0, 3566.0, 3554.0, 3523.0, 3553.0, 3539.0, 3520.0, 3563.0, 3535.0, 3556.0, 3511.0, 3542.0, 3498.0, 3521.0, 3563.0, 3511.0, 3564.0, 3512.0, 3555.0, 3501.0, 3556.0, 3535.0, 3547.0, 3565.0, 3523.0, 3568.0, 3526.0, 3555.0, 3511.0, 3555.0, 3523.0, 3534.0, 3564.0, 3524.0, 3566.0, 3525.0, 3557.0, 3526.0, 3556.0, 3526.0, 3557.0, 3549.0, 3569.0, 3537.0, 3570.0, 3549.0, 3592.0, 3547.0, 3590.0, 3567.0, 3578.0, 3565.0, 3567.0, 3586.0, 3565.0, 3586.0, 3554.0, 3576.0, 3521.0, 3564.0, 3585.0, 3552.0, 3586.0, 3542.0, 3563.0, 3530.0, 3551.0, 3508.0, 3563.0, 3531.0, 3551.0, 3530.0, 3541.0, 3573.0, 3541.0, 3562.0, 3529.0, 3550.0, 3520.0, 3551.0, 3508.0, 3552.0, 3573.0, 3540.0, 3562.0, 3540.0, 3551.0, 3507.0, 3551.0, 3508.0, 3550.0, 3496.0, 3528.0, 3559.0, 3517.0, 3549.0, 3507.0, 3551.0, 3547.0, 3518.0, 3538.0, 3495.0, 3538.0, 3496.0, 3542.0, 3539.0, 3510.0, 3554.0, 3522.0, 3530.0, 3522.0, 3543.0, 3500.0, 3544.0, 3512.0, 3544.0, 3512.0, 3546.0, 3535.0, 3558.0, 3538.0, 3559.0, 3547.0, 3572.0, 3604.0, 3571.0, 3578.0, 3557.0, 3590.0, 3577.0, 3566.0, 3600.0, 3566.0, 3553.0, 3519.0, 3551.0, 3572.0, 3530.0, 3552.0, 3510.0, 3552.0, 3509.0, 3555.0, 3552.0, 3532.0, 3552.0, 3512.0, 3568.0, 3513.0, 3555.0, 3521.0, 3533.0, 3564.0, 3521.0, 3554.0, 3524.0, 3566.0, 3532.0, 3532.0, 3574.0, 3522.0, 3554.0, 3511.0, 3567.0, 3524.0, 3534.0, 3531.0, 3534.0, 3565.0, 3536.0, 3565.0, 3536.0, 3557.0, 3524.0, 3556.0, 3513.0, 3557.0, 3513.0, 3558.0, 3577.0, 3547.0, 3568.0, 3537.0, 3556.0, 3546.0, 3567.0, 3548.0, 3580.0, 3548.0, 3587.0, 3545.0, 3580.0, 3589.0, 3567.0, 3589.0, 3534.0, 3565.0, 3541.0, 3532.0, 3574.0, 3532.0, 3552.0, 3521.0, 3553.0, 3512.0, 3543.0, 3511.0, 3568.0, 3525.0, 3566.0, 3536.0, 3569.0, 3599.0, 3565.0, 3577.0, 3598.0, 3541.0, 3562.0, 3521.0, 3553.0, 3572.0, 3528.0, 3538.0, 3496.0, 3539.0, 3543.0, 3509.0, 3540.0, 3498.0, 3529.0, 3510.0, 3541.0, 3522.0, 3542.0, 3535.0, 3553.0, 3545.0, 3580.0, 3547.0, 3565.0, 3521.0, 3564.0, 3586.0, 3554.0, 3562.0, 3542.0, 3554.0, 3572.0, 3541.0, 3561.0, 3508.0, 3552.0, 3528.0, 3544.0, 3552.0, 3520.0, 3542.0, 3509.0, 3541.0, 3508.0, 3543.0, 3565.0, 3522.0, 3542.0, 3525.0, 3544.0, 3521.0, 3553.0, 3525.0, 3559.0, 3565.0, 3537.0, 3555.0, 3523.0, 3544.0, 3513.0, 3569.0, 3568.0, 3524.0, 3566.0, 3534.0, 3565.0, 3535.0, 3568.0, 3537.0, 3569.0, 3549.0, 3569.0, 3526.0, 3580.0, 3559.0, 3580.0, 3556.0, 3568.0, 3589.0, 3590.0, 3589.0, 3574.0, 3554.0, 3574.0, 3551.0, 3551.0, 3570.0, 3529.0, 3574.0, 3507.0, 3540.0, 3517.0, 3519.0, 3551.0, 3521.0, 3542.0, 3498.0, 3530.0, 3519.0, 3509.0, 3539.0, 3519.0, 3552.0, 3510.0, 3542.0, 3521.0, 3543.0, 3512.0, 3555.0, 3544.0, 3565.0, 3575.0, 3542.0, 3564.0, 3530.0, 3540.0, 3531.0, 3551.0, 3574.0, 3529.0, 3550.0, 3519.0, 3540.0, 3498.0, 3555.0, 3511.0, 3542.0, 3520.0, 3543.0, 3564.0, 3521.0, 3553.0, 3545.0, 3534.0, 3564.0, 3532.0, 3565.0, 3512.0, 3542.0, 3522.0, 3545.0, 3565.0, 3512.0, 3554.0, 3535.0, 3554.0, 3522.0, 3556.0, 3526.0, 3556.0, 3523.0, 3545.0, 3533.0, 3525.0, 3555.0, 3536.0, 3556.0, 3559.0, 3546.0, 3548.0, 3592.0, 3549.0, 3590.0, 3546.0, 3579.0, 3588.0, 3556.0, 3587.0, 3543.0, 3565.0, 3553.0, 3543.0, 3552.0, 3543.0, 3563.0, 3532.0, 3576.0, 3545.0, 3563.0, 3530.0, 3554.0, 3586.0, 3530.0, 3565.0, 3532.0, 3551.0, 3549.0, 3530.0, 3551.0, 3508.0, 3541.0, 3487.0, 3542.0, 3519.0, 3530.0, 3508.0, 3543.0, 3509.0, 3554.0, 3543.0, 3555.0, 3532.0, 3556.0, 3542.0, 3555.0, 3587.0, 3557.0, 3576.0, 3542.0, 3573.0, 3520.0, 3551.0, 3572.0, 3552.0, 3574.0, 3518.0, 3550.0, 3538.0, 3518.0, 3549.0, 3498.0, 3554.0, 3518.0, 3509.0, 3538.0, 3499.0, 3541.0, 3510.0, 3554.0, 3511.0, 3555.0, 3524.0, 3536.0, 3565.0, 3524.0, 3570.0, 3535.0, 3535.0, 3564.0, 3523.0, 3555.0, 3532.0, 3546.0, 3566.0, 3524.0, 3554.0, 3511.0, 3557.0, 3563.0, 3523.0, 3564.0, 3512.0, 3556.0, 3513.0, 3546.0, 3525.0, 3558.0, 3559.0, 3568.0, 3578.0, 3558.0, 3578.0, 3532.0, 3565.0, 3587.0, 3566.0, 3566.0, 3530.0, 3553.0, 3572.0, 3541.0, 3564.0, 3531.0, 3553.0, 3531.0, 3552.0, 3510.0, 3552.0, 3552.0, 3555.0, 3575.0, 3541.0, 3564.0, 3510.0, 3552.0, 3562.0, 3540.0, 3564.0, 3510.0, 3550.0, 3508.0, 3552.0, 3499.0, 3532.0, 3565.0, 3513.0, 3554.0, 3536.0, 3545.0, 3511.0, 3556.0, 3565.0, 3550.0, 3570.0, 3526.0, 3558.0, 3537.0, 3566.0, 3545.0, 3571.0, 3580.0, 3524.0, 3567.0, 3525.0, 3557.0, 3512.0, 3557.0, 3565.0, 3535.0, 3567.0, 3526.0, 3566.0, 3538.0, 3567.0, 3548.0, 3583.0, 3538.0, 3579.0, 3545.0, 3590.0, 3588.0, 3565.0, 3587.0, 3555.0, 3562.0, 3563.0, 3540.0, 3583.0, 3540.0, 3565.0, 3542.0, 3529.0, 3571.0, 3528.0, 3539.0, 3497.0, 3554.0, 3562.0, 3509.0, 3539.0, 3508.0, 3539.0, 3511.0, 3553.0, 3510.0, 3542.0, 3510.0, 3556.0, 3587.0, 3532.0, 3568.0, 3534.0, 3554.0, 3542.0, 3545.0, 3576.0, 3521.0, 3566.0, 3577.0, 3533.0, 3551.0, 3542.0, 3542.0, 3499.0, 3553.0, 3576.0, 3512.0, 3557.0, 3501.0, 3543.0, 3510.0, 3521.0, 3553.0, 3511.0, 3545.0, 3524.0, 3555.0, 3513.0, 3555.0, 3513.0, 3546.0, 3525.0, 3567.0, 3537.0, 3570.0, 3526.0, 3580.0, 3589.0, 3583.0, 3603.0, 3557.0, 3577.0, 3574.0, 3544.0, 3589.0, 3541.0, 3566.0, 3587.0, 3552.0, 3552.0, 3508.0, 3539.0, 3497.0, 3551.0, 3550.0, 3519.0, 3550.0, 3531.0, 3541.0, 3509.0, 3554.0, 3522.0, 3562.0, 3530.0, 3552.0, 3585.0, 3540.0, 3562.0, 3509.0, 3540.0, 3560.0, 3528.0, 3550.0, 3496.0, 3550.0, 3520.0, 3530.0, 3540.0, 3532.0, 3541.0, 3495.0, 3541.0, 3510.0, 3545.0, 3531.0, 3531.0, 3540.0, 3522.0], 'WindowWidth': [8183.0, 8167.0, 8130.0, 8148.0, 8045.0, 8083.0, 7993.0, 8083.0, 8030.0, 8048.0, 8083.0, 8004.0, 8061.0, 7986.0, 8044.0, 7993.0, 8027.0, 8052.0, 8012.0, 8082.0, 8045.0, 8093.0, 8041.0, 8076.0, 8123.0, 8055.0, 8069.0, 8009.0, 8067.0, 8096.0, 8022.0, 8086.0, 8014.0, 8065.0, 8008.0, 8061.0, 8087.0, 8012.0, 8071.0, 8044.0, 8095.0, 8019.0, 8067.0, 8046.0, 8036.0, 8091.0, 8053.0, 8093.0, 8034.0, 8093.0, 8018.0, 8091.0, 8061.0, 8077.0, 8092.0, 8050.0, 8087.0, 8101.0, 8077.0, 8074.0, 8057.0, 8108.0, 8034.0, 8105.0, 8059.0, 8101.0, 8043.0, 8121.0, 8056.0, 8116.0, 8056.0, 8097.0, 8038.0, 8098.0, 8037.0, 8076.0, 8015.0, 8072.0, 7996.0, 8058.0, 8113.0, 8045.0, 8070.0, 8042.0, 8056.0, 7977.0, 8040.0, 8033.0, 8044.0, 8052.0, 8025.0, 8052.0, 7998.0, 8040.0, 7986.0, 8062.0, 7987.0, 8047.0, 7988.0, 8035.0, 7989.0, 8060.0, 8061.0, 8027.0, 8050.0, 8041.0, 8083.0, 8030.0, 8087.0, 8011.0, 8069.0, 8011.0, 8070.0, 8013.0, 8072.0, 8055.0, 8059.0, 8068.0, 8057.0, 8102.0, 8043.0, 8084.0, 8041.0, 8098.0, 8023.0, 8093.0, 8080.0, 8081.0, 8114.0, 8047.0, 8088.0, 7999.0, 8060.0, 8088.0, 8046.0, 8094.0, 8012.0, 8035.0, 7977.0, 8024.0, 7966.0, 8032.0, 8016.0, 8003.0, 8031.0, 8039.0, 8063.0, 8037.0, 8082.0, 8025.0, 8065.0, 8040.0, 8080.0, 8006.0, 8080.0, 8007.0, 8065.0, 8007.0, 8067.0, 8063.0, 8069.0, 8116.0, 8049.0, 8077.0, 8049.0, 8075.0, 8001.0, 8083.0, 8100.0, 8053.0, 8115.0, 8061.0, 8070.0, 8017.0, 8037.0, 7998.0, 8041.0, 8000.0, 8027.0, 8020.0, 8063.0, 8023.0, 8063.0, 8037.0, 8064.0, 8024.0, 8081.0, 8018.0, 8073.0, 8000.0, 8075.0, 8025.0, 8058.0, 8113.0, 8061.0, 8066.0, 8024.0, 8052.0, 7961.0, 8037.0, 7982.0, 8027.0, 7976.0, 8027.0, 7979.0, 8013.0, 7989.0, 8058.0, 8007.0, 8034.0, 8003.0, 8050.0, 8081.0, 8038.0, 8086.0, 8028.0, 8065.0, 8005.0, 8061.0, 7987.0, 8052.0, 8077.0, 8020.0, 8081.0, 8021.0, 8063.0, 8006.0, 8051.0, 8009.0, 8055.0, 8020.0, 8075.0, 8017.0, 8088.0, 8016.0, 8094.0, 8104.0, 8079.0, 8119.0, 8053.0, 8087.0, 8023.0, 8050.0, 8093.0, 8050.0, 8083.0, 7989.0, 8063.0, 8002.0, 8023.0, 8049.0, 8052.0, 8087.0, 8011.0, 8094.0, 8037.0, 8055.0, 8028.0, 8071.0, 8044.0, 8106.0, 8025.0, 8077.0, 8019.0, 8059.0, 8016.0, 8079.0, 8078.0, 8061.0, 8076.0, 8076.0, 8105.0, 8061.0, 8129.0, 8073.0, 8095.0, 8020.0, 8080.0, 8074.0, 8046.0, 8093.0, 8042.0, 8071.0, 8028.0, 8059.0, 7998.0, 8076.0, 8004.0, 8056.0, 7981.0, 8047.0, 8074.0, 8037.0, 8091.0, 7999.0, 8059.0, 7980.0, 8024.0, 8052.0, 7978.0, 8036.0, 8004.0, 8064.0, 8007.0, 8018.0, 7986.0, 8008.0, 8033.0, 8023.0, 8089.0, 8015.0, 8065.0, 8014.0, 8071.0, 8056.0, 8093.0, 8035.0, 8079.0, 8051.0, 8066.0, 8089.0, 8028.0, 8089.0, 8065.0, 8099.0, 8032.0, 8076.0, 8018.0, 8050.0, 8089.0, 8050.0, 8107.0, 8053.0, 8109.0, 8054.0, 8094.0, 8051.0, 8112.0, 8106.0, 8074.0, 8119.0, 8068.0, 8117.0, 8072.0, 8120.0, 8076.0, 8060.0, 8093.0, 8061.0, 8077.0, 8009.0, 8062.0, 8111.0, 8010.0, 8051.0, 7978.0, 8036.0, 7978.0, 8044.0, 8000.0, 8014.0, 8012.0, 8033.0, 8064.0, 8044.0, 8066.0, 8039.0, 8078.0, 8013.0, 8029.0, 8088.0, 8033.0, 8059.0, 7999.0, 8067.0, 8090.0, 8000.0, 8056.0, 7983.0, 8044.0, 8003.0, 8033.0, 7994.0, 8037.0, 8013.0, 8057.0, 8029.0, 8077.0, 8075.0, 8048.0, 8104.0, 8056.0, 8122.0, 8120.0, 8102.0, 8093.0, 8029.0, 8046.0, 8115.0, 8030.0, 8041.0, 8015.0, 8058.0, 8092.0, 7985.0, 8040.0, 7980.0, 8030.0, 8056.0, 7987.0, 8058.0, 8008.0, 8067.0, 8004.0, 8029.0, 8050.0, 8005.0, 8046.0, 8004.0, 8073.0, 8035.0, 8044.0, 8072.0, 8016.0, 8085.0, 8026.0, 8070.0, 8020.0, 8086.0, 8105.0, 8013.0, 8090.0, 8016.0, 8071.0, 8009.0, 8091.0, 8110.0, 8030.0, 8083.0, 8014.0, 8090.0, 8014.0, 8070.0, 8026.0, 8075.0, 8107.0, 8038.0, 8076.0, 8052.0, 8090.0, 8057.0, 8084.0, 8090.0, 8161.0, 8107.0, 8104.0, 8143.0, 8067.0, 8124.0, 8076.0, 8115.0, 8146.0, 8072.0, 8116.0, 8036.0, 8081.0, 8108.0, 8040.0, 8117.0, 8040.0, 8082.0, 8037.0, 8079.0, 8034.0, 8096.0, 8079.0, 8076.0, 8047.0, 8068.0, 8092.0, 8049.0, 8121.0, 8065.0, 8069.0, 8009.0, 8043.0, 8091.0, 8023.0, 8072.0, 7999.0, 8038.0, 8034.0, 7996.0, 8055.0, 8009.0, 8048.0, 7987.0, 8028.0, 8011.0, 7999.0, 8040.0, 8004.0, 8051.0, 8011.0, 8054.0, 8029.0, 8072.0, 8048.0, 8079.0, 8035.0, 8090.0, 8018.0, 8107.0, 8123.0, 8087.0, 8121.0, 8084.0, 8046.0, 8094.0, 8032.0, 8074.0, 8025.0, 8033.0, 8113.0, 8036.0, 8057.0, 7985.0, 8045.0, 8043.0, 8005.0, 8059.0, 7990.0, 8045.0, 8006.0, 8053.0, 8006.0, 8027.0, 7997.0, 8061.0, 8059.0, 8032.0, 8110.0, 8047.0, 8089.0, 8088.0, 8040.0, 8100.0, 8035.0, 8087.0, 8118.0, 8018.0, 8089.0, 8050.0, 8066.0, 8015.0, 8046.0, 8091.0, 8027.0, 8088.0, 8007.0, 8058.0, 8034.0, 8023.0, 8062.0, 8004.0, 8072.0, 8033.0, 8071.0, 8029.0, 8056.0, 8080.0, 8009.0, 8067.0, 8024.0, 8072.0, 8019.0, 8077.0, 8028.0, 8072.0, 8016.0, 8078.0, 8023.0, 8126.0, 8159.0, 8075.0, 8135.0, 8044.0, 8095.0, 8125.0, 8075.0, 8124.0, 8046.0, 8088.0, 8059.0, 8105.0, 8124.0, 8075.0, 8141.0, 8079.0, 8081.0, 8038.0, 8079.0, 8113.0, 8056.0, 8098.0, 8026.0, 8086.0, 8049.0, 8021.0, 8092.0, 8044.0, 8078.0, 7994.0, 8075.0, 8024.0, 8025.0, 8050.0, 8039.0, 8055.0, 8032.0, 8074.0, 8035.0, 8065.0, 8071.0, 8112.0, 8073.0, 8138.0, 8104.0, 8092.0, 8122.0, 8067.0, 8125.0, 8056.0, 8068.0, 8144.0, 8089.0, 8069.0, 8029.0, 8067.0, 8043.0, 8018.0, 8080.0, 8051.0, 8079.0, 8011.0, 8051.0, 7988.0, 8022.0, 8079.0, 8012.0, 8084.0, 8014.0, 8075.0, 7998.0, 8077.0, 8048.0, 8068.0, 8087.0, 8029.0, 8098.0, 8039.0, 8074.0, 8011.0, 8073.0, 8029.0, 8045.0, 8085.0, 8030.0, 8090.0, 8036.0, 8079.0, 8039.0, 8079.0, 8040.0, 8080.0, 8074.0, 8100.0, 8056.0, 8102.0, 8073.0, 8132.0, 8067.0, 8126.0, 8091.0, 8105.0, 8086.0, 8088.0, 8121.0, 8087.0, 8117.0, 8069.0, 8100.0, 8021.0, 8082.0, 8110.0, 8064.0, 8116.0, 8049.0, 8077.0, 8032.0, 8058.0, 8000.0, 8079.0, 8033.0, 8060.0, 8032.0, 8049.0, 8093.0, 8048.0, 8078.0, 8031.0, 8057.0, 8017.0, 8060.0, 8000.0, 8062.0, 8092.0, 8045.0, 8074.0, 8043.0, 8059.0, 7997.0, 8058.0, 7999.0, 8058.0, 7981.0, 8025.0, 8069.0, 8011.0, 8054.0, 7998.0, 8060.0, 8050.0, 8011.0, 8038.0, 7979.0, 8038.0, 7982.0, 8051.0, 8044.0, 8008.0, 8072.0, 8026.0, 8034.0, 8025.0, 8054.0, 7997.0, 8058.0, 8012.0, 8057.0, 8013.0, 8064.0, 8049.0, 8082.0, 8056.0, 8086.0, 8067.0, 8106.0, 8155.0, 8104.0, 8108.0, 8079.0, 8128.0, 8104.0, 8088.0, 8146.0, 8088.0, 8065.0, 8014.0, 8060.0, 8091.0, 8029.0, 8062.0, 8008.0, 8063.0, 8003.0, 8071.0, 8064.0, 8037.0, 8064.0, 8014.0, 8096.0, 8017.0, 8071.0, 8023.0, 8043.0, 8083.0, 8024.0, 8070.0, 8034.0, 8088.0, 8037.0, 8039.0, 8098.0, 8025.0, 8068.0, 8012.0, 8093.0, 8032.0, 8043.0, 8038.0, 8045.0, 8087.0, 8050.0, 8089.0, 8054.0, 8081.0, 8033.0, 8076.0, 8017.0, 8081.0, 8017.0, 8079.0, 8106.0, 8068.0, 8096.0, 8054.0, 8077.0, 8066.0, 8095.0, 8071.0, 8115.0, 8070.0, 8120.0, 8060.0, 8114.0, 8128.0, 8091.0, 8125.0, 8046.0, 8083.0, 8047.0, 8038.0, 8095.0, 8037.0, 8062.0, 8022.0, 8067.0, 8012.0, 8055.0, 8013.0, 8095.0, 8037.0, 8090.0, 8049.0, 8099.0, 8143.0, 8084.0, 8105.0, 8138.0, 8048.0, 8074.0, 8021.0, 8066.0, 8090.0, 8025.0, 8038.0, 7980.0, 8042.0, 8052.0, 8002.0, 8043.0, 7987.0, 8027.0, 8005.0, 8048.0, 8025.0, 8052.0, 8046.0, 8070.0, 8061.0, 8117.0, 8069.0, 8087.0, 8023.0, 8083.0, 8116.0, 8069.0, 8079.0, 8053.0, 8069.0, 8090.0, 8046.0, 8076.0, 8001.0, 8062.0, 8028.0, 8057.0, 8065.0, 8019.0, 8051.0, 8004.0, 8046.0, 7999.0, 8054.0, 8089.0, 8028.0, 8051.0, 8037.0, 8056.0, 8024.0, 8069.0, 8039.0, 8087.0, 8087.0, 8053.0, 8075.0, 8029.0, 8057.0, 8018.0, 8099.0, 8095.0, 8032.0, 8088.0, 8044.0, 8087.0, 8048.0, 8094.0, 8055.0, 8100.0, 8074.0, 8099.0, 8039.0, 8115.0, 8083.0, 8112.0, 8076.0, 8095.0, 8130.0, 8127.0, 8124.0, 8097.0, 8067.0, 8098.0, 8061.0, 8059.0, 8085.0, 8029.0, 8098.0, 7998.0, 8043.0, 8011.0, 8014.0, 8060.0, 8023.0, 8053.0, 7987.0, 8030.0, 8015.0, 8002.0, 8042.0, 8018.0, 8065.0, 8007.0, 8052.0, 8025.0, 8053.0, 8013.0, 8072.0, 8056.0, 8086.0, 8102.0, 8052.0, 8081.0, 8031.0, 8045.0, 8035.0, 8062.0, 8097.0, 8029.0, 8056.0, 8015.0, 8044.0, 7988.0, 8074.0, 8012.0, 8052.0, 8019.0, 8056.0, 8085.0, 8023.0, 8068.0, 8062.0, 8046.0, 8081.0, 8036.0, 8087.0, 8012.0, 8050.0, 8026.0, 8061.0, 8087.0, 8012.0, 8070.0, 8050.0, 8071.0, 8026.0, 8078.0, 8038.0, 8077.0, 8029.0, 8059.0, 8041.0, 8034.0, 8075.0, 8051.0, 8078.0, 8086.0, 8066.0, 8071.0, 8136.0, 8076.0, 8128.0, 8062.0, 8111.0, 8122.0, 8074.0, 8118.0, 8054.0, 8085.0, 8066.0, 8051.0, 8062.0, 8053.0, 8080.0, 8038.0, 8105.0, 8059.0, 8080.0, 8033.0, 8071.0, 8115.0, 8033.0, 8086.0, 8038.0, 8061.0, 8054.0, 8034.0, 8060.0, 7999.0, 8044.0, 7971.0, 8049.0, 8016.0, 8032.0, 8004.0, 8054.0, 8004.0, 8070.0, 8054.0, 8071.0, 8041.0, 8075.0, 8052.0, 8071.0, 8120.0, 8078.0, 8104.0, 8052.0, 8093.0, 8018.0, 8062.0, 8088.0, 8063.0, 8098.0, 8012.0, 8056.0, 8039.0, 8012.0, 8054.0, 7988.0, 8068.0, 8013.0, 8000.0, 8039.0, 7988.0, 8046.0, 8009.0, 8071.0, 8011.0, 8073.0, 8032.0, 8049.0, 8087.0, 8032.0, 8102.0, 8049.0, 8045.0, 8082.0, 8027.0, 8072.0, 8038.0, 8063.0, 8091.0, 8030.0, 8068.0, 8010.0, 8075.0, 8081.0, 8028.0, 8083.0, 8014.0, 8074.0, 8018.0, 8062.0, 8035.0, 8083.0, 8085.0, 8095.0, 8109.0, 8082.0, 8111.0, 8040.0, 8084.0, 8122.0, 8088.0, 8087.0, 8032.0, 8063.0, 8091.0, 8047.0, 8081.0, 8035.0, 8065.0, 8035.0, 8063.0, 8007.0, 8065.0, 8066.0, 8074.0, 8100.0, 8048.0, 8082.0, 8005.0, 8064.0, 8075.0, 8047.0, 8086.0, 8007.0, 8058.0, 7998.0, 8063.0, 7990.0, 8038.0, 8090.0, 8018.0, 8070.0, 8056.0, 8061.0, 8012.0, 8076.0, 8088.0, 8076.0, 8105.0, 8039.0, 8082.0, 8054.0, 8091.0, 8059.0, 8105.0, 8116.0, 8034.0, 8092.0, 8036.0, 8077.0, 8014.0, 8077.0, 8088.0, 8049.0, 8092.0, 8036.0, 8090.0, 8055.0, 8093.0, 8072.0, 8125.0, 8058.0, 8111.0, 8061.0, 8127.0, 8125.0, 8088.0, 8119.0, 8072.0, 8076.0, 8078.0, 8045.0, 8108.0, 8044.0, 8085.0, 8050.0, 8028.0, 8087.0, 8025.0, 8040.0, 7982.0, 8067.0, 8077.0, 8002.0, 8040.0, 7999.0, 8040.0, 8009.0, 8067.0, 8009.0, 8050.0, 8009.0, 8080.0, 8118.0, 8041.0, 8096.0, 8046.0, 8070.0, 8051.0, 8060.0, 8102.0, 8022.0, 8090.0, 8106.0, 8040.0, 8061.0, 8052.0, 8052.0, 7991.0, 8067.0, 8105.0, 8015.0, 8079.0, 7997.0, 8052.0, 8006.0, 8023.0, 8067.0, 8012.0, 8060.0, 8033.0, 8074.0, 8015.0, 8073.0, 8016.0, 8065.0, 8037.0, 8094.0, 8054.0, 8102.0, 8039.0, 8116.0, 8129.0, 8123.0, 8151.0, 8080.0, 8103.0, 8096.0, 8057.0, 8125.0, 8048.0, 8087.0, 8120.0, 8064.0, 8060.0, 7999.0, 8040.0, 7982.0, 8060.0, 8059.0, 8017.0, 8056.0, 8033.0, 8048.0, 8003.0, 8070.0, 8025.0, 8076.0, 8032.0, 8065.0, 8112.0, 8044.0, 8079.0, 8003.0, 8043.0, 8071.0, 8027.0, 8055.0, 7980.0, 8058.0, 8020.0, 8031.0, 8043.0, 8040.0, 8048.0, 7981.0, 8045.0, 8009.0, 8062.0, 8037.0, 8036.0, 8047.0, 8026.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.00018971472629144182</td></tr>
<tr><td colspan=3>aqi</td><td>0.020764958057054743</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.750572554668175</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1599317702237653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9945091203240737</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>4140.9277</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08772629229868568</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.079414032382421</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478180231970794</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4827549408065095</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.593063574540183</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3587221805656897</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165914</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004945898428559303</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028777126222848892</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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.060329929345572</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>26.6331</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.0739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.9702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.9685</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2786.6588</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>718.6562</td></tr>
<tr><td colspan=3>tsnr</td><td>40.218477956950665</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>