ds005256-mriqc/sub-0128_ses-04_task-fractional_acq-mb8_run-01_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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0128_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-04/func/sub-0128_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93bb348a8e0a9c67cdd11ad3cc1f1f28</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:47:7.087500</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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>ba507fd2-8424-44b7-937e-e244445f957f||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': ['174707.087500', '174707.547500', '174708.007500', '174708.467500', '174708.927500', '174709.387500', '174709.847500', '174710.307500', '174710.767500', '174711.227500', '174711.687500', '174712.147500', '174712.607500', '174713.067500', '174713.527500', '174713.987500', '174714.447500', '174714.907500', '174715.367500', '174715.827500', '174716.287500', '174716.747500', '174717.207500', '174717.667500', '174718.127500', '174718.587500', '174719.047500', '174719.507500', '174719.967500', '174720.427500', '174720.887500', '174721.347500', '174721.807500', '174722.267500', '174722.727500', '174723.187500', '174723.647500', '174724.107500', '174724.567500', '174725.027500', '174725.487500', '174725.947500', '174726.407500', '174726.867500', '174727.327500', '174727.787500', '174728.247500', '174728.707500', '174729.167500', '174729.627500', '174730.087500', '174730.547500', '174731.007500', '174731.467500', '174731.927500', '174732.387500', '174732.847500', '174733.307500', '174733.767500', '174734.227500', '174734.687500', '174735.147500', '174735.607500', '174736.067500', '174736.527500', '174736.987500', '174737.447500', '174737.907500', '174738.367500', '174738.827500', '174739.287500', '174739.747500', '174740.207500', '174740.667500', '174741.127500', '174741.587500', '174742.047500', '174742.507500', '174742.967500', '174743.427500', '174743.887500', '174744.347500', '174744.807500', '174745.267500', '174745.727500', '174746.187500', '174746.647500', '174747.107500', '174747.567500', '174748.027500', '174748.487500', '174748.947500', '174749.407500', '174749.867500', '174750.327500', '174750.787500', '174751.247500', '174751.707500', '174752.167500', '174752.627500', '174753.087500', '174753.547500', '174754.007500', '174754.467500', '174754.927500', '174755.387500', '174755.847500', '174756.307500', '174756.767500', '174757.227500', '174757.687500', '174758.147500', '174758.607500', '174759.067500', '174759.527500', '174759.987500', '174800.447500', '174800.907500', '174801.367500', '174801.827500', '174802.287500', '174802.747500', '174803.207500', '174803.667500', '174804.127500', '174804.587500', '174805.047500', '174805.507500', '174805.967500', '174806.427500', '174806.887500', '174807.347500', '174807.807500', '174808.267500', '174808.727500', '174809.187500', '174809.647500', '174810.107500', '174810.567500', '174811.027500', '174811.487500', '174811.947500', '174812.407500', '174812.867500', '174813.327500', '174813.787500', '174814.247500', '174814.707500', '174815.167500', '174815.627500', '174816.087500', '174816.547500', '174817.007500', '174817.467500', '174817.927500', '174818.387500', '174818.847500', '174819.307500', '174819.767500', '174820.227500', '174820.687500', '174821.147500', '174821.607500', '174822.067500', '174822.527500', '174822.987500', '174823.447500', '174823.907500', '174824.367500', '174824.827500', '174825.287500', '174825.747500', '174826.207500', '174826.667500', '174827.127500', '174827.587500', '174828.047500', '174828.507500', '174828.967500', '174829.427500', '174829.887500', '174830.347500', '174830.807500', '174831.267500', '174831.727500', '174832.187500', '174832.647500', '174833.107500', '174833.567500', '174834.027500', '174834.487500', '174834.947500', '174835.407500', '174835.867500', '174836.327500', '174836.787500', '174837.247500', '174837.707500', '174838.167500', '174838.627500', '174839.087500', '174839.547500', '174840.007500', '174840.467500', '174840.927500', '174841.387500', '174841.847500', '174842.307500', '174842.767500', '174843.227500', '174843.687500', '174844.147500', '174844.607500', '174845.067500', '174845.527500', '174845.987500', '174846.447500', '174846.907500', '174847.367500', '174847.827500', '174848.287500', '174848.747500', '174849.207500', '174849.667500', '174850.127500', '174850.587500', '174851.047500', '174851.507500', '174851.967500', '174852.427500', '174852.887500', '174853.347500', '174853.807500', '174854.267500', '174854.727500', '174855.187500', '174855.647500', '174856.107500', '174856.567500', '174857.027500', '174857.487500', '174857.947500', '174858.407500', '174858.867500', '174859.327500', '174859.787500', '174900.247500', '174900.707500', '174901.167500', '174901.627500', '174902.087500', '174902.547500', '174903.007500', '174903.467500', '174903.927500', '174904.387500', '174904.847500', '174905.307500', '174905.767500', '174906.227500', '174906.687500', '174907.147500', '174907.607500', '174908.067500', '174908.527500', '174908.987500', '174909.447500', '174909.907500', '174910.367500', '174910.827500', '174911.287500', '174911.747500', '174912.207500', '174912.667500', '174913.127500', '174913.587500', '174914.047500', '174914.507500', '174914.967500', '174915.427500', '174915.887500', '174916.347500', '174916.807500', '174917.267500', '174917.727500', '174918.187500', '174918.647500', '174919.107500', '174919.567500', '174920.027500', '174920.487500', '174920.947500', '174921.407500', '174921.867500', '174922.327500', '174922.787500', '174923.247500', '174923.707500', '174924.167500', '174924.627500', '174925.087500', '174925.547500', '174926.007500', '174926.467500', '174926.927500', '174927.387500', '174927.847500', '174928.307500', '174928.767500', '174929.227500', '174929.687500', '174930.147500', '174930.607500', '174931.067500', '174931.527500', '174931.987500', '174932.447500', '174932.907500', '174933.367500', '174933.827500', '174934.287500', '174934.747500', '174935.207500', '174935.667500', '174936.127500', '174936.587500', '174937.047500', '174937.507500', '174937.967500', '174938.427500', '174938.887500', '174939.347500', '174939.807500', '174940.267500', '174940.727500', '174941.187500', '174941.647500', '174942.107500', '174942.567500', '174943.027500', '174943.487500', '174943.947500', '174944.407500', '174944.867500', '174945.327500', '174945.787500', '174946.247500', '174946.707500', '174947.167500', '174947.627500', '174948.087500', '174948.547500', '174949.007500', '174949.467500', '174949.927500', '174950.387500', '174950.847500', '174951.307500', '174951.767500', '174952.227500', '174952.687500', '174953.147500', '174953.607500', '174954.067500', '174954.527500', '174954.987500', '174955.447500', '174955.907500', '174956.367500', '174956.827500', '174957.287500', '174957.747500', '174958.207500', '174958.667500', '174959.127500', '174959.587500', '175000.047500', '175000.507500', '175000.967500', '175001.427500', '175001.887500', '175002.347500', '175002.807500', '175003.267500', '175003.727500', '175004.187500', '175004.647500', '175005.107500', '175005.567500', '175006.027500', '175006.487500', '175006.947500', '175007.407500', '175007.867500', '175008.327500', '175008.787500', '175009.247500', '175009.707500', '175010.167500', '175010.627500', '175011.087500', '175011.547500', '175012.007500', '175012.467500', '175012.927500', '175013.387500', '175013.847500', '175014.307500', '175014.767500', '175015.227500', '175015.687500', '175016.147500', '175016.607500', '175017.067500', '175017.527500', '175017.987500', '175018.447500', '175018.907500', '175019.367500', '175019.827500', '175020.287500', '175020.747500', '175021.207500', '175021.667500', '175022.127500', '175022.587500', '175023.047500', '175023.507500', '175023.967500', '175024.427500', '175024.887500', '175025.347500', '175025.807500', '175026.267500', '175026.727500', '175027.187500', '175027.647500', '175028.107500', '175028.567500', '175029.027500', '175029.487500', '175029.947500', '175030.407500', '175030.867500', '175031.327500', '175031.787500', '175032.247500', '175032.707500', '175033.167500', '175033.627500', '175034.087500', '175034.547500', '175035.007500', '175035.467500', '175035.927500', '175036.387500', '175036.847500', '175037.307500', '175037.767500', '175038.227500', '175038.687500', '175039.147500', '175039.607500', '175040.067500', '175040.527500', '175040.987500', '175041.447500', '175041.907500', '175042.367500', '175042.827500', '175043.287500', '175043.747500', '175044.207500', '175044.667500', '175045.127500', '175045.587500', '175046.047500', '175046.507500', '175046.967500', '175047.427500', '175047.887500', '175048.347500', '175048.807500', '175049.267500', '175049.727500', '175050.187500', '175050.647500', '175051.107500', '175051.567500', '175052.027500', '175052.487500', '175052.947500', '175053.407500', '175053.867500', '175054.327500', '175054.787500', '175055.247500', '175055.707500', '175056.167500', '175056.627500', '175057.087500', '175057.547500', '175058.007500', '175058.467500', '175058.927500', '175059.387500', '175059.847500', '175100.307500', '175100.767500', '175101.227500', '175101.687500', '175102.147500', '175102.607500', '175103.067500', '175103.527500', '175103.987500', '175104.447500', '175104.907500', '175105.367500', '175105.827500', '175106.287500', '175106.747500', '175107.207500', '175107.667500', '175108.127500', '175108.587500', '175109.047500', '175109.507500', '175109.967500', '175110.427500', '175110.887500', '175111.347500', '175111.807500', '175112.267500', '175112.727500', '175113.187500', '175113.647500', '175114.107500', '175114.567500', '175115.027500', '175115.487500', '175115.947500', '175116.407500', '175116.867500', '175117.327500', '175117.787500', '175118.247500', '175118.707500', '175119.167500', '175119.627500', '175120.087500', '175120.547500', '175121.007500', '175121.467500', '175121.927500', '175122.387500', '175122.847500', '175123.307500', '175123.767500', '175124.227500', '175124.687500', '175125.147500', '175125.607500', '175126.067500', '175126.527500', '175126.987500', '175127.447500', '175127.907500', '175128.367500', '175128.827500', '175129.287500', '175129.747500', '175130.207500', '175130.667500', '175131.127500', '175131.587500', '175132.047500', '175132.507500', '175132.967500', '175133.427500', '175133.887500', '175134.347500', '175134.807500', '175135.267500', '175135.727500', '175136.187500', '175136.647500', '175137.107500', '175137.567500', '175138.027500', '175138.487500', '175138.947500', '175139.407500', '175139.867500', '175140.327500', '175140.787500', '175141.247500', '175141.707500', '175142.167500', '175142.627500', '175143.087500', '175143.547500', '175144.007500', '175144.467500', '175144.927500', '175145.387500', '175145.847500', '175146.307500', '175146.767500', '175147.227500', '175147.687500', '175148.147500', '175148.607500', '175149.067500', '175149.527500', '175149.987500', '175150.447500', '175150.907500', '175151.367500', '175151.827500', '175152.287500', '175152.747500', '175153.207500', '175153.667500', '175154.127500', '175154.587500', '175155.047500', '175155.507500', '175155.967500', '175156.427500', '175156.887500', '175157.347500', '175157.807500', '175158.267500', '175158.727500', '175159.187500', '175159.647500', '175200.107500', '175200.567500', '175201.027500', '175201.487500', '175201.947500', '175202.407500', '175202.867500', '175203.327500', '175203.787500', '175204.247500', '175204.707500', '175205.167500', '175205.627500', '175206.087500', '175206.547500', '175207.007500', '175207.467500', '175207.927500', '175208.387500', '175208.847500', '175209.307500', '175209.767500', '175210.227500', '175210.687500', '175211.147500', '175211.607500', '175212.067500', '175212.527500', '175212.987500', '175213.447500', '175213.907500', '175214.367500', '175214.827500', '175215.287500', '175215.747500', '175216.207500', '175216.667500', '175217.127500', '175217.587500', '175218.047500', '175218.507500', '175218.967500', '175219.427500', '175219.887500', '175220.347500', '175220.807500', '175221.267500', '175221.727500', '175222.187500', '175222.647500', '175223.107500', '175223.567500', '175224.027500', '175224.487500', '175224.947500', '175225.407500', '175225.867500', '175226.327500', '175226.787500', '175227.247500', '175227.707500', '175228.167500', '175228.627500', '175229.087500', '175229.547500', '175230.007500', '175230.467500', '175230.927500', '175231.387500', '175231.847500', '175232.307500', '175232.767500', '175233.227500', '175233.687500', '175234.147500', '175234.607500', '175235.067500', '175235.527500', '175235.987500', '175236.447500', '175236.907500', '175237.367500', '175237.827500', '175238.287500', '175238.747500', '175239.207500', '175239.667500', '175240.127500', '175240.587500', '175241.047500', '175241.507500', '175241.967500', '175242.427500', '175242.887500', '175243.347500', '175243.807500', '175244.267500', '175244.727500', '175245.187500', '175245.647500', '175246.107500', '175246.567500', '175247.027500', '175247.487500', '175247.947500', '175248.407500', '175248.867500', '175249.327500', '175249.787500', '175250.247500', '175250.707500', '175251.167500', '175251.627500', '175252.087500', '175252.547500', '175253.007500', '175253.467500', '175253.927500', '175254.387500', '175254.847500', '175255.307500', '175255.767500', '175256.227500', '175256.687500', '175257.147500', '175257.607500', '175258.067500', '175258.527500', '175258.987500', '175259.447500', '175259.907500', '175300.367500', '175300.827500', '175301.287500', '175301.747500', '175302.207500', '175302.667500', '175303.127500', '175303.587500', '175304.047500', '175304.507500', '175304.967500', '175305.427500', '175305.887500', '175306.347500', '175306.807500', '175307.267500', '175307.727500', '175308.187500', '175308.647500', '175309.107500', '175309.567500', '175310.027500', '175310.487500', '175310.947500', '175311.407500', '175311.867500', '175312.327500', '175312.787500', '175313.247500', '175313.707500', '175314.167500', '175314.627500', '175315.087500', '175315.547500', '175316.007500', '175316.467500', '175316.927500', '175317.387500', '175317.847500', '175318.307500', '175318.767500', '175319.227500', '175319.687500', '175320.147500', '175320.607500', '175321.067500', '175321.527500', '175321.987500', '175322.447500', '175322.907500', '175323.367500', '175323.827500', '175324.287500', '175324.747500', '175325.207500', '175325.667500', '175326.127500', '175326.587500', '175327.047500', '175327.507500', '175327.967500', '175328.427500', '175328.887500', '175329.347500', '175329.807500', '175330.267500', '175330.727500', '175331.187500', '175331.647500', '175332.107500', '175332.567500', '175333.027500', '175333.487500', '175333.947500', '175334.407500', '175334.867500', '175335.327500', '175335.787500', '175336.247500', '175336.707500', '175337.167500', '175337.627500', '175338.087500', '175338.547500', '175339.007500', '175339.467500', '175339.927500', '175340.387500', '175340.847500', '175341.307500', '175341.767500', '175342.227500', '175342.687500', '175343.147500', '175343.607500', '175344.067500', '175344.527500', '175344.987500', '175345.447500', '175345.907500', '175346.367500', '175346.827500', '175347.287500', '175347.747500', '175348.207500', '175348.667500', '175349.127500', '175349.587500', '175350.047500', '175350.507500', '175350.967500', '175351.427500', '175351.887500', '175352.347500', '175352.807500', '175353.267500', '175353.727500', '175354.187500', '175354.647500', '175355.107500', '175355.567500', '175356.027500', '175356.487500', '175356.947500', '175357.407500', '175357.867500', '175358.327500', '175358.787500', '175359.247500', '175359.707500', '175400.167500', '175400.627500', '175401.087500', '175401.547500', '175402.007500', '175402.467500', '175402.927500', '175403.387500', '175403.847500', '175404.307500', '175404.767500', '175405.227500', '175405.687500', '175406.147500', '175406.607500', '175407.067500', '175407.527500', '175407.987500', '175408.447500', '175408.907500', '175409.367500', '175409.827500', '175410.287500', '175410.747500', '175411.207500', '175411.667500', '175412.127500', '175412.587500', '175413.047500', '175413.507500', '175413.967500', '175414.427500', '175414.887500', '175415.347500', '175415.807500', '175416.267500', '175416.727500', '175417.187500', '175417.647500', '175418.107500', '175418.567500', '175419.027500', '175419.487500', '175419.947500', '175420.407500', '175420.867500', '175421.327500', '175421.787500', '175422.247500', '175422.707500', '175423.167500', '175423.627500', '175424.087500', '175424.547500', '175425.007500', '175425.467500', '175425.927500', '175426.387500', '175426.847500', '175427.307500', '175427.767500', '175428.227500', '175428.687500', '175429.147500', '175429.607500', '175430.067500', '175430.527500', '175430.987500', '175431.447500', '175431.907500', '175432.367500', '175432.827500', '175433.287500', '175433.747500', '175434.207500', '175434.667500', '175435.127500', '175435.587500', '175436.047500', '175436.507500', '175436.967500', '175437.427500', '175437.887500', '175438.347500', '175438.807500', '175439.267500', '175439.727500', '175440.187500', '175440.647500', '175441.107500', '175441.567500', '175442.027500', '175442.487500', '175442.947500', '175443.407500', '175443.867500', '175444.327500', '175444.787500', '175445.247500', '175445.707500', '175446.167500', '175446.627500', '175447.087500', '175447.547500', '175448.007500', '175448.467500', '175448.927500', '175449.387500', '175449.847500', '175450.307500', '175450.767500', '175451.227500', '175451.687500', '175452.147500', '175452.607500', '175453.067500', '175453.527500', '175453.987500', '175454.447500', '175454.907500', '175455.367500', '175455.827500', '175456.287500', '175456.747500', '175457.207500', '175457.667500', '175458.127500', '175458.587500', '175459.047500', '175459.507500', '175459.967500', '175500.427500', '175500.887500', '175501.347500', '175501.807500', '175502.267500', '175502.727500', '175503.187500', '175503.647500', '175504.107500', '175504.567500', '175505.027500', '175505.487500', '175505.947500', '175506.407500', '175506.867500', '175507.327500', '175507.787500', '175508.247500', '175508.707500', '175509.167500', '175509.627500', '175510.087500', '175510.547500', '175511.007500', '175511.467500', '175511.927500', '175512.387500', '175512.847500', '175513.307500', '175513.767500', '175514.227500', '175514.687500', '175515.147500', '175515.607500', '175516.067500', '175516.527500', '175516.987500', '175517.447500', '175517.907500', '175518.367500', '175518.827500', '175519.287500', '175519.747500', '175520.207500', '175520.667500', '175521.127500', '175521.587500', '175522.047500', '175522.507500', '175522.967500', '175523.427500', '175523.887500', '175524.347500', '175524.807500', '175525.267500', '175525.727500', '175526.187500', '175526.647500', '175527.107500', '175527.567500', '175528.027500', '175528.487500', '175528.947500', '175529.407500', '175529.867500', '175530.327500', '175530.787500', '175531.247500', '175531.707500', '175532.167500', '175532.627500', '175533.087500', '175533.547500', '175534.007500', '175534.467500', '175534.927500', '175535.387500', '175535.847500', '175536.307500', '175536.767500', '175537.227500', '175537.687500', '175538.147500', '175538.607500', '175539.067500', '175539.527500', '175539.987500', '175540.447500', '175540.907500', '175541.367500', '175541.827500', '175542.287500', '175542.747500', '175543.207500', '175543.667500', '175544.127500', '175544.587500', '175545.047500', '175545.507500', '175545.967500', '175546.427500', '175546.887500', '175547.347500', '175547.807500', '175548.267500', '175548.727500', '175549.187500', '175549.647500', '175550.107500', '175550.567500', '175551.027500', '175551.487500', '175551.947500', '175552.407500', '175552.867500', '175553.327500', '175553.787500', '175554.247500', '175554.707500', '175555.167500', '175555.627500', '175556.087500', '175556.547500', '175557.007500', '175557.467500', '175557.927500', '175558.387500', '175558.847500', '175559.307500', '175559.767500', '175600.227500', '175600.687500', '175601.147500', '175601.607500', '175602.067500', '175602.527500', '175602.987500', '175603.447500', '175603.907500', '175604.367500', '175604.827500', '175605.287500', '175605.747500', '175606.207500', '175606.667500', '175607.127500', '175607.587500', '175608.047500', '175608.507500', '175608.967500', '175609.427500', '175609.887500', '175610.347500', '175610.807500', '175611.267500', '175611.727500', '175612.187500', '175612.647500', '175613.107500', '175613.567500', '175614.027500', '175614.487500', '175614.947500', '175615.407500', '175615.867500', '175616.327500', '175616.787500', '175617.247500', '175617.707500', '175618.167500', '175618.627500', '175619.087500', '175619.547500', '175620.007500', '175620.467500', '175620.927500', '175621.387500', '175621.847500', '175622.307500', '175622.767500', '175623.227500', '175623.687500', '175624.147500', '175624.607500', '175625.067500', '175625.527500', '175625.987500', '175626.447500', '175626.907500', '175627.367500', '175627.827500', '175628.287500', '175628.747500', '175629.207500', '175629.667500', '175630.127500', '175630.587500', '175631.047500', '175631.507500', '175631.967500', '175632.427500', '175632.887500', '175633.347500', '175633.807500', '175634.267500', '175634.727500', '175635.187500', '175635.647500', '175636.107500', '175636.567500', '175637.027500', '175637.487500', '175637.947500', '175638.407500', '175638.867500', '175639.327500', '175639.787500', '175640.247500', '175640.707500', '175641.167500', '175641.627500', '175642.087500', '175642.547500', '175643.007500', '175643.467500', '175643.927500', '175644.387500', '175644.847500', '175645.307500', '175645.767500', '175646.227500', '175646.687500', '175647.147500', '175647.607500', '175648.067500', '175648.527500', '175648.987500', '175649.447500', '175649.907500', '175650.367500', '175650.827500', '175651.287500', '175651.747500', '175652.207500', '175652.667500', '175653.127500', '175653.587500', '175654.047500', '175654.507500', '175654.967500', '175655.427500', '175655.887500', '175656.347500', '175656.807500', '175657.267500', '175657.727500', '175658.187500', '175658.647500', '175659.107500', '175659.567500', '175700.027500', '175700.487500', '175700.947500', '175701.407500', '175701.867500', '175702.327500', '175702.787500', '175703.247500', '175703.707500', '175704.167500', '175704.627500', '175705.087500', '175705.547500', '175706.007500', '175706.467500', '175706.927500', '175707.387500', '175707.847500', '175708.307500', '175708.767500', '175709.227500', '175709.687500', '175710.147500', '175710.607500', '175711.067500', '175711.527500', '175711.987500', '175712.447500', '175712.907500', '175713.367500', '175713.827500', '175714.287500', '175714.747500'], 'ContentTime': ['174719.854000', '174719.857000', '174719.860000', '174719.862000', '174719.865000', '174719.867000', '174719.894000', '174719.896000', '174719.899000', '174719.901000', '174719.904000', '174719.906000', '174719.909000', '174719.911000', '174719.914000', '174719.917000', '174719.919000', '174719.922000', '174719.924000', '174719.936000', '174719.939000', '174719.941000', '174719.944000', '174719.946000', '174719.949000', '174739.828000', '174739.830000', '174739.833000', '174739.836000', '174739.838000', '174739.841000', '174739.843000', '174739.846000', '174739.849000', '174739.851000', '174739.854000', '174739.856000', '174739.859000', '174739.861000', '174739.864000', '174739.866000', '174739.869000', '174739.872000', '174739.874000', '174739.877000', '174739.879000', '174739.882000', '174739.885000', '174739.887000', '174739.890000', '174739.892000', '174739.895000', '174739.897000', '174739.900000', '174739.902000', '174739.905000', '174739.908000', '174739.910000', '174739.913000', '174739.922000', '174739.924000', '174739.927000', '174739.929000', '174739.932000', '174739.934000', '174739.937000', '174739.939000', '174739.942000', '174759.827000', '174759.830000', '174759.833000', '174759.835000', '174759.838000', '174759.840000', '174759.843000', '174759.845000', '174759.848000', '174759.851000', '174759.853000', '174759.856000', '174759.858000', '174759.861000', '174759.863000', '174759.892000', '174759.895000', '174759.897000', '174759.900000', '174759.902000', '174759.905000', '174759.907000', '174759.910000', '174759.913000', '174759.915000', '174759.918000', '174759.920000', '174759.923000', '174759.925000', '174759.928000', '174759.931000', '174759.933000', '174759.936000', '174759.938000', '174759.941000', '174759.943000', '174759.946000', '174759.948000', '174759.951000', '174759.954000', '174759.982000', '174759.984000', '174759.987000', '174759.989000', '174819.827000', '174819.830000', '174819.833000', '174819.835000', '174819.838000', '174819.840000', '174819.843000', '174819.846000', '174819.848000', '174819.851000', '174819.853000', '174819.856000', '174819.858000', '174819.861000', '174819.863000', '174819.866000', '174819.869000', '174819.871000', '174819.874000', '174819.876000', '174819.879000', '174819.882000', '174819.884000', '174819.887000', '174819.889000', '174819.892000', '174819.895000', '174819.897000', '174819.900000', '174819.902000', '174819.905000', '174819.908000', '174819.910000', '174819.913000', '174819.915000', '174819.918000', '174819.920000', '174819.923000', '174819.926000', '174819.928000', '174819.931000', '174819.933000', '174819.936000', '174839.827000', '174839.830000', '174839.833000', '174839.835000', '174839.838000', '174839.840000', '174839.843000', '174839.845000', '174839.848000', '174839.851000', '174839.853000', '174839.856000', '174839.858000', '174839.861000', '174839.863000', '174839.866000', '174839.869000', '174839.871000', '174839.874000', '174839.876000', '174839.879000', '174839.882000', '174839.884000', '174839.887000', '174839.889000', '174839.892000', '174839.894000', '174839.897000', '174839.900000', '174839.902000', '174839.905000', '174839.907000', '174839.910000', '174839.913000', '174839.915000', '174839.918000', '174839.920000', '174839.923000', '174839.925000', '174839.928000', '174839.931000', '174839.933000', '174839.936000', '174839.938000', '174859.828000', '174859.831000', '174859.834000', '174859.836000', '174859.839000', '174859.841000', '174859.844000', '174859.847000', '174859.849000', '174859.852000', '174859.854000', '174859.857000', '174859.859000', '174859.862000', '174859.865000', '174859.867000', '174859.870000', '174859.872000', '174859.875000', '174859.878000', '174859.880000', '174859.883000', '174859.885000', '174859.888000', '174859.890000', '174859.893000', '174859.895000', '174859.898000', '174859.901000', '174859.903000', '174859.906000', '174859.908000', '174859.911000', '174859.914000', '174859.916000', '174859.919000', '174859.921000', '174859.924000', '174859.927000', '174859.929000', '174859.932000', '174859.934000', '174859.937000', '174919.829000', '174919.831000', '174919.834000', '174919.837000', '174919.839000', '174919.842000', '174919.844000', '174919.847000', '174919.849000', '174919.852000', '174919.855000', '174919.857000', '174919.861000', '174919.864000', '174919.867000', '174919.869000', '174919.872000', '174919.875000', '174919.877000', '174919.880000', '174919.882000', '174919.885000', '174919.887000', '174919.890000', '174919.893000', '174919.895000', '174919.898000', '174919.900000', '174919.903000', '174919.905000', '174919.908000', '174919.911000', '174919.913000', '174919.916000', '174919.919000', '174919.921000', '174919.924000', '174919.926000', '174919.929000', '174919.931000', '174919.934000', '174919.937000', '174919.939000', '174939.827000', '174939.830000', '174939.833000', '174939.836000', '174939.838000', '174939.841000', '174939.843000', '174939.846000', '174939.848000', '174939.851000', '174939.854000', '174939.856000', '174939.869000', '174939.872000', '174939.874000', '174939.877000', '174939.880000', '174939.882000', '174939.885000', '174939.887000', '174939.890000', '174939.892000', '174939.895000', '174939.897000', '174939.900000', '174939.903000', '174939.905000', '174939.908000', '174939.910000', '174939.913000', '174939.916000', '174939.918000', '174939.921000', '174939.923000', '174939.926000', '174939.928000', '174939.931000', '174939.934000', '174939.936000', '174939.939000', '174939.942000', '174939.944000', '174939.947000', '174939.949000', '174959.827000', '174959.830000', '174959.833000', '174959.835000', '174959.838000', '174959.841000', '174959.843000', '174959.846000', '174959.848000', '174959.851000', '174959.854000', '174959.856000', '174959.859000', '174959.861000', '174959.864000', '174959.866000', '174959.869000', '174959.872000', '174959.874000', '174959.877000', '174959.879000', '174959.882000', '174959.885000', '174959.887000', '174959.890000', '174959.892000', '174959.895000', '174959.898000', '174959.900000', '174959.903000', '174959.905000', '174959.908000', '174959.910000', '174959.913000', '174959.916000', '174959.918000', '174959.921000', '174959.923000', '174959.926000', '174959.929000', '174959.931000', '174959.934000', '174959.937000', '175019.827000', '175019.830000', '175019.833000', '175019.835000', '175019.838000', '175019.841000', '175019.843000', '175019.846000', '175019.848000', '175019.851000', '175019.854000', '175019.856000', '175019.859000', '175019.861000', '175019.864000', '175019.866000', '175019.869000', '175019.872000', '175019.874000', '175019.877000', '175019.879000', '175019.882000', '175019.885000', '175019.887000', '175019.890000', '175019.892000', '175019.895000', '175019.898000', '175019.900000', '175019.903000', '175019.905000', '175019.908000', '175019.911000', '175019.913000', '175019.916000', '175019.918000', '175019.921000', '175019.924000', '175019.926000', '175019.929000', '175019.931000', '175019.934000', '175019.937000', '175019.939000', '175039.827000', '175039.830000', '175039.833000', '175039.836000', '175039.838000', '175039.841000', '175039.844000', '175039.846000', '175039.849000', '175039.852000', '175039.854000', '175039.857000', '175039.859000', '175039.862000', '175039.864000', '175039.867000', '175039.870000', '175039.872000', '175039.875000', '175039.877000', '175039.880000', '175039.883000', '175039.885000', '175039.888000', '175039.890000', '175039.893000', '175039.895000', '175039.898000', '175039.902000', '175039.905000', '175039.908000', '175039.910000', '175039.913000', '175039.915000', '175039.918000', '175039.920000', '175039.923000', '175039.926000', '175039.928000', '175039.931000', '175039.933000', '175039.936000', '175039.939000', '175059.827000', '175059.830000', '175059.833000', '175059.836000', '175059.838000', '175059.841000', '175059.843000', '175059.846000', '175059.848000', '175059.851000', '175059.854000', '175059.856000', '175059.859000', '175059.861000', '175059.864000', '175059.867000', '175059.869000', '175059.872000', '175059.875000', '175059.878000', '175059.880000', '175059.883000', '175059.885000', '175059.888000', '175059.891000', '175059.893000', '175059.896000', '175059.898000', '175059.901000', '175059.904000', '175059.906000', '175059.909000', '175059.911000', '175059.914000', '175059.917000', '175059.919000', '175059.922000', '175059.930000', '175059.933000', '175059.935000', '175059.938000', '175059.940000', '175059.943000', '175059.946000', '175119.828000', '175119.831000', '175119.834000', '175119.836000', '175119.839000', '175119.842000', '175119.844000', '175119.847000', '175119.849000', '175119.852000', '175119.868000', '175119.871000', '175119.873000', '175119.876000', '175119.879000', '175119.881000', '175119.884000', '175119.886000', '175119.889000', '175119.892000', '175119.894000', '175119.897000', '175119.900000', '175119.902000', '175119.905000', '175119.907000', '175119.910000', '175119.912000', '175119.915000', '175119.918000', '175119.920000', '175119.923000', '175119.925000', '175119.928000', '175119.930000', '175119.933000', '175119.936000', '175119.938000', '175119.941000', '175119.944000', '175119.946000', '175119.949000', '175119.951000', '175139.828000', '175139.831000', '175139.834000', '175139.836000', '175139.839000', '175139.842000', '175139.844000', '175139.847000', '175139.849000', '175139.852000', '175139.854000', '175139.857000', '175139.860000', '175139.862000', '175139.865000', '175139.867000', '175139.870000', '175139.873000', '175139.875000', '175139.878000', '175139.880000', '175139.883000', '175139.886000', '175139.888000', '175139.891000', '175139.893000', '175139.896000', '175139.898000', '175139.901000', '175139.904000', '175139.906000', '175139.909000', '175139.911000', '175139.914000', '175139.916000', '175139.919000', '175139.922000', '175139.924000', '175139.927000', '175139.929000', '175139.932000', '175139.935000', '175139.937000', '175139.940000', '175159.827000', '175159.830000', '175159.833000', '175159.835000', '175159.838000', '175159.841000', '175159.843000', '175159.846000', '175159.848000', '175159.851000', '175159.853000', '175159.856000', '175159.859000', '175159.861000', '175159.864000', '175159.866000', '175159.869000', '175159.871000', '175159.874000', '175159.877000', '175159.879000', '175159.882000', '175159.885000', '175159.887000', '175159.890000', '175159.893000', '175159.896000', '175159.899000', '175159.902000', '175159.904000', '175159.907000', '175159.909000', '175159.912000', '175159.915000', '175159.917000', '175159.920000', '175159.922000', '175159.925000', '175159.927000', '175159.930000', '175159.933000', '175159.935000', '175159.938000', '175219.827000', '175219.830000', '175219.833000', '175219.835000', '175219.838000', '175219.841000', '175219.843000', '175219.846000', '175219.848000', '175219.851000', '175219.854000', '175219.856000', '175219.859000', '175219.861000', '175219.864000', '175219.866000', '175219.869000', '175219.872000', '175219.874000', '175219.877000', '175219.880000', '175219.882000', '175219.885000', '175219.887000', '175219.890000', '175219.893000', '175219.895000', '175219.898000', '175219.900000', '175219.903000', '175219.905000', '175219.908000', '175219.911000', '175219.914000', '175219.916000', '175219.919000', '175219.921000', '175219.924000', '175219.927000', '175219.929000', '175219.932000', '175219.934000', '175219.937000', '175219.939000', '175239.828000', '175239.830000', '175239.833000', '175239.846000', '175239.849000', '175239.851000', '175239.854000', '175239.857000', '175239.859000', '175239.862000', '175239.864000', '175239.867000', '175239.870000', '175239.872000', '175239.875000', '175239.877000', '175239.880000', '175239.904000', '175239.907000', '175239.909000', '175239.912000', '175239.914000', '175239.917000', '175239.919000', '175239.922000', '175239.925000', '175239.927000', '175239.930000', '175239.932000', '175239.935000', '175239.937000', '175239.940000', '175239.943000', '175239.945000', '175239.948000', '175239.950000', '175239.953000', '175239.956000', '175239.958000', '175239.961000', '175239.963000', '175239.966000', '175239.969000', '175259.828000', '175259.830000', '175259.833000', '175259.836000', '175259.838000', '175259.841000', '175259.844000', '175259.846000', '175259.849000', '175259.851000', '175259.854000', '175259.856000', '175259.859000', '175259.861000', '175259.864000', '175259.867000', '175259.869000', '175259.872000', '175259.874000', '175259.877000', '175259.880000', '175259.882000', '175259.885000', '175259.887000', '175259.890000', '175259.892000', '175259.895000', '175259.897000', '175259.900000', '175259.903000', '175259.905000', '175259.908000', '175259.910000', '175259.913000', '175259.916000', '175259.918000', '175259.921000', '175259.923000', '175259.926000', '175259.929000', '175259.931000', '175259.934000', '175259.936000', '175259.939000', '175319.828000', '175319.831000', '175319.833000', '175319.836000', '175319.838000', '175319.841000', '175319.844000', '175319.846000', '175319.849000', '175319.852000', '175319.854000', '175319.857000', '175319.859000', '175319.862000', '175319.864000', '175319.867000', '175319.870000', '175319.872000', '175319.875000', '175319.877000', '175319.880000', '175319.882000', '175319.885000', '175319.888000', '175319.890000', '175319.893000', '175319.895000', '175319.898000', '175319.900000', '175319.903000', '175319.906000', '175319.908000', '175319.912000', '175319.915000', '175319.917000', '175319.920000', '175319.922000', '175319.925000', '175319.928000', '175319.930000', '175319.933000', '175319.935000', '175319.938000', '175339.828000', '175339.831000', '175339.834000', '175339.836000', '175339.839000', '175339.842000', '175339.844000', '175339.847000', '175339.849000', '175339.852000', '175339.854000', '175339.857000', '175339.860000', '175339.862000', '175339.865000', '175339.867000', '175339.870000', '175339.873000', '175339.875000', '175339.878000', '175339.880000', '175339.883000', '175339.885000', '175339.888000', '175339.891000', '175339.893000', '175339.896000', '175339.898000', '175339.901000', '175339.903000', '175339.906000', '175339.909000', '175339.911000', '175339.914000', '175339.916000', '175339.919000', '175339.921000', '175339.924000', '175339.927000', '175339.929000', '175339.932000', '175339.934000', '175339.937000', '175339.939000', '175359.829000', '175359.831000', '175359.834000', '175359.837000', '175359.839000', '175359.842000', '175359.844000', '175359.847000', '175359.849000', '175359.852000', '175359.855000', '175359.857000', '175359.860000', '175359.862000', '175359.902000', '175359.904000', '175359.907000', '175359.909000', '175359.912000', '175359.915000', '175359.917000', '175359.920000', '175359.923000', '175359.925000', '175359.928000', '175359.930000', '175359.933000', '175359.935000', '175359.938000', '175359.941000', '175359.943000', '175359.946000', '175359.949000', '175359.951000', '175359.954000', '175359.965000', '175359.967000', '175359.970000', '175359.972000', '175359.975000', '175359.978000', '175359.980000', '175359.983000', '175419.828000', '175419.830000', '175419.833000', '175419.836000', '175419.838000', '175419.841000', '175419.844000', '175419.846000', '175419.849000', '175419.851000', '175419.854000', '175419.856000', '175419.859000', '175419.862000', '175419.864000', '175419.867000', '175419.869000', '175419.872000', '175419.875000', '175419.877000', '175419.880000', '175419.882000', '175419.885000', '175419.887000', '175419.890000', '175419.892000', '175419.895000', '175419.898000', '175419.900000', '175419.903000', '175419.906000', '175419.908000', '175419.911000', '175419.913000', '175419.916000', '175419.918000', '175419.921000', '175419.924000', '175419.926000', '175419.929000', '175419.931000', '175419.934000', '175419.937000', '175419.939000', '175439.827000', '175439.830000', '175439.833000', '175439.835000', '175439.838000', '175439.841000', '175439.843000', '175439.846000', '175439.848000', '175439.851000', '175439.853000', '175439.856000', '175439.859000', '175439.861000', '175439.864000', '175439.866000', '175439.869000', '175439.872000', '175439.874000', '175439.877000', '175439.879000', '175439.882000', '175439.884000', '175439.887000', '175439.890000', '175439.892000', '175439.895000', '175439.897000', '175439.900000', '175439.903000', '175439.905000', '175439.908000', '175439.910000', '175439.913000', '175439.916000', '175439.918000', '175439.921000', '175439.923000', '175439.926000', '175439.929000', '175439.931000', '175439.934000', '175439.937000', '175459.827000', '175459.830000', '175459.833000', '175459.835000', '175459.838000', '175459.841000', '175459.843000', '175459.846000', '175459.848000', '175459.851000', '175459.854000', '175459.856000', '175459.859000', '175459.861000', '175459.864000', '175459.866000', '175459.869000', '175459.872000', '175459.874000', '175459.877000', '175459.879000', '175459.882000', '175459.884000', '175459.887000', '175459.890000', '175459.892000', '175459.895000', '175459.898000', '175459.900000', '175459.903000', '175459.905000', '175459.908000', '175459.910000', '175459.913000', '175459.915000', '175459.918000', '175459.921000', '175459.923000', '175459.926000', '175459.928000', '175459.931000', '175459.934000', '175459.936000', '175459.939000', '175519.828000', '175519.830000', '175519.833000', '175519.836000', '175519.838000', '175519.841000', '175519.844000', '175519.846000', '175519.849000', '175519.851000', '175519.875000', '175519.877000', '175519.880000', '175519.882000', '175519.885000', '175519.888000', '175519.890000', '175519.893000', '175519.896000', '175519.898000', '175519.901000', '175519.903000', '175519.906000', '175519.909000', '175519.911000', '175519.914000', '175519.917000', '175519.919000', '175519.922000', '175519.924000', '175519.927000', '175519.929000', '175519.932000', '175519.935000', '175519.937000', '175519.940000', '175519.942000', '175519.945000', '175519.948000', '175519.950000', '175519.953000', '175519.955000', '175519.958000', '175539.828000', '175539.830000', '175539.833000', '175539.836000', '175539.838000', '175539.841000', '175539.843000', '175539.846000', '175539.849000', '175539.851000', '175539.854000', '175539.857000', '175539.859000', '175539.862000', '175539.864000', '175539.867000', '175539.870000', '175539.872000', '175539.875000', '175539.878000', '175539.881000', '175539.883000', '175539.886000', '175539.888000', '175539.891000', '175539.894000', '175539.896000', '175539.899000', '175539.901000', '175539.904000', '175539.907000', '175539.909000', '175539.912000', '175539.914000', '175539.917000', '175539.920000', '175539.922000', '175539.925000', '175539.927000', '175539.930000', '175539.933000', '175539.935000', '175539.946000', '175539.949000', '175559.829000', '175559.832000', '175559.834000', '175559.837000', '175559.839000', '175559.842000', '175559.845000', '175559.847000', '175559.850000', '175559.852000', '175559.855000', '175559.858000', '175559.860000', '175559.863000', '175559.865000', '175559.868000', '175559.870000', '175559.873000', '175559.876000', '175559.878000', '175559.881000', '175559.883000', '175559.886000', '175559.889000', '175559.891000', '175559.894000', '175559.896000', '175559.899000', '175559.902000', '175559.904000', '175559.907000', '175559.909000', '175559.912000', '175559.914000', '175559.917000', '175559.920000', '175559.922000', '175559.925000', '175559.927000', '175559.930000', '175559.933000', '175559.935000', '175559.938000', '175619.829000', '175619.831000', '175619.834000', '175619.837000', '175619.839000', '175619.842000', '175619.844000', '175619.847000', '175619.850000', '175619.852000', '175619.855000', '175619.857000', '175619.860000', '175619.863000', '175619.865000', '175619.868000', '175619.870000', '175619.873000', '175619.875000', '175619.878000', '175619.881000', '175619.883000', '175619.886000', '175619.889000', '175619.891000', '175619.894000', '175619.896000', '175619.899000', '175619.901000', '175619.904000', '175619.906000', '175619.909000', '175619.912000', '175619.914000', '175619.917000', '175619.919000', '175619.922000', '175619.925000', '175619.927000', '175619.930000', '175619.932000', '175619.935000', '175619.938000', '175619.940000', '175639.828000', '175639.830000', '175639.833000', '175639.836000', '175639.838000', '175639.841000', '175639.843000', '175639.857000', '175639.860000', '175639.863000', '175639.865000', '175639.868000', '175639.870000', '175639.873000', '175639.875000', '175639.878000', '175639.881000', '175639.883000', '175639.886000', '175639.888000', '175639.891000', '175639.894000', '175639.896000', '175639.899000', '175639.902000', '175639.904000', '175639.907000', '175639.909000', '175639.912000', '175639.914000', '175639.917000', '175639.920000', '175639.922000', '175639.925000', '175639.928000', '175639.930000', '175639.933000', '175639.936000', '175639.938000', '175639.941000', '175639.943000', '175639.946000', '175639.948000', '175659.827000', '175659.830000', '175659.833000', '175659.835000', '175659.838000', '175659.841000', '175659.843000', '175659.846000', '175659.848000', '175659.851000', '175659.854000', '175659.856000', '175659.862000', '175659.864000', '175659.867000', '175659.870000', '175659.872000', '175659.875000', '175659.877000', '175659.880000', '175659.883000', '175659.885000', '175659.888000', '175659.890000', '175659.893000', '175659.896000', '175659.898000', '175659.901000', '175659.903000', '175659.906000', '175659.909000', '175659.911000', '175659.914000', '175659.917000', '175659.919000', '175659.922000', '175659.925000', '175659.927000', '175659.930000', '175659.932000', '175659.935000', '175659.937000', '175659.940000', '175659.942000', '175716.401000', '175716.404000', '175716.407000', '175716.410000', '175716.417000', '175716.420000', '175716.423000', '175716.426000', '175716.428000', '175716.431000', '175716.434000', '175716.437000', '175716.439000', '175716.442000', '175716.444000', '175716.447000', '175716.450000', '175716.455000', '175716.457000', '175716.461000', '175716.463000', '175716.466000', '175716.469000', '175716.472000', '175716.475000', '175716.477000', '175716.480000', '175716.483000', '175716.486000', '175716.488000', '175716.491000', '175716.494000', '175716.498000', '175716.500000', '175716.503000', '175716.506000'], 'InstanceCreationTime': ['174719.854000', '174719.857000', '174719.860000', '174719.862000', '174719.865000', '174719.867000', '174719.894000', '174719.896000', '174719.899000', '174719.901000', '174719.904000', '174719.906000', '174719.909000', '174719.911000', '174719.914000', '174719.917000', '174719.919000', '174719.922000', '174719.924000', '174719.936000', '174719.939000', '174719.941000', '174719.944000', '174719.946000', '174719.949000', '174739.828000', '174739.830000', '174739.833000', '174739.836000', '174739.838000', '174739.841000', '174739.843000', '174739.846000', '174739.849000', '174739.851000', '174739.854000', '174739.856000', '174739.859000', '174739.861000', '174739.864000', '174739.866000', '174739.869000', '174739.872000', '174739.874000', '174739.877000', '174739.879000', '174739.882000', '174739.885000', '174739.887000', '174739.890000', '174739.892000', '174739.895000', '174739.897000', '174739.900000', '174739.902000', '174739.905000', '174739.908000', '174739.910000', '174739.913000', '174739.922000', '174739.924000', '174739.927000', '174739.929000', '174739.932000', '174739.934000', '174739.937000', '174739.939000', '174739.942000', '174759.827000', '174759.830000', '174759.833000', '174759.835000', '174759.838000', '174759.840000', '174759.843000', '174759.845000', '174759.848000', '174759.851000', '174759.853000', '174759.856000', '174759.858000', '174759.861000', '174759.863000', '174759.892000', '174759.895000', '174759.897000', '174759.900000', '174759.902000', '174759.905000', '174759.907000', '174759.910000', '174759.913000', '174759.915000', '174759.918000', '174759.920000', '174759.923000', '174759.925000', '174759.928000', '174759.931000', '174759.933000', '174759.936000', '174759.938000', '174759.941000', '174759.943000', '174759.946000', '174759.948000', '174759.951000', '174759.954000', '174759.982000', '174759.984000', '174759.987000', '174759.989000', '174819.827000', '174819.830000', '174819.833000', '174819.835000', '174819.838000', '174819.840000', '174819.843000', '174819.846000', '174819.848000', '174819.851000', '174819.853000', '174819.856000', '174819.858000', '174819.861000', '174819.863000', '174819.866000', '174819.869000', '174819.871000', '174819.874000', '174819.876000', '174819.879000', '174819.882000', '174819.884000', '174819.887000', '174819.889000', '174819.892000', '174819.895000', '174819.897000', '174819.900000', '174819.902000', '174819.905000', '174819.908000', '174819.910000', '174819.913000', '174819.915000', '174819.918000', '174819.920000', '174819.923000', '174819.926000', '174819.928000', '174819.931000', '174819.933000', '174819.936000', '174839.827000', '174839.830000', '174839.833000', '174839.835000', '174839.838000', '174839.840000', '174839.843000', '174839.845000', '174839.848000', '174839.851000', '174839.853000', '174839.856000', '174839.858000', '174839.861000', '174839.863000', '174839.866000', '174839.869000', '174839.871000', '174839.874000', '174839.876000', '174839.879000', '174839.882000', '174839.884000', '174839.887000', '174839.889000', '174839.892000', '174839.894000', '174839.897000', '174839.900000', '174839.902000', '174839.905000', '174839.907000', '174839.910000', '174839.913000', '174839.915000', '174839.918000', '174839.920000', '174839.923000', '174839.925000', '174839.928000', '174839.931000', '174839.933000', '174839.936000', '174839.938000', '174859.828000', '174859.831000', '174859.834000', '174859.836000', '174859.839000', '174859.841000', '174859.844000', '174859.847000', '174859.849000', '174859.852000', '174859.854000', '174859.857000', '174859.859000', '174859.862000', '174859.865000', '174859.867000', '174859.870000', '174859.872000', '174859.875000', '174859.878000', '174859.880000', '174859.883000', '174859.885000', '174859.888000', '174859.890000', '174859.893000', '174859.895000', '174859.898000', '174859.901000', '174859.903000', '174859.906000', '174859.908000', '174859.911000', '174859.914000', '174859.916000', '174859.919000', '174859.921000', '174859.924000', '174859.927000', '174859.929000', '174859.932000', '174859.934000', '174859.937000', '174919.829000', '174919.831000', '174919.834000', '174919.837000', '174919.839000', '174919.842000', '174919.844000', '174919.847000', '174919.849000', '174919.852000', '174919.855000', '174919.857000', '174919.861000', '174919.864000', '174919.867000', '174919.869000', '174919.872000', '174919.875000', '174919.877000', '174919.880000', '174919.882000', '174919.885000', '174919.887000', '174919.890000', '174919.893000', '174919.895000', '174919.898000', '174919.900000', '174919.903000', '174919.905000', '174919.908000', '174919.911000', '174919.913000', '174919.916000', '174919.919000', '174919.921000', '174919.924000', '174919.926000', '174919.929000', '174919.931000', '174919.934000', '174919.937000', '174919.939000', '174939.827000', '174939.830000', '174939.833000', '174939.836000', '174939.838000', '174939.841000', '174939.843000', '174939.846000', '174939.848000', '174939.851000', '174939.854000', '174939.856000', '174939.869000', '174939.872000', '174939.874000', '174939.877000', '174939.880000', '174939.882000', '174939.885000', '174939.887000', '174939.890000', '174939.892000', '174939.895000', '174939.897000', '174939.900000', '174939.903000', '174939.905000', '174939.908000', '174939.910000', '174939.913000', '174939.916000', '174939.918000', '174939.921000', '174939.923000', '174939.926000', '174939.928000', '174939.931000', '174939.934000', '174939.936000', '174939.939000', '174939.942000', '174939.944000', '174939.947000', '174939.949000', '174959.827000', '174959.830000', '174959.833000', '174959.835000', '174959.838000', '174959.841000', '174959.843000', '174959.846000', '174959.848000', '174959.851000', '174959.854000', '174959.856000', '174959.859000', '174959.861000', '174959.864000', '174959.866000', '174959.869000', '174959.872000', '174959.874000', '174959.877000', '174959.879000', '174959.882000', '174959.885000', '174959.887000', '174959.890000', '174959.892000', '174959.895000', '174959.898000', '174959.900000', '174959.903000', '174959.905000', '174959.908000', '174959.910000', '174959.913000', '174959.916000', '174959.918000', '174959.921000', '174959.923000', '174959.926000', '174959.929000', '174959.931000', '174959.934000', '174959.937000', '175019.827000', '175019.830000', '175019.833000', '175019.835000', '175019.838000', '175019.841000', '175019.843000', '175019.846000', '175019.848000', '175019.851000', '175019.854000', '175019.856000', '175019.859000', '175019.861000', '175019.864000', '175019.866000', '175019.869000', '175019.872000', '175019.874000', '175019.877000', '175019.879000', '175019.882000', '175019.885000', '175019.887000', '175019.890000', '175019.892000', '175019.895000', '175019.898000', '175019.900000', '175019.903000', '175019.905000', '175019.908000', '175019.911000', '175019.913000', '175019.916000', '175019.918000', '175019.921000', '175019.924000', '175019.926000', '175019.929000', '175019.931000', '175019.934000', '175019.937000', '175019.939000', '175039.827000', '175039.830000', '175039.833000', '175039.836000', '175039.838000', '175039.841000', '175039.844000', '175039.846000', '175039.849000', '175039.852000', '175039.854000', '175039.857000', '175039.859000', '175039.862000', '175039.864000', '175039.867000', '175039.870000', '175039.872000', '175039.875000', '175039.877000', '175039.880000', '175039.883000', '175039.885000', '175039.888000', '175039.890000', '175039.893000', '175039.895000', '175039.898000', '175039.902000', '175039.905000', '175039.908000', '175039.910000', '175039.913000', '175039.915000', '175039.918000', '175039.920000', '175039.923000', '175039.926000', '175039.928000', '175039.931000', '175039.933000', '175039.936000', '175039.939000', '175059.827000', '175059.830000', '175059.833000', '175059.836000', '175059.838000', '175059.841000', '175059.843000', '175059.846000', '175059.848000', '175059.851000', '175059.854000', '175059.856000', '175059.859000', '175059.861000', '175059.864000', '175059.867000', '175059.869000', '175059.872000', '175059.875000', '175059.878000', '175059.880000', '175059.883000', '175059.885000', '175059.888000', '175059.891000', '175059.893000', '175059.896000', '175059.898000', '175059.901000', '175059.904000', '175059.906000', '175059.909000', '175059.911000', '175059.914000', '175059.917000', '175059.919000', '175059.922000', '175059.930000', '175059.933000', '175059.935000', '175059.938000', '175059.940000', '175059.943000', '175059.946000', '175119.828000', '175119.831000', '175119.834000', '175119.836000', '175119.839000', '175119.842000', '175119.844000', '175119.847000', '175119.849000', '175119.852000', '175119.868000', '175119.871000', '175119.873000', '175119.876000', '175119.879000', '175119.881000', '175119.884000', '175119.886000', '175119.889000', '175119.892000', '175119.894000', '175119.897000', '175119.900000', '175119.902000', '175119.905000', '175119.907000', '175119.910000', '175119.912000', '175119.915000', '175119.918000', '175119.920000', '175119.923000', '175119.925000', '175119.928000', '175119.930000', '175119.933000', '175119.936000', '175119.938000', '175119.941000', '175119.944000', '175119.946000', '175119.949000', '175119.951000', '175139.828000', '175139.831000', '175139.834000', '175139.836000', '175139.839000', '175139.842000', '175139.844000', '175139.847000', '175139.849000', '175139.852000', '175139.854000', '175139.857000', '175139.860000', '175139.862000', '175139.865000', '175139.867000', '175139.870000', '175139.873000', '175139.875000', '175139.878000', '175139.880000', '175139.883000', '175139.886000', '175139.888000', '175139.891000', '175139.893000', '175139.896000', '175139.898000', '175139.901000', '175139.904000', '175139.906000', '175139.909000', '175139.911000', '175139.914000', '175139.916000', '175139.919000', '175139.922000', '175139.924000', '175139.927000', '175139.929000', '175139.932000', '175139.935000', '175139.937000', '175139.940000', '175159.827000', '175159.830000', '175159.833000', '175159.835000', '175159.838000', '175159.841000', '175159.843000', '175159.846000', '175159.848000', '175159.851000', '175159.853000', '175159.856000', '175159.859000', '175159.861000', '175159.864000', '175159.866000', '175159.869000', '175159.871000', '175159.874000', '175159.877000', '175159.879000', '175159.882000', '175159.885000', '175159.887000', '175159.890000', '175159.893000', '175159.896000', '175159.899000', '175159.902000', '175159.904000', '175159.907000', '175159.909000', '175159.912000', '175159.915000', '175159.917000', '175159.920000', '175159.922000', '175159.925000', '175159.927000', '175159.930000', '175159.933000', '175159.935000', '175159.938000', '175219.827000', '175219.830000', '175219.833000', '175219.835000', '175219.838000', '175219.841000', '175219.843000', '175219.846000', '175219.848000', '175219.851000', '175219.854000', '175219.856000', '175219.859000', '175219.861000', '175219.864000', '175219.866000', '175219.869000', '175219.872000', '175219.874000', '175219.877000', '175219.880000', '175219.882000', '175219.885000', '175219.887000', '175219.890000', '175219.893000', '175219.895000', '175219.898000', '175219.900000', '175219.903000', '175219.905000', '175219.908000', '175219.911000', '175219.914000', '175219.916000', '175219.919000', '175219.921000', '175219.924000', '175219.927000', '175219.929000', '175219.932000', '175219.934000', '175219.937000', '175219.939000', '175239.828000', '175239.830000', '175239.833000', '175239.846000', '175239.849000', '175239.851000', '175239.854000', '175239.857000', '175239.859000', '175239.862000', '175239.864000', '175239.867000', '175239.870000', '175239.872000', '175239.875000', '175239.877000', '175239.880000', '175239.904000', '175239.907000', '175239.909000', '175239.912000', '175239.914000', '175239.917000', '175239.919000', '175239.922000', '175239.925000', '175239.927000', '175239.930000', '175239.932000', '175239.935000', '175239.937000', '175239.940000', '175239.943000', '175239.945000', '175239.948000', '175239.950000', '175239.953000', '175239.956000', '175239.958000', '175239.961000', '175239.963000', '175239.966000', '175239.969000', '175259.828000', '175259.830000', '175259.833000', '175259.836000', '175259.838000', '175259.841000', '175259.844000', '175259.846000', '175259.849000', '175259.851000', '175259.854000', '175259.856000', '175259.859000', '175259.861000', '175259.864000', '175259.867000', '175259.869000', '175259.872000', '175259.874000', '175259.877000', '175259.880000', '175259.882000', '175259.885000', '175259.887000', '175259.890000', '175259.892000', '175259.895000', '175259.897000', '175259.900000', '175259.903000', '175259.905000', '175259.908000', '175259.910000', '175259.913000', '175259.916000', '175259.918000', '175259.921000', '175259.923000', '175259.926000', '175259.929000', '175259.931000', '175259.934000', '175259.936000', '175259.939000', '175319.828000', '175319.831000', '175319.833000', '175319.836000', '175319.838000', '175319.841000', '175319.844000', '175319.846000', '175319.849000', '175319.852000', '175319.854000', '175319.857000', '175319.859000', '175319.862000', '175319.864000', '175319.867000', '175319.870000', '175319.872000', '175319.875000', '175319.877000', '175319.880000', '175319.882000', '175319.885000', '175319.888000', '175319.890000', '175319.893000', '175319.895000', '175319.898000', '175319.900000', '175319.903000', '175319.906000', '175319.908000', '175319.912000', '175319.915000', '175319.917000', '175319.920000', '175319.922000', '175319.925000', '175319.928000', '175319.930000', '175319.933000', '175319.935000', '175319.938000', '175339.828000', '175339.831000', '175339.834000', '175339.836000', '175339.839000', '175339.842000', '175339.844000', '175339.847000', '175339.849000', '175339.852000', '175339.854000', '175339.857000', '175339.860000', '175339.862000', '175339.865000', '175339.867000', '175339.870000', '175339.873000', '175339.875000', '175339.878000', '175339.880000', '175339.883000', '175339.885000', '175339.888000', '175339.891000', '175339.893000', '175339.896000', '175339.898000', '175339.901000', '175339.903000', '175339.906000', '175339.909000', '175339.911000', '175339.914000', '175339.916000', '175339.919000', '175339.921000', '175339.924000', '175339.927000', '175339.929000', '175339.932000', '175339.934000', '175339.937000', '175339.939000', '175359.829000', '175359.831000', '175359.834000', '175359.837000', '175359.839000', '175359.842000', '175359.844000', '175359.847000', '175359.849000', '175359.852000', '175359.855000', '175359.857000', '175359.860000', '175359.862000', '175359.902000', '175359.904000', '175359.907000', '175359.909000', '175359.912000', '175359.915000', '175359.917000', '175359.920000', '175359.923000', '175359.925000', '175359.928000', '175359.930000', '175359.933000', '175359.935000', '175359.938000', '175359.941000', '175359.943000', '175359.946000', '175359.949000', '175359.951000', '175359.954000', '175359.965000', '175359.967000', '175359.970000', '175359.972000', '175359.975000', '175359.978000', '175359.980000', '175359.983000', '175419.828000', '175419.830000', '175419.833000', '175419.836000', '175419.838000', '175419.841000', '175419.844000', '175419.846000', '175419.849000', '175419.851000', '175419.854000', '175419.856000', '175419.859000', '175419.862000', '175419.864000', '175419.867000', '175419.869000', '175419.872000', '175419.875000', '175419.877000', '175419.880000', '175419.882000', '175419.885000', '175419.887000', '175419.890000', '175419.892000', '175419.895000', '175419.898000', '175419.900000', '175419.903000', '175419.906000', '175419.908000', '175419.911000', '175419.913000', '175419.916000', '175419.918000', '175419.921000', '175419.924000', '175419.926000', '175419.929000', '175419.931000', '175419.934000', '175419.937000', '175419.939000', '175439.827000', '175439.830000', '175439.833000', '175439.835000', '175439.838000', '175439.841000', '175439.843000', '175439.846000', '175439.848000', '175439.851000', '175439.853000', '175439.856000', '175439.859000', '175439.861000', '175439.864000', '175439.866000', '175439.869000', '175439.872000', '175439.874000', '175439.877000', '175439.879000', '175439.882000', '175439.884000', '175439.887000', '175439.890000', '175439.892000', '175439.895000', '175439.897000', '175439.900000', '175439.903000', '175439.905000', '175439.908000', '175439.910000', '175439.913000', '175439.916000', '175439.918000', '175439.921000', '175439.923000', '175439.926000', '175439.929000', '175439.931000', '175439.934000', '175439.937000', '175459.827000', '175459.830000', '175459.833000', '175459.835000', '175459.838000', '175459.841000', '175459.843000', '175459.846000', '175459.848000', '175459.851000', '175459.854000', '175459.856000', '175459.859000', '175459.861000', '175459.864000', '175459.866000', '175459.869000', '175459.872000', '175459.874000', '175459.877000', '175459.879000', '175459.882000', '175459.884000', '175459.887000', '175459.890000', '175459.892000', '175459.895000', '175459.898000', '175459.900000', '175459.903000', '175459.905000', '175459.908000', '175459.910000', '175459.913000', '175459.915000', '175459.918000', '175459.921000', '175459.923000', '175459.926000', '175459.928000', '175459.931000', '175459.934000', '175459.936000', '175459.939000', '175519.828000', '175519.830000', '175519.833000', '175519.836000', '175519.838000', '175519.841000', '175519.844000', '175519.846000', '175519.849000', '175519.851000', '175519.875000', '175519.877000', '175519.880000', '175519.882000', '175519.885000', '175519.888000', '175519.890000', '175519.893000', '175519.896000', '175519.898000', '175519.901000', '175519.903000', '175519.906000', '175519.909000', '175519.911000', '175519.914000', '175519.917000', '175519.919000', '175519.922000', '175519.924000', '175519.927000', '175519.929000', '175519.932000', '175519.935000', '175519.937000', '175519.940000', '175519.942000', '175519.945000', '175519.948000', '175519.950000', '175519.953000', '175519.955000', '175519.958000', '175539.828000', '175539.830000', '175539.833000', '175539.836000', '175539.838000', '175539.841000', '175539.843000', '175539.846000', '175539.849000', '175539.851000', '175539.854000', '175539.857000', '175539.859000', '175539.862000', '175539.864000', '175539.867000', '175539.870000', '175539.872000', '175539.875000', '175539.878000', '175539.881000', '175539.883000', '175539.886000', '175539.888000', '175539.891000', '175539.894000', '175539.896000', '175539.899000', '175539.901000', '175539.904000', '175539.907000', '175539.909000', '175539.912000', '175539.914000', '175539.917000', '175539.920000', '175539.922000', '175539.925000', '175539.927000', '175539.930000', '175539.933000', '175539.935000', '175539.946000', '175539.949000', '175559.829000', '175559.832000', '175559.834000', '175559.837000', '175559.839000', '175559.842000', '175559.845000', '175559.847000', '175559.850000', '175559.852000', '175559.855000', '175559.858000', '175559.860000', '175559.863000', '175559.865000', '175559.868000', '175559.870000', '175559.873000', '175559.876000', '175559.878000', '175559.881000', '175559.883000', '175559.886000', '175559.889000', '175559.891000', '175559.894000', '175559.896000', '175559.899000', '175559.902000', '175559.904000', '175559.907000', '175559.909000', '175559.912000', '175559.914000', '175559.917000', '175559.920000', '175559.922000', '175559.925000', '175559.927000', '175559.930000', '175559.933000', '175559.935000', '175559.938000', '175619.829000', '175619.831000', '175619.834000', '175619.837000', '175619.839000', '175619.842000', '175619.844000', '175619.847000', '175619.850000', '175619.852000', '175619.855000', '175619.857000', '175619.860000', '175619.863000', '175619.865000', '175619.868000', '175619.870000', '175619.873000', '175619.875000', '175619.878000', '175619.881000', '175619.883000', '175619.886000', '175619.889000', '175619.891000', '175619.894000', '175619.896000', '175619.899000', '175619.901000', '175619.904000', '175619.906000', '175619.909000', '175619.912000', '175619.914000', '175619.917000', '175619.919000', '175619.922000', '175619.925000', '175619.927000', '175619.930000', '175619.932000', '175619.935000', '175619.938000', '175619.940000', '175639.828000', '175639.830000', '175639.833000', '175639.836000', '175639.838000', '175639.841000', '175639.843000', '175639.857000', '175639.860000', '175639.863000', '175639.865000', '175639.868000', '175639.870000', '175639.873000', '175639.875000', '175639.878000', '175639.881000', '175639.883000', '175639.886000', '175639.888000', '175639.891000', '175639.894000', '175639.896000', '175639.899000', '175639.902000', '175639.904000', '175639.907000', '175639.909000', '175639.912000', '175639.914000', '175639.917000', '175639.920000', '175639.922000', '175639.925000', '175639.928000', '175639.930000', '175639.933000', '175639.936000', '175639.938000', '175639.941000', '175639.943000', '175639.946000', '175639.948000', '175659.827000', '175659.830000', '175659.833000', '175659.835000', '175659.838000', '175659.841000', '175659.843000', '175659.846000', '175659.848000', '175659.851000', '175659.854000', '175659.856000', '175659.862000', '175659.864000', '175659.867000', '175659.870000', '175659.872000', '175659.875000', '175659.877000', '175659.880000', '175659.883000', '175659.885000', '175659.888000', '175659.890000', '175659.893000', '175659.896000', '175659.898000', '175659.901000', '175659.903000', '175659.906000', '175659.909000', '175659.911000', '175659.914000', '175659.917000', '175659.919000', '175659.922000', '175659.925000', '175659.927000', '175659.930000', '175659.932000', '175659.935000', '175659.937000', '175659.940000', '175659.942000', '175716.401000', '175716.404000', '175716.407000', '175716.410000', '175716.417000', '175716.420000', '175716.423000', '175716.426000', '175716.428000', '175716.431000', '175716.434000', '175716.437000', '175716.439000', '175716.442000', '175716.444000', '175716.447000', '175716.450000', '175716.455000', '175716.457000', '175716.461000', '175716.463000', '175716.466000', '175716.469000', '175716.472000', '175716.475000', '175716.477000', '175716.480000', '175716.483000', '175716.486000', '175716.488000', '175716.491000', '175716.494000', '175716.498000', '175716.500000', '175716.503000', '175716.506000'], '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': [8352, 7236, 7343, 8600, 12193, 8065, 7401, 7029, 8840, 8075, 7278, 6861, 6791, 7433, 8021, 6927, 6882, 7355, 9284, 12886, 8682, 7502, 7216, 6743, 8955, 9688, 7560, 7124, 6675, 6903, 8638, 7304, 7680, 6623, 7966, 9357, 7485, 7037, 7077, 9779, 13507, 8155, 7293, 6837, 8244, 9146, 7662, 7248, 6595, 11391, 8621, 7582, 7147, 7355, 10479, 8543, 7037, 7074, 6589, 7452, 8760, 8158, 7550, 6975, 6993, 6936, 7004, 10266, 10897, 8226, 7203, 6924, 6712, 9272, 8775, 7755, 7371, 6775, 8068, 8509, 7555, 7306, 7614, 12186, 8882, 7411, 6806, 7442, 8746, 7656, 7179, 6725, 9387, 7788, 7100, 6831, 7937, 11101, 8423, 7396, 6687, 9333, 8523, 7462, 7021, 10791, 10001, 7639, 7055, 6732, 9750, 8140, 7393, 6871, 9893, 7967, 7562, 6722, 9615, 9085, 7763, 6841, 6685, 8264, 7209, 6890, 9638, 9661, 8072, 7115, 6803, 8525, 7198, 6820, 9235, 8632, 7498, 6710, 6985, 8147, 7113, 7052, 6578, 6788, 8898, 7624, 7875, 6916, 12273, 9516, 7696, 7049, 14023, 10553, 8200, 6779, 8186, 7764, 7598, 6808, 11478, 8782, 7336, 6685, 8859, 8745, 7167, 9121, 8337, 7625, 6917, 9324, 8745, 7696, 6775, 9555, 7398, 7016, 6966, 10122, 8749, 7775, 6923, 9629, 8279, 7656, 7030, 7467, 11172, 7721, 7457, 6862, 9112, 10657, 7475, 7303, 7078, 7251, 9824, 8014, 7355, 6833, 6852, 10236, 8278, 7124, 7489, 6789, 9077, 8549, 7730, 7317, 6782, 8258, 9158, 7024, 8172, 7029, 12437, 14627, 9628, 7663, 7317, 6767, 8671, 13123, 7826, 7428, 6951, 6678, 9082, 9179, 7997, 7236, 7105, 9073, 9641, 7701, 7554, 7936, 7255, 10092, 8674, 7401, 7452, 6903, 8834, 9470, 7896, 8050, 7278, 7155, 10428, 8260, 7431, 6967, 6843, 11897, 8494, 7721, 6854, 7081, 9505, 8233, 7369, 7510, 6965, 9435, 8272, 7876, 6684, 7814, 9430, 7743, 7790, 7077, 14065, 11883, 8999, 7351, 6804, 8118, 8537, 7540, 7756, 7372, 6828, 9970, 8761, 8607, 7305, 6887, 10959, 7945, 7666, 7041, 6732, 9028, 7724, 7303, 6983, 6582, 10086, 8453, 8067, 8084, 9426, 10367, 7524, 7422, 6795, 8798, 8648, 7752, 7305, 6592, 8398, 10005, 8185, 8144, 7025, 6960, 9543, 8212, 7989, 7048, 7544, 8952, 7519, 6939, 8762, 9948, 7820, 7667, 7029, 9294, 8516, 7693, 7170, 6886, 8489, 7229, 6978, 7298, 10332, 9134, 7989, 6852, 6910, 12578, 10136, 8381, 7089, 7090, 9343, 7714, 7568, 7234, 6742, 6988, 8713, 8864, 7423, 7564, 7009, 7002, 10012, 7706, 7524, 7200, 13112, 8179, 7632, 8590, 14938, 10706, 7985, 7071, 6885, 8752, 7695, 7155, 10975, 9417, 7697, 11354, 8269, 7900, 6955, 8628, 7875, 7228, 9657, 8917, 7797, 7291, 9478, 8482, 7485, 8286, 9439, 7576, 6795, 7415, 9278, 7477, 7274, 6834, 8755, 10193, 8072, 7313, 7028, 7177, 10240, 9079, 8068, 7086, 10096, 11415, 8306, 7925, 13814, 16248, 11706, 8468, 7151, 10706, 8055, 7747, 6929, 7933, 8894, 7646, 7672, 7032, 9306, 9313, 7958, 7278, 7428, 10075, 8672, 7909, 7235, 7597, 9686, 7912, 7461, 6978, 10347, 9188, 8287, 7575, 9922, 7843, 7769, 7506, 9668, 8169, 7436, 7406, 9972, 8359, 7576, 7332, 9018, 8687, 7622, 6940, 9182, 8767, 7749, 7427, 9610, 9524, 7906, 7229, 9896, 8798, 7228, 12538, 8279, 7269, 9197, 8064, 7410, 9104, 8895, 7962, 7265, 8609, 7962, 7277, 10255, 9398, 8461, 7365, 9557, 8163, 7379, 9291, 7623, 7047, 7246, 8730, 7284, 7337, 10064, 8616, 7686, 8681, 8663, 7667, 7557, 9670, 7975, 7139, 8767, 8267, 7566, 7458, 9761, 8200, 7576, 7495, 9378, 7669, 7448, 13322, 8590, 7638, 7394, 8829, 7741, 7256, 10753, 8414, 7389, 7494, 8500, 7541, 7420, 9255, 8878, 7882, 7180, 7485, 9558, 7824, 7072, 8201, 12774, 8394, 7304, 7422, 13408, 8574, 7852, 8088, 11388, 7687, 7701, 9694, 7797, 7536, 9392, 7970, 7621, 9046, 8298, 7840, 7748, 9070, 7882, 7376, 8520, 8455, 7533, 6907, 9925, 8128, 7592, 6998, 9026, 12341, 8305, 7858, 9956, 16583, 12003, 7658, 8948, 8153, 7348, 11031, 9349, 7631, 7504, 9224, 7500, 7400, 9472, 9169, 7517, 7284, 9582, 7755, 7553, 11303, 8391, 7452, 8699, 8033, 7188, 7545, 9501, 8057, 7181, 7482, 11016, 8206, 13248, 10073, 7498, 9752, 7548, 7551, 8533, 8273, 7568, 7643, 9881, 8210, 7368, 8757, 8388, 8162, 7580, 9028, 7604, 7741, 10672, 9029, 7529, 10567, 7770, 7714, 9179, 8565, 7689, 10075, 7978, 7815, 9818, 8673, 7410, 7416, 8538, 7402, 7664, 10021, 8688, 7290, 8014, 9009, 7394, 7084, 8167, 9515, 7760, 7000, 7629, 10883, 8296, 7398, 9459, 11039, 7705, 7018, 10627, 10903, 8547, 7471, 14053, 8268, 7689, 7540, 9700, 7809, 7168, 8405, 8137, 7543, 7566, 9614, 7788, 7505, 9976, 8327, 7778, 7908, 9723, 8507, 7465, 10142, 9363, 8271, 7639, 9228, 8201, 7590, 13062, 9161, 7568, 10326, 7874, 7788, 8944, 8431, 7673, 8913, 8435, 7469, 7840, 8129, 7375, 9540, 8668, 7486, 7634, 8517, 7396, 7716, 8826, 7728, 11364, 9616, 7699, 8802, 7794, 7996, 9393, 7717, 7567, 8887, 7667, 7579, 8414, 7476, 7606, 8873, 7715, 7691, 8787, 7421, 7673, 8985, 7687, 12620, 9546, 7148, 7524, 8229, 7214, 7679, 9865, 8096, 7689, 9106, 7753, 13540, 8278, 15141, 9226, 7630, 7658, 7540, 8364, 7587, 7624, 7790, 7734, 7268, 7919, 8738, 7755, 11432, 8879, 13248, 7605, 7586, 7636, 7280, 7388, 8458, 7142, 7862, 9143, 7570, 7965, 13328, 9977, 7886, 14739, 7751, 7904, 10992, 8140, 7744, 14083, 8355, 7212, 7120, 9375, 7530, 7114, 7325, 7770, 9108, 7883, 8176, 13220, 9478, 7773, 9533, 15413, 11612, 10038, 13690, 16785, 12016, 8155, 7386, 8308, 8186, 7805, 6997, 7218, 8731, 9649, 7988, 7339, 7592, 7824, 8678, 7542, 7263, 7700, 9802, 8032, 7235, 7897, 10237, 8299, 7966, 9883, 8095, 7935, 9675, 8037, 8014, 10407, 9284, 7978, 8030, 9471, 7804, 7942, 10411, 8641, 7785, 7973, 8882, 8081, 7490, 8069, 9813, 7915, 7117, 9753, 13341, 8041, 7681, 8983, 8701, 7650, 7773, 9666, 8553, 7596, 7734, 10875, 8346, 7660, 7698, 14651, 8222, 7641, 11795, 8585, 7870, 7728, 8997, 7629, 7187, 7820, 9533, 7857, 7258, 7860, 11933, 8658, 7620, 7789, 12989, 8425, 7862, 10826, 8282, 7830, 9173, 8727, 7756, 9044, 8394, 7805, 8921, 8512, 7740, 8905, 9009, 8367, 7845, 9190, 8488, 8236, 9843, 8046, 7627, 8041, 9570, 8060, 7762, 9487, 10035, 8236, 10142, 10101, 8287, 11215, 8978, 8408, 7951, 13674, 9904, 7738, 7777, 9390, 7863, 7572, 7948, 9122, 7549, 7984, 13141, 8149, 7245, 8421, 7898, 7461, 7919, 10539, 8598, 7792, 7970, 12495, 7902, 8001, 9493, 7525, 7680, 8673, 7726, 9973, 8110, 7582, 9773, 8055, 8103, 8472, 7739, 7519, 7978, 7829, 9422, 8469, 7355, 9552, 8798, 7431, 8782, 10050, 7866, 7820, 8547, 7298, 7882, 8684, 7346, 7862, 10039, 7867, 7392, 9933, 8350, 7408, 8964, 8847, 7398, 7804, 9856, 7621, 7908, 9121, 7636, 7735, 7338, 8549, 7311, 7939, 10243, 8272, 7474, 8673, 9368, 7788, 7930, 12509, 7417, 7896, 7400, 8043, 7443, 7874, 9248, 7601, 7997, 12988, 8661, 7361, 10015, 8595, 7662, 15033, 8089, 7874, 8929, 8391, 7623, 7865, 8458, 7608, 8027, 9500, 7984, 7260, 8093, 9695, 7604, 8127, 9499, 8026, 7976, 12104, 9283, 7371, 7882, 9463, 7941, 8269, 13157, 8156, 7921, 9054, 9080, 8104, 7988, 9580, 7791, 7948, 13276, 8366, 7797, 9036, 8382, 7998, 9268, 8453, 7645, 8083, 9675, 7644, 7805, 9916, 8737, 7669, 7903, 9558, 7992, 8118, 9370, 8602, 7928, 8018, 9849, 8134, 7863, 11819, 8047, 7700, 8044, 9227, 7775, 7883, 9912, 8776, 8023, 7450, 7938, 8626, 7324, 8174, 10746, 9734, 8271, 8016, 12217, 8043, 7662, 11008, 8716, 7767, 7712, 9208, 7810, 8076, 8296, 8399, 7496, 8042, 9858, 7938, 7605, 7785, 9144, 7724, 10364, 8361, 7838, 9452, 7963, 8570, 8643, 7870, 9747, 8074, 7882, 9423, 8159, 7998, 9705, 8181, 8350, 8697, 7842, 10122, 8453, 7941, 9338, 8367, 8185, 10163, 9121, 7807, 10390, 8487, 8001, 11365, 8349, 8035, 8859, 8364, 9213, 7939, 9255, 7923, 9127, 8416, 7911, 8752, 7691, 8022, 8878, 8149, 10744, 8250, 11346, 9051, 8074, 10161, 8071, 10318, 7565, 8163, 9165, 7766, 7417, 9545, 7516, 7033, 7755, 9087, 7661, 8449, 8697, 7823, 16135, 10317, 11511, 8054, 8026, 9136, 7977, 9976, 7838, 7951, 8156, 8060, 8472, 8264, 7948, 7746, 8273, 8213, 10013, 8289, 13490, 10263, 12145, 7586, 7816, 8489, 8197, 9381, 8052, 8882, 7544, 8006, 9235, 7623, 8165, 8833, 7396, 8140, 8771, 8123, 11005, 8130, 8750, 8088, 9057, 8078, 8912, 8205, 7970, 7722, 8376, 8768, 7877, 8106, 9124, 7435, 8335, 9075, 8225, 10261, 7842, 8690, 8978, 8248, 11464, 8233, 10390, 7950, 9498, 7801, 8301, 8947, 7426, 8215, 9138, 8091, 9759, 7801, 9765, 7797, 8212, 8977, 7614, 8437, 8541, 7302, 8349, 9432, 7195, 8345, 10135, 7797, 9147, 9636, 7790], 'WindowCenter': [4156.0, 4131.0, 4118.0, 4125.0, 4144.0, 4101.0, 4091.0, 4090.0, 4111.0, 4100.0, 4090.0, 4078.0, 4078.0, 4101.0, 4110.0, 4102.0, 4102.0, 4102.0, 4122.0, 4143.0, 4112.0, 4100.0, 4101.0, 4090.0, 4111.0, 4121.0, 4099.0, 4090.0, 4090.0, 4090.0, 4110.0, 4100.0, 4100.0, 4079.0, 4101.0, 4110.0, 4101.0, 4090.0, 4089.0, 4120.0, 4142.0, 4099.0, 4088.0, 4090.0, 4099.0, 4109.0, 4088.0, 4087.0, 4077.0, 4128.0, 4098.0, 4086.0, 4077.0, 4087.0, 4117.0, 4097.0, 4077.0, 4078.0, 4088.0, 4088.0, 4110.0, 4098.0, 4101.0, 4090.0, 4090.0, 4089.0, 4090.0, 4120.0, 4130.0, 4100.0, 4090.0, 4091.0, 4090.0, 4121.0, 4110.0, 4100.0, 4090.0, 4078.0, 4100.0, 4109.0, 4099.0, 4089.0, 4098.0, 4131.0, 4109.0, 4090.0, 4078.0, 4089.0, 4109.0, 4100.0, 4088.0, 4077.0, 4109.0, 4099.0, 4090.0, 4091.0, 4111.0, 4132.0, 4110.0, 4088.0, 4080.0, 4111.0, 4109.0, 4090.0, 4089.0, 4130.0, 4118.0, 4099.0, 4089.0, 4078.0, 4120.0, 4099.0, 4089.0, 4077.0, 4109.0, 4099.0, 4096.0, 4078.0, 4109.0, 4107.0, 4087.0, 4077.0, 4078.0, 4097.0, 4088.0, 4090.0, 4109.0, 4108.0, 4097.0, 4088.0, 4077.0, 4099.0, 4077.0, 4078.0, 4108.0, 4097.0, 4089.0, 4078.0, 4089.0, 4100.0, 4090.0, 4090.0, 4091.0, 4102.0, 4123.0, 4112.0, 4114.0, 4103.0, 4144.0, 4123.0, 4102.0, 4091.0, 4152.0, 4119.0, 4101.0, 4080.0, 4098.0, 4099.0, 4087.0, 4078.0, 4119.0, 4098.0, 4087.0, 4076.0, 4109.0, 4100.0, 4090.0, 4107.0, 4097.0, 4086.0, 4077.0, 4107.0, 4098.0, 4088.0, 4078.0, 4109.0, 4086.0, 4089.0, 4088.0, 4119.0, 4110.0, 4089.0, 4087.0, 4109.0, 4097.0, 4087.0, 4088.0, 4087.0, 4120.0, 4087.0, 4088.0, 4076.0, 4097.0, 4118.0, 4088.0, 4086.0, 4086.0, 4088.0, 4120.0, 4098.0, 4088.0, 4078.0, 4077.0, 4119.0, 4099.0, 4090.0, 4099.0, 4091.0, 4110.0, 4109.0, 4100.0, 4102.0, 4092.0, 4111.0, 4123.0, 4091.0, 4111.0, 4088.0, 4131.0, 4150.0, 4107.0, 4087.0, 4087.0, 4077.0, 4097.0, 4128.0, 4086.0, 4077.0, 4078.0, 4078.0, 4108.0, 4109.0, 4099.0, 4087.0, 4088.0, 4108.0, 4108.0, 4087.0, 4087.0, 4087.0, 4088.0, 4118.0, 4098.0, 4087.0, 4088.0, 4078.0, 4108.0, 4109.0, 4098.0, 4097.0, 4088.0, 4077.0, 4118.0, 4098.0, 4088.0, 4079.0, 4077.0, 4119.0, 4097.0, 4087.0, 4076.0, 4077.0, 4108.0, 4098.0, 4088.0, 4088.0, 4089.0, 4109.0, 4098.0, 4100.0, 4091.0, 4101.0, 4111.0, 4088.0, 4089.0, 4078.0, 4140.0, 4119.0, 4098.0, 4075.0, 4066.0, 4085.0, 4097.0, 4087.0, 4087.0, 4087.0, 4078.0, 4109.0, 4098.0, 4099.0, 4087.0, 4076.0, 4119.0, 4085.0, 4085.0, 4074.0, 4067.0, 4096.0, 4085.0, 4075.0, 4077.0, 4078.0, 4109.0, 4085.0, 4085.0, 4086.0, 4095.0, 4106.0, 4074.0, 4075.0, 4064.0, 4094.0, 4096.0, 4086.0, 4085.0, 4077.0, 4098.0, 4108.0, 4098.0, 4087.0, 4076.0, 4078.0, 4109.0, 4098.0, 4087.0, 4076.0, 4086.0, 4096.0, 4076.0, 4077.0, 4098.0, 4106.0, 4087.0, 4088.0, 4076.0, 4096.0, 4097.0, 4086.0, 4077.0, 4078.0, 4098.0, 4087.0, 4089.0, 4089.0, 4119.0, 4109.0, 4098.0, 4078.0, 4079.0, 4129.0, 4120.0, 4098.0, 4078.0, 4077.0, 4109.0, 4086.0, 4087.0, 4087.0, 4078.0, 4078.0, 4099.0, 4097.0, 4077.0, 4085.0, 4077.0, 4078.0, 4107.0, 4086.0, 4086.0, 4076.0, 4127.0, 4086.0, 4073.0, 4084.0, 4136.0, 4107.0, 4086.0, 4075.0, 4076.0, 4096.0, 4087.0, 4077.0, 4106.0, 4096.0, 4075.0, 4104.0, 4084.0, 4084.0, 4063.0, 4095.0, 4086.0, 4076.0, 4107.0, 4098.0, 4088.0, 4077.0, 4108.0, 4098.0, 4077.0, 4085.0, 4098.0, 4087.0, 4066.0, 4076.0, 4096.0, 4078.0, 4090.0, 4091.0, 4111.0, 4121.0, 4098.0, 4102.0, 4089.0, 4090.0, 4121.0, 4110.0, 4099.0, 4090.0, 4122.0, 4144.0, 4100.0, 4100.0, 4128.0, 4136.0, 4105.0, 4072.0, 4050.0, 4082.0, 4058.0, 4060.0, 4062.0, 4073.0, 4081.0, 4072.0, 4073.0, 4075.0, 4094.0, 4096.0, 4085.0, 4076.0, 4075.0, 4095.0, 4085.0, 4086.0, 4074.0, 4074.0, 4096.0, 4075.0, 4074.0, 4075.0, 4107.0, 4085.0, 4084.0, 4072.0, 4094.0, 4074.0, 4073.0, 4075.0, 4094.0, 4083.0, 4074.0, 4075.0, 4108.0, 4085.0, 4073.0, 4074.0, 4098.0, 4096.0, 4087.0, 4076.0, 4095.0, 4095.0, 4087.0, 4077.0, 4095.0, 4096.0, 4086.0, 4074.0, 4096.0, 4084.0, 4074.0, 4116.0, 4072.0, 4062.0, 4082.0, 4073.0, 4074.0, 4093.0, 4095.0, 4086.0, 4087.0, 4097.0, 4098.0, 4088.0, 4120.0, 4108.0, 4099.0, 4077.0, 4107.0, 4085.0, 4075.0, 4097.0, 4076.0, 4076.0, 4077.0, 4096.0, 4086.0, 4087.0, 4109.0, 4099.0, 4088.0, 4098.0, 4096.0, 4087.0, 4087.0, 4107.0, 4086.0, 4076.0, 4086.0, 4084.0, 4087.0, 4075.0, 4108.0, 4086.0, 4086.0, 4076.0, 4097.0, 4087.0, 4075.0, 4128.0, 4084.0, 4074.0, 4075.0, 4097.0, 4076.0, 4076.0, 4117.0, 4086.0, 4074.0, 4075.0, 4096.0, 4085.0, 4077.0, 4107.0, 4107.0, 4098.0, 4087.0, 4089.0, 4108.0, 4089.0, 4089.0, 4098.0, 4129.0, 4097.0, 4087.0, 4075.0, 4128.0, 4097.0, 4086.0, 4085.0, 4116.0, 4075.0, 4074.0, 4094.0, 4074.0, 4072.0, 4094.0, 4074.0, 4073.0, 4084.0, 4084.0, 4084.0, 4074.0, 4083.0, 4084.0, 4073.0, 4097.0, 4097.0, 4086.0, 4077.0, 4107.0, 4088.0, 4088.0, 4078.0, 4109.0, 4129.0, 4097.0, 4087.0, 4108.0, 4139.0, 4115.0, 4073.0, 4082.0, 4072.0, 4075.0, 4105.0, 4095.0, 4074.0, 4076.0, 4096.0, 4075.0, 4076.0, 4108.0, 4108.0, 4088.0, 4088.0, 4108.0, 4088.0, 4087.0, 4119.0, 4087.0, 4076.0, 4097.0, 4084.0, 4075.0, 4087.0, 4107.0, 4086.0, 4079.0, 4088.0, 4119.0, 4087.0, 4116.0, 4095.0, 4073.0, 4095.0, 4074.0, 4072.0, 4096.0, 4084.0, 4085.0, 4075.0, 4106.0, 4084.0, 4075.0, 4086.0, 4085.0, 4085.0, 4074.0, 4096.0, 4084.0, 4086.0, 4106.0, 4095.0, 4073.0, 4105.0, 4075.0, 4086.0, 4097.0, 4096.0, 4085.0, 4106.0, 4084.0, 4085.0, 4107.0, 4085.0, 4076.0, 4074.0, 4095.0, 4077.0, 4088.0, 4109.0, 4097.0, 4088.0, 4098.0, 4109.0, 4089.0, 4091.0, 4097.0, 4120.0, 4099.0, 4089.0, 4100.0, 4131.0, 4100.0, 4089.0, 4108.0, 4118.0, 4087.0, 4077.0, 4119.0, 4117.0, 4085.0, 4074.0, 4127.0, 4085.0, 4074.0, 4073.0, 4094.0, 4072.0, 4064.0, 4082.0, 4071.0, 4073.0, 4073.0, 4094.0, 4074.0, 4074.0, 4094.0, 4084.0, 4076.0, 4085.0, 4105.0, 4096.0, 4077.0, 4105.0, 4096.0, 4085.0, 4075.0, 4094.0, 4086.0, 4085.0, 4128.0, 4096.0, 4073.0, 4095.0, 4074.0, 4073.0, 4094.0, 4085.0, 4076.0, 4095.0, 4086.0, 4076.0, 4086.0, 4086.0, 4075.0, 4106.0, 4096.0, 4077.0, 4086.0, 4097.0, 4075.0, 4087.0, 4099.0, 4088.0, 4116.0, 4106.0, 4075.0, 4095.0, 4074.0, 4084.0, 4095.0, 4085.0, 4075.0, 4095.0, 4087.0, 4076.0, 4095.0, 4086.0, 4087.0, 4098.0, 4087.0, 4086.0, 4096.0, 4087.0, 4085.0, 4097.0, 4087.0, 4118.0, 4095.0, 4076.0, 4076.0, 4086.0, 4087.0, 4086.0, 4107.0, 4098.0, 4088.0, 4098.0, 4087.0, 4128.0, 4086.0, 4125.0, 4094.0, 4071.0, 4072.0, 4072.0, 4083.0, 4073.0, 4075.0, 4074.0, 4085.0, 4086.0, 4097.0, 4109.0, 4100.0, 4131.0, 4099.0, 4128.0, 4076.0, 4074.0, 4085.0, 4087.0, 4076.0, 4099.0, 4087.0, 4099.0, 4108.0, 4099.0, 4099.0, 4140.0, 4108.0, 4086.0, 4140.0, 4087.0, 4084.0, 4104.0, 4085.0, 4073.0, 4125.0, 4084.0, 4075.0, 4066.0, 4096.0, 4086.0, 4076.0, 4088.0, 4089.0, 4108.0, 4098.0, 4097.0, 4129.0, 4106.0, 4087.0, 4106.0, 4139.0, 4105.0, 4094.0, 4111.0, 4123.0, 4090.0, 4059.0, 4049.0, 4069.0, 4071.0, 4060.0, 4062.0, 4062.0, 4081.0, 4083.0, 4072.0, 4062.0, 4072.0, 4073.0, 4082.0, 4074.0, 4074.0, 4075.0, 4095.0, 4085.0, 4075.0, 4085.0, 4108.0, 4097.0, 4084.0, 4107.0, 4085.0, 4085.0, 4107.0, 4098.0, 4097.0, 4119.0, 4107.0, 4086.0, 4086.0, 4107.0, 4085.0, 4086.0, 4107.0, 4096.0, 4086.0, 4088.0, 4097.0, 4086.0, 4086.0, 4097.0, 4108.0, 4087.0, 4077.0, 4105.0, 4129.0, 4087.0, 4087.0, 4097.0, 4095.0, 4085.0, 4086.0, 4106.0, 4085.0, 4075.0, 4074.0, 4106.0, 4084.0, 4075.0, 4074.0, 4125.0, 4082.0, 4073.0, 4104.0, 4083.0, 4073.0, 4071.0, 4082.0, 4073.0, 4074.0, 4085.0, 4105.0, 4086.0, 4075.0, 4086.0, 4118.0, 4095.0, 4085.0, 4075.0, 4127.0, 4084.0, 4073.0, 4105.0, 4083.0, 4073.0, 4094.0, 4084.0, 4073.0, 4094.0, 4084.0, 4075.0, 4095.0, 4083.0, 4075.0, 4095.0, 4096.0, 4084.0, 4084.0, 4092.0, 4084.0, 4083.0, 4094.0, 4085.0, 4087.0, 4086.0, 4107.0, 4087.0, 4087.0, 4107.0, 4108.0, 4087.0, 4107.0, 4106.0, 4086.0, 4105.0, 4084.0, 4073.0, 4071.0, 4113.0, 4080.0, 4061.0, 4060.0, 4080.0, 4071.0, 4073.0, 4073.0, 4082.0, 4072.0, 4072.0, 4115.0, 4072.0, 4072.0, 4072.0, 4073.0, 4073.0, 4082.0, 4105.0, 4084.0, 4074.0, 4074.0, 4114.0, 4072.0, 4073.0, 4092.0, 4074.0, 4073.0, 4085.0, 4075.0, 4094.0, 4084.0, 4072.0, 4095.0, 4075.0, 4072.0, 4083.0, 4074.0, 4074.0, 4085.0, 4086.0, 4108.0, 4099.0, 4088.0, 4108.0, 4099.0, 4090.0, 4098.0, 4119.0, 4098.0, 4089.0, 4099.0, 4087.0, 4088.0, 4098.0, 4087.0, 4086.0, 4108.0, 4097.0, 4087.0, 4108.0, 4096.0, 4087.0, 4096.0, 4095.0, 4076.0, 4075.0, 4107.0, 4086.0, 4085.0, 4096.0, 4085.0, 4085.0, 4075.0, 4097.0, 4085.0, 4086.0, 4107.0, 4095.0, 4076.0, 4096.0, 4095.0, 4074.0, 4083.0, 4115.0, 4074.0, 4085.0, 4073.0, 4086.0, 4087.0, 4085.0, 4107.0, 4087.0, 4087.0, 4128.0, 4096.0, 4086.0, 4106.0, 4084.0, 4074.0, 4123.0, 4073.0, 4073.0, 4093.0, 4083.0, 4084.0, 4084.0, 4097.0, 4086.0, 4099.0, 4119.0, 4100.0, 4099.0, 4098.0, 4108.0, 4100.0, 4100.0, 4120.0, 4100.0, 4101.0, 4141.0, 4111.0, 4090.0, 4099.0, 4109.0, 4098.0, 4097.0, 4128.0, 4086.0, 4088.0, 4094.0, 4097.0, 4085.0, 4083.0, 4106.0, 4075.0, 4084.0, 4126.0, 4084.0, 4071.0, 4082.0, 4082.0, 4083.0, 4094.0, 4084.0, 4074.0, 4085.0, 4105.0, 4085.0, 4086.0, 4105.0, 4096.0, 4086.0, 4082.0, 4107.0, 4084.0, 4086.0, 4095.0, 4095.0, 4085.0, 4084.0, 4106.0, 4086.0, 4085.0, 4115.0, 4084.0, 4084.0, 4086.0, 4095.0, 4087.0, 4086.0, 4107.0, 4099.0, 4098.0, 4088.0, 4098.0, 4097.0, 4088.0, 4095.0, 4118.0, 4110.0, 4099.0, 4087.0, 4127.0, 4085.0, 4086.0, 4117.0, 4095.0, 4084.0, 4074.0, 4093.0, 4074.0, 4084.0, 4085.0, 4084.0, 4075.0, 4084.0, 4106.0, 4084.0, 4098.0, 4098.0, 4107.0, 4085.0, 4107.0, 4098.0, 4086.0, 4107.0, 4097.0, 4095.0, 4095.0, 4084.0, 4094.0, 4084.0, 4083.0, 4095.0, 4083.0, 4085.0, 4105.0, 4085.0, 4084.0, 4084.0, 4085.0, 4105.0, 4084.0, 4085.0, 4094.0, 4086.0, 4096.0, 4106.0, 4107.0, 4088.0, 4107.0, 4097.0, 4085.0, 4117.0, 4087.0, 4085.0, 4094.0, 4073.0, 4083.0, 4070.0, 4081.0, 4073.0, 4081.0, 4083.0, 4083.0, 4096.0, 4087.0, 4097.0, 4119.0, 4101.0, 4119.0, 4098.0, 4119.0, 4110.0, 4085.0, 4107.0, 4086.0, 4107.0, 4086.0, 4097.0, 4107.0, 4087.0, 4077.0, 4107.0, 4086.0, 4088.0, 4098.0, 4110.0, 4099.0, 4098.0, 4098.0, 4088.0, 4137.0, 4107.0, 4105.0, 4072.0, 4072.0, 4092.0, 4074.0, 4092.0, 4073.0, 4070.0, 4070.0, 4083.0, 4084.0, 4096.0, 4097.0, 4098.0, 4098.0, 4109.0, 4121.0, 4101.0, 4139.0, 4108.0, 4116.0, 4075.0, 4075.0, 4094.0, 4085.0, 4095.0, 4085.0, 4094.0, 4085.0, 4087.0, 4105.0, 4088.0, 4097.0, 4108.0, 4089.0, 4098.0, 4111.0, 4086.0, 4119.0, 4084.0, 4086.0, 4085.0, 4095.0, 4082.0, 4083.0, 4084.0, 4073.0, 4074.0, 4096.0, 4098.0, 4098.0, 4097.0, 4108.0, 4089.0, 4109.0, 4110.0, 4098.0, 4106.0, 4088.0, 4095.0, 4097.0, 4085.0, 4117.0, 4083.0, 4093.0, 4073.0, 4093.0, 4073.0, 4082.0, 4082.0, 4073.0, 4085.0, 4107.0, 4085.0, 4095.0, 4086.0, 4105.0, 4076.0, 4084.0, 4095.0, 4085.0, 4083.0, 4097.0, 4087.0, 4098.0, 4107.0, 4090.0, 4099.0, 4119.0, 4102.0, 4109.0, 4120.0, 4101.0], 'WindowWidth': [9232.0, 9189.0, 9163.0, 9165.0, 9191.0, 9126.0, 9112.0, 9108.0, 9137.0, 9122.0, 9106.0, 9089.0, 9088.0, 9123.0, 9136.0, 9127.0, 9127.0, 9128.0, 9154.0, 9184.0, 9140.0, 9122.0, 9124.0, 9108.0, 9137.0, 9150.0, 9120.0, 9108.0, 9109.0, 9110.0, 9135.0, 9121.0, 9121.0, 9091.0, 9121.0, 9133.0, 9122.0, 9108.0, 9104.0, 9146.0, 9178.0, 9117.0, 9102.0, 9106.0, 9118.0, 9130.0, 9101.0, 9097.0, 9082.0, 9155.0, 9113.0, 9095.0, 9085.0, 9097.0, 9138.0, 9111.0, 9085.0, 9088.0, 9103.0, 9103.0, 9134.0, 9118.0, 9123.0, 9108.0, 9110.0, 9107.0, 9108.0, 9149.0, 9162.0, 9119.0, 9108.0, 9111.0, 9107.0, 9150.0, 9135.0, 9121.0, 9105.0, 9088.0, 9119.0, 9131.0, 9118.0, 9105.0, 9114.0, 9164.0, 9131.0, 9106.0, 9089.0, 9104.0, 9132.0, 9119.0, 9102.0, 9086.0, 9133.0, 9119.0, 9107.0, 9111.0, 9137.0, 9168.0, 9135.0, 9104.0, 9093.0, 9137.0, 9131.0, 9108.0, 9106.0, 9160.0, 9143.0, 9116.0, 9105.0, 9089.0, 9148.0, 9116.0, 9103.0, 9085.0, 9130.0, 9116.0, 9111.0, 9087.0, 9132.0, 9125.0, 9099.0, 9084.0, 9088.0, 9112.0, 9102.0, 9105.0, 9131.0, 9129.0, 9112.0, 9099.0, 9085.0, 9116.0, 9085.0, 9087.0, 9128.0, 9111.0, 9103.0, 9088.0, 9104.0, 9122.0, 9108.0, 9110.0, 9113.0, 9130.0, 9159.0, 9144.0, 9148.0, 9130.0, 9188.0, 9157.0, 9127.0, 9110.0, 9195.0, 9146.0, 9120.0, 9091.0, 9114.0, 9116.0, 9100.0, 9086.0, 9144.0, 9114.0, 9098.0, 9084.0, 9131.0, 9120.0, 9105.0, 9125.0, 9110.0, 9094.0, 9083.0, 9125.0, 9114.0, 9101.0, 9085.0, 9131.0, 9097.0, 9104.0, 9101.0, 9146.0, 9133.0, 9102.0, 9099.0, 9129.0, 9113.0, 9098.0, 9100.0, 9098.0, 9146.0, 9097.0, 9100.0, 9082.0, 9111.0, 9140.0, 9098.0, 9095.0, 9096.0, 9099.0, 9146.0, 9115.0, 9100.0, 9090.0, 9086.0, 9146.0, 9116.0, 9107.0, 9120.0, 9111.0, 9136.0, 9130.0, 9122.0, 9126.0, 9111.0, 9139.0, 9155.0, 9110.0, 9136.0, 9101.0, 9161.0, 9187.0, 9126.0, 9098.0, 9098.0, 9082.0, 9110.0, 9155.0, 9094.0, 9084.0, 9086.0, 9088.0, 9128.0, 9131.0, 9116.0, 9099.0, 9102.0, 9127.0, 9128.0, 9096.0, 9098.0, 9096.0, 9098.0, 9139.0, 9112.0, 9098.0, 9099.0, 9086.0, 9128.0, 9129.0, 9113.0, 9111.0, 9099.0, 9084.0, 9139.0, 9113.0, 9099.0, 9088.0, 9084.0, 9142.0, 9111.0, 9097.0, 9081.0, 9083.0, 9127.0, 9112.0, 9100.0, 9102.0, 9103.0, 9129.0, 9115.0, 9121.0, 9108.0, 9122.0, 9136.0, 9102.0, 9103.0, 9086.0, 9173.0, 9142.0, 9110.0, 9079.0, 9065.0, 9091.0, 9109.0, 9096.0, 9098.0, 9097.0, 9086.0, 9131.0, 9114.0, 9116.0, 9096.0, 9081.0, 9141.0, 9091.0, 9090.0, 9074.0, 9066.0, 9107.0, 9091.0, 9078.0, 9082.0, 9083.0, 9128.0, 9091.0, 9089.0, 9091.0, 9102.0, 9117.0, 9073.0, 9076.0, 9061.0, 9102.0, 9107.0, 9093.0, 9093.0, 9083.0, 9113.0, 9128.0, 9112.0, 9096.0, 9082.0, 9087.0, 9129.0, 9114.0, 9097.0, 9079.0, 9093.0, 9107.0, 9080.0, 9083.0, 9110.0, 9121.0, 9096.0, 9097.0, 9080.0, 9108.0, 9108.0, 9093.0, 9081.0, 9084.0, 9113.0, 9099.0, 9103.0, 9102.0, 9145.0, 9129.0, 9113.0, 9088.0, 9087.0, 9157.0, 9144.0, 9112.0, 9084.0, 9084.0, 9129.0, 9095.0, 9098.0, 9097.0, 9086.0, 9087.0, 9115.0, 9110.0, 9082.0, 9092.0, 9082.0, 9084.0, 9122.0, 9092.0, 9093.0, 9079.0, 9151.0, 9093.0, 9073.0, 9086.0, 9160.0, 9120.0, 9089.0, 9078.0, 9079.0, 9107.0, 9095.0, 9082.0, 9118.0, 9105.0, 9076.0, 9113.0, 9086.0, 9085.0, 9058.0, 9103.0, 9093.0, 9079.0, 9123.0, 9112.0, 9100.0, 9081.0, 9125.0, 9111.0, 9083.0, 9091.0, 9111.0, 9094.0, 9065.0, 9080.0, 9108.0, 9084.0, 9108.0, 9112.0, 9137.0, 9149.0, 9114.0, 9126.0, 9106.0, 9108.0, 9149.0, 9131.0, 9116.0, 9105.0, 9152.0, 9186.0, 9120.0, 9119.0, 9148.0, 9161.0, 9113.0, 9064.0, 9031.0, 9076.0, 9041.0, 9047.0, 9050.0, 9069.0, 9077.0, 9065.0, 9071.0, 9075.0, 9101.0, 9106.0, 9088.0, 9076.0, 9075.0, 9102.0, 9088.0, 9092.0, 9072.0, 9071.0, 9103.0, 9074.0, 9073.0, 9076.0, 9122.0, 9088.0, 9084.0, 9065.0, 9100.0, 9072.0, 9071.0, 9073.0, 9100.0, 9083.0, 9073.0, 9077.0, 9123.0, 9088.0, 9072.0, 9073.0, 9115.0, 9107.0, 9096.0, 9079.0, 9104.0, 9104.0, 9095.0, 9080.0, 9104.0, 9105.0, 9092.0, 9072.0, 9106.0, 9089.0, 9071.0, 9132.0, 9066.0, 9050.0, 9081.0, 9069.0, 9073.0, 9098.0, 9104.0, 9094.0, 9095.0, 9112.0, 9114.0, 9101.0, 9144.0, 9126.0, 9114.0, 9082.0, 9123.0, 9092.0, 9077.0, 9110.0, 9078.0, 9081.0, 9082.0, 9107.0, 9095.0, 9098.0, 9131.0, 9115.0, 9098.0, 9110.0, 9107.0, 9095.0, 9095.0, 9123.0, 9094.0, 9080.0, 9092.0, 9087.0, 9094.0, 9077.0, 9125.0, 9094.0, 9094.0, 9078.0, 9109.0, 9095.0, 9077.0, 9152.0, 9088.0, 9073.0, 9076.0, 9107.0, 9080.0, 9077.0, 9136.0, 9093.0, 9075.0, 9078.0, 9106.0, 9091.0, 9082.0, 9123.0, 9126.0, 9114.0, 9099.0, 9102.0, 9127.0, 9103.0, 9104.0, 9113.0, 9157.0, 9109.0, 9096.0, 9079.0, 9153.0, 9107.0, 9092.0, 9089.0, 9130.0, 9074.0, 9071.0, 9097.0, 9072.0, 9067.0, 9100.0, 9072.0, 9070.0, 9085.0, 9085.0, 9086.0, 9071.0, 9083.0, 9086.0, 9072.0, 9109.0, 9109.0, 9095.0, 9083.0, 9123.0, 9100.0, 9100.0, 9085.0, 9129.0, 9157.0, 9109.0, 9097.0, 9123.0, 9168.0, 9130.0, 9069.0, 9081.0, 9067.0, 9074.0, 9115.0, 9102.0, 9075.0, 9077.0, 9108.0, 9078.0, 9080.0, 9124.0, 9125.0, 9099.0, 9100.0, 9127.0, 9101.0, 9095.0, 9141.0, 9094.0, 9080.0, 9109.0, 9088.0, 9078.0, 9093.0, 9123.0, 9095.0, 9090.0, 9100.0, 9142.0, 9096.0, 9132.0, 9103.0, 9070.0, 9102.0, 9070.0, 9067.0, 9104.0, 9087.0, 9090.0, 9075.0, 9120.0, 9088.0, 9076.0, 9092.0, 9090.0, 9090.0, 9072.0, 9104.0, 9088.0, 9094.0, 9121.0, 9104.0, 9070.0, 9115.0, 9073.0, 9091.0, 9109.0, 9105.0, 9090.0, 9120.0, 9088.0, 9090.0, 9121.0, 9089.0, 9078.0, 9074.0, 9103.0, 9082.0, 9098.0, 9130.0, 9111.0, 9100.0, 9115.0, 9130.0, 9103.0, 9109.0, 9113.0, 9148.0, 9118.0, 9105.0, 9119.0, 9164.0, 9120.0, 9103.0, 9126.0, 9141.0, 9095.0, 9083.0, 9140.0, 9136.0, 9090.0, 9072.0, 9149.0, 9087.0, 9073.0, 9068.0, 9101.0, 9069.0, 9058.0, 9081.0, 9064.0, 9071.0, 9070.0, 9101.0, 9073.0, 9071.0, 9100.0, 9086.0, 9079.0, 9089.0, 9120.0, 9107.0, 9082.0, 9119.0, 9105.0, 9089.0, 9075.0, 9102.0, 9092.0, 9089.0, 9150.0, 9106.0, 9069.0, 9101.0, 9072.0, 9069.0, 9100.0, 9088.0, 9077.0, 9104.0, 9092.0, 9080.0, 9094.0, 9093.0, 9079.0, 9120.0, 9108.0, 9081.0, 9094.0, 9108.0, 9079.0, 9095.0, 9114.0, 9099.0, 9133.0, 9118.0, 9076.0, 9104.0, 9074.0, 9087.0, 9105.0, 9092.0, 9076.0, 9103.0, 9094.0, 9078.0, 9104.0, 9094.0, 9095.0, 9112.0, 9097.0, 9094.0, 9107.0, 9096.0, 9091.0, 9110.0, 9095.0, 9138.0, 9103.0, 9080.0, 9079.0, 9092.0, 9095.0, 9095.0, 9125.0, 9114.0, 9099.0, 9112.0, 9097.0, 9153.0, 9093.0, 9145.0, 9100.0, 9064.0, 9066.0, 9066.0, 9082.0, 9069.0, 9074.0, 9073.0, 9091.0, 9094.0, 9110.0, 9129.0, 9120.0, 9162.0, 9116.0, 9151.0, 9079.0, 9072.0, 9091.0, 9097.0, 9081.0, 9114.0, 9098.0, 9115.0, 9130.0, 9118.0, 9117.0, 9173.0, 9127.0, 9094.0, 9170.0, 9094.0, 9086.0, 9115.0, 9088.0, 9070.0, 9143.0, 9085.0, 9076.0, 9064.0, 9107.0, 9093.0, 9081.0, 9099.0, 9101.0, 9126.0, 9114.0, 9108.0, 9155.0, 9121.0, 9095.0, 9118.0, 9168.0, 9113.0, 9097.0, 9117.0, 9136.0, 9085.0, 9041.0, 9026.0, 9055.0, 9061.0, 9046.0, 9051.0, 9051.0, 9076.0, 9083.0, 9065.0, 9052.0, 9064.0, 9068.0, 9081.0, 9070.0, 9072.0, 9074.0, 9103.0, 9089.0, 9079.0, 9091.0, 9125.0, 9109.0, 9085.0, 9120.0, 9090.0, 9089.0, 9122.0, 9112.0, 9111.0, 9144.0, 9124.0, 9095.0, 9093.0, 9122.0, 9089.0, 9093.0, 9122.0, 9107.0, 9094.0, 9097.0, 9109.0, 9094.0, 9094.0, 9111.0, 9129.0, 9097.0, 9085.0, 9117.0, 9155.0, 9097.0, 9094.0, 9109.0, 9102.0, 9089.0, 9091.0, 9119.0, 9089.0, 9075.0, 9073.0, 9120.0, 9087.0, 9075.0, 9072.0, 9144.0, 9082.0, 9069.0, 9112.0, 9080.0, 9068.0, 9064.0, 9080.0, 9070.0, 9074.0, 9089.0, 9118.0, 9092.0, 9077.0, 9091.0, 9139.0, 9104.0, 9089.0, 9076.0, 9148.0, 9088.0, 9069.0, 9115.0, 9082.0, 9071.0, 9100.0, 9086.0, 9071.0, 9098.0, 9085.0, 9077.0, 9102.0, 9085.0, 9077.0, 9102.0, 9104.0, 9086.0, 9085.0, 9094.0, 9086.0, 9083.0, 9099.0, 9089.0, 9098.0, 9094.0, 9122.0, 9095.0, 9095.0, 9121.0, 9125.0, 9095.0, 9121.0, 9118.0, 9092.0, 9115.0, 9085.0, 9068.0, 9060.0, 9122.0, 9073.0, 9047.0, 9044.0, 9072.0, 9060.0, 9066.0, 9067.0, 9079.0, 9067.0, 9063.0, 9127.0, 9066.0, 9066.0, 9065.0, 9069.0, 9069.0, 9082.0, 9115.0, 9087.0, 9073.0, 9070.0, 9128.0, 9067.0, 9067.0, 9093.0, 9072.0, 9069.0, 9088.0, 9076.0, 9101.0, 9086.0, 9067.0, 9102.0, 9074.0, 9067.0, 9083.0, 9074.0, 9074.0, 9090.0, 9094.0, 9126.0, 9113.0, 9099.0, 9127.0, 9114.0, 9105.0, 9113.0, 9143.0, 9112.0, 9101.0, 9114.0, 9097.0, 9097.0, 9111.0, 9098.0, 9093.0, 9127.0, 9111.0, 9097.0, 9125.0, 9106.0, 9095.0, 9105.0, 9105.0, 9078.0, 9075.0, 9120.0, 9091.0, 9089.0, 9107.0, 9089.0, 9090.0, 9078.0, 9109.0, 9091.0, 9092.0, 9124.0, 9105.0, 9082.0, 9106.0, 9104.0, 9074.0, 9084.0, 9130.0, 9073.0, 9088.0, 9072.0, 9094.0, 9096.0, 9092.0, 9124.0, 9098.0, 9095.0, 9154.0, 9107.0, 9094.0, 9119.0, 9086.0, 9072.0, 9139.0, 9070.0, 9069.0, 9098.0, 9083.0, 9087.0, 9089.0, 9111.0, 9097.0, 9116.0, 9146.0, 9121.0, 9119.0, 9115.0, 9129.0, 9119.0, 9121.0, 9150.0, 9121.0, 9121.0, 9176.0, 9134.0, 9107.0, 9116.0, 9129.0, 9112.0, 9107.0, 9155.0, 9093.0, 9098.0, 9103.0, 9110.0, 9091.0, 9085.0, 9119.0, 9077.0, 9085.0, 9148.0, 9085.0, 9063.0, 9081.0, 9081.0, 9083.0, 9099.0, 9086.0, 9074.0, 9088.0, 9118.0, 9092.0, 9094.0, 9120.0, 9105.0, 9091.0, 9083.0, 9122.0, 9090.0, 9093.0, 9103.0, 9103.0, 9092.0, 9090.0, 9122.0, 9093.0, 9089.0, 9132.0, 9086.0, 9087.0, 9094.0, 9106.0, 9095.0, 9093.0, 9125.0, 9115.0, 9111.0, 9103.0, 9114.0, 9111.0, 9099.0, 9106.0, 9140.0, 9131.0, 9116.0, 9096.0, 9151.0, 9090.0, 9090.0, 9136.0, 9105.0, 9088.0, 9072.0, 9097.0, 9073.0, 9088.0, 9091.0, 9088.0, 9078.0, 9088.0, 9120.0, 9091.0, 9115.0, 9116.0, 9124.0, 9091.0, 9126.0, 9111.0, 9095.0, 9123.0, 9110.0, 9103.0, 9105.0, 9086.0, 9102.0, 9087.0, 9083.0, 9103.0, 9085.0, 9089.0, 9119.0, 9090.0, 9086.0, 9088.0, 9090.0, 9117.0, 9088.0, 9090.0, 9102.0, 9094.0, 9107.0, 9122.0, 9124.0, 9101.0, 9124.0, 9108.0, 9089.0, 9136.0, 9095.0, 9091.0, 9101.0, 9067.0, 9081.0, 9058.0, 9075.0, 9068.0, 9077.0, 9083.0, 9083.0, 9107.0, 9097.0, 9111.0, 9147.0, 9122.0, 9146.0, 9115.0, 9142.0, 9130.0, 9090.0, 9122.0, 9091.0, 9121.0, 9092.0, 9108.0, 9124.0, 9096.0, 9082.0, 9123.0, 9096.0, 9100.0, 9113.0, 9132.0, 9116.0, 9113.0, 9112.0, 9097.0, 9166.0, 9121.0, 9114.0, 9068.0, 9065.0, 9094.0, 9072.0, 9092.0, 9067.0, 9060.0, 9062.0, 9083.0, 9088.0, 9106.0, 9110.0, 9114.0, 9116.0, 9132.0, 9149.0, 9122.0, 9171.0, 9127.0, 9133.0, 9076.0, 9074.0, 9101.0, 9087.0, 9103.0, 9088.0, 9100.0, 9091.0, 9095.0, 9120.0, 9099.0, 9110.0, 9127.0, 9103.0, 9115.0, 9135.0, 9095.0, 9143.0, 9086.0, 9091.0, 9088.0, 9101.0, 9082.0, 9084.0, 9086.0, 9070.0, 9074.0, 9107.0, 9113.0, 9114.0, 9112.0, 9130.0, 9104.0, 9129.0, 9132.0, 9112.0, 9122.0, 9099.0, 9105.0, 9111.0, 9088.0, 9135.0, 9082.0, 9097.0, 9069.0, 9095.0, 9070.0, 9081.0, 9082.0, 9072.0, 9089.0, 9122.0, 9092.0, 9106.0, 9092.0, 9116.0, 9078.0, 9086.0, 9102.0, 9090.0, 9085.0, 9109.0, 9097.0, 9113.0, 9125.0, 9108.0, 9116.0, 9147.0, 9125.0, 9131.0, 9147.0, 9120.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.0007215098634294387</td></tr>
<tr><td colspan=3>aqi</td><td>0.026303249620637327</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.677738957160216</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1538761606378118</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9701207379878537</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>7349.3613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0834449752318133</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1380880121396055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4375567760248216</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3230934900676803</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.691225026745286</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2983518112614982</td></tr>
<tr><td colspan=3>gcor</td><td>0.00795526</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016163665801286697</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01859566569328308</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7918311524852943</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.1621</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.757</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>311012.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>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.9867</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1298</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.8868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3361.83</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.71</td></tr>
<tr><td colspan=3>tsnr</td><td>38.32133415271528</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>