ds005256-mriqc/sub-0034_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-04_task-fractional_acq-mb8_run-01_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-01_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>1ec7880ebc77f5569cef62ae1b51dfe1</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:33:56.720000</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-01_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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>5a2bc29d-3be4-41d3-828f-c1cbd0d82348||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': ['083356.720000', '083357.180000', '083357.640000', '083358.100000', '083358.560000', '083359.020000', '083359.480000', '083359.940000', '083400.400000', '083400.860000', '083401.320000', '083401.780000', '083402.240000', '083402.700000', '083403.160000', '083403.620000', '083404.080000', '083404.540000', '083405.000000', '083405.460000', '083405.920000', '083406.380000', '083406.840000', '083407.300000', '083407.760000', '083408.220000', '083408.680000', '083409.140000', '083409.600000', '083410.060000', '083410.520000', '083410.980000', '083411.440000', '083411.900000', '083412.360000', '083412.820000', '083413.280000', '083413.740000', '083414.200000', '083414.660000', '083415.120000', '083415.580000', '083416.040000', '083416.500000', '083416.960000', '083417.420000', '083417.880000', '083418.340000', '083418.800000', '083419.260000', '083419.720000', '083420.180000', '083420.640000', '083421.100000', '083421.560000', '083422.020000', '083422.480000', '083422.940000', '083423.400000', '083423.860000', '083424.320000', '083424.780000', '083425.240000', '083425.700000', '083426.160000', '083426.620000', '083427.080000', '083427.540000', '083428.000000', '083428.460000', '083428.920000', '083429.380000', '083429.840000', '083430.300000', '083430.760000', '083431.220000', '083431.680000', '083432.140000', '083432.600000', '083433.060000', '083433.520000', '083433.980000', '083434.440000', '083434.900000', '083435.360000', '083435.820000', '083436.280000', '083436.740000', '083437.200000', '083437.660000', '083438.120000', '083438.580000', '083439.040000', '083439.500000', '083439.960000', '083440.420000', '083440.880000', '083441.340000', '083441.800000', '083442.260000', '083442.720000', '083443.180000', '083443.640000', '083444.100000', '083444.560000', '083445.020000', '083445.480000', '083445.940000', '083446.400000', '083446.860000', '083447.320000', '083447.780000', '083448.240000', '083448.700000', '083449.160000', '083449.620000', '083450.080000', '083450.540000', '083451.000000', '083451.460000', '083451.920000', '083452.380000', '083452.840000', '083453.300000', '083453.760000', '083454.220000', '083454.680000', '083455.140000', '083455.600000', '083456.060000', '083456.520000', '083456.980000', '083457.440000', '083457.900000', '083458.360000', '083458.820000', '083459.280000', '083459.740000', '083500.200000', '083500.660000', '083501.120000', '083501.580000', '083502.040000', '083502.500000', '083502.960000', '083503.420000', '083503.880000', '083504.340000', '083504.800000', '083505.260000', '083505.720000', '083506.180000', '083506.640000', '083507.100000', '083507.560000', '083508.020000', '083508.480000', '083508.940000', '083509.400000', '083509.860000', '083510.320000', '083510.780000', '083511.240000', '083511.700000', '083512.160000', '083512.620000', '083513.080000', '083513.540000', '083514.000000', '083514.460000', '083514.920000', '083515.380000', '083515.840000', '083516.300000', '083516.760000', '083517.220000', '083517.680000', '083518.140000', '083518.600000', '083519.060000', '083519.520000', '083519.980000', '083520.440000', '083520.900000', '083521.360000', '083521.820000', '083522.280000', '083522.740000', '083523.200000', '083523.660000', '083524.120000', '083524.580000', '083525.040000', '083525.500000', '083525.960000', '083526.420000', '083526.880000', '083527.340000', '083527.800000', '083528.260000', '083528.720000', '083529.180000', '083529.640000', '083530.100000', '083530.560000', '083531.020000', '083531.480000', '083531.940000', '083532.400000', '083532.860000', '083533.320000', '083533.780000', '083534.240000', '083534.700000', '083535.160000', '083535.620000', '083536.080000', '083536.540000', '083537.000000', '083537.460000', '083537.920000', '083538.380000', '083538.840000', '083539.300000', '083539.760000', '083540.220000', '083540.680000', '083541.140000', '083541.600000', '083542.060000', '083542.520000', '083542.980000', '083543.440000', '083543.900000', '083544.360000', '083544.820000', '083545.280000', '083545.740000', '083546.200000', '083546.660000', '083547.120000', '083547.580000', '083548.040000', '083548.500000', '083548.960000', '083549.420000', '083549.880000', '083550.340000', '083550.800000', '083551.260000', '083551.720000', '083552.180000', '083552.640000', '083553.100000', '083553.560000', '083554.020000', '083554.480000', '083554.940000', '083555.400000', '083555.860000', '083556.320000', '083556.780000', '083557.240000', '083557.700000', '083558.160000', '083558.620000', '083559.080000', '083559.540000', '083600.000000', '083600.460000', '083600.920000', '083601.380000', '083601.840000', '083602.300000', '083602.760000', '083603.220000', '083603.680000', '083604.140000', '083604.600000', '083605.060000', '083605.520000', '083605.980000', '083606.440000', '083606.900000', '083607.360000', '083607.820000', '083608.280000', '083608.740000', '083609.200000', '083609.660000', '083610.120000', '083610.580000', '083611.040000', '083611.500000', '083611.960000', '083612.420000', '083612.880000', '083613.340000', '083613.800000', '083614.260000', '083614.720000', '083615.180000', '083615.640000', '083616.100000', '083616.560000', '083617.020000', '083617.480000', '083617.940000', '083618.400000', '083618.860000', '083619.320000', '083619.780000', '083620.240000', '083620.700000', '083621.160000', '083621.620000', '083622.080000', '083622.540000', '083623.000000', '083623.460000', '083623.920000', '083624.380000', '083624.840000', '083625.300000', '083625.760000', '083626.220000', '083626.680000', '083627.140000', '083627.600000', '083628.060000', '083628.520000', '083628.980000', '083629.440000', '083629.900000', '083630.360000', '083630.820000', '083631.280000', '083631.740000', '083632.200000', '083632.660000', '083633.120000', '083633.580000', '083634.040000', '083634.500000', '083634.960000', '083635.420000', '083635.880000', '083636.340000', '083636.800000', '083637.260000', '083637.720000', '083638.180000', '083638.640000', '083639.100000', '083639.560000', '083640.020000', '083640.480000', '083640.940000', '083641.400000', '083641.860000', '083642.320000', '083642.780000', '083643.240000', '083643.700000', '083644.160000', '083644.620000', '083645.080000', '083645.540000', '083646.000000', '083646.460000', '083646.920000', '083647.380000', '083647.840000', '083648.300000', '083648.760000', '083649.220000', '083649.680000', '083650.140000', '083650.600000', '083651.060000', '083651.520000', '083651.980000', '083652.440000', '083652.900000', '083653.360000', '083653.820000', '083654.280000', '083654.740000', '083655.200000', '083655.660000', '083656.120000', '083656.580000', '083657.040000', '083657.500000', '083657.960000', '083658.420000', '083658.880000', '083659.340000', '083659.800000', '083700.260000', '083700.720000', '083701.180000', '083701.640000', '083702.100000', '083702.560000', '083703.020000', '083703.480000', '083703.940000', '083704.400000', '083704.860000', '083705.320000', '083705.780000', '083706.240000', '083706.700000', '083707.160000', '083707.620000', '083708.080000', '083708.540000', '083709.000000', '083709.460000', '083709.920000', '083710.380000', '083710.840000', '083711.300000', '083711.760000', '083712.220000', '083712.680000', '083713.140000', '083713.600000', '083714.060000', '083714.520000', '083714.980000', '083715.440000', '083715.900000', '083716.360000', '083716.820000', '083717.280000', '083717.740000', '083718.200000', '083718.660000', '083719.120000', '083719.580000', '083720.040000', '083720.500000', '083720.960000', '083721.420000', '083721.880000', '083722.340000', '083722.800000', '083723.260000', '083723.720000', '083724.180000', '083724.640000', '083725.100000', '083725.560000', '083726.020000', '083726.480000', '083726.940000', '083727.400000', '083727.860000', '083728.320000', '083728.780000', '083729.240000', '083729.700000', '083730.160000', '083730.620000', '083731.080000', '083731.540000', '083732.000000', '083732.460000', '083732.920000', '083733.380000', '083733.840000', '083734.300000', '083734.760000', '083735.220000', '083735.680000', '083736.140000', '083736.600000', '083737.060000', '083737.520000', '083737.980000', '083738.440000', '083738.900000', '083739.360000', '083739.820000', '083740.280000', '083740.740000', '083741.200000', '083741.660000', '083742.120000', '083742.580000', '083743.040000', '083743.500000', '083743.960000', '083744.420000', '083744.880000', '083745.340000', '083745.800000', '083746.260000', '083746.720000', '083747.180000', '083747.640000', '083748.100000', '083748.560000', '083749.020000', '083749.480000', '083749.940000', '083750.400000', '083750.860000', '083751.320000', '083751.780000', '083752.240000', '083752.700000', '083753.160000', '083753.620000', '083754.080000', '083754.540000', '083755.000000', '083755.460000', '083755.920000', '083756.380000', '083756.840000', '083757.300000', '083757.760000', '083758.220000', '083758.680000', '083759.140000', '083759.600000', '083800.060000', '083800.520000', '083800.980000', '083801.440000', '083801.900000', '083802.360000', '083802.820000', '083803.280000', '083803.740000', '083804.200000', '083804.660000', '083805.120000', '083805.580000', '083806.040000', '083806.500000', '083806.960000', '083807.420000', '083807.880000', '083808.340000', '083808.800000', '083809.260000', '083809.720000', '083810.180000', '083810.640000', '083811.100000', '083811.560000', '083812.020000', '083812.480000', '083812.940000', '083813.400000', '083813.860000', '083814.320000', '083814.780000', '083815.240000', '083815.700000', '083816.160000', '083816.620000', '083817.080000', '083817.540000', '083818.000000', '083818.460000', '083818.920000', '083819.380000', '083819.840000', '083820.300000', '083820.760000', '083821.220000', '083821.680000', '083822.140000', '083822.600000', '083823.060000', '083823.520000', '083823.980000', '083824.440000', '083824.900000', '083825.360000', '083825.820000', '083826.280000', '083826.740000', '083827.200000', '083827.660000', '083828.120000', '083828.580000', '083829.040000', '083829.500000', '083829.960000', '083830.420000', '083830.880000', '083831.340000', '083831.800000', '083832.260000', '083832.720000', '083833.180000', '083833.640000', '083834.100000', '083834.560000', '083835.020000', '083835.480000', '083835.940000', '083836.400000', '083836.860000', '083837.320000', '083837.780000', '083838.240000', '083838.700000', '083839.160000', '083839.620000', '083840.080000', '083840.540000', '083841.000000', '083841.460000', '083841.920000', '083842.380000', '083842.840000', '083843.300000', '083843.760000', '083844.220000', '083844.680000', '083845.140000', '083845.600000', '083846.060000', '083846.520000', '083846.980000', '083847.440000', '083847.900000', '083848.360000', '083848.820000', '083849.280000', '083849.740000', '083850.200000', '083850.660000', '083851.120000', '083851.580000', '083852.040000', '083852.500000', '083852.960000', '083853.420000', '083853.880000', '083854.340000', '083854.800000', '083855.260000', '083855.720000', '083856.180000', '083856.640000', '083857.100000', '083857.560000', '083858.020000', '083858.480000', '083858.940000', '083859.400000', '083859.860000', '083900.320000', '083900.780000', '083901.240000', '083901.700000', '083902.160000', '083902.620000', '083903.080000', '083903.540000', '083904.000000', '083904.460000', '083904.920000', '083905.380000', '083905.840000', '083906.300000', '083906.760000', '083907.220000', '083907.680000', '083908.140000', '083908.600000', '083909.060000', '083909.520000', '083909.980000', '083910.440000', '083910.900000', '083911.360000', '083911.820000', '083912.280000', '083912.740000', '083913.200000', '083913.660000', '083914.120000', '083914.580000', '083915.040000', '083915.500000', '083915.960000', '083916.420000', '083916.880000', '083917.340000', '083917.800000', '083918.260000', '083918.720000', '083919.180000', '083919.640000', '083920.100000', '083920.560000', '083921.020000', '083921.480000', '083921.940000', '083922.400000', '083922.860000', '083923.320000', '083923.780000', '083924.240000', '083924.700000', '083925.160000', '083925.620000', '083926.080000', '083926.540000', '083927.000000', '083927.460000', '083927.920000', '083928.380000', '083928.840000', '083929.300000', '083929.760000', '083930.220000', '083930.680000', '083931.140000', '083931.600000', '083932.060000', '083932.520000', '083932.980000', '083933.440000', '083933.900000', '083934.360000', '083934.820000', '083935.280000', '083935.740000', '083936.200000', '083936.660000', '083937.120000', '083937.580000', '083938.040000', '083938.500000', '083938.960000', '083939.420000', '083939.880000', '083940.340000', '083940.800000', '083941.260000', '083941.720000', '083942.180000', '083942.640000', '083943.100000', '083943.560000', '083944.020000', '083944.480000', '083944.940000', '083945.400000', '083945.860000', '083946.320000', '083946.780000', '083947.240000', '083947.700000', '083948.160000', '083948.620000', '083949.080000', '083949.540000', '083950.000000', '083950.460000', '083950.920000', '083951.380000', '083951.840000', '083952.300000', '083952.760000', '083953.220000', '083953.680000', '083954.140000', '083954.600000', '083955.060000', '083955.520000', '083955.980000', '083956.440000', '083956.900000', '083957.360000', '083957.820000', '083958.280000', '083958.740000', '083959.200000', '083959.660000', '084000.120000', '084000.580000', '084001.040000', '084001.500000', '084001.960000', '084002.420000', '084002.880000', '084003.340000', '084003.800000', '084004.260000', '084004.720000', '084005.180000', '084005.640000', '084006.100000', '084006.560000', '084007.020000', '084007.480000', '084007.940000', '084008.400000', '084008.860000', '084009.320000', '084009.780000', '084010.240000', '084010.700000', '084011.160000', '084011.620000', '084012.080000', '084012.540000', '084013.000000', '084013.460000', '084013.920000', '084014.380000', '084014.840000', '084015.300000', '084015.760000', '084016.220000', '084016.680000', '084017.140000', '084017.600000', '084018.060000', '084018.520000', '084018.980000', '084019.440000', '084019.900000', '084020.360000', '084020.820000', '084021.280000', '084021.740000', '084022.200000', '084022.660000', '084023.120000', '084023.580000', '084024.040000', '084024.500000', '084024.960000', '084025.420000', '084025.880000', '084026.340000', '084026.800000', '084027.260000', '084027.720000', '084028.180000', '084028.640000', '084029.100000', '084029.560000', '084030.020000', '084030.480000', '084030.940000', '084031.400000', '084031.860000', '084032.320000', '084032.780000', '084033.240000', '084033.700000', '084034.160000', '084034.620000', '084035.080000', '084035.540000', '084036.000000', '084036.460000', '084036.920000', '084037.380000', '084037.840000', '084038.300000', '084038.760000', '084039.220000', '084039.680000', '084040.140000', '084040.600000', '084041.060000', '084041.520000', '084041.980000', '084042.440000', '084042.900000', '084043.360000', '084043.820000', '084044.280000', '084044.740000', '084045.200000', '084045.660000', '084046.120000', '084046.580000', '084047.040000', '084047.500000', '084047.960000', '084048.420000', '084048.880000', '084049.340000', '084049.800000', '084050.260000', '084050.720000', '084051.180000', '084051.640000', '084052.100000', '084052.560000', '084053.020000', '084053.480000', '084053.940000', '084054.400000', '084054.860000', '084055.320000', '084055.780000', '084056.240000', '084056.700000', '084057.160000', '084057.620000', '084058.080000', '084058.540000', '084059.000000', '084059.460000', '084059.920000', '084100.380000', '084100.840000', '084101.300000', '084101.760000', '084102.220000', '084102.680000', '084103.140000', '084103.600000', '084104.060000', '084104.520000', '084104.980000', '084105.440000', '084105.900000', '084106.360000', '084106.820000', '084107.280000', '084107.740000', '084108.200000', '084108.660000', '084109.120000', '084109.580000', '084110.040000', '084110.500000', '084110.960000', '084111.420000', '084111.880000', '084112.340000', '084112.800000', '084113.260000', '084113.720000', '084114.180000', '084114.640000', '084115.100000', '084115.560000', '084116.020000', '084116.480000', '084116.940000', '084117.400000', '084117.860000', '084118.320000', '084118.780000', '084119.240000', '084119.700000', '084120.160000', '084120.620000', '084121.080000', '084121.540000', '084122.000000', '084122.460000', '084122.920000', '084123.380000', '084123.840000', '084124.300000', '084124.760000', '084125.220000', '084125.680000', '084126.140000', '084126.600000', '084127.060000', '084127.520000', '084127.980000', '084128.440000', '084128.900000', '084129.360000', '084129.820000', '084130.280000', '084130.740000', '084131.200000', '084131.660000', '084132.120000', '084132.580000', '084133.040000', '084133.500000', '084133.960000', '084134.420000', '084134.880000', '084135.340000', '084135.800000', '084136.260000', '084136.720000', '084137.180000', '084137.640000', '084138.100000', '084138.560000', '084139.020000', '084139.480000', '084139.940000', '084140.400000', '084140.860000', '084141.320000', '084141.780000', '084142.240000', '084142.700000', '084143.160000', '084143.620000', '084144.080000', '084144.540000', '084145.000000', '084145.460000', '084145.920000', '084146.380000', '084146.840000', '084147.300000', '084147.760000', '084148.220000', '084148.680000', '084149.140000', '084149.600000', '084150.060000', '084150.520000', '084150.980000', '084151.440000', '084151.900000', '084152.360000', '084152.820000', '084153.280000', '084153.740000', '084154.200000', '084154.660000', '084155.120000', '084155.580000', '084156.040000', '084156.500000', '084156.960000', '084157.420000', '084157.880000', '084158.340000', '084158.800000', '084159.260000', '084159.720000', '084200.180000', '084200.640000', '084201.100000', '084201.560000', '084202.020000', '084202.480000', '084202.940000', '084203.400000', '084203.860000', '084204.320000', '084204.780000', '084205.240000', '084205.700000', '084206.160000', '084206.620000', '084207.080000', '084207.540000', '084208.000000', '084208.460000', '084208.920000', '084209.380000', '084209.840000', '084210.300000', '084210.760000', '084211.220000', '084211.680000', '084212.140000', '084212.600000', '084213.060000', '084213.520000', '084213.980000', '084214.440000', '084214.900000', '084215.360000', '084215.820000', '084216.280000', '084216.740000', '084217.200000', '084217.660000', '084218.120000', '084218.580000', '084219.040000', '084219.500000', '084219.960000', '084220.420000', '084220.880000', '084221.340000', '084221.800000', '084222.260000', '084222.720000', '084223.180000', '084223.640000', '084224.100000', '084224.560000', '084225.020000', '084225.480000', '084225.940000', '084226.400000', '084226.860000', '084227.320000', '084227.780000', '084228.240000', '084228.700000', '084229.160000', '084229.620000', '084230.080000', '084230.540000', '084231.000000', '084231.460000', '084231.920000', '084232.380000', '084232.840000', '084233.300000', '084233.760000', '084234.220000', '084234.680000', '084235.140000', '084235.600000', '084236.060000', '084236.520000', '084236.980000', '084237.440000', '084237.900000', '084238.360000', '084238.820000', '084239.280000', '084239.740000', '084240.200000', '084240.660000', '084241.120000', '084241.580000', '084242.040000', '084242.500000', '084242.960000', '084243.420000', '084243.880000', '084244.340000', '084244.800000', '084245.260000', '084245.720000', '084246.180000', '084246.640000', '084247.100000', '084247.560000', '084248.020000', '084248.480000', '084248.940000', '084249.400000', '084249.860000', '084250.320000', '084250.780000', '084251.240000', '084251.700000', '084252.160000', '084252.620000', '084253.080000', '084253.540000', '084254.000000', '084254.460000', '084254.920000', '084255.380000', '084255.840000', '084256.300000', '084256.760000', '084257.220000', '084257.680000', '084258.140000', '084258.600000', '084259.060000', '084259.520000', '084259.980000', '084300.440000', '084300.900000', '084301.360000', '084301.820000', '084302.280000', '084302.740000', '084303.200000', '084303.660000', '084304.120000', '084304.580000', '084305.040000', '084305.500000', '084305.960000', '084306.420000', '084306.880000', '084307.340000', '084307.800000', '084308.260000', '084308.720000', '084309.180000', '084309.640000', '084310.100000', '084310.560000', '084311.020000', '084311.480000', '084311.940000', '084312.400000', '084312.860000', '084313.320000', '084313.780000', '084314.240000', '084314.700000', '084315.160000', '084315.620000', '084316.080000', '084316.540000', '084317.000000', '084317.460000', '084317.920000', '084318.380000', '084318.840000', '084319.300000', '084319.760000', '084320.220000', '084320.680000', '084321.140000', '084321.600000', '084322.060000', '084322.520000', '084322.980000', '084323.440000', '084323.900000', '084324.360000', '084324.820000', '084325.280000', '084325.740000', '084326.200000', '084326.660000', '084327.120000', '084327.580000', '084328.040000', '084328.500000', '084328.960000', '084329.420000', '084329.880000', '084330.340000', '084330.800000', '084331.260000', '084331.720000', '084332.180000', '084332.640000', '084333.100000', '084333.560000', '084334.020000', '084334.480000', '084334.940000', '084335.400000', '084335.860000', '084336.320000', '084336.780000', '084337.240000', '084337.700000', '084338.160000', '084338.620000', '084339.080000', '084339.540000', '084340.000000', '084340.460000', '084340.920000', '084341.380000', '084341.840000', '084342.300000', '084342.760000', '084343.220000', '084343.680000', '084344.140000', '084344.600000', '084345.060000', '084345.520000', '084345.980000', '084346.440000', '084346.900000', '084347.360000', '084347.820000', '084348.280000', '084348.740000', '084349.200000', '084349.660000', '084350.120000', '084350.580000', '084351.040000', '084351.500000', '084351.960000', '084352.420000', '084352.880000', '084353.340000', '084353.800000', '084354.260000', '084354.720000', '084355.180000', '084355.640000', '084356.100000', '084356.560000', '084357.020000', '084357.480000', '084357.940000', '084358.400000', '084358.860000', '084359.320000', '084359.780000', '084400.240000', '084400.700000', '084401.160000', '084401.620000', '084402.080000', '084402.540000', '084403.000000', '084403.460000', '084403.920000', '084404.380000'], 'ContentTime': ['083415.173000', '083415.176000', '083415.179000', '083415.182000', '083415.184000', '083415.187000', '083415.209000', '083415.211000', '083415.214000', '083415.216000', '083415.219000', '083415.222000', '083415.229000', '083415.233000', '083415.236000', '083415.238000', '083415.241000', '083415.243000', '083415.246000', '083415.248000', '083415.253000', '083415.255000', '083415.258000', '083415.260000', '083415.263000', '083415.266000', '083415.268000', '083415.271000', '083415.273000', '083415.276000', '083415.278000', '083415.281000', '083415.284000', '083415.286000', '083415.289000', '083415.292000', '083415.294000', '083435.146000', '083435.148000', '083435.151000', '083435.153000', '083435.156000', '083435.159000', '083435.161000', '083435.168000', '083435.171000', '083435.173000', '083435.176000', '083435.178000', '083435.181000', '083435.184000', '083435.186000', '083435.189000', '083435.191000', '083435.194000', '083435.197000', '083435.199000', '083435.202000', '083435.204000', '083435.207000', '083435.209000', '083435.212000', '083435.215000', '083435.217000', '083435.220000', '083435.222000', '083435.225000', '083435.227000', '083435.230000', '083435.232000', '083435.235000', '083435.237000', '083435.240000', '083435.243000', '083435.245000', '083435.248000', '083435.250000', '083435.253000', '083435.255000', '083435.258000', '083435.260000', '083455.146000', '083455.148000', '083455.151000', '083455.154000', '083455.156000', '083455.159000', '083455.161000', '083455.164000', '083455.171000', '083455.174000', '083455.177000', '083455.179000', '083455.182000', '083455.185000', '083455.187000', '083455.220000', '083455.222000', '083455.225000', '083455.228000', '083455.230000', '083455.233000', '083455.235000', '083455.238000', '083455.240000', '083455.243000', '083455.245000', '083455.248000', '083455.251000', '083455.253000', '083455.256000', '083455.258000', '083455.261000', '083455.264000', '083455.266000', '083455.269000', '083455.271000', '083455.274000', '083455.276000', '083455.279000', '083455.281000', '083455.284000', '083455.286000', '083455.289000', '083515.146000', '083515.148000', '083515.166000', '083515.168000', '083515.171000', '083515.173000', '083515.176000', '083515.178000', '083515.181000', '083515.184000', '083515.186000', '083515.189000', '083515.191000', '083515.194000', '083515.196000', '083515.199000', '083515.202000', '083515.204000', '083515.207000', '083515.209000', '083515.212000', '083515.214000', '083515.217000', '083515.219000', '083515.222000', '083515.225000', '083515.227000', '083515.230000', '083515.232000', '083515.235000', '083515.237000', '083515.240000', '083515.242000', '083515.245000', '083515.248000', '083515.250000', '083515.253000', '083515.255000', '083515.258000', '083515.260000', '083515.263000', '083515.265000', '083515.268000', '083515.270000', '083535.146000', '083535.149000', '083535.151000', '083535.154000', '083535.156000', '083535.159000', '083535.161000', '083535.164000', '083535.166000', '083535.169000', '083535.172000', '083535.174000', '083535.177000', '083535.179000', '083535.182000', '083535.184000', '083535.187000', '083535.190000', '083535.192000', '083535.195000', '083535.197000', '083535.200000', '083535.203000', '083535.205000', '083535.208000', '083535.210000', '083535.213000', '083535.215000', '083535.218000', '083535.221000', '083535.223000', '083535.226000', '083535.229000', '083535.232000', '083535.235000', '083535.238000', '083535.240000', '083535.243000', '083535.245000', '083535.248000', '083535.250000', '083535.253000', '083535.255000', '083555.146000', '083555.148000', '083555.151000', '083555.154000', '083555.156000', '083555.159000', '083555.161000', '083555.164000', '083555.166000', '083555.169000', '083555.171000', '083555.174000', '083555.177000', '083555.179000', '083555.182000', '083555.184000', '083555.187000', '083555.213000', '083555.215000', '083555.218000', '083555.220000', '083555.223000', '083555.226000', '083555.228000', '083555.231000', '083555.233000', '083555.236000', '083555.238000', '083555.241000', '083555.244000', '083555.246000', '083555.249000', '083555.251000', '083555.254000', '083555.256000', '083555.259000', '083555.261000', '083555.264000', '083555.266000', '083555.269000', '083555.271000', '083555.276000', '083555.279000', '083555.281000', '083615.146000', '083615.148000', '083615.151000', '083615.154000', '083615.156000', '083615.159000', '083615.161000', '083615.164000', '083615.166000', '083615.169000', '083615.171000', '083615.174000', '083615.177000', '083615.179000', '083615.182000', '083615.184000', '083615.187000', '083615.208000', '083615.210000', '083615.213000', '083615.215000', '083615.218000', '083615.221000', '083615.223000', '083615.226000', '083615.228000', '083615.231000', '083615.233000', '083615.236000', '083615.239000', '083615.241000', '083615.244000', '083615.246000', '083615.249000', '083615.251000', '083615.254000', '083615.257000', '083615.259000', '083615.262000', '083615.264000', '083615.267000', '083615.269000', '083615.273000', '083635.147000', '083635.150000', '083635.153000', '083635.156000', '083635.159000', '083635.161000', '083635.164000', '083635.167000', '083635.169000', '083635.172000', '083635.174000', '083635.177000', '083635.179000', '083635.182000', '083635.185000', '083635.187000', '083635.213000', '083635.216000', '083635.218000', '083635.225000', '083635.228000', '083635.231000', '083635.233000', '083635.236000', '083635.238000', '083635.241000', '083635.243000', '083635.246000', '083635.248000', '083635.251000', '083635.254000', '083635.256000', '083635.259000', '083635.261000', '083635.264000', '083635.266000', '083635.269000', '083635.272000', '083635.274000', '083635.277000', '083635.279000', '083635.290000', '083635.293000', '083655.146000', '083655.148000', '083655.151000', '083655.154000', '083655.156000', '083655.159000', '083655.161000', '083655.164000', '083655.166000', '083655.169000', '083655.172000', '083655.174000', '083655.177000', '083655.179000', '083655.182000', '083655.185000', '083655.187000', '083655.212000', '083655.214000', '083655.217000', '083655.219000', '083655.222000', '083655.224000', '083655.227000', '083655.230000', '083655.232000', '083655.235000', '083655.237000', '083655.240000', '083655.242000', '083655.245000', '083655.248000', '083655.250000', '083655.253000', '083655.255000', '083655.258000', '083655.261000', '083655.263000', '083655.266000', '083655.268000', '083655.271000', '083655.273000', '083655.277000', '083655.280000', '083715.145000', '083715.148000', '083715.151000', '083715.153000', '083715.156000', '083715.158000', '083715.161000', '083715.164000', '083715.166000', '083715.169000', '083715.171000', '083715.174000', '083715.176000', '083715.179000', '083715.182000', '083715.184000', '083715.187000', '083715.190000', '083715.199000', '083715.201000', '083715.204000', '083715.206000', '083715.209000', '083715.211000', '083715.214000', '083715.217000', '083715.219000', '083715.222000', '083715.224000', '083715.227000', '083715.230000', '083715.232000', '083715.235000', '083715.237000', '083715.240000', '083715.242000', '083715.245000', '083715.247000', '083715.250000', '083715.253000', '083715.255000', '083715.258000', '083715.260000', '083715.263000', '083735.146000', '083735.148000', '083735.151000', '083735.154000', '083735.156000', '083735.159000', '083735.161000', '083735.164000', '083735.166000', '083735.169000', '083735.172000', '083735.174000', '083735.177000', '083735.179000', '083735.182000', '083735.184000', '083735.187000', '083735.190000', '083735.214000', '083735.216000', '083735.219000', '083735.222000', '083735.224000', '083735.227000', '083735.229000', '083735.232000', '083735.234000', '083735.237000', '083735.240000', '083735.242000', '083735.245000', '083735.247000', '083735.250000', '083735.252000', '083735.255000', '083735.257000', '083735.260000', '083735.263000', '083735.265000', '083735.268000', '083735.270000', '083735.273000', '083735.276000', '083755.146000', '083755.148000', '083755.151000', '083755.153000', '083755.156000', '083755.158000', '083755.161000', '083755.164000', '083755.166000', '083755.169000', '083755.171000', '083755.174000', '083755.177000', '083755.179000', '083755.182000', '083755.184000', '083755.187000', '083755.190000', '083755.192000', '083755.195000', '083755.197000', '083755.200000', '083755.202000', '083755.205000', '083755.208000', '083755.210000', '083755.213000', '083755.215000', '083755.218000', '083755.220000', '083755.223000', '083755.226000', '083755.228000', '083755.231000', '083755.233000', '083755.236000', '083755.238000', '083755.241000', '083755.244000', '083755.246000', '083755.249000', '083755.251000', '083755.254000', '083755.257000', '083815.146000', '083815.148000', '083815.151000', '083815.154000', '083815.156000', '083815.159000', '083815.161000', '083815.164000', '083815.166000', '083815.169000', '083815.172000', '083815.174000', '083815.177000', '083815.179000', '083815.182000', '083815.184000', '083815.187000', '083815.234000', '083815.237000', '083815.240000', '083815.242000', '083815.245000', '083815.264000', '083815.267000', '083815.269000', '083815.272000', '083815.274000', '083815.277000', '083815.279000', '083815.282000', '083815.285000', '083815.287000', '083815.290000', '083815.292000', '083815.295000', '083815.297000', '083815.300000', '083815.302000', '083815.305000', '083815.308000', '083815.310000', '083815.313000', '083815.315000', '083835.145000', '083835.148000', '083835.151000', '083835.154000', '083835.156000', '083835.159000', '083835.162000', '083835.164000', '083835.167000', '083835.169000', '083835.172000', '083835.175000', '083835.177000', '083835.180000', '083835.182000', '083835.185000', '083835.187000', '083835.238000', '083835.240000', '083835.243000', '083835.245000', '083835.248000', '083835.251000', '083835.253000', '083835.256000', '083835.258000', '083835.261000', '083835.263000', '083835.266000', '083835.269000', '083835.271000', '083835.274000', '083835.276000', '083835.279000', '083835.281000', '083835.284000', '083835.287000', '083835.289000', '083835.292000', '083835.295000', '083835.298000', '083835.300000', '083835.303000', '083835.305000', '083855.147000', '083855.149000', '083855.152000', '083855.155000', '083855.157000', '083855.160000', '083855.162000', '083855.165000', '083855.167000', '083855.170000', '083855.173000', '083855.175000', '083855.178000', '083855.180000', '083855.183000', '083855.186000', '083855.188000', '083855.239000', '083855.241000', '083855.244000', '083855.246000', '083855.249000', '083855.252000', '083855.254000', '083855.257000', '083855.259000', '083855.262000', '083855.264000', '083855.267000', '083855.270000', '083855.272000', '083855.275000', '083855.277000', '083855.280000', '083855.282000', '083855.285000', '083855.288000', '083855.290000', '083855.293000', '083855.295000', '083855.298000', '083855.301000', '083855.303000', '083915.146000', '083915.149000', '083915.152000', '083915.154000', '083915.157000', '083915.160000', '083915.163000', '083915.165000', '083915.168000', '083915.170000', '083915.173000', '083915.175000', '083915.178000', '083915.181000', '083915.183000', '083915.186000', '083915.193000', '083915.227000', '083915.229000', '083915.232000', '083915.234000', '083915.237000', '083915.240000', '083915.242000', '083915.245000', '083915.247000', '083915.250000', '083915.253000', '083915.255000', '083915.258000', '083915.260000', '083915.263000', '083915.265000', '083915.268000', '083915.271000', '083915.273000', '083915.276000', '083915.278000', '083915.281000', '083915.283000', '083915.286000', '083915.295000', '083915.298000', '083935.146000', '083935.148000', '083935.151000', '083935.153000', '083935.156000', '083935.159000', '083935.161000', '083935.164000', '083935.166000', '083935.169000', '083935.171000', '083935.174000', '083935.177000', '083935.179000', '083935.182000', '083935.184000', '083935.187000', '083935.190000', '083935.202000', '083935.205000', '083935.208000', '083935.210000', '083935.213000', '083935.215000', '083935.218000', '083935.220000', '083935.223000', '083935.226000', '083935.228000', '083935.231000', '083935.233000', '083935.236000', '083935.238000', '083935.241000', '083935.244000', '083935.246000', '083935.249000', '083935.251000', '083935.254000', '083935.256000', '083935.259000', '083935.261000', '083935.264000', '083935.267000', '083955.145000', '083955.148000', '083955.151000', '083955.154000', '083955.156000', '083955.159000', '083955.161000', '083955.164000', '083955.167000', '083955.169000', '083955.172000', '083955.174000', '083955.177000', '083955.179000', '083955.182000', '083955.185000', '083955.187000', '083955.246000', '083955.248000', '083955.251000', '083955.253000', '083955.256000', '083955.259000', '083955.261000', '083955.264000', '083955.266000', '083955.269000', '083955.271000', '083955.274000', '083955.277000', '083955.279000', '083955.282000', '083955.284000', '083955.287000', '083955.290000', '083955.292000', '083955.295000', '083955.297000', '083955.300000', '083955.303000', '083955.305000', '083955.308000', '083955.310000', '084015.146000', '084015.148000', '084015.151000', '084015.153000', '084015.156000', '084015.159000', '084015.161000', '084015.164000', '084015.166000', '084015.169000', '084015.171000', '084015.174000', '084015.177000', '084015.179000', '084015.182000', '084015.184000', '084015.187000', '084015.231000', '084015.234000', '084015.236000', '084015.239000', '084015.241000', '084015.244000', '084015.246000', '084015.249000', '084015.252000', '084015.254000', '084015.257000', '084015.259000', '084015.262000', '084015.265000', '084015.267000', '084015.270000', '084015.272000', '084015.275000', '084015.278000', '084015.280000', '084015.283000', '084015.285000', '084015.288000', '084015.290000', '084015.293000', '084015.296000', '084015.298000', '084035.145000', '084035.148000', '084035.151000', '084035.153000', '084035.156000', '084035.159000', '084035.161000', '084035.164000', '084035.166000', '084035.169000', '084035.172000', '084035.174000', '084035.177000', '084035.179000', '084035.182000', '084035.184000', '084035.187000', '084035.233000', '084035.236000', '084035.238000', '084035.241000', '084035.244000', '084035.246000', '084035.249000', '084035.252000', '084035.254000', '084035.257000', '084035.259000', '084035.262000', '084035.265000', '084035.267000', '084035.270000', '084035.272000', '084035.275000', '084035.278000', '084035.280000', '084035.283000', '084035.285000', '084035.288000', '084035.291000', '084035.293000', '084035.296000', '084035.298000', '084055.146000', '084055.148000', '084055.151000', '084055.154000', '084055.156000', '084055.159000', '084055.161000', '084055.165000', '084055.168000', '084055.170000', '084055.173000', '084055.175000', '084055.178000', '084055.180000', '084055.183000', '084055.186000', '084055.188000', '084055.191000', '084055.284000', '084055.286000', '084055.289000', '084055.291000', '084055.294000', '084055.296000', '084055.306000', '084055.309000', '084055.311000', '084055.314000', '084055.317000', '084055.319000', '084055.322000', '084055.324000', '084055.327000', '084055.330000', '084055.332000', '084055.335000', '084055.337000', '084055.340000', '084055.342000', '084055.345000', '084055.347000', '084055.350000', '084055.353000', '084055.355000', '084115.147000', '084115.159000', '084115.162000', '084115.165000', '084115.168000', '084115.170000', '084115.173000', '084115.176000', '084115.178000', '084115.181000', '084115.183000', '084115.186000', '084115.188000', '084115.204000', '084115.207000', '084115.209000', '084115.212000', '084115.215000', '084115.217000', '084115.220000', '084115.222000', '084115.225000', '084115.227000', '084115.230000', '084115.233000', '084115.235000', '084115.238000', '084115.240000', '084115.243000', '084115.246000', '084115.248000', '084115.251000', '084115.253000', '084115.256000', '084115.258000', '084115.261000', '084115.264000', '084115.266000', '084115.269000', '084115.271000', '084115.274000', '084115.276000', '084115.279000', '084135.146000', '084135.148000', '084135.151000', '084135.154000', '084135.156000', '084135.159000', '084135.161000', '084135.164000', '084135.166000', '084135.169000', '084135.171000', '084135.174000', '084135.177000', '084135.179000', '084135.182000', '084135.184000', '084135.187000', '084135.243000', '084135.246000', '084135.248000', '084135.251000', '084135.253000', '084135.256000', '084135.259000', '084135.261000', '084135.264000', '084135.266000', '084135.269000', '084135.271000', '084135.274000', '084135.277000', '084135.279000', '084135.282000', '084135.284000', '084135.287000', '084135.289000', '084135.292000', '084135.295000', '084135.297000', '084135.300000', '084135.302000', '084135.305000', '084135.307000', '084135.310000', '084155.146000', '084155.148000', '084155.151000', '084155.154000', '084155.156000', '084155.159000', '084155.161000', '084155.164000', '084155.166000', '084155.169000', '084155.172000', '084155.174000', '084155.177000', '084155.179000', '084155.182000', '084155.185000', '084155.187000', '084155.190000', '084155.267000', '084155.270000', '084155.272000', '084155.275000', '084155.277000', '084155.280000', '084155.282000', '084155.285000', '084155.288000', '084155.292000', '084155.295000', '084155.297000', '084155.300000', '084155.303000', '084155.305000', '084155.308000', '084155.310000', '084155.313000', '084155.315000', '084155.318000', '084155.320000', '084155.323000', '084155.325000', '084155.328000', '084155.331000', '084215.145000', '084215.148000', '084215.151000', '084215.153000', '084215.156000', '084215.159000', '084215.161000', '084215.164000', '084215.166000', '084215.169000', '084215.171000', '084215.174000', '084215.177000', '084215.179000', '084215.182000', '084215.184000', '084215.187000', '084215.239000', '084215.242000', '084215.244000', '084215.247000', '084215.249000', '084215.252000', '084215.254000', '084215.257000', '084215.260000', '084215.262000', '084215.265000', '084215.267000', '084215.270000', '084215.272000', '084215.275000', '084215.278000', '084215.280000', '084215.283000', '084215.285000', '084215.288000', '084215.290000', '084215.293000', '084215.295000', '084215.298000', '084215.301000', '084215.303000', '084215.306000', '084235.146000', '084235.148000', '084235.151000', '084235.154000', '084235.156000', '084235.159000', '084235.161000', '084235.164000', '084235.167000', '084235.169000', '084235.172000', '084235.174000', '084235.177000', '084235.179000', '084235.182000', '084235.185000', '084235.187000', '084235.259000', '084235.262000', '084235.264000', '084235.267000', '084235.269000', '084235.272000', '084235.275000', '084235.277000', '084235.280000', '084235.282000', '084235.285000', '084235.287000', '084235.290000', '084235.293000', '084235.295000', '084235.298000', '084235.300000', '084235.303000', '084235.305000', '084235.308000', '084235.311000', '084235.313000', '084235.316000', '084235.318000', '084235.321000', '084235.323000', '084255.146000', '084255.148000', '084255.151000', '084255.154000', '084255.156000', '084255.159000', '084255.161000', '084255.164000', '084255.167000', '084255.169000', '084255.172000', '084255.174000', '084255.177000', '084255.179000', '084255.182000', '084255.185000', '084255.187000', '084255.190000', '084255.220000', '084255.222000', '084255.225000', '084255.227000', '084255.230000', '084255.233000', '084255.235000', '084255.238000', '084255.240000', '084255.243000', '084255.246000', '084255.248000', '084255.251000', '084255.253000', '084255.256000', '084255.258000', '084255.261000', '084255.264000', '084255.266000', '084255.269000', '084255.271000', '084255.274000', '084255.276000', '084255.279000', '084255.282000', '084255.284000', '084315.147000', '084315.149000', '084315.152000', '084315.155000', '084315.157000', '084315.160000', '084315.162000', '084315.165000', '084315.168000', '084315.170000', '084315.173000', '084315.175000', '084315.178000', '084315.180000', '084315.183000', '084315.186000', '084315.188000', '084315.260000', '084315.262000', '084315.265000', '084315.267000', '084315.271000', '084315.274000', '084315.276000', '084315.279000', '084315.281000', '084315.284000', '084315.287000', '084315.289000', '084315.292000', '084315.294000', '084315.297000', '084315.300000', '084315.302000', '084315.305000', '084315.307000', '084315.310000', '084315.312000', '084315.315000', '084315.318000', '084315.320000', '084315.323000', '084315.326000', '084335.147000', '084335.149000', '084335.152000', '084335.155000', '084335.157000', '084335.160000', '084335.162000', '084335.165000', '084335.167000', '084335.170000', '084335.173000', '084335.175000', '084335.178000', '084335.180000', '084335.183000', '084335.186000', '084335.188000', '084335.191000', '084335.193000', '084335.196000', '084335.199000', '084335.201000', '084335.204000', '084335.206000', '084335.209000', '084335.212000', '084335.214000', '084335.217000', '084335.219000', '084335.222000', '084335.224000', '084335.227000', '084335.230000', '084335.232000', '084335.235000', '084335.237000', '084335.240000', '084335.243000', '084335.258000', '084335.260000', '084335.263000', '084335.265000', '084335.268000', '084335.271000', '084355.146000', '084355.148000', '084355.151000', '084355.154000', '084355.156000', '084355.159000', '084355.161000', '084355.164000', '084355.166000', '084355.169000', '084355.172000', '084355.174000', '084355.177000', '084355.179000', '084355.182000', '084355.184000', '084355.187000', '084355.190000', '084355.192000', '084355.195000', '084355.197000', '084355.200000', '084355.202000', '084355.205000', '084355.217000', '084355.219000', '084355.222000', '084355.235000', '084355.238000', '084355.240000', '084355.243000', '084355.245000', '084355.248000', '084355.251000', '084355.253000', '084355.256000', '084355.258000', '084355.261000', '084355.263000', '084355.266000', '084355.269000', '084355.271000', '084355.274000', '084405.818000', '084405.821000', '084405.823000', '084405.826000', '084405.829000', '084405.831000', '084405.834000', '084405.836000', '084405.839000', '084405.842000', '084405.845000', '084405.848000', '084405.851000', '084405.854000', '084405.857000', '084405.860000', '084405.863000', '084405.866000', '084405.869000', '084405.871000', '084405.874000', '084405.877000', '084405.880000', '084405.883000'], 'InstanceCreationTime': ['083415.173000', '083415.176000', '083415.179000', '083415.182000', '083415.184000', '083415.187000', '083415.209000', '083415.211000', '083415.214000', '083415.216000', '083415.219000', '083415.222000', '083415.229000', '083415.233000', '083415.236000', '083415.238000', '083415.241000', '083415.243000', '083415.246000', '083415.248000', '083415.253000', '083415.255000', '083415.258000', '083415.260000', '083415.263000', '083415.266000', '083415.268000', '083415.271000', '083415.273000', '083415.276000', '083415.278000', '083415.281000', '083415.284000', '083415.286000', '083415.289000', '083415.292000', '083415.294000', '083435.146000', '083435.148000', '083435.151000', '083435.153000', '083435.156000', '083435.159000', '083435.161000', '083435.168000', '083435.171000', '083435.173000', '083435.176000', '083435.178000', '083435.181000', '083435.184000', '083435.186000', '083435.189000', '083435.191000', '083435.194000', '083435.197000', '083435.199000', '083435.202000', '083435.204000', '083435.207000', '083435.209000', '083435.212000', '083435.215000', '083435.217000', '083435.220000', '083435.222000', '083435.225000', '083435.227000', '083435.230000', '083435.232000', '083435.235000', '083435.237000', '083435.240000', '083435.243000', '083435.245000', '083435.248000', '083435.250000', '083435.253000', '083435.255000', '083435.258000', '083435.260000', '083455.146000', '083455.148000', '083455.151000', '083455.154000', '083455.156000', '083455.159000', '083455.161000', '083455.164000', '083455.171000', '083455.174000', '083455.177000', '083455.179000', '083455.182000', '083455.185000', '083455.187000', '083455.220000', '083455.222000', '083455.225000', '083455.228000', '083455.230000', '083455.233000', '083455.235000', '083455.238000', '083455.240000', '083455.243000', '083455.245000', '083455.248000', '083455.251000', '083455.253000', '083455.256000', '083455.258000', '083455.261000', '083455.264000', '083455.266000', '083455.269000', '083455.271000', '083455.274000', '083455.276000', '083455.279000', '083455.281000', '083455.284000', '083455.286000', '083455.289000', '083515.146000', '083515.148000', '083515.166000', '083515.168000', '083515.171000', '083515.173000', '083515.176000', '083515.178000', '083515.181000', '083515.184000', '083515.186000', '083515.189000', '083515.191000', '083515.194000', '083515.196000', '083515.199000', '083515.202000', '083515.204000', '083515.207000', '083515.209000', '083515.212000', '083515.214000', '083515.217000', '083515.219000', '083515.222000', '083515.225000', '083515.227000', '083515.230000', '083515.232000', '083515.235000', '083515.237000', '083515.240000', '083515.242000', '083515.245000', '083515.248000', '083515.250000', '083515.253000', '083515.255000', '083515.258000', '083515.260000', '083515.263000', '083515.265000', '083515.268000', '083515.270000', '083535.146000', '083535.149000', '083535.151000', '083535.154000', '083535.156000', '083535.159000', '083535.161000', '083535.164000', '083535.166000', '083535.169000', '083535.172000', '083535.174000', '083535.177000', '083535.179000', '083535.182000', '083535.184000', '083535.187000', '083535.190000', '083535.192000', '083535.195000', '083535.197000', '083535.200000', '083535.203000', '083535.205000', '083535.208000', '083535.210000', '083535.213000', '083535.215000', '083535.218000', '083535.221000', '083535.223000', '083535.226000', '083535.229000', '083535.232000', '083535.235000', '083535.238000', '083535.240000', '083535.243000', '083535.245000', '083535.248000', '083535.250000', '083535.253000', '083535.255000', '083555.146000', '083555.148000', '083555.151000', '083555.154000', '083555.156000', '083555.159000', '083555.161000', '083555.164000', '083555.166000', '083555.169000', '083555.171000', '083555.174000', '083555.177000', '083555.179000', '083555.182000', '083555.184000', '083555.187000', '083555.213000', '083555.215000', '083555.218000', '083555.220000', '083555.223000', '083555.226000', '083555.228000', '083555.231000', '083555.233000', '083555.236000', '083555.238000', '083555.241000', '083555.244000', '083555.246000', '083555.249000', '083555.251000', '083555.254000', '083555.256000', '083555.259000', '083555.261000', '083555.264000', '083555.266000', '083555.269000', '083555.271000', '083555.276000', '083555.279000', '083555.281000', '083615.146000', '083615.148000', '083615.151000', '083615.154000', '083615.156000', '083615.159000', '083615.161000', '083615.164000', '083615.166000', '083615.169000', '083615.171000', '083615.174000', '083615.177000', '083615.179000', '083615.182000', '083615.184000', '083615.187000', '083615.208000', '083615.210000', '083615.213000', '083615.215000', '083615.218000', '083615.221000', '083615.223000', '083615.226000', '083615.228000', '083615.231000', '083615.233000', '083615.236000', '083615.239000', '083615.241000', '083615.244000', '083615.246000', '083615.249000', '083615.251000', '083615.254000', '083615.257000', '083615.259000', '083615.262000', '083615.264000', '083615.267000', '083615.269000', '083615.273000', '083635.147000', '083635.150000', '083635.153000', '083635.156000', '083635.159000', '083635.161000', '083635.164000', '083635.167000', '083635.169000', '083635.172000', '083635.174000', '083635.177000', '083635.179000', '083635.182000', '083635.185000', '083635.187000', '083635.213000', '083635.216000', '083635.218000', '083635.225000', '083635.228000', '083635.231000', '083635.233000', '083635.236000', '083635.238000', '083635.241000', '083635.243000', '083635.246000', '083635.248000', '083635.251000', '083635.254000', '083635.256000', '083635.259000', '083635.261000', '083635.264000', '083635.266000', '083635.269000', '083635.272000', '083635.274000', '083635.277000', '083635.279000', '083635.290000', '083635.293000', '083655.146000', '083655.148000', '083655.151000', '083655.154000', '083655.156000', '083655.159000', '083655.161000', '083655.164000', '083655.166000', '083655.169000', '083655.172000', '083655.174000', '083655.177000', '083655.179000', '083655.182000', '083655.185000', '083655.187000', '083655.212000', '083655.214000', '083655.217000', '083655.219000', '083655.222000', '083655.224000', '083655.227000', '083655.230000', '083655.232000', '083655.235000', '083655.237000', '083655.240000', '083655.242000', '083655.245000', '083655.248000', '083655.250000', '083655.253000', '083655.255000', '083655.258000', '083655.261000', '083655.263000', '083655.266000', '083655.268000', '083655.271000', '083655.273000', '083655.277000', '083655.280000', '083715.145000', '083715.148000', '083715.151000', '083715.153000', '083715.156000', '083715.158000', '083715.161000', '083715.164000', '083715.166000', '083715.169000', '083715.171000', '083715.174000', '083715.176000', '083715.179000', '083715.182000', '083715.184000', '083715.187000', '083715.190000', '083715.199000', '083715.201000', '083715.204000', '083715.206000', '083715.209000', '083715.211000', '083715.214000', '083715.217000', '083715.219000', '083715.222000', '083715.224000', '083715.227000', '083715.230000', '083715.232000', '083715.235000', '083715.237000', '083715.240000', '083715.242000', '083715.245000', '083715.247000', '083715.250000', '083715.253000', '083715.255000', '083715.258000', '083715.260000', '083715.263000', '083735.146000', '083735.148000', '083735.151000', '083735.154000', '083735.156000', '083735.159000', '083735.161000', '083735.164000', '083735.166000', '083735.169000', '083735.172000', '083735.174000', '083735.177000', '083735.179000', '083735.182000', '083735.184000', '083735.187000', '083735.190000', '083735.214000', '083735.216000', '083735.219000', '083735.222000', '083735.224000', '083735.227000', '083735.229000', '083735.232000', '083735.234000', '083735.237000', '083735.240000', '083735.242000', '083735.245000', '083735.247000', '083735.250000', '083735.252000', '083735.255000', '083735.257000', '083735.260000', '083735.263000', '083735.265000', '083735.268000', '083735.270000', '083735.273000', '083735.276000', '083755.146000', '083755.148000', '083755.151000', '083755.153000', '083755.156000', '083755.158000', '083755.161000', '083755.164000', '083755.166000', '083755.169000', '083755.171000', '083755.174000', '083755.177000', '083755.179000', '083755.182000', '083755.184000', '083755.187000', '083755.190000', '083755.192000', '083755.195000', '083755.197000', '083755.200000', '083755.202000', '083755.205000', '083755.208000', '083755.210000', '083755.213000', '083755.215000', '083755.218000', '083755.220000', '083755.223000', '083755.226000', '083755.228000', '083755.231000', '083755.233000', '083755.236000', '083755.238000', '083755.241000', '083755.244000', '083755.246000', '083755.249000', '083755.251000', '083755.254000', '083755.257000', '083815.146000', '083815.148000', '083815.151000', '083815.154000', '083815.156000', '083815.159000', '083815.161000', '083815.164000', '083815.166000', '083815.169000', '083815.172000', '083815.174000', '083815.177000', '083815.179000', '083815.182000', '083815.184000', '083815.187000', '083815.234000', '083815.237000', '083815.240000', '083815.242000', '083815.245000', '083815.264000', '083815.267000', '083815.269000', '083815.272000', '083815.274000', '083815.277000', '083815.279000', '083815.282000', '083815.285000', '083815.287000', '083815.290000', '083815.292000', '083815.295000', '083815.297000', '083815.300000', '083815.302000', '083815.305000', '083815.308000', '083815.310000', '083815.313000', '083815.315000', '083835.145000', '083835.148000', '083835.151000', '083835.154000', '083835.156000', '083835.159000', '083835.162000', '083835.164000', '083835.167000', '083835.169000', '083835.172000', '083835.175000', '083835.177000', '083835.180000', '083835.182000', '083835.185000', '083835.187000', '083835.238000', '083835.240000', '083835.243000', '083835.245000', '083835.248000', '083835.251000', '083835.253000', '083835.256000', '083835.258000', '083835.261000', '083835.263000', '083835.266000', '083835.269000', '083835.271000', '083835.274000', '083835.276000', '083835.279000', '083835.281000', '083835.284000', '083835.287000', '083835.289000', '083835.292000', '083835.295000', '083835.298000', '083835.300000', '083835.303000', '083835.305000', '083855.147000', '083855.149000', '083855.152000', '083855.155000', '083855.157000', '083855.160000', '083855.162000', '083855.165000', '083855.167000', '083855.170000', '083855.173000', '083855.175000', '083855.178000', '083855.180000', '083855.183000', '083855.186000', '083855.188000', '083855.239000', '083855.241000', '083855.244000', '083855.246000', '083855.249000', '083855.252000', '083855.254000', '083855.257000', '083855.259000', '083855.262000', '083855.264000', '083855.267000', '083855.270000', '083855.272000', '083855.275000', '083855.277000', '083855.280000', '083855.282000', '083855.285000', '083855.288000', '083855.290000', '083855.293000', '083855.295000', '083855.298000', '083855.301000', '083855.303000', '083915.146000', '083915.149000', '083915.152000', '083915.154000', '083915.157000', '083915.160000', '083915.163000', '083915.165000', '083915.168000', '083915.170000', '083915.173000', '083915.175000', '083915.178000', '083915.181000', '083915.183000', '083915.186000', '083915.193000', '083915.227000', '083915.229000', '083915.232000', '083915.234000', '083915.237000', '083915.240000', '083915.242000', '083915.245000', '083915.247000', '083915.250000', '083915.253000', '083915.255000', '083915.258000', '083915.260000', '083915.263000', '083915.265000', '083915.268000', '083915.271000', '083915.273000', '083915.276000', '083915.278000', '083915.281000', '083915.283000', '083915.286000', '083915.295000', '083915.298000', '083935.146000', '083935.148000', '083935.151000', '083935.153000', '083935.156000', '083935.159000', '083935.161000', '083935.164000', '083935.166000', '083935.169000', '083935.171000', '083935.174000', '083935.177000', '083935.179000', '083935.182000', '083935.184000', '083935.187000', '083935.190000', '083935.202000', '083935.205000', '083935.208000', '083935.210000', '083935.213000', '083935.215000', '083935.218000', '083935.220000', '083935.223000', '083935.226000', '083935.228000', '083935.231000', '083935.233000', '083935.236000', '083935.238000', '083935.241000', '083935.244000', '083935.246000', '083935.249000', '083935.251000', '083935.254000', '083935.256000', '083935.259000', '083935.261000', '083935.264000', '083935.267000', '083955.145000', '083955.148000', '083955.151000', '083955.154000', '083955.156000', '083955.159000', '083955.161000', '083955.164000', '083955.167000', '083955.169000', '083955.172000', '083955.174000', '083955.177000', '083955.179000', '083955.182000', '083955.185000', '083955.187000', '083955.246000', '083955.248000', '083955.251000', '083955.253000', '083955.256000', '083955.259000', '083955.261000', '083955.264000', '083955.266000', '083955.269000', '083955.271000', '083955.274000', '083955.277000', '083955.279000', '083955.282000', '083955.284000', '083955.287000', '083955.290000', '083955.292000', '083955.295000', '083955.297000', '083955.300000', '083955.303000', '083955.305000', '083955.308000', '083955.310000', '084015.146000', '084015.148000', '084015.151000', '084015.153000', '084015.156000', '084015.159000', '084015.161000', '084015.164000', '084015.166000', '084015.169000', '084015.171000', '084015.174000', '084015.177000', '084015.179000', '084015.182000', '084015.184000', '084015.187000', '084015.231000', '084015.234000', '084015.236000', '084015.239000', '084015.241000', '084015.244000', '084015.246000', '084015.249000', '084015.252000', '084015.254000', '084015.257000', '084015.259000', '084015.262000', '084015.265000', '084015.267000', '084015.270000', '084015.272000', '084015.275000', '084015.278000', '084015.280000', '084015.283000', '084015.285000', '084015.288000', '084015.290000', '084015.293000', '084015.296000', '084015.298000', '084035.145000', '084035.148000', '084035.151000', '084035.153000', '084035.156000', '084035.159000', '084035.161000', '084035.164000', '084035.166000', '084035.169000', '084035.172000', '084035.174000', '084035.177000', '084035.179000', '084035.182000', '084035.184000', '084035.187000', '084035.233000', '084035.236000', '084035.238000', '084035.241000', '084035.244000', '084035.246000', '084035.249000', '084035.252000', '084035.254000', '084035.257000', '084035.259000', '084035.262000', '084035.265000', '084035.267000', '084035.270000', '084035.272000', '084035.275000', '084035.278000', '084035.280000', '084035.283000', '084035.285000', '084035.288000', '084035.291000', '084035.293000', '084035.296000', '084035.298000', '084055.146000', '084055.148000', '084055.151000', '084055.154000', '084055.156000', '084055.159000', '084055.161000', '084055.165000', '084055.168000', '084055.170000', '084055.173000', '084055.175000', '084055.178000', '084055.180000', '084055.183000', '084055.186000', '084055.188000', '084055.191000', '084055.284000', '084055.286000', '084055.289000', '084055.291000', '084055.294000', '084055.296000', '084055.306000', '084055.309000', '084055.311000', '084055.314000', '084055.317000', '084055.319000', '084055.322000', '084055.324000', '084055.327000', '084055.330000', '084055.332000', '084055.335000', '084055.337000', '084055.340000', '084055.342000', '084055.345000', '084055.347000', '084055.350000', '084055.353000', '084055.355000', '084115.147000', '084115.159000', '084115.162000', '084115.165000', '084115.168000', '084115.170000', '084115.173000', '084115.176000', '084115.178000', '084115.181000', '084115.183000', '084115.186000', '084115.188000', '084115.204000', '084115.207000', '084115.209000', '084115.212000', '084115.215000', '084115.217000', '084115.220000', '084115.222000', '084115.225000', '084115.227000', '084115.230000', '084115.233000', '084115.235000', '084115.238000', '084115.240000', '084115.243000', '084115.246000', '084115.248000', '084115.251000', '084115.253000', '084115.256000', '084115.258000', '084115.261000', '084115.264000', '084115.266000', '084115.269000', '084115.271000', '084115.274000', '084115.276000', '084115.279000', '084135.146000', '084135.148000', '084135.151000', '084135.154000', '084135.156000', '084135.159000', '084135.161000', '084135.164000', '084135.166000', '084135.169000', '084135.171000', '084135.174000', '084135.177000', '084135.179000', '084135.182000', '084135.184000', '084135.187000', '084135.243000', '084135.246000', '084135.248000', '084135.251000', '084135.253000', '084135.256000', '084135.259000', '084135.261000', '084135.264000', '084135.266000', '084135.269000', '084135.271000', '084135.274000', '084135.277000', '084135.279000', '084135.282000', '084135.284000', '084135.287000', '084135.289000', '084135.292000', '084135.295000', '084135.297000', '084135.300000', '084135.302000', '084135.305000', '084135.307000', '084135.310000', '084155.146000', '084155.148000', '084155.151000', '084155.154000', '084155.156000', '084155.159000', '084155.161000', '084155.164000', '084155.166000', '084155.169000', '084155.172000', '084155.174000', '084155.177000', '084155.179000', '084155.182000', '084155.185000', '084155.187000', '084155.190000', '084155.267000', '084155.270000', '084155.272000', '084155.275000', '084155.277000', '084155.280000', '084155.282000', '084155.285000', '084155.288000', '084155.292000', '084155.295000', '084155.297000', '084155.300000', '084155.303000', '084155.305000', '084155.308000', '084155.310000', '084155.313000', '084155.315000', '084155.318000', '084155.320000', '084155.323000', '084155.325000', '084155.328000', '084155.331000', '084215.145000', '084215.148000', '084215.151000', '084215.153000', '084215.156000', '084215.159000', '084215.161000', '084215.164000', '084215.166000', '084215.169000', '084215.171000', '084215.174000', '084215.177000', '084215.179000', '084215.182000', '084215.184000', '084215.187000', '084215.239000', '084215.242000', '084215.244000', '084215.247000', '084215.249000', '084215.252000', '084215.254000', '084215.257000', '084215.260000', '084215.262000', '084215.265000', '084215.267000', '084215.270000', '084215.272000', '084215.275000', '084215.278000', '084215.280000', '084215.283000', '084215.285000', '084215.288000', '084215.290000', '084215.293000', '084215.295000', '084215.298000', '084215.301000', '084215.303000', '084215.306000', '084235.146000', '084235.148000', '084235.151000', '084235.154000', '084235.156000', '084235.159000', '084235.161000', '084235.164000', '084235.167000', '084235.169000', '084235.172000', '084235.174000', '084235.177000', '084235.179000', '084235.182000', '084235.185000', '084235.187000', '084235.259000', '084235.262000', '084235.264000', '084235.267000', '084235.269000', '084235.272000', '084235.275000', '084235.277000', '084235.280000', '084235.282000', '084235.285000', '084235.287000', '084235.290000', '084235.293000', '084235.295000', '084235.298000', '084235.300000', '084235.303000', '084235.305000', '084235.308000', '084235.311000', '084235.313000', '084235.316000', '084235.318000', '084235.321000', '084235.323000', '084255.146000', '084255.148000', '084255.151000', '084255.154000', '084255.156000', '084255.159000', '084255.161000', '084255.164000', '084255.167000', '084255.169000', '084255.172000', '084255.174000', '084255.177000', '084255.179000', '084255.182000', '084255.185000', '084255.187000', '084255.190000', '084255.220000', '084255.222000', '084255.225000', '084255.227000', '084255.230000', '084255.233000', '084255.235000', '084255.238000', '084255.240000', '084255.243000', '084255.246000', '084255.248000', '084255.251000', '084255.253000', '084255.256000', '084255.258000', '084255.261000', '084255.264000', '084255.266000', '084255.269000', '084255.271000', '084255.274000', '084255.276000', '084255.279000', '084255.282000', '084255.284000', '084315.147000', '084315.149000', '084315.152000', '084315.155000', '084315.157000', '084315.160000', '084315.162000', '084315.165000', '084315.168000', '084315.170000', '084315.173000', '084315.175000', '084315.178000', '084315.180000', '084315.183000', '084315.186000', '084315.188000', '084315.260000', '084315.262000', '084315.265000', '084315.267000', '084315.271000', '084315.274000', '084315.276000', '084315.279000', '084315.281000', '084315.284000', '084315.287000', '084315.289000', '084315.292000', '084315.294000', '084315.297000', '084315.300000', '084315.302000', '084315.305000', '084315.307000', '084315.310000', '084315.312000', '084315.315000', '084315.318000', '084315.320000', '084315.323000', '084315.326000', '084335.147000', '084335.149000', '084335.152000', '084335.155000', '084335.157000', '084335.160000', '084335.162000', '084335.165000', '084335.167000', '084335.170000', '084335.173000', '084335.175000', '084335.178000', '084335.180000', '084335.183000', '084335.186000', '084335.188000', '084335.191000', '084335.193000', '084335.196000', '084335.199000', '084335.201000', '084335.204000', '084335.206000', '084335.209000', '084335.212000', '084335.214000', '084335.217000', '084335.219000', '084335.222000', '084335.224000', '084335.227000', '084335.230000', '084335.232000', '084335.235000', '084335.237000', '084335.240000', '084335.243000', '084335.258000', '084335.260000', '084335.263000', '084335.265000', '084335.268000', '084335.271000', '084355.146000', '084355.148000', '084355.151000', '084355.154000', '084355.156000', '084355.159000', '084355.161000', '084355.164000', '084355.166000', '084355.169000', '084355.172000', '084355.174000', '084355.177000', '084355.179000', '084355.182000', '084355.184000', '084355.187000', '084355.190000', '084355.192000', '084355.195000', '084355.197000', '084355.200000', '084355.202000', '084355.205000', '084355.217000', '084355.219000', '084355.222000', '084355.235000', '084355.238000', '084355.240000', '084355.243000', '084355.245000', '084355.248000', '084355.251000', '084355.253000', '084355.256000', '084355.258000', '084355.261000', '084355.263000', '084355.266000', '084355.269000', '084355.271000', '084355.274000', '084405.818000', '084405.821000', '084405.823000', '084405.826000', '084405.829000', '084405.831000', '084405.834000', '084405.836000', '084405.839000', '084405.842000', '084405.845000', '084405.848000', '084405.851000', '084405.854000', '084405.857000', '084405.860000', '084405.863000', '084405.866000', '084405.869000', '084405.871000', '084405.874000', '084405.877000', '084405.880000', '084405.883000'], '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': [8769, 14870, 7481, 11428, 7969, 6469, 10366, 6667, 9146, 14699, 6709, 9020, 6766, 7170, 7927, 7694, 6696, 7024, 12214, 6540, 10619, 6282, 11949, 10203, 10215, 15976, 6481, 10380, 7704, 7056, 14549, 6672, 11580, 7649, 6712, 11496, 6904, 8843, 15526, 7551, 10009, 6714, 7392, 14474, 7066, 10126, 6718, 7615, 14124, 6613, 9250, 7594, 7727, 13010, 6614, 8485, 7926, 6629, 12285, 8279, 9204, 15618, 6936, 8838, 7692, 7457, 14763, 6709, 11137, 7907, 7330, 13008, 6956, 12347, 10197, 7315, 13492, 6769, 8689, 13448, 7386, 13020, 9949, 8690, 15125, 6372, 9848, 8903, 7358, 14065, 6800, 12754, 6909, 8964, 7299, 7127, 8325, 7285, 13880, 10356, 9628, 14528, 6540, 9609, 7945, 8380, 13786, 7199, 11419, 7412, 6518, 10384, 6573, 9451, 12618, 7068, 10634, 7042, 7870, 12918, 6930, 10126, 8069, 7677, 13836, 6529, 8056, 9240, 7376, 13143, 6522, 7713, 6530, 9812, 8100, 7177, 11599, 6692, 13378, 10541, 10440, 15784, 6566, 9670, 10772, 6850, 13774, 9101, 9246, 14719, 6510, 8637, 7251, 6695, 12304, 8072, 9694, 14765, 6468, 8692, 7459, 6952, 12616, 7002, 9227, 8786, 6614, 8989, 7574, 7458, 11236, 6603, 9002, 11348, 7286, 10766, 6740, 7398, 13453, 7004, 9503, 7533, 7117, 10172, 6711, 9311, 9558, 7343, 11819, 6631, 7311, 12294, 7093, 10000, 6915, 7384, 6615, 6993, 10656, 7412, 12263, 7641, 12755, 12550, 10049, 13462, 7343, 8832, 14170, 7233, 12453, 9528, 7944, 13479, 6834, 7788, 13616, 7279, 10952, 7670, 7259, 12309, 6783, 7911, 12942, 7598, 10482, 6757, 7633, 9850, 6762, 10279, 8157, 7517, 12950, 6815, 8862, 6898, 7331, 12859, 6513, 8042, 14971, 6704, 9213, 7197, 7248, 12255, 8420, 7680, 13496, 6902, 8583, 14001, 7219, 10379, 6618, 7103, 12555, 7026, 8490, 6866, 7577, 11189, 6575, 10043, 7941, 9211, 7219, 7132, 8902, 6537, 9323, 8035, 8780, 13169, 6780, 12299, 6654, 8400, 13821, 7060, 11489, 9146, 7693, 14895, 6993, 8232, 13626, 6990, 13282, 6967, 7975, 12367, 6564, 11421, 8723, 8130, 16000, 7371, 9717, 7580, 7055, 14547, 7579, 8481, 16476, 6528, 9643, 11748, 8013, 15537, 9891, 14342, 7182, 8151, 6886, 8985, 13972, 6977, 9441, 13737, 6628, 9604, 8912, 8316, 13986, 6742, 8644, 16351, 6911, 11669, 10904, 10411, 14721, 8786, 15092, 6507, 10012, 17035, 6585, 12381, 12258, 8511, 13040, 6947, 7441, 14422, 6496, 9557, 11418, 6918, 11505, 6629, 7129, 10654, 6468, 8035, 11174, 6939, 8926, 6802, 7071, 10163, 6517, 8270, 11781, 6944, 8914, 6921, 7430, 10298, 6663, 8776, 6974, 7539, 10603, 6508, 8123, 13433, 6631, 11458, 8197, 7645, 13405, 6728, 7696, 15965, 7875, 11934, 6708, 7528, 14512, 6835, 8626, 16353, 7154, 13469, 10119, 7358, 12249, 6580, 8471, 12675, 7493, 13869, 6588, 7546, 6896, 6663, 9937, 8608, 7373, 14716, 6658, 10961, 7545, 6778, 9977, 6985, 7908, 15106, 6676, 10622, 8104, 7153, 10941, 6702, 9078, 13161, 6987, 10793, 7047, 7030, 12166, 6767, 9804, 10191, 7198, 12117, 6686, 7104, 10796, 7029, 12003, 7069, 8277, 8676, 8705, 15963, 6792, 10890, 7164, 7684, 13429, 6627, 12021, 14214, 7457, 11846, 6656, 7508, 12200, 6765, 9248, 9677, 7217, 11787, 6915, 7339, 11277, 6728, 8925, 11018, 7141, 11835, 6528, 7399, 12158, 6578, 9016, 10263, 6799, 9140, 6749, 7156, 12337, 7116, 9035, 7581, 7287, 9235, 7137, 7596, 12900, 6653, 8514, 10149, 6858, 9693, 7917, 7595, 12012, 6929, 7581, 14154, 6647, 9677, 7944, 7383, 13808, 6757, 7852, 14216, 6663, 9239, 9490, 6931, 10015, 8358, 8298, 6689, 7297, 10496, 6696, 10222, 7122, 12874, 12351, 9781, 13106, 8229, 8153, 14079, 7144, 12108, 6648, 8085, 13049, 6760, 10507, 7447, 7548, 13355, 6888, 8315, 7941, 7260, 11968, 7021, 9271, 7658, 7419, 9635, 6707, 8065, 11226, 7613, 9497, 8275, 7540, 12695, 6686, 8489, 10583, 6735, 9446, 7326, 7185, 12362, 7586, 14816, 10912, 9469, 7219, 7732, 7228, 8162, 12435, 7011, 9204, 12288, 7225, 11452, 7982, 7922, 14719, 7061, 12592, 14512, 8225, 13400, 10326, 8936, 15414, 8546, 13477, 9047, 9334, 15822, 7854, 12433, 14911, 6952, 10966, 7603, 8410, 13844, 7301, 8818, 7036, 7691, 9660, 7068, 8190, 11331, 6835, 10019, 6582, 8024, 9901, 6625, 7926, 6784, 6969, 9164, 6689, 7881, 14506, 7089, 10833, 6788, 8084, 11133, 6977, 9041, 9028, 7375, 12766, 7050, 7941, 14273, 7091, 8352, 8855, 7946, 10649, 7422, 11990, 7046, 8779, 6541, 7350, 13524, 10002, 9873, 14880, 6629, 10028, 9732, 7572, 13231, 8071, 9359, 11993, 6912, 9745, 7507, 7535, 11282, 6645, 8325, 11058, 7360, 10141, 6723, 7901, 12941, 6937, 9194, 11642, 7633, 11951, 6760, 7930, 13185, 6801, 9105, 14322, 7859, 11822, 6939, 7075, 10160, 6575, 8720, 13803, 7407, 9623, 7437, 7476, 12384, 6871, 8115, 13060, 7025, 9547, 12397, 8207, 10525, 6760, 7682, 12944, 7413, 9651, 9797, 7737, 13551, 6820, 7700, 14363, 7746, 12314, 6993, 7689, 7895, 7762, 12013, 6919, 10254, 6989, 12953, 11658, 9296, 14884, 7713, 9164, 14934, 6834, 13039, 12179, 7803, 13284, 6398, 7486, 13124, 6732, 9611, 8080, 7297, 11958, 6739, 8228, 11325, 7470, 10631, 6420, 7773, 12142, 6799, 10976, 7907, 7610, 14047, 6624, 7978, 11052, 6648, 11081, 7811, 6889, 11934, 6835, 7828, 12730, 7507, 9941, 6802, 7660, 10051, 6742, 9764, 6473, 9871, 6617, 7610, 9678, 6855, 10014, 7331, 13482, 9165, 8281, 13815, 6913, 12124, 8175, 8039, 15166, 8565, 12336, 8921, 6840, 9995, 6604, 7823, 14550, 7198, 12016, 6497, 7686, 11384, 6764, 8789, 10244, 7282, 14161, 6464, 7700, 9527, 6654, 9416, 7213, 7719, 13502, 6796, 8823, 7603, 7236, 12693, 6800, 9428, 11940, 6960, 9042, 7372, 7442, 14003, 6572, 10054, 6661, 7456, 10323, 7234, 7643, 14795, 6941, 11361, 6628, 7595, 9725, 6766, 8489, 11617, 7637, 12284, 6930, 7901, 11581, 6981, 9927, 7485, 7935, 13522, 6760, 7780, 14196, 7126, 9564, 6413, 7309, 9407, 6622, 7877, 9689, 7161, 8724, 6686, 7949, 14120, 7022, 10301, 6696, 8016, 11549, 6861, 8590, 14541, 7384, 11932, 6594, 8310, 11120, 7164, 10104, 7293, 8083, 15177, 7354, 8865, 9220, 7158, 12283, 7083, 8717, 7926, 7303, 9025, 7172, 8682, 6378, 8125, 13796, 6915, 9292, 15639, 7218, 13410, 6679, 8116, 12070, 7195, 8574, 15267, 7636, 12084, 6859, 8068, 10027, 6840, 8294, 15437, 7438, 9848, 6558, 7645, 9551, 7496, 8069, 12978, 7030, 8542, 7918, 7308, 9256, 7592, 8070, 14289, 7205, 10356, 6816, 7668, 10856, 6876, 8093, 14534, 7984, 11071, 6823, 8153, 10574, 7827, 8186, 12905, 7326, 8377, 6345, 7942, 11699, 7280, 10119, 6969, 12466, 15484, 10093, 13094, 7052, 8022, 13556, 7353, 10409, 7822, 8295, 14835, 6838, 8414, 8330, 7704, 11219, 7479, 11979, 8547, 7112, 9500, 6561, 7831, 14866, 7055, 12082, 6912, 7760, 11593, 6759, 8175, 7646, 8092, 10366, 7051, 8179, 15489, 7848, 12789, 6996, 8587, 10176, 7318, 10210, 6763, 8175, 14478, 7100, 8281, 8121, 7074, 10191, 6734, 8197, 11136, 7205, 8429, 6959, 7832, 10105, 7624, 8496, 7108, 6441, 8084, 14033, 8114, 9012, 15344, 6997, 12543, 8330, 7680, 12099, 8245, 8402, 15661, 6929, 11836, 15736, 7267, 12434, 8076, 8403, 15491, 8741, 9213, 15627, 7094, 8994, 10586, 6865, 10099, 7142, 8101, 11220, 6520, 7899, 10424, 6869, 8701, 12716, 7246, 9350, 6860, 8200, 11737, 6904, 9123, 8337, 7653, 9212, 6730, 8346, 12527, 6977, 8768, 14935, 7108, 8614, 6831, 7031, 9729, 7378, 9366, 6997, 10757, 6546, 8521, 7254, 10360, 15058, 7479, 12643, 8719, 8707, 14674, 7616, 9729, 16346, 7633, 13397, 16440, 8219, 14184, 13929, 7241, 10514, 8355, 12751, 8881, 9022, 15764, 7060, 9295, 13286, 7082, 10347, 7290, 7756, 11900, 6976, 9401, 6294, 7024, 9879, 6425, 8007, 10618, 6437, 11087, 7982, 7539, 10475, 6579, 8591, 6872, 7416, 10325, 7338, 7827, 13225, 6630, 11003, 6917, 7455, 10431, 6633, 8297, 13650, 6535, 11835, 8579, 8864, 14953, 6627, 8750, 8953, 6746, 10432, 6463, 8391, 14012, 6868, 11724, 8391, 8625, 10180, 6883, 10219, 6631, 7980, 8342, 7474, 14800, 9172, 13959, 7011, 9875, 12569, 7103, 10799, 8265, 8665, 14658, 6855, 8611, 9879, 6912, 10808, 7718, 8445, 12571, 7099, 8409, 13978, 6846, 11031, 10012, 8043, 11031, 6692, 8179, 10630, 7232, 8939, 13706, 7361, 9462, 6940, 7805, 10084, 7298, 7818, 10580, 7041, 8930, 6622, 7750, 10082, 6743, 9498, 10416, 7715, 9869, 6960, 8945, 6711, 11831, 7649, 7755, 15525, 8169, 12842, 10602, 7152, 13720, 6845, 8445, 14459, 7367, 13306, 6910, 8254, 6524, 6619, 9747, 6360, 8879, 9540, 7228, 14213, 6384, 8403, 6414, 7118, 13083, 6876, 10454, 6452, 7069, 9723, 6472, 8117, 14622, 6843, 11846, 6587, 8249, 13664, 6817, 10565, 7503, 7655, 14587, 6720, 9273, 7358, 7695, 15294, 7328, 12702, 6710, 8288, 13552, 7109, 9667, 13022, 7638, 11214, 6565, 7866, 6825, 7819, 7939, 6982, 11744, 7433, 11234, 6778, 7259, 10201, 6708, 8235, 15227, 7277, 12394, 6301, 8298], 'WindowCenter': [3976.0, 4003.0, 3935.0, 3977.0, 3932.0, 3901.0, 3952.0, 3910.0, 3882.0, 3992.0, 3880.0, 3906.0, 3876.0, 3887.0, 3907.0, 3910.0, 3889.0, 3901.0, 3962.0, 3891.0, 3953.0, 3892.0, 3968.0, 3954.0, 3955.0, 3974.0, 3891.0, 3956.0, 3868.0, 3874.0, 3960.0, 3863.0, 3939.0, 3924.0, 3918.0, 3965.0, 3902.0, 3976.0, 4001.0, 3925.0, 3944.0, 3901.0, 3912.0, 3973.0, 3912.0, 3954.0, 3902.0, 3924.0, 3975.0, 3902.0, 3945.0, 3912.0, 3923.0, 3975.0, 3902.0, 3934.0, 3922.0, 3901.0, 3964.0, 3936.0, 3960.0, 3986.0, 3902.0, 3944.0, 3922.0, 3924.0, 3986.0, 3903.0, 3966.0, 3923.0, 3924.0, 3964.0, 3913.0, 3978.0, 3955.0, 3924.0, 3976.0, 3901.0, 3934.0, 3963.0, 3912.0, 3976.0, 3943.0, 3934.0, 3975.0, 3892.0, 3954.0, 3931.0, 3913.0, 3974.0, 3901.0, 3965.0, 3912.0, 3942.0, 3912.0, 3913.0, 3933.0, 3913.0, 3978.0, 3966.0, 3957.0, 3987.0, 3902.0, 3954.0, 3921.0, 3932.0, 3974.0, 3901.0, 3963.0, 3909.0, 3891.0, 3952.0, 3901.0, 3955.0, 3964.0, 3912.0, 3954.0, 3913.0, 3937.0, 3964.0, 3912.0, 3955.0, 3922.0, 3924.0, 3976.0, 3904.0, 3924.0, 3943.0, 3924.0, 3976.0, 3903.0, 3924.0, 3904.0, 3955.0, 3934.0, 3925.0, 3966.0, 3914.0, 3990.0, 3956.0, 3967.0, 3987.0, 3903.0, 3945.0, 3952.0, 3900.0, 3964.0, 3931.0, 3932.0, 3973.0, 3890.0, 3932.0, 3910.0, 3899.0, 3963.0, 3920.0, 3943.0, 3973.0, 3890.0, 3933.0, 3909.0, 3912.0, 3963.0, 3911.0, 3944.0, 3932.0, 3901.0, 3932.0, 3909.0, 3910.0, 3952.0, 3901.0, 3944.0, 3963.0, 3923.0, 3954.0, 3901.0, 3912.0, 3962.0, 3911.0, 3954.0, 3922.0, 3913.0, 3954.0, 3902.0, 3945.0, 3954.0, 3925.0, 3979.0, 3903.0, 3925.0, 3976.0, 3926.0, 3966.0, 3925.0, 3925.0, 3914.0, 3925.0, 3965.0, 3925.0, 3977.0, 3936.0, 3991.0, 3978.0, 3968.0, 3978.0, 3924.0, 3944.0, 3974.0, 3911.0, 3976.0, 3943.0, 3923.0, 3975.0, 3901.0, 3922.0, 3962.0, 3910.0, 3954.0, 3910.0, 3911.0, 3963.0, 3900.0, 3921.0, 3962.0, 3922.0, 3954.0, 3902.0, 3923.0, 3953.0, 3901.0, 3953.0, 3921.0, 3923.0, 3974.0, 3902.0, 3945.0, 3912.0, 3923.0, 3975.0, 3901.0, 3933.0, 3974.0, 3901.0, 3943.0, 3900.0, 3912.0, 3989.0, 3945.0, 3933.0, 3973.0, 3910.0, 3943.0, 3973.0, 3921.0, 3954.0, 3901.0, 3913.0, 3986.0, 3925.0, 3945.0, 3915.0, 3938.0, 3978.0, 3913.0, 3954.0, 3933.0, 3956.0, 3924.0, 3926.0, 3958.0, 3917.0, 3956.0, 3934.0, 3947.0, 3976.0, 3915.0, 3977.0, 3914.0, 3935.0, 3975.0, 3913.0, 3977.0, 3959.0, 3926.0, 3985.0, 3913.0, 3934.0, 3973.0, 3912.0, 3976.0, 3913.0, 3935.0, 3976.0, 3903.0, 3965.0, 3932.0, 3935.0, 3985.0, 3912.0, 3955.0, 3921.0, 3912.0, 3975.0, 3922.0, 3934.0, 3984.0, 3902.0, 3955.0, 3976.0, 3947.0, 3999.0, 3968.0, 3998.0, 3913.0, 3932.0, 3915.0, 3959.0, 3990.0, 3914.0, 3956.0, 3975.0, 3902.0, 3955.0, 3944.0, 3935.0, 3985.0, 3902.0, 3943.0, 3982.0, 3911.0, 3953.0, 3951.0, 3952.0, 3973.0, 3931.0, 3974.0, 3890.0, 3942.0, 3970.0, 3886.0, 3950.0, 3948.0, 3918.0, 3948.0, 3887.0, 3898.0, 3959.0, 3876.0, 3927.0, 3937.0, 3897.0, 3951.0, 3886.0, 3897.0, 3938.0, 3877.0, 3918.0, 3939.0, 3898.0, 3929.0, 3889.0, 3899.0, 3940.0, 3888.0, 3932.0, 3961.0, 3900.0, 3932.0, 3911.0, 3912.0, 3952.0, 3900.0, 3933.0, 3911.0, 3922.0, 3954.0, 3903.0, 3933.0, 3974.0, 3903.0, 3966.0, 3932.0, 3923.0, 3976.0, 3902.0, 3923.0, 3984.0, 3933.0, 3965.0, 3902.0, 3925.0, 3985.0, 3902.0, 3945.0, 3986.0, 3913.0, 3976.0, 3954.0, 3924.0, 3964.0, 3901.0, 3932.0, 3962.0, 3913.0, 3976.0, 3903.0, 3923.0, 3912.0, 3903.0, 3954.0, 3933.0, 3923.0, 3986.0, 3902.0, 3966.0, 3923.0, 3903.0, 3942.0, 3911.0, 3923.0, 3985.0, 3902.0, 3953.0, 3922.0, 3912.0, 3952.0, 3900.0, 3944.0, 3973.0, 3911.0, 3953.0, 3911.0, 3912.0, 3962.0, 3901.0, 3953.0, 3953.0, 3912.0, 3964.0, 3901.0, 3912.0, 3952.0, 3912.0, 3974.0, 3912.0, 3933.0, 3933.0, 3946.0, 3998.0, 3916.0, 3967.0, 3925.0, 3924.0, 3975.0, 3902.0, 3976.0, 3975.0, 3924.0, 3964.0, 3902.0, 3912.0, 3962.0, 3901.0, 3943.0, 3942.0, 3922.0, 3963.0, 3911.0, 3923.0, 3963.0, 3902.0, 3944.0, 3965.0, 3914.0, 3965.0, 3891.0, 3913.0, 3962.0, 3900.0, 3942.0, 3954.0, 3902.0, 3943.0, 3902.0, 3911.0, 3963.0, 3912.0, 3945.0, 3922.0, 3924.0, 3953.0, 3911.0, 3934.0, 3974.0, 3911.0, 3943.0, 3953.0, 3900.0, 3954.0, 3921.0, 3923.0, 3963.0, 3912.0, 3934.0, 3983.0, 3913.0, 3954.0, 3932.0, 3922.0, 3974.0, 3900.0, 3933.0, 3986.0, 3901.0, 3942.0, 3941.0, 3924.0, 3966.0, 3945.0, 3958.0, 3914.0, 3936.0, 3977.0, 3926.0, 3964.0, 3924.0, 3990.0, 3989.0, 3969.0, 3988.0, 3934.0, 3933.0, 3975.0, 3912.0, 3964.0, 3899.0, 3931.0, 3972.0, 3900.0, 3964.0, 3911.0, 3923.0, 3974.0, 3912.0, 3933.0, 3932.0, 3922.0, 3974.0, 3912.0, 3955.0, 3923.0, 3923.0, 3953.0, 3912.0, 3935.0, 3964.0, 3933.0, 3954.0, 3931.0, 3933.0, 3975.0, 3912.0, 3944.0, 3954.0, 3912.0, 3954.0, 3921.0, 3924.0, 3988.0, 3948.0, 4014.0, 3988.0, 3965.0, 3934.0, 3948.0, 3948.0, 3971.0, 3989.0, 3927.0, 3968.0, 3976.0, 3936.0, 3979.0, 3945.0, 3947.0, 3998.0, 3925.0, 3976.0, 3984.0, 3944.0, 3987.0, 3951.0, 3942.0, 3973.0, 3930.0, 3960.0, 3928.0, 3929.0, 3958.0, 3905.0, 3948.0, 3956.0, 3883.0, 3936.0, 3893.0, 3915.0, 3957.0, 3895.0, 3926.0, 3895.0, 3906.0, 3926.0, 3896.0, 3928.0, 3948.0, 3897.0, 3950.0, 3898.0, 3921.0, 3939.0, 3898.0, 3920.0, 3898.0, 3909.0, 3941.0, 3900.0, 3933.0, 3983.0, 3913.0, 3963.0, 3912.0, 3934.0, 3963.0, 3910.0, 3943.0, 3941.0, 3934.0, 3986.0, 3927.0, 3947.0, 3986.0, 3923.0, 3959.0, 3955.0, 3934.0, 3953.0, 3923.0, 3977.0, 3924.0, 3946.0, 3915.0, 3936.0, 3990.0, 3956.0, 3968.0, 3986.0, 3914.0, 3956.0, 3943.0, 3923.0, 3976.0, 3934.0, 3956.0, 3975.0, 3926.0, 3969.0, 3938.0, 3949.0, 3976.0, 3914.0, 3945.0, 3964.0, 3923.0, 3965.0, 3912.0, 3934.0, 3974.0, 3911.0, 3954.0, 3965.0, 3934.0, 3975.0, 3912.0, 3934.0, 3974.0, 3912.0, 3945.0, 3984.0, 3933.0, 3976.0, 3924.0, 3924.0, 3964.0, 3912.0, 3944.0, 3974.0, 3923.0, 3956.0, 3922.0, 3924.0, 3989.0, 3913.0, 3934.0, 3975.0, 3922.0, 3968.0, 3987.0, 3945.0, 3965.0, 3913.0, 3935.0, 3973.0, 3922.0, 3955.0, 3955.0, 3936.0, 3989.0, 3928.0, 3950.0, 3987.0, 3935.0, 3987.0, 3937.0, 3947.0, 3945.0, 3935.0, 3975.0, 3924.0, 3966.0, 3924.0, 3990.0, 3978.0, 3968.0, 3998.0, 3934.0, 3955.0, 3986.0, 3911.0, 3975.0, 3963.0, 3922.0, 3974.0, 3900.0, 3922.0, 3972.0, 3910.0, 3953.0, 3931.0, 3923.0, 3964.0, 3911.0, 3932.0, 3962.0, 3922.0, 3964.0, 3902.0, 3933.0, 3973.0, 3911.0, 3966.0, 3932.0, 3933.0, 3984.0, 3912.0, 3933.0, 3962.0, 3902.0, 3978.0, 3934.0, 3913.0, 3975.0, 3911.0, 3922.0, 3973.0, 3935.0, 3979.0, 3925.0, 3924.0, 3943.0, 3911.0, 3954.0, 3902.0, 3966.0, 3924.0, 3945.0, 3955.0, 3913.0, 3954.0, 3922.0, 3987.0, 3955.0, 3946.0, 3987.0, 3924.0, 3977.0, 3932.0, 3921.0, 3986.0, 3932.0, 3963.0, 3942.0, 3912.0, 3951.0, 3899.0, 3921.0, 3972.0, 3911.0, 3974.0, 3900.0, 3922.0, 3963.0, 3899.0, 3942.0, 3951.0, 3922.0, 3985.0, 3901.0, 3947.0, 3968.0, 3925.0, 3954.0, 3920.0, 3933.0, 3973.0, 3911.0, 3943.0, 3933.0, 3922.0, 3973.0, 3925.0, 3955.0, 3975.0, 3923.0, 3955.0, 3920.0, 3923.0, 3984.0, 3912.0, 3954.0, 3912.0, 3922.0, 3954.0, 3922.0, 3922.0, 3984.0, 3911.0, 3973.0, 3900.0, 3921.0, 3952.0, 3899.0, 3943.0, 3962.0, 3922.0, 3974.0, 3923.0, 3934.0, 3963.0, 3923.0, 3966.0, 3923.0, 3933.0, 3987.0, 3912.0, 3933.0, 3983.0, 3921.0, 3954.0, 3911.0, 3923.0, 3953.0, 3911.0, 3944.0, 3952.0, 3923.0, 3944.0, 3912.0, 3934.0, 3984.0, 3923.0, 3965.0, 3914.0, 3934.0, 3974.0, 3911.0, 3943.0, 3984.0, 3923.0, 3961.0, 3911.0, 3944.0, 3962.0, 3922.0, 3965.0, 3922.0, 3934.0, 3997.0, 3937.0, 3957.0, 3953.0, 3924.0, 3976.0, 3927.0, 3956.0, 3945.0, 3936.0, 3955.0, 3923.0, 3944.0, 3913.0, 3945.0, 3986.0, 3923.0, 3954.0, 3985.0, 3922.0, 3985.0, 3911.0, 3934.0, 3973.0, 3911.0, 3943.0, 3984.0, 3932.0, 3974.0, 3911.0, 3932.0, 3953.0, 3911.0, 3943.0, 3983.0, 3923.0, 3955.0, 3901.0, 3932.0, 3955.0, 3920.0, 3932.0, 3973.0, 3911.0, 3945.0, 3932.0, 3922.0, 3966.0, 3935.0, 3945.0, 3998.0, 3935.0, 3965.0, 3912.0, 3933.0, 3963.0, 3910.0, 3932.0, 3985.0, 3933.0, 3975.0, 3911.0, 3933.0, 3964.0, 3920.0, 3942.0, 3974.0, 3934.0, 3956.0, 3913.0, 3944.0, 3974.0, 3923.0, 3965.0, 3924.0, 3988.0, 3998.0, 3967.0, 3987.0, 3924.0, 3934.0, 3975.0, 3922.0, 3964.0, 3922.0, 3944.0, 3985.0, 3912.0, 3945.0, 3943.0, 3933.0, 3965.0, 3923.0, 3976.0, 3943.0, 3924.0, 3954.0, 3912.0, 3933.0, 3985.0, 3923.0, 3976.0, 3923.0, 3934.0, 3964.0, 3912.0, 3943.0, 3921.0, 3934.0, 3964.0, 3922.0, 3944.0, 3985.0, 3945.0, 3987.0, 3922.0, 3944.0, 3952.0, 3921.0, 3964.0, 3910.0, 3944.0, 3985.0, 3923.0, 3944.0, 3932.0, 3911.0, 3964.0, 3911.0, 3943.0, 3974.0, 3934.0, 3958.0, 3924.0, 3947.0, 3976.0, 3943.0, 3956.0, 3938.0, 3928.0, 3959.0, 3999.0, 3947.0, 3968.0, 4000.0, 3926.0, 3988.0, 3945.0, 3935.0, 3976.0, 3943.0, 3946.0, 3997.0, 3923.0, 3975.0, 3985.0, 3923.0, 3974.0, 3932.0, 3932.0, 3985.0, 3941.0, 3942.0, 3983.0, 3908.0, 3940.0, 3949.0, 3897.0, 3950.0, 3909.0, 3929.0, 3961.0, 3897.0, 3930.0, 3949.0, 3910.0, 3954.0, 3972.0, 3923.0, 3951.0, 3910.0, 3942.0, 3973.0, 3922.0, 3954.0, 3943.0, 3934.0, 3954.0, 3912.0, 3945.0, 3973.0, 3923.0, 3955.0, 3985.0, 3921.0, 3946.0, 3911.0, 3934.0, 3979.0, 3935.0, 3965.0, 3921.0, 3972.0, 3926.0, 3969.0, 3961.0, 3992.0, 3998.0, 3924.0, 3975.0, 3943.0, 3944.0, 3986.0, 3933.0, 3966.0, 3996.0, 3933.0, 3986.0, 3984.0, 3932.0, 3981.0, 3970.0, 3908.0, 3949.0, 3916.0, 3959.0, 3926.0, 3939.0, 3968.0, 3897.0, 3937.0, 3957.0, 3893.0, 3935.0, 3905.0, 3916.0, 3947.0, 3895.0, 3937.0, 3884.0, 3907.0, 3938.0, 3886.0, 3928.0, 3949.0, 3899.0, 3962.0, 3931.0, 3931.0, 3961.0, 3911.0, 3940.0, 3909.0, 3921.0, 3963.0, 3922.0, 3932.0, 3983.0, 3911.0, 3963.0, 3921.0, 3922.0, 3961.0, 3910.0, 3943.0, 3983.0, 3912.0, 3976.0, 3944.0, 3955.0, 3995.0, 3912.0, 3942.0, 3941.0, 3911.0, 3961.0, 3900.0, 3944.0, 3983.0, 3912.0, 3976.0, 3943.0, 3945.0, 3965.0, 3923.0, 3964.0, 3912.0, 3944.0, 3943.0, 3935.0, 3998.0, 3969.0, 3999.0, 3938.0, 3978.0, 3986.0, 3923.0, 3976.0, 3945.0, 3956.0, 3997.0, 3924.0, 3956.0, 3965.0, 3924.0, 3975.0, 3933.0, 3943.0, 3984.0, 3924.0, 3944.0, 3983.0, 3911.0, 3976.0, 3965.0, 3945.0, 3974.0, 3910.0, 3944.0, 3963.0, 3921.0, 3952.0, 3984.0, 3932.0, 3966.0, 3922.0, 3933.0, 3965.0, 3922.0, 3932.0, 3963.0, 3923.0, 3954.0, 3913.0, 3946.0, 3979.0, 3928.0, 3969.0, 3964.0, 3923.0, 3954.0, 3924.0, 3945.0, 3915.0, 3978.0, 3935.0, 3935.0, 3987.0, 3934.0, 3977.0, 3965.0, 3913.0, 3974.0, 3900.0, 3933.0, 3984.0, 3923.0, 3986.0, 3924.0, 3960.0, 3915.0, 3914.0, 3955.0, 3901.0, 3969.0, 3955.0, 3935.0, 3996.0, 3901.0, 3943.0, 3900.0, 3923.0, 3986.0, 3912.0, 3965.0, 3903.0, 3923.0, 3954.0, 3902.0, 3944.0, 3984.0, 3913.0, 3976.0, 3913.0, 3945.0, 3986.0, 3913.0, 3977.0, 3923.0, 3935.0, 3998.0, 3923.0, 3955.0, 3934.0, 3934.0, 3997.0, 3948.0, 4000.0, 3925.0, 3958.0, 3998.0, 3923.0, 3965.0, 3971.0, 3932.0, 3989.0, 3914.0, 3947.0, 3913.0, 3946.0, 3943.0, 3935.0, 3977.0, 3934.0, 3977.0, 3914.0, 3934.0, 3966.0, 3913.0, 3946.0, 3996.0, 3924.0, 3987.0, 3913.0, 3945.0], 'WindowWidth': [8898.0, 8930.0, 8824.0, 8877.0, 8812.0, 8769.0, 8837.0, 8778.0, 8701.0, 8896.0, 8728.0, 8757.0, 8719.0, 8734.0, 8762.0, 8774.0, 8742.0, 8762.0, 8842.0, 8749.0, 8833.0, 8754.0, 8862.0, 8836.0, 8838.0, 8865.0, 8747.0, 8841.0, 8688.0, 8710.0, 8834.0, 8694.0, 8804.0, 8795.0, 8798.0, 8853.0, 8765.0, 8889.0, 8915.0, 8800.0, 8822.0, 8762.0, 8776.0, 8859.0, 8779.0, 8836.0, 8765.0, 8796.0, 8865.0, 8765.0, 8825.0, 8777.0, 8795.0, 8864.0, 8766.0, 8810.0, 8790.0, 8761.0, 8850.0, 8817.0, 8855.0, 8884.0, 8765.0, 8824.0, 8790.0, 8798.0, 8883.0, 8770.0, 8856.0, 8795.0, 8798.0, 8850.0, 8781.0, 8875.0, 8838.0, 8798.0, 8871.0, 8765.0, 8809.0, 8846.0, 8777.0, 8869.0, 8820.0, 8809.0, 8869.0, 8753.0, 8836.0, 8803.0, 8782.0, 8867.0, 8766.0, 8851.0, 8779.0, 8819.0, 8778.0, 8780.0, 8806.0, 8784.0, 8878.0, 8861.0, 8850.0, 8888.0, 8768.0, 8838.0, 8788.0, 8807.0, 8865.0, 8763.0, 8849.0, 8773.0, 8750.0, 8832.0, 8763.0, 8839.0, 8850.0, 8780.0, 8837.0, 8783.0, 8820.0, 8850.0, 8780.0, 8840.0, 8794.0, 8798.0, 8870.0, 8771.0, 8797.0, 8820.0, 8798.0, 8872.0, 8774.0, 8800.0, 8773.0, 8843.0, 8812.0, 8802.0, 8856.0, 8787.0, 8898.0, 8844.0, 8861.0, 8890.0, 8770.0, 8826.0, 8832.0, 8760.0, 8852.0, 8800.0, 8805.0, 8863.0, 8746.0, 8805.0, 8770.0, 8757.0, 8846.0, 8786.0, 8819.0, 8864.0, 8747.0, 8807.0, 8771.0, 8777.0, 8847.0, 8777.0, 8823.0, 8806.0, 8765.0, 8804.0, 8770.0, 8772.0, 8830.0, 8764.0, 8825.0, 8849.0, 8796.0, 8837.0, 8765.0, 8779.0, 8845.0, 8778.0, 8838.0, 8792.0, 8783.0, 8837.0, 8767.0, 8827.0, 8840.0, 8802.0, 8880.0, 8769.0, 8802.0, 8872.0, 8807.0, 8860.0, 8804.0, 8806.0, 8788.0, 8802.0, 8856.0, 8803.0, 8874.0, 8819.0, 8903.0, 8879.0, 8863.0, 8878.0, 8800.0, 8826.0, 8865.0, 8778.0, 8873.0, 8821.0, 8795.0, 8868.0, 8765.0, 8792.0, 8845.0, 8776.0, 8838.0, 8774.0, 8777.0, 8848.0, 8763.0, 8790.0, 8845.0, 8793.0, 8838.0, 8767.0, 8798.0, 8837.0, 8765.0, 8835.0, 8791.0, 8797.0, 8866.0, 8768.0, 8827.0, 8780.0, 8795.0, 8867.0, 8766.0, 8810.0, 8867.0, 8764.0, 8821.0, 8760.0, 8780.0, 8899.0, 8833.0, 8813.0, 8863.0, 8776.0, 8826.0, 8865.0, 8792.0, 8838.0, 8765.0, 8785.0, 8888.0, 8805.0, 8830.0, 8791.0, 8828.0, 8877.0, 8782.0, 8840.0, 8810.0, 8844.0, 8801.0, 8808.0, 8851.0, 8797.0, 8846.0, 8812.0, 8833.0, 8872.0, 8788.0, 8872.0, 8786.0, 8814.0, 8867.0, 8782.0, 8874.0, 8854.0, 8803.0, 8880.0, 8782.0, 8808.0, 8860.0, 8780.0, 8870.0, 8783.0, 8814.0, 8871.0, 8770.0, 8853.0, 8806.0, 8814.0, 8883.0, 8782.0, 8840.0, 8790.0, 8780.0, 8869.0, 8792.0, 8810.0, 8881.0, 8768.0, 8842.0, 8870.0, 8839.0, 8913.0, 8866.0, 8908.0, 8786.0, 8809.0, 8791.0, 8855.0, 8899.0, 8786.0, 8843.0, 8867.0, 8768.0, 8841.0, 8826.0, 8816.0, 8884.0, 8768.0, 8823.0, 8875.0, 8776.0, 8833.0, 8827.0, 8833.0, 8861.0, 8804.0, 8864.0, 8746.0, 8816.0, 8854.0, 8733.0, 8825.0, 8817.0, 8778.0, 8820.0, 8736.0, 8751.0, 8834.0, 8721.0, 8790.0, 8801.0, 8749.0, 8824.0, 8735.0, 8751.0, 8806.0, 8723.0, 8781.0, 8807.0, 8754.0, 8797.0, 8742.0, 8758.0, 8812.0, 8742.0, 8805.0, 8841.0, 8760.0, 8804.0, 8775.0, 8778.0, 8832.0, 8761.0, 8808.0, 8777.0, 8795.0, 8839.0, 8768.0, 8810.0, 8864.0, 8770.0, 8859.0, 8806.0, 8795.0, 8869.0, 8768.0, 8796.0, 8878.0, 8808.0, 8855.0, 8768.0, 8800.0, 8883.0, 8769.0, 8827.0, 8884.0, 8784.0, 8874.0, 8837.0, 8799.0, 8853.0, 8764.0, 8806.0, 8846.0, 8782.0, 8872.0, 8770.0, 8799.0, 8782.0, 8771.0, 8838.0, 8807.0, 8797.0, 8884.0, 8768.0, 8856.0, 8796.0, 8770.0, 8820.0, 8777.0, 8796.0, 8882.0, 8767.0, 8836.0, 8793.0, 8779.0, 8832.0, 8762.0, 8825.0, 8863.0, 8779.0, 8836.0, 8777.0, 8779.0, 8845.0, 8763.0, 8837.0, 8835.0, 8781.0, 8853.0, 8765.0, 8782.0, 8832.0, 8781.0, 8866.0, 8780.0, 8810.0, 8810.0, 8831.0, 8907.0, 8793.0, 8863.0, 8804.0, 8799.0, 8868.0, 8769.0, 8872.0, 8868.0, 8797.0, 8853.0, 8767.0, 8781.0, 8844.0, 8762.0, 8822.0, 8818.0, 8793.0, 8849.0, 8779.0, 8796.0, 8850.0, 8768.0, 8827.0, 8853.0, 8786.0, 8855.0, 8752.0, 8781.0, 8847.0, 8761.0, 8824.0, 8838.0, 8769.0, 8822.0, 8768.0, 8779.0, 8848.0, 8782.0, 8829.0, 8794.0, 8801.0, 8838.0, 8779.0, 8815.0, 8867.0, 8781.0, 8825.0, 8836.0, 8765.0, 8838.0, 8791.0, 8797.0, 8849.0, 8780.0, 8813.0, 8879.0, 8786.0, 8843.0, 8808.0, 8797.0, 8869.0, 8764.0, 8812.0, 8889.0, 8766.0, 8821.0, 8818.0, 8803.0, 8863.0, 8834.0, 8857.0, 8791.0, 8822.0, 8880.0, 8808.0, 8856.0, 8804.0, 8899.0, 8896.0, 8870.0, 8895.0, 8814.0, 8810.0, 8869.0, 8782.0, 8854.0, 8760.0, 8806.0, 8863.0, 8764.0, 8853.0, 8780.0, 8797.0, 8868.0, 8784.0, 8812.0, 8808.0, 8795.0, 8866.0, 8784.0, 8843.0, 8798.0, 8801.0, 8838.0, 8784.0, 8818.0, 8854.0, 8813.0, 8841.0, 8807.0, 8811.0, 8870.0, 8783.0, 8827.0, 8840.0, 8782.0, 8842.0, 8794.0, 8801.0, 8893.0, 8844.0, 8943.0, 8898.0, 8864.0, 8821.0, 8847.0, 8846.0, 8879.0, 8900.0, 8812.0, 8868.0, 8874.0, 8822.0, 8881.0, 8833.0, 8838.0, 8907.0, 8805.0, 8877.0, 8883.0, 8828.0, 8894.0, 8832.0, 8822.0, 8865.0, 8801.0, 8843.0, 8795.0, 8797.0, 8840.0, 8759.0, 8821.0, 8828.0, 8726.0, 8801.0, 8741.0, 8774.0, 8833.0, 8748.0, 8790.0, 8747.0, 8762.0, 8789.0, 8750.0, 8796.0, 8821.0, 8756.0, 8829.0, 8757.0, 8792.0, 8813.0, 8759.0, 8789.0, 8757.0, 8775.0, 8819.0, 8765.0, 8813.0, 8880.0, 8787.0, 8853.0, 8785.0, 8815.0, 8852.0, 8779.0, 8826.0, 8821.0, 8817.0, 8888.0, 8814.0, 8838.0, 8887.0, 8799.0, 8856.0, 8845.0, 8815.0, 8836.0, 8798.0, 8875.0, 8802.0, 8834.0, 8793.0, 8820.0, 8900.0, 8846.0, 8863.0, 8887.0, 8785.0, 8844.0, 8823.0, 8798.0, 8873.0, 8813.0, 8845.0, 8870.0, 8807.0, 8870.0, 8828.0, 8844.0, 8872.0, 8792.0, 8831.0, 8856.0, 8798.0, 8856.0, 8783.0, 8815.0, 8867.0, 8780.0, 8842.0, 8856.0, 8814.0, 8872.0, 8785.0, 8814.0, 8868.0, 8782.0, 8829.0, 8883.0, 8813.0, 8873.0, 8802.0, 8803.0, 8856.0, 8784.0, 8826.0, 8867.0, 8799.0, 8847.0, 8798.0, 8803.0, 8896.0, 8786.0, 8814.0, 8870.0, 8798.0, 8868.0, 8891.0, 8831.0, 8858.0, 8787.0, 8817.0, 8865.0, 8797.0, 8846.0, 8843.0, 8819.0, 8896.0, 8817.0, 8847.0, 8892.0, 8820.0, 8892.0, 8829.0, 8840.0, 8834.0, 8819.0, 8874.0, 8805.0, 8860.0, 8805.0, 8901.0, 8881.0, 8866.0, 8911.0, 8818.0, 8846.0, 8890.0, 8782.0, 8873.0, 8852.0, 8797.0, 8869.0, 8765.0, 8795.0, 8862.0, 8778.0, 8839.0, 8806.0, 8798.0, 8853.0, 8782.0, 8809.0, 8850.0, 8798.0, 8855.0, 8771.0, 8813.0, 8867.0, 8782.0, 8859.0, 8810.0, 8814.0, 8882.0, 8783.0, 8812.0, 8849.0, 8768.0, 8881.0, 8818.0, 8786.0, 8870.0, 8781.0, 8795.0, 8865.0, 8819.0, 8886.0, 8810.0, 8799.0, 8818.0, 8782.0, 8842.0, 8772.0, 8860.0, 8806.0, 8835.0, 8845.0, 8787.0, 8842.0, 8798.0, 8893.0, 8845.0, 8835.0, 8892.0, 8804.0, 8876.0, 8810.0, 8793.0, 8887.0, 8807.0, 8851.0, 8821.0, 8782.0, 8834.0, 8764.0, 8792.0, 8863.0, 8780.0, 8867.0, 8765.0, 8795.0, 8851.0, 8763.0, 8822.0, 8833.0, 8797.0, 8884.0, 8770.0, 8841.0, 8866.0, 8807.0, 8842.0, 8793.0, 8815.0, 8867.0, 8782.0, 8827.0, 8812.0, 8797.0, 8867.0, 8808.0, 8846.0, 8871.0, 8801.0, 8843.0, 8792.0, 8799.0, 8883.0, 8784.0, 8843.0, 8783.0, 8798.0, 8839.0, 8795.0, 8798.0, 8883.0, 8781.0, 8867.0, 8766.0, 8795.0, 8834.0, 8763.0, 8825.0, 8850.0, 8797.0, 8869.0, 8800.0, 8815.0, 8852.0, 8802.0, 8862.0, 8801.0, 8813.0, 8891.0, 8785.0, 8813.0, 8879.0, 8796.0, 8842.0, 8785.0, 8801.0, 8839.0, 8781.0, 8829.0, 8838.0, 8801.0, 8829.0, 8786.0, 8816.0, 8884.0, 8802.0, 8860.0, 8789.0, 8817.0, 8870.0, 8782.0, 8826.0, 8881.0, 8800.0, 8846.0, 8782.0, 8830.0, 8849.0, 8800.0, 8857.0, 8796.0, 8815.0, 8905.0, 8827.0, 8853.0, 8839.0, 8803.0, 8874.0, 8811.0, 8848.0, 8834.0, 8823.0, 8845.0, 8800.0, 8830.0, 8789.0, 8832.0, 8888.0, 8801.0, 8843.0, 8886.0, 8799.0, 8887.0, 8783.0, 8816.0, 8866.0, 8781.0, 8825.0, 8883.0, 8812.0, 8870.0, 8780.0, 8810.0, 8837.0, 8781.0, 8824.0, 8880.0, 8798.0, 8843.0, 8768.0, 8810.0, 8843.0, 8793.0, 8809.0, 8865.0, 8781.0, 8832.0, 8810.0, 8798.0, 8864.0, 8820.0, 8834.0, 8909.0, 8821.0, 8860.0, 8785.0, 8813.0, 8853.0, 8779.0, 8811.0, 8886.0, 8814.0, 8873.0, 8782.0, 8814.0, 8855.0, 8792.0, 8824.0, 8870.0, 8819.0, 8850.0, 8790.0, 8829.0, 8867.0, 8801.0, 8857.0, 8803.0, 8895.0, 8908.0, 8864.0, 8891.0, 8802.0, 8815.0, 8870.0, 8795.0, 8855.0, 8795.0, 8827.0, 8883.0, 8785.0, 8831.0, 8825.0, 8812.0, 8857.0, 8799.0, 8873.0, 8827.0, 8803.0, 8843.0, 8784.0, 8812.0, 8884.0, 8801.0, 8875.0, 8801.0, 8816.0, 8853.0, 8783.0, 8825.0, 8792.0, 8814.0, 8856.0, 8798.0, 8831.0, 8888.0, 8833.0, 8889.0, 8797.0, 8828.0, 8837.0, 8796.0, 8856.0, 8781.0, 8830.0, 8886.0, 8801.0, 8831.0, 8810.0, 8782.0, 8854.0, 8781.0, 8825.0, 8868.0, 8819.0, 8854.0, 8803.0, 8843.0, 8878.0, 8831.0, 8853.0, 8832.0, 8821.0, 8861.0, 8913.0, 8838.0, 8869.0, 8916.0, 8810.0, 8894.0, 8833.0, 8819.0, 8876.0, 8829.0, 8835.0, 8907.0, 8801.0, 8873.0, 8887.0, 8800.0, 8869.0, 8808.0, 8812.0, 8888.0, 8820.0, 8823.0, 8880.0, 8773.0, 8816.0, 8829.0, 8757.0, 8830.0, 8774.0, 8803.0, 8845.0, 8758.0, 8803.0, 8827.0, 8780.0, 8844.0, 8864.0, 8803.0, 8835.0, 8781.0, 8824.0, 8865.0, 8798.0, 8844.0, 8828.0, 8818.0, 8842.0, 8787.0, 8833.0, 8869.0, 8801.0, 8846.0, 8886.0, 8795.0, 8834.0, 8785.0, 8819.0, 8888.0, 8825.0, 8864.0, 8798.0, 8868.0, 8817.0, 8878.0, 8871.0, 8911.0, 8912.0, 8802.0, 8874.0, 8827.0, 8830.0, 8891.0, 8816.0, 8862.0, 8907.0, 8816.0, 8890.0, 8887.0, 8809.0, 8880.0, 8859.0, 8773.0, 8826.0, 8779.0, 8841.0, 8793.0, 8814.0, 8856.0, 8755.0, 8809.0, 8834.0, 8746.0, 8804.0, 8761.0, 8780.0, 8821.0, 8751.0, 8811.0, 8735.0, 8769.0, 8811.0, 8741.0, 8800.0, 8828.0, 8765.0, 8851.0, 8808.0, 8809.0, 8849.0, 8783.0, 8821.0, 8778.0, 8796.0, 8854.0, 8799.0, 8813.0, 8879.0, 8784.0, 8856.0, 8797.0, 8800.0, 8850.0, 8781.0, 8827.0, 8881.0, 8787.0, 8877.0, 8830.0, 8847.0, 8901.0, 8786.0, 8825.0, 8821.0, 8782.0, 8849.0, 8769.0, 8830.0, 8884.0, 8787.0, 8877.0, 8829.0, 8834.0, 8859.0, 8803.0, 8860.0, 8788.0, 8831.0, 8829.0, 8821.0, 8912.0, 8873.0, 8914.0, 8831.0, 8884.0, 8891.0, 8803.0, 8877.0, 8833.0, 8850.0, 8906.0, 8807.0, 8851.0, 8861.0, 8806.0, 8873.0, 8815.0, 8832.0, 8886.0, 8805.0, 8830.0, 8881.0, 8785.0, 8877.0, 8862.0, 8837.0, 8872.0, 8782.0, 8829.0, 8853.0, 8797.0, 8839.0, 8883.0, 8812.0, 8862.0, 8800.0, 8815.0, 8860.0, 8799.0, 8813.0, 8855.0, 8803.0, 8846.0, 8791.0, 8840.0, 8887.0, 8815.0, 8869.0, 8854.0, 8796.0, 8838.0, 8801.0, 8830.0, 8793.0, 8881.0, 8817.0, 8818.0, 8892.0, 8815.0, 8876.0, 8856.0, 8786.0, 8870.0, 8766.0, 8812.0, 8882.0, 8798.0, 8887.0, 8803.0, 8862.0, 8796.0, 8791.0, 8843.0, 8770.0, 8874.0, 8846.0, 8820.0, 8904.0, 8771.0, 8827.0, 8766.0, 8800.0, 8888.0, 8786.0, 8859.0, 8774.0, 8801.0, 8843.0, 8771.0, 8829.0, 8884.0, 8789.0, 8875.0, 8788.0, 8833.0, 8888.0, 8790.0, 8879.0, 8802.0, 8819.0, 8907.0, 8805.0, 8848.0, 8819.0, 8817.0, 8908.0, 8847.0, 8918.0, 8812.0, 8858.0, 8910.0, 8803.0, 8859.0, 8863.0, 8813.0, 8899.0, 8792.0, 8840.0, 8790.0, 8838.0, 8831.0, 8822.0, 8879.0, 8818.0, 8879.0, 8791.0, 8818.0, 8860.0, 8790.0, 8834.0, 8904.0, 8804.0, 8891.0, 8789.0, 8832.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.0036212027231467474</td></tr>
<tr><td colspan=3>aqi</td><td>0.06751610105900151</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.01735979511734</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1108556691143068</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9911831519757761</td></tr>
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
<tr><td colspan=3>fber</td><td>5194.0479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13899605280809674</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.632375189107414</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.394983599769189</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2440082192259476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6143500285781287</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3265925515034893</td></tr>
<tr><td colspan=3>gcor</td><td>0.00770293</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018190011382102966</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029879160225391388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.3640862469396735</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>40.9615</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6927</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8037</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300853.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>599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.1564</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.2226</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3191.7863</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>761.4373</td></tr>
<tr><td colspan=3>tsnr</td><td>27.1932660281891</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>