ds005256-mriqc/sub-0060_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0060_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-04/func/sub-0060_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e90d3e245d3afcfaf3cecd4ad4f10071</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>14:19:20.062500</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.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0955202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.926</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>117a1c86-a2d7-498c-968b-f42c5d474b90||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.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['141920.062500', '141920.522500', '141920.982500', '141921.442500', '141921.902500', '141922.362500', '141922.822500', '141923.282500', '141923.742500', '141924.202500', '141924.662500', '141925.122500', '141925.582500', '141926.042500', '141926.502500', '141926.962500', '141927.422500', '141927.882500', '141928.342500', '141928.802500', '141929.262500', '141929.722500', '141930.182500', '141930.642500', '141931.102500', '141931.562500', '141932.022500', '141932.482500', '141932.942500', '141933.402500', '141933.862500', '141934.322500', '141934.782500', '141935.242500', '141935.702500', '141936.162500', '141936.622500', '141937.082500', '141937.542500', '141938.002500', '141938.462500', '141938.922500', '141939.382500', '141939.842500', '141940.302500', '141940.762500', '141941.222500', '141941.682500', '141942.142500', '141942.602500', '141943.062500', '141943.522500', '141943.982500', '141944.442500', '141944.902500', '141945.362500', '141945.822500', '141946.282500', '141946.742500', '141947.202500', '141947.662500', '141948.122500', '141948.582500', '141949.042500', '141949.502500', '141949.962500', '141950.422500', '141950.882500', '141951.342500', '141951.802500', '141952.262500', '141952.722500', '141953.182500', '141953.642500', '141954.102500', '141954.562500', '141955.022500', '141955.482500', '141955.942500', '141956.402500', '141956.862500', '141957.322500', '141957.782500', '141958.242500', '141958.702500', '141959.162500', '141959.622500', '142000.082500', '142000.542500', '142001.002500', '142001.462500', '142001.922500', '142002.382500', '142002.842500', '142003.302500', '142003.762500', '142004.222500', '142004.682500', '142005.142500', '142005.602500', '142006.062500', '142006.522500', '142006.982500', '142007.442500', '142007.902500', '142008.362500', '142008.822500', '142009.282500', '142009.742500', '142010.202500', '142010.662500', '142011.122500', '142011.582500', '142012.042500', '142012.502500', '142012.962500', '142013.422500', '142013.882500', '142014.342500', '142014.802500', '142015.262500', '142015.722500', '142016.182500', '142016.642500', '142017.102500', '142017.562500', '142018.022500', '142018.482500', '142018.942500', '142019.402500', '142019.862500', '142020.322500', '142020.782500', '142021.242500', '142021.702500', '142022.162500', '142022.622500', '142023.082500', '142023.542500', '142024.002500', '142024.462500', '142024.922500', '142025.382500', '142025.842500', '142026.302500', '142026.762500', '142027.222500', '142027.682500', '142028.142500', '142028.602500', '142029.062500', '142029.522500', '142029.982500', '142030.442500', '142030.902500', '142031.362500', '142031.822500', '142032.282500', '142032.742500', '142033.202500', '142033.662500', '142034.122500', '142034.582500', '142035.042500', '142035.502500', '142035.962500', '142036.422500', '142036.882500', '142037.342500', '142037.802500', '142038.262500', '142038.722500', '142039.182500', '142039.642500', '142040.102500', '142040.562500', '142041.022500', '142041.482500', '142041.942500', '142042.402500', '142042.862500', '142043.322500', '142043.782500', '142044.242500', '142044.702500', '142045.162500', '142045.622500', '142046.082500', '142046.542500', '142047.002500', '142047.462500', '142047.922500', '142048.382500', '142048.842500', '142049.302500', '142049.762500', '142050.222500', '142050.682500', '142051.142500', '142051.602500', '142052.062500', '142052.522500', '142052.982500', '142053.442500', '142053.902500', '142054.362500', '142054.822500', '142055.282500', '142055.742500', '142056.202500', '142056.662500', '142057.122500', '142057.582500', '142058.042500', '142058.502500', '142058.962500', '142059.422500', '142059.882500', '142100.342500', '142100.802500', '142101.262500', '142101.722500', '142102.182500', '142102.642500', '142103.102500', '142103.562500', '142104.022500', '142104.482500', '142104.942500', '142105.402500', '142105.862500', '142106.322500', '142106.782500', '142107.242500', '142107.702500', '142108.162500', '142108.622500', '142109.082500', '142109.542500', '142110.002500', '142110.462500', '142110.922500', '142111.382500', '142111.842500', '142112.302500', '142112.762500', '142113.222500', '142113.682500', '142114.142500', '142114.602500', '142115.062500', '142115.522500', '142115.982500', '142116.442500', '142116.902500', '142117.362500', '142117.822500', '142118.282500', '142118.742500', '142119.202500', '142119.662500', '142120.122500', '142120.582500', '142121.042500', '142121.502500', '142121.962500', '142122.422500', '142122.882500', '142123.342500', '142123.802500', '142124.262500', '142124.722500', '142125.182500', '142125.642500', '142126.102500', '142126.562500', '142127.022500', '142127.482500', '142127.942500', '142128.402500', '142128.862500', '142129.322500', '142129.782500', '142130.242500', '142130.702500', '142131.162500', '142131.622500', '142132.082500', '142132.542500', '142133.002500', '142133.462500', '142133.922500', '142134.382500', '142134.842500', '142135.302500', '142135.762500', '142136.222500', '142136.682500', '142137.142500', '142137.602500', '142138.062500', '142138.522500', '142138.982500', '142139.442500', '142139.902500', '142140.362500', '142140.822500', '142141.282500', '142141.742500', '142142.202500', '142142.662500', '142143.122500', '142143.582500', '142144.042500', '142144.502500', '142144.962500', '142145.422500', '142145.882500', '142146.342500', '142146.802500', '142147.262500', '142147.722500', '142148.182500', '142148.642500', '142149.102500', '142149.562500', '142150.022500', '142150.482500', '142150.942500', '142151.402500', '142151.862500', '142152.322500', '142152.782500', '142153.242500', '142153.702500', '142154.162500', '142154.622500', '142155.082500', '142155.542500', '142156.002500', '142156.462500', '142156.922500', '142157.382500', '142157.842500', '142158.302500', '142158.762500', '142159.222500', '142159.682500', '142200.142500', '142200.602500', '142201.062500', '142201.522500', '142201.982500', '142202.442500', '142202.902500', '142203.362500', '142203.822500', '142204.282500', '142204.742500', '142205.202500', '142205.662500', '142206.122500', '142206.582500', '142207.042500', '142207.502500', '142207.962500', '142208.422500', '142208.882500', '142209.342500', '142209.802500', '142210.262500', '142210.722500', '142211.182500', '142211.642500', '142212.102500', '142212.562500', '142213.022500', '142213.482500', '142213.942500', '142214.402500', '142214.862500', '142215.322500', '142215.782500', '142216.242500', '142216.702500', '142217.162500', '142217.622500', '142218.082500', '142218.542500', '142219.002500', '142219.462500', '142219.922500', '142220.382500', '142220.842500', '142221.302500', '142221.762500', '142222.222500', '142222.682500', '142223.142500', '142223.602500', '142224.062500', '142224.522500', '142224.982500', '142225.442500', '142225.902500', '142226.362500', '142226.822500', '142227.282500', '142227.742500', '142228.202500', '142228.662500', '142229.122500', '142229.582500', '142230.042500', '142230.502500', '142230.962500', '142231.422500', '142231.882500', '142232.342500', '142232.802500', '142233.262500', '142233.722500', '142234.182500', '142234.642500', '142235.102500', '142235.562500', '142236.022500', '142236.482500', '142236.942500', '142237.402500', '142237.862500', '142238.322500', '142238.782500', '142239.242500', '142239.702500', '142240.162500', '142240.622500', '142241.082500', '142241.542500', '142242.002500', '142242.462500', '142242.922500', '142243.382500', '142243.842500', '142244.302500', '142244.762500', '142245.222500', '142245.682500', '142246.142500', '142246.602500', '142247.062500', '142247.522500', '142247.982500', '142248.442500', '142248.902500', '142249.362500', '142249.822500', '142250.282500', '142250.742500', '142251.202500', '142251.662500', '142252.122500', '142252.582500', '142253.042500', '142253.502500', '142253.962500', '142254.422500', '142254.882500', '142255.342500', '142255.802500', '142256.262500', '142256.722500', '142257.182500', '142257.642500', '142258.102500', '142258.562500', '142259.022500', '142259.482500', '142259.942500', '142300.402500', '142300.862500', '142301.322500', '142301.782500', '142302.242500', '142302.702500', '142303.162500', '142303.622500', '142304.082500', '142304.542500', '142305.002500', '142305.462500', '142305.922500', '142306.382500', '142306.842500', '142307.302500', '142307.762500', '142308.222500', '142308.682500', '142309.142500', '142309.602500', '142310.062500', '142310.522500', '142310.982500', '142311.442500', '142311.902500', '142312.362500', '142312.822500', '142313.282500', '142313.742500', '142314.202500', '142314.662500', '142315.122500', '142315.582500', '142316.042500', '142316.502500', '142316.962500', '142317.422500', '142317.882500', '142318.342500', '142318.802500', '142319.262500', '142319.722500', '142320.182500', '142320.642500', '142321.102500', '142321.562500', '142322.022500', '142322.482500', '142322.942500', '142323.402500', '142323.862500', '142324.322500', '142324.782500', '142325.242500', '142325.702500', '142326.162500', '142326.622500', '142327.082500', '142327.542500', '142328.002500', '142328.462500', '142328.922500', '142329.382500', '142329.842500', '142330.302500', '142330.762500', '142331.222500', '142331.682500', '142332.142500', '142332.602500', '142333.062500', '142333.522500', '142333.982500', '142334.442500', '142334.902500', '142335.362500', '142335.822500', '142336.282500', '142336.742500', '142337.202500', '142337.662500', '142338.122500', '142338.582500', '142339.042500', '142339.502500', '142339.962500', '142340.422500', '142340.882500', '142341.342500', '142341.802500', '142342.262500', '142342.722500', '142343.182500', '142343.642500', '142344.102500', '142344.562500', '142345.022500', '142345.482500', '142345.942500', '142346.402500', '142346.862500', '142347.322500', '142347.782500', '142348.242500', '142348.702500', '142349.162500', '142349.622500', '142350.082500', '142350.542500', '142351.002500', '142351.462500', '142351.922500', '142352.382500', '142352.842500', '142353.302500', '142353.762500', '142354.222500', '142354.682500', '142355.142500', '142355.602500', '142356.062500', '142356.522500', '142356.982500', '142357.442500', '142357.902500', '142358.362500', '142358.822500', '142359.282500', '142359.742500', '142400.202500', '142400.662500', '142401.122500', '142401.582500', '142402.042500', '142402.502500', '142402.962500', '142403.422500', '142403.882500', '142404.342500', '142404.802500', '142405.262500', '142405.722500', '142406.182500', '142406.642500', '142407.102500', '142407.562500', '142408.022500', '142408.482500', '142408.942500', '142409.402500', '142409.862500', '142410.322500', '142410.782500', '142411.242500', '142411.702500', '142412.162500', '142412.622500', '142413.082500', '142413.542500', '142414.002500', '142414.462500', '142414.922500', '142415.382500', '142415.842500', '142416.302500', '142416.762500', '142417.222500', '142417.682500', '142418.142500', '142418.602500', '142419.062500', '142419.522500', '142419.982500', '142420.442500', '142420.902500', '142421.362500', '142421.822500', '142422.282500', '142422.742500', '142423.202500', '142423.662500', '142424.122500', '142424.582500', '142425.042500', '142425.502500', '142425.962500', '142426.422500', '142426.882500', '142427.342500', '142427.802500', '142428.262500', '142428.722500', '142429.182500', '142429.642500', '142430.102500', '142430.562500', '142431.022500', '142431.482500', '142431.942500', '142432.402500', '142432.862500', '142433.322500', '142433.782500', '142434.242500', '142434.702500', '142435.162500', '142435.622500', '142436.082500', '142436.542500', '142437.002500', '142437.462500', '142437.922500', '142438.382500', '142438.842500', '142439.302500', '142439.762500', '142440.222500', '142440.682500', '142441.142500', '142441.602500', '142442.062500', '142442.522500', '142442.982500', '142443.442500', '142443.902500', '142444.362500', '142444.822500', '142445.282500', '142445.742500', '142446.202500', '142446.662500', '142447.122500', '142447.582500', '142448.042500', '142448.502500', '142448.962500', '142449.422500', '142449.882500', '142450.342500', '142450.802500', '142451.262500', '142451.722500', '142452.182500', '142452.642500', '142453.102500', '142453.562500', '142454.022500', '142454.482500', '142454.942500', '142455.402500', '142455.862500', '142456.322500', '142456.782500', '142457.242500', '142457.702500', '142458.162500', '142458.622500', '142459.082500', '142459.542500', '142500.002500', '142500.462500', '142500.922500', '142501.382500', '142501.842500', '142502.302500', '142502.762500', '142503.222500', '142503.682500', '142504.142500', '142504.602500', '142505.062500', '142505.522500', '142505.982500', '142506.442500', '142506.902500', '142507.362500', '142507.822500', '142508.282500', '142508.742500', '142509.202500', '142509.662500', '142510.122500', '142510.582500', '142511.042500', '142511.502500', '142511.962500', '142512.422500', '142512.882500', '142513.342500', '142513.802500', '142514.262500', '142514.722500', '142515.182500', '142515.642500', '142516.102500', '142516.562500', '142517.022500', '142517.482500', '142517.942500', '142518.402500', '142518.862500', '142519.322500', '142519.782500', '142520.242500', '142520.702500', '142521.162500', '142521.622500', '142522.082500', '142522.542500', '142523.002500', '142523.462500', '142523.922500', '142524.382500', '142524.842500', '142525.302500', '142525.762500', '142526.222500', '142526.682500', '142527.142500', '142527.602500', '142528.062500', '142528.522500', '142528.982500', '142529.442500', '142529.902500', '142530.362500', '142530.822500', '142531.282500', '142531.742500', '142532.202500', '142532.662500', '142533.122500', '142533.582500', '142534.042500', '142534.502500', '142534.962500', '142535.422500', '142535.882500', '142536.342500', '142536.802500', '142537.262500', '142537.722500', '142538.182500', '142538.642500', '142539.102500', '142539.562500', '142540.022500', '142540.482500', '142540.942500', '142541.402500', '142541.862500', '142542.322500', '142542.782500', '142543.242500', '142543.702500', '142544.162500', '142544.622500', '142545.082500', '142545.542500', '142546.002500', '142546.462500', '142546.922500', '142547.382500', '142547.842500', '142548.302500', '142548.762500', '142549.222500', '142549.682500', '142550.142500', '142550.602500', '142551.062500', '142551.522500', '142551.982500', '142552.442500', '142552.902500', '142553.362500', '142553.822500', '142554.282500', '142554.742500', '142555.202500', '142555.662500', '142556.122500', '142556.582500', '142557.042500', '142557.502500', '142557.962500', '142558.422500', '142558.882500', '142559.342500', '142559.802500', '142600.262500', '142600.722500', '142601.182500', '142601.642500', '142602.102500', '142602.562500', '142603.022500', '142603.482500', '142603.942500', '142604.402500', '142604.862500', '142605.322500', '142605.782500', '142606.242500', '142606.702500', '142607.162500', '142607.622500', '142608.082500', '142608.542500', '142609.002500', '142609.462500', '142609.922500', '142610.382500', '142610.842500', '142611.302500', '142611.762500', '142612.222500', '142612.682500', '142613.142500', '142613.602500', '142614.062500', '142614.522500', '142614.982500', '142615.442500', '142615.902500', '142616.362500', '142616.822500', '142617.282500', '142617.742500', '142618.202500', '142618.662500', '142619.122500', '142619.582500', '142620.042500', '142620.502500', '142620.962500', '142621.422500', '142621.882500', '142622.342500', '142622.802500', '142623.262500', '142623.722500', '142624.182500', '142624.642500', '142625.102500', '142625.562500', '142626.022500', '142626.482500', '142626.942500', '142627.402500', '142627.862500', '142628.322500', '142628.782500', '142629.242500', '142629.702500', '142630.162500', '142630.622500', '142631.082500', '142631.542500', '142632.002500', '142632.462500', '142632.922500', '142633.382500', '142633.842500', '142634.302500', '142634.762500', '142635.222500', '142635.682500', '142636.142500', '142636.602500', '142637.062500', '142637.522500', '142637.982500', '142638.442500', '142638.902500', '142639.362500', '142639.822500', '142640.282500', '142640.742500', '142641.202500', '142641.662500', '142642.122500', '142642.582500', '142643.042500', '142643.502500', '142643.962500', '142644.422500', '142644.882500', '142645.342500', '142645.802500', '142646.262500', '142646.722500', '142647.182500', '142647.642500', '142648.102500', '142648.562500', '142649.022500', '142649.482500', '142649.942500', '142650.402500', '142650.862500', '142651.322500', '142651.782500', '142652.242500', '142652.702500', '142653.162500', '142653.622500', '142654.082500', '142654.542500', '142655.002500', '142655.462500', '142655.922500', '142656.382500', '142656.842500', '142657.302500', '142657.762500', '142658.222500', '142658.682500', '142659.142500', '142659.602500', '142700.062500', '142700.522500', '142700.982500', '142701.442500', '142701.902500', '142702.362500', '142702.822500', '142703.282500', '142703.742500', '142704.202500', '142704.662500', '142705.122500', '142705.582500', '142706.042500', '142706.502500', '142706.962500', '142707.422500', '142707.882500', '142708.342500', '142708.802500', '142709.262500', '142709.722500', '142710.182500', '142710.642500', '142711.102500', '142711.562500', '142712.022500', '142712.482500', '142712.942500', '142713.402500', '142713.862500', '142714.322500', '142714.782500', '142715.242500', '142715.702500', '142716.162500', '142716.622500', '142717.082500', '142717.542500', '142718.002500', '142718.462500', '142718.922500', '142719.382500', '142719.842500', '142720.302500', '142720.762500', '142721.222500', '142721.682500', '142722.142500', '142722.602500', '142723.062500', '142723.522500', '142723.982500', '142724.442500', '142724.902500', '142725.362500', '142725.822500', '142726.282500', '142726.742500', '142727.202500', '142727.662500', '142728.122500', '142728.582500', '142729.042500', '142729.502500', '142729.962500', '142730.422500', '142730.882500', '142731.342500', '142731.802500', '142732.262500', '142732.722500', '142733.182500', '142733.642500', '142734.102500', '142734.562500', '142735.022500', '142735.482500', '142735.942500', '142736.402500', '142736.862500', '142737.322500', '142737.782500', '142738.242500', '142738.702500', '142739.162500', '142739.622500', '142740.082500', '142740.542500', '142741.002500', '142741.462500', '142741.922500', '142742.382500', '142742.842500', '142743.302500', '142743.762500', '142744.222500', '142744.682500', '142745.142500', '142745.602500', '142746.062500', '142746.522500', '142746.982500', '142747.442500', '142747.902500', '142748.362500', '142748.822500', '142749.282500', '142749.742500', '142750.202500', '142750.662500', '142751.122500', '142751.582500', '142752.042500', '142752.502500', '142752.962500', '142753.422500', '142753.882500', '142754.342500', '142754.802500', '142755.262500', '142755.722500', '142756.182500', '142756.642500', '142757.102500', '142757.562500', '142758.022500', '142758.482500', '142758.942500', '142759.402500', '142759.862500', '142800.322500', '142800.782500', '142801.242500', '142801.702500', '142802.162500', '142802.622500', '142803.082500', '142803.542500', '142804.002500', '142804.462500', '142804.922500', '142805.382500', '142805.842500', '142806.302500', '142806.762500', '142807.222500', '142807.682500', '142808.142500', '142808.602500', '142809.062500', '142809.522500', '142809.982500', '142810.442500', '142810.902500', '142811.362500', '142811.822500', '142812.282500', '142812.742500', '142813.202500', '142813.662500', '142814.122500', '142814.582500', '142815.042500', '142815.502500', '142815.962500', '142816.422500', '142816.882500', '142817.342500', '142817.802500', '142818.262500', '142818.722500', '142819.182500', '142819.642500', '142820.102500', '142820.562500', '142821.022500', '142821.482500', '142821.942500', '142822.402500', '142822.862500', '142823.322500', '142823.782500', '142824.242500', '142824.702500', '142825.162500', '142825.622500', '142826.082500', '142826.542500', '142827.002500', '142827.462500', '142827.922500', '142828.382500', '142828.842500', '142829.302500', '142829.762500', '142830.222500', '142830.682500', '142831.142500', '142831.602500', '142832.062500', '142832.522500', '142832.982500', '142833.442500', '142833.902500', '142834.362500', '142834.822500', '142835.282500', '142835.742500', '142836.202500', '142836.662500', '142837.122500', '142837.582500', '142838.042500', '142838.502500', '142838.962500', '142839.422500', '142839.882500', '142840.342500', '142840.802500', '142841.262500', '142841.722500', '142842.182500', '142842.642500', '142843.102500', '142843.562500', '142844.022500', '142844.482500', '142844.942500', '142845.402500', '142845.862500', '142846.322500', '142846.782500', '142847.242500', '142847.702500', '142848.162500', '142848.622500', '142849.082500', '142849.542500', '142850.002500', '142850.462500', '142850.922500', '142851.382500', '142851.842500', '142852.302500', '142852.762500', '142853.222500', '142853.682500', '142854.142500', '142854.602500', '142855.062500', '142855.522500', '142855.982500', '142856.442500', '142856.902500', '142857.362500', '142857.822500', '142858.282500', '142858.742500', '142859.202500', '142859.662500', '142900.122500', '142900.582500', '142901.042500', '142901.502500', '142901.962500', '142902.422500', '142902.882500', '142903.342500', '142903.802500', '142904.262500', '142904.722500', '142905.182500', '142905.642500', '142906.102500', '142906.562500', '142907.022500', '142907.482500', '142907.942500', '142908.402500', '142908.862500', '142909.322500', '142909.782500', '142910.242500', '142910.702500', '142911.162500', '142911.622500', '142912.082500', '142912.542500', '142913.002500', '142913.462500', '142913.922500', '142914.382500', '142914.842500', '142915.302500', '142915.762500', '142916.222500', '142916.682500', '142917.142500', '142917.602500', '142918.062500', '142918.522500', '142918.982500', '142919.442500', '142919.902500', '142920.362500', '142920.822500', '142921.282500', '142921.742500', '142922.202500', '142922.662500', '142923.122500', '142923.582500', '142924.042500', '142924.502500', '142924.962500', '142925.422500', '142925.882500', '142926.342500', '142926.802500', '142927.262500', '142927.722500'], 'ContentTime': ['141927.672000', '141927.675000', '141927.678000', '141927.681000', '141927.683000', '141927.686000', '141927.689000', '141927.691000', '141927.694000', '141927.696000', '141927.699000', '141927.701000', '141927.704000', '141947.611000', '141947.613000', '141947.616000', '141947.619000', '141947.622000', '141947.624000', '141947.627000', '141947.629000', '141947.632000', '141947.635000', '141947.637000', '141947.640000', '141947.642000', '141947.645000', '141947.648000', '141947.650000', '141947.653000', '141947.659000', '141947.661000', '141947.664000', '141947.667000', '141947.669000', '141947.672000', '141947.675000', '141947.677000', '141947.680000', '141947.682000', '141947.685000', '141947.688000', '141947.690000', '141947.693000', '141947.696000', '141947.698000', '141947.701000', '141947.704000', '141947.706000', '141947.715000', '141947.717000', '141947.720000', '141947.722000', '141947.725000', '141947.728000', '141947.738000', '142007.610000', '142007.613000', '142007.616000', '142007.618000', '142007.621000', '142007.624000', '142007.626000', '142007.629000', '142007.631000', '142007.634000', '142007.637000', '142007.639000', '142007.642000', '142007.644000', '142007.647000', '142007.650000', '142007.652000', '142007.655000', '142007.657000', '142007.660000', '142007.663000', '142007.666000', '142007.675000', '142007.678000', '142007.680000', '142007.683000', '142007.686000', '142007.688000', '142007.691000', '142007.693000', '142007.696000', '142007.698000', '142007.701000', '142007.704000', '142007.706000', '142007.709000', '142007.711000', '142007.714000', '142007.717000', '142007.719000', '142007.722000', '142007.724000', '142007.727000', '142007.730000', '142027.610000', '142027.612000', '142027.615000', '142027.618000', '142027.620000', '142027.623000', '142027.634000', '142027.636000', '142027.639000', '142027.641000', '142027.644000', '142027.647000', '142027.649000', '142027.652000', '142027.654000', '142027.657000', '142027.660000', '142027.662000', '142027.665000', '142027.667000', '142027.670000', '142027.673000', '142027.675000', '142027.678000', '142027.681000', '142027.683000', '142027.686000', '142027.688000', '142027.691000', '142027.694000', '142027.696000', '142027.699000', '142027.701000', '142027.704000', '142027.707000', '142027.710000', '142027.713000', '142027.715000', '142027.718000', '142027.720000', '142027.723000', '142027.726000', '142027.728000', '142047.610000', '142047.613000', '142047.615000', '142047.618000', '142047.620000', '142047.623000', '142047.626000', '142047.628000', '142047.631000', '142047.633000', '142047.636000', '142047.639000', '142047.650000', '142047.652000', '142047.655000', '142047.657000', '142047.660000', '142047.662000', '142047.665000', '142047.668000', '142047.697000', '142047.699000', '142047.702000', '142047.705000', '142047.707000', '142047.710000', '142047.712000', '142047.715000', '142047.718000', '142047.720000', '142047.723000', '142047.726000', '142047.728000', '142047.731000', '142047.733000', '142047.736000', '142047.739000', '142047.741000', '142047.744000', '142047.746000', '142047.749000', '142047.751000', '142047.754000', '142047.757000', '142107.609000', '142107.612000', '142107.615000', '142107.617000', '142107.620000', '142107.623000', '142107.625000', '142107.628000', '142107.630000', '142107.633000', '142107.644000', '142107.646000', '142107.649000', '142107.651000', '142107.654000', '142107.656000', '142107.659000', '142107.662000', '142107.664000', '142107.667000', '142107.669000', '142107.672000', '142107.675000', '142107.677000', '142107.680000', '142107.683000', '142107.686000', '142107.688000', '142107.691000', '142107.693000', '142107.696000', '142107.699000', '142107.701000', '142107.704000', '142107.706000', '142107.709000', '142107.712000', '142107.714000', '142107.717000', '142107.720000', '142107.722000', '142107.725000', '142107.727000', '142127.609000', '142127.612000', '142127.615000', '142127.618000', '142127.620000', '142127.623000', '142127.627000', '142127.630000', '142127.633000', '142127.635000', '142127.638000', '142127.641000', '142127.643000', '142127.646000', '142127.648000', '142127.651000', '142127.653000', '142127.656000', '142127.659000', '142127.661000', '142127.664000', '142127.667000', '142127.669000', '142127.672000', '142127.674000', '142127.677000', '142127.680000', '142127.682000', '142127.685000', '142127.687000', '142127.690000', '142127.692000', '142127.695000', '142127.698000', '142127.700000', '142127.703000', '142127.705000', '142127.708000', '142127.711000', '142127.713000', '142127.716000', '142127.719000', '142127.721000', '142127.724000', '142147.611000', '142147.614000', '142147.616000', '142147.619000', '142147.621000', '142147.624000', '142147.627000', '142147.630000', '142147.632000', '142147.635000', '142147.638000', '142147.640000', '142147.643000', '142147.646000', '142147.648000', '142147.651000', '142147.653000', '142147.656000', '142147.659000', '142147.661000', '142147.664000', '142147.667000', '142147.669000', '142147.672000', '142147.674000', '142147.677000', '142147.680000', '142147.682000', '142147.685000', '142147.688000', '142147.690000', '142147.693000', '142147.696000', '142147.698000', '142147.701000', '142147.703000', '142147.706000', '142147.709000', '142147.711000', '142147.714000', '142147.717000', '142147.719000', '142147.722000', '142207.610000', '142207.613000', '142207.616000', '142207.619000', '142207.621000', '142207.624000', '142207.627000', '142207.629000', '142207.632000', '142207.635000', '142207.641000', '142207.644000', '142207.646000', '142207.649000', '142207.651000', '142207.654000', '142207.657000', '142207.659000', '142207.662000', '142207.664000', '142207.667000', '142207.669000', '142207.672000', '142207.675000', '142207.677000', '142207.680000', '142207.683000', '142207.685000', '142207.688000', '142207.690000', '142207.693000', '142207.696000', '142207.698000', '142207.701000', '142207.704000', '142207.706000', '142207.709000', '142207.712000', '142207.714000', '142207.717000', '142207.720000', '142207.722000', '142207.725000', '142207.728000', '142227.610000', '142227.613000', '142227.616000', '142227.618000', '142227.621000', '142227.624000', '142227.626000', '142227.635000', '142227.638000', '142227.641000', '142227.643000', '142227.646000', '142227.648000', '142227.651000', '142227.653000', '142227.656000', '142227.659000', '142227.661000', '142227.664000', '142227.666000', '142227.669000', '142227.672000', '142227.674000', '142227.677000', '142227.680000', '142227.682000', '142227.685000', '142227.687000', '142227.690000', '142227.693000', '142227.695000', '142227.698000', '142227.700000', '142227.703000', '142227.706000', '142227.708000', '142227.711000', '142227.714000', '142227.716000', '142227.726000', '142227.729000', '142227.731000', '142227.734000', '142247.609000', '142247.612000', '142247.615000', '142247.618000', '142247.620000', '142247.623000', '142247.626000', '142247.628000', '142247.631000', '142247.633000', '142247.636000', '142247.639000', '142247.641000', '142247.644000', '142247.646000', '142247.649000', '142247.652000', '142247.654000', '142247.657000', '142247.660000', '142247.662000', '142247.699000', '142247.701000', '142247.704000', '142247.706000', '142247.709000', '142247.712000', '142247.714000', '142247.717000', '142247.719000', '142247.722000', '142247.725000', '142247.727000', '142247.730000', '142247.733000', '142247.736000', '142247.738000', '142247.741000', '142247.743000', '142247.746000', '142247.749000', '142247.751000', '142247.754000', '142247.756000', '142307.609000', '142307.612000', '142307.615000', '142307.618000', '142307.620000', '142307.623000', '142307.626000', '142307.628000', '142307.631000', '142307.633000', '142307.636000', '142307.639000', '142307.641000', '142307.644000', '142307.646000', '142307.649000', '142307.652000', '142307.654000', '142307.657000', '142307.660000', '142307.662000', '142307.665000', '142307.668000', '142307.670000', '142307.673000', '142307.675000', '142307.678000', '142307.681000', '142307.683000', '142307.686000', '142307.689000', '142307.691000', '142307.694000', '142307.696000', '142307.699000', '142307.702000', '142307.704000', '142307.707000', '142307.710000', '142307.712000', '142307.715000', '142307.717000', '142307.720000', '142327.609000', '142327.612000', '142327.615000', '142327.618000', '142327.620000', '142327.623000', '142327.626000', '142327.628000', '142327.631000', '142327.634000', '142327.636000', '142327.639000', '142327.641000', '142327.644000', '142327.647000', '142327.649000', '142327.652000', '142327.654000', '142327.657000', '142327.660000', '142327.662000', '142327.665000', '142327.668000', '142327.670000', '142327.673000', '142327.675000', '142327.678000', '142327.681000', '142327.683000', '142327.686000', '142327.688000', '142327.691000', '142327.694000', '142327.697000', '142327.699000', '142327.702000', '142327.705000', '142327.707000', '142327.710000', '142327.713000', '142327.715000', '142327.718000', '142327.720000', '142327.723000', '142347.609000', '142347.612000', '142347.615000', '142347.618000', '142347.620000', '142347.623000', '142347.625000', '142347.628000', '142347.631000', '142347.633000', '142347.636000', '142347.638000', '142347.641000', '142347.644000', '142347.647000', '142347.649000', '142347.652000', '142347.654000', '142347.657000', '142347.660000', '142347.662000', '142347.665000', '142347.667000', '142347.670000', '142347.673000', '142347.675000', '142347.678000', '142347.680000', '142347.683000', '142347.686000', '142347.688000', '142347.691000', '142347.694000', '142347.696000', '142347.699000', '142347.701000', '142347.704000', '142347.707000', '142347.709000', '142347.712000', '142347.714000', '142347.717000', '142347.720000', '142407.610000', '142407.613000', '142407.616000', '142407.619000', '142407.621000', '142407.624000', '142407.627000', '142407.629000', '142407.632000', '142407.635000', '142407.637000', '142407.640000', '142407.643000', '142407.646000', '142407.648000', '142407.651000', '142407.654000', '142407.656000', '142407.659000', '142407.662000', '142407.664000', '142407.667000', '142407.669000', '142407.672000', '142407.675000', '142407.677000', '142407.680000', '142407.682000', '142407.685000', '142407.688000', '142407.690000', '142407.693000', '142407.695000', '142407.698000', '142407.701000', '142407.703000', '142407.706000', '142407.708000', '142407.711000', '142407.714000', '142407.716000', '142407.719000', '142407.721000', '142407.724000', '142427.611000', '142427.613000', '142427.616000', '142427.619000', '142427.621000', '142427.624000', '142427.627000', '142427.629000', '142427.632000', '142427.634000', '142427.637000', '142427.640000', '142427.642000', '142427.645000', '142427.647000', '142427.650000', '142427.653000', '142427.655000', '142427.658000', '142427.660000', '142427.663000', '142427.666000', '142427.668000', '142427.671000', '142427.674000', '142427.676000', '142427.679000', '142427.681000', '142427.684000', '142427.687000', '142427.690000', '142427.692000', '142427.695000', '142427.698000', '142427.700000', '142427.703000', '142427.706000', '142427.708000', '142427.711000', '142427.714000', '142427.716000', '142427.719000', '142427.721000', '142447.611000', '142447.613000', '142447.616000', '142447.619000', '142447.621000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.655000', '142447.657000', '142447.660000', '142447.664000', '142447.666000', '142447.669000', '142447.672000', '142447.674000', '142447.677000', '142447.680000', '142447.682000', '142447.685000', '142447.688000', '142447.690000', '142447.693000', '142447.695000', '142447.698000', '142447.701000', '142447.703000', '142447.706000', '142447.708000', '142447.711000', '142447.714000', '142447.716000', '142447.719000', '142447.722000', '142447.724000', '142447.727000', '142447.729000', '142447.732000', '142447.735000', '142447.737000', '142507.609000', '142507.612000', '142507.615000', '142507.618000', '142507.620000', '142507.623000', '142507.626000', '142507.628000', '142507.631000', '142507.634000', '142507.636000', '142507.639000', '142507.641000', '142507.644000', '142507.647000', '142507.649000', '142507.652000', '142507.655000', '142507.657000', '142507.660000', '142507.663000', '142507.665000', '142507.668000', '142507.670000', '142507.673000', '142507.676000', '142507.678000', '142507.681000', '142507.684000', '142507.686000', '142507.689000', '142507.692000', '142507.695000', '142507.697000', '142507.700000', '142507.702000', '142507.705000', '142507.708000', '142507.710000', '142507.713000', '142507.716000', '142507.718000', '142507.721000', '142527.610000', '142527.612000', '142527.615000', '142527.618000', '142527.621000', '142527.623000', '142527.626000', '142527.629000', '142527.632000', '142527.635000', '142527.637000', '142527.640000', '142527.643000', '142527.646000', '142527.648000', '142527.651000', '142527.653000', '142527.656000', '142527.659000', '142527.661000', '142527.664000', '142527.667000', '142527.669000', '142527.672000', '142527.674000', '142527.677000', '142527.680000', '142527.683000', '142527.687000', '142527.690000', '142527.693000', '142527.695000', '142527.698000', '142527.701000', '142527.703000', '142527.706000', '142527.708000', '142527.711000', '142527.714000', '142527.716000', '142527.719000', '142527.722000', '142527.724000', '142547.610000', '142547.613000', '142547.615000', '142547.618000', '142547.621000', '142547.623000', '142547.626000', '142547.629000', '142547.631000', '142547.634000', '142547.636000', '142547.639000', '142547.642000', '142547.644000', '142547.647000', '142547.650000', '142547.652000', '142547.655000', '142547.657000', '142547.660000', '142547.663000', '142547.665000', '142547.668000', '142547.670000', '142547.673000', '142547.676000', '142547.678000', '142547.681000', '142547.684000', '142547.686000', '142547.689000', '142547.692000', '142547.694000', '142547.697000', '142547.699000', '142547.702000', '142547.705000', '142547.708000', '142547.710000', '142547.713000', '142547.715000', '142547.718000', '142547.721000', '142547.723000', '142607.611000', '142607.613000', '142607.616000', '142607.619000', '142607.621000', '142607.624000', '142607.627000', '142607.629000', '142607.632000', '142607.635000', '142607.637000', '142607.640000', '142607.643000', '142607.645000', '142607.648000', '142607.651000', '142607.653000', '142607.656000', '142607.658000', '142607.661000', '142607.664000', '142607.666000', '142607.669000', '142607.672000', '142607.674000', '142607.677000', '142607.680000', '142607.682000', '142607.685000', '142607.688000', '142607.690000', '142607.693000', '142607.696000', '142607.698000', '142607.701000', '142607.704000', '142607.706000', '142607.709000', '142607.711000', '142607.714000', '142607.717000', '142607.719000', '142607.722000', '142627.611000', '142627.613000', '142627.616000', '142627.619000', '142627.621000', '142627.624000', '142627.627000', '142627.629000', '142627.632000', '142627.634000', '142627.637000', '142627.640000', '142627.642000', '142627.645000', '142627.647000', '142627.650000', '142627.653000', '142627.655000', '142627.658000', '142627.660000', '142627.663000', '142627.666000', '142627.668000', '142627.671000', '142627.674000', '142627.676000', '142627.679000', '142627.682000', '142627.684000', '142627.687000', '142627.690000', '142627.692000', '142627.695000', '142627.697000', '142627.700000', '142627.703000', '142627.705000', '142627.708000', '142627.711000', '142627.713000', '142627.716000', '142627.719000', '142627.721000', '142627.724000', '142647.610000', '142647.613000', '142647.616000', '142647.619000', '142647.621000', '142647.624000', '142647.627000', '142647.629000', '142647.632000', '142647.634000', '142647.637000', '142647.640000', '142647.643000', '142647.645000', '142647.648000', '142647.651000', '142647.653000', '142647.656000', '142647.658000', '142647.661000', '142647.664000', '142647.667000', '142647.670000', '142647.673000', '142647.676000', '142647.679000', '142647.681000', '142647.684000', '142647.686000', '142647.689000', '142647.692000', '142647.694000', '142647.697000', '142647.700000', '142647.702000', '142647.705000', '142647.707000', '142647.710000', '142647.713000', '142647.715000', '142647.718000', '142647.721000', '142647.724000', '142707.611000', '142707.614000', '142707.616000', '142707.619000', '142707.621000', '142707.624000', '142707.627000', '142707.629000', '142707.632000', '142707.634000', '142707.637000', '142707.640000', '142707.642000', '142707.645000', '142707.647000', '142707.650000', '142707.653000', '142707.655000', '142707.658000', '142707.660000', '142707.663000', '142707.666000', '142707.668000', '142707.671000', '142707.673000', '142707.676000', '142707.679000', '142707.681000', '142707.684000', '142707.686000', '142707.689000', '142707.692000', '142707.694000', '142707.697000', '142707.699000', '142707.702000', '142707.704000', '142707.707000', '142707.710000', '142707.712000', '142707.715000', '142707.718000', '142707.720000', '142707.723000', '142727.610000', '142727.613000', '142727.615000', '142727.623000', '142727.626000', '142727.629000', '142727.631000', '142727.634000', '142727.637000', '142727.639000', '142727.642000', '142727.645000', '142727.647000', '142727.650000', '142727.652000', '142727.655000', '142727.658000', '142727.661000', '142727.663000', '142727.666000', '142727.669000', '142727.671000', '142727.674000', '142727.676000', '142727.679000', '142727.682000', '142727.684000', '142727.687000', '142727.689000', '142727.692000', '142727.695000', '142727.697000', '142727.700000', '142727.702000', '142727.705000', '142727.708000', '142727.710000', '142727.713000', '142727.716000', '142727.718000', '142727.721000', '142727.723000', '142727.726000', '142747.609000', '142747.612000', '142747.615000', '142747.618000', '142747.621000', '142747.624000', '142747.626000', '142747.629000', '142747.632000', '142747.634000', '142747.637000', '142747.639000', '142747.642000', '142747.645000', '142747.647000', '142747.650000', '142747.652000', '142747.655000', '142747.658000', '142747.660000', '142747.663000', '142747.666000', '142747.668000', '142747.671000', '142747.674000', '142747.676000', '142747.679000', '142747.681000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.695000', '142747.697000', '142747.700000', '142747.702000', '142747.705000', '142747.708000', '142747.710000', '142747.713000', '142747.716000', '142747.718000', '142747.721000', '142747.723000', '142807.610000', '142807.613000', '142807.615000', '142807.618000', '142807.621000', '142807.623000', '142807.645000', '142807.648000', '142807.651000', '142807.653000', '142807.656000', '142807.658000', '142807.661000', '142807.664000', '142807.666000', '142807.669000', '142807.672000', '142807.674000', '142807.677000', '142807.680000', '142807.682000', '142807.685000', '142807.688000', '142807.690000', '142807.693000', '142807.696000', '142807.698000', '142807.701000', '142807.704000', '142807.707000', '142807.710000', '142807.713000', '142807.716000', '142807.718000', '142807.721000', '142807.723000', '142807.726000', '142807.729000', '142807.731000', '142807.734000', '142807.737000', '142807.739000', '142807.742000', '142827.611000', '142827.613000', '142827.616000', '142827.619000', '142827.621000', '142827.624000', '142827.626000', '142827.629000', '142827.632000', '142827.634000', '142827.637000', '142827.640000', '142827.642000', '142827.645000', '142827.648000', '142827.650000', '142827.653000', '142827.656000', '142827.658000', '142827.661000', '142827.664000', '142827.666000', '142827.669000', '142827.672000', '142827.674000', '142827.677000', '142827.680000', '142827.683000', '142827.685000', '142827.688000', '142827.690000', '142827.693000', '142827.696000', '142827.698000', '142827.701000', '142827.704000', '142827.706000', '142827.709000', '142827.712000', '142827.714000', '142827.717000', '142827.719000', '142827.722000', '142827.725000', '142847.611000', '142847.614000', '142847.616000', '142847.619000', '142847.621000', '142847.624000', '142847.627000', '142847.629000', '142847.632000', '142847.635000', '142847.637000', '142847.640000', '142847.643000', '142847.645000', '142847.648000', '142847.650000', '142847.653000', '142847.656000', '142847.659000', '142847.661000', '142847.664000', '142847.667000', '142847.669000', '142847.672000', '142847.675000', '142847.678000', '142847.680000', '142847.683000', '142847.686000', '142847.688000', '142847.691000', '142847.694000', '142847.697000', '142847.699000', '142847.702000', '142847.705000', '142847.707000', '142847.710000', '142847.713000', '142847.715000', '142847.718000', '142847.720000', '142847.723000', '142907.610000', '142907.613000', '142907.616000', '142907.619000', '142907.622000', '142907.624000', '142907.627000', '142907.629000', '142907.632000', '142907.635000', '142907.638000', '142907.640000', '142907.643000', '142907.645000', '142907.648000', '142907.651000', '142907.653000', '142907.656000', '142907.659000', '142907.661000', '142907.664000', '142907.666000', '142907.669000', '142907.672000', '142907.674000', '142907.677000', '142907.680000', '142907.682000', '142907.685000', '142907.687000', '142907.690000', '142907.693000', '142907.695000', '142907.698000', '142907.701000', '142907.703000', '142907.706000', '142907.709000', '142907.711000', '142907.714000', '142907.717000', '142907.719000', '142907.722000', '142907.725000', '142927.611000', '142927.614000', '142927.616000', '142927.619000', '142927.622000', '142927.624000', '142927.627000', '142927.629000', '142927.632000', '142927.635000', '142927.638000', '142927.640000', '142927.643000', '142927.646000', '142927.648000', '142927.651000', '142927.654000', '142927.657000', '142927.659000', '142927.662000', '142927.664000', '142927.667000', '142927.670000', '142927.672000', '142927.675000', '142927.678000', '142927.680000', '142927.683000', '142927.685000', '142927.688000', '142927.691000', '142927.693000', '142927.696000', '142927.699000', '142927.701000', '142927.704000', '142927.707000', '142927.709000', '142927.712000', '142927.715000', '142927.717000', '142927.720000', '142927.723000', '142929.523000', '142929.526000', '142929.528000', '142929.531000', '142929.534000'], 'InstanceCreationTime': ['141927.672000', '141927.675000', '141927.678000', '141927.681000', '141927.683000', '141927.686000', '141927.689000', '141927.691000', '141927.694000', '141927.696000', '141927.699000', '141927.701000', '141927.704000', '141947.611000', '141947.613000', '141947.616000', '141947.619000', '141947.622000', '141947.624000', '141947.627000', '141947.629000', '141947.632000', '141947.635000', '141947.637000', '141947.640000', '141947.642000', '141947.645000', '141947.648000', '141947.650000', '141947.653000', '141947.659000', '141947.661000', '141947.664000', '141947.667000', '141947.669000', '141947.672000', '141947.675000', '141947.677000', '141947.680000', '141947.682000', '141947.685000', '141947.688000', '141947.690000', '141947.693000', '141947.696000', '141947.698000', '141947.701000', '141947.704000', '141947.706000', '141947.715000', '141947.717000', '141947.720000', '141947.722000', '141947.725000', '141947.728000', '141947.738000', '142007.610000', '142007.613000', '142007.616000', '142007.618000', '142007.621000', '142007.624000', '142007.626000', '142007.629000', '142007.631000', '142007.634000', '142007.637000', '142007.639000', '142007.642000', '142007.644000', '142007.647000', '142007.650000', '142007.652000', '142007.655000', '142007.657000', '142007.660000', '142007.663000', '142007.666000', '142007.675000', '142007.678000', '142007.680000', '142007.683000', '142007.686000', '142007.688000', '142007.691000', '142007.693000', '142007.696000', '142007.698000', '142007.701000', '142007.704000', '142007.706000', '142007.709000', '142007.711000', '142007.714000', '142007.717000', '142007.719000', '142007.722000', '142007.724000', '142007.727000', '142007.730000', '142027.610000', '142027.612000', '142027.615000', '142027.618000', '142027.620000', '142027.623000', '142027.634000', '142027.636000', '142027.639000', '142027.641000', '142027.644000', '142027.647000', '142027.649000', '142027.652000', '142027.654000', '142027.657000', '142027.660000', '142027.662000', '142027.665000', '142027.667000', '142027.670000', '142027.673000', '142027.675000', '142027.678000', '142027.681000', '142027.683000', '142027.686000', '142027.688000', '142027.691000', '142027.694000', '142027.696000', '142027.699000', '142027.701000', '142027.704000', '142027.707000', '142027.710000', '142027.713000', '142027.715000', '142027.718000', '142027.720000', '142027.723000', '142027.726000', '142027.728000', '142047.610000', '142047.613000', '142047.615000', '142047.618000', '142047.620000', '142047.623000', '142047.626000', '142047.628000', '142047.631000', '142047.633000', '142047.636000', '142047.639000', '142047.650000', '142047.652000', '142047.655000', '142047.657000', '142047.660000', '142047.662000', '142047.665000', '142047.668000', '142047.697000', '142047.699000', '142047.702000', '142047.705000', '142047.707000', '142047.710000', '142047.712000', '142047.715000', '142047.718000', '142047.720000', '142047.723000', '142047.726000', '142047.728000', '142047.731000', '142047.733000', '142047.736000', '142047.739000', '142047.741000', '142047.744000', '142047.746000', '142047.749000', '142047.751000', '142047.754000', '142047.757000', '142107.609000', '142107.612000', '142107.615000', '142107.617000', '142107.620000', '142107.623000', '142107.625000', '142107.628000', '142107.630000', '142107.633000', '142107.644000', '142107.646000', '142107.649000', '142107.651000', '142107.654000', '142107.656000', '142107.659000', '142107.662000', '142107.664000', '142107.667000', '142107.669000', '142107.672000', '142107.675000', '142107.677000', '142107.680000', '142107.683000', '142107.686000', '142107.688000', '142107.691000', '142107.693000', '142107.696000', '142107.699000', '142107.701000', '142107.704000', '142107.706000', '142107.709000', '142107.712000', '142107.714000', '142107.717000', '142107.720000', '142107.722000', '142107.725000', '142107.727000', '142127.609000', '142127.612000', '142127.615000', '142127.618000', '142127.620000', '142127.623000', '142127.627000', '142127.630000', '142127.633000', '142127.635000', '142127.638000', '142127.641000', '142127.643000', '142127.646000', '142127.648000', '142127.651000', '142127.653000', '142127.656000', '142127.659000', '142127.661000', '142127.664000', '142127.667000', '142127.669000', '142127.672000', '142127.674000', '142127.677000', '142127.680000', '142127.682000', '142127.685000', '142127.687000', '142127.690000', '142127.692000', '142127.695000', '142127.698000', '142127.700000', '142127.703000', '142127.705000', '142127.708000', '142127.711000', '142127.713000', '142127.716000', '142127.719000', '142127.721000', '142127.724000', '142147.611000', '142147.614000', '142147.616000', '142147.619000', '142147.621000', '142147.624000', '142147.627000', '142147.630000', '142147.632000', '142147.635000', '142147.638000', '142147.640000', '142147.643000', '142147.646000', '142147.648000', '142147.651000', '142147.653000', '142147.656000', '142147.659000', '142147.661000', '142147.664000', '142147.667000', '142147.669000', '142147.672000', '142147.674000', '142147.677000', '142147.680000', '142147.682000', '142147.685000', '142147.688000', '142147.690000', '142147.693000', '142147.696000', '142147.698000', '142147.701000', '142147.703000', '142147.706000', '142147.709000', '142147.711000', '142147.714000', '142147.717000', '142147.719000', '142147.722000', '142207.610000', '142207.613000', '142207.616000', '142207.619000', '142207.621000', '142207.624000', '142207.627000', '142207.629000', '142207.632000', '142207.635000', '142207.641000', '142207.644000', '142207.646000', '142207.649000', '142207.651000', '142207.654000', '142207.657000', '142207.659000', '142207.662000', '142207.664000', '142207.667000', '142207.669000', '142207.672000', '142207.675000', '142207.677000', '142207.680000', '142207.683000', '142207.685000', '142207.688000', '142207.690000', '142207.693000', '142207.696000', '142207.698000', '142207.701000', '142207.704000', '142207.706000', '142207.709000', '142207.712000', '142207.714000', '142207.717000', '142207.720000', '142207.722000', '142207.725000', '142207.728000', '142227.610000', '142227.613000', '142227.616000', '142227.618000', '142227.621000', '142227.624000', '142227.626000', '142227.635000', '142227.638000', '142227.641000', '142227.643000', '142227.646000', '142227.648000', '142227.651000', '142227.653000', '142227.656000', '142227.659000', '142227.661000', '142227.664000', '142227.666000', '142227.669000', '142227.672000', '142227.674000', '142227.677000', '142227.680000', '142227.682000', '142227.685000', '142227.687000', '142227.690000', '142227.693000', '142227.695000', '142227.698000', '142227.700000', '142227.703000', '142227.706000', '142227.708000', '142227.711000', '142227.714000', '142227.716000', '142227.726000', '142227.729000', '142227.731000', '142227.734000', '142247.609000', '142247.612000', '142247.615000', '142247.618000', '142247.620000', '142247.623000', '142247.626000', '142247.628000', '142247.631000', '142247.633000', '142247.636000', '142247.639000', '142247.641000', '142247.644000', '142247.646000', '142247.649000', '142247.652000', '142247.654000', '142247.657000', '142247.660000', '142247.662000', '142247.699000', '142247.701000', '142247.704000', '142247.706000', '142247.709000', '142247.712000', '142247.714000', '142247.717000', '142247.719000', '142247.722000', '142247.725000', '142247.727000', '142247.730000', '142247.733000', '142247.736000', '142247.738000', '142247.741000', '142247.743000', '142247.746000', '142247.749000', '142247.751000', '142247.754000', '142247.756000', '142307.609000', '142307.612000', '142307.615000', '142307.618000', '142307.620000', '142307.623000', '142307.626000', '142307.628000', '142307.631000', '142307.633000', '142307.636000', '142307.639000', '142307.641000', '142307.644000', '142307.646000', '142307.649000', '142307.652000', '142307.654000', '142307.657000', '142307.660000', '142307.662000', '142307.665000', '142307.668000', '142307.670000', '142307.673000', '142307.675000', '142307.678000', '142307.681000', '142307.683000', '142307.686000', '142307.689000', '142307.691000', '142307.694000', '142307.696000', '142307.699000', '142307.702000', '142307.704000', '142307.707000', '142307.710000', '142307.712000', '142307.715000', '142307.717000', '142307.720000', '142327.609000', '142327.612000', '142327.615000', '142327.618000', '142327.620000', '142327.623000', '142327.626000', '142327.628000', '142327.631000', '142327.634000', '142327.636000', '142327.639000', '142327.641000', '142327.644000', '142327.647000', '142327.649000', '142327.652000', '142327.654000', '142327.657000', '142327.660000', '142327.662000', '142327.665000', '142327.668000', '142327.670000', '142327.673000', '142327.675000', '142327.678000', '142327.681000', '142327.683000', '142327.686000', '142327.688000', '142327.691000', '142327.694000', '142327.697000', '142327.699000', '142327.702000', '142327.705000', '142327.707000', '142327.710000', '142327.713000', '142327.715000', '142327.718000', '142327.720000', '142327.723000', '142347.609000', '142347.612000', '142347.615000', '142347.618000', '142347.620000', '142347.623000', '142347.625000', '142347.628000', '142347.631000', '142347.633000', '142347.636000', '142347.638000', '142347.641000', '142347.644000', '142347.647000', '142347.649000', '142347.652000', '142347.654000', '142347.657000', '142347.660000', '142347.662000', '142347.665000', '142347.667000', '142347.670000', '142347.673000', '142347.675000', '142347.678000', '142347.680000', '142347.683000', '142347.686000', '142347.688000', '142347.691000', '142347.694000', '142347.696000', '142347.699000', '142347.701000', '142347.704000', '142347.707000', '142347.709000', '142347.712000', '142347.714000', '142347.717000', '142347.720000', '142407.610000', '142407.613000', '142407.616000', '142407.619000', '142407.621000', '142407.624000', '142407.627000', '142407.629000', '142407.632000', '142407.635000', '142407.637000', '142407.640000', '142407.643000', '142407.646000', '142407.648000', '142407.651000', '142407.654000', '142407.656000', '142407.659000', '142407.662000', '142407.664000', '142407.667000', '142407.669000', '142407.672000', '142407.675000', '142407.677000', '142407.680000', '142407.682000', '142407.685000', '142407.688000', '142407.690000', '142407.693000', '142407.695000', '142407.698000', '142407.701000', '142407.703000', '142407.706000', '142407.708000', '142407.711000', '142407.714000', '142407.716000', '142407.719000', '142407.721000', '142407.724000', '142427.611000', '142427.613000', '142427.616000', '142427.619000', '142427.621000', '142427.624000', '142427.627000', '142427.629000', '142427.632000', '142427.634000', '142427.637000', '142427.640000', '142427.642000', '142427.645000', '142427.647000', '142427.650000', '142427.653000', '142427.655000', '142427.658000', '142427.660000', '142427.663000', '142427.666000', '142427.668000', '142427.671000', '142427.674000', '142427.676000', '142427.679000', '142427.681000', '142427.684000', '142427.687000', '142427.690000', '142427.692000', '142427.695000', '142427.698000', '142427.700000', '142427.703000', '142427.706000', '142427.708000', '142427.711000', '142427.714000', '142427.716000', '142427.719000', '142427.721000', '142447.611000', '142447.613000', '142447.616000', '142447.619000', '142447.621000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.655000', '142447.657000', '142447.660000', '142447.664000', '142447.666000', '142447.669000', '142447.672000', '142447.674000', '142447.677000', '142447.680000', '142447.682000', '142447.685000', '142447.688000', '142447.690000', '142447.693000', '142447.695000', '142447.698000', '142447.701000', '142447.703000', '142447.706000', '142447.708000', '142447.711000', '142447.714000', '142447.716000', '142447.719000', '142447.722000', '142447.724000', '142447.727000', '142447.729000', '142447.732000', '142447.735000', '142447.737000', '142507.609000', '142507.612000', '142507.615000', '142507.618000', '142507.620000', '142507.623000', '142507.626000', '142507.628000', '142507.631000', '142507.634000', '142507.636000', '142507.639000', '142507.641000', '142507.644000', '142507.647000', '142507.649000', '142507.652000', '142507.655000', '142507.657000', '142507.660000', '142507.663000', '142507.665000', '142507.668000', '142507.670000', '142507.673000', '142507.676000', '142507.678000', '142507.681000', '142507.684000', '142507.686000', '142507.689000', '142507.692000', '142507.695000', '142507.697000', '142507.700000', '142507.702000', '142507.705000', '142507.708000', '142507.710000', '142507.713000', '142507.716000', '142507.718000', '142507.721000', '142527.610000', '142527.612000', '142527.615000', '142527.618000', '142527.621000', '142527.623000', '142527.626000', '142527.629000', '142527.632000', '142527.635000', '142527.637000', '142527.640000', '142527.643000', '142527.646000', '142527.648000', '142527.651000', '142527.653000', '142527.656000', '142527.659000', '142527.661000', '142527.664000', '142527.667000', '142527.669000', '142527.672000', '142527.674000', '142527.677000', '142527.680000', '142527.683000', '142527.687000', '142527.690000', '142527.693000', '142527.695000', '142527.698000', '142527.701000', '142527.703000', '142527.706000', '142527.708000', '142527.711000', '142527.714000', '142527.716000', '142527.719000', '142527.722000', '142527.724000', '142547.610000', '142547.613000', '142547.615000', '142547.618000', '142547.621000', '142547.623000', '142547.626000', '142547.629000', '142547.631000', '142547.634000', '142547.636000', '142547.639000', '142547.642000', '142547.644000', '142547.647000', '142547.650000', '142547.652000', '142547.655000', '142547.657000', '142547.660000', '142547.663000', '142547.665000', '142547.668000', '142547.670000', '142547.673000', '142547.676000', '142547.678000', '142547.681000', '142547.684000', '142547.686000', '142547.689000', '142547.692000', '142547.694000', '142547.697000', '142547.699000', '142547.702000', '142547.705000', '142547.708000', '142547.710000', '142547.713000', '142547.715000', '142547.718000', '142547.721000', '142547.723000', '142607.611000', '142607.613000', '142607.616000', '142607.619000', '142607.621000', '142607.624000', '142607.627000', '142607.629000', '142607.632000', '142607.635000', '142607.637000', '142607.640000', '142607.643000', '142607.645000', '142607.648000', '142607.651000', '142607.653000', '142607.656000', '142607.658000', '142607.661000', '142607.664000', '142607.666000', '142607.669000', '142607.672000', '142607.674000', '142607.677000', '142607.680000', '142607.682000', '142607.685000', '142607.688000', '142607.690000', '142607.693000', '142607.696000', '142607.698000', '142607.701000', '142607.704000', '142607.706000', '142607.709000', '142607.711000', '142607.714000', '142607.717000', '142607.719000', '142607.722000', '142627.611000', '142627.613000', '142627.616000', '142627.619000', '142627.621000', '142627.624000', '142627.627000', '142627.629000', '142627.632000', '142627.634000', '142627.637000', '142627.640000', '142627.642000', '142627.645000', '142627.647000', '142627.650000', '142627.653000', '142627.655000', '142627.658000', '142627.660000', '142627.663000', '142627.666000', '142627.668000', '142627.671000', '142627.674000', '142627.676000', '142627.679000', '142627.682000', '142627.684000', '142627.687000', '142627.690000', '142627.692000', '142627.695000', '142627.697000', '142627.700000', '142627.703000', '142627.705000', '142627.708000', '142627.711000', '142627.713000', '142627.716000', '142627.719000', '142627.721000', '142627.724000', '142647.610000', '142647.613000', '142647.616000', '142647.619000', '142647.621000', '142647.624000', '142647.627000', '142647.629000', '142647.632000', '142647.634000', '142647.637000', '142647.640000', '142647.643000', '142647.645000', '142647.648000', '142647.651000', '142647.653000', '142647.656000', '142647.658000', '142647.661000', '142647.664000', '142647.667000', '142647.670000', '142647.673000', '142647.676000', '142647.679000', '142647.681000', '142647.684000', '142647.686000', '142647.689000', '142647.692000', '142647.694000', '142647.697000', '142647.700000', '142647.702000', '142647.705000', '142647.707000', '142647.710000', '142647.713000', '142647.715000', '142647.718000', '142647.721000', '142647.724000', '142707.611000', '142707.614000', '142707.616000', '142707.619000', '142707.621000', '142707.624000', '142707.627000', '142707.629000', '142707.632000', '142707.634000', '142707.637000', '142707.640000', '142707.642000', '142707.645000', '142707.647000', '142707.650000', '142707.653000', '142707.655000', '142707.658000', '142707.660000', '142707.663000', '142707.666000', '142707.668000', '142707.671000', '142707.673000', '142707.676000', '142707.679000', '142707.681000', '142707.684000', '142707.686000', '142707.689000', '142707.692000', '142707.694000', '142707.697000', '142707.699000', '142707.702000', '142707.704000', '142707.707000', '142707.710000', '142707.712000', '142707.715000', '142707.718000', '142707.720000', '142707.723000', '142727.610000', '142727.613000', '142727.615000', '142727.623000', '142727.626000', '142727.629000', '142727.631000', '142727.634000', '142727.637000', '142727.639000', '142727.642000', '142727.645000', '142727.647000', '142727.650000', '142727.652000', '142727.655000', '142727.658000', '142727.661000', '142727.663000', '142727.666000', '142727.669000', '142727.671000', '142727.674000', '142727.676000', '142727.679000', '142727.682000', '142727.684000', '142727.687000', '142727.689000', '142727.692000', '142727.695000', '142727.697000', '142727.700000', '142727.702000', '142727.705000', '142727.708000', '142727.710000', '142727.713000', '142727.716000', '142727.718000', '142727.721000', '142727.723000', '142727.726000', '142747.609000', '142747.612000', '142747.615000', '142747.618000', '142747.621000', '142747.624000', '142747.626000', '142747.629000', '142747.632000', '142747.634000', '142747.637000', '142747.639000', '142747.642000', '142747.645000', '142747.647000', '142747.650000', '142747.652000', '142747.655000', '142747.658000', '142747.660000', '142747.663000', '142747.666000', '142747.668000', '142747.671000', '142747.674000', '142747.676000', '142747.679000', '142747.681000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.695000', '142747.697000', '142747.700000', '142747.702000', '142747.705000', '142747.708000', '142747.710000', '142747.713000', '142747.716000', '142747.718000', '142747.721000', '142747.723000', '142807.610000', '142807.613000', '142807.615000', '142807.618000', '142807.621000', '142807.623000', '142807.645000', '142807.648000', '142807.651000', '142807.653000', '142807.656000', '142807.658000', '142807.661000', '142807.664000', '142807.666000', '142807.669000', '142807.672000', '142807.674000', '142807.677000', '142807.680000', '142807.682000', '142807.685000', '142807.688000', '142807.690000', '142807.693000', '142807.696000', '142807.698000', '142807.701000', '142807.704000', '142807.707000', '142807.710000', '142807.713000', '142807.716000', '142807.718000', '142807.721000', '142807.723000', '142807.726000', '142807.729000', '142807.731000', '142807.734000', '142807.737000', '142807.739000', '142807.742000', '142827.611000', '142827.613000', '142827.616000', '142827.619000', '142827.621000', '142827.624000', '142827.626000', '142827.629000', '142827.632000', '142827.634000', '142827.637000', '142827.640000', '142827.642000', '142827.645000', '142827.648000', '142827.650000', '142827.653000', '142827.656000', '142827.658000', '142827.661000', '142827.664000', '142827.666000', '142827.669000', '142827.672000', '142827.674000', '142827.677000', '142827.680000', '142827.683000', '142827.685000', '142827.688000', '142827.690000', '142827.693000', '142827.696000', '142827.698000', '142827.701000', '142827.704000', '142827.706000', '142827.709000', '142827.712000', '142827.714000', '142827.717000', '142827.719000', '142827.722000', '142827.725000', '142847.611000', '142847.614000', '142847.616000', '142847.619000', '142847.621000', '142847.624000', '142847.627000', '142847.629000', '142847.632000', '142847.635000', '142847.637000', '142847.640000', '142847.643000', '142847.645000', '142847.648000', '142847.650000', '142847.653000', '142847.656000', '142847.659000', '142847.661000', '142847.664000', '142847.667000', '142847.669000', '142847.672000', '142847.675000', '142847.678000', '142847.680000', '142847.683000', '142847.686000', '142847.688000', '142847.691000', '142847.694000', '142847.697000', '142847.699000', '142847.702000', '142847.705000', '142847.707000', '142847.710000', '142847.713000', '142847.715000', '142847.718000', '142847.720000', '142847.723000', '142907.610000', '142907.613000', '142907.616000', '142907.619000', '142907.622000', '142907.624000', '142907.627000', '142907.629000', '142907.632000', '142907.635000', '142907.638000', '142907.640000', '142907.643000', '142907.645000', '142907.648000', '142907.651000', '142907.653000', '142907.656000', '142907.659000', '142907.661000', '142907.664000', '142907.666000', '142907.669000', '142907.672000', '142907.674000', '142907.677000', '142907.680000', '142907.682000', '142907.685000', '142907.687000', '142907.690000', '142907.693000', '142907.695000', '142907.698000', '142907.701000', '142907.703000', '142907.706000', '142907.709000', '142907.711000', '142907.714000', '142907.717000', '142907.719000', '142907.722000', '142907.725000', '142927.611000', '142927.614000', '142927.616000', '142927.619000', '142927.622000', '142927.624000', '142927.627000', '142927.629000', '142927.632000', '142927.635000', '142927.638000', '142927.640000', '142927.643000', '142927.646000', '142927.648000', '142927.651000', '142927.654000', '142927.657000', '142927.659000', '142927.662000', '142927.664000', '142927.667000', '142927.670000', '142927.672000', '142927.675000', '142927.678000', '142927.680000', '142927.683000', '142927.685000', '142927.688000', '142927.691000', '142927.693000', '142927.696000', '142927.699000', '142927.701000', '142927.704000', '142927.707000', '142927.709000', '142927.712000', '142927.715000', '142927.717000', '142927.720000', '142927.723000', '142929.523000', '142929.526000', '142929.528000', '142929.531000', '142929.534000'], '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': [9251, 9298, 12250, 8921, 10001, 11063, 10048, 9188, 10599, 13235, 9757, 9007, 10242, 9702, 9177, 9821, 8944, 9726, 12749, 10212, 9709, 12295, 8625, 9641, 10840, 8860, 9795, 12323, 9852, 9716, 12248, 8906, 9913, 10677, 8936, 9967, 10855, 8895, 9803, 8452, 8932, 10065, 9118, 8716, 8904, 9819, 8992, 8938, 9432, 10780, 8961, 9182, 10132, 9002, 10082, 10333, 8886, 10307, 9815, 9046, 10009, 9241, 8583, 9392, 10237, 10117, 8908, 9885, 10711, 9107, 9783, 10007, 8425, 9985, 9202, 8495, 8641, 9767, 10542, 9182, 9321, 11490, 8777, 10007, 9496, 8725, 9073, 9790, 11333, 8801, 10506, 10299, 9017, 8715, 9826, 10422, 8922, 8879, 12162, 8753, 9907, 10954, 8461, 9496, 9670, 8806, 8351, 9369, 10785, 8693, 9328, 10233, 8708, 8676, 9200, 10086, 8448, 8615, 10688, 8434, 8587, 10473, 8604, 8501, 8805, 10398, 8412, 8066, 10267, 8608, 8922, 10073, 8717, 9005, 8505, 8738, 8264, 8713, 10029, 8519, 8995, 11735, 8405, 8815, 8626, 10548, 8327, 8019, 9144, 8568, 9259, 10432, 8885, 8507, 8557, 9127, 8229, 8058, 10637, 8737, 8628, 10981, 8560, 8528, 8158, 8580, 8437, 8925, 10353, 8511, 8290, 10011, 8634, 8651, 10865, 8450, 8742, 8144, 10870, 8433, 8070, 10575, 8585, 8613, 9777, 8647, 8477, 7980, 10796, 8561, 8611, 8556, 8402, 8398, 8272, 10383, 8674, 8095, 9767, 8460, 8525, 8381, 8646, 8321, 8429, 11038, 8558, 7967, 10373, 8631, 9107, 10047, 8396, 8524, 8299, 9292, 8227, 8560, 10139, 8547, 8763, 11496, 9013, 8087, 8391, 8163, 8807, 9026, 9587, 8385, 8474, 7962, 8511, 8301, 8145, 11916, 8924, 7900, 11931, 8493, 8580, 11034, 9948, 8147, 7847, 11594, 8419, 8016, 10957, 8361, 8397, 10476, 8386, 8345, 7727, 8717, 8112, 7872, 9780, 8643, 8595, 8644, 8453, 8144, 8181, 9653, 8546, 9246, 9798, 8772, 8303, 8005, 9559, 8470, 9130, 9571, 8773, 8215, 7787, 10945, 8577, 8650, 9469, 8938, 8403, 7982, 13335, 11173, 9324, 7946, 8885, 8493, 8471, 8235, 10338, 8303, 7981, 9852, 8356, 8565, 10697, 9251, 8452, 7714, 9695, 8190, 7942, 12169, 8471, 8251, 11843, 9246, 8456, 7413, 9115, 7810, 7776, 9107, 8167, 8225, 9152, 8125, 8291, 7596, 8690, 7837, 8560, 10977, 9911, 8284, 7958, 7000, 9111, 8228, 8191, 7885, 8087, 9377, 8348, 8420, 8934, 8075, 8182, 10424, 8643, 8906, 10541, 12407, 9831, 8669, 12093, 10304, 8843, 11208, 13212, 10601, 7658, 10511, 8698, 7700, 7902, 8832, 7315, 7904, 9481, 7231, 7586, 9470, 7068, 7970, 8011, 8388, 7317, 7973, 8385, 7129, 8028, 8057, 8073, 7659, 8377, 8541, 7613, 8204, 7827, 8111, 8028, 8321, 8678, 7687, 8447, 8181, 8048, 8301, 8492, 9368, 8155, 8282, 8336, 8896, 8153, 8379, 10472, 9614, 8253, 8485, 9458, 8045, 8420, 11519, 9651, 8183, 8143, 8891, 7977, 8228, 10701, 8131, 7923, 7420, 11361, 8988, 8049, 8028, 7335, 7898, 7345, 11427, 8428, 8029, 9226, 7606, 7887, 7761, 10644, 7936, 7999, 10567, 8546, 8088, 8940, 8487, 7918, 7684, 11782, 7610, 8332, 9629, 7555, 7957, 7733, 7826, 7851, 7801, 9909, 7883, 8221, 8174, 7507, 7892, 7662, 9140, 8091, 8038, 11020, 9125, 8100, 9049, 9006, 7603, 8066, 10736, 8417, 8194, 10166, 8072, 7957, 7452, 11167, 8005, 7779, 10138, 7548, 7877, 9500, 9967, 7991, 8231, 9275, 7345, 7981, 7724, 8055, 7786, 7763, 10681, 8674, 7998, 7787, 9175, 7534, 8226, 8585, 8077, 7999, 7953, 10958, 7907, 8184, 7453, 9151, 7635, 8061, 9373, 7633, 8130, 7290, 9441, 7922, 8057, 8797, 7516, 7847, 7481, 8852, 7803, 7941, 10848, 9089, 8011, 7680, 8565, 7773, 8014, 11881, 9090, 8062, 8727, 8017, 7835, 7884, 11573, 7980, 8104, 8597, 8045, 7703, 8495, 9780, 7578, 8285, 9711, 9106, 7980, 8280, 8822, 7879, 8121, 9680, 8982, 7810, 8244, 10104, 7817, 8134, 7837, 7738, 8090, 8104, 10388, 7711, 8232, 7706, 9518, 7931, 8298, 9225, 7921, 8225, 8903, 8230, 8082, 8295, 8754, 7997, 8335, 8295, 7669, 8150, 8066, 11218, 7904, 8428, 9195, 8339, 8116, 8310, 9235, 7981, 8034, 10896, 9334, 7931, 8007, 9321, 7924, 7946, 11574, 9478, 8250, 8072, 8077, 7943, 8136, 10821, 7661, 8166, 8297, 8659, 7879, 8415, 9503, 7405, 8065, 8421, 9460, 7853, 8526, 9601, 7908, 8071, 9950, 7908, 8034, 8000, 9907, 7780, 8158, 9245, 7496, 8039, 8179, 9190, 8053, 8299, 9649, 7870, 8357, 7749, 7576, 8239, 8135, 9849, 7973, 8425, 8300, 8317, 8204, 8447, 10183, 7871, 8322, 9976, 9488, 8207, 8399, 9625, 7993, 7998, 11372, 8457, 8373, 7887, 9199, 7984, 8353, 9869, 7569, 8379, 8133, 9365, 8078, 8281, 9660, 7734, 8483, 7896, 10522, 7979, 8419, 9921, 8104, 8111, 8607, 9714, 8273, 8095, 10494, 8502, 8441, 8116, 8280, 8276, 8236, 10330, 7877, 8358, 7944, 8697, 8113, 8435, 9274, 8176, 8404, 9283, 8640, 8236, 8360, 9257, 8043, 8732, 10622, 8441, 8353, 8295, 10270, 8499, 8337, 8905, 8053, 8069, 7940, 11103, 8164, 8502, 8741, 7935, 7947, 8459, 10867, 7652, 8071, 8103, 7723, 8162, 8568, 8283, 9617, 8136, 8358, 8373, 9621, 8061, 8500, 9568, 9841, 8106, 8219, 9659, 7753, 8192, 8536, 9563, 8305, 8623, 9801, 8040, 8547, 9990, 7747, 8440, 8227, 7786, 8484, 8495, 7990, 8469, 8081, 8088, 8493, 8434, 8528, 8195, 8364, 9255, 8211, 8497, 8077, 8614, 8126, 8273, 10727, 7814, 8281, 9299, 7933, 8452, 8307, 8836, 8472, 8251, 10181, 8174, 8517, 10383, 7994, 8275, 8046, 10545, 8150, 8436, 9680, 7969, 8119, 9172, 10100, 8089, 8233, 10654, 8893, 8214, 8268, 9262, 7842, 8277, 11112, 8281, 8488, 7990, 8873, 8008, 8417, 9746, 8073, 8335, 8539, 8558, 8308, 8408, 8978, 8053, 8316, 9255, 8550, 8273, 8316, 9909, 8119, 8404, 8580, 8587, 8198, 8349, 11324, 9564, 8286, 8131, 8356, 8197, 8435, 10187, 8743, 8570, 7941, 8770, 8115, 8209, 10475, 8622, 8320, 9443, 8491, 8157, 8109, 11364, 8332, 8402, 8882, 8131, 8086, 8400, 10039, 7727, 8302, 10279, 8582, 8343, 7962, 8596, 8100, 8214, 9982, 7681, 8394, 7865, 8948, 8177, 8555, 9309, 8181, 8322, 9189, 8122, 8433, 8062, 8385, 7772, 8375, 9023, 7938, 8153, 8453, 10358, 8314, 8433, 7997, 9015, 7984, 7978, 11075, 9499, 8152, 8319, 9739, 7727, 8125, 8911, 9364, 8134, 8251, 9799, 8944, 7955, 8326, 9543, 7804, 8345, 9624, 8587, 8049, 8339, 9571, 8107, 8253, 7819, 8895, 7893, 8185, 9640, 8553, 8109, 8233, 10126, 8205, 8409, 8815, 8142, 8006, 8122, 10004, 7906, 8474, 9331, 7865, 8460, 7680, 8204, 8162, 8203, 10282, 8031, 8439, 7600, 8590, 7964, 8121, 9893, 7891, 8158, 7763, 10233, 7920, 8006, 8704, 7634, 8456, 8427, 10112, 8887, 8836, 8342, 10693, 7800, 8242, 8070, 11258, 9757, 7857, 8156, 9596, 7769, 8306, 8253, 8288, 8089, 8313, 9672, 8057, 8398, 11219, 9469, 7975, 8151, 10924, 8320, 8003, 11878, 9824, 8072, 9513, 8453, 7688, 8190, 10030, 7647, 8002, 9112, 7383, 8431, 7996, 9732, 7672, 7843, 7885, 11584, 9369, 7413, 7401, 9030, 7513, 7799, 7535, 7805, 7821, 7977, 8235, 7599, 8026, 10612, 8359, 7946, 11912, 9917, 7734, 10067, 9853, 7633, 7565, 11109, 8464, 7210, 11630, 9604, 7551, 11143, 8271, 7667, 9726, 7715, 7660, 8712, 7512, 7650, 8006, 8147, 7375, 8098, 8921, 7218, 8391, 8472, 7426, 8010, 8283, 8879, 7850, 8478, 8223, 7471, 8289, 7683, 9224, 8084, 8687, 8191, 7698, 8268, 8138, 9316, 7970, 8211, 8017, 9418, 7918, 8260, 9832, 9571, 7821, 8204, 8191, 9243, 7981, 8445, 9749, 9259, 7971, 7940, 11726, 10391, 8225, 8396, 9823, 7825, 8002, 9846, 10526, 7921, 8315, 9732, 7915, 8278, 9204, 8122, 7987, 8042, 9509, 7799, 8133, 10820, 7748, 8176, 9519, 7546, 8086, 8054, 8013, 8081, 8214, 8723, 7883, 8333, 9580, 7922, 8167, 9040, 8028, 8325, 8995, 7809, 8410, 7475, 7475, 8119, 7932, 9268, 8095, 8514, 9273, 7844, 8236, 9913, 8749, 8009, 8041, 8876, 7848, 7809, 11660, 9915, 8072, 8112, 9474, 7892, 7615, 11751, 9230, 7962, 7843, 8929, 7812, 7792, 11570, 8313, 8050, 8678, 9845, 8056, 7838, 11102, 7845, 7909, 8934, 10423, 8359, 8178, 9757, 7527, 8161, 8760, 8760, 7582, 8181, 9238, 7514, 8065, 8280, 7872, 7792, 8168, 9847, 7619, 8068, 9242, 7578, 7951, 8558, 8567, 7642, 8231, 9001, 7673, 7996, 9910, 7580, 7988, 7801, 9478, 7504, 7854, 9843, 7532, 8003, 9148, 9004, 7703, 7954, 8852, 7712, 8075, 11266, 7515, 7877, 8175, 8253, 7728, 8212, 9744, 7630, 8006, 8318, 9700, 7724, 7849, 9340, 7835, 7657, 8192, 9999, 7509, 8061, 9708, 10563, 7991, 8372, 10084, 7576, 7985, 9678, 7992, 7869, 8148, 9870, 7632, 8038, 8798, 7444, 7636, 8095, 9124, 7443, 8167, 9580, 8242, 7814, 7932, 8961, 7525, 7577, 10414, 9330, 7633, 8011, 9505, 7479, 7562, 10566, 7423, 7841, 7838, 8532, 7560, 8174, 9414, 7531, 8083, 9671, 7603, 7821, 9337, 7359, 7787, 8204], 'WindowCenter': [3932.0, 3916.0, 3922.0, 3889.0, 3897.0, 3907.0, 3885.0, 3888.0, 3884.0, 3903.0, 3870.0, 3860.0, 3870.0, 3869.0, 3872.0, 3870.0, 3860.0, 3870.0, 3889.0, 3870.0, 3858.0, 3879.0, 3848.0, 3857.0, 3866.0, 3845.0, 3855.0, 3875.0, 3855.0, 3844.0, 3865.0, 3843.0, 3854.0, 3853.0, 3843.0, 3853.0, 3854.0, 3844.0, 3854.0, 3834.0, 3844.0, 3866.0, 3856.0, 3846.0, 3857.0, 3868.0, 3858.0, 3859.0, 3869.0, 3879.0, 3859.0, 3859.0, 3869.0, 3859.0, 3880.0, 3870.0, 3860.0, 3880.0, 3870.0, 3871.0, 3882.0, 3870.0, 3860.0, 3872.0, 3881.0, 3882.0, 3872.0, 3882.0, 3883.0, 3873.0, 3883.0, 3883.0, 3862.0, 3883.0, 3872.0, 3872.0, 3873.0, 3883.0, 3896.0, 3887.0, 3884.0, 3894.0, 3873.0, 3883.0, 3884.0, 3874.0, 3874.0, 3883.0, 3894.0, 3873.0, 3883.0, 3882.0, 3873.0, 3873.0, 3883.0, 3883.0, 3873.0, 3871.0, 3904.0, 3875.0, 3882.0, 3882.0, 3861.0, 3872.0, 3872.0, 3872.0, 3862.0, 3871.0, 3882.0, 3873.0, 3872.0, 3882.0, 3861.0, 3862.0, 3871.0, 3881.0, 3861.0, 3858.0, 3881.0, 3860.0, 3860.0, 3880.0, 3859.0, 3860.0, 3859.0, 3881.0, 3861.0, 3849.0, 3870.0, 3861.0, 3871.0, 3871.0, 3860.0, 3871.0, 3861.0, 3860.0, 3861.0, 3860.0, 3870.0, 3860.0, 3870.0, 3892.0, 3860.0, 3860.0, 3860.0, 3880.0, 3860.0, 3849.0, 3870.0, 3860.0, 3871.0, 3880.0, 3860.0, 3860.0, 3859.0, 3870.0, 3860.0, 3849.0, 3880.0, 3859.0, 3859.0, 3879.0, 3859.0, 3859.0, 3848.0, 3859.0, 3860.0, 3859.0, 3881.0, 3859.0, 3859.0, 3871.0, 3860.0, 3860.0, 3881.0, 3849.0, 3859.0, 3848.0, 3880.0, 3849.0, 3849.0, 3880.0, 3859.0, 3859.0, 3869.0, 3858.0, 3847.0, 3848.0, 3879.0, 3859.0, 3859.0, 3859.0, 3858.0, 3860.0, 3859.0, 3880.0, 3859.0, 3849.0, 3870.0, 3859.0, 3860.0, 3860.0, 3859.0, 3860.0, 3860.0, 3881.0, 3860.0, 3860.0, 3881.0, 3860.0, 3860.0, 3870.0, 3860.0, 3860.0, 3860.0, 3870.0, 3849.0, 3859.0, 3870.0, 3860.0, 3860.0, 3891.0, 3860.0, 3850.0, 3860.0, 3860.0, 3860.0, 3870.0, 3870.0, 3860.0, 3861.0, 3850.0, 3861.0, 3860.0, 3849.0, 3880.0, 3860.0, 3848.0, 3880.0, 3847.0, 3847.0, 3868.0, 3857.0, 3836.0, 3836.0, 3877.0, 3846.0, 3836.0, 3867.0, 3846.0, 3846.0, 3867.0, 3846.0, 3847.0, 3836.0, 3847.0, 3848.0, 3848.0, 3870.0, 3860.0, 3860.0, 3859.0, 3859.0, 3849.0, 3860.0, 3870.0, 3860.0, 3871.0, 3881.0, 3871.0, 3862.0, 3861.0, 3871.0, 3862.0, 3872.0, 3872.0, 3861.0, 3861.0, 3850.0, 3881.0, 3861.0, 3861.0, 3871.0, 3860.0, 3860.0, 3850.0, 3903.0, 3882.0, 3861.0, 3849.0, 3859.0, 3859.0, 3850.0, 3861.0, 3871.0, 3862.0, 3851.0, 3872.0, 3862.0, 3861.0, 3882.0, 3871.0, 3861.0, 3849.0, 3869.0, 3849.0, 3848.0, 3879.0, 3847.0, 3846.0, 3879.0, 3857.0, 3847.0, 3825.0, 3846.0, 3836.0, 3836.0, 3857.0, 3847.0, 3847.0, 3858.0, 3848.0, 3859.0, 3837.0, 3858.0, 3850.0, 3859.0, 3880.0, 3871.0, 3874.0, 3863.0, 3841.0, 3860.0, 3863.0, 3860.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3859.0, 3851.0, 3862.0, 3882.0, 3862.0, 3861.0, 3882.0, 3891.0, 3858.0, 3835.0, 3865.0, 3843.0, 3831.0, 3853.0, 3862.0, 3841.0, 3809.0, 3839.0, 3818.0, 3808.0, 3808.0, 3829.0, 3809.0, 3819.0, 3829.0, 3809.0, 3809.0, 3831.0, 3811.0, 3822.0, 3822.0, 3833.0, 3824.0, 3835.0, 3835.0, 3826.0, 3836.0, 3836.0, 3837.0, 3838.0, 3848.0, 3848.0, 3839.0, 3850.0, 3850.0, 3850.0, 3851.0, 3850.0, 3861.0, 3851.0, 3862.0, 3863.0, 3852.0, 3863.0, 3863.0, 3873.0, 3863.0, 3864.0, 3863.0, 3873.0, 3863.0, 3863.0, 3883.0, 3873.0, 3863.0, 3862.0, 3872.0, 3852.0, 3862.0, 3883.0, 3873.0, 3861.0, 3851.0, 3861.0, 3851.0, 3851.0, 3884.0, 3875.0, 3864.0, 3850.0, 3892.0, 3861.0, 3851.0, 3850.0, 3840.0, 3850.0, 3840.0, 3893.0, 3862.0, 3861.0, 3871.0, 3850.0, 3850.0, 3850.0, 3881.0, 3851.0, 3849.0, 3871.0, 3861.0, 3851.0, 3860.0, 3860.0, 3849.0, 3849.0, 3880.0, 3849.0, 3848.0, 3869.0, 3849.0, 3849.0, 3848.0, 3838.0, 3849.0, 3850.0, 3870.0, 3851.0, 3861.0, 3861.0, 3850.0, 3861.0, 3851.0, 3872.0, 3862.0, 3851.0, 3882.0, 3872.0, 3851.0, 3862.0, 3860.0, 3850.0, 3849.0, 3881.0, 3850.0, 3849.0, 3870.0, 3848.0, 3849.0, 3838.0, 3880.0, 3849.0, 3838.0, 3869.0, 3838.0, 3848.0, 3859.0, 3857.0, 3848.0, 3847.0, 3858.0, 3838.0, 3848.0, 3848.0, 3848.0, 3838.0, 3838.0, 3869.0, 3849.0, 3849.0, 3838.0, 3858.0, 3838.0, 3849.0, 3859.0, 3848.0, 3848.0, 3849.0, 3880.0, 3849.0, 3859.0, 3838.0, 3859.0, 3849.0, 3850.0, 3870.0, 3849.0, 3849.0, 3839.0, 3871.0, 3850.0, 3861.0, 3860.0, 3850.0, 3861.0, 3850.0, 3861.0, 3850.0, 3849.0, 3881.0, 3860.0, 3850.0, 3849.0, 3859.0, 3849.0, 3848.0, 3880.0, 3860.0, 3849.0, 3859.0, 3848.0, 3838.0, 3850.0, 3893.0, 3849.0, 3848.0, 3848.0, 3847.0, 3838.0, 3849.0, 3869.0, 3838.0, 3848.0, 3859.0, 3859.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3859.0, 3859.0, 3838.0, 3848.0, 3869.0, 3839.0, 3849.0, 3838.0, 3837.0, 3849.0, 3849.0, 3870.0, 3849.0, 3850.0, 3849.0, 3859.0, 3850.0, 3849.0, 3859.0, 3850.0, 3849.0, 3860.0, 3850.0, 3850.0, 3850.0, 3860.0, 3851.0, 3861.0, 3861.0, 3851.0, 3862.0, 3849.0, 3882.0, 3851.0, 3860.0, 3860.0, 3850.0, 3850.0, 3850.0, 3860.0, 3850.0, 3849.0, 3880.0, 3860.0, 3850.0, 3850.0, 3859.0, 3849.0, 3849.0, 3881.0, 3860.0, 3849.0, 3849.0, 3838.0, 3848.0, 3848.0, 3870.0, 3838.0, 3848.0, 3848.0, 3848.0, 3849.0, 3848.0, 3859.0, 3838.0, 3838.0, 3848.0, 3859.0, 3849.0, 3848.0, 3858.0, 3837.0, 3838.0, 3858.0, 3837.0, 3848.0, 3837.0, 3858.0, 3838.0, 3848.0, 3858.0, 3838.0, 3849.0, 3849.0, 3859.0, 3850.0, 3849.0, 3870.0, 3849.0, 3850.0, 3850.0, 3849.0, 3850.0, 3850.0, 3872.0, 3851.0, 3861.0, 3861.0, 3861.0, 3861.0, 3861.0, 3871.0, 3850.0, 3850.0, 3871.0, 3871.0, 3850.0, 3850.0, 3860.0, 3849.0, 3849.0, 3881.0, 3850.0, 3850.0, 3849.0, 3859.0, 3850.0, 3848.0, 3870.0, 3839.0, 3848.0, 3849.0, 3859.0, 3850.0, 3849.0, 3860.0, 3838.0, 3849.0, 3849.0, 3870.0, 3849.0, 3849.0, 3859.0, 3838.0, 3838.0, 3848.0, 3858.0, 3848.0, 3837.0, 3868.0, 3848.0, 3848.0, 3848.0, 3847.0, 3848.0, 3848.0, 3869.0, 3849.0, 3849.0, 3847.0, 3849.0, 3849.0, 3849.0, 3860.0, 3849.0, 3849.0, 3860.0, 3860.0, 3850.0, 3860.0, 3860.0, 3850.0, 3860.0, 3871.0, 3850.0, 3850.0, 3849.0, 3870.0, 3850.0, 3850.0, 3859.0, 3849.0, 3849.0, 3838.0, 3870.0, 3849.0, 3849.0, 3848.0, 3848.0, 3849.0, 3849.0, 3870.0, 3839.0, 3849.0, 3849.0, 3839.0, 3850.0, 3861.0, 3850.0, 3872.0, 3851.0, 3851.0, 3852.0, 3871.0, 3850.0, 3850.0, 3860.0, 3871.0, 3850.0, 3850.0, 3859.0, 3839.0, 3849.0, 3849.0, 3859.0, 3849.0, 3848.0, 3859.0, 3838.0, 3849.0, 3870.0, 3839.0, 3850.0, 3849.0, 3840.0, 3860.0, 3849.0, 3849.0, 3850.0, 3849.0, 3850.0, 3861.0, 3850.0, 3861.0, 3861.0, 3861.0, 3871.0, 3862.0, 3862.0, 3851.0, 3861.0, 3852.0, 3851.0, 3882.0, 3851.0, 3851.0, 3859.0, 3851.0, 3862.0, 3862.0, 3862.0, 3862.0, 3861.0, 3872.0, 3862.0, 3861.0, 3872.0, 3850.0, 3850.0, 3850.0, 3871.0, 3851.0, 3850.0, 3871.0, 3850.0, 3850.0, 3861.0, 3870.0, 3850.0, 3849.0, 3869.0, 3860.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3870.0, 3849.0, 3849.0, 3838.0, 3848.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3849.0, 3849.0, 3850.0, 3850.0, 3860.0, 3850.0, 3861.0, 3861.0, 3860.0, 3850.0, 3850.0, 3871.0, 3850.0, 3851.0, 3861.0, 3860.0, 3850.0, 3849.0, 3881.0, 3861.0, 3850.0, 3850.0, 3849.0, 3849.0, 3849.0, 3871.0, 3861.0, 3860.0, 3850.0, 3849.0, 3849.0, 3849.0, 3870.0, 3850.0, 3850.0, 3859.0, 3848.0, 3838.0, 3837.0, 3869.0, 3848.0, 3848.0, 3847.0, 3837.0, 3837.0, 3848.0, 3858.0, 3837.0, 3847.0, 3857.0, 3847.0, 3848.0, 3837.0, 3847.0, 3838.0, 3847.0, 3859.0, 3838.0, 3849.0, 3848.0, 3858.0, 3850.0, 3859.0, 3859.0, 3849.0, 3849.0, 3860.0, 3850.0, 3850.0, 3850.0, 3850.0, 3851.0, 3850.0, 3861.0, 3850.0, 3851.0, 3861.0, 3872.0, 3862.0, 3851.0, 3850.0, 3860.0, 3850.0, 3850.0, 3881.0, 3860.0, 3850.0, 3849.0, 3860.0, 3839.0, 3849.0, 3860.0, 3859.0, 3849.0, 3849.0, 3870.0, 3860.0, 3849.0, 3849.0, 3859.0, 3838.0, 3849.0, 3859.0, 3848.0, 3849.0, 3848.0, 3859.0, 3849.0, 3849.0, 3839.0, 3859.0, 3849.0, 3849.0, 3860.0, 3849.0, 3849.0, 3849.0, 3870.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3849.0, 3859.0, 3849.0, 3849.0, 3860.0, 3849.0, 3849.0, 3839.0, 3848.0, 3850.0, 3849.0, 3871.0, 3850.0, 3850.0, 3849.0, 3860.0, 3850.0, 3850.0, 3871.0, 3850.0, 3850.0, 3839.0, 3870.0, 3849.0, 3850.0, 3849.0, 3840.0, 3850.0, 3851.0, 3872.0, 3862.0, 3861.0, 3851.0, 3871.0, 3839.0, 3849.0, 3849.0, 3871.0, 3860.0, 3839.0, 3850.0, 3860.0, 3840.0, 3851.0, 3851.0, 3850.0, 3851.0, 3850.0, 3861.0, 3851.0, 3850.0, 3881.0, 3860.0, 3839.0, 3837.0, 3857.0, 3836.0, 3824.0, 3866.0, 3845.0, 3824.0, 3844.0, 3833.0, 3823.0, 3833.0, 3844.0, 3823.0, 3823.0, 3834.0, 3824.0, 3835.0, 3836.0, 3856.0, 3837.0, 3838.0, 3838.0, 3883.0, 3861.0, 3840.0, 3828.0, 3849.0, 3828.0, 3826.0, 3826.0, 3825.0, 3837.0, 3838.0, 3836.0, 3837.0, 3837.0, 3869.0, 3837.0, 3835.0, 3866.0, 3845.0, 3823.0, 3842.0, 3831.0, 3810.0, 3809.0, 3840.0, 3808.0, 3798.0, 3839.0, 3818.0, 3797.0, 3827.0, 3807.0, 3795.0, 3817.0, 3796.0, 3807.0, 3817.0, 3797.0, 3809.0, 3809.0, 3809.0, 3810.0, 3820.0, 3831.0, 3811.0, 3833.0, 3833.0, 3823.0, 3835.0, 3835.0, 3845.0, 3835.0, 3847.0, 3836.0, 3837.0, 3849.0, 3838.0, 3859.0, 3849.0, 3860.0, 3849.0, 3850.0, 3862.0, 3851.0, 3871.0, 3851.0, 3862.0, 3862.0, 3874.0, 3852.0, 3862.0, 3873.0, 3872.0, 3850.0, 3851.0, 3850.0, 3861.0, 3851.0, 3852.0, 3872.0, 3862.0, 3852.0, 3851.0, 3882.0, 3871.0, 3850.0, 3849.0, 3871.0, 3850.0, 3852.0, 3872.0, 3871.0, 3850.0, 3849.0, 3859.0, 3849.0, 3849.0, 3860.0, 3850.0, 3850.0, 3850.0, 3860.0, 3839.0, 3849.0, 3870.0, 3839.0, 3849.0, 3859.0, 3838.0, 3849.0, 3837.0, 3849.0, 3850.0, 3850.0, 3859.0, 3850.0, 3849.0, 3860.0, 3850.0, 3850.0, 3860.0, 3850.0, 3850.0, 3860.0, 3849.0, 3851.0, 3840.0, 3840.0, 3851.0, 3851.0, 3872.0, 3852.0, 3862.0, 3872.0, 3851.0, 3862.0, 3872.0, 3860.0, 3851.0, 3851.0, 3861.0, 3852.0, 3852.0, 3883.0, 3872.0, 3851.0, 3850.0, 3872.0, 3852.0, 3851.0, 3883.0, 3872.0, 3851.0, 3850.0, 3859.0, 3851.0, 3850.0, 3882.0, 3850.0, 3850.0, 3861.0, 3871.0, 3850.0, 3850.0, 3881.0, 3848.0, 3849.0, 3860.0, 3870.0, 3849.0, 3848.0, 3858.0, 3837.0, 3849.0, 3848.0, 3849.0, 3839.0, 3849.0, 3859.0, 3839.0, 3849.0, 3849.0, 3849.0, 3850.0, 3861.0, 3871.0, 3851.0, 3850.0, 3859.0, 3850.0, 3851.0, 3861.0, 3861.0, 3850.0, 3850.0, 3861.0, 3851.0, 3851.0, 3872.0, 3851.0, 3851.0, 3850.0, 3871.0, 3840.0, 3850.0, 3871.0, 3850.0, 3851.0, 3861.0, 3861.0, 3850.0, 3850.0, 3860.0, 3840.0, 3850.0, 3881.0, 3840.0, 3850.0, 3850.0, 3850.0, 3851.0, 3861.0, 3871.0, 3851.0, 3852.0, 3861.0, 3872.0, 3851.0, 3851.0, 3861.0, 3851.0, 3851.0, 3851.0, 3871.0, 3840.0, 3851.0, 3861.0, 3882.0, 3851.0, 3850.0, 3871.0, 3839.0, 3849.0, 3860.0, 3849.0, 3849.0, 3849.0, 3870.0, 3840.0, 3850.0, 3850.0, 3840.0, 3851.0, 3851.0, 3861.0, 3840.0, 3861.0, 3872.0, 3851.0, 3851.0, 3850.0, 3861.0, 3851.0, 3851.0, 3872.0, 3861.0, 3839.0, 3850.0, 3871.0, 3840.0, 3840.0, 3871.0, 3839.0, 3850.0, 3850.0, 3860.0, 3840.0, 3850.0, 3860.0, 3839.0, 3850.0, 3870.0, 3851.0, 3840.0, 3860.0, 3839.0, 3851.0, 3850.0], 'WindowWidth': [8798.0, 8760.0, 8760.0, 8707.0, 8713.0, 8727.0, 8695.0, 8703.0, 8689.0, 8712.0, 8663.0, 8649.0, 8660.0, 8661.0, 8667.0, 8662.0, 8649.0, 8662.0, 8687.0, 8661.0, 8644.0, 8672.0, 8629.0, 8638.0, 8649.0, 8620.0, 8632.0, 8659.0, 8631.0, 8615.0, 8644.0, 8614.0, 8627.0, 8627.0, 8611.0, 8626.0, 8628.0, 8616.0, 8630.0, 8603.0, 8619.0, 8650.0, 8637.0, 8625.0, 8641.0, 8655.0, 8642.0, 8645.0, 8658.0, 8673.0, 8647.0, 8645.0, 8659.0, 8647.0, 8676.0, 8663.0, 8649.0, 8676.0, 8663.0, 8665.0, 8680.0, 8664.0, 8651.0, 8668.0, 8679.0, 8680.0, 8668.0, 8681.0, 8684.0, 8671.0, 8683.0, 8684.0, 8656.0, 8683.0, 8671.0, 8670.0, 8673.0, 8686.0, 8709.0, 8700.0, 8687.0, 8702.0, 8673.0, 8685.0, 8688.0, 8678.0, 8674.0, 8686.0, 8701.0, 8672.0, 8684.0, 8685.0, 8673.0, 8673.0, 8684.0, 8684.0, 8671.0, 8667.0, 8715.0, 8678.0, 8681.0, 8681.0, 8654.0, 8669.0, 8669.0, 8667.0, 8656.0, 8667.0, 8683.0, 8670.0, 8669.0, 8681.0, 8653.0, 8655.0, 8666.0, 8679.0, 8650.0, 8644.0, 8677.0, 8650.0, 8649.0, 8676.0, 8647.0, 8649.0, 8647.0, 8677.0, 8651.0, 8633.0, 8663.0, 8651.0, 8664.0, 8664.0, 8650.0, 8665.0, 8651.0, 8650.0, 8651.0, 8649.0, 8664.0, 8649.0, 8662.0, 8693.0, 8650.0, 8650.0, 8647.0, 8675.0, 8649.0, 8633.0, 8661.0, 8649.0, 8664.0, 8676.0, 8649.0, 8649.0, 8647.0, 8661.0, 8648.0, 8633.0, 8676.0, 8647.0, 8644.0, 8673.0, 8646.0, 8646.0, 8631.0, 8645.0, 8648.0, 8646.0, 8678.0, 8646.0, 8646.0, 8665.0, 8649.0, 8648.0, 8677.0, 8633.0, 8645.0, 8629.0, 8673.0, 8631.0, 8631.0, 8674.0, 8644.0, 8644.0, 8659.0, 8643.0, 8627.0, 8628.0, 8671.0, 8645.0, 8646.0, 8646.0, 8644.0, 8648.0, 8646.0, 8676.0, 8646.0, 8633.0, 8662.0, 8647.0, 8649.0, 8649.0, 8647.0, 8649.0, 8647.0, 8678.0, 8650.0, 8648.0, 8677.0, 8648.0, 8648.0, 8663.0, 8648.0, 8650.0, 8650.0, 8661.0, 8633.0, 8646.0, 8661.0, 8648.0, 8649.0, 8693.0, 8649.0, 8636.0, 8650.0, 8650.0, 8649.0, 8662.0, 8662.0, 8650.0, 8651.0, 8636.0, 8650.0, 8649.0, 8631.0, 8676.0, 8648.0, 8630.0, 8674.0, 8627.0, 8626.0, 8655.0, 8638.0, 8610.0, 8608.0, 8665.0, 8624.0, 8608.0, 8650.0, 8622.0, 8623.0, 8651.0, 8623.0, 8625.0, 8611.0, 8625.0, 8629.0, 8630.0, 8661.0, 8648.0, 8650.0, 8647.0, 8647.0, 8634.0, 8648.0, 8662.0, 8649.0, 8664.0, 8680.0, 8667.0, 8655.0, 8653.0, 8666.0, 8655.0, 8668.0, 8669.0, 8653.0, 8654.0, 8636.0, 8679.0, 8653.0, 8653.0, 8665.0, 8649.0, 8649.0, 8634.0, 8710.0, 8681.0, 8649.0, 8632.0, 8644.0, 8644.0, 8633.0, 8649.0, 8665.0, 8652.0, 8637.0, 8667.0, 8653.0, 8652.0, 8681.0, 8666.0, 8651.0, 8632.0, 8658.0, 8630.0, 8627.0, 8670.0, 8626.0, 8622.0, 8669.0, 8638.0, 8623.0, 8593.0, 8622.0, 8610.0, 8610.0, 8637.0, 8624.0, 8625.0, 8642.0, 8631.0, 8646.0, 8615.0, 8645.0, 8635.0, 8645.0, 8673.0, 8665.0, 8674.0, 8659.0, 8625.0, 8648.0, 8658.0, 8649.0, 8630.0, 8632.0, 8644.0, 8632.0, 8633.0, 8647.0, 8638.0, 8654.0, 8680.0, 8654.0, 8652.0, 8679.0, 8690.0, 8642.0, 8605.0, 8644.0, 8609.0, 8591.0, 8625.0, 8635.0, 8602.0, 8558.0, 8598.0, 8567.0, 8555.0, 8554.0, 8584.0, 8557.0, 8569.0, 8584.0, 8558.0, 8558.0, 8589.0, 8563.0, 8580.0, 8582.0, 8598.0, 8588.0, 8602.0, 8603.0, 8593.0, 8608.0, 8607.0, 8610.0, 8612.0, 8626.0, 8627.0, 8616.0, 8633.0, 8635.0, 8634.0, 8635.0, 8634.0, 8650.0, 8638.0, 8654.0, 8655.0, 8639.0, 8655.0, 8655.0, 8668.0, 8656.0, 8658.0, 8656.0, 8668.0, 8655.0, 8654.0, 8682.0, 8669.0, 8655.0, 8652.0, 8666.0, 8639.0, 8651.0, 8682.0, 8668.0, 8652.0, 8637.0, 8649.0, 8635.0, 8635.0, 8687.0, 8681.0, 8661.0, 8637.0, 8693.0, 8650.0, 8637.0, 8635.0, 8621.0, 8636.0, 8621.0, 8696.0, 8654.0, 8652.0, 8665.0, 8634.0, 8635.0, 8636.0, 8677.0, 8636.0, 8632.0, 8662.0, 8650.0, 8636.0, 8648.0, 8647.0, 8632.0, 8630.0, 8674.0, 8632.0, 8628.0, 8657.0, 8631.0, 8631.0, 8629.0, 8616.0, 8632.0, 8635.0, 8662.0, 8637.0, 8652.0, 8650.0, 8636.0, 8651.0, 8638.0, 8667.0, 8654.0, 8637.0, 8680.0, 8667.0, 8638.0, 8654.0, 8649.0, 8635.0, 8632.0, 8675.0, 8634.0, 8632.0, 8659.0, 8629.0, 8629.0, 8615.0, 8674.0, 8633.0, 8615.0, 8658.0, 8615.0, 8629.0, 8643.0, 8639.0, 8628.0, 8625.0, 8640.0, 8614.0, 8628.0, 8629.0, 8629.0, 8616.0, 8614.0, 8657.0, 8630.0, 8631.0, 8614.0, 8643.0, 8616.0, 8630.0, 8645.0, 8629.0, 8629.0, 8632.0, 8676.0, 8632.0, 8646.0, 8616.0, 8644.0, 8632.0, 8633.0, 8661.0, 8631.0, 8633.0, 8619.0, 8664.0, 8636.0, 8651.0, 8649.0, 8636.0, 8651.0, 8636.0, 8651.0, 8637.0, 8633.0, 8677.0, 8647.0, 8634.0, 8631.0, 8643.0, 8632.0, 8629.0, 8676.0, 8647.0, 8632.0, 8644.0, 8629.0, 8615.0, 8635.0, 8697.0, 8632.0, 8628.0, 8629.0, 8626.0, 8616.0, 8629.0, 8656.0, 8614.0, 8627.0, 8643.0, 8643.0, 8630.0, 8629.0, 8643.0, 8631.0, 8630.0, 8646.0, 8644.0, 8616.0, 8627.0, 8657.0, 8617.0, 8630.0, 8616.0, 8613.0, 8629.0, 8629.0, 8661.0, 8632.0, 8633.0, 8631.0, 8644.0, 8632.0, 8630.0, 8645.0, 8632.0, 8631.0, 8647.0, 8634.0, 8635.0, 8632.0, 8648.0, 8636.0, 8651.0, 8652.0, 8637.0, 8652.0, 8634.0, 8679.0, 8636.0, 8648.0, 8648.0, 8633.0, 8634.0, 8634.0, 8648.0, 8633.0, 8631.0, 8674.0, 8646.0, 8634.0, 8633.0, 8644.0, 8631.0, 8629.0, 8675.0, 8645.0, 8631.0, 8629.0, 8613.0, 8627.0, 8628.0, 8659.0, 8615.0, 8628.0, 8627.0, 8628.0, 8630.0, 8628.0, 8643.0, 8614.0, 8614.0, 8628.0, 8642.0, 8629.0, 8625.0, 8640.0, 8612.0, 8612.0, 8642.0, 8612.0, 8627.0, 8611.0, 8641.0, 8614.0, 8627.0, 8640.0, 8614.0, 8629.0, 8630.0, 8644.0, 8633.0, 8630.0, 8659.0, 8632.0, 8633.0, 8632.0, 8632.0, 8635.0, 8635.0, 8666.0, 8637.0, 8651.0, 8650.0, 8649.0, 8649.0, 8648.0, 8665.0, 8634.0, 8634.0, 8662.0, 8661.0, 8635.0, 8632.0, 8645.0, 8631.0, 8630.0, 8677.0, 8632.0, 8633.0, 8630.0, 8644.0, 8632.0, 8628.0, 8660.0, 8616.0, 8628.0, 8629.0, 8644.0, 8632.0, 8630.0, 8645.0, 8615.0, 8630.0, 8629.0, 8659.0, 8631.0, 8629.0, 8641.0, 8612.0, 8613.0, 8626.0, 8639.0, 8626.0, 8609.0, 8654.0, 8626.0, 8627.0, 8627.0, 8624.0, 8626.0, 8625.0, 8657.0, 8629.0, 8630.0, 8626.0, 8629.0, 8629.0, 8630.0, 8646.0, 8630.0, 8631.0, 8646.0, 8647.0, 8635.0, 8648.0, 8647.0, 8632.0, 8645.0, 8663.0, 8633.0, 8632.0, 8630.0, 8660.0, 8632.0, 8632.0, 8645.0, 8629.0, 8629.0, 8613.0, 8658.0, 8630.0, 8629.0, 8627.0, 8627.0, 8629.0, 8628.0, 8661.0, 8617.0, 8630.0, 8631.0, 8618.0, 8634.0, 8648.0, 8634.0, 8665.0, 8637.0, 8635.0, 8637.0, 8662.0, 8632.0, 8631.0, 8646.0, 8661.0, 8633.0, 8630.0, 8643.0, 8615.0, 8630.0, 8630.0, 8643.0, 8629.0, 8627.0, 8641.0, 8614.0, 8629.0, 8658.0, 8616.0, 8632.0, 8629.0, 8618.0, 8645.0, 8630.0, 8630.0, 8632.0, 8630.0, 8633.0, 8649.0, 8635.0, 8650.0, 8650.0, 8650.0, 8664.0, 8652.0, 8654.0, 8638.0, 8650.0, 8639.0, 8636.0, 8680.0, 8636.0, 8635.0, 8645.0, 8635.0, 8651.0, 8653.0, 8651.0, 8653.0, 8651.0, 8667.0, 8652.0, 8649.0, 8665.0, 8633.0, 8631.0, 8632.0, 8664.0, 8635.0, 8634.0, 8661.0, 8634.0, 8633.0, 8647.0, 8660.0, 8631.0, 8628.0, 8655.0, 8645.0, 8630.0, 8629.0, 8641.0, 8629.0, 8629.0, 8660.0, 8630.0, 8629.0, 8613.0, 8628.0, 8630.0, 8629.0, 8644.0, 8630.0, 8629.0, 8629.0, 8631.0, 8632.0, 8632.0, 8646.0, 8634.0, 8648.0, 8649.0, 8648.0, 8635.0, 8633.0, 8662.0, 8634.0, 8635.0, 8648.0, 8645.0, 8631.0, 8629.0, 8676.0, 8648.0, 8634.0, 8634.0, 8631.0, 8631.0, 8630.0, 8661.0, 8649.0, 8647.0, 8633.0, 8631.0, 8631.0, 8630.0, 8660.0, 8633.0, 8632.0, 8644.0, 8627.0, 8613.0, 8611.0, 8657.0, 8626.0, 8626.0, 8624.0, 8610.0, 8612.0, 8625.0, 8641.0, 8610.0, 8623.0, 8638.0, 8624.0, 8625.0, 8609.0, 8622.0, 8613.0, 8624.0, 8643.0, 8615.0, 8629.0, 8627.0, 8641.0, 8632.0, 8644.0, 8643.0, 8629.0, 8630.0, 8645.0, 8633.0, 8633.0, 8633.0, 8634.0, 8635.0, 8635.0, 8650.0, 8635.0, 8636.0, 8648.0, 8665.0, 8652.0, 8637.0, 8635.0, 8647.0, 8633.0, 8632.0, 8677.0, 8647.0, 8633.0, 8630.0, 8645.0, 8617.0, 8630.0, 8646.0, 8644.0, 8629.0, 8630.0, 8659.0, 8645.0, 8631.0, 8629.0, 8643.0, 8614.0, 8628.0, 8643.0, 8627.0, 8628.0, 8627.0, 8643.0, 8631.0, 8631.0, 8615.0, 8642.0, 8629.0, 8630.0, 8648.0, 8631.0, 8631.0, 8629.0, 8658.0, 8631.0, 8630.0, 8643.0, 8630.0, 8629.0, 8628.0, 8644.0, 8628.0, 8629.0, 8645.0, 8629.0, 8630.0, 8616.0, 8628.0, 8633.0, 8630.0, 8663.0, 8633.0, 8634.0, 8632.0, 8647.0, 8634.0, 8634.0, 8662.0, 8633.0, 8633.0, 8618.0, 8661.0, 8632.0, 8632.0, 8631.0, 8620.0, 8633.0, 8635.0, 8666.0, 8651.0, 8650.0, 8635.0, 8661.0, 8616.0, 8630.0, 8628.0, 8660.0, 8644.0, 8616.0, 8633.0, 8647.0, 8618.0, 8636.0, 8636.0, 8633.0, 8635.0, 8633.0, 8648.0, 8635.0, 8633.0, 8676.0, 8645.0, 8616.0, 8611.0, 8635.0, 8606.0, 8586.0, 8646.0, 8615.0, 8586.0, 8613.0, 8597.0, 8583.0, 8596.0, 8614.0, 8585.0, 8583.0, 8598.0, 8586.0, 8604.0, 8607.0, 8632.0, 8608.0, 8613.0, 8614.0, 8682.0, 8650.0, 8619.0, 8599.0, 8627.0, 8598.0, 8590.0, 8591.0, 8591.0, 8608.0, 8611.0, 8607.0, 8611.0, 8610.0, 8654.0, 8610.0, 8603.0, 8645.0, 8615.0, 8581.0, 8606.0, 8588.0, 8560.0, 8557.0, 8599.0, 8554.0, 8540.0, 8594.0, 8565.0, 8535.0, 8576.0, 8549.0, 8533.0, 8563.0, 8535.0, 8551.0, 8565.0, 8538.0, 8556.0, 8556.0, 8557.0, 8560.0, 8574.0, 8590.0, 8565.0, 8596.0, 8597.0, 8585.0, 8605.0, 8603.0, 8617.0, 8604.0, 8621.0, 8607.0, 8610.0, 8629.0, 8613.0, 8643.0, 8630.0, 8644.0, 8631.0, 8635.0, 8653.0, 8635.0, 8663.0, 8636.0, 8652.0, 8654.0, 8672.0, 8640.0, 8652.0, 8668.0, 8664.0, 8632.0, 8634.0, 8632.0, 8650.0, 8638.0, 8638.0, 8665.0, 8651.0, 8640.0, 8637.0, 8680.0, 8663.0, 8632.0, 8630.0, 8661.0, 8633.0, 8638.0, 8664.0, 8662.0, 8634.0, 8630.0, 8644.0, 8630.0, 8629.0, 8645.0, 8632.0, 8632.0, 8631.0, 8645.0, 8618.0, 8629.0, 8659.0, 8615.0, 8628.0, 8642.0, 8613.0, 8629.0, 8612.0, 8629.0, 8631.0, 8632.0, 8643.0, 8632.0, 8630.0, 8645.0, 8632.0, 8634.0, 8646.0, 8632.0, 8633.0, 8646.0, 8630.0, 8635.0, 8620.0, 8620.0, 8638.0, 8638.0, 8666.0, 8640.0, 8651.0, 8664.0, 8637.0, 8653.0, 8666.0, 8648.0, 8636.0, 8635.0, 8650.0, 8638.0, 8639.0, 8682.0, 8667.0, 8637.0, 8634.0, 8664.0, 8640.0, 8637.0, 8682.0, 8665.0, 8635.0, 8632.0, 8646.0, 8637.0, 8633.0, 8679.0, 8635.0, 8633.0, 8648.0, 8662.0, 8634.0, 8632.0, 8674.0, 8628.0, 8630.0, 8645.0, 8657.0, 8628.0, 8626.0, 8639.0, 8612.0, 8628.0, 8627.0, 8630.0, 8617.0, 8629.0, 8643.0, 8616.0, 8631.0, 8631.0, 8630.0, 8634.0, 8649.0, 8662.0, 8636.0, 8633.0, 8644.0, 8633.0, 8636.0, 8648.0, 8649.0, 8632.0, 8632.0, 8648.0, 8635.0, 8634.0, 8665.0, 8635.0, 8636.0, 8635.0, 8662.0, 8622.0, 8635.0, 8662.0, 8633.0, 8635.0, 8649.0, 8648.0, 8634.0, 8633.0, 8646.0, 8620.0, 8632.0, 8675.0, 8619.0, 8632.0, 8633.0, 8634.0, 8637.0, 8649.0, 8663.0, 8635.0, 8638.0, 8651.0, 8665.0, 8638.0, 8635.0, 8650.0, 8636.0, 8636.0, 8636.0, 8663.0, 8620.0, 8635.0, 8648.0, 8678.0, 8635.0, 8631.0, 8660.0, 8618.0, 8630.0, 8645.0, 8629.0, 8631.0, 8629.0, 8660.0, 8619.0, 8633.0, 8632.0, 8619.0, 8635.0, 8635.0, 8649.0, 8621.0, 8649.0, 8664.0, 8636.0, 8637.0, 8633.0, 8648.0, 8635.0, 8636.0, 8664.0, 8648.0, 8618.0, 8632.0, 8660.0, 8619.0, 8619.0, 8661.0, 8618.0, 8633.0, 8633.0, 8646.0, 8620.0, 8632.0, 8645.0, 8618.0, 8633.0, 8659.0, 8635.0, 8620.0, 8647.0, 8618.0, 8635.0, 8633.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.0014391212121212119</td></tr>
<tr><td colspan=3>aqi</td><td>0.023624190378787876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.12180991667924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1777566973313087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009639872752085</td></tr>
<tr><td colspan=3>efc</td><td>0.4527</td></tr>
<tr><td colspan=3>fber</td><td>6219.6396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06827850634817201</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6818181818181818</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4934589151028024</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4032298517934443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7210469351251856</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3560999583897773</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116006</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02027694694697857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01704373024404049</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.758230492895097</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>34.1131</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.028</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.5059</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>308547.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>748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.6117</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9728</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.9986</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3097.9294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.5254</td></tr>
<tr><td colspan=3>tsnr</td><td>40.1403016790282</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>