ds005256-mriqc/sub-0116_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 25db8bca58 [DATALAD RUNCMD] Compute MRIQC for sub-0116
=== 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-0116 --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-0116",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:15:19 +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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-04/func/sub-0116_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>bc7d528d370a1eec4999f4b3df286519</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>16:56:15.780000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0959727</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>[4246, -7909, -7263, 502, -140, -385, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>08eaf966-92a1-46ba-8df3-b585f12a76e3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['165615.780000', '165616.240000', '165616.700000', '165617.160000', '165617.620000', '165618.080000', '165618.540000', '165619.000000', '165619.460000', '165619.920000', '165620.380000', '165620.840000', '165621.300000', '165621.760000', '165622.220000', '165622.680000', '165623.140000', '165623.600000', '165624.060000', '165624.520000', '165624.980000', '165625.440000', '165625.900000', '165626.360000', '165626.820000', '165627.280000', '165627.740000', '165628.200000', '165628.660000', '165629.120000', '165629.580000', '165630.040000', '165630.500000', '165630.960000', '165631.420000', '165631.880000', '165632.340000', '165632.800000', '165633.260000', '165633.720000', '165634.180000', '165634.640000', '165635.100000', '165635.560000', '165636.020000', '165636.480000', '165636.940000', '165637.400000', '165637.860000', '165638.320000', '165638.780000', '165639.240000', '165639.700000', '165640.160000', '165640.620000', '165641.080000', '165641.540000', '165642.000000', '165642.460000', '165642.920000', '165643.380000', '165643.840000', '165644.300000', '165644.760000', '165645.220000', '165645.680000', '165646.140000', '165646.600000', '165647.060000', '165647.520000', '165647.980000', '165648.440000', '165648.900000', '165649.360000', '165649.820000', '165650.280000', '165650.740000', '165651.200000', '165651.660000', '165652.120000', '165652.580000', '165653.040000', '165653.500000', '165653.960000', '165654.420000', '165654.880000', '165655.340000', '165655.800000', '165656.260000', '165656.720000', '165657.180000', '165657.640000', '165658.100000', '165658.560000', '165659.020000', '165659.480000', '165659.940000', '165700.400000', '165700.860000', '165701.320000', '165701.780000', '165702.240000', '165702.700000', '165703.160000', '165703.620000', '165704.080000', '165704.540000', '165705.000000', '165705.460000', '165705.920000', '165706.380000', '165706.840000', '165707.300000', '165707.760000', '165708.220000', '165708.680000', '165709.140000', '165709.600000', '165710.060000', '165710.520000', '165710.980000', '165711.440000', '165711.900000', '165712.360000', '165712.820000', '165713.280000', '165713.740000', '165714.200000', '165714.660000', '165715.120000', '165715.580000', '165716.040000', '165716.500000', '165716.960000', '165717.420000', '165717.880000', '165718.340000', '165718.800000', '165719.260000', '165719.720000', '165720.180000', '165720.640000', '165721.100000', '165721.560000', '165722.020000', '165722.480000', '165722.940000', '165723.400000', '165723.860000', '165724.320000', '165724.780000', '165725.240000', '165725.700000', '165726.160000', '165726.620000', '165727.080000', '165727.540000', '165728.000000', '165728.460000', '165728.920000', '165729.380000', '165729.840000', '165730.300000', '165730.760000', '165731.220000', '165731.680000', '165732.140000', '165732.600000', '165733.060000', '165733.520000', '165733.980000', '165734.440000', '165734.900000', '165735.360000', '165735.820000', '165736.280000', '165736.740000', '165737.200000', '165737.660000', '165738.120000', '165738.580000', '165739.040000', '165739.500000', '165739.960000', '165740.420000', '165740.880000', '165741.340000', '165741.800000', '165742.260000', '165742.720000', '165743.180000', '165743.640000', '165744.100000', '165744.560000', '165745.020000', '165745.480000', '165745.940000', '165746.400000', '165746.860000', '165747.320000', '165747.780000', '165748.240000', '165748.700000', '165749.160000', '165749.620000', '165750.080000', '165750.540000', '165751.000000', '165751.460000', '165751.920000', '165752.380000', '165752.840000', '165753.300000', '165753.760000', '165754.220000', '165754.680000', '165755.140000', '165755.600000', '165756.060000', '165756.520000', '165756.980000', '165757.440000', '165757.900000', '165758.360000', '165758.820000', '165759.280000', '165759.740000', '165800.200000', '165800.660000', '165801.120000', '165801.580000', '165802.040000', '165802.500000', '165802.960000', '165803.420000', '165803.880000', '165804.340000', '165804.800000', '165805.260000', '165805.720000', '165806.180000', '165806.640000', '165807.100000', '165807.560000', '165808.020000', '165808.480000', '165808.940000', '165809.400000', '165809.860000', '165810.320000', '165810.780000', '165811.240000', '165811.700000', '165812.160000', '165812.620000', '165813.080000', '165813.540000', '165814.000000', '165814.460000', '165814.920000', '165815.380000', '165815.840000', '165816.300000', '165816.760000', '165817.220000', '165817.680000', '165818.140000', '165818.600000', '165819.060000', '165819.520000', '165819.980000', '165820.440000', '165820.900000', '165821.360000', '165821.820000', '165822.280000', '165822.740000', '165823.200000', '165823.660000', '165824.120000', '165824.580000', '165825.040000', '165825.500000', '165825.960000', '165826.420000', '165826.880000', '165827.340000', '165827.800000', '165828.260000', '165828.720000', '165829.180000', '165829.640000', '165830.100000', '165830.560000', '165831.020000', '165831.480000', '165831.940000', '165832.400000', '165832.860000', '165833.320000', '165833.780000', '165834.240000', '165834.700000', '165835.160000', '165835.620000', '165836.080000', '165836.540000', '165837.000000', '165837.460000', '165837.920000', '165838.380000', '165838.840000', '165839.300000', '165839.760000', '165840.220000', '165840.680000', '165841.140000', '165841.600000', '165842.060000', '165842.520000', '165842.980000', '165843.440000', '165843.900000', '165844.360000', '165844.820000', '165845.280000', '165845.740000', '165846.200000', '165846.660000', '165847.120000', '165847.580000', '165848.040000', '165848.500000', '165848.960000', '165849.420000', '165849.880000', '165850.340000', '165850.800000', '165851.260000', '165851.720000', '165852.180000', '165852.640000', '165853.100000', '165853.560000', '165854.020000', '165854.480000', '165854.940000', '165855.400000', '165855.860000', '165856.320000', '165856.780000', '165857.240000', '165857.700000', '165858.160000', '165858.620000', '165859.080000', '165859.540000', '165900.000000', '165900.460000', '165900.920000', '165901.380000', '165901.840000', '165902.300000', '165902.760000', '165903.220000', '165903.680000', '165904.140000', '165904.600000', '165905.060000', '165905.520000', '165905.980000', '165906.440000', '165906.900000', '165907.360000', '165907.820000', '165908.280000', '165908.740000', '165909.200000', '165909.660000', '165910.120000', '165910.580000', '165911.040000', '165911.500000', '165911.960000', '165912.420000', '165912.880000', '165913.340000', '165913.800000', '165914.260000', '165914.720000', '165915.180000', '165915.640000', '165916.100000', '165916.560000', '165917.020000', '165917.480000', '165917.940000', '165918.400000', '165918.860000', '165919.320000', '165919.780000', '165920.240000', '165920.700000', '165921.160000', '165921.620000', '165922.080000', '165922.540000', '165923.000000', '165923.460000', '165923.920000', '165924.380000', '165924.840000', '165925.300000', '165925.760000', '165926.220000', '165926.680000', '165927.140000', '165927.600000', '165928.060000', '165928.520000', '165928.980000', '165929.440000', '165929.900000', '165930.360000', '165930.820000', '165931.280000', '165931.740000', '165932.200000', '165932.660000', '165933.120000', '165933.580000', '165934.040000', '165934.500000', '165934.960000', '165935.420000', '165935.880000', '165936.340000', '165936.800000', '165937.260000', '165937.720000', '165938.180000', '165938.640000', '165939.100000', '165939.560000', '165940.020000', '165940.480000', '165940.940000', '165941.400000', '165941.860000', '165942.320000', '165942.780000', '165943.240000', '165943.700000', '165944.160000', '165944.620000', '165945.080000', '165945.540000', '165946.000000', '165946.460000', '165946.920000', '165947.380000', '165947.840000', '165948.300000', '165948.760000', '165949.220000', '165949.680000', '165950.140000', '165950.600000', '165951.060000', '165951.520000', '165951.980000', '165952.440000', '165952.900000', '165953.360000', '165953.820000', '165954.280000', '165954.740000', '165955.200000', '165955.660000', '165956.120000', '165956.580000', '165957.040000', '165957.500000', '165957.960000', '165958.420000', '165958.880000', '165959.340000', '165959.800000', '170000.260000', '170000.720000', '170001.180000', '170001.640000', '170002.100000', '170002.560000', '170003.020000', '170003.480000', '170003.940000', '170004.400000', '170004.860000', '170005.320000', '170005.780000', '170006.240000', '170006.700000', '170007.160000', '170007.620000', '170008.080000', '170008.540000', '170009.000000', '170009.460000', '170009.920000', '170010.380000', '170010.840000', '170011.300000', '170011.760000', '170012.220000', '170012.680000', '170013.140000', '170013.600000', '170014.060000', '170014.520000', '170014.980000', '170015.440000', '170015.900000', '170016.360000', '170016.820000', '170017.280000', '170017.740000', '170018.200000', '170018.660000', '170019.120000', '170019.580000', '170020.040000', '170020.500000', '170020.960000', '170021.420000', '170021.880000', '170022.340000', '170022.800000', '170023.260000', '170023.720000', '170024.180000', '170024.640000', '170025.100000', '170025.560000', '170026.020000', '170026.480000', '170026.940000', '170027.400000', '170027.860000', '170028.320000', '170028.780000', '170029.240000', '170029.700000', '170030.160000', '170030.620000', '170031.080000', '170031.540000', '170032.000000', '170032.460000', '170032.920000', '170033.380000', '170033.840000', '170034.300000', '170034.760000', '170035.220000', '170035.680000', '170036.140000', '170036.600000', '170037.060000', '170037.520000', '170037.980000', '170038.440000', '170038.900000', '170039.360000', '170039.820000', '170040.280000', '170040.740000', '170041.200000', '170041.660000', '170042.120000', '170042.580000', '170043.040000', '170043.500000', '170043.960000', '170044.420000', '170044.880000', '170045.340000', '170045.800000', '170046.260000', '170046.720000', '170047.180000', '170047.640000', '170048.100000', '170048.560000', '170049.020000', '170049.480000', '170049.940000', '170050.400000', '170050.860000', '170051.320000', '170051.780000', '170052.240000', '170052.700000', '170053.160000', '170053.620000', '170054.080000', '170054.540000', '170055.000000', '170055.460000', '170055.920000', '170056.380000', '170056.840000', '170057.300000', '170057.760000', '170058.220000', '170058.680000', '170059.140000', '170059.600000', '170100.060000', '170100.520000', '170100.980000', '170101.440000', '170101.900000', '170102.360000', '170102.820000', '170103.280000', '170103.740000', '170104.200000', '170104.660000', '170105.120000', '170105.580000', '170106.040000', '170106.500000', '170106.960000', '170107.420000', '170107.880000', '170108.340000', '170108.800000', '170109.260000', '170109.720000', '170110.180000', '170110.640000', '170111.100000', '170111.560000', '170112.020000', '170112.480000', '170112.940000', '170113.400000', '170113.860000', '170114.320000', '170114.780000', '170115.240000', '170115.700000', '170116.160000', '170116.620000', '170117.080000', '170117.540000', '170118.000000', '170118.460000', '170118.920000', '170119.380000', '170119.840000', '170120.300000', '170120.760000', '170121.220000', '170121.680000', '170122.140000', '170122.600000', '170123.060000', '170123.520000', '170123.980000', '170124.440000', '170124.900000', '170125.360000', '170125.820000', '170126.280000', '170126.740000', '170127.200000', '170127.660000', '170128.120000', '170128.580000', '170129.040000', '170129.500000', '170129.960000', '170130.420000', '170130.880000', '170131.340000', '170131.800000', '170132.260000', '170132.720000', '170133.180000', '170133.640000', '170134.100000', '170134.560000', '170135.020000', '170135.480000', '170135.940000', '170136.400000', '170136.860000', '170137.320000', '170137.780000', '170138.240000', '170138.700000', '170139.160000', '170139.620000', '170140.080000', '170140.540000', '170141.000000', '170141.460000', '170141.920000', '170142.380000', '170142.840000', '170143.300000', '170143.760000', '170144.220000', '170144.680000', '170145.140000', '170145.600000', '170146.060000', '170146.520000', '170146.980000', '170147.440000', '170147.900000', '170148.360000', '170148.820000', '170149.280000', '170149.740000', '170150.200000', '170150.660000', '170151.120000', '170151.580000', '170152.040000', '170152.500000', '170152.960000', '170153.420000', '170153.880000', '170154.340000', '170154.800000', '170155.260000', '170155.720000', '170156.180000', '170156.640000', '170157.100000', '170157.560000', '170158.020000', '170158.480000', '170158.940000', '170159.400000', '170159.860000', '170200.320000', '170200.780000', '170201.240000', '170201.700000', '170202.160000', '170202.620000', '170203.080000', '170203.540000', '170204.000000', '170204.460000', '170204.920000', '170205.380000', '170205.840000', '170206.300000', '170206.760000', '170207.220000', '170207.680000', '170208.140000', '170208.600000', '170209.060000', '170209.520000', '170209.980000', '170210.440000', '170210.900000', '170211.360000', '170211.820000', '170212.280000', '170212.740000', '170213.200000', '170213.660000', '170214.120000', '170214.580000', '170215.040000', '170215.500000', '170215.960000', '170216.420000', '170216.880000', '170217.340000', '170217.800000', '170218.260000', '170218.720000', '170219.180000', '170219.640000', '170220.100000', '170220.560000', '170221.020000', '170221.480000', '170221.940000', '170222.400000', '170222.860000', '170223.320000', '170223.780000', '170224.240000', '170224.700000', '170225.160000', '170225.620000', '170226.080000', '170226.540000', '170227.000000', '170227.460000', '170227.920000', '170228.380000', '170228.840000', '170229.300000', '170229.760000', '170230.220000', '170230.680000', '170231.140000', '170231.600000', '170232.060000', '170232.520000', '170232.980000', '170233.440000', '170233.900000', '170234.360000', '170234.820000', '170235.280000', '170235.740000', '170236.200000', '170236.660000', '170237.120000', '170237.580000', '170238.040000', '170238.500000', '170238.960000', '170239.420000', '170239.880000', '170240.340000', '170240.800000', '170241.260000', '170241.720000', '170242.180000', '170242.640000', '170243.100000', '170243.560000', '170244.020000', '170244.480000', '170244.940000', '170245.400000', '170245.860000', '170246.320000', '170246.780000', '170247.240000', '170247.700000', '170248.160000', '170248.620000', '170249.080000', '170249.540000', '170250.000000', '170250.460000', '170250.920000', '170251.380000', '170251.840000', '170252.300000', '170252.760000', '170253.220000', '170253.680000', '170254.140000', '170254.600000', '170255.060000', '170255.520000', '170255.980000', '170256.440000', '170256.900000', '170257.360000', '170257.820000', '170258.280000', '170258.740000', '170259.200000', '170259.660000', '170300.120000', '170300.580000', '170301.040000', '170301.500000', '170301.960000', '170302.420000', '170302.880000', '170303.340000', '170303.800000', '170304.260000', '170304.720000', '170305.180000', '170305.640000', '170306.100000', '170306.560000', '170307.020000', '170307.480000', '170307.940000', '170308.400000', '170308.860000', '170309.320000', '170309.780000', '170310.240000', '170310.700000', '170311.160000', '170311.620000', '170312.080000', '170312.540000', '170313.000000', '170313.460000', '170313.920000', '170314.380000', '170314.840000', '170315.300000', '170315.760000', '170316.220000', '170316.680000', '170317.140000', '170317.600000', '170318.060000', '170318.520000', '170318.980000', '170319.440000', '170319.900000', '170320.360000', '170320.820000', '170321.280000', '170321.740000', '170322.200000', '170322.660000', '170323.120000', '170323.580000', '170324.040000', '170324.500000', '170324.960000', '170325.420000', '170325.880000', '170326.340000', '170326.800000', '170327.260000', '170327.720000', '170328.180000', '170328.640000', '170329.100000', '170329.560000', '170330.020000', '170330.480000', '170330.940000', '170331.400000', '170331.860000', '170332.320000', '170332.780000', '170333.240000', '170333.700000', '170334.160000', '170334.620000', '170335.080000', '170335.540000', '170336.000000', '170336.460000', '170336.920000', '170337.380000', '170337.840000', '170338.300000', '170338.760000', '170339.220000', '170339.680000', '170340.140000', '170340.600000', '170341.060000', '170341.520000', '170341.980000', '170342.440000', '170342.900000', '170343.360000', '170343.820000', '170344.280000', '170344.740000', '170345.200000', '170345.660000', '170346.120000', '170346.580000', '170347.040000', '170347.500000', '170347.960000', '170348.420000', '170348.880000', '170349.340000', '170349.800000', '170350.260000', '170350.720000', '170351.180000', '170351.640000', '170352.100000', '170352.560000', '170353.020000', '170353.480000', '170353.940000', '170354.400000', '170354.860000', '170355.320000', '170355.780000', '170356.240000', '170356.700000', '170357.160000', '170357.620000', '170358.080000', '170358.540000', '170359.000000', '170359.460000', '170359.920000', '170400.380000', '170400.840000', '170401.300000', '170401.760000', '170402.220000', '170402.680000', '170403.140000', '170403.600000', '170404.060000', '170404.520000', '170404.980000', '170405.440000', '170405.900000', '170406.360000', '170406.820000', '170407.280000', '170407.740000', '170408.200000', '170408.660000', '170409.120000', '170409.580000', '170410.040000', '170410.500000', '170410.960000', '170411.420000', '170411.880000', '170412.340000', '170412.800000', '170413.260000', '170413.720000', '170414.180000', '170414.640000', '170415.100000', '170415.560000', '170416.020000', '170416.480000', '170416.940000', '170417.400000', '170417.860000', '170418.320000', '170418.780000', '170419.240000', '170419.700000', '170420.160000', '170420.620000', '170421.080000', '170421.540000', '170422.000000', '170422.460000', '170422.920000', '170423.380000', '170423.840000', '170424.300000', '170424.760000', '170425.220000', '170425.680000', '170426.140000', '170426.600000', '170427.060000', '170427.520000', '170427.980000', '170428.440000', '170428.900000', '170429.360000', '170429.820000', '170430.280000', '170430.740000', '170431.200000', '170431.660000', '170432.120000', '170432.580000', '170433.040000', '170433.500000', '170433.960000', '170434.420000', '170434.880000', '170435.340000', '170435.800000', '170436.260000', '170436.720000', '170437.180000', '170437.640000', '170438.100000', '170438.560000', '170439.020000', '170439.480000', '170439.940000', '170440.400000', '170440.860000', '170441.320000', '170441.780000', '170442.240000', '170442.700000', '170443.160000', '170443.620000', '170444.080000', '170444.540000', '170445.000000', '170445.460000', '170445.920000', '170446.380000', '170446.840000', '170447.300000', '170447.760000', '170448.220000', '170448.680000', '170449.140000', '170449.600000', '170450.060000', '170450.520000', '170450.980000', '170451.440000', '170451.900000', '170452.360000', '170452.820000', '170453.280000', '170453.740000', '170454.200000', '170454.660000', '170455.120000', '170455.580000', '170456.040000', '170456.500000', '170456.960000', '170457.420000', '170457.880000', '170458.340000', '170458.800000', '170459.260000', '170459.720000', '170500.180000', '170500.640000', '170501.100000', '170501.560000', '170502.020000', '170502.480000', '170502.940000', '170503.400000', '170503.860000', '170504.320000', '170504.780000', '170505.240000', '170505.700000', '170506.160000', '170506.620000', '170507.080000', '170507.540000', '170508.000000', '170508.460000', '170508.920000', '170509.380000', '170509.840000', '170510.300000', '170510.760000', '170511.220000', '170511.680000', '170512.140000', '170512.600000', '170513.060000', '170513.520000', '170513.980000', '170514.440000', '170514.900000', '170515.360000', '170515.820000', '170516.280000', '170516.740000', '170517.200000', '170517.660000', '170518.120000', '170518.580000', '170519.040000', '170519.500000', '170519.960000', '170520.420000', '170520.880000', '170521.340000', '170521.800000', '170522.260000', '170522.720000', '170523.180000', '170523.640000', '170524.100000', '170524.560000', '170525.020000', '170525.480000', '170525.940000', '170526.400000', '170526.860000', '170527.320000', '170527.780000', '170528.240000', '170528.700000', '170529.160000', '170529.620000', '170530.080000', '170530.540000', '170531.000000', '170531.460000', '170531.920000', '170532.380000', '170532.840000', '170533.300000', '170533.760000', '170534.220000', '170534.680000', '170535.140000', '170535.600000', '170536.060000', '170536.520000', '170536.980000', '170537.440000', '170537.900000', '170538.360000', '170538.820000', '170539.280000', '170539.740000', '170540.200000', '170540.660000', '170541.120000', '170541.580000', '170542.040000', '170542.500000', '170542.960000', '170543.420000', '170543.880000', '170544.340000', '170544.800000', '170545.260000', '170545.720000', '170546.180000', '170546.640000', '170547.100000', '170547.560000', '170548.020000', '170548.480000', '170548.940000', '170549.400000', '170549.860000', '170550.320000', '170550.780000', '170551.240000', '170551.700000', '170552.160000', '170552.620000', '170553.080000', '170553.540000', '170554.000000', '170554.460000', '170554.920000', '170555.380000', '170555.840000', '170556.300000', '170556.760000', '170557.220000', '170557.680000', '170558.140000', '170558.600000', '170559.060000', '170559.520000', '170559.980000', '170600.440000', '170600.900000', '170601.360000', '170601.820000', '170602.280000', '170602.740000', '170603.200000', '170603.660000', '170604.120000', '170604.580000', '170605.040000', '170605.500000', '170605.960000', '170606.420000', '170606.880000', '170607.340000', '170607.800000', '170608.260000', '170608.720000', '170609.180000', '170609.640000', '170610.100000', '170610.560000', '170611.020000', '170611.480000', '170611.940000', '170612.400000', '170612.860000', '170613.320000', '170613.780000', '170614.240000', '170614.700000', '170615.160000', '170615.620000', '170616.080000', '170616.540000', '170617.000000', '170617.460000', '170617.920000', '170618.380000', '170618.840000', '170619.300000', '170619.760000', '170620.220000', '170620.680000', '170621.140000', '170621.600000', '170622.060000', '170622.520000', '170622.980000', '170623.440000'], 'ContentTime': ['165627.853000', '165627.856000', '165627.859000', '165627.862000', '165627.864000', '165627.867000', '165627.870000', '165627.872000', '165627.875000', '165627.877000', '165627.880000', '165627.886000', '165627.889000', '165627.892000', '165627.894000', '165627.897000', '165627.900000', '165627.902000', '165627.916000', '165627.919000', '165627.921000', '165627.924000', '165627.927000', '165647.817000', '165647.819000', '165647.822000', '165647.825000', '165647.827000', '165647.830000', '165647.832000', '165647.835000', '165647.837000', '165647.840000', '165647.843000', '165647.845000', '165647.848000', '165647.850000', '165647.853000', '165647.855000', '165647.858000', '165647.861000', '165647.863000', '165647.866000', '165647.868000', '165647.871000', '165647.873000', '165647.876000', '165647.878000', '165647.881000', '165647.883000', '165647.886000', '165647.889000', '165647.891000', '165647.894000', '165647.896000', '165647.899000', '165647.901000', '165647.904000', '165647.906000', '165647.909000', '165647.912000', '165647.914000', '165647.917000', '165647.919000', '165647.922000', '165647.925000', '165647.927000', '165707.817000', '165707.820000', '165707.823000', '165707.825000', '165707.828000', '165707.831000', '165707.833000', '165707.836000', '165707.838000', '165707.841000', '165707.843000', '165707.846000', '165707.848000', '165707.851000', '165707.854000', '165707.856000', '165707.859000', '165707.861000', '165707.864000', '165707.866000', '165707.869000', '165707.872000', '165707.874000', '165707.877000', '165707.879000', '165707.882000', '165707.884000', '165707.887000', '165707.889000', '165707.892000', '165707.894000', '165707.897000', '165707.900000', '165707.902000', '165707.905000', '165707.907000', '165707.910000', '165707.912000', '165707.915000', '165707.918000', '165707.920000', '165707.923000', '165707.925000', '165727.817000', '165727.820000', '165727.823000', '165727.825000', '165727.828000', '165727.830000', '165727.833000', '165727.836000', '165727.838000', '165727.841000', '165727.843000', '165727.846000', '165727.849000', '165727.851000', '165727.854000', '165727.856000', '165727.859000', '165727.862000', '165727.864000', '165727.867000', '165727.869000', '165727.872000', '165727.874000', '165727.877000', '165727.880000', '165727.882000', '165727.885000', '165727.887000', '165727.890000', '165727.892000', '165727.906000', '165727.909000', '165727.911000', '165727.914000', '165727.916000', '165727.919000', '165727.921000', '165727.924000', '165727.927000', '165727.929000', '165727.932000', '165727.934000', '165727.937000', '165727.939000', '165747.817000', '165747.820000', '165747.823000', '165747.825000', '165747.828000', '165747.831000', '165747.833000', '165747.836000', '165747.838000', '165747.841000', '165747.843000', '165747.846000', '165747.849000', '165747.851000', '165747.854000', '165747.857000', '165747.859000', '165747.862000', '165747.864000', '165747.867000', '165747.869000', '165747.872000', '165747.874000', '165747.877000', '165747.880000', '165747.882000', '165747.885000', '165747.887000', '165747.890000', '165747.892000', '165747.895000', '165747.898000', '165747.900000', '165747.903000', '165747.906000', '165747.908000', '165747.911000', '165747.913000', '165747.916000', '165747.918000', '165747.921000', '165747.924000', '165747.926000', '165807.818000', '165807.820000', '165807.823000', '165807.826000', '165807.828000', '165807.831000', '165807.833000', '165807.836000', '165807.838000', '165807.841000', '165807.844000', '165807.846000', '165807.849000', '165807.851000', '165807.854000', '165807.856000', '165807.859000', '165807.862000', '165807.864000', '165807.867000', '165807.869000', '165807.872000', '165807.874000', '165807.877000', '165807.880000', '165807.882000', '165807.885000', '165807.887000', '165807.890000', '165807.893000', '165807.895000', '165807.898000', '165807.900000', '165807.903000', '165807.906000', '165807.908000', '165807.911000', '165807.913000', '165807.916000', '165807.918000', '165807.921000', '165807.924000', '165807.926000', '165807.929000', '165827.817000', '165827.820000', '165827.823000', '165827.826000', '165827.828000', '165827.861000', '165827.863000', '165827.866000', '165827.869000', '165827.872000', '165827.875000', '165827.878000', '165827.881000', '165827.883000', '165827.886000', '165827.888000', '165827.891000', '165827.893000', '165827.896000', '165827.899000', '165827.901000', '165827.904000', '165827.906000', '165827.909000', '165827.912000', '165827.914000', '165827.917000', '165827.919000', '165827.922000', '165827.924000', '165827.927000', '165827.930000', '165827.932000', '165827.935000', '165827.937000', '165827.940000', '165827.943000', '165827.945000', '165827.948000', '165827.950000', '165827.953000', '165827.956000', '165827.958000', '165847.818000', '165847.820000', '165847.823000', '165847.826000', '165847.828000', '165847.831000', '165847.833000', '165847.836000', '165847.838000', '165847.841000', '165847.844000', '165847.846000', '165847.849000', '165847.852000', '165847.854000', '165847.857000', '165847.859000', '165847.862000', '165847.865000', '165847.867000', '165847.870000', '165847.872000', '165847.875000', '165847.878000', '165847.880000', '165847.883000', '165847.886000', '165847.888000', '165847.891000', '165847.893000', '165847.896000', '165847.898000', '165847.901000', '165847.904000', '165847.906000', '165847.909000', '165847.911000', '165847.914000', '165847.916000', '165847.919000', '165847.922000', '165847.924000', '165847.927000', '165847.929000', '165907.816000', '165907.819000', '165907.822000', '165907.824000', '165907.827000', '165907.829000', '165907.832000', '165907.835000', '165907.837000', '165907.840000', '165907.842000', '165907.845000', '165907.848000', '165907.850000', '165907.853000', '165907.855000', '165907.858000', '165907.860000', '165907.863000', '165907.866000', '165907.868000', '165907.871000', '165907.873000', '165907.876000', '165907.879000', '165907.891000', '165907.894000', '165907.896000', '165907.899000', '165907.901000', '165907.904000', '165907.907000', '165907.909000', '165907.912000', '165907.914000', '165907.917000', '165907.919000', '165907.922000', '165907.925000', '165907.927000', '165907.930000', '165907.933000', '165907.936000', '165927.817000', '165927.820000', '165927.823000', '165927.825000', '165927.828000', '165927.830000', '165927.833000', '165927.836000', '165927.838000', '165927.841000', '165927.843000', '165927.846000', '165927.848000', '165927.851000', '165927.854000', '165927.856000', '165927.859000', '165927.861000', '165927.864000', '165927.867000', '165927.869000', '165927.872000', '165927.874000', '165927.877000', '165927.880000', '165927.882000', '165927.885000', '165927.887000', '165927.890000', '165927.893000', '165927.895000', '165927.898000', '165927.900000', '165927.903000', '165927.905000', '165927.908000', '165927.911000', '165927.913000', '165927.916000', '165927.918000', '165927.921000', '165927.923000', '165927.926000', '165927.929000', '165947.818000', '165947.821000', '165947.823000', '165947.826000', '165947.828000', '165947.831000', '165947.834000', '165947.836000', '165947.839000', '165947.842000', '165947.844000', '165947.847000', '165947.849000', '165947.852000', '165947.854000', '165947.857000', '165947.860000', '165947.862000', '165947.865000', '165947.868000', '165947.870000', '165947.873000', '165947.875000', '165947.878000', '165947.881000', '165947.883000', '165947.886000', '165947.888000', '165947.891000', '165947.893000', '165947.896000', '165947.899000', '165947.901000', '165947.904000', '165947.906000', '165947.909000', '165947.912000', '165947.914000', '165947.917000', '165947.919000', '165947.922000', '165947.925000', '165947.927000', '170007.817000', '170007.820000', '170007.823000', '170007.825000', '170007.828000', '170007.831000', '170007.833000', '170007.836000', '170007.838000', '170007.841000', '170007.844000', '170007.846000', '170007.849000', '170007.851000', '170007.854000', '170007.857000', '170007.860000', '170007.863000', '170007.866000', '170007.869000', '170007.871000', '170007.874000', '170007.877000', '170007.879000', '170007.882000', '170007.885000', '170007.887000', '170007.890000', '170007.892000', '170007.895000', '170007.897000', '170007.900000', '170007.903000', '170007.905000', '170007.908000', '170007.910000', '170007.913000', '170007.915000', '170007.918000', '170007.921000', '170007.923000', '170007.926000', '170007.928000', '170027.817000', '170027.820000', '170027.823000', '170027.825000', '170027.828000', '170027.831000', '170027.833000', '170027.836000', '170027.838000', '170027.841000', '170027.844000', '170027.846000', '170027.849000', '170027.852000', '170027.854000', '170027.857000', '170027.859000', '170027.862000', '170027.865000', '170027.867000', '170027.870000', '170027.872000', '170027.875000', '170027.878000', '170027.880000', '170027.883000', '170027.886000', '170027.888000', '170027.891000', '170027.893000', '170027.896000', '170027.898000', '170027.901000', '170027.904000', '170027.906000', '170027.909000', '170027.911000', '170027.914000', '170027.916000', '170027.919000', '170027.922000', '170027.924000', '170027.927000', '170027.929000', '170047.818000', '170047.820000', '170047.823000', '170047.826000', '170047.828000', '170047.831000', '170047.833000', '170047.843000', '170047.846000', '170047.849000', '170047.851000', '170047.854000', '170047.856000', '170047.859000', '170047.862000', '170047.864000', '170047.867000', '170047.869000', '170047.872000', '170047.875000', '170047.877000', '170047.880000', '170047.882000', '170047.885000', '170047.888000', '170047.890000', '170047.893000', '170047.895000', '170047.898000', '170047.901000', '170047.903000', '170047.906000', '170047.908000', '170047.911000', '170047.913000', '170047.916000', '170047.919000', '170047.921000', '170047.924000', '170047.926000', '170047.929000', '170047.932000', '170047.934000', '170047.937000', '170107.818000', '170107.820000', '170107.823000', '170107.826000', '170107.828000', '170107.831000', '170107.833000', '170107.836000', '170107.839000', '170107.841000', '170107.844000', '170107.846000', '170107.849000', '170107.852000', '170107.854000', '170107.857000', '170107.859000', '170107.862000', '170107.865000', '170107.867000', '170107.870000', '170107.872000', '170107.875000', '170107.877000', '170107.880000', '170107.883000', '170107.885000', '170107.888000', '170107.891000', '170107.893000', '170107.896000', '170107.898000', '170107.901000', '170107.903000', '170107.906000', '170107.909000', '170107.911000', '170107.914000', '170107.916000', '170107.919000', '170107.922000', '170107.924000', '170107.927000', '170127.816000', '170127.819000', '170127.822000', '170127.825000', '170127.828000', '170127.831000', '170127.839000', '170127.841000', '170127.844000', '170127.846000', '170127.849000', '170127.851000', '170127.854000', '170127.857000', '170127.859000', '170127.862000', '170127.864000', '170127.867000', '170127.869000', '170127.872000', '170127.875000', '170127.877000', '170127.880000', '170127.883000', '170127.885000', '170127.888000', '170127.890000', '170127.893000', '170127.896000', '170127.898000', '170127.901000', '170127.904000', '170127.906000', '170127.909000', '170127.911000', '170127.914000', '170127.917000', '170127.919000', '170127.922000', '170127.924000', '170127.927000', '170127.930000', '170127.932000', '170127.935000', '170147.817000', '170147.820000', '170147.823000', '170147.825000', '170147.828000', '170147.831000', '170147.833000', '170147.836000', '170147.839000', '170147.841000', '170147.844000', '170147.847000', '170147.849000', '170147.852000', '170147.854000', '170147.857000', '170147.860000', '170147.862000', '170147.865000', '170147.868000', '170147.870000', '170147.873000', '170147.875000', '170147.878000', '170147.881000', '170147.883000', '170147.886000', '170147.888000', '170147.891000', '170147.894000', '170147.896000', '170147.899000', '170147.901000', '170147.904000', '170147.907000', '170147.909000', '170147.912000', '170147.915000', '170147.917000', '170147.920000', '170147.922000', '170147.925000', '170147.927000', '170207.818000', '170207.820000', '170207.823000', '170207.825000', '170207.828000', '170207.831000', '170207.833000', '170207.836000', '170207.839000', '170207.841000', '170207.844000', '170207.846000', '170207.849000', '170207.851000', '170207.854000', '170207.857000', '170207.859000', '170207.862000', '170207.870000', '170207.873000', '170207.875000', '170207.878000', '170207.881000', '170207.883000', '170207.886000', '170207.889000', '170207.891000', '170207.894000', '170207.896000', '170207.899000', '170207.901000', '170207.904000', '170207.907000', '170207.909000', '170207.912000', '170207.914000', '170207.917000', '170207.920000', '170207.922000', '170207.925000', '170207.928000', '170207.930000', '170207.933000', '170207.935000', '170227.818000', '170227.820000', '170227.823000', '170227.826000', '170227.828000', '170227.831000', '170227.833000', '170227.836000', '170227.839000', '170227.841000', '170227.844000', '170227.846000', '170227.849000', '170227.851000', '170227.855000', '170227.858000', '170227.861000', '170227.863000', '170227.866000', '170227.869000', '170227.871000', '170227.874000', '170227.876000', '170227.879000', '170227.882000', '170227.884000', '170227.887000', '170227.889000', '170227.892000', '170227.894000', '170227.897000', '170227.900000', '170227.902000', '170227.905000', '170227.907000', '170227.910000', '170227.913000', '170227.915000', '170227.918000', '170227.920000', '170227.923000', '170227.931000', '170227.934000', '170247.817000', '170247.820000', '170247.823000', '170247.825000', '170247.828000', '170247.830000', '170247.833000', '170247.836000', '170247.838000', '170247.841000', '170247.843000', '170247.846000', '170247.849000', '170247.851000', '170247.854000', '170247.856000', '170247.859000', '170247.862000', '170247.864000', '170247.867000', '170247.870000', '170247.873000', '170247.876000', '170247.878000', '170247.881000', '170247.883000', '170247.886000', '170247.889000', '170247.891000', '170247.894000', '170247.896000', '170247.899000', '170247.902000', '170247.904000', '170247.907000', '170247.909000', '170247.912000', '170247.915000', '170247.917000', '170247.920000', '170247.923000', '170247.932000', '170247.935000', '170247.937000', '170307.818000', '170307.821000', '170307.823000', '170307.826000', '170307.828000', '170307.831000', '170307.834000', '170307.836000', '170307.839000', '170307.841000', '170307.844000', '170307.846000', '170307.849000', '170307.852000', '170307.854000', '170307.857000', '170307.859000', '170307.862000', '170307.865000', '170307.867000', '170307.870000', '170307.872000', '170307.875000', '170307.878000', '170307.880000', '170307.883000', '170307.885000', '170307.888000', '170307.891000', '170307.893000', '170307.896000', '170307.898000', '170307.901000', '170307.904000', '170307.906000', '170307.909000', '170307.919000', '170307.921000', '170307.924000', '170307.927000', '170307.929000', '170307.932000', '170307.935000', '170327.818000', '170327.821000', '170327.823000', '170327.826000', '170327.828000', '170327.831000', '170327.834000', '170327.836000', '170327.839000', '170327.841000', '170327.844000', '170327.847000', '170327.849000', '170327.852000', '170327.854000', '170327.857000', '170327.860000', '170327.862000', '170327.865000', '170327.867000', '170327.870000', '170327.873000', '170327.875000', '170327.878000', '170327.880000', '170327.883000', '170327.886000', '170327.888000', '170327.891000', '170327.902000', '170327.905000', '170327.907000', '170327.910000', '170327.913000', '170327.915000', '170327.918000', '170327.920000', '170327.923000', '170327.926000', '170327.928000', '170327.931000', '170327.933000', '170327.936000', '170347.817000', '170347.819000', '170347.822000', '170347.825000', '170347.827000', '170347.830000', '170347.832000', '170347.835000', '170347.837000', '170347.840000', '170347.843000', '170347.845000', '170347.848000', '170347.850000', '170347.853000', '170347.856000', '170347.858000', '170347.861000', '170347.863000', '170347.866000', '170347.869000', '170347.871000', '170347.874000', '170347.876000', '170347.879000', '170347.881000', '170347.893000', '170347.896000', '170347.899000', '170347.901000', '170347.904000', '170347.906000', '170347.909000', '170347.912000', '170347.914000', '170347.917000', '170347.919000', '170347.922000', '170347.925000', '170347.927000', '170347.930000', '170347.932000', '170347.935000', '170347.938000', '170407.818000', '170407.820000', '170407.823000', '170407.826000', '170407.828000', '170407.831000', '170407.834000', '170407.836000', '170407.839000', '170407.842000', '170407.844000', '170407.847000', '170407.850000', '170407.852000', '170407.855000', '170407.858000', '170407.860000', '170407.863000', '170407.865000', '170407.868000', '170407.871000', '170407.873000', '170407.876000', '170407.878000', '170407.881000', '170407.884000', '170407.886000', '170407.889000', '170407.891000', '170407.894000', '170407.897000', '170407.899000', '170407.902000', '170407.905000', '170407.908000', '170407.911000', '170407.914000', '170407.916000', '170407.919000', '170407.921000', '170407.924000', '170407.927000', '170407.929000', '170427.818000', '170427.820000', '170427.823000', '170427.826000', '170427.828000', '170427.831000', '170427.833000', '170427.836000', '170427.838000', '170427.841000', '170427.844000', '170427.846000', '170427.849000', '170427.851000', '170427.854000', '170427.856000', '170427.859000', '170427.862000', '170427.864000', '170427.867000', '170427.869000', '170427.872000', '170427.875000', '170427.877000', '170427.880000', '170427.883000', '170427.885000', '170427.888000', '170427.891000', '170427.893000', '170427.896000', '170427.899000', '170427.901000', '170427.904000', '170427.906000', '170427.909000', '170427.912000', '170427.914000', '170427.917000', '170427.920000', '170427.922000', '170427.925000', '170427.927000', '170427.930000', '170447.817000', '170447.820000', '170447.823000', '170447.826000', '170447.828000', '170447.831000', '170447.833000', '170447.836000', '170447.839000', '170447.841000', '170447.844000', '170447.846000', '170447.849000', '170447.852000', '170447.854000', '170447.857000', '170447.859000', '170447.862000', '170447.865000', '170447.867000', '170447.870000', '170447.872000', '170447.875000', '170447.877000', '170447.881000', '170447.895000', '170447.898000', '170447.900000', '170447.903000', '170447.905000', '170447.908000', '170447.911000', '170447.913000', '170447.916000', '170447.919000', '170447.921000', '170447.924000', '170447.926000', '170447.929000', '170447.932000', '170447.934000', '170447.937000', '170447.939000', '170507.817000', '170507.820000', '170507.823000', '170507.826000', '170507.828000', '170507.831000', '170507.833000', '170507.836000', '170507.839000', '170507.841000', '170507.844000', '170507.847000', '170507.850000', '170507.852000', '170507.855000', '170507.858000', '170507.860000', '170507.863000', '170507.865000', '170507.868000', '170507.871000', '170507.873000', '170507.876000', '170507.879000', '170507.881000', '170507.884000', '170507.886000', '170507.889000', '170507.892000', '170507.894000', '170507.897000', '170507.899000', '170507.902000', '170507.904000', '170507.907000', '170507.910000', '170507.912000', '170507.915000', '170507.917000', '170507.920000', '170507.923000', '170507.925000', '170507.928000', '170507.930000', '170527.818000', '170527.821000', '170527.823000', '170527.826000', '170527.829000', '170527.831000', '170527.834000', '170527.836000', '170527.839000', '170527.842000', '170527.844000', '170527.847000', '170527.850000', '170527.852000', '170527.855000', '170527.857000', '170527.860000', '170527.862000', '170527.865000', '170527.868000', '170527.870000', '170527.873000', '170527.875000', '170527.878000', '170527.881000', '170527.883000', '170527.886000', '170527.888000', '170527.891000', '170527.894000', '170527.896000', '170527.899000', '170527.901000', '170527.904000', '170527.906000', '170527.909000', '170527.912000', '170527.914000', '170527.917000', '170527.920000', '170527.922000', '170527.925000', '170527.928000', '170547.818000', '170547.820000', '170547.823000', '170547.826000', '170547.828000', '170547.831000', '170547.833000', '170547.836000', '170547.839000', '170547.841000', '170547.844000', '170547.846000', '170547.849000', '170547.852000', '170547.854000', '170547.857000', '170547.859000', '170547.862000', '170547.865000', '170547.867000', '170547.870000', '170547.872000', '170547.875000', '170547.877000', '170547.880000', '170547.883000', '170547.885000', '170547.888000', '170547.890000', '170547.893000', '170547.896000', '170547.898000', '170547.901000', '170547.903000', '170547.906000', '170547.909000', '170547.911000', '170547.915000', '170547.917000', '170547.920000', '170547.923000', '170547.925000', '170547.928000', '170547.930000', '170607.817000', '170607.819000', '170607.822000', '170607.825000', '170607.827000', '170607.830000', '170607.833000', '170607.835000', '170607.838000', '170607.840000', '170607.844000', '170607.847000', '170607.849000', '170607.852000', '170607.854000', '170607.857000', '170607.860000', '170607.862000', '170607.865000', '170607.867000', '170607.870000', '170607.873000', '170607.888000', '170607.890000', '170607.893000', '170607.896000', '170607.898000', '170607.901000', '170607.903000', '170607.906000', '170607.908000', '170607.911000', '170607.914000', '170607.916000', '170607.919000', '170607.921000', '170607.924000', '170607.927000', '170607.929000', '170607.932000', '170607.934000', '170607.937000', '170607.940000', '170624.958000', '170624.961000', '170624.963000', '170624.966000', '170624.968000', '170624.971000', '170624.973000', '170624.976000', '170624.979000', '170624.981000', '170624.984000', '170624.987000', '170624.989000', '170624.992000', '170624.994000', '170624.997000', '170625.001000', '170625.003000', '170625.006000', '170625.008000', '170625.011000', '170625.014000', '170625.016000', '170625.019000', '170625.021000', '170625.024000', '170625.027000', '170625.029000', '170625.032000', '170625.035000', '170625.037000', '170625.040000', '170625.042000', '170625.045000', '170625.048000', '170625.050000', '170625.053000', '170625.056000'], 'InstanceCreationTime': ['165627.853000', '165627.856000', '165627.859000', '165627.862000', '165627.864000', '165627.867000', '165627.870000', '165627.872000', '165627.875000', '165627.877000', '165627.880000', '165627.886000', '165627.889000', '165627.892000', '165627.894000', '165627.897000', '165627.900000', '165627.902000', '165627.916000', '165627.919000', '165627.921000', '165627.924000', '165627.927000', '165647.817000', '165647.819000', '165647.822000', '165647.825000', '165647.827000', '165647.830000', '165647.832000', '165647.835000', '165647.837000', '165647.840000', '165647.843000', '165647.845000', '165647.848000', '165647.850000', '165647.853000', '165647.855000', '165647.858000', '165647.861000', '165647.863000', '165647.866000', '165647.868000', '165647.871000', '165647.873000', '165647.876000', '165647.878000', '165647.881000', '165647.883000', '165647.886000', '165647.889000', '165647.891000', '165647.894000', '165647.896000', '165647.899000', '165647.901000', '165647.904000', '165647.906000', '165647.909000', '165647.912000', '165647.914000', '165647.917000', '165647.919000', '165647.922000', '165647.925000', '165647.927000', '165707.817000', '165707.820000', '165707.823000', '165707.825000', '165707.828000', '165707.831000', '165707.833000', '165707.836000', '165707.838000', '165707.841000', '165707.843000', '165707.846000', '165707.848000', '165707.851000', '165707.854000', '165707.856000', '165707.859000', '165707.861000', '165707.864000', '165707.866000', '165707.869000', '165707.872000', '165707.874000', '165707.877000', '165707.879000', '165707.882000', '165707.884000', '165707.887000', '165707.889000', '165707.892000', '165707.894000', '165707.897000', '165707.900000', '165707.902000', '165707.905000', '165707.907000', '165707.910000', '165707.912000', '165707.915000', '165707.918000', '165707.920000', '165707.923000', '165707.925000', '165727.817000', '165727.820000', '165727.823000', '165727.825000', '165727.828000', '165727.830000', '165727.833000', '165727.836000', '165727.838000', '165727.841000', '165727.843000', '165727.846000', '165727.849000', '165727.851000', '165727.854000', '165727.856000', '165727.859000', '165727.862000', '165727.864000', '165727.867000', '165727.869000', '165727.872000', '165727.874000', '165727.877000', '165727.880000', '165727.882000', '165727.885000', '165727.887000', '165727.890000', '165727.892000', '165727.906000', '165727.909000', '165727.911000', '165727.914000', '165727.916000', '165727.919000', '165727.921000', '165727.924000', '165727.927000', '165727.929000', '165727.932000', '165727.934000', '165727.937000', '165727.939000', '165747.817000', '165747.820000', '165747.823000', '165747.825000', '165747.828000', '165747.831000', '165747.833000', '165747.836000', '165747.838000', '165747.841000', '165747.843000', '165747.846000', '165747.849000', '165747.851000', '165747.854000', '165747.857000', '165747.859000', '165747.862000', '165747.864000', '165747.867000', '165747.869000', '165747.872000', '165747.874000', '165747.877000', '165747.880000', '165747.882000', '165747.885000', '165747.887000', '165747.890000', '165747.892000', '165747.895000', '165747.898000', '165747.900000', '165747.903000', '165747.906000', '165747.908000', '165747.911000', '165747.913000', '165747.916000', '165747.918000', '165747.921000', '165747.924000', '165747.926000', '165807.818000', '165807.820000', '165807.823000', '165807.826000', '165807.828000', '165807.831000', '165807.833000', '165807.836000', '165807.838000', '165807.841000', '165807.844000', '165807.846000', '165807.849000', '165807.851000', '165807.854000', '165807.856000', '165807.859000', '165807.862000', '165807.864000', '165807.867000', '165807.869000', '165807.872000', '165807.874000', '165807.877000', '165807.880000', '165807.882000', '165807.885000', '165807.887000', '165807.890000', '165807.893000', '165807.895000', '165807.898000', '165807.900000', '165807.903000', '165807.906000', '165807.908000', '165807.911000', '165807.913000', '165807.916000', '165807.918000', '165807.921000', '165807.924000', '165807.926000', '165807.929000', '165827.817000', '165827.820000', '165827.823000', '165827.826000', '165827.828000', '165827.861000', '165827.863000', '165827.866000', '165827.869000', '165827.872000', '165827.875000', '165827.878000', '165827.881000', '165827.883000', '165827.886000', '165827.888000', '165827.891000', '165827.893000', '165827.896000', '165827.899000', '165827.901000', '165827.904000', '165827.906000', '165827.909000', '165827.912000', '165827.914000', '165827.917000', '165827.919000', '165827.922000', '165827.924000', '165827.927000', '165827.930000', '165827.932000', '165827.935000', '165827.937000', '165827.940000', '165827.943000', '165827.945000', '165827.948000', '165827.950000', '165827.953000', '165827.956000', '165827.958000', '165847.818000', '165847.820000', '165847.823000', '165847.826000', '165847.828000', '165847.831000', '165847.833000', '165847.836000', '165847.838000', '165847.841000', '165847.844000', '165847.846000', '165847.849000', '165847.852000', '165847.854000', '165847.857000', '165847.859000', '165847.862000', '165847.865000', '165847.867000', '165847.870000', '165847.872000', '165847.875000', '165847.878000', '165847.880000', '165847.883000', '165847.886000', '165847.888000', '165847.891000', '165847.893000', '165847.896000', '165847.898000', '165847.901000', '165847.904000', '165847.906000', '165847.909000', '165847.911000', '165847.914000', '165847.916000', '165847.919000', '165847.922000', '165847.924000', '165847.927000', '165847.929000', '165907.816000', '165907.819000', '165907.822000', '165907.824000', '165907.827000', '165907.829000', '165907.832000', '165907.835000', '165907.837000', '165907.840000', '165907.842000', '165907.845000', '165907.848000', '165907.850000', '165907.853000', '165907.855000', '165907.858000', '165907.860000', '165907.863000', '165907.866000', '165907.868000', '165907.871000', '165907.873000', '165907.876000', '165907.879000', '165907.891000', '165907.894000', '165907.896000', '165907.899000', '165907.901000', '165907.904000', '165907.907000', '165907.909000', '165907.912000', '165907.914000', '165907.917000', '165907.919000', '165907.922000', '165907.925000', '165907.927000', '165907.930000', '165907.933000', '165907.936000', '165927.817000', '165927.820000', '165927.823000', '165927.825000', '165927.828000', '165927.830000', '165927.833000', '165927.836000', '165927.838000', '165927.841000', '165927.843000', '165927.846000', '165927.848000', '165927.851000', '165927.854000', '165927.856000', '165927.859000', '165927.861000', '165927.864000', '165927.867000', '165927.869000', '165927.872000', '165927.874000', '165927.877000', '165927.880000', '165927.882000', '165927.885000', '165927.887000', '165927.890000', '165927.893000', '165927.895000', '165927.898000', '165927.900000', '165927.903000', '165927.905000', '165927.908000', '165927.911000', '165927.913000', '165927.916000', '165927.918000', '165927.921000', '165927.923000', '165927.926000', '165927.929000', '165947.818000', '165947.821000', '165947.823000', '165947.826000', '165947.828000', '165947.831000', '165947.834000', '165947.836000', '165947.839000', '165947.842000', '165947.844000', '165947.847000', '165947.849000', '165947.852000', '165947.854000', '165947.857000', '165947.860000', '165947.862000', '165947.865000', '165947.868000', '165947.870000', '165947.873000', '165947.875000', '165947.878000', '165947.881000', '165947.883000', '165947.886000', '165947.888000', '165947.891000', '165947.893000', '165947.896000', '165947.899000', '165947.901000', '165947.904000', '165947.906000', '165947.909000', '165947.912000', '165947.914000', '165947.917000', '165947.919000', '165947.922000', '165947.925000', '165947.927000', '170007.817000', '170007.820000', '170007.823000', '170007.825000', '170007.828000', '170007.831000', '170007.833000', '170007.836000', '170007.838000', '170007.841000', '170007.844000', '170007.846000', '170007.849000', '170007.851000', '170007.854000', '170007.857000', '170007.860000', '170007.863000', '170007.866000', '170007.869000', '170007.871000', '170007.874000', '170007.877000', '170007.879000', '170007.882000', '170007.885000', '170007.887000', '170007.890000', '170007.892000', '170007.895000', '170007.897000', '170007.900000', '170007.903000', '170007.905000', '170007.908000', '170007.910000', '170007.913000', '170007.915000', '170007.918000', '170007.921000', '170007.923000', '170007.926000', '170007.928000', '170027.817000', '170027.820000', '170027.823000', '170027.825000', '170027.828000', '170027.831000', '170027.833000', '170027.836000', '170027.838000', '170027.841000', '170027.844000', '170027.846000', '170027.849000', '170027.852000', '170027.854000', '170027.857000', '170027.859000', '170027.862000', '170027.865000', '170027.867000', '170027.870000', '170027.872000', '170027.875000', '170027.878000', '170027.880000', '170027.883000', '170027.886000', '170027.888000', '170027.891000', '170027.893000', '170027.896000', '170027.898000', '170027.901000', '170027.904000', '170027.906000', '170027.909000', '170027.911000', '170027.914000', '170027.916000', '170027.919000', '170027.922000', '170027.924000', '170027.927000', '170027.929000', '170047.818000', '170047.820000', '170047.823000', '170047.826000', '170047.828000', '170047.831000', '170047.833000', '170047.843000', '170047.846000', '170047.849000', '170047.851000', '170047.854000', '170047.856000', '170047.859000', '170047.862000', '170047.864000', '170047.867000', '170047.869000', '170047.872000', '170047.875000', '170047.877000', '170047.880000', '170047.882000', '170047.885000', '170047.888000', '170047.890000', '170047.893000', '170047.895000', '170047.898000', '170047.901000', '170047.903000', '170047.906000', '170047.908000', '170047.911000', '170047.913000', '170047.916000', '170047.919000', '170047.921000', '170047.924000', '170047.926000', '170047.929000', '170047.932000', '170047.934000', '170047.937000', '170107.818000', '170107.820000', '170107.823000', '170107.826000', '170107.828000', '170107.831000', '170107.833000', '170107.836000', '170107.839000', '170107.841000', '170107.844000', '170107.846000', '170107.849000', '170107.852000', '170107.854000', '170107.857000', '170107.859000', '170107.862000', '170107.865000', '170107.867000', '170107.870000', '170107.872000', '170107.875000', '170107.877000', '170107.880000', '170107.883000', '170107.885000', '170107.888000', '170107.891000', '170107.893000', '170107.896000', '170107.898000', '170107.901000', '170107.903000', '170107.906000', '170107.909000', '170107.911000', '170107.914000', '170107.916000', '170107.919000', '170107.922000', '170107.924000', '170107.927000', '170127.816000', '170127.819000', '170127.822000', '170127.825000', '170127.828000', '170127.831000', '170127.839000', '170127.841000', '170127.844000', '170127.846000', '170127.849000', '170127.851000', '170127.854000', '170127.857000', '170127.859000', '170127.862000', '170127.864000', '170127.867000', '170127.869000', '170127.872000', '170127.875000', '170127.877000', '170127.880000', '170127.883000', '170127.885000', '170127.888000', '170127.890000', '170127.893000', '170127.896000', '170127.898000', '170127.901000', '170127.904000', '170127.906000', '170127.909000', '170127.911000', '170127.914000', '170127.917000', '170127.919000', '170127.922000', '170127.924000', '170127.927000', '170127.930000', '170127.932000', '170127.935000', '170147.817000', '170147.820000', '170147.823000', '170147.825000', '170147.828000', '170147.831000', '170147.833000', '170147.836000', '170147.839000', '170147.841000', '170147.844000', '170147.847000', '170147.849000', '170147.852000', '170147.854000', '170147.857000', '170147.860000', '170147.862000', '170147.865000', '170147.868000', '170147.870000', '170147.873000', '170147.875000', '170147.878000', '170147.881000', '170147.883000', '170147.886000', '170147.888000', '170147.891000', '170147.894000', '170147.896000', '170147.899000', '170147.901000', '170147.904000', '170147.907000', '170147.909000', '170147.912000', '170147.915000', '170147.917000', '170147.920000', '170147.922000', '170147.925000', '170147.927000', '170207.818000', '170207.820000', '170207.823000', '170207.825000', '170207.828000', '170207.831000', '170207.833000', '170207.836000', '170207.839000', '170207.841000', '170207.844000', '170207.846000', '170207.849000', '170207.851000', '170207.854000', '170207.857000', '170207.859000', '170207.862000', '170207.870000', '170207.873000', '170207.875000', '170207.878000', '170207.881000', '170207.883000', '170207.886000', '170207.889000', '170207.891000', '170207.894000', '170207.896000', '170207.899000', '170207.901000', '170207.904000', '170207.907000', '170207.909000', '170207.912000', '170207.914000', '170207.917000', '170207.920000', '170207.922000', '170207.925000', '170207.928000', '170207.930000', '170207.933000', '170207.935000', '170227.818000', '170227.820000', '170227.823000', '170227.826000', '170227.828000', '170227.831000', '170227.833000', '170227.836000', '170227.839000', '170227.841000', '170227.844000', '170227.846000', '170227.849000', '170227.851000', '170227.855000', '170227.858000', '170227.861000', '170227.863000', '170227.866000', '170227.869000', '170227.871000', '170227.874000', '170227.876000', '170227.879000', '170227.882000', '170227.884000', '170227.887000', '170227.889000', '170227.892000', '170227.894000', '170227.897000', '170227.900000', '170227.902000', '170227.905000', '170227.907000', '170227.910000', '170227.913000', '170227.915000', '170227.918000', '170227.920000', '170227.923000', '170227.931000', '170227.934000', '170247.817000', '170247.820000', '170247.823000', '170247.825000', '170247.828000', '170247.830000', '170247.833000', '170247.836000', '170247.838000', '170247.841000', '170247.843000', '170247.846000', '170247.849000', '170247.851000', '170247.854000', '170247.856000', '170247.859000', '170247.862000', '170247.864000', '170247.867000', '170247.870000', '170247.873000', '170247.876000', '170247.878000', '170247.881000', '170247.883000', '170247.886000', '170247.889000', '170247.891000', '170247.894000', '170247.896000', '170247.899000', '170247.902000', '170247.904000', '170247.907000', '170247.909000', '170247.912000', '170247.915000', '170247.917000', '170247.920000', '170247.923000', '170247.932000', '170247.935000', '170247.937000', '170307.818000', '170307.821000', '170307.823000', '170307.826000', '170307.828000', '170307.831000', '170307.834000', '170307.836000', '170307.839000', '170307.841000', '170307.844000', '170307.846000', '170307.849000', '170307.852000', '170307.854000', '170307.857000', '170307.859000', '170307.862000', '170307.865000', '170307.867000', '170307.870000', '170307.872000', '170307.875000', '170307.878000', '170307.880000', '170307.883000', '170307.885000', '170307.888000', '170307.891000', '170307.893000', '170307.896000', '170307.898000', '170307.901000', '170307.904000', '170307.906000', '170307.909000', '170307.919000', '170307.921000', '170307.924000', '170307.927000', '170307.929000', '170307.932000', '170307.935000', '170327.818000', '170327.821000', '170327.823000', '170327.826000', '170327.828000', '170327.831000', '170327.834000', '170327.836000', '170327.839000', '170327.841000', '170327.844000', '170327.847000', '170327.849000', '170327.852000', '170327.854000', '170327.857000', '170327.860000', '170327.862000', '170327.865000', '170327.867000', '170327.870000', '170327.873000', '170327.875000', '170327.878000', '170327.880000', '170327.883000', '170327.886000', '170327.888000', '170327.891000', '170327.902000', '170327.905000', '170327.907000', '170327.910000', '170327.913000', '170327.915000', '170327.918000', '170327.920000', '170327.923000', '170327.926000', '170327.928000', '170327.931000', '170327.933000', '170327.936000', '170347.817000', '170347.819000', '170347.822000', '170347.825000', '170347.827000', '170347.830000', '170347.832000', '170347.835000', '170347.837000', '170347.840000', '170347.843000', '170347.845000', '170347.848000', '170347.850000', '170347.853000', '170347.856000', '170347.858000', '170347.861000', '170347.863000', '170347.866000', '170347.869000', '170347.871000', '170347.874000', '170347.876000', '170347.879000', '170347.881000', '170347.893000', '170347.896000', '170347.899000', '170347.901000', '170347.904000', '170347.906000', '170347.909000', '170347.912000', '170347.914000', '170347.917000', '170347.919000', '170347.922000', '170347.925000', '170347.927000', '170347.930000', '170347.932000', '170347.935000', '170347.938000', '170407.818000', '170407.820000', '170407.823000', '170407.826000', '170407.828000', '170407.831000', '170407.834000', '170407.836000', '170407.839000', '170407.842000', '170407.844000', '170407.847000', '170407.850000', '170407.852000', '170407.855000', '170407.858000', '170407.860000', '170407.863000', '170407.865000', '170407.868000', '170407.871000', '170407.873000', '170407.876000', '170407.878000', '170407.881000', '170407.884000', '170407.886000', '170407.889000', '170407.891000', '170407.894000', '170407.897000', '170407.899000', '170407.902000', '170407.905000', '170407.908000', '170407.911000', '170407.914000', '170407.916000', '170407.919000', '170407.921000', '170407.924000', '170407.927000', '170407.929000', '170427.818000', '170427.820000', '170427.823000', '170427.826000', '170427.828000', '170427.831000', '170427.833000', '170427.836000', '170427.838000', '170427.841000', '170427.844000', '170427.846000', '170427.849000', '170427.851000', '170427.854000', '170427.856000', '170427.859000', '170427.862000', '170427.864000', '170427.867000', '170427.869000', '170427.872000', '170427.875000', '170427.877000', '170427.880000', '170427.883000', '170427.885000', '170427.888000', '170427.891000', '170427.893000', '170427.896000', '170427.899000', '170427.901000', '170427.904000', '170427.906000', '170427.909000', '170427.912000', '170427.914000', '170427.917000', '170427.920000', '170427.922000', '170427.925000', '170427.927000', '170427.930000', '170447.817000', '170447.820000', '170447.823000', '170447.826000', '170447.828000', '170447.831000', '170447.833000', '170447.836000', '170447.839000', '170447.841000', '170447.844000', '170447.846000', '170447.849000', '170447.852000', '170447.854000', '170447.857000', '170447.859000', '170447.862000', '170447.865000', '170447.867000', '170447.870000', '170447.872000', '170447.875000', '170447.877000', '170447.881000', '170447.895000', '170447.898000', '170447.900000', '170447.903000', '170447.905000', '170447.908000', '170447.911000', '170447.913000', '170447.916000', '170447.919000', '170447.921000', '170447.924000', '170447.926000', '170447.929000', '170447.932000', '170447.934000', '170447.937000', '170447.939000', '170507.817000', '170507.820000', '170507.823000', '170507.826000', '170507.828000', '170507.831000', '170507.833000', '170507.836000', '170507.839000', '170507.841000', '170507.844000', '170507.847000', '170507.850000', '170507.852000', '170507.855000', '170507.858000', '170507.860000', '170507.863000', '170507.865000', '170507.868000', '170507.871000', '170507.873000', '170507.876000', '170507.879000', '170507.881000', '170507.884000', '170507.886000', '170507.889000', '170507.892000', '170507.894000', '170507.897000', '170507.899000', '170507.902000', '170507.904000', '170507.907000', '170507.910000', '170507.912000', '170507.915000', '170507.917000', '170507.920000', '170507.923000', '170507.925000', '170507.928000', '170507.930000', '170527.818000', '170527.821000', '170527.823000', '170527.826000', '170527.829000', '170527.831000', '170527.834000', '170527.836000', '170527.839000', '170527.842000', '170527.844000', '170527.847000', '170527.850000', '170527.852000', '170527.855000', '170527.857000', '170527.860000', '170527.862000', '170527.865000', '170527.868000', '170527.870000', '170527.873000', '170527.875000', '170527.878000', '170527.881000', '170527.883000', '170527.886000', '170527.888000', '170527.891000', '170527.894000', '170527.896000', '170527.899000', '170527.901000', '170527.904000', '170527.906000', '170527.909000', '170527.912000', '170527.914000', '170527.917000', '170527.920000', '170527.922000', '170527.925000', '170527.928000', '170547.818000', '170547.820000', '170547.823000', '170547.826000', '170547.828000', '170547.831000', '170547.833000', '170547.836000', '170547.839000', '170547.841000', '170547.844000', '170547.846000', '170547.849000', '170547.852000', '170547.854000', '170547.857000', '170547.859000', '170547.862000', '170547.865000', '170547.867000', '170547.870000', '170547.872000', '170547.875000', '170547.877000', '170547.880000', '170547.883000', '170547.885000', '170547.888000', '170547.890000', '170547.893000', '170547.896000', '170547.898000', '170547.901000', '170547.903000', '170547.906000', '170547.909000', '170547.911000', '170547.915000', '170547.917000', '170547.920000', '170547.923000', '170547.925000', '170547.928000', '170547.930000', '170607.817000', '170607.819000', '170607.822000', '170607.825000', '170607.827000', '170607.830000', '170607.833000', '170607.835000', '170607.838000', '170607.840000', '170607.844000', '170607.847000', '170607.849000', '170607.852000', '170607.854000', '170607.857000', '170607.860000', '170607.862000', '170607.865000', '170607.867000', '170607.870000', '170607.873000', '170607.888000', '170607.890000', '170607.893000', '170607.896000', '170607.898000', '170607.901000', '170607.903000', '170607.906000', '170607.908000', '170607.911000', '170607.914000', '170607.916000', '170607.919000', '170607.921000', '170607.924000', '170607.927000', '170607.929000', '170607.932000', '170607.934000', '170607.937000', '170607.940000', '170624.958000', '170624.961000', '170624.963000', '170624.966000', '170624.968000', '170624.971000', '170624.973000', '170624.976000', '170624.979000', '170624.981000', '170624.984000', '170624.987000', '170624.989000', '170624.992000', '170624.994000', '170624.997000', '170625.001000', '170625.003000', '170625.006000', '170625.008000', '170625.011000', '170625.014000', '170625.016000', '170625.019000', '170625.021000', '170625.024000', '170625.027000', '170625.029000', '170625.032000', '170625.035000', '170625.037000', '170625.040000', '170625.042000', '170625.045000', '170625.048000', '170625.050000', '170625.053000', '170625.056000'], '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': [11023, 9414, 12991, 9254, 9963, 8913, 9988, 13966, 8948, 9943, 9088, 10232, 12878, 8961, 10603, 9441, 9853, 9059, 9592, 12000, 8815, 9986, 9075, 9759, 12977, 9147, 10876, 9702, 9968, 9725, 9886, 13524, 9197, 10083, 8926, 9819, 13904, 9098, 9733, 8242, 9781, 13919, 9134, 10058, 8880, 9658, 14599, 8912, 11264, 8805, 11140, 8929, 11490, 8663, 10320, 13627, 9292, 11752, 9372, 10089, 8302, 9836, 12847, 8687, 11118, 9464, 10040, 8199, 9792, 12632, 8624, 10726, 8538, 9690, 12355, 9693, 12334, 8710, 10102, 9460, 10052, 11955, 8854, 11400, 8430, 10287, 13443, 9022, 11234, 8680, 10142, 12354, 9431, 11433, 8892, 10150, 10115, 9561, 12221, 8703, 10068, 11403, 9672, 12500, 9170, 9909, 12827, 9394, 12101, 9335, 9920, 13348, 9210, 10718, 8752, 10063, 13637, 8761, 10334, 8842, 10306, 12731, 8730, 10269, 8729, 9924, 13532, 8555, 10659, 9458, 9914, 13060, 9029, 9916, 9576, 9836, 13925, 8836, 10675, 9019, 10000, 10704, 9850, 12860, 9546, 9918, 10508, 9855, 12695, 8784, 11049, 8668, 10158, 11771, 9235, 11484, 8431, 9888, 13237, 9247, 11968, 9173, 10174, 12860, 9474, 11283, 9424, 10062, 13170, 9046, 11473, 8886, 9924, 11409, 9103, 11286, 8831, 9647, 8568, 9750, 13311, 8507, 9790, 8997, 9700, 10450, 9801, 13071, 9070, 9812, 9399, 9957, 13448, 8902, 9854, 8281, 9950, 12618, 9451, 12310, 8760, 11622, 8910, 9978, 12823, 9366, 12651, 9634, 10166, 9969, 9898, 13953, 8649, 10755, 8623, 10288, 8683, 9839, 13379, 8814, 10677, 8798, 10097, 9971, 9853, 12943, 9077, 10055, 8645, 9968, 13320, 8495, 9877, 8840, 9725, 12777, 8753, 11071, 8472, 10171, 13772, 8675, 10047, 9119, 10336, 12159, 8721, 10490, 8900, 10139, 12335, 9077, 11865, 8904, 9733, 13004, 8898, 10917, 8866, 9684, 10581, 9435, 12746, 8561, 9910, 10399, 9796, 12926, 9371, 9874, 12198, 9568, 12099, 8774, 10163, 10209, 9851, 12607, 8904, 9667, 8655, 10105, 13424, 8756, 10025, 8764, 10189, 13595, 9144, 11214, 8679, 10396, 10682, 9744, 13222, 9644, 10012, 10073, 9811, 12527, 9552, 9862, 10014, 9544, 12149, 9460, 9948, 9713, 9457, 12660, 9159, 9896, 10392, 9467, 12329, 8801, 9980, 10550, 9411, 11484, 9030, 9160, 11195, 9672, 12368, 8937, 10072, 8253, 10024, 14580, 8922, 10871, 8889, 10063, 13305, 9236, 10991, 8704, 9724, 10237, 9667, 12166, 8786, 9872, 8816, 9716, 12319, 8892, 10536, 8995, 9905, 11044, 9470, 12076, 9779, 9849, 9020, 9799, 13835, 9041, 9761, 8878, 10148, 14883, 8800, 9859, 8417, 9823, 12646, 8987, 10901, 8668, 9688, 12561, 8911, 11474, 8979, 9892, 8683, 9933, 13552, 8628, 10564, 8544, 9984, 13245, 8554, 10212, 8359, 10255, 9285, 9887, 13014, 9807, 10013, 8619, 10061, 14236, 9000, 10212, 8624, 10099, 14172, 8966, 10105, 8783, 10087, 8615, 10028, 13591, 9181, 9917, 9208, 10103, 11617, 8742, 10816, 8749, 10343, 13747, 9196, 9457, 8886, 9996, 11437, 9536, 12724, 9168, 10434, 8694, 10050, 14218, 9100, 9958, 8545, 9937, 12495, 9140, 10269, 8852, 9937, 11240, 9355, 11844, 8986, 9824, 9004, 9791, 12898, 8711, 10702, 8674, 10107, 8041, 9944, 13659, 9466, 12118, 8657, 10176, 8872, 10266, 12081, 9271, 12167, 9432, 10090, 8885, 9965, 14564, 9255, 10264, 9800, 10093, 8714, 10124, 12523, 9559, 11161, 8616, 10731, 8460, 10101, 8729, 10022, 14648, 9074, 10445, 9597, 9795, 10599, 9667, 13100, 9263, 10010, 8942, 10032, 13770, 8730, 10185, 8852, 9845, 8777, 9647, 12356, 8855, 9775, 8824, 9785, 10812, 9643, 12083, 9443, 9857, 8449, 9682, 13412, 8717, 10103, 8647, 10147, 10663, 9771, 13579, 9089, 9930, 8951, 10085, 14218, 9050, 10171, 9232, 10060, 9878, 9801, 12962, 9111, 9968, 8765, 9893, 10459, 9625, 12568, 9003, 10126, 8562, 9942, 12409, 9477, 12427, 9976, 10326, 8708, 10072, 14370, 9174, 10103, 8443, 9945, 13720, 9120, 10996, 8927, 10006, 10069, 9426, 12253, 9143, 9935, 10859, 9794, 12575, 8650, 10865, 8432, 9990, 8770, 9503, 12665, 8703, 10832, 8865, 9949, 9515, 9963, 13827, 9532, 10085, 11536, 9469, 10892, 8621, 10904, 8794, 9986, 12907, 8805, 10209, 8619, 9762, 13729, 8589, 10006, 8570, 9928, 13035, 8514, 10207, 8922, 10315, 12413, 9186, 11898, 8872, 9951, 12590, 9330, 11994, 9202, 9767, 11890, 9501, 12098, 9446, 10126, 12732, 9459, 12388, 9595, 10035, 10774, 9572, 12033, 8893, 10171, 10567, 9576, 11920, 8752, 9601, 10925, 9174, 11841, 8799, 10832, 10489, 9962, 11237, 9017, 11056, 10676, 10205, 13798, 9488, 10282, 8766, 10238, 12644, 8883, 9881, 8612, 9937, 13430, 8974, 12079, 9874, 10035, 9551, 9995, 13060, 9168, 10020, 8840, 10014, 13709, 9178, 11599, 8925, 10146, 8650, 10022, 10697, 9640, 12036, 9503, 10100, 14320, 9128, 9922, 9312, 10239, 11830, 8830, 9843, 8798, 9830, 12359, 8517, 9469, 8725, 9730, 13224, 8950, 9649, 10861, 9842, 12440, 8679, 9992, 8522, 10030, 14154, 8898, 10146, 9043, 10362, 8826, 9956, 13448, 9558, 10023, 9301, 9979, 13568, 8848, 10083, 9290, 10131, 12164, 8841, 10909, 8754, 10155, 8517, 9920, 13227, 8485, 10792, 8474, 10131, 11241, 9349, 12556, 9568, 10181, 9124, 10075, 14692, 9162, 10280, 9777, 10169, 13689, 8793, 10026, 8946, 10084, 13139, 8631, 11527, 9322, 10069, 13202, 8763, 10208, 8347, 9808, 12411, 8586, 10506, 9096, 10057, 8836, 10069, 14692, 9030, 9950, 9059, 10176, 13416, 8653, 9885, 8838, 9881, 10608, 9391, 12172, 9726, 9830, 11526, 8824, 10104, 10670, 9506, 11240, 8310, 10073, 11800, 8947, 10730, 8751, 9385, 9610, 9433, 13793, 9454, 9909, 12311, 9228, 11257, 8663, 10209, 15407, 9200, 9976, 9905, 10038, 12942, 9402, 10187, 9653, 9817, 11657, 8588, 10740, 10027, 9903, 12284, 9058, 9992, 8732, 9817, 12225, 8569, 9867, 9109, 9725, 8222, 9636, 8684, 11189, 9571, 13562, 10196, 9761, 10731, 9716, 14480, 10401, 9848, 8875, 8670, 9073, 8932, 9328, 8901, 11622, 11780, 9822, 12990, 9150, 10076, 11754, 9654, 12947, 9122, 10198, 8795, 9673, 14240, 9037, 10339, 8551, 9732, 13190, 8938, 10276, 8708, 9944, 8892, 9952, 13575, 9095, 11525, 8843, 9898, 12990, 9353, 12192, 9867, 10422, 8657, 10178, 10586, 9490, 12081, 8637, 11530, 8979, 9585, 8848, 9765, 8575, 9734, 13993, 8806, 10474, 8693, 10254, 12849, 8892, 10200, 8904, 10109, 11321, 8833, 9624, 9037, 10042, 8632, 9845, 13474, 9249, 11518, 9036, 9826, 9276, 9753, 11421, 9005, 11445, 8935, 9710, 13752, 9397, 10525, 8624, 9936, 9754, 9886, 13515, 9116, 9870, 10531, 9542, 11916, 8993, 10066, 11586, 8987, 11294, 8565, 9798, 10821, 9112, 12026, 8557, 9614, 12608, 8612, 10453, 8334, 9733, 12499, 8568, 9384, 8660, 9794, 9594, 9794, 11647, 8747, 10867, 9438, 9951, 13754, 9713, 9997, 13957, 8808, 9812, 10510, 9585, 11610, 9312, 10095, 8784, 9556, 12712, 8698, 9960, 9131, 9995, 13756, 8791, 9861, 10755, 9663, 11529, 8986, 9950, 8576, 9576, 13348, 8559, 10204, 9172, 9793, 13126, 8497, 10737, 8724, 9981, 8752, 9747, 14393, 8893, 10414, 8721, 10170, 13055, 9392, 12277, 9650, 10070, 9046, 9894, 9808, 9886, 8920, 9844, 8838, 9888, 15132, 10074, 10565, 8558, 10182, 14701, 8979, 10039, 8414, 10179, 13377, 8592, 9845, 9716, 9703, 12729, 8440, 9491, 10826, 9137, 12089, 9042, 9803, 11579, 8809, 11253, 8930, 9485, 11476, 8720, 12078, 9104, 10568, 8699, 9374, 13097, 9356, 10425, 9375, 9486, 14595, 9087, 9913, 8880, 9901, 13996, 8598, 9957, 10174, 10033, 9517, 9767, 13011, 8731, 9836, 8937, 9223, 12441, 8753, 9031, 9745, 8781, 10148, 8815, 12557, 13914, 11158, 12681, 9391, 10311, 13204, 9754, 10928, 9128, 9845, 9787, 9709, 12032, 8901, 9936, 8801, 9846, 11669, 9334, 12578, 9131, 9948, 9066, 9932, 13008, 9582, 10067, 8622, 9818, 12385, 8852, 9846, 8826, 9925, 8745, 9094, 12582, 8722, 10397, 11328, 9781, 12526, 8858, 9965, 12187, 9834, 11692, 8704, 9831, 10539, 9694, 12394, 8963, 9709, 9020, 9588, 13037, 8733, 9973, 8792, 10058, 10907, 9507, 12435, 9260, 10496, 8754, 10115, 14668, 9264, 9858, 8811, 9879, 11396, 9303, 12059, 9623, 10149, 8730, 9741, 12964, 9471, 9963, 8884, 9938, 13448, 9168, 10142, 9458, 9722, 11852, 8625, 10958, 9191, 9966, 12501, 8980, 9720, 8691, 9717, 13041, 8570, 11167, 8495, 9863, 11611, 9204, 12246, 9419, 10086, 9665, 9664, 12851, 9800, 10069, 9856, 9775, 12027, 9530, 9888, 10517, 9392, 12156, 8769, 9789, 8813, 9527, 9663, 8610, 12654, 8620, 9722, 8999, 11240, 12381, 9243, 12427, 9995, 10205, 10055, 9737, 13618, 9346, 10018, 8976, 9976, 14119, 9182, 10345, 8619, 10175, 14459, 9020, 9896, 9736, 9745, 12203, 9404, 10059, 10841, 9229, 11748, 8647, 9870, 13893, 8553, 11528, 8884, 9344, 12421, 8983, 9763, 13073, 8474, 10929, 9733, 9490, 12036, 8572, 10171, 8895, 9324, 13122, 8655, 9620, 8751, 9514, 13482, 9202, 10047, 9011, 9747, 13715, 9021, 10079, 9476, 9874, 8886, 9503, 13103, 8807, 9641, 9082, 9417, 12973, 8400, 9889, 8553, 9840, 9999, 9411, 13468, 9120, 9652, 8939, 9794, 14101, 8943, 12375, 9725, 10121, 8335, 9901, 13801], 'WindowCenter': [4610.0, 4575.0, 4592.0, 4548.0, 4546.0, 4534.0, 4545.0, 4572.0, 4524.0, 4542.0, 4521.0, 4542.0, 4549.0, 4520.0, 4539.0, 4530.0, 4530.0, 4521.0, 4532.0, 4550.0, 4521.0, 4530.0, 4523.0, 4532.0, 4561.0, 4521.0, 4540.0, 4531.0, 4531.0, 4529.0, 4530.0, 4561.0, 4521.0, 4529.0, 4519.0, 4530.0, 4548.0, 4519.0, 4519.0, 4498.0, 4520.0, 4548.0, 4521.0, 4520.0, 4521.0, 4530.0, 4559.0, 4511.0, 4537.0, 4522.0, 4541.0, 4532.0, 4553.0, 4521.0, 4540.0, 4560.0, 4519.0, 4538.0, 4520.0, 4529.0, 4510.0, 4545.0, 4549.0, 4521.0, 4540.0, 4531.0, 4531.0, 4510.0, 4542.0, 4550.0, 4522.0, 4551.0, 4522.0, 4543.0, 4561.0, 4533.0, 4551.0, 4523.0, 4542.0, 4531.0, 4532.0, 4550.0, 4522.0, 4551.0, 4511.0, 4532.0, 4560.0, 4521.0, 4540.0, 4510.0, 4540.0, 4549.0, 4531.0, 4541.0, 4520.0, 4541.0, 4529.0, 4531.0, 4549.0, 4520.0, 4531.0, 4539.0, 4531.0, 4550.0, 4520.0, 4530.0, 4549.0, 4520.0, 4549.0, 4519.0, 4530.0, 4548.0, 4518.0, 4530.0, 4508.0, 4531.0, 4547.0, 4509.0, 4528.0, 4508.0, 4530.0, 4547.0, 4509.0, 4528.0, 4508.0, 4529.0, 4558.0, 4520.0, 4540.0, 4529.0, 4531.0, 4560.0, 4536.0, 4532.0, 4521.0, 4530.0, 4548.0, 4521.0, 4539.0, 4521.0, 4541.0, 4540.0, 4532.0, 4550.0, 4531.0, 4530.0, 4530.0, 4530.0, 4549.0, 4511.0, 4538.0, 4509.0, 4531.0, 4539.0, 4520.0, 4540.0, 4510.0, 4531.0, 4560.0, 4531.0, 4550.0, 4530.0, 4543.0, 4550.0, 4530.0, 4539.0, 4522.0, 4532.0, 4549.0, 4522.0, 4541.0, 4520.0, 4531.0, 4538.0, 4521.0, 4539.0, 4520.0, 4530.0, 4521.0, 4531.0, 4562.0, 4522.0, 4542.0, 4533.0, 4543.0, 4541.0, 4544.0, 4561.0, 4532.0, 4532.0, 4520.0, 4532.0, 4560.0, 4534.0, 4543.0, 4511.0, 4531.0, 4549.0, 4533.0, 4550.0, 4521.0, 4552.0, 4522.0, 4532.0, 4551.0, 4531.0, 4550.0, 4520.0, 4531.0, 4518.0, 4529.0, 4558.0, 4509.0, 4529.0, 4509.0, 4530.0, 4508.0, 4531.0, 4559.0, 4520.0, 4540.0, 4522.0, 4542.0, 4530.0, 4531.0, 4550.0, 4521.0, 4530.0, 4511.0, 4531.0, 4561.0, 4520.0, 4541.0, 4532.0, 4543.0, 4563.0, 4522.0, 4552.0, 4511.0, 4543.0, 4560.0, 4521.0, 4531.0, 4520.0, 4541.0, 4549.0, 4521.0, 4540.0, 4520.0, 4542.0, 4550.0, 4522.0, 4552.0, 4521.0, 4535.0, 4561.0, 4522.0, 4541.0, 4521.0, 4532.0, 4541.0, 4534.0, 4562.0, 4523.0, 4542.0, 4541.0, 4532.0, 4561.0, 4531.0, 4533.0, 4550.0, 4531.0, 4550.0, 4521.0, 4541.0, 4540.0, 4531.0, 4551.0, 4523.0, 4531.0, 4521.0, 4543.0, 4563.0, 4525.0, 4542.0, 4523.0, 4543.0, 4561.0, 4533.0, 4552.0, 4524.0, 4544.0, 4542.0, 4534.0, 4561.0, 4532.0, 4531.0, 4529.0, 4531.0, 4549.0, 4519.0, 4530.0, 4528.0, 4529.0, 4548.0, 4529.0, 4531.0, 4519.0, 4532.0, 4551.0, 4520.0, 4532.0, 4529.0, 4530.0, 4550.0, 4522.0, 4542.0, 4540.0, 4532.0, 4553.0, 4545.0, 4533.0, 4552.0, 4533.0, 4562.0, 4534.0, 4544.0, 4522.0, 4543.0, 4573.0, 4535.0, 4542.0, 4521.0, 4534.0, 4561.0, 4521.0, 4541.0, 4521.0, 4532.0, 4541.0, 4532.0, 4550.0, 4523.0, 4541.0, 4534.0, 4544.0, 4562.0, 4533.0, 4542.0, 4533.0, 4543.0, 4551.0, 4532.0, 4551.0, 4532.0, 4532.0, 4520.0, 4542.0, 4560.0, 4522.0, 4531.0, 4520.0, 4541.0, 4560.0, 4520.0, 4530.0, 4509.0, 4532.0, 4549.0, 4521.0, 4539.0, 4509.0, 4530.0, 4548.0, 4520.0, 4539.0, 4519.0, 4531.0, 4520.0, 4543.0, 4560.0, 4522.0, 4554.0, 4522.0, 4532.0, 4550.0, 4522.0, 4542.0, 4511.0, 4542.0, 4531.0, 4543.0, 4562.0, 4532.0, 4533.0, 4523.0, 4543.0, 4562.0, 4523.0, 4543.0, 4522.0, 4545.0, 4573.0, 4523.0, 4532.0, 4521.0, 4543.0, 4521.0, 4546.0, 4564.0, 4534.0, 4543.0, 4522.0, 4544.0, 4554.0, 4524.0, 4554.0, 4522.0, 4544.0, 4561.0, 4532.0, 4531.0, 4525.0, 4543.0, 4551.0, 4532.0, 4551.0, 4532.0, 4541.0, 4510.0, 4531.0, 4560.0, 4520.0, 4529.0, 4510.0, 4531.0, 4549.0, 4520.0, 4530.0, 4520.0, 4532.0, 4540.0, 4522.0, 4549.0, 4521.0, 4531.0, 4532.0, 4555.0, 4562.0, 4523.0, 4543.0, 4524.0, 4543.0, 4514.0, 4545.0, 4562.0, 4533.0, 4552.0, 4523.0, 4543.0, 4522.0, 4543.0, 4551.0, 4533.0, 4552.0, 4531.0, 4543.0, 4521.0, 4532.0, 4561.0, 4532.0, 4531.0, 4532.0, 4542.0, 4512.0, 4542.0, 4552.0, 4532.0, 4552.0, 4523.0, 4553.0, 4513.0, 4542.0, 4521.0, 4542.0, 4571.0, 4521.0, 4540.0, 4531.0, 4532.0, 4529.0, 4531.0, 4549.0, 4519.0, 4529.0, 4520.0, 4531.0, 4559.0, 4512.0, 4529.0, 4520.0, 4531.0, 4520.0, 4543.0, 4551.0, 4533.0, 4542.0, 4533.0, 4544.0, 4552.0, 4543.0, 4552.0, 4547.0, 4546.0, 4523.0, 4545.0, 4564.0, 4525.0, 4544.0, 4535.0, 4556.0, 4544.0, 4545.0, 4564.0, 4524.0, 4533.0, 4523.0, 4543.0, 4562.0, 4522.0, 4541.0, 4533.0, 4543.0, 4532.0, 4543.0, 4562.0, 4522.0, 4533.0, 4524.0, 4545.0, 4543.0, 4535.0, 4552.0, 4524.0, 4542.0, 4525.0, 4545.0, 4563.0, 4532.0, 4551.0, 4533.0, 4531.0, 4510.0, 4531.0, 4561.0, 4520.0, 4530.0, 4510.0, 4531.0, 4559.0, 4521.0, 4539.0, 4521.0, 4531.0, 4529.0, 4521.0, 4550.0, 4521.0, 4532.0, 4539.0, 4531.0, 4550.0, 4521.0, 4540.0, 4511.0, 4546.0, 4521.0, 4544.0, 4563.0, 4525.0, 4555.0, 4535.0, 4546.0, 4546.0, 4546.0, 4575.0, 4544.0, 4544.0, 4554.0, 4533.0, 4552.0, 4536.0, 4557.0, 4523.0, 4544.0, 4563.0, 4533.0, 4544.0, 4523.0, 4544.0, 4572.0, 4524.0, 4544.0, 4523.0, 4544.0, 4562.0, 4534.0, 4544.0, 4533.0, 4545.0, 4563.0, 4534.0, 4553.0, 4534.0, 4544.0, 4562.0, 4534.0, 4563.0, 4533.0, 4544.0, 4552.0, 4534.0, 4553.0, 4533.0, 4543.0, 4552.0, 4532.0, 4551.0, 4532.0, 4532.0, 4540.0, 4532.0, 4551.0, 4521.0, 4542.0, 4540.0, 4532.0, 4551.0, 4524.0, 4533.0, 4553.0, 4534.0, 4564.0, 4537.0, 4567.0, 4555.0, 4546.0, 4555.0, 4536.0, 4556.0, 4546.0, 4545.0, 4563.0, 4535.0, 4532.0, 4512.0, 4543.0, 4552.0, 4524.0, 4532.0, 4523.0, 4544.0, 4564.0, 4523.0, 4552.0, 4534.0, 4534.0, 4532.0, 4532.0, 4561.0, 4522.0, 4533.0, 4523.0, 4545.0, 4564.0, 4532.0, 4551.0, 4522.0, 4541.0, 4524.0, 4546.0, 4543.0, 4544.0, 4554.0, 4533.0, 4544.0, 4563.0, 4523.0, 4533.0, 4522.0, 4542.0, 4551.0, 4533.0, 4543.0, 4522.0, 4544.0, 4563.0, 4535.0, 4545.0, 4535.0, 4546.0, 4574.0, 4535.0, 4547.0, 4555.0, 4547.0, 4564.0, 4524.0, 4544.0, 4524.0, 4547.0, 4574.0, 4534.0, 4543.0, 4523.0, 4544.0, 4523.0, 4545.0, 4563.0, 4533.0, 4535.0, 4522.0, 4534.0, 4561.0, 4523.0, 4535.0, 4521.0, 4535.0, 4552.0, 4523.0, 4542.0, 4522.0, 4542.0, 4521.0, 4544.0, 4563.0, 4523.0, 4554.0, 4512.0, 4545.0, 4552.0, 4533.0, 4553.0, 4534.0, 4542.0, 4521.0, 4533.0, 4573.0, 4534.0, 4532.0, 4530.0, 4530.0, 4549.0, 4511.0, 4530.0, 4521.0, 4542.0, 4561.0, 4522.0, 4552.0, 4531.0, 4543.0, 4563.0, 4522.0, 4542.0, 4512.0, 4543.0, 4562.0, 4525.0, 4543.0, 4536.0, 4545.0, 4537.0, 4548.0, 4577.0, 4537.0, 4546.0, 4524.0, 4544.0, 4563.0, 4526.0, 4545.0, 4524.0, 4546.0, 4545.0, 4547.0, 4578.0, 4545.0, 4548.0, 4568.0, 4547.0, 4558.0, 4557.0, 4549.0, 4558.0, 4524.0, 4547.0, 4565.0, 4538.0, 4557.0, 4539.0, 4551.0, 4550.0, 4562.0, 4589.0, 4549.0, 4548.0, 4565.0, 4546.0, 4556.0, 4525.0, 4545.0, 4574.0, 4534.0, 4534.0, 4532.0, 4534.0, 4554.0, 4522.0, 4532.0, 4521.0, 4532.0, 4542.0, 4524.0, 4556.0, 4544.0, 4544.0, 4552.0, 4522.0, 4543.0, 4524.0, 4545.0, 4565.0, 4548.0, 4545.0, 4548.0, 4546.0, 4539.0, 4559.0, 4551.0, 4571.0, 4563.0, 4594.0, 4560.0, 4548.0, 4554.0, 4534.0, 4563.0, 4556.0, 4544.0, 4525.0, 4511.0, 4518.0, 4522.0, 4534.0, 4535.0, 4567.0, 4553.0, 4533.0, 4553.0, 4521.0, 4532.0, 4539.0, 4521.0, 4539.0, 4508.0, 4519.0, 4496.0, 4507.0, 4547.0, 4496.0, 4517.0, 4496.0, 4507.0, 4534.0, 4506.0, 4514.0, 4506.0, 4516.0, 4508.0, 4519.0, 4547.0, 4508.0, 4528.0, 4508.0, 4519.0, 4536.0, 4508.0, 4538.0, 4519.0, 4529.0, 4498.0, 4529.0, 4527.0, 4531.0, 4548.0, 4524.0, 4552.0, 4521.0, 4533.0, 4522.0, 4543.0, 4525.0, 4546.0, 4575.0, 4537.0, 4556.0, 4525.0, 4545.0, 4566.0, 4536.0, 4545.0, 4534.0, 4546.0, 4554.0, 4538.0, 4546.0, 4549.0, 4559.0, 4549.0, 4560.0, 4579.0, 4551.0, 4568.0, 4548.0, 4558.0, 4548.0, 4549.0, 4567.0, 4550.0, 4571.0, 4538.0, 4549.0, 4577.0, 4538.0, 4556.0, 4538.0, 4557.0, 4545.0, 4547.0, 4566.0, 4536.0, 4546.0, 4543.0, 4534.0, 4552.0, 4524.0, 4533.0, 4551.0, 4523.0, 4554.0, 4522.0, 4543.0, 4542.0, 4524.0, 4553.0, 4524.0, 4533.0, 4553.0, 4523.0, 4542.0, 4512.0, 4534.0, 4552.0, 4524.0, 4533.0, 4536.0, 4548.0, 4544.0, 4547.0, 4555.0, 4538.0, 4569.0, 4548.0, 4548.0, 4577.0, 4536.0, 4546.0, 4575.0, 4535.0, 4546.0, 4544.0, 4545.0, 4554.0, 4534.0, 4545.0, 4524.0, 4547.0, 4576.0, 4538.0, 4547.0, 4547.0, 4548.0, 4577.0, 4538.0, 4548.0, 4558.0, 4547.0, 4555.0, 4536.0, 4545.0, 4535.0, 4547.0, 4576.0, 4536.0, 4556.0, 4536.0, 4546.0, 4564.0, 4526.0, 4555.0, 4524.0, 4544.0, 4524.0, 4545.0, 4575.0, 4535.0, 4546.0, 4523.0, 4543.0, 4561.0, 4532.0, 4552.0, 4534.0, 4531.0, 4522.0, 4532.0, 4532.0, 4543.0, 4533.0, 4545.0, 4535.0, 4557.0, 4586.0, 4545.0, 4544.0, 4523.0, 4547.0, 4573.0, 4525.0, 4534.0, 4513.0, 4544.0, 4574.0, 4535.0, 4545.0, 4544.0, 4535.0, 4564.0, 4537.0, 4558.0, 4556.0, 4549.0, 4567.0, 4537.0, 4557.0, 4566.0, 4538.0, 4582.0, 4549.0, 4559.0, 4567.0, 4550.0, 4579.0, 4561.0, 4570.0, 4551.0, 4561.0, 4589.0, 4550.0, 4569.0, 4549.0, 4559.0, 4587.0, 4536.0, 4545.0, 4525.0, 4544.0, 4562.0, 4523.0, 4532.0, 4532.0, 4533.0, 4532.0, 4532.0, 4561.0, 4522.0, 4544.0, 4519.0, 4522.0, 4549.0, 4521.0, 4522.0, 4531.0, 4534.0, 4554.0, 4546.0, 4577.0, 4575.0, 4553.0, 4552.0, 4519.0, 4529.0, 4549.0, 4519.0, 4527.0, 4518.0, 4530.0, 4517.0, 4519.0, 4548.0, 4520.0, 4529.0, 4533.0, 4543.0, 4551.0, 4534.0, 4553.0, 4535.0, 4556.0, 4534.0, 4546.0, 4574.0, 4534.0, 4543.0, 4522.0, 4542.0, 4561.0, 4534.0, 4544.0, 4533.0, 4547.0, 4535.0, 4546.0, 4576.0, 4537.0, 4559.0, 4567.0, 4546.0, 4565.0, 4536.0, 4546.0, 4553.0, 4533.0, 4553.0, 4523.0, 4534.0, 4540.0, 4533.0, 4551.0, 4523.0, 4532.0, 4519.0, 4531.0, 4559.0, 4520.0, 4532.0, 4523.0, 4544.0, 4541.0, 4532.0, 4552.0, 4521.0, 4541.0, 4509.0, 4543.0, 4559.0, 4521.0, 4518.0, 4520.0, 4530.0, 4539.0, 4522.0, 4549.0, 4529.0, 4530.0, 4508.0, 4532.0, 4562.0, 4531.0, 4531.0, 4521.0, 4542.0, 4561.0, 4533.0, 4542.0, 4533.0, 4533.0, 4552.0, 4524.0, 4566.0, 4533.0, 4544.0, 4562.0, 4533.0, 4533.0, 4525.0, 4546.0, 4574.0, 4534.0, 4554.0, 4524.0, 4546.0, 4552.0, 4534.0, 4554.0, 4533.0, 4544.0, 4533.0, 4534.0, 4565.0, 4543.0, 4545.0, 4532.0, 4545.0, 4563.0, 4533.0, 4543.0, 4542.0, 4533.0, 4565.0, 4535.0, 4557.0, 4535.0, 4545.0, 4546.0, 4547.0, 4577.0, 4548.0, 4557.0, 4549.0, 4579.0, 4577.0, 4547.0, 4565.0, 4546.0, 4544.0, 4532.0, 4533.0, 4563.0, 4521.0, 4530.0, 4521.0, 4531.0, 4559.0, 4530.0, 4530.0, 4511.0, 4530.0, 4558.0, 4520.0, 4531.0, 4520.0, 4531.0, 4549.0, 4521.0, 4532.0, 4540.0, 4532.0, 4553.0, 4523.0, 4544.0, 4573.0, 4537.0, 4565.0, 4535.0, 4547.0, 4565.0, 4535.0, 4548.0, 4575.0, 4535.0, 4567.0, 4547.0, 4547.0, 4576.0, 4538.0, 4557.0, 4536.0, 4547.0, 4576.0, 4537.0, 4548.0, 4549.0, 4559.0, 4576.0, 4547.0, 4556.0, 4536.0, 4547.0, 4575.0, 4535.0, 4544.0, 4533.0, 4545.0, 4533.0, 4544.0, 4563.0, 4534.0, 4533.0, 4521.0, 4533.0, 4562.0, 4523.0, 4542.0, 4522.0, 4545.0, 4543.0, 4533.0, 4564.0, 4533.0, 4532.0, 4522.0, 4542.0, 4561.0, 4521.0, 4552.0, 4531.0, 4531.0, 4509.0, 4529.0, 4559.0], 'WindowWidth': [10108.0, 10050.0, 10064.0, 9997.0, 9988.0, 9969.0, 9985.0, 10018.0, 9952.0, 9975.0, 9946.0, 9975.0, 9982.0, 9944.0, 9967.0, 9956.0, 9955.0, 9945.0, 9962.0, 9984.0, 9947.0, 9958.0, 9950.0, 9963.0, 10000.0, 9945.0, 9969.0, 9957.0, 9957.0, 9953.0, 9955.0, 9998.0, 9942.0, 9952.0, 9937.0, 9956.0, 9977.0, 9937.0, 9938.0, 9907.0, 9937.0, 9975.0, 9941.0, 9939.0, 9942.0, 9955.0, 9992.0, 9927.0, 9958.0, 9947.0, 9971.0, 9965.0, 9993.0, 9945.0, 9969.0, 9994.0, 9938.0, 9963.0, 9939.0, 9951.0, 9928.0, 9985.0, 9979.0, 9943.0, 9969.0, 9956.0, 9957.0, 9928.0, 9974.0, 9983.0, 9949.0, 9987.0, 9948.0, 9978.0, 10001.0, 9964.0, 9987.0, 9951.0, 9976.0, 9957.0, 9960.0, 9984.0, 9946.0, 9986.0, 9930.0, 9960.0, 9996.0, 9945.0, 9970.0, 9929.0, 9970.0, 9980.0, 9958.0, 9971.0, 9940.0, 9970.0, 9952.0, 9958.0, 9981.0, 9943.0, 9958.0, 9967.0, 9956.0, 9982.0, 9942.0, 9957.0, 9980.0, 9941.0, 9979.0, 9939.0, 9955.0, 9979.0, 9936.0, 9954.0, 9923.0, 9956.0, 9975.0, 9924.0, 9950.0, 9920.0, 9953.0, 9974.0, 9925.0, 9950.0, 9922.0, 9954.0, 9990.0, 9944.0, 9970.0, 9953.0, 9959.0, 9998.0, 9973.0, 9961.0, 9942.0, 9955.0, 9976.0, 9944.0, 9967.0, 9945.0, 9974.0, 9968.0, 9960.0, 9982.0, 9957.0, 9956.0, 9954.0, 9953.0, 9977.0, 9929.0, 9965.0, 9923.0, 9956.0, 9962.0, 9941.0, 9968.0, 9927.0, 9958.0, 9996.0, 9959.0, 9984.0, 9956.0, 9978.0, 9982.0, 9956.0, 9966.0, 9945.0, 9961.0, 9980.0, 9945.0, 9970.0, 9941.0, 9958.0, 9965.0, 9945.0, 9967.0, 9941.0, 9957.0, 9945.0, 9961.0, 10001.0, 9948.0, 9976.0, 9965.0, 9979.0, 9973.0, 9979.0, 10000.0, 9963.0, 9962.0, 9943.0, 9960.0, 9997.0, 9969.0, 9977.0, 9929.0, 9957.0, 9979.0, 9962.0, 9983.0, 9949.0, 9991.0, 9948.0, 9961.0, 9985.0, 9959.0, 9981.0, 9941.0, 9957.0, 9935.0, 9951.0, 9989.0, 9926.0, 9951.0, 9924.0, 9954.0, 9922.0, 9958.0, 9992.0, 9943.0, 9968.0, 9946.0, 9975.0, 9954.0, 9960.0, 9982.0, 9945.0, 9957.0, 9928.0, 9959.0, 9996.0, 9944.0, 9971.0, 9963.0, 9979.0, 10004.0, 9949.0, 9988.0, 9932.0, 9977.0, 9997.0, 9946.0, 9959.0, 9940.0, 9971.0, 9981.0, 9944.0, 9970.0, 9941.0, 9975.0, 9981.0, 9947.0, 9987.0, 9945.0, 9969.0, 9999.0, 9949.0, 9971.0, 9946.0, 9963.0, 9973.0, 9965.0, 10002.0, 9951.0, 9976.0, 9972.0, 9961.0, 9999.0, 9959.0, 9962.0, 9981.0, 9956.0, 9981.0, 9944.0, 9972.0, 9968.0, 9958.0, 9985.0, 9949.0, 9960.0, 9945.0, 9977.0, 10002.0, 9954.0, 9974.0, 9950.0, 9978.0, 10000.0, 9963.0, 9988.0, 9954.0, 9981.0, 9974.0, 9965.0, 9999.0, 9959.0, 9958.0, 9951.0, 9956.0, 9977.0, 9937.0, 9953.0, 9947.0, 9953.0, 9977.0, 9951.0, 9958.0, 9937.0, 9959.0, 9983.0, 9943.0, 9960.0, 9952.0, 9956.0, 9982.0, 9948.0, 9974.0, 9968.0, 9962.0, 9992.0, 9987.0, 9966.0, 9988.0, 9965.0, 10003.0, 9968.0, 9980.0, 9948.0, 9978.0, 10018.0, 9967.0, 9976.0, 9944.0, 9964.0, 9998.0, 9945.0, 9971.0, 9946.0, 9961.0, 9970.0, 9960.0, 9983.0, 9951.0, 9972.0, 9967.0, 9981.0, 10004.0, 9965.0, 9975.0, 9964.0, 9978.0, 9986.0, 9961.0, 9985.0, 9960.0, 9961.0, 9943.0, 9974.0, 9997.0, 9946.0, 9957.0, 9943.0, 9973.0, 9997.0, 9942.0, 9954.0, 9927.0, 9960.0, 9981.0, 9943.0, 9965.0, 9925.0, 9955.0, 9976.0, 9941.0, 9965.0, 9939.0, 9956.0, 9942.0, 9977.0, 9998.0, 9948.0, 9998.0, 9946.0, 9960.0, 9981.0, 9947.0, 9973.0, 9930.0, 9975.0, 9957.0, 9978.0, 10002.0, 9960.0, 9962.0, 9947.0, 9976.0, 10002.0, 9950.0, 9977.0, 9947.0, 9981.0, 10018.0, 9952.0, 9960.0, 9943.0, 9976.0, 9946.0, 9986.0, 10009.0, 9967.0, 9977.0, 9947.0, 9979.0, 9991.0, 9954.0, 9993.0, 9947.0, 9979.0, 9998.0, 9961.0, 9959.0, 9954.0, 9979.0, 9987.0, 9961.0, 9985.0, 9961.0, 9972.0, 9926.0, 9956.0, 9995.0, 9940.0, 9951.0, 9927.0, 9957.0, 9978.0, 9940.0, 9954.0, 9939.0, 9961.0, 9968.0, 9948.0, 9980.0, 9944.0, 9958.0, 9963.0, 10001.0, 10003.0, 9952.0, 9977.0, 9954.0, 9979.0, 9939.0, 9982.0, 10003.0, 9965.0, 9988.0, 9950.0, 9977.0, 9949.0, 9978.0, 9986.0, 9964.0, 9989.0, 9958.0, 9975.0, 9943.0, 9962.0, 9999.0, 9960.0, 9956.0, 9960.0, 9974.0, 9932.0, 9975.0, 9986.0, 9960.0, 9988.0, 9951.0, 9991.0, 9934.0, 9974.0, 9944.0, 9975.0, 10014.0, 9946.0, 9970.0, 9958.0, 9960.0, 9953.0, 9958.0, 9979.0, 9939.0, 9952.0, 9940.0, 9958.0, 9992.0, 9933.0, 9953.0, 9941.0, 9958.0, 9941.0, 9977.0, 9986.0, 9963.0, 9973.0, 9964.0, 9981.0, 9988.0, 9979.0, 9989.0, 9989.0, 9987.0, 9952.0, 9983.0, 10006.0, 9956.0, 9979.0, 9971.0, 10000.0, 9981.0, 9982.0, 10007.0, 9953.0, 9963.0, 9947.0, 9977.0, 10001.0, 9948.0, 9971.0, 9963.0, 9977.0, 9959.0, 9978.0, 10001.0, 9948.0, 9964.0, 9953.0, 9983.0, 9978.0, 9968.0, 9988.0, 9952.0, 9975.0, 9957.0, 9984.0, 10006.0, 9961.0, 9985.0, 9961.0, 9959.0, 9929.0, 9958.0, 9999.0, 9941.0, 9954.0, 9927.0, 9958.0, 9993.0, 9944.0, 9966.0, 9942.0, 9958.0, 9951.0, 9944.0, 9981.0, 9944.0, 9960.0, 9966.0, 9957.0, 9981.0, 9945.0, 9970.0, 9930.0, 9986.0, 9945.0, 9980.0, 10003.0, 9957.0, 9997.0, 9969.0, 9985.0, 9983.0, 9986.0, 10024.0, 9981.0, 9982.0, 9991.0, 9964.0, 9989.0, 9972.0, 10000.0, 9951.0, 9980.0, 10004.0, 9965.0, 9980.0, 9952.0, 9982.0, 10017.0, 9954.0, 9979.0, 9950.0, 9980.0, 10003.0, 9968.0, 9981.0, 9964.0, 9983.0, 10003.0, 9968.0, 9993.0, 9967.0, 9981.0, 10001.0, 9966.0, 10004.0, 9964.0, 9981.0, 9989.0, 9967.0, 9991.0, 9964.0, 9979.0, 9988.0, 9961.0, 9986.0, 9959.0, 9961.0, 9967.0, 9960.0, 9984.0, 9943.0, 9973.0, 9967.0, 9960.0, 9985.0, 9953.0, 9963.0, 9993.0, 9967.0, 10008.0, 9976.0, 10017.0, 9996.0, 9986.0, 9996.0, 9973.0, 10000.0, 9984.0, 9980.0, 10003.0, 9964.0, 9959.0, 9931.0, 9976.0, 9987.0, 9951.0, 9960.0, 9949.0, 9980.0, 10008.0, 9950.0, 9986.0, 9966.0, 9965.0, 9959.0, 9960.0, 9997.0, 9946.0, 9961.0, 9948.0, 9981.0, 10008.0, 9962.0, 9984.0, 9948.0, 9972.0, 9955.0, 9986.0, 9977.0, 9980.0, 9994.0, 9963.0, 9979.0, 10004.0, 9949.0, 9962.0, 9945.0, 9973.0, 9983.0, 9964.0, 9977.0, 9948.0, 9982.0, 10005.0, 9970.0, 9984.0, 9971.0, 9987.0, 10023.0, 9969.0, 9991.0, 9996.0, 9986.0, 10008.0, 9953.0, 9978.0, 9951.0, 9987.0, 10021.0, 9967.0, 9977.0, 9949.0, 9978.0, 9949.0, 9981.0, 10005.0, 9964.0, 9965.0, 9945.0, 9964.0, 9997.0, 9948.0, 9964.0, 9943.0, 9965.0, 9985.0, 9949.0, 9973.0, 9946.0, 9974.0, 9944.0, 9980.0, 10005.0, 9952.0, 9993.0, 9935.0, 9983.0, 9987.0, 9964.0, 9991.0, 9963.0, 9975.0, 9945.0, 9965.0, 10018.0, 9966.0, 9959.0, 9953.0, 9955.0, 9979.0, 9929.0, 9955.0, 9942.0, 9973.0, 9998.0, 9948.0, 9990.0, 9958.0, 9978.0, 10003.0, 9947.0, 9973.0, 9935.0, 9978.0, 10002.0, 9955.0, 9978.0, 9971.0, 9982.0, 9974.0, 9992.0, 10030.0, 9973.0, 9984.0, 9951.0, 9979.0, 10005.0, 9957.0, 9982.0, 9952.0, 9985.0, 9981.0, 9990.0, 10034.0, 9984.0, 9990.0, 10020.0, 9990.0, 10004.0, 10001.0, 9993.0, 10003.0, 9954.0, 9987.0, 10009.0, 9978.0, 10003.0, 9981.0, 10000.0, 9997.0, 10016.0, 10051.0, 9994.0, 9990.0, 10011.0, 9986.0, 9999.0, 9954.0, 9982.0, 10020.0, 9965.0, 9966.0, 9960.0, 9963.0, 9990.0, 9947.0, 9958.0, 9941.0, 9960.0, 9972.0, 9953.0, 10000.0, 9977.0, 9981.0, 9989.0, 9949.0, 9977.0, 9952.0, 9985.0, 10009.0, 9994.0, 9985.0, 9995.0, 9989.0, 9981.0, 10008.0, 10000.0, 10025.0, 10021.0, 10068.0, 10014.0, 9992.0, 9994.0, 9966.0, 10006.0, 9999.0, 9980.0, 9954.0, 9928.0, 9935.0, 9947.0, 9967.0, 9972.0, 10018.0, 9993.0, 9963.0, 9990.0, 9944.0, 9959.0, 9964.0, 9941.0, 9963.0, 9919.0, 9933.0, 9899.0, 9916.0, 9969.0, 9900.0, 9929.0, 9898.0, 9916.0, 9950.0, 9914.0, 9922.0, 9916.0, 9930.0, 9918.0, 9935.0, 9973.0, 9922.0, 9946.0, 9920.0, 9937.0, 9955.0, 9920.0, 9958.0, 9934.0, 9948.0, 9906.0, 9950.0, 9945.0, 9955.0, 9976.0, 9952.0, 9988.0, 9944.0, 9962.0, 9946.0, 9978.0, 9956.0, 9988.0, 10026.0, 9975.0, 9999.0, 9955.0, 9984.0, 10011.0, 9970.0, 9982.0, 9966.0, 9987.0, 9995.0, 9977.0, 9987.0, 9996.0, 10009.0, 9997.0, 10013.0, 10036.0, 9998.0, 10020.0, 9993.0, 10007.0, 9991.0, 9995.0, 10016.0, 9997.0, 10026.0, 9978.0, 9995.0, 10032.0, 9977.0, 9998.0, 9979.0, 10005.0, 9985.0, 9989.0, 10014.0, 9972.0, 9985.0, 9976.0, 9965.0, 9989.0, 9950.0, 9964.0, 9985.0, 9949.0, 9991.0, 9948.0, 9978.0, 9973.0, 9953.0, 9992.0, 9952.0, 9964.0, 9989.0, 9949.0, 9974.0, 9934.0, 9968.0, 9987.0, 9953.0, 9964.0, 9974.0, 9992.0, 9984.0, 9988.0, 9998.0, 9979.0, 10022.0, 9990.0, 9991.0, 10030.0, 9970.0, 9986.0, 10022.0, 9969.0, 9984.0, 9979.0, 9982.0, 9993.0, 9965.0, 9981.0, 9954.0, 9988.0, 10027.0, 9979.0, 9990.0, 9988.0, 9991.0, 10030.0, 9980.0, 9992.0, 10004.0, 9989.0, 9996.0, 9972.0, 9984.0, 9971.0, 9992.0, 10028.0, 9975.0, 10000.0, 9971.0, 9987.0, 10010.0, 9959.0, 9996.0, 9952.0, 9979.0, 9953.0, 9983.0, 10024.0, 9969.0, 9983.0, 9950.0, 9978.0, 9999.0, 9960.0, 9987.0, 9966.0, 9956.0, 9946.0, 9961.0, 9960.0, 9978.0, 9966.0, 9985.0, 9971.0, 10004.0, 10042.0, 9984.0, 9980.0, 9950.0, 9988.0, 10020.0, 9955.0, 9965.0, 9934.0, 9979.0, 10022.0, 9971.0, 9982.0, 9981.0, 9968.0, 10005.0, 9978.0, 10007.0, 10000.0, 9996.0, 10015.0, 9974.0, 10003.0, 10011.0, 9978.0, 10043.0, 9995.0, 10011.0, 10018.0, 9999.0, 10038.0, 10018.0, 10029.0, 10002.0, 10019.0, 10054.0, 10001.0, 10025.0, 9996.0, 10011.0, 10047.0, 9974.0, 9985.0, 9955.0, 9981.0, 10005.0, 9949.0, 9962.0, 9961.0, 9963.0, 9959.0, 9961.0, 10003.0, 9948.0, 9982.0, 9939.0, 9945.0, 9980.0, 9946.0, 9947.0, 9961.0, 9970.0, 9998.0, 9992.0, 10036.0, 10030.0, 9993.0, 9987.0, 9939.0, 9952.0, 9980.0, 9936.0, 9944.0, 9933.0, 9952.0, 9931.0, 9939.0, 9976.0, 9941.0, 9954.0, 9964.0, 9979.0, 9986.0, 9966.0, 9989.0, 9968.0, 10001.0, 9966.0, 9989.0, 10023.0, 9965.0, 9975.0, 9948.0, 9976.0, 10000.0, 9967.0, 9981.0, 9964.0, 9989.0, 9972.0, 9992.0, 10032.0, 9980.0, 10011.0, 10018.0, 9989.0, 10012.0, 9972.0, 9988.0, 9992.0, 9964.0, 9990.0, 9950.0, 9966.0, 9970.0, 9961.0, 9984.0, 9951.0, 9962.0, 9940.0, 9958.0, 9994.0, 9944.0, 9959.0, 9951.0, 9981.0, 9973.0, 9960.0, 9987.0, 9946.0, 9970.0, 9925.0, 9975.0, 9997.0, 9944.0, 9936.0, 9940.0, 9956.0, 9966.0, 9947.0, 9980.0, 9953.0, 9956.0, 9924.0, 9961.0, 10000.0, 9959.0, 9958.0, 9945.0, 9976.0, 10000.0, 9964.0, 9976.0, 9962.0, 9965.0, 9988.0, 9956.0, 10017.0, 9965.0, 9982.0, 10004.0, 9966.0, 9964.0, 9957.0, 9988.0, 10024.0, 9970.0, 9995.0, 9954.0, 9986.0, 9990.0, 9967.0, 9994.0, 9963.0, 9983.0, 9964.0, 9966.0, 10010.0, 9978.0, 9983.0, 9962.0, 9984.0, 10005.0, 9963.0, 9978.0, 9973.0, 9966.0, 10011.0, 9973.0, 10006.0, 9972.0, 9987.0, 9987.0, 9993.0, 10032.0, 9996.0, 10006.0, 10000.0, 10041.0, 10032.0, 9989.0, 10012.0, 9984.0, 9980.0, 9961.0, 9963.0, 10004.0, 9944.0, 9955.0, 9941.0, 9958.0, 9997.0, 9958.0, 9956.0, 9927.0, 9956.0, 9992.0, 9941.0, 9957.0, 9941.0, 9958.0, 9978.0, 9942.0, 9961.0, 9969.0, 9962.0, 9990.0, 9952.0, 9981.0, 10017.0, 9976.0, 10013.0, 9971.0, 9990.0, 10012.0, 9972.0, 9991.0, 10025.0, 9973.0, 10018.0, 9989.0, 9991.0, 10029.0, 9981.0, 10005.0, 9976.0, 9993.0, 10031.0, 9978.0, 9993.0, 10000.0, 10013.0, 10033.0, 9992.0, 10004.0, 9976.0, 9992.0, 10029.0, 9971.0, 9984.0, 9966.0, 9982.0, 9965.0, 9983.0, 10009.0, 9969.0, 9965.0, 9947.0, 9966.0, 10004.0, 9952.0, 9978.0, 9951.0, 9983.0, 9980.0, 9966.0, 10010.0, 9966.0, 9963.0, 9951.0, 9978.0, 10003.0, 9947.0, 9987.0, 9958.0, 9959.0, 9925.0, 9956.0, 9996.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.0008556069802731411</td></tr>
<tr><td colspan=3>aqi</td><td>0.01705505220030349</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.12936162395597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2504396155960504</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0205005028018215</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>5932.9771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06502640100941208</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7587253414264037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476541651640887</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.429279760263275</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7008637537882083</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299481440871178</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113415</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009612608700990677</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01971641555428505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.7658257871027225</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>43.4256</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2328</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296660.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.8493</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2089</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.4559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.7696</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.3574</td></tr>
<tr><td colspan=3>tsnr</td><td>44.968835378065705</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>