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

616 lines
No EOL
142 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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-04/func/sub-0128_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>6493d58ec7237af7b5f6dad3223e0cdd</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>17:57:57.302500</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</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.0914791</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>[4248, -7806, -7188, 431, -110, 75, 131, 51]</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>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>deaeaf75-246f-4973-9efc-011592bd046a||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['175757.302500', '175757.762500', '175758.222500', '175758.682500', '175759.142500', '175759.602500', '175800.062500', '175800.522500', '175800.982500', '175801.442500', '175801.902500', '175802.362500', '175802.822500', '175803.282500', '175803.742500', '175804.202500', '175804.662500', '175805.122500', '175805.582500', '175806.042500', '175806.502500', '175806.962500', '175807.422500', '175807.882500', '175808.342500', '175808.802500', '175809.262500', '175809.722500', '175810.182500', '175810.642500', '175811.102500', '175811.562500', '175812.022500', '175812.482500', '175812.942500', '175813.402500', '175813.862500', '175814.322500', '175814.782500', '175815.242500', '175815.702500', '175816.162500', '175816.622500', '175817.082500', '175817.542500', '175818.002500', '175818.462500', '175818.922500', '175819.382500', '175819.842500', '175820.302500', '175820.762500', '175821.222500', '175821.682500', '175822.142500', '175822.602500', '175823.062500', '175823.522500', '175823.982500', '175824.442500', '175824.902500', '175825.362500', '175825.822500', '175826.282500', '175826.742500', '175827.202500', '175827.662500', '175828.122500', '175828.582500', '175829.042500', '175829.502500', '175829.962500', '175830.422500', '175830.882500', '175831.342500', '175831.802500', '175832.262500', '175832.722500', '175833.182500', '175833.642500', '175834.102500', '175834.562500', '175835.022500', '175835.482500', '175835.942500', '175836.402500', '175836.862500', '175837.322500', '175837.782500', '175838.242500', '175838.702500', '175839.162500', '175839.622500', '175840.082500', '175840.542500', '175841.002500', '175841.462500', '175841.922500', '175842.382500', '175842.842500', '175843.302500', '175843.762500', '175844.222500', '175844.682500', '175845.142500', '175845.602500', '175846.062500', '175846.522500', '175846.982500', '175847.442500', '175847.902500', '175848.362500', '175848.822500', '175849.282500', '175849.742500', '175850.202500', '175850.662500', '175851.122500', '175851.582500', '175852.042500', '175852.502500', '175852.962500', '175853.422500', '175853.882500', '175854.342500', '175854.802500', '175855.262500', '175855.722500', '175856.182500', '175856.642500', '175857.102500', '175857.562500', '175858.022500', '175858.482500', '175858.942500', '175859.402500', '175859.862500', '175900.322500', '175900.782500', '175901.242500', '175901.702500', '175902.162500', '175902.622500', '175903.082500', '175903.542500', '175904.002500', '175904.462500', '175904.922500', '175905.382500', '175905.842500', '175906.302500', '175906.762500', '175907.222500', '175907.682500', '175908.142500', '175908.602500', '175909.062500', '175909.522500', '175909.982500', '175910.442500', '175910.902500', '175911.362500', '175911.822500', '175912.282500', '175912.742500', '175913.202500', '175913.662500', '175914.122500', '175914.582500', '175915.042500', '175915.502500', '175915.962500', '175916.422500', '175916.882500', '175917.342500', '175917.802500', '175918.262500', '175918.722500', '175919.182500', '175919.642500', '175920.102500', '175920.562500', '175921.022500', '175921.482500', '175921.942500', '175922.402500', '175922.862500', '175923.322500', '175923.782500', '175924.242500', '175924.702500', '175925.162500', '175925.622500', '175926.082500', '175926.542500', '175927.002500', '175927.462500', '175927.922500', '175928.382500', '175928.842500', '175929.302500', '175929.762500', '175930.222500', '175930.682500', '175931.142500', '175931.602500', '175932.062500', '175932.522500', '175932.982500', '175933.442500', '175933.902500', '175934.362500', '175934.822500', '175935.282500', '175935.742500', '175936.202500', '175936.662500', '175937.122500', '175937.582500', '175938.042500', '175938.502500', '175938.962500', '175939.422500', '175939.882500', '175940.342500', '175940.802500', '175941.262500', '175941.722500', '175942.182500', '175942.642500', '175943.102500', '175943.562500', '175944.022500', '175944.482500', '175944.942500', '175945.402500', '175945.862500', '175946.322500', '175946.782500', '175947.242500', '175947.702500', '175948.162500', '175948.622500', '175949.082500', '175949.542500', '175950.002500', '175950.462500', '175950.922500', '175951.382500', '175951.842500', '175952.302500', '175952.762500', '175953.222500', '175953.682500', '175954.142500', '175954.602500', '175955.062500', '175955.522500', '175955.982500', '175956.442500', '175956.902500', '175957.362500', '175957.822500', '175958.282500', '175958.742500', '175959.202500', '175959.662500', '180000.122500', '180000.582500', '180001.042500', '180001.502500', '180001.962500', '180002.422500', '180002.882500', '180003.342500', '180003.802500', '180004.262500', '180004.722500', '180005.182500', '180005.642500', '180006.102500', '180006.562500', '180007.022500', '180007.482500', '180007.942500', '180008.402500', '180008.862500', '180009.322500', '180009.782500', '180010.242500', '180010.702500', '180011.162500', '180011.622500', '180012.082500', '180012.542500', '180013.002500', '180013.462500', '180013.922500', '180014.382500', '180014.842500', '180015.302500', '180015.762500', '180016.222500', '180016.682500', '180017.142500', '180017.602500', '180018.062500', '180018.522500', '180018.982500', '180019.442500', '180019.902500', '180020.362500', '180020.822500', '180021.282500', '180021.742500', '180022.202500', '180022.662500', '180023.122500', '180023.582500', '180024.042500', '180024.502500', '180024.962500', '180025.422500', '180025.882500', '180026.342500', '180026.802500', '180027.262500', '180027.722500', '180028.182500', '180028.642500', '180029.102500', '180029.562500', '180030.022500', '180030.482500', '180030.942500', '180031.402500', '180031.862500', '180032.322500', '180032.782500', '180033.242500', '180033.702500', '180034.162500', '180034.622500', '180035.082500', '180035.542500', '180036.002500', '180036.462500', '180036.922500', '180037.382500', '180037.842500', '180038.302500', '180038.762500', '180039.222500', '180039.682500', '180040.142500', '180040.602500', '180041.062500', '180041.522500', '180041.982500', '180042.442500', '180042.902500', '180043.362500', '180043.822500', '180044.282500', '180044.742500', '180045.202500', '180045.662500', '180046.122500', '180046.582500', '180047.042500', '180047.502500', '180047.962500', '180048.422500', '180048.882500', '180049.342500', '180049.802500', '180050.262500', '180050.722500', '180051.182500', '180051.642500', '180052.102500', '180052.562500', '180053.022500', '180053.482500', '180053.942500', '180054.402500', '180054.862500', '180055.322500', '180055.782500', '180056.242500', '180056.702500', '180057.162500', '180057.622500', '180058.082500', '180058.542500', '180059.002500', '180059.462500', '180059.922500', '180100.382500', '180100.842500', '180101.302500', '180101.762500', '180102.222500', '180102.682500', '180103.142500', '180103.602500', '180104.062500', '180104.522500', '180104.982500', '180105.442500', '180105.902500', '180106.362500', '180106.822500', '180107.282500', '180107.742500', '180108.202500', '180108.662500', '180109.122500', '180109.582500', '180110.042500', '180110.502500', '180110.962500', '180111.422500', '180111.882500', '180112.342500', '180112.802500', '180113.262500', '180113.722500', '180114.182500', '180114.642500', '180115.102500', '180115.562500', '180116.022500', '180116.482500', '180116.942500', '180117.402500', '180117.862500', '180118.322500', '180118.782500', '180119.242500', '180119.702500', '180120.162500', '180120.622500', '180121.082500', '180121.542500', '180122.002500', '180122.462500', '180122.922500', '180123.382500', '180123.842500', '180124.302500', '180124.762500', '180125.222500', '180125.682500', '180126.142500', '180126.602500', '180127.062500', '180127.522500', '180127.982500', '180128.442500', '180128.902500', '180129.362500', '180129.822500', '180130.282500', '180130.742500', '180131.202500', '180131.662500', '180132.122500', '180132.582500', '180133.042500', '180133.502500', '180133.962500', '180134.422500', '180134.882500', '180135.342500', '180135.802500', '180136.262500', '180136.722500', '180137.182500', '180137.642500', '180138.102500', '180138.562500', '180139.022500', '180139.482500', '180139.942500', '180140.402500', '180140.862500', '180141.322500', '180141.782500', '180142.242500', '180142.702500', '180143.162500', '180143.622500', '180144.082500', '180144.542500', '180145.002500', '180145.462500', '180145.922500', '180146.382500', '180146.842500', '180147.302500', '180147.762500', '180148.222500', '180148.682500', '180149.142500', '180149.602500', '180150.062500', '180150.522500', '180150.982500', '180151.442500', '180151.902500', '180152.362500', '180152.822500', '180153.282500', '180153.742500', '180154.202500', '180154.662500', '180155.122500', '180155.582500', '180156.042500', '180156.502500', '180156.962500', '180157.422500', '180157.882500', '180158.342500', '180158.802500', '180159.262500', '180159.722500', '180200.182500', '180200.642500', '180201.102500', '180201.562500', '180202.022500', '180202.482500', '180202.942500', '180203.402500', '180203.862500', '180204.322500', '180204.782500', '180205.242500', '180205.702500', '180206.162500', '180206.622500', '180207.082500', '180207.542500', '180208.002500', '180208.462500', '180208.922500', '180209.382500', '180209.842500', '180210.302500', '180210.762500', '180211.222500', '180211.682500', '180212.142500', '180212.602500', '180213.062500', '180213.522500', '180213.982500', '180214.442500', '180214.902500', '180215.362500', '180215.822500', '180216.282500', '180216.742500', '180217.202500', '180217.662500', '180218.122500', '180218.582500', '180219.042500', '180219.502500', '180219.962500', '180220.422500', '180220.882500', '180221.342500', '180221.802500', '180222.262500', '180222.722500', '180223.182500', '180223.642500', '180224.102500', '180224.562500', '180225.022500', '180225.482500', '180225.942500', '180226.402500', '180226.862500', '180227.322500', '180227.782500', '180228.242500', '180228.702500', '180229.162500', '180229.622500', '180230.082500', '180230.542500', '180231.002500', '180231.462500', '180231.922500', '180232.382500', '180232.842500', '180233.302500', '180233.762500', '180234.222500', '180234.682500', '180235.142500', '180235.602500', '180236.062500', '180236.522500', '180236.982500', '180237.442500', '180237.902500', '180238.362500', '180238.822500', '180239.282500', '180239.742500', '180240.202500', '180240.662500', '180241.122500', '180241.582500', '180242.042500', '180242.502500', '180242.962500', '180243.422500', '180243.882500', '180244.342500', '180244.802500', '180245.262500', '180245.722500', '180246.182500', '180246.642500', '180247.102500', '180247.562500', '180248.022500', '180248.482500', '180248.942500', '180249.402500', '180249.862500', '180250.322500', '180250.782500', '180251.242500', '180251.702500', '180252.162500', '180252.622500', '180253.082500', '180253.542500', '180254.002500', '180254.462500', '180254.922500', '180255.382500', '180255.842500', '180256.302500', '180256.762500', '180257.222500', '180257.682500', '180258.142500', '180258.602500', '180259.062500', '180259.522500', '180259.982500', '180300.442500', '180300.902500', '180301.362500', '180301.822500', '180302.282500', '180302.742500', '180303.202500', '180303.662500', '180304.122500', '180304.582500', '180305.042500', '180305.502500', '180305.962500', '180306.422500', '180306.882500', '180307.342500', '180307.802500', '180308.262500', '180308.722500', '180309.182500', '180309.642500', '180310.102500', '180310.562500', '180311.022500', '180311.482500', '180311.942500', '180312.402500', '180312.862500', '180313.322500', '180313.782500', '180314.242500', '180314.702500', '180315.162500', '180315.622500', '180316.082500', '180316.542500', '180317.002500', '180317.462500', '180317.922500', '180318.382500', '180318.842500', '180319.302500', '180319.762500', '180320.222500', '180320.682500', '180321.142500', '180321.602500', '180322.062500', '180322.522500', '180322.982500', '180323.442500', '180323.902500', '180324.362500', '180324.822500', '180325.282500', '180325.742500', '180326.202500', '180326.662500', '180327.122500', '180327.582500', '180328.042500', '180328.502500', '180328.962500', '180329.422500', '180329.882500', '180330.342500', '180330.802500', '180331.262500', '180331.722500', '180332.182500', '180332.642500', '180333.102500', '180333.562500', '180334.022500', '180334.482500', '180334.942500', '180335.402500', '180335.862500', '180336.322500', '180336.782500', '180337.242500', '180337.702500', '180338.162500', '180338.622500', '180339.082500', '180339.542500', '180340.002500', '180340.462500', '180340.922500', '180341.382500', '180341.842500', '180342.302500', '180342.762500', '180343.222500', '180343.682500', '180344.142500', '180344.602500', '180345.062500', '180345.522500', '180345.982500', '180346.442500', '180346.902500', '180347.362500', '180347.822500', '180348.282500', '180348.742500', '180349.202500', '180349.662500', '180350.122500', '180350.582500', '180351.042500', '180351.502500', '180351.962500', '180352.422500', '180352.882500', '180353.342500', '180353.802500', '180354.262500', '180354.722500', '180355.182500', '180355.642500', '180356.102500', '180356.562500', '180357.022500', '180357.482500', '180357.942500', '180358.402500', '180358.862500', '180359.322500', '180359.782500', '180400.242500', '180400.702500', '180401.162500', '180401.622500', '180402.082500', '180402.542500', '180403.002500', '180403.462500', '180403.922500', '180404.382500', '180404.842500', '180405.302500', '180405.762500', '180406.222500', '180406.682500', '180407.142500', '180407.602500', '180408.062500', '180408.522500', '180408.982500', '180409.442500', '180409.902500', '180410.362500', '180410.822500', '180411.282500', '180411.742500', '180412.202500', '180412.662500', '180413.122500', '180413.582500', '180414.042500', '180414.502500', '180414.962500', '180415.422500', '180415.882500', '180416.342500', '180416.802500', '180417.262500', '180417.722500', '180418.182500', '180418.642500', '180419.102500', '180419.562500', '180420.022500', '180420.482500', '180420.942500', '180421.402500', '180421.862500', '180422.322500', '180422.782500', '180423.242500', '180423.702500', '180424.162500', '180424.622500', '180425.082500', '180425.542500', '180426.002500', '180426.462500', '180426.922500', '180427.382500', '180427.842500', '180428.302500', '180428.762500', '180429.222500', '180429.682500', '180430.142500', '180430.602500', '180431.062500', '180431.522500', '180431.982500', '180432.442500', '180432.902500', '180433.362500', '180433.822500', '180434.282500', '180434.742500', '180435.202500', '180435.662500', '180436.122500', '180436.582500', '180437.042500', '180437.502500', '180437.962500', '180438.422500', '180438.882500', '180439.342500', '180439.802500', '180440.262500', '180440.722500', '180441.182500', '180441.642500', '180442.102500', '180442.562500', '180443.022500', '180443.482500', '180443.942500', '180444.402500', '180444.862500', '180445.322500', '180445.782500', '180446.242500', '180446.702500', '180447.162500', '180447.622500', '180448.082500', '180448.542500', '180449.002500', '180449.462500', '180449.922500', '180450.382500', '180450.842500', '180451.302500', '180451.762500', '180452.222500', '180452.682500', '180453.142500', '180453.602500', '180454.062500', '180454.522500', '180454.982500', '180455.442500', '180455.902500', '180456.362500', '180456.822500', '180457.282500', '180457.742500', '180458.202500', '180458.662500', '180459.122500', '180459.582500', '180500.042500', '180500.502500', '180500.962500', '180501.422500', '180501.882500', '180502.342500', '180502.802500', '180503.262500', '180503.722500', '180504.182500', '180504.642500', '180505.102500', '180505.562500', '180506.022500', '180506.482500', '180506.942500', '180507.402500', '180507.862500', '180508.322500', '180508.782500', '180509.242500', '180509.702500', '180510.162500', '180510.622500', '180511.082500', '180511.542500', '180512.002500', '180512.462500', '180512.922500', '180513.382500', '180513.842500', '180514.302500', '180514.762500', '180515.222500', '180515.682500', '180516.142500', '180516.602500', '180517.062500', '180517.522500', '180517.982500', '180518.442500', '180518.902500', '180519.362500', '180519.822500', '180520.282500', '180520.742500', '180521.202500', '180521.662500', '180522.122500', '180522.582500', '180523.042500', '180523.502500', '180523.962500', '180524.422500', '180524.882500', '180525.342500', '180525.802500', '180526.262500', '180526.722500', '180527.182500', '180527.642500', '180528.102500', '180528.562500', '180529.022500', '180529.482500', '180529.942500', '180530.402500', '180530.862500', '180531.322500', '180531.782500', '180532.242500', '180532.702500', '180533.162500', '180533.622500', '180534.082500', '180534.542500', '180535.002500', '180535.462500', '180535.922500', '180536.382500', '180536.842500', '180537.302500', '180537.762500', '180538.222500', '180538.682500', '180539.142500', '180539.602500', '180540.062500', '180540.522500', '180540.982500', '180541.442500', '180541.902500', '180542.362500', '180542.822500', '180543.282500', '180543.742500', '180544.202500', '180544.662500', '180545.122500', '180545.582500', '180546.042500', '180546.502500', '180546.962500', '180547.422500', '180547.882500', '180548.342500', '180548.802500', '180549.262500', '180549.722500', '180550.182500', '180550.642500', '180551.102500', '180551.562500', '180552.022500', '180552.482500', '180552.942500', '180553.402500', '180553.862500', '180554.322500', '180554.782500', '180555.242500', '180555.702500', '180556.162500', '180556.622500', '180557.082500', '180557.542500', '180558.002500', '180558.462500', '180558.922500', '180559.382500', '180559.842500', '180600.302500', '180600.762500', '180601.222500', '180601.682500', '180602.142500', '180602.602500', '180603.062500', '180603.522500', '180603.982500', '180604.442500', '180604.902500', '180605.362500', '180605.822500', '180606.282500', '180606.742500', '180607.202500', '180607.662500', '180608.122500', '180608.582500', '180609.042500', '180609.502500', '180609.962500', '180610.422500', '180610.882500', '180611.342500', '180611.802500', '180612.262500', '180612.722500', '180613.182500', '180613.642500', '180614.102500', '180614.562500', '180615.022500', '180615.482500', '180615.942500', '180616.402500', '180616.862500', '180617.322500', '180617.782500', '180618.242500', '180618.702500', '180619.162500', '180619.622500', '180620.082500', '180620.542500', '180621.002500', '180621.462500', '180621.922500', '180622.382500', '180622.842500', '180623.302500', '180623.762500', '180624.222500', '180624.682500', '180625.142500', '180625.602500', '180626.062500', '180626.522500', '180626.982500', '180627.442500', '180627.902500', '180628.362500', '180628.822500', '180629.282500', '180629.742500', '180630.202500', '180630.662500', '180631.122500', '180631.582500', '180632.042500', '180632.502500', '180632.962500', '180633.422500', '180633.882500', '180634.342500', '180634.802500', '180635.262500', '180635.722500', '180636.182500', '180636.642500', '180637.102500', '180637.562500', '180638.022500', '180638.482500', '180638.942500', '180639.402500', '180639.862500', '180640.322500', '180640.782500', '180641.242500', '180641.702500', '180642.162500', '180642.622500', '180643.082500', '180643.542500', '180644.002500', '180644.462500', '180644.922500', '180645.382500', '180645.842500', '180646.302500', '180646.762500', '180647.222500', '180647.682500', '180648.142500', '180648.602500', '180649.062500', '180649.522500', '180649.982500', '180650.442500', '180650.902500', '180651.362500', '180651.822500', '180652.282500', '180652.742500', '180653.202500', '180653.662500', '180654.122500', '180654.582500', '180655.042500', '180655.502500', '180655.962500', '180656.422500', '180656.882500', '180657.342500', '180657.802500', '180658.262500', '180658.722500', '180659.182500', '180659.642500', '180700.102500', '180700.562500', '180701.022500', '180701.482500', '180701.942500', '180702.402500', '180702.862500', '180703.322500', '180703.782500', '180704.242500', '180704.702500', '180705.162500', '180705.622500', '180706.082500', '180706.542500', '180707.002500', '180707.462500', '180707.922500', '180708.382500', '180708.842500', '180709.302500', '180709.762500', '180710.222500', '180710.682500', '180711.142500', '180711.602500', '180712.062500', '180712.522500', '180712.982500', '180713.442500', '180713.902500', '180714.362500', '180714.822500', '180715.282500', '180715.742500', '180716.202500', '180716.662500', '180717.122500', '180717.582500', '180718.042500', '180718.502500', '180718.962500', '180719.422500', '180719.882500', '180720.342500', '180720.802500', '180721.262500', '180721.722500', '180722.182500', '180722.642500', '180723.102500', '180723.562500', '180724.022500', '180724.482500', '180724.942500', '180725.402500', '180725.862500', '180726.322500', '180726.782500', '180727.242500', '180727.702500', '180728.162500', '180728.622500', '180729.082500', '180729.542500', '180730.002500', '180730.462500', '180730.922500', '180731.382500', '180731.842500', '180732.302500', '180732.762500', '180733.222500', '180733.682500', '180734.142500', '180734.602500', '180735.062500', '180735.522500', '180735.982500', '180736.442500', '180736.902500', '180737.362500', '180737.822500', '180738.282500', '180738.742500', '180739.202500', '180739.662500', '180740.122500', '180740.582500', '180741.042500', '180741.502500', '180741.962500', '180742.422500', '180742.882500', '180743.342500', '180743.802500', '180744.262500', '180744.722500', '180745.182500', '180745.642500', '180746.102500', '180746.562500', '180747.022500', '180747.482500', '180747.942500', '180748.402500', '180748.862500', '180749.322500', '180749.782500', '180750.242500', '180750.702500', '180751.162500', '180751.622500', '180752.082500', '180752.542500', '180753.002500', '180753.462500', '180753.922500', '180754.382500', '180754.842500', '180755.302500', '180755.762500', '180756.222500', '180756.682500', '180757.142500', '180757.602500', '180758.062500', '180758.522500', '180758.982500', '180759.442500', '180759.902500', '180800.362500', '180800.822500', '180801.282500', '180801.742500', '180802.202500', '180802.662500', '180803.122500', '180803.582500', '180804.042500', '180804.502500', '180804.962500'], 'ContentTime': ['175819.946000', '175819.949000', '175819.952000', '175819.955000', '175819.958000', '175819.960000', '175819.965000', '175819.968000', '175819.970000', '175819.973000', '175819.975000', '175819.978000', '175819.980000', '175819.983000', '175819.986000', '175819.988000', '175819.991000', '175819.993000', '175819.996000', '175819.998000', '175820.002000', '175820.005000', '175820.007000', '175820.010000', '175820.012000', '175820.015000', '175820.017000', '175820.020000', '175820.023000', '175820.025000', '175820.028000', '175820.030000', '175820.033000', '175820.036000', '175820.038000', '175820.041000', '175820.043000', '175820.046000', '175820.048000', '175820.051000', '175820.053000', '175820.065000', '175820.068000', '175820.070000', '175820.073000', '175820.076000', '175839.915000', '175839.918000', '175839.921000', '175839.923000', '175839.926000', '175839.928000', '175839.931000', '175839.933000', '175839.936000', '175839.939000', '175839.941000', '175839.944000', '175839.946000', '175839.949000', '175839.951000', '175839.954000', '175839.956000', '175839.959000', '175839.962000', '175839.964000', '175839.967000', '175839.969000', '175839.972000', '175839.974000', '175839.977000', '175839.979000', '175839.982000', '175839.985000', '175839.987000', '175839.990000', '175839.992000', '175839.995000', '175839.997000', '175840.001000', '175840.003000', '175840.006000', '175840.008000', '175840.011000', '175840.014000', '175840.016000', '175840.019000', '175840.021000', '175840.024000', '175859.914000', '175859.917000', '175859.920000', '175859.922000', '175859.925000', '175859.927000', '175859.930000', '175859.933000', '175859.935000', '175859.938000', '175859.940000', '175859.943000', '175859.945000', '175859.948000', '175859.951000', '175859.953000', '175859.956000', '175859.958000', '175859.961000', '175859.963000', '175859.966000', '175859.968000', '175859.971000', '175859.974000', '175859.976000', '175859.979000', '175859.981000', '175859.984000', '175859.986000', '175859.989000', '175900.000000', '175900.003000', '175900.005000', '175900.008000', '175900.010000', '175900.013000', '175900.015000', '175900.018000', '175900.021000', '175900.023000', '175900.026000', '175900.028000', '175900.031000', '175900.033000', '175919.915000', '175919.917000', '175919.920000', '175919.923000', '175919.925000', '175919.928000', '175919.935000', '175919.938000', '175919.941000', '175919.943000', '175919.946000', '175919.948000', '175919.951000', '175919.953000', '175919.956000', '175919.958000', '175919.961000', '175919.964000', '175919.966000', '175919.969000', '175919.971000', '175919.974000', '175919.976000', '175919.979000', '175919.981000', '175919.984000', '175919.986000', '175919.989000', '175919.991000', '175919.994000', '175919.997000', '175920.000000', '175920.003000', '175920.005000', '175920.008000', '175920.010000', '175920.019000', '175920.022000', '175920.024000', '175920.027000', '175920.029000', '175920.032000', '175920.035000', '175939.914000', '175939.917000', '175939.920000', '175939.922000', '175939.925000', '175939.927000', '175939.930000', '175939.932000', '175939.935000', '175939.938000', '175939.942000', '175939.945000', '175939.947000', '175939.950000', '175939.952000', '175939.955000', '175939.958000', '175939.960000', '175939.963000', '175939.965000', '175939.968000', '175939.971000', '175939.973000', '175939.976000', '175939.978000', '175939.981000', '175939.983000', '175939.986000', '175939.989000', '175939.991000', '175939.994000', '175939.997000', '175940.000000', '175940.003000', '175940.005000', '175940.008000', '175940.011000', '175940.013000', '175940.024000', '175940.027000', '175940.030000', '175940.032000', '175940.035000', '175940.037000', '175959.914000', '175959.917000', '175959.920000', '175959.923000', '175959.925000', '175959.928000', '175959.930000', '175959.939000', '175959.941000', '175959.944000', '175959.946000', '175959.949000', '175959.951000', '175959.954000', '175959.957000', '175959.959000', '175959.962000', '175959.964000', '175959.967000', '175959.970000', '175959.972000', '175959.975000', '175959.977000', '175959.980000', '175959.982000', '175959.985000', '175959.988000', '175959.990000', '175959.993000', '175959.995000', '175959.998000', '180000.002000', '180000.004000', '180000.007000', '180000.010000', '180000.012000', '180000.015000', '180000.018000', '180000.020000', '180000.023000', '180000.025000', '180000.028000', '180000.030000', '180019.914000', '180019.917000', '180019.920000', '180019.922000', '180019.925000', '180019.928000', '180019.930000', '180019.933000', '180019.935000', '180019.938000', '180019.940000', '180019.943000', '180019.946000', '180019.948000', '180019.951000', '180019.953000', '180019.956000', '180019.958000', '180019.961000', '180019.964000', '180019.966000', '180019.969000', '180019.971000', '180019.974000', '180019.976000', '180019.979000', '180019.982000', '180019.984000', '180019.987000', '180019.990000', '180019.992000', '180019.995000', '180019.998000', '180020.001000', '180020.004000', '180020.006000', '180020.009000', '180020.011000', '180020.014000', '180020.017000', '180020.019000', '180020.022000', '180020.024000', '180039.915000', '180039.918000', '180039.921000', '180039.923000', '180039.926000', '180039.940000', '180039.943000', '180039.946000', '180039.948000', '180039.951000', '180039.953000', '180039.956000', '180039.958000', '180039.961000', '180039.964000', '180039.966000', '180039.969000', '180039.971000', '180039.974000', '180039.977000', '180039.979000', '180039.982000', '180039.984000', '180039.987000', '180039.990000', '180039.992000', '180039.995000', '180039.997000', '180040.001000', '180040.003000', '180040.006000', '180040.009000', '180040.011000', '180040.014000', '180040.016000', '180040.019000', '180040.021000', '180040.024000', '180040.027000', '180040.029000', '180040.032000', '180040.034000', '180040.037000', '180040.039000', '180059.916000', '180059.918000', '180059.921000', '180059.924000', '180059.926000', '180059.929000', '180059.932000', '180059.934000', '180059.937000', '180059.939000', '180059.942000', '180059.945000', '180059.947000', '180059.950000', '180059.953000', '180059.956000', '180059.959000', '180059.961000', '180059.983000', '180059.985000', '180059.988000', '180059.991000', '180059.993000', '180059.996000', '180100.000000', '180100.002000', '180100.005000', '180100.007000', '180100.010000', '180100.013000', '180100.015000', '180100.018000', '180100.020000', '180100.023000', '180100.026000', '180100.028000', '180100.031000', '180100.033000', '180100.036000', '180100.039000', '180100.041000', '180100.044000', '180100.046000', '180119.914000', '180119.917000', '180119.920000', '180119.922000', '180119.925000', '180119.928000', '180119.930000', '180119.933000', '180119.935000', '180119.938000', '180119.941000', '180119.943000', '180119.946000', '180119.948000', '180119.951000', '180119.953000', '180119.956000', '180119.959000', '180119.961000', '180119.964000', '180119.966000', '180119.969000', '180119.972000', '180119.974000', '180119.977000', '180119.979000', '180119.982000', '180119.984000', '180119.987000', '180119.989000', '180119.992000', '180119.995000', '180119.997000', '180120.001000', '180120.003000', '180120.006000', '180120.009000', '180120.011000', '180120.014000', '180120.016000', '180120.019000', '180120.021000', '180120.024000', '180120.026000', '180139.914000', '180139.917000', '180139.920000', '180139.923000', '180139.925000', '180139.928000', '180139.930000', '180139.933000', '180139.935000', '180139.938000', '180139.941000', '180139.943000', '180139.946000', '180139.948000', '180139.951000', '180139.953000', '180139.956000', '180139.959000', '180139.961000', '180139.964000', '180139.966000', '180139.969000', '180139.971000', '180139.974000', '180139.976000', '180139.979000', '180139.981000', '180139.984000', '180139.987000', '180139.989000', '180139.992000', '180139.994000', '180139.997000', '180140.000000', '180140.003000', '180140.006000', '180140.008000', '180140.011000', '180140.013000', '180140.016000', '180140.018000', '180140.021000', '180140.023000', '180159.914000', '180159.917000', '180159.920000', '180159.923000', '180159.925000', '180159.928000', '180159.930000', '180159.933000', '180159.935000', '180159.938000', '180159.941000', '180159.943000', '180159.946000', '180159.948000', '180159.951000', '180159.953000', '180159.956000', '180159.959000', '180159.961000', '180159.964000', '180159.967000', '180159.969000', '180159.972000', '180159.974000', '180159.977000', '180159.979000', '180159.982000', '180159.985000', '180159.987000', '180159.990000', '180159.992000', '180159.995000', '180159.998000', '180200.001000', '180200.004000', '180200.006000', '180200.009000', '180200.012000', '180200.014000', '180200.017000', '180200.019000', '180200.022000', '180200.024000', '180200.027000', '180219.914000', '180219.917000', '180219.920000', '180219.922000', '180219.925000', '180219.927000', '180219.930000', '180219.933000', '180219.935000', '180219.938000', '180219.940000', '180219.943000', '180219.945000', '180219.948000', '180219.951000', '180219.953000', '180219.956000', '180219.958000', '180219.961000', '180219.964000', '180219.966000', '180219.969000', '180219.971000', '180219.974000', '180219.976000', '180219.979000', '180219.981000', '180219.985000', '180219.988000', '180219.990000', '180219.993000', '180219.996000', '180219.998000', '180220.002000', '180220.004000', '180220.007000', '180220.010000', '180220.012000', '180220.015000', '180220.017000', '180220.021000', '180220.024000', '180220.027000', '180239.915000', '180239.917000', '180239.920000', '180239.923000', '180239.925000', '180239.928000', '180239.930000', '180239.933000', '180239.935000', '180239.938000', '180239.941000', '180239.943000', '180239.946000', '180239.948000', '180239.951000', '180239.954000', '180239.956000', '180239.959000', '180239.961000', '180239.964000', '180239.966000', '180239.969000', '180239.972000', '180239.974000', '180239.977000', '180239.979000', '180239.982000', '180239.985000', '180239.988000', '180239.991000', '180239.994000', '180239.996000', '180240.001000', '180240.004000', '180240.007000', '180240.009000', '180240.012000', '180240.014000', '180240.017000', '180240.020000', '180240.022000', '180240.025000', '180240.027000', '180240.030000', '180259.915000', '180259.918000', '180259.921000', '180259.923000', '180259.926000', '180259.929000', '180259.931000', '180259.934000', '180259.936000', '180259.939000', '180259.942000', '180259.944000', '180259.947000', '180259.949000', '180259.952000', '180259.955000', '180259.957000', '180259.960000', '180259.962000', '180259.965000', '180259.967000', '180259.970000', '180259.973000', '180259.975000', '180259.978000', '180259.981000', '180259.983000', '180259.986000', '180259.989000', '180300.013000', '180300.016000', '180300.019000', '180300.021000', '180300.024000', '180300.026000', '180300.029000', '180300.031000', '180300.034000', '180300.037000', '180300.039000', '180300.042000', '180300.044000', '180300.047000', '180319.915000', '180319.918000', '180319.921000', '180319.923000', '180319.926000', '180319.929000', '180319.931000', '180319.934000', '180319.936000', '180319.939000', '180319.941000', '180319.944000', '180319.947000', '180319.949000', '180319.952000', '180319.954000', '180319.957000', '180319.960000', '180319.962000', '180319.965000', '180319.967000', '180319.970000', '180319.972000', '180319.975000', '180319.978000', '180319.980000', '180319.983000', '180319.985000', '180319.988000', '180319.991000', '180319.993000', '180319.996000', '180319.998000', '180320.002000', '180320.004000', '180320.007000', '180320.010000', '180320.012000', '180320.015000', '180320.017000', '180320.020000', '180320.023000', '180320.025000', '180320.028000', '180339.914000', '180339.917000', '180339.920000', '180339.922000', '180339.925000', '180339.928000', '180339.930000', '180339.933000', '180339.935000', '180339.938000', '180339.940000', '180339.943000', '180339.946000', '180339.948000', '180339.951000', '180339.953000', '180339.956000', '180339.958000', '180339.961000', '180339.964000', '180339.966000', '180339.969000', '180339.971000', '180339.974000', '180339.976000', '180339.979000', '180339.982000', '180339.984000', '180339.987000', '180339.989000', '180339.992000', '180339.995000', '180339.997000', '180340.001000', '180340.004000', '180340.006000', '180340.009000', '180340.011000', '180340.014000', '180340.017000', '180340.019000', '180340.022000', '180340.024000', '180359.915000', '180359.917000', '180359.920000', '180359.923000', '180359.925000', '180359.928000', '180359.930000', '180359.933000', '180359.936000', '180359.938000', '180359.941000', '180359.943000', '180359.946000', '180359.949000', '180359.951000', '180359.954000', '180359.956000', '180359.959000', '180359.962000', '180359.964000', '180359.967000', '180359.969000', '180359.972000', '180359.975000', '180359.977000', '180359.980000', '180359.982000', '180359.985000', '180359.988000', '180359.990000', '180359.993000', '180359.996000', '180359.998000', '180400.001000', '180400.003000', '180400.006000', '180400.009000', '180400.011000', '180400.014000', '180400.016000', '180400.019000', '180400.023000', '180400.025000', '180400.028000', '180419.914000', '180419.917000', '180419.920000', '180419.923000', '180419.925000', '180419.928000', '180419.930000', '180419.933000', '180419.935000', '180419.938000', '180419.941000', '180419.943000', '180419.946000', '180419.948000', '180419.951000', '180419.953000', '180419.956000', '180419.959000', '180419.961000', '180419.964000', '180419.966000', '180419.969000', '180419.972000', '180419.974000', '180419.977000', '180419.979000', '180419.982000', '180419.985000', '180419.987000', '180419.990000', '180419.992000', '180419.995000', '180419.998000', '180420.001000', '180420.004000', '180420.006000', '180420.009000', '180420.011000', '180420.014000', '180420.017000', '180420.019000', '180420.022000', '180420.024000', '180439.915000', '180439.918000', '180439.920000', '180439.923000', '180439.925000', '180439.928000', '180439.930000', '180439.933000', '180439.936000', '180439.938000', '180439.941000', '180439.943000', '180439.946000', '180439.949000', '180439.951000', '180439.954000', '180439.956000', '180439.959000', '180439.961000', '180439.964000', '180439.966000', '180439.969000', '180439.972000', '180439.974000', '180439.977000', '180439.979000', '180439.982000', '180439.984000', '180439.987000', '180439.990000', '180439.992000', '180439.995000', '180439.997000', '180440.001000', '180440.003000', '180440.006000', '180440.009000', '180440.011000', '180440.014000', '180440.016000', '180440.019000', '180440.021000', '180440.024000', '180440.026000', '180459.915000', '180459.917000', '180459.920000', '180459.923000', '180459.925000', '180459.928000', '180459.930000', '180459.933000', '180459.936000', '180459.938000', '180459.941000', '180459.944000', '180459.946000', '180459.949000', '180459.951000', '180459.954000', '180459.956000', '180459.959000', '180459.962000', '180459.964000', '180459.967000', '180459.969000', '180459.972000', '180459.975000', '180459.977000', '180459.980000', '180459.982000', '180459.985000', '180459.987000', '180459.990000', '180459.993000', '180459.995000', '180459.998000', '180500.001000', '180500.004000', '180500.007000', '180500.009000', '180500.012000', '180500.014000', '180500.017000', '180500.020000', '180500.022000', '180500.025000', '180519.916000', '180519.918000', '180519.921000', '180519.924000', '180519.926000', '180519.929000', '180519.931000', '180519.949000', '180519.951000', '180519.954000', '180519.957000', '180519.959000', '180519.962000', '180519.964000', '180519.967000', '180519.969000', '180519.972000', '180519.975000', '180519.977000', '180519.980000', '180519.982000', '180519.985000', '180519.987000', '180519.990000', '180519.993000', '180519.995000', '180519.998000', '180520.001000', '180520.004000', '180520.006000', '180520.009000', '180520.012000', '180520.014000', '180520.017000', '180520.019000', '180520.022000', '180520.024000', '180520.027000', '180520.030000', '180520.032000', '180520.035000', '180520.037000', '180520.040000', '180520.042000', '180539.916000', '180539.918000', '180539.921000', '180539.924000', '180539.926000', '180539.929000', '180539.931000', '180539.934000', '180539.937000', '180539.939000', '180539.942000', '180539.944000', '180539.947000', '180539.949000', '180539.952000', '180539.954000', '180539.957000', '180539.960000', '180539.962000', '180539.965000', '180539.967000', '180539.970000', '180539.972000', '180539.975000', '180539.978000', '180539.980000', '180539.983000', '180539.985000', '180539.988000', '180539.990000', '180539.993000', '180539.995000', '180539.998000', '180540.002000', '180540.004000', '180540.007000', '180540.009000', '180540.012000', '180540.014000', '180540.017000', '180540.020000', '180540.022000', '180540.025000', '180559.915000', '180559.917000', '180559.920000', '180559.923000', '180559.925000', '180559.928000', '180559.930000', '180559.933000', '180559.936000', '180559.938000', '180559.941000', '180559.943000', '180559.946000', '180559.949000', '180559.951000', '180559.954000', '180559.957000', '180559.959000', '180559.962000', '180559.964000', '180559.967000', '180559.970000', '180559.972000', '180559.975000', '180559.977000', '180559.980000', '180559.983000', '180559.985000', '180559.988000', '180559.990000', '180559.993000', '180559.996000', '180559.998000', '180600.002000', '180600.004000', '180600.007000', '180600.010000', '180600.012000', '180600.015000', '180600.017000', '180600.020000', '180600.023000', '180600.025000', '180600.028000', '180619.915000', '180619.918000', '180619.920000', '180619.923000', '180619.925000', '180619.928000', '180619.931000', '180619.933000', '180619.936000', '180619.938000', '180619.941000', '180619.943000', '180619.946000', '180619.949000', '180619.951000', '180619.954000', '180619.956000', '180619.959000', '180619.961000', '180619.964000', '180619.966000', '180619.969000', '180619.972000', '180619.974000', '180619.977000', '180619.979000', '180619.982000', '180619.984000', '180619.987000', '180619.989000', '180619.992000', '180619.994000', '180619.997000', '180620.001000', '180620.003000', '180620.006000', '180620.009000', '180620.011000', '180620.014000', '180620.016000', '180620.019000', '180620.021000', '180620.024000', '180639.915000', '180639.917000', '180639.920000', '180639.944000', '180639.947000', '180639.950000', '180639.952000', '180639.955000', '180639.957000', '180639.960000', '180639.963000', '180639.965000', '180639.968000', '180639.970000', '180639.973000', '180639.975000', '180639.978000', '180639.981000', '180639.983000', '180639.986000', '180639.988000', '180639.991000', '180639.994000', '180639.996000', '180640.000000', '180640.002000', '180640.005000', '180640.007000', '180640.010000', '180640.012000', '180640.015000', '180640.018000', '180640.020000', '180640.023000', '180640.025000', '180640.028000', '180640.030000', '180640.033000', '180640.036000', '180640.038000', '180640.041000', '180640.043000', '180640.046000', '180640.048000', '180659.915000', '180659.917000', '180659.920000', '180659.923000', '180659.925000', '180659.928000', '180659.931000', '180659.933000', '180659.936000', '180659.938000', '180659.941000', '180659.943000', '180659.946000', '180659.948000', '180659.951000', '180659.954000', '180659.965000', '180659.968000', '180659.970000', '180659.973000', '180659.975000', '180659.978000', '180659.981000', '180659.983000', '180659.986000', '180659.988000', '180659.991000', '180659.994000', '180659.996000', '180700.000000', '180700.002000', '180700.005000', '180700.007000', '180700.010000', '180700.013000', '180700.015000', '180700.018000', '180700.020000', '180700.023000', '180700.026000', '180700.028000', '180700.031000', '180700.033000', '180719.915000', '180719.917000', '180719.920000', '180719.923000', '180719.925000', '180719.928000', '180719.930000', '180719.933000', '180719.936000', '180719.939000', '180719.942000', '180719.944000', '180719.947000', '180719.949000', '180719.952000', '180719.955000', '180719.957000', '180719.960000', '180719.962000', '180719.965000', '180719.968000', '180719.970000', '180719.973000', '180719.975000', '180719.978000', '180719.980000', '180719.983000', '180719.985000', '180719.988000', '180719.991000', '180719.993000', '180719.996000', '180720.000000', '180720.002000', '180720.005000', '180720.007000', '180720.010000', '180720.013000', '180720.015000', '180720.018000', '180720.020000', '180720.023000', '180720.026000', '180720.028000', '180739.916000', '180739.918000', '180739.921000', '180739.924000', '180739.926000', '180739.929000', '180739.931000', '180739.934000', '180739.937000', '180739.939000', '180739.942000', '180739.944000', '180739.947000', '180739.949000', '180739.952000', '180739.955000', '180739.957000', '180739.960000', '180739.962000', '180739.965000', '180739.968000', '180739.970000', '180739.973000', '180739.975000', '180739.978000', '180739.980000', '180739.983000', '180739.986000', '180739.988000', '180739.991000', '180739.993000', '180739.996000', '180740.000000', '180740.002000', '180740.005000', '180740.007000', '180740.010000', '180740.013000', '180740.015000', '180740.018000', '180740.020000', '180740.023000', '180740.025000', '180759.915000', '180759.918000', '180759.921000', '180759.923000', '180759.926000', '180759.929000', '180759.931000', '180759.935000', '180759.938000', '180759.941000', '180759.943000', '180759.946000', '180759.948000', '180759.951000', '180759.954000', '180759.956000', '180759.968000', '180759.971000', '180759.973000', '180759.976000', '180759.979000', '180759.981000', '180759.984000', '180759.986000', '180759.989000', '180759.992000', '180759.994000', '180759.997000', '180800.001000', '180800.003000', '180800.006000', '180800.009000', '180800.011000', '180800.014000', '180800.016000', '180800.019000', '180800.022000', '180800.024000', '180800.027000', '180800.029000', '180800.032000', '180800.034000', '180800.037000', '180806.813000', '180806.815000', '180806.818000', '180806.821000', '180806.823000', '180806.826000', '180806.828000', '180806.831000', '180806.834000', '180806.836000', '180806.839000', '180806.841000', '180806.844000', '180806.846000', '180806.849000', '180806.852000'], 'InstanceCreationTime': ['175819.946000', '175819.949000', '175819.952000', '175819.955000', '175819.958000', '175819.960000', '175819.965000', '175819.968000', '175819.970000', '175819.973000', '175819.975000', '175819.978000', '175819.980000', '175819.983000', '175819.986000', '175819.988000', '175819.991000', '175819.993000', '175819.996000', '175819.998000', '175820.002000', '175820.005000', '175820.007000', '175820.010000', '175820.012000', '175820.015000', '175820.017000', '175820.020000', '175820.023000', '175820.025000', '175820.028000', '175820.030000', '175820.033000', '175820.036000', '175820.038000', '175820.041000', '175820.043000', '175820.046000', '175820.048000', '175820.051000', '175820.053000', '175820.065000', '175820.068000', '175820.070000', '175820.073000', '175820.076000', '175839.915000', '175839.918000', '175839.921000', '175839.923000', '175839.926000', '175839.928000', '175839.931000', '175839.933000', '175839.936000', '175839.939000', '175839.941000', '175839.944000', '175839.946000', '175839.949000', '175839.951000', '175839.954000', '175839.956000', '175839.959000', '175839.962000', '175839.964000', '175839.967000', '175839.969000', '175839.972000', '175839.974000', '175839.977000', '175839.979000', '175839.982000', '175839.985000', '175839.987000', '175839.990000', '175839.992000', '175839.995000', '175839.997000', '175840.001000', '175840.003000', '175840.006000', '175840.008000', '175840.011000', '175840.014000', '175840.016000', '175840.019000', '175840.021000', '175840.024000', '175859.914000', '175859.917000', '175859.920000', '175859.922000', '175859.925000', '175859.927000', '175859.930000', '175859.933000', '175859.935000', '175859.938000', '175859.940000', '175859.943000', '175859.945000', '175859.948000', '175859.951000', '175859.953000', '175859.956000', '175859.958000', '175859.961000', '175859.963000', '175859.966000', '175859.968000', '175859.971000', '175859.974000', '175859.976000', '175859.979000', '175859.981000', '175859.984000', '175859.986000', '175859.989000', '175900.000000', '175900.003000', '175900.005000', '175900.008000', '175900.010000', '175900.013000', '175900.015000', '175900.018000', '175900.021000', '175900.023000', '175900.026000', '175900.028000', '175900.031000', '175900.033000', '175919.915000', '175919.917000', '175919.920000', '175919.923000', '175919.925000', '175919.928000', '175919.935000', '175919.938000', '175919.941000', '175919.943000', '175919.946000', '175919.948000', '175919.951000', '175919.953000', '175919.956000', '175919.958000', '175919.961000', '175919.964000', '175919.966000', '175919.969000', '175919.971000', '175919.974000', '175919.976000', '175919.979000', '175919.981000', '175919.984000', '175919.986000', '175919.989000', '175919.991000', '175919.994000', '175919.997000', '175920.000000', '175920.003000', '175920.005000', '175920.008000', '175920.010000', '175920.019000', '175920.022000', '175920.024000', '175920.027000', '175920.029000', '175920.032000', '175920.035000', '175939.914000', '175939.917000', '175939.920000', '175939.922000', '175939.925000', '175939.927000', '175939.930000', '175939.932000', '175939.935000', '175939.938000', '175939.942000', '175939.945000', '175939.947000', '175939.950000', '175939.952000', '175939.955000', '175939.958000', '175939.960000', '175939.963000', '175939.965000', '175939.968000', '175939.971000', '175939.973000', '175939.976000', '175939.978000', '175939.981000', '175939.983000', '175939.986000', '175939.989000', '175939.991000', '175939.994000', '175939.997000', '175940.000000', '175940.003000', '175940.005000', '175940.008000', '175940.011000', '175940.013000', '175940.024000', '175940.027000', '175940.030000', '175940.032000', '175940.035000', '175940.037000', '175959.914000', '175959.917000', '175959.920000', '175959.923000', '175959.925000', '175959.928000', '175959.930000', '175959.939000', '175959.941000', '175959.944000', '175959.946000', '175959.949000', '175959.951000', '175959.954000', '175959.957000', '175959.959000', '175959.962000', '175959.964000', '175959.967000', '175959.970000', '175959.972000', '175959.975000', '175959.977000', '175959.980000', '175959.982000', '175959.985000', '175959.988000', '175959.990000', '175959.993000', '175959.995000', '175959.998000', '180000.002000', '180000.004000', '180000.007000', '180000.010000', '180000.012000', '180000.015000', '180000.018000', '180000.020000', '180000.023000', '180000.025000', '180000.028000', '180000.030000', '180019.914000', '180019.917000', '180019.920000', '180019.922000', '180019.925000', '180019.928000', '180019.930000', '180019.933000', '180019.935000', '180019.938000', '180019.940000', '180019.943000', '180019.946000', '180019.948000', '180019.951000', '180019.953000', '180019.956000', '180019.958000', '180019.961000', '180019.964000', '180019.966000', '180019.969000', '180019.971000', '180019.974000', '180019.976000', '180019.979000', '180019.982000', '180019.984000', '180019.987000', '180019.990000', '180019.992000', '180019.995000', '180019.998000', '180020.001000', '180020.004000', '180020.006000', '180020.009000', '180020.011000', '180020.014000', '180020.017000', '180020.019000', '180020.022000', '180020.024000', '180039.915000', '180039.918000', '180039.921000', '180039.923000', '180039.926000', '180039.940000', '180039.943000', '180039.946000', '180039.948000', '180039.951000', '180039.953000', '180039.956000', '180039.958000', '180039.961000', '180039.964000', '180039.966000', '180039.969000', '180039.971000', '180039.974000', '180039.977000', '180039.979000', '180039.982000', '180039.984000', '180039.987000', '180039.990000', '180039.992000', '180039.995000', '180039.997000', '180040.001000', '180040.003000', '180040.006000', '180040.009000', '180040.011000', '180040.014000', '180040.016000', '180040.019000', '180040.021000', '180040.024000', '180040.027000', '180040.029000', '180040.032000', '180040.034000', '180040.037000', '180040.039000', '180059.916000', '180059.918000', '180059.921000', '180059.924000', '180059.926000', '180059.929000', '180059.932000', '180059.934000', '180059.937000', '180059.939000', '180059.942000', '180059.945000', '180059.947000', '180059.950000', '180059.953000', '180059.956000', '180059.959000', '180059.961000', '180059.983000', '180059.985000', '180059.988000', '180059.991000', '180059.993000', '180059.996000', '180100.000000', '180100.002000', '180100.005000', '180100.007000', '180100.010000', '180100.013000', '180100.015000', '180100.018000', '180100.020000', '180100.023000', '180100.026000', '180100.028000', '180100.031000', '180100.033000', '180100.036000', '180100.039000', '180100.041000', '180100.044000', '180100.046000', '180119.914000', '180119.917000', '180119.920000', '180119.922000', '180119.925000', '180119.928000', '180119.930000', '180119.933000', '180119.935000', '180119.938000', '180119.941000', '180119.943000', '180119.946000', '180119.948000', '180119.951000', '180119.953000', '180119.956000', '180119.959000', '180119.961000', '180119.964000', '180119.966000', '180119.969000', '180119.972000', '180119.974000', '180119.977000', '180119.979000', '180119.982000', '180119.984000', '180119.987000', '180119.989000', '180119.992000', '180119.995000', '180119.997000', '180120.001000', '180120.003000', '180120.006000', '180120.009000', '180120.011000', '180120.014000', '180120.016000', '180120.019000', '180120.021000', '180120.024000', '180120.026000', '180139.914000', '180139.917000', '180139.920000', '180139.923000', '180139.925000', '180139.928000', '180139.930000', '180139.933000', '180139.935000', '180139.938000', '180139.941000', '180139.943000', '180139.946000', '180139.948000', '180139.951000', '180139.953000', '180139.956000', '180139.959000', '180139.961000', '180139.964000', '180139.966000', '180139.969000', '180139.971000', '180139.974000', '180139.976000', '180139.979000', '180139.981000', '180139.984000', '180139.987000', '180139.989000', '180139.992000', '180139.994000', '180139.997000', '180140.000000', '180140.003000', '180140.006000', '180140.008000', '180140.011000', '180140.013000', '180140.016000', '180140.018000', '180140.021000', '180140.023000', '180159.914000', '180159.917000', '180159.920000', '180159.923000', '180159.925000', '180159.928000', '180159.930000', '180159.933000', '180159.935000', '180159.938000', '180159.941000', '180159.943000', '180159.946000', '180159.948000', '180159.951000', '180159.953000', '180159.956000', '180159.959000', '180159.961000', '180159.964000', '180159.967000', '180159.969000', '180159.972000', '180159.974000', '180159.977000', '180159.979000', '180159.982000', '180159.985000', '180159.987000', '180159.990000', '180159.992000', '180159.995000', '180159.998000', '180200.001000', '180200.004000', '180200.006000', '180200.009000', '180200.012000', '180200.014000', '180200.017000', '180200.019000', '180200.022000', '180200.024000', '180200.027000', '180219.914000', '180219.917000', '180219.920000', '180219.922000', '180219.925000', '180219.927000', '180219.930000', '180219.933000', '180219.935000', '180219.938000', '180219.940000', '180219.943000', '180219.945000', '180219.948000', '180219.951000', '180219.953000', '180219.956000', '180219.958000', '180219.961000', '180219.964000', '180219.966000', '180219.969000', '180219.971000', '180219.974000', '180219.976000', '180219.979000', '180219.981000', '180219.985000', '180219.988000', '180219.990000', '180219.993000', '180219.996000', '180219.998000', '180220.002000', '180220.004000', '180220.007000', '180220.010000', '180220.012000', '180220.015000', '180220.017000', '180220.021000', '180220.024000', '180220.027000', '180239.915000', '180239.917000', '180239.920000', '180239.923000', '180239.925000', '180239.928000', '180239.930000', '180239.933000', '180239.935000', '180239.938000', '180239.941000', '180239.943000', '180239.946000', '180239.948000', '180239.951000', '180239.954000', '180239.956000', '180239.959000', '180239.961000', '180239.964000', '180239.966000', '180239.969000', '180239.972000', '180239.974000', '180239.977000', '180239.979000', '180239.982000', '180239.985000', '180239.988000', '180239.991000', '180239.994000', '180239.996000', '180240.001000', '180240.004000', '180240.007000', '180240.009000', '180240.012000', '180240.014000', '180240.017000', '180240.020000', '180240.022000', '180240.025000', '180240.027000', '180240.030000', '180259.915000', '180259.918000', '180259.921000', '180259.923000', '180259.926000', '180259.929000', '180259.931000', '180259.934000', '180259.936000', '180259.939000', '180259.942000', '180259.944000', '180259.947000', '180259.949000', '180259.952000', '180259.955000', '180259.957000', '180259.960000', '180259.962000', '180259.965000', '180259.967000', '180259.970000', '180259.973000', '180259.975000', '180259.978000', '180259.981000', '180259.983000', '180259.986000', '180259.989000', '180300.013000', '180300.016000', '180300.019000', '180300.021000', '180300.024000', '180300.026000', '180300.029000', '180300.031000', '180300.034000', '180300.037000', '180300.039000', '180300.042000', '180300.044000', '180300.047000', '180319.915000', '180319.918000', '180319.921000', '180319.923000', '180319.926000', '180319.929000', '180319.931000', '180319.934000', '180319.936000', '180319.939000', '180319.941000', '180319.944000', '180319.947000', '180319.949000', '180319.952000', '180319.954000', '180319.957000', '180319.960000', '180319.962000', '180319.965000', '180319.967000', '180319.970000', '180319.972000', '180319.975000', '180319.978000', '180319.980000', '180319.983000', '180319.985000', '180319.988000', '180319.991000', '180319.993000', '180319.996000', '180319.998000', '180320.002000', '180320.004000', '180320.007000', '180320.010000', '180320.012000', '180320.015000', '180320.017000', '180320.020000', '180320.023000', '180320.025000', '180320.028000', '180339.914000', '180339.917000', '180339.920000', '180339.922000', '180339.925000', '180339.928000', '180339.930000', '180339.933000', '180339.935000', '180339.938000', '180339.940000', '180339.943000', '180339.946000', '180339.948000', '180339.951000', '180339.953000', '180339.956000', '180339.958000', '180339.961000', '180339.964000', '180339.966000', '180339.969000', '180339.971000', '180339.974000', '180339.976000', '180339.979000', '180339.982000', '180339.984000', '180339.987000', '180339.989000', '180339.992000', '180339.995000', '180339.997000', '180340.001000', '180340.004000', '180340.006000', '180340.009000', '180340.011000', '180340.014000', '180340.017000', '180340.019000', '180340.022000', '180340.024000', '180359.915000', '180359.917000', '180359.920000', '180359.923000', '180359.925000', '180359.928000', '180359.930000', '180359.933000', '180359.936000', '180359.938000', '180359.941000', '180359.943000', '180359.946000', '180359.949000', '180359.951000', '180359.954000', '180359.956000', '180359.959000', '180359.962000', '180359.964000', '180359.967000', '180359.969000', '180359.972000', '180359.975000', '180359.977000', '180359.980000', '180359.982000', '180359.985000', '180359.988000', '180359.990000', '180359.993000', '180359.996000', '180359.998000', '180400.001000', '180400.003000', '180400.006000', '180400.009000', '180400.011000', '180400.014000', '180400.016000', '180400.019000', '180400.023000', '180400.025000', '180400.028000', '180419.914000', '180419.917000', '180419.920000', '180419.923000', '180419.925000', '180419.928000', '180419.930000', '180419.933000', '180419.935000', '180419.938000', '180419.941000', '180419.943000', '180419.946000', '180419.948000', '180419.951000', '180419.953000', '180419.956000', '180419.959000', '180419.961000', '180419.964000', '180419.966000', '180419.969000', '180419.972000', '180419.974000', '180419.977000', '180419.979000', '180419.982000', '180419.985000', '180419.987000', '180419.990000', '180419.992000', '180419.995000', '180419.998000', '180420.001000', '180420.004000', '180420.006000', '180420.009000', '180420.011000', '180420.014000', '180420.017000', '180420.019000', '180420.022000', '180420.024000', '180439.915000', '180439.918000', '180439.920000', '180439.923000', '180439.925000', '180439.928000', '180439.930000', '180439.933000', '180439.936000', '180439.938000', '180439.941000', '180439.943000', '180439.946000', '180439.949000', '180439.951000', '180439.954000', '180439.956000', '180439.959000', '180439.961000', '180439.964000', '180439.966000', '180439.969000', '180439.972000', '180439.974000', '180439.977000', '180439.979000', '180439.982000', '180439.984000', '180439.987000', '180439.990000', '180439.992000', '180439.995000', '180439.997000', '180440.001000', '180440.003000', '180440.006000', '180440.009000', '180440.011000', '180440.014000', '180440.016000', '180440.019000', '180440.021000', '180440.024000', '180440.026000', '180459.915000', '180459.917000', '180459.920000', '180459.923000', '180459.925000', '180459.928000', '180459.930000', '180459.933000', '180459.936000', '180459.938000', '180459.941000', '180459.944000', '180459.946000', '180459.949000', '180459.951000', '180459.954000', '180459.956000', '180459.959000', '180459.962000', '180459.964000', '180459.967000', '180459.969000', '180459.972000', '180459.975000', '180459.977000', '180459.980000', '180459.982000', '180459.985000', '180459.987000', '180459.990000', '180459.993000', '180459.995000', '180459.998000', '180500.001000', '180500.004000', '180500.007000', '180500.009000', '180500.012000', '180500.014000', '180500.017000', '180500.020000', '180500.022000', '180500.025000', '180519.916000', '180519.918000', '180519.921000', '180519.924000', '180519.926000', '180519.929000', '180519.931000', '180519.949000', '180519.951000', '180519.954000', '180519.957000', '180519.959000', '180519.962000', '180519.964000', '180519.967000', '180519.969000', '180519.972000', '180519.975000', '180519.977000', '180519.980000', '180519.982000', '180519.985000', '180519.987000', '180519.990000', '180519.993000', '180519.995000', '180519.998000', '180520.001000', '180520.004000', '180520.006000', '180520.009000', '180520.012000', '180520.014000', '180520.017000', '180520.019000', '180520.022000', '180520.024000', '180520.027000', '180520.030000', '180520.032000', '180520.035000', '180520.037000', '180520.040000', '180520.042000', '180539.916000', '180539.918000', '180539.921000', '180539.924000', '180539.926000', '180539.929000', '180539.931000', '180539.934000', '180539.937000', '180539.939000', '180539.942000', '180539.944000', '180539.947000', '180539.949000', '180539.952000', '180539.954000', '180539.957000', '180539.960000', '180539.962000', '180539.965000', '180539.967000', '180539.970000', '180539.972000', '180539.975000', '180539.978000', '180539.980000', '180539.983000', '180539.985000', '180539.988000', '180539.990000', '180539.993000', '180539.995000', '180539.998000', '180540.002000', '180540.004000', '180540.007000', '180540.009000', '180540.012000', '180540.014000', '180540.017000', '180540.020000', '180540.022000', '180540.025000', '180559.915000', '180559.917000', '180559.920000', '180559.923000', '180559.925000', '180559.928000', '180559.930000', '180559.933000', '180559.936000', '180559.938000', '180559.941000', '180559.943000', '180559.946000', '180559.949000', '180559.951000', '180559.954000', '180559.957000', '180559.959000', '180559.962000', '180559.964000', '180559.967000', '180559.970000', '180559.972000', '180559.975000', '180559.977000', '180559.980000', '180559.983000', '180559.985000', '180559.988000', '180559.990000', '180559.993000', '180559.996000', '180559.998000', '180600.002000', '180600.004000', '180600.007000', '180600.010000', '180600.012000', '180600.015000', '180600.017000', '180600.020000', '180600.023000', '180600.025000', '180600.028000', '180619.915000', '180619.918000', '180619.920000', '180619.923000', '180619.925000', '180619.928000', '180619.931000', '180619.933000', '180619.936000', '180619.938000', '180619.941000', '180619.943000', '180619.946000', '180619.949000', '180619.951000', '180619.954000', '180619.956000', '180619.959000', '180619.961000', '180619.964000', '180619.966000', '180619.969000', '180619.972000', '180619.974000', '180619.977000', '180619.979000', '180619.982000', '180619.984000', '180619.987000', '180619.989000', '180619.992000', '180619.994000', '180619.997000', '180620.001000', '180620.003000', '180620.006000', '180620.009000', '180620.011000', '180620.014000', '180620.016000', '180620.019000', '180620.021000', '180620.024000', '180639.915000', '180639.917000', '180639.920000', '180639.944000', '180639.947000', '180639.950000', '180639.952000', '180639.955000', '180639.957000', '180639.960000', '180639.963000', '180639.965000', '180639.968000', '180639.970000', '180639.973000', '180639.975000', '180639.978000', '180639.981000', '180639.983000', '180639.986000', '180639.988000', '180639.991000', '180639.994000', '180639.996000', '180640.000000', '180640.002000', '180640.005000', '180640.007000', '180640.010000', '180640.012000', '180640.015000', '180640.018000', '180640.020000', '180640.023000', '180640.025000', '180640.028000', '180640.030000', '180640.033000', '180640.036000', '180640.038000', '180640.041000', '180640.043000', '180640.046000', '180640.048000', '180659.915000', '180659.917000', '180659.920000', '180659.923000', '180659.925000', '180659.928000', '180659.931000', '180659.933000', '180659.936000', '180659.938000', '180659.941000', '180659.943000', '180659.946000', '180659.948000', '180659.951000', '180659.954000', '180659.965000', '180659.968000', '180659.970000', '180659.973000', '180659.975000', '180659.978000', '180659.981000', '180659.983000', '180659.986000', '180659.988000', '180659.991000', '180659.994000', '180659.996000', '180700.000000', '180700.002000', '180700.005000', '180700.007000', '180700.010000', '180700.013000', '180700.015000', '180700.018000', '180700.020000', '180700.023000', '180700.026000', '180700.028000', '180700.031000', '180700.033000', '180719.915000', '180719.917000', '180719.920000', '180719.923000', '180719.925000', '180719.928000', '180719.930000', '180719.933000', '180719.936000', '180719.939000', '180719.942000', '180719.944000', '180719.947000', '180719.949000', '180719.952000', '180719.955000', '180719.957000', '180719.960000', '180719.962000', '180719.965000', '180719.968000', '180719.970000', '180719.973000', '180719.975000', '180719.978000', '180719.980000', '180719.983000', '180719.985000', '180719.988000', '180719.991000', '180719.993000', '180719.996000', '180720.000000', '180720.002000', '180720.005000', '180720.007000', '180720.010000', '180720.013000', '180720.015000', '180720.018000', '180720.020000', '180720.023000', '180720.026000', '180720.028000', '180739.916000', '180739.918000', '180739.921000', '180739.924000', '180739.926000', '180739.929000', '180739.931000', '180739.934000', '180739.937000', '180739.939000', '180739.942000', '180739.944000', '180739.947000', '180739.949000', '180739.952000', '180739.955000', '180739.957000', '180739.960000', '180739.962000', '180739.965000', '180739.968000', '180739.970000', '180739.973000', '180739.975000', '180739.978000', '180739.980000', '180739.983000', '180739.986000', '180739.988000', '180739.991000', '180739.993000', '180739.996000', '180740.000000', '180740.002000', '180740.005000', '180740.007000', '180740.010000', '180740.013000', '180740.015000', '180740.018000', '180740.020000', '180740.023000', '180740.025000', '180759.915000', '180759.918000', '180759.921000', '180759.923000', '180759.926000', '180759.929000', '180759.931000', '180759.935000', '180759.938000', '180759.941000', '180759.943000', '180759.946000', '180759.948000', '180759.951000', '180759.954000', '180759.956000', '180759.968000', '180759.971000', '180759.973000', '180759.976000', '180759.979000', '180759.981000', '180759.984000', '180759.986000', '180759.989000', '180759.992000', '180759.994000', '180759.997000', '180800.001000', '180800.003000', '180800.006000', '180800.009000', '180800.011000', '180800.014000', '180800.016000', '180800.019000', '180800.022000', '180800.024000', '180800.027000', '180800.029000', '180800.032000', '180800.034000', '180800.037000', '180806.813000', '180806.815000', '180806.818000', '180806.821000', '180806.823000', '180806.826000', '180806.828000', '180806.831000', '180806.834000', '180806.836000', '180806.839000', '180806.841000', '180806.844000', '180806.846000', '180806.849000', '180806.852000'], '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': [12851, 8365, 8625, 8087, 7625, 7718, 7910, 8292, 7993, 9341, 7410, 8099, 8451, 7159, 8199, 7769, 7852, 8116, 9797, 8271, 10315, 8010, 11116, 7896, 12129, 7581, 13409, 7932, 13405, 7427, 8097, 8044, 7710, 9525, 7855, 7928, 7937, 8002, 10045, 7649, 8156, 9651, 7608, 7583, 10080, 8500, 7828, 13015, 8618, 7714, 11683, 7905, 7681, 10628, 8177, 7558, 8415, 8383, 8009, 9992, 7553, 9761, 8133, 9165, 8175, 8000, 8415, 7712, 9483, 8745, 8050, 10023, 8742, 8205, 9464, 8292, 8375, 9433, 8265, 8252, 10352, 8898, 8074, 8312, 9836, 8046, 8028, 12360, 9288, 15455, 10062, 14784, 10028, 8132, 8562, 7436, 10118, 8577, 9709, 8121, 7848, 9132, 7766, 7933, 9143, 8242, 8059, 9344, 8011, 8404, 9009, 8070, 10248, 8419, 11194, 8156, 8217, 7993, 8311, 9006, 8220, 9116, 7595, 8289, 8349, 7400, 8428, 9616, 7732, 8216, 10180, 8327, 8170, 11580, 8096, 8074, 9131, 7831, 7869, 11934, 8255, 7777, 8683, 8047, 7723, 8239, 8159, 7763, 8741, 8087, 7717, 11236, 8011, 7739, 9473, 7828, 8036, 9307, 7949, 7292, 8399, 8531, 7736, 7678, 10044, 8704, 7846, 7947, 9645, 7963, 8033, 14802, 9969, 9163, 8043, 8143, 9021, 8139, 7544, 10898, 9815, 7612, 10484, 8519, 7947, 7810, 9030, 7903, 9016, 8847, 8136, 7825, 8893, 8499, 7909, 9769, 8231, 7701, 8826, 8929, 8685, 7947, 9591, 8577, 8503, 8121, 8943, 9358, 8293, 7697, 7876, 9592, 9509, 9208, 7403, 12821, 9629, 8065, 7738, 11286, 8796, 8032, 8058, 9687, 8108, 8143, 9514, 8257, 8008, 9758, 8465, 8206, 8788, 7760, 9933, 8470, 7880, 10476, 8419, 7917, 9632, 8351, 7603, 8870, 8468, 7588, 10941, 8325, 7670, 10227, 8273, 10591, 8370, 7945, 9986, 8065, 8154, 9072, 8001, 8292, 8988, 8054, 7243, 8505, 8382, 12370, 8540, 10381, 8077, 10799, 7978, 10371, 7812, 7893, 7712, 8226, 8760, 8316, 9285, 7904, 9612, 8238, 8081, 9232, 7921, 8156, 9716, 7673, 8450, 10210, 8242, 10344, 8803, 8065, 12036, 7969, 8242, 9429, 7926, 11535, 9149, 8248, 9088, 7787, 8229, 8955, 8387, 9017, 8180, 8893, 8185, 9544, 7926, 8624, 7620, 8381, 8949, 8245, 9313, 8092, 8295, 9940, 7597, 8271, 8833, 7656, 11411, 7915, 8057, 9718, 7705, 7912, 8435, 7649, 8334, 8691, 7435, 8269, 8950, 7619, 8380, 8952, 8219, 9871, 7851, 9462, 7659, 9127, 7915, 7819, 7744, 7981, 9018, 7572, 8051, 8345, 7755, 10566, 8055, 8682, 9253, 7860, 8358, 9828, 8153, 8264, 9589, 7814, 8164, 9972, 8203, 7991, 12171, 7919, 7656, 10764, 8269, 8004, 11349, 7877, 7857, 8102, 8267, 8030, 8808, 7983, 7898, 9261, 7854, 8480, 8894, 7838, 8252, 8417, 8278, 9595, 7657, 8462, 8970, 7875, 7977, 9033, 8895, 7884, 8149, 9081, 8021, 8000, 11381, 8785, 15394, 10927, 13335, 8087, 9878, 8053, 8126, 8908, 7448, 8335, 8329, 8023, 7930, 9695, 8068, 10186, 7744, 9441, 7792, 8967, 7596, 8053, 8229, 8138, 9220, 7799, 10215, 7741, 8975, 7722, 8157, 8590, 8211, 9110, 7740, 8351, 9204, 7797, 8080, 9620, 11947, 9278, 11581, 7485, 8220, 9302, 7597, 8137, 8798, 7448, 8432, 8564, 12502, 8850, 9720, 7859, 8310, 7735, 8028, 8257, 8195, 8775, 8067, 9071, 7913, 8175, 7590, 8313, 7849, 8176, 7087, 8312, 9244, 8136, 11780, 10668, 8090, 12141, 7651, 8238, 11056, 7984, 8077, 10688, 7589, 8164, 8964, 7797, 9347, 7973, 8189, 9416, 7624, 10773, 7688, 8745, 7772, 8174, 8906, 7454, 8187, 8607, 7805, 10464, 8115, 8407, 9018, 7855, 8299, 9103, 7675, 8228, 9413, 7918, 13490, 9064, 8864, 9094, 7531, 7875, 8069, 8038, 10221, 8264, 8145, 7576, 7263, 7940, 8538, 8224, 9665, 8154, 7984, 8323, 8077, 9581, 7805, 10391, 7622, 8308, 8345, 8210, 9596, 7510, 8283, 9086, 7512, 8415, 9778, 7914, 12103, 8303, 8922, 8120, 8129, 8968, 8183, 9964, 8087, 7989, 8261, 8027, 9252, 8220, 8107, 8286, 8387, 9006, 8024, 9057, 8029, 8042, 8743, 7505, 8269, 8137, 8213, 9462, 8297, 8641, 8090, 8955, 8194, 9318, 8013, 9312, 7568, 7934, 8157, 8290, 9366, 7585, 7461, 7883, 7931, 8114, 9796, 9986, 8620, 9400, 10107, 7796, 11523, 9279, 12489, 10864, 7906, 8636, 7316, 8036, 8499, 7279, 7948, 8367, 8219, 8596, 7974, 10918, 8180, 9944, 7780, 8309, 7570, 7638, 7590, 7952, 8319, 7981, 8770, 7904, 7939, 7797, 8040, 9203, 8192, 9279, 7858, 7774, 9187, 8204, 9222, 7808, 8143, 9706, 8050, 12176, 8112, 9505, 7887, 9126, 8235, 8171, 8811, 7733, 8113, 8656, 8389, 8759, 7917, 8235, 8312, 11413, 7965, 10483, 7672, 7858, 7671, 8091, 8611, 8012, 8726, 8240, 7562, 7507, 8369, 10388, 8125, 8312, 9734, 8416, 8380, 11684, 13376, 11901, 8144, 7961, 8181, 9112, 7961, 8778, 7829, 8004, 8057, 8019, 8203, 9528, 7704, 8717, 7932, 8764, 7835, 8665, 7635, 8725, 7995, 8776, 7738, 7468, 7729, 7741, 8665, 7792, 8874, 7672, 8797, 7819, 9103, 7468, 7465, 8140, 8089, 10694, 8438, 12060, 8902, 8051, 8290, 8254, 8621, 9561, 7861, 12695, 7570, 7673, 8017, 7906, 8955, 8146, 8969, 7199, 7801, 8306, 7196, 8178, 8406, 12411, 8588, 10087, 7966, 8578, 8062, 8679, 7906, 8686, 7964, 8509, 7843, 8016, 7470, 7986, 8558, 8228, 9705, 7755, 7891, 9345, 8054, 8844, 7579, 8126, 9598, 7958, 11422, 11104, 8481, 7879, 8348, 7645, 8391, 8052, 8355, 8001, 8096, 8473, 7973, 10799, 8334, 9380, 7955, 8541, 8163, 9881, 8063, 8812, 7921, 8557, 7824, 10217, 6901, 7814, 8166, 8054, 9178, 7841, 13164, 8170, 13619, 7932, 7369, 7590, 8145, 9278, 7756, 8238, 8262, 12299, 8329, 7660, 7893, 7830, 8772, 7923, 8457, 7831, 8133, 8234, 7853, 10514, 7962, 8927, 8003, 8798, 7745, 7899, 7392, 7593, 8259, 7963, 7632, 7706, 7873, 9534, 8098, 9773, 7675, 8198, 10341, 8175, 14441, 8519, 7862, 8182, 8070, 9411, 7892, 7758, 8399, 7444, 7628, 8220, 7225, 8022, 8985, 7979, 10006, 8128, 9851, 7866, 7900, 7670, 8470, 7460, 7817, 8262, 7661, 8783, 7505, 8341, 7438, 8664, 7748, 7275, 8401, 7868, 7988, 8232, 8153, 10449, 8645, 8040, 10339, 8123, 15568, 10945, 14339, 8018, 9719, 7502, 8923, 7346, 7524, 8035, 7697, 7210, 7634, 7612, 7942, 12068, 7528, 9225, 7437, 7949, 7473, 8084, 7551, 7407, 8712, 7927, 8856, 8013, 9170, 7317, 7612, 7890, 7776, 9270, 7407, 8020, 10578, 8167, 12807, 7284, 7709, 7736, 7891, 9424, 7675, 10362, 7795, 10017, 8144, 7956, 8130, 7738, 7634, 8973, 7598, 8643, 7775, 8132, 7902, 7847, 8157, 7818, 8058, 9226, 7647, 7050, 8128, 7948, 9564, 8340, 7285, 8089, 8557, 7795, 8008, 9676, 11238, 11250, 7878, 9771, 7963, 11601, 7377, 8115, 9226, 7460, 7831, 8163, 7822, 11615, 7689, 14600, 7744, 11382, 7969, 8699, 7977, 9225, 7900, 9058, 8016, 9525, 7773, 7614, 8288, 7468, 8529, 7747, 8870, 8014, 8107, 9145, 8225, 8495, 8290, 8104, 8210, 10664, 9120, 14234, 10394, 13988, 8404, 9668, 9591, 8813, 10537, 7589, 8209, 11656, 7471, 8028, 8298, 12486, 8025, 7938, 8285, 7861, 9097, 7994, 9235, 8371, 7661, 7597, 8188, 8773, 8197, 10116, 8931, 8611, 8642, 8256, 9373, 8120, 8975, 10633, 8254, 7887, 8000, 7591, 8272, 7650, 8250, 7814, 8434, 8102, 8803, 8259, 7735, 7774, 9396, 8238, 10131, 8010, 10014, 7964, 8594, 8184, 8330, 8201, 8844, 8278, 8908, 8075, 8208, 8052, 6893, 7237, 7893, 8154, 10502, 8782, 8087, 8588, 8060, 7944, 8046, 11177, 8280, 11598, 8277, 8495, 8111, 8392, 7188, 8109, 8045, 7924, 8737, 8104, 10824, 8143, 10633, 8100, 8480, 7173, 7546, 7837, 7989, 9088, 8251, 9673, 7042, 7915, 8770, 7237, 7932, 8164, 8107, 11817, 8466, 14402, 9479, 7942, 7953, 7984, 9159, 7479, 8072, 9823, 8264, 11046, 7078, 8071, 8664, 8029, 9095, 7959, 10340, 7574, 7958, 7643, 7673, 8372, 7768, 8804, 7799, 7256, 7887, 7922, 8942, 7719, 8766, 7753, 8738, 7359, 7816, 8112, 8410, 10130, 7995, 10869, 8643, 10406, 7881, 9743, 7953, 10170, 8131, 8237, 7868, 7191, 7585, 8224, 8837, 7243, 7804, 8095, 11061, 8273, 8877, 8107, 8647, 7911, 8307, 7804, 8142, 9251, 7427, 9783, 7688, 8081, 7867, 9317, 8070, 7761, 7306, 7929, 8806, 7830, 7707, 7749, 10334, 8480, 11647, 8603, 7883, 8028, 7934, 8599, 7663, 9224, 8040, 9534, 8096, 8709, 7931, 8713, 7156, 8120, 8327, 7201, 7647, 8540, 8043, 9132, 9890, 8008, 11415, 7987, 8761, 7828, 8338, 7922, 8069, 7524, 8313, 7711, 8185, 7446, 8317, 8100, 9086, 7149, 7825, 8596, 12636, 9281, 11929, 8039, 8658, 8086, 8403, 8031, 8283, 8068, 8544, 7747, 7307, 7509, 7831, 8228, 8013, 8503, 8022, 8393, 8051, 8970, 8022, 8209, 8102, 8509, 8010, 8548, 8121, 8560, 7848, 8615, 7934, 9676, 7570, 7687, 7274, 8183, 9341, 8272, 10042, 8146, 12482, 8033, 9900, 7955, 10085, 7897, 9667, 7768, 8446, 7436, 8009, 8691, 7947, 8838, 7189, 7963, 7733, 8083, 8662, 8060, 9202, 8162], 'WindowCenter': [4160.0, 4113.0, 4099.0, 4089.0, 4086.0, 4086.0, 4085.0, 4086.0, 4085.0, 4107.0, 4085.0, 4098.0, 4098.0, 4090.0, 4124.0, 4114.0, 4113.0, 4114.0, 4134.0, 4111.0, 4134.0, 4101.0, 4130.0, 4101.0, 4131.0, 4088.0, 4128.0, 4085.0, 4127.0, 4075.0, 4084.0, 4086.0, 4075.0, 4095.0, 4086.0, 4082.0, 4083.0, 4085.0, 4094.0, 4084.0, 4085.0, 4107.0, 4087.0, 4085.0, 4105.0, 4094.0, 4074.0, 4116.0, 4084.0, 4074.0, 4113.0, 4071.0, 4072.0, 4104.0, 4084.0, 4073.0, 4082.0, 4084.0, 4084.0, 4094.0, 4072.0, 4091.0, 4070.0, 4078.0, 4070.0, 4070.0, 4070.0, 4070.0, 4091.0, 4083.0, 4072.0, 4093.0, 4093.0, 4083.0, 4103.0, 4095.0, 4097.0, 4105.0, 4097.0, 4097.0, 4117.0, 4097.0, 4087.0, 4097.0, 4108.0, 4085.0, 4084.0, 4116.0, 4095.0, 4126.0, 4095.0, 4122.0, 4094.0, 4070.0, 4072.0, 4060.0, 4091.0, 4069.0, 4078.0, 4059.0, 4069.0, 4081.0, 4072.0, 4084.0, 4094.0, 4095.0, 4084.0, 4106.0, 4097.0, 4096.0, 4109.0, 4098.0, 4118.0, 4098.0, 4118.0, 4087.0, 4084.0, 4085.0, 4082.0, 4082.0, 4082.0, 4093.0, 4073.0, 4084.0, 4096.0, 4085.0, 4097.0, 4107.0, 4088.0, 4095.0, 4107.0, 4097.0, 4085.0, 4118.0, 4086.0, 4085.0, 4096.0, 4086.0, 4086.0, 4116.0, 4085.0, 4085.0, 4095.0, 4086.0, 4084.0, 4085.0, 4083.0, 4085.0, 4095.0, 4084.0, 4075.0, 4104.0, 4084.0, 4074.0, 4094.0, 4073.0, 4082.0, 4095.0, 4083.0, 4075.0, 4084.0, 4094.0, 4087.0, 4086.0, 4106.0, 4098.0, 4086.0, 4085.0, 4095.0, 4085.0, 4083.0, 4139.0, 4108.0, 4105.0, 4083.0, 4086.0, 4107.0, 4084.0, 4085.0, 4105.0, 4094.0, 4072.0, 4104.0, 4085.0, 4085.0, 4073.0, 4083.0, 4072.0, 4081.0, 4079.0, 4070.0, 4058.0, 4069.0, 4069.0, 4069.0, 4091.0, 4069.0, 4071.0, 4081.0, 4081.0, 4080.0, 4072.0, 4092.0, 4083.0, 4095.0, 4084.0, 4095.0, 4107.0, 4097.0, 4084.0, 4086.0, 4095.0, 4095.0, 4095.0, 4074.0, 4115.0, 4094.0, 4072.0, 4074.0, 4104.0, 4084.0, 4086.0, 4083.0, 4094.0, 4083.0, 4084.0, 4094.0, 4095.0, 4085.0, 4106.0, 4095.0, 4084.0, 4095.0, 4085.0, 4105.0, 4085.0, 4083.0, 4105.0, 4085.0, 4084.0, 4105.0, 4096.0, 4087.0, 4095.0, 4096.0, 4084.0, 4107.0, 4084.0, 4074.0, 4094.0, 4082.0, 4092.0, 4072.0, 4070.0, 4092.0, 4071.0, 4072.0, 4083.0, 4083.0, 4083.0, 4094.0, 4097.0, 4087.0, 4095.0, 4109.0, 4129.0, 4096.0, 4106.0, 4085.0, 4103.0, 4072.0, 4093.0, 4072.0, 4071.0, 4072.0, 4070.0, 4083.0, 4083.0, 4094.0, 4083.0, 4093.0, 4084.0, 4085.0, 4105.0, 4096.0, 4084.0, 4108.0, 4099.0, 4097.0, 4117.0, 4098.0, 4106.0, 4095.0, 4084.0, 4117.0, 4086.0, 4083.0, 4095.0, 4084.0, 4105.0, 4096.0, 4085.0, 4084.0, 4083.0, 4084.0, 4095.0, 4095.0, 4095.0, 4085.0, 4094.0, 4083.0, 4095.0, 4085.0, 4096.0, 4085.0, 4084.0, 4097.0, 4096.0, 4105.0, 4086.0, 4095.0, 4107.0, 4086.0, 4086.0, 4097.0, 4086.0, 4115.0, 4086.0, 4074.0, 4094.0, 4074.0, 4073.0, 4083.0, 4072.0, 4084.0, 4085.0, 4074.0, 4082.0, 4095.0, 4087.0, 4095.0, 4095.0, 4083.0, 4095.0, 4083.0, 4093.0, 4072.0, 4081.0, 4072.0, 4071.0, 4072.0, 4081.0, 4095.0, 4085.0, 4084.0, 4085.0, 4086.0, 4115.0, 4086.0, 4095.0, 4096.0, 4085.0, 4086.0, 4106.0, 4085.0, 4084.0, 4106.0, 4085.0, 4084.0, 4105.0, 4084.0, 4084.0, 4116.0, 4084.0, 4085.0, 4103.0, 4084.0, 4083.0, 4102.0, 4072.0, 4085.0, 4084.0, 4084.0, 4085.0, 4094.0, 4085.0, 4086.0, 4095.0, 4084.0, 4096.0, 4094.0, 4085.0, 4083.0, 4084.0, 4083.0, 4095.0, 4074.0, 4085.0, 4095.0, 4085.0, 4095.0, 4105.0, 4106.0, 4097.0, 4086.0, 4107.0, 4086.0, 4085.0, 4116.0, 4095.0, 4124.0, 4104.0, 4113.0, 4071.0, 4082.0, 4070.0, 4070.0, 4079.0, 4061.0, 4083.0, 4096.0, 4085.0, 4085.0, 4107.0, 4085.0, 4106.0, 4085.0, 4093.0, 4074.0, 4083.0, 4073.0, 4082.0, 4083.0, 4084.0, 4105.0, 4085.0, 4105.0, 4075.0, 4093.0, 4084.0, 4082.0, 4083.0, 4093.0, 4094.0, 4085.0, 4095.0, 4106.0, 4086.0, 4085.0, 4109.0, 4115.0, 4095.0, 4091.0, 4061.0, 4070.0, 4081.0, 4072.0, 4084.0, 4095.0, 4086.0, 4095.0, 4097.0, 4126.0, 4096.0, 4095.0, 4085.0, 4084.0, 4072.0, 4083.0, 4085.0, 4083.0, 4083.0, 4083.0, 4092.0, 4085.0, 4084.0, 4085.0, 4095.0, 4096.0, 4096.0, 4088.0, 4109.0, 4108.0, 4100.0, 4128.0, 4118.0, 4087.0, 4117.0, 4084.0, 4084.0, 4104.0, 4072.0, 4072.0, 4105.0, 4083.0, 4083.0, 4095.0, 4085.0, 4093.0, 4083.0, 4083.0, 4094.0, 4072.0, 4102.0, 4071.0, 4080.0, 4071.0, 4080.0, 4092.0, 4073.0, 4083.0, 4094.0, 4085.0, 4116.0, 4097.0, 4095.0, 4106.0, 4087.0, 4085.0, 4096.0, 4085.0, 4096.0, 4107.0, 4097.0, 4127.0, 4095.0, 4083.0, 4084.0, 4074.0, 4085.0, 4084.0, 4083.0, 4105.0, 4084.0, 4083.0, 4084.0, 4086.0, 4087.0, 4097.0, 4098.0, 4105.0, 4098.0, 4086.0, 4097.0, 4086.0, 4106.0, 4075.0, 4105.0, 4085.0, 4083.0, 4084.0, 4083.0, 4095.0, 4074.0, 4082.0, 4095.0, 4086.0, 4097.0, 4106.0, 4086.0, 4116.0, 4084.0, 4083.0, 4073.0, 4071.0, 4083.0, 4072.0, 4093.0, 4073.0, 4070.0, 4081.0, 4084.0, 4094.0, 4083.0, 4084.0, 4084.0, 4083.0, 4094.0, 4085.0, 4094.0, 4084.0, 4082.0, 4094.0, 4085.0, 4096.0, 4097.0, 4095.0, 4108.0, 4095.0, 4097.0, 4084.0, 4094.0, 4084.0, 4095.0, 4084.0, 4096.0, 4086.0, 4084.0, 4085.0, 4096.0, 4106.0, 4087.0, 4088.0, 4097.0, 4098.0, 4098.0, 4118.0, 4121.0, 4108.0, 4107.0, 4106.0, 4086.0, 4113.0, 4096.0, 4114.0, 4104.0, 4070.0, 4082.0, 4072.0, 4070.0, 4083.0, 4073.0, 4082.0, 4095.0, 4097.0, 4097.0, 4098.0, 4118.0, 4097.0, 4106.0, 4084.0, 4085.0, 4086.0, 4073.0, 4085.0, 4083.0, 4085.0, 4085.0, 4095.0, 4098.0, 4085.0, 4087.0, 4085.0, 4096.0, 4084.0, 4095.0, 4086.0, 4073.0, 4107.0, 4084.0, 4093.0, 4074.0, 4073.0, 4093.0, 4073.0, 4113.0, 4072.0, 4082.0, 4072.0, 4092.0, 4071.0, 4071.0, 4093.0, 4084.0, 4085.0, 4096.0, 4098.0, 4098.0, 4100.0, 4097.0, 4098.0, 4117.0, 4086.0, 4105.0, 4075.0, 4083.0, 4074.0, 4084.0, 4096.0, 4083.0, 4096.0, 4096.0, 4085.0, 4085.0, 4097.0, 4117.0, 4097.0, 4097.0, 4107.0, 4096.0, 4086.0, 4116.0, 4114.0, 4105.0, 4071.0, 4070.0, 4069.0, 4080.0, 4071.0, 4081.0, 4071.0, 4082.0, 4083.0, 4085.0, 4096.0, 4107.0, 4074.0, 4083.0, 4082.0, 4083.0, 4070.0, 4084.0, 4073.0, 4083.0, 4083.0, 4084.0, 4085.0, 4074.0, 4087.0, 4087.0, 4098.0, 4086.0, 4108.0, 4086.0, 4098.0, 4085.0, 4097.0, 4087.0, 4087.0, 4097.0, 4098.0, 4118.0, 4099.0, 4129.0, 4097.0, 4085.0, 4096.0, 4085.0, 4086.0, 4093.0, 4085.0, 4114.0, 4073.0, 4072.0, 4073.0, 4070.0, 4083.0, 4086.0, 4095.0, 4076.0, 4085.0, 4096.0, 4088.0, 4108.0, 4111.0, 4129.0, 4097.0, 4104.0, 4085.0, 4084.0, 4085.0, 4084.0, 4085.0, 4084.0, 4084.0, 4094.0, 4086.0, 4086.0, 4085.0, 4085.0, 4095.0, 4097.0, 4107.0, 4086.0, 4086.0, 4095.0, 4085.0, 4093.0, 4074.0, 4084.0, 4095.0, 4074.0, 4102.0, 4101.0, 4082.0, 4069.0, 4071.0, 4060.0, 4070.0, 4071.0, 4081.0, 4095.0, 4096.0, 4097.0, 4110.0, 4129.0, 4098.0, 4109.0, 4098.0, 4097.0, 4097.0, 4106.0, 4086.0, 4096.0, 4086.0, 4096.0, 4086.0, 4105.0, 4074.0, 4084.0, 4096.0, 4086.0, 4107.0, 4087.0, 4126.0, 4084.0, 4115.0, 4074.0, 4062.0, 4073.0, 4084.0, 4094.0, 4084.0, 4084.0, 4085.0, 4111.0, 4083.0, 4069.0, 4072.0, 4071.0, 4081.0, 4071.0, 4083.0, 4083.0, 4097.0, 4093.0, 4097.0, 4116.0, 4086.0, 4094.0, 4085.0, 4095.0, 4085.0, 4084.0, 4073.0, 4084.0, 4094.0, 4096.0, 4085.0, 4097.0, 4096.0, 4108.0, 4097.0, 4118.0, 4086.0, 4097.0, 4117.0, 4097.0, 4136.0, 4084.0, 4073.0, 4085.0, 4082.0, 4094.0, 4083.0, 4072.0, 4084.0, 4075.0, 4073.0, 4083.0, 4087.0, 4096.0, 4109.0, 4098.0, 4106.0, 4086.0, 4106.0, 4083.0, 4083.0, 4085.0, 4084.0, 4075.0, 4072.0, 4084.0, 4073.0, 4095.0, 4072.0, 4083.0, 4072.0, 4083.0, 4084.0, 4074.0, 4096.0, 4097.0, 4097.0, 4110.0, 4098.0, 4119.0, 4112.0, 4100.0, 4118.0, 4098.0, 4149.0, 4116.0, 4126.0, 4074.0, 4092.0, 4073.0, 4083.0, 4074.0, 4071.0, 4085.0, 4097.0, 4085.0, 4086.0, 4084.0, 4088.0, 4113.0, 4072.0, 4094.0, 4075.0, 4081.0, 4073.0, 4082.0, 4073.0, 4072.0, 4094.0, 4083.0, 4093.0, 4085.0, 4106.0, 4089.0, 4086.0, 4084.0, 4085.0, 4104.0, 4087.0, 4083.0, 4106.0, 4085.0, 4125.0, 4075.0, 4073.0, 4074.0, 4073.0, 4093.0, 4073.0, 4093.0, 4071.0, 4093.0, 4085.0, 4098.0, 4094.0, 4084.0, 4095.0, 4108.0, 4085.0, 4098.0, 4085.0, 4096.0, 4084.0, 4085.0, 4083.0, 4086.0, 4083.0, 4095.0, 4085.0, 4074.0, 4097.0, 4098.0, 4105.0, 4096.0, 4087.0, 4098.0, 4109.0, 4100.0, 4097.0, 4108.0, 4116.0, 4104.0, 4072.0, 4093.0, 4072.0, 4102.0, 4074.0, 4070.0, 4082.0, 4073.0, 4071.0, 4084.0, 4084.0, 4103.0, 4072.0, 4123.0, 4058.0, 4089.0, 4069.0, 4068.0, 4070.0, 4068.0, 4068.0, 4068.0, 4070.0, 4080.0, 4070.0, 4072.0, 4082.0, 4070.0, 4094.0, 4072.0, 4093.0, 4085.0, 4086.0, 4105.0, 4099.0, 4111.0, 4112.0, 4112.0, 4112.0, 4121.0, 4108.0, 4129.0, 4107.0, 4126.0, 4086.0, 4094.0, 4092.0, 4081.0, 4091.0, 4071.0, 4071.0, 4102.0, 4060.0, 4070.0, 4082.0, 4102.0, 4069.0, 4059.0, 4069.0, 4068.0, 4080.0, 4072.0, 4092.0, 4083.0, 4083.0, 4087.0, 4095.0, 4097.0, 4098.0, 4118.0, 4110.0, 4096.0, 4098.0, 4084.0, 4096.0, 4074.0, 4084.0, 4093.0, 4073.0, 4071.0, 4072.0, 4061.0, 4081.0, 4071.0, 4083.0, 4072.0, 4083.0, 4084.0, 4094.0, 4097.0, 4098.0, 4099.0, 4107.0, 4109.0, 4119.0, 4098.0, 4108.0, 4097.0, 4097.0, 4098.0, 4096.0, 4096.0, 4094.0, 4097.0, 4095.0, 4097.0, 4096.0, 4097.0, 4076.0, 4086.0, 4097.0, 4100.0, 4118.0, 4097.0, 4085.0, 4095.0, 4084.0, 4086.0, 4097.0, 4115.0, 4085.0, 4115.0, 4085.0, 4083.0, 4084.0, 4082.0, 4074.0, 4097.0, 4096.0, 4086.0, 4095.0, 4095.0, 4116.0, 4085.0, 4105.0, 4084.0, 4084.0, 4074.0, 4073.0, 4083.0, 4086.0, 4096.0, 4094.0, 4105.0, 4087.0, 4096.0, 4095.0, 4085.0, 4084.0, 4094.0, 4084.0, 4114.0, 4084.0, 4126.0, 4094.0, 4072.0, 4083.0, 4084.0, 4092.0, 4072.0, 4081.0, 4093.0, 4083.0, 4104.0, 4073.0, 4072.0, 4081.0, 4082.0, 4093.0, 4083.0, 4093.0, 4073.0, 4070.0, 4072.0, 4071.0, 4080.0, 4072.0, 4093.0, 4084.0, 4072.0, 4086.0, 4084.0, 4106.0, 4085.0, 4094.0, 4075.0, 4095.0, 4076.0, 4083.0, 4086.0, 4096.0, 4115.0, 4098.0, 4117.0, 4097.0, 4106.0, 4086.0, 4095.0, 4085.0, 4092.0, 4072.0, 4082.0, 4084.0, 4061.0, 4085.0, 4098.0, 4109.0, 4086.0, 4096.0, 4099.0, 4119.0, 4097.0, 4097.0, 4087.0, 4095.0, 4084.0, 4084.0, 4075.0, 4085.0, 4095.0, 4086.0, 4103.0, 4083.0, 4084.0, 4085.0, 4095.0, 4085.0, 4084.0, 4086.0, 4097.0, 4108.0, 4099.0, 4096.0, 4099.0, 4115.0, 4099.0, 4116.0, 4084.0, 4083.0, 4084.0, 4072.0, 4095.0, 4073.0, 4093.0, 4072.0, 4094.0, 4072.0, 4082.0, 4082.0, 4082.0, 4063.0, 4084.0, 4108.0, 4088.0, 4097.0, 4109.0, 4099.0, 4119.0, 4108.0, 4098.0, 4117.0, 4086.0, 4096.0, 4085.0, 4085.0, 4084.0, 4086.0, 4073.0, 4085.0, 4073.0, 4084.0, 4073.0, 4094.0, 4087.0, 4108.0, 4087.0, 4087.0, 4110.0, 4128.0, 4098.0, 4115.0, 4084.0, 4082.0, 4074.0, 4083.0, 4072.0, 4083.0, 4085.0, 4083.0, 4075.0, 4073.0, 4075.0, 4072.0, 4097.0, 4097.0, 4095.0, 4085.0, 4096.0, 4086.0, 4096.0, 4086.0, 4097.0, 4085.0, 4095.0, 4084.0, 4095.0, 4085.0, 4096.0, 4085.0, 4095.0, 4085.0, 4108.0, 4086.0, 4088.0, 4086.0, 4096.0, 4107.0, 4097.0, 4108.0, 4087.0, 4117.0, 4073.0, 4093.0, 4074.0, 4092.0, 4072.0, 4080.0, 4071.0, 4070.0, 4062.0, 4071.0, 4084.0, 4083.0, 4095.0, 4075.0, 4083.0, 4085.0, 4084.0, 4096.0, 4086.0, 4095.0, 4084.0], 'WindowWidth': [9227.0, 9147.0, 9120.0, 9105.0, 9095.0, 9095.0, 9093.0, 9094.0, 9091.0, 9124.0, 9093.0, 9115.0, 9116.0, 9109.0, 9161.0, 9147.0, 9144.0, 9146.0, 9174.0, 9139.0, 9174.0, 9125.0, 9161.0, 9122.0, 9163.0, 9099.0, 9152.0, 9091.0, 9148.0, 9077.0, 9085.0, 9091.0, 9076.0, 9103.0, 9092.0, 9083.0, 9085.0, 9087.0, 9101.0, 9089.0, 9091.0, 9123.0, 9095.0, 9091.0, 9120.0, 9102.0, 9075.0, 9134.0, 9088.0, 9074.0, 9126.0, 9066.0, 9069.0, 9112.0, 9086.0, 9072.0, 9084.0, 9087.0, 9089.0, 9100.0, 9066.0, 9088.0, 9062.0, 9069.0, 9061.0, 9058.0, 9059.0, 9060.0, 9090.0, 9084.0, 9067.0, 9099.0, 9100.0, 9084.0, 9112.0, 9105.0, 9110.0, 9121.0, 9111.0, 9111.0, 9138.0, 9111.0, 9097.0, 9110.0, 9127.0, 9092.0, 9089.0, 9137.0, 9105.0, 9149.0, 9101.0, 9136.0, 9097.0, 9061.0, 9065.0, 9047.0, 9090.0, 9058.0, 9066.0, 9044.0, 9056.0, 9076.0, 9067.0, 9088.0, 9104.0, 9105.0, 9090.0, 9123.0, 9111.0, 9108.0, 9130.0, 9112.0, 9139.0, 9112.0, 9138.0, 9093.0, 9086.0, 9089.0, 9081.0, 9082.0, 9079.0, 9096.0, 9071.0, 9087.0, 9107.0, 9093.0, 9108.0, 9125.0, 9098.0, 9104.0, 9124.0, 9111.0, 9089.0, 9140.0, 9093.0, 9091.0, 9107.0, 9093.0, 9091.0, 9134.0, 9088.0, 9091.0, 9107.0, 9092.0, 9089.0, 9090.0, 9087.0, 9091.0, 9103.0, 9087.0, 9076.0, 9115.0, 9087.0, 9074.0, 9100.0, 9071.0, 9081.0, 9102.0, 9085.0, 9077.0, 9090.0, 9105.0, 9097.0, 9095.0, 9124.0, 9113.0, 9094.0, 9089.0, 9105.0, 9090.0, 9086.0, 9171.0, 9128.0, 9119.0, 9087.0, 9093.0, 9125.0, 9089.0, 9092.0, 9119.0, 9102.0, 9068.0, 9114.0, 9089.0, 9090.0, 9073.0, 9084.0, 9068.0, 9076.0, 9071.0, 9059.0, 9040.0, 9055.0, 9057.0, 9055.0, 9089.0, 9059.0, 9064.0, 9076.0, 9078.0, 9076.0, 9065.0, 9095.0, 9084.0, 9104.0, 9090.0, 9107.0, 9124.0, 9111.0, 9092.0, 9096.0, 9106.0, 9103.0, 9103.0, 9075.0, 9132.0, 9101.0, 9069.0, 9073.0, 9113.0, 9086.0, 9092.0, 9087.0, 9102.0, 9086.0, 9088.0, 9102.0, 9105.0, 9089.0, 9122.0, 9105.0, 9088.0, 9104.0, 9090.0, 9118.0, 9089.0, 9085.0, 9118.0, 9090.0, 9089.0, 9118.0, 9107.0, 9096.0, 9105.0, 9106.0, 9088.0, 9122.0, 9089.0, 9072.0, 9102.0, 9082.0, 9093.0, 9066.0, 9060.0, 9094.0, 9065.0, 9066.0, 9084.0, 9084.0, 9086.0, 9103.0, 9112.0, 9101.0, 9107.0, 9133.0, 9158.0, 9108.0, 9119.0, 9089.0, 9110.0, 9068.0, 9095.0, 9067.0, 9064.0, 9065.0, 9061.0, 9082.0, 9083.0, 9098.0, 9085.0, 9098.0, 9089.0, 9090.0, 9121.0, 9109.0, 9090.0, 9128.0, 9118.0, 9109.0, 9140.0, 9114.0, 9121.0, 9104.0, 9088.0, 9137.0, 9094.0, 9086.0, 9106.0, 9089.0, 9116.0, 9106.0, 9090.0, 9087.0, 9086.0, 9087.0, 9106.0, 9104.0, 9104.0, 9089.0, 9101.0, 9084.0, 9103.0, 9091.0, 9105.0, 9091.0, 9089.0, 9109.0, 9108.0, 9118.0, 9094.0, 9105.0, 9123.0, 9095.0, 9093.0, 9112.0, 9092.0, 9132.0, 9091.0, 9072.0, 9102.0, 9072.0, 9069.0, 9085.0, 9069.0, 9086.0, 9088.0, 9073.0, 9083.0, 9104.0, 9097.0, 9104.0, 9105.0, 9086.0, 9104.0, 9084.0, 9098.0, 9067.0, 9078.0, 9069.0, 9066.0, 9069.0, 9080.0, 9102.0, 9090.0, 9087.0, 9090.0, 9094.0, 9131.0, 9094.0, 9103.0, 9107.0, 9091.0, 9094.0, 9121.0, 9091.0, 9088.0, 9121.0, 9092.0, 9087.0, 9117.0, 9088.0, 9087.0, 9134.0, 9088.0, 9090.0, 9113.0, 9088.0, 9085.0, 9109.0, 9068.0, 9090.0, 9087.0, 9088.0, 9092.0, 9100.0, 9091.0, 9094.0, 9105.0, 9088.0, 9104.0, 9101.0, 9091.0, 9087.0, 9088.0, 9085.0, 9104.0, 9073.0, 9089.0, 9104.0, 9092.0, 9106.0, 9119.0, 9123.0, 9110.0, 9094.0, 9127.0, 9094.0, 9091.0, 9134.0, 9105.0, 9146.0, 9113.0, 9122.0, 9064.0, 9078.0, 9061.0, 9060.0, 9072.0, 9049.0, 9083.0, 9108.0, 9091.0, 9094.0, 9126.0, 9094.0, 9122.0, 9092.0, 9098.0, 9073.0, 9083.0, 9069.0, 9081.0, 9085.0, 9088.0, 9118.0, 9091.0, 9117.0, 9076.0, 9098.0, 9088.0, 9082.0, 9084.0, 9100.0, 9102.0, 9093.0, 9103.0, 9121.0, 9094.0, 9089.0, 9130.0, 9129.0, 9103.0, 9091.0, 9049.0, 9058.0, 9078.0, 9068.0, 9088.0, 9107.0, 9097.0, 9105.0, 9112.0, 9149.0, 9106.0, 9102.0, 9087.0, 9085.0, 9070.0, 9084.0, 9089.0, 9084.0, 9084.0, 9084.0, 9097.0, 9089.0, 9089.0, 9093.0, 9105.0, 9109.0, 9110.0, 9103.0, 9132.0, 9130.0, 9124.0, 9157.0, 9141.0, 9096.0, 9136.0, 9089.0, 9086.0, 9116.0, 9068.0, 9068.0, 9117.0, 9085.0, 9085.0, 9107.0, 9089.0, 9097.0, 9084.0, 9083.0, 9099.0, 9065.0, 9107.0, 9063.0, 9075.0, 9064.0, 9074.0, 9095.0, 9072.0, 9086.0, 9103.0, 9094.0, 9135.0, 9111.0, 9105.0, 9122.0, 9098.0, 9091.0, 9109.0, 9093.0, 9107.0, 9126.0, 9110.0, 9153.0, 9105.0, 9084.0, 9086.0, 9073.0, 9089.0, 9088.0, 9086.0, 9119.0, 9089.0, 9084.0, 9091.0, 9096.0, 9096.0, 9111.0, 9114.0, 9121.0, 9115.0, 9094.0, 9109.0, 9091.0, 9120.0, 9077.0, 9118.0, 9090.0, 9085.0, 9087.0, 9085.0, 9105.0, 9073.0, 9083.0, 9105.0, 9096.0, 9110.0, 9123.0, 9095.0, 9134.0, 9090.0, 9085.0, 9070.0, 9063.0, 9083.0, 9067.0, 9098.0, 9069.0, 9063.0, 9079.0, 9086.0, 9101.0, 9087.0, 9086.0, 9087.0, 9082.0, 9100.0, 9088.0, 9100.0, 9087.0, 9084.0, 9103.0, 9094.0, 9108.0, 9112.0, 9106.0, 9129.0, 9104.0, 9109.0, 9088.0, 9101.0, 9087.0, 9104.0, 9088.0, 9105.0, 9093.0, 9088.0, 9090.0, 9106.0, 9122.0, 9097.0, 9101.0, 9113.0, 9116.0, 9115.0, 9142.0, 9152.0, 9130.0, 9124.0, 9122.0, 9092.0, 9126.0, 9105.0, 9126.0, 9113.0, 9061.0, 9082.0, 9069.0, 9064.0, 9083.0, 9072.0, 9083.0, 9107.0, 9113.0, 9111.0, 9115.0, 9142.0, 9111.0, 9120.0, 9091.0, 9093.0, 9092.0, 9071.0, 9090.0, 9085.0, 9089.0, 9091.0, 9105.0, 9112.0, 9092.0, 9097.0, 9090.0, 9107.0, 9088.0, 9105.0, 9094.0, 9072.0, 9125.0, 9091.0, 9100.0, 9076.0, 9071.0, 9101.0, 9069.0, 9127.0, 9064.0, 9079.0, 9065.0, 9093.0, 9063.0, 9063.0, 9099.0, 9089.0, 9091.0, 9107.0, 9115.0, 9115.0, 9121.0, 9112.0, 9115.0, 9138.0, 9093.0, 9118.0, 9075.0, 9084.0, 9073.0, 9086.0, 9105.0, 9086.0, 9106.0, 9106.0, 9091.0, 9093.0, 9111.0, 9139.0, 9112.0, 9111.0, 9127.0, 9108.0, 9092.0, 9135.0, 9127.0, 9115.0, 9062.0, 9061.0, 9057.0, 9076.0, 9066.0, 9077.0, 9064.0, 9081.0, 9085.0, 9092.0, 9108.0, 9125.0, 9073.0, 9086.0, 9083.0, 9085.0, 9063.0, 9086.0, 9069.0, 9085.0, 9085.0, 9087.0, 9091.0, 9077.0, 9097.0, 9098.0, 9114.0, 9094.0, 9128.0, 9093.0, 9113.0, 9094.0, 9110.0, 9097.0, 9096.0, 9111.0, 9114.0, 9142.0, 9118.0, 9157.0, 9111.0, 9091.0, 9109.0, 9089.0, 9093.0, 9097.0, 9089.0, 9126.0, 9069.0, 9065.0, 9070.0, 9063.0, 9084.0, 9094.0, 9104.0, 9085.0, 9091.0, 9113.0, 9103.0, 9129.0, 9137.0, 9158.0, 9111.0, 9118.0, 9091.0, 9089.0, 9091.0, 9086.0, 9090.0, 9086.0, 9088.0, 9101.0, 9095.0, 9092.0, 9093.0, 9092.0, 9106.0, 9110.0, 9124.0, 9096.0, 9093.0, 9106.0, 9090.0, 9100.0, 9075.0, 9087.0, 9105.0, 9072.0, 9112.0, 9105.0, 9079.0, 9056.0, 9064.0, 9045.0, 9060.0, 9063.0, 9081.0, 9107.0, 9111.0, 9113.0, 9136.0, 9162.0, 9116.0, 9128.0, 9113.0, 9111.0, 9111.0, 9121.0, 9092.0, 9107.0, 9094.0, 9106.0, 9093.0, 9118.0, 9076.0, 9087.0, 9107.0, 9094.0, 9123.0, 9096.0, 9150.0, 9089.0, 9129.0, 9072.0, 9054.0, 9072.0, 9088.0, 9101.0, 9089.0, 9089.0, 9092.0, 9121.0, 9083.0, 9060.0, 9066.0, 9063.0, 9078.0, 9065.0, 9084.0, 9086.0, 9110.0, 9102.0, 9112.0, 9136.0, 9095.0, 9102.0, 9092.0, 9105.0, 9092.0, 9088.0, 9074.0, 9090.0, 9104.0, 9108.0, 9094.0, 9112.0, 9109.0, 9127.0, 9112.0, 9140.0, 9097.0, 9110.0, 9140.0, 9112.0, 9164.0, 9089.0, 9071.0, 9089.0, 9084.0, 9102.0, 9085.0, 9069.0, 9087.0, 9076.0, 9072.0, 9086.0, 9099.0, 9110.0, 9130.0, 9114.0, 9123.0, 9094.0, 9120.0, 9087.0, 9087.0, 9093.0, 9087.0, 9077.0, 9069.0, 9087.0, 9072.0, 9103.0, 9070.0, 9084.0, 9067.0, 9085.0, 9090.0, 9076.0, 9109.0, 9115.0, 9113.0, 9135.0, 9118.0, 9146.0, 9140.0, 9121.0, 9143.0, 9116.0, 9188.0, 9136.0, 9146.0, 9072.0, 9095.0, 9072.0, 9085.0, 9074.0, 9066.0, 9092.0, 9114.0, 9094.0, 9096.0, 9089.0, 9099.0, 9127.0, 9070.0, 9101.0, 9076.0, 9079.0, 9073.0, 9082.0, 9070.0, 9069.0, 9101.0, 9085.0, 9102.0, 9093.0, 9123.0, 9105.0, 9094.0, 9090.0, 9092.0, 9117.0, 9097.0, 9089.0, 9123.0, 9093.0, 9146.0, 9078.0, 9071.0, 9075.0, 9070.0, 9100.0, 9068.0, 9097.0, 9064.0, 9095.0, 9090.0, 9114.0, 9105.0, 9093.0, 9109.0, 9130.0, 9092.0, 9114.0, 9091.0, 9108.0, 9088.0, 9093.0, 9086.0, 9095.0, 9086.0, 9106.0, 9091.0, 9077.0, 9114.0, 9113.0, 9121.0, 9109.0, 9099.0, 9116.0, 9134.0, 9122.0, 9111.0, 9128.0, 9132.0, 9117.0, 9067.0, 9096.0, 9067.0, 9109.0, 9072.0, 9063.0, 9081.0, 9069.0, 9067.0, 9087.0, 9088.0, 9111.0, 9067.0, 9137.0, 9042.0, 9084.0, 9056.0, 9055.0, 9059.0, 9054.0, 9055.0, 9056.0, 9060.0, 9073.0, 9063.0, 9068.0, 9081.0, 9062.0, 9104.0, 9069.0, 9100.0, 9092.0, 9095.0, 9121.0, 9119.0, 9138.0, 9141.0, 9141.0, 9140.0, 9151.0, 9129.0, 9160.0, 9123.0, 9146.0, 9091.0, 9098.0, 9096.0, 9077.0, 9090.0, 9063.0, 9062.0, 9108.0, 9049.0, 9060.0, 9081.0, 9105.0, 9058.0, 9042.0, 9058.0, 9053.0, 9074.0, 9068.0, 9094.0, 9086.0, 9086.0, 9098.0, 9106.0, 9113.0, 9115.0, 9141.0, 9132.0, 9107.0, 9114.0, 9087.0, 9107.0, 9072.0, 9088.0, 9096.0, 9068.0, 9064.0, 9065.0, 9050.0, 9079.0, 9065.0, 9082.0, 9066.0, 9085.0, 9087.0, 9103.0, 9113.0, 9117.0, 9118.0, 9125.0, 9133.0, 9143.0, 9115.0, 9128.0, 9112.0, 9110.0, 9113.0, 9109.0, 9108.0, 9104.0, 9109.0, 9106.0, 9111.0, 9108.0, 9110.0, 9083.0, 9097.0, 9111.0, 9121.0, 9141.0, 9110.0, 9090.0, 9106.0, 9091.0, 9093.0, 9110.0, 9135.0, 9091.0, 9130.0, 9090.0, 9084.0, 9087.0, 9082.0, 9075.0, 9112.0, 9110.0, 9096.0, 9105.0, 9108.0, 9136.0, 9093.0, 9119.0, 9088.0, 9089.0, 9074.0, 9072.0, 9089.0, 9094.0, 9109.0, 9105.0, 9120.0, 9099.0, 9108.0, 9107.0, 9094.0, 9091.0, 9103.0, 9091.0, 9132.0, 9091.0, 9146.0, 9100.0, 9068.0, 9085.0, 9088.0, 9096.0, 9071.0, 9079.0, 9100.0, 9082.0, 9114.0, 9073.0, 9068.0, 9081.0, 9085.0, 9099.0, 9087.0, 9098.0, 9070.0, 9063.0, 9067.0, 9065.0, 9078.0, 9068.0, 9097.0, 9087.0, 9072.0, 9094.0, 9090.0, 9123.0, 9093.0, 9105.0, 9076.0, 9104.0, 9080.0, 9087.0, 9095.0, 9109.0, 9135.0, 9115.0, 9141.0, 9110.0, 9121.0, 9092.0, 9103.0, 9090.0, 9097.0, 9069.0, 9081.0, 9087.0, 9052.0, 9090.0, 9115.0, 9130.0, 9098.0, 9112.0, 9119.0, 9144.0, 9110.0, 9110.0, 9095.0, 9106.0, 9088.0, 9090.0, 9076.0, 9091.0, 9103.0, 9094.0, 9113.0, 9087.0, 9088.0, 9091.0, 9105.0, 9093.0, 9090.0, 9096.0, 9112.0, 9131.0, 9118.0, 9112.0, 9118.0, 9135.0, 9116.0, 9134.0, 9090.0, 9085.0, 9086.0, 9068.0, 9103.0, 9070.0, 9099.0, 9065.0, 9101.0, 9068.0, 9080.0, 9081.0, 9082.0, 9058.0, 9088.0, 9131.0, 9103.0, 9113.0, 9131.0, 9118.0, 9147.0, 9127.0, 9114.0, 9138.0, 9093.0, 9107.0, 9093.0, 9089.0, 9087.0, 9092.0, 9071.0, 9091.0, 9070.0, 9089.0, 9073.0, 9102.0, 9097.0, 9128.0, 9099.0, 9099.0, 9136.0, 9156.0, 9112.0, 9131.0, 9087.0, 9082.0, 9073.0, 9084.0, 9069.0, 9084.0, 9091.0, 9086.0, 9077.0, 9070.0, 9077.0, 9070.0, 9111.0, 9112.0, 9106.0, 9093.0, 9107.0, 9093.0, 9107.0, 9093.0, 9109.0, 9091.0, 9106.0, 9089.0, 9104.0, 9091.0, 9106.0, 9092.0, 9105.0, 9093.0, 9126.0, 9098.0, 9101.0, 9095.0, 9108.0, 9125.0, 9110.0, 9127.0, 9095.0, 9135.0, 9071.0, 9099.0, 9073.0, 9094.0, 9069.0, 9076.0, 9066.0, 9062.0, 9054.0, 9065.0, 9086.0, 9086.0, 9104.0, 9077.0, 9086.0, 9093.0, 9087.0, 9109.0, 9092.0, 9106.0, 9087.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.0006475151515151514</td></tr>
<tr><td colspan=3>aqi</td><td>0.01740807318181818</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.31205657981801</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1998652163532986</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0026536817968166</td></tr>
<tr><td colspan=3>efc</td><td>0.4454</td></tr>
<tr><td colspan=3>fber</td><td>7363.9966</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08156511577316766</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9090909090909091</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398431496267924</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30757685407399</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6408621188551225</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2468555158746595</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114106</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01543048769235611</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018430685624480247</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.8188599702515775</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>27.4959</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.098</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.0328</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.2123</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.249</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.6723</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3367.2701</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.4928</td></tr>
<tr><td colspan=3>tsnr</td><td>45.0664171949029</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>