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

616 lines
No EOL
140 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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-02/func/sub-0131_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>d9df10c6cb865c22ee24737d34c3b59a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:15:21.082500</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</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.259</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.0860101</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>918c4093-1741-4974-9697-e827f8dbbd5b||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.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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': ['101521.082500', '101521.542500', '101522.002500', '101522.462500', '101522.922500', '101523.382500', '101523.842500', '101524.302500', '101524.762500', '101525.222500', '101525.682500', '101526.142500', '101526.602500', '101527.062500', '101527.522500', '101527.982500', '101528.442500', '101528.902500', '101529.362500', '101529.822500', '101530.282500', '101530.742500', '101531.202500', '101531.662500', '101532.122500', '101532.582500', '101533.042500', '101533.502500', '101533.962500', '101534.422500', '101534.882500', '101535.342500', '101535.802500', '101536.262500', '101536.722500', '101537.182500', '101537.642500', '101538.102500', '101538.562500', '101539.022500', '101539.482500', '101539.942500', '101540.402500', '101540.862500', '101541.322500', '101541.782500', '101542.242500', '101542.702500', '101543.162500', '101543.622500', '101544.082500', '101544.542500', '101545.002500', '101545.462500', '101545.922500', '101546.382500', '101546.842500', '101547.302500', '101547.762500', '101548.222500', '101548.682500', '101549.142500', '101549.602500', '101550.062500', '101550.522500', '101550.982500', '101551.442500', '101551.902500', '101552.362500', '101552.822500', '101553.282500', '101553.742500', '101554.202500', '101554.662500', '101555.122500', '101555.582500', '101556.042500', '101556.502500', '101556.962500', '101557.422500', '101557.882500', '101558.342500', '101558.802500', '101559.262500', '101559.722500', '101600.182500', '101600.642500', '101601.102500', '101601.562500', '101602.022500', '101602.482500', '101602.942500', '101603.402500', '101603.862500', '101604.322500', '101604.782500', '101605.242500', '101605.702500', '101606.162500', '101606.622500', '101607.082500', '101607.542500', '101608.002500', '101608.462500', '101608.922500', '101609.382500', '101609.842500', '101610.302500', '101610.762500', '101611.222500', '101611.682500', '101612.142500', '101612.602500', '101613.062500', '101613.522500', '101613.982500', '101614.442500', '101614.902500', '101615.362500', '101615.822500', '101616.282500', '101616.742500', '101617.202500', '101617.662500', '101618.122500', '101618.582500', '101619.042500', '101619.502500', '101619.962500', '101620.422500', '101620.882500', '101621.342500', '101621.802500', '101622.262500', '101622.722500', '101623.182500', '101623.642500', '101624.102500', '101624.562500', '101625.022500', '101625.482500', '101625.942500', '101626.402500', '101626.862500', '101627.322500', '101627.782500', '101628.242500', '101628.702500', '101629.162500', '101629.622500', '101630.082500', '101630.542500', '101631.002500', '101631.462500', '101631.922500', '101632.382500', '101632.842500', '101633.302500', '101633.762500', '101634.222500', '101634.682500', '101635.142500', '101635.602500', '101636.062500', '101636.522500', '101636.982500', '101637.442500', '101637.902500', '101638.362500', '101638.822500', '101639.282500', '101639.742500', '101640.202500', '101640.662500', '101641.122500', '101641.582500', '101642.042500', '101642.502500', '101642.962500', '101643.422500', '101643.882500', '101644.342500', '101644.802500', '101645.262500', '101645.722500', '101646.182500', '101646.642500', '101647.102500', '101647.562500', '101648.022500', '101648.482500', '101648.942500', '101649.402500', '101649.862500', '101650.322500', '101650.782500', '101651.242500', '101651.702500', '101652.162500', '101652.622500', '101653.082500', '101653.542500', '101654.002500', '101654.462500', '101654.922500', '101655.382500', '101655.842500', '101656.302500', '101656.762500', '101657.222500', '101657.682500', '101658.142500', '101658.602500', '101659.062500', '101659.522500', '101659.982500', '101700.442500', '101700.902500', '101701.362500', '101701.822500', '101702.282500', '101702.742500', '101703.202500', '101703.662500', '101704.122500', '101704.582500', '101705.042500', '101705.502500', '101705.962500', '101706.422500', '101706.882500', '101707.342500', '101707.802500', '101708.262500', '101708.722500', '101709.182500', '101709.642500', '101710.102500', '101710.562500', '101711.022500', '101711.482500', '101711.942500', '101712.402500', '101712.862500', '101713.322500', '101713.782500', '101714.242500', '101714.702500', '101715.162500', '101715.622500', '101716.082500', '101716.542500', '101717.002500', '101717.462500', '101717.922500', '101718.382500', '101718.842500', '101719.302500', '101719.762500', '101720.222500', '101720.682500', '101721.142500', '101721.602500', '101722.062500', '101722.522500', '101722.982500', '101723.442500', '101723.902500', '101724.362500', '101724.822500', '101725.282500', '101725.742500', '101726.202500', '101726.662500', '101727.122500', '101727.582500', '101728.042500', '101728.502500', '101728.962500', '101729.422500', '101729.882500', '101730.342500', '101730.802500', '101731.262500', '101731.722500', '101732.182500', '101732.642500', '101733.102500', '101733.562500', '101734.022500', '101734.482500', '101734.942500', '101735.402500', '101735.862500', '101736.322500', '101736.782500', '101737.242500', '101737.702500', '101738.162500', '101738.622500', '101739.082500', '101739.542500', '101740.002500', '101740.462500', '101740.922500', '101741.382500', '101741.842500', '101742.302500', '101742.762500', '101743.222500', '101743.682500', '101744.142500', '101744.602500', '101745.062500', '101745.522500', '101745.982500', '101746.442500', '101746.902500', '101747.362500', '101747.822500', '101748.282500', '101748.742500', '101749.202500', '101749.662500', '101750.122500', '101750.582500', '101751.042500', '101751.502500', '101751.962500', '101752.422500', '101752.882500', '101753.342500', '101753.802500', '101754.262500', '101754.722500', '101755.182500', '101755.642500', '101756.102500', '101756.562500', '101757.022500', '101757.482500', '101757.942500', '101758.402500', '101758.862500', '101759.322500', '101759.782500', '101800.242500', '101800.702500', '101801.162500', '101801.622500', '101802.082500', '101802.542500', '101803.002500', '101803.462500', '101803.922500', '101804.382500', '101804.842500', '101805.302500', '101805.762500', '101806.222500', '101806.682500', '101807.142500', '101807.602500', '101808.062500', '101808.522500', '101808.982500', '101809.442500', '101809.902500', '101810.362500', '101810.822500', '101811.282500', '101811.742500', '101812.202500', '101812.662500', '101813.122500', '101813.582500', '101814.042500', '101814.502500', '101814.962500', '101815.422500', '101815.882500', '101816.342500', '101816.802500', '101817.262500', '101817.722500', '101818.182500', '101818.642500', '101819.102500', '101819.562500', '101820.022500', '101820.482500', '101820.942500', '101821.402500', '101821.862500', '101822.322500', '101822.782500', '101823.242500', '101823.702500', '101824.162500', '101824.622500', '101825.082500', '101825.542500', '101826.002500', '101826.462500', '101826.922500', '101827.382500', '101827.842500', '101828.302500', '101828.762500', '101829.222500', '101829.682500', '101830.142500', '101830.602500', '101831.062500', '101831.522500', '101831.982500', '101832.442500', '101832.902500', '101833.362500', '101833.822500', '101834.282500', '101834.742500', '101835.202500', '101835.662500', '101836.122500', '101836.582500', '101837.042500', '101837.502500', '101837.962500', '101838.422500', '101838.882500', '101839.342500', '101839.802500', '101840.262500', '101840.722500', '101841.182500', '101841.642500', '101842.102500', '101842.562500', '101843.022500', '101843.482500', '101843.942500', '101844.402500', '101844.862500', '101845.322500', '101845.782500', '101846.242500', '101846.702500', '101847.162500', '101847.622500', '101848.082500', '101848.542500', '101849.002500', '101849.462500', '101849.922500', '101850.382500', '101850.842500', '101851.302500', '101851.762500', '101852.222500', '101852.682500', '101853.142500', '101853.602500', '101854.062500', '101854.522500', '101854.982500', '101855.442500', '101855.902500', '101856.362500', '101856.822500', '101857.282500', '101857.742500', '101858.202500', '101858.662500', '101859.122500', '101859.582500', '101900.042500', '101900.502500', '101900.962500', '101901.422500', '101901.882500', '101902.342500', '101902.802500', '101903.262500', '101903.722500', '101904.182500', '101904.642500', '101905.102500', '101905.562500', '101906.022500', '101906.482500', '101906.942500', '101907.402500', '101907.862500', '101908.322500', '101908.782500', '101909.242500', '101909.702500', '101910.162500', '101910.622500', '101911.082500', '101911.542500', '101912.002500', '101912.462500', '101912.922500', '101913.382500', '101913.842500', '101914.302500', '101914.762500', '101915.222500', '101915.682500', '101916.142500', '101916.602500', '101917.062500', '101917.522500', '101917.982500', '101918.442500', '101918.902500', '101919.362500', '101919.822500', '101920.282500', '101920.742500', '101921.202500', '101921.662500', '101922.122500', '101922.582500', '101923.042500', '101923.502500', '101923.962500', '101924.422500', '101924.882500', '101925.342500', '101925.802500', '101926.262500', '101926.722500', '101927.182500', '101927.642500', '101928.102500', '101928.562500', '101929.022500', '101929.482500', '101929.942500', '101930.402500', '101930.862500', '101931.322500', '101931.782500', '101932.242500', '101932.702500', '101933.162500', '101933.622500', '101934.082500', '101934.542500', '101935.002500', '101935.462500', '101935.922500', '101936.382500', '101936.842500', '101937.302500', '101937.762500', '101938.222500', '101938.682500', '101939.142500', '101939.602500', '101940.062500', '101940.522500', '101940.982500', '101941.442500', '101941.902500', '101942.362500', '101942.822500', '101943.282500', '101943.742500', '101944.202500', '101944.662500', '101945.122500', '101945.582500', '101946.042500', '101946.502500', '101946.962500', '101947.422500', '101947.882500', '101948.342500', '101948.802500', '101949.262500', '101949.722500', '101950.182500', '101950.642500', '101951.102500', '101951.562500', '101952.022500', '101952.482500', '101952.942500', '101953.402500', '101953.862500', '101954.322500', '101954.782500', '101955.242500', '101955.702500', '101956.162500', '101956.622500', '101957.082500', '101957.542500', '101958.002500', '101958.462500', '101958.922500', '101959.382500', '101959.842500', '102000.302500', '102000.762500', '102001.222500', '102001.682500', '102002.142500', '102002.602500', '102003.062500', '102003.522500', '102003.982500', '102004.442500', '102004.902500', '102005.362500', '102005.822500', '102006.282500', '102006.742500', '102007.202500', '102007.662500', '102008.122500', '102008.582500', '102009.042500', '102009.502500', '102009.962500', '102010.422500', '102010.882500', '102011.342500', '102011.802500', '102012.262500', '102012.722500', '102013.182500', '102013.642500', '102014.102500', '102014.562500', '102015.022500', '102015.482500', '102015.942500', '102016.402500', '102016.862500', '102017.322500', '102017.782500', '102018.242500', '102018.702500', '102019.162500', '102019.622500', '102020.082500', '102020.542500', '102021.002500', '102021.462500', '102021.922500', '102022.382500', '102022.842500', '102023.302500', '102023.762500', '102024.222500', '102024.682500', '102025.142500', '102025.602500', '102026.062500', '102026.522500', '102026.982500', '102027.442500', '102027.902500', '102028.362500', '102028.822500', '102029.282500', '102029.742500', '102030.202500', '102030.662500', '102031.122500', '102031.582500', '102032.042500', '102032.502500', '102032.962500', '102033.422500', '102033.882500', '102034.342500', '102034.802500', '102035.262500', '102035.722500', '102036.182500', '102036.642500', '102037.102500', '102037.562500', '102038.022500', '102038.482500', '102038.942500', '102039.402500', '102039.862500', '102040.322500', '102040.782500', '102041.242500', '102041.702500', '102042.162500', '102042.622500', '102043.082500', '102043.542500', '102044.002500', '102044.462500', '102044.922500', '102045.382500', '102045.842500', '102046.302500', '102046.762500', '102047.222500', '102047.682500', '102048.142500', '102048.602500', '102049.062500', '102049.522500', '102049.982500', '102050.442500', '102050.902500', '102051.362500', '102051.822500', '102052.282500', '102052.742500', '102053.202500', '102053.662500', '102054.122500', '102054.582500', '102055.042500', '102055.502500', '102055.962500', '102056.422500', '102056.882500', '102057.342500', '102057.802500', '102058.262500', '102058.722500', '102059.182500', '102059.642500', '102100.102500', '102100.562500', '102101.022500', '102101.482500', '102101.942500', '102102.402500', '102102.862500', '102103.322500', '102103.782500', '102104.242500', '102104.702500', '102105.162500', '102105.622500', '102106.082500', '102106.542500', '102107.002500', '102107.462500', '102107.922500', '102108.382500', '102108.842500', '102109.302500', '102109.762500', '102110.222500', '102110.682500', '102111.142500', '102111.602500', '102112.062500', '102112.522500', '102112.982500', '102113.442500', '102113.902500', '102114.362500', '102114.822500', '102115.282500', '102115.742500', '102116.202500', '102116.662500', '102117.122500', '102117.582500', '102118.042500', '102118.502500', '102118.962500', '102119.422500', '102119.882500', '102120.342500', '102120.802500', '102121.262500', '102121.722500', '102122.182500', '102122.642500', '102123.102500', '102123.562500', '102124.022500', '102124.482500', '102124.942500', '102125.402500', '102125.862500', '102126.322500', '102126.782500', '102127.242500', '102127.702500', '102128.162500', '102128.622500', '102129.082500', '102129.542500', '102130.002500', '102130.462500', '102130.922500', '102131.382500', '102131.842500', '102132.302500', '102132.762500', '102133.222500', '102133.682500', '102134.142500', '102134.602500', '102135.062500', '102135.522500', '102135.982500', '102136.442500', '102136.902500', '102137.362500', '102137.822500', '102138.282500', '102138.742500', '102139.202500', '102139.662500', '102140.122500', '102140.582500', '102141.042500', '102141.502500', '102141.962500', '102142.422500', '102142.882500', '102143.342500', '102143.802500', '102144.262500', '102144.722500', '102145.182500', '102145.642500', '102146.102500', '102146.562500', '102147.022500', '102147.482500', '102147.942500', '102148.402500', '102148.862500', '102149.322500', '102149.782500', '102150.242500', '102150.702500', '102151.162500', '102151.622500', '102152.082500', '102152.542500', '102153.002500', '102153.462500', '102153.922500', '102154.382500', '102154.842500', '102155.302500', '102155.762500', '102156.222500', '102156.682500', '102157.142500', '102157.602500', '102158.062500', '102158.522500', '102158.982500', '102159.442500', '102159.902500', '102200.362500', '102200.822500', '102201.282500', '102201.742500', '102202.202500', '102202.662500', '102203.122500', '102203.582500', '102204.042500', '102204.502500', '102204.962500', '102205.422500', '102205.882500', '102206.342500', '102206.802500', '102207.262500', '102207.722500', '102208.182500', '102208.642500', '102209.102500', '102209.562500', '102210.022500', '102210.482500', '102210.942500', '102211.402500', '102211.862500', '102212.322500', '102212.782500', '102213.242500', '102213.702500', '102214.162500', '102214.622500', '102215.082500', '102215.542500', '102216.002500', '102216.462500', '102216.922500', '102217.382500', '102217.842500', '102218.302500', '102218.762500', '102219.222500', '102219.682500', '102220.142500', '102220.602500', '102221.062500', '102221.522500', '102221.982500', '102222.442500', '102222.902500', '102223.362500', '102223.822500', '102224.282500', '102224.742500', '102225.202500', '102225.662500', '102226.122500', '102226.582500', '102227.042500', '102227.502500', '102227.962500', '102228.422500', '102228.882500', '102229.342500', '102229.802500', '102230.262500', '102230.722500', '102231.182500', '102231.642500', '102232.102500', '102232.562500', '102233.022500', '102233.482500', '102233.942500', '102234.402500', '102234.862500', '102235.322500', '102235.782500', '102236.242500', '102236.702500', '102237.162500', '102237.622500', '102238.082500', '102238.542500', '102239.002500', '102239.462500', '102239.922500', '102240.382500', '102240.842500', '102241.302500', '102241.762500', '102242.222500', '102242.682500', '102243.142500', '102243.602500', '102244.062500', '102244.522500', '102244.982500', '102245.442500', '102245.902500', '102246.362500', '102246.822500', '102247.282500', '102247.742500', '102248.202500', '102248.662500', '102249.122500', '102249.582500', '102250.042500', '102250.502500', '102250.962500', '102251.422500', '102251.882500', '102252.342500', '102252.802500', '102253.262500', '102253.722500', '102254.182500', '102254.642500', '102255.102500', '102255.562500', '102256.022500', '102256.482500', '102256.942500', '102257.402500', '102257.862500', '102258.322500', '102258.782500', '102259.242500', '102259.702500', '102300.162500', '102300.622500', '102301.082500', '102301.542500', '102302.002500', '102302.462500', '102302.922500', '102303.382500', '102303.842500', '102304.302500', '102304.762500', '102305.222500', '102305.682500', '102306.142500', '102306.602500', '102307.062500', '102307.522500', '102307.982500', '102308.442500', '102308.902500', '102309.362500', '102309.822500', '102310.282500', '102310.742500', '102311.202500', '102311.662500', '102312.122500', '102312.582500', '102313.042500', '102313.502500', '102313.962500', '102314.422500', '102314.882500', '102315.342500', '102315.802500', '102316.262500', '102316.722500', '102317.182500', '102317.642500', '102318.102500', '102318.562500', '102319.022500', '102319.482500', '102319.942500', '102320.402500', '102320.862500', '102321.322500', '102321.782500', '102322.242500', '102322.702500', '102323.162500', '102323.622500', '102324.082500', '102324.542500', '102325.002500', '102325.462500', '102325.922500', '102326.382500', '102326.842500', '102327.302500', '102327.762500', '102328.222500', '102328.682500', '102329.142500', '102329.602500', '102330.062500', '102330.522500', '102330.982500', '102331.442500', '102331.902500', '102332.362500', '102332.822500', '102333.282500', '102333.742500', '102334.202500', '102334.662500', '102335.122500', '102335.582500', '102336.042500', '102336.502500', '102336.962500', '102337.422500', '102337.882500', '102338.342500', '102338.802500', '102339.262500', '102339.722500', '102340.182500', '102340.642500', '102341.102500', '102341.562500', '102342.022500', '102342.482500', '102342.942500', '102343.402500', '102343.862500', '102344.322500', '102344.782500', '102345.242500', '102345.702500', '102346.162500', '102346.622500', '102347.082500', '102347.542500', '102348.002500', '102348.462500', '102348.922500', '102349.382500', '102349.842500', '102350.302500', '102350.762500', '102351.222500', '102351.682500', '102352.142500', '102352.602500', '102353.062500', '102353.522500', '102353.982500', '102354.442500', '102354.902500', '102355.362500', '102355.822500', '102356.282500', '102356.742500', '102357.202500', '102357.662500', '102358.122500', '102358.582500', '102359.042500', '102359.502500', '102359.962500', '102400.422500', '102400.882500', '102401.342500', '102401.802500', '102402.262500', '102402.722500', '102403.182500', '102403.642500', '102404.102500', '102404.562500', '102405.022500', '102405.482500', '102405.942500', '102406.402500', '102406.862500', '102407.322500', '102407.782500', '102408.242500', '102408.702500', '102409.162500', '102409.622500', '102410.082500', '102410.542500', '102411.002500', '102411.462500', '102411.922500', '102412.382500', '102412.842500', '102413.302500', '102413.762500', '102414.222500', '102414.682500', '102415.142500', '102415.602500', '102416.062500', '102416.522500', '102416.982500', '102417.442500', '102417.902500', '102418.362500', '102418.822500', '102419.282500', '102419.742500', '102420.202500', '102420.662500', '102421.122500', '102421.582500', '102422.042500', '102422.502500', '102422.962500', '102423.422500', '102423.882500', '102424.342500', '102424.802500', '102425.262500', '102425.722500', '102426.182500', '102426.642500', '102427.102500', '102427.562500', '102428.022500', '102428.482500', '102428.942500', '102429.402500', '102429.862500', '102430.322500', '102430.782500', '102431.242500', '102431.702500', '102432.162500', '102432.622500', '102433.082500', '102433.542500', '102434.002500', '102434.462500', '102434.922500', '102435.382500', '102435.842500', '102436.302500', '102436.762500', '102437.222500', '102437.682500', '102438.142500', '102438.602500', '102439.062500', '102439.522500', '102439.982500', '102440.442500', '102440.902500', '102441.362500', '102441.822500', '102442.282500', '102442.742500', '102443.202500', '102443.662500', '102444.122500', '102444.582500', '102445.042500', '102445.502500', '102445.962500', '102446.422500', '102446.882500', '102447.342500', '102447.802500', '102448.262500', '102448.722500', '102449.182500', '102449.642500', '102450.102500', '102450.562500', '102451.022500', '102451.482500', '102451.942500', '102452.402500', '102452.862500', '102453.322500', '102453.782500', '102454.242500', '102454.702500', '102455.162500', '102455.622500', '102456.082500', '102456.542500', '102457.002500', '102457.462500', '102457.922500', '102458.382500', '102458.842500', '102459.302500', '102459.762500', '102500.222500', '102500.682500', '102501.142500', '102501.602500', '102502.062500', '102502.522500', '102502.982500', '102503.442500', '102503.902500', '102504.362500', '102504.822500', '102505.282500', '102505.742500', '102506.202500', '102506.662500', '102507.122500', '102507.582500', '102508.042500', '102508.502500', '102508.962500', '102509.422500', '102509.882500', '102510.342500', '102510.802500', '102511.262500', '102511.722500', '102512.182500', '102512.642500', '102513.102500', '102513.562500', '102514.022500', '102514.482500', '102514.942500', '102515.402500', '102515.862500', '102516.322500', '102516.782500', '102517.242500', '102517.702500'], 'ContentTime': ['101539.777000', '101539.780000', '101539.782000', '101539.785000', '101539.788000', '101539.790000', '101539.797000', '101539.799000', '101539.802000', '101539.805000', '101539.807000', '101539.810000', '101539.812000', '101539.815000', '101539.817000', '101539.820000', '101539.823000', '101539.825000', '101539.828000', '101539.831000', '101539.833000', '101539.836000', '101539.838000', '101539.841000', '101539.844000', '101539.846000', '101539.849000', '101539.856000', '101539.858000', '101539.861000', '101539.863000', '101539.866000', '101539.869000', '101539.872000', '101539.874000', '101539.877000', '101539.879000', '101539.882000', '101559.748000', '101559.751000', '101559.754000', '101559.756000', '101559.759000', '101559.776000', '101559.779000', '101559.782000', '101559.784000', '101559.787000', '101559.789000', '101559.792000', '101559.794000', '101559.797000', '101559.800000', '101559.802000', '101559.805000', '101559.808000', '101559.810000', '101559.813000', '101559.816000', '101559.819000', '101559.822000', '101559.825000', '101559.829000', '101559.832000', '101559.834000', '101559.837000', '101559.840000', '101559.842000', '101559.845000', '101559.848000', '101559.850000', '101559.853000', '101559.855000', '101559.858000', '101559.861000', '101559.863000', '101559.866000', '101559.868000', '101559.871000', '101559.874000', '101559.876000', '101619.749000', '101619.752000', '101619.755000', '101619.758000', '101619.760000', '101619.763000', '101619.765000', '101619.768000', '101619.771000', '101619.773000', '101619.776000', '101619.778000', '101619.781000', '101619.784000', '101619.786000', '101619.789000', '101619.791000', '101619.806000', '101619.809000', '101619.811000', '101619.820000', '101619.822000', '101619.825000', '101619.827000', '101619.830000', '101619.833000', '101619.835000', '101619.838000', '101619.840000', '101619.843000', '101619.846000', '101619.848000', '101619.851000', '101619.853000', '101619.856000', '101619.859000', '101619.861000', '101619.864000', '101619.867000', '101619.869000', '101619.872000', '101619.874000', '101619.877000', '101619.880000', '101639.749000', '101639.752000', '101639.755000', '101639.758000', '101639.760000', '101639.763000', '101639.765000', '101639.768000', '101639.771000', '101639.773000', '101639.776000', '101639.779000', '101639.781000', '101639.784000', '101639.787000', '101639.789000', '101639.792000', '101639.794000', '101639.797000', '101639.800000', '101639.802000', '101639.805000', '101639.807000', '101639.810000', '101639.813000', '101639.815000', '101639.818000', '101639.820000', '101639.823000', '101639.826000', '101639.828000', '101639.831000', '101639.834000', '101639.836000', '101639.839000', '101639.841000', '101639.844000', '101639.847000', '101639.849000', '101639.852000', '101639.854000', '101639.857000', '101639.859000', '101659.749000', '101659.753000', '101659.755000', '101659.758000', '101659.760000', '101659.763000', '101659.766000', '101659.768000', '101659.771000', '101659.773000', '101659.776000', '101659.779000', '101659.781000', '101659.784000', '101659.787000', '101659.789000', '101659.792000', '101659.795000', '101659.797000', '101659.800000', '101659.803000', '101659.805000', '101659.808000', '101659.811000', '101659.813000', '101659.816000', '101659.818000', '101659.821000', '101659.824000', '101659.826000', '101659.829000', '101659.831000', '101659.834000', '101659.837000', '101659.839000', '101659.842000', '101659.844000', '101659.847000', '101659.850000', '101659.852000', '101659.855000', '101659.858000', '101659.860000', '101659.863000', '101719.749000', '101719.752000', '101719.755000', '101719.757000', '101719.760000', '101719.763000', '101719.765000', '101719.768000', '101719.771000', '101719.773000', '101719.776000', '101719.779000', '101719.781000', '101719.784000', '101719.787000', '101719.789000', '101719.792000', '101719.795000', '101719.797000', '101719.800000', '101719.803000', '101719.805000', '101719.808000', '101719.811000', '101719.813000', '101719.816000', '101719.819000', '101719.821000', '101719.824000', '101719.827000', '101719.829000', '101719.832000', '101719.835000', '101719.837000', '101719.840000', '101719.843000', '101719.845000', '101719.848000', '101719.850000', '101719.853000', '101719.856000', '101719.858000', '101719.861000', '101739.749000', '101739.752000', '101739.755000', '101739.757000', '101739.760000', '101739.763000', '101739.765000', '101739.768000', '101739.771000', '101739.773000', '101739.776000', '101739.778000', '101739.781000', '101739.784000', '101739.786000', '101739.789000', '101739.792000', '101739.794000', '101739.797000', '101739.799000', '101739.802000', '101739.805000', '101739.807000', '101739.810000', '101739.813000', '101739.815000', '101739.818000', '101739.820000', '101739.823000', '101739.826000', '101739.828000', '101739.831000', '101739.834000', '101739.836000', '101739.839000', '101739.842000', '101739.844000', '101739.847000', '101739.850000', '101739.852000', '101739.855000', '101739.858000', '101739.860000', '101739.863000', '101759.749000', '101759.752000', '101759.755000', '101759.758000', '101759.760000', '101759.763000', '101759.766000', '101759.768000', '101759.771000', '101759.773000', '101759.776000', '101759.779000', '101759.791000', '101759.794000', '101759.797000', '101759.799000', '101759.802000', '101759.804000', '101759.807000', '101759.810000', '101759.812000', '101759.815000', '101759.818000', '101759.820000', '101759.823000', '101759.825000', '101759.828000', '101759.831000', '101759.833000', '101759.836000', '101759.839000', '101759.842000', '101759.844000', '101759.847000', '101759.850000', '101759.853000', '101759.855000', '101759.858000', '101759.861000', '101759.863000', '101759.866000', '101759.868000', '101759.871000', '101819.749000', '101819.751000', '101819.754000', '101819.757000', '101819.759000', '101819.762000', '101819.765000', '101819.767000', '101819.770000', '101819.773000', '101819.776000', '101819.779000', '101819.781000', '101819.784000', '101819.787000', '101819.789000', '101819.792000', '101819.795000', '101819.797000', '101819.800000', '101819.803000', '101819.805000', '101819.808000', '101819.811000', '101819.813000', '101819.816000', '101819.819000', '101819.821000', '101819.824000', '101819.827000', '101819.829000', '101819.832000', '101819.835000', '101819.837000', '101819.840000', '101819.843000', '101819.845000', '101819.848000', '101819.850000', '101819.853000', '101819.856000', '101819.859000', '101819.861000', '101819.864000', '101839.749000', '101839.752000', '101839.755000', '101839.758000', '101839.760000', '101839.763000', '101839.765000', '101839.768000', '101839.771000', '101839.773000', '101839.776000', '101839.778000', '101839.781000', '101839.784000', '101839.786000', '101839.789000', '101839.791000', '101839.794000', '101839.797000', '101839.800000', '101839.802000', '101839.805000', '101839.807000', '101839.810000', '101839.813000', '101839.815000', '101839.825000', '101839.828000', '101839.830000', '101839.833000', '101839.836000', '101839.838000', '101839.841000', '101839.844000', '101839.846000', '101839.849000', '101839.851000', '101839.854000', '101839.857000', '101839.859000', '101839.862000', '101839.865000', '101839.867000', '101859.750000', '101859.752000', '101859.755000', '101859.758000', '101859.760000', '101859.763000', '101859.766000', '101859.768000', '101859.771000', '101859.773000', '101859.776000', '101859.779000', '101859.781000', '101859.784000', '101859.787000', '101859.789000', '101859.792000', '101859.795000', '101859.797000', '101859.800000', '101859.803000', '101859.805000', '101859.808000', '101859.811000', '101859.814000', '101859.816000', '101859.819000', '101859.821000', '101859.824000', '101859.827000', '101859.829000', '101859.832000', '101859.835000', '101859.837000', '101859.840000', '101859.843000', '101859.845000', '101859.848000', '101859.850000', '101859.853000', '101859.856000', '101859.859000', '101859.862000', '101919.750000', '101919.752000', '101919.755000', '101919.758000', '101919.760000', '101919.763000', '101919.766000', '101919.768000', '101919.771000', '101919.773000', '101919.776000', '101919.779000', '101919.781000', '101919.784000', '101919.787000', '101919.789000', '101919.792000', '101919.794000', '101919.797000', '101919.800000', '101919.802000', '101919.805000', '101919.808000', '101919.810000', '101919.813000', '101919.815000', '101919.818000', '101919.821000', '101919.823000', '101919.826000', '101919.829000', '101919.831000', '101919.834000', '101919.837000', '101919.839000', '101919.842000', '101919.845000', '101919.847000', '101919.850000', '101919.853000', '101919.855000', '101919.858000', '101919.860000', '101919.863000', '101939.750000', '101939.752000', '101939.755000', '101939.758000', '101939.762000', '101939.765000', '101939.768000', '101939.770000', '101939.773000', '101939.776000', '101939.778000', '101939.781000', '101939.783000', '101939.786000', '101939.789000', '101939.791000', '101939.794000', '101939.797000', '101939.799000', '101939.802000', '101939.805000', '101939.807000', '101939.810000', '101939.813000', '101939.816000', '101939.818000', '101939.821000', '101939.824000', '101939.826000', '101939.829000', '101939.831000', '101939.834000', '101939.837000', '101939.839000', '101939.842000', '101939.845000', '101939.847000', '101939.850000', '101939.853000', '101939.855000', '101939.858000', '101939.860000', '101939.863000', '101959.749000', '101959.752000', '101959.755000', '101959.758000', '101959.761000', '101959.763000', '101959.766000', '101959.768000', '101959.771000', '101959.774000', '101959.776000', '101959.779000', '101959.782000', '101959.784000', '101959.787000', '101959.790000', '101959.792000', '101959.795000', '101959.797000', '101959.800000', '101959.803000', '101959.806000', '101959.808000', '101959.811000', '101959.814000', '101959.816000', '101959.819000', '101959.821000', '101959.824000', '101959.827000', '101959.829000', '101959.832000', '101959.835000', '101959.837000', '101959.840000', '101959.842000', '101959.845000', '101959.848000', '101959.850000', '101959.853000', '101959.856000', '101959.859000', '101959.861000', '101959.864000', '102019.750000', '102019.753000', '102019.756000', '102019.759000', '102019.762000', '102019.764000', '102019.767000', '102019.769000', '102019.772000', '102019.775000', '102019.777000', '102019.780000', '102019.783000', '102019.785000', '102019.788000', '102019.790000', '102019.793000', '102019.796000', '102019.798000', '102019.801000', '102019.804000', '102019.806000', '102019.809000', '102019.812000', '102019.814000', '102019.817000', '102019.819000', '102019.822000', '102019.825000', '102019.827000', '102019.830000', '102019.832000', '102019.835000', '102019.838000', '102019.840000', '102019.843000', '102019.846000', '102019.848000', '102019.851000', '102019.853000', '102019.856000', '102019.859000', '102019.861000', '102039.748000', '102039.751000', '102039.754000', '102039.756000', '102039.760000', '102039.763000', '102039.765000', '102039.768000', '102039.771000', '102039.773000', '102039.776000', '102039.778000', '102039.781000', '102039.784000', '102039.786000', '102039.789000', '102039.792000', '102039.794000', '102039.797000', '102039.799000', '102039.802000', '102039.805000', '102039.807000', '102039.810000', '102039.813000', '102039.815000', '102039.818000', '102039.820000', '102039.823000', '102039.826000', '102039.828000', '102039.831000', '102039.834000', '102039.836000', '102039.839000', '102039.841000', '102039.844000', '102039.847000', '102039.849000', '102039.856000', '102039.859000', '102039.862000', '102039.864000', '102039.867000', '102059.749000', '102059.752000', '102059.755000', '102059.758000', '102059.760000', '102059.763000', '102059.766000', '102059.769000', '102059.772000', '102059.775000', '102059.778000', '102059.780000', '102059.783000', '102059.786000', '102059.788000', '102059.791000', '102059.794000', '102059.796000', '102059.799000', '102059.825000', '102059.828000', '102059.830000', '102059.833000', '102059.836000', '102059.838000', '102059.841000', '102059.844000', '102059.846000', '102059.849000', '102059.851000', '102059.854000', '102059.857000', '102059.860000', '102059.863000', '102059.866000', '102059.868000', '102059.871000', '102059.874000', '102059.876000', '102059.879000', '102059.881000', '102059.884000', '102059.887000', '102119.749000', '102119.752000', '102119.755000', '102119.758000', '102119.760000', '102119.763000', '102119.765000', '102119.768000', '102119.771000', '102119.774000', '102119.776000', '102119.779000', '102119.781000', '102119.784000', '102119.787000', '102119.789000', '102119.792000', '102119.795000', '102119.797000', '102119.800000', '102119.802000', '102119.805000', '102119.808000', '102119.810000', '102119.813000', '102119.816000', '102119.818000', '102119.821000', '102119.823000', '102119.826000', '102119.829000', '102119.831000', '102119.834000', '102119.837000', '102119.839000', '102119.842000', '102119.844000', '102119.847000', '102119.851000', '102119.854000', '102119.856000', '102119.859000', '102119.862000', '102119.864000', '102139.749000', '102139.752000', '102139.755000', '102139.758000', '102139.760000', '102139.763000', '102139.767000', '102139.770000', '102139.773000', '102139.775000', '102139.778000', '102139.781000', '102139.784000', '102139.787000', '102139.789000', '102139.792000', '102139.795000', '102139.797000', '102139.800000', '102139.803000', '102139.805000', '102139.808000', '102139.810000', '102139.813000', '102139.816000', '102139.818000', '102139.821000', '102139.824000', '102139.826000', '102139.829000', '102139.832000', '102139.834000', '102139.837000', '102139.839000', '102139.842000', '102139.845000', '102139.847000', '102139.850000', '102139.853000', '102139.855000', '102139.858000', '102139.860000', '102139.863000', '102159.749000', '102159.753000', '102159.756000', '102159.758000', '102159.761000', '102159.764000', '102159.766000', '102159.769000', '102159.772000', '102159.774000', '102159.777000', '102159.779000', '102159.782000', '102159.785000', '102159.787000', '102159.790000', '102159.792000', '102159.795000', '102159.798000', '102159.800000', '102159.803000', '102159.806000', '102159.808000', '102159.811000', '102159.814000', '102159.816000', '102159.819000', '102159.821000', '102159.824000', '102159.827000', '102159.829000', '102159.832000', '102159.835000', '102159.837000', '102159.840000', '102159.843000', '102159.845000', '102159.848000', '102159.850000', '102159.853000', '102159.856000', '102159.859000', '102159.861000', '102159.864000', '102219.749000', '102219.752000', '102219.755000', '102219.758000', '102219.760000', '102219.763000', '102219.766000', '102219.768000', '102219.771000', '102219.773000', '102219.777000', '102219.780000', '102219.783000', '102219.786000', '102219.789000', '102219.802000', '102219.805000', '102219.807000', '102219.810000', '102219.812000', '102219.815000', '102219.818000', '102219.820000', '102219.823000', '102219.826000', '102219.828000', '102219.831000', '102219.834000', '102219.836000', '102219.840000', '102219.843000', '102219.845000', '102219.848000', '102219.851000', '102219.853000', '102219.856000', '102219.859000', '102219.861000', '102219.864000', '102219.867000', '102219.869000', '102219.872000', '102219.874000', '102239.750000', '102239.753000', '102239.755000', '102239.758000', '102239.761000', '102239.763000', '102239.766000', '102239.768000', '102239.771000', '102239.774000', '102239.776000', '102239.779000', '102239.782000', '102239.784000', '102239.787000', '102239.790000', '102239.792000', '102239.795000', '102239.797000', '102239.800000', '102239.803000', '102239.806000', '102239.809000', '102239.811000', '102239.814000', '102239.817000', '102239.819000', '102239.822000', '102239.824000', '102239.827000', '102239.830000', '102239.832000', '102239.835000', '102239.844000', '102239.846000', '102239.849000', '102239.852000', '102239.854000', '102239.857000', '102239.859000', '102239.862000', '102239.865000', '102239.867000', '102239.870000', '102259.748000', '102259.751000', '102259.754000', '102259.757000', '102259.759000', '102259.762000', '102259.770000', '102259.773000', '102259.775000', '102259.778000', '102259.782000', '102259.785000', '102259.787000', '102259.791000', '102259.794000', '102259.797000', '102259.799000', '102259.802000', '102259.805000', '102259.807000', '102259.810000', '102259.813000', '102259.815000', '102259.818000', '102259.820000', '102259.823000', '102259.826000', '102259.828000', '102259.831000', '102259.834000', '102259.836000', '102259.839000', '102259.841000', '102259.844000', '102259.847000', '102259.849000', '102259.852000', '102259.855000', '102259.857000', '102259.860000', '102259.863000', '102259.865000', '102259.868000', '102319.749000', '102319.752000', '102319.755000', '102319.758000', '102319.761000', '102319.763000', '102319.766000', '102319.769000', '102319.771000', '102319.774000', '102319.776000', '102319.779000', '102319.782000', '102319.784000', '102319.787000', '102319.790000', '102319.792000', '102319.795000', '102319.798000', '102319.801000', '102319.803000', '102319.806000', '102319.808000', '102319.817000', '102319.820000', '102319.823000', '102319.825000', '102319.828000', '102319.831000', '102319.833000', '102319.836000', '102319.839000', '102319.841000', '102319.844000', '102319.847000', '102319.849000', '102319.852000', '102319.855000', '102319.857000', '102319.860000', '102319.863000', '102319.865000', '102319.868000', '102319.870000', '102339.750000', '102339.753000', '102339.755000', '102339.758000', '102339.760000', '102339.763000', '102339.766000', '102339.768000', '102339.771000', '102339.774000', '102339.776000', '102339.779000', '102339.781000', '102339.784000', '102339.787000', '102339.789000', '102339.792000', '102339.794000', '102339.797000', '102339.800000', '102339.802000', '102339.805000', '102339.808000', '102339.810000', '102339.813000', '102339.816000', '102339.832000', '102339.834000', '102339.837000', '102339.840000', '102339.842000', '102339.845000', '102339.848000', '102339.850000', '102339.853000', '102339.857000', '102339.860000', '102339.863000', '102339.866000', '102339.869000', '102339.871000', '102339.874000', '102339.877000', '102359.750000', '102359.752000', '102359.755000', '102359.758000', '102359.761000', '102359.763000', '102359.766000', '102359.768000', '102359.771000', '102359.774000', '102359.776000', '102359.779000', '102359.782000', '102359.784000', '102359.787000', '102359.789000', '102359.792000', '102359.795000', '102359.797000', '102359.800000', '102359.803000', '102359.805000', '102359.808000', '102359.811000', '102359.813000', '102359.816000', '102359.819000', '102359.821000', '102359.824000', '102359.826000', '102359.829000', '102359.832000', '102359.834000', '102359.837000', '102359.839000', '102359.842000', '102359.845000', '102359.848000', '102359.850000', '102359.853000', '102359.856000', '102359.858000', '102359.861000', '102359.863000', '102419.750000', '102419.752000', '102419.755000', '102419.758000', '102419.760000', '102419.763000', '102419.766000', '102419.768000', '102419.771000', '102419.774000', '102419.776000', '102419.779000', '102419.782000', '102419.784000', '102419.787000', '102419.790000', '102419.792000', '102419.795000', '102419.798000', '102419.800000', '102419.803000', '102419.806000', '102419.808000', '102419.811000', '102419.814000', '102419.816000', '102419.819000', '102419.821000', '102419.824000', '102419.827000', '102419.830000', '102419.832000', '102419.835000', '102419.838000', '102419.840000', '102419.843000', '102419.845000', '102419.848000', '102419.851000', '102419.853000', '102419.857000', '102419.860000', '102419.863000', '102439.750000', '102439.753000', '102439.756000', '102439.758000', '102439.761000', '102439.764000', '102439.766000', '102439.769000', '102439.771000', '102439.774000', '102439.777000', '102439.779000', '102439.782000', '102439.785000', '102439.787000', '102439.790000', '102439.793000', '102439.795000', '102439.798000', '102439.801000', '102439.803000', '102439.806000', '102439.809000', '102439.811000', '102439.814000', '102439.817000', '102439.819000', '102439.822000', '102439.824000', '102439.827000', '102439.830000', '102439.832000', '102439.835000', '102439.838000', '102439.840000', '102439.843000', '102439.846000', '102439.848000', '102439.851000', '102439.854000', '102439.856000', '102439.859000', '102439.862000', '102459.750000', '102459.752000', '102459.755000', '102459.758000', '102459.760000', '102459.763000', '102459.766000', '102459.768000', '102459.771000', '102459.811000', '102459.814000', '102459.817000', '102459.819000', '102459.822000', '102459.825000', '102459.827000', '102459.830000', '102459.833000', '102459.835000', '102459.838000', '102459.840000', '102459.843000', '102459.846000', '102459.848000', '102459.851000', '102459.854000', '102459.856000', '102459.859000', '102459.862000', '102459.864000', '102459.867000', '102459.869000', '102459.872000', '102459.875000', '102459.877000', '102459.880000', '102459.883000', '102459.885000', '102459.888000', '102459.890000', '102459.893000', '102459.896000', '102459.899000', '102459.902000', '102519.190000', '102519.192000', '102519.195000', '102519.198000', '102519.201000', '102519.203000', '102519.206000', '102519.209000', '102519.212000', '102519.215000', '102519.218000', '102519.221000', '102519.223000', '102519.227000', '102519.230000', '102519.233000', '102519.235000', '102519.238000', '102519.241000', '102519.244000', '102519.247000', '102519.249000', '102519.252000', '102519.255000', '102519.258000', '102519.261000', '102519.273000', '102519.276000', '102519.279000', '102519.281000', '102519.284000', '102519.287000', '102519.290000', '102519.293000', '102519.296000', '102519.299000', '102519.302000', '102519.304000', '102519.309000', '102519.312000', '102519.318000', '102519.321000', '102519.324000'], 'InstanceCreationTime': ['101539.777000', '101539.780000', '101539.782000', '101539.785000', '101539.788000', '101539.790000', '101539.797000', '101539.799000', '101539.802000', '101539.805000', '101539.807000', '101539.810000', '101539.812000', '101539.815000', '101539.817000', '101539.820000', '101539.823000', '101539.825000', '101539.828000', '101539.831000', '101539.833000', '101539.836000', '101539.838000', '101539.841000', '101539.844000', '101539.846000', '101539.849000', '101539.856000', '101539.858000', '101539.861000', '101539.863000', '101539.866000', '101539.869000', '101539.872000', '101539.874000', '101539.877000', '101539.879000', '101539.882000', '101559.748000', '101559.751000', '101559.754000', '101559.756000', '101559.759000', '101559.776000', '101559.779000', '101559.782000', '101559.784000', '101559.787000', '101559.789000', '101559.792000', '101559.794000', '101559.797000', '101559.800000', '101559.802000', '101559.805000', '101559.808000', '101559.810000', '101559.813000', '101559.816000', '101559.819000', '101559.822000', '101559.825000', '101559.829000', '101559.832000', '101559.834000', '101559.837000', '101559.840000', '101559.842000', '101559.845000', '101559.848000', '101559.850000', '101559.853000', '101559.855000', '101559.858000', '101559.861000', '101559.863000', '101559.866000', '101559.868000', '101559.871000', '101559.874000', '101559.876000', '101619.749000', '101619.752000', '101619.755000', '101619.758000', '101619.760000', '101619.763000', '101619.765000', '101619.768000', '101619.771000', '101619.773000', '101619.776000', '101619.778000', '101619.781000', '101619.784000', '101619.786000', '101619.789000', '101619.791000', '101619.806000', '101619.809000', '101619.811000', '101619.820000', '101619.822000', '101619.825000', '101619.827000', '101619.830000', '101619.833000', '101619.835000', '101619.838000', '101619.840000', '101619.843000', '101619.846000', '101619.848000', '101619.851000', '101619.853000', '101619.856000', '101619.859000', '101619.861000', '101619.864000', '101619.867000', '101619.869000', '101619.872000', '101619.874000', '101619.877000', '101619.880000', '101639.749000', '101639.752000', '101639.755000', '101639.758000', '101639.760000', '101639.763000', '101639.765000', '101639.768000', '101639.771000', '101639.773000', '101639.776000', '101639.779000', '101639.781000', '101639.784000', '101639.787000', '101639.789000', '101639.792000', '101639.794000', '101639.797000', '101639.800000', '101639.802000', '101639.805000', '101639.807000', '101639.810000', '101639.813000', '101639.815000', '101639.818000', '101639.820000', '101639.823000', '101639.826000', '101639.828000', '101639.831000', '101639.834000', '101639.836000', '101639.839000', '101639.841000', '101639.844000', '101639.847000', '101639.849000', '101639.852000', '101639.854000', '101639.857000', '101639.859000', '101659.749000', '101659.753000', '101659.755000', '101659.758000', '101659.760000', '101659.763000', '101659.766000', '101659.768000', '101659.771000', '101659.773000', '101659.776000', '101659.779000', '101659.781000', '101659.784000', '101659.787000', '101659.789000', '101659.792000', '101659.795000', '101659.797000', '101659.800000', '101659.803000', '101659.805000', '101659.808000', '101659.811000', '101659.813000', '101659.816000', '101659.818000', '101659.821000', '101659.824000', '101659.826000', '101659.829000', '101659.831000', '101659.834000', '101659.837000', '101659.839000', '101659.842000', '101659.844000', '101659.847000', '101659.850000', '101659.852000', '101659.855000', '101659.858000', '101659.860000', '101659.863000', '101719.749000', '101719.752000', '101719.755000', '101719.757000', '101719.760000', '101719.763000', '101719.765000', '101719.768000', '101719.771000', '101719.773000', '101719.776000', '101719.779000', '101719.781000', '101719.784000', '101719.787000', '101719.789000', '101719.792000', '101719.795000', '101719.797000', '101719.800000', '101719.803000', '101719.805000', '101719.808000', '101719.811000', '101719.813000', '101719.816000', '101719.819000', '101719.821000', '101719.824000', '101719.827000', '101719.829000', '101719.832000', '101719.835000', '101719.837000', '101719.840000', '101719.843000', '101719.845000', '101719.848000', '101719.850000', '101719.853000', '101719.856000', '101719.858000', '101719.861000', '101739.749000', '101739.752000', '101739.755000', '101739.757000', '101739.760000', '101739.763000', '101739.765000', '101739.768000', '101739.771000', '101739.773000', '101739.776000', '101739.778000', '101739.781000', '101739.784000', '101739.786000', '101739.789000', '101739.792000', '101739.794000', '101739.797000', '101739.799000', '101739.802000', '101739.805000', '101739.807000', '101739.810000', '101739.813000', '101739.815000', '101739.818000', '101739.820000', '101739.823000', '101739.826000', '101739.828000', '101739.831000', '101739.834000', '101739.836000', '101739.839000', '101739.842000', '101739.844000', '101739.847000', '101739.850000', '101739.852000', '101739.855000', '101739.858000', '101739.860000', '101739.863000', '101759.749000', '101759.752000', '101759.755000', '101759.758000', '101759.760000', '101759.763000', '101759.766000', '101759.768000', '101759.771000', '101759.773000', '101759.776000', '101759.779000', '101759.791000', '101759.794000', '101759.797000', '101759.799000', '101759.802000', '101759.804000', '101759.807000', '101759.810000', '101759.812000', '101759.815000', '101759.818000', '101759.820000', '101759.823000', '101759.825000', '101759.828000', '101759.831000', '101759.833000', '101759.836000', '101759.839000', '101759.842000', '101759.844000', '101759.847000', '101759.850000', '101759.853000', '101759.855000', '101759.858000', '101759.861000', '101759.863000', '101759.866000', '101759.868000', '101759.871000', '101819.749000', '101819.751000', '101819.754000', '101819.757000', '101819.759000', '101819.762000', '101819.765000', '101819.767000', '101819.770000', '101819.773000', '101819.776000', '101819.779000', '101819.781000', '101819.784000', '101819.787000', '101819.789000', '101819.792000', '101819.795000', '101819.797000', '101819.800000', '101819.803000', '101819.805000', '101819.808000', '101819.811000', '101819.813000', '101819.816000', '101819.819000', '101819.821000', '101819.824000', '101819.827000', '101819.829000', '101819.832000', '101819.835000', '101819.837000', '101819.840000', '101819.843000', '101819.845000', '101819.848000', '101819.850000', '101819.853000', '101819.856000', '101819.859000', '101819.861000', '101819.864000', '101839.749000', '101839.752000', '101839.755000', '101839.758000', '101839.760000', '101839.763000', '101839.765000', '101839.768000', '101839.771000', '101839.773000', '101839.776000', '101839.778000', '101839.781000', '101839.784000', '101839.786000', '101839.789000', '101839.791000', '101839.794000', '101839.797000', '101839.800000', '101839.802000', '101839.805000', '101839.807000', '101839.810000', '101839.813000', '101839.815000', '101839.825000', '101839.828000', '101839.830000', '101839.833000', '101839.836000', '101839.838000', '101839.841000', '101839.844000', '101839.846000', '101839.849000', '101839.851000', '101839.854000', '101839.857000', '101839.859000', '101839.862000', '101839.865000', '101839.867000', '101859.750000', '101859.752000', '101859.755000', '101859.758000', '101859.760000', '101859.763000', '101859.766000', '101859.768000', '101859.771000', '101859.773000', '101859.776000', '101859.779000', '101859.781000', '101859.784000', '101859.787000', '101859.789000', '101859.792000', '101859.795000', '101859.797000', '101859.800000', '101859.803000', '101859.805000', '101859.808000', '101859.811000', '101859.814000', '101859.816000', '101859.819000', '101859.821000', '101859.824000', '101859.827000', '101859.829000', '101859.832000', '101859.835000', '101859.837000', '101859.840000', '101859.843000', '101859.845000', '101859.848000', '101859.850000', '101859.853000', '101859.856000', '101859.859000', '101859.862000', '101919.750000', '101919.752000', '101919.755000', '101919.758000', '101919.760000', '101919.763000', '101919.766000', '101919.768000', '101919.771000', '101919.773000', '101919.776000', '101919.779000', '101919.781000', '101919.784000', '101919.787000', '101919.789000', '101919.792000', '101919.794000', '101919.797000', '101919.800000', '101919.802000', '101919.805000', '101919.808000', '101919.810000', '101919.813000', '101919.815000', '101919.818000', '101919.821000', '101919.823000', '101919.826000', '101919.829000', '101919.831000', '101919.834000', '101919.837000', '101919.839000', '101919.842000', '101919.845000', '101919.847000', '101919.850000', '101919.853000', '101919.855000', '101919.858000', '101919.860000', '101919.863000', '101939.750000', '101939.752000', '101939.755000', '101939.758000', '101939.762000', '101939.765000', '101939.768000', '101939.770000', '101939.773000', '101939.776000', '101939.778000', '101939.781000', '101939.783000', '101939.786000', '101939.789000', '101939.791000', '101939.794000', '101939.797000', '101939.799000', '101939.802000', '101939.805000', '101939.807000', '101939.810000', '101939.813000', '101939.816000', '101939.818000', '101939.821000', '101939.824000', '101939.826000', '101939.829000', '101939.831000', '101939.834000', '101939.837000', '101939.839000', '101939.842000', '101939.845000', '101939.847000', '101939.850000', '101939.853000', '101939.855000', '101939.858000', '101939.860000', '101939.863000', '101959.749000', '101959.752000', '101959.755000', '101959.758000', '101959.761000', '101959.763000', '101959.766000', '101959.768000', '101959.771000', '101959.774000', '101959.776000', '101959.779000', '101959.782000', '101959.784000', '101959.787000', '101959.790000', '101959.792000', '101959.795000', '101959.797000', '101959.800000', '101959.803000', '101959.806000', '101959.808000', '101959.811000', '101959.814000', '101959.816000', '101959.819000', '101959.821000', '101959.824000', '101959.827000', '101959.829000', '101959.832000', '101959.835000', '101959.837000', '101959.840000', '101959.842000', '101959.845000', '101959.848000', '101959.850000', '101959.853000', '101959.856000', '101959.859000', '101959.861000', '101959.864000', '102019.750000', '102019.753000', '102019.756000', '102019.759000', '102019.762000', '102019.764000', '102019.767000', '102019.769000', '102019.772000', '102019.775000', '102019.777000', '102019.780000', '102019.783000', '102019.785000', '102019.788000', '102019.790000', '102019.793000', '102019.796000', '102019.798000', '102019.801000', '102019.804000', '102019.806000', '102019.809000', '102019.812000', '102019.814000', '102019.817000', '102019.819000', '102019.822000', '102019.825000', '102019.827000', '102019.830000', '102019.832000', '102019.835000', '102019.838000', '102019.840000', '102019.843000', '102019.846000', '102019.848000', '102019.851000', '102019.853000', '102019.856000', '102019.859000', '102019.861000', '102039.748000', '102039.751000', '102039.754000', '102039.756000', '102039.760000', '102039.763000', '102039.765000', '102039.768000', '102039.771000', '102039.773000', '102039.776000', '102039.778000', '102039.781000', '102039.784000', '102039.786000', '102039.789000', '102039.792000', '102039.794000', '102039.797000', '102039.799000', '102039.802000', '102039.805000', '102039.807000', '102039.810000', '102039.813000', '102039.815000', '102039.818000', '102039.820000', '102039.823000', '102039.826000', '102039.828000', '102039.831000', '102039.834000', '102039.836000', '102039.839000', '102039.841000', '102039.844000', '102039.847000', '102039.849000', '102039.856000', '102039.859000', '102039.862000', '102039.864000', '102039.867000', '102059.749000', '102059.752000', '102059.755000', '102059.758000', '102059.760000', '102059.763000', '102059.766000', '102059.769000', '102059.772000', '102059.775000', '102059.778000', '102059.780000', '102059.783000', '102059.786000', '102059.788000', '102059.791000', '102059.794000', '102059.796000', '102059.799000', '102059.825000', '102059.828000', '102059.830000', '102059.833000', '102059.836000', '102059.838000', '102059.841000', '102059.844000', '102059.846000', '102059.849000', '102059.851000', '102059.854000', '102059.857000', '102059.860000', '102059.863000', '102059.866000', '102059.868000', '102059.871000', '102059.874000', '102059.876000', '102059.879000', '102059.881000', '102059.884000', '102059.887000', '102119.749000', '102119.752000', '102119.755000', '102119.758000', '102119.760000', '102119.763000', '102119.765000', '102119.768000', '102119.771000', '102119.774000', '102119.776000', '102119.779000', '102119.781000', '102119.784000', '102119.787000', '102119.789000', '102119.792000', '102119.795000', '102119.797000', '102119.800000', '102119.802000', '102119.805000', '102119.808000', '102119.810000', '102119.813000', '102119.816000', '102119.818000', '102119.821000', '102119.823000', '102119.826000', '102119.829000', '102119.831000', '102119.834000', '102119.837000', '102119.839000', '102119.842000', '102119.844000', '102119.847000', '102119.851000', '102119.854000', '102119.856000', '102119.859000', '102119.862000', '102119.864000', '102139.749000', '102139.752000', '102139.755000', '102139.758000', '102139.760000', '102139.763000', '102139.767000', '102139.770000', '102139.773000', '102139.775000', '102139.778000', '102139.781000', '102139.784000', '102139.787000', '102139.789000', '102139.792000', '102139.795000', '102139.797000', '102139.800000', '102139.803000', '102139.805000', '102139.808000', '102139.810000', '102139.813000', '102139.816000', '102139.818000', '102139.821000', '102139.824000', '102139.826000', '102139.829000', '102139.832000', '102139.834000', '102139.837000', '102139.839000', '102139.842000', '102139.845000', '102139.847000', '102139.850000', '102139.853000', '102139.855000', '102139.858000', '102139.860000', '102139.863000', '102159.749000', '102159.753000', '102159.756000', '102159.758000', '102159.761000', '102159.764000', '102159.766000', '102159.769000', '102159.772000', '102159.774000', '102159.777000', '102159.779000', '102159.782000', '102159.785000', '102159.787000', '102159.790000', '102159.792000', '102159.795000', '102159.798000', '102159.800000', '102159.803000', '102159.806000', '102159.808000', '102159.811000', '102159.814000', '102159.816000', '102159.819000', '102159.821000', '102159.824000', '102159.827000', '102159.829000', '102159.832000', '102159.835000', '102159.837000', '102159.840000', '102159.843000', '102159.845000', '102159.848000', '102159.850000', '102159.853000', '102159.856000', '102159.859000', '102159.861000', '102159.864000', '102219.749000', '102219.752000', '102219.755000', '102219.758000', '102219.760000', '102219.763000', '102219.766000', '102219.768000', '102219.771000', '102219.773000', '102219.777000', '102219.780000', '102219.783000', '102219.786000', '102219.789000', '102219.802000', '102219.805000', '102219.807000', '102219.810000', '102219.812000', '102219.815000', '102219.818000', '102219.820000', '102219.823000', '102219.826000', '102219.828000', '102219.831000', '102219.834000', '102219.836000', '102219.840000', '102219.843000', '102219.845000', '102219.848000', '102219.851000', '102219.853000', '102219.856000', '102219.859000', '102219.861000', '102219.864000', '102219.867000', '102219.869000', '102219.872000', '102219.874000', '102239.750000', '102239.753000', '102239.755000', '102239.758000', '102239.761000', '102239.763000', '102239.766000', '102239.768000', '102239.771000', '102239.774000', '102239.776000', '102239.779000', '102239.782000', '102239.784000', '102239.787000', '102239.790000', '102239.792000', '102239.795000', '102239.797000', '102239.800000', '102239.803000', '102239.806000', '102239.809000', '102239.811000', '102239.814000', '102239.817000', '102239.819000', '102239.822000', '102239.824000', '102239.827000', '102239.830000', '102239.832000', '102239.835000', '102239.844000', '102239.846000', '102239.849000', '102239.852000', '102239.854000', '102239.857000', '102239.859000', '102239.862000', '102239.865000', '102239.867000', '102239.870000', '102259.748000', '102259.751000', '102259.754000', '102259.757000', '102259.759000', '102259.762000', '102259.770000', '102259.773000', '102259.775000', '102259.778000', '102259.782000', '102259.785000', '102259.787000', '102259.791000', '102259.794000', '102259.797000', '102259.799000', '102259.802000', '102259.805000', '102259.807000', '102259.810000', '102259.813000', '102259.815000', '102259.818000', '102259.820000', '102259.823000', '102259.826000', '102259.828000', '102259.831000', '102259.834000', '102259.836000', '102259.839000', '102259.841000', '102259.844000', '102259.847000', '102259.849000', '102259.852000', '102259.855000', '102259.857000', '102259.860000', '102259.863000', '102259.865000', '102259.868000', '102319.749000', '102319.752000', '102319.755000', '102319.758000', '102319.761000', '102319.763000', '102319.766000', '102319.769000', '102319.771000', '102319.774000', '102319.776000', '102319.779000', '102319.782000', '102319.784000', '102319.787000', '102319.790000', '102319.792000', '102319.795000', '102319.798000', '102319.801000', '102319.803000', '102319.806000', '102319.808000', '102319.817000', '102319.820000', '102319.823000', '102319.825000', '102319.828000', '102319.831000', '102319.833000', '102319.836000', '102319.839000', '102319.841000', '102319.844000', '102319.847000', '102319.849000', '102319.852000', '102319.855000', '102319.857000', '102319.860000', '102319.863000', '102319.865000', '102319.868000', '102319.870000', '102339.750000', '102339.753000', '102339.755000', '102339.758000', '102339.760000', '102339.763000', '102339.766000', '102339.768000', '102339.771000', '102339.774000', '102339.776000', '102339.779000', '102339.781000', '102339.784000', '102339.787000', '102339.789000', '102339.792000', '102339.794000', '102339.797000', '102339.800000', '102339.802000', '102339.805000', '102339.808000', '102339.810000', '102339.813000', '102339.816000', '102339.832000', '102339.834000', '102339.837000', '102339.840000', '102339.842000', '102339.845000', '102339.848000', '102339.850000', '102339.853000', '102339.857000', '102339.860000', '102339.863000', '102339.866000', '102339.869000', '102339.871000', '102339.874000', '102339.877000', '102359.750000', '102359.752000', '102359.755000', '102359.758000', '102359.761000', '102359.763000', '102359.766000', '102359.768000', '102359.771000', '102359.774000', '102359.776000', '102359.779000', '102359.782000', '102359.784000', '102359.787000', '102359.789000', '102359.792000', '102359.795000', '102359.797000', '102359.800000', '102359.803000', '102359.805000', '102359.808000', '102359.811000', '102359.813000', '102359.816000', '102359.819000', '102359.821000', '102359.824000', '102359.826000', '102359.829000', '102359.832000', '102359.834000', '102359.837000', '102359.839000', '102359.842000', '102359.845000', '102359.848000', '102359.850000', '102359.853000', '102359.856000', '102359.858000', '102359.861000', '102359.863000', '102419.750000', '102419.752000', '102419.755000', '102419.758000', '102419.760000', '102419.763000', '102419.766000', '102419.768000', '102419.771000', '102419.774000', '102419.776000', '102419.779000', '102419.782000', '102419.784000', '102419.787000', '102419.790000', '102419.792000', '102419.795000', '102419.798000', '102419.800000', '102419.803000', '102419.806000', '102419.808000', '102419.811000', '102419.814000', '102419.816000', '102419.819000', '102419.821000', '102419.824000', '102419.827000', '102419.830000', '102419.832000', '102419.835000', '102419.838000', '102419.840000', '102419.843000', '102419.845000', '102419.848000', '102419.851000', '102419.853000', '102419.857000', '102419.860000', '102419.863000', '102439.750000', '102439.753000', '102439.756000', '102439.758000', '102439.761000', '102439.764000', '102439.766000', '102439.769000', '102439.771000', '102439.774000', '102439.777000', '102439.779000', '102439.782000', '102439.785000', '102439.787000', '102439.790000', '102439.793000', '102439.795000', '102439.798000', '102439.801000', '102439.803000', '102439.806000', '102439.809000', '102439.811000', '102439.814000', '102439.817000', '102439.819000', '102439.822000', '102439.824000', '102439.827000', '102439.830000', '102439.832000', '102439.835000', '102439.838000', '102439.840000', '102439.843000', '102439.846000', '102439.848000', '102439.851000', '102439.854000', '102439.856000', '102439.859000', '102439.862000', '102459.750000', '102459.752000', '102459.755000', '102459.758000', '102459.760000', '102459.763000', '102459.766000', '102459.768000', '102459.771000', '102459.811000', '102459.814000', '102459.817000', '102459.819000', '102459.822000', '102459.825000', '102459.827000', '102459.830000', '102459.833000', '102459.835000', '102459.838000', '102459.840000', '102459.843000', '102459.846000', '102459.848000', '102459.851000', '102459.854000', '102459.856000', '102459.859000', '102459.862000', '102459.864000', '102459.867000', '102459.869000', '102459.872000', '102459.875000', '102459.877000', '102459.880000', '102459.883000', '102459.885000', '102459.888000', '102459.890000', '102459.893000', '102459.896000', '102459.899000', '102459.902000', '102519.190000', '102519.192000', '102519.195000', '102519.198000', '102519.201000', '102519.203000', '102519.206000', '102519.209000', '102519.212000', '102519.215000', '102519.218000', '102519.221000', '102519.223000', '102519.227000', '102519.230000', '102519.233000', '102519.235000', '102519.238000', '102519.241000', '102519.244000', '102519.247000', '102519.249000', '102519.252000', '102519.255000', '102519.258000', '102519.261000', '102519.273000', '102519.276000', '102519.279000', '102519.281000', '102519.284000', '102519.287000', '102519.290000', '102519.293000', '102519.296000', '102519.299000', '102519.302000', '102519.304000', '102519.309000', '102519.312000', '102519.318000', '102519.321000', '102519.324000'], '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': [9053, 9088, 8663, 8698, 8525, 8595, 8413, 8329, 8324, 8110, 8200, 7949, 8178, 8173, 8264, 8337, 8491, 8592, 8229, 8260, 8440, 8152, 8379, 8322, 8386, 8577, 8531, 8513, 8521, 8747, 8207, 8605, 8421, 8326, 8323, 8385, 8439, 8363, 8123, 8269, 8055, 8121, 8026, 8140, 7961, 8081, 7976, 7972, 8087, 8069, 8068, 8068, 8110, 8540, 7935, 7986, 8056, 7803, 7835, 7414, 7710, 7682, 7671, 8415, 7992, 8161, 8112, 7996, 8167, 8375, 8290, 8150, 8332, 8343, 8306, 8253, 7971, 8268, 7962, 8293, 8199, 8078, 8084, 8308, 7871, 8571, 8338, 8393, 8016, 8096, 8092, 8109, 7940, 8144, 8000, 8102, 8031, 8257, 8130, 8290, 8087, 7903, 8078, 8151, 7943, 8030, 8049, 8318, 8140, 8977, 8162, 8483, 8432, 8726, 8642, 8394, 8347, 8425, 8430, 8547, 8488, 8524, 8470, 8042, 8200, 7972, 7972, 7914, 8018, 8205, 8360, 7903, 8493, 8156, 8314, 8179, 8555, 8263, 8606, 8632, 8169, 8112, 8104, 8272, 8092, 8297, 8074, 8342, 8357, 8619, 8463, 8258, 7987, 8039, 8101, 8005, 8142, 8270, 8005, 8361, 8211, 8155, 8103, 8441, 8119, 8653, 8177, 8565, 8218, 9062, 8237, 8872, 8591, 8424, 8160, 8248, 8138, 8125, 8023, 8083, 8478, 8140, 8538, 8290, 8334, 7987, 8141, 8023, 8661, 8285, 8585, 8745, 8227, 8813, 8202, 8968, 8316, 8646, 8040, 8664, 8349, 8563, 8153, 8437, 8221, 8816, 8328, 8515, 8310, 8467, 8252, 8799, 8318, 8598, 8464, 8404, 8457, 8469, 8399, 8397, 8456, 8223, 8449, 8604, 8329, 8400, 8496, 8394, 8460, 8619, 8596, 8603, 8471, 8410, 8253, 8422, 8282, 8575, 8395, 8391, 8207, 8651, 8521, 8482, 8257, 8407, 8083, 8737, 8209, 8686, 8188, 8529, 8418, 8570, 8264, 8312, 8227, 8345, 8137, 8031, 8184, 7873, 8057, 8121, 8250, 8047, 8157, 8306, 8145, 8420, 8359, 8543, 8483, 8741, 8251, 8541, 8119, 8097, 8073, 8075, 8157, 8096, 8481, 8228, 8862, 8124, 8888, 8373, 8858, 8564, 8803, 8567, 8153, 8209, 8262, 7978, 7998, 8085, 8041, 8335, 8225, 8439, 8486, 8533, 8513, 8034, 8131, 8046, 8156, 8073, 8281, 8291, 8433, 8566, 8396, 8604, 8487, 8525, 8446, 8433, 8258, 8234, 8173, 8154, 8134, 8358, 8117, 8459, 8042, 8522, 8289, 8735, 7962, 8654, 8020, 8398, 8208, 8593, 8310, 8537, 8154, 8312, 8395, 8429, 8537, 8527, 8439, 8170, 8207, 8358, 8421, 8077, 8014, 8234, 8313, 8041, 8318, 8000, 8353, 8258, 8786, 8152, 8743, 8460, 8564, 8204, 8905, 8413, 8573, 8716, 8584, 8212, 8171, 8068, 7955, 7933, 8151, 7915, 8245, 8422, 8407, 8391, 8463, 8550, 8422, 8186, 8227, 8084, 8040, 8278, 8137, 8482, 8060, 8602, 8346, 8309, 8012, 8266, 8121, 8531, 8294, 8517, 8243, 8685, 8230, 8762, 8595, 8730, 8411, 8097, 8294, 8140, 8453, 8106, 8571, 8203, 8292, 8309, 8240, 8349, 8460, 8432, 8406, 8786, 8774, 8568, 8261, 8711, 8492, 8666, 8892, 8630, 8379, 8576, 8769, 8568, 8456, 8773, 8317, 8836, 8246, 8643, 8477, 8647, 8508, 8726, 8413, 8744, 8243, 8694, 8308, 8572, 8590, 8769, 8496, 8770, 8284, 8862, 8369, 8708, 8661, 8999, 8647, 8520, 8577, 8629, 8763, 8528, 8368, 8624, 8404, 8657, 8677, 8566, 8455, 8795, 8361, 8799, 8248, 9140, 8373, 8761, 8575, 8981, 8312, 8447, 8252, 8136, 8118, 8367, 8752, 8473, 8837, 8679, 8683, 8339, 8629, 8332, 8693, 8340, 9009, 8373, 8641, 8632, 8661, 8393, 8901, 8321, 8816, 8755, 8555, 8358, 8385, 8393, 8430, 8429, 8332, 8452, 8554, 8147, 8127, 8346, 8510, 8643, 8502, 8512, 8278, 8351, 8326, 8449, 8267, 8376, 8939, 8240, 8768, 8413, 8244, 8451, 8472, 8431, 8592, 8780, 8319, 8682, 8543, 8574, 8394, 8182, 8363, 8003, 8331, 8859, 8166, 8524, 8624, 8362, 8844, 8673, 8969, 8574, 8781, 8679, 8583, 8287, 8106, 8422, 8059, 8175, 8106, 8406, 8118, 8265, 8323, 8086, 8582, 8461, 8465, 8750, 8779, 8707, 8418, 8664, 8736, 8439, 8213, 8486, 8453, 8372, 8707, 8199, 8852, 8699, 8439, 8395, 8620, 8418, 8331, 9020, 8544, 8509, 8512, 8380, 8168, 8214, 8519, 8355, 8544, 8323, 8864, 8376, 8704, 8596, 8364, 8269, 8345, 8693, 8280, 8973, 8412, 8489, 8517, 8711, 8381, 8274, 8294, 8550, 8599, 8437, 8472, 8318, 8930, 8359, 8653, 8532, 8943, 8424, 8952, 8842, 8685, 8398, 8338, 8421, 8591, 8614, 8576, 8838, 8692, 8570, 8738, 8785, 8296, 8811, 8596, 8996, 8487, 9132, 9051, 8638, 8548, 8759, 8572, 8599, 8583, 8203, 8565, 8341, 8657, 8640, 8787, 8470, 8520, 8895, 8569, 9034, 8553, 8970, 8438, 8941, 8402, 8609, 8494, 8526, 8268, 8279, 8204, 8329, 8399, 8272, 8541, 8473, 8871, 8186, 8721, 8614, 8945, 8450, 8720, 8370, 8555, 8481, 8877, 8487, 8677, 8403, 8604, 8312, 8715, 8494, 8619, 8260, 8562, 8363, 9107, 8556, 8645, 8444, 8813, 8498, 8687, 8492, 8649, 8150, 8835, 8606, 8909, 8395, 8298, 8366, 8576, 8523, 8594, 8294, 8689, 8281, 8637, 8358, 8707, 8237, 8572, 8375, 8886, 8434, 8880, 8682, 8565, 8460, 8775, 8406, 8799, 8503, 8541, 8422, 8919, 8330, 8765, 8366, 8610, 8232, 8570, 8533, 8376, 8347, 8249, 7999, 8153, 8123, 8521, 8282, 8483, 8444, 8139, 8488, 8039, 8621, 8221, 8456, 8072, 8375, 8349, 8192, 8035, 8143, 8065, 7978, 8320, 8159, 7914, 8432, 8142, 8119, 8100, 7979, 7989, 8080, 8224, 8134, 8310, 8307, 8061, 7768, 8230, 8230, 8314, 8358, 8170, 8277, 8144, 8371, 8298, 8147, 8357, 8128, 8310, 8013, 8201, 8306, 8355, 8692, 8622, 8440, 8117, 8652, 8162, 8540, 8200, 8442, 8267, 8065, 8070, 8340, 8343, 8083, 8556, 8352, 8355, 8178, 8198, 8098, 8348, 8291, 8231, 8650, 8211, 8397, 8191, 8575, 8194, 8542, 8135, 8186, 8211, 8185, 8137, 8253, 8135, 8212, 7907, 8149, 8170, 8390, 8401, 8143, 8403, 8225, 8769, 8129, 8428, 8387, 8500, 8543, 8234, 8146, 8349, 8254, 8401, 8287, 8274, 8456, 8051, 8352, 8060, 8128, 8006, 8372, 8333, 8312, 8418, 8239, 8591, 8342, 8481, 8405, 8087, 8123, 8035, 8127, 8177, 8040, 8057, 8486, 8156, 8414, 8132, 8478, 8125, 8411, 8192, 8374, 8177, 8179, 8394, 8308, 8648, 8127, 8149, 8030, 8345, 8068, 8268, 8152, 8425, 8065, 8274, 8334, 8331, 8209, 8388, 8164, 8354, 8038, 8080, 8194, 7998, 7998, 7879, 8093, 8183, 8104, 8227, 8363, 8063, 8216, 8110, 8672, 8284, 8414, 8416, 8262, 8446, 8039, 8102, 8068, 7962, 8132, 8296, 8180, 8240, 8016, 8204, 8546, 7957, 8444, 7958, 8048, 8115, 8227, 8238, 8100, 8346, 8201, 8317, 8259, 8128, 8138, 8357, 8388, 8250, 8890, 8279, 8514, 8195, 8209, 8048, 8190, 8109, 8054, 8210, 8163, 8262, 8022, 8462, 8252, 8267, 8183, 7997, 8353, 8163, 8030, 8122, 8076, 8195, 7891, 8099, 8109, 8556, 8087, 8280, 8441, 8404, 8405, 8322, 8541, 8200, 8517, 8184, 8397, 8049, 8709, 8269, 8311, 8599, 8163, 8422, 8313, 8212, 8191, 8136, 8251, 8162, 7959, 8202, 8055, 8052, 8032, 8051, 8126, 8132, 8249, 8199, 8038, 8353, 8304, 8303, 8306, 8448, 8480, 8656, 8220, 8295, 8140, 8288, 8243, 8139, 8152, 8597, 8276, 8379, 8376, 8466, 8495, 8783, 8525, 8582, 8374, 8247, 8310, 8326, 8574, 8444, 8862, 8790, 8708, 8612, 8490, 8620, 8840, 8328, 8436, 8480, 8443, 8364, 8528, 8608, 8453, 8318, 8264, 8277, 8326, 8135, 8126, 8671, 8616, 8776, 8363, 8292, 8099, 8489, 8237, 8666, 8229, 8355, 8193, 8413, 8125, 8250, 8393, 8149, 8261, 8312, 8050, 8228, 8205, 8151, 8179, 8596, 8350, 8392, 8239, 8287, 8225, 8310, 8142, 8048, 8009, 8036, 7989, 7898, 7953, 8058, 8067, 8034, 8450, 8373, 8238, 8197, 8329, 8270, 8350, 8081, 8365, 8136, 8351, 8199, 8525, 8187, 8507, 8301, 8564, 8397, 8171, 8175, 8401, 8030, 8476, 8119, 8115, 8122, 8191, 8392, 8042, 8556, 8220, 8284, 7908, 8200, 8054, 8074, 8152, 8200, 8196, 8085, 8447, 8190, 8196, 8243, 8304, 8229, 8296, 8348, 8239, 8345, 8032, 8396, 7959, 7896, 8176, 8322, 8314, 8044, 8351, 8050, 8484, 8040, 8470, 8005, 8391, 7950, 8228, 8069, 8086, 7921, 8132, 7963, 7971, 8126, 8067, 8243, 8051, 8225, 8267, 8184, 7936, 8464, 8055, 8155, 8151, 8360, 8039, 8128, 8127, 8327, 8333, 7885, 8197, 8209, 8114, 8265, 8023, 8171, 8042, 7860, 8025, 8057, 8097, 8309, 8117, 8374, 8049, 8313, 8243, 8134, 8420, 8182, 8198, 8174, 8253, 8215, 8144, 8079, 8116, 8031, 8071, 8048, 7824, 7973, 8148, 8137, 8222, 8113, 8271, 8265, 8218, 8268, 8208, 8281, 8211, 8230, 8142, 8409, 8150, 8239, 8307, 8156, 8183, 8411, 7944, 8105, 8130, 7948, 8044, 7992, 8058, 7977, 8119, 8050, 7903, 8432, 8223, 8339, 7946, 8339, 8270, 8314, 8094, 7994, 8017, 7963, 7992], 'WindowCenter': [4516.0, 4502.0, 4488.0, 4475.0, 4473.0, 4468.0, 4456.0, 4452.0, 4448.0, 4448.0, 4438.0, 4447.0, 4464.0, 4448.0, 4452.0, 4445.0, 4459.0, 4459.0, 4460.0, 4460.0, 4460.0, 4450.0, 4461.0, 4462.0, 4475.0, 4470.0, 4458.0, 4459.0, 4457.0, 4458.0, 4447.0, 4445.0, 4447.0, 4447.0, 4446.0, 4458.0, 4457.0, 4445.0, 4444.0, 4445.0, 4447.0, 4448.0, 4446.0, 4445.0, 4447.0, 4446.0, 4448.0, 4458.0, 4445.0, 4445.0, 4446.0, 4458.0, 4448.0, 4461.0, 4457.0, 4472.0, 4476.0, 4491.0, 4496.0, 4489.0, 4480.0, 4479.0, 4492.0, 4504.0, 4469.0, 4465.0, 4443.0, 4443.0, 4456.0, 4460.0, 4450.0, 4451.0, 4447.0, 4446.0, 4451.0, 4453.0, 4443.0, 4453.0, 4443.0, 4453.0, 4453.0, 4441.0, 4442.0, 4442.0, 4444.0, 4455.0, 4442.0, 4442.0, 4443.0, 4443.0, 4443.0, 4444.0, 4442.0, 4442.0, 4443.0, 4444.0, 4445.0, 4457.0, 4444.0, 4454.0, 4445.0, 4457.0, 4458.0, 4458.0, 4457.0, 4458.0, 4458.0, 4469.0, 4458.0, 4468.0, 4459.0, 4459.0, 4459.0, 4469.0, 4459.0, 4456.0, 4458.0, 4458.0, 4459.0, 4469.0, 4456.0, 4455.0, 4455.0, 4446.0, 4457.0, 4455.0, 4444.0, 4445.0, 4445.0, 4457.0, 4456.0, 4443.0, 4455.0, 4457.0, 4456.0, 4457.0, 4456.0, 4442.0, 4454.0, 4457.0, 4456.0, 4457.0, 4459.0, 4457.0, 4444.0, 4455.0, 4458.0, 4453.0, 4450.0, 4450.0, 4451.0, 4452.0, 4452.0, 4454.0, 4444.0, 4456.0, 4455.0, 4457.0, 4445.0, 4442.0, 4442.0, 4444.0, 4443.0, 4455.0, 4444.0, 4443.0, 4454.0, 4455.0, 4445.0, 4456.0, 4444.0, 4455.0, 4454.0, 4454.0, 4459.0, 4456.0, 4446.0, 4446.0, 4457.0, 4457.0, 4470.0, 4458.0, 4458.0, 4460.0, 4460.0, 4459.0, 4459.0, 4447.0, 4455.0, 4454.0, 4458.0, 4456.0, 4457.0, 4458.0, 4443.0, 4454.0, 4445.0, 4456.0, 4447.0, 4458.0, 4446.0, 4456.0, 4447.0, 4458.0, 4457.0, 4468.0, 4456.0, 4458.0, 4459.0, 4461.0, 4459.0, 4458.0, 4467.0, 4465.0, 4456.0, 4442.0, 4453.0, 4459.0, 4459.0, 4460.0, 4460.0, 4461.0, 4461.0, 4474.0, 4462.0, 4459.0, 4460.0, 4450.0, 4461.0, 4460.0, 4458.0, 4447.0, 4449.0, 4448.0, 4448.0, 4448.0, 4446.0, 4445.0, 4444.0, 4444.0, 4447.0, 4446.0, 4445.0, 4444.0, 4446.0, 4445.0, 4447.0, 4457.0, 4447.0, 4444.0, 4446.0, 4446.0, 4447.0, 4457.0, 4459.0, 4446.0, 4445.0, 4447.0, 4447.0, 4448.0, 4458.0, 4445.0, 4446.0, 4447.0, 4446.0, 4448.0, 4446.0, 4446.0, 4445.0, 4443.0, 4446.0, 4454.0, 4456.0, 4456.0, 4443.0, 4444.0, 4445.0, 4445.0, 4445.0, 4445.0, 4445.0, 4434.0, 4445.0, 4444.0, 4454.0, 4447.0, 4456.0, 4445.0, 4456.0, 4459.0, 4470.0, 4470.0, 4459.0, 4460.0, 4472.0, 4472.0, 4475.0, 4473.0, 4472.0, 4471.0, 4474.0, 4476.0, 4485.0, 4473.0, 4472.0, 4463.0, 4463.0, 4463.0, 4460.0, 4459.0, 4461.0, 4459.0, 4460.0, 4460.0, 4446.0, 4444.0, 4445.0, 4456.0, 4448.0, 4448.0, 4445.0, 4443.0, 4445.0, 4436.0, 4446.0, 4447.0, 4445.0, 4444.0, 4446.0, 4457.0, 4458.0, 4459.0, 4446.0, 4457.0, 4446.0, 4458.0, 4457.0, 4457.0, 4444.0, 4457.0, 4446.0, 4447.0, 4447.0, 4445.0, 4445.0, 4456.0, 4446.0, 4446.0, 4447.0, 4445.0, 4445.0, 4446.0, 4445.0, 4458.0, 4457.0, 4445.0, 4458.0, 4449.0, 4458.0, 4472.0, 4472.0, 4461.0, 4461.0, 4471.0, 4472.0, 4473.0, 4471.0, 4460.0, 4460.0, 4460.0, 4460.0, 4459.0, 4457.0, 4446.0, 4447.0, 4448.0, 4458.0, 4447.0, 4445.0, 4458.0, 4447.0, 4459.0, 4459.0, 4457.0, 4458.0, 4459.0, 4458.0, 4449.0, 4448.0, 4447.0, 4448.0, 4457.0, 4449.0, 4457.0, 4447.0, 4446.0, 4445.0, 4446.0, 4447.0, 4455.0, 4445.0, 4456.0, 4447.0, 4458.0, 4457.0, 4455.0, 4456.0, 4457.0, 4458.0, 4459.0, 4456.0, 4448.0, 4458.0, 4448.0, 4470.0, 4458.0, 4447.0, 4447.0, 4457.0, 4456.0, 4458.0, 4458.0, 4445.0, 4446.0, 4458.0, 4455.0, 4459.0, 4458.0, 4455.0, 4457.0, 4457.0, 4458.0, 4458.0, 4458.0, 4457.0, 4455.0, 4458.0, 4459.0, 4460.0, 4469.0, 4459.0, 4459.0, 4459.0, 4458.0, 4460.0, 4469.0, 4460.0, 4459.0, 4458.0, 4458.0, 4460.0, 4470.0, 4460.0, 4459.0, 4458.0, 4460.0, 4460.0, 4470.0, 4460.0, 4470.0, 4459.0, 4470.0, 4459.0, 4461.0, 4470.0, 4459.0, 4459.0, 4459.0, 4460.0, 4460.0, 4458.0, 4458.0, 4457.0, 4458.0, 4459.0, 4460.0, 4460.0, 4460.0, 4445.0, 4468.0, 4459.0, 4459.0, 4470.0, 4458.0, 4459.0, 4458.0, 4458.0, 4450.0, 4448.0, 4447.0, 4457.0, 4457.0, 4459.0, 4459.0, 4469.0, 4459.0, 4457.0, 4458.0, 4459.0, 4460.0, 4472.0, 4460.0, 4458.0, 4459.0, 4469.0, 4455.0, 4457.0, 4446.0, 4447.0, 4448.0, 4464.0, 4468.0, 4472.0, 4471.0, 4475.0, 4485.0, 4471.0, 4470.0, 4471.0, 4462.0, 4461.0, 4474.0, 4472.0, 4469.0, 4470.0, 4459.0, 4457.0, 4459.0, 4457.0, 4446.0, 4445.0, 4446.0, 4456.0, 4446.0, 4457.0, 4444.0, 4444.0, 4443.0, 4444.0, 4443.0, 4445.0, 4445.0, 4442.0, 4443.0, 4455.0, 4457.0, 4447.0, 4456.0, 4458.0, 4447.0, 4458.0, 4470.0, 4459.0, 4470.0, 4472.0, 4460.0, 4471.0, 4471.0, 4471.0, 4472.0, 4472.0, 4470.0, 4470.0, 4461.0, 4462.0, 4472.0, 4462.0, 4460.0, 4459.0, 4471.0, 4462.0, 4472.0, 4472.0, 4460.0, 4472.0, 4461.0, 4462.0, 4472.0, 4460.0, 4459.0, 4460.0, 4460.0, 4459.0, 4460.0, 4458.0, 4457.0, 4447.0, 4458.0, 4456.0, 4459.0, 4469.0, 4456.0, 4447.0, 4447.0, 4457.0, 4448.0, 4457.0, 4457.0, 4457.0, 4456.0, 4457.0, 4458.0, 4458.0, 4458.0, 4458.0, 4458.0, 4458.0, 4459.0, 4469.0, 4461.0, 4472.0, 4459.0, 4460.0, 4461.0, 4460.0, 4471.0, 4460.0, 4470.0, 4461.0, 4471.0, 4460.0, 4471.0, 4461.0, 4460.0, 4458.0, 4471.0, 4472.0, 4461.0, 4472.0, 4461.0, 4471.0, 4472.0, 4472.0, 4472.0, 4483.0, 4473.0, 4471.0, 4470.0, 4473.0, 4473.0, 4475.0, 4473.0, 4472.0, 4471.0, 4473.0, 4472.0, 4474.0, 4473.0, 4469.0, 4460.0, 4460.0, 4470.0, 4472.0, 4474.0, 4472.0, 4470.0, 4472.0, 4471.0, 4474.0, 4473.0, 4472.0, 4472.0, 4474.0, 4474.0, 4473.0, 4473.0, 4471.0, 4470.0, 4472.0, 4462.0, 4471.0, 4471.0, 4458.0, 4458.0, 4458.0, 4459.0, 4460.0, 4470.0, 4460.0, 4460.0, 4459.0, 4461.0, 4462.0, 4462.0, 4460.0, 4459.0, 4461.0, 4462.0, 4461.0, 4462.0, 4469.0, 4461.0, 4461.0, 4461.0, 4472.0, 4460.0, 4462.0, 4461.0, 4473.0, 4472.0, 4474.0, 4474.0, 4462.0, 4463.0, 4472.0, 4474.0, 4474.0, 4473.0, 4472.0, 4473.0, 4472.0, 4475.0, 4473.0, 4474.0, 4473.0, 4475.0, 4486.0, 4476.0, 4473.0, 4472.0, 4473.0, 4463.0, 4473.0, 4475.0, 4472.0, 4461.0, 4462.0, 4462.0, 4474.0, 4472.0, 4461.0, 4462.0, 4463.0, 4464.0, 4474.0, 4462.0, 4462.0, 4463.0, 4463.0, 4464.0, 4474.0, 4462.0, 4471.0, 4471.0, 4461.0, 4463.0, 4472.0, 4459.0, 4460.0, 4461.0, 4460.0, 4462.0, 4473.0, 4460.0, 4460.0, 4460.0, 4461.0, 4460.0, 4461.0, 4461.0, 4460.0, 4460.0, 4461.0, 4450.0, 4461.0, 4452.0, 4453.0, 4453.0, 4453.0, 4454.0, 4457.0, 4467.0, 4454.0, 4463.0, 4463.0, 4452.0, 4455.0, 4464.0, 4452.0, 4453.0, 4454.0, 4456.0, 4464.0, 4467.0, 4467.0, 4455.0, 4466.0, 4465.0, 4467.0, 4467.0, 4465.0, 4466.0, 4467.0, 4468.0, 4479.0, 4467.0, 4466.0, 4467.0, 4465.0, 4469.0, 4480.0, 4479.0, 4467.0, 4467.0, 4478.0, 4467.0, 4467.0, 4465.0, 4465.0, 4453.0, 4452.0, 4454.0, 4454.0, 4452.0, 4463.0, 4464.0, 4449.0, 4450.0, 4461.0, 4453.0, 4453.0, 4465.0, 4464.0, 4464.0, 4463.0, 4465.0, 4465.0, 4466.0, 4467.0, 4467.0, 4465.0, 4468.0, 4475.0, 4468.0, 4478.0, 4466.0, 4466.0, 4464.0, 4465.0, 4465.0, 4466.0, 4477.0, 4465.0, 4464.0, 4465.0, 4466.0, 4466.0, 4465.0, 4455.0, 4465.0, 4464.0, 4465.0, 4467.0, 4465.0, 4465.0, 4466.0, 4466.0, 4466.0, 4478.0, 4466.0, 4467.0, 4468.0, 4468.0, 4477.0, 4475.0, 4467.0, 4466.0, 4468.0, 4479.0, 4478.0, 4477.0, 4467.0, 4467.0, 4466.0, 4478.0, 4478.0, 4468.0, 4466.0, 4465.0, 4466.0, 4465.0, 4467.0, 4454.0, 4462.0, 4465.0, 4465.0, 4465.0, 4467.0, 4477.0, 4465.0, 4464.0, 4466.0, 4468.0, 4479.0, 4467.0, 4467.0, 4478.0, 4470.0, 4481.0, 4478.0, 4467.0, 4477.0, 4469.0, 4478.0, 4468.0, 4478.0, 4465.0, 4466.0, 4464.0, 4465.0, 4467.0, 4465.0, 4465.0, 4454.0, 4456.0, 4453.0, 4463.0, 4454.0, 4454.0, 4465.0, 4465.0, 4466.0, 4467.0, 4466.0, 4466.0, 4467.0, 4478.0, 4479.0, 4479.0, 4479.0, 4479.0, 4479.0, 4481.0, 4480.0, 4480.0, 4479.0, 4480.0, 4469.0, 4479.0, 4478.0, 4468.0, 4466.0, 4463.0, 4477.0, 4465.0, 4465.0, 4465.0, 4462.0, 4463.0, 4453.0, 4453.0, 4454.0, 4465.0, 4466.0, 4463.0, 4463.0, 4464.0, 4465.0, 4466.0, 4477.0, 4466.0, 4464.0, 4467.0, 4466.0, 4468.0, 4478.0, 4475.0, 4466.0, 4464.0, 4465.0, 4465.0, 4466.0, 4453.0, 4453.0, 4464.0, 4463.0, 4464.0, 4474.0, 4464.0, 4465.0, 4463.0, 4466.0, 4466.0, 4467.0, 4466.0, 4467.0, 4479.0, 4466.0, 4466.0, 4468.0, 4477.0, 4467.0, 4467.0, 4478.0, 4469.0, 4478.0, 4480.0, 4479.0, 4479.0, 4479.0, 4479.0, 4481.0, 4479.0, 4478.0, 4478.0, 4480.0, 4481.0, 4481.0, 4481.0, 4479.0, 4478.0, 4479.0, 4479.0, 4489.0, 4478.0, 4477.0, 4467.0, 4478.0, 4467.0, 4468.0, 4476.0, 4465.0, 4465.0, 4466.0, 4465.0, 4465.0, 4466.0, 4464.0, 4464.0, 4467.0, 4477.0, 4468.0, 4477.0, 4479.0, 4467.0, 4469.0, 4478.0, 4478.0, 4481.0, 4478.0, 4478.0, 4477.0, 4480.0, 4479.0, 4478.0, 4489.0, 4476.0, 4477.0, 4478.0, 4479.0, 4479.0, 4479.0, 4467.0, 4467.0, 4486.0, 4479.0, 4466.0, 4465.0, 4466.0, 4476.0, 4476.0, 4477.0, 4479.0, 4482.0, 4482.0, 4479.0, 4483.0, 4482.0, 4483.0, 4483.0, 4480.0, 4481.0, 4482.0, 4481.0, 4482.0, 4480.0, 4468.0, 4469.0, 4470.0, 4472.0, 4469.0, 4468.0, 4468.0, 4470.0, 4472.0, 4477.0, 4477.0, 4476.0, 4467.0, 4466.0, 4478.0, 4473.0, 4472.0, 4472.0, 4464.0, 4465.0, 4475.0, 4475.0, 4463.0, 4464.0, 4464.0, 4464.0, 4464.0, 4465.0, 4464.0, 4464.0, 4455.0, 4466.0, 4466.0, 4465.0, 4466.0, 4466.0, 4466.0, 4467.0, 4478.0, 4465.0, 4465.0, 4467.0, 4477.0, 4480.0, 4479.0, 4466.0, 4468.0, 4470.0, 4480.0, 4481.0, 4469.0, 4469.0, 4470.0, 4481.0, 4480.0, 4479.0, 4480.0, 4480.0, 4479.0, 4480.0, 4478.0, 4468.0, 4470.0, 4479.0, 4471.0, 4479.0, 4463.0, 4460.0, 4450.0, 4451.0, 4449.0, 4449.0, 4449.0, 4450.0, 4452.0, 4452.0, 4453.0, 4461.0, 4451.0, 4451.0, 4451.0, 4461.0, 4463.0, 4463.0, 4463.0, 4463.0, 4463.0, 4463.0, 4474.0, 4460.0, 4449.0, 4451.0, 4462.0, 4450.0, 4452.0, 4451.0, 4451.0, 4451.0, 4452.0, 4450.0, 4450.0, 4453.0, 4459.0, 4450.0, 4450.0, 4453.0, 4452.0, 4451.0, 4452.0, 4452.0, 4453.0, 4454.0, 4453.0, 4464.0, 4456.0, 4463.0, 4454.0, 4454.0, 4455.0, 4465.0, 4464.0, 4464.0, 4464.0, 4463.0, 4466.0, 4468.0, 4467.0, 4464.0, 4465.0, 4466.0, 4477.0, 4468.0, 4477.0, 4465.0, 4465.0, 4465.0, 4464.0, 4465.0, 4466.0, 4464.0, 4462.0, 4465.0, 4463.0, 4463.0, 4474.0, 4463.0, 4463.0, 4464.0, 4463.0, 4464.0, 4475.0, 4462.0, 4464.0, 4465.0, 4475.0, 4475.0, 4476.0, 4474.0, 4476.0, 4475.0, 4477.0, 4474.0, 4472.0, 4474.0, 4464.0, 4474.0, 4474.0, 4476.0, 4472.0, 4472.0, 4474.0, 4474.0, 4464.0, 4475.0, 4475.0, 4462.0, 4474.0, 4466.0, 4473.0, 4477.0, 4476.0, 4474.0, 4475.0, 4475.0, 4474.0, 4476.0, 4486.0, 4474.0, 4473.0, 4473.0, 4473.0, 4463.0, 4473.0, 4462.0, 4471.0, 4461.0, 4460.0, 4461.0, 4460.0, 4463.0, 4462.0, 4460.0, 4460.0, 4461.0, 4463.0, 4474.0, 4474.0, 4473.0, 4474.0, 4475.0, 4475.0, 4476.0, 4486.0, 4474.0, 4474.0, 4475.0, 4475.0, 4474.0, 4475.0, 4474.0, 4465.0, 4465.0], 'WindowWidth': [9960.0, 9924.0, 9894.0, 9869.0, 9863.0, 9849.0, 9828.0, 9821.0, 9810.0, 9808.0, 9794.0, 9808.0, 9843.0, 9813.0, 9817.0, 9807.0, 9829.0, 9829.0, 9831.0, 9833.0, 9833.0, 9820.0, 9836.0, 9841.0, 9866.0, 9850.0, 9828.0, 9828.0, 9825.0, 9825.0, 9812.0, 9806.0, 9809.0, 9811.0, 9808.0, 9829.0, 9826.0, 9806.0, 9803.0, 9806.0, 9812.0, 9816.0, 9812.0, 9808.0, 9812.0, 9812.0, 9815.0, 9830.0, 9810.0, 9808.0, 9812.0, 9829.0, 9817.0, 9833.0, 9834.0, 9858.0, 9869.0, 9899.0, 9909.0, 9896.0, 9879.0, 9874.0, 9901.0, 9917.0, 9851.0, 9840.0, 9804.0, 9805.0, 9825.0, 9829.0, 9813.0, 9815.0, 9804.0, 9802.0, 9813.0, 9817.0, 9802.0, 9815.0, 9802.0, 9817.0, 9815.0, 9795.0, 9800.0, 9799.0, 9806.0, 9822.0, 9800.0, 9798.0, 9800.0, 9803.0, 9803.0, 9805.0, 9799.0, 9800.0, 9802.0, 9805.0, 9811.0, 9829.0, 9807.0, 9818.0, 9808.0, 9828.0, 9830.0, 9833.0, 9828.0, 9832.0, 9832.0, 9850.0, 9834.0, 9844.0, 9834.0, 9833.0, 9834.0, 9851.0, 9833.0, 9826.0, 9832.0, 9829.0, 9833.0, 9847.0, 9824.0, 9821.0, 9822.0, 9810.0, 9830.0, 9824.0, 9805.0, 9809.0, 9809.0, 9825.0, 9826.0, 9804.0, 9820.0, 9828.0, 9823.0, 9826.0, 9826.0, 9801.0, 9818.0, 9828.0, 9823.0, 9830.0, 9833.0, 9829.0, 9805.0, 9823.0, 9833.0, 9820.0, 9813.0, 9811.0, 9812.0, 9815.0, 9818.0, 9823.0, 9807.0, 9828.0, 9824.0, 9829.0, 9808.0, 9800.0, 9801.0, 9805.0, 9803.0, 9822.0, 9804.0, 9800.0, 9820.0, 9819.0, 9808.0, 9824.0, 9803.0, 9821.0, 9818.0, 9820.0, 9833.0, 9827.0, 9811.0, 9813.0, 9829.0, 9830.0, 9851.0, 9831.0, 9831.0, 9837.0, 9837.0, 9833.0, 9834.0, 9814.0, 9821.0, 9820.0, 9829.0, 9823.0, 9827.0, 9830.0, 9803.0, 9817.0, 9808.0, 9823.0, 9813.0, 9828.0, 9808.0, 9822.0, 9813.0, 9830.0, 9828.0, 9843.0, 9824.0, 9829.0, 9830.0, 9840.0, 9833.0, 9829.0, 9842.0, 9839.0, 9825.0, 9797.0, 9820.0, 9832.0, 9834.0, 9833.0, 9832.0, 9835.0, 9836.0, 9859.0, 9839.0, 9830.0, 9833.0, 9817.0, 9835.0, 9834.0, 9825.0, 9810.0, 9815.0, 9812.0, 9813.0, 9814.0, 9806.0, 9802.0, 9802.0, 9801.0, 9807.0, 9809.0, 9803.0, 9801.0, 9807.0, 9802.0, 9808.0, 9824.0, 9809.0, 9802.0, 9808.0, 9808.0, 9809.0, 9824.0, 9829.0, 9809.0, 9804.0, 9810.0, 9811.0, 9815.0, 9829.0, 9807.0, 9807.0, 9810.0, 9809.0, 9814.0, 9811.0, 9809.0, 9805.0, 9802.0, 9807.0, 9818.0, 9822.0, 9822.0, 9799.0, 9802.0, 9804.0, 9807.0, 9805.0, 9805.0, 9805.0, 9788.0, 9804.0, 9804.0, 9817.0, 9812.0, 9822.0, 9808.0, 9822.0, 9830.0, 9848.0, 9849.0, 9833.0, 9837.0, 9856.0, 9856.0, 9865.0, 9862.0, 9857.0, 9855.0, 9862.0, 9869.0, 9881.0, 9859.0, 9856.0, 9845.0, 9846.0, 9845.0, 9837.0, 9833.0, 9837.0, 9831.0, 9834.0, 9833.0, 9808.0, 9803.0, 9806.0, 9820.0, 9812.0, 9812.0, 9804.0, 9799.0, 9803.0, 9792.0, 9806.0, 9811.0, 9804.0, 9802.0, 9807.0, 9824.0, 9829.0, 9830.0, 9809.0, 9824.0, 9810.0, 9827.0, 9825.0, 9824.0, 9803.0, 9824.0, 9807.0, 9811.0, 9811.0, 9804.0, 9803.0, 9821.0, 9806.0, 9807.0, 9811.0, 9805.0, 9804.0, 9807.0, 9805.0, 9828.0, 9826.0, 9806.0, 9827.0, 9818.0, 9831.0, 9856.0, 9857.0, 9837.0, 9838.0, 9853.0, 9855.0, 9859.0, 9854.0, 9834.0, 9835.0, 9834.0, 9834.0, 9831.0, 9827.0, 9810.0, 9811.0, 9814.0, 9829.0, 9812.0, 9805.0, 9829.0, 9812.0, 9832.0, 9834.0, 9826.0, 9828.0, 9830.0, 9829.0, 9820.0, 9815.0, 9811.0, 9814.0, 9826.0, 9816.0, 9827.0, 9810.0, 9806.0, 9806.0, 9808.0, 9812.0, 9820.0, 9805.0, 9821.0, 9810.0, 9827.0, 9825.0, 9821.0, 9824.0, 9824.0, 9828.0, 9832.0, 9823.0, 9813.0, 9827.0, 9815.0, 9847.0, 9828.0, 9809.0, 9810.0, 9826.0, 9822.0, 9827.0, 9828.0, 9805.0, 9807.0, 9826.0, 9821.0, 9829.0, 9829.0, 9819.0, 9823.0, 9824.0, 9826.0, 9829.0, 9829.0, 9825.0, 9820.0, 9829.0, 9831.0, 9832.0, 9848.0, 9832.0, 9830.0, 9832.0, 9830.0, 9833.0, 9846.0, 9834.0, 9829.0, 9828.0, 9830.0, 9832.0, 9848.0, 9834.0, 9831.0, 9830.0, 9833.0, 9835.0, 9848.0, 9836.0, 9848.0, 9830.0, 9846.0, 9832.0, 9838.0, 9847.0, 9831.0, 9831.0, 9831.0, 9832.0, 9834.0, 9830.0, 9828.0, 9825.0, 9828.0, 9830.0, 9834.0, 9835.0, 9834.0, 9808.0, 9840.0, 9830.0, 9833.0, 9847.0, 9829.0, 9830.0, 9829.0, 9827.0, 9819.0, 9816.0, 9812.0, 9824.0, 9826.0, 9829.0, 9831.0, 9846.0, 9829.0, 9825.0, 9830.0, 9833.0, 9834.0, 9853.0, 9834.0, 9828.0, 9831.0, 9845.0, 9823.0, 9822.0, 9803.0, 9805.0, 9809.0, 9838.0, 9845.0, 9857.0, 9855.0, 9866.0, 9881.0, 9856.0, 9850.0, 9854.0, 9843.0, 9842.0, 9861.0, 9855.0, 9847.0, 9849.0, 9832.0, 9827.0, 9832.0, 9826.0, 9809.0, 9804.0, 9808.0, 9819.0, 9806.0, 9824.0, 9803.0, 9803.0, 9799.0, 9801.0, 9800.0, 9804.0, 9805.0, 9798.0, 9801.0, 9819.0, 9824.0, 9812.0, 9825.0, 9831.0, 9813.0, 9829.0, 9847.0, 9832.0, 9849.0, 9854.0, 9836.0, 9851.0, 9852.0, 9852.0, 9854.0, 9857.0, 9850.0, 9849.0, 9839.0, 9841.0, 9854.0, 9843.0, 9836.0, 9835.0, 9853.0, 9844.0, 9856.0, 9856.0, 9836.0, 9855.0, 9838.0, 9840.0, 9855.0, 9834.0, 9829.0, 9833.0, 9833.0, 9831.0, 9835.0, 9828.0, 9824.0, 9811.0, 9829.0, 9823.0, 9830.0, 9847.0, 9823.0, 9810.0, 9812.0, 9825.0, 9815.0, 9825.0, 9826.0, 9823.0, 9824.0, 9826.0, 9829.0, 9827.0, 9830.0, 9829.0, 9828.0, 9829.0, 9832.0, 9846.0, 9837.0, 9853.0, 9832.0, 9835.0, 9836.0, 9837.0, 9851.0, 9836.0, 9847.0, 9837.0, 9851.0, 9835.0, 9853.0, 9838.0, 9836.0, 9830.0, 9853.0, 9852.0, 9838.0, 9855.0, 9839.0, 9851.0, 9854.0, 9855.0, 9854.0, 9872.0, 9859.0, 9852.0, 9851.0, 9859.0, 9856.0, 9864.0, 9858.0, 9855.0, 9852.0, 9858.0, 9852.0, 9857.0, 9858.0, 9846.0, 9834.0, 9837.0, 9850.0, 9854.0, 9860.0, 9853.0, 9850.0, 9856.0, 9854.0, 9862.0, 9861.0, 9855.0, 9857.0, 9860.0, 9859.0, 9859.0, 9860.0, 9852.0, 9850.0, 9854.0, 9838.0, 9853.0, 9851.0, 9830.0, 9827.0, 9830.0, 9831.0, 9835.0, 9849.0, 9832.0, 9832.0, 9833.0, 9836.0, 9838.0, 9840.0, 9834.0, 9831.0, 9836.0, 9837.0, 9837.0, 9838.0, 9846.0, 9835.0, 9835.0, 9837.0, 9855.0, 9837.0, 9839.0, 9839.0, 9856.0, 9854.0, 9860.0, 9860.0, 9840.0, 9843.0, 9854.0, 9860.0, 9861.0, 9857.0, 9854.0, 9857.0, 9855.0, 9863.0, 9859.0, 9859.0, 9857.0, 9862.0, 9879.0, 9866.0, 9858.0, 9855.0, 9857.0, 9844.0, 9857.0, 9860.0, 9855.0, 9836.0, 9840.0, 9839.0, 9860.0, 9854.0, 9835.0, 9840.0, 9840.0, 9844.0, 9861.0, 9840.0, 9839.0, 9843.0, 9841.0, 9844.0, 9859.0, 9839.0, 9848.0, 9849.0, 9837.0, 9843.0, 9855.0, 9833.0, 9832.0, 9835.0, 9833.0, 9837.0, 9854.0, 9832.0, 9831.0, 9832.0, 9835.0, 9833.0, 9838.0, 9834.0, 9832.0, 9834.0, 9835.0, 9821.0, 9837.0, 9823.0, 9819.0, 9818.0, 9821.0, 9824.0, 9832.0, 9848.0, 9826.0, 9837.0, 9838.0, 9822.0, 9828.0, 9841.0, 9823.0, 9822.0, 9827.0, 9832.0, 9843.0, 9849.0, 9851.0, 9831.0, 9847.0, 9846.0, 9850.0, 9852.0, 9848.0, 9849.0, 9851.0, 9853.0, 9869.0, 9853.0, 9850.0, 9851.0, 9847.0, 9856.0, 9873.0, 9872.0, 9852.0, 9850.0, 9866.0, 9851.0, 9851.0, 9847.0, 9846.0, 9827.0, 9822.0, 9828.0, 9828.0, 9822.0, 9838.0, 9840.0, 9814.0, 9816.0, 9833.0, 9823.0, 9824.0, 9844.0, 9843.0, 9840.0, 9841.0, 9846.0, 9845.0, 9850.0, 9852.0, 9852.0, 9846.0, 9854.0, 9861.0, 9853.0, 9868.0, 9849.0, 9847.0, 9842.0, 9847.0, 9845.0, 9848.0, 9863.0, 9843.0, 9841.0, 9844.0, 9848.0, 9847.0, 9844.0, 9828.0, 9843.0, 9841.0, 9846.0, 9851.0, 9845.0, 9844.0, 9848.0, 9847.0, 9849.0, 9866.0, 9847.0, 9850.0, 9854.0, 9854.0, 9865.0, 9861.0, 9851.0, 9849.0, 9853.0, 9870.0, 9868.0, 9866.0, 9850.0, 9851.0, 9849.0, 9867.0, 9867.0, 9852.0, 9849.0, 9845.0, 9847.0, 9844.0, 9849.0, 9830.0, 9838.0, 9843.0, 9845.0, 9845.0, 9851.0, 9863.0, 9844.0, 9843.0, 9849.0, 9855.0, 9872.0, 9852.0, 9851.0, 9868.0, 9859.0, 9876.0, 9872.0, 9853.0, 9866.0, 9856.0, 9867.0, 9853.0, 9868.0, 9844.0, 9847.0, 9841.0, 9845.0, 9850.0, 9843.0, 9846.0, 9828.0, 9834.0, 9825.0, 9840.0, 9826.0, 9826.0, 9844.0, 9845.0, 9847.0, 9850.0, 9847.0, 9847.0, 9851.0, 9868.0, 9872.0, 9873.0, 9871.0, 9872.0, 9874.0, 9878.0, 9877.0, 9875.0, 9872.0, 9875.0, 9857.0, 9869.0, 9869.0, 9853.0, 9848.0, 9841.0, 9862.0, 9843.0, 9844.0, 9847.0, 9837.0, 9840.0, 9826.0, 9826.0, 9826.0, 9843.0, 9847.0, 9840.0, 9839.0, 9842.0, 9845.0, 9848.0, 9865.0, 9850.0, 9842.0, 9851.0, 9848.0, 9852.0, 9869.0, 9861.0, 9849.0, 9843.0, 9844.0, 9847.0, 9846.0, 9825.0, 9824.0, 9841.0, 9839.0, 9840.0, 9857.0, 9842.0, 9842.0, 9840.0, 9846.0, 9846.0, 9850.0, 9849.0, 9850.0, 9871.0, 9849.0, 9848.0, 9855.0, 9866.0, 9851.0, 9851.0, 9867.0, 9856.0, 9869.0, 9876.0, 9872.0, 9872.0, 9872.0, 9872.0, 9876.0, 9874.0, 9871.0, 9870.0, 9875.0, 9877.0, 9878.0, 9876.0, 9871.0, 9870.0, 9872.0, 9871.0, 9886.0, 9868.0, 9864.0, 9850.0, 9866.0, 9851.0, 9852.0, 9863.0, 9844.0, 9842.0, 9846.0, 9844.0, 9846.0, 9851.0, 9844.0, 9844.0, 9851.0, 9864.0, 9855.0, 9869.0, 9871.0, 9851.0, 9857.0, 9870.0, 9869.0, 9879.0, 9872.0, 9868.0, 9866.0, 9873.0, 9871.0, 9870.0, 9888.0, 9865.0, 9865.0, 9867.0, 9871.0, 9874.0, 9873.0, 9852.0, 9854.0, 9881.0, 9868.0, 9846.0, 9844.0, 9848.0, 9859.0, 9859.0, 9862.0, 9867.0, 9877.0, 9875.0, 9869.0, 9876.0, 9874.0, 9877.0, 9877.0, 9869.0, 9868.0, 9871.0, 9871.0, 9873.0, 9867.0, 9847.0, 9850.0, 9853.0, 9858.0, 9849.0, 9847.0, 9849.0, 9852.0, 9856.0, 9866.0, 9865.0, 9861.0, 9850.0, 9850.0, 9869.0, 9860.0, 9855.0, 9853.0, 9842.0, 9846.0, 9862.0, 9860.0, 9840.0, 9842.0, 9841.0, 9841.0, 9843.0, 9844.0, 9840.0, 9840.0, 9828.0, 9844.0, 9849.0, 9846.0, 9846.0, 9847.0, 9845.0, 9849.0, 9868.0, 9845.0, 9843.0, 9850.0, 9863.0, 9872.0, 9871.0, 9849.0, 9854.0, 9859.0, 9872.0, 9874.0, 9856.0, 9857.0, 9858.0, 9876.0, 9872.0, 9870.0, 9873.0, 9871.0, 9872.0, 9875.0, 9867.0, 9852.0, 9858.0, 9867.0, 9859.0, 9872.0, 9841.0, 9829.0, 9817.0, 9816.0, 9809.0, 9810.0, 9811.0, 9814.0, 9819.0, 9820.0, 9823.0, 9832.0, 9819.0, 9816.0, 9819.0, 9833.0, 9839.0, 9839.0, 9839.0, 9840.0, 9839.0, 9841.0, 9857.0, 9833.0, 9817.0, 9820.0, 9836.0, 9814.0, 9818.0, 9818.0, 9815.0, 9816.0, 9819.0, 9816.0, 9817.0, 9822.0, 9829.0, 9814.0, 9815.0, 9821.0, 9820.0, 9817.0, 9820.0, 9819.0, 9823.0, 9824.0, 9824.0, 9840.0, 9829.0, 9837.0, 9824.0, 9825.0, 9828.0, 9844.0, 9841.0, 9842.0, 9840.0, 9839.0, 9846.0, 9852.0, 9850.0, 9843.0, 9845.0, 9848.0, 9863.0, 9854.0, 9865.0, 9845.0, 9845.0, 9847.0, 9842.0, 9846.0, 9851.0, 9844.0, 9838.0, 9844.0, 9841.0, 9842.0, 9858.0, 9841.0, 9840.0, 9843.0, 9843.0, 9845.0, 9864.0, 9841.0, 9844.0, 9846.0, 9863.0, 9862.0, 9867.0, 9859.0, 9866.0, 9864.0, 9869.0, 9862.0, 9856.0, 9858.0, 9845.0, 9858.0, 9858.0, 9865.0, 9855.0, 9855.0, 9860.0, 9861.0, 9845.0, 9864.0, 9862.0, 9842.0, 9859.0, 9851.0, 9859.0, 9870.0, 9867.0, 9862.0, 9862.0, 9864.0, 9862.0, 9867.0, 9882.0, 9863.0, 9860.0, 9856.0, 9857.0, 9842.0, 9857.0, 9843.0, 9851.0, 9838.0, 9836.0, 9837.0, 9836.0, 9843.0, 9840.0, 9834.0, 9836.0, 9839.0, 9844.0, 9861.0, 9861.0, 9860.0, 9861.0, 9864.0, 9864.0, 9867.0, 9882.0, 9863.0, 9861.0, 9864.0, 9865.0, 9862.0, 9865.0, 9861.0, 9847.0, 9848.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.0042886507324595225</td></tr>
<tr><td colspan=3>aqi</td><td>0.03897874055512721</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.48458291283178</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0984609503549383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0144775675077167</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>5135.5142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08936951080304831</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9298380878951424</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2020182170793237</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.114259289386636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.5293880067619234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.962407355089411</td></tr>
<tr><td colspan=3>gcor</td><td>0.00771759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0006807660683989525</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01630871742963791</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>3.9635552551549207</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>52.7313</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.423</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9901</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5904</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.4439</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.0477</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.2017</td></tr>
<tr><td colspan=3>tsnr</td><td>30.458423100644723</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>