ds005256-mriqc/sub-0004_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter c54fb52bd9 [DATALAD RUNCMD] Compute MRIQC for sub-0004
=== 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-0004 --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-0004",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:04:06 +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-0004_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0004_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0004_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-04/func/sub-0004_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>315feacbd8b5c7eee1efee0285abf68f</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:56:11.357500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998947, 0.0454138, -0.0065307, -0.0429162, 0.97522, 0.217034]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109468</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7783, -7228, 504, -51, -227, 58, 80]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.188</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>673e129e-2473-44d3-ba0d-76dd1592ff60||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801016330718994, -0.1151411384344101, -0.04380802810192108, 119.96361541748047], [-0.12184182554483414, 2.6164445877075195, 0.5846174359321594, -95.18283081054688], [-0.017521392554044724, -0.5822858810424805, 2.6355841159820557, -10.338409423828125], [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': ['085611.357500', '085611.817500', '085612.277500', '085612.737500', '085613.197500', '085613.657500', '085614.117500', '085614.577500', '085615.037500', '085615.497500', '085615.957500', '085616.417500', '085616.877500', '085617.337500', '085617.797500', '085618.257500', '085618.717500', '085619.177500', '085619.637500', '085620.097500', '085620.557500', '085621.017500', '085621.477500', '085621.937500', '085622.397500', '085622.857500', '085623.317500', '085623.777500', '085624.237500', '085624.697500', '085625.157500', '085625.617500', '085626.077500', '085626.537500', '085626.997500', '085627.457500', '085627.917500', '085628.377500', '085628.837500', '085629.297500', '085629.757500', '085630.217500', '085630.677500', '085631.137500', '085631.597500', '085632.057500', '085632.517500', '085632.977500', '085633.437500', '085633.897500', '085634.357500', '085634.817500', '085635.277500', '085635.737500', '085636.197500', '085636.657500', '085637.117500', '085637.577500', '085638.037500', '085638.497500', '085638.957500', '085639.417500', '085639.877500', '085640.337500', '085640.797500', '085641.257500', '085641.717500', '085642.177500', '085642.637500', '085643.097500', '085643.557500', '085644.017500', '085644.477500', '085644.937500', '085645.397500', '085645.857500', '085646.317500', '085646.777500', '085647.237500', '085647.697500', '085648.157500', '085648.617500', '085649.077500', '085649.537500', '085649.997500', '085650.457500', '085650.917500', '085651.377500', '085651.837500', '085652.297500', '085652.757500', '085653.217500', '085653.677500', '085654.137500', '085654.597500', '085655.057500', '085655.517500', '085655.977500', '085656.437500', '085656.897500', '085657.357500', '085657.817500', '085658.277500', '085658.737500', '085659.197500', '085659.657500', '085700.117500', '085700.577500', '085701.037500', '085701.497500', '085701.957500', '085702.417500', '085702.877500', '085703.337500', '085703.797500', '085704.257500', '085704.717500', '085705.177500', '085705.637500', '085706.097500', '085706.557500', '085707.017500', '085707.477500', '085707.937500', '085708.397500', '085708.857500', '085709.317500', '085709.777500', '085710.237500', '085710.697500', '085711.157500', '085711.617500', '085712.077500', '085712.537500', '085712.997500', '085713.457500', '085713.917500', '085714.377500', '085714.837500', '085715.297500', '085715.757500', '085716.217500', '085716.677500', '085717.137500', '085717.597500', '085718.057500', '085718.517500', '085718.977500', '085719.437500', '085719.897500', '085720.357500', '085720.817500', '085721.277500', '085721.737500', '085722.197500', '085722.657500', '085723.117500', '085723.577500', '085724.037500', '085724.497500', '085724.957500', '085725.417500', '085725.877500', '085726.337500', '085726.797500', '085727.257500', '085727.717500', '085728.177500', '085728.637500', '085729.097500', '085729.557500', '085730.017500', '085730.477500', '085730.937500', '085731.397500', '085731.857500', '085732.317500', '085732.777500', '085733.237500', '085733.697500', '085734.157500', '085734.617500', '085735.077500', '085735.537500', '085735.997500', '085736.457500', '085736.917500', '085737.377500', '085737.837500', '085738.297500', '085738.757500', '085739.217500', '085739.677500', '085740.137500', '085740.597500', '085741.057500', '085741.517500', '085741.977500', '085742.437500', '085742.897500', '085743.357500', '085743.817500', '085744.277500', '085744.737500', '085745.197500', '085745.657500', '085746.117500', '085746.577500', '085747.037500', '085747.497500', '085747.957500', '085748.417500', '085748.877500', '085749.337500', '085749.797500', '085750.257500', '085750.717500', '085751.177500', '085751.637500', '085752.097500', '085752.557500', '085753.017500', '085753.477500', '085753.937500', '085754.397500', '085754.857500', '085755.317500', '085755.777500', '085756.237500', '085756.697500', '085757.157500', '085757.617500', '085758.077500', '085758.537500', '085758.997500', '085759.457500', '085759.917500', '085800.377500', '085800.837500', '085801.297500', '085801.757500', '085802.217500', '085802.677500', '085803.137500', '085803.597500', '085804.057500', '085804.517500', '085804.977500', '085805.437500', '085805.897500', '085806.357500', '085806.817500', '085807.277500', '085807.737500', '085808.197500', '085808.657500', '085809.117500', '085809.577500', '085810.037500', '085810.497500', '085810.957500', '085811.417500', '085811.877500', '085812.337500', '085812.797500', '085813.257500', '085813.717500', '085814.177500', '085814.637500', '085815.097500', '085815.557500', '085816.017500', '085816.477500', '085816.937500', '085817.397500', '085817.857500', '085818.317500', '085818.777500', '085819.237500', '085819.697500', '085820.157500', '085820.617500', '085821.077500', '085821.537500', '085821.997500', '085822.457500', '085822.917500', '085823.377500', '085823.837500', '085824.297500', '085824.757500', '085825.217500', '085825.677500', '085826.137500', '085826.597500', '085827.057500', '085827.517500', '085827.977500', '085828.437500', '085828.897500', '085829.357500', '085829.817500', '085830.277500', '085830.737500', '085831.197500', '085831.657500', '085832.117500', '085832.577500', '085833.037500', '085833.497500', '085833.957500', '085834.417500', '085834.877500', '085835.337500', '085835.797500', '085836.257500', '085836.717500', '085837.177500', '085837.637500', '085838.097500', '085838.557500', '085839.017500', '085839.477500', '085839.937500', '085840.397500', '085840.857500', '085841.317500', '085841.777500', '085842.237500', '085842.697500', '085843.157500', '085843.617500', '085844.077500', '085844.537500', '085844.997500', '085845.457500', '085845.917500', '085846.377500', '085846.837500', '085847.297500', '085847.757500', '085848.217500', '085848.677500', '085849.137500', '085849.597500', '085850.057500', '085850.517500', '085850.977500', '085851.437500', '085851.897500', '085852.357500', '085852.817500', '085853.277500', '085853.737500', '085854.197500', '085854.657500', '085855.117500', '085855.577500', '085856.037500', '085856.497500', '085856.957500', '085857.417500', '085857.877500', '085858.337500', '085858.797500', '085859.257500', '085859.717500', '085900.177500', '085900.637500', '085901.097500', '085901.557500', '085902.017500', '085902.477500', '085902.937500', '085903.397500', '085903.857500', '085904.317500', '085904.777500', '085905.237500', '085905.697500', '085906.157500', '085906.617500', '085907.077500', '085907.537500', '085907.997500', '085908.457500', '085908.917500', '085909.377500', '085909.837500', '085910.297500', '085910.757500', '085911.217500', '085911.677500', '085912.137500', '085912.597500', '085913.057500', '085913.517500', '085913.977500', '085914.437500', '085914.897500', '085915.357500', '085915.817500', '085916.277500', '085916.737500', '085917.197500', '085917.657500', '085918.117500', '085918.577500', '085919.037500', '085919.497500', '085919.957500', '085920.417500', '085920.877500', '085921.337500', '085921.797500', '085922.257500', '085922.717500', '085923.177500', '085923.637500', '085924.097500', '085924.557500', '085925.017500', '085925.477500', '085925.937500', '085926.397500', '085926.857500', '085927.317500', '085927.777500', '085928.237500', '085928.697500', '085929.157500', '085929.617500', '085930.077500', '085930.537500', '085930.997500', '085931.457500', '085931.917500', '085932.377500', '085932.837500', '085933.297500', '085933.757500', '085934.217500', '085934.677500', '085935.137500', '085935.597500', '085936.057500', '085936.517500', '085936.977500', '085937.437500', '085937.897500', '085938.357500', '085938.817500', '085939.277500', '085939.737500', '085940.197500', '085940.657500', '085941.117500', '085941.577500', '085942.037500', '085942.497500', '085942.957500', '085943.417500', '085943.877500', '085944.337500', '085944.797500', '085945.257500', '085945.717500', '085946.177500', '085946.637500', '085947.097500', '085947.557500', '085948.017500', '085948.477500', '085948.937500', '085949.397500', '085949.857500', '085950.317500', '085950.777500', '085951.237500', '085951.697500', '085952.157500', '085952.617500', '085953.077500', '085953.537500', '085953.997500', '085954.457500', '085954.917500', '085955.377500', '085955.837500', '085956.297500', '085956.757500', '085957.217500', '085957.677500', '085958.137500', '085958.597500', '085959.057500', '085959.517500', '085959.977500', '090000.437500', '090000.897500', '090001.357500', '090001.817500', '090002.277500', '090002.737500', '090003.197500', '090003.657500', '090004.117500', '090004.577500', '090005.037500', '090005.497500', '090005.957500', '090006.417500', '090006.877500', '090007.337500', '090007.797500', '090008.257500', '090008.717500', '090009.177500', '090009.637500', '090010.097500', '090010.557500', '090011.017500', '090011.477500', '090011.937500', '090012.397500', '090012.857500', '090013.317500', '090013.777500', '090014.237500', '090014.697500', '090015.157500', '090015.617500', '090016.077500', '090016.537500', '090016.997500', '090017.457500', '090017.917500', '090018.377500', '090018.837500', '090019.297500', '090019.757500', '090020.217500', '090020.677500', '090021.137500', '090021.597500', '090022.057500', '090022.517500', '090022.977500', '090023.437500', '090023.897500', '090024.357500', '090024.817500', '090025.277500', '090025.737500', '090026.197500', '090026.657500', '090027.117500', '090027.577500', '090028.037500', '090028.497500', '090028.957500', '090029.417500', '090029.877500', '090030.337500', '090030.797500', '090031.257500', '090031.717500', '090032.177500', '090032.637500', '090033.097500', '090033.557500', '090034.017500', '090034.477500', '090034.937500', '090035.397500', '090035.857500', '090036.317500', '090036.777500', '090037.237500', '090037.697500', '090038.157500', '090038.617500', '090039.077500', '090039.537500', '090039.997500', '090040.457500', '090040.917500', '090041.377500', '090041.837500', '090042.297500', '090042.757500', '090043.217500', '090043.677500', '090044.137500', '090044.597500', '090045.057500', '090045.517500', '090045.977500', '090046.437500', '090046.897500', '090047.357500', '090047.817500', '090048.277500', '090048.737500', '090049.197500', '090049.657500', '090050.117500', '090050.577500', '090051.037500', '090051.497500', '090051.957500', '090052.417500', '090052.877500', '090053.337500', '090053.797500', '090054.257500', '090054.717500', '090055.177500', '090055.637500', '090056.097500', '090056.557500', '090057.017500', '090057.477500', '090057.937500', '090058.397500', '090058.857500', '090059.317500', '090059.777500', '090100.237500', '090100.697500', '090101.157500', '090101.617500', '090102.077500', '090102.537500', '090102.997500', '090103.457500', '090103.917500', '090104.377500', '090104.837500', '090105.297500', '090105.757500', '090106.217500', '090106.677500', '090107.137500', '090107.597500', '090108.057500', '090108.517500', '090108.977500', '090109.437500', '090109.897500', '090110.357500', '090110.817500', '090111.277500', '090111.737500', '090112.197500', '090112.657500', '090113.117500', '090113.577500', '090114.037500', '090114.497500', '090114.957500', '090115.417500', '090115.877500', '090116.337500', '090116.797500', '090117.257500', '090117.717500', '090118.177500', '090118.637500', '090119.097500', '090119.557500', '090120.017500', '090120.477500', '090120.937500', '090121.397500', '090121.857500', '090122.317500', '090122.777500', '090123.237500', '090123.697500', '090124.157500', '090124.617500', '090125.077500', '090125.537500', '090125.997500', '090126.457500', '090126.917500', '090127.377500', '090127.837500', '090128.297500', '090128.757500', '090129.217500', '090129.677500', '090130.137500', '090130.597500', '090131.057500', '090131.517500', '090131.977500', '090132.437500', '090132.897500', '090133.357500', '090133.817500', '090134.277500', '090134.737500', '090135.197500', '090135.657500', '090136.117500', '090136.577500', '090137.037500', '090137.497500', '090137.957500', '090138.417500', '090138.877500', '090139.337500', '090139.797500', '090140.257500', '090140.717500', '090141.177500', '090141.637500', '090142.097500', '090142.557500', '090143.017500', '090143.477500', '090143.937500', '090144.397500', '090144.857500', '090145.317500', '090145.777500', '090146.237500', '090146.697500', '090147.157500', '090147.617500', '090148.077500', '090148.537500', '090148.997500', '090149.457500', '090149.917500', '090150.377500', '090150.837500', '090151.297500', '090151.757500', '090152.217500', '090152.677500', '090153.137500', '090153.597500', '090154.057500', '090154.517500', '090154.977500', '090155.437500', '090155.897500', '090156.357500', '090156.817500', '090157.277500', '090157.737500', '090158.197500', '090158.657500', '090159.117500', '090159.577500', '090200.037500', '090200.497500', '090200.957500', '090201.417500', '090201.877500', '090202.337500', '090202.797500', '090203.257500', '090203.717500', '090204.177500', '090204.637500', '090205.097500', '090205.557500', '090206.017500', '090206.477500', '090206.937500', '090207.397500', '090207.857500', '090208.317500', '090208.777500', '090209.237500', '090209.697500', '090210.157500', '090210.617500', '090211.077500', '090211.537500', '090211.997500', '090212.457500', '090212.917500', '090213.377500', '090213.837500', '090214.297500', '090214.757500', '090215.217500', '090215.677500', '090216.137500', '090216.597500', '090217.057500', '090217.517500', '090217.977500', '090218.437500', '090218.897500', '090219.357500', '090219.817500', '090220.277500', '090220.737500', '090221.197500', '090221.657500', '090222.117500', '090222.577500', '090223.037500', '090223.497500', '090223.957500', '090224.417500', '090224.877500', '090225.337500', '090225.797500', '090226.257500', '090226.717500', '090227.177500', '090227.637500', '090228.097500', '090228.557500', '090229.017500', '090229.477500', '090229.937500', '090230.397500', '090230.857500', '090231.317500', '090231.777500', '090232.237500', '090232.697500', '090233.157500', '090233.617500', '090234.077500', '090234.537500', '090234.997500', '090235.457500', '090235.917500', '090236.377500', '090236.837500', '090237.297500', '090237.757500', '090238.217500', '090238.677500', '090239.137500', '090239.597500', '090240.057500', '090240.517500', '090240.977500', '090241.437500', '090241.897500', '090242.357500', '090242.817500', '090243.277500', '090243.737500', '090244.197500', '090244.657500', '090245.117500', '090245.577500', '090246.037500', '090246.497500', '090246.957500', '090247.417500', '090247.877500', '090248.337500', '090248.797500', '090249.257500', '090249.717500', '090250.177500', '090250.637500', '090251.097500', '090251.557500', '090252.017500', '090252.477500', '090252.937500', '090253.397500', '090253.857500', '090254.317500', '090254.777500', '090255.237500', '090255.697500', '090256.157500', '090256.617500', '090257.077500', '090257.537500', '090257.997500', '090258.457500', '090258.917500', '090259.377500', '090259.837500', '090300.297500', '090300.757500', '090301.217500', '090301.677500', '090302.137500', '090302.597500', '090303.057500', '090303.517500', '090303.977500', '090304.437500', '090304.897500', '090305.357500', '090305.817500', '090306.277500', '090306.737500', '090307.197500', '090307.657500', '090308.117500', '090308.577500', '090309.037500', '090309.497500', '090309.957500', '090310.417500', '090310.877500', '090311.337500', '090311.797500', '090312.257500', '090312.717500', '090313.177500', '090313.637500', '090314.097500', '090314.557500', '090315.017500', '090315.477500', '090315.937500', '090316.397500', '090316.857500', '090317.317500', '090317.777500', '090318.237500', '090318.697500', '090319.157500', '090319.617500', '090320.077500', '090320.537500', '090320.997500', '090321.457500', '090321.917500', '090322.377500', '090322.837500', '090323.297500', '090323.757500', '090324.217500', '090324.677500', '090325.137500', '090325.597500', '090326.057500', '090326.517500', '090326.977500', '090327.437500', '090327.897500', '090328.357500', '090328.817500', '090329.277500', '090329.737500', '090330.197500', '090330.657500', '090331.117500', '090331.577500', '090332.037500', '090332.497500', '090332.957500', '090333.417500', '090333.877500', '090334.337500', '090334.797500', '090335.257500', '090335.717500', '090336.177500', '090336.637500', '090337.097500', '090337.557500', '090338.017500', '090338.477500', '090338.937500', '090339.397500', '090339.857500', '090340.317500', '090340.777500', '090341.237500', '090341.697500', '090342.157500', '090342.617500', '090343.077500', '090343.537500', '090343.997500', '090344.457500', '090344.917500', '090345.377500', '090345.837500', '090346.297500', '090346.757500', '090347.217500', '090347.677500', '090348.137500', '090348.597500', '090349.057500', '090349.517500', '090349.977500', '090350.437500', '090350.897500', '090351.357500', '090351.817500', '090352.277500', '090352.737500', '090353.197500', '090353.657500', '090354.117500', '090354.577500', '090355.037500', '090355.497500', '090355.957500', '090356.417500', '090356.877500', '090357.337500', '090357.797500', '090358.257500', '090358.717500', '090359.177500', '090359.637500', '090400.097500', '090400.557500', '090401.017500', '090401.477500', '090401.937500', '090402.397500', '090402.857500', '090403.317500', '090403.777500', '090404.237500', '090404.697500', '090405.157500', '090405.617500', '090406.077500', '090406.537500', '090406.997500', '090407.457500', '090407.917500', '090408.377500', '090408.837500', '090409.297500', '090409.757500', '090410.217500', '090410.677500', '090411.137500', '090411.597500', '090412.057500', '090412.517500', '090412.977500', '090413.437500', '090413.897500', '090414.357500', '090414.817500', '090415.277500', '090415.737500', '090416.197500', '090416.657500', '090417.117500', '090417.577500', '090418.037500', '090418.497500', '090418.957500', '090419.417500', '090419.877500', '090420.337500', '090420.797500', '090421.257500', '090421.717500', '090422.177500', '090422.637500', '090423.097500', '090423.557500', '090424.017500', '090424.477500', '090424.937500', '090425.397500', '090425.857500', '090426.317500', '090426.777500', '090427.237500', '090427.697500', '090428.157500', '090428.617500', '090429.077500', '090429.537500', '090429.997500', '090430.457500', '090430.917500', '090431.377500', '090431.837500', '090432.297500', '090432.757500', '090433.217500', '090433.677500', '090434.137500', '090434.597500', '090435.057500', '090435.517500', '090435.977500', '090436.437500', '090436.897500', '090437.357500', '090437.817500', '090438.277500', '090438.737500', '090439.197500', '090439.657500', '090440.117500', '090440.577500', '090441.037500', '090441.497500', '090441.957500', '090442.417500', '090442.877500', '090443.337500', '090443.797500', '090444.257500', '090444.717500', '090445.177500', '090445.637500', '090446.097500', '090446.557500', '090447.017500', '090447.477500', '090447.937500', '090448.397500', '090448.857500', '090449.317500', '090449.777500', '090450.237500', '090450.697500', '090451.157500', '090451.617500', '090452.077500', '090452.537500', '090452.997500', '090453.457500', '090453.917500', '090454.377500', '090454.837500', '090455.297500', '090455.757500', '090456.217500', '090456.677500', '090457.137500', '090457.597500', '090458.057500', '090458.517500', '090458.977500', '090459.437500', '090459.897500', '090500.357500', '090500.817500', '090501.277500', '090501.737500', '090502.197500', '090502.657500', '090503.117500', '090503.577500', '090504.037500', '090504.497500', '090504.957500', '090505.417500', '090505.877500', '090506.337500', '090506.797500', '090507.257500', '090507.717500', '090508.177500', '090508.637500', '090509.097500', '090509.557500', '090510.017500', '090510.477500', '090510.937500', '090511.397500', '090511.857500', '090512.317500', '090512.777500', '090513.237500', '090513.697500', '090514.157500', '090514.617500', '090515.077500', '090515.537500', '090515.997500', '090516.457500', '090516.917500', '090517.377500', '090517.837500', '090518.297500', '090518.757500', '090519.217500', '090519.677500', '090520.137500', '090520.597500', '090521.057500', '090521.517500', '090521.977500', '090522.437500', '090522.897500', '090523.357500', '090523.817500', '090524.277500', '090524.737500', '090525.197500', '090525.657500', '090526.117500', '090526.577500', '090527.037500', '090527.497500', '090527.957500', '090528.417500', '090528.877500', '090529.337500', '090529.797500', '090530.257500', '090530.717500', '090531.177500', '090531.637500', '090532.097500', '090532.557500', '090533.017500', '090533.477500', '090533.937500', '090534.397500', '090534.857500', '090535.317500', '090535.777500', '090536.237500', '090536.697500', '090537.157500', '090537.617500', '090538.077500', '090538.537500', '090538.997500', '090539.457500', '090539.917500', '090540.377500', '090540.837500', '090541.297500', '090541.757500', '090542.217500', '090542.677500', '090543.137500', '090543.597500', '090544.057500', '090544.517500', '090544.977500', '090545.437500', '090545.897500', '090546.357500', '090546.817500', '090547.277500', '090547.737500', '090548.197500', '090548.657500', '090549.117500', '090549.577500', '090550.037500', '090550.497500', '090550.957500', '090551.417500', '090551.877500', '090552.337500', '090552.797500', '090553.257500', '090553.717500', '090554.177500', '090554.637500', '090555.097500', '090555.557500', '090556.017500', '090556.477500', '090556.937500', '090557.397500', '090557.857500', '090558.317500', '090558.777500', '090559.237500', '090559.697500', '090600.157500', '090600.617500', '090601.077500', '090601.537500', '090601.997500', '090602.457500', '090602.917500', '090603.377500', '090603.837500', '090604.297500', '090604.757500', '090605.217500', '090605.677500', '090606.137500', '090606.597500', '090607.057500', '090607.517500', '090607.977500', '090608.437500', '090608.897500', '090609.357500', '090609.817500', '090610.277500', '090610.737500', '090611.197500', '090611.657500', '090612.117500', '090612.577500', '090613.037500', '090613.497500', '090613.957500', '090614.417500', '090614.877500', '090615.337500', '090615.797500', '090616.257500', '090616.717500', '090617.177500', '090617.637500', '090618.097500', '090618.557500', '090619.017500'], 'ContentTime': ['085627.982000', '085627.986000', '085627.988000', '085627.992000', '085627.995000', '085627.998000', '085628.002000', '085628.005000', '085628.008000', '085628.010000', '085628.013000', '085628.016000', '085628.021000', '085628.024000', '085628.027000', '085628.030000', '085628.033000', '085628.036000', '085628.039000', '085628.042000', '085628.045000', '085628.048000', '085628.051000', '085628.054000', '085628.057000', '085628.060000', '085628.063000', '085628.066000', '085628.069000', '085628.072000', '085628.075000', '085628.078000', '085628.081000', '085628.084000', '085647.951000', '085647.954000', '085647.957000', '085647.959000', '085647.962000', '085647.965000', '085647.968000', '085647.971000', '085647.973000', '085647.976000', '085647.979000', '085647.982000', '085647.985000', '085647.988000', '085647.990000', '085647.993000', '085647.996000', '085648.000000', '085648.003000', '085648.006000', '085648.008000', '085648.026000', '085648.029000', '085648.032000', '085648.038000', '085648.041000', '085648.044000', '085648.047000', '085648.050000', '085648.053000', '085648.055000', '085648.058000', '085648.061000', '085648.064000', '085648.067000', '085648.069000', '085648.072000', '085648.075000', '085648.078000', '085648.081000', '085648.084000', '085648.086000', '085648.089000', '085707.951000', '085707.954000', '085707.957000', '085707.959000', '085707.962000', '085707.965000', '085707.968000', '085707.971000', '085707.974000', '085707.976000', '085707.979000', '085707.982000', '085707.985000', '085707.988000', '085707.990000', '085707.993000', '085707.996000', '085708.000000', '085708.003000', '085708.006000', '085708.008000', '085708.011000', '085708.014000', '085708.017000', '085708.020000', '085708.031000', '085708.034000', '085708.036000', '085708.039000', '085708.042000', '085708.045000', '085708.048000', '085708.051000', '085708.054000', '085708.057000', '085708.060000', '085708.063000', '085708.066000', '085708.068000', '085708.071000', '085708.074000', '085708.077000', '085708.080000', '085708.082000', '085727.951000', '085727.954000', '085727.957000', '085727.960000', '085727.963000', '085727.965000', '085727.968000', '085727.971000', '085727.974000', '085727.977000', '085727.980000', '085727.983000', '085727.986000', '085727.988000', '085727.991000', '085727.994000', '085727.997000', '085728.001000', '085728.004000', '085728.007000', '085728.010000', '085728.013000', '085728.016000', '085728.019000', '085728.022000', '085728.025000', '085728.027000', '085728.031000', '085728.033000', '085728.036000', '085728.039000', '085728.042000', '085728.045000', '085728.048000', '085728.051000', '085728.054000', '085728.058000', '085728.061000', '085728.063000', '085728.066000', '085728.069000', '085728.072000', '085728.075000', '085747.951000', '085747.954000', '085747.957000', '085747.959000', '085747.969000', '085747.972000', '085747.975000', '085747.978000', '085747.981000', '085747.984000', '085747.987000', '085747.989000', '085747.992000', '085747.995000', '085747.998000', '085748.002000', '085748.005000', '085748.008000', '085748.011000', '085748.014000', '085748.017000', '085748.020000', '085748.023000', '085748.026000', '085748.029000', '085748.031000', '085748.034000', '085748.037000', '085748.040000', '085748.043000', '085748.046000', '085748.049000', '085748.052000', '085748.055000', '085748.058000', '085748.060000', '085748.063000', '085748.066000', '085748.069000', '085748.072000', '085748.075000', '085748.078000', '085748.081000', '085748.083000', '085807.952000', '085807.955000', '085807.958000', '085807.961000', '085807.964000', '085807.966000', '085807.970000', '085807.972000', '085807.975000', '085807.978000', '085807.981000', '085807.984000', '085807.987000', '085807.990000', '085807.993000', '085807.996000', '085807.998000', '085808.002000', '085808.005000', '085808.008000', '085808.011000', '085808.014000', '085808.017000', '085808.020000', '085808.023000', '085808.026000', '085808.029000', '085808.031000', '085808.034000', '085808.037000', '085808.040000', '085808.043000', '085808.046000', '085808.049000', '085808.052000', '085808.055000', '085808.058000', '085808.061000', '085808.064000', '085808.066000', '085808.069000', '085808.072000', '085808.075000', '085827.952000', '085827.955000', '085827.958000', '085827.961000', '085827.963000', '085827.966000', '085827.969000', '085827.972000', '085827.975000', '085827.978000', '085827.981000', '085827.983000', '085827.986000', '085827.989000', '085827.992000', '085827.995000', '085827.998000', '085828.011000', '085828.014000', '085828.017000', '085828.020000', '085828.022000', '085828.025000', '085828.028000', '085828.031000', '085828.034000', '085828.037000', '085828.040000', '085828.043000', '085828.046000', '085828.049000', '085828.052000', '085828.055000', '085828.057000', '085828.060000', '085828.063000', '085828.066000', '085828.069000', '085828.072000', '085828.075000', '085828.078000', '085828.081000', '085828.084000', '085828.087000', '085847.951000', '085847.954000', '085847.957000', '085847.960000', '085847.963000', '085847.966000', '085847.969000', '085847.971000', '085847.974000', '085847.977000', '085847.980000', '085847.983000', '085847.986000', '085847.989000', '085847.992000', '085847.995000', '085847.998000', '085848.002000', '085848.004000', '085848.007000', '085848.010000', '085848.013000', '085848.016000', '085848.019000', '085848.022000', '085848.025000', '085848.028000', '085848.031000', '085848.034000', '085848.037000', '085848.040000', '085848.043000', '085848.046000', '085848.049000', '085848.051000', '085848.054000', '085848.057000', '085848.060000', '085848.063000', '085848.066000', '085848.069000', '085848.072000', '085848.074000', '085907.951000', '085907.954000', '085907.957000', '085907.960000', '085907.963000', '085907.965000', '085907.968000', '085907.971000', '085907.974000', '085907.977000', '085907.980000', '085907.983000', '085907.986000', '085907.989000', '085907.992000', '085907.995000', '085907.997000', '085908.001000', '085908.004000', '085908.007000', '085908.010000', '085908.013000', '085908.016000', '085908.019000', '085908.022000', '085908.025000', '085908.028000', '085908.031000', '085908.034000', '085908.036000', '085908.039000', '085908.042000', '085908.045000', '085908.048000', '085908.051000', '085908.054000', '085908.058000', '085908.061000', '085908.064000', '085908.067000', '085908.069000', '085908.072000', '085908.075000', '085908.078000', '085927.951000', '085927.954000', '085927.957000', '085927.960000', '085927.963000', '085927.966000', '085927.968000', '085927.971000', '085927.974000', '085927.977000', '085927.980000', '085927.983000', '085927.986000', '085927.989000', '085927.992000', '085927.995000', '085927.998000', '085928.001000', '085928.004000', '085928.007000', '085928.010000', '085928.013000', '085928.016000', '085928.019000', '085928.022000', '085928.025000', '085928.028000', '085928.030000', '085928.033000', '085928.036000', '085928.039000', '085928.042000', '085928.045000', '085928.048000', '085928.051000', '085928.054000', '085928.057000', '085928.060000', '085928.062000', '085928.065000', '085928.068000', '085928.071000', '085928.074000', '085947.951000', '085947.954000', '085947.957000', '085947.960000', '085947.963000', '085947.966000', '085947.969000', '085947.972000', '085947.975000', '085947.978000', '085947.981000', '085947.983000', '085947.986000', '085947.989000', '085947.992000', '085947.995000', '085947.998000', '085948.002000', '085948.005000', '085948.008000', '085948.011000', '085948.014000', '085948.016000', '085948.019000', '085948.022000', '085948.025000', '085948.028000', '085948.031000', '085948.034000', '085948.037000', '085948.040000', '085948.043000', '085948.046000', '085948.049000', '085948.051000', '085948.054000', '085948.057000', '085948.060000', '085948.063000', '085948.066000', '085948.069000', '085948.072000', '085948.075000', '090007.951000', '090007.954000', '090007.957000', '090007.960000', '090007.963000', '090007.966000', '090007.968000', '090007.971000', '090007.974000', '090007.977000', '090007.980000', '090007.983000', '090007.986000', '090007.989000', '090007.992000', '090007.995000', '090007.998000', '090008.001000', '090008.004000', '090008.007000', '090008.010000', '090008.013000', '090008.016000', '090008.019000', '090008.022000', '090008.025000', '090008.028000', '090008.031000', '090008.034000', '090008.037000', '090008.039000', '090008.042000', '090008.045000', '090008.048000', '090008.051000', '090008.054000', '090008.057000', '090008.060000', '090008.063000', '090008.065000', '090008.068000', '090008.071000', '090008.074000', '090008.077000', '090027.952000', '090027.955000', '090027.958000', '090027.961000', '090027.964000', '090027.967000', '090027.970000', '090027.972000', '090027.975000', '090027.978000', '090027.982000', '090027.985000', '090027.988000', '090027.991000', '090027.994000', '090027.997000', '090028.001000', '090028.004000', '090028.006000', '090028.009000', '090028.012000', '090028.015000', '090028.018000', '090028.021000', '090028.024000', '090028.027000', '090028.030000', '090028.033000', '090028.036000', '090028.039000', '090028.042000', '090028.044000', '090028.047000', '090028.050000', '090028.053000', '090028.056000', '090028.059000', '090028.062000', '090028.065000', '090028.068000', '090028.071000', '090028.073000', '090028.076000', '090047.952000', '090047.955000', '090047.958000', '090047.961000', '090047.964000', '090047.967000', '090047.970000', '090047.973000', '090047.976000', '090047.979000', '090047.981000', '090047.984000', '090047.987000', '090047.990000', '090047.993000', '090047.996000', '090048.000000', '090048.003000', '090048.006000', '090048.009000', '090048.012000', '090048.015000', '090048.017000', '090048.020000', '090048.023000', '090048.026000', '090048.029000', '090048.037000', '090048.040000', '090048.042000', '090048.045000', '090048.048000', '090048.051000', '090048.054000', '090048.057000', '090048.060000', '090048.063000', '090048.066000', '090048.068000', '090048.071000', '090048.074000', '090048.077000', '090048.080000', '090048.083000', '090107.951000', '090107.954000', '090107.957000', '090107.960000', '090107.963000', '090107.966000', '090107.969000', '090107.972000', '090107.975000', '090107.977000', '090107.981000', '090107.984000', '090107.987000', '090107.990000', '090107.993000', '090107.996000', '090108.002000', '090108.005000', '090108.008000', '090108.011000', '090108.014000', '090108.017000', '090108.019000', '090108.022000', '090108.025000', '090108.028000', '090108.031000', '090108.034000', '090108.037000', '090108.040000', '090108.043000', '090108.046000', '090108.048000', '090108.051000', '090108.054000', '090108.057000', '090108.060000', '090108.063000', '090108.066000', '090108.069000', '090108.071000', '090108.074000', '090108.077000', '090127.951000', '090127.954000', '090127.957000', '090127.960000', '090127.963000', '090127.966000', '090127.969000', '090127.971000', '090127.974000', '090127.977000', '090127.980000', '090127.983000', '090127.986000', '090127.989000', '090127.992000', '090127.995000', '090127.997000', '090128.001000', '090128.004000', '090128.007000', '090128.010000', '090128.013000', '090128.016000', '090128.019000', '090128.032000', '090128.035000', '090128.038000', '090128.041000', '090128.044000', '090128.047000', '090128.050000', '090128.052000', '090128.055000', '090128.058000', '090128.061000', '090128.064000', '090128.067000', '090128.070000', '090128.073000', '090128.076000', '090128.079000', '090128.081000', '090128.084000', '090128.087000', '090147.951000', '090147.954000', '090147.957000', '090147.960000', '090147.963000', '090147.966000', '090147.968000', '090147.971000', '090147.974000', '090147.977000', '090147.980000', '090147.983000', '090147.986000', '090147.989000', '090147.992000', '090147.995000', '090147.998000', '090148.002000', '090148.004000', '090148.007000', '090148.010000', '090148.013000', '090148.016000', '090148.019000', '090148.022000', '090148.025000', '090148.028000', '090148.031000', '090148.034000', '090148.037000', '090148.040000', '090148.043000', '090148.046000', '090148.049000', '090148.052000', '090148.054000', '090148.057000', '090148.060000', '090148.063000', '090148.066000', '090148.069000', '090148.072000', '090148.075000', '090207.951000', '090207.954000', '090207.957000', '090207.960000', '090207.963000', '090207.966000', '090207.969000', '090207.971000', '090207.974000', '090207.977000', '090207.980000', '090207.983000', '090207.986000', '090207.989000', '090207.992000', '090207.995000', '090207.997000', '090208.001000', '090208.004000', '090208.007000', '090208.010000', '090208.013000', '090208.016000', '090208.019000', '090208.022000', '090208.025000', '090208.028000', '090208.031000', '090208.033000', '090208.036000', '090208.039000', '090208.042000', '090208.045000', '090208.048000', '090208.051000', '090208.054000', '090208.057000', '090208.060000', '090208.063000', '090208.065000', '090208.068000', '090208.071000', '090208.074000', '090208.077000', '090227.951000', '090227.954000', '090227.958000', '090227.961000', '090227.964000', '090227.968000', '090227.971000', '090227.974000', '090227.977000', '090227.980000', '090227.983000', '090227.986000', '090227.989000', '090227.991000', '090227.994000', '090227.997000', '090228.001000', '090228.004000', '090228.007000', '090228.010000', '090228.013000', '090228.016000', '090228.019000', '090228.022000', '090228.025000', '090228.028000', '090228.030000', '090228.033000', '090228.036000', '090228.040000', '090228.043000', '090228.046000', '090228.048000', '090228.052000', '090228.054000', '090228.057000', '090228.060000', '090228.063000', '090228.066000', '090228.069000', '090228.072000', '090228.075000', '090228.078000', '090247.952000', '090247.955000', '090247.958000', '090247.961000', '090247.964000', '090247.967000', '090247.970000', '090247.972000', '090247.976000', '090247.978000', '090247.981000', '090247.984000', '090247.987000', '090247.990000', '090247.993000', '090247.996000', '090248.000000', '090248.002000', '090248.005000', '090248.008000', '090248.011000', '090248.014000', '090248.017000', '090248.020000', '090248.023000', '090248.026000', '090248.028000', '090248.031000', '090248.034000', '090248.037000', '090248.040000', '090248.043000', '090248.046000', '090248.048000', '090248.051000', '090248.054000', '090248.057000', '090248.060000', '090248.063000', '090248.066000', '090248.069000', '090248.072000', '090248.074000', '090248.077000', '090307.952000', '090307.955000', '090307.958000', '090307.961000', '090307.964000', '090307.967000', '090307.970000', '090307.972000', '090307.975000', '090307.978000', '090307.981000', '090307.986000', '090307.989000', '090307.992000', '090307.995000', '090307.998000', '090308.001000', '090308.004000', '090308.007000', '090308.010000', '090308.013000', '090308.016000', '090308.019000', '090308.022000', '090308.025000', '090308.027000', '090308.031000', '090308.033000', '090308.036000', '090308.039000', '090308.042000', '090308.045000', '090308.051000', '090308.054000', '090308.057000', '090308.060000', '090308.063000', '090308.066000', '090308.069000', '090308.071000', '090308.074000', '090308.077000', '090308.080000', '090327.951000', '090327.954000', '090327.957000', '090327.960000', '090327.962000', '090327.965000', '090327.968000', '090327.971000', '090327.974000', '090327.977000', '090327.980000', '090327.983000', '090327.986000', '090327.989000', '090327.991000', '090327.994000', '090327.997000', '090328.001000', '090328.004000', '090328.007000', '090328.010000', '090328.013000', '090328.016000', '090328.019000', '090328.021000', '090328.024000', '090328.027000', '090328.030000', '090328.033000', '090328.036000', '090328.039000', '090328.042000', '090328.045000', '090328.048000', '090328.051000', '090328.054000', '090328.056000', '090328.059000', '090328.062000', '090328.069000', '090328.072000', '090328.075000', '090328.078000', '090328.081000', '090347.951000', '090347.954000', '090347.957000', '090347.960000', '090347.963000', '090347.965000', '090347.968000', '090347.971000', '090347.974000', '090347.977000', '090347.980000', '090347.983000', '090347.986000', '090347.989000', '090347.991000', '090347.994000', '090347.997000', '090348.001000', '090348.004000', '090348.008000', '090348.011000', '090348.014000', '090348.017000', '090348.020000', '090348.023000', '090348.025000', '090348.028000', '090348.031000', '090348.034000', '090348.037000', '090348.040000', '090348.043000', '090348.046000', '090348.049000', '090348.051000', '090348.054000', '090348.057000', '090348.060000', '090348.063000', '090348.067000', '090348.070000', '090348.073000', '090348.076000', '090407.951000', '090407.954000', '090407.957000', '090407.960000', '090407.963000', '090407.966000', '090407.969000', '090407.972000', '090407.975000', '090407.978000', '090407.981000', '090407.984000', '090407.987000', '090407.990000', '090407.993000', '090407.996000', '090408.000000', '090408.003000', '090408.006000', '090408.008000', '090408.011000', '090408.014000', '090408.017000', '090408.020000', '090408.023000', '090408.026000', '090408.029000', '090408.031000', '090408.034000', '090408.037000', '090408.040000', '090408.043000', '090408.046000', '090408.049000', '090408.052000', '090408.055000', '090408.058000', '090408.060000', '090408.064000', '090408.066000', '090408.069000', '090408.072000', '090408.075000', '090408.078000', '090427.951000', '090427.954000', '090427.957000', '090427.960000', '090427.963000', '090427.966000', '090427.968000', '090427.971000', '090427.974000', '090427.977000', '090427.980000', '090427.983000', '090427.986000', '090427.988000', '090427.991000', '090427.994000', '090427.997000', '090428.001000', '090428.004000', '090428.007000', '090428.010000', '090428.013000', '090428.015000', '090428.018000', '090428.021000', '090428.024000', '090428.027000', '090428.030000', '090428.033000', '090428.036000', '090428.039000', '090428.042000', '090428.045000', '090428.048000', '090428.051000', '090428.053000', '090428.057000', '090428.059000', '090428.062000', '090428.065000', '090428.068000', '090428.071000', '090428.074000', '090447.951000', '090447.954000', '090447.957000', '090447.960000', '090447.963000', '090447.966000', '090447.969000', '090447.972000', '090447.975000', '090447.978000', '090447.981000', '090447.984000', '090447.986000', '090447.989000', '090447.992000', '090447.995000', '090447.998000', '090448.002000', '090448.005000', '090448.008000', '090448.011000', '090448.014000', '090448.017000', '090448.019000', '090448.022000', '090448.025000', '090448.028000', '090448.031000', '090448.034000', '090448.037000', '090448.040000', '090448.043000', '090448.045000', '090448.048000', '090448.051000', '090448.054000', '090448.057000', '090448.060000', '090448.063000', '090448.066000', '090448.068000', '090448.071000', '090448.074000', '090448.077000', '090507.952000', '090507.955000', '090507.958000', '090507.961000', '090507.964000', '090507.967000', '090507.969000', '090507.973000', '090507.975000', '090507.978000', '090507.981000', '090507.984000', '090507.987000', '090507.990000', '090507.993000', '090507.996000', '090508.000000', '090508.003000', '090508.005000', '090508.008000', '090508.011000', '090508.014000', '090508.017000', '090508.020000', '090508.023000', '090508.026000', '090508.029000', '090508.032000', '090508.035000', '090508.037000', '090508.040000', '090508.043000', '090508.047000', '090508.050000', '090508.053000', '090508.056000', '090508.059000', '090508.062000', '090508.064000', '090508.067000', '090508.070000', '090508.073000', '090508.076000', '090527.952000', '090527.955000', '090527.958000', '090527.961000', '090527.964000', '090527.967000', '090527.969000', '090527.972000', '090527.975000', '090527.978000', '090527.981000', '090527.984000', '090527.987000', '090527.990000', '090527.993000', '090527.996000', '090528.000000', '090528.003000', '090528.005000', '090528.008000', '090528.011000', '090528.014000', '090528.017000', '090528.020000', '090528.023000', '090528.026000', '090528.029000', '090528.032000', '090528.035000', '090528.038000', '090528.040000', '090528.043000', '090528.046000', '090528.049000', '090528.052000', '090528.055000', '090528.058000', '090528.061000', '090528.064000', '090528.066000', '090528.070000', '090528.072000', '090528.091000', '090528.094000', '090547.951000', '090547.954000', '090547.957000', '090547.960000', '090547.963000', '090547.966000', '090547.969000', '090547.972000', '090547.974000', '090547.977000', '090547.980000', '090547.983000', '090547.986000', '090547.989000', '090547.993000', '090547.995000', '090547.998000', '090548.002000', '090548.005000', '090548.008000', '090548.011000', '090548.014000', '090548.017000', '090548.020000', '090548.023000', '090548.025000', '090548.029000', '090548.032000', '090548.034000', '090548.037000', '090548.040000', '090548.043000', '090548.046000', '090548.049000', '090548.052000', '090548.055000', '090548.058000', '090548.061000', '090548.064000', '090548.067000', '090548.069000', '090548.072000', '090548.075000', '090607.951000', '090607.954000', '090607.957000', '090607.960000', '090607.963000', '090607.966000', '090607.969000', '090607.972000', '090607.974000', '090607.977000', '090607.980000', '090607.983000', '090607.986000', '090607.989000', '090607.992000', '090607.995000', '090607.998000', '090608.002000', '090608.005000', '090608.008000', '090608.010000', '090608.013000', '090608.016000', '090608.019000', '090608.022000', '090608.025000', '090608.028000', '090608.031000', '090608.034000', '090608.036000', '090608.039000', '090608.042000', '090608.045000', '090608.048000', '090608.051000', '090608.054000', '090608.057000', '090608.060000', '090608.062000', '090608.066000', '090608.069000', '090608.072000', '090608.075000', '090608.078000', '090620.403000', '090620.409000', '090620.412000', '090620.415000', '090620.418000', '090620.421000', '090620.424000', '090620.427000', '090620.430000', '090620.433000', '090620.436000', '090620.439000', '090620.442000', '090620.445000', '090620.449000', '090620.452000', '090620.456000', '090620.459000', '090620.462000', '090620.465000', '090620.468000', '090620.471000', '090620.474000', '090620.477000', '090620.480000', '090620.483000', '090620.486000'], 'InstanceCreationTime': ['085627.982000', '085627.986000', '085627.988000', '085627.992000', '085627.995000', '085627.998000', '085628.002000', '085628.005000', '085628.008000', '085628.010000', '085628.013000', '085628.016000', '085628.021000', '085628.024000', '085628.027000', '085628.030000', '085628.033000', '085628.036000', '085628.039000', '085628.042000', '085628.045000', '085628.048000', '085628.051000', '085628.054000', '085628.057000', '085628.060000', '085628.063000', '085628.066000', '085628.069000', '085628.072000', '085628.075000', '085628.078000', '085628.081000', '085628.084000', '085647.951000', '085647.954000', '085647.957000', '085647.959000', '085647.962000', '085647.965000', '085647.968000', '085647.971000', '085647.973000', '085647.976000', '085647.979000', '085647.982000', '085647.985000', '085647.988000', '085647.990000', '085647.993000', '085647.996000', '085648.000000', '085648.003000', '085648.006000', '085648.008000', '085648.026000', '085648.029000', '085648.032000', '085648.038000', '085648.041000', '085648.044000', '085648.047000', '085648.050000', '085648.053000', '085648.055000', '085648.058000', '085648.061000', '085648.064000', '085648.067000', '085648.069000', '085648.072000', '085648.075000', '085648.078000', '085648.081000', '085648.084000', '085648.086000', '085648.089000', '085707.951000', '085707.954000', '085707.957000', '085707.959000', '085707.962000', '085707.965000', '085707.968000', '085707.971000', '085707.974000', '085707.976000', '085707.979000', '085707.982000', '085707.985000', '085707.988000', '085707.990000', '085707.993000', '085707.996000', '085708.000000', '085708.003000', '085708.006000', '085708.008000', '085708.011000', '085708.014000', '085708.017000', '085708.020000', '085708.031000', '085708.034000', '085708.036000', '085708.039000', '085708.042000', '085708.045000', '085708.048000', '085708.051000', '085708.054000', '085708.057000', '085708.060000', '085708.063000', '085708.066000', '085708.068000', '085708.071000', '085708.074000', '085708.077000', '085708.080000', '085708.082000', '085727.951000', '085727.954000', '085727.957000', '085727.960000', '085727.963000', '085727.965000', '085727.968000', '085727.971000', '085727.974000', '085727.977000', '085727.980000', '085727.983000', '085727.986000', '085727.988000', '085727.991000', '085727.994000', '085727.997000', '085728.001000', '085728.004000', '085728.007000', '085728.010000', '085728.013000', '085728.016000', '085728.019000', '085728.022000', '085728.025000', '085728.027000', '085728.031000', '085728.033000', '085728.036000', '085728.039000', '085728.042000', '085728.045000', '085728.048000', '085728.051000', '085728.054000', '085728.058000', '085728.061000', '085728.063000', '085728.066000', '085728.069000', '085728.072000', '085728.075000', '085747.951000', '085747.954000', '085747.957000', '085747.959000', '085747.969000', '085747.972000', '085747.975000', '085747.978000', '085747.981000', '085747.984000', '085747.987000', '085747.989000', '085747.992000', '085747.995000', '085747.998000', '085748.002000', '085748.005000', '085748.008000', '085748.011000', '085748.014000', '085748.017000', '085748.020000', '085748.023000', '085748.026000', '085748.029000', '085748.031000', '085748.034000', '085748.037000', '085748.040000', '085748.043000', '085748.046000', '085748.049000', '085748.052000', '085748.055000', '085748.058000', '085748.060000', '085748.063000', '085748.066000', '085748.069000', '085748.072000', '085748.075000', '085748.078000', '085748.081000', '085748.083000', '085807.952000', '085807.955000', '085807.958000', '085807.961000', '085807.964000', '085807.966000', '085807.970000', '085807.972000', '085807.975000', '085807.978000', '085807.981000', '085807.984000', '085807.987000', '085807.990000', '085807.993000', '085807.996000', '085807.998000', '085808.002000', '085808.005000', '085808.008000', '085808.011000', '085808.014000', '085808.017000', '085808.020000', '085808.023000', '085808.026000', '085808.029000', '085808.031000', '085808.034000', '085808.037000', '085808.040000', '085808.043000', '085808.046000', '085808.049000', '085808.052000', '085808.055000', '085808.058000', '085808.061000', '085808.064000', '085808.066000', '085808.069000', '085808.072000', '085808.075000', '085827.952000', '085827.955000', '085827.958000', '085827.961000', '085827.963000', '085827.966000', '085827.969000', '085827.972000', '085827.975000', '085827.978000', '085827.981000', '085827.983000', '085827.986000', '085827.989000', '085827.992000', '085827.995000', '085827.998000', '085828.011000', '085828.014000', '085828.017000', '085828.020000', '085828.022000', '085828.025000', '085828.028000', '085828.031000', '085828.034000', '085828.037000', '085828.040000', '085828.043000', '085828.046000', '085828.049000', '085828.052000', '085828.055000', '085828.057000', '085828.060000', '085828.063000', '085828.066000', '085828.069000', '085828.072000', '085828.075000', '085828.078000', '085828.081000', '085828.084000', '085828.087000', '085847.951000', '085847.954000', '085847.957000', '085847.960000', '085847.963000', '085847.966000', '085847.969000', '085847.971000', '085847.974000', '085847.977000', '085847.980000', '085847.983000', '085847.986000', '085847.989000', '085847.992000', '085847.995000', '085847.998000', '085848.002000', '085848.004000', '085848.007000', '085848.010000', '085848.013000', '085848.016000', '085848.019000', '085848.022000', '085848.025000', '085848.028000', '085848.031000', '085848.034000', '085848.037000', '085848.040000', '085848.043000', '085848.046000', '085848.049000', '085848.051000', '085848.054000', '085848.057000', '085848.060000', '085848.063000', '085848.066000', '085848.069000', '085848.072000', '085848.074000', '085907.951000', '085907.954000', '085907.957000', '085907.960000', '085907.963000', '085907.965000', '085907.968000', '085907.971000', '085907.974000', '085907.977000', '085907.980000', '085907.983000', '085907.986000', '085907.989000', '085907.992000', '085907.995000', '085907.997000', '085908.001000', '085908.004000', '085908.007000', '085908.010000', '085908.013000', '085908.016000', '085908.019000', '085908.022000', '085908.025000', '085908.028000', '085908.031000', '085908.034000', '085908.036000', '085908.039000', '085908.042000', '085908.045000', '085908.048000', '085908.051000', '085908.054000', '085908.058000', '085908.061000', '085908.064000', '085908.067000', '085908.069000', '085908.072000', '085908.075000', '085908.078000', '085927.951000', '085927.954000', '085927.957000', '085927.960000', '085927.963000', '085927.966000', '085927.968000', '085927.971000', '085927.974000', '085927.977000', '085927.980000', '085927.983000', '085927.986000', '085927.989000', '085927.992000', '085927.995000', '085927.998000', '085928.001000', '085928.004000', '085928.007000', '085928.010000', '085928.013000', '085928.016000', '085928.019000', '085928.022000', '085928.025000', '085928.028000', '085928.030000', '085928.033000', '085928.036000', '085928.039000', '085928.042000', '085928.045000', '085928.048000', '085928.051000', '085928.054000', '085928.057000', '085928.060000', '085928.062000', '085928.065000', '085928.068000', '085928.071000', '085928.074000', '085947.951000', '085947.954000', '085947.957000', '085947.960000', '085947.963000', '085947.966000', '085947.969000', '085947.972000', '085947.975000', '085947.978000', '085947.981000', '085947.983000', '085947.986000', '085947.989000', '085947.992000', '085947.995000', '085947.998000', '085948.002000', '085948.005000', '085948.008000', '085948.011000', '085948.014000', '085948.016000', '085948.019000', '085948.022000', '085948.025000', '085948.028000', '085948.031000', '085948.034000', '085948.037000', '085948.040000', '085948.043000', '085948.046000', '085948.049000', '085948.051000', '085948.054000', '085948.057000', '085948.060000', '085948.063000', '085948.066000', '085948.069000', '085948.072000', '085948.075000', '090007.951000', '090007.954000', '090007.957000', '090007.960000', '090007.963000', '090007.966000', '090007.968000', '090007.971000', '090007.974000', '090007.977000', '090007.980000', '090007.983000', '090007.986000', '090007.989000', '090007.992000', '090007.995000', '090007.998000', '090008.001000', '090008.004000', '090008.007000', '090008.010000', '090008.013000', '090008.016000', '090008.019000', '090008.022000', '090008.025000', '090008.028000', '090008.031000', '090008.034000', '090008.037000', '090008.039000', '090008.042000', '090008.045000', '090008.048000', '090008.051000', '090008.054000', '090008.057000', '090008.060000', '090008.063000', '090008.065000', '090008.068000', '090008.071000', '090008.074000', '090008.077000', '090027.952000', '090027.955000', '090027.958000', '090027.961000', '090027.964000', '090027.967000', '090027.970000', '090027.972000', '090027.975000', '090027.978000', '090027.982000', '090027.985000', '090027.988000', '090027.991000', '090027.994000', '090027.997000', '090028.001000', '090028.004000', '090028.006000', '090028.009000', '090028.012000', '090028.015000', '090028.018000', '090028.021000', '090028.024000', '090028.027000', '090028.030000', '090028.033000', '090028.036000', '090028.039000', '090028.042000', '090028.044000', '090028.047000', '090028.050000', '090028.053000', '090028.056000', '090028.059000', '090028.062000', '090028.065000', '090028.068000', '090028.071000', '090028.073000', '090028.076000', '090047.952000', '090047.955000', '090047.958000', '090047.961000', '090047.964000', '090047.967000', '090047.970000', '090047.973000', '090047.976000', '090047.979000', '090047.981000', '090047.984000', '090047.987000', '090047.990000', '090047.993000', '090047.996000', '090048.000000', '090048.003000', '090048.006000', '090048.009000', '090048.012000', '090048.015000', '090048.017000', '090048.020000', '090048.023000', '090048.026000', '090048.029000', '090048.037000', '090048.040000', '090048.042000', '090048.045000', '090048.048000', '090048.051000', '090048.054000', '090048.057000', '090048.060000', '090048.063000', '090048.066000', '090048.068000', '090048.071000', '090048.074000', '090048.077000', '090048.080000', '090048.083000', '090107.951000', '090107.954000', '090107.957000', '090107.960000', '090107.963000', '090107.966000', '090107.969000', '090107.972000', '090107.975000', '090107.977000', '090107.981000', '090107.984000', '090107.987000', '090107.990000', '090107.993000', '090107.996000', '090108.002000', '090108.005000', '090108.008000', '090108.011000', '090108.014000', '090108.017000', '090108.019000', '090108.022000', '090108.025000', '090108.028000', '090108.031000', '090108.034000', '090108.037000', '090108.040000', '090108.043000', '090108.046000', '090108.048000', '090108.051000', '090108.054000', '090108.057000', '090108.060000', '090108.063000', '090108.066000', '090108.069000', '090108.071000', '090108.074000', '090108.077000', '090127.951000', '090127.954000', '090127.957000', '090127.960000', '090127.963000', '090127.966000', '090127.969000', '090127.971000', '090127.974000', '090127.977000', '090127.980000', '090127.983000', '090127.986000', '090127.989000', '090127.992000', '090127.995000', '090127.997000', '090128.001000', '090128.004000', '090128.007000', '090128.010000', '090128.013000', '090128.016000', '090128.019000', '090128.032000', '090128.035000', '090128.038000', '090128.041000', '090128.044000', '090128.047000', '090128.050000', '090128.052000', '090128.055000', '090128.058000', '090128.061000', '090128.064000', '090128.067000', '090128.070000', '090128.073000', '090128.076000', '090128.079000', '090128.081000', '090128.084000', '090128.087000', '090147.951000', '090147.954000', '090147.957000', '090147.960000', '090147.963000', '090147.966000', '090147.968000', '090147.971000', '090147.974000', '090147.977000', '090147.980000', '090147.983000', '090147.986000', '090147.989000', '090147.992000', '090147.995000', '090147.998000', '090148.002000', '090148.004000', '090148.007000', '090148.010000', '090148.013000', '090148.016000', '090148.019000', '090148.022000', '090148.025000', '090148.028000', '090148.031000', '090148.034000', '090148.037000', '090148.040000', '090148.043000', '090148.046000', '090148.049000', '090148.052000', '090148.054000', '090148.057000', '090148.060000', '090148.063000', '090148.066000', '090148.069000', '090148.072000', '090148.075000', '090207.951000', '090207.954000', '090207.957000', '090207.960000', '090207.963000', '090207.966000', '090207.969000', '090207.971000', '090207.974000', '090207.977000', '090207.980000', '090207.983000', '090207.986000', '090207.989000', '090207.992000', '090207.995000', '090207.997000', '090208.001000', '090208.004000', '090208.007000', '090208.010000', '090208.013000', '090208.016000', '090208.019000', '090208.022000', '090208.025000', '090208.028000', '090208.031000', '090208.033000', '090208.036000', '090208.039000', '090208.042000', '090208.045000', '090208.048000', '090208.051000', '090208.054000', '090208.057000', '090208.060000', '090208.063000', '090208.065000', '090208.068000', '090208.071000', '090208.074000', '090208.077000', '090227.951000', '090227.954000', '090227.958000', '090227.961000', '090227.964000', '090227.968000', '090227.971000', '090227.974000', '090227.977000', '090227.980000', '090227.983000', '090227.986000', '090227.989000', '090227.991000', '090227.994000', '090227.997000', '090228.001000', '090228.004000', '090228.007000', '090228.010000', '090228.013000', '090228.016000', '090228.019000', '090228.022000', '090228.025000', '090228.028000', '090228.030000', '090228.033000', '090228.036000', '090228.040000', '090228.043000', '090228.046000', '090228.048000', '090228.052000', '090228.054000', '090228.057000', '090228.060000', '090228.063000', '090228.066000', '090228.069000', '090228.072000', '090228.075000', '090228.078000', '090247.952000', '090247.955000', '090247.958000', '090247.961000', '090247.964000', '090247.967000', '090247.970000', '090247.972000', '090247.976000', '090247.978000', '090247.981000', '090247.984000', '090247.987000', '090247.990000', '090247.993000', '090247.996000', '090248.000000', '090248.002000', '090248.005000', '090248.008000', '090248.011000', '090248.014000', '090248.017000', '090248.020000', '090248.023000', '090248.026000', '090248.028000', '090248.031000', '090248.034000', '090248.037000', '090248.040000', '090248.043000', '090248.046000', '090248.048000', '090248.051000', '090248.054000', '090248.057000', '090248.060000', '090248.063000', '090248.066000', '090248.069000', '090248.072000', '090248.074000', '090248.077000', '090307.952000', '090307.955000', '090307.958000', '090307.961000', '090307.964000', '090307.967000', '090307.970000', '090307.972000', '090307.975000', '090307.978000', '090307.981000', '090307.986000', '090307.989000', '090307.992000', '090307.995000', '090307.998000', '090308.001000', '090308.004000', '090308.007000', '090308.010000', '090308.013000', '090308.016000', '090308.019000', '090308.022000', '090308.025000', '090308.027000', '090308.031000', '090308.033000', '090308.036000', '090308.039000', '090308.042000', '090308.045000', '090308.051000', '090308.054000', '090308.057000', '090308.060000', '090308.063000', '090308.066000', '090308.069000', '090308.071000', '090308.074000', '090308.077000', '090308.080000', '090327.951000', '090327.954000', '090327.957000', '090327.960000', '090327.962000', '090327.965000', '090327.968000', '090327.971000', '090327.974000', '090327.977000', '090327.980000', '090327.983000', '090327.986000', '090327.989000', '090327.991000', '090327.994000', '090327.997000', '090328.001000', '090328.004000', '090328.007000', '090328.010000', '090328.013000', '090328.016000', '090328.019000', '090328.021000', '090328.024000', '090328.027000', '090328.030000', '090328.033000', '090328.036000', '090328.039000', '090328.042000', '090328.045000', '090328.048000', '090328.051000', '090328.054000', '090328.056000', '090328.059000', '090328.062000', '090328.069000', '090328.072000', '090328.075000', '090328.078000', '090328.081000', '090347.951000', '090347.954000', '090347.957000', '090347.960000', '090347.963000', '090347.965000', '090347.968000', '090347.971000', '090347.974000', '090347.977000', '090347.980000', '090347.983000', '090347.986000', '090347.989000', '090347.991000', '090347.994000', '090347.997000', '090348.001000', '090348.004000', '090348.008000', '090348.011000', '090348.014000', '090348.017000', '090348.020000', '090348.023000', '090348.025000', '090348.028000', '090348.031000', '090348.034000', '090348.037000', '090348.040000', '090348.043000', '090348.046000', '090348.049000', '090348.051000', '090348.054000', '090348.057000', '090348.060000', '090348.063000', '090348.067000', '090348.070000', '090348.073000', '090348.076000', '090407.951000', '090407.954000', '090407.957000', '090407.960000', '090407.963000', '090407.966000', '090407.969000', '090407.972000', '090407.975000', '090407.978000', '090407.981000', '090407.984000', '090407.987000', '090407.990000', '090407.993000', '090407.996000', '090408.000000', '090408.003000', '090408.006000', '090408.008000', '090408.011000', '090408.014000', '090408.017000', '090408.020000', '090408.023000', '090408.026000', '090408.029000', '090408.031000', '090408.034000', '090408.037000', '090408.040000', '090408.043000', '090408.046000', '090408.049000', '090408.052000', '090408.055000', '090408.058000', '090408.060000', '090408.064000', '090408.066000', '090408.069000', '090408.072000', '090408.075000', '090408.078000', '090427.951000', '090427.954000', '090427.957000', '090427.960000', '090427.963000', '090427.966000', '090427.968000', '090427.971000', '090427.974000', '090427.977000', '090427.980000', '090427.983000', '090427.986000', '090427.988000', '090427.991000', '090427.994000', '090427.997000', '090428.001000', '090428.004000', '090428.007000', '090428.010000', '090428.013000', '090428.015000', '090428.018000', '090428.021000', '090428.024000', '090428.027000', '090428.030000', '090428.033000', '090428.036000', '090428.039000', '090428.042000', '090428.045000', '090428.048000', '090428.051000', '090428.053000', '090428.057000', '090428.059000', '090428.062000', '090428.065000', '090428.068000', '090428.071000', '090428.074000', '090447.951000', '090447.954000', '090447.957000', '090447.960000', '090447.963000', '090447.966000', '090447.969000', '090447.972000', '090447.975000', '090447.978000', '090447.981000', '090447.984000', '090447.986000', '090447.989000', '090447.992000', '090447.995000', '090447.998000', '090448.002000', '090448.005000', '090448.008000', '090448.011000', '090448.014000', '090448.017000', '090448.019000', '090448.022000', '090448.025000', '090448.028000', '090448.031000', '090448.034000', '090448.037000', '090448.040000', '090448.043000', '090448.045000', '090448.048000', '090448.051000', '090448.054000', '090448.057000', '090448.060000', '090448.063000', '090448.066000', '090448.068000', '090448.071000', '090448.074000', '090448.077000', '090507.952000', '090507.955000', '090507.958000', '090507.961000', '090507.964000', '090507.967000', '090507.969000', '090507.973000', '090507.975000', '090507.978000', '090507.981000', '090507.984000', '090507.987000', '090507.990000', '090507.993000', '090507.996000', '090508.000000', '090508.003000', '090508.005000', '090508.008000', '090508.011000', '090508.014000', '090508.017000', '090508.020000', '090508.023000', '090508.026000', '090508.029000', '090508.032000', '090508.035000', '090508.037000', '090508.040000', '090508.043000', '090508.047000', '090508.050000', '090508.053000', '090508.056000', '090508.059000', '090508.062000', '090508.064000', '090508.067000', '090508.070000', '090508.073000', '090508.076000', '090527.952000', '090527.955000', '090527.958000', '090527.961000', '090527.964000', '090527.967000', '090527.969000', '090527.972000', '090527.975000', '090527.978000', '090527.981000', '090527.984000', '090527.987000', '090527.990000', '090527.993000', '090527.996000', '090528.000000', '090528.003000', '090528.005000', '090528.008000', '090528.011000', '090528.014000', '090528.017000', '090528.020000', '090528.023000', '090528.026000', '090528.029000', '090528.032000', '090528.035000', '090528.038000', '090528.040000', '090528.043000', '090528.046000', '090528.049000', '090528.052000', '090528.055000', '090528.058000', '090528.061000', '090528.064000', '090528.066000', '090528.070000', '090528.072000', '090528.091000', '090528.094000', '090547.951000', '090547.954000', '090547.957000', '090547.960000', '090547.963000', '090547.966000', '090547.969000', '090547.972000', '090547.974000', '090547.977000', '090547.980000', '090547.983000', '090547.986000', '090547.989000', '090547.993000', '090547.995000', '090547.998000', '090548.002000', '090548.005000', '090548.008000', '090548.011000', '090548.014000', '090548.017000', '090548.020000', '090548.023000', '090548.025000', '090548.029000', '090548.032000', '090548.034000', '090548.037000', '090548.040000', '090548.043000', '090548.046000', '090548.049000', '090548.052000', '090548.055000', '090548.058000', '090548.061000', '090548.064000', '090548.067000', '090548.069000', '090548.072000', '090548.075000', '090607.951000', '090607.954000', '090607.957000', '090607.960000', '090607.963000', '090607.966000', '090607.969000', '090607.972000', '090607.974000', '090607.977000', '090607.980000', '090607.983000', '090607.986000', '090607.989000', '090607.992000', '090607.995000', '090607.998000', '090608.002000', '090608.005000', '090608.008000', '090608.010000', '090608.013000', '090608.016000', '090608.019000', '090608.022000', '090608.025000', '090608.028000', '090608.031000', '090608.034000', '090608.036000', '090608.039000', '090608.042000', '090608.045000', '090608.048000', '090608.051000', '090608.054000', '090608.057000', '090608.060000', '090608.062000', '090608.066000', '090608.069000', '090608.072000', '090608.075000', '090608.078000', '090620.403000', '090620.409000', '090620.412000', '090620.415000', '090620.418000', '090620.421000', '090620.424000', '090620.427000', '090620.430000', '090620.433000', '090620.436000', '090620.439000', '090620.442000', '090620.445000', '090620.449000', '090620.452000', '090620.456000', '090620.459000', '090620.462000', '090620.465000', '090620.468000', '090620.471000', '090620.474000', '090620.477000', '090620.480000', '090620.483000', '090620.486000'], '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': [11951, 9167, 11972, 8451, 12334, 10286, 10459, 11188, 8002, 11297, 8334, 10336, 11015, 9213, 11401, 7979, 9026, 10949, 9698, 12030, 8541, 10202, 11205, 9279, 12062, 8967, 11984, 10747, 8914, 11653, 8043, 11325, 10604, 8873, 11575, 8299, 9556, 10126, 8913, 12693, 9412, 10492, 10406, 8863, 12868, 9412, 11312, 10237, 8422, 12094, 8725, 10385, 9419, 8082, 12102, 9014, 11906, 9705, 8118, 11642, 9724, 13873, 9914, 8406, 10961, 8002, 12624, 10634, 8636, 11401, 8047, 10798, 10845, 9816, 12073, 8567, 10889, 11142, 9745, 12420, 8778, 10980, 11212, 9574, 12150, 8043, 10543, 10593, 9498, 11650, 8291, 10614, 10161, 9134, 12910, 9292, 10584, 10330, 8393, 12905, 9763, 11056, 10726, 8143, 11280, 9498, 11391, 10823, 7933, 11436, 9019, 11368, 11035, 9205, 11554, 9863, 11967, 11192, 8986, 12265, 9233, 9637, 12493, 9352, 11059, 9390, 8012, 12555, 9695, 11200, 10626, 8563, 12595, 9907, 11819, 10181, 8376, 12339, 9695, 9738, 10633, 7945, 11287, 9977, 8483, 11385, 8200, 9400, 9978, 8491, 9963, 9855, 8585, 12899, 10161, 8401, 11341, 9719, 8751, 12528, 8689, 10720, 9749, 8886, 9936, 10142, 8908, 12861, 9292, 8617, 13196, 9077, 8119, 13138, 9046, 7717, 11657, 9736, 8839, 10918, 9579, 7780, 11150, 10319, 9630, 12213, 10258, 8829, 11681, 8453, 8430, 10010, 8545, 12547, 9948, 7849, 10139, 9675, 9098, 12017, 11121, 8849, 8595, 11561, 9083, 7767, 10473, 9126, 8829, 11137, 10231, 8285, 8747, 10809, 9065, 8337, 12164, 10822, 10267, 11846, 13872, 10698, 10044, 12175, 9350, 8066, 7774, 10443, 10368, 8834, 8649, 9409, 8590, 8072, 10968, 9655, 8739, 8535, 8985, 8837, 9619, 12845, 10243, 8637, 12436, 8995, 8623, 13340, 9894, 9024, 10405, 9033, 8545, 10660, 9479, 9108, 11422, 8746, 8873, 12251, 9824, 9244, 8310, 11533, 8449, 7816, 10575, 8834, 7578, 11617, 9367, 8788, 11605, 9817, 8689, 13097, 10695, 10503, 14589, 11932, 9570, 13749, 11446, 11519, 13493, 8618, 8391, 10517, 9225, 9060, 12289, 10668, 8783, 11984, 10007, 9796, 9559, 9191, 9115, 9752, 9492, 8907, 12621, 10878, 10392, 9604, 9821, 9181, 10807, 10337, 9901, 13576, 10796, 9091, 11353, 10692, 9584, 9129, 8802, 9191, 10064, 9324, 9262, 13422, 10606, 9481, 10596, 10584, 9196, 9040, 10381, 8784, 10044, 11911, 9553, 9341, 10727, 9589, 14074, 10460, 8929, 11227, 9629, 13515, 11786, 9139, 9377, 10263, 9077, 10985, 10652, 8672, 11617, 8962, 8714, 12978, 9434, 8713, 10563, 8905, 8774, 13019, 9562, 10163, 10901, 11290, 15813, 11887, 13441, 11528, 9348, 12991, 10960, 10588, 11895, 9287, 9496, 8691, 8868, 12344, 8646, 7854, 9576, 8294, 8055, 9977, 9081, 10436, 10983, 8781, 7904, 9560, 8019, 12189, 11018, 9553, 10096, 9426, 8877, 13919, 10982, 9442, 11103, 10146, 10682, 11344, 8107, 10038, 10046, 9293, 12171, 10244, 9318, 10982, 9372, 11954, 11277, 8438, 11015, 9245, 10368, 11831, 8657, 11064, 10089, 9541, 12570, 10122, 8694, 10052, 7802, 12078, 10433, 9759, 12908, 9598, 10998, 10800, 9233, 13627, 10665, 9020, 10783, 8702, 13260, 11087, 9655, 12118, 8357, 11698, 10242, 9848, 12077, 8739, 11529, 8603, 8468, 10670, 10326, 12777, 8663, 8618, 10019, 9226, 13401, 9775, 7956, 10034, 8053, 13354, 10518, 9090, 11106, 8009, 12545, 10365, 9737, 10867, 9086, 11750, 9197, 11636, 10726, 10022, 11167, 7839, 11660, 9258, 11545, 10363, 9617, 11380, 8319, 11702, 9402, 13268, 10133, 7747, 10307, 8188, 13477, 9887, 8198, 9932, 7916, 11660, 9988, 10206, 10102, 9187, 11631, 9616, 13743, 9653, 9627, 10232, 9395, 12285, 9779, 13524, 8717, 8455, 10353, 8864, 13301, 9001, 8175, 10161, 8480, 12232, 10159, 11664, 10791, 8238, 10579, 8525, 11529, 9221, 12059, 9486, 8043, 10135, 8847, 12719, 9085, 8797, 9465, 8487, 11596, 10104, 8825, 9768, 8897, 11515, 10122, 12440, 11018, 9170, 10822, 9394, 12117, 9855, 13704, 10211, 8280, 10841, 8863, 13248, 10638, 9662, 10463, 9247, 11631, 9632, 12444, 10207, 7919, 10701, 8185, 12929, 10933, 8513, 11267, 8263, 12481, 10293, 8829, 11237, 8116, 12923, 9821, 10780, 11722, 9491, 11860, 8255, 11506, 10753, 9679, 12010, 8555, 11739, 10207, 9770, 12471, 9237, 12356, 8477, 12000, 10717, 10055, 12941, 8729, 9371, 10675, 9985, 12468, 9868, 13706, 8715, 10702, 10671, 9922, 11951, 8574, 13530, 9214, 9856, 10362, 9561, 12521, 8311, 9799, 9052, 8720, 11392, 9714, 10982, 8661, 7775, 10530, 9141, 11294, 10214, 8653, 7696, 10731, 8508, 7907, 9664, 8241, 10061, 8534, 7814, 8905, 10066, 9102, 11914, 9634, 11665, 12052, 10125, 13355, 10440, 8657, 11853, 9954, 11293, 10750, 8447, 9859, 9417, 8229, 12413, 10487, 9272, 11128, 10187, 8370, 9079, 8830, 7865, 11965, 10187, 8370, 10260, 7952, 12665, 9624, 9021, 10720, 8353, 12221, 9905, 9089, 11157, 8507, 11854, 8912, 8646, 11371, 8901, 13224, 8704, 8753, 11564, 8807, 12236, 8717, 9397, 10412, 9448, 11250, 8398, 10904, 10855, 9682, 11636, 9020, 12337, 10804, 9603, 11183, 8832, 13348, 10774, 9026, 10641, 8614, 11726, 10181, 11051, 10673, 8024, 11288, 8956, 11244, 11025, 9326, 11500, 8157, 10879, 10765, 9961, 11941, 8344, 11296, 10693, 9654, 11351, 7714, 10818, 10569, 9925, 11650, 8425, 8980, 10511, 9620, 12926, 9683, 7762, 10947, 9832, 10514, 10851, 9542, 11874, 10033, 11690, 11493, 10332, 12672, 8649, 11961, 10889, 9418, 12156, 8848, 11211, 9131, 8284, 11991, 9331, 9785, 10060, 7762, 11834, 9778, 8580, 11110, 8157, 10501, 10701, 8154, 8575, 11561, 10274, 8619, 11311, 8893, 9597, 11012, 9977, 12013, 9678, 7906, 12106, 9991, 9139, 10460, 9048, 12592, 10227, 8182, 9399, 8785, 8303, 10712, 9078, 10094, 12367, 8022, 7727, 10594, 9085, 8179, 10824, 8628, 12790, 10178, 8438, 10846, 8518, 8277, 12125, 12089, 10181, 10590, 7708, 8150, 11927, 9824, 9340, 10254, 8652, 12470, 10546, 12241, 9913, 8309, 9738, 8260, 10565, 11348, 10083, 12486, 8701, 12114, 8701, 13668, 10780, 9338, 11101, 8738, 10996, 9400, 12355, 9155, 12201, 8656, 12880, 9431, 10578, 10863, 8357, 10702, 8241, 11586, 10454, 9069, 10662, 8611, 8010, 11501, 7910, 11974, 8618, 8320, 10035, 8007, 11800, 10518, 9295, 11179, 8104, 9523, 9453, 10272, 12380, 9479, 13999, 10190, 11007, 9347, 8182, 10692, 9875, 13239, 9682, 10884, 10077, 9236, 11061, 9814, 12181, 8591, 13365, 9922, 9046, 9586, 8076, 10362, 8726, 11540, 7912, 12680, 8856, 9821, 9635, 9577, 11072, 9051, 11235, 8388, 11601, 9369, 8026, 12612, 8605, 11156, 10929, 10188, 12162, 9508, 13326, 8714, 9400, 9564, 8037, 10855, 9731, 9440, 11807, 9333, 9359, 9334, 8118, 12245, 10305, 9586, 12052, 8846, 9206, 9749, 8910, 12257, 9616, 10787, 9955, 8631, 11266, 8929, 12542, 10692, 8950, 11060, 8337, 12497, 9115, 9582, 9854, 8465, 10175, 8067, 7977, 10128, 8874, 8923, 12269, 10661, 9142, 11331, 9073, 11050, 12860, 8094, 8723, 8868, 8035, 12510, 9646, 8154, 10077, 11075, 12348, 11002, 8147, 9030, 10365, 8022, 7921, 9260, 9877, 10426, 11852, 9381, 13685, 11916, 9880, 13574, 10192, 12954, 11523, 10229, 14735, 9428, 8261, 10680, 10071, 14579, 10842, 8650, 10802, 8793, 13768, 10828, 10080, 10718, 9552, 11838, 8224, 7761, 11026, 8375, 8008, 8475, 8202, 7978, 9588, 9769, 10390, 11604, 11095, 8525, 11982, 10193, 10762, 11448, 9995, 12722, 8863, 10654, 10375, 9352, 12173, 8492, 10199, 9738, 8697, 10857, 8328, 11643, 8531, 12182, 10843, 9121, 10420, 8047, 12308, 10214, 12472, 10383, 7783, 10559, 8956, 13406, 10416, 8407, 10422, 8593, 13188, 10459, 9611, 10303, 8846, 12321, 9338, 13217, 9827, 10658, 10374, 9125, 11685, 9119, 11027, 8711, 7737, 10897, 9003, 10314, 10090, 9302, 10608, 8766, 12922, 10805, 9256, 10704, 9148, 11561, 9614, 13479, 10913, 9373, 10623, 8965, 12842, 9956, 10488, 10213, 8808, 10286, 9470, 12422, 9385, 10949, 9961, 8840, 11636, 8940, 12254, 8478, 8902, 9769, 9195, 12345, 8672, 9836, 9908, 8895, 11845, 8702, 11740, 8207, 11748, 10849, 9048, 10961, 7892, 11206, 9674, 11209, 10370, 8526, 10755, 8298, 12924, 10751, 9756, 10144, 8367, 11997, 9213, 13284, 9039, 7861, 8964, 7968, 12687, 9466, 10910, 9492, 7867, 10599, 9375, 8519, 10188, 8656, 11677, 9842, 13464, 11039, 12194, 10513, 10879, 11224, 12801, 11390, 8907, 10992, 8420, 11209, 8578, 10826, 7906, 11015, 8654, 12130, 7720, 11817, 8727, 11893, 10137, 8277, 9993, 8528, 12217, 9100, 12834, 9316, 13214, 9771, 11524, 10427, 11260, 10407, 7941, 9888, 8043, 11156, 8260, 8015, 12420, 9196, 8949, 9866, 8997, 12596, 9436, 11890, 7939, 12123, 9604, 11641, 11021, 8741, 11035, 7952, 12698, 9015, 12185, 8809, 7930, 9863, 9098, 11424, 7608, 11217, 8621, 12522, 10566, 8554, 10891, 8892, 12979, 9544, 12351, 9590, 10410, 10511, 9507, 11506, 9335, 11737, 8276, 13927, 10178, 10928, 10628, 8483, 10590, 9205, 12853, 8251, 11581, 9767, 9140, 11126, 8153, 11971, 9469, 11335, 9367, 7742, 8906, 8558, 7645, 7857, 8178, 7595, 9426, 8156, 11015, 9086, 11111, 10564, 9549, 12468, 10442, 12418, 11686, 8952, 11349, 8946, 13924, 9878, 10847, 10416, 8718, 12184, 10087], 'WindowCenter': [4563.0, 4514.0, 4533.0, 4480.0, 4519.0, 4500.0, 4497.0, 4508.0, 4456.0, 4504.0, 4466.0, 4496.0, 4508.0, 4489.0, 4517.0, 4467.0, 4487.0, 4508.0, 4499.0, 4529.0, 4490.0, 4506.0, 4519.0, 4489.0, 4519.0, 4489.0, 4519.0, 4509.0, 4479.0, 4508.0, 4469.0, 4507.0, 4510.0, 4489.0, 4518.0, 4482.0, 4497.0, 4509.0, 4490.0, 4530.0, 4491.0, 4507.0, 4509.0, 4489.0, 4529.0, 4487.0, 4509.0, 4499.0, 4477.0, 4518.0, 4480.0, 4500.0, 4487.0, 4470.0, 4529.0, 4489.0, 4520.0, 4497.0, 4469.0, 4519.0, 4501.0, 4539.0, 4499.0, 4478.0, 4508.0, 4469.0, 4527.0, 4509.0, 4490.0, 4518.0, 4481.0, 4520.0, 4519.0, 4511.0, 4528.0, 4491.0, 4520.0, 4520.0, 4499.0, 4531.0, 4479.0, 4507.0, 4519.0, 4500.0, 4529.0, 4481.0, 4511.0, 4513.0, 4500.0, 4519.0, 4481.0, 4509.0, 4511.0, 4501.0, 4531.0, 4502.0, 4508.0, 4510.0, 4480.0, 4529.0, 4500.0, 4510.0, 4507.0, 4470.0, 4508.0, 4498.0, 4520.0, 4509.0, 4469.0, 4519.0, 4488.0, 4518.0, 4510.0, 4488.0, 4517.0, 4498.0, 4518.0, 4518.0, 4490.0, 4519.0, 4491.0, 4497.0, 4529.0, 4487.0, 4508.0, 4488.0, 4478.0, 4528.0, 4497.0, 4508.0, 4508.0, 4476.0, 4519.0, 4495.0, 4514.0, 4496.0, 4465.0, 4516.0, 4486.0, 4486.0, 4506.0, 4479.0, 4518.0, 4508.0, 4490.0, 4532.0, 4506.0, 4515.0, 4523.0, 4492.0, 4512.0, 4523.0, 4504.0, 4542.0, 4520.0, 4492.0, 4530.0, 4501.0, 4491.0, 4530.0, 4488.0, 4508.0, 4500.0, 4489.0, 4498.0, 4508.0, 4490.0, 4528.0, 4490.0, 4481.0, 4529.0, 4489.0, 4479.0, 4528.0, 4489.0, 4494.0, 4533.0, 4510.0, 4501.0, 4523.0, 4500.0, 4471.0, 4519.0, 4511.0, 4501.0, 4531.0, 4510.0, 4492.0, 4519.0, 4479.0, 4468.0, 4499.0, 4478.0, 4530.0, 4499.0, 4470.0, 4496.0, 4502.0, 4502.0, 4544.0, 4534.0, 4503.0, 4491.0, 4531.0, 4501.0, 4471.0, 4520.0, 4500.0, 4504.0, 4534.0, 4523.0, 4494.0, 4496.0, 4521.0, 4491.0, 4478.0, 4519.0, 4510.0, 4499.0, 4521.0, 4542.0, 4499.0, 4500.0, 4506.0, 4476.0, 4457.0, 4454.0, 4496.0, 4496.0, 4476.0, 4466.0, 4476.0, 4476.0, 4468.0, 4509.0, 4499.0, 4493.0, 4491.0, 4503.0, 4501.0, 4515.0, 4544.0, 4510.0, 4494.0, 4534.0, 4504.0, 4494.0, 4540.0, 4512.0, 4493.0, 4513.0, 4491.0, 4489.0, 4521.0, 4510.0, 4505.0, 4534.0, 4518.0, 4529.0, 4558.0, 4528.0, 4503.0, 4493.0, 4533.0, 4492.0, 4484.0, 4523.0, 4503.0, 4484.0, 4532.0, 4516.0, 4506.0, 4546.0, 4516.0, 4495.0, 4533.0, 4523.0, 4510.0, 4529.0, 4504.0, 4488.0, 4515.0, 4508.0, 4508.0, 4513.0, 4466.0, 4453.0, 4486.0, 4474.0, 4465.0, 4507.0, 4484.0, 4464.0, 4505.0, 4486.0, 4486.0, 4475.0, 4475.0, 4465.0, 4474.0, 4486.0, 4478.0, 4519.0, 4511.0, 4500.0, 4490.0, 4490.0, 4491.0, 4510.0, 4501.0, 4501.0, 4531.0, 4510.0, 4491.0, 4522.0, 4511.0, 4502.0, 4491.0, 4489.0, 4493.0, 4501.0, 4489.0, 4501.0, 4543.0, 4523.0, 4514.0, 4522.0, 4522.0, 4502.0, 4501.0, 4514.0, 4504.0, 4524.0, 4533.0, 4515.0, 4515.0, 4536.0, 4514.0, 4553.0, 4522.0, 4504.0, 4536.0, 4514.0, 4542.0, 4536.0, 4505.0, 4504.0, 4526.0, 4494.0, 4514.0, 4513.0, 4491.0, 4523.0, 4492.0, 4494.0, 4545.0, 4490.0, 4480.0, 4520.0, 4491.0, 4506.0, 4546.0, 4503.0, 4512.0, 4523.0, 4525.0, 4551.0, 4521.0, 4531.0, 4508.0, 4479.0, 4518.0, 4496.0, 4498.0, 4520.0, 4491.0, 4489.0, 4479.0, 4491.0, 4531.0, 4492.0, 4482.0, 4503.0, 4493.0, 4482.0, 4524.0, 4505.0, 4526.0, 4526.0, 4507.0, 4498.0, 4516.0, 4496.0, 4545.0, 4534.0, 4513.0, 4522.0, 4503.0, 4503.0, 4552.0, 4524.0, 4513.0, 4534.0, 4524.0, 4522.0, 4533.0, 4492.0, 4522.0, 4524.0, 4516.0, 4532.0, 4524.0, 4513.0, 4522.0, 4503.0, 4533.0, 4522.0, 4482.0, 4510.0, 4502.0, 4513.0, 4523.0, 4491.0, 4520.0, 4511.0, 4503.0, 4532.0, 4511.0, 4491.0, 4500.0, 4471.0, 4533.0, 4524.0, 4512.0, 4534.0, 4502.0, 4511.0, 4510.0, 4502.0, 4541.0, 4511.0, 4490.0, 4509.0, 4490.0, 4530.0, 4510.0, 4489.0, 4519.0, 4478.0, 4518.0, 4499.0, 4501.0, 4519.0, 4480.0, 4506.0, 4465.0, 4466.0, 4509.0, 4497.0, 4517.0, 4476.0, 4477.0, 4499.0, 4490.0, 4529.0, 4498.0, 4466.0, 4495.0, 4468.0, 4526.0, 4509.0, 4488.0, 4507.0, 4468.0, 4529.0, 4498.0, 4488.0, 4507.0, 4487.0, 4517.0, 4490.0, 4519.0, 4510.0, 4498.0, 4506.0, 4457.0, 4504.0, 4488.0, 4506.0, 4497.0, 4488.0, 4507.0, 4468.0, 4517.0, 4489.0, 4527.0, 4497.0, 4455.0, 4498.0, 4477.0, 4528.0, 4499.0, 4478.0, 4498.0, 4480.0, 4521.0, 4500.0, 4499.0, 4510.0, 4502.0, 4521.0, 4499.0, 4530.0, 4499.0, 4489.0, 4500.0, 4501.0, 4518.0, 4500.0, 4528.0, 4478.0, 4477.0, 4511.0, 4488.0, 4529.0, 4490.0, 4479.0, 4511.0, 4491.0, 4531.0, 4512.0, 4520.0, 4510.0, 4480.0, 4499.0, 4479.0, 4508.0, 4489.0, 4519.0, 4489.0, 4468.0, 4510.0, 4492.0, 4530.0, 4490.0, 4479.0, 4498.0, 4491.0, 4520.0, 4513.0, 4492.0, 4512.0, 4493.0, 4532.0, 4514.0, 4530.0, 4512.0, 4490.0, 4511.0, 4488.0, 4519.0, 4500.0, 4539.0, 4500.0, 4479.0, 4520.0, 4491.0, 4530.0, 4510.0, 4489.0, 4508.0, 4487.0, 4520.0, 4501.0, 4530.0, 4510.0, 4468.0, 4509.0, 4478.0, 4531.0, 4511.0, 4480.0, 4519.0, 4492.0, 4544.0, 4523.0, 4504.0, 4521.0, 4484.0, 4541.0, 4513.0, 4524.0, 4534.0, 4514.0, 4533.0, 4493.0, 4533.0, 4522.0, 4501.0, 4520.0, 4491.0, 4519.0, 4512.0, 4502.0, 4530.0, 4502.0, 4519.0, 4481.0, 4543.0, 4512.0, 4501.0, 4519.0, 4478.0, 4489.0, 4511.0, 4499.0, 4530.0, 4499.0, 4527.0, 4477.0, 4508.0, 4511.0, 4499.0, 4519.0, 4480.0, 4528.0, 4490.0, 4496.0, 4498.0, 4497.0, 4519.0, 4479.0, 4498.0, 4487.0, 4478.0, 4518.0, 4491.0, 4508.0, 4478.0, 4470.0, 4522.0, 4515.0, 4534.0, 4525.0, 4493.0, 4481.0, 4509.0, 4491.0, 4468.0, 4498.0, 4478.0, 4496.0, 4477.0, 4470.0, 4490.0, 4512.0, 4493.0, 4506.0, 4486.0, 4493.0, 4504.0, 4472.0, 4502.0, 4481.0, 4451.0, 4491.0, 4473.0, 4483.0, 4481.0, 4453.0, 4479.0, 4472.0, 4476.0, 4514.0, 4495.0, 4485.0, 4504.0, 4494.0, 4477.0, 4488.0, 4475.0, 4467.0, 4506.0, 4497.0, 4467.0, 4496.0, 4469.0, 4517.0, 4489.0, 4477.0, 4505.0, 4466.0, 4504.0, 4486.0, 4474.0, 4507.0, 4475.0, 4505.0, 4476.0, 4477.0, 4507.0, 4487.0, 4528.0, 4477.0, 4476.0, 4517.0, 4476.0, 4516.0, 4477.0, 4489.0, 4521.0, 4500.0, 4508.0, 4480.0, 4507.0, 4509.0, 4500.0, 4518.0, 4489.0, 4529.0, 4510.0, 4498.0, 4509.0, 4490.0, 4529.0, 4509.0, 4488.0, 4509.0, 4477.0, 4516.0, 4498.0, 4508.0, 4499.0, 4467.0, 4509.0, 4490.0, 4509.0, 4510.0, 4490.0, 4519.0, 4480.0, 4520.0, 4519.0, 4500.0, 4519.0, 4480.0, 4519.0, 4509.0, 4500.0, 4520.0, 4481.0, 4522.0, 4521.0, 4511.0, 4520.0, 4481.0, 4488.0, 4511.0, 4501.0, 4531.0, 4500.0, 4482.0, 4522.0, 4512.0, 4523.0, 4523.0, 4513.0, 4531.0, 4510.0, 4521.0, 4520.0, 4511.0, 4529.0, 4479.0, 4519.0, 4509.0, 4489.0, 4518.0, 4489.0, 4506.0, 4486.0, 4476.0, 4518.0, 4486.0, 4497.0, 4497.0, 4467.0, 4516.0, 4497.0, 4477.0, 4507.0, 4467.0, 4498.0, 4495.0, 4467.0, 4477.0, 4519.0, 4508.0, 4490.0, 4518.0, 4488.0, 4499.0, 4507.0, 4497.0, 4516.0, 4486.0, 4465.0, 4516.0, 4496.0, 4484.0, 4496.0, 4490.0, 4515.0, 4487.0, 4468.0, 4476.0, 4467.0, 4467.0, 4496.0, 4488.0, 4513.0, 4530.0, 4470.0, 4469.0, 4507.0, 4488.0, 4479.0, 4508.0, 4480.0, 4519.0, 4498.0, 4468.0, 4499.0, 4476.0, 4466.0, 4517.0, 4518.0, 4509.0, 4508.0, 4468.0, 4478.0, 4518.0, 4510.0, 4501.0, 4510.0, 4491.0, 4530.0, 4508.0, 4520.0, 4499.0, 4468.0, 4487.0, 4478.0, 4508.0, 4509.0, 4498.0, 4517.0, 4477.0, 4515.0, 4478.0, 4525.0, 4507.0, 4486.0, 4505.0, 4476.0, 4506.0, 4486.0, 4517.0, 4486.0, 4515.0, 4475.0, 4514.0, 4486.0, 4495.0, 4496.0, 4465.0, 4507.0, 4494.0, 4532.0, 4509.0, 4491.0, 4509.0, 4490.0, 4480.0, 4520.0, 4470.0, 4519.0, 4480.0, 4480.0, 4501.0, 4482.0, 4518.0, 4511.0, 4490.0, 4510.0, 4471.0, 4500.0, 4499.0, 4510.0, 4531.0, 4501.0, 4539.0, 4501.0, 4510.0, 4489.0, 4468.0, 4498.0, 4498.0, 4529.0, 4499.0, 4507.0, 4499.0, 4488.0, 4518.0, 4498.0, 4519.0, 4489.0, 4528.0, 4499.0, 4489.0, 4500.0, 4479.0, 4512.0, 4491.0, 4520.0, 4479.0, 4539.0, 4502.0, 4511.0, 4512.0, 4502.0, 4535.0, 4516.0, 4545.0, 4507.0, 4534.0, 4502.0, 4481.0, 4533.0, 4493.0, 4533.0, 4523.0, 4513.0, 4533.0, 4502.0, 4543.0, 4492.0, 4502.0, 4503.0, 4482.0, 4521.0, 4513.0, 4514.0, 4545.0, 4515.0, 4528.0, 4513.0, 4494.0, 4532.0, 4523.0, 4514.0, 4531.0, 4502.0, 4503.0, 4512.0, 4502.0, 4532.0, 4498.0, 4510.0, 4499.0, 4491.0, 4519.0, 4492.0, 4530.0, 4509.0, 4491.0, 4520.0, 4480.0, 4530.0, 4491.0, 4499.0, 4511.0, 4492.0, 4513.0, 4481.0, 4481.0, 4512.0, 4502.0, 4503.0, 4532.0, 4524.0, 4515.0, 4520.0, 4503.0, 4524.0, 4531.0, 4469.0, 4480.0, 4480.0, 4471.0, 4518.0, 4490.0, 4470.0, 4499.0, 4522.0, 4532.0, 4509.0, 4468.0, 4477.0, 4500.0, 4470.0, 4470.0, 4502.0, 4512.0, 4523.0, 4535.0, 4504.0, 4556.0, 4533.0, 4501.0, 4532.0, 4501.0, 4520.0, 4510.0, 4502.0, 4541.0, 4478.0, 4468.0, 4497.0, 4500.0, 4538.0, 4508.0, 4480.0, 4508.0, 4479.0, 4529.0, 4509.0, 4512.0, 4509.0, 4499.0, 4518.0, 4479.0, 4470.0, 4522.0, 4491.0, 4493.0, 4494.0, 4492.0, 4485.0, 4515.0, 4524.0, 4526.0, 4536.0, 4536.0, 4505.0, 4532.0, 4524.0, 4523.0, 4521.0, 4512.0, 4532.0, 4491.0, 4509.0, 4511.0, 4501.0, 4529.0, 4491.0, 4511.0, 4513.0, 4493.0, 4522.0, 4493.0, 4531.0, 4494.0, 4531.0, 4522.0, 4503.0, 4523.0, 4483.0, 4532.0, 4511.0, 4530.0, 4510.0, 4468.0, 4509.0, 4490.0, 4529.0, 4510.0, 4480.0, 4508.0, 4490.0, 4530.0, 4510.0, 4499.0, 4499.0, 4491.0, 4518.0, 4489.0, 4528.0, 4498.0, 4497.0, 4497.0, 4489.0, 4517.0, 4486.0, 4508.0, 4478.0, 4467.0, 4509.0, 4489.0, 4510.0, 4510.0, 4501.0, 4509.0, 4491.0, 4530.0, 4510.0, 4491.0, 4510.0, 4490.0, 4519.0, 4498.0, 4528.0, 4508.0, 4488.0, 4508.0, 4487.0, 4517.0, 4497.0, 4497.0, 4499.0, 4476.0, 4498.0, 4488.0, 4517.0, 4488.0, 4507.0, 4497.0, 4478.0, 4505.0, 4477.0, 4516.0, 4477.0, 4488.0, 4498.0, 4488.0, 4527.0, 4478.0, 4498.0, 4509.0, 4488.0, 4517.0, 4477.0, 4517.0, 4479.0, 4517.0, 4508.0, 4488.0, 4507.0, 4468.0, 4507.0, 4500.0, 4507.0, 4506.0, 4478.0, 4507.0, 4480.0, 4528.0, 4520.0, 4499.0, 4509.0, 4480.0, 4518.0, 4500.0, 4539.0, 4489.0, 4467.0, 4489.0, 4469.0, 4529.0, 4499.0, 4520.0, 4500.0, 4481.0, 4520.0, 4501.0, 4492.0, 4523.0, 4503.0, 4534.0, 4524.0, 4544.0, 4524.0, 4531.0, 4511.0, 4510.0, 4510.0, 4518.0, 4517.0, 4477.0, 4505.0, 4465.0, 4506.0, 4464.0, 4494.0, 4465.0, 4505.0, 4474.0, 4514.0, 4455.0, 4515.0, 4479.0, 4515.0, 4496.0, 4467.0, 4496.0, 4478.0, 4519.0, 4488.0, 4527.0, 4488.0, 4527.0, 4498.0, 4505.0, 4497.0, 4507.0, 4497.0, 4465.0, 4486.0, 4467.0, 4505.0, 4478.0, 4480.0, 4529.0, 4503.0, 4500.0, 4511.0, 4502.0, 4531.0, 4490.0, 4518.0, 4468.0, 4519.0, 4500.0, 4520.0, 4509.0, 4477.0, 4507.0, 4479.0, 4529.0, 4490.0, 4520.0, 4488.0, 4479.0, 4511.0, 4491.0, 4531.0, 4482.0, 4533.0, 4504.0, 4542.0, 4522.0, 4494.0, 4523.0, 4505.0, 4542.0, 4502.0, 4531.0, 4500.0, 4521.0, 4512.0, 4499.0, 4520.0, 4489.0, 4519.0, 4479.0, 4538.0, 4499.0, 4508.0, 4510.0, 4479.0, 4510.0, 4489.0, 4528.0, 4478.0, 4521.0, 4510.0, 4491.0, 4519.0, 4480.0, 4530.0, 4526.0, 4546.0, 4503.0, 4483.0, 4492.0, 4491.0, 4470.0, 4481.0, 4492.0, 4471.0, 4500.0, 4481.0, 4521.0, 4503.0, 4523.0, 4521.0, 4500.0, 4519.0, 4498.0, 4505.0, 4504.0, 4463.0, 4482.0, 4462.0, 4500.0, 4471.0, 4478.0, 4480.0, 4450.0, 4490.0, 4470.0], 'WindowWidth': [10026.0, 9944.0, 9963.0, 9885.0, 9932.0, 9906.0, 9899.0, 9914.0, 9842.0, 9905.0, 9857.0, 9897.0, 9915.0, 9891.0, 9927.0, 9861.0, 9886.0, 9919.0, 9906.0, 9946.0, 9896.0, 9914.0, 9933.0, 9892.0, 9931.0, 9890.0, 9931.0, 9918.0, 9876.0, 9917.0, 9866.0, 9915.0, 9922.0, 9893.0, 9931.0, 9885.0, 9903.0, 9920.0, 9895.0, 9951.0, 9897.0, 9915.0, 9918.0, 9891.0, 9947.0, 9888.0, 9918.0, 9904.0, 9873.0, 9930.0, 9881.0, 9907.0, 9888.0, 9868.0, 9947.0, 9893.0, 9936.0, 9903.0, 9868.0, 9935.0, 9912.0, 9960.0, 9906.0, 9877.0, 9917.0, 9867.0, 9942.0, 9920.0, 9896.0, 9932.0, 9889.0, 9937.0, 9937.0, 9926.0, 9948.0, 9899.0, 9937.0, 9936.0, 9907.0, 9950.0, 9879.0, 9917.0, 9933.0, 9908.0, 9948.0, 9886.0, 9926.0, 9930.0, 9909.0, 9935.0, 9886.0, 9922.0, 9926.0, 9912.0, 9954.0, 9913.0, 9918.0, 9921.0, 9881.0, 9948.0, 9908.0, 9921.0, 9914.0, 9866.0, 9916.0, 9903.0, 9934.0, 9919.0, 9866.0, 9932.0, 9891.0, 9931.0, 9922.0, 9890.0, 9929.0, 9906.0, 9932.0, 9932.0, 9895.0, 9933.0, 9897.0, 9902.0, 9949.0, 9889.0, 9918.0, 9891.0, 9879.0, 9946.0, 9902.0, 9916.0, 9914.0, 9871.0, 9931.0, 9896.0, 9920.0, 9896.0, 9855.0, 9925.0, 9886.0, 9885.0, 9912.0, 9880.0, 9931.0, 9920.0, 9895.0, 9957.0, 9934.0, 9942.0, 9949.0, 9903.0, 9927.0, 9948.0, 9926.0, 9972.0, 9940.0, 9903.0, 9953.0, 9914.0, 9899.0, 9951.0, 9892.0, 9919.0, 9908.0, 9891.0, 9902.0, 9915.0, 9894.0, 9945.0, 9896.0, 9882.0, 9945.0, 9893.0, 9881.0, 9946.0, 9893.0, 9912.0, 9960.0, 9927.0, 9915.0, 9943.0, 9909.0, 9871.0, 9933.0, 9928.0, 9913.0, 9952.0, 9924.0, 9899.0, 9931.0, 9876.0, 9862.0, 9905.0, 9877.0, 9948.0, 9903.0, 9866.0, 9898.0, 9915.0, 9916.0, 9978.0, 9963.0, 9920.0, 9901.0, 9955.0, 9913.0, 9874.0, 9936.0, 9911.0, 9920.0, 9961.0, 9947.0, 9909.0, 9910.0, 9938.0, 9898.0, 9877.0, 9931.0, 9921.0, 9905.0, 9939.0, 9969.0, 9903.0, 9905.0, 9905.0, 9865.0, 9841.0, 9836.0, 9893.0, 9896.0, 9867.0, 9851.0, 9867.0, 9867.0, 9860.0, 9918.0, 9905.0, 9901.0, 9897.0, 9918.0, 9913.0, 9936.0, 9974.0, 9924.0, 9904.0, 9960.0, 9917.0, 9905.0, 9964.0, 9927.0, 9903.0, 9928.0, 9897.0, 9892.0, 9941.0, 9925.0, 9922.0, 9961.0, 9948.0, 9966.0, 10000.0, 9958.0, 9919.0, 9903.0, 9957.0, 9901.0, 9891.0, 9943.0, 9916.0, 9892.0, 9955.0, 9941.0, 9927.0, 9980.0, 9940.0, 9909.0, 9956.0, 9945.0, 9920.0, 9944.0, 9905.0, 9885.0, 9921.0, 9913.0, 9911.0, 9913.0, 9852.0, 9831.0, 9878.0, 9859.0, 9849.0, 9909.0, 9872.0, 9846.0, 9907.0, 9880.0, 9877.0, 9862.0, 9861.0, 9847.0, 9860.0, 9877.0, 9870.0, 9930.0, 9923.0, 9905.0, 9892.0, 9888.0, 9893.0, 9916.0, 9907.0, 9908.0, 9949.0, 9919.0, 9895.0, 9937.0, 9926.0, 9908.0, 9891.0, 9888.0, 9899.0, 9908.0, 9892.0, 9912.0, 9969.0, 9943.0, 9932.0, 9944.0, 9941.0, 9915.0, 9914.0, 9931.0, 9920.0, 9948.0, 9961.0, 9936.0, 9935.0, 9966.0, 9934.0, 9985.0, 9940.0, 9922.0, 9967.0, 9933.0, 9968.0, 9965.0, 9921.0, 9918.0, 9950.0, 9904.0, 9929.0, 9926.0, 9895.0, 9944.0, 9899.0, 9905.0, 9974.0, 9892.0, 9876.0, 9937.0, 9896.0, 9926.0, 9977.0, 9916.0, 9926.0, 9944.0, 9949.0, 9979.0, 9937.0, 9946.0, 9912.0, 9874.0, 9926.0, 9894.0, 9898.0, 9931.0, 9894.0, 9886.0, 9875.0, 9894.0, 9950.0, 9899.0, 9885.0, 9914.0, 9901.0, 9886.0, 9948.0, 9924.0, 9951.0, 9951.0, 9928.0, 9916.0, 9939.0, 9915.0, 9978.0, 9962.0, 9932.0, 9941.0, 9919.0, 9918.0, 9983.0, 9947.0, 9931.0, 9962.0, 9948.0, 9942.0, 9959.0, 9903.0, 9945.0, 9950.0, 9938.0, 9956.0, 9947.0, 9931.0, 9942.0, 9917.0, 9956.0, 9939.0, 9885.0, 9921.0, 9912.0, 9929.0, 9940.0, 9896.0, 9933.0, 9925.0, 9916.0, 9953.0, 9924.0, 9896.0, 9906.0, 9870.0, 9958.0, 9945.0, 9928.0, 9959.0, 9913.0, 9922.0, 9921.0, 9912.0, 9964.0, 9922.0, 9892.0, 9920.0, 9895.0, 9947.0, 9922.0, 9889.0, 9928.0, 9875.0, 9928.0, 9906.0, 9906.0, 9928.0, 9877.0, 9906.0, 9851.0, 9855.0, 9919.0, 9897.0, 9923.0, 9870.0, 9872.0, 9907.0, 9894.0, 9942.0, 9899.0, 9854.0, 9893.0, 9862.0, 9937.0, 9918.0, 9889.0, 9913.0, 9862.0, 9944.0, 9903.0, 9887.0, 9912.0, 9884.0, 9923.0, 9892.0, 9932.0, 9920.0, 9901.0, 9910.0, 9846.0, 9906.0, 9888.0, 9910.0, 9899.0, 9887.0, 9911.0, 9859.0, 9925.0, 9890.0, 9939.0, 9898.0, 9840.0, 9898.0, 9872.0, 9940.0, 9905.0, 9874.0, 9903.0, 9882.0, 9938.0, 9908.0, 9905.0, 9920.0, 9911.0, 9939.0, 9904.0, 9948.0, 9904.0, 9889.0, 9907.0, 9910.0, 9931.0, 9905.0, 9941.0, 9873.0, 9873.0, 9921.0, 9888.0, 9944.0, 9892.0, 9879.0, 9924.0, 9896.0, 9953.0, 9926.0, 9934.0, 9920.0, 9879.0, 9902.0, 9876.0, 9915.0, 9891.0, 9930.0, 9890.0, 9862.0, 9920.0, 9898.0, 9947.0, 9893.0, 9876.0, 9903.0, 9898.0, 9937.0, 9928.0, 9899.0, 9926.0, 9901.0, 9955.0, 9933.0, 9950.0, 9926.0, 9893.0, 9920.0, 9887.0, 9929.0, 9907.0, 9959.0, 9906.0, 9877.0, 9936.0, 9897.0, 9948.0, 9921.0, 9889.0, 9914.0, 9887.0, 9935.0, 9910.0, 9949.0, 9921.0, 9863.0, 9918.0, 9877.0, 9951.0, 9923.0, 9879.0, 9931.0, 9901.0, 9975.0, 9946.0, 9919.0, 9938.0, 9892.0, 9965.0, 9932.0, 9947.0, 9961.0, 9933.0, 9958.0, 9906.0, 9957.0, 9942.0, 9909.0, 9934.0, 9899.0, 9933.0, 9927.0, 9913.0, 9950.0, 9912.0, 9932.0, 9883.0, 9974.0, 9928.0, 9907.0, 9929.0, 9874.0, 9889.0, 9921.0, 9904.0, 9949.0, 9903.0, 9940.0, 9874.0, 9914.0, 9923.0, 9904.0, 9930.0, 9879.0, 9941.0, 9891.0, 9897.0, 9902.0, 9899.0, 9931.0, 9876.0, 9900.0, 9887.0, 9876.0, 9929.0, 9893.0, 9914.0, 9875.0, 9868.0, 9945.0, 9940.0, 9964.0, 9953.0, 9907.0, 9886.0, 9920.0, 9896.0, 9863.0, 9902.0, 9872.0, 9894.0, 9873.0, 9867.0, 9894.0, 9933.0, 9902.0, 9910.0, 9880.0, 9887.0, 9901.0, 9854.0, 9895.0, 9864.0, 9821.0, 9878.0, 9856.0, 9870.0, 9864.0, 9831.0, 9862.0, 9859.0, 9872.0, 9919.0, 9892.0, 9880.0, 9903.0, 9893.0, 9874.0, 9888.0, 9867.0, 9857.0, 9910.0, 9900.0, 9859.0, 9897.0, 9863.0, 9924.0, 9889.0, 9870.0, 9907.0, 9857.0, 9903.0, 9881.0, 9864.0, 9911.0, 9866.0, 9906.0, 9869.0, 9871.0, 9912.0, 9887.0, 9941.0, 9874.0, 9871.0, 9926.0, 9870.0, 9922.0, 9872.0, 9890.0, 9940.0, 9907.0, 9916.0, 9881.0, 9915.0, 9918.0, 9905.0, 9929.0, 9893.0, 9944.0, 9922.0, 9902.0, 9919.0, 9895.0, 9945.0, 9917.0, 9889.0, 9917.0, 9873.0, 9925.0, 9903.0, 9916.0, 9903.0, 9858.0, 9915.0, 9894.0, 9918.0, 9920.0, 9894.0, 9932.0, 9882.0, 9936.0, 9933.0, 9906.0, 9932.0, 9881.0, 9932.0, 9921.0, 9908.0, 9934.0, 9886.0, 9942.0, 9939.0, 9924.0, 9936.0, 9883.0, 9890.0, 9925.0, 9912.0, 9952.0, 9912.0, 9889.0, 9942.0, 9931.0, 9945.0, 9945.0, 9930.0, 9952.0, 9924.0, 9939.0, 9937.0, 9923.0, 9946.0, 9880.0, 9932.0, 9920.0, 9890.0, 9930.0, 9893.0, 9911.0, 9884.0, 9871.0, 9929.0, 9882.0, 9899.0, 9899.0, 9861.0, 9926.0, 9900.0, 9874.0, 9913.0, 9859.0, 9899.0, 9894.0, 9861.0, 9875.0, 9933.0, 9918.0, 9895.0, 9932.0, 9890.0, 9905.0, 9914.0, 9899.0, 9923.0, 9881.0, 9854.0, 9922.0, 9896.0, 9879.0, 9897.0, 9896.0, 9923.0, 9883.0, 9859.0, 9869.0, 9855.0, 9855.0, 9892.0, 9888.0, 9928.0, 9951.0, 9867.0, 9865.0, 9914.0, 9891.0, 9877.0, 9914.0, 9880.0, 9928.0, 9901.0, 9858.0, 9899.0, 9868.0, 9854.0, 9925.0, 9927.0, 9918.0, 9915.0, 9863.0, 9876.0, 9932.0, 9922.0, 9911.0, 9921.0, 9897.0, 9949.0, 9918.0, 9933.0, 9902.0, 9860.0, 9883.0, 9873.0, 9913.0, 9918.0, 9902.0, 9929.0, 9872.0, 9921.0, 9874.0, 9933.0, 9911.0, 9881.0, 9908.0, 9868.0, 9909.0, 9883.0, 9925.0, 9883.0, 9921.0, 9866.0, 9918.0, 9882.0, 9894.0, 9893.0, 9852.0, 9911.0, 9909.0, 9958.0, 9921.0, 9896.0, 9919.0, 9893.0, 9881.0, 9932.0, 9867.0, 9929.0, 9880.0, 9879.0, 9908.0, 9884.0, 9930.0, 9922.0, 9894.0, 9920.0, 9868.0, 9907.0, 9906.0, 9920.0, 9951.0, 9911.0, 9960.0, 9908.0, 9919.0, 9890.0, 9859.0, 9902.0, 9901.0, 9945.0, 9904.0, 9914.0, 9906.0, 9891.0, 9928.0, 9901.0, 9929.0, 9891.0, 9944.0, 9904.0, 9891.0, 9908.0, 9880.0, 9928.0, 9900.0, 9937.0, 9882.0, 9962.0, 9913.0, 9925.0, 9929.0, 9913.0, 9965.0, 9940.0, 9983.0, 9930.0, 9959.0, 9914.0, 9884.0, 9956.0, 9903.0, 9958.0, 9946.0, 9932.0, 9958.0, 9915.0, 9970.0, 9898.0, 9912.0, 9915.0, 9886.0, 9936.0, 9933.0, 9936.0, 9978.0, 9939.0, 9962.0, 9932.0, 9909.0, 9955.0, 9946.0, 9933.0, 9955.0, 9916.0, 9918.0, 9929.0, 9915.0, 9955.0, 9906.0, 9923.0, 9908.0, 9897.0, 9933.0, 9900.0, 9950.0, 9921.0, 9898.0, 9937.0, 9882.0, 9949.0, 9898.0, 9906.0, 9927.0, 9904.0, 9930.0, 9887.0, 9886.0, 9928.0, 9917.0, 9921.0, 9958.0, 9948.0, 9937.0, 9939.0, 9918.0, 9947.0, 9952.0, 9863.0, 9877.0, 9878.0, 9867.0, 9926.0, 9890.0, 9866.0, 9903.0, 9939.0, 9953.0, 9915.0, 9859.0, 9872.0, 9903.0, 9865.0, 9866.0, 9912.0, 9927.0, 9944.0, 9964.0, 9918.0, 9994.0, 9957.0, 9910.0, 9952.0, 9907.0, 9931.0, 9917.0, 9909.0, 9961.0, 9871.0, 9859.0, 9899.0, 9904.0, 9956.0, 9914.0, 9877.0, 9915.0, 9877.0, 9943.0, 9918.0, 9928.0, 9918.0, 9905.0, 9930.0, 9878.0, 9869.0, 9941.0, 9901.0, 9905.0, 9906.0, 9902.0, 9895.0, 9937.0, 9949.0, 9954.0, 9968.0, 9967.0, 9924.0, 9957.0, 9947.0, 9943.0, 9939.0, 9926.0, 9953.0, 9897.0, 9920.0, 9925.0, 9909.0, 9946.0, 9899.0, 9926.0, 9932.0, 9904.0, 9943.0, 9904.0, 9954.0, 9907.0, 9954.0, 9943.0, 9917.0, 9943.0, 9891.0, 9955.0, 9925.0, 9949.0, 9920.0, 9861.0, 9917.0, 9894.0, 9945.0, 9922.0, 9881.0, 9918.0, 9896.0, 9948.0, 9921.0, 9905.0, 9904.0, 9896.0, 9931.0, 9891.0, 9942.0, 9903.0, 9900.0, 9900.0, 9889.0, 9926.0, 9887.0, 9916.0, 9877.0, 9862.0, 9920.0, 9894.0, 9925.0, 9924.0, 9913.0, 9922.0, 9898.0, 9950.0, 9924.0, 9897.0, 9922.0, 9894.0, 9934.0, 9904.0, 9944.0, 9916.0, 9889.0, 9915.0, 9889.0, 9928.0, 9900.0, 9899.0, 9904.0, 9870.0, 9902.0, 9887.0, 9926.0, 9888.0, 9912.0, 9900.0, 9874.0, 9909.0, 9872.0, 9925.0, 9874.0, 9889.0, 9903.0, 9888.0, 9941.0, 9878.0, 9904.0, 9920.0, 9889.0, 9928.0, 9874.0, 9926.0, 9879.0, 9928.0, 9918.0, 9889.0, 9915.0, 9864.0, 9914.0, 9908.0, 9914.0, 9913.0, 9877.0, 9914.0, 9883.0, 9945.0, 9936.0, 9906.0, 9919.0, 9882.0, 9932.0, 9909.0, 9961.0, 9894.0, 9863.0, 9892.0, 9866.0, 9946.0, 9907.0, 9936.0, 9909.0, 9889.0, 9939.0, 9915.0, 9904.0, 9948.0, 9921.0, 9963.0, 9950.0, 9976.0, 9948.0, 9953.0, 9925.0, 9922.0, 9921.0, 9929.0, 9929.0, 9872.0, 9909.0, 9852.0, 9908.0, 9849.0, 9889.0, 9852.0, 9906.0, 9864.0, 9919.0, 9841.0, 9921.0, 9877.0, 9922.0, 9899.0, 9859.0, 9897.0, 9877.0, 9932.0, 9890.0, 9941.0, 9890.0, 9939.0, 9901.0, 9909.0, 9900.0, 9912.0, 9899.0, 9854.0, 9880.0, 9857.0, 9908.0, 9878.0, 9884.0, 9948.0, 9917.0, 9912.0, 9927.0, 9915.0, 9952.0, 9896.0, 9930.0, 9864.0, 9933.0, 9909.0, 9933.0, 9919.0, 9874.0, 9916.0, 9880.0, 9946.0, 9895.0, 9933.0, 9892.0, 9883.0, 9925.0, 9899.0, 9953.0, 9889.0, 9960.0, 9923.0, 9970.0, 9946.0, 9907.0, 9947.0, 9925.0, 9970.0, 9916.0, 9953.0, 9911.0, 9940.0, 9927.0, 9907.0, 9937.0, 9893.0, 9933.0, 9880.0, 9958.0, 9906.0, 9917.0, 9922.0, 9880.0, 9921.0, 9892.0, 9944.0, 9877.0, 9938.0, 9924.0, 9897.0, 9935.0, 9883.0, 9951.0, 9958.0, 9983.0, 9921.0, 9892.0, 9900.0, 9897.0, 9871.0, 9886.0, 9901.0, 9871.0, 9909.0, 9887.0, 9939.0, 9917.0, 9943.0, 9942.0, 9909.0, 9934.0, 9901.0, 9906.0, 9903.0, 9844.0, 9868.0, 9840.0, 9888.0, 9850.0, 9858.0, 9860.0, 9822.0, 9879.0, 9850.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.0002495147839272176</td></tr>
<tr><td colspan=3>aqi</td><td>0.02930450659590599</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.75656941811076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1765328775644912</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9621902433611539</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>6566.9497</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08924395377692085</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.866565579984837</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5104989134316527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4732280319427398</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.771353933925773</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2869147744264464</td></tr>
<tr><td colspan=3>gcor</td><td>0.00741315</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004425191320478916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028766559436917305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.709092071355916</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>20.5985</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.023</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.278</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.6566</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9848</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.6184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3666.3913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1046.341</td></tr>
<tr><td colspan=3>tsnr</td><td>35.23735055542784</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>