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

616 lines
No EOL
143 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-0034_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0034_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0034_suffix-bold_task-fractional" 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-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-04/func/sub-0034_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b6901e3ae74fe0cb0fe50fd7c2d3783d</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>08:45:19.862500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998007, 0.0631031, 0.001013, -0.0626144, 0.988013, 0.141103]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.0886827</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7857, -7356, 453, 90, -325, -186, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e180947-008c-4e13-acc2-f1beb6894b58||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775784492492676, -0.16798987984657288, -0.021338554099202156, 120.30944061279297], [-0.16930092871189117, 2.650766372680664, 0.38038939237594604, -86.44331359863281], [0.0027177943848073483, -0.37856853008270264, 2.672985076904297, -63.95380401611328], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['084519.862500', '084520.322500', '084520.782500', '084521.242500', '084521.702500', '084522.162500', '084522.622500', '084523.082500', '084523.542500', '084524.002500', '084524.462500', '084524.922500', '084525.382500', '084525.842500', '084526.302500', '084526.762500', '084527.222500', '084527.682500', '084528.142500', '084528.602500', '084529.062500', '084529.522500', '084529.982500', '084530.442500', '084530.902500', '084531.362500', '084531.822500', '084532.282500', '084532.742500', '084533.202500', '084533.662500', '084534.122500', '084534.582500', '084535.042500', '084535.502500', '084535.962500', '084536.422500', '084536.882500', '084537.342500', '084537.802500', '084538.262500', '084538.722500', '084539.182500', '084539.642500', '084540.102500', '084540.562500', '084541.022500', '084541.482500', '084541.942500', '084542.402500', '084542.862500', '084543.322500', '084543.782500', '084544.242500', '084544.702500', '084545.162500', '084545.622500', '084546.082500', '084546.542500', '084547.002500', '084547.462500', '084547.922500', '084548.382500', '084548.842500', '084549.302500', '084549.762500', '084550.222500', '084550.682500', '084551.142500', '084551.602500', '084552.062500', '084552.522500', '084552.982500', '084553.442500', '084553.902500', '084554.362500', '084554.822500', '084555.282500', '084555.742500', '084556.202500', '084556.662500', '084557.122500', '084557.582500', '084558.042500', '084558.502500', '084558.962500', '084559.422500', '084559.882500', '084600.342500', '084600.802500', '084601.262500', '084601.722500', '084602.182500', '084602.642500', '084603.102500', '084603.562500', '084604.022500', '084604.482500', '084604.942500', '084605.402500', '084605.862500', '084606.322500', '084606.782500', '084607.242500', '084607.702500', '084608.162500', '084608.622500', '084609.082500', '084609.542500', '084610.002500', '084610.462500', '084610.922500', '084611.382500', '084611.842500', '084612.302500', '084612.762500', '084613.222500', '084613.682500', '084614.142500', '084614.602500', '084615.062500', '084615.522500', '084615.982500', '084616.442500', '084616.902500', '084617.362500', '084617.822500', '084618.282500', '084618.742500', '084619.202500', '084619.662500', '084620.122500', '084620.582500', '084621.042500', '084621.502500', '084621.962500', '084622.422500', '084622.882500', '084623.342500', '084623.802500', '084624.262500', '084624.722500', '084625.182500', '084625.642500', '084626.102500', '084626.562500', '084627.022500', '084627.482500', '084627.942500', '084628.402500', '084628.862500', '084629.322500', '084629.782500', '084630.242500', '084630.702500', '084631.162500', '084631.622500', '084632.082500', '084632.542500', '084633.002500', '084633.462500', '084633.922500', '084634.382500', '084634.842500', '084635.302500', '084635.762500', '084636.222500', '084636.682500', '084637.142500', '084637.602500', '084638.062500', '084638.522500', '084638.982500', '084639.442500', '084639.902500', '084640.362500', '084640.822500', '084641.282500', '084641.742500', '084642.202500', '084642.662500', '084643.122500', '084643.582500', '084644.042500', '084644.502500', '084644.962500', '084645.422500', '084645.882500', '084646.342500', '084646.802500', '084647.262500', '084647.722500', '084648.182500', '084648.642500', '084649.102500', '084649.562500', '084650.022500', '084650.482500', '084650.942500', '084651.402500', '084651.862500', '084652.322500', '084652.782500', '084653.242500', '084653.702500', '084654.162500', '084654.622500', '084655.082500', '084655.542500', '084656.002500', '084656.462500', '084656.922500', '084657.382500', '084657.842500', '084658.302500', '084658.762500', '084659.222500', '084659.682500', '084700.142500', '084700.602500', '084701.062500', '084701.522500', '084701.982500', '084702.442500', '084702.902500', '084703.362500', '084703.822500', '084704.282500', '084704.742500', '084705.202500', '084705.662500', '084706.122500', '084706.582500', '084707.042500', '084707.502500', '084707.962500', '084708.422500', '084708.882500', '084709.342500', '084709.802500', '084710.262500', '084710.722500', '084711.182500', '084711.642500', '084712.102500', '084712.562500', '084713.022500', '084713.482500', '084713.942500', '084714.402500', '084714.862500', '084715.322500', '084715.782500', '084716.242500', '084716.702500', '084717.162500', '084717.622500', '084718.082500', '084718.542500', '084719.002500', '084719.462500', '084719.922500', '084720.382500', '084720.842500', '084721.302500', '084721.762500', '084722.222500', '084722.682500', '084723.142500', '084723.602500', '084724.062500', '084724.522500', '084724.982500', '084725.442500', '084725.902500', '084726.362500', '084726.822500', '084727.282500', '084727.742500', '084728.202500', '084728.662500', '084729.122500', '084729.582500', '084730.042500', '084730.502500', '084730.962500', '084731.422500', '084731.882500', '084732.342500', '084732.802500', '084733.262500', '084733.722500', '084734.182500', '084734.642500', '084735.102500', '084735.562500', '084736.022500', '084736.482500', '084736.942500', '084737.402500', '084737.862500', '084738.322500', '084738.782500', '084739.242500', '084739.702500', '084740.162500', '084740.622500', '084741.082500', '084741.542500', '084742.002500', '084742.462500', '084742.922500', '084743.382500', '084743.842500', '084744.302500', '084744.762500', '084745.222500', '084745.682500', '084746.142500', '084746.602500', '084747.062500', '084747.522500', '084747.982500', '084748.442500', '084748.902500', '084749.362500', '084749.822500', '084750.282500', '084750.742500', '084751.202500', '084751.662500', '084752.122500', '084752.582500', '084753.042500', '084753.502500', '084753.962500', '084754.422500', '084754.882500', '084755.342500', '084755.802500', '084756.262500', '084756.722500', '084757.182500', '084757.642500', '084758.102500', '084758.562500', '084759.022500', '084759.482500', '084759.942500', '084800.402500', '084800.862500', '084801.322500', '084801.782500', '084802.242500', '084802.702500', '084803.162500', '084803.622500', '084804.082500', '084804.542500', '084805.002500', '084805.462500', '084805.922500', '084806.382500', '084806.842500', '084807.302500', '084807.762500', '084808.222500', '084808.682500', '084809.142500', '084809.602500', '084810.062500', '084810.522500', '084810.982500', '084811.442500', '084811.902500', '084812.362500', '084812.822500', '084813.282500', '084813.742500', '084814.202500', '084814.662500', '084815.122500', '084815.582500', '084816.042500', '084816.502500', '084816.962500', '084817.422500', '084817.882500', '084818.342500', '084818.802500', '084819.262500', '084819.722500', '084820.182500', '084820.642500', '084821.102500', '084821.562500', '084822.022500', '084822.482500', '084822.942500', '084823.402500', '084823.862500', '084824.322500', '084824.782500', '084825.242500', '084825.702500', '084826.162500', '084826.622500', '084827.082500', '084827.542500', '084828.002500', '084828.462500', '084828.922500', '084829.382500', '084829.842500', '084830.302500', '084830.762500', '084831.222500', '084831.682500', '084832.142500', '084832.602500', '084833.062500', '084833.522500', '084833.982500', '084834.442500', '084834.902500', '084835.362500', '084835.822500', '084836.282500', '084836.742500', '084837.202500', '084837.662500', '084838.122500', '084838.582500', '084839.042500', '084839.502500', '084839.962500', '084840.422500', '084840.882500', '084841.342500', '084841.802500', '084842.262500', '084842.722500', '084843.182500', '084843.642500', '084844.102500', '084844.562500', '084845.022500', '084845.482500', '084845.942500', '084846.402500', '084846.862500', '084847.322500', '084847.782500', '084848.242500', '084848.702500', '084849.162500', '084849.622500', '084850.082500', '084850.542500', '084851.002500', '084851.462500', '084851.922500', '084852.382500', '084852.842500', '084853.302500', '084853.762500', '084854.222500', '084854.682500', '084855.142500', '084855.602500', '084856.062500', '084856.522500', '084856.982500', '084857.442500', '084857.902500', '084858.362500', '084858.822500', '084859.282500', '084859.742500', '084900.202500', '084900.662500', '084901.122500', '084901.582500', '084902.042500', '084902.502500', '084902.962500', '084903.422500', '084903.882500', '084904.342500', '084904.802500', '084905.262500', '084905.722500', '084906.182500', '084906.642500', '084907.102500', '084907.562500', '084908.022500', '084908.482500', '084908.942500', '084909.402500', '084909.862500', '084910.322500', '084910.782500', '084911.242500', '084911.702500', '084912.162500', '084912.622500', '084913.082500', '084913.542500', '084914.002500', '084914.462500', '084914.922500', '084915.382500', '084915.842500', '084916.302500', '084916.762500', '084917.222500', '084917.682500', '084918.142500', '084918.602500', '084919.062500', '084919.522500', '084919.982500', '084920.442500', '084920.902500', '084921.362500', '084921.822500', '084922.282500', '084922.742500', '084923.202500', '084923.662500', '084924.122500', '084924.582500', '084925.042500', '084925.502500', '084925.962500', '084926.422500', '084926.882500', '084927.342500', '084927.802500', '084928.262500', '084928.722500', '084929.182500', '084929.642500', '084930.102500', '084930.562500', '084931.022500', '084931.482500', '084931.942500', '084932.402500', '084932.862500', '084933.322500', '084933.782500', '084934.242500', '084934.702500', '084935.162500', '084935.622500', '084936.082500', '084936.542500', '084937.002500', '084937.462500', '084937.922500', '084938.382500', '084938.842500', '084939.302500', '084939.762500', '084940.222500', '084940.682500', '084941.142500', '084941.602500', '084942.062500', '084942.522500', '084942.982500', '084943.442500', '084943.902500', '084944.362500', '084944.822500', '084945.282500', '084945.742500', '084946.202500', '084946.662500', '084947.122500', '084947.582500', '084948.042500', '084948.502500', '084948.962500', '084949.422500', '084949.882500', '084950.342500', '084950.802500', '084951.262500', '084951.722500', '084952.182500', '084952.642500', '084953.102500', '084953.562500', '084954.022500', '084954.482500', '084954.942500', '084955.402500', '084955.862500', '084956.322500', '084956.782500', '084957.242500', '084957.702500', '084958.162500', '084958.622500', '084959.082500', '084959.542500', '085000.002500', '085000.462500', '085000.922500', '085001.382500', '085001.842500', '085002.302500', '085002.762500', '085003.222500', '085003.682500', '085004.142500', '085004.602500', '085005.062500', '085005.522500', '085005.982500', '085006.442500', '085006.902500', '085007.362500', '085007.822500', '085008.282500', '085008.742500', '085009.202500', '085009.662500', '085010.122500', '085010.582500', '085011.042500', '085011.502500', '085011.962500', '085012.422500', '085012.882500', '085013.342500', '085013.802500', '085014.262500', '085014.722500', '085015.182500', '085015.642500', '085016.102500', '085016.562500', '085017.022500', '085017.482500', '085017.942500', '085018.402500', '085018.862500', '085019.322500', '085019.782500', '085020.242500', '085020.702500', '085021.162500', '085021.622500', '085022.082500', '085022.542500', '085023.002500', '085023.462500', '085023.922500', '085024.382500', '085024.842500', '085025.302500', '085025.762500', '085026.222500', '085026.682500', '085027.142500', '085027.602500', '085028.062500', '085028.522500', '085028.982500', '085029.442500', '085029.902500', '085030.362500', '085030.822500', '085031.282500', '085031.742500', '085032.202500', '085032.662500', '085033.122500', '085033.582500', '085034.042500', '085034.502500', '085034.962500', '085035.422500', '085035.882500', '085036.342500', '085036.802500', '085037.262500', '085037.722500', '085038.182500', '085038.642500', '085039.102500', '085039.562500', '085040.022500', '085040.482500', '085040.942500', '085041.402500', '085041.862500', '085042.322500', '085042.782500', '085043.242500', '085043.702500', '085044.162500', '085044.622500', '085045.082500', '085045.542500', '085046.002500', '085046.462500', '085046.922500', '085047.382500', '085047.842500', '085048.302500', '085048.762500', '085049.222500', '085049.682500', '085050.142500', '085050.602500', '085051.062500', '085051.522500', '085051.982500', '085052.442500', '085052.902500', '085053.362500', '085053.822500', '085054.282500', '085054.742500', '085055.202500', '085055.662500', '085056.122500', '085056.582500', '085057.042500', '085057.502500', '085057.962500', '085058.422500', '085058.882500', '085059.342500', '085059.802500', '085100.262500', '085100.722500', '085101.182500', '085101.642500', '085102.102500', '085102.562500', '085103.022500', '085103.482500', '085103.942500', '085104.402500', '085104.862500', '085105.322500', '085105.782500', '085106.242500', '085106.702500', '085107.162500', '085107.622500', '085108.082500', '085108.542500', '085109.002500', '085109.462500', '085109.922500', '085110.382500', '085110.842500', '085111.302500', '085111.762500', '085112.222500', '085112.682500', '085113.142500', '085113.602500', '085114.062500', '085114.522500', '085114.982500', '085115.442500', '085115.902500', '085116.362500', '085116.822500', '085117.282500', '085117.742500', '085118.202500', '085118.662500', '085119.122500', '085119.582500', '085120.042500', '085120.502500', '085120.962500', '085121.422500', '085121.882500', '085122.342500', '085122.802500', '085123.262500', '085123.722500', '085124.182500', '085124.642500', '085125.102500', '085125.562500', '085126.022500', '085126.482500', '085126.942500', '085127.402500', '085127.862500', '085128.322500', '085128.782500', '085129.242500', '085129.702500', '085130.162500', '085130.622500', '085131.082500', '085131.542500', '085132.002500', '085132.462500', '085132.922500', '085133.382500', '085133.842500', '085134.302500', '085134.762500', '085135.222500', '085135.682500', '085136.142500', '085136.602500', '085137.062500', '085137.522500', '085137.982500', '085138.442500', '085138.902500', '085139.362500', '085139.822500', '085140.282500', '085140.742500', '085141.202500', '085141.662500', '085142.122500', '085142.582500', '085143.042500', '085143.502500', '085143.962500', '085144.422500', '085144.882500', '085145.342500', '085145.802500', '085146.262500', '085146.722500', '085147.182500', '085147.642500', '085148.102500', '085148.562500', '085149.022500', '085149.482500', '085149.942500', '085150.402500', '085150.862500', '085151.322500', '085151.782500', '085152.242500', '085152.702500', '085153.162500', '085153.622500', '085154.082500', '085154.542500', '085155.002500', '085155.462500', '085155.922500', '085156.382500', '085156.842500', '085157.302500', '085157.762500', '085158.222500', '085158.682500', '085159.142500', '085159.602500', '085200.062500', '085200.522500', '085200.982500', '085201.442500', '085201.902500', '085202.362500', '085202.822500', '085203.282500', '085203.742500', '085204.202500', '085204.662500', '085205.122500', '085205.582500', '085206.042500', '085206.502500', '085206.962500', '085207.422500', '085207.882500', '085208.342500', '085208.802500', '085209.262500', '085209.722500', '085210.182500', '085210.642500', '085211.102500', '085211.562500', '085212.022500', '085212.482500', '085212.942500', '085213.402500', '085213.862500', '085214.322500', '085214.782500', '085215.242500', '085215.702500', '085216.162500', '085216.622500', '085217.082500', '085217.542500', '085218.002500', '085218.462500', '085218.922500', '085219.382500', '085219.842500', '085220.302500', '085220.762500', '085221.222500', '085221.682500', '085222.142500', '085222.602500', '085223.062500', '085223.522500', '085223.982500', '085224.442500', '085224.902500', '085225.362500', '085225.822500', '085226.282500', '085226.742500', '085227.202500', '085227.662500', '085228.122500', '085228.582500', '085229.042500', '085229.502500', '085229.962500', '085230.422500', '085230.882500', '085231.342500', '085231.802500', '085232.262500', '085232.722500', '085233.182500', '085233.642500', '085234.102500', '085234.562500', '085235.022500', '085235.482500', '085235.942500', '085236.402500', '085236.862500', '085237.322500', '085237.782500', '085238.242500', '085238.702500', '085239.162500', '085239.622500', '085240.082500', '085240.542500', '085241.002500', '085241.462500', '085241.922500', '085242.382500', '085242.842500', '085243.302500', '085243.762500', '085244.222500', '085244.682500', '085245.142500', '085245.602500', '085246.062500', '085246.522500', '085246.982500', '085247.442500', '085247.902500', '085248.362500', '085248.822500', '085249.282500', '085249.742500', '085250.202500', '085250.662500', '085251.122500', '085251.582500', '085252.042500', '085252.502500', '085252.962500', '085253.422500', '085253.882500', '085254.342500', '085254.802500', '085255.262500', '085255.722500', '085256.182500', '085256.642500', '085257.102500', '085257.562500', '085258.022500', '085258.482500', '085258.942500', '085259.402500', '085259.862500', '085300.322500', '085300.782500', '085301.242500', '085301.702500', '085302.162500', '085302.622500', '085303.082500', '085303.542500', '085304.002500', '085304.462500', '085304.922500', '085305.382500', '085305.842500', '085306.302500', '085306.762500', '085307.222500', '085307.682500', '085308.142500', '085308.602500', '085309.062500', '085309.522500', '085309.982500', '085310.442500', '085310.902500', '085311.362500', '085311.822500', '085312.282500', '085312.742500', '085313.202500', '085313.662500', '085314.122500', '085314.582500', '085315.042500', '085315.502500', '085315.962500', '085316.422500', '085316.882500', '085317.342500', '085317.802500', '085318.262500', '085318.722500', '085319.182500', '085319.642500', '085320.102500', '085320.562500', '085321.022500', '085321.482500', '085321.942500', '085322.402500', '085322.862500', '085323.322500', '085323.782500', '085324.242500', '085324.702500', '085325.162500', '085325.622500', '085326.082500', '085326.542500', '085327.002500', '085327.462500', '085327.922500', '085328.382500', '085328.842500', '085329.302500', '085329.762500', '085330.222500', '085330.682500', '085331.142500', '085331.602500', '085332.062500', '085332.522500', '085332.982500', '085333.442500', '085333.902500', '085334.362500', '085334.822500', '085335.282500', '085335.742500', '085336.202500', '085336.662500', '085337.122500', '085337.582500', '085338.042500', '085338.502500', '085338.962500', '085339.422500', '085339.882500', '085340.342500', '085340.802500', '085341.262500', '085341.722500', '085342.182500', '085342.642500', '085343.102500', '085343.562500', '085344.022500', '085344.482500', '085344.942500', '085345.402500', '085345.862500', '085346.322500', '085346.782500', '085347.242500', '085347.702500', '085348.162500', '085348.622500', '085349.082500', '085349.542500', '085350.002500', '085350.462500', '085350.922500', '085351.382500', '085351.842500', '085352.302500', '085352.762500', '085353.222500', '085353.682500', '085354.142500', '085354.602500', '085355.062500', '085355.522500', '085355.982500', '085356.442500', '085356.902500', '085357.362500', '085357.822500', '085358.282500', '085358.742500', '085359.202500', '085359.662500', '085400.122500', '085400.582500', '085401.042500', '085401.502500', '085401.962500', '085402.422500', '085402.882500', '085403.342500', '085403.802500', '085404.262500', '085404.722500', '085405.182500', '085405.642500', '085406.102500', '085406.562500', '085407.022500', '085407.482500', '085407.942500', '085408.402500', '085408.862500', '085409.322500', '085409.782500', '085410.242500', '085410.702500', '085411.162500', '085411.622500', '085412.082500', '085412.542500', '085413.002500', '085413.462500', '085413.922500', '085414.382500', '085414.842500', '085415.302500', '085415.762500', '085416.222500', '085416.682500', '085417.142500', '085417.602500', '085418.062500', '085418.522500', '085418.982500', '085419.442500', '085419.902500', '085420.362500', '085420.822500', '085421.282500', '085421.742500', '085422.202500', '085422.662500', '085423.122500', '085423.582500', '085424.042500', '085424.502500', '085424.962500', '085425.422500', '085425.882500', '085426.342500', '085426.802500', '085427.262500', '085427.722500', '085428.182500', '085428.642500', '085429.102500', '085429.562500', '085430.022500', '085430.482500', '085430.942500', '085431.402500', '085431.862500', '085432.322500', '085432.782500', '085433.242500', '085433.702500', '085434.162500', '085434.622500', '085435.082500', '085435.542500', '085436.002500', '085436.462500', '085436.922500', '085437.382500', '085437.842500', '085438.302500', '085438.762500', '085439.222500', '085439.682500', '085440.142500', '085440.602500', '085441.062500', '085441.522500', '085441.982500', '085442.442500', '085442.902500', '085443.362500', '085443.822500', '085444.282500', '085444.742500', '085445.202500', '085445.662500', '085446.122500', '085446.582500', '085447.042500', '085447.502500', '085447.962500', '085448.422500', '085448.882500', '085449.342500', '085449.802500', '085450.262500', '085450.722500', '085451.182500', '085451.642500', '085452.102500', '085452.562500', '085453.022500', '085453.482500', '085453.942500', '085454.402500', '085454.862500', '085455.322500', '085455.782500', '085456.242500', '085456.702500', '085457.162500', '085457.622500', '085458.082500', '085458.542500', '085459.002500', '085459.462500', '085459.922500', '085500.382500', '085500.842500', '085501.302500', '085501.762500', '085502.222500', '085502.682500', '085503.142500', '085503.602500', '085504.062500', '085504.522500', '085504.982500', '085505.442500', '085505.902500', '085506.362500', '085506.822500', '085507.282500', '085507.742500', '085508.202500', '085508.662500', '085509.122500', '085509.582500', '085510.042500', '085510.502500', '085510.962500', '085511.422500', '085511.882500', '085512.342500', '085512.802500', '085513.262500', '085513.722500', '085514.182500', '085514.642500', '085515.102500', '085515.562500', '085516.022500', '085516.482500', '085516.942500', '085517.402500', '085517.862500', '085518.322500', '085518.782500', '085519.242500', '085519.702500', '085520.162500', '085520.622500', '085521.082500', '085521.542500', '085522.002500', '085522.462500', '085522.922500', '085523.382500', '085523.842500', '085524.302500', '085524.762500', '085525.222500', '085525.682500', '085526.142500', '085526.602500', '085527.062500', '085527.522500'], 'ContentTime': ['084535.259000', '084535.262000', '084535.265000', '084535.267000', '084535.270000', '084535.273000', '084535.275000', '084535.278000', '084535.280000', '084535.283000', '084535.285000', '084535.288000', '084535.290000', '084535.293000', '084535.296000', '084535.298000', '084535.301000', '084535.303000', '084535.306000', '084535.308000', '084535.311000', '084535.313000', '084535.316000', '084535.324000', '084535.326000', '084535.329000', '084535.331000', '084535.334000', '084535.337000', '084535.339000', '084555.232000', '084555.234000', '084555.237000', '084555.239000', '084555.242000', '084555.245000', '084555.252000', '084555.255000', '084555.257000', '084555.260000', '084555.262000', '084555.265000', '084555.268000', '084555.270000', '084555.273000', '084555.275000', '084555.278000', '084555.280000', '084555.283000', '084555.285000', '084555.288000', '084555.291000', '084555.293000', '084555.296000', '084555.299000', '084555.301000', '084555.304000', '084555.306000', '084555.309000', '084555.312000', '084555.314000', '084555.317000', '084555.319000', '084555.322000', '084555.343000', '084555.346000', '084555.349000', '084555.351000', '084555.354000', '084555.356000', '084555.359000', '084555.361000', '084555.364000', '084555.366000', '084615.230000', '084615.233000', '084615.236000', '084615.238000', '084615.242000', '084615.244000', '084615.247000', '084615.249000', '084615.252000', '084615.255000', '084615.257000', '084615.260000', '084615.262000', '084615.265000', '084615.268000', '084615.270000', '084615.273000', '084615.275000', '084615.278000', '084615.281000', '084615.283000', '084615.292000', '084615.295000', '084615.297000', '084615.300000', '084615.303000', '084615.305000', '084615.308000', '084615.310000', '084615.313000', '084615.315000', '084615.318000', '084615.321000', '084615.323000', '084615.326000', '084615.328000', '084615.331000', '084615.333000', '084615.350000', '084615.352000', '084615.355000', '084615.357000', '084615.360000', '084635.230000', '084635.233000', '084635.236000', '084635.238000', '084635.241000', '084635.244000', '084635.246000', '084635.249000', '084635.251000', '084635.254000', '084635.257000', '084635.259000', '084635.262000', '084635.264000', '084635.267000', '084635.269000', '084635.272000', '084635.275000', '084635.277000', '084635.280000', '084635.282000', '084635.285000', '084635.288000', '084635.290000', '084635.293000', '084635.295000', '084635.298000', '084635.301000', '084635.303000', '084635.306000', '084635.308000', '084635.311000', '084635.314000', '084635.316000', '084635.319000', '084635.321000', '084635.324000', '084635.327000', '084635.329000', '084635.332000', '084635.334000', '084635.337000', '084635.340000', '084635.342000', '084655.231000', '084655.233000', '084655.236000', '084655.238000', '084655.241000', '084655.244000', '084655.246000', '084655.249000', '084655.251000', '084655.254000', '084655.257000', '084655.259000', '084655.262000', '084655.264000', '084655.267000', '084655.269000', '084655.272000', '084655.275000', '084655.277000', '084655.280000', '084655.282000', '084655.285000', '084655.287000', '084655.290000', '084655.292000', '084655.295000', '084655.298000', '084655.300000', '084655.303000', '084655.305000', '084655.308000', '084655.310000', '084655.313000', '084655.315000', '084655.318000', '084655.321000', '084655.323000', '084655.326000', '084655.328000', '084655.331000', '084655.333000', '084655.336000', '084655.339000', '084655.341000', '084715.230000', '084715.233000', '084715.236000', '084715.238000', '084715.241000', '084715.244000', '084715.246000', '084715.249000', '084715.252000', '084715.254000', '084715.257000', '084715.259000', '084715.262000', '084715.265000', '084715.267000', '084715.270000', '084715.272000', '084715.275000', '084715.277000', '084715.280000', '084715.283000', '084715.285000', '084715.288000', '084715.290000', '084715.293000', '084715.295000', '084715.298000', '084715.301000', '084715.303000', '084715.306000', '084715.308000', '084715.311000', '084715.313000', '084715.316000', '084715.318000', '084715.321000', '084715.324000', '084715.326000', '084715.329000', '084715.331000', '084715.334000', '084715.336000', '084715.339000', '084735.231000', '084735.233000', '084735.236000', '084735.239000', '084735.241000', '084735.244000', '084735.246000', '084735.249000', '084735.252000', '084735.254000', '084735.257000', '084735.259000', '084735.262000', '084735.264000', '084735.267000', '084735.270000', '084735.272000', '084735.275000', '084735.278000', '084735.281000', '084735.284000', '084735.286000', '084735.289000', '084735.292000', '084735.294000', '084735.297000', '084735.299000', '084735.302000', '084735.304000', '084735.307000', '084735.309000', '084735.312000', '084735.315000', '084735.317000', '084735.320000', '084735.322000', '084735.325000', '084735.327000', '084735.330000', '084735.333000', '084735.335000', '084735.338000', '084735.341000', '084755.231000', '084755.234000', '084755.240000', '084755.243000', '084755.246000', '084755.248000', '084755.251000', '084755.253000', '084755.256000', '084755.259000', '084755.262000', '084755.264000', '084755.267000', '084755.269000', '084755.272000', '084755.274000', '084755.277000', '084755.279000', '084755.282000', '084755.285000', '084755.287000', '084755.290000', '084755.293000', '084755.295000', '084755.298000', '084755.300000', '084755.303000', '084755.305000', '084755.308000', '084755.310000', '084755.313000', '084755.316000', '084755.318000', '084755.321000', '084755.336000', '084755.338000', '084755.341000', '084755.344000', '084755.346000', '084755.349000', '084755.351000', '084755.354000', '084755.356000', '084815.231000', '084815.234000', '084815.237000', '084815.239000', '084815.242000', '084815.245000', '084815.247000', '084815.250000', '084815.253000', '084815.255000', '084815.258000', '084815.260000', '084815.263000', '084815.265000', '084815.268000', '084815.270000', '084815.273000', '084815.275000', '084815.278000', '084815.281000', '084815.283000', '084815.286000', '084815.288000', '084815.291000', '084815.294000', '084815.297000', '084815.299000', '084815.302000', '084815.304000', '084815.307000', '084815.309000', '084815.312000', '084815.314000', '084815.317000', '084815.320000', '084815.322000', '084815.325000', '084815.327000', '084815.330000', '084815.332000', '084815.335000', '084815.338000', '084815.340000', '084815.343000', '084835.231000', '084835.242000', '084835.244000', '084835.247000', '084835.250000', '084835.252000', '084835.255000', '084835.257000', '084835.260000', '084835.263000', '084835.265000', '084835.268000', '084835.270000', '084835.273000', '084835.275000', '084835.278000', '084835.280000', '084835.283000', '084835.286000', '084835.288000', '084835.291000', '084835.293000', '084835.296000', '084835.299000', '084835.301000', '084835.304000', '084835.306000', '084835.309000', '084835.311000', '084835.314000', '084835.317000', '084835.319000', '084835.322000', '084835.324000', '084835.327000', '084835.329000', '084835.332000', '084835.335000', '084835.337000', '084835.340000', '084835.342000', '084835.345000', '084835.347000', '084835.350000', '084855.231000', '084855.233000', '084855.236000', '084855.239000', '084855.241000', '084855.244000', '084855.246000', '084855.249000', '084855.252000', '084855.254000', '084855.257000', '084855.259000', '084855.262000', '084855.264000', '084855.267000', '084855.269000', '084855.272000', '084855.275000', '084855.278000', '084855.280000', '084855.283000', '084855.286000', '084855.288000', '084855.291000', '084855.293000', '084855.296000', '084855.299000', '084855.301000', '084855.304000', '084855.306000', '084855.309000', '084855.312000', '084855.314000', '084855.317000', '084855.320000', '084855.323000', '084855.325000', '084855.328000', '084855.330000', '084855.333000', '084855.336000', '084855.338000', '084855.341000', '084915.231000', '084915.235000', '084915.238000', '084915.240000', '084915.243000', '084915.246000', '084915.248000', '084915.251000', '084915.253000', '084915.256000', '084915.259000', '084915.261000', '084915.264000', '084915.266000', '084915.269000', '084915.271000', '084915.274000', '084915.276000', '084915.279000', '084915.282000', '084915.284000', '084915.287000', '084915.290000', '084915.293000', '084915.296000', '084915.298000', '084915.301000', '084915.303000', '084915.306000', '084915.308000', '084915.311000', '084915.314000', '084915.316000', '084915.319000', '084915.322000', '084915.324000', '084915.327000', '084915.329000', '084915.332000', '084915.334000', '084915.337000', '084915.340000', '084915.342000', '084915.345000', '084935.231000', '084935.234000', '084935.236000', '084935.239000', '084935.241000', '084935.244000', '084935.247000', '084935.249000', '084935.252000', '084935.254000', '084935.257000', '084935.259000', '084935.262000', '084935.265000', '084935.267000', '084935.281000', '084935.284000', '084935.286000', '084935.289000', '084935.291000', '084935.294000', '084935.297000', '084935.299000', '084935.302000', '084935.304000', '084935.307000', '084935.309000', '084935.312000', '084935.315000', '084935.317000', '084935.320000', '084935.322000', '084935.325000', '084935.328000', '084935.330000', '084935.333000', '084935.335000', '084935.338000', '084935.340000', '084935.343000', '084935.346000', '084935.348000', '084935.351000', '084955.231000', '084955.234000', '084955.236000', '084955.239000', '084955.241000', '084955.244000', '084955.246000', '084955.249000', '084955.252000', '084955.254000', '084955.257000', '084955.259000', '084955.262000', '084955.264000', '084955.267000', '084955.270000', '084955.272000', '084955.275000', '084955.277000', '084955.280000', '084955.282000', '084955.285000', '084955.288000', '084955.290000', '084955.293000', '084955.295000', '084955.298000', '084955.300000', '084955.303000', '084955.306000', '084955.308000', '084955.311000', '084955.313000', '084955.316000', '084955.319000', '084955.321000', '084955.324000', '084955.326000', '084955.329000', '084955.331000', '084955.334000', '084955.337000', '084955.339000', '084955.342000', '085015.232000', '085015.235000', '085015.237000', '085015.240000', '085015.242000', '085015.245000', '085015.248000', '085015.250000', '085015.253000', '085015.255000', '085015.258000', '085015.260000', '085015.263000', '085015.266000', '085015.268000', '085015.271000', '085015.273000', '085015.276000', '085015.278000', '085015.281000', '085015.284000', '085015.286000', '085015.289000', '085015.291000', '085015.294000', '085015.296000', '085015.299000', '085015.302000', '085015.304000', '085015.307000', '085015.309000', '085015.312000', '085015.315000', '085015.317000', '085015.320000', '085015.322000', '085015.325000', '085015.327000', '085015.330000', '085015.332000', '085015.335000', '085015.338000', '085015.340000', '085035.232000', '085035.235000', '085035.237000', '085035.240000', '085035.242000', '085035.245000', '085035.248000', '085035.251000', '085035.254000', '085035.257000', '085035.259000', '085035.262000', '085035.265000', '085035.267000', '085035.270000', '085035.272000', '085035.275000', '085035.278000', '085035.280000', '085035.283000', '085035.285000', '085035.288000', '085035.290000', '085035.293000', '085035.295000', '085035.298000', '085035.301000', '085035.303000', '085035.306000', '085035.309000', '085035.311000', '085035.314000', '085035.317000', '085035.319000', '085035.322000', '085035.331000', '085035.334000', '085035.336000', '085035.339000', '085035.341000', '085035.344000', '085035.347000', '085035.349000', '085055.231000', '085055.236000', '085055.238000', '085055.241000', '085055.243000', '085055.246000', '085055.248000', '085055.251000', '085055.254000', '085055.256000', '085055.259000', '085055.261000', '085055.264000', '085055.266000', '085055.269000', '085055.272000', '085055.274000', '085055.277000', '085055.279000', '085055.282000', '085055.285000', '085055.287000', '085055.290000', '085055.292000', '085055.295000', '085055.297000', '085055.300000', '085055.314000', '085055.317000', '085055.320000', '085055.322000', '085055.325000', '085055.327000', '085055.330000', '085055.332000', '085055.335000', '085055.338000', '085055.340000', '085055.343000', '085055.345000', '085055.348000', '085055.350000', '085055.353000', '085055.356000', '085115.231000', '085115.237000', '085115.239000', '085115.242000', '085115.245000', '085115.247000', '085115.250000', '085115.252000', '085115.255000', '085115.257000', '085115.260000', '085115.263000', '085115.265000', '085115.268000', '085115.270000', '085115.273000', '085115.276000', '085115.278000', '085115.281000', '085115.283000', '085115.286000', '085115.289000', '085115.291000', '085115.294000', '085115.296000', '085115.299000', '085115.302000', '085115.304000', '085115.307000', '085115.309000', '085115.312000', '085115.315000', '085115.317000', '085115.320000', '085115.322000', '085115.325000', '085115.328000', '085115.330000', '085115.333000', '085115.335000', '085115.338000', '085115.342000', '085115.345000', '085115.348000', '085135.231000', '085135.233000', '085135.236000', '085135.239000', '085135.241000', '085135.244000', '085135.246000', '085135.249000', '085135.251000', '085135.254000', '085135.257000', '085135.259000', '085135.262000', '085135.264000', '085135.267000', '085135.270000', '085135.272000', '085135.275000', '085135.277000', '085135.280000', '085135.283000', '085135.285000', '085135.288000', '085135.290000', '085135.293000', '085135.295000', '085135.298000', '085135.301000', '085135.303000', '085135.306000', '085135.308000', '085135.311000', '085135.314000', '085135.316000', '085135.319000', '085135.321000', '085135.324000', '085135.326000', '085135.329000', '085135.332000', '085135.334000', '085135.337000', '085135.339000', '085155.231000', '085155.233000', '085155.236000', '085155.239000', '085155.241000', '085155.244000', '085155.246000', '085155.249000', '085155.251000', '085155.254000', '085155.257000', '085155.259000', '085155.262000', '085155.264000', '085155.267000', '085155.269000', '085155.272000', '085155.275000', '085155.277000', '085155.280000', '085155.282000', '085155.285000', '085155.288000', '085155.290000', '085155.293000', '085155.295000', '085155.298000', '085155.300000', '085155.303000', '085155.306000', '085155.308000', '085155.311000', '085155.313000', '085155.316000', '085155.318000', '085155.321000', '085155.323000', '085155.326000', '085155.329000', '085155.331000', '085155.334000', '085155.336000', '085155.339000', '085155.341000', '085215.231000', '085215.233000', '085215.236000', '085215.239000', '085215.241000', '085215.244000', '085215.246000', '085215.249000', '085215.252000', '085215.254000', '085215.257000', '085215.259000', '085215.262000', '085215.264000', '085215.267000', '085215.270000', '085215.272000', '085215.275000', '085215.277000', '085215.280000', '085215.283000', '085215.285000', '085215.288000', '085215.290000', '085215.293000', '085215.296000', '085215.298000', '085215.301000', '085215.304000', '085215.306000', '085215.309000', '085215.311000', '085215.314000', '085215.316000', '085215.319000', '085215.321000', '085215.324000', '085215.327000', '085215.329000', '085215.332000', '085215.335000', '085215.337000', '085215.340000', '085235.232000', '085235.234000', '085235.237000', '085235.240000', '085235.242000', '085235.245000', '085235.247000', '085235.250000', '085235.252000', '085235.255000', '085235.258000', '085235.260000', '085235.263000', '085235.266000', '085235.268000', '085235.271000', '085235.273000', '085235.276000', '085235.279000', '085235.281000', '085235.284000', '085235.286000', '085235.289000', '085235.292000', '085235.294000', '085235.297000', '085235.299000', '085235.302000', '085235.304000', '085235.307000', '085235.310000', '085235.312000', '085235.315000', '085235.317000', '085235.320000', '085235.323000', '085235.325000', '085235.328000', '085235.330000', '085235.333000', '085235.336000', '085235.338000', '085235.341000', '085235.343000', '085255.232000', '085255.234000', '085255.237000', '085255.240000', '085255.242000', '085255.245000', '085255.247000', '085255.250000', '085255.253000', '085255.255000', '085255.258000', '085255.260000', '085255.263000', '085255.266000', '085255.268000', '085255.271000', '085255.273000', '085255.276000', '085255.278000', '085255.281000', '085255.284000', '085255.286000', '085255.289000', '085255.291000', '085255.294000', '085255.297000', '085255.299000', '085255.302000', '085255.304000', '085255.307000', '085255.310000', '085255.313000', '085255.315000', '085255.318000', '085255.320000', '085255.323000', '085255.326000', '085255.328000', '085255.331000', '085255.333000', '085255.336000', '085255.339000', '085255.341000', '085315.231000', '085315.251000', '085315.254000', '085315.257000', '085315.259000', '085315.262000', '085315.264000', '085315.267000', '085315.270000', '085315.272000', '085315.275000', '085315.277000', '085315.280000', '085315.283000', '085315.285000', '085315.288000', '085315.290000', '085315.293000', '085315.296000', '085315.298000', '085315.301000', '085315.304000', '085315.306000', '085315.309000', '085315.311000', '085315.314000', '085315.316000', '085315.319000', '085315.322000', '085315.324000', '085315.327000', '085315.329000', '085315.332000', '085315.335000', '085315.337000', '085315.340000', '085315.342000', '085315.345000', '085315.348000', '085315.350000', '085315.353000', '085315.355000', '085315.358000', '085335.231000', '085335.233000', '085335.236000', '085335.239000', '085335.241000', '085335.244000', '085335.246000', '085335.249000', '085335.259000', '085335.262000', '085335.265000', '085335.267000', '085335.270000', '085335.272000', '085335.275000', '085335.277000', '085335.280000', '085335.283000', '085335.285000', '085335.288000', '085335.291000', '085335.293000', '085335.296000', '085335.298000', '085335.301000', '085335.304000', '085335.306000', '085335.309000', '085335.311000', '085335.314000', '085335.316000', '085335.319000', '085335.322000', '085335.324000', '085335.327000', '085335.329000', '085335.332000', '085335.335000', '085335.337000', '085335.340000', '085335.342000', '085335.345000', '085335.347000', '085335.350000', '085355.231000', '085355.238000', '085355.241000', '085355.244000', '085355.246000', '085355.249000', '085355.252000', '085355.254000', '085355.257000', '085355.259000', '085355.262000', '085355.264000', '085355.267000', '085355.270000', '085355.272000', '085355.275000', '085355.277000', '085355.280000', '085355.283000', '085355.285000', '085355.288000', '085355.291000', '085355.293000', '085355.296000', '085355.298000', '085355.301000', '085355.304000', '085355.306000', '085355.309000', '085355.312000', '085355.314000', '085355.317000', '085355.319000', '085355.322000', '085355.325000', '085355.327000', '085355.330000', '085355.332000', '085355.335000', '085355.338000', '085355.340000', '085355.343000', '085355.345000', '085415.231000', '085415.233000', '085415.236000', '085415.239000', '085415.241000', '085415.244000', '085415.247000', '085415.249000', '085415.252000', '085415.254000', '085415.257000', '085415.260000', '085415.262000', '085415.265000', '085415.268000', '085415.270000', '085415.273000', '085415.275000', '085415.278000', '085415.281000', '085415.283000', '085415.286000', '085415.288000', '085415.291000', '085415.293000', '085415.296000', '085415.299000', '085415.301000', '085415.304000', '085415.306000', '085415.309000', '085415.312000', '085415.314000', '085415.317000', '085415.320000', '085415.322000', '085415.325000', '085415.327000', '085415.330000', '085415.332000', '085415.335000', '085415.338000', '085415.340000', '085415.343000', '085435.231000', '085435.243000', '085435.246000', '085435.248000', '085435.251000', '085435.253000', '085435.256000', '085435.258000', '085435.261000', '085435.264000', '085435.266000', '085435.269000', '085435.271000', '085435.274000', '085435.276000', '085435.279000', '085435.281000', '085435.284000', '085435.287000', '085435.289000', '085435.292000', '085435.295000', '085435.297000', '085435.300000', '085435.302000', '085435.305000', '085435.307000', '085435.310000', '085435.313000', '085435.315000', '085435.318000', '085435.320000', '085435.323000', '085435.326000', '085435.328000', '085435.331000', '085435.333000', '085435.336000', '085435.339000', '085435.341000', '085435.344000', '085435.346000', '085435.349000', '085455.232000', '085455.234000', '085455.237000', '085455.240000', '085455.242000', '085455.245000', '085455.247000', '085455.250000', '085455.253000', '085455.255000', '085455.258000', '085455.260000', '085455.263000', '085455.265000', '085455.268000', '085455.271000', '085455.273000', '085455.276000', '085455.278000', '085455.281000', '085455.284000', '085455.286000', '085455.289000', '085455.291000', '085455.294000', '085455.296000', '085455.299000', '085455.302000', '085455.304000', '085455.307000', '085455.309000', '085455.312000', '085455.315000', '085455.317000', '085455.320000', '085455.322000', '085455.325000', '085455.327000', '085455.330000', '085455.333000', '085455.335000', '085455.338000', '085455.340000', '085455.343000', '085515.231000', '085515.270000', '085515.273000', '085515.275000', '085515.278000', '085515.281000', '085515.284000', '085515.287000', '085515.289000', '085515.292000', '085515.294000', '085515.297000', '085515.300000', '085515.302000', '085515.305000', '085515.307000', '085515.310000', '085515.313000', '085515.315000', '085515.318000', '085515.320000', '085515.323000', '085515.325000', '085515.328000', '085515.331000', '085515.333000', '085515.336000', '085515.339000', '085515.341000', '085515.344000', '085515.347000', '085515.349000', '085515.352000', '085515.354000', '085515.357000', '085515.360000', '085515.362000', '085515.365000', '085515.367000', '085515.370000', '085515.372000', '085515.375000', '085515.378000', '085529.062000', '085529.065000', '085529.068000', '085529.070000', '085529.073000', '085529.075000', '085529.078000', '085529.081000', '085529.083000', '085529.086000', '085529.088000', '085529.091000', '085529.093000', '085529.096000', '085529.099000', '085529.101000', '085529.104000', '085529.106000', '085529.109000', '085529.112000', '085529.114000', '085529.117000', '085529.119000', '085529.122000', '085529.124000', '085529.127000', '085529.129000', '085529.132000', '085529.135000', '085529.137000', '085529.140000'], 'InstanceCreationTime': ['084535.259000', '084535.262000', '084535.265000', '084535.267000', '084535.270000', '084535.273000', '084535.275000', '084535.278000', '084535.280000', '084535.283000', '084535.285000', '084535.288000', '084535.290000', '084535.293000', '084535.296000', '084535.298000', '084535.301000', '084535.303000', '084535.306000', '084535.308000', '084535.311000', '084535.313000', '084535.316000', '084535.324000', '084535.326000', '084535.329000', '084535.331000', '084535.334000', '084535.337000', '084535.339000', '084555.232000', '084555.234000', '084555.237000', '084555.239000', '084555.242000', '084555.245000', '084555.252000', '084555.255000', '084555.257000', '084555.260000', '084555.262000', '084555.265000', '084555.268000', '084555.270000', '084555.273000', '084555.275000', '084555.278000', '084555.280000', '084555.283000', '084555.285000', '084555.288000', '084555.291000', '084555.293000', '084555.296000', '084555.299000', '084555.301000', '084555.304000', '084555.306000', '084555.309000', '084555.312000', '084555.314000', '084555.317000', '084555.319000', '084555.322000', '084555.343000', '084555.346000', '084555.349000', '084555.351000', '084555.354000', '084555.356000', '084555.359000', '084555.361000', '084555.364000', '084555.366000', '084615.230000', '084615.233000', '084615.236000', '084615.238000', '084615.242000', '084615.244000', '084615.247000', '084615.249000', '084615.252000', '084615.255000', '084615.257000', '084615.260000', '084615.262000', '084615.265000', '084615.268000', '084615.270000', '084615.273000', '084615.275000', '084615.278000', '084615.281000', '084615.283000', '084615.292000', '084615.295000', '084615.297000', '084615.300000', '084615.303000', '084615.305000', '084615.308000', '084615.310000', '084615.313000', '084615.315000', '084615.318000', '084615.321000', '084615.323000', '084615.326000', '084615.328000', '084615.331000', '084615.333000', '084615.350000', '084615.352000', '084615.355000', '084615.357000', '084615.360000', '084635.230000', '084635.233000', '084635.236000', '084635.238000', '084635.241000', '084635.244000', '084635.246000', '084635.249000', '084635.251000', '084635.254000', '084635.257000', '084635.259000', '084635.262000', '084635.264000', '084635.267000', '084635.269000', '084635.272000', '084635.275000', '084635.277000', '084635.280000', '084635.282000', '084635.285000', '084635.288000', '084635.290000', '084635.293000', '084635.295000', '084635.298000', '084635.301000', '084635.303000', '084635.306000', '084635.308000', '084635.311000', '084635.314000', '084635.316000', '084635.319000', '084635.321000', '084635.324000', '084635.327000', '084635.329000', '084635.332000', '084635.334000', '084635.337000', '084635.340000', '084635.342000', '084655.231000', '084655.233000', '084655.236000', '084655.238000', '084655.241000', '084655.244000', '084655.246000', '084655.249000', '084655.251000', '084655.254000', '084655.257000', '084655.259000', '084655.262000', '084655.264000', '084655.267000', '084655.269000', '084655.272000', '084655.275000', '084655.277000', '084655.280000', '084655.282000', '084655.285000', '084655.287000', '084655.290000', '084655.292000', '084655.295000', '084655.298000', '084655.300000', '084655.303000', '084655.305000', '084655.308000', '084655.310000', '084655.313000', '084655.315000', '084655.318000', '084655.321000', '084655.323000', '084655.326000', '084655.328000', '084655.331000', '084655.333000', '084655.336000', '084655.339000', '084655.341000', '084715.230000', '084715.233000', '084715.236000', '084715.238000', '084715.241000', '084715.244000', '084715.246000', '084715.249000', '084715.252000', '084715.254000', '084715.257000', '084715.259000', '084715.262000', '084715.265000', '084715.267000', '084715.270000', '084715.272000', '084715.275000', '084715.277000', '084715.280000', '084715.283000', '084715.285000', '084715.288000', '084715.290000', '084715.293000', '084715.295000', '084715.298000', '084715.301000', '084715.303000', '084715.306000', '084715.308000', '084715.311000', '084715.313000', '084715.316000', '084715.318000', '084715.321000', '084715.324000', '084715.326000', '084715.329000', '084715.331000', '084715.334000', '084715.336000', '084715.339000', '084735.231000', '084735.233000', '084735.236000', '084735.239000', '084735.241000', '084735.244000', '084735.246000', '084735.249000', '084735.252000', '084735.254000', '084735.257000', '084735.259000', '084735.262000', '084735.264000', '084735.267000', '084735.270000', '084735.272000', '084735.275000', '084735.278000', '084735.281000', '084735.284000', '084735.286000', '084735.289000', '084735.292000', '084735.294000', '084735.297000', '084735.299000', '084735.302000', '084735.304000', '084735.307000', '084735.309000', '084735.312000', '084735.315000', '084735.317000', '084735.320000', '084735.322000', '084735.325000', '084735.327000', '084735.330000', '084735.333000', '084735.335000', '084735.338000', '084735.341000', '084755.231000', '084755.234000', '084755.240000', '084755.243000', '084755.246000', '084755.248000', '084755.251000', '084755.253000', '084755.256000', '084755.259000', '084755.262000', '084755.264000', '084755.267000', '084755.269000', '084755.272000', '084755.274000', '084755.277000', '084755.279000', '084755.282000', '084755.285000', '084755.287000', '084755.290000', '084755.293000', '084755.295000', '084755.298000', '084755.300000', '084755.303000', '084755.305000', '084755.308000', '084755.310000', '084755.313000', '084755.316000', '084755.318000', '084755.321000', '084755.336000', '084755.338000', '084755.341000', '084755.344000', '084755.346000', '084755.349000', '084755.351000', '084755.354000', '084755.356000', '084815.231000', '084815.234000', '084815.237000', '084815.239000', '084815.242000', '084815.245000', '084815.247000', '084815.250000', '084815.253000', '084815.255000', '084815.258000', '084815.260000', '084815.263000', '084815.265000', '084815.268000', '084815.270000', '084815.273000', '084815.275000', '084815.278000', '084815.281000', '084815.283000', '084815.286000', '084815.288000', '084815.291000', '084815.294000', '084815.297000', '084815.299000', '084815.302000', '084815.304000', '084815.307000', '084815.309000', '084815.312000', '084815.314000', '084815.317000', '084815.320000', '084815.322000', '084815.325000', '084815.327000', '084815.330000', '084815.332000', '084815.335000', '084815.338000', '084815.340000', '084815.343000', '084835.231000', '084835.242000', '084835.244000', '084835.247000', '084835.250000', '084835.252000', '084835.255000', '084835.257000', '084835.260000', '084835.263000', '084835.265000', '084835.268000', '084835.270000', '084835.273000', '084835.275000', '084835.278000', '084835.280000', '084835.283000', '084835.286000', '084835.288000', '084835.291000', '084835.293000', '084835.296000', '084835.299000', '084835.301000', '084835.304000', '084835.306000', '084835.309000', '084835.311000', '084835.314000', '084835.317000', '084835.319000', '084835.322000', '084835.324000', '084835.327000', '084835.329000', '084835.332000', '084835.335000', '084835.337000', '084835.340000', '084835.342000', '084835.345000', '084835.347000', '084835.350000', '084855.231000', '084855.233000', '084855.236000', '084855.239000', '084855.241000', '084855.244000', '084855.246000', '084855.249000', '084855.252000', '084855.254000', '084855.257000', '084855.259000', '084855.262000', '084855.264000', '084855.267000', '084855.269000', '084855.272000', '084855.275000', '084855.278000', '084855.280000', '084855.283000', '084855.286000', '084855.288000', '084855.291000', '084855.293000', '084855.296000', '084855.299000', '084855.301000', '084855.304000', '084855.306000', '084855.309000', '084855.312000', '084855.314000', '084855.317000', '084855.320000', '084855.323000', '084855.325000', '084855.328000', '084855.330000', '084855.333000', '084855.336000', '084855.338000', '084855.341000', '084915.231000', '084915.235000', '084915.238000', '084915.240000', '084915.243000', '084915.246000', '084915.248000', '084915.251000', '084915.253000', '084915.256000', '084915.259000', '084915.261000', '084915.264000', '084915.266000', '084915.269000', '084915.271000', '084915.274000', '084915.276000', '084915.279000', '084915.282000', '084915.284000', '084915.287000', '084915.290000', '084915.293000', '084915.296000', '084915.298000', '084915.301000', '084915.303000', '084915.306000', '084915.308000', '084915.311000', '084915.314000', '084915.316000', '084915.319000', '084915.322000', '084915.324000', '084915.327000', '084915.329000', '084915.332000', '084915.334000', '084915.337000', '084915.340000', '084915.342000', '084915.345000', '084935.231000', '084935.234000', '084935.236000', '084935.239000', '084935.241000', '084935.244000', '084935.247000', '084935.249000', '084935.252000', '084935.254000', '084935.257000', '084935.259000', '084935.262000', '084935.265000', '084935.267000', '084935.281000', '084935.284000', '084935.286000', '084935.289000', '084935.291000', '084935.294000', '084935.297000', '084935.299000', '084935.302000', '084935.304000', '084935.307000', '084935.309000', '084935.312000', '084935.315000', '084935.317000', '084935.320000', '084935.322000', '084935.325000', '084935.328000', '084935.330000', '084935.333000', '084935.335000', '084935.338000', '084935.340000', '084935.343000', '084935.346000', '084935.348000', '084935.351000', '084955.231000', '084955.234000', '084955.236000', '084955.239000', '084955.241000', '084955.244000', '084955.246000', '084955.249000', '084955.252000', '084955.254000', '084955.257000', '084955.259000', '084955.262000', '084955.264000', '084955.267000', '084955.270000', '084955.272000', '084955.275000', '084955.277000', '084955.280000', '084955.282000', '084955.285000', '084955.288000', '084955.290000', '084955.293000', '084955.295000', '084955.298000', '084955.300000', '084955.303000', '084955.306000', '084955.308000', '084955.311000', '084955.313000', '084955.316000', '084955.319000', '084955.321000', '084955.324000', '084955.326000', '084955.329000', '084955.331000', '084955.334000', '084955.337000', '084955.339000', '084955.342000', '085015.232000', '085015.235000', '085015.237000', '085015.240000', '085015.242000', '085015.245000', '085015.248000', '085015.250000', '085015.253000', '085015.255000', '085015.258000', '085015.260000', '085015.263000', '085015.266000', '085015.268000', '085015.271000', '085015.273000', '085015.276000', '085015.278000', '085015.281000', '085015.284000', '085015.286000', '085015.289000', '085015.291000', '085015.294000', '085015.296000', '085015.299000', '085015.302000', '085015.304000', '085015.307000', '085015.309000', '085015.312000', '085015.315000', '085015.317000', '085015.320000', '085015.322000', '085015.325000', '085015.327000', '085015.330000', '085015.332000', '085015.335000', '085015.338000', '085015.340000', '085035.232000', '085035.235000', '085035.237000', '085035.240000', '085035.242000', '085035.245000', '085035.248000', '085035.251000', '085035.254000', '085035.257000', '085035.259000', '085035.262000', '085035.265000', '085035.267000', '085035.270000', '085035.272000', '085035.275000', '085035.278000', '085035.280000', '085035.283000', '085035.285000', '085035.288000', '085035.290000', '085035.293000', '085035.295000', '085035.298000', '085035.301000', '085035.303000', '085035.306000', '085035.309000', '085035.311000', '085035.314000', '085035.317000', '085035.319000', '085035.322000', '085035.331000', '085035.334000', '085035.336000', '085035.339000', '085035.341000', '085035.344000', '085035.347000', '085035.349000', '085055.231000', '085055.236000', '085055.238000', '085055.241000', '085055.243000', '085055.246000', '085055.248000', '085055.251000', '085055.254000', '085055.256000', '085055.259000', '085055.261000', '085055.264000', '085055.266000', '085055.269000', '085055.272000', '085055.274000', '085055.277000', '085055.279000', '085055.282000', '085055.285000', '085055.287000', '085055.290000', '085055.292000', '085055.295000', '085055.297000', '085055.300000', '085055.314000', '085055.317000', '085055.320000', '085055.322000', '085055.325000', '085055.327000', '085055.330000', '085055.332000', '085055.335000', '085055.338000', '085055.340000', '085055.343000', '085055.345000', '085055.348000', '085055.350000', '085055.353000', '085055.356000', '085115.231000', '085115.237000', '085115.239000', '085115.242000', '085115.245000', '085115.247000', '085115.250000', '085115.252000', '085115.255000', '085115.257000', '085115.260000', '085115.263000', '085115.265000', '085115.268000', '085115.270000', '085115.273000', '085115.276000', '085115.278000', '085115.281000', '085115.283000', '085115.286000', '085115.289000', '085115.291000', '085115.294000', '085115.296000', '085115.299000', '085115.302000', '085115.304000', '085115.307000', '085115.309000', '085115.312000', '085115.315000', '085115.317000', '085115.320000', '085115.322000', '085115.325000', '085115.328000', '085115.330000', '085115.333000', '085115.335000', '085115.338000', '085115.342000', '085115.345000', '085115.348000', '085135.231000', '085135.233000', '085135.236000', '085135.239000', '085135.241000', '085135.244000', '085135.246000', '085135.249000', '085135.251000', '085135.254000', '085135.257000', '085135.259000', '085135.262000', '085135.264000', '085135.267000', '085135.270000', '085135.272000', '085135.275000', '085135.277000', '085135.280000', '085135.283000', '085135.285000', '085135.288000', '085135.290000', '085135.293000', '085135.295000', '085135.298000', '085135.301000', '085135.303000', '085135.306000', '085135.308000', '085135.311000', '085135.314000', '085135.316000', '085135.319000', '085135.321000', '085135.324000', '085135.326000', '085135.329000', '085135.332000', '085135.334000', '085135.337000', '085135.339000', '085155.231000', '085155.233000', '085155.236000', '085155.239000', '085155.241000', '085155.244000', '085155.246000', '085155.249000', '085155.251000', '085155.254000', '085155.257000', '085155.259000', '085155.262000', '085155.264000', '085155.267000', '085155.269000', '085155.272000', '085155.275000', '085155.277000', '085155.280000', '085155.282000', '085155.285000', '085155.288000', '085155.290000', '085155.293000', '085155.295000', '085155.298000', '085155.300000', '085155.303000', '085155.306000', '085155.308000', '085155.311000', '085155.313000', '085155.316000', '085155.318000', '085155.321000', '085155.323000', '085155.326000', '085155.329000', '085155.331000', '085155.334000', '085155.336000', '085155.339000', '085155.341000', '085215.231000', '085215.233000', '085215.236000', '085215.239000', '085215.241000', '085215.244000', '085215.246000', '085215.249000', '085215.252000', '085215.254000', '085215.257000', '085215.259000', '085215.262000', '085215.264000', '085215.267000', '085215.270000', '085215.272000', '085215.275000', '085215.277000', '085215.280000', '085215.283000', '085215.285000', '085215.288000', '085215.290000', '085215.293000', '085215.296000', '085215.298000', '085215.301000', '085215.304000', '085215.306000', '085215.309000', '085215.311000', '085215.314000', '085215.316000', '085215.319000', '085215.321000', '085215.324000', '085215.327000', '085215.329000', '085215.332000', '085215.335000', '085215.337000', '085215.340000', '085235.232000', '085235.234000', '085235.237000', '085235.240000', '085235.242000', '085235.245000', '085235.247000', '085235.250000', '085235.252000', '085235.255000', '085235.258000', '085235.260000', '085235.263000', '085235.266000', '085235.268000', '085235.271000', '085235.273000', '085235.276000', '085235.279000', '085235.281000', '085235.284000', '085235.286000', '085235.289000', '085235.292000', '085235.294000', '085235.297000', '085235.299000', '085235.302000', '085235.304000', '085235.307000', '085235.310000', '085235.312000', '085235.315000', '085235.317000', '085235.320000', '085235.323000', '085235.325000', '085235.328000', '085235.330000', '085235.333000', '085235.336000', '085235.338000', '085235.341000', '085235.343000', '085255.232000', '085255.234000', '085255.237000', '085255.240000', '085255.242000', '085255.245000', '085255.247000', '085255.250000', '085255.253000', '085255.255000', '085255.258000', '085255.260000', '085255.263000', '085255.266000', '085255.268000', '085255.271000', '085255.273000', '085255.276000', '085255.278000', '085255.281000', '085255.284000', '085255.286000', '085255.289000', '085255.291000', '085255.294000', '085255.297000', '085255.299000', '085255.302000', '085255.304000', '085255.307000', '085255.310000', '085255.313000', '085255.315000', '085255.318000', '085255.320000', '085255.323000', '085255.326000', '085255.328000', '085255.331000', '085255.333000', '085255.336000', '085255.339000', '085255.341000', '085315.231000', '085315.251000', '085315.254000', '085315.257000', '085315.259000', '085315.262000', '085315.264000', '085315.267000', '085315.270000', '085315.272000', '085315.275000', '085315.277000', '085315.280000', '085315.283000', '085315.285000', '085315.288000', '085315.290000', '085315.293000', '085315.296000', '085315.298000', '085315.301000', '085315.304000', '085315.306000', '085315.309000', '085315.311000', '085315.314000', '085315.316000', '085315.319000', '085315.322000', '085315.324000', '085315.327000', '085315.329000', '085315.332000', '085315.335000', '085315.337000', '085315.340000', '085315.342000', '085315.345000', '085315.348000', '085315.350000', '085315.353000', '085315.355000', '085315.358000', '085335.231000', '085335.233000', '085335.236000', '085335.239000', '085335.241000', '085335.244000', '085335.246000', '085335.249000', '085335.259000', '085335.262000', '085335.265000', '085335.267000', '085335.270000', '085335.272000', '085335.275000', '085335.277000', '085335.280000', '085335.283000', '085335.285000', '085335.288000', '085335.291000', '085335.293000', '085335.296000', '085335.298000', '085335.301000', '085335.304000', '085335.306000', '085335.309000', '085335.311000', '085335.314000', '085335.316000', '085335.319000', '085335.322000', '085335.324000', '085335.327000', '085335.329000', '085335.332000', '085335.335000', '085335.337000', '085335.340000', '085335.342000', '085335.345000', '085335.347000', '085335.350000', '085355.231000', '085355.238000', '085355.241000', '085355.244000', '085355.246000', '085355.249000', '085355.252000', '085355.254000', '085355.257000', '085355.259000', '085355.262000', '085355.264000', '085355.267000', '085355.270000', '085355.272000', '085355.275000', '085355.277000', '085355.280000', '085355.283000', '085355.285000', '085355.288000', '085355.291000', '085355.293000', '085355.296000', '085355.298000', '085355.301000', '085355.304000', '085355.306000', '085355.309000', '085355.312000', '085355.314000', '085355.317000', '085355.319000', '085355.322000', '085355.325000', '085355.327000', '085355.330000', '085355.332000', '085355.335000', '085355.338000', '085355.340000', '085355.343000', '085355.345000', '085415.231000', '085415.233000', '085415.236000', '085415.239000', '085415.241000', '085415.244000', '085415.247000', '085415.249000', '085415.252000', '085415.254000', '085415.257000', '085415.260000', '085415.262000', '085415.265000', '085415.268000', '085415.270000', '085415.273000', '085415.275000', '085415.278000', '085415.281000', '085415.283000', '085415.286000', '085415.288000', '085415.291000', '085415.293000', '085415.296000', '085415.299000', '085415.301000', '085415.304000', '085415.306000', '085415.309000', '085415.312000', '085415.314000', '085415.317000', '085415.320000', '085415.322000', '085415.325000', '085415.327000', '085415.330000', '085415.332000', '085415.335000', '085415.338000', '085415.340000', '085415.343000', '085435.231000', '085435.243000', '085435.246000', '085435.248000', '085435.251000', '085435.253000', '085435.256000', '085435.258000', '085435.261000', '085435.264000', '085435.266000', '085435.269000', '085435.271000', '085435.274000', '085435.276000', '085435.279000', '085435.281000', '085435.284000', '085435.287000', '085435.289000', '085435.292000', '085435.295000', '085435.297000', '085435.300000', '085435.302000', '085435.305000', '085435.307000', '085435.310000', '085435.313000', '085435.315000', '085435.318000', '085435.320000', '085435.323000', '085435.326000', '085435.328000', '085435.331000', '085435.333000', '085435.336000', '085435.339000', '085435.341000', '085435.344000', '085435.346000', '085435.349000', '085455.232000', '085455.234000', '085455.237000', '085455.240000', '085455.242000', '085455.245000', '085455.247000', '085455.250000', '085455.253000', '085455.255000', '085455.258000', '085455.260000', '085455.263000', '085455.265000', '085455.268000', '085455.271000', '085455.273000', '085455.276000', '085455.278000', '085455.281000', '085455.284000', '085455.286000', '085455.289000', '085455.291000', '085455.294000', '085455.296000', '085455.299000', '085455.302000', '085455.304000', '085455.307000', '085455.309000', '085455.312000', '085455.315000', '085455.317000', '085455.320000', '085455.322000', '085455.325000', '085455.327000', '085455.330000', '085455.333000', '085455.335000', '085455.338000', '085455.340000', '085455.343000', '085515.231000', '085515.270000', '085515.273000', '085515.275000', '085515.278000', '085515.281000', '085515.284000', '085515.287000', '085515.289000', '085515.292000', '085515.294000', '085515.297000', '085515.300000', '085515.302000', '085515.305000', '085515.307000', '085515.310000', '085515.313000', '085515.315000', '085515.318000', '085515.320000', '085515.323000', '085515.325000', '085515.328000', '085515.331000', '085515.333000', '085515.336000', '085515.339000', '085515.341000', '085515.344000', '085515.347000', '085515.349000', '085515.352000', '085515.354000', '085515.357000', '085515.360000', '085515.362000', '085515.365000', '085515.367000', '085515.370000', '085515.372000', '085515.375000', '085515.378000', '085529.062000', '085529.065000', '085529.068000', '085529.070000', '085529.073000', '085529.075000', '085529.078000', '085529.081000', '085529.083000', '085529.086000', '085529.088000', '085529.091000', '085529.093000', '085529.096000', '085529.099000', '085529.101000', '085529.104000', '085529.106000', '085529.109000', '085529.112000', '085529.114000', '085529.117000', '085529.119000', '085529.122000', '085529.124000', '085529.127000', '085529.129000', '085529.132000', '085529.135000', '085529.137000', '085529.140000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [13535, 7656, 8975, 14851, 8075, 12141, 7573, 8006, 10189, 7160, 9041, 14394, 7628, 9443, 6795, 8125, 9284, 7378, 8501, 10694, 7330, 9163, 7623, 8420, 9407, 7368, 8642, 11928, 7677, 9607, 7205, 8440, 9185, 7225, 8951, 10172, 8280, 9794, 7443, 8109, 12643, 7821, 9651, 7611, 8735, 13432, 7055, 9628, 12078, 8134, 12097, 6792, 8294, 12783, 7676, 10407, 7739, 8604, 14216, 7075, 8993, 12294, 8049, 11644, 7355, 8748, 12147, 7106, 9072, 7393, 8617, 9766, 6461, 8542, 7128, 8359, 11807, 7953, 10827, 7072, 8907, 7038, 10046, 13661, 8561, 12567, 6751, 9187, 14717, 7495, 12581, 11379, 9225, 14917, 7296, 9218, 14757, 7730, 11015, 7294, 8885, 13418, 7250, 8683, 8053, 7589, 8957, 7257, 8425, 12825, 7162, 8798, 7405, 8308, 9693, 6928, 8896, 10063, 7527, 9629, 6990, 8498, 10973, 6709, 8180, 10184, 7590, 9698, 7010, 8709, 11773, 7115, 9315, 6895, 8505, 11252, 7111, 8507, 8641, 7326, 9291, 7785, 8736, 13431, 7036, 9298, 6666, 8359, 10696, 7344, 8957, 8032, 7232, 11874, 8001, 8598, 14546, 6517, 8347, 6457, 8050, 14217, 7048, 12472, 6944, 8601, 6765, 7329, 11208, 11203, 8035, 13081, 7104, 9515, 8781, 6948, 10258, 6986, 8848, 14226, 7104, 11406, 6649, 7950, 12889, 7274, 10357, 14140, 7492, 11122, 7138, 8713, 14097, 7112, 11149, 6874, 7223, 10641, 6829, 8923, 13837, 7194, 10236, 6502, 7576, 10816, 6656, 11088, 8070, 9569, 6678, 7916, 6368, 8152, 12811, 6399, 9443, 12835, 6627, 9720, 6225, 8965, 9579, 7648, 13809, 9991, 9885, 16030, 8813, 12904, 14181, 8512, 13216, 8652, 9765, 16198, 7461, 10936, 16023, 7169, 9703, 6610, 8348, 9901, 6824, 8805, 9364, 6664, 9702, 6638, 7874, 10634, 7496, 9489, 6426, 7772, 7805, 7293, 10960, 7704, 8011, 13672, 6768, 8999, 6914, 8396, 11286, 7260, 9634, 6882, 7391, 9761, 6946, 9061, 7155, 7601, 12120, 6939, 8368, 7398, 7894, 10461, 7696, 8598, 6294, 6927, 9586, 6804, 9241, 12694, 7300, 11033, 6391, 8659, 10535, 7848, 11241, 6760, 8659, 6489, 7933, 9566, 7113, 9570, 7120, 7555, 9816, 7000, 9362, 6841, 8036, 8584, 7522, 9773, 6940, 8089, 13239, 7091, 10806, 7227, 8400, 13961, 6709, 8407, 6936, 7896, 9883, 7220, 9494, 7240, 12175, 7419, 10794, 7388, 13750, 13463, 9720, 14058, 7120, 9836, 7202, 8639, 14950, 8629, 9950, 13778, 7166, 9682, 6964, 8653, 13049, 7914, 10206, 6966, 8619, 6855, 7274, 8883, 7423, 8361, 6933, 7538, 9441, 6860, 9509, 6971, 8167, 13708, 7374, 9703, 7612, 8670, 14658, 7396, 12169, 6988, 7446, 11603, 7211, 10738, 8394, 8302, 14533, 6555, 8684, 6425, 8069, 14028, 7257, 10208, 7080, 7278, 9829, 7238, 9634, 7758, 8139, 13301, 6640, 10280, 7657, 8075, 11639, 7451, 9574, 6579, 9202, 14735, 7268, 11721, 7249, 7172, 10449, 7428, 9123, 6667, 7732, 10466, 6185, 8265, 7228, 8224, 6792, 7307, 6834, 8073, 9576, 6850, 14102, 9052, 12626, 10819, 7778, 11628, 7061, 10749, 13326, 8924, 14311, 6943, 9148, 10184, 7437, 10434, 7708, 12740, 7927, 10694, 6997, 9428, 6691, 7373, 8232, 11708, 9083, 9447, 14866, 7109, 13186, 8729, 9967, 15008, 7570, 12113, 15383, 9794, 13740, 9174, 11140, 13021, 9393, 11214, 14454, 7186, 11505, 10707, 8038, 10721, 7710, 10152, 9297, 6822, 10271, 7326, 8250, 11040, 6665, 9318, 10850, 6655, 10770, 7395, 8623, 9067, 6937, 9637, 7302, 7441, 6985, 9155, 7063, 8884, 13956, 8113, 13562, 7450, 9864, 14280, 6926, 9233, 12383, 9244, 13802, 6808, 9846, 6881, 9490, 11983, 7350, 11606, 6719, 8393, 10002, 6702, 9437, 15698, 7575, 13661, 6922, 9063, 12091, 6678, 10159, 7790, 9225, 10913, 6364, 8688, 9105, 7664, 11298, 8054, 9965, 7261, 8236, 10599, 7616, 8953, 12760, 7230, 11763, 6395, 8850, 12894, 6869, 8721, 8306, 8216, 10512, 6294, 8570, 8995, 6798, 9839, 8060, 9303, 8425, 6448, 10535, 7011, 8441, 13637, 7181, 11443, 7197, 8220, 11039, 6436, 8987, 13369, 7570, 12206, 6481, 8624, 9342, 7146, 11711, 8766, 9538, 15194, 6995, 8882, 15416, 7026, 9063, 8333, 7497, 8450, 6121, 8982, 12050, 7133, 10722, 8351, 9571, 11113, 6530, 8319, 7559, 8330, 9569, 6859, 8974, 7324, 6580, 12196, 7491, 12394, 7074, 11252, 6774, 9620, 15787, 7076, 10835, 12443, 8252, 13855, 7904, 10990, 6958, 7852, 10154, 6817, 8732, 13305, 8353, 12622, 6773, 8729, 11915, 7275, 11305, 8520, 9359, 9194, 7161, 10129, 7251, 8862, 15233, 7347, 12593, 6302, 8748, 13483, 7297, 9630, 8910, 9441, 13949, 7203, 9174, 7240, 7314, 9803, 7485, 9767, 6609, 7303, 10120, 6451, 8773, 10232, 8592, 12193, 6958, 8768, 10005, 6861, 10781, 8588, 9204, 15164, 7205, 10305, 7031, 7447, 9987, 7274, 9543, 7791, 7494, 9453, 7294, 9356, 6935, 7449, 10100, 7152, 10702, 6486, 8809, 8305, 7122, 10593, 8338, 9509, 13671, 6892, 10257, 7115, 8964, 13725, 7639, 10343, 6803, 7163, 10366, 6696, 9136, 9926, 7542, 13164, 9106, 12280, 16255, 8794, 7172, 8390, 6445, 10080, 10645, 9001, 13174, 7151, 13334, 12868, 10799, 14746, 7824, 10163, 13612, 7365, 14047, 10042, 10564, 16369, 7612, 11930, 8282, 9947, 12024, 7078, 10146, 7944, 8983, 11635, 6924, 9316, 7705, 8176, 10102, 7537, 10728, 7897, 8124, 9880, 6374, 10276, 7138, 10721, 6574, 8762, 6445, 8797, 13183, 7045, 11546, 8320, 9800, 10693, 6645, 10214, 9562, 8610, 11229, 8206, 10459, 15528, 7817, 13890, 9075, 10978, 13893, 7802, 12514, 15059, 8698, 12330, 8514, 9107, 10728, 6486, 10718, 6765, 9320, 11213, 6935, 9327, 7237, 7617, 9359, 7138, 9193, 7237, 7265, 9326, 6360, 8342, 6240, 9030, 6816, 8642, 7362, 8438, 12129, 6891, 9053, 15198, 7422, 12804, 7012, 8627, 11411, 6970, 8815, 14667, 7657, 12187, 6526, 8689, 10769, 6616, 9195, 7910, 8727, 9719, 6393, 8075, 13017, 7534, 9693, 14948, 7397, 10892, 6883, 7214, 10907, 7777, 8768, 11850, 7128, 9905, 6480, 8103, 6432, 8967, 14400, 7716, 12232, 8046, 9455, 14008, 7252, 9283, 15818, 7780, 11081, 7997, 8378, 11864, 7451, 9656, 8569, 7323, 10458, 6797, 9483, 15022, 7577, 11348, 6875, 8100, 12535, 7861, 10899, 6769, 7975, 11960, 7039, 9482, 7361, 9299, 13549, 7423, 10729, 6521, 8452, 11400, 7114, 9160, 7591, 8965, 14623, 7252, 9835, 6843, 8392, 12929, 8064, 9156, 7664, 8200, 12040, 6883, 8781, 9781, 7338, 12320, 8011, 9043, 15201, 6941, 8992, 7464, 8691, 13301, 7569, 9436, 14353, 6620, 9834, 7697, 8688, 14303, 7210, 8420, 13782, 7240, 9761, 7261, 8669, 12687, 6732, 8471, 11623, 6971, 9809, 7239, 8517, 11315, 6468, 8640, 6219, 8234, 12973, 8652, 12017, 7005, 13102, 6572, 8909, 15411, 9137, 12293, 8427, 6713, 11015, 7625, 8712, 14222, 8172, 10539, 7823, 6485, 10811, 7721, 9169, 14683, 7561, 13104, 6536, 7104, 10950, 6937, 9172, 15916, 7305, 12977, 7650, 7899, 11616, 7379, 11114, 11269, 8549, 14078, 6266, 9146, 14970, 7863, 13428, 6744, 8304, 12499, 7002, 10481, 7673, 8986, 14364, 6512, 9075, 6974, 8473, 15412, 6977, 10631, 6729, 6867, 10561, 6965, 9152, 8054, 6831, 10398, 7418, 7721, 12586, 7154, 10166, 6646, 7050, 10166, 6625, 7838, 13236, 7687, 10846, 7199, 7014, 10989, 6662, 7783, 12900, 7624, 10291, 6400, 6574, 10191, 6760, 8933, 10017, 7523, 11829, 6534, 7944, 13244, 7002, 10941, 7694, 7742, 11072, 6425, 8371, 9165, 8056, 16203, 8151, 14691, 7461, 8049, 6364, 10279, 7813, 9032, 12771, 8199, 9958, 15078, 7107, 12528, 14378, 8327, 12523, 9493, 10076, 14764, 9454, 12496, 14908, 8077, 13514, 12110, 9566, 11878, 7983, 7466, 8609, 7946, 9610, 8076, 11901, 6936, 10159, 7034, 8823, 11386, 6529, 9490, 7507, 7600, 9669, 7085, 9137, 9022, 7002, 9672, 6237, 8100, 6960, 7778, 8870, 6990, 9091, 13877, 7410, 10616, 6841, 8169, 10170, 6585, 10005, 7230, 8727, 12593, 6790, 9815, 8693, 7306, 9859, 8173, 9100, 11707, 6827, 10632, 7593, 8469, 10366, 6503, 8625, 9733, 7272, 10271, 8369, 9144, 11647, 6545, 9127, 6913, 7983, 6570, 8365, 7693, 7999, 12912, 7809, 12204, 8894, 8433, 12406, 7100, 9689, 14367, 8274, 13130, 6437, 8979, 11311, 6958, 10134, 7442, 9420, 11370, 6893, 8361, 8162, 6962, 9408, 8007, 9065, 11329, 6552, 9130, 7198, 7184, 9959, 8085, 8934, 9254, 7432, 9595, 8281, 7553, 9926, 7011, 9037, 12526, 7292, 9658, 9294, 6796, 10154, 6535, 9391, 10913, 6945, 9646, 6532, 7099, 9568, 6555, 8360, 9470, 8142, 11570, 7597, 10769, 6601, 9674, 10514, 9036, 14574, 6966, 9888, 12653, 7136, 12386, 8381, 10138, 14466, 7155, 8886, 12341, 7214, 11848, 7655, 9193, 13992, 6785, 9259, 8857, 7568, 10569, 8009, 9196, 8772, 6315, 10409, 7013, 8619, 14390, 7480, 11391, 6702, 8440, 12969, 7139, 10576, 7226, 9013, 14716, 6861, 9457, 11369, 7278, 11697, 8253, 9783, 7545, 7094, 10079, 8349, 9154, 13917, 6782, 11248, 6687, 7960, 10307, 6154, 8763, 12519, 7558, 11984, 6527, 8665, 11332, 6833, 9554, 8060, 8989, 6685, 6438, 8632, 6388, 10048, 6880, 10218, 6282, 7844, 7496], 'WindowCenter': [4028.0, 3950.0, 3968.0, 3999.0, 3946.0, 3988.0, 3933.0, 3943.0, 3963.0, 3920.0, 3956.0, 3983.0, 3921.0, 3952.0, 3910.0, 3932.0, 3953.0, 3933.0, 3942.0, 3962.0, 3919.0, 3952.0, 3932.0, 3942.0, 3953.0, 3932.0, 3944.0, 3971.0, 3933.0, 3952.0, 3921.0, 3942.0, 3952.0, 3922.0, 3954.0, 3964.0, 3944.0, 3964.0, 3933.0, 3943.0, 3974.0, 3933.0, 3965.0, 3933.0, 3943.0, 3985.0, 3922.0, 3964.0, 3974.0, 3945.0, 3974.0, 3910.0, 3942.0, 3973.0, 3933.0, 3965.0, 3932.0, 3944.0, 3983.0, 3922.0, 3952.0, 3973.0, 3932.0, 3974.0, 3920.0, 3942.0, 3973.0, 3920.0, 3942.0, 3921.0, 3954.0, 3966.0, 3926.0, 3956.0, 3923.0, 3955.0, 3989.0, 3945.0, 3977.0, 3936.0, 3955.0, 3923.0, 3967.0, 3986.0, 3955.0, 3975.0, 3912.0, 3955.0, 3985.0, 3921.0, 3975.0, 3962.0, 3953.0, 3983.0, 3918.0, 3952.0, 3970.0, 3919.0, 3962.0, 3918.0, 3941.0, 3971.0, 3919.0, 3941.0, 3929.0, 3920.0, 3940.0, 3920.0, 3932.0, 3971.0, 3910.0, 3942.0, 3920.0, 3932.0, 3952.0, 3911.0, 3942.0, 3950.0, 3929.0, 3953.0, 3909.0, 3942.0, 3963.0, 3910.0, 3932.0, 3950.0, 3930.0, 3953.0, 3921.0, 3952.0, 3974.0, 3922.0, 3952.0, 3910.0, 3943.0, 3964.0, 3922.0, 3953.0, 3941.0, 3922.0, 3953.0, 3932.0, 3944.0, 3984.0, 3923.0, 3953.0, 3908.0, 3943.0, 3964.0, 3932.0, 3954.0, 3932.0, 3922.0, 3975.0, 3932.0, 3944.0, 3997.0, 3912.0, 3942.0, 3899.0, 3932.0, 3997.0, 3922.0, 3983.0, 3920.0, 3952.0, 3922.0, 3933.0, 3975.0, 3963.0, 3931.0, 3974.0, 3922.0, 3953.0, 3942.0, 3922.0, 3961.0, 3909.0, 3953.0, 3984.0, 3921.0, 3974.0, 3911.0, 3931.0, 3972.0, 3920.0, 3963.0, 3971.0, 3919.0, 3960.0, 3909.0, 3942.0, 3971.0, 3909.0, 3962.0, 3898.0, 3919.0, 3951.0, 3897.0, 3941.0, 3971.0, 3908.0, 3951.0, 3898.0, 3931.0, 3962.0, 3924.0, 3987.0, 3942.0, 3964.0, 3922.0, 3943.0, 3925.0, 3958.0, 3986.0, 3912.0, 3966.0, 3985.0, 3926.0, 3967.0, 3903.0, 3955.0, 3954.0, 3934.0, 3986.0, 3952.0, 3954.0, 3984.0, 3942.0, 3973.0, 3970.0, 3928.0, 3958.0, 3915.0, 3936.0, 3968.0, 3905.0, 3948.0, 3967.0, 3895.0, 3936.0, 3882.0, 3914.0, 3936.0, 3895.0, 3927.0, 3926.0, 3895.0, 3938.0, 3894.0, 3943.0, 3961.0, 3931.0, 3953.0, 3899.0, 3930.0, 3929.0, 3921.0, 3962.0, 3918.0, 3931.0, 3972.0, 3910.0, 3941.0, 3908.0, 3942.0, 3962.0, 3921.0, 3953.0, 3909.0, 3920.0, 3951.0, 3910.0, 3942.0, 3910.0, 3932.0, 3973.0, 3921.0, 3942.0, 3920.0, 3930.0, 3962.0, 3921.0, 3942.0, 3912.0, 3922.0, 3953.0, 3911.0, 3953.0, 3971.0, 3920.0, 3962.0, 3898.0, 3943.0, 3963.0, 3931.0, 3974.0, 3910.0, 3943.0, 3899.0, 3932.0, 3952.0, 3922.0, 3954.0, 3922.0, 3934.0, 3953.0, 3922.0, 3954.0, 3910.0, 3944.0, 3942.0, 3934.0, 3965.0, 3922.0, 3943.0, 3974.0, 3920.0, 3976.0, 3922.0, 3943.0, 3985.0, 3911.0, 3933.0, 3923.0, 3946.0, 3978.0, 3949.0, 3969.0, 3947.0, 4000.0, 3936.0, 3976.0, 3948.0, 4011.0, 4001.0, 3968.0, 3997.0, 3924.0, 3966.0, 3922.0, 3942.0, 3984.0, 3942.0, 3952.0, 3973.0, 3910.0, 3952.0, 3908.0, 3932.0, 3972.0, 3931.0, 3952.0, 3922.0, 3942.0, 3911.0, 3922.0, 3943.0, 3921.0, 3943.0, 3922.0, 3934.0, 3954.0, 3911.0, 3954.0, 3921.0, 3944.0, 3985.0, 3934.0, 3955.0, 3934.0, 3944.0, 3985.0, 3923.0, 3975.0, 3911.0, 3922.0, 3963.0, 3922.0, 3964.0, 3943.0, 3944.0, 3985.0, 3901.0, 3942.0, 3899.0, 3933.0, 3984.0, 3922.0, 3965.0, 3922.0, 3933.0, 3952.0, 3922.0, 3954.0, 3931.0, 3932.0, 3974.0, 3911.0, 3953.0, 3931.0, 3944.0, 3973.0, 3922.0, 3954.0, 3900.0, 3944.0, 3984.0, 3922.0, 3975.0, 3921.0, 3923.0, 3953.0, 3922.0, 3952.0, 3911.0, 3932.0, 3963.0, 3917.0, 3944.0, 3934.0, 3959.0, 3925.0, 3936.0, 3924.0, 3945.0, 3952.0, 3912.0, 3998.0, 3956.0, 3987.0, 3976.0, 3934.0, 3974.0, 3910.0, 3962.0, 3971.0, 3941.0, 3972.0, 3909.0, 3941.0, 3950.0, 3931.0, 3976.0, 3943.0, 3982.0, 3926.0, 3946.0, 3919.0, 3962.0, 3933.0, 3931.0, 3966.0, 3987.0, 3952.0, 3964.0, 3982.0, 3920.0, 3983.0, 3938.0, 3949.0, 3981.0, 3917.0, 3959.0, 3969.0, 3938.0, 3969.0, 3924.0, 3944.0, 3955.0, 3922.0, 3933.0, 3953.0, 3890.0, 3931.0, 3932.0, 3899.0, 3931.0, 3889.0, 3932.0, 3921.0, 3881.0, 3932.0, 3889.0, 3912.0, 3943.0, 3881.0, 3924.0, 3932.0, 3894.0, 3948.0, 3904.0, 3937.0, 3936.0, 3907.0, 3948.0, 3919.0, 3919.0, 3906.0, 3951.0, 3919.0, 3953.0, 3984.0, 3932.0, 3985.0, 3920.0, 3952.0, 3984.0, 3922.0, 3965.0, 3972.0, 3951.0, 3982.0, 3909.0, 3962.0, 3908.0, 3951.0, 3959.0, 3919.0, 3973.0, 3909.0, 3940.0, 3948.0, 3908.0, 3951.0, 3981.0, 3918.0, 3971.0, 3907.0, 3939.0, 3959.0, 3897.0, 3951.0, 3918.0, 3940.0, 3960.0, 3898.0, 3940.0, 3939.0, 3919.0, 3961.0, 3929.0, 3951.0, 3919.0, 3930.0, 3950.0, 3918.0, 3940.0, 3971.0, 3920.0, 3972.0, 3899.0, 3941.0, 3971.0, 3907.0, 3940.0, 3929.0, 3929.0, 3961.0, 3899.0, 3941.0, 3940.0, 3909.0, 3963.0, 3930.0, 3953.0, 3941.0, 3911.0, 3975.0, 3920.0, 3942.0, 3983.0, 3922.0, 3975.0, 3921.0, 3942.0, 3963.0, 3899.0, 3942.0, 3972.0, 3932.0, 3972.0, 3911.0, 3954.0, 3952.0, 3922.0, 3974.0, 3942.0, 3953.0, 3984.0, 3920.0, 3953.0, 3983.0, 3921.0, 3969.0, 3945.0, 3923.0, 3928.0, 3873.0, 3954.0, 3984.0, 3919.0, 3961.0, 3928.0, 3952.0, 3963.0, 3912.0, 3956.0, 3934.0, 3956.0, 3966.0, 3922.0, 3952.0, 3931.0, 3909.0, 3971.0, 3921.0, 3975.0, 3922.0, 3974.0, 3911.0, 3952.0, 3982.0, 3909.0, 3961.0, 3959.0, 3929.0, 3971.0, 3929.0, 3961.0, 3908.0, 3929.0, 3949.0, 3895.0, 3938.0, 3970.0, 3929.0, 3970.0, 3909.0, 3941.0, 3959.0, 3918.0, 3960.0, 3929.0, 3940.0, 3939.0, 3909.0, 3951.0, 3917.0, 3940.0, 3980.0, 3920.0, 3972.0, 3899.0, 3941.0, 3971.0, 3919.0, 3950.0, 3939.0, 3951.0, 3972.0, 3920.0, 3951.0, 3917.0, 3919.0, 3950.0, 3919.0, 3951.0, 3908.0, 3920.0, 3951.0, 3898.0, 3942.0, 3950.0, 3941.0, 3971.0, 3910.0, 3941.0, 3949.0, 3909.0, 3962.0, 3940.0, 3952.0, 3982.0, 3920.0, 3951.0, 3908.0, 3918.0, 3948.0, 3919.0, 3940.0, 3918.0, 3920.0, 3950.0, 3920.0, 3952.0, 3919.0, 3919.0, 3963.0, 3922.0, 3964.0, 3910.0, 3953.0, 3939.0, 3920.0, 3964.0, 3943.0, 3966.0, 3986.0, 3923.0, 3964.0, 3909.0, 3942.0, 3983.0, 3930.0, 3963.0, 3911.0, 3921.0, 3960.0, 3908.0, 3952.0, 3950.0, 3930.0, 3984.0, 3965.0, 3987.0, 4004.0, 3954.0, 3921.0, 3956.0, 3913.0, 3976.0, 3975.0, 3955.0, 3999.0, 3937.0, 3988.0, 3986.0, 3989.0, 3997.0, 3933.0, 3952.0, 3970.0, 3908.0, 3971.0, 3938.0, 3950.0, 3981.0, 3916.0, 3958.0, 3914.0, 3936.0, 3945.0, 3893.0, 3937.0, 3914.0, 3927.0, 3957.0, 3906.0, 3937.0, 3915.0, 3926.0, 3936.0, 3918.0, 3960.0, 3928.0, 3929.0, 3961.0, 3911.0, 3948.0, 3903.0, 3969.0, 3920.0, 3940.0, 3911.0, 3954.0, 3983.0, 3921.0, 3973.0, 3929.0, 3949.0, 3950.0, 3909.0, 3962.0, 3949.0, 3941.0, 3962.0, 3928.0, 3961.0, 3981.0, 3918.0, 3971.0, 3927.0, 3959.0, 3968.0, 3915.0, 3958.0, 3967.0, 3925.0, 3957.0, 3913.0, 3925.0, 3945.0, 3883.0, 3947.0, 3894.0, 3937.0, 3946.0, 3905.0, 3937.0, 3904.0, 3932.0, 3939.0, 3921.0, 3952.0, 3918.0, 3920.0, 3952.0, 3912.0, 3942.0, 3925.0, 3964.0, 3922.0, 3942.0, 3921.0, 3942.0, 3972.0, 3910.0, 3942.0, 3983.0, 3920.0, 3972.0, 3909.0, 3941.0, 3960.0, 3907.0, 3940.0, 3981.0, 3920.0, 3972.0, 3898.0, 3940.0, 3961.0, 3909.0, 3952.0, 3930.0, 3941.0, 3951.0, 3910.0, 3932.0, 3972.0, 3929.0, 3952.0, 3982.0, 3920.0, 3960.0, 3908.0, 3919.0, 3961.0, 3920.0, 3953.0, 3974.0, 3936.0, 3964.0, 3925.0, 3956.0, 3926.0, 3970.0, 3998.0, 3935.0, 3987.0, 3931.0, 3953.0, 3983.0, 3920.0, 3940.0, 3982.0, 3920.0, 3961.0, 3919.0, 3929.0, 3960.0, 3918.0, 3951.0, 3929.0, 3919.0, 3950.0, 3896.0, 3951.0, 3981.0, 3917.0, 3960.0, 3897.0, 3929.0, 3958.0, 3929.0, 3962.0, 3908.0, 3930.0, 3961.0, 3909.0, 3950.0, 3908.0, 3951.0, 3972.0, 3921.0, 3962.0, 3900.0, 3942.0, 3960.0, 3909.0, 3952.0, 3930.0, 3954.0, 3995.0, 3933.0, 3964.0, 3922.0, 3942.0, 3973.0, 3932.0, 3953.0, 3933.0, 3944.0, 3974.0, 3923.0, 3955.0, 3953.0, 3920.0, 3973.0, 3931.0, 3943.0, 3984.0, 3921.0, 3942.0, 3919.0, 3941.0, 3985.0, 3931.0, 3953.0, 3982.0, 3908.0, 3952.0, 3918.0, 3942.0, 3983.0, 3920.0, 3931.0, 3971.0, 3919.0, 3951.0, 3919.0, 3941.0, 3971.0, 3908.0, 3929.0, 3961.0, 3910.0, 3951.0, 3909.0, 3941.0, 3963.0, 3913.0, 3957.0, 3914.0, 3943.0, 3984.0, 3957.0, 3986.0, 3921.0, 3973.0, 3912.0, 3943.0, 3985.0, 3954.0, 3976.0, 3932.0, 3910.0, 3963.0, 3920.0, 3930.0, 3972.0, 3930.0, 3952.0, 3920.0, 3900.0, 3962.0, 3920.0, 3942.0, 3972.0, 3920.0, 3973.0, 3899.0, 3910.0, 3961.0, 3908.0, 3940.0, 3982.0, 3921.0, 3973.0, 3920.0, 3931.0, 3961.0, 3908.0, 3962.0, 3950.0, 3930.0, 3971.0, 3888.0, 3940.0, 3970.0, 3920.0, 3971.0, 3897.0, 3930.0, 3959.0, 3908.0, 3951.0, 3919.0, 3941.0, 3972.0, 3899.0, 3939.0, 3907.0, 3931.0, 3983.0, 3910.0, 3963.0, 3898.0, 3909.0, 3951.0, 3909.0, 3953.0, 3931.0, 3911.0, 3953.0, 3919.0, 3920.0, 3961.0, 3909.0, 3952.0, 3910.0, 3911.0, 3951.0, 3900.0, 3921.0, 3972.0, 3921.0, 3964.0, 3910.0, 3910.0, 3962.0, 3899.0, 3920.0, 3961.0, 3921.0, 3953.0, 3899.0, 3910.0, 3952.0, 3910.0, 3943.0, 3953.0, 3932.0, 3963.0, 3899.0, 3931.0, 3971.0, 3910.0, 3964.0, 3921.0, 3933.0, 3963.0, 3901.0, 3932.0, 3965.0, 3957.0, 4006.0, 3942.0, 3993.0, 3931.0, 3942.0, 3924.0, 3978.0, 3932.0, 3955.0, 3975.0, 3942.0, 3953.0, 3983.0, 3910.0, 3973.0, 3970.0, 3929.0, 3961.0, 3938.0, 3939.0, 3971.0, 3937.0, 3959.0, 3957.0, 3904.0, 3957.0, 3933.0, 3923.0, 3944.0, 3904.0, 3893.0, 3912.0, 3903.0, 3934.0, 3914.0, 3947.0, 3895.0, 3936.0, 3894.0, 3925.0, 3945.0, 3884.0, 3936.0, 3894.0, 3905.0, 3926.0, 3895.0, 3937.0, 3926.0, 3906.0, 3935.0, 3885.0, 3917.0, 3895.0, 3918.0, 3940.0, 3908.0, 3941.0, 3971.0, 3920.0, 3950.0, 3897.0, 3929.0, 3948.0, 3908.0, 3951.0, 3908.0, 3941.0, 3972.0, 3909.0, 3952.0, 3929.0, 3919.0, 3949.0, 3928.0, 3940.0, 3958.0, 3908.0, 3962.0, 3919.0, 3930.0, 3949.0, 3898.0, 3940.0, 3939.0, 3919.0, 3950.0, 3930.0, 3952.0, 3961.0, 3914.0, 3967.0, 3923.0, 3946.0, 3923.0, 3944.0, 3932.0, 3944.0, 3987.0, 3935.0, 3976.0, 3942.0, 3943.0, 3973.0, 3910.0, 3952.0, 3983.0, 3931.0, 3973.0, 3899.0, 3941.0, 3960.0, 3908.0, 3952.0, 3920.0, 3953.0, 3962.0, 3910.0, 3942.0, 3928.0, 3910.0, 3941.0, 3931.0, 3942.0, 3962.0, 3900.0, 3952.0, 3910.0, 3909.0, 3952.0, 3931.0, 3943.0, 3952.0, 3923.0, 3953.0, 3943.0, 3932.0, 3952.0, 3910.0, 3942.0, 3973.0, 3921.0, 3953.0, 3941.0, 3911.0, 3953.0, 3899.0, 3953.0, 3962.0, 3911.0, 3953.0, 3900.0, 3923.0, 3964.0, 3912.0, 3943.0, 3952.0, 3944.0, 3975.0, 3946.0, 3975.0, 3913.0, 3956.0, 3964.0, 3955.0, 3986.0, 3923.0, 3966.0, 3973.0, 3923.0, 3975.0, 3931.0, 3953.0, 3973.0, 3910.0, 3942.0, 3972.0, 3921.0, 3963.0, 3921.0, 3942.0, 3972.0, 3910.0, 3941.0, 3929.0, 3921.0, 3953.0, 3931.0, 3955.0, 3957.0, 3912.0, 3962.0, 3909.0, 3942.0, 3982.0, 3922.0, 3964.0, 3911.0, 3943.0, 3973.0, 3910.0, 3963.0, 3920.0, 3942.0, 3983.0, 3910.0, 3952.0, 3961.0, 3910.0, 3961.0, 3930.0, 3952.0, 3920.0, 3910.0, 3952.0, 3930.0, 3940.0, 3971.0, 3899.0, 3962.0, 3899.0, 3929.0, 3950.0, 3888.0, 3931.0, 3961.0, 3921.0, 3963.0, 3900.0, 3943.0, 3962.0, 3899.0, 3942.0, 3923.0, 3953.0, 3925.0, 3940.0, 3969.0, 3924.0, 3973.0, 3918.0, 3960.0, 3923.0, 3956.0, 3948.0], 'WindowWidth': [8972.0, 8853.0, 8873.0, 8913.0, 8837.0, 8894.0, 8815.0, 8828.0, 8855.0, 8793.0, 8851.0, 8882.0, 8794.0, 8835.0, 8779.0, 8812.0, 8840.0, 8815.0, 8826.0, 8850.0, 8791.0, 8837.0, 8810.0, 8825.0, 8840.0, 8812.0, 8830.0, 8863.0, 8813.0, 8840.0, 8795.0, 8824.0, 8836.0, 8797.0, 8843.0, 8858.0, 8830.0, 8856.0, 8813.0, 8828.0, 8870.0, 8816.0, 8860.0, 8814.0, 8829.0, 8885.0, 8799.0, 8858.0, 8869.0, 8832.0, 8870.0, 8780.0, 8823.0, 8867.0, 8813.0, 8860.0, 8813.0, 8829.0, 8883.0, 8797.0, 8838.0, 8866.0, 8812.0, 8871.0, 8794.0, 8826.0, 8867.0, 8792.0, 8824.0, 8794.0, 8844.0, 8865.0, 8815.0, 8853.0, 8802.0, 8847.0, 8900.0, 8837.0, 8879.0, 8826.0, 8848.0, 8802.0, 8865.0, 8892.0, 8847.0, 8874.0, 8786.0, 8844.0, 8887.0, 8796.0, 8874.0, 8851.0, 8838.0, 8880.0, 8788.0, 8835.0, 8860.0, 8788.0, 8849.0, 8788.0, 8822.0, 8862.0, 8791.0, 8821.0, 8803.0, 8793.0, 8820.0, 8793.0, 8810.0, 8862.0, 8779.0, 8824.0, 8791.0, 8810.0, 8836.0, 8781.0, 8823.0, 8832.0, 8804.0, 8839.0, 8776.0, 8824.0, 8852.0, 8779.0, 8809.0, 8832.0, 8808.0, 8841.0, 8797.0, 8840.0, 8869.0, 8798.0, 8838.0, 8780.0, 8827.0, 8857.0, 8799.0, 8841.0, 8822.0, 8798.0, 8842.0, 8812.0, 8829.0, 8884.0, 8800.0, 8841.0, 8777.0, 8829.0, 8858.0, 8814.0, 8844.0, 8812.0, 8798.0, 8870.0, 8810.0, 8829.0, 8906.0, 8784.0, 8825.0, 8765.0, 8811.0, 8906.0, 8803.0, 8884.0, 8795.0, 8840.0, 8800.0, 8816.0, 8873.0, 8853.0, 8809.0, 8869.0, 8797.0, 8840.0, 8825.0, 8799.0, 8849.0, 8778.0, 8841.0, 8881.0, 8797.0, 8869.0, 8781.0, 8808.0, 8863.0, 8793.0, 8853.0, 8863.0, 8790.0, 8844.0, 8775.0, 8822.0, 8860.0, 8777.0, 8850.0, 8761.0, 8790.0, 8832.0, 8759.0, 8821.0, 8861.0, 8775.0, 8834.0, 8762.0, 8809.0, 8853.0, 8810.0, 8895.0, 8828.0, 8859.0, 8803.0, 8830.0, 8812.0, 8860.0, 8893.0, 8788.0, 8861.0, 8886.0, 8812.0, 8866.0, 8776.0, 8846.0, 8843.0, 8817.0, 8891.0, 8837.0, 8841.0, 8887.0, 8822.0, 8866.0, 8859.0, 8799.0, 8840.0, 8775.0, 8805.0, 8853.0, 8763.0, 8821.0, 8850.0, 8748.0, 8805.0, 8730.0, 8775.0, 8806.0, 8750.0, 8796.0, 8793.0, 8750.0, 8809.0, 8749.0, 8828.0, 8849.0, 8812.0, 8842.0, 8766.0, 8805.0, 8805.0, 8796.0, 8851.0, 8789.0, 8809.0, 8864.0, 8779.0, 8822.0, 8774.0, 8823.0, 8851.0, 8795.0, 8839.0, 8778.0, 8794.0, 8835.0, 8779.0, 8825.0, 8781.0, 8811.0, 8866.0, 8796.0, 8822.0, 8793.0, 8807.0, 8850.0, 8794.0, 8826.0, 8785.0, 8800.0, 8841.0, 8784.0, 8841.0, 8862.0, 8793.0, 8851.0, 8764.0, 8828.0, 8853.0, 8810.0, 8869.0, 8783.0, 8827.0, 8764.0, 8810.0, 8839.0, 8799.0, 8844.0, 8799.0, 8816.0, 8841.0, 8798.0, 8843.0, 8782.0, 8831.0, 8827.0, 8817.0, 8859.0, 8800.0, 8827.0, 8869.0, 8796.0, 8874.0, 8800.0, 8829.0, 8887.0, 8781.0, 8811.0, 8801.0, 8838.0, 8884.0, 8851.0, 8871.0, 8840.0, 8916.0, 8827.0, 8876.0, 8842.0, 8935.0, 8922.0, 8870.0, 8907.0, 8806.0, 8861.0, 8798.0, 8823.0, 8884.0, 8823.0, 8837.0, 8865.0, 8779.0, 8836.0, 8774.0, 8808.0, 8862.0, 8808.0, 8837.0, 8797.0, 8825.0, 8781.0, 8798.0, 8828.0, 8797.0, 8829.0, 8799.0, 8817.0, 8843.0, 8783.0, 8843.0, 8796.0, 8830.0, 8887.0, 8818.0, 8846.0, 8815.0, 8830.0, 8886.0, 8800.0, 8872.0, 8782.0, 8797.0, 8851.0, 8796.0, 8856.0, 8826.0, 8829.0, 8885.0, 8769.0, 8823.0, 8763.0, 8813.0, 8883.0, 8799.0, 8858.0, 8798.0, 8814.0, 8836.0, 8798.0, 8844.0, 8809.0, 8812.0, 8867.0, 8781.0, 8840.0, 8808.0, 8829.0, 8867.0, 8797.0, 8840.0, 8764.0, 8825.0, 8880.0, 8795.0, 8870.0, 8794.0, 8798.0, 8836.0, 8797.0, 8839.0, 8783.0, 8813.0, 8855.0, 8803.0, 8829.0, 8820.0, 8859.0, 8813.0, 8826.0, 8809.0, 8835.0, 8839.0, 8784.0, 8909.0, 8854.0, 8894.0, 8877.0, 8819.0, 8870.0, 8781.0, 8850.0, 8860.0, 8820.0, 8862.0, 8775.0, 8821.0, 8831.0, 8812.0, 8878.0, 8831.0, 8881.0, 8797.0, 8821.0, 8793.0, 8858.0, 8820.0, 8813.0, 8869.0, 8897.0, 8842.0, 8858.0, 8881.0, 8796.0, 8883.0, 8815.0, 8830.0, 8876.0, 8784.0, 8843.0, 8858.0, 8811.0, 8856.0, 8785.0, 8815.0, 8827.0, 8779.0, 8795.0, 8822.0, 8735.0, 8791.0, 8791.0, 8746.0, 8790.0, 8734.0, 8794.0, 8779.0, 8726.0, 8794.0, 8734.0, 8768.0, 8809.0, 8727.0, 8787.0, 8797.0, 8750.0, 8826.0, 8764.0, 8811.0, 8807.0, 8774.0, 8827.0, 8789.0, 8790.0, 8771.0, 8835.0, 8791.0, 8841.0, 8887.0, 8812.0, 8886.0, 8794.0, 8837.0, 8886.0, 8801.0, 8862.0, 8864.0, 8838.0, 8880.0, 8779.0, 8851.0, 8776.0, 8833.0, 8844.0, 8791.0, 8867.0, 8776.0, 8819.0, 8829.0, 8775.0, 8834.0, 8876.0, 8788.0, 8861.0, 8771.0, 8816.0, 8842.0, 8759.0, 8834.0, 8788.0, 8818.0, 8844.0, 8762.0, 8819.0, 8814.0, 8790.0, 8848.0, 8804.0, 8835.0, 8789.0, 8804.0, 8832.0, 8786.0, 8818.0, 8861.0, 8792.0, 8864.0, 8764.0, 8822.0, 8861.0, 8771.0, 8818.0, 8802.0, 8805.0, 8848.0, 8765.0, 8823.0, 8820.0, 8777.0, 8853.0, 8806.0, 8840.0, 8824.0, 8784.0, 8873.0, 8794.0, 8825.0, 8881.0, 8798.0, 8872.0, 8798.0, 8825.0, 8853.0, 8765.0, 8825.0, 8865.0, 8811.0, 8866.0, 8784.0, 8844.0, 8838.0, 8798.0, 8872.0, 8823.0, 8840.0, 8884.0, 8794.0, 8840.0, 8880.0, 8794.0, 8875.0, 8833.0, 8798.0, 8796.0, 8716.0, 8845.0, 8890.0, 8794.0, 8849.0, 8800.0, 8836.0, 8853.0, 8787.0, 8851.0, 8820.0, 8850.0, 8866.0, 8801.0, 8839.0, 8810.0, 8780.0, 8861.0, 8796.0, 8873.0, 8802.0, 8872.0, 8784.0, 8840.0, 8879.0, 8775.0, 8846.0, 8840.0, 8801.0, 8861.0, 8801.0, 8847.0, 8774.0, 8803.0, 8829.0, 8752.0, 8814.0, 8857.0, 8804.0, 8858.0, 8776.0, 8821.0, 8845.0, 8786.0, 8845.0, 8801.0, 8820.0, 8816.0, 8778.0, 8834.0, 8786.0, 8818.0, 8873.0, 8793.0, 8864.0, 8764.0, 8822.0, 8861.0, 8788.0, 8831.0, 8815.0, 8834.0, 8863.0, 8794.0, 8835.0, 8785.0, 8788.0, 8832.0, 8789.0, 8835.0, 8775.0, 8793.0, 8834.0, 8762.0, 8823.0, 8833.0, 8821.0, 8863.0, 8779.0, 8821.0, 8829.0, 8776.0, 8850.0, 8818.0, 8837.0, 8879.0, 8791.0, 8835.0, 8773.0, 8787.0, 8826.0, 8788.0, 8819.0, 8787.0, 8791.0, 8832.0, 8792.0, 8838.0, 8791.0, 8791.0, 8854.0, 8799.0, 8856.0, 8783.0, 8840.0, 8819.0, 8794.0, 8858.0, 8827.0, 8861.0, 8890.0, 8801.0, 8856.0, 8777.0, 8823.0, 8881.0, 8807.0, 8854.0, 8782.0, 8795.0, 8845.0, 8777.0, 8837.0, 8832.0, 8807.0, 8884.0, 8864.0, 8898.0, 8915.0, 8847.0, 8798.0, 8854.0, 8791.0, 8878.0, 8874.0, 8846.0, 8912.0, 8830.0, 8897.0, 8891.0, 8900.0, 8907.0, 8816.0, 8835.0, 8856.0, 8772.0, 8862.0, 8811.0, 8830.0, 8874.0, 8780.0, 8837.0, 8774.0, 8804.0, 8816.0, 8745.0, 8807.0, 8775.0, 8794.0, 8837.0, 8767.0, 8810.0, 8778.0, 8794.0, 8807.0, 8785.0, 8846.0, 8799.0, 8803.0, 8852.0, 8788.0, 8827.0, 8760.0, 8860.0, 8794.0, 8819.0, 8785.0, 8846.0, 8881.0, 8796.0, 8867.0, 8803.0, 8830.0, 8831.0, 8777.0, 8850.0, 8830.0, 8821.0, 8851.0, 8802.0, 8848.0, 8875.0, 8785.0, 8861.0, 8796.0, 8841.0, 8853.0, 8778.0, 8839.0, 8849.0, 8790.0, 8834.0, 8770.0, 8791.0, 8815.0, 8733.0, 8822.0, 8749.0, 8808.0, 8821.0, 8764.0, 8808.0, 8762.0, 8815.0, 8817.0, 8799.0, 8837.0, 8785.0, 8793.0, 8839.0, 8786.0, 8827.0, 8810.0, 8860.0, 8801.0, 8827.0, 8796.0, 8825.0, 8864.0, 8778.0, 8824.0, 8879.0, 8792.0, 8865.0, 8776.0, 8819.0, 8844.0, 8771.0, 8817.0, 8873.0, 8792.0, 8863.0, 8761.0, 8820.0, 8847.0, 8777.0, 8837.0, 8804.0, 8823.0, 8835.0, 8780.0, 8810.0, 8864.0, 8804.0, 8837.0, 8877.0, 8792.0, 8846.0, 8774.0, 8789.0, 8845.0, 8793.0, 8843.0, 8872.0, 8827.0, 8857.0, 8811.0, 8855.0, 8815.0, 8879.0, 8909.0, 8821.0, 8892.0, 8811.0, 8840.0, 8880.0, 8791.0, 8818.0, 8876.0, 8791.0, 8846.0, 8786.0, 8801.0, 8841.0, 8785.0, 8833.0, 8801.0, 8789.0, 8831.0, 8756.0, 8832.0, 8873.0, 8784.0, 8842.0, 8755.0, 8800.0, 8839.0, 8803.0, 8849.0, 8774.0, 8805.0, 8846.0, 8775.0, 8830.0, 8772.0, 8835.0, 8865.0, 8796.0, 8850.0, 8768.0, 8823.0, 8845.0, 8777.0, 8838.0, 8806.0, 8844.0, 8902.0, 8817.0, 8858.0, 8801.0, 8827.0, 8866.0, 8810.0, 8843.0, 8814.0, 8831.0, 8871.0, 8804.0, 8847.0, 8840.0, 8795.0, 8869.0, 8808.0, 8827.0, 8883.0, 8795.0, 8825.0, 8790.0, 8824.0, 8885.0, 8809.0, 8839.0, 8878.0, 8775.0, 8836.0, 8788.0, 8824.0, 8879.0, 8792.0, 8807.0, 8861.0, 8790.0, 8835.0, 8789.0, 8821.0, 8861.0, 8774.0, 8804.0, 8844.0, 8775.0, 8832.0, 8774.0, 8819.0, 8852.0, 8792.0, 8855.0, 8792.0, 8828.0, 8885.0, 8855.0, 8889.0, 8796.0, 8866.0, 8784.0, 8826.0, 8885.0, 8840.0, 8873.0, 8811.0, 8779.0, 8853.0, 8791.0, 8803.0, 8861.0, 8803.0, 8835.0, 8790.0, 8764.0, 8849.0, 8790.0, 8821.0, 8861.0, 8790.0, 8865.0, 8763.0, 8777.0, 8846.0, 8771.0, 8816.0, 8876.0, 8792.0, 8865.0, 8790.0, 8806.0, 8845.0, 8772.0, 8847.0, 8829.0, 8802.0, 8859.0, 8744.0, 8815.0, 8858.0, 8789.0, 8860.0, 8758.0, 8802.0, 8840.0, 8772.0, 8832.0, 8787.0, 8820.0, 8862.0, 8761.0, 8815.0, 8770.0, 8807.0, 8879.0, 8780.0, 8851.0, 8761.0, 8774.0, 8832.0, 8776.0, 8838.0, 8807.0, 8780.0, 8837.0, 8789.0, 8790.0, 8846.0, 8775.0, 8836.0, 8776.0, 8779.0, 8833.0, 8763.0, 8792.0, 8860.0, 8792.0, 8853.0, 8778.0, 8779.0, 8849.0, 8761.0, 8790.0, 8846.0, 8792.0, 8838.0, 8762.0, 8778.0, 8834.0, 8776.0, 8826.0, 8838.0, 8810.0, 8852.0, 8762.0, 8807.0, 8858.0, 8779.0, 8854.0, 8796.0, 8812.0, 8853.0, 8767.0, 8810.0, 8862.0, 8855.0, 8920.0, 8827.0, 8895.0, 8812.0, 8826.0, 8807.0, 8883.0, 8815.0, 8847.0, 8873.0, 8824.0, 8840.0, 8881.0, 8779.0, 8866.0, 8858.0, 8800.0, 8848.0, 8810.0, 8812.0, 8861.0, 8808.0, 8838.0, 8836.0, 8757.0, 8832.0, 8794.0, 8780.0, 8811.0, 8757.0, 8743.0, 8767.0, 8756.0, 8800.0, 8774.0, 8820.0, 8751.0, 8806.0, 8746.0, 8788.0, 8814.0, 8731.0, 8803.0, 8745.0, 8763.0, 8791.0, 8751.0, 8808.0, 8791.0, 8766.0, 8803.0, 8736.0, 8780.0, 8750.0, 8786.0, 8815.0, 8773.0, 8822.0, 8861.0, 8790.0, 8831.0, 8756.0, 8800.0, 8824.0, 8772.0, 8832.0, 8773.0, 8821.0, 8863.0, 8776.0, 8834.0, 8801.0, 8787.0, 8826.0, 8797.0, 8814.0, 8839.0, 8773.0, 8849.0, 8789.0, 8805.0, 8829.0, 8760.0, 8817.0, 8812.0, 8787.0, 8831.0, 8803.0, 8837.0, 8847.0, 8793.0, 8866.0, 8803.0, 8839.0, 8803.0, 8829.0, 8812.0, 8832.0, 8892.0, 8821.0, 8877.0, 8823.0, 8825.0, 8865.0, 8779.0, 8837.0, 8879.0, 8807.0, 8864.0, 8762.0, 8819.0, 8844.0, 8773.0, 8836.0, 8790.0, 8839.0, 8850.0, 8780.0, 8823.0, 8801.0, 8779.0, 8821.0, 8806.0, 8824.0, 8848.0, 8766.0, 8835.0, 8778.0, 8777.0, 8835.0, 8807.0, 8827.0, 8837.0, 8799.0, 8842.0, 8826.0, 8810.0, 8834.0, 8777.0, 8823.0, 8865.0, 8795.0, 8838.0, 8821.0, 8781.0, 8838.0, 8764.0, 8837.0, 8851.0, 8781.0, 8838.0, 8765.0, 8802.0, 8859.0, 8788.0, 8825.0, 8837.0, 8830.0, 8873.0, 8839.0, 8873.0, 8788.0, 8848.0, 8857.0, 8845.0, 8888.0, 8801.0, 8860.0, 8868.0, 8799.0, 8873.0, 8808.0, 8837.0, 8865.0, 8778.0, 8823.0, 8864.0, 8794.0, 8853.0, 8793.0, 8823.0, 8863.0, 8777.0, 8820.0, 8801.0, 8792.0, 8838.0, 8806.0, 8845.0, 8855.0, 8787.0, 8848.0, 8776.0, 8825.0, 8878.0, 8799.0, 8855.0, 8782.0, 8825.0, 8864.0, 8778.0, 8851.0, 8791.0, 8821.0, 8880.0, 8779.0, 8836.0, 8845.0, 8776.0, 8846.0, 8803.0, 8834.0, 8790.0, 8778.0, 8835.0, 8803.0, 8817.0, 8859.0, 8763.0, 8849.0, 8761.0, 8803.0, 8830.0, 8746.0, 8805.0, 8845.0, 8793.0, 8851.0, 8767.0, 8827.0, 8849.0, 8756.0, 8816.0, 8795.0, 8841.0, 8810.0, 8841.0, 8879.0, 8810.0, 8872.0, 8791.0, 8848.0, 8807.0, 8854.0, 8848.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.002450037907505686</td></tr>
<tr><td colspan=3>aqi</td><td>0.04367162304776346</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.59391039104705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1452473132397567</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0092994706752654</td></tr>
<tr><td colspan=3>efc</td><td>0.4693</td></tr>
<tr><td colspan=3>fber</td><td>5545.603</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11408702159985669</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.386656557998483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.326940514734434</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.227626855980146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5417613939451402</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2114332942780157</td></tr>
<tr><td colspan=3>gcor</td><td>0.00681973</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017115626484155655</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02994230017066002</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.371009307264669</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>36.2265</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.6484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.1703</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2945</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.4712</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3200.9131</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>762.9766</td></tr>
<tr><td colspan=3>tsnr</td><td>31.55101102241315</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>