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

616 lines
No EOL
144 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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-04/func/sub-0025_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>1ce73b58e151f88ca6e67011370d6565</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>11:37:17.117500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99922, 0.0221494, 0.0326986, -0.02285, 0.999514, 0.0212076]</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.10773</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>[4135, -7744, -7220, 536, -51, -113, -49, 47]</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>305.823</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>751f0d3e-837e-4dd9-91af-f4a5c5994a6b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680833578109741, -0.061304789036512375, 0.08697506040334702, 113.9730224609375], [-0.059425342828035355, 2.6816227436065674, 0.05923321843147278, -78.80175018310547], [0.08772799372673035, -0.05689847469329834, 2.697948694229126, -67.36090850830078], [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': ['113717.117500', '113717.577500', '113718.037500', '113718.497500', '113718.957500', '113719.417500', '113719.877500', '113720.337500', '113720.797500', '113721.257500', '113721.717500', '113722.177500', '113722.637500', '113723.097500', '113723.557500', '113724.017500', '113724.477500', '113724.937500', '113725.397500', '113725.857500', '113726.317500', '113726.777500', '113727.237500', '113727.697500', '113728.157500', '113728.617500', '113729.077500', '113729.537500', '113729.997500', '113730.457500', '113730.917500', '113731.377500', '113731.837500', '113732.297500', '113732.757500', '113733.217500', '113733.677500', '113734.137500', '113734.597500', '113735.057500', '113735.517500', '113735.977500', '113736.437500', '113736.897500', '113737.357500', '113737.817500', '113738.277500', '113738.737500', '113739.197500', '113739.657500', '113740.117500', '113740.577500', '113741.037500', '113741.497500', '113741.957500', '113742.417500', '113742.877500', '113743.337500', '113743.797500', '113744.257500', '113744.717500', '113745.177500', '113745.637500', '113746.097500', '113746.557500', '113747.017500', '113747.477500', '113747.937500', '113748.397500', '113748.857500', '113749.317500', '113749.777500', '113750.237500', '113750.697500', '113751.157500', '113751.617500', '113752.077500', '113752.537500', '113752.997500', '113753.457500', '113753.917500', '113754.377500', '113754.837500', '113755.297500', '113755.757500', '113756.217500', '113756.677500', '113757.137500', '113757.597500', '113758.057500', '113758.517500', '113758.977500', '113759.437500', '113759.897500', '113800.357500', '113800.817500', '113801.277500', '113801.737500', '113802.197500', '113802.657500', '113803.117500', '113803.577500', '113804.037500', '113804.497500', '113804.957500', '113805.417500', '113805.877500', '113806.337500', '113806.797500', '113807.257500', '113807.717500', '113808.177500', '113808.637500', '113809.097500', '113809.557500', '113810.017500', '113810.477500', '113810.937500', '113811.397500', '113811.857500', '113812.317500', '113812.777500', '113813.237500', '113813.697500', '113814.157500', '113814.617500', '113815.077500', '113815.537500', '113815.997500', '113816.457500', '113816.917500', '113817.377500', '113817.837500', '113818.297500', '113818.757500', '113819.217500', '113819.677500', '113820.137500', '113820.597500', '113821.057500', '113821.517500', '113821.977500', '113822.437500', '113822.897500', '113823.357500', '113823.817500', '113824.277500', '113824.737500', '113825.197500', '113825.657500', '113826.117500', '113826.577500', '113827.037500', '113827.497500', '113827.957500', '113828.417500', '113828.877500', '113829.337500', '113829.797500', '113830.257500', '113830.717500', '113831.177500', '113831.637500', '113832.097500', '113832.557500', '113833.017500', '113833.477500', '113833.937500', '113834.397500', '113834.857500', '113835.317500', '113835.777500', '113836.237500', '113836.697500', '113837.157500', '113837.617500', '113838.077500', '113838.537500', '113838.997500', '113839.457500', '113839.917500', '113840.377500', '113840.837500', '113841.297500', '113841.757500', '113842.217500', '113842.677500', '113843.137500', '113843.597500', '113844.057500', '113844.517500', '113844.977500', '113845.437500', '113845.897500', '113846.357500', '113846.817500', '113847.277500', '113847.737500', '113848.197500', '113848.657500', '113849.117500', '113849.577500', '113850.037500', '113850.497500', '113850.957500', '113851.417500', '113851.877500', '113852.337500', '113852.797500', '113853.257500', '113853.717500', '113854.177500', '113854.637500', '113855.097500', '113855.557500', '113856.017500', '113856.477500', '113856.937500', '113857.397500', '113857.857500', '113858.317500', '113858.777500', '113859.237500', '113859.697500', '113900.157500', '113900.617500', '113901.077500', '113901.537500', '113901.997500', '113902.457500', '113902.917500', '113903.377500', '113903.837500', '113904.297500', '113904.757500', '113905.217500', '113905.677500', '113906.137500', '113906.597500', '113907.057500', '113907.517500', '113907.977500', '113908.437500', '113908.897500', '113909.357500', '113909.817500', '113910.277500', '113910.737500', '113911.197500', '113911.657500', '113912.117500', '113912.577500', '113913.037500', '113913.497500', '113913.957500', '113914.417500', '113914.877500', '113915.337500', '113915.797500', '113916.257500', '113916.717500', '113917.177500', '113917.637500', '113918.097500', '113918.557500', '113919.017500', '113919.477500', '113919.937500', '113920.397500', '113920.857500', '113921.317500', '113921.777500', '113922.237500', '113922.697500', '113923.157500', '113923.617500', '113924.077500', '113924.537500', '113924.997500', '113925.457500', '113925.917500', '113926.377500', '113926.837500', '113927.297500', '113927.757500', '113928.217500', '113928.677500', '113929.137500', '113929.597500', '113930.057500', '113930.517500', '113930.977500', '113931.437500', '113931.897500', '113932.357500', '113932.817500', '113933.277500', '113933.737500', '113934.197500', '113934.657500', '113935.117500', '113935.577500', '113936.037500', '113936.497500', '113936.957500', '113937.417500', '113937.877500', '113938.337500', '113938.797500', '113939.257500', '113939.717500', '113940.177500', '113940.637500', '113941.097500', '113941.557500', '113942.017500', '113942.477500', '113942.937500', '113943.397500', '113943.857500', '113944.317500', '113944.777500', '113945.237500', '113945.697500', '113946.157500', '113946.617500', '113947.077500', '113947.537500', '113947.997500', '113948.457500', '113948.917500', '113949.377500', '113949.837500', '113950.297500', '113950.757500', '113951.217500', '113951.677500', '113952.137500', '113952.597500', '113953.057500', '113953.517500', '113953.977500', '113954.437500', '113954.897500', '113955.357500', '113955.817500', '113956.277500', '113956.737500', '113957.197500', '113957.657500', '113958.117500', '113958.577500', '113959.037500', '113959.497500', '113959.957500', '114000.417500', '114000.877500', '114001.337500', '114001.797500', '114002.257500', '114002.717500', '114003.177500', '114003.637500', '114004.097500', '114004.557500', '114005.017500', '114005.477500', '114005.937500', '114006.397500', '114006.857500', '114007.317500', '114007.777500', '114008.237500', '114008.697500', '114009.157500', '114009.617500', '114010.077500', '114010.537500', '114010.997500', '114011.457500', '114011.917500', '114012.377500', '114012.837500', '114013.297500', '114013.757500', '114014.217500', '114014.677500', '114015.137500', '114015.597500', '114016.057500', '114016.517500', '114016.977500', '114017.437500', '114017.897500', '114018.357500', '114018.817500', '114019.277500', '114019.737500', '114020.197500', '114020.657500', '114021.117500', '114021.577500', '114022.037500', '114022.497500', '114022.957500', '114023.417500', '114023.877500', '114024.337500', '114024.797500', '114025.257500', '114025.717500', '114026.177500', '114026.637500', '114027.097500', '114027.557500', '114028.017500', '114028.477500', '114028.937500', '114029.397500', '114029.857500', '114030.317500', '114030.777500', '114031.237500', '114031.697500', '114032.157500', '114032.617500', '114033.077500', '114033.537500', '114033.997500', '114034.457500', '114034.917500', '114035.377500', '114035.837500', '114036.297500', '114036.757500', '114037.217500', '114037.677500', '114038.137500', '114038.597500', '114039.057500', '114039.517500', '114039.977500', '114040.437500', '114040.897500', '114041.357500', '114041.817500', '114042.277500', '114042.737500', '114043.197500', '114043.657500', '114044.117500', '114044.577500', '114045.037500', '114045.497500', '114045.957500', '114046.417500', '114046.877500', '114047.337500', '114047.797500', '114048.257500', '114048.717500', '114049.177500', '114049.637500', '114050.097500', '114050.557500', '114051.017500', '114051.477500', '114051.937500', '114052.397500', '114052.857500', '114053.317500', '114053.777500', '114054.237500', '114054.697500', '114055.157500', '114055.617500', '114056.077500', '114056.537500', '114056.997500', '114057.457500', '114057.917500', '114058.377500', '114058.837500', '114059.297500', '114059.757500', '114100.217500', '114100.677500', '114101.137500', '114101.597500', '114102.057500', '114102.517500', '114102.977500', '114103.437500', '114103.897500', '114104.357500', '114104.817500', '114105.277500', '114105.737500', '114106.197500', '114106.657500', '114107.117500', '114107.577500', '114108.037500', '114108.497500', '114108.957500', '114109.417500', '114109.877500', '114110.337500', '114110.797500', '114111.257500', '114111.717500', '114112.177500', '114112.637500', '114113.097500', '114113.557500', '114114.017500', '114114.477500', '114114.937500', '114115.397500', '114115.857500', '114116.317500', '114116.777500', '114117.237500', '114117.697500', '114118.157500', '114118.617500', '114119.077500', '114119.537500', '114119.997500', '114120.457500', '114120.917500', '114121.377500', '114121.837500', '114122.297500', '114122.757500', '114123.217500', '114123.677500', '114124.137500', '114124.597500', '114125.057500', '114125.517500', '114125.977500', '114126.437500', '114126.897500', '114127.357500', '114127.817500', '114128.277500', '114128.737500', '114129.197500', '114129.657500', '114130.117500', '114130.577500', '114131.037500', '114131.497500', '114131.957500', '114132.417500', '114132.877500', '114133.337500', '114133.797500', '114134.257500', '114134.717500', '114135.177500', '114135.637500', '114136.097500', '114136.557500', '114137.017500', '114137.477500', '114137.937500', '114138.397500', '114138.857500', '114139.317500', '114139.777500', '114140.237500', '114140.697500', '114141.157500', '114141.617500', '114142.077500', '114142.537500', '114142.997500', '114143.457500', '114143.917500', '114144.377500', '114144.837500', '114145.297500', '114145.757500', '114146.217500', '114146.677500', '114147.137500', '114147.597500', '114148.057500', '114148.517500', '114148.977500', '114149.437500', '114149.897500', '114150.357500', '114150.817500', '114151.277500', '114151.737500', '114152.197500', '114152.657500', '114153.117500', '114153.577500', '114154.037500', '114154.497500', '114154.957500', '114155.417500', '114155.877500', '114156.337500', '114156.797500', '114157.257500', '114157.717500', '114158.177500', '114158.637500', '114159.097500', '114159.557500', '114200.017500', '114200.477500', '114200.937500', '114201.397500', '114201.857500', '114202.317500', '114202.777500', '114203.237500', '114203.697500', '114204.157500', '114204.617500', '114205.077500', '114205.537500', '114205.997500', '114206.457500', '114206.917500', '114207.377500', '114207.837500', '114208.297500', '114208.757500', '114209.217500', '114209.677500', '114210.137500', '114210.597500', '114211.057500', '114211.517500', '114211.977500', '114212.437500', '114212.897500', '114213.357500', '114213.817500', '114214.277500', '114214.737500', '114215.197500', '114215.657500', '114216.117500', '114216.577500', '114217.037500', '114217.497500', '114217.957500', '114218.417500', '114218.877500', '114219.337500', '114219.797500', '114220.257500', '114220.717500', '114221.177500', '114221.637500', '114222.097500', '114222.557500', '114223.017500', '114223.477500', '114223.937500', '114224.397500', '114224.857500', '114225.317500', '114225.777500', '114226.237500', '114226.697500', '114227.157500', '114227.617500', '114228.077500', '114228.537500', '114228.997500', '114229.457500', '114229.917500', '114230.377500', '114230.837500', '114231.297500', '114231.757500', '114232.217500', '114232.677500', '114233.137500', '114233.597500', '114234.057500', '114234.517500', '114234.977500', '114235.437500', '114235.897500', '114236.357500', '114236.817500', '114237.277500', '114237.737500', '114238.197500', '114238.657500', '114239.117500', '114239.577500', '114240.037500', '114240.497500', '114240.957500', '114241.417500', '114241.877500', '114242.337500', '114242.797500', '114243.257500', '114243.717500', '114244.177500', '114244.637500', '114245.097500', '114245.557500', '114246.017500', '114246.477500', '114246.937500', '114247.397500', '114247.857500', '114248.317500', '114248.777500', '114249.237500', '114249.697500', '114250.157500', '114250.617500', '114251.077500', '114251.537500', '114251.997500', '114252.457500', '114252.917500', '114253.377500', '114253.837500', '114254.297500', '114254.757500', '114255.217500', '114255.677500', '114256.137500', '114256.597500', '114257.057500', '114257.517500', '114257.977500', '114258.437500', '114258.897500', '114259.357500', '114259.817500', '114300.277500', '114300.737500', '114301.197500', '114301.657500', '114302.117500', '114302.577500', '114303.037500', '114303.497500', '114303.957500', '114304.417500', '114304.877500', '114305.337500', '114305.797500', '114306.257500', '114306.717500', '114307.177500', '114307.637500', '114308.097500', '114308.557500', '114309.017500', '114309.477500', '114309.937500', '114310.397500', '114310.857500', '114311.317500', '114311.777500', '114312.237500', '114312.697500', '114313.157500', '114313.617500', '114314.077500', '114314.537500', '114314.997500', '114315.457500', '114315.917500', '114316.377500', '114316.837500', '114317.297500', '114317.757500', '114318.217500', '114318.677500', '114319.137500', '114319.597500', '114320.057500', '114320.517500', '114320.977500', '114321.437500', '114321.897500', '114322.357500', '114322.817500', '114323.277500', '114323.737500', '114324.197500', '114324.657500', '114325.117500', '114325.577500', '114326.037500', '114326.497500', '114326.957500', '114327.417500', '114327.877500', '114328.337500', '114328.797500', '114329.257500', '114329.717500', '114330.177500', '114330.637500', '114331.097500', '114331.557500', '114332.017500', '114332.477500', '114332.937500', '114333.397500', '114333.857500', '114334.317500', '114334.777500', '114335.237500', '114335.697500', '114336.157500', '114336.617500', '114337.077500', '114337.537500', '114337.997500', '114338.457500', '114338.917500', '114339.377500', '114339.837500', '114340.297500', '114340.757500', '114341.217500', '114341.677500', '114342.137500', '114342.597500', '114343.057500', '114343.517500', '114343.977500', '114344.437500', '114344.897500', '114345.357500', '114345.817500', '114346.277500', '114346.737500', '114347.197500', '114347.657500', '114348.117500', '114348.577500', '114349.037500', '114349.497500', '114349.957500', '114350.417500', '114350.877500', '114351.337500', '114351.797500', '114352.257500', '114352.717500', '114353.177500', '114353.637500', '114354.097500', '114354.557500', '114355.017500', '114355.477500', '114355.937500', '114356.397500', '114356.857500', '114357.317500', '114357.777500', '114358.237500', '114358.697500', '114359.157500', '114359.617500', '114400.077500', '114400.537500', '114400.997500', '114401.457500', '114401.917500', '114402.377500', '114402.837500', '114403.297500', '114403.757500', '114404.217500', '114404.677500', '114405.137500', '114405.597500', '114406.057500', '114406.517500', '114406.977500', '114407.437500', '114407.897500', '114408.357500', '114408.817500', '114409.277500', '114409.737500', '114410.197500', '114410.657500', '114411.117500', '114411.577500', '114412.037500', '114412.497500', '114412.957500', '114413.417500', '114413.877500', '114414.337500', '114414.797500', '114415.257500', '114415.717500', '114416.177500', '114416.637500', '114417.097500', '114417.557500', '114418.017500', '114418.477500', '114418.937500', '114419.397500', '114419.857500', '114420.317500', '114420.777500', '114421.237500', '114421.697500', '114422.157500', '114422.617500', '114423.077500', '114423.537500', '114423.997500', '114424.457500', '114424.917500', '114425.377500', '114425.837500', '114426.297500', '114426.757500', '114427.217500', '114427.677500', '114428.137500', '114428.597500', '114429.057500', '114429.517500', '114429.977500', '114430.437500', '114430.897500', '114431.357500', '114431.817500', '114432.277500', '114432.737500', '114433.197500', '114433.657500', '114434.117500', '114434.577500', '114435.037500', '114435.497500', '114435.957500', '114436.417500', '114436.877500', '114437.337500', '114437.797500', '114438.257500', '114438.717500', '114439.177500', '114439.637500', '114440.097500', '114440.557500', '114441.017500', '114441.477500', '114441.937500', '114442.397500', '114442.857500', '114443.317500', '114443.777500', '114444.237500', '114444.697500', '114445.157500', '114445.617500', '114446.077500', '114446.537500', '114446.997500', '114447.457500', '114447.917500', '114448.377500', '114448.837500', '114449.297500', '114449.757500', '114450.217500', '114450.677500', '114451.137500', '114451.597500', '114452.057500', '114452.517500', '114452.977500', '114453.437500', '114453.897500', '114454.357500', '114454.817500', '114455.277500', '114455.737500', '114456.197500', '114456.657500', '114457.117500', '114457.577500', '114458.037500', '114458.497500', '114458.957500', '114459.417500', '114459.877500', '114500.337500', '114500.797500', '114501.257500', '114501.717500', '114502.177500', '114502.637500', '114503.097500', '114503.557500', '114504.017500', '114504.477500', '114504.937500', '114505.397500', '114505.857500', '114506.317500', '114506.777500', '114507.237500', '114507.697500', '114508.157500', '114508.617500', '114509.077500', '114509.537500', '114509.997500', '114510.457500', '114510.917500', '114511.377500', '114511.837500', '114512.297500', '114512.757500', '114513.217500', '114513.677500', '114514.137500', '114514.597500', '114515.057500', '114515.517500', '114515.977500', '114516.437500', '114516.897500', '114517.357500', '114517.817500', '114518.277500', '114518.737500', '114519.197500', '114519.657500', '114520.117500', '114520.577500', '114521.037500', '114521.497500', '114521.957500', '114522.417500', '114522.877500', '114523.337500', '114523.797500', '114524.257500', '114524.717500', '114525.177500', '114525.637500', '114526.097500', '114526.557500', '114527.017500', '114527.477500', '114527.937500', '114528.397500', '114528.857500', '114529.317500', '114529.777500', '114530.237500', '114530.697500', '114531.157500', '114531.617500', '114532.077500', '114532.537500', '114532.997500', '114533.457500', '114533.917500', '114534.377500', '114534.837500', '114535.297500', '114535.757500', '114536.217500', '114536.677500', '114537.137500', '114537.597500', '114538.057500', '114538.517500', '114538.977500', '114539.437500', '114539.897500', '114540.357500', '114540.817500', '114541.277500', '114541.737500', '114542.197500', '114542.657500', '114543.117500', '114543.577500', '114544.037500', '114544.497500', '114544.957500', '114545.417500', '114545.877500', '114546.337500', '114546.797500', '114547.257500', '114547.717500', '114548.177500', '114548.637500', '114549.097500', '114549.557500', '114550.017500', '114550.477500', '114550.937500', '114551.397500', '114551.857500', '114552.317500', '114552.777500', '114553.237500', '114553.697500', '114554.157500', '114554.617500', '114555.077500', '114555.537500', '114555.997500', '114556.457500', '114556.917500', '114557.377500', '114557.837500', '114558.297500', '114558.757500', '114559.217500', '114559.677500', '114600.137500', '114600.597500', '114601.057500', '114601.517500', '114601.977500', '114602.437500', '114602.897500', '114603.357500', '114603.817500', '114604.277500', '114604.737500', '114605.197500', '114605.657500', '114606.117500', '114606.577500', '114607.037500', '114607.497500', '114607.957500', '114608.417500', '114608.877500', '114609.337500', '114609.797500', '114610.257500', '114610.717500', '114611.177500', '114611.637500', '114612.097500', '114612.557500', '114613.017500', '114613.477500', '114613.937500', '114614.397500', '114614.857500', '114615.317500', '114615.777500', '114616.237500', '114616.697500', '114617.157500', '114617.617500', '114618.077500', '114618.537500', '114618.997500', '114619.457500', '114619.917500', '114620.377500', '114620.837500', '114621.297500', '114621.757500', '114622.217500', '114622.677500', '114623.137500', '114623.597500', '114624.057500', '114624.517500', '114624.977500', '114625.437500', '114625.897500', '114626.357500', '114626.817500', '114627.277500', '114627.737500', '114628.197500', '114628.657500', '114629.117500', '114629.577500', '114630.037500', '114630.497500', '114630.957500', '114631.417500', '114631.877500', '114632.337500', '114632.797500', '114633.257500', '114633.717500', '114634.177500', '114634.637500', '114635.097500', '114635.557500', '114636.017500', '114636.477500', '114636.937500', '114637.397500', '114637.857500', '114638.317500', '114638.777500', '114639.237500', '114639.697500', '114640.157500', '114640.617500', '114641.077500', '114641.537500', '114641.997500', '114642.457500', '114642.917500', '114643.377500', '114643.837500', '114644.297500', '114644.757500', '114645.217500', '114645.677500', '114646.137500', '114646.597500', '114647.057500', '114647.517500', '114647.977500', '114648.437500', '114648.897500', '114649.357500', '114649.817500', '114650.277500', '114650.737500', '114651.197500', '114651.657500', '114652.117500', '114652.577500', '114653.037500', '114653.497500', '114653.957500', '114654.417500', '114654.877500', '114655.337500', '114655.797500', '114656.257500', '114656.717500', '114657.177500', '114657.637500', '114658.097500', '114658.557500', '114659.017500', '114659.477500', '114659.937500', '114700.397500', '114700.857500', '114701.317500', '114701.777500', '114702.237500', '114702.697500', '114703.157500', '114703.617500', '114704.077500', '114704.537500', '114704.997500', '114705.457500', '114705.917500', '114706.377500', '114706.837500', '114707.297500', '114707.757500', '114708.217500', '114708.677500', '114709.137500', '114709.597500', '114710.057500', '114710.517500', '114710.977500', '114711.437500', '114711.897500', '114712.357500', '114712.817500', '114713.277500', '114713.737500', '114714.197500', '114714.657500', '114715.117500', '114715.577500', '114716.037500', '114716.497500', '114716.957500', '114717.417500', '114717.877500', '114718.337500', '114718.797500', '114719.257500', '114719.717500', '114720.177500', '114720.637500', '114721.097500', '114721.557500', '114722.017500', '114722.477500', '114722.937500', '114723.397500', '114723.857500', '114724.317500', '114724.777500'], 'ContentTime': ['113738.005000', '113738.008000', '113738.011000', '113738.014000', '113738.017000', '113738.020000', '113738.023000', '113738.026000', '113738.030000', '113738.033000', '113738.035000', '113738.038000', '113738.048000', '113738.052000', '113738.054000', '113738.057000', '113738.060000', '113738.063000', '113738.066000', '113738.068000', '113738.071000', '113738.074000', '113738.077000', '113738.080000', '113738.082000', '113738.085000', '113738.088000', '113738.091000', '113738.094000', '113738.096000', '113738.099000', '113738.102000', '113738.105000', '113738.108000', '113738.110000', '113738.113000', '113738.116000', '113738.119000', '113738.121000', '113738.124000', '113738.127000', '113738.130000', '113738.133000', '113757.979000', '113757.982000', '113757.985000', '113757.987000', '113757.990000', '113757.993000', '113757.996000', '113757.998000', '113758.002000', '113758.005000', '113758.008000', '113758.011000', '113758.013000', '113758.016000', '113758.019000', '113758.022000', '113758.025000', '113758.027000', '113758.030000', '113758.033000', '113758.036000', '113758.038000', '113758.041000', '113758.044000', '113758.047000', '113758.050000', '113758.052000', '113758.055000', '113758.058000', '113758.061000', '113758.064000', '113758.066000', '113758.069000', '113758.072000', '113758.075000', '113758.078000', '113758.080000', '113758.083000', '113758.086000', '113758.089000', '113758.091000', '113758.094000', '113758.097000', '113758.100000', '113817.979000', '113817.982000', '113817.985000', '113817.987000', '113817.990000', '113817.993000', '113817.996000', '113817.998000', '113818.002000', '113818.005000', '113818.008000', '113818.011000', '113818.014000', '113818.016000', '113818.019000', '113818.022000', '113818.025000', '113818.028000', '113818.030000', '113818.033000', '113818.036000', '113818.039000', '113818.041000', '113818.044000', '113818.047000', '113818.050000', '113818.052000', '113818.055000', '113818.058000', '113818.061000', '113818.064000', '113818.067000', '113818.070000', '113818.072000', '113818.075000', '113818.078000', '113818.081000', '113818.084000', '113818.086000', '113818.089000', '113818.092000', '113818.095000', '113818.097000', '113837.979000', '113837.982000', '113837.984000', '113837.987000', '113837.990000', '113837.993000', '113837.995000', '113837.998000', '113838.002000', '113838.005000', '113838.008000', '113838.010000', '113838.013000', '113838.016000', '113838.019000', '113838.021000', '113838.024000', '113838.027000', '113838.030000', '113838.032000', '113838.035000', '113838.038000', '113838.041000', '113838.044000', '113838.046000', '113838.060000', '113838.062000', '113838.065000', '113838.068000', '113838.071000', '113838.079000', '113838.082000', '113838.084000', '113838.087000', '113838.090000', '113838.093000', '113838.095000', '113838.098000', '113838.101000', '113838.104000', '113838.107000', '113838.110000', '113838.112000', '113838.115000', '113857.979000', '113857.983000', '113857.986000', '113857.989000', '113857.993000', '113857.996000', '113858.000000', '113858.003000', '113858.006000', '113858.009000', '113858.012000', '113858.015000', '113858.018000', '113858.021000', '113858.024000', '113858.027000', '113858.030000', '113858.032000', '113858.035000', '113858.038000', '113858.041000', '113858.044000', '113858.047000', '113858.049000', '113858.052000', '113858.055000', '113858.059000', '113858.063000', '113858.066000', '113858.069000', '113858.072000', '113858.075000', '113858.078000', '113858.080000', '113858.083000', '113858.086000', '113858.089000', '113858.092000', '113858.094000', '113858.097000', '113858.100000', '113858.103000', '113858.106000', '113917.979000', '113917.982000', '113917.985000', '113917.987000', '113917.990000', '113917.993000', '113917.996000', '113918.000000', '113918.003000', '113918.006000', '113918.008000', '113918.011000', '113918.014000', '113918.017000', '113918.020000', '113918.022000', '113918.025000', '113918.028000', '113918.031000', '113918.034000', '113918.036000', '113918.039000', '113918.042000', '113918.045000', '113918.048000', '113918.050000', '113918.053000', '113918.056000', '113918.059000', '113918.062000', '113918.064000', '113918.067000', '113918.070000', '113918.073000', '113918.075000', '113918.078000', '113918.081000', '113918.084000', '113918.087000', '113918.090000', '113918.092000', '113918.095000', '113918.104000', '113918.106000', '113937.979000', '113937.982000', '113937.985000', '113937.990000', '113937.993000', '113937.996000', '113938.000000', '113938.003000', '113938.006000', '113938.009000', '113938.012000', '113938.014000', '113938.017000', '113938.020000', '113938.023000', '113938.026000', '113938.029000', '113938.032000', '113938.034000', '113938.037000', '113938.040000', '113938.043000', '113938.046000', '113938.050000', '113938.053000', '113938.056000', '113938.059000', '113938.062000', '113938.065000', '113938.068000', '113938.071000', '113938.074000', '113938.076000', '113938.079000', '113938.082000', '113938.085000', '113938.088000', '113938.091000', '113938.094000', '113938.097000', '113938.099000', '113938.102000', '113938.106000', '113957.979000', '113957.982000', '113957.985000', '113957.987000', '113957.990000', '113957.993000', '113957.996000', '113958.000000', '113958.002000', '113958.005000', '113958.008000', '113958.011000', '113958.014000', '113958.016000', '113958.019000', '113958.022000', '113958.025000', '113958.027000', '113958.030000', '113958.033000', '113958.036000', '113958.039000', '113958.041000', '113958.044000', '113958.047000', '113958.050000', '113958.053000', '113958.056000', '113958.058000', '113958.061000', '113958.064000', '113958.067000', '113958.070000', '113958.073000', '113958.075000', '113958.078000', '113958.081000', '113958.084000', '113958.087000', '113958.089000', '113958.092000', '113958.095000', '113958.098000', '113958.101000', '114017.979000', '114017.982000', '114017.985000', '114017.987000', '114017.990000', '114017.993000', '114017.996000', '114018.000000', '114018.002000', '114018.005000', '114018.008000', '114018.011000', '114018.014000', '114018.016000', '114018.019000', '114018.022000', '114018.025000', '114018.028000', '114018.030000', '114018.033000', '114018.049000', '114018.052000', '114018.055000', '114018.058000', '114018.060000', '114018.063000', '114018.067000', '114018.073000', '114018.076000', '114018.079000', '114018.082000', '114018.084000', '114018.087000', '114018.090000', '114018.093000', '114018.096000', '114018.099000', '114018.102000', '114018.104000', '114018.107000', '114018.110000', '114018.113000', '114018.115000', '114037.979000', '114037.982000', '114037.984000', '114037.987000', '114037.990000', '114037.993000', '114037.996000', '114038.000000', '114038.002000', '114038.005000', '114038.008000', '114038.011000', '114038.014000', '114038.016000', '114038.019000', '114038.022000', '114038.025000', '114038.028000', '114038.030000', '114038.033000', '114038.036000', '114038.039000', '114038.042000', '114038.044000', '114038.047000', '114038.050000', '114038.053000', '114038.056000', '114038.058000', '114038.061000', '114038.064000', '114038.067000', '114038.070000', '114038.072000', '114038.075000', '114038.078000', '114038.081000', '114038.084000', '114038.086000', '114038.089000', '114038.092000', '114038.095000', '114038.097000', '114038.100000', '114057.979000', '114057.982000', '114057.985000', '114057.987000', '114057.990000', '114057.993000', '114057.996000', '114058.000000', '114058.002000', '114058.005000', '114058.008000', '114058.011000', '114058.014000', '114058.016000', '114058.019000', '114058.022000', '114058.026000', '114058.029000', '114058.032000', '114058.035000', '114058.038000', '114058.041000', '114058.044000', '114058.046000', '114058.049000', '114058.052000', '114058.055000', '114058.057000', '114058.060000', '114058.063000', '114058.066000', '114058.069000', '114058.071000', '114058.074000', '114058.077000', '114058.080000', '114058.083000', '114058.086000', '114058.089000', '114058.091000', '114058.094000', '114058.097000', '114058.100000', '114117.979000', '114117.982000', '114117.984000', '114117.987000', '114117.990000', '114117.993000', '114117.996000', '114118.000000', '114118.002000', '114118.005000', '114118.008000', '114118.011000', '114118.013000', '114118.016000', '114118.019000', '114118.022000', '114118.025000', '114118.027000', '114118.030000', '114118.033000', '114118.036000', '114118.039000', '114118.041000', '114118.044000', '114118.047000', '114118.050000', '114118.053000', '114118.056000', '114118.058000', '114118.061000', '114118.064000', '114118.067000', '114118.070000', '114118.073000', '114118.076000', '114118.078000', '114118.081000', '114118.084000', '114118.087000', '114118.090000', '114118.092000', '114118.095000', '114118.098000', '114118.101000', '114137.979000', '114137.982000', '114137.985000', '114137.987000', '114137.990000', '114137.993000', '114137.996000', '114138.000000', '114138.002000', '114138.005000', '114138.008000', '114138.011000', '114138.014000', '114138.016000', '114138.019000', '114138.022000', '114138.025000', '114138.028000', '114138.031000', '114138.033000', '114138.036000', '114138.039000', '114138.042000', '114138.045000', '114138.060000', '114138.063000', '114138.066000', '114138.069000', '114138.072000', '114138.074000', '114138.077000', '114138.080000', '114138.083000', '114138.086000', '114138.089000', '114138.091000', '114138.094000', '114138.097000', '114138.100000', '114138.103000', '114138.106000', '114138.108000', '114138.111000', '114157.979000', '114157.982000', '114158.001000', '114158.004000', '114158.007000', '114158.009000', '114158.012000', '114158.015000', '114158.018000', '114158.021000', '114158.023000', '114158.026000', '114158.029000', '114158.032000', '114158.035000', '114158.037000', '114158.040000', '114158.043000', '114158.046000', '114158.048000', '114158.051000', '114158.054000', '114158.057000', '114158.060000', '114158.062000', '114158.065000', '114158.068000', '114158.071000', '114158.074000', '114158.076000', '114158.079000', '114158.082000', '114158.085000', '114158.088000', '114158.090000', '114158.093000', '114158.096000', '114158.099000', '114158.102000', '114158.104000', '114158.107000', '114158.110000', '114158.113000', '114158.115000', '114217.979000', '114217.982000', '114217.985000', '114217.988000', '114217.990000', '114217.993000', '114217.996000', '114218.000000', '114218.002000', '114218.005000', '114218.008000', '114218.011000', '114218.013000', '114218.016000', '114218.019000', '114218.022000', '114218.025000', '114218.028000', '114218.030000', '114218.033000', '114218.036000', '114218.039000', '114218.042000', '114218.044000', '114218.047000', '114218.050000', '114218.053000', '114218.056000', '114218.058000', '114218.061000', '114218.065000', '114218.068000', '114218.071000', '114218.074000', '114218.077000', '114218.080000', '114218.082000', '114218.085000', '114218.088000', '114218.091000', '114218.093000', '114218.096000', '114218.099000', '114237.979000', '114237.982000', '114237.985000', '114237.987000', '114237.990000', '114237.993000', '114237.996000', '114238.000000', '114238.003000', '114238.005000', '114238.008000', '114238.011000', '114238.014000', '114238.016000', '114238.019000', '114238.022000', '114238.025000', '114238.028000', '114238.031000', '114238.034000', '114238.036000', '114238.039000', '114238.042000', '114238.045000', '114238.048000', '114238.051000', '114238.053000', '114238.056000', '114238.059000', '114238.062000', '114238.065000', '114238.068000', '114238.070000', '114238.073000', '114238.076000', '114238.079000', '114238.082000', '114238.084000', '114238.087000', '114238.090000', '114238.093000', '114238.095000', '114238.098000', '114238.101000', '114257.979000', '114257.982000', '114257.985000', '114257.987000', '114257.990000', '114257.993000', '114257.996000', '114258.000000', '114258.002000', '114258.005000', '114258.008000', '114258.011000', '114258.013000', '114258.016000', '114258.019000', '114258.022000', '114258.025000', '114258.028000', '114258.030000', '114258.033000', '114258.036000', '114258.039000', '114258.041000', '114258.044000', '114258.047000', '114258.050000', '114258.053000', '114258.056000', '114258.058000', '114258.061000', '114258.064000', '114258.067000', '114258.070000', '114258.072000', '114258.075000', '114258.078000', '114258.081000', '114258.084000', '114258.087000', '114258.089000', '114258.092000', '114258.095000', '114258.098000', '114317.979000', '114317.982000', '114317.985000', '114317.988000', '114317.990000', '114317.993000', '114317.996000', '114318.000000', '114318.002000', '114318.005000', '114318.008000', '114318.011000', '114318.029000', '114318.032000', '114318.034000', '114318.037000', '114318.040000', '114318.043000', '114318.046000', '114318.048000', '114318.051000', '114318.054000', '114318.057000', '114318.059000', '114318.062000', '114318.065000', '114318.068000', '114318.071000', '114318.074000', '114318.076000', '114318.079000', '114318.082000', '114318.085000', '114318.088000', '114318.090000', '114318.093000', '114318.096000', '114318.099000', '114318.101000', '114318.104000', '114318.107000', '114318.110000', '114318.113000', '114318.116000', '114337.979000', '114337.982000', '114337.985000', '114337.987000', '114337.990000', '114337.993000', '114337.996000', '114338.000000', '114338.002000', '114338.005000', '114338.008000', '114338.011000', '114338.014000', '114338.016000', '114338.019000', '114338.022000', '114338.025000', '114338.028000', '114338.031000', '114338.033000', '114338.036000', '114338.039000', '114338.042000', '114338.045000', '114338.047000', '114338.050000', '114338.053000', '114338.056000', '114338.059000', '114338.062000', '114338.064000', '114338.067000', '114338.070000', '114338.073000', '114338.076000', '114338.078000', '114338.081000', '114338.084000', '114338.087000', '114338.090000', '114338.093000', '114338.095000', '114338.098000', '114357.979000', '114357.982000', '114357.984000', '114357.987000', '114357.990000', '114357.993000', '114357.996000', '114357.998000', '114358.002000', '114358.005000', '114358.008000', '114358.011000', '114358.013000', '114358.016000', '114358.019000', '114358.022000', '114358.025000', '114358.027000', '114358.030000', '114358.033000', '114358.036000', '114358.038000', '114358.041000', '114358.044000', '114358.047000', '114358.050000', '114358.052000', '114358.055000', '114358.058000', '114358.061000', '114358.064000', '114358.067000', '114358.069000', '114358.072000', '114358.075000', '114358.078000', '114358.081000', '114358.083000', '114358.086000', '114358.089000', '114358.092000', '114358.095000', '114358.097000', '114358.100000', '114417.979000', '114417.982000', '114417.985000', '114417.987000', '114417.990000', '114417.993000', '114417.996000', '114418.000000', '114418.002000', '114418.005000', '114418.008000', '114418.011000', '114418.014000', '114418.016000', '114418.019000', '114418.022000', '114418.025000', '114418.028000', '114418.030000', '114418.033000', '114418.036000', '114418.039000', '114418.041000', '114418.044000', '114418.047000', '114418.050000', '114418.053000', '114418.056000', '114418.058000', '114418.061000', '114418.064000', '114418.067000', '114418.070000', '114418.072000', '114418.075000', '114418.078000', '114418.081000', '114418.084000', '114418.086000', '114418.089000', '114418.092000', '114418.095000', '114418.098000', '114437.979000', '114437.982000', '114437.985000', '114437.988000', '114437.990000', '114437.993000', '114437.996000', '114438.000000', '114438.003000', '114438.005000', '114438.008000', '114438.011000', '114438.014000', '114438.017000', '114438.020000', '114438.022000', '114438.025000', '114438.028000', '114438.031000', '114438.033000', '114438.036000', '114438.039000', '114438.042000', '114438.049000', '114438.052000', '114438.054000', '114438.057000', '114438.060000', '114438.063000', '114438.066000', '114438.068000', '114438.071000', '114438.074000', '114438.077000', '114438.080000', '114438.082000', '114438.085000', '114438.088000', '114438.091000', '114438.094000', '114438.096000', '114438.099000', '114438.102000', '114457.979000', '114457.982000', '114457.985000', '114457.988000', '114457.991000', '114457.993000', '114457.996000', '114458.000000', '114458.003000', '114458.006000', '114458.008000', '114458.011000', '114458.014000', '114458.017000', '114458.020000', '114458.022000', '114458.025000', '114458.028000', '114458.031000', '114458.033000', '114458.036000', '114458.039000', '114458.042000', '114458.045000', '114458.047000', '114458.050000', '114458.053000', '114458.056000', '114458.059000', '114458.061000', '114458.064000', '114458.067000', '114458.070000', '114458.073000', '114458.076000', '114458.078000', '114458.081000', '114458.084000', '114458.087000', '114458.090000', '114458.092000', '114458.095000', '114458.098000', '114458.101000', '114517.979000', '114517.982000', '114517.985000', '114517.988000', '114517.991000', '114517.993000', '114517.996000', '114518.000000', '114518.003000', '114518.006000', '114518.009000', '114518.011000', '114518.014000', '114518.017000', '114518.020000', '114518.023000', '114518.025000', '114518.028000', '114518.031000', '114518.034000', '114518.036000', '114518.039000', '114518.042000', '114518.045000', '114518.048000', '114518.051000', '114518.053000', '114518.056000', '114518.059000', '114518.062000', '114518.065000', '114518.067000', '114518.070000', '114518.073000', '114518.076000', '114518.079000', '114518.082000', '114518.084000', '114518.087000', '114518.090000', '114518.093000', '114518.095000', '114518.098000', '114537.979000', '114537.982000', '114537.985000', '114537.988000', '114537.990000', '114537.993000', '114537.996000', '114538.000000', '114538.003000', '114538.005000', '114538.008000', '114538.011000', '114538.014000', '114538.017000', '114538.020000', '114538.022000', '114538.025000', '114538.028000', '114538.031000', '114538.034000', '114538.036000', '114538.039000', '114538.042000', '114538.045000', '114538.048000', '114538.050000', '114538.053000', '114538.056000', '114538.059000', '114538.061000', '114538.064000', '114538.067000', '114538.070000', '114538.073000', '114538.076000', '114538.079000', '114538.081000', '114538.084000', '114538.087000', '114538.090000', '114538.092000', '114538.095000', '114538.098000', '114538.101000', '114557.979000', '114557.982000', '114557.985000', '114557.988000', '114557.990000', '114557.993000', '114557.996000', '114558.002000', '114558.006000', '114558.009000', '114558.012000', '114558.015000', '114558.017000', '114558.020000', '114558.023000', '114558.026000', '114558.029000', '114558.031000', '114558.034000', '114558.037000', '114558.053000', '114558.056000', '114558.059000', '114558.062000', '114558.064000', '114558.067000', '114558.070000', '114558.073000', '114558.076000', '114558.079000', '114558.081000', '114558.084000', '114558.087000', '114558.090000', '114558.093000', '114558.095000', '114558.098000', '114558.101000', '114558.104000', '114558.106000', '114558.109000', '114558.112000', '114558.115000', '114617.979000', '114617.982000', '114617.985000', '114617.988000', '114617.990000', '114617.993000', '114617.996000', '114618.000000', '114618.003000', '114618.005000', '114618.008000', '114618.011000', '114618.014000', '114618.017000', '114618.019000', '114618.023000', '114618.026000', '114618.028000', '114618.031000', '114618.034000', '114618.037000', '114618.040000', '114618.042000', '114618.045000', '114618.048000', '114618.051000', '114618.054000', '114618.057000', '114618.060000', '114618.062000', '114618.065000', '114618.068000', '114618.071000', '114618.074000', '114618.076000', '114618.079000', '114618.082000', '114618.085000', '114618.088000', '114618.090000', '114618.093000', '114618.096000', '114618.099000', '114618.101000', '114637.979000', '114637.982000', '114637.985000', '114637.987000', '114637.990000', '114637.993000', '114637.996000', '114638.000000', '114638.002000', '114638.005000', '114638.008000', '114638.011000', '114638.014000', '114638.016000', '114638.019000', '114638.022000', '114638.026000', '114638.031000', '114638.034000', '114638.037000', '114638.039000', '114638.042000', '114638.045000', '114638.048000', '114638.050000', '114638.053000', '114638.056000', '114638.059000', '114638.062000', '114638.064000', '114638.067000', '114638.070000', '114638.073000', '114638.076000', '114638.079000', '114638.081000', '114638.084000', '114638.087000', '114638.090000', '114638.093000', '114638.095000', '114638.098000', '114638.101000', '114657.979000', '114657.982000', '114657.985000', '114657.988000', '114657.990000', '114657.993000', '114657.996000', '114658.000000', '114658.003000', '114658.005000', '114658.008000', '114658.011000', '114658.014000', '114658.017000', '114658.019000', '114658.022000', '114658.025000', '114658.028000', '114658.031000', '114658.034000', '114658.037000', '114658.039000', '114658.042000', '114658.045000', '114658.048000', '114658.050000', '114658.053000', '114658.056000', '114658.059000', '114658.062000', '114658.065000', '114658.067000', '114658.070000', '114658.073000', '114658.076000', '114658.079000', '114658.082000', '114658.084000', '114658.087000', '114658.090000', '114658.093000', '114658.096000', '114658.098000', '114658.101000', '114717.980000', '114717.983000', '114718.003000', '114718.005000', '114718.008000', '114718.011000', '114718.014000', '114718.016000', '114718.019000', '114718.022000', '114718.025000', '114718.028000', '114718.031000', '114718.034000', '114718.037000', '114718.039000', '114718.042000', '114718.045000', '114718.048000', '114718.051000', '114718.054000', '114718.056000', '114718.059000', '114718.062000', '114718.065000', '114718.068000', '114718.070000', '114718.073000', '114718.076000', '114718.079000', '114718.082000', '114718.084000', '114718.087000', '114718.090000', '114718.093000', '114718.095000', '114718.098000', '114718.101000', '114718.104000', '114718.107000', '114718.110000', '114718.113000', '114718.115000', '114725.939000', '114725.944000', '114725.947000', '114725.950000', '114725.954000', '114725.960000', '114725.966000', '114725.973000', '114725.976000', '114725.980000', '114725.987000', '114725.992000', '114725.998000', '114726.004000', '114726.009000', '114726.013000', '114726.016000', '114726.020000'], 'InstanceCreationTime': ['113738.005000', '113738.008000', '113738.011000', '113738.014000', '113738.017000', '113738.020000', '113738.023000', '113738.026000', '113738.030000', '113738.033000', '113738.035000', '113738.038000', '113738.048000', '113738.052000', '113738.054000', '113738.057000', '113738.060000', '113738.063000', '113738.066000', '113738.068000', '113738.071000', '113738.074000', '113738.077000', '113738.080000', '113738.082000', '113738.085000', '113738.088000', '113738.091000', '113738.094000', '113738.096000', '113738.099000', '113738.102000', '113738.105000', '113738.108000', '113738.110000', '113738.113000', '113738.116000', '113738.119000', '113738.121000', '113738.124000', '113738.127000', '113738.130000', '113738.133000', '113757.979000', '113757.982000', '113757.985000', '113757.987000', '113757.990000', '113757.993000', '113757.996000', '113757.998000', '113758.002000', '113758.005000', '113758.008000', '113758.011000', '113758.013000', '113758.016000', '113758.019000', '113758.022000', '113758.025000', '113758.027000', '113758.030000', '113758.033000', '113758.036000', '113758.038000', '113758.041000', '113758.044000', '113758.047000', '113758.050000', '113758.052000', '113758.055000', '113758.058000', '113758.061000', '113758.064000', '113758.066000', '113758.069000', '113758.072000', '113758.075000', '113758.078000', '113758.080000', '113758.083000', '113758.086000', '113758.089000', '113758.091000', '113758.094000', '113758.097000', '113758.100000', '113817.979000', '113817.982000', '113817.985000', '113817.987000', '113817.990000', '113817.993000', '113817.996000', '113817.998000', '113818.002000', '113818.005000', '113818.008000', '113818.011000', '113818.014000', '113818.016000', '113818.019000', '113818.022000', '113818.025000', '113818.028000', '113818.030000', '113818.033000', '113818.036000', '113818.039000', '113818.041000', '113818.044000', '113818.047000', '113818.050000', '113818.052000', '113818.055000', '113818.058000', '113818.061000', '113818.064000', '113818.067000', '113818.070000', '113818.072000', '113818.075000', '113818.078000', '113818.081000', '113818.084000', '113818.086000', '113818.089000', '113818.092000', '113818.095000', '113818.097000', '113837.979000', '113837.982000', '113837.984000', '113837.987000', '113837.990000', '113837.993000', '113837.995000', '113837.998000', '113838.002000', '113838.005000', '113838.008000', '113838.010000', '113838.013000', '113838.016000', '113838.019000', '113838.021000', '113838.024000', '113838.027000', '113838.030000', '113838.032000', '113838.035000', '113838.038000', '113838.041000', '113838.044000', '113838.046000', '113838.060000', '113838.062000', '113838.065000', '113838.068000', '113838.071000', '113838.079000', '113838.082000', '113838.084000', '113838.087000', '113838.090000', '113838.093000', '113838.095000', '113838.098000', '113838.101000', '113838.104000', '113838.107000', '113838.110000', '113838.112000', '113838.115000', '113857.979000', '113857.983000', '113857.986000', '113857.989000', '113857.993000', '113857.996000', '113858.000000', '113858.003000', '113858.006000', '113858.009000', '113858.012000', '113858.015000', '113858.018000', '113858.021000', '113858.024000', '113858.027000', '113858.030000', '113858.032000', '113858.035000', '113858.038000', '113858.041000', '113858.044000', '113858.047000', '113858.049000', '113858.052000', '113858.055000', '113858.059000', '113858.063000', '113858.066000', '113858.069000', '113858.072000', '113858.075000', '113858.078000', '113858.080000', '113858.083000', '113858.086000', '113858.089000', '113858.092000', '113858.094000', '113858.097000', '113858.100000', '113858.103000', '113858.106000', '113917.979000', '113917.982000', '113917.985000', '113917.987000', '113917.990000', '113917.993000', '113917.996000', '113918.000000', '113918.003000', '113918.006000', '113918.008000', '113918.011000', '113918.014000', '113918.017000', '113918.020000', '113918.022000', '113918.025000', '113918.028000', '113918.031000', '113918.034000', '113918.036000', '113918.039000', '113918.042000', '113918.045000', '113918.048000', '113918.050000', '113918.053000', '113918.056000', '113918.059000', '113918.062000', '113918.064000', '113918.067000', '113918.070000', '113918.073000', '113918.075000', '113918.078000', '113918.081000', '113918.084000', '113918.087000', '113918.090000', '113918.092000', '113918.095000', '113918.104000', '113918.106000', '113937.979000', '113937.982000', '113937.985000', '113937.990000', '113937.993000', '113937.996000', '113938.000000', '113938.003000', '113938.006000', '113938.009000', '113938.012000', '113938.014000', '113938.017000', '113938.020000', '113938.023000', '113938.026000', '113938.029000', '113938.032000', '113938.034000', '113938.037000', '113938.040000', '113938.043000', '113938.046000', '113938.050000', '113938.053000', '113938.056000', '113938.059000', '113938.062000', '113938.065000', '113938.068000', '113938.071000', '113938.074000', '113938.076000', '113938.079000', '113938.082000', '113938.085000', '113938.088000', '113938.091000', '113938.094000', '113938.097000', '113938.099000', '113938.102000', '113938.106000', '113957.979000', '113957.982000', '113957.985000', '113957.987000', '113957.990000', '113957.993000', '113957.996000', '113958.000000', '113958.002000', '113958.005000', '113958.008000', '113958.011000', '113958.014000', '113958.016000', '113958.019000', '113958.022000', '113958.025000', '113958.027000', '113958.030000', '113958.033000', '113958.036000', '113958.039000', '113958.041000', '113958.044000', '113958.047000', '113958.050000', '113958.053000', '113958.056000', '113958.058000', '113958.061000', '113958.064000', '113958.067000', '113958.070000', '113958.073000', '113958.075000', '113958.078000', '113958.081000', '113958.084000', '113958.087000', '113958.089000', '113958.092000', '113958.095000', '113958.098000', '113958.101000', '114017.979000', '114017.982000', '114017.985000', '114017.987000', '114017.990000', '114017.993000', '114017.996000', '114018.000000', '114018.002000', '114018.005000', '114018.008000', '114018.011000', '114018.014000', '114018.016000', '114018.019000', '114018.022000', '114018.025000', '114018.028000', '114018.030000', '114018.033000', '114018.049000', '114018.052000', '114018.055000', '114018.058000', '114018.060000', '114018.063000', '114018.067000', '114018.073000', '114018.076000', '114018.079000', '114018.082000', '114018.084000', '114018.087000', '114018.090000', '114018.093000', '114018.096000', '114018.099000', '114018.102000', '114018.104000', '114018.107000', '114018.110000', '114018.113000', '114018.115000', '114037.979000', '114037.982000', '114037.984000', '114037.987000', '114037.990000', '114037.993000', '114037.996000', '114038.000000', '114038.002000', '114038.005000', '114038.008000', '114038.011000', '114038.014000', '114038.016000', '114038.019000', '114038.022000', '114038.025000', '114038.028000', '114038.030000', '114038.033000', '114038.036000', '114038.039000', '114038.042000', '114038.044000', '114038.047000', '114038.050000', '114038.053000', '114038.056000', '114038.058000', '114038.061000', '114038.064000', '114038.067000', '114038.070000', '114038.072000', '114038.075000', '114038.078000', '114038.081000', '114038.084000', '114038.086000', '114038.089000', '114038.092000', '114038.095000', '114038.097000', '114038.100000', '114057.979000', '114057.982000', '114057.985000', '114057.987000', '114057.990000', '114057.993000', '114057.996000', '114058.000000', '114058.002000', '114058.005000', '114058.008000', '114058.011000', '114058.014000', '114058.016000', '114058.019000', '114058.022000', '114058.026000', '114058.029000', '114058.032000', '114058.035000', '114058.038000', '114058.041000', '114058.044000', '114058.046000', '114058.049000', '114058.052000', '114058.055000', '114058.057000', '114058.060000', '114058.063000', '114058.066000', '114058.069000', '114058.071000', '114058.074000', '114058.077000', '114058.080000', '114058.083000', '114058.086000', '114058.089000', '114058.091000', '114058.094000', '114058.097000', '114058.100000', '114117.979000', '114117.982000', '114117.984000', '114117.987000', '114117.990000', '114117.993000', '114117.996000', '114118.000000', '114118.002000', '114118.005000', '114118.008000', '114118.011000', '114118.013000', '114118.016000', '114118.019000', '114118.022000', '114118.025000', '114118.027000', '114118.030000', '114118.033000', '114118.036000', '114118.039000', '114118.041000', '114118.044000', '114118.047000', '114118.050000', '114118.053000', '114118.056000', '114118.058000', '114118.061000', '114118.064000', '114118.067000', '114118.070000', '114118.073000', '114118.076000', '114118.078000', '114118.081000', '114118.084000', '114118.087000', '114118.090000', '114118.092000', '114118.095000', '114118.098000', '114118.101000', '114137.979000', '114137.982000', '114137.985000', '114137.987000', '114137.990000', '114137.993000', '114137.996000', '114138.000000', '114138.002000', '114138.005000', '114138.008000', '114138.011000', '114138.014000', '114138.016000', '114138.019000', '114138.022000', '114138.025000', '114138.028000', '114138.031000', '114138.033000', '114138.036000', '114138.039000', '114138.042000', '114138.045000', '114138.060000', '114138.063000', '114138.066000', '114138.069000', '114138.072000', '114138.074000', '114138.077000', '114138.080000', '114138.083000', '114138.086000', '114138.089000', '114138.091000', '114138.094000', '114138.097000', '114138.100000', '114138.103000', '114138.106000', '114138.108000', '114138.111000', '114157.979000', '114157.982000', '114158.001000', '114158.004000', '114158.007000', '114158.009000', '114158.012000', '114158.015000', '114158.018000', '114158.021000', '114158.023000', '114158.026000', '114158.029000', '114158.032000', '114158.035000', '114158.037000', '114158.040000', '114158.043000', '114158.046000', '114158.048000', '114158.051000', '114158.054000', '114158.057000', '114158.060000', '114158.062000', '114158.065000', '114158.068000', '114158.071000', '114158.074000', '114158.076000', '114158.079000', '114158.082000', '114158.085000', '114158.088000', '114158.090000', '114158.093000', '114158.096000', '114158.099000', '114158.102000', '114158.104000', '114158.107000', '114158.110000', '114158.113000', '114158.115000', '114217.979000', '114217.982000', '114217.985000', '114217.988000', '114217.990000', '114217.993000', '114217.996000', '114218.000000', '114218.002000', '114218.005000', '114218.008000', '114218.011000', '114218.013000', '114218.016000', '114218.019000', '114218.022000', '114218.025000', '114218.028000', '114218.030000', '114218.033000', '114218.036000', '114218.039000', '114218.042000', '114218.044000', '114218.047000', '114218.050000', '114218.053000', '114218.056000', '114218.058000', '114218.061000', '114218.065000', '114218.068000', '114218.071000', '114218.074000', '114218.077000', '114218.080000', '114218.082000', '114218.085000', '114218.088000', '114218.091000', '114218.093000', '114218.096000', '114218.099000', '114237.979000', '114237.982000', '114237.985000', '114237.987000', '114237.990000', '114237.993000', '114237.996000', '114238.000000', '114238.003000', '114238.005000', '114238.008000', '114238.011000', '114238.014000', '114238.016000', '114238.019000', '114238.022000', '114238.025000', '114238.028000', '114238.031000', '114238.034000', '114238.036000', '114238.039000', '114238.042000', '114238.045000', '114238.048000', '114238.051000', '114238.053000', '114238.056000', '114238.059000', '114238.062000', '114238.065000', '114238.068000', '114238.070000', '114238.073000', '114238.076000', '114238.079000', '114238.082000', '114238.084000', '114238.087000', '114238.090000', '114238.093000', '114238.095000', '114238.098000', '114238.101000', '114257.979000', '114257.982000', '114257.985000', '114257.987000', '114257.990000', '114257.993000', '114257.996000', '114258.000000', '114258.002000', '114258.005000', '114258.008000', '114258.011000', '114258.013000', '114258.016000', '114258.019000', '114258.022000', '114258.025000', '114258.028000', '114258.030000', '114258.033000', '114258.036000', '114258.039000', '114258.041000', '114258.044000', '114258.047000', '114258.050000', '114258.053000', '114258.056000', '114258.058000', '114258.061000', '114258.064000', '114258.067000', '114258.070000', '114258.072000', '114258.075000', '114258.078000', '114258.081000', '114258.084000', '114258.087000', '114258.089000', '114258.092000', '114258.095000', '114258.098000', '114317.979000', '114317.982000', '114317.985000', '114317.988000', '114317.990000', '114317.993000', '114317.996000', '114318.000000', '114318.002000', '114318.005000', '114318.008000', '114318.011000', '114318.029000', '114318.032000', '114318.034000', '114318.037000', '114318.040000', '114318.043000', '114318.046000', '114318.048000', '114318.051000', '114318.054000', '114318.057000', '114318.059000', '114318.062000', '114318.065000', '114318.068000', '114318.071000', '114318.074000', '114318.076000', '114318.079000', '114318.082000', '114318.085000', '114318.088000', '114318.090000', '114318.093000', '114318.096000', '114318.099000', '114318.101000', '114318.104000', '114318.107000', '114318.110000', '114318.113000', '114318.116000', '114337.979000', '114337.982000', '114337.985000', '114337.987000', '114337.990000', '114337.993000', '114337.996000', '114338.000000', '114338.002000', '114338.005000', '114338.008000', '114338.011000', '114338.014000', '114338.016000', '114338.019000', '114338.022000', '114338.025000', '114338.028000', '114338.031000', '114338.033000', '114338.036000', '114338.039000', '114338.042000', '114338.045000', '114338.047000', '114338.050000', '114338.053000', '114338.056000', '114338.059000', '114338.062000', '114338.064000', '114338.067000', '114338.070000', '114338.073000', '114338.076000', '114338.078000', '114338.081000', '114338.084000', '114338.087000', '114338.090000', '114338.093000', '114338.095000', '114338.098000', '114357.979000', '114357.982000', '114357.984000', '114357.987000', '114357.990000', '114357.993000', '114357.996000', '114357.998000', '114358.002000', '114358.005000', '114358.008000', '114358.011000', '114358.013000', '114358.016000', '114358.019000', '114358.022000', '114358.025000', '114358.027000', '114358.030000', '114358.033000', '114358.036000', '114358.038000', '114358.041000', '114358.044000', '114358.047000', '114358.050000', '114358.052000', '114358.055000', '114358.058000', '114358.061000', '114358.064000', '114358.067000', '114358.069000', '114358.072000', '114358.075000', '114358.078000', '114358.081000', '114358.083000', '114358.086000', '114358.089000', '114358.092000', '114358.095000', '114358.097000', '114358.100000', '114417.979000', '114417.982000', '114417.985000', '114417.987000', '114417.990000', '114417.993000', '114417.996000', '114418.000000', '114418.002000', '114418.005000', '114418.008000', '114418.011000', '114418.014000', '114418.016000', '114418.019000', '114418.022000', '114418.025000', '114418.028000', '114418.030000', '114418.033000', '114418.036000', '114418.039000', '114418.041000', '114418.044000', '114418.047000', '114418.050000', '114418.053000', '114418.056000', '114418.058000', '114418.061000', '114418.064000', '114418.067000', '114418.070000', '114418.072000', '114418.075000', '114418.078000', '114418.081000', '114418.084000', '114418.086000', '114418.089000', '114418.092000', '114418.095000', '114418.098000', '114437.979000', '114437.982000', '114437.985000', '114437.988000', '114437.990000', '114437.993000', '114437.996000', '114438.000000', '114438.003000', '114438.005000', '114438.008000', '114438.011000', '114438.014000', '114438.017000', '114438.020000', '114438.022000', '114438.025000', '114438.028000', '114438.031000', '114438.033000', '114438.036000', '114438.039000', '114438.042000', '114438.049000', '114438.052000', '114438.054000', '114438.057000', '114438.060000', '114438.063000', '114438.066000', '114438.068000', '114438.071000', '114438.074000', '114438.077000', '114438.080000', '114438.082000', '114438.085000', '114438.088000', '114438.091000', '114438.094000', '114438.096000', '114438.099000', '114438.102000', '114457.979000', '114457.982000', '114457.985000', '114457.988000', '114457.991000', '114457.993000', '114457.996000', '114458.000000', '114458.003000', '114458.006000', '114458.008000', '114458.011000', '114458.014000', '114458.017000', '114458.020000', '114458.022000', '114458.025000', '114458.028000', '114458.031000', '114458.033000', '114458.036000', '114458.039000', '114458.042000', '114458.045000', '114458.047000', '114458.050000', '114458.053000', '114458.056000', '114458.059000', '114458.061000', '114458.064000', '114458.067000', '114458.070000', '114458.073000', '114458.076000', '114458.078000', '114458.081000', '114458.084000', '114458.087000', '114458.090000', '114458.092000', '114458.095000', '114458.098000', '114458.101000', '114517.979000', '114517.982000', '114517.985000', '114517.988000', '114517.991000', '114517.993000', '114517.996000', '114518.000000', '114518.003000', '114518.006000', '114518.009000', '114518.011000', '114518.014000', '114518.017000', '114518.020000', '114518.023000', '114518.025000', '114518.028000', '114518.031000', '114518.034000', '114518.036000', '114518.039000', '114518.042000', '114518.045000', '114518.048000', '114518.051000', '114518.053000', '114518.056000', '114518.059000', '114518.062000', '114518.065000', '114518.067000', '114518.070000', '114518.073000', '114518.076000', '114518.079000', '114518.082000', '114518.084000', '114518.087000', '114518.090000', '114518.093000', '114518.095000', '114518.098000', '114537.979000', '114537.982000', '114537.985000', '114537.988000', '114537.990000', '114537.993000', '114537.996000', '114538.000000', '114538.003000', '114538.005000', '114538.008000', '114538.011000', '114538.014000', '114538.017000', '114538.020000', '114538.022000', '114538.025000', '114538.028000', '114538.031000', '114538.034000', '114538.036000', '114538.039000', '114538.042000', '114538.045000', '114538.048000', '114538.050000', '114538.053000', '114538.056000', '114538.059000', '114538.061000', '114538.064000', '114538.067000', '114538.070000', '114538.073000', '114538.076000', '114538.079000', '114538.081000', '114538.084000', '114538.087000', '114538.090000', '114538.092000', '114538.095000', '114538.098000', '114538.101000', '114557.979000', '114557.982000', '114557.985000', '114557.988000', '114557.990000', '114557.993000', '114557.996000', '114558.002000', '114558.006000', '114558.009000', '114558.012000', '114558.015000', '114558.017000', '114558.020000', '114558.023000', '114558.026000', '114558.029000', '114558.031000', '114558.034000', '114558.037000', '114558.053000', '114558.056000', '114558.059000', '114558.062000', '114558.064000', '114558.067000', '114558.070000', '114558.073000', '114558.076000', '114558.079000', '114558.081000', '114558.084000', '114558.087000', '114558.090000', '114558.093000', '114558.095000', '114558.098000', '114558.101000', '114558.104000', '114558.106000', '114558.109000', '114558.112000', '114558.115000', '114617.979000', '114617.982000', '114617.985000', '114617.988000', '114617.990000', '114617.993000', '114617.996000', '114618.000000', '114618.003000', '114618.005000', '114618.008000', '114618.011000', '114618.014000', '114618.017000', '114618.019000', '114618.023000', '114618.026000', '114618.028000', '114618.031000', '114618.034000', '114618.037000', '114618.040000', '114618.042000', '114618.045000', '114618.048000', '114618.051000', '114618.054000', '114618.057000', '114618.060000', '114618.062000', '114618.065000', '114618.068000', '114618.071000', '114618.074000', '114618.076000', '114618.079000', '114618.082000', '114618.085000', '114618.088000', '114618.090000', '114618.093000', '114618.096000', '114618.099000', '114618.101000', '114637.979000', '114637.982000', '114637.985000', '114637.987000', '114637.990000', '114637.993000', '114637.996000', '114638.000000', '114638.002000', '114638.005000', '114638.008000', '114638.011000', '114638.014000', '114638.016000', '114638.019000', '114638.022000', '114638.026000', '114638.031000', '114638.034000', '114638.037000', '114638.039000', '114638.042000', '114638.045000', '114638.048000', '114638.050000', '114638.053000', '114638.056000', '114638.059000', '114638.062000', '114638.064000', '114638.067000', '114638.070000', '114638.073000', '114638.076000', '114638.079000', '114638.081000', '114638.084000', '114638.087000', '114638.090000', '114638.093000', '114638.095000', '114638.098000', '114638.101000', '114657.979000', '114657.982000', '114657.985000', '114657.988000', '114657.990000', '114657.993000', '114657.996000', '114658.000000', '114658.003000', '114658.005000', '114658.008000', '114658.011000', '114658.014000', '114658.017000', '114658.019000', '114658.022000', '114658.025000', '114658.028000', '114658.031000', '114658.034000', '114658.037000', '114658.039000', '114658.042000', '114658.045000', '114658.048000', '114658.050000', '114658.053000', '114658.056000', '114658.059000', '114658.062000', '114658.065000', '114658.067000', '114658.070000', '114658.073000', '114658.076000', '114658.079000', '114658.082000', '114658.084000', '114658.087000', '114658.090000', '114658.093000', '114658.096000', '114658.098000', '114658.101000', '114717.980000', '114717.983000', '114718.003000', '114718.005000', '114718.008000', '114718.011000', '114718.014000', '114718.016000', '114718.019000', '114718.022000', '114718.025000', '114718.028000', '114718.031000', '114718.034000', '114718.037000', '114718.039000', '114718.042000', '114718.045000', '114718.048000', '114718.051000', '114718.054000', '114718.056000', '114718.059000', '114718.062000', '114718.065000', '114718.068000', '114718.070000', '114718.073000', '114718.076000', '114718.079000', '114718.082000', '114718.084000', '114718.087000', '114718.090000', '114718.093000', '114718.095000', '114718.098000', '114718.101000', '114718.104000', '114718.107000', '114718.110000', '114718.113000', '114718.115000', '114725.939000', '114725.944000', '114725.947000', '114725.950000', '114725.954000', '114725.960000', '114725.966000', '114725.973000', '114725.976000', '114725.980000', '114725.987000', '114725.992000', '114725.998000', '114726.004000', '114726.009000', '114726.013000', '114726.016000', '114726.020000'], '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': [15213, 14130, 11319, 16975, 11360, 10603, 12223, 11256, 13265, 11238, 13299, 11107, 11641, 13586, 12900, 11754, 12492, 12608, 16035, 12610, 13084, 12922, 12158, 15662, 13028, 13629, 13943, 12654, 13383, 13537, 13664, 12283, 16888, 12996, 13465, 13551, 13402, 12401, 12814, 11759, 12542, 16941, 13308, 13808, 12879, 11955, 11046, 12849, 15008, 11671, 13089, 13329, 11034, 12492, 11580, 15665, 12767, 14598, 12092, 13364, 12611, 10946, 11982, 12006, 15614, 13116, 13538, 12977, 12494, 12840, 11306, 16447, 12746, 13074, 12105, 11207, 12568, 11757, 15852, 13049, 12907, 12272, 11209, 13310, 12064, 16085, 12977, 13340, 12209, 11314, 17320, 12570, 13261, 12251, 10762, 12756, 10878, 15267, 11778, 13246, 12257, 12077, 13001, 12735, 13266, 11254, 15260, 12588, 12664, 13250, 14060, 12793, 13683, 11742, 11435, 17241, 12205, 13465, 12143, 10318, 11913, 11699, 16253, 11311, 13575, 12630, 10809, 11571, 12237, 14602, 11786, 12007, 11675, 11493, 10439, 11731, 16053, 11609, 11951, 11004, 11669, 16675, 12241, 12930, 11372, 10688, 12213, 11659, 14148, 12987, 11121, 12667, 13203, 12405, 12843, 11218, 11411, 11987, 12240, 12389, 12728, 14506, 12086, 11111, 16830, 12193, 13050, 12312, 10898, 12873, 11776, 15503, 11872, 13712, 12160, 11760, 12677, 11231, 17057, 12016, 13310, 12046, 11381, 15290, 12843, 14310, 11857, 11916, 13390, 11534, 16305, 11529, 13449, 11524, 10474, 12526, 11669, 16178, 11585, 13317, 12158, 11675, 13352, 12432, 14323, 11585, 12040, 11183, 11287, 12687, 12240, 12323, 11903, 16601, 12792, 13409, 12060, 11210, 16963, 13003, 14515, 12656, 13794, 12795, 10943, 16673, 12601, 13665, 12458, 12493, 12553, 11023, 14790, 12113, 14105, 11040, 12292, 12546, 10861, 12911, 11524, 16853, 11611, 12593, 11193, 11167, 13169, 12341, 14530, 11758, 10139, 16787, 12038, 12755, 11905, 10153, 11738, 11445, 15483, 11380, 12873, 11180, 11343, 16441, 11930, 13555, 11446, 11263, 10803, 11820, 16681, 12203, 13602, 11298, 10884, 16947, 11928, 12573, 10784, 10617, 11999, 10990, 10634, 11862, 15755, 10668, 11116, 11906, 11443, 9651, 11281, 15667, 11146, 13538, 11226, 10814, 12092, 11559, 16015, 11428, 13715, 11059, 11199, 17000, 11579, 13502, 11628, 10789, 11560, 10719, 15835, 11005, 13758, 10904, 10707, 11501, 11250, 11977, 11789, 15273, 10940, 12438, 13798, 11828, 16680, 12366, 12606, 11845, 10498, 11815, 12037, 12825, 12365, 13045, 11936, 13747, 11987, 10468, 18021, 12033, 13561, 11733, 10320, 12932, 11266, 15137, 11914, 13778, 12091, 12277, 11264, 10580, 16328, 11524, 13486, 10828, 11907, 11711, 10480, 15820, 12039, 13637, 10911, 11550, 11749, 10926, 10283, 11880, 16246, 12580, 12858, 12359, 13787, 11201, 13456, 12237, 10550, 10881, 11697, 16818, 11721, 10821, 16302, 10627, 11445, 12081, 11732, 12671, 10833, 10533, 15766, 10945, 13763, 10893, 11603, 11529, 11265, 16123, 11040, 13159, 11413, 10571, 12034, 10850, 14223, 11511, 13432, 11298, 12086, 12885, 12755, 12467, 13796, 12147, 11120, 17849, 12149, 15058, 11812, 11256, 11317, 11974, 15423, 11315, 12847, 11856, 11071, 12318, 10843, 16763, 11716, 14146, 12107, 10966, 11711, 11911, 15665, 12002, 13915, 12228, 12075, 12057, 12177, 15233, 12092, 13748, 11983, 11246, 12288, 12093, 10601, 11945, 16169, 11310, 13542, 11911, 11665, 10718, 12175, 16664, 12737, 13914, 11550, 14080, 12531, 10956, 16073, 11976, 13576, 10863, 14404, 12062, 10882, 12688, 12140, 13622, 11321, 12686, 12050, 11689, 10895, 11661, 15681, 11456, 11209, 12234, 11631, 12437, 12003, 14017, 11764, 10982, 12020, 10874, 11986, 11902, 15460, 12023, 13133, 11788, 12365, 11050, 11385, 17024, 12579, 12749, 11549, 11347, 12280, 11775, 14711, 12033, 13682, 12516, 12430, 12463, 11225, 16732, 11411, 13197, 11340, 11040, 12605, 10480, 14583, 11304, 14596, 11435, 11592, 12375, 10468, 16749, 11733, 13388, 11731, 10506, 11145, 11172, 15751, 12073, 13898, 11753, 11186, 11810, 10816, 15472, 11965, 14007, 11134, 12432, 12594, 10914, 10946, 12320, 15387, 11580, 12621, 12148, 11638, 16306, 12166, 12747, 11744, 11697, 14214, 11784, 15161, 12216, 12248, 11547, 10750, 16624, 12314, 13525, 11491, 10733, 12890, 12034, 14193, 11453, 12849, 12595, 11376, 15338, 12093, 13491, 11130, 12317, 12478, 11840, 16615, 12673, 13069, 11696, 11108, 16455, 11717, 13352, 12427, 13093, 12834, 13114, 12405, 11629, 16577, 12309, 14465, 13062, 12789, 12121, 12700, 11518, 12130, 17080, 12200, 13592, 12067, 11658, 11066, 11898, 17079, 12430, 12108, 11924, 11822, 11076, 11376, 16342, 12373, 11993, 12760, 13936, 12201, 11068, 16966, 11751, 14194, 13140, 12240, 12459, 10975, 12000, 11569, 17059, 12963, 12823, 12626, 11956, 12418, 11482, 17212, 11472, 13850, 12126, 10887, 12668, 11677, 15184, 11654, 14397, 11929, 11924, 12234, 10910, 13024, 12476, 14094, 10665, 13516, 12332, 11820, 13365, 12218, 15960, 12131, 13329, 11718, 11732, 12293, 12861, 14434, 11792, 12402, 10951, 11872, 16518, 13032, 12234, 12926, 11278, 16781, 12197, 14197, 11246, 11615, 13011, 11521, 16204, 12521, 13158, 11652, 11887, 16810, 12839, 12689, 12470, 11099, 15766, 11927, 14821, 11486, 12059, 13224, 12136, 16605, 12751, 13307, 12715, 11521, 12198, 12670, 15676, 11357, 13667, 12716, 12510, 15406, 11819, 12843, 11724, 12314, 16518, 12364, 11368, 12686, 12315, 14856, 12435, 13257, 12456, 12358, 14559, 12813, 13028, 12103, 12968, 15757, 12374, 13715, 12106, 11838, 12102, 12448, 11639, 12938, 15276, 12773, 16146, 11738, 13543, 12357, 12161, 13510, 14984, 13552, 13928, 15424, 13647, 12879, 13724, 12875, 13591, 13784, 18208, 14006, 16264, 13548, 13153, 14924, 13025, 13786, 16053, 12995, 14307, 12632, 11936, 16736, 12942, 14192, 13007, 11827, 12191, 13279, 13189, 13413, 12158, 16333, 13317, 12052, 12756, 11459, 12626, 11668, 13043, 11437, 13266, 12556, 15602, 13206, 12565, 13284, 12606, 12686, 12378, 16091, 11323, 12469, 12959, 12619, 15227, 12196, 12004, 12820, 12380, 15902, 13136, 11735, 12483, 11572, 13572, 12916, 13622, 12213, 11861, 12501, 13038, 15265, 12439, 11586, 15310, 12995, 13122, 12118, 12388, 12957, 13134, 12969, 13438, 13877, 12581, 14141, 15856, 17957, 13084, 16008, 12289, 13098, 15145, 11483, 12844, 13484, 12827, 15343, 12296, 12846, 14506, 12315, 14483, 12178, 11586, 12516, 12187, 15956, 12289, 13557, 11600, 12314, 12361, 13066, 12444, 13390, 13579, 13449, 12252, 16784, 12610, 14400, 13265, 12434, 11366, 13096, 16257, 12744, 12880, 16085, 13236, 15635, 13330, 13719, 12893, 12094, 16744, 13510, 13628, 12042, 12211, 13760, 13516, 14367, 12267, 12959, 14542, 13005, 14469, 12528, 12507, 11667, 12726, 15336, 12559, 13618, 12675, 11783, 12463, 12483, 12762, 12950, 16677, 12382, 12336, 12974, 12630, 14764, 12226, 12355, 13173, 12640, 16209, 12937, 14459, 13204, 12563, 13515, 13084, 15676, 12292, 12944, 13294, 13236, 14087, 12658, 11688, 12257, 12696, 15585, 12019, 14198, 13045, 12664, 14783, 13315, 14577, 12651, 13010, 13525, 12949, 13978, 13019, 16426, 12897, 12992, 15910, 12912, 15071, 13135, 12944, 13322, 12831, 16201, 11958, 13994, 13130, 12905, 13768, 12580, 15076, 13498, 14809, 13488, 12165, 17387, 13134, 14201, 13658, 12911, 12984, 12375, 12857, 12167, 13572, 13288, 12091, 13205, 16657, 12850, 11988, 16668, 12945, 15444, 13620, 13482, 12471, 13067, 15546, 12448, 14733, 13031, 12693, 14867, 13394, 13532, 13051, 12191, 15300, 13046, 14888, 13466, 13186, 13299, 12293, 16262, 12677, 14115, 13150, 12273, 11948, 13484, 15387, 12649, 12628, 12133, 13140, 13410, 13287, 14378, 12898, 12173, 17527, 13002, 13429, 12583, 12223, 11501, 13306, 14970, 11931, 14645, 12532, 12834, 12956, 13017, 12788, 13629, 15928, 12830, 14393, 13570, 13192, 14396, 14118, 13959, 13317, 15061, 13123, 14352, 13404, 13380, 12408, 13755, 16184, 13403, 14992, 13719, 12837, 12092, 13564, 15432, 13232, 14072, 12423, 13116, 15126, 13820, 13890, 13831, 13860, 12628, 14509, 13003, 13096, 16788, 14037, 13336, 13047, 12794, 13433, 13988, 12550, 13682, 13933, 13676, 12661, 13317, 13087, 13675, 13265, 13477, 12992, 13569, 13120, 12449, 15516, 12763, 14206, 13195, 12519, 13679, 13665, 11549, 12989, 16223, 12711, 13666, 13458, 12378, 12490, 12872, 16904, 13466, 14033, 13323, 12296, 12714, 13003, 16287, 13341, 14698, 13291, 12354, 13610, 12549, 14538, 13097, 15006, 12560, 12551, 13662, 13331, 11523, 13650, 14843, 12609, 13268, 12275, 13233, 14885, 13900, 13423, 13225, 13540, 13331, 12975, 17158, 13545, 13140, 13072, 12583, 12891, 13394, 14967, 13053, 14151, 12975, 12783, 13037, 13372, 16128, 12400, 14843, 14165, 13254, 13963, 13423, 15961, 12774, 13411, 12010, 13151, 12264, 13810, 16044, 14049, 13852, 13117, 13092, 16916, 14020, 12723, 13606, 12705, 11946, 13817, 16253, 12238, 13741, 14017, 12847, 12708, 13323, 16263, 12496, 14381, 11318, 13392, 15951, 13627, 12306, 13538, 12771, 16575, 13528, 13615, 12549, 12523, 13365, 12926, 16098, 13428, 13853, 12045, 12901, 12982, 13562, 15253, 14047, 14250, 12457, 12419, 15654, 13106, 12736, 13567, 13135, 12457, 13073, 15983, 12415, 13755, 13665, 12641, 11606, 13260, 15949, 12956, 14800, 13306, 12603, 11899, 13672, 15062, 12257, 13909, 13907, 13111, 12538, 13976, 13947, 12234, 14097, 11957, 13103, 14963, 13613, 12919, 12650, 13306, 11266, 12747, 14275, 14020, 13573, 12937, 13174, 12180, 13249, 16504, 13218, 13869, 13778, 12879, 12012, 13668, 15572, 12304, 14224, 13854, 13263, 12047, 14011, 15784, 12133, 14386, 13239, 12994, 12952, 13896, 14330, 12728, 12402, 12608, 13824, 14112], 'WindowCenter': [4387.0, 4346.0, 4311.0, 4327.0, 4293.0, 4282.0, 4291.0, 4283.0, 4303.0, 4283.0, 4316.0, 4295.0, 4307.0, 4318.0, 4307.0, 4307.0, 4308.0, 4319.0, 4340.0, 4306.0, 4307.0, 4304.0, 4294.0, 4316.0, 4306.0, 4320.0, 4331.0, 4321.0, 4329.0, 4319.0, 4316.0, 4306.0, 4327.0, 4320.0, 4318.0, 4329.0, 4329.0, 4319.0, 4318.0, 4295.0, 4305.0, 4337.0, 4314.0, 4318.0, 4318.0, 4309.0, 4295.0, 4303.0, 4314.0, 4292.0, 4305.0, 4315.0, 4295.0, 4316.0, 4296.0, 4326.0, 4304.0, 4315.0, 4295.0, 4315.0, 4306.0, 4296.0, 4295.0, 4304.0, 4323.0, 4303.0, 4317.0, 4316.0, 4317.0, 4317.0, 4297.0, 4324.0, 4303.0, 4304.0, 4293.0, 4294.0, 4304.0, 4305.0, 4324.0, 4302.0, 4303.0, 4291.0, 4293.0, 4312.0, 4305.0, 4325.0, 4303.0, 4303.0, 4291.0, 4284.0, 4322.0, 4303.0, 4304.0, 4304.0, 4293.0, 4302.0, 4282.0, 4312.0, 4292.0, 4304.0, 4305.0, 4306.0, 4314.0, 4305.0, 4302.0, 4293.0, 4324.0, 4303.0, 4317.0, 4318.0, 4327.0, 4316.0, 4315.0, 4292.0, 4293.0, 4325.0, 4303.0, 4304.0, 4304.0, 4284.0, 4293.0, 4292.0, 4324.0, 4281.0, 4303.0, 4302.0, 4283.0, 4292.0, 4292.0, 4312.0, 4291.0, 4291.0, 4290.0, 4292.0, 4282.0, 4294.0, 4324.0, 4282.0, 4292.0, 4278.0, 4293.0, 4324.0, 4303.0, 4304.0, 4293.0, 4282.0, 4290.0, 4293.0, 4314.0, 4315.0, 4306.0, 4316.0, 4319.0, 4319.0, 4317.0, 4295.0, 4307.0, 4309.0, 4318.0, 4319.0, 4318.0, 4331.0, 4304.0, 4296.0, 4337.0, 4307.0, 4318.0, 4307.0, 4308.0, 4317.0, 4305.0, 4325.0, 4304.0, 4316.0, 4305.0, 4306.0, 4316.0, 4307.0, 4337.0, 4304.0, 4314.0, 4292.0, 4292.0, 4326.0, 4315.0, 4325.0, 4304.0, 4304.0, 4302.0, 4292.0, 4324.0, 4295.0, 4316.0, 4305.0, 4296.0, 4304.0, 4292.0, 4323.0, 4291.0, 4303.0, 4302.0, 4306.0, 4315.0, 4318.0, 4325.0, 4293.0, 4303.0, 4293.0, 4294.0, 4316.0, 4318.0, 4318.0, 4319.0, 4351.0, 4317.0, 4317.0, 4305.0, 4296.0, 4338.0, 4316.0, 4328.0, 4316.0, 4316.0, 4302.0, 4282.0, 4325.0, 4304.0, 4317.0, 4316.0, 4316.0, 4315.0, 4296.0, 4313.0, 4302.0, 4314.0, 4292.0, 4304.0, 4315.0, 4306.0, 4315.0, 4304.0, 4324.0, 4291.0, 4303.0, 4283.0, 4292.0, 4303.0, 4303.0, 4311.0, 4291.0, 4280.0, 4310.0, 4290.0, 4302.0, 4291.0, 4282.0, 4291.0, 4292.0, 4311.0, 4279.0, 4301.0, 4281.0, 4282.0, 4323.0, 4291.0, 4302.0, 4290.0, 4291.0, 4281.0, 4293.0, 4324.0, 4305.0, 4316.0, 4292.0, 4282.0, 4321.0, 4289.0, 4291.0, 4279.0, 4281.0, 4291.0, 4292.0, 4281.0, 4292.0, 4312.0, 4279.0, 4283.0, 4292.0, 4294.0, 4284.0, 4304.0, 4325.0, 4292.0, 4315.0, 4293.0, 4296.0, 4306.0, 4307.0, 4337.0, 4294.0, 4314.0, 4281.0, 4281.0, 4324.0, 4292.0, 4303.0, 4294.0, 4294.0, 4291.0, 4281.0, 4312.0, 4280.0, 4301.0, 4282.0, 4283.0, 4293.0, 4293.0, 4303.0, 4304.0, 4323.0, 4281.0, 4303.0, 4313.0, 4293.0, 4326.0, 4304.0, 4303.0, 4291.0, 4282.0, 4292.0, 4303.0, 4304.0, 4306.0, 4315.0, 4317.0, 4317.0, 4294.0, 4284.0, 4325.0, 4293.0, 4304.0, 4294.0, 4283.0, 4302.0, 4292.0, 4313.0, 4292.0, 4314.0, 4304.0, 4305.0, 4294.0, 4295.0, 4324.0, 4292.0, 4303.0, 4282.0, 4293.0, 4304.0, 4284.0, 4323.0, 4291.0, 4302.0, 4281.0, 4293.0, 4293.0, 4294.0, 4283.0, 4291.0, 4323.0, 4303.0, 4303.0, 4305.0, 4315.0, 4294.0, 4316.0, 4306.0, 4295.0, 4282.0, 4291.0, 4324.0, 4278.0, 4269.0, 4311.0, 4269.0, 4279.0, 4289.0, 4289.0, 4287.0, 4265.0, 4267.0, 4307.0, 4279.0, 4302.0, 4282.0, 4292.0, 4293.0, 4293.0, 4325.0, 4281.0, 4304.0, 4292.0, 4282.0, 4304.0, 4295.0, 4315.0, 4297.0, 4314.0, 4295.0, 4308.0, 4319.0, 4319.0, 4320.0, 4330.0, 4307.0, 4297.0, 4338.0, 4307.0, 4327.0, 4308.0, 4307.0, 4294.0, 4304.0, 4325.0, 4294.0, 4304.0, 4304.0, 4304.0, 4305.0, 4295.0, 4338.0, 4304.0, 4315.0, 4304.0, 4297.0, 4307.0, 4306.0, 4325.0, 4292.0, 4302.0, 4291.0, 4304.0, 4305.0, 4305.0, 4325.0, 4302.0, 4302.0, 4291.0, 4292.0, 4304.0, 4304.0, 4283.0, 4305.0, 4326.0, 4281.0, 4303.0, 4292.0, 4293.0, 4283.0, 4304.0, 4336.0, 4314.0, 4314.0, 4292.0, 4314.0, 4303.0, 4296.0, 4325.0, 4292.0, 4301.0, 4280.0, 4312.0, 4293.0, 4293.0, 4303.0, 4291.0, 4300.0, 4278.0, 4290.0, 4291.0, 4291.0, 4281.0, 4293.0, 4312.0, 4291.0, 4280.0, 4289.0, 4280.0, 4292.0, 4302.0, 4314.0, 4291.0, 4281.0, 4290.0, 4280.0, 4292.0, 4293.0, 4325.0, 4304.0, 4305.0, 4292.0, 4303.0, 4279.0, 4292.0, 4325.0, 4302.0, 4302.0, 4290.0, 4293.0, 4289.0, 4292.0, 4314.0, 4303.0, 4315.0, 4303.0, 4304.0, 4290.0, 4281.0, 4311.0, 4280.0, 4303.0, 4281.0, 4292.0, 4301.0, 4281.0, 4312.0, 4283.0, 4315.0, 4292.0, 4292.0, 4290.0, 4282.0, 4323.0, 4292.0, 4302.0, 4291.0, 4281.0, 4280.0, 4293.0, 4311.0, 4292.0, 4317.0, 4305.0, 4295.0, 4306.0, 4295.0, 4314.0, 4291.0, 4313.0, 4281.0, 4294.0, 4303.0, 4294.0, 4282.0, 4302.0, 4314.0, 4280.0, 4293.0, 4293.0, 4295.0, 4325.0, 4305.0, 4303.0, 4292.0, 4294.0, 4299.0, 4292.0, 4315.0, 4303.0, 4293.0, 4292.0, 4294.0, 4323.0, 4293.0, 4305.0, 4294.0, 4283.0, 4302.0, 4302.0, 4302.0, 4292.0, 4303.0, 4304.0, 4305.0, 4325.0, 4304.0, 4314.0, 4284.0, 4294.0, 4304.0, 4306.0, 4336.0, 4304.0, 4304.0, 4292.0, 4294.0, 4325.0, 4306.0, 4316.0, 4306.0, 4305.0, 4316.0, 4317.0, 4305.0, 4296.0, 4326.0, 4303.0, 4316.0, 4316.0, 4304.0, 4303.0, 4304.0, 4292.0, 4304.0, 4327.0, 4304.0, 4314.0, 4293.0, 4294.0, 4282.0, 4292.0, 4325.0, 4303.0, 4291.0, 4294.0, 4292.0, 4280.0, 4295.0, 4325.0, 4305.0, 4295.0, 4305.0, 4316.0, 4292.0, 4284.0, 4323.0, 4293.0, 4304.0, 4304.0, 4303.0, 4303.0, 4294.0, 4291.0, 4292.0, 4327.0, 4304.0, 4303.0, 4305.0, 4306.0, 4302.0, 4293.0, 4324.0, 4282.0, 4303.0, 4292.0, 4281.0, 4301.0, 4291.0, 4312.0, 4280.0, 4312.0, 4291.0, 4293.0, 4304.0, 4294.0, 4303.0, 4304.0, 4303.0, 4282.0, 4314.0, 4305.0, 4305.0, 4316.0, 4306.0, 4326.0, 4293.0, 4305.0, 4294.0, 4295.0, 4306.0, 4305.0, 4316.0, 4293.0, 4305.0, 4282.0, 4294.0, 4327.0, 4304.0, 4306.0, 4303.0, 4295.0, 4324.0, 4293.0, 4303.0, 4282.0, 4292.0, 4316.0, 4295.0, 4325.0, 4292.0, 4303.0, 4281.0, 4294.0, 4326.0, 4305.0, 4304.0, 4293.0, 4294.0, 4313.0, 4293.0, 4313.0, 4281.0, 4292.0, 4302.0, 4294.0, 4326.0, 4303.0, 4305.0, 4303.0, 4294.0, 4291.0, 4292.0, 4313.0, 4281.0, 4304.0, 4292.0, 4294.0, 4314.0, 4283.0, 4293.0, 4281.0, 4292.0, 4324.0, 4294.0, 4293.0, 4303.0, 4293.0, 4314.0, 4303.0, 4304.0, 4293.0, 4303.0, 4316.0, 4306.0, 4315.0, 4307.0, 4316.0, 4326.0, 4306.0, 4317.0, 4307.0, 4307.0, 4306.0, 4318.0, 4297.0, 4316.0, 4340.0, 4320.0, 4341.0, 4308.0, 4318.0, 4320.0, 4318.0, 4332.0, 4356.0, 4332.0, 4328.0, 4328.0, 4313.0, 4317.0, 4330.0, 4331.0, 4332.0, 4344.0, 4351.0, 4317.0, 4327.0, 4303.0, 4291.0, 4302.0, 4290.0, 4302.0, 4311.0, 4290.0, 4301.0, 4277.0, 4278.0, 4296.0, 4275.0, 4284.0, 4275.0, 4275.0, 4275.0, 4275.0, 4273.0, 4286.0, 4290.0, 4296.0, 4274.0, 4276.0, 4288.0, 4279.0, 4291.0, 4278.0, 4315.0, 4308.0, 4316.0, 4306.0, 4325.0, 4317.0, 4305.0, 4315.0, 4306.0, 4291.0, 4291.0, 4313.0, 4283.0, 4305.0, 4302.0, 4305.0, 4324.0, 4292.0, 4291.0, 4290.0, 4292.0, 4323.0, 4304.0, 4294.0, 4315.0, 4307.0, 4304.0, 4304.0, 4313.0, 4304.0, 4306.0, 4304.0, 4314.0, 4326.0, 4303.0, 4294.0, 4313.0, 4303.0, 4302.0, 4294.0, 4305.0, 4305.0, 4306.0, 4317.0, 4329.0, 4330.0, 4321.0, 4331.0, 4344.0, 4336.0, 4302.0, 4314.0, 4281.0, 4291.0, 4312.0, 4281.0, 4303.0, 4303.0, 4304.0, 4312.0, 4289.0, 4302.0, 4313.0, 4304.0, 4317.0, 4305.0, 4306.0, 4317.0, 4306.0, 4324.0, 4294.0, 4303.0, 4292.0, 4303.0, 4305.0, 4317.0, 4320.0, 4332.0, 4319.0, 4315.0, 4306.0, 4327.0, 4307.0, 4330.0, 4318.0, 4318.0, 4307.0, 4315.0, 4327.0, 4305.0, 4305.0, 4325.0, 4317.0, 4327.0, 4316.0, 4316.0, 4304.0, 4304.0, 4324.0, 4302.0, 4303.0, 4290.0, 4293.0, 4304.0, 4303.0, 4314.0, 4290.0, 4290.0, 4299.0, 4288.0, 4300.0, 4290.0, 4292.0, 4292.0, 4302.0, 4312.0, 4291.0, 4301.0, 4290.0, 4292.0, 4302.0, 4303.0, 4306.0, 4317.0, 4337.0, 4304.0, 4305.0, 4303.0, 4294.0, 4315.0, 4293.0, 4304.0, 4302.0, 4303.0, 4324.0, 4304.0, 4314.0, 4304.0, 4305.0, 4315.0, 4314.0, 4325.0, 4293.0, 4304.0, 4304.0, 4302.0, 4315.0, 4305.0, 4304.0, 4291.0, 4303.0, 4325.0, 4303.0, 4316.0, 4316.0, 4317.0, 4326.0, 4315.0, 4326.0, 4304.0, 4306.0, 4316.0, 4316.0, 4328.0, 4317.0, 4339.0, 4304.0, 4304.0, 4314.0, 4304.0, 4316.0, 4303.0, 4304.0, 4302.0, 4301.0, 4322.0, 4293.0, 4313.0, 4303.0, 4316.0, 4327.0, 4319.0, 4327.0, 4315.0, 4316.0, 4303.0, 4294.0, 4324.0, 4304.0, 4315.0, 4316.0, 4304.0, 4316.0, 4303.0, 4303.0, 4307.0, 4318.0, 4328.0, 4319.0, 4319.0, 4339.0, 4305.0, 4293.0, 4325.0, 4304.0, 4315.0, 4314.0, 4315.0, 4303.0, 4303.0, 4312.0, 4291.0, 4315.0, 4303.0, 4305.0, 4316.0, 4302.0, 4302.0, 4302.0, 4294.0, 4324.0, 4304.0, 4325.0, 4316.0, 4304.0, 4303.0, 4303.0, 4322.0, 4301.0, 4314.0, 4302.0, 4304.0, 4292.0, 4303.0, 4313.0, 4301.0, 4291.0, 4292.0, 4303.0, 4304.0, 4314.0, 4314.0, 4303.0, 4305.0, 4326.0, 4305.0, 4304.0, 4304.0, 4294.0, 4292.0, 4301.0, 4312.0, 4292.0, 4313.0, 4305.0, 4305.0, 4319.0, 4328.0, 4317.0, 4328.0, 4328.0, 4318.0, 4329.0, 4318.0, 4320.0, 4341.0, 4329.0, 4328.0, 4317.0, 4328.0, 4317.0, 4329.0, 4319.0, 4330.0, 4319.0, 4328.0, 4338.0, 4314.0, 4326.0, 4315.0, 4317.0, 4306.0, 4317.0, 4327.0, 4314.0, 4312.0, 4291.0, 4304.0, 4326.0, 4314.0, 4314.0, 4314.0, 4313.0, 4303.0, 4316.0, 4304.0, 4314.0, 4326.0, 4313.0, 4303.0, 4289.0, 4301.0, 4304.0, 4315.0, 4304.0, 4313.0, 4315.0, 4298.0, 4302.0, 4302.0, 4304.0, 4315.0, 4315.0, 4315.0, 4315.0, 4303.0, 4303.0, 4305.0, 4325.0, 4305.0, 4315.0, 4315.0, 4305.0, 4313.0, 4314.0, 4280.0, 4302.0, 4313.0, 4303.0, 4314.0, 4314.0, 4304.0, 4303.0, 4314.0, 4325.0, 4303.0, 4316.0, 4303.0, 4294.0, 4301.0, 4303.0, 4324.0, 4302.0, 4313.0, 4303.0, 4303.0, 4314.0, 4303.0, 4313.0, 4303.0, 4314.0, 4292.0, 4304.0, 4314.0, 4316.0, 4305.0, 4315.0, 4314.0, 4303.0, 4305.0, 4294.0, 4317.0, 4327.0, 4328.0, 4317.0, 4316.0, 4317.0, 4314.0, 4304.0, 4326.0, 4316.0, 4318.0, 4318.0, 4307.0, 4305.0, 4316.0, 4325.0, 4317.0, 4329.0, 4317.0, 4318.0, 4316.0, 4316.0, 4326.0, 4306.0, 4326.0, 4316.0, 4316.0, 4327.0, 4317.0, 4328.0, 4305.0, 4305.0, 4294.0, 4316.0, 4306.0, 4328.0, 4327.0, 4315.0, 4317.0, 4303.0, 4305.0, 4338.0, 4326.0, 4315.0, 4317.0, 4317.0, 4293.0, 4315.0, 4325.0, 4292.0, 4314.0, 4315.0, 4305.0, 4304.0, 4314.0, 4325.0, 4303.0, 4314.0, 4283.0, 4314.0, 4326.0, 4312.0, 4292.0, 4301.0, 4302.0, 4323.0, 4303.0, 4302.0, 4304.0, 4304.0, 4314.0, 4305.0, 4325.0, 4303.0, 4303.0, 4292.0, 4305.0, 4304.0, 4315.0, 4325.0, 4313.0, 4314.0, 4292.0, 4293.0, 4314.0, 4302.0, 4304.0, 4314.0, 4304.0, 4292.0, 4303.0, 4313.0, 4293.0, 4304.0, 4312.0, 4305.0, 4294.0, 4313.0, 4325.0, 4304.0, 4316.0, 4314.0, 4306.0, 4295.0, 4314.0, 4313.0, 4293.0, 4315.0, 4315.0, 4317.0, 4306.0, 4314.0, 4315.0, 4293.0, 4316.0, 4294.0, 4316.0, 4327.0, 4316.0, 4305.0, 4313.0, 4317.0, 4294.0, 4305.0, 4327.0, 4327.0, 4318.0, 4315.0, 4318.0, 4305.0, 4305.0, 4326.0, 4306.0, 4317.0, 4316.0, 4306.0, 4294.0, 4313.0, 4325.0, 4294.0, 4317.0, 4315.0, 4316.0, 4294.0, 4315.0, 4327.0, 4293.0, 4315.0, 4303.0, 4315.0, 4304.0, 4314.0, 4315.0, 4303.0, 4302.0, 4293.0, 4315.0, 4315.0], 'WindowWidth': [9663.0, 9592.0, 9525.0, 9546.0, 9487.0, 9473.0, 9483.0, 9472.0, 9496.0, 9474.0, 9523.0, 9494.0, 9512.0, 9533.0, 9516.0, 9514.0, 9520.0, 9532.0, 9570.0, 9511.0, 9513.0, 9501.0, 9489.0, 9528.0, 9509.0, 9537.0, 9550.0, 9539.0, 9548.0, 9534.0, 9523.0, 9509.0, 9546.0, 9533.0, 9534.0, 9548.0, 9551.0, 9534.0, 9532.0, 9496.0, 9507.0, 9562.0, 9521.0, 9533.0, 9530.0, 9520.0, 9493.0, 9501.0, 9523.0, 9486.0, 9511.0, 9522.0, 9498.0, 9525.0, 9500.0, 9542.0, 9504.0, 9526.0, 9493.0, 9523.0, 9513.0, 9501.0, 9494.0, 9505.0, 9535.0, 9504.0, 9530.0, 9526.0, 9531.0, 9530.0, 9504.0, 9540.0, 9503.0, 9509.0, 9488.0, 9495.0, 9507.0, 9510.0, 9538.0, 9501.0, 9507.0, 9485.0, 9492.0, 9516.0, 9509.0, 9543.0, 9502.0, 9506.0, 9482.0, 9476.0, 9535.0, 9503.0, 9507.0, 9506.0, 9492.0, 9501.0, 9476.0, 9517.0, 9489.0, 9511.0, 9510.0, 9514.0, 9522.0, 9513.0, 9500.0, 9491.0, 9536.0, 9506.0, 9530.0, 9531.0, 9547.0, 9526.0, 9528.0, 9488.0, 9490.0, 9544.0, 9505.0, 9510.0, 9508.0, 9481.0, 9490.0, 9488.0, 9537.0, 9471.0, 9508.0, 9498.0, 9477.0, 9488.0, 9485.0, 9519.0, 9483.0, 9486.0, 9482.0, 9489.0, 9476.0, 9492.0, 9540.0, 9473.0, 9489.0, 9464.0, 9488.0, 9542.0, 9503.0, 9506.0, 9490.0, 9475.0, 9482.0, 9489.0, 9524.0, 9524.0, 9514.0, 9529.0, 9538.0, 9534.0, 9533.0, 9497.0, 9516.0, 9522.0, 9533.0, 9539.0, 9534.0, 9558.0, 9506.0, 9499.0, 9562.0, 9515.0, 9534.0, 9515.0, 9520.0, 9527.0, 9509.0, 9543.0, 9507.0, 9531.0, 9511.0, 9517.0, 9528.0, 9517.0, 9566.0, 9508.0, 9525.0, 9488.0, 9491.0, 9544.0, 9523.0, 9541.0, 9506.0, 9509.0, 9501.0, 9489.0, 9541.0, 9495.0, 9530.0, 9509.0, 9501.0, 9507.0, 9489.0, 9535.0, 9484.0, 9507.0, 9502.0, 9513.0, 9527.0, 9530.0, 9541.0, 9490.0, 9506.0, 9490.0, 9496.0, 9528.0, 9533.0, 9535.0, 9539.0, 9589.0, 9531.0, 9537.0, 9509.0, 9502.0, 9567.0, 9527.0, 9550.0, 9528.0, 9529.0, 9500.0, 9473.0, 9543.0, 9508.0, 9532.0, 9527.0, 9529.0, 9525.0, 9503.0, 9522.0, 9501.0, 9523.0, 9489.0, 9509.0, 9523.0, 9517.0, 9523.0, 9508.0, 9543.0, 9485.0, 9506.0, 9477.0, 9488.0, 9506.0, 9505.0, 9519.0, 9484.0, 9471.0, 9515.0, 9482.0, 9504.0, 9485.0, 9475.0, 9484.0, 9486.0, 9517.0, 9466.0, 9500.0, 9469.0, 9475.0, 9538.0, 9486.0, 9504.0, 9481.0, 9487.0, 9470.0, 9489.0, 9543.0, 9508.0, 9528.0, 9489.0, 9477.0, 9531.0, 9478.0, 9488.0, 9463.0, 9471.0, 9484.0, 9489.0, 9474.0, 9487.0, 9522.0, 9466.0, 9477.0, 9487.0, 9494.0, 9481.0, 9509.0, 9541.0, 9489.0, 9526.0, 9490.0, 9500.0, 9516.0, 9516.0, 9561.0, 9494.0, 9524.0, 9470.0, 9472.0, 9541.0, 9489.0, 9507.0, 9493.0, 9497.0, 9486.0, 9470.0, 9518.0, 9468.0, 9501.0, 9472.0, 9479.0, 9491.0, 9492.0, 9508.0, 9505.0, 9537.0, 9472.0, 9506.0, 9519.0, 9491.0, 9545.0, 9506.0, 9508.0, 9484.0, 9474.0, 9488.0, 9503.0, 9511.0, 9513.0, 9530.0, 9530.0, 9535.0, 9492.0, 9482.0, 9543.0, 9490.0, 9511.0, 9493.0, 9478.0, 9499.0, 9486.0, 9520.0, 9488.0, 9524.0, 9508.0, 9512.0, 9493.0, 9496.0, 9539.0, 9488.0, 9507.0, 9475.0, 9494.0, 9506.0, 9480.0, 9535.0, 9485.0, 9506.0, 9469.0, 9491.0, 9489.0, 9494.0, 9477.0, 9485.0, 9538.0, 9504.0, 9506.0, 9511.0, 9529.0, 9493.0, 9532.0, 9510.0, 9497.0, 9476.0, 9483.0, 9546.0, 9462.0, 9451.0, 9519.0, 9449.0, 9467.0, 9479.0, 9476.0, 9475.0, 9440.0, 9447.0, 9503.0, 9464.0, 9501.0, 9474.0, 9488.0, 9487.0, 9490.0, 9539.0, 9472.0, 9507.0, 9485.0, 9475.0, 9504.0, 9496.0, 9526.0, 9499.0, 9522.0, 9498.0, 9521.0, 9537.0, 9539.0, 9538.0, 9557.0, 9512.0, 9502.0, 9569.0, 9515.0, 9546.0, 9516.0, 9517.0, 9494.0, 9507.0, 9542.0, 9491.0, 9509.0, 9508.0, 9512.0, 9511.0, 9500.0, 9566.0, 9507.0, 9528.0, 9506.0, 9504.0, 9518.0, 9513.0, 9543.0, 9487.0, 9504.0, 9484.0, 9508.0, 9511.0, 9510.0, 9540.0, 9502.0, 9506.0, 9483.0, 9490.0, 9509.0, 9507.0, 9478.0, 9508.0, 9543.0, 9469.0, 9506.0, 9488.0, 9490.0, 9480.0, 9507.0, 9560.0, 9520.0, 9524.0, 9487.0, 9524.0, 9503.0, 9499.0, 9542.0, 9488.0, 9502.0, 9468.0, 9517.0, 9488.0, 9491.0, 9505.0, 9483.0, 9499.0, 9463.0, 9485.0, 9484.0, 9484.0, 9474.0, 9489.0, 9521.0, 9481.0, 9470.0, 9480.0, 9467.0, 9489.0, 9502.0, 9522.0, 9484.0, 9473.0, 9480.0, 9468.0, 9486.0, 9490.0, 9541.0, 9506.0, 9511.0, 9486.0, 9504.0, 9467.0, 9489.0, 9543.0, 9501.0, 9504.0, 9481.0, 9491.0, 9482.0, 9486.0, 9523.0, 9504.0, 9527.0, 9502.0, 9510.0, 9483.0, 9470.0, 9516.0, 9467.0, 9503.0, 9472.0, 9487.0, 9496.0, 9472.0, 9515.0, 9473.0, 9525.0, 9487.0, 9488.0, 9481.0, 9473.0, 9536.0, 9485.0, 9506.0, 9484.0, 9472.0, 9469.0, 9487.0, 9516.0, 9487.0, 9531.0, 9509.0, 9497.0, 9510.0, 9496.0, 9523.0, 9486.0, 9522.0, 9470.0, 9493.0, 9503.0, 9493.0, 9477.0, 9499.0, 9523.0, 9468.0, 9491.0, 9489.0, 9496.0, 9544.0, 9508.0, 9507.0, 9487.0, 9494.0, 9498.0, 9487.0, 9527.0, 9503.0, 9492.0, 9487.0, 9493.0, 9535.0, 9489.0, 9510.0, 9490.0, 9478.0, 9502.0, 9499.0, 9501.0, 9484.0, 9503.0, 9504.0, 9510.0, 9542.0, 9507.0, 9522.0, 9476.0, 9494.0, 9505.0, 9509.0, 9559.0, 9505.0, 9508.0, 9487.0, 9492.0, 9539.0, 9513.0, 9528.0, 9512.0, 9510.0, 9524.0, 9531.0, 9507.0, 9496.0, 9544.0, 9506.0, 9530.0, 9525.0, 9508.0, 9503.0, 9508.0, 9488.0, 9506.0, 9547.0, 9507.0, 9524.0, 9489.0, 9493.0, 9473.0, 9486.0, 9542.0, 9502.0, 9486.0, 9490.0, 9489.0, 9469.0, 9493.0, 9540.0, 9507.0, 9496.0, 9509.0, 9531.0, 9485.0, 9475.0, 9535.0, 9488.0, 9508.0, 9507.0, 9506.0, 9501.0, 9492.0, 9484.0, 9486.0, 9546.0, 9507.0, 9507.0, 9509.0, 9513.0, 9500.0, 9488.0, 9540.0, 9472.0, 9505.0, 9484.0, 9472.0, 9496.0, 9482.0, 9516.0, 9467.0, 9515.0, 9483.0, 9489.0, 9503.0, 9491.0, 9504.0, 9502.0, 9505.0, 9472.0, 9521.0, 9506.0, 9509.0, 9525.0, 9511.0, 9542.0, 9489.0, 9509.0, 9489.0, 9496.0, 9512.0, 9508.0, 9528.0, 9488.0, 9508.0, 9471.0, 9490.0, 9547.0, 9506.0, 9512.0, 9501.0, 9496.0, 9536.0, 9488.0, 9506.0, 9472.0, 9488.0, 9520.0, 9493.0, 9538.0, 9485.0, 9505.0, 9469.0, 9491.0, 9544.0, 9506.0, 9508.0, 9486.0, 9493.0, 9519.0, 9487.0, 9521.0, 9471.0, 9488.0, 9498.0, 9490.0, 9543.0, 9501.0, 9512.0, 9500.0, 9492.0, 9483.0, 9485.0, 9519.0, 9468.0, 9506.0, 9485.0, 9488.0, 9521.0, 9471.0, 9488.0, 9467.0, 9484.0, 9537.0, 9489.0, 9489.0, 9499.0, 9488.0, 9521.0, 9501.0, 9505.0, 9486.0, 9503.0, 9527.0, 9509.0, 9522.0, 9510.0, 9526.0, 9539.0, 9510.0, 9529.0, 9512.0, 9514.0, 9510.0, 9530.0, 9499.0, 9525.0, 9567.0, 9537.0, 9572.0, 9519.0, 9534.0, 9535.0, 9533.0, 9557.0, 9604.0, 9557.0, 9541.0, 9546.0, 9516.0, 9527.0, 9549.0, 9554.0, 9556.0, 9579.0, 9592.0, 9530.0, 9546.0, 9500.0, 9480.0, 9502.0, 9477.0, 9499.0, 9511.0, 9477.0, 9502.0, 9456.0, 9458.0, 9488.0, 9449.0, 9463.0, 9447.0, 9450.0, 9450.0, 9449.0, 9447.0, 9463.0, 9478.0, 9484.0, 9448.0, 9453.0, 9475.0, 9465.0, 9483.0, 9463.0, 9522.0, 9521.0, 9529.0, 9509.0, 9540.0, 9527.0, 9512.0, 9523.0, 9515.0, 9481.0, 9483.0, 9519.0, 9472.0, 9507.0, 9500.0, 9506.0, 9537.0, 9485.0, 9484.0, 9479.0, 9483.0, 9535.0, 9505.0, 9493.0, 9524.0, 9516.0, 9509.0, 9505.0, 9521.0, 9502.0, 9513.0, 9507.0, 9520.0, 9543.0, 9501.0, 9491.0, 9519.0, 9499.0, 9501.0, 9490.0, 9507.0, 9509.0, 9511.0, 9529.0, 9551.0, 9552.0, 9544.0, 9553.0, 9586.0, 9559.0, 9498.0, 9521.0, 9467.0, 9479.0, 9512.0, 9466.0, 9501.0, 9501.0, 9503.0, 9515.0, 9477.0, 9498.0, 9517.0, 9506.0, 9529.0, 9510.0, 9512.0, 9527.0, 9512.0, 9536.0, 9488.0, 9504.0, 9485.0, 9503.0, 9511.0, 9527.0, 9538.0, 9554.0, 9539.0, 9520.0, 9510.0, 9548.0, 9516.0, 9552.0, 9530.0, 9534.0, 9516.0, 9522.0, 9546.0, 9504.0, 9510.0, 9539.0, 9526.0, 9546.0, 9525.0, 9528.0, 9505.0, 9506.0, 9537.0, 9498.0, 9506.0, 9479.0, 9490.0, 9508.0, 9501.0, 9519.0, 9479.0, 9481.0, 9493.0, 9473.0, 9494.0, 9477.0, 9488.0, 9486.0, 9499.0, 9516.0, 9481.0, 9497.0, 9479.0, 9488.0, 9499.0, 9505.0, 9510.0, 9526.0, 9561.0, 9504.0, 9508.0, 9503.0, 9489.0, 9523.0, 9489.0, 9505.0, 9499.0, 9502.0, 9536.0, 9505.0, 9523.0, 9506.0, 9510.0, 9520.0, 9519.0, 9540.0, 9488.0, 9508.0, 9506.0, 9501.0, 9524.0, 9508.0, 9508.0, 9484.0, 9501.0, 9538.0, 9503.0, 9528.0, 9523.0, 9528.0, 9542.0, 9522.0, 9542.0, 9504.0, 9513.0, 9523.0, 9526.0, 9544.0, 9530.0, 9568.0, 9507.0, 9510.0, 9523.0, 9503.0, 9529.0, 9505.0, 9509.0, 9499.0, 9498.0, 9531.0, 9486.0, 9516.0, 9503.0, 9525.0, 9542.0, 9535.0, 9546.0, 9521.0, 9531.0, 9499.0, 9492.0, 9540.0, 9507.0, 9524.0, 9525.0, 9508.0, 9523.0, 9506.0, 9503.0, 9515.0, 9531.0, 9546.0, 9536.0, 9534.0, 9569.0, 9507.0, 9493.0, 9541.0, 9504.0, 9524.0, 9519.0, 9523.0, 9501.0, 9500.0, 9517.0, 9483.0, 9525.0, 9502.0, 9508.0, 9526.0, 9499.0, 9502.0, 9498.0, 9492.0, 9536.0, 9506.0, 9541.0, 9524.0, 9509.0, 9500.0, 9503.0, 9532.0, 9498.0, 9521.0, 9498.0, 9505.0, 9487.0, 9501.0, 9521.0, 9495.0, 9486.0, 9486.0, 9502.0, 9510.0, 9518.0, 9524.0, 9501.0, 9508.0, 9544.0, 9508.0, 9509.0, 9505.0, 9492.0, 9484.0, 9496.0, 9516.0, 9484.0, 9518.0, 9507.0, 9510.0, 9532.0, 9547.0, 9529.0, 9542.0, 9551.0, 9529.0, 9550.0, 9531.0, 9535.0, 9569.0, 9546.0, 9545.0, 9527.0, 9546.0, 9527.0, 9553.0, 9534.0, 9549.0, 9534.0, 9542.0, 9563.0, 9520.0, 9543.0, 9519.0, 9529.0, 9513.0, 9526.0, 9546.0, 9518.0, 9516.0, 9484.0, 9504.0, 9542.0, 9518.0, 9523.0, 9518.0, 9517.0, 9503.0, 9527.0, 9506.0, 9522.0, 9545.0, 9514.0, 9505.0, 9478.0, 9498.0, 9507.0, 9519.0, 9508.0, 9518.0, 9524.0, 9491.0, 9499.0, 9500.0, 9504.0, 9524.0, 9522.0, 9525.0, 9521.0, 9505.0, 9502.0, 9509.0, 9538.0, 9508.0, 9527.0, 9523.0, 9513.0, 9518.0, 9522.0, 9468.0, 9498.0, 9520.0, 9500.0, 9520.0, 9517.0, 9507.0, 9503.0, 9519.0, 9540.0, 9503.0, 9528.0, 9501.0, 9493.0, 9497.0, 9502.0, 9536.0, 9499.0, 9521.0, 9502.0, 9501.0, 9517.0, 9504.0, 9518.0, 9502.0, 9524.0, 9486.0, 9507.0, 9517.0, 9523.0, 9510.0, 9519.0, 9524.0, 9500.0, 9509.0, 9492.0, 9526.0, 9545.0, 9542.0, 9530.0, 9526.0, 9528.0, 9518.0, 9505.0, 9543.0, 9526.0, 9532.0, 9529.0, 9515.0, 9508.0, 9523.0, 9539.0, 9526.0, 9550.0, 9528.0, 9531.0, 9523.0, 9525.0, 9544.0, 9510.0, 9544.0, 9524.0, 9526.0, 9541.0, 9529.0, 9549.0, 9509.0, 9511.0, 9491.0, 9523.0, 9513.0, 9543.0, 9548.0, 9522.0, 9530.0, 9502.0, 9507.0, 9564.0, 9538.0, 9526.0, 9526.0, 9527.0, 9491.0, 9519.0, 9543.0, 9489.0, 9522.0, 9521.0, 9510.0, 9504.0, 9517.0, 9538.0, 9501.0, 9521.0, 9475.0, 9519.0, 9542.0, 9514.0, 9488.0, 9496.0, 9499.0, 9532.0, 9502.0, 9504.0, 9504.0, 9505.0, 9517.0, 9507.0, 9538.0, 9502.0, 9505.0, 9485.0, 9509.0, 9505.0, 9520.0, 9539.0, 9516.0, 9523.0, 9484.0, 9489.0, 9523.0, 9501.0, 9507.0, 9518.0, 9506.0, 9484.0, 9499.0, 9519.0, 9488.0, 9506.0, 9513.0, 9507.0, 9491.0, 9516.0, 9538.0, 9504.0, 9528.0, 9518.0, 9511.0, 9494.0, 9518.0, 9521.0, 9489.0, 9523.0, 9518.0, 9527.0, 9512.0, 9519.0, 9523.0, 9489.0, 9525.0, 9493.0, 9524.0, 9544.0, 9524.0, 9509.0, 9519.0, 9527.0, 9493.0, 9510.0, 9545.0, 9540.0, 9533.0, 9524.0, 9531.0, 9507.0, 9506.0, 9543.0, 9510.0, 9531.0, 9522.0, 9510.0, 9491.0, 9517.0, 9538.0, 9491.0, 9529.0, 9519.0, 9523.0, 9492.0, 9520.0, 9544.0, 9487.0, 9523.0, 9502.0, 9521.0, 9508.0, 9516.0, 9523.0, 9499.0, 9500.0, 9491.0, 9519.0, 9525.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.00026570779712339134</td></tr>
<tr><td colspan=3>aqi</td><td>0.025823049280847846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.444414479833334</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2868482288939396</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9785475499015149</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3162.2981</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11723615041996459</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.7971233913701745</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.289869064325185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.200999220251362</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5128191219079055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.155788850816288</td></tr>
<tr><td colspan=3>gcor</td><td>0.00688146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004898180719465017</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025010092183947563</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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>4.194389818233867</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.1645</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.7917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.6533</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291118.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>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.7695</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.956</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.5201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3450.1781</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.2843</td></tr>
<tr><td colspan=3>tsnr</td><td>37.85297480598092</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>