ds005256-mriqc/sub-0018_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>22336184eeeba55d0053aad084e68e48</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>09:21:49.725000</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_VE11C_LATEST_20160120</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.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10133</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>[4163, -7755, -7250, 730, -23, -230, -66, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb539968-ed5d-47cf-86cc-67bbf91cfb76||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [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': ['092149.725000', '092150.185000', '092150.645000', '092151.105000', '092151.565000', '092152.025000', '092152.485000', '092152.945000', '092153.405000', '092153.865000', '092154.325000', '092154.785000', '092155.245000', '092155.705000', '092156.165000', '092156.625000', '092157.085000', '092157.545000', '092158.005000', '092158.465000', '092158.925000', '092159.385000', '092159.845000', '092200.305000', '092200.765000', '092201.225000', '092201.685000', '092202.145000', '092202.605000', '092203.065000', '092203.525000', '092203.985000', '092204.445000', '092204.905000', '092205.365000', '092205.825000', '092206.285000', '092206.745000', '092207.205000', '092207.665000', '092208.125000', '092208.585000', '092209.045000', '092209.505000', '092209.965000', '092210.425000', '092210.885000', '092211.345000', '092211.805000', '092212.265000', '092212.725000', '092213.185000', '092213.645000', '092214.105000', '092214.565000', '092215.025000', '092215.485000', '092215.945000', '092216.405000', '092216.865000', '092217.325000', '092217.785000', '092218.245000', '092218.705000', '092219.165000', '092219.625000', '092220.085000', '092220.545000', '092221.005000', '092221.465000', '092221.925000', '092222.385000', '092222.845000', '092223.305000', '092223.765000', '092224.225000', '092224.685000', '092225.145000', '092225.605000', '092226.065000', '092226.525000', '092226.985000', '092227.445000', '092227.905000', '092228.365000', '092228.825000', '092229.285000', '092229.745000', '092230.205000', '092230.665000', '092231.125000', '092231.585000', '092232.045000', '092232.505000', '092232.965000', '092233.425000', '092233.885000', '092234.345000', '092234.805000', '092235.265000', '092235.725000', '092236.185000', '092236.645000', '092237.105000', '092237.565000', '092238.025000', '092238.485000', '092238.945000', '092239.405000', '092239.865000', '092240.325000', '092240.785000', '092241.245000', '092241.705000', '092242.165000', '092242.625000', '092243.085000', '092243.545000', '092244.005000', '092244.465000', '092244.925000', '092245.385000', '092245.845000', '092246.305000', '092246.765000', '092247.225000', '092247.685000', '092248.145000', '092248.605000', '092249.065000', '092249.525000', '092249.985000', '092250.445000', '092250.905000', '092251.365000', '092251.825000', '092252.285000', '092252.745000', '092253.205000', '092253.665000', '092254.125000', '092254.585000', '092255.045000', '092255.505000', '092255.965000', '092256.425000', '092256.885000', '092257.345000', '092257.805000', '092258.265000', '092258.725000', '092259.185000', '092259.645000', '092300.105000', '092300.565000', '092301.025000', '092301.485000', '092301.945000', '092302.405000', '092302.865000', '092303.325000', '092303.785000', '092304.245000', '092304.705000', '092305.165000', '092305.625000', '092306.085000', '092306.545000', '092307.005000', '092307.465000', '092307.925000', '092308.385000', '092308.845000', '092309.305000', '092309.765000', '092310.225000', '092310.685000', '092311.145000', '092311.605000', '092312.065000', '092312.525000', '092312.985000', '092313.445000', '092313.905000', '092314.365000', '092314.825000', '092315.285000', '092315.745000', '092316.205000', '092316.665000', '092317.125000', '092317.585000', '092318.045000', '092318.505000', '092318.965000', '092319.425000', '092319.885000', '092320.345000', '092320.805000', '092321.265000', '092321.725000', '092322.185000', '092322.645000', '092323.105000', '092323.565000', '092324.025000', '092324.485000', '092324.945000', '092325.405000', '092325.865000', '092326.325000', '092326.785000', '092327.245000', '092327.705000', '092328.165000', '092328.625000', '092329.085000', '092329.545000', '092330.005000', '092330.465000', '092330.925000', '092331.385000', '092331.845000', '092332.305000', '092332.765000', '092333.225000', '092333.685000', '092334.145000', '092334.605000', '092335.065000', '092335.525000', '092335.985000', '092336.445000', '092336.905000', '092337.365000', '092337.825000', '092338.285000', '092338.745000', '092339.205000', '092339.665000', '092340.125000', '092340.585000', '092341.045000', '092341.505000', '092341.965000', '092342.425000', '092342.885000', '092343.345000', '092343.805000', '092344.265000', '092344.725000', '092345.185000', '092345.645000', '092346.105000', '092346.565000', '092347.025000', '092347.485000', '092347.945000', '092348.405000', '092348.865000', '092349.325000', '092349.785000', '092350.245000', '092350.705000', '092351.165000', '092351.625000', '092352.085000', '092352.545000', '092353.005000', '092353.465000', '092353.925000', '092354.385000', '092354.845000', '092355.305000', '092355.765000', '092356.225000', '092356.685000', '092357.145000', '092357.605000', '092358.065000', '092358.525000', '092358.985000', '092359.445000', '092359.905000', '092400.365000', '092400.825000', '092401.285000', '092401.745000', '092402.205000', '092402.665000', '092403.125000', '092403.585000', '092404.045000', '092404.505000', '092404.965000', '092405.425000', '092405.885000', '092406.345000', '092406.805000', '092407.265000', '092407.725000', '092408.185000', '092408.645000', '092409.105000', '092409.565000', '092410.025000', '092410.485000', '092410.945000', '092411.405000', '092411.865000', '092412.325000', '092412.785000', '092413.245000', '092413.705000', '092414.165000', '092414.625000', '092415.085000', '092415.545000', '092416.005000', '092416.465000', '092416.925000', '092417.385000', '092417.845000', '092418.305000', '092418.765000', '092419.225000', '092419.685000', '092420.145000', '092420.605000', '092421.065000', '092421.525000', '092421.985000', '092422.445000', '092422.905000', '092423.365000', '092423.825000', '092424.285000', '092424.745000', '092425.205000', '092425.665000', '092426.125000', '092426.585000', '092427.045000', '092427.505000', '092427.965000', '092428.425000', '092428.885000', '092429.345000', '092429.805000', '092430.265000', '092430.725000', '092431.185000', '092431.645000', '092432.105000', '092432.565000', '092433.025000', '092433.485000', '092433.945000', '092434.405000', '092434.865000', '092435.325000', '092435.785000', '092436.245000', '092436.705000', '092437.165000', '092437.625000', '092438.085000', '092438.545000', '092439.005000', '092439.465000', '092439.925000', '092440.385000', '092440.845000', '092441.305000', '092441.765000', '092442.225000', '092442.685000', '092443.145000', '092443.605000', '092444.065000', '092444.525000', '092444.985000', '092445.445000', '092445.905000', '092446.365000', '092446.825000', '092447.285000', '092447.745000', '092448.205000', '092448.665000', '092449.125000', '092449.585000', '092450.045000', '092450.505000', '092450.965000', '092451.425000', '092451.885000', '092452.345000', '092452.805000', '092453.265000', '092453.725000', '092454.185000', '092454.645000', '092455.105000', '092455.565000', '092456.025000', '092456.485000', '092456.945000', '092457.405000', '092457.865000', '092458.325000', '092458.785000', '092459.245000', '092459.705000', '092500.165000', '092500.625000', '092501.085000', '092501.545000', '092502.005000', '092502.465000', '092502.925000', '092503.385000', '092503.845000', '092504.305000', '092504.765000', '092505.225000', '092505.685000', '092506.145000', '092506.605000', '092507.065000', '092507.525000', '092507.985000', '092508.445000', '092508.905000', '092509.365000', '092509.825000', '092510.285000', '092510.745000', '092511.205000', '092511.665000', '092512.125000', '092512.585000', '092513.045000', '092513.505000', '092513.965000', '092514.425000', '092514.885000', '092515.345000', '092515.805000', '092516.265000', '092516.725000', '092517.185000', '092517.645000', '092518.105000', '092518.565000', '092519.025000', '092519.485000', '092519.945000', '092520.405000', '092520.865000', '092521.325000', '092521.785000', '092522.245000', '092522.705000', '092523.165000', '092523.625000', '092524.085000', '092524.545000', '092525.005000', '092525.465000', '092525.925000', '092526.385000', '092526.845000', '092527.305000', '092527.765000', '092528.225000', '092528.685000', '092529.145000', '092529.605000', '092530.065000', '092530.525000', '092530.985000', '092531.445000', '092531.905000', '092532.365000', '092532.825000', '092533.285000', '092533.745000', '092534.205000', '092534.665000', '092535.125000', '092535.585000', '092536.045000', '092536.505000', '092536.965000', '092537.425000', '092537.885000', '092538.345000', '092538.805000', '092539.265000', '092539.725000', '092540.185000', '092540.645000', '092541.105000', '092541.565000', '092542.025000', '092542.485000', '092542.945000', '092543.405000', '092543.865000', '092544.325000', '092544.785000', '092545.245000', '092545.705000', '092546.165000', '092546.625000', '092547.085000', '092547.545000', '092548.005000', '092548.465000', '092548.925000', '092549.385000', '092549.845000', '092550.305000', '092550.765000', '092551.225000', '092551.685000', '092552.145000', '092552.605000', '092553.065000', '092553.525000', '092553.985000', '092554.445000', '092554.905000', '092555.365000', '092555.825000', '092556.285000', '092556.745000', '092557.205000', '092557.665000', '092558.125000', '092558.585000', '092559.045000', '092559.505000', '092559.965000', '092600.425000', '092600.885000', '092601.345000', '092601.805000', '092602.265000', '092602.725000', '092603.185000', '092603.645000', '092604.105000', '092604.565000', '092605.025000', '092605.485000', '092605.945000', '092606.405000', '092606.865000', '092607.325000', '092607.785000', '092608.245000', '092608.705000', '092609.165000', '092609.625000', '092610.085000', '092610.545000', '092611.005000', '092611.465000', '092611.925000', '092612.385000', '092612.845000', '092613.305000', '092613.765000', '092614.225000', '092614.685000', '092615.145000', '092615.605000', '092616.065000', '092616.525000', '092616.985000', '092617.445000', '092617.905000', '092618.365000', '092618.825000', '092619.285000', '092619.745000', '092620.205000', '092620.665000', '092621.125000', '092621.585000', '092622.045000', '092622.505000', '092622.965000', '092623.425000', '092623.885000', '092624.345000', '092624.805000', '092625.265000', '092625.725000', '092626.185000', '092626.645000', '092627.105000', '092627.565000', '092628.025000', '092628.485000', '092628.945000', '092629.405000', '092629.865000', '092630.325000', '092630.785000', '092631.245000', '092631.705000', '092632.165000', '092632.625000', '092633.085000', '092633.545000', '092634.005000', '092634.465000', '092634.925000', '092635.385000', '092635.845000', '092636.305000', '092636.765000', '092637.225000', '092637.685000', '092638.145000', '092638.605000', '092639.065000', '092639.525000', '092639.985000', '092640.445000', '092640.905000', '092641.365000', '092641.825000', '092642.285000', '092642.745000', '092643.205000', '092643.665000', '092644.125000', '092644.585000', '092645.045000', '092645.505000', '092645.965000', '092646.425000', '092646.885000', '092647.345000', '092647.805000', '092648.265000', '092648.725000', '092649.185000', '092649.645000', '092650.105000', '092650.565000', '092651.025000', '092651.485000', '092651.945000', '092652.405000', '092652.865000', '092653.325000', '092653.785000', '092654.245000', '092654.705000', '092655.165000', '092655.625000', '092656.085000', '092656.545000', '092657.005000', '092657.465000', '092657.925000', '092658.385000', '092658.845000', '092659.305000', '092659.765000', '092700.225000', '092700.685000', '092701.145000', '092701.605000', '092702.065000', '092702.525000', '092702.985000', '092703.445000', '092703.905000', '092704.365000', '092704.825000', '092705.285000', '092705.745000', '092706.205000', '092706.665000', '092707.125000', '092707.585000', '092708.045000', '092708.505000', '092708.965000', '092709.425000', '092709.885000', '092710.345000', '092710.805000', '092711.265000', '092711.725000', '092712.185000', '092712.645000', '092713.105000', '092713.565000', '092714.025000', '092714.485000', '092714.945000', '092715.405000', '092715.865000', '092716.325000', '092716.785000', '092717.245000', '092717.705000', '092718.165000', '092718.625000', '092719.085000', '092719.545000', '092720.005000', '092720.465000', '092720.925000', '092721.385000', '092721.845000', '092722.305000', '092722.765000', '092723.225000', '092723.685000', '092724.145000', '092724.605000', '092725.065000', '092725.525000', '092725.985000', '092726.445000', '092726.905000', '092727.365000', '092727.825000', '092728.285000', '092728.745000', '092729.205000', '092729.665000', '092730.125000', '092730.585000', '092731.045000', '092731.505000', '092731.965000', '092732.425000', '092732.885000', '092733.345000', '092733.805000', '092734.265000', '092734.725000', '092735.185000', '092735.645000', '092736.105000', '092736.565000', '092737.025000', '092737.485000', '092737.945000', '092738.405000', '092738.865000', '092739.325000', '092739.785000', '092740.245000', '092740.705000', '092741.165000', '092741.625000', '092742.085000', '092742.545000', '092743.005000', '092743.465000', '092743.925000', '092744.385000', '092744.845000', '092745.305000', '092745.765000', '092746.225000', '092746.685000', '092747.145000', '092747.605000', '092748.065000', '092748.525000', '092748.985000', '092749.445000', '092749.905000', '092750.365000', '092750.825000', '092751.285000', '092751.745000', '092752.205000', '092752.665000', '092753.125000', '092753.585000', '092754.045000', '092754.505000', '092754.965000', '092755.425000', '092755.885000', '092756.345000', '092756.805000', '092757.265000', '092757.725000', '092758.185000', '092758.645000', '092759.105000', '092759.565000', '092800.025000', '092800.485000', '092800.945000', '092801.405000', '092801.865000', '092802.325000', '092802.785000', '092803.245000', '092803.705000', '092804.165000', '092804.625000', '092805.085000', '092805.545000', '092806.005000', '092806.465000', '092806.925000', '092807.385000', '092807.845000', '092808.305000', '092808.765000', '092809.225000', '092809.685000', '092810.145000', '092810.605000', '092811.065000', '092811.525000', '092811.985000', '092812.445000', '092812.905000', '092813.365000', '092813.825000', '092814.285000', '092814.745000', '092815.205000', '092815.665000', '092816.125000', '092816.585000', '092817.045000', '092817.505000', '092817.965000', '092818.425000', '092818.885000', '092819.345000', '092819.805000', '092820.265000', '092820.725000', '092821.185000', '092821.645000', '092822.105000', '092822.565000', '092823.025000', '092823.485000', '092823.945000', '092824.405000', '092824.865000', '092825.325000', '092825.785000', '092826.245000', '092826.705000', '092827.165000', '092827.625000', '092828.085000', '092828.545000', '092829.005000', '092829.465000', '092829.925000', '092830.385000', '092830.845000', '092831.305000', '092831.765000', '092832.225000', '092832.685000', '092833.145000', '092833.605000', '092834.065000', '092834.525000', '092834.985000', '092835.445000', '092835.905000', '092836.365000', '092836.825000', '092837.285000', '092837.745000', '092838.205000', '092838.665000', '092839.125000', '092839.585000', '092840.045000', '092840.505000', '092840.965000', '092841.425000', '092841.885000', '092842.345000', '092842.805000', '092843.265000', '092843.725000', '092844.185000', '092844.645000', '092845.105000', '092845.565000', '092846.025000', '092846.485000', '092846.945000', '092847.405000', '092847.865000', '092848.325000', '092848.785000', '092849.245000', '092849.705000', '092850.165000', '092850.625000', '092851.085000', '092851.545000', '092852.005000', '092852.465000', '092852.925000', '092853.385000', '092853.845000', '092854.305000', '092854.765000', '092855.225000', '092855.685000', '092856.145000', '092856.605000', '092857.065000', '092857.525000', '092857.985000', '092858.445000', '092858.905000', '092859.365000', '092859.825000', '092900.285000', '092900.745000', '092901.205000', '092901.665000', '092902.125000', '092902.585000', '092903.045000', '092903.505000', '092903.965000', '092904.425000', '092904.885000', '092905.345000', '092905.805000', '092906.265000', '092906.725000', '092907.185000', '092907.645000', '092908.105000', '092908.565000', '092909.025000', '092909.485000', '092909.945000', '092910.405000', '092910.865000', '092911.325000', '092911.785000', '092912.245000', '092912.705000', '092913.165000', '092913.625000', '092914.085000', '092914.545000', '092915.005000', '092915.465000', '092915.925000', '092916.385000', '092916.845000', '092917.305000', '092917.765000', '092918.225000', '092918.685000', '092919.145000', '092919.605000', '092920.065000', '092920.525000', '092920.985000', '092921.445000', '092921.905000', '092922.365000', '092922.825000', '092923.285000', '092923.745000', '092924.205000', '092924.665000', '092925.125000', '092925.585000', '092926.045000', '092926.505000', '092926.965000', '092927.425000', '092927.885000', '092928.345000', '092928.805000', '092929.265000', '092929.725000', '092930.185000', '092930.645000', '092931.105000', '092931.565000', '092932.025000', '092932.485000', '092932.945000', '092933.405000', '092933.865000', '092934.325000', '092934.785000', '092935.245000', '092935.705000', '092936.165000', '092936.625000', '092937.085000', '092937.545000', '092938.005000', '092938.465000', '092938.925000', '092939.385000', '092939.845000', '092940.305000', '092940.765000', '092941.225000', '092941.685000', '092942.145000', '092942.605000', '092943.065000', '092943.525000', '092943.985000', '092944.445000', '092944.905000', '092945.365000', '092945.825000', '092946.285000', '092946.745000', '092947.205000', '092947.665000', '092948.125000', '092948.585000', '092949.045000', '092949.505000', '092949.965000', '092950.425000', '092950.885000', '092951.345000', '092951.805000', '092952.265000', '092952.725000', '092953.185000', '092953.645000', '092954.105000', '092954.565000', '092955.025000', '092955.485000', '092955.945000', '092956.405000', '092956.865000', '092957.325000', '092957.785000', '092958.245000', '092958.705000', '092959.165000', '092959.625000', '093000.085000', '093000.545000', '093001.005000', '093001.465000', '093001.925000', '093002.385000', '093002.845000', '093003.305000', '093003.765000', '093004.225000', '093004.685000', '093005.145000', '093005.605000', '093006.065000', '093006.525000', '093006.985000', '093007.445000', '093007.905000', '093008.365000', '093008.825000', '093009.285000', '093009.745000', '093010.205000', '093010.665000', '093011.125000', '093011.585000', '093012.045000', '093012.505000', '093012.965000', '093013.425000', '093013.885000', '093014.345000', '093014.805000', '093015.265000', '093015.725000', '093016.185000', '093016.645000', '093017.105000', '093017.565000', '093018.025000', '093018.485000', '093018.945000', '093019.405000', '093019.865000', '093020.325000', '093020.785000', '093021.245000', '093021.705000', '093022.165000', '093022.625000', '093023.085000', '093023.545000', '093024.005000', '093024.465000', '093024.925000', '093025.385000', '093025.845000', '093026.305000', '093026.765000', '093027.225000', '093027.685000', '093028.145000', '093028.605000', '093029.065000', '093029.525000', '093029.985000', '093030.445000', '093030.905000', '093031.365000', '093031.825000', '093032.285000', '093032.745000', '093033.205000', '093033.665000', '093034.125000', '093034.585000', '093035.045000', '093035.505000', '093035.965000', '093036.425000', '093036.885000', '093037.345000', '093037.805000', '093038.265000', '093038.725000', '093039.185000', '093039.645000', '093040.105000', '093040.565000', '093041.025000', '093041.485000', '093041.945000', '093042.405000', '093042.865000', '093043.325000', '093043.785000', '093044.245000', '093044.705000', '093045.165000', '093045.625000', '093046.085000', '093046.545000', '093047.005000', '093047.465000', '093047.925000', '093048.385000', '093048.845000', '093049.305000', '093049.765000', '093050.225000', '093050.685000', '093051.145000', '093051.605000', '093052.065000', '093052.525000', '093052.985000', '093053.445000', '093053.905000', '093054.365000', '093054.825000', '093055.285000', '093055.745000', '093056.205000', '093056.665000', '093057.125000', '093057.585000', '093058.045000', '093058.505000', '093058.965000', '093059.425000', '093059.885000', '093100.345000', '093100.805000', '093101.265000', '093101.725000', '093102.185000', '093102.645000', '093103.105000', '093103.565000', '093104.025000', '093104.485000', '093104.945000', '093105.405000', '093105.865000', '093106.325000', '093106.785000', '093107.245000', '093107.705000', '093108.165000', '093108.625000', '093109.085000', '093109.545000', '093110.005000', '093110.465000', '093110.925000', '093111.385000', '093111.845000', '093112.305000', '093112.765000', '093113.225000', '093113.685000', '093114.145000', '093114.605000', '093115.065000', '093115.525000', '093115.985000', '093116.445000', '093116.905000', '093117.365000', '093117.825000', '093118.285000', '093118.745000', '093119.205000', '093119.665000', '093120.125000', '093120.585000', '093121.045000', '093121.505000', '093121.965000', '093122.425000', '093122.885000', '093123.345000', '093123.805000', '093124.265000', '093124.725000', '093125.185000', '093125.645000', '093126.105000', '093126.565000', '093127.025000', '093127.485000', '093127.945000', '093128.405000', '093128.865000', '093129.325000', '093129.785000', '093130.245000', '093130.705000', '093131.165000', '093131.625000', '093132.085000', '093132.545000', '093133.005000', '093133.465000', '093133.925000', '093134.385000', '093134.845000', '093135.305000', '093135.765000', '093136.225000', '093136.685000', '093137.145000', '093137.605000', '093138.065000', '093138.525000', '093138.985000', '093139.445000', '093139.905000', '093140.365000', '093140.825000', '093141.285000', '093141.745000', '093142.205000', '093142.665000', '093143.125000', '093143.585000', '093144.045000', '093144.505000', '093144.965000', '093145.425000', '093145.885000', '093146.345000'], 'ContentTime': ['092206.183000', '092206.186000', '092206.189000', '092206.192000', '092206.195000', '092206.198000', '092206.201000', '092206.204000', '092206.206000', '092206.209000', '092206.212000', '092206.215000', '092206.218000', '092206.230000', '092206.233000', '092206.236000', '092206.239000', '092206.242000', '092206.245000', '092206.248000', '092206.251000', '092206.254000', '092206.257000', '092206.260000', '092206.263000', '092206.266000', '092206.268000', '092206.272000', '092206.274000', '092206.277000', '092206.280000', '092206.283000', '092206.286000', '092206.289000', '092206.293000', '092226.152000', '092226.156000', '092226.159000', '092226.161000', '092226.169000', '092226.172000', '092226.175000', '092226.178000', '092226.189000', '092226.192000', '092226.195000', '092226.198000', '092226.201000', '092226.204000', '092226.209000', '092226.213000', '092226.216000', '092226.219000', '092226.222000', '092226.225000', '092226.227000', '092226.230000', '092226.233000', '092226.236000', '092226.239000', '092226.241000', '092226.244000', '092226.247000', '092226.250000', '092226.252000', '092226.255000', '092226.258000', '092226.261000', '092226.264000', '092226.267000', '092226.269000', '092226.272000', '092226.275000', '092226.278000', '092226.281000', '092226.283000', '092226.286000', '092226.289000', '092246.152000', '092246.155000', '092246.158000', '092246.161000', '092246.164000', '092246.167000', '092246.170000', '092246.173000', '092246.175000', '092246.178000', '092246.181000', '092246.184000', '092246.187000', '092246.190000', '092246.193000', '092246.196000', '092246.199000', '092246.202000', '092246.204000', '092246.207000', '092246.210000', '092246.213000', '092246.216000', '092246.219000', '092246.222000', '092246.224000', '092246.227000', '092246.230000', '092246.233000', '092246.236000', '092246.239000', '092246.241000', '092246.244000', '092246.247000', '092246.265000', '092246.268000', '092246.271000', '092246.274000', '092246.277000', '092246.280000', '092246.282000', '092246.285000', '092246.288000', '092246.291000', '092306.152000', '092306.155000', '092306.158000', '092306.160000', '092306.164000', '092306.166000', '092306.169000', '092306.172000', '092306.175000', '092306.178000', '092306.181000', '092306.183000', '092306.186000', '092306.189000', '092306.192000', '092306.195000', '092306.205000', '092306.208000', '092306.211000', '092306.213000', '092306.216000', '092306.219000', '092306.222000', '092306.225000', '092306.228000', '092306.231000', '092306.234000', '092306.236000', '092306.239000', '092306.242000', '092306.245000', '092306.247000', '092306.250000', '092306.253000', '092306.256000', '092306.259000', '092306.262000', '092306.264000', '092306.267000', '092306.270000', '092306.273000', '092306.276000', '092306.278000', '092326.152000', '092326.155000', '092326.158000', '092326.161000', '092326.163000', '092326.166000', '092326.169000', '092326.172000', '092326.178000', '092326.181000', '092326.184000', '092326.187000', '092326.190000', '092326.193000', '092326.195000', '092326.198000', '092326.201000', '092326.204000', '092326.207000', '092326.210000', '092326.213000', '092326.216000', '092326.219000', '092326.221000', '092326.224000', '092326.227000', '092326.230000', '092326.233000', '092326.236000', '092326.239000', '092326.241000', '092326.244000', '092326.247000', '092326.250000', '092326.253000', '092326.256000', '092326.259000', '092326.262000', '092326.266000', '092326.268000', '092326.271000', '092326.274000', '092326.277000', '092326.280000', '092346.152000', '092346.155000', '092346.158000', '092346.160000', '092346.163000', '092346.166000', '092346.169000', '092346.172000', '092346.174000', '092346.177000', '092346.180000', '092346.183000', '092346.186000', '092346.190000', '092346.193000', '092346.196000', '092346.198000', '092346.201000', '092346.204000', '092346.207000', '092346.210000', '092346.212000', '092346.215000', '092346.218000', '092346.221000', '092346.224000', '092346.227000', '092346.229000', '092346.232000', '092346.235000', '092346.238000', '092346.241000', '092346.244000', '092346.247000', '092346.250000', '092346.252000', '092346.255000', '092346.258000', '092346.261000', '092346.264000', '092346.267000', '092346.269000', '092346.272000', '092406.152000', '092406.155000', '092406.158000', '092406.161000', '092406.163000', '092406.166000', '092406.169000', '092406.172000', '092406.175000', '092406.178000', '092406.180000', '092406.183000', '092406.186000', '092406.189000', '092406.192000', '092406.194000', '092406.197000', '092406.200000', '092406.209000', '092406.211000', '092406.214000', '092406.217000', '092406.220000', '092406.223000', '092406.225000', '092406.228000', '092406.231000', '092406.234000', '092406.237000', '092406.239000', '092406.242000', '092406.245000', '092406.248000', '092406.251000', '092406.254000', '092406.256000', '092406.259000', '092406.262000', '092406.265000', '092406.268000', '092406.270000', '092406.273000', '092406.276000', '092406.279000', '092426.152000', '092426.155000', '092426.158000', '092426.160000', '092426.163000', '092426.166000', '092426.169000', '092426.172000', '092426.174000', '092426.177000', '092426.180000', '092426.183000', '092426.186000', '092426.188000', '092426.191000', '092426.210000', '092426.213000', '092426.215000', '092426.218000', '092426.221000', '092426.224000', '092426.227000', '092426.230000', '092426.232000', '092426.235000', '092426.238000', '092426.241000', '092426.244000', '092426.246000', '092426.249000', '092426.252000', '092426.255000', '092426.258000', '092426.260000', '092426.264000', '092426.266000', '092426.269000', '092426.272000', '092426.275000', '092426.278000', '092426.281000', '092426.284000', '092426.286000', '092446.152000', '092446.155000', '092446.165000', '092446.168000', '092446.171000', '092446.173000', '092446.176000', '092446.179000', '092446.182000', '092446.185000', '092446.188000', '092446.190000', '092446.193000', '092446.196000', '092446.199000', '092446.202000', '092446.205000', '092446.207000', '092446.210000', '092446.213000', '092446.216000', '092446.219000', '092446.222000', '092446.224000', '092446.227000', '092446.230000', '092446.233000', '092446.236000', '092446.239000', '092446.241000', '092446.244000', '092446.247000', '092446.250000', '092446.253000', '092446.256000', '092446.259000', '092446.261000', '092446.264000', '092446.267000', '092446.270000', '092446.273000', '092446.275000', '092446.278000', '092446.281000', '092506.152000', '092506.155000', '092506.158000', '092506.160000', '092506.163000', '092506.166000', '092506.169000', '092506.172000', '092506.175000', '092506.177000', '092506.180000', '092506.183000', '092506.186000', '092506.189000', '092506.192000', '092506.194000', '092506.197000', '092506.200000', '092506.203000', '092506.206000', '092506.209000', '092506.211000', '092506.214000', '092506.217000', '092506.220000', '092506.223000', '092506.226000', '092506.230000', '092506.240000', '092506.242000', '092506.245000', '092506.248000', '092506.251000', '092506.254000', '092506.256000', '092506.259000', '092506.262000', '092506.265000', '092506.268000', '092506.271000', '092506.273000', '092506.276000', '092506.279000', '092526.152000', '092526.155000', '092526.158000', '092526.160000', '092526.163000', '092526.166000', '092526.169000', '092526.172000', '092526.175000', '092526.177000', '092526.180000', '092526.183000', '092526.186000', '092526.189000', '092526.193000', '092526.196000', '092526.205000', '092526.208000', '092526.211000', '092526.214000', '092526.217000', '092526.219000', '092526.222000', '092526.225000', '092526.228000', '092526.231000', '092526.233000', '092526.236000', '092526.239000', '092526.242000', '092526.245000', '092526.248000', '092526.251000', '092526.253000', '092526.256000', '092526.259000', '092526.262000', '092526.265000', '092526.268000', '092526.270000', '092526.273000', '092526.276000', '092526.279000', '092526.282000', '092546.152000', '092546.155000', '092546.158000', '092546.160000', '092546.163000', '092546.166000', '092546.169000', '092546.172000', '092546.175000', '092546.178000', '092546.180000', '092546.193000', '092546.196000', '092546.198000', '092546.201000', '092546.204000', '092546.207000', '092546.210000', '092546.212000', '092546.215000', '092546.218000', '092546.221000', '092546.224000', '092546.226000', '092546.229000', '092546.232000', '092546.235000', '092546.238000', '092546.241000', '092546.243000', '092546.246000', '092546.249000', '092546.252000', '092546.255000', '092546.258000', '092546.260000', '092546.263000', '092546.266000', '092546.269000', '092546.272000', '092546.281000', '092546.289000', '092546.292000', '092606.152000', '092606.155000', '092606.157000', '092606.160000', '092606.163000', '092606.166000', '092606.169000', '092606.172000', '092606.175000', '092606.177000', '092606.180000', '092606.183000', '092606.186000', '092606.189000', '092606.192000', '092606.194000', '092606.197000', '092606.200000', '092606.203000', '092606.206000', '092606.208000', '092606.211000', '092606.214000', '092606.217000', '092606.220000', '092606.223000', '092606.225000', '092606.228000', '092606.231000', '092606.237000', '092606.240000', '092606.243000', '092606.246000', '092606.248000', '092606.251000', '092606.254000', '092606.257000', '092606.260000', '092606.263000', '092606.266000', '092606.351000', '092606.354000', '092606.357000', '092606.359000', '092626.152000', '092626.155000', '092626.158000', '092626.160000', '092626.163000', '092626.166000', '092626.169000', '092626.172000', '092626.175000', '092626.177000', '092626.180000', '092626.183000', '092626.186000', '092626.189000', '092626.192000', '092626.194000', '092626.197000', '092626.200000', '092626.203000', '092626.206000', '092626.208000', '092626.211000', '092626.214000', '092626.217000', '092626.220000', '092626.222000', '092626.225000', '092626.228000', '092626.231000', '092626.234000', '092626.236000', '092626.239000', '092626.242000', '092626.245000', '092626.248000', '092626.251000', '092626.254000', '092626.257000', '092626.259000', '092626.262000', '092626.266000', '092626.269000', '092626.272000', '092646.152000', '092646.155000', '092646.158000', '092646.161000', '092646.163000', '092646.166000', '092646.169000', '092646.172000', '092646.175000', '092646.178000', '092646.180000', '092646.183000', '092646.186000', '092646.189000', '092646.192000', '092646.195000', '092646.197000', '092646.200000', '092646.203000', '092646.206000', '092646.209000', '092646.212000', '092646.214000', '092646.217000', '092646.220000', '092646.223000', '092646.226000', '092646.229000', '092646.232000', '092646.235000', '092646.237000', '092646.240000', '092646.243000', '092646.246000', '092646.249000', '092646.252000', '092646.254000', '092646.257000', '092646.260000', '092646.263000', '092646.266000', '092646.269000', '092646.272000', '092646.274000', '092706.152000', '092706.155000', '092706.158000', '092706.166000', '092706.169000', '092706.172000', '092706.175000', '092706.178000', '092706.181000', '092706.183000', '092706.186000', '092706.189000', '092706.192000', '092706.195000', '092706.197000', '092706.200000', '092706.203000', '092706.206000', '092706.209000', '092706.212000', '092706.214000', '092706.217000', '092706.220000', '092706.223000', '092706.226000', '092706.229000', '092706.232000', '092706.234000', '092706.237000', '092706.240000', '092706.243000', '092706.246000', '092706.249000', '092706.251000', '092706.254000', '092706.257000', '092706.260000', '092706.263000', '092706.266000', '092706.269000', '092706.272000', '092706.274000', '092706.277000', '092726.152000', '092726.155000', '092726.158000', '092726.160000', '092726.163000', '092726.166000', '092726.169000', '092726.172000', '092726.175000', '092726.178000', '092726.180000', '092726.183000', '092726.186000', '092726.189000', '092726.192000', '092726.195000', '092726.197000', '092726.200000', '092726.203000', '092726.206000', '092726.209000', '092726.212000', '092726.226000', '092726.229000', '092726.231000', '092726.234000', '092726.237000', '092726.240000', '092726.243000', '092726.246000', '092726.248000', '092726.251000', '092726.254000', '092726.257000', '092726.260000', '092726.263000', '092726.266000', '092726.268000', '092726.271000', '092726.274000', '092726.277000', '092726.280000', '092726.283000', '092726.285000', '092746.152000', '092746.155000', '092746.158000', '092746.160000', '092746.163000', '092746.166000', '092746.171000', '092746.173000', '092746.176000', '092746.179000', '092746.182000', '092746.185000', '092746.187000', '092746.190000', '092746.193000', '092746.196000', '092746.199000', '092746.202000', '092746.205000', '092746.207000', '092746.210000', '092746.213000', '092746.216000', '092746.219000', '092746.222000', '092746.225000', '092746.228000', '092746.230000', '092746.233000', '092746.236000', '092746.239000', '092746.242000', '092746.244000', '092746.247000', '092746.250000', '092746.253000', '092746.256000', '092746.259000', '092746.262000', '092746.264000', '092746.267000', '092746.270000', '092746.273000', '092806.152000', '092806.155000', '092806.158000', '092806.161000', '092806.163000', '092806.166000', '092806.169000', '092806.172000', '092806.175000', '092806.178000', '092806.180000', '092806.183000', '092806.186000', '092806.189000', '092806.192000', '092806.195000', '092806.197000', '092806.200000', '092806.203000', '092806.206000', '092806.209000', '092806.212000', '092806.215000', '092806.217000', '092806.220000', '092806.223000', '092806.226000', '092806.229000', '092806.231000', '092806.234000', '092806.237000', '092806.240000', '092806.243000', '092806.245000', '092806.248000', '092806.251000', '092806.254000', '092806.257000', '092806.260000', '092806.262000', '092806.265000', '092806.268000', '092806.271000', '092826.152000', '092826.155000', '092826.158000', '092826.160000', '092826.163000', '092826.166000', '092826.169000', '092826.175000', '092826.178000', '092826.181000', '092826.184000', '092826.186000', '092826.189000', '092826.192000', '092826.195000', '092826.198000', '092826.200000', '092826.203000', '092826.206000', '092826.209000', '092826.212000', '092826.214000', '092826.217000', '092826.220000', '092826.223000', '092826.226000', '092826.228000', '092826.231000', '092826.234000', '092826.237000', '092826.240000', '092826.243000', '092826.246000', '092826.248000', '092826.251000', '092826.254000', '092826.257000', '092826.260000', '092826.263000', '092826.266000', '092826.269000', '092826.271000', '092826.274000', '092826.277000', '092846.152000', '092846.155000', '092846.158000', '092846.161000', '092846.164000', '092846.167000', '092846.170000', '092846.173000', '092846.176000', '092846.179000', '092846.182000', '092846.184000', '092846.187000', '092846.190000', '092846.193000', '092846.196000', '092846.199000', '092846.201000', '092846.217000', '092846.219000', '092846.222000', '092846.225000', '092846.228000', '092846.231000', '092846.233000', '092846.236000', '092846.239000', '092846.242000', '092846.245000', '092846.248000', '092846.250000', '092846.253000', '092846.256000', '092846.259000', '092846.262000', '092846.265000', '092846.267000', '092846.270000', '092846.273000', '092846.276000', '092846.279000', '092846.282000', '092846.284000', '092906.152000', '092906.155000', '092906.158000', '092906.161000', '092906.163000', '092906.166000', '092906.169000', '092906.172000', '092906.175000', '092906.178000', '092906.180000', '092906.183000', '092906.186000', '092906.189000', '092906.192000', '092906.194000', '092906.206000', '092906.209000', '092906.212000', '092906.215000', '092906.218000', '092906.220000', '092906.223000', '092906.226000', '092906.229000', '092906.232000', '092906.235000', '092906.237000', '092906.240000', '092906.243000', '092906.246000', '092906.249000', '092906.252000', '092906.255000', '092906.258000', '092906.260000', '092906.263000', '092906.266000', '092906.269000', '092906.272000', '092906.275000', '092906.277000', '092906.280000', '092906.283000', '092926.152000', '092926.155000', '092926.158000', '092926.161000', '092926.164000', '092926.166000', '092926.169000', '092926.172000', '092926.175000', '092926.178000', '092926.181000', '092926.184000', '092926.194000', '092926.197000', '092926.200000', '092926.203000', '092926.206000', '092926.209000', '092926.211000', '092926.214000', '092926.217000', '092926.220000', '092926.223000', '092926.225000', '092926.228000', '092926.231000', '092926.234000', '092926.237000', '092926.240000', '092926.242000', '092926.245000', '092926.248000', '092926.251000', '092926.254000', '092926.256000', '092926.259000', '092926.262000', '092926.265000', '092926.269000', '092926.272000', '092926.274000', '092926.277000', '092926.280000', '092946.152000', '092946.155000', '092946.158000', '092946.161000', '092946.164000', '092946.166000', '092946.169000', '092946.172000', '092946.175000', '092946.178000', '092946.181000', '092946.184000', '092946.187000', '092946.189000', '092946.192000', '092946.195000', '092946.198000', '092946.201000', '092946.204000', '092946.207000', '092946.209000', '092946.212000', '092946.215000', '092946.218000', '092946.221000', '092946.223000', '092946.226000', '092946.229000', '092946.232000', '092946.235000', '092946.238000', '092946.241000', '092946.243000', '092946.246000', '092946.249000', '092946.252000', '092946.255000', '092946.258000', '092946.260000', '092946.263000', '092946.266000', '092946.269000', '092946.272000', '092946.275000', '093006.152000', '093006.155000', '093006.158000', '093006.161000', '093006.163000', '093006.166000', '093006.169000', '093006.172000', '093006.175000', '093006.178000', '093006.180000', '093006.183000', '093006.186000', '093006.189000', '093006.192000', '093006.195000', '093006.198000', '093006.201000', '093006.203000', '093006.206000', '093006.209000', '093006.212000', '093006.215000', '093006.218000', '093006.221000', '093006.224000', '093006.227000', '093006.229000', '093006.232000', '093006.247000', '093006.250000', '093006.253000', '093006.256000', '093006.259000', '093006.261000', '093006.264000', '093006.267000', '093006.270000', '093006.273000', '093006.275000', '093006.278000', '093006.281000', '093006.284000', '093026.152000', '093026.155000', '093026.158000', '093026.161000', '093026.164000', '093026.166000', '093026.169000', '093026.172000', '093026.175000', '093026.178000', '093026.181000', '093026.184000', '093026.186000', '093026.189000', '093026.192000', '093026.195000', '093026.198000', '093026.201000', '093026.203000', '093026.206000', '093026.209000', '093026.212000', '093026.215000', '093026.217000', '093026.220000', '093026.223000', '093026.226000', '093026.229000', '093026.232000', '093026.235000', '093026.238000', '093026.240000', '093026.243000', '093026.246000', '093026.249000', '093026.252000', '093026.255000', '093026.257000', '093026.260000', '093026.263000', '093026.266000', '093026.269000', '093026.272000', '093026.274000', '093046.152000', '093046.155000', '093046.158000', '093046.161000', '093046.163000', '093046.166000', '093046.169000', '093046.172000', '093046.175000', '093046.178000', '093046.180000', '093046.183000', '093046.186000', '093046.189000', '093046.192000', '093046.195000', '093046.198000', '093046.201000', '093046.203000', '093046.206000', '093046.213000', '093046.216000', '093046.219000', '093046.222000', '093046.225000', '093046.228000', '093046.231000', '093046.234000', '093046.237000', '093046.240000', '093046.243000', '093046.246000', '093046.248000', '093046.251000', '093046.254000', '093046.257000', '093046.260000', '093046.263000', '093046.265000', '093046.268000', '093046.271000', '093046.274000', '093046.277000', '093106.152000', '093106.155000', '093106.158000', '093106.161000', '093106.163000', '093106.166000', '093106.169000', '093106.172000', '093106.175000', '093106.178000', '093106.180000', '093106.183000', '093106.186000', '093106.189000', '093106.192000', '093106.195000', '093106.197000', '093106.201000', '093106.203000', '093106.206000', '093106.209000', '093106.212000', '093106.215000', '093106.218000', '093106.221000', '093106.224000', '093106.226000', '093106.229000', '093106.232000', '093106.235000', '093106.238000', '093106.241000', '093106.244000', '093106.247000', '093106.249000', '093106.252000', '093106.255000', '093106.258000', '093106.261000', '093106.264000', '093106.266000', '093106.269000', '093106.272000', '093106.275000', '093126.152000', '093126.155000', '093126.158000', '093126.161000', '093126.164000', '093126.166000', '093126.169000', '093126.172000', '093126.175000', '093126.179000', '093126.182000', '093126.239000', '093126.242000', '093126.245000', '093126.248000', '093126.251000', '093126.254000', '093126.257000', '093126.260000', '093126.262000', '093126.265000', '093126.268000', '093126.271000', '093126.274000', '093126.277000', '093126.279000', '093126.282000', '093126.285000', '093126.288000', '093126.291000', '093126.294000', '093126.296000', '093126.299000', '093126.302000', '093126.305000', '093126.308000', '093126.310000', '093126.313000', '093126.316000', '093126.319000', '093126.322000', '093126.325000', '093126.328000', '093146.152000', '093146.155000', '093146.158000', '093146.161000', '093146.164000', '093146.167000', '093146.169000', '093146.172000', '093146.175000', '093146.178000', '093146.181000', '093146.184000', '093146.187000', '093146.190000', '093146.192000', '093146.195000', '093146.198000', '093146.201000', '093146.204000', '093146.207000', '093146.215000', '093146.218000', '093146.221000', '093146.223000', '093146.227000', '093146.230000', '093146.232000', '093146.235000', '093146.238000', '093146.241000', '093146.244000', '093146.247000', '093146.249000', '093146.252000', '093146.255000', '093146.258000', '093146.261000', '093146.263000', '093146.266000', '093146.269000', '093146.272000', '093146.275000', '093146.278000', '093146.281000', '093147.019000', '093147.023000'], 'InstanceCreationTime': ['092206.183000', '092206.186000', '092206.189000', '092206.192000', '092206.195000', '092206.198000', '092206.201000', '092206.204000', '092206.206000', '092206.209000', '092206.212000', '092206.215000', '092206.218000', '092206.230000', '092206.233000', '092206.236000', '092206.239000', '092206.242000', '092206.245000', '092206.248000', '092206.251000', '092206.254000', '092206.257000', '092206.260000', '092206.263000', '092206.266000', '092206.268000', '092206.272000', '092206.274000', '092206.277000', '092206.280000', '092206.283000', '092206.286000', '092206.289000', '092206.293000', '092226.152000', '092226.156000', '092226.159000', '092226.161000', '092226.169000', '092226.172000', '092226.175000', '092226.178000', '092226.189000', '092226.192000', '092226.195000', '092226.198000', '092226.201000', '092226.204000', '092226.209000', '092226.213000', '092226.216000', '092226.219000', '092226.222000', '092226.225000', '092226.227000', '092226.230000', '092226.233000', '092226.236000', '092226.239000', '092226.241000', '092226.244000', '092226.247000', '092226.250000', '092226.252000', '092226.255000', '092226.258000', '092226.261000', '092226.264000', '092226.267000', '092226.269000', '092226.272000', '092226.275000', '092226.278000', '092226.281000', '092226.283000', '092226.286000', '092226.289000', '092246.152000', '092246.155000', '092246.158000', '092246.161000', '092246.164000', '092246.167000', '092246.170000', '092246.173000', '092246.175000', '092246.178000', '092246.181000', '092246.184000', '092246.187000', '092246.190000', '092246.193000', '092246.196000', '092246.199000', '092246.202000', '092246.204000', '092246.207000', '092246.210000', '092246.213000', '092246.216000', '092246.219000', '092246.222000', '092246.224000', '092246.227000', '092246.230000', '092246.233000', '092246.236000', '092246.239000', '092246.241000', '092246.244000', '092246.247000', '092246.265000', '092246.268000', '092246.271000', '092246.274000', '092246.277000', '092246.280000', '092246.282000', '092246.285000', '092246.288000', '092246.291000', '092306.152000', '092306.155000', '092306.158000', '092306.160000', '092306.164000', '092306.166000', '092306.169000', '092306.172000', '092306.175000', '092306.178000', '092306.181000', '092306.183000', '092306.186000', '092306.189000', '092306.192000', '092306.195000', '092306.205000', '092306.208000', '092306.211000', '092306.213000', '092306.216000', '092306.219000', '092306.222000', '092306.225000', '092306.228000', '092306.231000', '092306.234000', '092306.236000', '092306.239000', '092306.242000', '092306.245000', '092306.247000', '092306.250000', '092306.253000', '092306.256000', '092306.259000', '092306.262000', '092306.264000', '092306.267000', '092306.270000', '092306.273000', '092306.276000', '092306.278000', '092326.152000', '092326.155000', '092326.158000', '092326.161000', '092326.163000', '092326.166000', '092326.169000', '092326.172000', '092326.178000', '092326.181000', '092326.184000', '092326.187000', '092326.190000', '092326.193000', '092326.195000', '092326.198000', '092326.201000', '092326.204000', '092326.207000', '092326.210000', '092326.213000', '092326.216000', '092326.219000', '092326.221000', '092326.224000', '092326.227000', '092326.230000', '092326.233000', '092326.236000', '092326.239000', '092326.241000', '092326.244000', '092326.247000', '092326.250000', '092326.253000', '092326.256000', '092326.259000', '092326.262000', '092326.266000', '092326.268000', '092326.271000', '092326.274000', '092326.277000', '092326.280000', '092346.152000', '092346.155000', '092346.158000', '092346.160000', '092346.163000', '092346.166000', '092346.169000', '092346.172000', '092346.174000', '092346.177000', '092346.180000', '092346.183000', '092346.186000', '092346.190000', '092346.193000', '092346.196000', '092346.198000', '092346.201000', '092346.204000', '092346.207000', '092346.210000', '092346.212000', '092346.215000', '092346.218000', '092346.221000', '092346.224000', '092346.227000', '092346.229000', '092346.232000', '092346.235000', '092346.238000', '092346.241000', '092346.244000', '092346.247000', '092346.250000', '092346.252000', '092346.255000', '092346.258000', '092346.261000', '092346.264000', '092346.267000', '092346.269000', '092346.272000', '092406.152000', '092406.155000', '092406.158000', '092406.161000', '092406.163000', '092406.166000', '092406.169000', '092406.172000', '092406.175000', '092406.178000', '092406.180000', '092406.183000', '092406.186000', '092406.189000', '092406.192000', '092406.194000', '092406.197000', '092406.200000', '092406.209000', '092406.211000', '092406.214000', '092406.217000', '092406.220000', '092406.223000', '092406.225000', '092406.228000', '092406.231000', '092406.234000', '092406.237000', '092406.239000', '092406.242000', '092406.245000', '092406.248000', '092406.251000', '092406.254000', '092406.256000', '092406.259000', '092406.262000', '092406.265000', '092406.268000', '092406.270000', '092406.273000', '092406.276000', '092406.279000', '092426.152000', '092426.155000', '092426.158000', '092426.160000', '092426.163000', '092426.166000', '092426.169000', '092426.172000', '092426.174000', '092426.177000', '092426.180000', '092426.183000', '092426.186000', '092426.188000', '092426.191000', '092426.210000', '092426.213000', '092426.215000', '092426.218000', '092426.221000', '092426.224000', '092426.227000', '092426.230000', '092426.232000', '092426.235000', '092426.238000', '092426.241000', '092426.244000', '092426.246000', '092426.249000', '092426.252000', '092426.255000', '092426.258000', '092426.260000', '092426.264000', '092426.266000', '092426.269000', '092426.272000', '092426.275000', '092426.278000', '092426.281000', '092426.284000', '092426.286000', '092446.152000', '092446.155000', '092446.165000', '092446.168000', '092446.171000', '092446.173000', '092446.176000', '092446.179000', '092446.182000', '092446.185000', '092446.188000', '092446.190000', '092446.193000', '092446.196000', '092446.199000', '092446.202000', '092446.205000', '092446.207000', '092446.210000', '092446.213000', '092446.216000', '092446.219000', '092446.222000', '092446.224000', '092446.227000', '092446.230000', '092446.233000', '092446.236000', '092446.239000', '092446.241000', '092446.244000', '092446.247000', '092446.250000', '092446.253000', '092446.256000', '092446.259000', '092446.261000', '092446.264000', '092446.267000', '092446.270000', '092446.273000', '092446.275000', '092446.278000', '092446.281000', '092506.152000', '092506.155000', '092506.158000', '092506.160000', '092506.163000', '092506.166000', '092506.169000', '092506.172000', '092506.175000', '092506.177000', '092506.180000', '092506.183000', '092506.186000', '092506.189000', '092506.192000', '092506.194000', '092506.197000', '092506.200000', '092506.203000', '092506.206000', '092506.209000', '092506.211000', '092506.214000', '092506.217000', '092506.220000', '092506.223000', '092506.226000', '092506.230000', '092506.240000', '092506.242000', '092506.245000', '092506.248000', '092506.251000', '092506.254000', '092506.256000', '092506.259000', '092506.262000', '092506.265000', '092506.268000', '092506.271000', '092506.273000', '092506.276000', '092506.279000', '092526.152000', '092526.155000', '092526.158000', '092526.160000', '092526.163000', '092526.166000', '092526.169000', '092526.172000', '092526.175000', '092526.177000', '092526.180000', '092526.183000', '092526.186000', '092526.189000', '092526.193000', '092526.196000', '092526.205000', '092526.208000', '092526.211000', '092526.214000', '092526.217000', '092526.219000', '092526.222000', '092526.225000', '092526.228000', '092526.231000', '092526.233000', '092526.236000', '092526.239000', '092526.242000', '092526.245000', '092526.248000', '092526.251000', '092526.253000', '092526.256000', '092526.259000', '092526.262000', '092526.265000', '092526.268000', '092526.270000', '092526.273000', '092526.276000', '092526.279000', '092526.282000', '092546.152000', '092546.155000', '092546.158000', '092546.160000', '092546.163000', '092546.166000', '092546.169000', '092546.172000', '092546.175000', '092546.178000', '092546.180000', '092546.193000', '092546.196000', '092546.198000', '092546.201000', '092546.204000', '092546.207000', '092546.210000', '092546.212000', '092546.215000', '092546.218000', '092546.221000', '092546.224000', '092546.226000', '092546.229000', '092546.232000', '092546.235000', '092546.238000', '092546.241000', '092546.243000', '092546.246000', '092546.249000', '092546.252000', '092546.255000', '092546.258000', '092546.260000', '092546.263000', '092546.266000', '092546.269000', '092546.272000', '092546.281000', '092546.289000', '092546.292000', '092606.152000', '092606.155000', '092606.157000', '092606.160000', '092606.163000', '092606.166000', '092606.169000', '092606.172000', '092606.175000', '092606.177000', '092606.180000', '092606.183000', '092606.186000', '092606.189000', '092606.192000', '092606.194000', '092606.197000', '092606.200000', '092606.203000', '092606.206000', '092606.208000', '092606.211000', '092606.214000', '092606.217000', '092606.220000', '092606.223000', '092606.225000', '092606.228000', '092606.231000', '092606.237000', '092606.240000', '092606.243000', '092606.246000', '092606.248000', '092606.251000', '092606.254000', '092606.257000', '092606.260000', '092606.263000', '092606.266000', '092606.351000', '092606.354000', '092606.357000', '092606.359000', '092626.152000', '092626.155000', '092626.158000', '092626.160000', '092626.163000', '092626.166000', '092626.169000', '092626.172000', '092626.175000', '092626.177000', '092626.180000', '092626.183000', '092626.186000', '092626.189000', '092626.192000', '092626.194000', '092626.197000', '092626.200000', '092626.203000', '092626.206000', '092626.208000', '092626.211000', '092626.214000', '092626.217000', '092626.220000', '092626.222000', '092626.225000', '092626.228000', '092626.231000', '092626.234000', '092626.236000', '092626.239000', '092626.242000', '092626.245000', '092626.248000', '092626.251000', '092626.254000', '092626.257000', '092626.259000', '092626.262000', '092626.266000', '092626.269000', '092626.272000', '092646.152000', '092646.155000', '092646.158000', '092646.161000', '092646.163000', '092646.166000', '092646.169000', '092646.172000', '092646.175000', '092646.178000', '092646.180000', '092646.183000', '092646.186000', '092646.189000', '092646.192000', '092646.195000', '092646.197000', '092646.200000', '092646.203000', '092646.206000', '092646.209000', '092646.212000', '092646.214000', '092646.217000', '092646.220000', '092646.223000', '092646.226000', '092646.229000', '092646.232000', '092646.235000', '092646.237000', '092646.240000', '092646.243000', '092646.246000', '092646.249000', '092646.252000', '092646.254000', '092646.257000', '092646.260000', '092646.263000', '092646.266000', '092646.269000', '092646.272000', '092646.274000', '092706.152000', '092706.155000', '092706.158000', '092706.166000', '092706.169000', '092706.172000', '092706.175000', '092706.178000', '092706.181000', '092706.183000', '092706.186000', '092706.189000', '092706.192000', '092706.195000', '092706.197000', '092706.200000', '092706.203000', '092706.206000', '092706.209000', '092706.212000', '092706.214000', '092706.217000', '092706.220000', '092706.223000', '092706.226000', '092706.229000', '092706.232000', '092706.234000', '092706.237000', '092706.240000', '092706.243000', '092706.246000', '092706.249000', '092706.251000', '092706.254000', '092706.257000', '092706.260000', '092706.263000', '092706.266000', '092706.269000', '092706.272000', '092706.274000', '092706.277000', '092726.152000', '092726.155000', '092726.158000', '092726.160000', '092726.163000', '092726.166000', '092726.169000', '092726.172000', '092726.175000', '092726.178000', '092726.180000', '092726.183000', '092726.186000', '092726.189000', '092726.192000', '092726.195000', '092726.197000', '092726.200000', '092726.203000', '092726.206000', '092726.209000', '092726.212000', '092726.226000', '092726.229000', '092726.231000', '092726.234000', '092726.237000', '092726.240000', '092726.243000', '092726.246000', '092726.248000', '092726.251000', '092726.254000', '092726.257000', '092726.260000', '092726.263000', '092726.266000', '092726.268000', '092726.271000', '092726.274000', '092726.277000', '092726.280000', '092726.283000', '092726.285000', '092746.152000', '092746.155000', '092746.158000', '092746.160000', '092746.163000', '092746.166000', '092746.171000', '092746.173000', '092746.176000', '092746.179000', '092746.182000', '092746.185000', '092746.187000', '092746.190000', '092746.193000', '092746.196000', '092746.199000', '092746.202000', '092746.205000', '092746.207000', '092746.210000', '092746.213000', '092746.216000', '092746.219000', '092746.222000', '092746.225000', '092746.228000', '092746.230000', '092746.233000', '092746.236000', '092746.239000', '092746.242000', '092746.244000', '092746.247000', '092746.250000', '092746.253000', '092746.256000', '092746.259000', '092746.262000', '092746.264000', '092746.267000', '092746.270000', '092746.273000', '092806.152000', '092806.155000', '092806.158000', '092806.161000', '092806.163000', '092806.166000', '092806.169000', '092806.172000', '092806.175000', '092806.178000', '092806.180000', '092806.183000', '092806.186000', '092806.189000', '092806.192000', '092806.195000', '092806.197000', '092806.200000', '092806.203000', '092806.206000', '092806.209000', '092806.212000', '092806.215000', '092806.217000', '092806.220000', '092806.223000', '092806.226000', '092806.229000', '092806.231000', '092806.234000', '092806.237000', '092806.240000', '092806.243000', '092806.245000', '092806.248000', '092806.251000', '092806.254000', '092806.257000', '092806.260000', '092806.262000', '092806.265000', '092806.268000', '092806.271000', '092826.152000', '092826.155000', '092826.158000', '092826.160000', '092826.163000', '092826.166000', '092826.169000', '092826.175000', '092826.178000', '092826.181000', '092826.184000', '092826.186000', '092826.189000', '092826.192000', '092826.195000', '092826.198000', '092826.200000', '092826.203000', '092826.206000', '092826.209000', '092826.212000', '092826.214000', '092826.217000', '092826.220000', '092826.223000', '092826.226000', '092826.228000', '092826.231000', '092826.234000', '092826.237000', '092826.240000', '092826.243000', '092826.246000', '092826.248000', '092826.251000', '092826.254000', '092826.257000', '092826.260000', '092826.263000', '092826.266000', '092826.269000', '092826.271000', '092826.274000', '092826.277000', '092846.152000', '092846.155000', '092846.158000', '092846.161000', '092846.164000', '092846.167000', '092846.170000', '092846.173000', '092846.176000', '092846.179000', '092846.182000', '092846.184000', '092846.187000', '092846.190000', '092846.193000', '092846.196000', '092846.199000', '092846.201000', '092846.217000', '092846.219000', '092846.222000', '092846.225000', '092846.228000', '092846.231000', '092846.233000', '092846.236000', '092846.239000', '092846.242000', '092846.245000', '092846.248000', '092846.250000', '092846.253000', '092846.256000', '092846.259000', '092846.262000', '092846.265000', '092846.267000', '092846.270000', '092846.273000', '092846.276000', '092846.279000', '092846.282000', '092846.284000', '092906.152000', '092906.155000', '092906.158000', '092906.161000', '092906.163000', '092906.166000', '092906.169000', '092906.172000', '092906.175000', '092906.178000', '092906.180000', '092906.183000', '092906.186000', '092906.189000', '092906.192000', '092906.194000', '092906.206000', '092906.209000', '092906.212000', '092906.215000', '092906.218000', '092906.220000', '092906.223000', '092906.226000', '092906.229000', '092906.232000', '092906.235000', '092906.237000', '092906.240000', '092906.243000', '092906.246000', '092906.249000', '092906.252000', '092906.255000', '092906.258000', '092906.260000', '092906.263000', '092906.266000', '092906.269000', '092906.272000', '092906.275000', '092906.277000', '092906.280000', '092906.283000', '092926.152000', '092926.155000', '092926.158000', '092926.161000', '092926.164000', '092926.166000', '092926.169000', '092926.172000', '092926.175000', '092926.178000', '092926.181000', '092926.184000', '092926.194000', '092926.197000', '092926.200000', '092926.203000', '092926.206000', '092926.209000', '092926.211000', '092926.214000', '092926.217000', '092926.220000', '092926.223000', '092926.225000', '092926.228000', '092926.231000', '092926.234000', '092926.237000', '092926.240000', '092926.242000', '092926.245000', '092926.248000', '092926.251000', '092926.254000', '092926.256000', '092926.259000', '092926.262000', '092926.265000', '092926.269000', '092926.272000', '092926.274000', '092926.277000', '092926.280000', '092946.152000', '092946.155000', '092946.158000', '092946.161000', '092946.164000', '092946.166000', '092946.169000', '092946.172000', '092946.175000', '092946.178000', '092946.181000', '092946.184000', '092946.187000', '092946.189000', '092946.192000', '092946.195000', '092946.198000', '092946.201000', '092946.204000', '092946.207000', '092946.209000', '092946.212000', '092946.215000', '092946.218000', '092946.221000', '092946.223000', '092946.226000', '092946.229000', '092946.232000', '092946.235000', '092946.238000', '092946.241000', '092946.243000', '092946.246000', '092946.249000', '092946.252000', '092946.255000', '092946.258000', '092946.260000', '092946.263000', '092946.266000', '092946.269000', '092946.272000', '092946.275000', '093006.152000', '093006.155000', '093006.158000', '093006.161000', '093006.163000', '093006.166000', '093006.169000', '093006.172000', '093006.175000', '093006.178000', '093006.180000', '093006.183000', '093006.186000', '093006.189000', '093006.192000', '093006.195000', '093006.198000', '093006.201000', '093006.203000', '093006.206000', '093006.209000', '093006.212000', '093006.215000', '093006.218000', '093006.221000', '093006.224000', '093006.227000', '093006.229000', '093006.232000', '093006.247000', '093006.250000', '093006.253000', '093006.256000', '093006.259000', '093006.261000', '093006.264000', '093006.267000', '093006.270000', '093006.273000', '093006.275000', '093006.278000', '093006.281000', '093006.284000', '093026.152000', '093026.155000', '093026.158000', '093026.161000', '093026.164000', '093026.166000', '093026.169000', '093026.172000', '093026.175000', '093026.178000', '093026.181000', '093026.184000', '093026.186000', '093026.189000', '093026.192000', '093026.195000', '093026.198000', '093026.201000', '093026.203000', '093026.206000', '093026.209000', '093026.212000', '093026.215000', '093026.217000', '093026.220000', '093026.223000', '093026.226000', '093026.229000', '093026.232000', '093026.235000', '093026.238000', '093026.240000', '093026.243000', '093026.246000', '093026.249000', '093026.252000', '093026.255000', '093026.257000', '093026.260000', '093026.263000', '093026.266000', '093026.269000', '093026.272000', '093026.274000', '093046.152000', '093046.155000', '093046.158000', '093046.161000', '093046.163000', '093046.166000', '093046.169000', '093046.172000', '093046.175000', '093046.178000', '093046.180000', '093046.183000', '093046.186000', '093046.189000', '093046.192000', '093046.195000', '093046.198000', '093046.201000', '093046.203000', '093046.206000', '093046.213000', '093046.216000', '093046.219000', '093046.222000', '093046.225000', '093046.228000', '093046.231000', '093046.234000', '093046.237000', '093046.240000', '093046.243000', '093046.246000', '093046.248000', '093046.251000', '093046.254000', '093046.257000', '093046.260000', '093046.263000', '093046.265000', '093046.268000', '093046.271000', '093046.274000', '093046.277000', '093106.152000', '093106.155000', '093106.158000', '093106.161000', '093106.163000', '093106.166000', '093106.169000', '093106.172000', '093106.175000', '093106.178000', '093106.180000', '093106.183000', '093106.186000', '093106.189000', '093106.192000', '093106.195000', '093106.197000', '093106.201000', '093106.203000', '093106.206000', '093106.209000', '093106.212000', '093106.215000', '093106.218000', '093106.221000', '093106.224000', '093106.226000', '093106.229000', '093106.232000', '093106.235000', '093106.238000', '093106.241000', '093106.244000', '093106.247000', '093106.249000', '093106.252000', '093106.255000', '093106.258000', '093106.261000', '093106.264000', '093106.266000', '093106.269000', '093106.272000', '093106.275000', '093126.152000', '093126.155000', '093126.158000', '093126.161000', '093126.164000', '093126.166000', '093126.169000', '093126.172000', '093126.175000', '093126.179000', '093126.182000', '093126.239000', '093126.242000', '093126.245000', '093126.248000', '093126.251000', '093126.254000', '093126.257000', '093126.260000', '093126.262000', '093126.265000', '093126.268000', '093126.271000', '093126.274000', '093126.277000', '093126.279000', '093126.282000', '093126.285000', '093126.288000', '093126.291000', '093126.294000', '093126.296000', '093126.299000', '093126.302000', '093126.305000', '093126.308000', '093126.310000', '093126.313000', '093126.316000', '093126.319000', '093126.322000', '093126.325000', '093126.328000', '093146.152000', '093146.155000', '093146.158000', '093146.161000', '093146.164000', '093146.167000', '093146.169000', '093146.172000', '093146.175000', '093146.178000', '093146.181000', '093146.184000', '093146.187000', '093146.190000', '093146.192000', '093146.195000', '093146.198000', '093146.201000', '093146.204000', '093146.207000', '093146.215000', '093146.218000', '093146.221000', '093146.223000', '093146.227000', '093146.230000', '093146.232000', '093146.235000', '093146.238000', '093146.241000', '093146.244000', '093146.247000', '093146.249000', '093146.252000', '093146.255000', '093146.258000', '093146.261000', '093146.263000', '093146.266000', '093146.269000', '093146.272000', '093146.275000', '093146.278000', '093146.281000', '093147.019000', '093147.023000'], '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': [14410, 11404, 8174, 11474, 8761, 8410, 8880, 8293, 7522, 8590, 8527, 11830, 8658, 12756, 8695, 12847, 8622, 12650, 8670, 12044, 8630, 9231, 8968, 8303, 9849, 8277, 11887, 8422, 10169, 8894, 8339, 9482, 8504, 12274, 8638, 8463, 9023, 8302, 11567, 8258, 10658, 10036, 8126, 11290, 8764, 13570, 9176, 8809, 12607, 8648, 12860, 9137, 8078, 9409, 8206, 12542, 9014, 7979, 9887, 8048, 12367, 8683, 13487, 10552, 8766, 11049, 8417, 12274, 8633, 8146, 11306, 8391, 7583, 9064, 8403, 12591, 9295, 8123, 11061, 8770, 8034, 9672, 8191, 12931, 9932, 8403, 11647, 8865, 8385, 10391, 8312, 10078, 9898, 8189, 11756, 9052, 8588, 12155, 9472, 8561, 9739, 8150, 12915, 8980, 8392, 12332, 8858, 10788, 9187, 8276, 11757, 8321, 10180, 10773, 8467, 11336, 8890, 8479, 11300, 8749, 7885, 9482, 8086, 12352, 8925, 8290, 12534, 8687, 12318, 9150, 8344, 11781, 8556, 12067, 10027, 8527, 11275, 8570, 11837, 10604, 8014, 12007, 9221, 7768, 9842, 7994, 13761, 9692, 8252, 10611, 8523, 9983, 11848, 8352, 13192, 9215, 8495, 11014, 8821, 8208, 11653, 8461, 8689, 12819, 10595, 8136, 10139, 8792, 7987, 12133, 9426, 8466, 12915, 9243, 13006, 10901, 8985, 12899, 9651, 13392, 11283, 8433, 12780, 9230, 8534, 11507, 9008, 8158, 11503, 8866, 8160, 10156, 8464, 11502, 9060, 8074, 10909, 8245, 12147, 8435, 12383, 8850, 13179, 9141, 8386, 9937, 8186, 11147, 8843, 7997, 9019, 8544, 11244, 8860, 7594, 8933, 8537, 11655, 9201, 13846, 10173, 8363, 11964, 8700, 8082, 10208, 8199, 12785, 8688, 8900, 12319, 9758, 8174, 10234, 8178, 12961, 9493, 8309, 12110, 8411, 13277, 9521, 8110, 11559, 8459, 13560, 10191, 8229, 12292, 8405, 8504, 10102, 8377, 8491, 10195, 8177, 13319, 10695, 8539, 12679, 8463, 8407, 10981, 8505, 10778, 9878, 8236, 12821, 9865, 8475, 11081, 8195, 8470, 9683, 7864, 12604, 8877, 8421, 11676, 8205, 11860, 8906, 8362, 12634, 10047, 8159, 8244, 8367, 8579, 11282, 8338, 8422, 11648, 8333, 13826, 10564, 8200, 12089, 8212, 13628, 9308, 8714, 10819, 8476, 12298, 8550, 7869, 9155, 8330, 11230, 8028, 8849, 11381, 8063, 8822, 9806, 8124, 8290, 8230, 12943, 9147, 11704, 9170, 9054, 11728, 8412, 11902, 8154, 12315, 8136, 8434, 10278, 8622, 12308, 8084, 7698, 8181, 8433, 10030, 7984, 8403, 8521, 8811, 12204, 9043, 9482, 8949, 8798, 11228, 8268, 12581, 8530, 8850, 11634, 8425, 12994, 7872, 8337, 9849, 7968, 8732, 10266, 7827, 7841, 7455, 8841, 7888, 8512, 10411, 7856, 9940, 11035, 8092, 9488, 12147, 8654, 13010, 11833, 9313, 13562, 11925, 8437, 8431, 9223, 8248, 8373, 9996, 8198, 8443, 11275, 8295, 8797, 12182, 8745, 8290, 10033, 8592, 8260, 9751, 10311, 8164, 9701, 12411, 9531, 8912, 11051, 8430, 8743, 11012, 8450, 8534, 10801, 8453, 9655, 10572, 8231, 9037, 8773, 8289, 10871, 8679, 8661, 10281, 8553, 8653, 11913, 7554, 8750, 11640, 8212, 8884, 12928, 7603, 8942, 11684, 7463, 8566, 12207, 8111, 9078, 12995, 10036, 8468, 10992, 8869, 8424, 10900, 9447, 8466, 13154, 11067, 8356, 11864, 9181, 8931, 12114, 8397, 8641, 10748, 8418, 13596, 10164, 8646, 10782, 7370, 8870, 10846, 8495, 8455, 9967, 8383, 11956, 8612, 8924, 11865, 8550, 9387, 11733, 8371, 10035, 8405, 8509, 11548, 8263, 8830, 11128, 8708, 8758, 10208, 8376, 9636, 8519, 8728, 13197, 10231, 8635, 12455, 8100, 8641, 12224, 8438, 9041, 12585, 9727, 8890, 11795, 7465, 8761, 11651, 7575, 8769, 11196, 8501, 8919, 11084, 8480, 13256, 8926, 8721, 10745, 8200, 12810, 8720, 8682, 10239, 8401, 11351, 9330, 8320, 9059, 7134, 8393, 7764, 7181, 9062, 11757, 8195, 9119, 11946, 8481, 12673, 8905, 12008, 9700, 9511, 12629, 8443, 12736, 7442, 9090, 10140, 8351, 8636, 8475, 8851, 11837, 8145, 8549, 9244, 8609, 11962, 8431, 8856, 11298, 8837, 12995, 7766, 9246, 10193, 8409, 10642, 8148, 8875, 11708, 8274, 13160, 9744, 8871, 11541, 8364, 10014, 9174, 8902, 12350, 8462, 11270, 8101, 8735, 9554, 8699, 12347, 8101, 8727, 8746, 8484, 8466, 8356, 8892, 10399, 7263, 8757, 9423, 8660, 12583, 8120, 10905, 10705, 8589, 13061, 8238, 9102, 12050, 8496, 12796, 10036, 8553, 13006, 9480, 9510, 9541, 8238, 12178, 7491, 8879, 11910, 8417, 8787, 10181, 8402, 8772, 9403, 8283, 12931, 9152, 8992, 11073, 8393, 11862, 8750, 9095, 11918, 8335, 8095, 7453, 8797, 9796, 7873, 7941, 8437, 8649, 8318, 7658, 8569, 9242, 8948, 12415, 8340, 8202, 9738, 8464, 11189, 10087, 8555, 12362, 8251, 8898, 11696, 8136, 8777, 11122, 8244, 8693, 9369, 8534, 13265, 9029, 9022, 12816, 8666, 9017, 10825, 8246, 11448, 9019, 8987, 12694, 8256, 8703, 9700, 8440, 13037, 9522, 8629, 12931, 7737, 8674, 10827, 8023, 9022, 11654, 8299, 9036, 10020, 8309, 11623, 9262, 8965, 13037, 10440, 8695, 10596, 8413, 9855, 9076, 8243, 12786, 9147, 8528, 12489, 8056, 8984, 8376, 8255, 10990, 8433, 8569, 12109, 9071, 7802, 8203, 8644, 7778, 8737, 11412, 8927, 8724, 12510, 8035, 8907, 9721, 8276, 12985, 8712, 9109, 12266, 8074, 8526, 9353, 7764, 8602, 9080, 7717, 8510, 11003, 7943, 8283, 9778, 7983, 12181, 9746, 8535, 13573, 9241, 8428, 11837, 8264, 9749, 10589, 8185, 13317, 10386, 8621, 13464, 7776, 7992, 8358, 7798, 8407, 12539, 8429, 8949, 11879, 8218, 13265, 8688, 13328, 9189, 8430, 11239, 7982, 12059, 7687, 8108, 8412, 8589, 10153, 7762, 7722, 7792, 8664, 10491, 8399, 9835, 9524, 8647, 11869, 7360, 8715, 10259, 8561, 12317, 8439, 13019, 9459, 8412, 10006, 8283, 8121, 7997, 8722, 12058, 8718, 8553, 12271, 7454, 8562, 10540, 7836, 11589, 9644, 8870, 13348, 9759, 10147, 9783, 7944, 12557, 8388, 8577, 11124, 7972, 13053, 9792, 8291, 11118, 7746, 7624, 7623, 8518, 10820, 7866, 8155, 9638, 8393, 11746, 7838, 10639, 10867, 9151, 13455, 12045, 7593, 8222, 8711, 8142, 12526, 8091, 8199, 12161, 9548, 7590, 13450, 10240, 8672, 11341, 13004, 10545, 11307, 12498, 9602, 14650, 11762, 9505, 14174, 8956, 7525, 11030, 7891, 7452, 11745, 8160, 8112, 12460, 8721, 7852, 10686, 7507, 7976, 10396, 7561, 8457, 11905, 8501, 7910, 11904, 7925, 12725, 10121, 8494, 13452, 10784, 8105, 12016, 7322, 7705, 8905, 7882, 12294, 8039, 9714, 9722, 8202, 12909, 8683, 10487, 8571, 7638, 11816, 8021, 8040, 12140, 8062, 7646, 9933, 8079, 12095, 9623, 7548, 12704, 7745, 7783, 10892, 7755, 7887, 12623, 8555, 8313, 10556, 7788, 8302, 12054, 8441, 7383, 8001, 11087, 8705, 8890, 12789, 9352, 8405, 14416, 11485, 7645, 8562, 10209, 7563, 8896, 12157, 9177, 8721, 11013, 7300, 8683, 12117, 8293, 8923, 12553, 8553, 8612, 11099, 7826, 8861, 11935, 9358, 8412, 12192, 7386, 8913, 10704, 7744, 8447, 11502, 8132, 9302, 8985, 8664, 12234, 8816, 8661, 12868, 7790, 8423, 11197, 7314, 8593, 11554, 7641, 8070, 9506, 8199, 9864, 10625, 7692, 8773, 9051, 8474, 13476, 9386, 8442, 13063, 8456, 8455, 10976, 7945, 13593, 9519, 9809, 11618, 8018, 12315, 7777, 8456, 10293, 8198, 10303, 8533, 8511, 11591, 8116, 13384, 9511, 13673, 10569, 7826, 9396, 8077, 11258, 7862, 11466, 8706, 8536, 11253, 7861, 7844, 8037, 8813, 12320, 8599, 8413, 11748, 8171, 12757, 10100, 11118, 11282, 9347, 13524, 8357, 10022, 9018, 8091, 12564, 8068, 8345, 11638, 7943, 11977, 8245, 8239, 11767, 8166, 13007, 10090, 8483, 12955, 8538, 13541, 8806, 8205, 11451, 8309, 13329, 9007, 7896, 9402, 8037, 11294, 7790, 8298, 10832, 8100, 11815, 8246, 8372, 10239, 8134, 12516, 8210, 12804, 9495, 8668, 10853, 8427, 13368, 8926, 8416, 12837, 8370, 8174, 8410, 8279, 11914, 8104, 10631, 10622, 8176, 12249, 8278, 11425, 8773, 8550, 13217, 9119, 11603, 8889, 8359, 12051, 8349, 12276, 10514, 8107, 11675, 8303, 8128, 9431, 8180, 13217, 8932, 8259, 10500, 8441, 13280, 8926, 8201, 12669, 8321, 8553, 10322, 8310, 8648, 13166, 10159, 8051, 8511, 8368, 8491, 9201, 9911, 8453, 10836, 11338, 8666, 9447, 10098, 8535, 14400, 12025, 8703, 13904, 9974, 8070, 13271, 9624, 8579, 13160, 9261, 8972, 11395, 8743, 9751, 9476, 7719, 12567, 8582, 8742, 10346, 8771, 13501, 9324, 8480, 12372, 8721, 8658, 9992, 8027, 8206, 12737, 8432, 8718, 10872, 8668, 9571, 10045, 8384, 13181, 9594, 8861, 11657, 8793, 12045, 10431, 8919, 13058, 9801, 8724, 9414, 8289, 12210, 8605, 9275, 11430, 8372, 12850, 8536, 8525, 9785, 8954, 12106, 8689, 8325, 11212, 8334, 12526, 8706, 8820, 10799, 8416, 12941, 8735, 13689, 10535, 8794, 12387, 8876, 8666, 9372, 8490, 12748, 8558, 8489, 12911, 9267, 9026, 9235, 8431, 12222, 8882, 13303, 9593, 8923, 12388, 9127, 9881, 8824, 8649, 11197, 8511, 8464, 9873, 8892, 8990, 8737, 8179, 13109, 9636, 8579, 8422, 8993, 9046, 12491, 8662, 9026, 13337, 9067, 10017, 9754, 9000, 12135], 'WindowCenter': [4459.0, 4415.0, 4354.0, 4384.0, 4352.0, 4349.0, 4352.0, 4352.0, 4339.0, 4364.0, 4361.0, 4390.0, 4363.0, 4394.0, 4348.0, 4381.0, 4346.0, 4376.0, 4336.0, 4375.0, 4338.0, 4347.0, 4348.0, 4345.0, 4360.0, 4339.0, 4379.0, 4339.0, 4360.0, 4349.0, 4344.0, 4362.0, 4351.0, 4381.0, 4346.0, 4339.0, 4349.0, 4339.0, 4377.0, 4352.0, 4369.0, 4355.0, 4340.0, 4366.0, 4350.0, 4390.0, 4361.0, 4349.0, 4379.0, 4333.0, 4377.0, 4348.0, 4338.0, 4349.0, 4353.0, 4380.0, 4345.0, 4338.0, 4358.0, 4322.0, 4367.0, 4338.0, 4378.0, 4359.0, 4336.0, 4356.0, 4322.0, 4380.0, 4348.0, 4340.0, 4368.0, 4340.0, 4338.0, 4350.0, 4353.0, 4393.0, 4361.0, 4343.0, 4381.0, 4351.0, 4352.0, 4372.0, 4348.0, 4387.0, 4369.0, 4345.0, 4379.0, 4349.0, 4346.0, 4370.0, 4353.0, 4360.0, 4359.0, 4339.0, 4378.0, 4349.0, 4350.0, 4380.0, 4360.0, 4335.0, 4349.0, 4339.0, 4377.0, 4350.0, 4334.0, 4381.0, 4345.0, 4365.0, 4349.0, 4340.0, 4375.0, 4350.0, 4355.0, 4368.0, 4339.0, 4363.0, 4348.0, 4351.0, 4376.0, 4352.0, 4342.0, 4354.0, 4342.0, 4376.0, 4351.0, 4346.0, 4393.0, 4354.0, 4376.0, 4355.0, 4343.0, 4381.0, 4353.0, 4388.0, 4356.0, 4345.0, 4369.0, 4350.0, 4383.0, 4370.0, 4336.0, 4379.0, 4355.0, 4335.0, 4367.0, 4347.0, 4398.0, 4361.0, 4351.0, 4367.0, 4366.0, 4373.0, 4382.0, 4341.0, 4390.0, 4360.0, 4349.0, 4364.0, 4346.0, 4352.0, 4390.0, 4360.0, 4377.0, 4393.0, 4379.0, 4338.0, 4372.0, 4345.0, 4339.0, 4384.0, 4362.0, 4351.0, 4386.0, 4351.0, 4378.0, 4358.0, 4337.0, 4366.0, 4335.0, 4364.0, 4343.0, 4311.0, 4352.0, 4319.0, 4310.0, 4342.0, 4324.0, 4339.0, 4368.0, 4335.0, 4328.0, 4339.0, 4323.0, 4355.0, 4336.0, 4327.0, 4356.0, 4327.0, 4367.0, 4321.0, 4361.0, 4334.0, 4364.0, 4350.0, 4334.0, 4347.0, 4338.0, 4358.0, 4349.0, 4333.0, 4358.0, 4364.0, 4387.0, 4366.0, 4349.0, 4359.0, 4367.0, 4399.0, 4365.0, 4403.0, 4373.0, 4347.0, 4376.0, 4348.0, 4336.0, 4368.0, 4352.0, 4394.0, 4359.0, 4376.0, 4388.0, 4363.0, 4351.0, 4355.0, 4334.0, 4374.0, 4360.0, 4339.0, 4375.0, 4339.0, 4374.0, 4347.0, 4327.0, 4352.0, 4326.0, 4389.0, 4360.0, 4338.0, 4366.0, 4325.0, 4331.0, 4354.0, 4338.0, 4332.0, 4357.0, 4351.0, 4393.0, 4372.0, 4333.0, 4379.0, 4337.0, 4325.0, 4356.0, 4337.0, 4353.0, 4359.0, 4340.0, 4379.0, 4348.0, 4334.0, 4356.0, 4325.0, 4321.0, 4345.0, 4326.0, 4367.0, 4337.0, 4327.0, 4366.0, 4327.0, 4364.0, 4339.0, 4340.0, 4379.0, 4347.0, 4339.0, 4338.0, 4339.0, 4349.0, 4371.0, 4353.0, 4352.0, 4382.0, 4349.0, 4388.0, 4368.0, 4341.0, 4380.0, 4341.0, 4378.0, 4350.0, 4333.0, 4357.0, 4322.0, 4368.0, 4336.0, 4325.0, 4336.0, 4322.0, 4362.0, 4347.0, 4358.0, 4381.0, 4341.0, 4350.0, 4356.0, 4340.0, 4341.0, 4350.0, 4381.0, 4346.0, 4368.0, 4350.0, 4338.0, 4368.0, 4326.0, 4357.0, 4325.0, 4366.0, 4327.0, 4325.0, 4356.0, 4340.0, 4368.0, 4326.0, 4327.0, 4337.0, 4340.0, 4358.0, 4344.0, 4353.0, 4364.0, 4364.0, 4382.0, 4352.0, 4359.0, 4351.0, 4349.0, 4369.0, 4339.0, 4374.0, 4352.0, 4345.0, 4365.0, 4339.0, 4379.0, 4328.0, 4337.0, 4357.0, 4338.0, 4351.0, 4371.0, 4341.0, 4347.0, 4344.0, 4359.0, 4355.0, 4366.0, 4390.0, 4355.0, 4370.0, 4384.0, 4348.0, 4374.0, 4388.0, 4348.0, 4376.0, 4379.0, 4362.0, 4378.0, 4352.0, 4325.0, 4319.0, 4333.0, 4324.0, 4326.0, 4346.0, 4325.0, 4325.0, 4357.0, 4341.0, 4334.0, 4369.0, 4335.0, 4332.0, 4341.0, 4336.0, 4337.0, 4348.0, 4359.0, 4352.0, 4361.0, 4378.0, 4350.0, 4334.0, 4359.0, 4326.0, 4336.0, 4356.0, 4338.0, 4338.0, 4356.0, 4334.0, 4350.0, 4357.0, 4340.0, 4338.0, 4337.0, 4334.0, 4384.0, 4352.0, 4352.0, 4371.0, 4350.0, 4354.0, 4377.0, 4343.0, 4352.0, 4378.0, 4353.0, 4347.0, 4394.0, 4342.0, 4358.0, 4379.0, 4331.0, 4353.0, 4394.0, 4355.0, 4365.0, 4404.0, 4368.0, 4350.0, 4374.0, 4351.0, 4351.0, 4366.0, 4361.0, 4355.0, 4392.0, 4372.0, 4341.0, 4365.0, 4344.0, 4334.0, 4363.0, 4335.0, 4337.0, 4360.0, 4339.0, 4374.0, 4346.0, 4340.0, 4356.0, 4318.0, 4333.0, 4357.0, 4339.0, 4340.0, 4360.0, 4342.0, 4364.0, 4351.0, 4350.0, 4381.0, 4354.0, 4351.0, 4369.0, 4328.0, 4349.0, 4325.0, 4338.0, 4368.0, 4340.0, 4353.0, 4372.0, 4341.0, 4339.0, 4362.0, 4341.0, 4350.0, 4351.0, 4348.0, 4388.0, 4363.0, 4352.0, 4382.0, 4343.0, 4341.0, 4373.0, 4341.0, 4347.0, 4378.0, 4345.0, 4340.0, 4369.0, 4329.0, 4340.0, 4363.0, 4329.0, 4340.0, 4370.0, 4346.0, 4350.0, 4370.0, 4341.0, 4378.0, 4339.0, 4337.0, 4354.0, 4326.0, 4364.0, 4327.0, 4323.0, 4333.0, 4327.0, 4352.0, 4336.0, 4327.0, 4330.0, 4316.0, 4336.0, 4327.0, 4319.0, 4363.0, 4379.0, 4352.0, 4363.0, 4376.0, 4352.0, 4377.0, 4351.0, 4380.0, 4362.0, 4350.0, 4368.0, 4327.0, 4364.0, 4317.0, 4320.0, 4341.0, 4329.0, 4339.0, 4340.0, 4350.0, 4370.0, 4340.0, 4333.0, 4348.0, 4346.0, 4375.0, 4351.0, 4352.0, 4372.0, 4347.0, 4374.0, 4332.0, 4345.0, 4359.0, 4341.0, 4354.0, 4340.0, 4345.0, 4380.0, 4343.0, 4380.0, 4350.0, 4338.0, 4358.0, 4327.0, 4348.0, 4350.0, 4338.0, 4366.0, 4326.0, 4357.0, 4328.0, 4339.0, 4349.0, 4340.0, 4366.0, 4328.0, 4339.0, 4340.0, 4347.0, 4342.0, 4352.0, 4354.0, 4367.0, 4345.0, 4354.0, 4358.0, 4354.0, 4394.0, 4357.0, 4368.0, 4373.0, 4354.0, 4387.0, 4346.0, 4344.0, 4379.0, 4334.0, 4380.0, 4359.0, 4340.0, 4368.0, 4339.0, 4338.0, 4334.0, 4323.0, 4347.0, 4314.0, 4337.0, 4357.0, 4319.0, 4327.0, 4346.0, 4327.0, 4337.0, 4348.0, 4339.0, 4368.0, 4339.0, 4331.0, 4354.0, 4326.0, 4356.0, 4338.0, 4337.0, 4355.0, 4328.0, 4327.0, 4318.0, 4338.0, 4359.0, 4343.0, 4341.0, 4336.0, 4352.0, 4350.0, 4344.0, 4366.0, 4370.0, 4364.0, 4395.0, 4349.0, 4349.0, 4368.0, 4360.0, 4381.0, 4375.0, 4355.0, 4387.0, 4355.0, 4362.0, 4394.0, 4356.0, 4354.0, 4380.0, 4346.0, 4352.0, 4345.0, 4349.0, 4382.0, 4346.0, 4346.0, 4374.0, 4338.0, 4340.0, 4360.0, 4334.0, 4369.0, 4351.0, 4349.0, 4379.0, 4332.0, 4336.0, 4347.0, 4336.0, 4381.0, 4349.0, 4335.0, 4376.0, 4321.0, 4337.0, 4357.0, 4335.0, 4344.0, 4369.0, 4339.0, 4350.0, 4354.0, 4340.0, 4363.0, 4345.0, 4350.0, 4374.0, 4360.0, 4338.0, 4351.0, 4328.0, 4348.0, 4335.0, 4322.0, 4364.0, 4348.0, 4340.0, 4367.0, 4322.0, 4336.0, 4325.0, 4336.0, 4357.0, 4338.0, 4349.0, 4381.0, 4351.0, 4339.0, 4335.0, 4350.0, 4342.0, 4353.0, 4383.0, 4364.0, 4347.0, 4378.0, 4337.0, 4352.0, 4360.0, 4340.0, 4379.0, 4351.0, 4352.0, 4363.0, 4326.0, 4338.0, 4348.0, 4331.0, 4351.0, 4365.0, 4349.0, 4353.0, 4382.0, 4355.0, 4354.0, 4377.0, 4357.0, 4395.0, 4375.0, 4348.0, 4395.0, 4363.0, 4338.0, 4377.0, 4343.0, 4362.0, 4361.0, 4341.0, 4405.0, 4372.0, 4340.0, 4374.0, 4328.0, 4328.0, 4334.0, 4330.0, 4352.0, 4383.0, 4353.0, 4347.0, 4382.0, 4337.0, 4382.0, 4341.0, 4374.0, 4337.0, 4326.0, 4355.0, 4317.0, 4355.0, 4316.0, 4317.0, 4325.0, 4333.0, 4361.0, 4330.0, 4329.0, 4330.0, 4345.0, 4372.0, 4367.0, 4375.0, 4363.0, 4353.0, 4383.0, 4343.0, 4353.0, 4373.0, 4354.0, 4382.0, 4354.0, 4392.0, 4362.0, 4335.0, 4360.0, 4346.0, 4341.0, 4342.0, 4355.0, 4396.0, 4359.0, 4354.0, 4394.0, 4344.0, 4359.0, 4383.0, 4357.0, 4390.0, 4360.0, 4365.0, 4388.0, 4361.0, 4361.0, 4355.0, 4340.0, 4376.0, 4340.0, 4340.0, 4368.0, 4328.0, 4376.0, 4343.0, 4327.0, 4353.0, 4317.0, 4319.0, 4327.0, 4341.0, 4371.0, 4342.0, 4340.0, 4361.0, 4342.0, 4381.0, 4344.0, 4379.0, 4384.0, 4362.0, 4393.0, 4382.0, 4343.0, 4335.0, 4339.0, 4341.0, 4393.0, 4346.0, 4354.0, 4399.0, 4375.0, 4344.0, 4402.0, 4371.0, 4346.0, 4372.0, 4375.0, 4354.0, 4356.0, 4358.0, 4335.0, 4364.0, 4343.0, 4321.0, 4361.0, 4324.0, 4303.0, 4332.0, 4302.0, 4303.0, 4354.0, 4323.0, 4330.0, 4369.0, 4337.0, 4327.0, 4355.0, 4316.0, 4331.0, 4359.0, 4333.0, 4341.0, 4383.0, 4353.0, 4343.0, 4381.0, 4343.0, 4381.0, 4360.0, 4335.0, 4376.0, 4361.0, 4330.0, 4369.0, 4319.0, 4324.0, 4350.0, 4340.0, 4380.0, 4342.0, 4362.0, 4360.0, 4341.0, 4382.0, 4341.0, 4359.0, 4339.0, 4324.0, 4371.0, 4341.0, 4341.0, 4381.0, 4342.0, 4343.0, 4360.0, 4353.0, 4408.0, 4373.0, 4343.0, 4393.0, 4340.0, 4337.0, 4380.0, 4357.0, 4356.0, 4407.0, 4380.0, 4390.0, 4413.0, 4371.0, 4367.0, 4402.0, 4365.0, 4337.0, 4335.0, 4376.0, 4351.0, 4363.0, 4392.0, 4365.0, 4354.0, 4399.0, 4383.0, 4326.0, 4335.0, 4353.0, 4331.0, 4345.0, 4376.0, 4356.0, 4353.0, 4374.0, 4333.0, 4354.0, 4388.0, 4353.0, 4377.0, 4395.0, 4354.0, 4352.0, 4372.0, 4341.0, 4351.0, 4378.0, 4362.0, 4347.0, 4378.0, 4331.0, 4353.0, 4366.0, 4340.0, 4350.0, 4383.0, 4337.0, 4363.0, 4347.0, 4353.0, 4390.0, 4359.0, 4348.0, 4389.0, 4342.0, 4347.0, 4381.0, 4339.0, 4365.0, 4395.0, 4358.0, 4350.0, 4369.0, 4362.0, 4387.0, 4385.0, 4351.0, 4363.0, 4357.0, 4350.0, 4401.0, 4378.0, 4351.0, 4396.0, 4348.0, 4352.0, 4371.0, 4341.0, 4391.0, 4364.0, 4361.0, 4365.0, 4329.0, 4362.0, 4328.0, 4334.0, 4365.0, 4353.0, 4367.0, 4352.0, 4346.0, 4379.0, 4336.0, 4394.0, 4365.0, 4393.0, 4361.0, 4329.0, 4346.0, 4328.0, 4356.0, 4328.0, 4381.0, 4351.0, 4350.0, 4368.0, 4343.0, 4336.0, 4355.0, 4371.0, 4407.0, 4366.0, 4361.0, 4390.0, 4367.0, 4394.0, 4374.0, 4386.0, 4382.0, 4351.0, 4387.0, 4340.0, 4348.0, 4347.0, 4327.0, 4378.0, 4338.0, 4340.0, 4369.0, 4338.0, 4370.0, 4338.0, 4333.0, 4369.0, 4341.0, 4382.0, 4361.0, 4339.0, 4375.0, 4333.0, 4372.0, 4336.0, 4326.0, 4366.0, 4326.0, 4365.0, 4336.0, 4314.0, 4336.0, 4326.0, 4355.0, 4331.0, 4338.0, 4368.0, 4342.0, 4382.0, 4351.0, 4350.0, 4370.0, 4336.0, 4392.0, 4352.0, 4392.0, 4359.0, 4344.0, 4364.0, 4341.0, 4385.0, 4363.0, 4346.0, 4391.0, 4346.0, 4351.0, 4350.0, 4348.0, 4376.0, 4355.0, 4386.0, 4384.0, 4348.0, 4394.0, 4356.0, 4382.0, 4363.0, 4348.0, 4391.0, 4361.0, 4381.0, 4349.0, 4334.0, 4375.0, 4339.0, 4380.0, 4369.0, 4333.0, 4364.0, 4340.0, 4339.0, 4358.0, 4351.0, 4389.0, 4351.0, 4339.0, 4370.0, 4345.0, 4393.0, 4363.0, 4351.0, 4392.0, 4353.0, 4345.0, 4370.0, 4352.0, 4350.0, 4405.0, 4374.0, 4353.0, 4358.0, 4346.0, 4359.0, 4358.0, 4369.0, 4367.0, 4389.0, 4395.0, 4366.0, 4374.0, 4372.0, 4353.0, 4398.0, 4393.0, 4349.0, 4385.0, 4359.0, 4338.0, 4379.0, 4359.0, 4351.0, 4376.0, 4347.0, 4338.0, 4365.0, 4337.0, 4344.0, 4347.0, 4332.0, 4383.0, 4338.0, 4338.0, 4357.0, 4344.0, 4385.0, 4360.0, 4349.0, 4377.0, 4351.0, 4352.0, 4373.0, 4365.0, 4353.0, 4404.0, 4353.0, 4364.0, 4384.0, 4365.0, 4369.0, 4374.0, 4350.0, 4400.0, 4363.0, 4356.0, 4382.0, 4348.0, 4381.0, 4370.0, 4345.0, 4391.0, 4360.0, 4337.0, 4347.0, 4334.0, 4377.0, 4350.0, 4349.0, 4370.0, 4339.0, 4379.0, 4339.0, 4337.0, 4358.0, 4350.0, 4381.0, 4362.0, 4354.0, 4382.0, 4352.0, 4391.0, 4352.0, 4347.0, 4371.0, 4351.0, 4392.0, 4353.0, 4392.0, 4372.0, 4352.0, 4376.0, 4352.0, 4343.0, 4350.0, 4344.0, 4380.0, 4352.0, 4353.0, 4393.0, 4346.0, 4352.0, 4351.0, 4340.0, 4381.0, 4350.0, 4390.0, 4361.0, 4350.0, 4381.0, 4352.0, 4360.0, 4349.0, 4350.0, 4382.0, 4353.0, 4352.0, 4371.0, 4352.0, 4364.0, 4363.0, 4368.0, 4408.0, 4375.0, 4359.0, 4358.0, 4370.0, 4371.0, 4406.0, 4376.0, 4370.0, 4403.0, 4364.0, 4374.0, 4375.0, 4359.0, 4380.0], 'WindowWidth': [9819.0, 9742.0, 9642.0, 9674.0, 9626.0, 9619.0, 9623.0, 9626.0, 9607.0, 9643.0, 9637.0, 9676.0, 9642.0, 9680.0, 9615.0, 9658.0, 9608.0, 9647.0, 9592.0, 9643.0, 9596.0, 9606.0, 9609.0, 9606.0, 9628.0, 9598.0, 9651.0, 9599.0, 9625.0, 9612.0, 9604.0, 9634.0, 9620.0, 9658.0, 9608.0, 9599.0, 9611.0, 9599.0, 9652.0, 9623.0, 9640.0, 9620.0, 9601.0, 9633.0, 9615.0, 9668.0, 9633.0, 9613.0, 9651.0, 9586.0, 9644.0, 9608.0, 9595.0, 9612.0, 9623.0, 9656.0, 9605.0, 9596.0, 9621.0, 9570.0, 9634.0, 9598.0, 9649.0, 9623.0, 9589.0, 9614.0, 9568.0, 9652.0, 9610.0, 9600.0, 9637.0, 9601.0, 9598.0, 9615.0, 9624.0, 9677.0, 9634.0, 9610.0, 9659.0, 9620.0, 9620.0, 9649.0, 9618.0, 9665.0, 9643.0, 9607.0, 9654.0, 9613.0, 9607.0, 9644.0, 9623.0, 9629.0, 9626.0, 9599.0, 9650.0, 9614.0, 9617.0, 9656.0, 9630.0, 9590.0, 9610.0, 9599.0, 9648.0, 9614.0, 9591.0, 9657.0, 9605.0, 9630.0, 9612.0, 9601.0, 9646.0, 9616.0, 9618.0, 9637.0, 9598.0, 9626.0, 9610.0, 9618.0, 9650.0, 9621.0, 9607.0, 9618.0, 9608.0, 9647.0, 9620.0, 9609.0, 9678.0, 9626.0, 9648.0, 9619.0, 9608.0, 9660.0, 9626.0, 9668.0, 9621.0, 9606.0, 9640.0, 9618.0, 9662.0, 9642.0, 9596.0, 9654.0, 9621.0, 9593.0, 9642.0, 9615.0, 9682.0, 9632.0, 9620.0, 9639.0, 9647.0, 9653.0, 9660.0, 9605.0, 9669.0, 9628.0, 9613.0, 9630.0, 9609.0, 9620.0, 9675.0, 9637.0, 9669.0, 9680.0, 9657.0, 9599.0, 9649.0, 9605.0, 9600.0, 9665.0, 9636.0, 9619.0, 9663.0, 9617.0, 9651.0, 9624.0, 9592.0, 9631.0, 9585.0, 9624.0, 9592.0, 9547.0, 9602.0, 9555.0, 9544.0, 9589.0, 9568.0, 9598.0, 9636.0, 9589.0, 9578.0, 9585.0, 9568.0, 9610.0, 9590.0, 9578.0, 9616.0, 9578.0, 9632.0, 9566.0, 9617.0, 9583.0, 9622.0, 9613.0, 9591.0, 9604.0, 9595.0, 9618.0, 9612.0, 9589.0, 9628.0, 9642.0, 9674.0, 9646.0, 9618.0, 9632.0, 9650.0, 9697.0, 9645.0, 9693.0, 9649.0, 9612.0, 9650.0, 9614.0, 9596.0, 9640.0, 9622.0, 9680.0, 9631.0, 9661.0, 9669.0, 9637.0, 9619.0, 9619.0, 9590.0, 9642.0, 9628.0, 9598.0, 9644.0, 9598.0, 9642.0, 9605.0, 9576.0, 9605.0, 9575.0, 9667.0, 9628.0, 9595.0, 9628.0, 9572.0, 9578.0, 9611.0, 9596.0, 9584.0, 9620.0, 9617.0, 9678.0, 9647.0, 9586.0, 9649.0, 9593.0, 9573.0, 9615.0, 9593.0, 9609.0, 9623.0, 9603.0, 9651.0, 9607.0, 9586.0, 9617.0, 9574.0, 9564.0, 9600.0, 9575.0, 9632.0, 9592.0, 9578.0, 9630.0, 9578.0, 9624.0, 9595.0, 9601.0, 9650.0, 9604.0, 9598.0, 9596.0, 9598.0, 9614.0, 9643.0, 9624.0, 9621.0, 9663.0, 9618.0, 9667.0, 9639.0, 9604.0, 9655.0, 9604.0, 9647.0, 9612.0, 9584.0, 9618.0, 9569.0, 9632.0, 9589.0, 9573.0, 9588.0, 9568.0, 9622.0, 9613.0, 9628.0, 9659.0, 9605.0, 9615.0, 9620.0, 9603.0, 9603.0, 9617.0, 9657.0, 9606.0, 9636.0, 9615.0, 9593.0, 9633.0, 9576.0, 9616.0, 9573.0, 9625.0, 9576.0, 9573.0, 9616.0, 9598.0, 9632.0, 9577.0, 9580.0, 9592.0, 9599.0, 9622.0, 9613.0, 9622.0, 9640.0, 9643.0, 9663.0, 9620.0, 9628.0, 9619.0, 9613.0, 9638.0, 9597.0, 9642.0, 9617.0, 9605.0, 9629.0, 9597.0, 9650.0, 9580.0, 9592.0, 9619.0, 9595.0, 9617.0, 9644.0, 9605.0, 9611.0, 9613.0, 9630.0, 9632.0, 9645.0, 9677.0, 9632.0, 9649.0, 9670.0, 9616.0, 9653.0, 9668.0, 9614.0, 9648.0, 9657.0, 9635.0, 9649.0, 9605.0, 9570.0, 9557.0, 9578.0, 9570.0, 9573.0, 9599.0, 9573.0, 9572.0, 9618.0, 9602.0, 9587.0, 9636.0, 9586.0, 9582.0, 9593.0, 9589.0, 9592.0, 9607.0, 9624.0, 9619.0, 9631.0, 9649.0, 9611.0, 9586.0, 9622.0, 9576.0, 9587.0, 9616.0, 9593.0, 9592.0, 9616.0, 9586.0, 9610.0, 9619.0, 9598.0, 9593.0, 9591.0, 9589.0, 9667.0, 9621.0, 9618.0, 9643.0, 9614.0, 9623.0, 9650.0, 9610.0, 9618.0, 9653.0, 9623.0, 9610.0, 9677.0, 9609.0, 9627.0, 9653.0, 9592.0, 9622.0, 9678.0, 9628.0, 9642.0, 9694.0, 9641.0, 9618.0, 9652.0, 9617.0, 9618.0, 9633.0, 9631.0, 9629.0, 9673.0, 9645.0, 9602.0, 9630.0, 9600.0, 9586.0, 9624.0, 9588.0, 9592.0, 9626.0, 9598.0, 9639.0, 9601.0, 9596.0, 9615.0, 9565.0, 9583.0, 9618.0, 9596.0, 9601.0, 9627.0, 9606.0, 9628.0, 9615.0, 9613.0, 9656.0, 9626.0, 9617.0, 9636.0, 9579.0, 9608.0, 9573.0, 9593.0, 9634.0, 9600.0, 9620.0, 9646.0, 9603.0, 9599.0, 9629.0, 9603.0, 9613.0, 9617.0, 9614.0, 9666.0, 9634.0, 9618.0, 9658.0, 9607.0, 9601.0, 9640.0, 9603.0, 9612.0, 9651.0, 9601.0, 9596.0, 9636.0, 9584.0, 9599.0, 9625.0, 9585.0, 9598.0, 9641.0, 9606.0, 9613.0, 9638.0, 9601.0, 9649.0, 9595.0, 9590.0, 9612.0, 9574.0, 9624.0, 9574.0, 9564.0, 9578.0, 9575.0, 9608.0, 9586.0, 9574.0, 9574.0, 9561.0, 9588.0, 9579.0, 9572.0, 9638.0, 9655.0, 9621.0, 9636.0, 9650.0, 9621.0, 9648.0, 9617.0, 9654.0, 9632.0, 9611.0, 9631.0, 9575.0, 9622.0, 9561.0, 9559.0, 9590.0, 9581.0, 9595.0, 9598.0, 9611.0, 9638.0, 9600.0, 9586.0, 9608.0, 9606.0, 9644.0, 9617.0, 9618.0, 9646.0, 9607.0, 9641.0, 9590.0, 9603.0, 9625.0, 9602.0, 9613.0, 9600.0, 9604.0, 9654.0, 9606.0, 9653.0, 9612.0, 9593.0, 9619.0, 9577.0, 9607.0, 9611.0, 9592.0, 9628.0, 9576.0, 9616.0, 9578.0, 9597.0, 9610.0, 9596.0, 9628.0, 9579.0, 9593.0, 9598.0, 9611.0, 9606.0, 9619.0, 9623.0, 9638.0, 9615.0, 9626.0, 9626.0, 9626.0, 9678.0, 9633.0, 9640.0, 9648.0, 9625.0, 9666.0, 9609.0, 9602.0, 9652.0, 9589.0, 9651.0, 9624.0, 9599.0, 9633.0, 9594.0, 9589.0, 9580.0, 9565.0, 9594.0, 9556.0, 9590.0, 9615.0, 9559.0, 9576.0, 9600.0, 9577.0, 9588.0, 9608.0, 9597.0, 9632.0, 9593.0, 9577.0, 9609.0, 9573.0, 9613.0, 9594.0, 9590.0, 9611.0, 9577.0, 9575.0, 9565.0, 9595.0, 9626.0, 9608.0, 9602.0, 9595.0, 9621.0, 9617.0, 9613.0, 9647.0, 9650.0, 9642.0, 9683.0, 9619.0, 9615.0, 9643.0, 9636.0, 9660.0, 9653.0, 9627.0, 9664.0, 9628.0, 9634.0, 9683.0, 9634.0, 9624.0, 9656.0, 9608.0, 9619.0, 9605.0, 9612.0, 9660.0, 9608.0, 9605.0, 9641.0, 9596.0, 9597.0, 9623.0, 9587.0, 9638.0, 9616.0, 9611.0, 9650.0, 9581.0, 9589.0, 9604.0, 9591.0, 9657.0, 9610.0, 9587.0, 9642.0, 9566.0, 9591.0, 9618.0, 9592.0, 9603.0, 9639.0, 9599.0, 9614.0, 9616.0, 9603.0, 9627.0, 9605.0, 9616.0, 9642.0, 9625.0, 9593.0, 9605.0, 9580.0, 9605.0, 9587.0, 9568.0, 9625.0, 9609.0, 9598.0, 9631.0, 9567.0, 9587.0, 9574.0, 9590.0, 9620.0, 9597.0, 9612.0, 9658.0, 9616.0, 9599.0, 9592.0, 9616.0, 9608.0, 9623.0, 9664.0, 9638.0, 9611.0, 9652.0, 9597.0, 9617.0, 9627.0, 9598.0, 9650.0, 9619.0, 9618.0, 9625.0, 9577.0, 9594.0, 9608.0, 9588.0, 9616.0, 9643.0, 9617.0, 9621.0, 9662.0, 9629.0, 9627.0, 9661.0, 9635.0, 9683.0, 9657.0, 9615.0, 9682.0, 9636.0, 9599.0, 9649.0, 9609.0, 9630.0, 9628.0, 9603.0, 9699.0, 9647.0, 9599.0, 9641.0, 9579.0, 9582.0, 9586.0, 9587.0, 9620.0, 9662.0, 9624.0, 9610.0, 9660.0, 9595.0, 9660.0, 9601.0, 9639.0, 9589.0, 9573.0, 9611.0, 9561.0, 9611.0, 9559.0, 9561.0, 9572.0, 9585.0, 9630.0, 9586.0, 9585.0, 9588.0, 9605.0, 9648.0, 9650.0, 9656.0, 9636.0, 9622.0, 9663.0, 9609.0, 9623.0, 9649.0, 9626.0, 9661.0, 9626.0, 9674.0, 9632.0, 9591.0, 9626.0, 9607.0, 9604.0, 9607.0, 9626.0, 9686.0, 9631.0, 9625.0, 9681.0, 9614.0, 9631.0, 9664.0, 9636.0, 9674.0, 9633.0, 9643.0, 9667.0, 9630.0, 9628.0, 9616.0, 9600.0, 9644.0, 9599.0, 9598.0, 9633.0, 9580.0, 9647.0, 9599.0, 9577.0, 9609.0, 9565.0, 9567.0, 9578.0, 9603.0, 9643.0, 9606.0, 9601.0, 9629.0, 9606.0, 9657.0, 9614.0, 9659.0, 9667.0, 9633.0, 9676.0, 9658.0, 9607.0, 9591.0, 9599.0, 9603.0, 9676.0, 9610.0, 9628.0, 9688.0, 9659.0, 9613.0, 9689.0, 9648.0, 9609.0, 9645.0, 9644.0, 9613.0, 9615.0, 9617.0, 9582.0, 9620.0, 9589.0, 9558.0, 9613.0, 9564.0, 9536.0, 9572.0, 9534.0, 9537.0, 9606.0, 9568.0, 9586.0, 9636.0, 9591.0, 9578.0, 9613.0, 9562.0, 9587.0, 9624.0, 9594.0, 9604.0, 9662.0, 9623.0, 9608.0, 9659.0, 9608.0, 9656.0, 9627.0, 9590.0, 9647.0, 9627.0, 9582.0, 9633.0, 9569.0, 9573.0, 9612.0, 9601.0, 9654.0, 9607.0, 9631.0, 9630.0, 9605.0, 9659.0, 9603.0, 9625.0, 9598.0, 9574.0, 9642.0, 9604.0, 9604.0, 9657.0, 9605.0, 9607.0, 9628.0, 9625.0, 9705.0, 9653.0, 9611.0, 9676.0, 9605.0, 9599.0, 9658.0, 9636.0, 9633.0, 9703.0, 9674.0, 9694.0, 9724.0, 9665.0, 9654.0, 9694.0, 9645.0, 9597.0, 9591.0, 9648.0, 9618.0, 9636.0, 9673.0, 9643.0, 9624.0, 9683.0, 9663.0, 9580.0, 9589.0, 9612.0, 9589.0, 9605.0, 9646.0, 9620.0, 9620.0, 9649.0, 9595.0, 9624.0, 9666.0, 9625.0, 9663.0, 9681.0, 9628.0, 9621.0, 9647.0, 9606.0, 9619.0, 9655.0, 9635.0, 9611.0, 9651.0, 9591.0, 9622.0, 9636.0, 9606.0, 9619.0, 9663.0, 9599.0, 9635.0, 9610.0, 9623.0, 9673.0, 9631.0, 9615.0, 9670.0, 9609.0, 9611.0, 9660.0, 9604.0, 9644.0, 9684.0, 9637.0, 9620.0, 9645.0, 9642.0, 9676.0, 9672.0, 9623.0, 9640.0, 9627.0, 9620.0, 9691.0, 9665.0, 9622.0, 9686.0, 9615.0, 9621.0, 9645.0, 9605.0, 9674.0, 9640.0, 9628.0, 9630.0, 9585.0, 9623.0, 9583.0, 9589.0, 9634.0, 9623.0, 9638.0, 9620.0, 9608.0, 9653.0, 9596.0, 9679.0, 9642.0, 9678.0, 9630.0, 9582.0, 9601.0, 9579.0, 9616.0, 9582.0, 9658.0, 9618.0, 9615.0, 9637.0, 9608.0, 9596.0, 9630.0, 9655.0, 9703.0, 9647.0, 9637.0, 9675.0, 9649.0, 9681.0, 9654.0, 9671.0, 9664.0, 9617.0, 9663.0, 9600.0, 9608.0, 9606.0, 9579.0, 9648.0, 9598.0, 9601.0, 9637.0, 9596.0, 9640.0, 9597.0, 9587.0, 9639.0, 9603.0, 9656.0, 9630.0, 9597.0, 9644.0, 9585.0, 9636.0, 9589.0, 9574.0, 9629.0, 9576.0, 9627.0, 9587.0, 9556.0, 9586.0, 9575.0, 9614.0, 9589.0, 9596.0, 9636.0, 9607.0, 9660.0, 9617.0, 9616.0, 9643.0, 9597.0, 9676.0, 9624.0, 9675.0, 9628.0, 9604.0, 9630.0, 9606.0, 9659.0, 9638.0, 9610.0, 9671.0, 9608.0, 9618.0, 9616.0, 9613.0, 9650.0, 9633.0, 9675.0, 9667.0, 9615.0, 9681.0, 9631.0, 9662.0, 9639.0, 9614.0, 9674.0, 9633.0, 9657.0, 9613.0, 9589.0, 9644.0, 9602.0, 9656.0, 9639.0, 9588.0, 9630.0, 9602.0, 9600.0, 9624.0, 9619.0, 9668.0, 9619.0, 9601.0, 9643.0, 9607.0, 9678.0, 9638.0, 9619.0, 9675.0, 9624.0, 9608.0, 9644.0, 9624.0, 9620.0, 9697.0, 9654.0, 9627.0, 9629.0, 9611.0, 9632.0, 9630.0, 9647.0, 9650.0, 9680.0, 9685.0, 9648.0, 9654.0, 9649.0, 9626.0, 9685.0, 9677.0, 9615.0, 9660.0, 9626.0, 9597.0, 9651.0, 9627.0, 9616.0, 9646.0, 9608.0, 9594.0, 9628.0, 9594.0, 9599.0, 9608.0, 9591.0, 9661.0, 9598.0, 9596.0, 9622.0, 9603.0, 9661.0, 9632.0, 9615.0, 9650.0, 9616.0, 9620.0, 9653.0, 9649.0, 9627.0, 9694.0, 9628.0, 9640.0, 9667.0, 9645.0, 9644.0, 9657.0, 9622.0, 9688.0, 9639.0, 9623.0, 9663.0, 9615.0, 9658.0, 9642.0, 9606.0, 9670.0, 9629.0, 9594.0, 9608.0, 9588.0, 9647.0, 9614.0, 9614.0, 9640.0, 9599.0, 9650.0, 9598.0, 9594.0, 9624.0, 9617.0, 9657.0, 9637.0, 9629.0, 9664.0, 9623.0, 9674.0, 9622.0, 9611.0, 9646.0, 9620.0, 9673.0, 9623.0, 9676.0, 9647.0, 9619.0, 9647.0, 9618.0, 9606.0, 9613.0, 9603.0, 9656.0, 9621.0, 9624.0, 9675.0, 9608.0, 9619.0, 9616.0, 9601.0, 9656.0, 9616.0, 9670.0, 9632.0, 9614.0, 9657.0, 9619.0, 9627.0, 9613.0, 9616.0, 9662.0, 9623.0, 9622.0, 9645.0, 9622.0, 9639.0, 9641.0, 9652.0, 9705.0, 9657.0, 9635.0, 9637.0, 9647.0, 9653.0, 9702.0, 9665.0, 9651.0, 9697.0, 9644.0, 9654.0, 9656.0, 9629.0, 9657.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.00021291119691119694</td></tr>
<tr><td colspan=3>aqi</td><td>0.018062870193050192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.983290756313764</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1996867186244198</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875770079984564</td></tr>
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
<tr><td colspan=3>fber</td><td>6196.7715</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0807421375648551</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5444015444015444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2450605502195295</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.196992402165074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3933003974847264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1448888510087887</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010961059480905533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023385539650917053</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.18859171787758</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>24.0275</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8036</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.8344</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>302578.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.3018</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7281</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.7052</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.9453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.5667</td></tr>
<tr><td colspan=3>tsnr</td><td>42.10790703911334</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>