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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>81083a5f2d654edec42cc053dc938ba2</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>21:11:48.585000</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.999975, 0.00543707, -0.00451562, -0.0054104, 0.999968, 0.00589661]</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.10435</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7787, -7233, 186, -130, -90, -27, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d2307168-8d6d-49cc-9ee4-9e048d0bbe8d||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.6828598976135254, -0.014515716582536697, -0.01227834913879633, 114.07929229736328], [-0.01458725892007351, 2.6828410625457764, 0.0158544834703207, -95.64904022216797], [-0.01211508084088564, -0.015820171684026718, 2.699925661087036, -72.71834564208984], [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': ['211148.585000', '211149.045000', '211149.505000', '211149.965000', '211150.425000', '211150.885000', '211151.345000', '211151.805000', '211152.265000', '211152.725000', '211153.185000', '211153.645000', '211154.105000', '211154.565000', '211155.025000', '211155.485000', '211155.945000', '211156.405000', '211156.865000', '211157.325000', '211157.785000', '211158.245000', '211158.705000', '211159.165000', '211159.625000', '211200.085000', '211200.545000', '211201.005000', '211201.465000', '211201.925000', '211202.385000', '211202.845000', '211203.305000', '211203.765000', '211204.225000', '211204.685000', '211205.145000', '211205.605000', '211206.065000', '211206.525000', '211206.985000', '211207.445000', '211207.905000', '211208.365000', '211208.825000', '211209.285000', '211209.745000', '211210.205000', '211210.665000', '211211.125000', '211211.585000', '211212.045000', '211212.505000', '211212.965000', '211213.425000', '211213.885000', '211214.345000', '211214.805000', '211215.265000', '211215.725000', '211216.185000', '211216.645000', '211217.105000', '211217.565000', '211218.025000', '211218.485000', '211218.945000', '211219.405000', '211219.865000', '211220.325000', '211220.785000', '211221.245000', '211221.705000', '211222.165000', '211222.625000', '211223.085000', '211223.545000', '211224.005000', '211224.465000', '211224.925000', '211225.385000', '211225.845000', '211226.305000', '211226.765000', '211227.225000', '211227.685000', '211228.145000', '211228.605000', '211229.065000', '211229.525000', '211229.985000', '211230.445000', '211230.905000', '211231.365000', '211231.825000', '211232.285000', '211232.745000', '211233.205000', '211233.665000', '211234.125000', '211234.585000', '211235.045000', '211235.505000', '211235.965000', '211236.425000', '211236.885000', '211237.345000', '211237.805000', '211238.265000', '211238.725000', '211239.185000', '211239.645000', '211240.105000', '211240.565000', '211241.025000', '211241.485000', '211241.945000', '211242.405000', '211242.865000', '211243.325000', '211243.785000', '211244.245000', '211244.705000', '211245.165000', '211245.625000', '211246.085000', '211246.545000', '211247.005000', '211247.465000', '211247.925000', '211248.385000', '211248.845000', '211249.305000', '211249.765000', '211250.225000', '211250.685000', '211251.145000', '211251.605000', '211252.065000', '211252.525000', '211252.985000', '211253.445000', '211253.905000', '211254.365000', '211254.825000', '211255.285000', '211255.745000', '211256.205000', '211256.665000', '211257.125000', '211257.585000', '211258.045000', '211258.505000', '211258.965000', '211259.425000', '211259.885000', '211300.345000', '211300.805000', '211301.265000', '211301.725000', '211302.185000', '211302.645000', '211303.105000', '211303.565000', '211304.025000', '211304.485000', '211304.945000', '211305.405000', '211305.865000', '211306.325000', '211306.785000', '211307.245000', '211307.705000', '211308.165000', '211308.625000', '211309.085000', '211309.545000', '211310.005000', '211310.465000', '211310.925000', '211311.385000', '211311.845000', '211312.305000', '211312.765000', '211313.225000', '211313.685000', '211314.145000', '211314.605000', '211315.065000', '211315.525000', '211315.985000', '211316.445000', '211316.905000', '211317.365000', '211317.825000', '211318.285000', '211318.745000', '211319.205000', '211319.665000', '211320.125000', '211320.585000', '211321.045000', '211321.505000', '211321.965000', '211322.425000', '211322.885000', '211323.345000', '211323.805000', '211324.265000', '211324.725000', '211325.185000', '211325.645000', '211326.105000', '211326.565000', '211327.025000', '211327.485000', '211327.945000', '211328.405000', '211328.865000', '211329.325000', '211329.785000', '211330.245000', '211330.705000', '211331.165000', '211331.625000', '211332.085000', '211332.545000', '211333.005000', '211333.465000', '211333.925000', '211334.385000', '211334.845000', '211335.305000', '211335.765000', '211336.225000', '211336.685000', '211337.145000', '211337.605000', '211338.065000', '211338.525000', '211338.985000', '211339.445000', '211339.905000', '211340.365000', '211340.825000', '211341.285000', '211341.745000', '211342.205000', '211342.665000', '211343.125000', '211343.585000', '211344.045000', '211344.505000', '211344.965000', '211345.425000', '211345.885000', '211346.345000', '211346.805000', '211347.265000', '211347.725000', '211348.185000', '211348.645000', '211349.105000', '211349.565000', '211350.025000', '211350.485000', '211350.945000', '211351.405000', '211351.865000', '211352.325000', '211352.785000', '211353.245000', '211353.705000', '211354.165000', '211354.625000', '211355.085000', '211355.545000', '211356.005000', '211356.465000', '211356.925000', '211357.385000', '211357.845000', '211358.305000', '211358.765000', '211359.225000', '211359.685000', '211400.145000', '211400.605000', '211401.065000', '211401.525000', '211401.985000', '211402.445000', '211402.905000', '211403.365000', '211403.825000', '211404.285000', '211404.745000', '211405.205000', '211405.665000', '211406.125000', '211406.585000', '211407.045000', '211407.505000', '211407.965000', '211408.425000', '211408.885000', '211409.345000', '211409.805000', '211410.265000', '211410.725000', '211411.185000', '211411.645000', '211412.105000', '211412.565000', '211413.025000', '211413.485000', '211413.945000', '211414.405000', '211414.865000', '211415.325000', '211415.785000', '211416.245000', '211416.705000', '211417.165000', '211417.625000', '211418.085000', '211418.545000', '211419.005000', '211419.465000', '211419.925000', '211420.385000', '211420.845000', '211421.305000', '211421.765000', '211422.225000', '211422.685000', '211423.145000', '211423.605000', '211424.065000', '211424.525000', '211424.985000', '211425.445000', '211425.905000', '211426.365000', '211426.825000', '211427.285000', '211427.745000', '211428.205000', '211428.665000', '211429.125000', '211429.585000', '211430.045000', '211430.505000', '211430.965000', '211431.425000', '211431.885000', '211432.345000', '211432.805000', '211433.265000', '211433.725000', '211434.185000', '211434.645000', '211435.105000', '211435.565000', '211436.025000', '211436.485000', '211436.945000', '211437.405000', '211437.865000', '211438.325000', '211438.785000', '211439.245000', '211439.705000', '211440.165000', '211440.625000', '211441.085000', '211441.545000', '211442.005000', '211442.465000', '211442.925000', '211443.385000', '211443.845000', '211444.305000', '211444.765000', '211445.225000', '211445.685000', '211446.145000', '211446.605000', '211447.065000', '211447.525000', '211447.985000', '211448.445000', '211448.905000', '211449.365000', '211449.825000', '211450.285000', '211450.745000', '211451.205000', '211451.665000', '211452.125000', '211452.585000', '211453.045000', '211453.505000', '211453.965000', '211454.425000', '211454.885000', '211455.345000', '211455.805000', '211456.265000', '211456.725000', '211457.185000', '211457.645000', '211458.105000', '211458.565000', '211459.025000', '211459.485000', '211459.945000', '211500.405000', '211500.865000', '211501.325000', '211501.785000', '211502.245000', '211502.705000', '211503.165000', '211503.625000', '211504.085000', '211504.545000', '211505.005000', '211505.465000', '211505.925000', '211506.385000', '211506.845000', '211507.305000', '211507.765000', '211508.225000', '211508.685000', '211509.145000', '211509.605000', '211510.065000', '211510.525000', '211510.985000', '211511.445000', '211511.905000', '211512.365000', '211512.825000', '211513.285000', '211513.745000', '211514.205000', '211514.665000', '211515.125000', '211515.585000', '211516.045000', '211516.505000', '211516.965000', '211517.425000', '211517.885000', '211518.345000', '211518.805000', '211519.265000', '211519.725000', '211520.185000', '211520.645000', '211521.105000', '211521.565000', '211522.025000', '211522.485000', '211522.945000', '211523.405000', '211523.865000', '211524.325000', '211524.785000', '211525.245000', '211525.705000', '211526.165000', '211526.625000', '211527.085000', '211527.545000', '211528.005000', '211528.465000', '211528.925000', '211529.385000', '211529.845000', '211530.305000', '211530.765000', '211531.225000', '211531.685000', '211532.145000', '211532.605000', '211533.065000', '211533.525000', '211533.985000', '211534.445000', '211534.905000', '211535.365000', '211535.825000', '211536.285000', '211536.745000', '211537.205000', '211537.665000', '211538.125000', '211538.585000', '211539.045000', '211539.505000', '211539.965000', '211540.425000', '211540.885000', '211541.345000', '211541.805000', '211542.265000', '211542.725000', '211543.185000', '211543.645000', '211544.105000', '211544.565000', '211545.025000', '211545.485000', '211545.945000', '211546.405000', '211546.865000', '211547.325000', '211547.785000', '211548.245000', '211548.705000', '211549.165000', '211549.625000', '211550.085000', '211550.545000', '211551.005000', '211551.465000', '211551.925000', '211552.385000', '211552.845000', '211553.305000', '211553.765000', '211554.225000', '211554.685000', '211555.145000', '211555.605000', '211556.065000', '211556.525000', '211556.985000', '211557.445000', '211557.905000', '211558.365000', '211558.825000', '211559.285000', '211559.745000', '211600.205000', '211600.665000', '211601.125000', '211601.585000', '211602.045000', '211602.505000', '211602.965000', '211603.425000', '211603.885000', '211604.345000', '211604.805000', '211605.265000', '211605.725000', '211606.185000', '211606.645000', '211607.105000', '211607.565000', '211608.025000', '211608.485000', '211608.945000', '211609.405000', '211609.865000', '211610.325000', '211610.785000', '211611.245000', '211611.705000', '211612.165000', '211612.625000', '211613.085000', '211613.545000', '211614.005000', '211614.465000', '211614.925000', '211615.385000', '211615.845000', '211616.305000', '211616.765000', '211617.225000', '211617.685000', '211618.145000', '211618.605000', '211619.065000', '211619.525000', '211619.985000', '211620.445000', '211620.905000', '211621.365000', '211621.825000', '211622.285000', '211622.745000', '211623.205000', '211623.665000', '211624.125000', '211624.585000', '211625.045000', '211625.505000', '211625.965000', '211626.425000', '211626.885000', '211627.345000', '211627.805000', '211628.265000', '211628.725000', '211629.185000', '211629.645000', '211630.105000', '211630.565000', '211631.025000', '211631.485000', '211631.945000', '211632.405000', '211632.865000', '211633.325000', '211633.785000', '211634.245000', '211634.705000', '211635.165000', '211635.625000', '211636.085000', '211636.545000', '211637.005000', '211637.465000', '211637.925000', '211638.385000', '211638.845000', '211639.305000', '211639.765000', '211640.225000', '211640.685000', '211641.145000', '211641.605000', '211642.065000', '211642.525000', '211642.985000', '211643.445000', '211643.905000', '211644.365000', '211644.825000', '211645.285000', '211645.745000', '211646.205000', '211646.665000', '211647.125000', '211647.585000', '211648.045000', '211648.505000', '211648.965000', '211649.425000', '211649.885000', '211650.345000', '211650.805000', '211651.265000', '211651.725000', '211652.185000', '211652.645000', '211653.105000', '211653.565000', '211654.025000', '211654.485000', '211654.945000', '211655.405000', '211655.865000', '211656.325000', '211656.785000', '211657.245000', '211657.705000', '211658.165000', '211658.625000', '211659.085000', '211659.545000', '211700.005000', '211700.465000', '211700.925000', '211701.385000', '211701.845000', '211702.305000', '211702.765000', '211703.225000', '211703.685000', '211704.145000', '211704.605000', '211705.065000', '211705.525000', '211705.985000', '211706.445000', '211706.905000', '211707.365000', '211707.825000', '211708.285000', '211708.745000', '211709.205000', '211709.665000', '211710.125000', '211710.585000', '211711.045000', '211711.505000', '211711.965000', '211712.425000', '211712.885000', '211713.345000', '211713.805000', '211714.265000', '211714.725000', '211715.185000', '211715.645000', '211716.105000', '211716.565000', '211717.025000', '211717.485000', '211717.945000', '211718.405000', '211718.865000', '211719.325000', '211719.785000', '211720.245000', '211720.705000', '211721.165000', '211721.625000', '211722.085000', '211722.545000', '211723.005000', '211723.465000', '211723.925000', '211724.385000', '211724.845000', '211725.305000', '211725.765000', '211726.225000', '211726.685000', '211727.145000', '211727.605000', '211728.065000', '211728.525000', '211728.985000', '211729.445000', '211729.905000', '211730.365000', '211730.825000', '211731.285000', '211731.745000', '211732.205000', '211732.665000', '211733.125000', '211733.585000', '211734.045000', '211734.505000', '211734.965000', '211735.425000', '211735.885000', '211736.345000', '211736.805000', '211737.265000', '211737.725000', '211738.185000', '211738.645000', '211739.105000', '211739.565000', '211740.025000', '211740.485000', '211740.945000', '211741.405000', '211741.865000', '211742.325000', '211742.785000', '211743.245000', '211743.705000', '211744.165000', '211744.625000', '211745.085000', '211745.545000', '211746.005000', '211746.465000', '211746.925000', '211747.385000', '211747.845000', '211748.305000', '211748.765000', '211749.225000', '211749.685000', '211750.145000', '211750.605000', '211751.065000', '211751.525000', '211751.985000', '211752.445000', '211752.905000', '211753.365000', '211753.825000', '211754.285000', '211754.745000', '211755.205000', '211755.665000', '211756.125000', '211756.585000', '211757.045000', '211757.505000', '211757.965000', '211758.425000', '211758.885000', '211759.345000', '211759.805000', '211800.265000', '211800.725000', '211801.185000', '211801.645000', '211802.105000', '211802.565000', '211803.025000', '211803.485000', '211803.945000', '211804.405000', '211804.865000', '211805.325000', '211805.785000', '211806.245000', '211806.705000', '211807.165000', '211807.625000', '211808.085000', '211808.545000', '211809.005000', '211809.465000', '211809.925000', '211810.385000', '211810.845000', '211811.305000', '211811.765000', '211812.225000', '211812.685000', '211813.145000', '211813.605000', '211814.065000', '211814.525000', '211814.985000', '211815.445000', '211815.905000', '211816.365000', '211816.825000', '211817.285000', '211817.745000', '211818.205000', '211818.665000', '211819.125000', '211819.585000', '211820.045000', '211820.505000', '211820.965000', '211821.425000', '211821.885000', '211822.345000', '211822.805000', '211823.265000', '211823.725000', '211824.185000', '211824.645000', '211825.105000', '211825.565000', '211826.025000', '211826.485000', '211826.945000', '211827.405000', '211827.865000', '211828.325000', '211828.785000', '211829.245000', '211829.705000', '211830.165000', '211830.625000', '211831.085000', '211831.545000', '211832.005000', '211832.465000', '211832.925000', '211833.385000', '211833.845000', '211834.305000', '211834.765000', '211835.225000', '211835.685000', '211836.145000', '211836.605000', '211837.065000', '211837.525000', '211837.985000', '211838.445000', '211838.905000', '211839.365000', '211839.825000', '211840.285000', '211840.745000', '211841.205000', '211841.665000', '211842.125000', '211842.585000', '211843.045000', '211843.505000', '211843.965000', '211844.425000', '211844.885000', '211845.345000', '211845.805000', '211846.265000', '211846.725000', '211847.185000', '211847.645000', '211848.105000', '211848.565000', '211849.025000', '211849.485000', '211849.945000', '211850.405000', '211850.865000', '211851.325000', '211851.785000', '211852.245000', '211852.705000', '211853.165000', '211853.625000', '211854.085000', '211854.545000', '211855.005000', '211855.465000', '211855.925000', '211856.385000', '211856.845000', '211857.305000', '211857.765000', '211858.225000', '211858.685000', '211859.145000', '211859.605000', '211900.065000', '211900.525000', '211900.985000', '211901.445000', '211901.905000', '211902.365000', '211902.825000', '211903.285000', '211903.745000', '211904.205000', '211904.665000', '211905.125000', '211905.585000', '211906.045000', '211906.505000', '211906.965000', '211907.425000', '211907.885000', '211908.345000', '211908.805000', '211909.265000', '211909.725000', '211910.185000', '211910.645000', '211911.105000', '211911.565000', '211912.025000', '211912.485000', '211912.945000', '211913.405000', '211913.865000', '211914.325000', '211914.785000', '211915.245000', '211915.705000', '211916.165000', '211916.625000', '211917.085000', '211917.545000', '211918.005000', '211918.465000', '211918.925000', '211919.385000', '211919.845000', '211920.305000', '211920.765000', '211921.225000', '211921.685000', '211922.145000', '211922.605000', '211923.065000', '211923.525000', '211923.985000', '211924.445000', '211924.905000', '211925.365000', '211925.825000', '211926.285000', '211926.745000', '211927.205000', '211927.665000', '211928.125000', '211928.585000', '211929.045000', '211929.505000', '211929.965000', '211930.425000', '211930.885000', '211931.345000', '211931.805000', '211932.265000', '211932.725000', '211933.185000', '211933.645000', '211934.105000', '211934.565000', '211935.025000', '211935.485000', '211935.945000', '211936.405000', '211936.865000', '211937.325000', '211937.785000', '211938.245000', '211938.705000', '211939.165000', '211939.625000', '211940.085000', '211940.545000', '211941.005000', '211941.465000', '211941.925000', '211942.385000', '211942.845000', '211943.305000', '211943.765000', '211944.225000', '211944.685000', '211945.145000', '211945.605000', '211946.065000', '211946.525000', '211946.985000', '211947.445000', '211947.905000', '211948.365000', '211948.825000', '211949.285000', '211949.745000', '211950.205000', '211950.665000', '211951.125000', '211951.585000', '211952.045000', '211952.505000', '211952.965000', '211953.425000', '211953.885000', '211954.345000', '211954.805000', '211955.265000', '211955.725000', '211956.185000', '211956.645000', '211957.105000', '211957.565000', '211958.025000', '211958.485000', '211958.945000', '211959.405000', '211959.865000', '212000.325000', '212000.785000', '212001.245000', '212001.705000', '212002.165000', '212002.625000', '212003.085000', '212003.545000', '212004.005000', '212004.465000', '212004.925000', '212005.385000', '212005.845000', '212006.305000', '212006.765000', '212007.225000', '212007.685000', '212008.145000', '212008.605000', '212009.065000', '212009.525000', '212009.985000', '212010.445000', '212010.905000', '212011.365000', '212011.825000', '212012.285000', '212012.745000', '212013.205000', '212013.665000', '212014.125000', '212014.585000', '212015.045000', '212015.505000', '212015.965000', '212016.425000', '212016.885000', '212017.345000', '212017.805000', '212018.265000', '212018.725000', '212019.185000', '212019.645000', '212020.105000', '212020.565000', '212021.025000', '212021.485000', '212021.945000', '212022.405000', '212022.865000', '212023.325000', '212023.785000', '212024.245000', '212024.705000', '212025.165000', '212025.625000', '212026.085000', '212026.545000', '212027.005000', '212027.465000', '212027.925000', '212028.385000', '212028.845000', '212029.305000', '212029.765000', '212030.225000', '212030.685000', '212031.145000', '212031.605000', '212032.065000', '212032.525000', '212032.985000', '212033.445000', '212033.905000', '212034.365000', '212034.825000', '212035.285000', '212035.745000', '212036.205000', '212036.665000', '212037.125000', '212037.585000', '212038.045000', '212038.505000', '212038.965000', '212039.425000', '212039.885000', '212040.345000', '212040.805000', '212041.265000', '212041.725000', '212042.185000', '212042.645000', '212043.105000', '212043.565000', '212044.025000', '212044.485000', '212044.945000', '212045.405000', '212045.865000', '212046.325000', '212046.785000', '212047.245000', '212047.705000', '212048.165000', '212048.625000', '212049.085000', '212049.545000', '212050.005000', '212050.465000', '212050.925000', '212051.385000', '212051.845000', '212052.305000', '212052.765000', '212053.225000', '212053.685000', '212054.145000', '212054.605000', '212055.065000', '212055.525000', '212055.985000', '212056.445000', '212056.905000', '212057.365000', '212057.825000', '212058.285000', '212058.745000', '212059.205000', '212059.665000', '212100.125000', '212100.585000', '212101.045000', '212101.505000', '212101.965000', '212102.425000', '212102.885000', '212103.345000', '212103.805000', '212104.265000', '212104.725000', '212105.185000', '212105.645000', '212106.105000', '212106.565000', '212107.025000', '212107.485000', '212107.945000', '212108.405000', '212108.865000', '212109.325000', '212109.785000', '212110.245000', '212110.705000', '212111.165000', '212111.625000', '212112.085000', '212112.545000', '212113.005000', '212113.465000', '212113.925000', '212114.385000', '212114.845000', '212115.305000', '212115.765000', '212116.225000', '212116.685000', '212117.145000', '212117.605000', '212118.065000', '212118.525000', '212118.985000', '212119.445000', '212119.905000', '212120.365000', '212120.825000', '212121.285000', '212121.745000', '212122.205000', '212122.665000', '212123.125000', '212123.585000', '212124.045000', '212124.505000', '212124.965000', '212125.425000', '212125.885000', '212126.345000', '212126.805000', '212127.265000', '212127.725000', '212128.185000', '212128.645000', '212129.105000', '212129.565000', '212130.025000', '212130.485000', '212130.945000', '212131.405000', '212131.865000', '212132.325000', '212132.785000', '212133.245000', '212133.705000', '212134.165000', '212134.625000', '212135.085000', '212135.545000', '212136.005000', '212136.465000', '212136.925000', '212137.385000', '212137.845000', '212138.305000', '212138.765000', '212139.225000', '212139.685000', '212140.145000', '212140.605000', '212141.065000', '212141.525000', '212141.985000', '212142.445000', '212142.905000', '212143.365000', '212143.825000', '212144.285000', '212144.745000', '212145.205000'], 'ContentTime': ['211214.783000', '211214.786000', '211214.789000', '211214.791000', '211214.794000', '211214.796000', '211214.799000', '211214.811000', '211214.814000', '211214.816000', '211214.819000', '211214.822000', '211214.824000', '211214.827000', '211214.829000', '211214.832000', '211214.835000', '211214.837000', '211214.840000', '211214.842000', '211214.845000', '211214.847000', '211214.860000', '211214.863000', '211214.865000', '211214.868000', '211214.871000', '211214.873000', '211214.876000', '211214.878000', '211214.881000', '211214.884000', '211214.886000', '211214.889000', '211214.892000', '211214.894000', '211214.897000', '211214.899000', '211214.902000', '211214.905000', '211214.907000', '211214.910000', '211214.912000', '211214.915000', '211214.917000', '211214.920000', '211214.923000', '211214.925000', '211214.928000', '211214.930000', '211214.933000', '211214.936000', '211214.938000', '211214.941000', '211234.738000', '211234.740000', '211234.743000', '211234.746000', '211234.748000', '211234.751000', '211234.754000', '211234.756000', '211234.759000', '211234.762000', '211234.764000', '211234.767000', '211234.769000', '211234.772000', '211234.775000', '211234.778000', '211234.780000', '211234.783000', '211234.786000', '211234.788000', '211234.791000', '211234.793000', '211234.804000', '211234.806000', '211234.809000', '211234.811000', '211234.814000', '211234.817000', '211234.819000', '211234.822000', '211234.824000', '211234.827000', '211234.830000', '211234.832000', '211234.835000', '211234.837000', '211234.840000', '211234.842000', '211234.845000', '211234.847000', '211234.850000', '211234.852000', '211234.855000', '211254.738000', '211254.745000', '211254.748000', '211254.750000', '211254.753000', '211254.755000', '211254.758000', '211254.760000', '211254.763000', '211254.765000', '211254.768000', '211254.771000', '211254.773000', '211254.776000', '211254.778000', '211254.781000', '211254.784000', '211254.787000', '211254.789000', '211254.792000', '211254.794000', '211254.797000', '211254.799000', '211254.802000', '211254.805000', '211254.807000', '211254.810000', '211254.812000', '211254.815000', '211254.817000', '211254.820000', '211254.823000', '211254.825000', '211254.828000', '211254.830000', '211254.833000', '211254.835000', '211254.838000', '211254.840000', '211254.843000', '211254.845000', '211254.848000', '211254.851000', '211254.853000', '211314.738000', '211314.741000', '211314.744000', '211314.746000', '211314.749000', '211314.752000', '211314.754000', '211314.757000', '211314.759000', '211314.762000', '211314.764000', '211314.767000', '211314.769000', '211314.772000', '211314.775000', '211314.777000', '211314.780000', '211314.782000', '211314.785000', '211314.788000', '211314.790000', '211314.793000', '211314.795000', '211314.798000', '211314.800000', '211314.803000', '211314.806000', '211314.808000', '211314.811000', '211314.813000', '211314.816000', '211314.818000', '211314.821000', '211314.823000', '211314.826000', '211314.829000', '211314.831000', '211314.834000', '211314.836000', '211314.839000', '211314.841000', '211314.844000', '211314.847000', '211334.739000', '211334.742000', '211334.744000', '211334.747000', '211334.749000', '211334.752000', '211334.754000', '211334.757000', '211334.760000', '211334.762000', '211334.765000', '211334.767000', '211334.770000', '211334.772000', '211334.775000', '211334.777000', '211334.780000', '211334.783000', '211334.785000', '211334.788000', '211334.790000', '211334.793000', '211334.796000', '211334.798000', '211334.801000', '211334.803000', '211334.806000', '211334.823000', '211334.826000', '211334.828000', '211334.831000', '211334.834000', '211334.836000', '211334.839000', '211334.841000', '211334.844000', '211334.846000', '211334.849000', '211334.852000', '211334.854000', '211334.857000', '211334.859000', '211334.862000', '211334.865000', '211354.737000', '211354.740000', '211354.743000', '211354.745000', '211354.748000', '211354.750000', '211354.753000', '211354.756000', '211354.758000', '211354.761000', '211354.763000', '211354.766000', '211354.768000', '211354.771000', '211354.774000', '211354.776000', '211354.779000', '211354.781000', '211354.784000', '211354.786000', '211354.789000', '211354.792000', '211354.794000', '211354.797000', '211354.799000', '211354.802000', '211354.805000', '211354.807000', '211354.810000', '211354.812000', '211354.815000', '211354.817000', '211354.820000', '211354.823000', '211354.825000', '211354.828000', '211354.830000', '211354.833000', '211354.841000', '211354.843000', '211354.846000', '211354.849000', '211354.851000', '211414.738000', '211414.741000', '211414.743000', '211414.746000', '211414.748000', '211414.751000', '211414.753000', '211414.756000', '211414.758000', '211414.761000', '211414.764000', '211414.766000', '211414.769000', '211414.771000', '211414.774000', '211414.777000', '211414.779000', '211414.782000', '211414.784000', '211414.787000', '211414.789000', '211414.792000', '211414.795000', '211414.797000', '211414.800000', '211414.802000', '211414.805000', '211414.808000', '211414.810000', '211414.813000', '211414.815000', '211414.818000', '211414.821000', '211414.823000', '211414.826000', '211414.828000', '211414.831000', '211414.833000', '211414.836000', '211414.839000', '211414.842000', '211414.845000', '211414.848000', '211434.737000', '211434.740000', '211434.743000', '211434.745000', '211434.748000', '211434.751000', '211434.753000', '211434.756000', '211434.758000', '211434.761000', '211434.763000', '211434.766000', '211434.769000', '211434.786000', '211434.788000', '211434.791000', '211434.794000', '211434.796000', '211434.799000', '211434.801000', '211434.804000', '211434.807000', '211434.809000', '211434.812000', '211434.814000', '211434.817000', '211434.820000', '211434.822000', '211434.825000', '211434.827000', '211434.830000', '211434.832000', '211434.835000', '211434.838000', '211434.840000', '211434.843000', '211434.845000', '211434.848000', '211434.850000', '211434.853000', '211434.855000', '211434.858000', '211434.861000', '211434.863000', '211454.738000', '211454.741000', '211454.743000', '211454.746000', '211454.748000', '211454.751000', '211454.754000', '211454.756000', '211454.759000', '211454.761000', '211454.764000', '211454.766000', '211454.769000', '211454.772000', '211454.776000', '211454.779000', '211454.781000', '211454.784000', '211454.786000', '211454.789000', '211454.792000', '211454.794000', '211454.797000', '211454.800000', '211454.802000', '211454.805000', '211454.807000', '211454.810000', '211454.813000', '211454.815000', '211454.818000', '211454.820000', '211454.823000', '211454.826000', '211454.828000', '211454.831000', '211454.833000', '211454.836000', '211454.839000', '211454.841000', '211454.844000', '211454.847000', '211454.849000', '211514.737000', '211514.740000', '211514.743000', '211514.745000', '211514.748000', '211514.751000', '211514.753000', '211514.756000', '211514.759000', '211514.775000', '211514.777000', '211514.780000', '211514.783000', '211514.785000', '211514.788000', '211514.791000', '211514.793000', '211514.796000', '211514.798000', '211514.801000', '211514.804000', '211514.806000', '211514.809000', '211514.811000', '211514.814000', '211514.817000', '211514.819000', '211514.822000', '211514.824000', '211514.827000', '211514.829000', '211514.832000', '211514.835000', '211514.837000', '211514.840000', '211514.842000', '211514.845000', '211514.847000', '211514.850000', '211514.853000', '211514.855000', '211514.858000', '211514.860000', '211514.863000', '211534.738000', '211534.741000', '211534.744000', '211534.746000', '211534.749000', '211534.752000', '211534.754000', '211534.757000', '211534.759000', '211534.762000', '211534.765000', '211534.767000', '211534.770000', '211534.772000', '211534.775000', '211534.777000', '211534.780000', '211534.783000', '211534.785000', '211534.788000', '211534.790000', '211534.793000', '211534.796000', '211534.798000', '211534.801000', '211534.803000', '211534.806000', '211534.809000', '211534.811000', '211534.814000', '211534.816000', '211534.819000', '211534.821000', '211534.824000', '211534.826000', '211534.829000', '211534.832000', '211534.834000', '211534.837000', '211534.839000', '211534.842000', '211534.845000', '211534.847000', '211554.738000', '211554.740000', '211554.743000', '211554.746000', '211554.748000', '211554.751000', '211554.754000', '211554.756000', '211554.759000', '211554.762000', '211554.764000', '211554.767000', '211554.769000', '211554.772000', '211554.775000', '211554.777000', '211554.780000', '211554.782000', '211554.785000', '211554.787000', '211554.790000', '211554.792000', '211554.795000', '211554.798000', '211554.800000', '211554.803000', '211554.806000', '211554.808000', '211554.811000', '211554.813000', '211554.816000', '211554.818000', '211554.821000', '211554.824000', '211554.826000', '211554.829000', '211554.831000', '211554.834000', '211554.837000', '211554.839000', '211554.842000', '211554.844000', '211554.847000', '211614.738000', '211614.741000', '211614.743000', '211614.753000', '211614.756000', '211614.759000', '211614.761000', '211614.764000', '211614.766000', '211614.769000', '211614.772000', '211614.775000', '211614.778000', '211614.781000', '211614.783000', '211614.786000', '211614.789000', '211614.791000', '211614.794000', '211614.796000', '211614.799000', '211614.802000', '211614.804000', '211614.807000', '211614.809000', '211614.812000', '211614.815000', '211614.818000', '211614.821000', '211614.823000', '211614.826000', '211614.828000', '211614.831000', '211614.833000', '211614.836000', '211614.839000', '211614.841000', '211614.844000', '211614.846000', '211614.849000', '211614.852000', '211614.854000', '211614.857000', '211614.859000', '211634.738000', '211634.740000', '211634.743000', '211634.746000', '211634.748000', '211634.751000', '211634.754000', '211634.756000', '211634.759000', '211634.761000', '211634.764000', '211634.766000', '211634.769000', '211634.772000', '211634.774000', '211634.777000', '211634.779000', '211634.782000', '211634.785000', '211634.787000', '211634.790000', '211634.793000', '211634.795000', '211634.798000', '211634.801000', '211634.803000', '211634.806000', '211634.808000', '211634.811000', '211634.814000', '211634.816000', '211634.819000', '211634.821000', '211634.824000', '211634.841000', '211634.844000', '211634.847000', '211634.849000', '211634.852000', '211634.854000', '211634.857000', '211634.860000', '211634.862000', '211634.865000', '211654.738000', '211654.740000', '211654.743000', '211654.746000', '211654.748000', '211654.751000', '211654.754000', '211654.756000', '211654.759000', '211654.761000', '211654.764000', '211654.766000', '211654.769000', '211654.772000', '211654.774000', '211654.777000', '211654.779000', '211654.782000', '211654.785000', '211654.787000', '211654.790000', '211654.792000', '211654.795000', '211654.798000', '211654.800000', '211654.803000', '211654.806000', '211654.808000', '211654.811000', '211654.814000', '211654.816000', '211654.819000', '211654.822000', '211654.824000', '211654.827000', '211654.829000', '211654.832000', '211654.834000', '211654.837000', '211654.840000', '211654.842000', '211654.845000', '211654.847000', '211714.738000', '211714.740000', '211714.743000', '211714.746000', '211714.748000', '211714.751000', '211714.753000', '211714.756000', '211714.759000', '211714.761000', '211714.764000', '211714.766000', '211714.769000', '211714.771000', '211714.774000', '211714.776000', '211714.779000', '211714.782000', '211714.784000', '211714.787000', '211714.789000', '211714.792000', '211714.794000', '211714.797000', '211714.800000', '211714.802000', '211714.805000', '211714.807000', '211714.810000', '211714.813000', '211714.815000', '211714.818000', '211714.820000', '211714.823000', '211714.826000', '211714.828000', '211714.831000', '211714.833000', '211714.836000', '211714.838000', '211714.841000', '211714.843000', '211714.846000', '211714.849000', '211734.737000', '211734.740000', '211734.743000', '211734.746000', '211734.748000', '211734.751000', '211734.753000', '211734.756000', '211734.759000', '211734.761000', '211734.764000', '211734.766000', '211734.769000', '211734.771000', '211734.774000', '211734.777000', '211734.779000', '211734.782000', '211734.784000', '211734.787000', '211734.790000', '211734.792000', '211734.795000', '211734.797000', '211734.800000', '211734.803000', '211734.805000', '211734.808000', '211734.810000', '211734.813000', '211734.815000', '211734.818000', '211734.821000', '211734.823000', '211734.826000', '211734.828000', '211734.831000', '211734.833000', '211734.836000', '211734.838000', '211734.841000', '211734.844000', '211734.846000', '211754.739000', '211754.741000', '211754.744000', '211754.747000', '211754.749000', '211754.752000', '211754.754000', '211754.757000', '211754.759000', '211754.762000', '211754.765000', '211754.767000', '211754.770000', '211754.773000', '211754.775000', '211754.778000', '211754.780000', '211754.783000', '211754.786000', '211754.788000', '211754.791000', '211754.795000', '211754.798000', '211754.800000', '211754.803000', '211754.805000', '211754.808000', '211754.811000', '211754.813000', '211754.816000', '211754.818000', '211754.821000', '211754.824000', '211754.826000', '211754.829000', '211754.832000', '211754.834000', '211754.837000', '211754.839000', '211754.842000', '211754.844000', '211754.847000', '211754.850000', '211754.852000', '211814.737000', '211814.768000', '211814.770000', '211814.773000', '211814.776000', '211814.778000', '211814.781000', '211814.783000', '211814.786000', '211814.789000', '211814.791000', '211814.794000', '211814.796000', '211814.799000', '211814.802000', '211814.805000', '211814.807000', '211814.810000', '211814.813000', '211814.815000', '211814.818000', '211814.820000', '211814.823000', '211814.825000', '211814.828000', '211814.831000', '211814.833000', '211814.836000', '211814.838000', '211814.841000', '211814.843000', '211814.847000', '211814.850000', '211814.853000', '211814.855000', '211814.858000', '211814.861000', '211814.863000', '211814.866000', '211814.868000', '211814.871000', '211814.873000', '211814.876000', '211834.738000', '211834.741000', '211834.743000', '211834.746000', '211834.749000', '211834.751000', '211834.754000', '211834.756000', '211834.759000', '211834.761000', '211834.764000', '211834.767000', '211834.769000', '211834.772000', '211834.774000', '211834.777000', '211834.779000', '211834.782000', '211834.785000', '211834.787000', '211834.790000', '211834.792000', '211834.795000', '211834.797000', '211834.800000', '211834.803000', '211834.805000', '211834.808000', '211834.810000', '211834.813000', '211834.816000', '211834.818000', '211834.821000', '211834.823000', '211834.826000', '211834.829000', '211834.831000', '211834.834000', '211834.836000', '211834.839000', '211834.841000', '211834.844000', '211834.846000', '211834.849000', '211854.737000', '211854.740000', '211854.743000', '211854.745000', '211854.748000', '211854.751000', '211854.753000', '211854.756000', '211854.758000', '211854.761000', '211854.763000', '211854.766000', '211854.768000', '211854.771000', '211854.774000', '211854.776000', '211854.779000', '211854.782000', '211854.784000', '211854.787000', '211854.789000', '211854.792000', '211854.794000', '211854.797000', '211854.800000', '211854.802000', '211854.805000', '211854.807000', '211854.810000', '211854.813000', '211854.815000', '211854.818000', '211854.821000', '211854.823000', '211854.826000', '211854.828000', '211854.831000', '211854.833000', '211854.836000', '211854.838000', '211854.841000', '211854.844000', '211854.846000', '211914.737000', '211914.740000', '211914.743000', '211914.745000', '211914.748000', '211914.751000', '211914.753000', '211914.756000', '211914.758000', '211914.761000', '211914.763000', '211914.766000', '211914.769000', '211914.771000', '211914.774000', '211914.776000', '211914.779000', '211914.782000', '211914.784000', '211914.787000', '211914.789000', '211914.792000', '211914.794000', '211914.797000', '211914.800000', '211914.802000', '211914.805000', '211914.808000', '211914.810000', '211914.813000', '211914.815000', '211914.818000', '211914.821000', '211914.824000', '211914.826000', '211914.829000', '211914.832000', '211914.834000', '211914.837000', '211914.840000', '211914.842000', '211914.845000', '211914.848000', '211914.850000', '211934.738000', '211934.740000', '211934.743000', '211934.746000', '211934.748000', '211934.751000', '211934.753000', '211934.756000', '211934.758000', '211934.761000', '211934.764000', '211934.766000', '211934.769000', '211934.772000', '211934.774000', '211934.777000', '211934.779000', '211934.782000', '211934.784000', '211934.787000', '211934.790000', '211934.792000', '211934.795000', '211934.797000', '211934.800000', '211934.803000', '211934.805000', '211934.808000', '211934.811000', '211934.813000', '211934.816000', '211934.818000', '211934.821000', '211934.823000', '211934.826000', '211934.829000', '211934.831000', '211934.834000', '211934.836000', '211934.839000', '211934.842000', '211934.844000', '211934.847000', '211954.738000', '211954.740000', '211954.743000', '211954.746000', '211954.748000', '211954.751000', '211954.754000', '211954.756000', '211954.759000', '211954.761000', '211954.764000', '211954.767000', '211954.769000', '211954.772000', '211954.774000', '211954.777000', '211954.780000', '211954.782000', '211954.785000', '211954.787000', '211954.790000', '211954.792000', '211954.795000', '211954.798000', '211954.800000', '211954.803000', '211954.805000', '211954.808000', '211954.811000', '211954.813000', '211954.816000', '211954.818000', '211954.821000', '211954.824000', '211954.826000', '211954.829000', '211954.831000', '211954.834000', '211954.837000', '211954.839000', '211954.842000', '211954.844000', '211954.847000', '211954.850000', '212014.739000', '212014.742000', '212014.744000', '212014.747000', '212014.749000', '212014.752000', '212014.754000', '212014.757000', '212014.760000', '212014.762000', '212014.765000', '212014.767000', '212014.770000', '212014.773000', '212014.775000', '212014.778000', '212014.781000', '212014.783000', '212014.786000', '212014.788000', '212014.791000', '212014.794000', '212014.796000', '212014.799000', '212014.802000', '212014.804000', '212014.807000', '212014.810000', '212014.812000', '212014.815000', '212014.817000', '212014.820000', '212014.822000', '212014.825000', '212014.828000', '212014.830000', '212014.833000', '212014.835000', '212014.838000', '212014.841000', '212014.843000', '212014.846000', '212014.848000', '212034.737000', '212034.740000', '212034.743000', '212034.745000', '212034.748000', '212034.750000', '212034.753000', '212034.756000', '212034.758000', '212034.761000', '212034.764000', '212034.766000', '212034.769000', '212034.771000', '212034.774000', '212034.776000', '212034.779000', '212034.782000', '212034.784000', '212034.787000', '212034.789000', '212034.792000', '212034.795000', '212034.797000', '212034.800000', '212034.803000', '212034.805000', '212034.808000', '212034.811000', '212034.813000', '212034.816000', '212034.818000', '212034.821000', '212034.823000', '212034.826000', '212034.829000', '212034.831000', '212034.834000', '212034.836000', '212034.839000', '212034.842000', '212034.844000', '212034.847000', '212034.849000', '212054.738000', '212054.740000', '212054.743000', '212054.746000', '212054.748000', '212054.751000', '212054.754000', '212054.756000', '212054.759000', '212054.761000', '212054.764000', '212054.767000', '212054.769000', '212054.772000', '212054.774000', '212054.777000', '212054.780000', '212054.782000', '212054.785000', '212054.787000', '212054.790000', '212054.792000', '212054.795000', '212054.798000', '212054.800000', '212054.803000', '212054.805000', '212054.808000', '212054.811000', '212054.813000', '212054.816000', '212054.818000', '212054.821000', '212054.823000', '212054.826000', '212054.829000', '212054.831000', '212054.834000', '212054.836000', '212054.839000', '212054.842000', '212054.844000', '212054.847000', '212114.738000', '212114.740000', '212114.743000', '212114.746000', '212114.748000', '212114.751000', '212114.753000', '212114.756000', '212114.759000', '212114.761000', '212114.764000', '212114.766000', '212114.769000', '212114.772000', '212114.774000', '212114.777000', '212114.779000', '212114.782000', '212114.784000', '212114.794000', '212114.797000', '212114.799000', '212114.802000', '212114.805000', '212114.807000', '212114.810000', '212114.813000', '212114.815000', '212114.818000', '212114.820000', '212114.823000', '212114.825000', '212114.828000', '212114.831000', '212114.833000', '212114.836000', '212114.838000', '212114.841000', '212114.843000', '212114.846000', '212114.849000', '212114.851000', '212114.854000', '212114.857000', '212134.738000', '212134.741000', '212134.743000', '212134.746000', '212134.748000', '212134.752000', '212134.754000', '212134.757000', '212134.760000', '212134.763000', '212134.765000', '212134.768000', '212134.771000', '212134.773000', '212134.776000', '212134.779000', '212134.781000', '212134.784000', '212134.787000', '212134.789000', '212134.792000', '212134.794000', '212134.797000', '212134.800000', '212134.802000', '212134.805000', '212134.807000', '212134.810000', '212134.813000', '212134.815000', '212134.818000', '212134.820000', '212134.823000', '212134.825000', '212134.828000', '212134.831000', '212134.833000', '212134.836000', '212134.838000', '212134.841000', '212134.844000', '212134.846000', '212134.849000', '212146.913000', '212146.916000', '212146.919000', '212146.922000', '212146.925000', '212146.927000', '212146.930000', '212146.933000', '212146.936000', '212146.938000', '212146.941000', '212146.950000', '212146.953000', '212146.956000', '212146.959000', '212146.963000', '212146.967000', '212146.970000', '212146.973000', '212146.976000', '212146.979000', '212146.981000', '212146.984000', '212146.987000', '212146.990000', '212146.994000', '212146.997000'], 'InstanceCreationTime': ['211214.783000', '211214.786000', '211214.789000', '211214.791000', '211214.794000', '211214.796000', '211214.799000', '211214.811000', '211214.814000', '211214.816000', '211214.819000', '211214.822000', '211214.824000', '211214.827000', '211214.829000', '211214.832000', '211214.835000', '211214.837000', '211214.840000', '211214.842000', '211214.845000', '211214.847000', '211214.860000', '211214.863000', '211214.865000', '211214.868000', '211214.871000', '211214.873000', '211214.876000', '211214.878000', '211214.881000', '211214.884000', '211214.886000', '211214.889000', '211214.892000', '211214.894000', '211214.897000', '211214.899000', '211214.902000', '211214.905000', '211214.907000', '211214.910000', '211214.912000', '211214.915000', '211214.917000', '211214.920000', '211214.923000', '211214.925000', '211214.928000', '211214.930000', '211214.933000', '211214.936000', '211214.938000', '211214.941000', '211234.738000', '211234.740000', '211234.743000', '211234.746000', '211234.748000', '211234.751000', '211234.754000', '211234.756000', '211234.759000', '211234.762000', '211234.764000', '211234.767000', '211234.769000', '211234.772000', '211234.775000', '211234.778000', '211234.780000', '211234.783000', '211234.786000', '211234.788000', '211234.791000', '211234.793000', '211234.804000', '211234.806000', '211234.809000', '211234.811000', '211234.814000', '211234.817000', '211234.819000', '211234.822000', '211234.824000', '211234.827000', '211234.830000', '211234.832000', '211234.835000', '211234.837000', '211234.840000', '211234.842000', '211234.845000', '211234.847000', '211234.850000', '211234.852000', '211234.855000', '211254.738000', '211254.745000', '211254.748000', '211254.750000', '211254.753000', '211254.755000', '211254.758000', '211254.760000', '211254.763000', '211254.765000', '211254.768000', '211254.771000', '211254.773000', '211254.776000', '211254.778000', '211254.781000', '211254.784000', '211254.787000', '211254.789000', '211254.792000', '211254.794000', '211254.797000', '211254.799000', '211254.802000', '211254.805000', '211254.807000', '211254.810000', '211254.812000', '211254.815000', '211254.817000', '211254.820000', '211254.823000', '211254.825000', '211254.828000', '211254.830000', '211254.833000', '211254.835000', '211254.838000', '211254.840000', '211254.843000', '211254.845000', '211254.848000', '211254.851000', '211254.853000', '211314.738000', '211314.741000', '211314.744000', '211314.746000', '211314.749000', '211314.752000', '211314.754000', '211314.757000', '211314.759000', '211314.762000', '211314.764000', '211314.767000', '211314.769000', '211314.772000', '211314.775000', '211314.777000', '211314.780000', '211314.782000', '211314.785000', '211314.788000', '211314.790000', '211314.793000', '211314.795000', '211314.798000', '211314.800000', '211314.803000', '211314.806000', '211314.808000', '211314.811000', '211314.813000', '211314.816000', '211314.818000', '211314.821000', '211314.823000', '211314.826000', '211314.829000', '211314.831000', '211314.834000', '211314.836000', '211314.839000', '211314.841000', '211314.844000', '211314.847000', '211334.739000', '211334.742000', '211334.744000', '211334.747000', '211334.749000', '211334.752000', '211334.754000', '211334.757000', '211334.760000', '211334.762000', '211334.765000', '211334.767000', '211334.770000', '211334.772000', '211334.775000', '211334.777000', '211334.780000', '211334.783000', '211334.785000', '211334.788000', '211334.790000', '211334.793000', '211334.796000', '211334.798000', '211334.801000', '211334.803000', '211334.806000', '211334.823000', '211334.826000', '211334.828000', '211334.831000', '211334.834000', '211334.836000', '211334.839000', '211334.841000', '211334.844000', '211334.846000', '211334.849000', '211334.852000', '211334.854000', '211334.857000', '211334.859000', '211334.862000', '211334.865000', '211354.737000', '211354.740000', '211354.743000', '211354.745000', '211354.748000', '211354.750000', '211354.753000', '211354.756000', '211354.758000', '211354.761000', '211354.763000', '211354.766000', '211354.768000', '211354.771000', '211354.774000', '211354.776000', '211354.779000', '211354.781000', '211354.784000', '211354.786000', '211354.789000', '211354.792000', '211354.794000', '211354.797000', '211354.799000', '211354.802000', '211354.805000', '211354.807000', '211354.810000', '211354.812000', '211354.815000', '211354.817000', '211354.820000', '211354.823000', '211354.825000', '211354.828000', '211354.830000', '211354.833000', '211354.841000', '211354.843000', '211354.846000', '211354.849000', '211354.851000', '211414.738000', '211414.741000', '211414.743000', '211414.746000', '211414.748000', '211414.751000', '211414.753000', '211414.756000', '211414.758000', '211414.761000', '211414.764000', '211414.766000', '211414.769000', '211414.771000', '211414.774000', '211414.777000', '211414.779000', '211414.782000', '211414.784000', '211414.787000', '211414.789000', '211414.792000', '211414.795000', '211414.797000', '211414.800000', '211414.802000', '211414.805000', '211414.808000', '211414.810000', '211414.813000', '211414.815000', '211414.818000', '211414.821000', '211414.823000', '211414.826000', '211414.828000', '211414.831000', '211414.833000', '211414.836000', '211414.839000', '211414.842000', '211414.845000', '211414.848000', '211434.737000', '211434.740000', '211434.743000', '211434.745000', '211434.748000', '211434.751000', '211434.753000', '211434.756000', '211434.758000', '211434.761000', '211434.763000', '211434.766000', '211434.769000', '211434.786000', '211434.788000', '211434.791000', '211434.794000', '211434.796000', '211434.799000', '211434.801000', '211434.804000', '211434.807000', '211434.809000', '211434.812000', '211434.814000', '211434.817000', '211434.820000', '211434.822000', '211434.825000', '211434.827000', '211434.830000', '211434.832000', '211434.835000', '211434.838000', '211434.840000', '211434.843000', '211434.845000', '211434.848000', '211434.850000', '211434.853000', '211434.855000', '211434.858000', '211434.861000', '211434.863000', '211454.738000', '211454.741000', '211454.743000', '211454.746000', '211454.748000', '211454.751000', '211454.754000', '211454.756000', '211454.759000', '211454.761000', '211454.764000', '211454.766000', '211454.769000', '211454.772000', '211454.776000', '211454.779000', '211454.781000', '211454.784000', '211454.786000', '211454.789000', '211454.792000', '211454.794000', '211454.797000', '211454.800000', '211454.802000', '211454.805000', '211454.807000', '211454.810000', '211454.813000', '211454.815000', '211454.818000', '211454.820000', '211454.823000', '211454.826000', '211454.828000', '211454.831000', '211454.833000', '211454.836000', '211454.839000', '211454.841000', '211454.844000', '211454.847000', '211454.849000', '211514.737000', '211514.740000', '211514.743000', '211514.745000', '211514.748000', '211514.751000', '211514.753000', '211514.756000', '211514.759000', '211514.775000', '211514.777000', '211514.780000', '211514.783000', '211514.785000', '211514.788000', '211514.791000', '211514.793000', '211514.796000', '211514.798000', '211514.801000', '211514.804000', '211514.806000', '211514.809000', '211514.811000', '211514.814000', '211514.817000', '211514.819000', '211514.822000', '211514.824000', '211514.827000', '211514.829000', '211514.832000', '211514.835000', '211514.837000', '211514.840000', '211514.842000', '211514.845000', '211514.847000', '211514.850000', '211514.853000', '211514.855000', '211514.858000', '211514.860000', '211514.863000', '211534.738000', '211534.741000', '211534.744000', '211534.746000', '211534.749000', '211534.752000', '211534.754000', '211534.757000', '211534.759000', '211534.762000', '211534.765000', '211534.767000', '211534.770000', '211534.772000', '211534.775000', '211534.777000', '211534.780000', '211534.783000', '211534.785000', '211534.788000', '211534.790000', '211534.793000', '211534.796000', '211534.798000', '211534.801000', '211534.803000', '211534.806000', '211534.809000', '211534.811000', '211534.814000', '211534.816000', '211534.819000', '211534.821000', '211534.824000', '211534.826000', '211534.829000', '211534.832000', '211534.834000', '211534.837000', '211534.839000', '211534.842000', '211534.845000', '211534.847000', '211554.738000', '211554.740000', '211554.743000', '211554.746000', '211554.748000', '211554.751000', '211554.754000', '211554.756000', '211554.759000', '211554.762000', '211554.764000', '211554.767000', '211554.769000', '211554.772000', '211554.775000', '211554.777000', '211554.780000', '211554.782000', '211554.785000', '211554.787000', '211554.790000', '211554.792000', '211554.795000', '211554.798000', '211554.800000', '211554.803000', '211554.806000', '211554.808000', '211554.811000', '211554.813000', '211554.816000', '211554.818000', '211554.821000', '211554.824000', '211554.826000', '211554.829000', '211554.831000', '211554.834000', '211554.837000', '211554.839000', '211554.842000', '211554.844000', '211554.847000', '211614.738000', '211614.741000', '211614.743000', '211614.753000', '211614.756000', '211614.759000', '211614.761000', '211614.764000', '211614.766000', '211614.769000', '211614.772000', '211614.775000', '211614.778000', '211614.781000', '211614.783000', '211614.786000', '211614.789000', '211614.791000', '211614.794000', '211614.796000', '211614.799000', '211614.802000', '211614.804000', '211614.807000', '211614.809000', '211614.812000', '211614.815000', '211614.818000', '211614.821000', '211614.823000', '211614.826000', '211614.828000', '211614.831000', '211614.833000', '211614.836000', '211614.839000', '211614.841000', '211614.844000', '211614.846000', '211614.849000', '211614.852000', '211614.854000', '211614.857000', '211614.859000', '211634.738000', '211634.740000', '211634.743000', '211634.746000', '211634.748000', '211634.751000', '211634.754000', '211634.756000', '211634.759000', '211634.761000', '211634.764000', '211634.766000', '211634.769000', '211634.772000', '211634.774000', '211634.777000', '211634.779000', '211634.782000', '211634.785000', '211634.787000', '211634.790000', '211634.793000', '211634.795000', '211634.798000', '211634.801000', '211634.803000', '211634.806000', '211634.808000', '211634.811000', '211634.814000', '211634.816000', '211634.819000', '211634.821000', '211634.824000', '211634.841000', '211634.844000', '211634.847000', '211634.849000', '211634.852000', '211634.854000', '211634.857000', '211634.860000', '211634.862000', '211634.865000', '211654.738000', '211654.740000', '211654.743000', '211654.746000', '211654.748000', '211654.751000', '211654.754000', '211654.756000', '211654.759000', '211654.761000', '211654.764000', '211654.766000', '211654.769000', '211654.772000', '211654.774000', '211654.777000', '211654.779000', '211654.782000', '211654.785000', '211654.787000', '211654.790000', '211654.792000', '211654.795000', '211654.798000', '211654.800000', '211654.803000', '211654.806000', '211654.808000', '211654.811000', '211654.814000', '211654.816000', '211654.819000', '211654.822000', '211654.824000', '211654.827000', '211654.829000', '211654.832000', '211654.834000', '211654.837000', '211654.840000', '211654.842000', '211654.845000', '211654.847000', '211714.738000', '211714.740000', '211714.743000', '211714.746000', '211714.748000', '211714.751000', '211714.753000', '211714.756000', '211714.759000', '211714.761000', '211714.764000', '211714.766000', '211714.769000', '211714.771000', '211714.774000', '211714.776000', '211714.779000', '211714.782000', '211714.784000', '211714.787000', '211714.789000', '211714.792000', '211714.794000', '211714.797000', '211714.800000', '211714.802000', '211714.805000', '211714.807000', '211714.810000', '211714.813000', '211714.815000', '211714.818000', '211714.820000', '211714.823000', '211714.826000', '211714.828000', '211714.831000', '211714.833000', '211714.836000', '211714.838000', '211714.841000', '211714.843000', '211714.846000', '211714.849000', '211734.737000', '211734.740000', '211734.743000', '211734.746000', '211734.748000', '211734.751000', '211734.753000', '211734.756000', '211734.759000', '211734.761000', '211734.764000', '211734.766000', '211734.769000', '211734.771000', '211734.774000', '211734.777000', '211734.779000', '211734.782000', '211734.784000', '211734.787000', '211734.790000', '211734.792000', '211734.795000', '211734.797000', '211734.800000', '211734.803000', '211734.805000', '211734.808000', '211734.810000', '211734.813000', '211734.815000', '211734.818000', '211734.821000', '211734.823000', '211734.826000', '211734.828000', '211734.831000', '211734.833000', '211734.836000', '211734.838000', '211734.841000', '211734.844000', '211734.846000', '211754.739000', '211754.741000', '211754.744000', '211754.747000', '211754.749000', '211754.752000', '211754.754000', '211754.757000', '211754.759000', '211754.762000', '211754.765000', '211754.767000', '211754.770000', '211754.773000', '211754.775000', '211754.778000', '211754.780000', '211754.783000', '211754.786000', '211754.788000', '211754.791000', '211754.795000', '211754.798000', '211754.800000', '211754.803000', '211754.805000', '211754.808000', '211754.811000', '211754.813000', '211754.816000', '211754.818000', '211754.821000', '211754.824000', '211754.826000', '211754.829000', '211754.832000', '211754.834000', '211754.837000', '211754.839000', '211754.842000', '211754.844000', '211754.847000', '211754.850000', '211754.852000', '211814.737000', '211814.768000', '211814.770000', '211814.773000', '211814.776000', '211814.778000', '211814.781000', '211814.783000', '211814.786000', '211814.789000', '211814.791000', '211814.794000', '211814.796000', '211814.799000', '211814.802000', '211814.805000', '211814.807000', '211814.810000', '211814.813000', '211814.815000', '211814.818000', '211814.820000', '211814.823000', '211814.825000', '211814.828000', '211814.831000', '211814.833000', '211814.836000', '211814.838000', '211814.841000', '211814.843000', '211814.847000', '211814.850000', '211814.853000', '211814.855000', '211814.858000', '211814.861000', '211814.863000', '211814.866000', '211814.868000', '211814.871000', '211814.873000', '211814.876000', '211834.738000', '211834.741000', '211834.743000', '211834.746000', '211834.749000', '211834.751000', '211834.754000', '211834.756000', '211834.759000', '211834.761000', '211834.764000', '211834.767000', '211834.769000', '211834.772000', '211834.774000', '211834.777000', '211834.779000', '211834.782000', '211834.785000', '211834.787000', '211834.790000', '211834.792000', '211834.795000', '211834.797000', '211834.800000', '211834.803000', '211834.805000', '211834.808000', '211834.810000', '211834.813000', '211834.816000', '211834.818000', '211834.821000', '211834.823000', '211834.826000', '211834.829000', '211834.831000', '211834.834000', '211834.836000', '211834.839000', '211834.841000', '211834.844000', '211834.846000', '211834.849000', '211854.737000', '211854.740000', '211854.743000', '211854.745000', '211854.748000', '211854.751000', '211854.753000', '211854.756000', '211854.758000', '211854.761000', '211854.763000', '211854.766000', '211854.768000', '211854.771000', '211854.774000', '211854.776000', '211854.779000', '211854.782000', '211854.784000', '211854.787000', '211854.789000', '211854.792000', '211854.794000', '211854.797000', '211854.800000', '211854.802000', '211854.805000', '211854.807000', '211854.810000', '211854.813000', '211854.815000', '211854.818000', '211854.821000', '211854.823000', '211854.826000', '211854.828000', '211854.831000', '211854.833000', '211854.836000', '211854.838000', '211854.841000', '211854.844000', '211854.846000', '211914.737000', '211914.740000', '211914.743000', '211914.745000', '211914.748000', '211914.751000', '211914.753000', '211914.756000', '211914.758000', '211914.761000', '211914.763000', '211914.766000', '211914.769000', '211914.771000', '211914.774000', '211914.776000', '211914.779000', '211914.782000', '211914.784000', '211914.787000', '211914.789000', '211914.792000', '211914.794000', '211914.797000', '211914.800000', '211914.802000', '211914.805000', '211914.808000', '211914.810000', '211914.813000', '211914.815000', '211914.818000', '211914.821000', '211914.824000', '211914.826000', '211914.829000', '211914.832000', '211914.834000', '211914.837000', '211914.840000', '211914.842000', '211914.845000', '211914.848000', '211914.850000', '211934.738000', '211934.740000', '211934.743000', '211934.746000', '211934.748000', '211934.751000', '211934.753000', '211934.756000', '211934.758000', '211934.761000', '211934.764000', '211934.766000', '211934.769000', '211934.772000', '211934.774000', '211934.777000', '211934.779000', '211934.782000', '211934.784000', '211934.787000', '211934.790000', '211934.792000', '211934.795000', '211934.797000', '211934.800000', '211934.803000', '211934.805000', '211934.808000', '211934.811000', '211934.813000', '211934.816000', '211934.818000', '211934.821000', '211934.823000', '211934.826000', '211934.829000', '211934.831000', '211934.834000', '211934.836000', '211934.839000', '211934.842000', '211934.844000', '211934.847000', '211954.738000', '211954.740000', '211954.743000', '211954.746000', '211954.748000', '211954.751000', '211954.754000', '211954.756000', '211954.759000', '211954.761000', '211954.764000', '211954.767000', '211954.769000', '211954.772000', '211954.774000', '211954.777000', '211954.780000', '211954.782000', '211954.785000', '211954.787000', '211954.790000', '211954.792000', '211954.795000', '211954.798000', '211954.800000', '211954.803000', '211954.805000', '211954.808000', '211954.811000', '211954.813000', '211954.816000', '211954.818000', '211954.821000', '211954.824000', '211954.826000', '211954.829000', '211954.831000', '211954.834000', '211954.837000', '211954.839000', '211954.842000', '211954.844000', '211954.847000', '211954.850000', '212014.739000', '212014.742000', '212014.744000', '212014.747000', '212014.749000', '212014.752000', '212014.754000', '212014.757000', '212014.760000', '212014.762000', '212014.765000', '212014.767000', '212014.770000', '212014.773000', '212014.775000', '212014.778000', '212014.781000', '212014.783000', '212014.786000', '212014.788000', '212014.791000', '212014.794000', '212014.796000', '212014.799000', '212014.802000', '212014.804000', '212014.807000', '212014.810000', '212014.812000', '212014.815000', '212014.817000', '212014.820000', '212014.822000', '212014.825000', '212014.828000', '212014.830000', '212014.833000', '212014.835000', '212014.838000', '212014.841000', '212014.843000', '212014.846000', '212014.848000', '212034.737000', '212034.740000', '212034.743000', '212034.745000', '212034.748000', '212034.750000', '212034.753000', '212034.756000', '212034.758000', '212034.761000', '212034.764000', '212034.766000', '212034.769000', '212034.771000', '212034.774000', '212034.776000', '212034.779000', '212034.782000', '212034.784000', '212034.787000', '212034.789000', '212034.792000', '212034.795000', '212034.797000', '212034.800000', '212034.803000', '212034.805000', '212034.808000', '212034.811000', '212034.813000', '212034.816000', '212034.818000', '212034.821000', '212034.823000', '212034.826000', '212034.829000', '212034.831000', '212034.834000', '212034.836000', '212034.839000', '212034.842000', '212034.844000', '212034.847000', '212034.849000', '212054.738000', '212054.740000', '212054.743000', '212054.746000', '212054.748000', '212054.751000', '212054.754000', '212054.756000', '212054.759000', '212054.761000', '212054.764000', '212054.767000', '212054.769000', '212054.772000', '212054.774000', '212054.777000', '212054.780000', '212054.782000', '212054.785000', '212054.787000', '212054.790000', '212054.792000', '212054.795000', '212054.798000', '212054.800000', '212054.803000', '212054.805000', '212054.808000', '212054.811000', '212054.813000', '212054.816000', '212054.818000', '212054.821000', '212054.823000', '212054.826000', '212054.829000', '212054.831000', '212054.834000', '212054.836000', '212054.839000', '212054.842000', '212054.844000', '212054.847000', '212114.738000', '212114.740000', '212114.743000', '212114.746000', '212114.748000', '212114.751000', '212114.753000', '212114.756000', '212114.759000', '212114.761000', '212114.764000', '212114.766000', '212114.769000', '212114.772000', '212114.774000', '212114.777000', '212114.779000', '212114.782000', '212114.784000', '212114.794000', '212114.797000', '212114.799000', '212114.802000', '212114.805000', '212114.807000', '212114.810000', '212114.813000', '212114.815000', '212114.818000', '212114.820000', '212114.823000', '212114.825000', '212114.828000', '212114.831000', '212114.833000', '212114.836000', '212114.838000', '212114.841000', '212114.843000', '212114.846000', '212114.849000', '212114.851000', '212114.854000', '212114.857000', '212134.738000', '212134.741000', '212134.743000', '212134.746000', '212134.748000', '212134.752000', '212134.754000', '212134.757000', '212134.760000', '212134.763000', '212134.765000', '212134.768000', '212134.771000', '212134.773000', '212134.776000', '212134.779000', '212134.781000', '212134.784000', '212134.787000', '212134.789000', '212134.792000', '212134.794000', '212134.797000', '212134.800000', '212134.802000', '212134.805000', '212134.807000', '212134.810000', '212134.813000', '212134.815000', '212134.818000', '212134.820000', '212134.823000', '212134.825000', '212134.828000', '212134.831000', '212134.833000', '212134.836000', '212134.838000', '212134.841000', '212134.844000', '212134.846000', '212134.849000', '212146.913000', '212146.916000', '212146.919000', '212146.922000', '212146.925000', '212146.927000', '212146.930000', '212146.933000', '212146.936000', '212146.938000', '212146.941000', '212146.950000', '212146.953000', '212146.956000', '212146.959000', '212146.963000', '212146.967000', '212146.970000', '212146.973000', '212146.976000', '212146.979000', '212146.981000', '212146.984000', '212146.987000', '212146.990000', '212146.994000', '212146.997000'], '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': [13088, 9667, 13958, 11915, 10183, 8355, 10283, 8161, 12230, 12094, 9073, 9174, 6998, 9050, 7428, 12642, 11024, 11853, 10351, 13232, 10198, 14692, 14268, 10498, 8480, 11342, 7409, 11510, 12513, 11986, 7616, 8633, 7241, 9665, 14446, 12171, 7140, 9525, 7017, 9610, 14803, 11785, 12987, 9420, 13541, 12309, 10220, 10386, 11527, 7730, 10227, 8356, 9843, 7257, 9325, 7037, 10855, 11735, 12370, 6792, 9079, 13862, 9722, 14926, 13378, 8908, 9089, 9187, 8643, 12437, 9681, 9715, 7014, 9479, 7165, 11090, 14016, 12272, 8810, 9126, 13317, 10262, 14291, 12214, 10915, 9331, 7011, 11084, 15457, 11159, 6727, 8642, 10570, 9032, 17432, 13794, 10849, 9133, 9870, 8879, 6639, 9345, 6728, 10834, 15036, 13551, 6561, 10054, 6626, 11920, 15601, 13763, 16049, 9281, 14024, 12521, 11040, 8793, 12082, 9888, 12154, 7390, 10604, 7551, 12770, 13567, 13485, 15048, 10130, 14047, 13362, 8856, 8977, 9032, 7098, 11656, 8337, 11924, 7184, 8478, 6849, 9852, 15993, 12103, 8026, 8889, 9374, 9629, 15453, 13156, 9610, 9384, 11120, 9579, 13502, 11976, 10800, 7660, 8635, 7115, 11511, 6843, 11855, 6830, 7820, 9081, 10692, 9248, 10685, 12402, 7369, 14501, 10892, 8559, 9251, 7149, 11183, 10183, 11192, 15090, 7953, 16266, 10409, 16881, 13627, 12849, 12250, 9523, 14869, 11223, 14511, 11750, 8475, 8408, 7264, 8509, 7545, 11265, 7401, 7957, 7604, 9621, 7949, 12188, 10122, 11636, 7845, 7929, 8125, 11296, 10117, 12019, 8130, 11123, 8727, 11032, 9154, 9692, 8618, 9480, 8038, 14685, 11607, 7106, 11302, 7463, 13070, 11710, 15124, 12923, 11429, 9752, 14446, 13269, 17098, 9558, 17280, 8214, 12299, 7402, 15969, 11077, 12530, 10720, 13305, 11019, 7789, 8833, 7078, 14893, 14996, 14173, 11683, 7095, 11001, 12099, 14286, 7632, 11330, 7537, 9597, 7210, 11444, 8666, 11432, 7182, 8810, 7767, 10632, 11085, 12662, 7720, 8642, 7943, 9258, 13140, 14047, 6946, 9936, 7320, 8369, 16617, 12829, 9702, 9148, 12559, 8406, 12676, 12893, 8384, 8524, 9176, 7602, 12544, 9975, 13142, 9263, 10585, 13976, 7678, 9566, 7766, 11773, 10309, 12282, 7403, 10664, 8118, 13358, 9901, 10194, 7490, 8722, 7807, 10195, 9729, 11508, 7442, 8649, 7817, 8685, 14346, 12256, 9516, 8680, 8287, 8195, 11202, 7639, 11333, 7626, 8516, 7903, 10494, 7546, 8596, 7551, 8523, 13457, 11064, 7634, 7738, 7986, 7636, 9163, 7626, 8313, 7453, 8068, 7580, 8269, 7549, 10088, 7396, 8016, 7824, 8984, 8204, 12603, 11859, 9754, 9167, 9669, 8382, 13025, 9265, 14972, 11500, 13537, 13985, 12128, 10349, 8962, 8178, 7875, 7511, 11187, 6904, 9348, 7856, 7993, 7090, 7833, 6937, 7519, 6729, 7506, 9859, 7634, 12403, 9015, 7728, 10247, 7201, 8353, 7775, 9751, 7941, 9843, 11374, 12715, 7636, 8208, 10596, 8197, 12492, 11535, 7970, 7734, 7623, 7451, 8253, 7728, 7831, 7574, 7857, 7579, 9428, 8850, 12743, 12131, 10895, 9020, 12434, 10251, 13201, 13564, 15456, 11944, 9027, 7638, 7708, 7055, 10797, 7258, 13041, 8898, 12076, 8521, 13219, 14898, 12667, 13211, 9664, 10858, 10702, 11939, 14263, 12110, 11258, 8412, 10808, 7117, 10168, 6609, 7765, 7322, 8499, 7416, 7830, 7452, 7368, 8491, 9097, 6910, 7312, 6774, 7545, 8767, 7695, 11144, 7323, 9385, 7506, 7835, 7263, 8271, 11935, 11208, 7481, 7935, 9779, 7920, 8554, 7745, 11125, 7098, 9508, 8196, 8829, 12508, 8731, 13365, 11286, 8432, 9051, 11115, 8965, 9641, 8491, 10690, 7718, 9353, 7401, 8538, 7333, 8676, 7356, 8192, 7143, 7995, 9903, 8594, 11925, 9967, 8081, 7712, 9360, 8123, 11497, 8446, 10779, 7810, 10177, 8207, 12231, 10890, 14119, 14549, 12397, 10802, 12960, 8584, 12412, 14150, 11501, 12120, 9329, 8750, 9449, 13008, 9924, 10356, 8109, 7719, 7647, 11189, 7060, 8330, 7359, 8080, 7591, 8490, 7706, 8114, 7684, 8140, 11759, 10453, 6987, 8291, 11165, 8694, 13032, 11743, 11846, 8744, 9769, 8043, 13668, 10102, 13173, 7585, 9686, 7613, 9304, 15578, 12079, 9671, 9063, 11496, 8666, 9817, 8099, 7951, 7626, 8107, 7653, 11749, 8928, 9910, 13109, 8579, 11583, 10925, 8064, 8049, 7903, 7640, 9253, 7476, 8787, 7260, 8451, 10908, 8249, 12352, 10371, 8065, 7369, 8046, 7175, 9328, 9661, 10684, 7549, 8701, 13567, 9909, 13046, 8789, 10537, 7415, 8939, 8159, 9126, 14570, 10514, 6855, 8078, 7536, 7986, 13220, 11233, 8025, 7464, 8020, 7464, 9380, 12649, 9124, 10992, 7962, 10208, 8664, 11764, 10170, 9874, 7606, 8090, 7274, 10774, 11029, 10817, 7629, 9105, 14683, 10715, 13363, 11914, 12846, 7884, 8667, 8207, 10345, 7724, 8618, 7328, 8838, 14088, 10777, 8473, 8433, 10652, 8882, 12750, 11375, 10903, 9088, 8815, 9053, 13877, 11792, 7410, 8843, 6997, 8374, 13580, 11568, 9764, 8606, 11725, 8874, 12747, 12434, 9583, 8993, 10673, 8605, 12093, 9357, 7412, 8564, 7593, 13198, 12434, 7370, 10308, 9629, 10212, 13257, 11060, 11132, 12815, 6698, 8750, 7794, 9984, 7700, 8180, 8377, 13170, 9044, 6695, 9219, 7777, 11153, 9407, 10467, 8859, 7494, 9309, 14874, 12138, 9026, 9811, 7420, 9095, 10348, 10953, 7333, 9382, 12034, 9361, 12556, 9135, 7249, 8498, 7272, 8461, 13056, 10770, 8584, 9162, 13449, 9502, 12635, 10579, 8385, 7500, 8522, 7278, 9968, 7507, 9064, 7598, 8600, 7343, 9447, 8192, 9818, 7479, 8436, 9604, 9430, 12971, 10626, 11833, 8529, 8808, 8478, 11636, 7396, 8674, 7087, 8607, 8013, 12079, 7267, 10196, 11428, 9072, 14505, 11547, 8932, 8517, 11911, 8326, 12779, 10690, 13914, 12480, 8231, 10747, 8098, 8970, 10095, 14272, 9977, 10034, 13220, 9167, 10370, 9120, 11625, 7411, 8970, 7292, 8352, 7527, 8872, 12247, 8915, 11217, 8468, 9352, 8462, 10032, 7472, 9010, 7452, 8775, 12561, 9315, 11739, 10208, 9198, 7165, 8349, 10868, 9742, 13232, 11809, 8056, 8462, 8694, 8663, 11746, 8391, 9772, 6999, 8657, 7243, 11446, 7685, 11652, 7070, 8684, 15051, 11860, 8730, 9204, 12332, 9082, 13634, 9726, 10825, 7615, 9575, 7280, 12122, 11636, 11890, 7512, 8738, 13986, 8784, 13292, 11550, 10606, 7750, 8280, 8045, 11240, 7199, 8839, 12812, 8545, 13749, 12095, 8714, 7709, 8152, 7250, 10000, 11241, 10237, 7354, 7964, 9748, 8233, 11193, 7801, 8822, 7437, 8113, 9221, 8728, 12284, 9831, 7767, 7509, 8167, 7418, 10363, 7571, 7130, 7402, 7653, 7642, 10298, 10756, 11435, 7186, 8406, 7243, 8872, 15041, 12202, 8641, 8530, 11992, 8375, 13104, 8247, 14157, 8353, 10255, 7609, 13291, 10584, 14333, 8237, 10040, 14632, 10641, 10794, 8731, 10126, 7405, 8291, 8641, 9069, 9973, 8353, 10763, 7749, 8747, 7634, 7599, 7584, 8187, 7366, 8428, 14625, 10974, 9041, 8180, 9732, 8046, 10861, 7863, 9475, 7293, 8138, 7275, 8491, 14745, 10794, 9609, 8343, 10042, 8278, 8844, 7425, 8260, 7121, 7555, 13598, 10528, 7958, 7808, 8004, 7170, 9672, 7452, 8484, 7415, 8188, 7412, 10599, 11372, 9698, 6993, 8584, 7039, 8909, 7896, 10257, 7219, 8610, 11192, 12872, 7134, 10937, 7227, 9528, 15387, 12579, 10054, 8949, 8818, 8779, 11326, 7259, 8856, 7515, 8514, 8392, 11825, 11662, 8283, 8908, 11945, 9081, 13207, 9277, 10641, 7242, 8837, 7141, 9161, 13271, 10093, 7666, 7809, 8095, 7287, 8461, 7614, 8673, 7035, 7922, 7177, 7363, 9855, 9366, 7201, 7232, 7674, 7134, 8231, 13058, 10013, 7617, 7668, 8225, 7536, 9214, 7832, 8268, 7236, 7917, 7265, 8676, 11403, 9577, 13513, 8926, 10557, 10404, 8721, 7573, 8015, 7446, 11612, 9718, 12042, 7102, 9110, 7292, 10728, 7306, 10727, 7443, 8641, 7258, 8627, 8772, 11272, 10548, 12864, 9884, 12793, 7715, 9569, 12759, 10838, 8920, 9144, 10140, 8713, 9399, 9550, 7957, 8126, 7665, 7417, 9336, 7549, 7997, 7186, 8559, 7484, 8321, 11639, 9801, 7143, 8311, 8922, 7702, 11533, 10819, 7897, 7581, 8688, 7028, 10488, 8292, 11448, 7354, 9583, 7198, 11714, 15759, 12378, 11723, 9387, 8934, 7841, 9998, 13494, 11188, 11442, 8262, 8756, 8155, 7088, 7578, 7996, 7783, 8430, 11483, 8574, 7929, 7447, 7956, 7619, 8906, 7553, 8056, 7267, 7404, 9560, 7537, 8525, 8012, 8060, 7709, 7938, 8867, 8989, 10366, 9422, 11516, 8135, 8975, 9008, 10137, 9141, 7658, 7970, 9731, 8435, 9632, 7622, 11184, 13711, 8917, 11011, 10347, 8166, 7541, 8183, 7753, 8278, 12603, 9756, 7574, 8098, 7931, 7498, 8645, 10767, 8560, 7352, 7613, 8420, 7748, 8168, 7796, 7121, 7975, 7924, 7834, 9040, 10538, 8452, 7171, 7576, 8487, 7912, 10342, 9549, 8289, 7732, 8306, 7794, 8676, 9947, 9579, 8198, 8845, 7810, 10621, 7610, 11157, 8087, 10058, 8335, 12192, 11896, 10745, 8871, 9232, 8103, 11542, 9820, 10882, 8896, 9767, 8783, 11426, 10282, 12049, 9572, 9726, 8446, 9658, 7444, 10743, 7310, 8230, 7558, 8442, 9414, 8567, 7286, 8314, 7358, 7683, 7282, 10215, 7874, 7339, 8587, 7760, 9660, 12891, 11764, 8601, 7606, 8445, 7670, 9403, 15406, 11518, 8245], 'WindowCenter': [4024.0, 3980.0, 4006.0, 3983.0, 3959.0, 3938.0, 3957.0, 3938.0, 3979.0, 3979.0, 3948.0, 3948.0, 3929.0, 3949.0, 3942.0, 4005.0, 3984.0, 3997.0, 3974.0, 3994.0, 3973.0, 4003.0, 4004.0, 3971.0, 3949.0, 3969.0, 3927.0, 3979.0, 3980.0, 3980.0, 3927.0, 3948.0, 3927.0, 3963.0, 4002.0, 3981.0, 3928.0, 3960.0, 3927.0, 3962.0, 4002.0, 3982.0, 3992.0, 3960.0, 3992.0, 3981.0, 3959.0, 3970.0, 3979.0, 3938.0, 3969.0, 3951.0, 3960.0, 3929.0, 3960.0, 3930.0, 3983.0, 3993.0, 3994.0, 3921.0, 3961.0, 4002.0, 3962.0, 4014.0, 4003.0, 3952.0, 3963.0, 3962.0, 3963.0, 4005.0, 3972.0, 3961.0, 3931.0, 3960.0, 3929.0, 3994.0, 4004.0, 3993.0, 3951.0, 3960.0, 3991.0, 3986.0, 4019.0, 4010.0, 3969.0, 3935.0, 3915.0, 3971.0, 4004.0, 3971.0, 3906.0, 3923.0, 3985.0, 3976.0, 4023.0, 4007.0, 3984.0, 3973.0, 3969.0, 3961.0, 3933.0, 3973.0, 3942.0, 3998.0, 4030.0, 4021.0, 3945.0, 3974.0, 3932.0, 3996.0, 4015.0, 4004.0, 4014.0, 3960.0, 4002.0, 3992.0, 3969.0, 3950.0, 3993.0, 3962.0, 3982.0, 3927.0, 3968.0, 3926.0, 3991.0, 3991.0, 3991.0, 3989.0, 3957.0, 3988.0, 3988.0, 3935.0, 3946.0, 3945.0, 3916.0, 3971.0, 3937.0, 3980.0, 3915.0, 3936.0, 3916.0, 3959.0, 4012.0, 3981.0, 3938.0, 3948.0, 3947.0, 3961.0, 4002.0, 3992.0, 3959.0, 3960.0, 3968.0, 3961.0, 3992.0, 3984.0, 3969.0, 3939.0, 3948.0, 3931.0, 3993.0, 3932.0, 3981.0, 3932.0, 3951.0, 3962.0, 3984.0, 3975.0, 3985.0, 4008.0, 3957.0, 4032.0, 3999.0, 3962.0, 3978.0, 3951.0, 3997.0, 3989.0, 3974.0, 4049.0, 3970.0, 4043.0, 3990.0, 4042.0, 4020.0, 3995.0, 3980.0, 3959.0, 3991.0, 3970.0, 3989.0, 3969.0, 3923.0, 3935.0, 3924.0, 3950.0, 3939.0, 3969.0, 3928.0, 3938.0, 3939.0, 3959.0, 3951.0, 3992.0, 3984.0, 3983.0, 3950.0, 3950.0, 3963.0, 3995.0, 3983.0, 3991.0, 3951.0, 3983.0, 3963.0, 3985.0, 3975.0, 3973.0, 3965.0, 3973.0, 3953.0, 4018.0, 4008.0, 3958.0, 3998.0, 3956.0, 4006.0, 4007.0, 4016.0, 4005.0, 3984.0, 3962.0, 4004.0, 3995.0, 4016.0, 3961.0, 4017.0, 3939.0, 3985.0, 3900.0, 4005.0, 3962.0, 3969.0, 3961.0, 3994.0, 3984.0, 3940.0, 3949.0, 3929.0, 4002.0, 4003.0, 3991.0, 3980.0, 3930.0, 3974.0, 3980.0, 4002.0, 3929.0, 3971.0, 3926.0, 3947.0, 3926.0, 3981.0, 3949.0, 3970.0, 3918.0, 3950.0, 3939.0, 3984.0, 3985.0, 3992.0, 3941.0, 3952.0, 3941.0, 3963.0, 3994.0, 4006.0, 3931.0, 3972.0, 3942.0, 3952.0, 4026.0, 3995.0, 3960.0, 3962.0, 3993.0, 3952.0, 4007.0, 4006.0, 3954.0, 3964.0, 3962.0, 3954.0, 3995.0, 3975.0, 4008.0, 3989.0, 3998.0, 4019.0, 3956.0, 3975.0, 3953.0, 3993.0, 3985.0, 3994.0, 3941.0, 3971.0, 3951.0, 4004.0, 3972.0, 3972.0, 3942.0, 3950.0, 3940.0, 3985.0, 3974.0, 3983.0, 3931.0, 3951.0, 3940.0, 3953.0, 4004.0, 3984.0, 3949.0, 3939.0, 3936.0, 3936.0, 3968.0, 3927.0, 3968.0, 3927.0, 3949.0, 3940.0, 3968.0, 3927.0, 3938.0, 3926.0, 3948.0, 3990.0, 3971.0, 3927.0, 3937.0, 3938.0, 3937.0, 3960.0, 3939.0, 3950.0, 3938.0, 3949.0, 3952.0, 3966.0, 3953.0, 3974.0, 3943.0, 3953.0, 3952.0, 3964.0, 3965.0, 4007.0, 4010.0, 3975.0, 3961.0, 3962.0, 3966.0, 4007.0, 3976.0, 4017.0, 3984.0, 3996.0, 3994.0, 3980.0, 3958.0, 3932.0, 3924.0, 3922.0, 3913.0, 3967.0, 3915.0, 3946.0, 3925.0, 3937.0, 3915.0, 3927.0, 3916.0, 3928.0, 3917.0, 3928.0, 3959.0, 3941.0, 3980.0, 3949.0, 3941.0, 3975.0, 3943.0, 3950.0, 3942.0, 3958.0, 3938.0, 3962.0, 3983.0, 3994.0, 3940.0, 3952.0, 3971.0, 3952.0, 3993.0, 3984.0, 3939.0, 3941.0, 3938.0, 3941.0, 3949.0, 3942.0, 3953.0, 3952.0, 3951.0, 3953.0, 3974.0, 3976.0, 4005.0, 4007.0, 3984.0, 3965.0, 4007.0, 3985.0, 4008.0, 3997.0, 4016.0, 4008.0, 3976.0, 3953.0, 3953.0, 3943.0, 3994.0, 3952.0, 4019.0, 3976.0, 3996.0, 3953.0, 3993.0, 3992.0, 3978.0, 3964.0, 3934.0, 3943.0, 3943.0, 3953.0, 3962.0, 3952.0, 3939.0, 3905.0, 3928.0, 3886.0, 3927.0, 3875.0, 3897.0, 3898.0, 3920.0, 3898.0, 3911.0, 3912.0, 3923.0, 3944.0, 3947.0, 3915.0, 3926.0, 3917.0, 3938.0, 3950.0, 3942.0, 3984.0, 3942.0, 3961.0, 3931.0, 3941.0, 3928.0, 3951.0, 3984.0, 3985.0, 3931.0, 3951.0, 3971.0, 3952.0, 3951.0, 3942.0, 3984.0, 3931.0, 3974.0, 3954.0, 3963.0, 3993.0, 3963.0, 4003.0, 3983.0, 3953.0, 3962.0, 3983.0, 3961.0, 3961.0, 3949.0, 3970.0, 3940.0, 3961.0, 3941.0, 3962.0, 3942.0, 3963.0, 3943.0, 3954.0, 3945.0, 3953.0, 3982.0, 3966.0, 4007.0, 3986.0, 3956.0, 3955.0, 3973.0, 3964.0, 3999.0, 3968.0, 3996.0, 3954.0, 3985.0, 3967.0, 4008.0, 4000.0, 4021.0, 4018.0, 3994.0, 3974.0, 3992.0, 3940.0, 3980.0, 3990.0, 3969.0, 3967.0, 3945.0, 3934.0, 3947.0, 3975.0, 3956.0, 3955.0, 3926.0, 3924.0, 3928.0, 3969.0, 3927.0, 3940.0, 3928.0, 3950.0, 3942.0, 3961.0, 3941.0, 3949.0, 3952.0, 3952.0, 3995.0, 3987.0, 3940.0, 3963.0, 3983.0, 3965.0, 4004.0, 3996.0, 3985.0, 3952.0, 3960.0, 3941.0, 4003.0, 3971.0, 3992.0, 3939.0, 3961.0, 3926.0, 3950.0, 4002.0, 3981.0, 3958.0, 3950.0, 3969.0, 3936.0, 3960.0, 3936.0, 3939.0, 3927.0, 3939.0, 3938.0, 3981.0, 3950.0, 3959.0, 3989.0, 3949.0, 3978.0, 3969.0, 3936.0, 3937.0, 3939.0, 3939.0, 3960.0, 3939.0, 3953.0, 3929.0, 3950.0, 3970.0, 3962.0, 3992.0, 3973.0, 3940.0, 3941.0, 3951.0, 3932.0, 3962.0, 3974.0, 3985.0, 3940.0, 3961.0, 3994.0, 3972.0, 3992.0, 3949.0, 3971.0, 3928.0, 3948.0, 3939.0, 3959.0, 4003.0, 3970.0, 3919.0, 3952.0, 3940.0, 3950.0, 4003.0, 3994.0, 3951.0, 3941.0, 3949.0, 3939.0, 3964.0, 3993.0, 3961.0, 3980.0, 3941.0, 3972.0, 3961.0, 3993.0, 3985.0, 3974.0, 3952.0, 3951.0, 3944.0, 3995.0, 3986.0, 3985.0, 3942.0, 3962.0, 4002.0, 3971.0, 3991.0, 3981.0, 3980.0, 3938.0, 3947.0, 3937.0, 3959.0, 3927.0, 3948.0, 3927.0, 3948.0, 4001.0, 3974.0, 3951.0, 3949.0, 3971.0, 3962.0, 3994.0, 3995.0, 3971.0, 3950.0, 3949.0, 3964.0, 4003.0, 3984.0, 3930.0, 3949.0, 3929.0, 3950.0, 3994.0, 3995.0, 3975.0, 3952.0, 3982.0, 3963.0, 3994.0, 3993.0, 3961.0, 3961.0, 3974.0, 3951.0, 3982.0, 3961.0, 3942.0, 3950.0, 3943.0, 4007.0, 3996.0, 3944.0, 3974.0, 3961.0, 3971.0, 3994.0, 3983.0, 3985.0, 3970.0, 3893.0, 3910.0, 3915.0, 3947.0, 3926.0, 3981.0, 3965.0, 4022.0, 3977.0, 3933.0, 3963.0, 3941.0, 3982.0, 3973.0, 3973.0, 3966.0, 3944.0, 3979.0, 4019.0, 3998.0, 3964.0, 3974.0, 3929.0, 3950.0, 3971.0, 3972.0, 3929.0, 3963.0, 3980.0, 3963.0, 3993.0, 3962.0, 3941.0, 3952.0, 3928.0, 3953.0, 3994.0, 3985.0, 3952.0, 3962.0, 3993.0, 3961.0, 3982.0, 3973.0, 3941.0, 3927.0, 3947.0, 3928.0, 3961.0, 3942.0, 3951.0, 3939.0, 3952.0, 3942.0, 3973.0, 3964.0, 3974.0, 3944.0, 3952.0, 3974.0, 3973.0, 4007.0, 3985.0, 3992.0, 3953.0, 3964.0, 3952.0, 3985.0, 3941.0, 3962.0, 3943.0, 3963.0, 3955.0, 4011.0, 3953.0, 3989.0, 3995.0, 3965.0, 4016.0, 3995.0, 3964.0, 3963.0, 3994.0, 3951.0, 4006.0, 3985.0, 4018.0, 4009.0, 3953.0, 3984.0, 3956.0, 3964.0, 3971.0, 4003.0, 3961.0, 3957.0, 3980.0, 3946.0, 3957.0, 3947.0, 3968.0, 3925.0, 3947.0, 3925.0, 3935.0, 3927.0, 3949.0, 3981.0, 3959.0, 3970.0, 3949.0, 3958.0, 3950.0, 3970.0, 3928.0, 3950.0, 3930.0, 3953.0, 3992.0, 3964.0, 3992.0, 3971.0, 3961.0, 3929.0, 3951.0, 3983.0, 3962.0, 3993.0, 3993.0, 3951.0, 3951.0, 3952.0, 3963.0, 3996.0, 3953.0, 3971.0, 3931.0, 3964.0, 3944.0, 3996.0, 3954.0, 3997.0, 3943.0, 3963.0, 4015.0, 3996.0, 3963.0, 3974.0, 3993.0, 3963.0, 4004.0, 3973.0, 3982.0, 3942.0, 3961.0, 3928.0, 3992.0, 3982.0, 3984.0, 3928.0, 3948.0, 3990.0, 3948.0, 3990.0, 3979.0, 3968.0, 3927.0, 3936.0, 3937.0, 3969.0, 3916.0, 3948.0, 3978.0, 3949.0, 3988.0, 3979.0, 3935.0, 3926.0, 3937.0, 3926.0, 3958.0, 3968.0, 3973.0, 3926.0, 3936.0, 3958.0, 3948.0, 3967.0, 3940.0, 3946.0, 3929.0, 3938.0, 3959.0, 3950.0, 3980.0, 3971.0, 3940.0, 3939.0, 3949.0, 3939.0, 3972.0, 3951.0, 3941.0, 3942.0, 3952.0, 3956.0, 3996.0, 3999.0, 4009.0, 3944.0, 3964.0, 3942.0, 3974.0, 4016.0, 4008.0, 3963.0, 3963.0, 3993.0, 3964.0, 4004.0, 3952.0, 4017.0, 3951.0, 3972.0, 3940.0, 4003.0, 3972.0, 4004.0, 3939.0, 3958.0, 3989.0, 3956.0, 3956.0, 3935.0, 3956.0, 3925.0, 3937.0, 3934.0, 3946.0, 3958.0, 3949.0, 3966.0, 3935.0, 3947.0, 3940.0, 3939.0, 3939.0, 3949.0, 3940.0, 3951.0, 4014.0, 3983.0, 3948.0, 3949.0, 3959.0, 3939.0, 3970.0, 3949.0, 3960.0, 3940.0, 3949.0, 3938.0, 3961.0, 4014.0, 3983.0, 3960.0, 3950.0, 3970.0, 3950.0, 3963.0, 3939.0, 3953.0, 3930.0, 3940.0, 4002.0, 3982.0, 3951.0, 3953.0, 3950.0, 3941.0, 3973.0, 3953.0, 3962.0, 3942.0, 3962.0, 3944.0, 3985.0, 3996.0, 3972.0, 3940.0, 3961.0, 3942.0, 3976.0, 3965.0, 3987.0, 3944.0, 3963.0, 3997.0, 4009.0, 3943.0, 3985.0, 3941.0, 3974.0, 4014.0, 3993.0, 3958.0, 3948.0, 3948.0, 3948.0, 3970.0, 3928.0, 3947.0, 3926.0, 3946.0, 3951.0, 3982.0, 3984.0, 3950.0, 3961.0, 3980.0, 3960.0, 3991.0, 3958.0, 3970.0, 3925.0, 3946.0, 3913.0, 3946.0, 3978.0, 3957.0, 3926.0, 3926.0, 3935.0, 3925.0, 3938.0, 3927.0, 3947.0, 3929.0, 3940.0, 3927.0, 3939.0, 3971.0, 3973.0, 3941.0, 3943.0, 3952.0, 3941.0, 3962.0, 4003.0, 3974.0, 3943.0, 3952.0, 3951.0, 3951.0, 3973.0, 3954.0, 3963.0, 3943.0, 3952.0, 3942.0, 3964.0, 3994.0, 3974.0, 4007.0, 3975.0, 3986.0, 3985.0, 3962.0, 3940.0, 3950.0, 3941.0, 3996.0, 3975.0, 3995.0, 3930.0, 3962.0, 3943.0, 3985.0, 3944.0, 3983.0, 3929.0, 3948.0, 3927.0, 3962.0, 3963.0, 3993.0, 3984.0, 4005.0, 3974.0, 3994.0, 3939.0, 3962.0, 3990.0, 3970.0, 3947.0, 3949.0, 3957.0, 3937.0, 3947.0, 3959.0, 3939.0, 3940.0, 3940.0, 3940.0, 3961.0, 3940.0, 3952.0, 3941.0, 3964.0, 3943.0, 3963.0, 3995.0, 3987.0, 3942.0, 3965.0, 3964.0, 3954.0, 3996.0, 3986.0, 3952.0, 3953.0, 3963.0, 3944.0, 3984.0, 3965.0, 3998.0, 3943.0, 3972.0, 3931.0, 3996.0, 4017.0, 3995.0, 3982.0, 3949.0, 3948.0, 3938.0, 3958.0, 3976.0, 3968.0, 3967.0, 3938.0, 3935.0, 3938.0, 3915.0, 3939.0, 3936.0, 3937.0, 3950.0, 3981.0, 3951.0, 3939.0, 3939.0, 3940.0, 3939.0, 3963.0, 3940.0, 3940.0, 3940.0, 3944.0, 3974.0, 3953.0, 3963.0, 3955.0, 3952.0, 3953.0, 3952.0, 3964.0, 3975.0, 3985.0, 3974.0, 3995.0, 3953.0, 3962.0, 3964.0, 3984.0, 3975.0, 3952.0, 3953.0, 3974.0, 3952.0, 3975.0, 3943.0, 3985.0, 4003.0, 3962.0, 3971.0, 3972.0, 3939.0, 3940.0, 3949.0, 3939.0, 3949.0, 3992.0, 3973.0, 3939.0, 3949.0, 3941.0, 3928.0, 3962.0, 3979.0, 3951.0, 3929.0, 3939.0, 3949.0, 3940.0, 3950.0, 3940.0, 3932.0, 3951.0, 3954.0, 3942.0, 3963.0, 3985.0, 3963.0, 3931.0, 3954.0, 3964.0, 3964.0, 3985.0, 3975.0, 3964.0, 3952.0, 3965.0, 3954.0, 3965.0, 3985.0, 3975.0, 3963.0, 3964.0, 3952.0, 3985.0, 3956.0, 3984.0, 3951.0, 3973.0, 3952.0, 3993.0, 3995.0, 3982.0, 3963.0, 3959.0, 3950.0, 3981.0, 3971.0, 3969.0, 3951.0, 3957.0, 3948.0, 3979.0, 3971.0, 3981.0, 3959.0, 3956.0, 3937.0, 3958.0, 3926.0, 3967.0, 3926.0, 3936.0, 3926.0, 3936.0, 3959.0, 3950.0, 3939.0, 3964.0, 3938.0, 3953.0, 3953.0, 3985.0, 3966.0, 3957.0, 3975.0, 3969.0, 3988.0, 4009.0, 3998.0, 3963.0, 3953.0, 3951.0, 3940.0, 3961.0, 4013.0, 3984.0, 3940.0], 'WindowWidth': [8974.0, 8906.0, 8933.0, 8897.0, 8858.0, 8828.0, 8849.0, 8827.0, 8883.0, 8883.0, 8839.0, 8840.0, 8816.0, 8845.0, 8841.0, 8928.0, 8900.0, 8916.0, 8884.0, 8909.0, 8881.0, 8923.0, 8924.0, 8874.0, 8844.0, 8869.0, 8812.0, 8882.0, 8886.0, 8884.0, 8811.0, 8840.0, 8812.0, 8866.0, 8918.0, 8890.0, 8814.0, 8858.0, 8813.0, 8865.0, 8918.0, 8892.0, 8903.0, 8859.0, 8903.0, 8890.0, 8855.0, 8872.0, 8881.0, 8828.0, 8869.0, 8848.0, 8859.0, 8818.0, 8858.0, 8821.0, 8897.0, 8909.0, 8911.0, 8808.0, 8862.0, 8917.0, 8866.0, 8937.0, 8922.0, 8848.0, 8866.0, 8862.0, 8867.0, 8925.0, 8879.0, 8864.0, 8822.0, 8861.0, 8819.0, 8913.0, 8923.0, 8908.0, 8848.0, 8861.0, 8903.0, 8903.0, 8950.0, 8940.0, 8868.0, 8812.0, 8790.0, 8871.0, 8918.0, 8872.0, 8778.0, 8794.0, 8903.0, 8893.0, 8949.0, 8932.0, 8895.0, 8881.0, 8873.0, 8865.0, 8831.0, 8885.0, 8845.0, 8925.0, 8972.0, 8960.0, 8851.0, 8885.0, 8830.0, 8917.0, 8938.0, 8923.0, 8934.0, 8858.0, 8916.0, 8904.0, 8871.0, 8846.0, 8906.0, 8863.0, 8888.0, 8811.0, 8866.0, 8809.0, 8900.0, 8900.0, 8900.0, 8895.0, 8851.0, 8893.0, 8894.0, 8817.0, 8834.0, 8831.0, 8794.0, 8872.0, 8824.0, 8883.0, 8794.0, 8823.0, 8796.0, 8856.0, 8931.0, 8888.0, 8827.0, 8842.0, 8838.0, 8861.0, 8916.0, 8904.0, 8855.0, 8859.0, 8867.0, 8861.0, 8903.0, 8895.0, 8871.0, 8830.0, 8841.0, 8824.0, 8908.0, 8827.0, 8891.0, 8827.0, 8852.0, 8869.0, 8901.0, 8888.0, 8903.0, 8933.0, 8872.0, 8973.0, 8925.0, 8866.0, 8896.0, 8862.0, 8921.0, 8911.0, 8877.0, 9008.0, 8888.0, 8990.0, 8914.0, 8990.0, 8956.0, 8912.0, 8886.0, 8856.0, 8900.0, 8873.0, 8894.0, 8866.0, 8800.0, 8819.0, 8805.0, 8846.0, 8833.0, 8870.0, 8814.0, 8827.0, 8831.0, 8857.0, 8853.0, 8907.0, 8900.0, 8896.0, 8850.0, 8849.0, 8875.0, 8914.0, 8898.0, 8905.0, 8852.0, 8893.0, 8874.0, 8903.0, 8891.0, 8880.0, 8874.0, 8882.0, 8858.0, 8949.0, 8940.0, 8872.0, 8922.0, 8867.0, 8933.0, 8936.0, 8947.0, 8929.0, 8896.0, 8866.0, 8926.0, 8914.0, 8943.0, 8860.0, 8944.0, 8827.0, 8895.0, 8755.0, 8923.0, 8855.0, 8858.0, 8856.0, 8907.0, 8895.0, 8835.0, 8841.0, 8816.0, 8911.0, 8917.0, 8897.0, 8882.0, 8819.0, 8879.0, 8883.0, 8917.0, 8814.0, 8871.0, 8808.0, 8834.0, 8806.0, 8888.0, 8842.0, 8870.0, 8800.0, 8845.0, 8829.0, 8898.0, 8899.0, 8905.0, 8835.0, 8850.0, 8836.0, 8868.0, 8911.0, 8929.0, 8823.0, 8880.0, 8838.0, 8853.0, 8956.0, 8913.0, 8861.0, 8864.0, 8904.0, 8852.0, 8933.0, 8930.0, 8856.0, 8870.0, 8866.0, 8857.0, 8910.0, 8888.0, 8933.0, 8918.0, 8923.0, 8952.0, 8867.0, 8890.0, 8859.0, 8910.0, 8901.0, 8913.0, 8838.0, 8876.0, 8852.0, 8925.0, 8882.0, 8879.0, 8840.0, 8847.0, 8836.0, 8902.0, 8885.0, 8894.0, 8822.0, 8850.0, 8832.0, 8854.0, 8922.0, 8895.0, 8841.0, 8828.0, 8822.0, 8824.0, 8868.0, 8812.0, 8865.0, 8810.0, 8842.0, 8831.0, 8868.0, 8811.0, 8826.0, 8809.0, 8840.0, 8897.0, 8875.0, 8810.0, 8826.0, 8828.0, 8829.0, 8862.0, 8832.0, 8848.0, 8830.0, 8847.0, 8858.0, 8877.0, 8857.0, 8885.0, 8844.0, 8854.0, 8856.0, 8873.0, 8876.0, 8937.0, 8943.0, 8884.0, 8862.0, 8866.0, 8879.0, 8932.0, 8887.0, 8946.0, 8896.0, 8916.0, 8912.0, 8885.0, 8851.0, 8808.0, 8800.0, 8795.0, 8787.0, 8861.0, 8790.0, 8834.0, 8804.0, 8823.0, 8793.0, 8812.0, 8795.0, 8813.0, 8797.0, 8814.0, 8857.0, 8832.0, 8884.0, 8848.0, 8840.0, 8887.0, 8844.0, 8851.0, 8841.0, 8856.0, 8830.0, 8864.0, 8894.0, 8911.0, 8835.0, 8852.0, 8874.0, 8852.0, 8909.0, 8898.0, 8831.0, 8838.0, 8831.0, 8836.0, 8846.0, 8841.0, 8857.0, 8857.0, 8854.0, 8858.0, 8886.0, 8892.0, 8930.0, 8935.0, 8898.0, 8877.0, 8932.0, 8902.0, 8936.0, 8920.0, 8949.0, 8943.0, 8898.0, 8864.0, 8862.0, 8851.0, 8920.0, 8863.0, 8959.0, 8899.0, 8920.0, 8856.0, 8910.0, 8902.0, 8879.0, 8855.0, 8812.0, 8824.0, 8822.0, 8837.0, 8846.0, 8832.0, 8810.0, 8762.0, 8795.0, 8735.0, 8792.0, 8723.0, 8754.0, 8755.0, 8788.0, 8759.0, 8782.0, 8785.0, 8804.0, 8832.0, 8839.0, 8794.0, 8812.0, 8799.0, 8831.0, 8848.0, 8842.0, 8897.0, 8840.0, 8862.0, 8822.0, 8837.0, 8818.0, 8851.0, 8897.0, 8899.0, 8825.0, 8852.0, 8876.0, 8855.0, 8852.0, 8840.0, 8898.0, 8825.0, 8884.0, 8856.0, 8868.0, 8909.0, 8871.0, 8921.0, 8898.0, 8853.0, 8866.0, 8892.0, 8864.0, 8862.0, 8845.0, 8874.0, 8834.0, 8862.0, 8838.0, 8868.0, 8843.0, 8872.0, 8845.0, 8860.0, 8849.0, 8858.0, 8897.0, 8880.0, 8935.0, 8907.0, 8866.0, 8864.0, 8886.0, 8875.0, 8925.0, 8884.0, 8919.0, 8857.0, 8901.0, 8882.0, 8936.0, 8929.0, 8958.0, 8954.0, 8913.0, 8883.0, 8904.0, 8831.0, 8886.0, 8899.0, 8869.0, 8862.0, 8832.0, 8815.0, 8836.0, 8873.0, 8849.0, 8845.0, 8809.0, 8804.0, 8814.0, 8870.0, 8816.0, 8833.0, 8817.0, 8848.0, 8840.0, 8865.0, 8840.0, 8848.0, 8856.0, 8856.0, 8915.0, 8906.0, 8838.0, 8870.0, 8895.0, 8874.0, 8928.0, 8919.0, 8900.0, 8852.0, 8862.0, 8838.0, 8923.0, 8877.0, 8907.0, 8831.0, 8860.0, 8811.0, 8846.0, 8918.0, 8890.0, 8853.0, 8846.0, 8867.0, 8823.0, 8856.0, 8825.0, 8830.0, 8814.0, 8831.0, 8829.0, 8889.0, 8845.0, 8858.0, 8896.0, 8843.0, 8883.0, 8872.0, 8823.0, 8827.0, 8830.0, 8835.0, 8862.0, 8835.0, 8854.0, 8819.0, 8850.0, 8874.0, 8870.0, 8908.0, 8885.0, 8836.0, 8839.0, 8850.0, 8827.0, 8868.0, 8886.0, 8902.0, 8835.0, 8865.0, 8911.0, 8878.0, 8905.0, 8846.0, 8874.0, 8814.0, 8842.0, 8829.0, 8859.0, 8920.0, 8876.0, 8806.0, 8852.0, 8834.0, 8851.0, 8924.0, 8915.0, 8852.0, 8838.0, 8846.0, 8833.0, 8870.0, 8909.0, 8864.0, 8887.0, 8838.0, 8878.0, 8866.0, 8911.0, 8902.0, 8883.0, 8856.0, 8853.0, 8845.0, 8916.0, 8904.0, 8901.0, 8841.0, 8866.0, 8920.0, 8878.0, 8905.0, 8890.0, 8886.0, 8828.0, 8837.0, 8826.0, 8859.0, 8812.0, 8842.0, 8814.0, 8843.0, 8916.0, 8884.0, 8848.0, 8847.0, 8875.0, 8867.0, 8912.0, 8915.0, 8876.0, 8846.0, 8843.0, 8870.0, 8923.0, 8897.0, 8819.0, 8844.0, 8818.0, 8847.0, 8910.0, 8918.0, 8887.0, 8855.0, 8892.0, 8868.0, 8911.0, 8909.0, 8864.0, 8865.0, 8885.0, 8851.0, 8886.0, 8863.0, 8838.0, 8848.0, 8842.0, 8931.0, 8919.0, 8848.0, 8885.0, 8866.0, 8874.0, 8908.0, 8894.0, 8896.0, 8864.0, 8752.0, 8765.0, 8782.0, 8827.0, 8811.0, 8910.0, 8879.0, 8961.0, 8897.0, 8830.0, 8867.0, 8837.0, 8890.0, 8884.0, 8881.0, 8875.0, 8845.0, 8901.0, 8953.0, 8923.0, 8870.0, 8883.0, 8817.0, 8847.0, 8874.0, 8878.0, 8816.0, 8866.0, 8885.0, 8866.0, 8907.0, 8867.0, 8837.0, 8851.0, 8818.0, 8854.0, 8912.0, 8901.0, 8850.0, 8863.0, 8904.0, 8861.0, 8890.0, 8882.0, 8835.0, 8814.0, 8839.0, 8816.0, 8862.0, 8840.0, 8851.0, 8832.0, 8851.0, 8842.0, 8883.0, 8873.0, 8888.0, 8845.0, 8855.0, 8884.0, 8883.0, 8931.0, 8902.0, 8906.0, 8856.0, 8872.0, 8854.0, 8902.0, 8839.0, 8868.0, 8844.0, 8870.0, 8862.0, 8944.0, 8860.0, 8911.0, 8914.0, 8873.0, 8943.0, 8916.0, 8871.0, 8872.0, 8912.0, 8850.0, 8929.0, 8903.0, 8950.0, 8938.0, 8857.0, 8898.0, 8866.0, 8874.0, 8875.0, 8918.0, 8859.0, 8852.0, 8882.0, 8834.0, 8849.0, 8838.0, 8865.0, 8807.0, 8835.0, 8807.0, 8819.0, 8811.0, 8844.0, 8889.0, 8858.0, 8872.0, 8845.0, 8857.0, 8848.0, 8874.0, 8817.0, 8846.0, 8820.0, 8853.0, 8905.0, 8869.0, 8907.0, 8880.0, 8862.0, 8821.0, 8852.0, 8894.0, 8867.0, 8908.0, 8911.0, 8853.0, 8853.0, 8852.0, 8869.0, 8915.0, 8858.0, 8879.0, 8825.0, 8870.0, 8847.0, 8918.0, 8863.0, 8921.0, 8844.0, 8871.0, 8943.0, 8918.0, 8871.0, 8888.0, 8910.0, 8870.0, 8925.0, 8884.0, 8894.0, 8840.0, 8863.0, 8817.0, 8906.0, 8893.0, 8897.0, 8815.0, 8843.0, 8899.0, 8843.0, 8899.0, 8884.0, 8866.0, 8812.0, 8823.0, 8826.0, 8871.0, 8797.0, 8841.0, 8881.0, 8843.0, 8895.0, 8885.0, 8821.0, 8810.0, 8825.0, 8809.0, 8855.0, 8869.0, 8879.0, 8810.0, 8824.0, 8853.0, 8841.0, 8866.0, 8833.0, 8838.0, 8818.0, 8829.0, 8856.0, 8847.0, 8888.0, 8877.0, 8832.0, 8833.0, 8845.0, 8834.0, 8880.0, 8854.0, 8840.0, 8844.0, 8856.0, 8868.0, 8923.0, 8927.0, 8941.0, 8850.0, 8877.0, 8844.0, 8889.0, 8946.0, 8938.0, 8872.0, 8871.0, 8910.0, 8876.0, 8927.0, 8854.0, 8946.0, 8855.0, 8882.0, 8836.0, 8921.0, 8880.0, 8925.0, 8830.0, 8856.0, 8897.0, 8850.0, 8848.0, 8819.0, 8848.0, 8806.0, 8823.0, 8819.0, 8837.0, 8853.0, 8843.0, 8863.0, 8823.0, 8839.0, 8834.0, 8830.0, 8832.0, 8845.0, 8834.0, 8851.0, 8938.0, 8896.0, 8844.0, 8847.0, 8857.0, 8833.0, 8874.0, 8848.0, 8863.0, 8835.0, 8846.0, 8832.0, 8866.0, 8937.0, 8896.0, 8862.0, 8850.0, 8874.0, 8849.0, 8867.0, 8835.0, 8856.0, 8823.0, 8837.0, 8921.0, 8896.0, 8851.0, 8859.0, 8850.0, 8839.0, 8885.0, 8861.0, 8869.0, 8843.0, 8870.0, 8848.0, 8905.0, 8918.0, 8884.0, 8838.0, 8866.0, 8842.0, 8891.0, 8877.0, 8907.0, 8848.0, 8871.0, 8920.0, 8938.0, 8846.0, 8901.0, 8840.0, 8886.0, 8941.0, 8912.0, 8856.0, 8843.0, 8840.0, 8842.0, 8873.0, 8814.0, 8840.0, 8812.0, 8837.0, 8850.0, 8892.0, 8898.0, 8849.0, 8865.0, 8887.0, 8862.0, 8903.0, 8858.0, 8872.0, 8808.0, 8836.0, 8791.0, 8838.0, 8880.0, 8855.0, 8810.0, 8811.0, 8820.0, 8809.0, 8828.0, 8814.0, 8841.0, 8817.0, 8834.0, 8816.0, 8836.0, 8879.0, 8884.0, 8838.0, 8845.0, 8854.0, 8840.0, 8869.0, 8923.0, 8888.0, 8843.0, 8855.0, 8851.0, 8854.0, 8883.0, 8862.0, 8872.0, 8844.0, 8856.0, 8843.0, 8875.0, 8912.0, 8888.0, 8932.0, 8890.0, 8906.0, 8904.0, 8867.0, 8838.0, 8849.0, 8841.0, 8921.0, 8890.0, 8915.0, 8822.0, 8868.0, 8845.0, 8904.0, 8846.0, 8894.0, 8820.0, 8841.0, 8814.0, 8870.0, 8872.0, 8911.0, 8900.0, 8930.0, 8885.0, 8912.0, 8833.0, 8863.0, 8900.0, 8874.0, 8836.0, 8842.0, 8850.0, 8825.0, 8837.0, 8858.0, 8829.0, 8833.0, 8833.0, 8836.0, 8864.0, 8839.0, 8854.0, 8841.0, 8872.0, 8843.0, 8871.0, 8915.0, 8907.0, 8842.0, 8875.0, 8871.0, 8861.0, 8919.0, 8905.0, 8854.0, 8858.0, 8869.0, 8846.0, 8899.0, 8876.0, 8921.0, 8844.0, 8881.0, 8827.0, 8919.0, 8949.0, 8914.0, 8892.0, 8845.0, 8839.0, 8826.0, 8853.0, 8876.0, 8867.0, 8861.0, 8825.0, 8821.0, 8827.0, 8795.0, 8831.0, 8824.0, 8827.0, 8848.0, 8890.0, 8851.0, 8832.0, 8834.0, 8834.0, 8832.0, 8870.0, 8836.0, 8836.0, 8836.0, 8846.0, 8884.0, 8860.0, 8872.0, 8863.0, 8855.0, 8859.0, 8856.0, 8872.0, 8890.0, 8903.0, 8888.0, 8913.0, 8857.0, 8867.0, 8873.0, 8900.0, 8890.0, 8856.0, 8858.0, 8884.0, 8856.0, 8887.0, 8843.0, 8901.0, 8923.0, 8865.0, 8878.0, 8879.0, 8831.0, 8832.0, 8844.0, 8830.0, 8847.0, 8905.0, 8883.0, 8833.0, 8847.0, 8835.0, 8817.0, 8866.0, 8888.0, 8850.0, 8819.0, 8833.0, 8846.0, 8835.0, 8848.0, 8837.0, 8827.0, 8852.0, 8860.0, 8841.0, 8872.0, 8904.0, 8874.0, 8827.0, 8860.0, 8872.0, 8876.0, 8904.0, 8892.0, 8873.0, 8858.0, 8876.0, 8864.0, 8878.0, 8906.0, 8888.0, 8872.0, 8873.0, 8857.0, 8903.0, 8865.0, 8900.0, 8853.0, 8881.0, 8855.0, 8911.0, 8916.0, 8893.0, 8867.0, 8858.0, 8849.0, 8892.0, 8880.0, 8873.0, 8849.0, 8853.0, 8844.0, 8886.0, 8881.0, 8890.0, 8858.0, 8851.0, 8826.0, 8854.0, 8810.0, 8865.0, 8809.0, 8821.0, 8808.0, 8824.0, 8858.0, 8850.0, 8835.0, 8873.0, 8830.0, 8859.0, 8860.0, 8906.0, 8882.0, 8870.0, 8893.0, 8887.0, 8915.0, 8942.0, 8925.0, 8870.0, 8858.0, 8852.0, 8836.0, 8865.0, 8939.0, 8899.0, 8833.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.004279336419753086</td></tr>
<tr><td colspan=3>aqi</td><td>0.04423211103395062</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.79764222545941</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2325543876602334</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0570107973822376</td></tr>
<tr><td colspan=3>efc</td><td>0.5072</td></tr>
<tr><td colspan=3>fber</td><td>4699.3169</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1411613436296999</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.58641975308642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.417639691132057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2902338544874787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6984074811194976</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.264277737789194</td></tr>
<tr><td colspan=3>gcor</td><td>0.00858151</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02099258080124855</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043795615434646606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.9928814629824014</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>13.9923</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4186</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.145</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.4491</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5332</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.6983</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.0576</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.4676</td></tr>
<tr><td colspan=3>tsnr</td><td>29.433278078213334</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>