ds005256-mriqc/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter e18cb1da9e [DATALAD RUNCMD] Compute MRIQC for sub-0076
=== 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-0076 --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-0076",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:59:44 +02:00

616 lines
No EOL
146 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-0076_ses-03_task-alignvideo_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-0076_ses-03_task-alignvideo_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-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_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-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_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-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0076_suffix-bold_task-alignvideo" 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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-03_task-alignvideo_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-alignvideo_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-0076/ses-03/func/sub-0076_ses-03_task-alignvideo_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>c88ad4ed374dc5bc69a601c931629a9b</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:28:7.435000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999821, -0.0183617, -0.0045555, 0.0186738, 0.996449, 0.0821068]</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-alignvideo_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.10067</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7718, -7248, 680, 21, 10, -24, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.953</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19999416-587b-4c50-9b36-15fa16031237||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824467182159424, 0.050100527703762054, -0.008185606449842453, 109.80286407470703], [0.04926300048828125, 2.673398733139038, 0.2218782603740692, -101.6571044921875], [-0.012222076766192913, -0.22028642892837524, 2.6908555030822754, -45.0278205871582], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['112807.435000', '112807.895000', '112808.355000', '112808.815000', '112809.275000', '112809.735000', '112810.195000', '112810.655000', '112811.115000', '112811.575000', '112812.035000', '112812.495000', '112812.955000', '112813.415000', '112813.875000', '112814.335000', '112814.795000', '112815.255000', '112815.715000', '112816.175000', '112816.635000', '112817.095000', '112817.555000', '112818.015000', '112818.475000', '112818.935000', '112819.395000', '112819.855000', '112820.315000', '112820.775000', '112821.235000', '112821.695000', '112822.155000', '112822.615000', '112823.075000', '112823.535000', '112823.995000', '112824.455000', '112824.915000', '112825.375000', '112825.835000', '112826.295000', '112826.755000', '112827.215000', '112827.675000', '112828.135000', '112828.595000', '112829.055000', '112829.515000', '112829.975000', '112830.435000', '112830.895000', '112831.355000', '112831.815000', '112832.275000', '112832.735000', '112833.195000', '112833.655000', '112834.115000', '112834.575000', '112835.035000', '112835.495000', '112835.955000', '112836.415000', '112836.875000', '112837.335000', '112837.795000', '112838.255000', '112838.715000', '112839.175000', '112839.635000', '112840.095000', '112840.555000', '112841.015000', '112841.475000', '112841.935000', '112842.395000', '112842.855000', '112843.315000', '112843.775000', '112844.235000', '112844.695000', '112845.155000', '112845.615000', '112846.075000', '112846.535000', '112846.995000', '112847.455000', '112847.915000', '112848.375000', '112848.835000', '112849.295000', '112849.755000', '112850.215000', '112850.675000', '112851.135000', '112851.595000', '112852.055000', '112852.515000', '112852.975000', '112853.435000', '112853.895000', '112854.355000', '112854.815000', '112855.275000', '112855.735000', '112856.195000', '112856.655000', '112857.115000', '112857.575000', '112858.035000', '112858.495000', '112858.955000', '112859.415000', '112859.875000', '112900.335000', '112900.795000', '112901.255000', '112901.715000', '112902.175000', '112902.635000', '112903.095000', '112903.555000', '112904.015000', '112904.475000', '112904.935000', '112905.395000', '112905.855000', '112906.315000', '112906.775000', '112907.235000', '112907.695000', '112908.155000', '112908.615000', '112909.075000', '112909.535000', '112909.995000', '112910.455000', '112910.915000', '112911.375000', '112911.835000', '112912.295000', '112912.755000', '112913.215000', '112913.675000', '112914.135000', '112914.595000', '112915.055000', '112915.515000', '112915.975000', '112916.435000', '112916.895000', '112917.355000', '112917.815000', '112918.275000', '112918.735000', '112919.195000', '112919.655000', '112920.115000', '112920.575000', '112921.035000', '112921.495000', '112921.955000', '112922.415000', '112922.875000', '112923.335000', '112923.795000', '112924.255000', '112924.715000', '112925.175000', '112925.635000', '112926.095000', '112926.555000', '112927.015000', '112927.475000', '112927.935000', '112928.395000', '112928.855000', '112929.315000', '112929.775000', '112930.235000', '112930.695000', '112931.155000', '112931.615000', '112932.075000', '112932.535000', '112932.995000', '112933.455000', '112933.915000', '112934.375000', '112934.835000', '112935.295000', '112935.755000', '112936.215000', '112936.675000', '112937.135000', '112937.595000', '112938.055000', '112938.515000', '112938.975000', '112939.435000', '112939.895000', '112940.355000', '112940.815000', '112941.275000', '112941.735000', '112942.195000', '112942.655000', '112943.115000', '112943.575000', '112944.035000', '112944.495000', '112944.955000', '112945.415000', '112945.875000', '112946.335000', '112946.795000', '112947.255000', '112947.715000', '112948.175000', '112948.635000', '112949.095000', '112949.555000', '112950.015000', '112950.475000', '112950.935000', '112951.395000', '112951.855000', '112952.315000', '112952.775000', '112953.235000', '112953.695000', '112954.155000', '112954.615000', '112955.075000', '112955.535000', '112955.995000', '112956.455000', '112956.915000', '112957.375000', '112957.835000', '112958.295000', '112958.755000', '112959.215000', '112959.675000', '113000.135000', '113000.595000', '113001.055000', '113001.515000', '113001.975000', '113002.435000', '113002.895000', '113003.355000', '113003.815000', '113004.275000', '113004.735000', '113005.195000', '113005.655000', '113006.115000', '113006.575000', '113007.035000', '113007.495000', '113007.955000', '113008.415000', '113008.875000', '113009.335000', '113009.795000', '113010.255000', '113010.715000', '113011.175000', '113011.635000', '113012.095000', '113012.555000', '113013.015000', '113013.475000', '113013.935000', '113014.395000', '113014.855000', '113015.315000', '113015.775000', '113016.235000', '113016.695000', '113017.155000', '113017.615000', '113018.075000', '113018.535000', '113018.995000', '113019.455000', '113019.915000', '113020.375000', '113020.835000', '113021.295000', '113021.755000', '113022.215000', '113022.675000', '113023.135000', '113023.595000', '113024.055000', '113024.515000', '113024.975000', '113025.435000', '113025.895000', '113026.355000', '113026.815000', '113027.275000', '113027.735000', '113028.195000', '113028.655000', '113029.115000', '113029.575000', '113030.035000', '113030.495000', '113030.955000', '113031.415000', '113031.875000', '113032.335000', '113032.795000', '113033.255000', '113033.715000', '113034.175000', '113034.635000', '113035.095000', '113035.555000', '113036.015000', '113036.475000', '113036.935000', '113037.395000', '113037.855000', '113038.315000', '113038.775000', '113039.235000', '113039.695000', '113040.155000', '113040.615000', '113041.075000', '113041.535000', '113041.995000', '113042.455000', '113042.915000', '113043.375000', '113043.835000', '113044.295000', '113044.755000', '113045.215000', '113045.675000', '113046.135000', '113046.595000', '113047.055000', '113047.515000', '113047.975000', '113048.435000', '113048.895000', '113049.355000', '113049.815000', '113050.275000', '113050.735000', '113051.195000', '113051.655000', '113052.115000', '113052.575000', '113053.035000', '113053.495000', '113053.955000', '113054.415000', '113054.875000', '113055.335000', '113055.795000', '113056.255000', '113056.715000', '113057.175000', '113057.635000', '113058.095000', '113058.555000', '113059.015000', '113059.475000', '113059.935000', '113100.395000', '113100.855000', '113101.315000', '113101.775000', '113102.235000', '113102.695000', '113103.155000', '113103.615000', '113104.075000', '113104.535000', '113104.995000', '113105.455000', '113105.915000', '113106.375000', '113106.835000', '113107.295000', '113107.755000', '113108.215000', '113108.675000', '113109.135000', '113109.595000', '113110.055000', '113110.515000', '113110.975000', '113111.435000', '113111.895000', '113112.355000', '113112.815000', '113113.275000', '113113.735000', '113114.195000', '113114.655000', '113115.115000', '113115.575000', '113116.035000', '113116.495000', '113116.955000', '113117.415000', '113117.875000', '113118.335000', '113118.795000', '113119.255000', '113119.715000', '113120.175000', '113120.635000', '113121.095000', '113121.555000', '113122.015000', '113122.475000', '113122.935000', '113123.395000', '113123.855000', '113124.315000', '113124.775000', '113125.235000', '113125.695000', '113126.155000', '113126.615000', '113127.075000', '113127.535000', '113127.995000', '113128.455000', '113128.915000', '113129.375000', '113129.835000', '113130.295000', '113130.755000', '113131.215000', '113131.675000', '113132.135000', '113132.595000', '113133.055000', '113133.515000', '113133.975000', '113134.435000', '113134.895000', '113135.355000', '113135.815000', '113136.275000', '113136.735000', '113137.195000', '113137.655000', '113138.115000', '113138.575000', '113139.035000', '113139.495000', '113139.955000', '113140.415000', '113140.875000', '113141.335000', '113141.795000', '113142.255000', '113142.715000', '113143.175000', '113143.635000', '113144.095000', '113144.555000', '113145.015000', '113145.475000', '113145.935000', '113146.395000', '113146.855000', '113147.315000', '113147.775000', '113148.235000', '113148.695000', '113149.155000', '113149.615000', '113150.075000', '113150.535000', '113150.995000', '113151.455000', '113151.915000', '113152.375000', '113152.835000', '113153.295000', '113153.755000', '113154.215000', '113154.675000', '113155.135000', '113155.595000', '113156.055000', '113156.515000', '113156.975000', '113157.435000', '113157.895000', '113158.355000', '113158.815000', '113159.275000', '113159.735000', '113200.195000', '113200.655000', '113201.115000', '113201.575000', '113202.035000', '113202.495000', '113202.955000', '113203.415000', '113203.875000', '113204.335000', '113204.795000', '113205.255000', '113205.715000', '113206.175000', '113206.635000', '113207.095000', '113207.555000', '113208.015000', '113208.475000', '113208.935000', '113209.395000', '113209.855000', '113210.315000', '113210.775000', '113211.235000', '113211.695000', '113212.155000', '113212.615000', '113213.075000', '113213.535000', '113213.995000', '113214.455000', '113214.915000', '113215.375000', '113215.835000', '113216.295000', '113216.755000', '113217.215000', '113217.675000', '113218.135000', '113218.595000', '113219.055000', '113219.515000', '113219.975000', '113220.435000', '113220.895000', '113221.355000', '113221.815000', '113222.275000', '113222.735000', '113223.195000', '113223.655000', '113224.115000', '113224.575000', '113225.035000', '113225.495000', '113225.955000', '113226.415000', '113226.875000', '113227.335000', '113227.795000', '113228.255000', '113228.715000', '113229.175000', '113229.635000', '113230.095000', '113230.555000', '113231.015000', '113231.475000', '113231.935000', '113232.395000', '113232.855000', '113233.315000', '113233.775000', '113234.235000', '113234.695000', '113235.155000', '113235.615000', '113236.075000', '113236.535000', '113236.995000', '113237.455000', '113237.915000', '113238.375000', '113238.835000', '113239.295000', '113239.755000', '113240.215000', '113240.675000', '113241.135000', '113241.595000', '113242.055000', '113242.515000', '113242.975000', '113243.435000', '113243.895000', '113244.355000', '113244.815000', '113245.275000', '113245.735000', '113246.195000', '113246.655000', '113247.115000', '113247.575000', '113248.035000', '113248.495000', '113248.955000', '113249.415000', '113249.875000', '113250.335000', '113250.795000', '113251.255000', '113251.715000', '113252.175000', '113252.635000', '113253.095000', '113253.555000', '113254.015000', '113254.475000', '113254.935000', '113255.395000', '113255.855000', '113256.315000', '113256.775000', '113257.235000', '113257.695000', '113258.155000', '113258.615000', '113259.075000', '113259.535000', '113259.995000', '113300.455000', '113300.915000', '113301.375000', '113301.835000', '113302.295000', '113302.755000', '113303.215000', '113303.675000', '113304.135000', '113304.595000', '113305.055000', '113305.515000', '113305.975000', '113306.435000', '113306.895000', '113307.355000', '113307.815000', '113308.275000', '113308.735000', '113309.195000', '113309.655000', '113310.115000', '113310.575000', '113311.035000', '113311.495000', '113311.955000', '113312.415000', '113312.875000', '113313.335000', '113313.795000', '113314.255000', '113314.715000', '113315.175000', '113315.635000', '113316.095000', '113316.555000', '113317.015000', '113317.475000', '113317.935000', '113318.395000', '113318.855000', '113319.315000', '113319.775000', '113320.235000', '113320.695000', '113321.155000', '113321.615000', '113322.075000', '113322.535000', '113322.995000', '113323.455000', '113323.915000', '113324.375000', '113324.835000', '113325.295000', '113325.755000', '113326.215000', '113326.675000', '113327.135000', '113327.595000', '113328.055000', '113328.515000', '113328.975000', '113329.435000', '113329.895000', '113330.355000', '113330.815000', '113331.275000', '113331.735000', '113332.195000', '113332.655000', '113333.115000', '113333.575000', '113334.035000', '113334.495000', '113334.955000', '113335.415000', '113335.875000', '113336.335000', '113336.795000', '113337.255000', '113337.715000', '113338.175000', '113338.635000', '113339.095000', '113339.555000', '113340.015000', '113340.475000', '113340.935000', '113341.395000', '113341.855000', '113342.315000', '113342.775000', '113343.235000', '113343.695000', '113344.155000', '113344.615000', '113345.075000', '113345.535000', '113345.995000', '113346.455000', '113346.915000', '113347.375000', '113347.835000', '113348.295000', '113348.755000', '113349.215000', '113349.675000', '113350.135000', '113350.595000', '113351.055000', '113351.515000', '113351.975000', '113352.435000', '113352.895000', '113353.355000', '113353.815000', '113354.275000', '113354.735000', '113355.195000', '113355.655000', '113356.115000', '113356.575000', '113357.035000', '113357.495000', '113357.955000', '113358.415000', '113358.875000', '113359.335000', '113359.795000', '113400.255000', '113400.715000', '113401.175000', '113401.635000', '113402.095000', '113402.555000', '113403.015000', '113403.475000', '113403.935000', '113404.395000', '113404.855000', '113405.315000', '113405.775000', '113406.235000', '113406.695000', '113407.155000', '113407.615000', '113408.075000', '113408.535000', '113408.995000', '113409.455000', '113409.915000', '113410.375000', '113410.835000', '113411.295000', '113411.755000', '113412.215000', '113412.675000', '113413.135000', '113413.595000', '113414.055000', '113414.515000', '113414.975000', '113415.435000', '113415.895000', '113416.355000', '113416.815000', '113417.275000', '113417.735000', '113418.195000', '113418.655000', '113419.115000', '113419.575000', '113420.035000', '113420.495000', '113420.955000', '113421.415000', '113421.875000', '113422.335000', '113422.795000', '113423.255000', '113423.715000', '113424.175000', '113424.635000', '113425.095000', '113425.555000', '113426.015000', '113426.475000', '113426.935000', '113427.395000', '113427.855000', '113428.315000', '113428.775000', '113429.235000', '113429.695000', '113430.155000', '113430.615000', '113431.075000', '113431.535000', '113431.995000', '113432.455000', '113432.915000', '113433.375000', '113433.835000', '113434.295000', '113434.755000', '113435.215000', '113435.675000', '113436.135000', '113436.595000', '113437.055000', '113437.515000', '113437.975000', '113438.435000', '113438.895000', '113439.355000', '113439.815000', '113440.275000', '113440.735000', '113441.195000', '113441.655000', '113442.115000', '113442.575000', '113443.035000', '113443.495000', '113443.955000', '113444.415000', '113444.875000', '113445.335000', '113445.795000', '113446.255000', '113446.715000', '113447.175000', '113447.635000', '113448.095000', '113448.555000', '113449.015000', '113449.475000', '113449.935000', '113450.395000', '113450.855000', '113451.315000', '113451.775000', '113452.235000', '113452.695000', '113453.155000', '113453.615000', '113454.075000', '113454.535000', '113454.995000', '113455.455000', '113455.915000', '113456.375000', '113456.835000', '113457.295000', '113457.755000', '113458.215000', '113458.675000', '113459.135000', '113459.595000', '113500.055000', '113500.515000', '113500.975000', '113501.435000', '113501.895000', '113502.355000', '113502.815000', '113503.275000', '113503.735000', '113504.195000', '113504.655000', '113505.115000', '113505.575000', '113506.035000', '113506.495000', '113506.955000', '113507.415000', '113507.875000', '113508.335000', '113508.795000', '113509.255000', '113509.715000', '113510.175000', '113510.635000', '113511.095000', '113511.555000', '113512.015000', '113512.475000', '113512.935000', '113513.395000', '113513.855000', '113514.315000', '113514.775000', '113515.235000', '113515.695000', '113516.155000', '113516.615000', '113517.075000', '113517.535000', '113517.995000', '113518.455000', '113518.915000', '113519.375000', '113519.835000', '113520.295000', '113520.755000', '113521.215000', '113521.675000', '113522.135000', '113522.595000', '113523.055000', '113523.515000', '113523.975000', '113524.435000', '113524.895000', '113525.355000', '113525.815000', '113526.275000', '113526.735000', '113527.195000', '113527.655000', '113528.115000', '113528.575000', '113529.035000', '113529.495000', '113529.955000', '113530.415000', '113530.875000', '113531.335000', '113531.795000', '113532.255000', '113532.715000', '113533.175000', '113533.635000', '113534.095000', '113534.555000', '113535.015000', '113535.475000', '113535.935000', '113536.395000', '113536.855000', '113537.315000', '113537.775000', '113538.235000', '113538.695000', '113539.155000', '113539.615000', '113540.075000', '113540.535000', '113540.995000', '113541.455000', '113541.915000', '113542.375000', '113542.835000', '113543.295000', '113543.755000', '113544.215000', '113544.675000', '113545.135000', '113545.595000', '113546.055000', '113546.515000', '113546.975000', '113547.435000', '113547.895000', '113548.355000', '113548.815000', '113549.275000', '113549.735000', '113550.195000', '113550.655000', '113551.115000', '113551.575000', '113552.035000', '113552.495000', '113552.955000', '113553.415000', '113553.875000', '113554.335000', '113554.795000', '113555.255000', '113555.715000', '113556.175000', '113556.635000', '113557.095000', '113557.555000', '113558.015000', '113558.475000', '113558.935000', '113559.395000', '113559.855000', '113600.315000', '113600.775000', '113601.235000', '113601.695000', '113602.155000', '113602.615000', '113603.075000', '113603.535000', '113603.995000', '113604.455000', '113604.915000', '113605.375000', '113605.835000', '113606.295000', '113606.755000', '113607.215000', '113607.675000', '113608.135000', '113608.595000', '113609.055000', '113609.515000', '113609.975000', '113610.435000', '113610.895000', '113611.355000', '113611.815000', '113612.275000', '113612.735000', '113613.195000', '113613.655000', '113614.115000', '113614.575000', '113615.035000', '113615.495000', '113615.955000', '113616.415000', '113616.875000', '113617.335000', '113617.795000', '113618.255000', '113618.715000', '113619.175000', '113619.635000', '113620.095000', '113620.555000', '113621.015000', '113621.475000', '113621.935000', '113622.395000', '113622.855000', '113623.315000', '113623.775000', '113624.235000', '113624.695000', '113625.155000', '113625.615000', '113626.075000', '113626.535000', '113626.995000', '113627.455000', '113627.915000', '113628.375000', '113628.835000', '113629.295000', '113629.755000', '113630.215000', '113630.675000', '113631.135000', '113631.595000', '113632.055000', '113632.515000', '113632.975000', '113633.435000', '113633.895000', '113634.355000', '113634.815000', '113635.275000', '113635.735000', '113636.195000', '113636.655000', '113637.115000', '113637.575000', '113638.035000', '113638.495000', '113638.955000', '113639.415000', '113639.875000', '113640.335000', '113640.795000', '113641.255000', '113641.715000', '113642.175000', '113642.635000', '113643.095000', '113643.555000', '113644.015000', '113644.475000', '113644.935000', '113645.395000', '113645.855000', '113646.315000', '113646.775000', '113647.235000', '113647.695000', '113648.155000', '113648.615000', '113649.075000', '113649.535000', '113649.995000', '113650.455000', '113650.915000', '113651.375000', '113651.835000', '113652.295000', '113652.755000', '113653.215000', '113653.675000', '113654.135000', '113654.595000', '113655.055000', '113655.515000', '113655.975000', '113656.435000', '113656.895000', '113657.355000', '113657.815000', '113658.275000', '113658.735000', '113659.195000', '113659.655000', '113700.115000', '113700.575000', '113701.035000', '113701.495000', '113701.955000', '113702.415000', '113702.875000', '113703.335000', '113703.795000', '113704.255000', '113704.715000', '113705.175000', '113705.635000', '113706.095000', '113706.555000', '113707.015000', '113707.475000', '113707.935000', '113708.395000', '113708.855000', '113709.315000', '113709.775000', '113710.235000', '113710.695000', '113711.155000', '113711.615000', '113712.075000', '113712.535000', '113712.995000', '113713.455000', '113713.915000', '113714.375000', '113714.835000', '113715.295000', '113715.755000', '113716.215000', '113716.675000', '113717.135000', '113717.595000', '113718.055000', '113718.515000', '113718.975000', '113719.435000', '113719.895000', '113720.355000', '113720.815000', '113721.275000', '113721.735000', '113722.195000', '113722.655000', '113723.115000', '113723.575000', '113724.035000', '113724.495000', '113724.955000', '113725.415000', '113725.875000', '113726.335000', '113726.795000', '113727.255000', '113727.715000', '113728.175000', '113728.635000', '113729.095000', '113729.555000', '113730.015000', '113730.475000', '113730.935000', '113731.395000', '113731.855000', '113732.315000', '113732.775000', '113733.235000', '113733.695000', '113734.155000', '113734.615000', '113735.075000', '113735.535000', '113735.995000', '113736.455000', '113736.915000', '113737.375000', '113737.835000', '113738.295000', '113738.755000', '113739.215000', '113739.675000', '113740.135000', '113740.595000', '113741.055000', '113741.515000', '113741.975000', '113742.435000', '113742.895000', '113743.355000', '113743.815000', '113744.275000', '113744.735000', '113745.195000', '113745.655000', '113746.115000', '113746.575000', '113747.035000', '113747.495000', '113747.955000', '113748.415000', '113748.875000', '113749.335000', '113749.795000', '113750.255000', '113750.715000', '113751.175000', '113751.635000', '113752.095000', '113752.555000', '113753.015000', '113753.475000', '113753.935000', '113754.395000', '113754.855000', '113755.315000', '113755.775000', '113756.235000', '113756.695000', '113757.155000', '113757.615000', '113758.075000', '113758.535000', '113758.995000', '113759.455000', '113759.915000', '113800.375000', '113800.835000', '113801.295000', '113801.755000', '113802.215000', '113802.675000', '113803.135000', '113803.595000', '113804.055000', '113804.515000', '113804.975000', '113805.435000', '113805.895000', '113806.355000', '113806.815000', '113807.275000', '113807.735000', '113808.195000', '113808.655000', '113809.115000', '113809.575000', '113810.035000', '113810.495000', '113810.955000', '113811.415000', '113811.875000', '113812.335000', '113812.795000', '113813.255000', '113813.715000', '113814.175000', '113814.635000', '113815.095000', '113815.555000', '113816.015000', '113816.475000', '113816.935000', '113817.395000', '113817.855000', '113818.315000', '113818.775000', '113819.235000', '113819.695000', '113820.155000', '113820.615000', '113821.075000'], 'ContentTime': ['112818.495000', '112818.498000', '112818.502000', '112818.505000', '112818.508000', '112818.511000', '112818.513000', '112818.516000', '112818.519000', '112818.522000', '112818.524000', '112818.527000', '112818.530000', '112818.533000', '112818.535000', '112818.538000', '112818.541000', '112818.543000', '112818.546000', '112818.570000', '112838.463000', '112838.466000', '112838.469000', '112838.471000', '112838.474000', '112838.476000', '112838.479000', '112838.482000', '112838.484000', '112838.487000', '112838.489000', '112838.499000', '112838.502000', '112838.504000', '112838.507000', '112838.509000', '112838.512000', '112838.515000', '112838.517000', '112838.520000', '112838.522000', '112838.525000', '112838.527000', '112838.530000', '112838.532000', '112838.535000', '112838.537000', '112838.540000', '112838.543000', '112838.545000', '112838.548000', '112838.550000', '112838.553000', '112838.556000', '112838.559000', '112838.562000', '112838.564000', '112838.573000', '112838.575000', '112838.578000', '112838.581000', '112838.584000', '112838.586000', '112838.589000', '112858.463000', '112858.466000', '112858.469000', '112858.471000', '112858.474000', '112858.477000', '112858.479000', '112858.482000', '112858.485000', '112858.487000', '112858.490000', '112858.492000', '112858.495000', '112858.497000', '112858.500000', '112858.503000', '112858.505000', '112858.508000', '112858.510000', '112858.513000', '112858.516000', '112858.518000', '112858.521000', '112858.523000', '112858.526000', '112858.528000', '112858.531000', '112858.534000', '112858.536000', '112858.539000', '112858.541000', '112858.544000', '112858.546000', '112858.549000', '112858.551000', '112858.554000', '112858.557000', '112858.559000', '112858.562000', '112858.564000', '112858.567000', '112858.570000', '112858.572000', '112858.584000', '112918.463000', '112918.466000', '112918.468000', '112918.471000', '112918.482000', '112918.484000', '112918.487000', '112918.490000', '112918.492000', '112918.495000', '112918.497000', '112918.500000', '112918.502000', '112918.505000', '112918.508000', '112918.510000', '112918.513000', '112918.515000', '112918.518000', '112918.520000', '112918.523000', '112918.526000', '112918.528000', '112918.531000', '112918.533000', '112918.536000', '112918.539000', '112918.541000', '112918.544000', '112918.546000', '112918.549000', '112918.551000', '112918.554000', '112918.557000', '112918.559000', '112918.562000', '112918.565000', '112918.567000', '112918.570000', '112918.573000', '112918.575000', '112918.578000', '112918.582000', '112938.463000', '112938.466000', '112938.469000', '112938.471000', '112938.474000', '112938.477000', '112938.479000', '112938.482000', '112938.484000', '112938.487000', '112938.489000', '112938.492000', '112938.495000', '112938.497000', '112938.500000', '112938.503000', '112938.505000', '112938.508000', '112938.511000', '112938.513000', '112938.516000', '112938.518000', '112938.521000', '112938.524000', '112938.526000', '112938.529000', '112938.531000', '112938.534000', '112938.537000', '112938.539000', '112938.542000', '112938.544000', '112938.547000', '112938.549000', '112938.552000', '112938.555000', '112938.557000', '112938.560000', '112938.562000', '112938.565000', '112938.567000', '112938.570000', '112938.572000', '112938.575000', '112958.464000', '112958.466000', '112958.469000', '112958.472000', '112958.474000', '112958.477000', '112958.479000', '112958.482000', '112958.485000', '112958.487000', '112958.490000', '112958.492000', '112958.495000', '112958.498000', '112958.500000', '112958.503000', '112958.516000', '112958.519000', '112958.522000', '112958.524000', '112958.527000', '112958.530000', '112958.532000', '112958.535000', '112958.538000', '112958.541000', '112958.543000', '112958.546000', '112958.549000', '112958.552000', '112958.554000', '112958.557000', '112958.560000', '112958.562000', '112958.565000', '112958.567000', '112958.570000', '112958.572000', '112958.575000', '112958.578000', '112958.580000', '112958.583000', '112958.585000', '113018.464000', '113018.467000', '113018.469000', '113018.472000', '113018.475000', '113018.477000', '113018.480000', '113018.482000', '113018.485000', '113018.488000', '113018.491000', '113018.494000', '113018.497000', '113018.499000', '113018.502000', '113018.504000', '113018.507000', '113018.510000', '113018.512000', '113018.515000', '113018.518000', '113018.520000', '113018.523000', '113018.525000', '113018.528000', '113018.531000', '113018.533000', '113018.536000', '113018.538000', '113018.541000', '113018.544000', '113018.546000', '113018.549000', '113018.551000', '113018.554000', '113018.557000', '113018.559000', '113018.562000', '113018.564000', '113018.567000', '113018.569000', '113018.572000', '113018.575000', '113038.463000', '113038.466000', '113038.469000', '113038.471000', '113038.474000', '113038.477000', '113038.479000', '113038.482000', '113038.484000', '113038.487000', '113038.489000', '113038.492000', '113038.495000', '113038.497000', '113038.500000', '113038.502000', '113038.505000', '113038.508000', '113038.510000', '113038.513000', '113038.515000', '113038.518000', '113038.520000', '113038.523000', '113038.526000', '113038.528000', '113038.531000', '113038.533000', '113038.536000', '113038.539000', '113038.541000', '113038.544000', '113038.546000', '113038.549000', '113038.552000', '113038.554000', '113038.557000', '113038.559000', '113038.562000', '113038.564000', '113038.567000', '113038.570000', '113038.572000', '113038.575000', '113058.468000', '113058.471000', '113058.473000', '113058.476000', '113058.479000', '113058.481000', '113058.484000', '113058.486000', '113058.489000', '113058.492000', '113058.494000', '113058.497000', '113058.499000', '113058.502000', '113058.505000', '113058.507000', '113058.510000', '113058.512000', '113058.515000', '113058.518000', '113058.520000', '113058.523000', '113058.525000', '113058.528000', '113058.530000', '113058.533000', '113058.536000', '113058.538000', '113058.541000', '113058.544000', '113058.546000', '113058.549000', '113058.551000', '113058.554000', '113058.557000', '113058.560000', '113058.563000', '113058.566000', '113058.569000', '113058.571000', '113058.574000', '113058.577000', '113058.579000', '113118.462000', '113118.465000', '113118.468000', '113118.471000', '113118.473000', '113118.476000', '113118.478000', '113118.481000', '113118.484000', '113118.486000', '113118.489000', '113118.491000', '113118.494000', '113118.497000', '113118.499000', '113118.502000', '113118.505000', '113118.507000', '113118.510000', '113118.512000', '113118.515000', '113118.518000', '113118.520000', '113118.523000', '113118.525000', '113118.528000', '113118.531000', '113118.533000', '113118.536000', '113118.538000', '113118.541000', '113118.543000', '113118.546000', '113118.549000', '113118.551000', '113118.554000', '113118.556000', '113118.559000', '113118.562000', '113118.564000', '113118.567000', '113118.569000', '113118.572000', '113118.575000', '113138.463000', '113138.466000', '113138.468000', '113138.471000', '113138.474000', '113138.476000', '113138.479000', '113138.482000', '113138.484000', '113138.487000', '113138.489000', '113138.492000', '113138.495000', '113138.497000', '113138.500000', '113138.502000', '113138.505000', '113138.508000', '113138.510000', '113138.513000', '113138.516000', '113138.518000', '113138.521000', '113138.523000', '113138.527000', '113138.530000', '113138.533000', '113138.535000', '113138.538000', '113138.541000', '113138.543000', '113138.546000', '113138.548000', '113138.551000', '113138.554000', '113138.556000', '113138.559000', '113138.561000', '113138.564000', '113138.566000', '113138.569000', '113138.572000', '113138.574000', '113158.464000', '113158.466000', '113158.469000', '113158.472000', '113158.474000', '113158.477000', '113158.480000', '113158.482000', '113158.485000', '113158.487000', '113158.490000', '113158.493000', '113158.495000', '113158.498000', '113158.501000', '113158.503000', '113158.506000', '113158.508000', '113158.511000', '113158.514000', '113158.516000', '113158.519000', '113158.521000', '113158.524000', '113158.526000', '113158.529000', '113158.532000', '113158.534000', '113158.537000', '113158.540000', '113158.542000', '113158.545000', '113158.547000', '113158.550000', '113158.553000', '113158.555000', '113158.558000', '113158.560000', '113158.563000', '113158.566000', '113158.568000', '113158.571000', '113158.574000', '113158.576000', '113218.464000', '113218.467000', '113218.469000', '113218.472000', '113218.474000', '113218.477000', '113218.480000', '113218.482000', '113218.485000', '113218.487000', '113218.490000', '113218.492000', '113218.495000', '113218.498000', '113218.501000', '113218.504000', '113218.506000', '113218.509000', '113218.512000', '113218.514000', '113218.517000', '113218.520000', '113218.522000', '113218.525000', '113218.527000', '113218.530000', '113218.533000', '113218.535000', '113218.538000', '113218.540000', '113218.543000', '113218.545000', '113218.548000', '113218.550000', '113218.553000', '113218.556000', '113218.558000', '113218.561000', '113218.563000', '113218.593000', '113218.596000', '113218.598000', '113218.601000', '113238.464000', '113238.466000', '113238.469000', '113238.472000', '113238.474000', '113238.477000', '113238.480000', '113238.482000', '113238.485000', '113238.487000', '113238.490000', '113238.493000', '113238.495000', '113238.498000', '113238.501000', '113238.503000', '113238.506000', '113238.509000', '113238.511000', '113238.514000', '113238.516000', '113238.519000', '113238.522000', '113238.524000', '113238.527000', '113238.530000', '113238.532000', '113238.535000', '113238.537000', '113238.540000', '113238.543000', '113238.545000', '113238.548000', '113238.550000', '113238.553000', '113238.556000', '113238.558000', '113238.561000', '113238.563000', '113238.566000', '113238.569000', '113238.571000', '113238.574000', '113238.577000', '113258.464000', '113258.466000', '113258.469000', '113258.472000', '113258.474000', '113258.477000', '113258.479000', '113258.482000', '113258.484000', '113258.487000', '113258.490000', '113258.492000', '113258.495000', '113258.497000', '113258.500000', '113258.503000', '113258.506000', '113258.508000', '113258.511000', '113258.514000', '113258.516000', '113258.519000', '113258.521000', '113258.524000', '113258.527000', '113258.529000', '113258.532000', '113258.534000', '113258.537000', '113258.540000', '113258.542000', '113258.545000', '113258.547000', '113258.550000', '113258.553000', '113258.555000', '113258.558000', '113258.561000', '113258.563000', '113258.566000', '113258.569000', '113258.572000', '113258.574000', '113318.464000', '113318.466000', '113318.469000', '113318.472000', '113318.474000', '113318.477000', '113318.479000', '113318.482000', '113318.485000', '113318.487000', '113318.490000', '113318.492000', '113318.495000', '113318.498000', '113318.500000', '113318.503000', '113318.505000', '113318.508000', '113318.511000', '113318.513000', '113318.516000', '113318.518000', '113318.521000', '113318.524000', '113318.526000', '113318.529000', '113318.532000', '113318.534000', '113318.537000', '113318.540000', '113318.543000', '113318.545000', '113318.548000', '113318.551000', '113318.553000', '113318.556000', '113318.558000', '113318.561000', '113318.564000', '113318.566000', '113318.569000', '113318.572000', '113318.574000', '113318.577000', '113338.462000', '113338.473000', '113338.476000', '113338.478000', '113338.481000', '113338.483000', '113338.486000', '113338.489000', '113338.491000', '113338.494000', '113338.497000', '113338.499000', '113338.502000', '113338.504000', '113338.507000', '113338.510000', '113338.512000', '113338.515000', '113338.517000', '113338.520000', '113338.522000', '113338.525000', '113338.528000', '113338.530000', '113338.533000', '113338.536000', '113338.538000', '113338.541000', '113338.544000', '113338.546000', '113338.549000', '113338.551000', '113338.554000', '113338.557000', '113338.559000', '113338.562000', '113338.565000', '113338.567000', '113338.570000', '113338.572000', '113338.575000', '113338.577000', '113338.580000', '113358.463000', '113358.466000', '113358.468000', '113358.471000', '113358.473000', '113358.476000', '113358.479000', '113358.481000', '113358.484000', '113358.486000', '113358.489000', '113358.492000', '113358.494000', '113358.497000', '113358.499000', '113358.502000', '113358.505000', '113358.507000', '113358.510000', '113358.512000', '113358.515000', '113358.518000', '113358.520000', '113358.523000', '113358.525000', '113358.528000', '113358.531000', '113358.533000', '113358.536000', '113358.538000', '113358.541000', '113358.544000', '113358.546000', '113358.549000', '113358.551000', '113358.554000', '113358.557000', '113358.559000', '113358.562000', '113358.564000', '113358.567000', '113358.570000', '113358.572000', '113358.575000', '113418.463000', '113418.466000', '113418.469000', '113418.472000', '113418.474000', '113418.477000', '113418.480000', '113418.482000', '113418.485000', '113418.487000', '113418.490000', '113418.492000', '113418.495000', '113418.498000', '113418.500000', '113418.503000', '113418.506000', '113418.508000', '113418.511000', '113418.513000', '113418.516000', '113418.519000', '113418.521000', '113418.524000', '113418.527000', '113418.529000', '113418.532000', '113418.534000', '113418.537000', '113418.539000', '113418.542000', '113418.545000', '113418.547000', '113418.550000', '113418.553000', '113418.555000', '113418.558000', '113418.561000', '113418.563000', '113418.566000', '113418.569000', '113418.571000', '113418.574000', '113438.464000', '113438.467000', '113438.469000', '113438.472000', '113438.474000', '113438.477000', '113438.480000', '113438.482000', '113438.485000', '113438.487000', '113438.490000', '113438.492000', '113438.495000', '113438.498000', '113438.500000', '113438.503000', '113438.506000', '113438.508000', '113438.511000', '113438.513000', '113438.516000', '113438.519000', '113438.521000', '113438.524000', '113438.526000', '113438.529000', '113438.532000', '113438.534000', '113438.537000', '113438.539000', '113438.542000', '113438.544000', '113438.547000', '113438.550000', '113438.552000', '113438.555000', '113438.558000', '113438.560000', '113438.563000', '113438.565000', '113438.568000', '113438.571000', '113438.573000', '113438.576000', '113458.464000', '113458.467000', '113458.469000', '113458.472000', '113458.474000', '113458.477000', '113458.480000', '113458.482000', '113458.485000', '113458.487000', '113458.490000', '113458.492000', '113458.495000', '113458.497000', '113458.500000', '113458.503000', '113458.505000', '113458.508000', '113458.510000', '113458.513000', '113458.516000', '113458.518000', '113458.521000', '113458.523000', '113458.526000', '113458.529000', '113458.531000', '113458.534000', '113458.537000', '113458.539000', '113458.542000', '113458.545000', '113458.547000', '113458.550000', '113458.553000', '113458.555000', '113458.558000', '113458.560000', '113458.563000', '113458.565000', '113458.568000', '113458.571000', '113458.573000', '113518.464000', '113518.467000', '113518.469000', '113518.484000', '113518.487000', '113518.490000', '113518.492000', '113518.495000', '113518.497000', '113518.500000', '113518.502000', '113518.505000', '113518.508000', '113518.510000', '113518.513000', '113518.515000', '113518.518000', '113518.521000', '113518.523000', '113518.526000', '113518.529000', '113518.531000', '113518.534000', '113518.537000', '113518.539000', '113518.542000', '113518.544000', '113518.547000', '113518.550000', '113518.552000', '113518.555000', '113518.557000', '113518.560000', '113518.563000', '113518.565000', '113518.568000', '113518.571000', '113518.573000', '113518.576000', '113518.579000', '113518.581000', '113518.584000', '113518.586000', '113518.589000', '113538.462000', '113538.465000', '113538.468000', '113538.470000', '113538.473000', '113538.476000', '113538.478000', '113538.481000', '113538.483000', '113538.486000', '113538.489000', '113538.491000', '113538.494000', '113538.496000', '113538.499000', '113538.501000', '113538.504000', '113538.507000', '113538.509000', '113538.512000', '113538.515000', '113538.517000', '113538.530000', '113538.533000', '113538.535000', '113538.538000', '113538.540000', '113538.543000', '113538.545000', '113538.548000', '113538.551000', '113538.553000', '113538.556000', '113538.558000', '113538.561000', '113538.564000', '113538.566000', '113538.569000', '113538.572000', '113538.575000', '113538.578000', '113538.581000', '113538.583000', '113558.463000', '113558.466000', '113558.469000', '113558.471000', '113558.474000', '113558.476000', '113558.479000', '113558.482000', '113558.484000', '113558.487000', '113558.489000', '113558.492000', '113558.495000', '113558.497000', '113558.500000', '113558.502000', '113558.505000', '113558.508000', '113558.510000', '113558.513000', '113558.516000', '113558.518000', '113558.521000', '113558.524000', '113558.526000', '113558.529000', '113558.531000', '113558.534000', '113558.536000', '113558.539000', '113558.542000', '113558.545000', '113558.547000', '113558.550000', '113558.552000', '113558.555000', '113558.557000', '113558.560000', '113558.563000', '113558.565000', '113558.568000', '113558.571000', '113558.573000', '113558.576000', '113618.463000', '113618.466000', '113618.468000', '113618.471000', '113618.474000', '113618.476000', '113618.479000', '113618.481000', '113618.484000', '113618.486000', '113618.489000', '113618.491000', '113618.494000', '113618.497000', '113618.499000', '113618.502000', '113618.504000', '113618.507000', '113618.510000', '113618.512000', '113618.515000', '113618.518000', '113618.520000', '113618.523000', '113618.525000', '113618.528000', '113618.531000', '113618.533000', '113618.536000', '113618.539000', '113618.541000', '113618.544000', '113618.546000', '113618.549000', '113618.552000', '113618.554000', '113618.557000', '113618.560000', '113618.562000', '113618.565000', '113618.567000', '113618.570000', '113618.572000', '113638.488000', '113638.491000', '113638.494000', '113638.497000', '113638.499000', '113638.502000', '113638.505000', '113638.507000', '113638.510000', '113638.513000', '113638.515000', '113638.518000', '113638.520000', '113638.523000', '113638.526000', '113638.528000', '113638.531000', '113638.534000', '113638.536000', '113638.539000', '113638.541000', '113638.544000', '113638.547000', '113638.549000', '113638.552000', '113638.555000', '113638.557000', '113638.560000', '113638.562000', '113638.565000', '113638.568000', '113638.570000', '113638.573000', '113638.576000', '113638.578000', '113638.581000', '113638.583000', '113638.586000', '113638.589000', '113638.591000', '113638.594000', '113638.596000', '113638.599000', '113638.602000', '113658.464000', '113658.466000', '113658.469000', '113658.472000', '113658.474000', '113658.477000', '113658.479000', '113658.482000', '113658.485000', '113658.487000', '113658.490000', '113658.492000', '113658.495000', '113658.497000', '113658.500000', '113658.503000', '113658.505000', '113658.508000', '113658.510000', '113658.513000', '113658.515000', '113658.518000', '113658.521000', '113658.523000', '113658.526000', '113658.528000', '113658.531000', '113658.533000', '113658.536000', '113658.539000', '113658.541000', '113658.544000', '113658.547000', '113658.549000', '113658.552000', '113658.554000', '113658.557000', '113658.560000', '113658.562000', '113658.565000', '113658.567000', '113658.570000', '113658.573000', '113718.464000', '113718.467000', '113718.469000', '113718.472000', '113718.474000', '113718.477000', '113718.480000', '113718.482000', '113718.485000', '113718.487000', '113718.490000', '113718.493000', '113718.495000', '113718.498000', '113718.500000', '113718.503000', '113718.506000', '113718.508000', '113718.511000', '113718.513000', '113718.516000', '113718.519000', '113718.521000', '113718.524000', '113718.526000', '113718.529000', '113718.532000', '113718.534000', '113718.537000', '113718.539000', '113718.542000', '113718.545000', '113718.547000', '113718.550000', '113718.553000', '113718.555000', '113718.558000', '113718.561000', '113718.563000', '113718.566000', '113718.568000', '113718.571000', '113718.574000', '113718.576000', '113738.464000', '113738.467000', '113738.469000', '113738.472000', '113738.474000', '113738.477000', '113738.480000', '113738.482000', '113738.485000', '113738.487000', '113738.490000', '113738.492000', '113738.495000', '113738.498000', '113738.500000', '113738.503000', '113738.506000', '113738.508000', '113738.511000', '113738.513000', '113738.516000', '113738.518000', '113738.521000', '113738.524000', '113738.526000', '113738.529000', '113738.532000', '113738.534000', '113738.537000', '113738.539000', '113738.542000', '113738.545000', '113738.547000', '113738.550000', '113738.552000', '113738.555000', '113738.558000', '113738.560000', '113738.563000', '113738.566000', '113738.568000', '113738.571000', '113738.573000', '113758.463000', '113758.466000', '113758.468000', '113758.471000', '113758.473000', '113758.476000', '113758.479000', '113758.481000', '113758.484000', '113758.488000', '113758.491000', '113758.494000', '113758.496000', '113758.499000', '113758.502000', '113758.504000', '113758.507000', '113758.509000', '113758.512000', '113758.515000', '113758.517000', '113758.520000', '113758.522000', '113758.525000', '113758.528000', '113758.530000', '113758.533000', '113758.536000', '113758.538000', '113758.541000', '113758.544000', '113758.546000', '113758.549000', '113758.552000', '113758.554000', '113758.557000', '113758.559000', '113758.562000', '113758.565000', '113758.567000', '113758.570000', '113758.573000', '113758.575000', '113758.578000', '113818.463000', '113818.466000', '113818.468000', '113818.471000', '113818.473000', '113818.476000', '113818.479000', '113818.481000', '113818.484000', '113818.486000', '113818.489000', '113818.492000', '113818.494000', '113818.497000', '113818.499000', '113818.502000', '113818.505000', '113818.507000', '113818.510000', '113818.513000', '113818.515000', '113818.518000', '113818.520000', '113818.523000', '113818.525000', '113818.528000', '113818.531000', '113818.533000', '113818.536000', '113818.538000', '113818.541000', '113818.543000', '113818.546000', '113818.549000', '113818.551000', '113818.554000', '113818.556000', '113818.559000', '113818.562000', '113818.564000', '113818.567000', '113818.570000', '113818.572000', '113822.850000', '113822.853000', '113822.856000', '113822.859000', '113822.861000', '113822.864000', '113822.867000', '113822.870000', '113822.873000', '113822.876000'], 'InstanceCreationTime': ['112818.495000', '112818.498000', '112818.502000', '112818.505000', '112818.508000', '112818.511000', '112818.513000', '112818.516000', '112818.519000', '112818.522000', '112818.524000', '112818.527000', '112818.530000', '112818.533000', '112818.535000', '112818.538000', '112818.541000', '112818.543000', '112818.546000', '112818.570000', '112838.463000', '112838.466000', '112838.469000', '112838.471000', '112838.474000', '112838.476000', '112838.479000', '112838.482000', '112838.484000', '112838.487000', '112838.489000', '112838.499000', '112838.502000', '112838.504000', '112838.507000', '112838.509000', '112838.512000', '112838.515000', '112838.517000', '112838.520000', '112838.522000', '112838.525000', '112838.527000', '112838.530000', '112838.532000', '112838.535000', '112838.537000', '112838.540000', '112838.543000', '112838.545000', '112838.548000', '112838.550000', '112838.553000', '112838.556000', '112838.559000', '112838.562000', '112838.564000', '112838.573000', '112838.575000', '112838.578000', '112838.581000', '112838.584000', '112838.586000', '112838.589000', '112858.463000', '112858.466000', '112858.469000', '112858.471000', '112858.474000', '112858.477000', '112858.479000', '112858.482000', '112858.485000', '112858.487000', '112858.490000', '112858.492000', '112858.495000', '112858.497000', '112858.500000', '112858.503000', '112858.505000', '112858.508000', '112858.510000', '112858.513000', '112858.516000', '112858.518000', '112858.521000', '112858.523000', '112858.526000', '112858.528000', '112858.531000', '112858.534000', '112858.536000', '112858.539000', '112858.541000', '112858.544000', '112858.546000', '112858.549000', '112858.551000', '112858.554000', '112858.557000', '112858.559000', '112858.562000', '112858.564000', '112858.567000', '112858.570000', '112858.572000', '112858.584000', '112918.463000', '112918.466000', '112918.468000', '112918.471000', '112918.482000', '112918.484000', '112918.487000', '112918.490000', '112918.492000', '112918.495000', '112918.497000', '112918.500000', '112918.502000', '112918.505000', '112918.508000', '112918.510000', '112918.513000', '112918.515000', '112918.518000', '112918.520000', '112918.523000', '112918.526000', '112918.528000', '112918.531000', '112918.533000', '112918.536000', '112918.539000', '112918.541000', '112918.544000', '112918.546000', '112918.549000', '112918.551000', '112918.554000', '112918.557000', '112918.559000', '112918.562000', '112918.565000', '112918.567000', '112918.570000', '112918.573000', '112918.575000', '112918.578000', '112918.582000', '112938.463000', '112938.466000', '112938.469000', '112938.471000', '112938.474000', '112938.477000', '112938.479000', '112938.482000', '112938.484000', '112938.487000', '112938.489000', '112938.492000', '112938.495000', '112938.497000', '112938.500000', '112938.503000', '112938.505000', '112938.508000', '112938.511000', '112938.513000', '112938.516000', '112938.518000', '112938.521000', '112938.524000', '112938.526000', '112938.529000', '112938.531000', '112938.534000', '112938.537000', '112938.539000', '112938.542000', '112938.544000', '112938.547000', '112938.549000', '112938.552000', '112938.555000', '112938.557000', '112938.560000', '112938.562000', '112938.565000', '112938.567000', '112938.570000', '112938.572000', '112938.575000', '112958.464000', '112958.466000', '112958.469000', '112958.472000', '112958.474000', '112958.477000', '112958.479000', '112958.482000', '112958.485000', '112958.487000', '112958.490000', '112958.492000', '112958.495000', '112958.498000', '112958.500000', '112958.503000', '112958.516000', '112958.519000', '112958.522000', '112958.524000', '112958.527000', '112958.530000', '112958.532000', '112958.535000', '112958.538000', '112958.541000', '112958.543000', '112958.546000', '112958.549000', '112958.552000', '112958.554000', '112958.557000', '112958.560000', '112958.562000', '112958.565000', '112958.567000', '112958.570000', '112958.572000', '112958.575000', '112958.578000', '112958.580000', '112958.583000', '112958.585000', '113018.464000', '113018.467000', '113018.469000', '113018.472000', '113018.475000', '113018.477000', '113018.480000', '113018.482000', '113018.485000', '113018.488000', '113018.491000', '113018.494000', '113018.497000', '113018.499000', '113018.502000', '113018.504000', '113018.507000', '113018.510000', '113018.512000', '113018.515000', '113018.518000', '113018.520000', '113018.523000', '113018.525000', '113018.528000', '113018.531000', '113018.533000', '113018.536000', '113018.538000', '113018.541000', '113018.544000', '113018.546000', '113018.549000', '113018.551000', '113018.554000', '113018.557000', '113018.559000', '113018.562000', '113018.564000', '113018.567000', '113018.569000', '113018.572000', '113018.575000', '113038.463000', '113038.466000', '113038.469000', '113038.471000', '113038.474000', '113038.477000', '113038.479000', '113038.482000', '113038.484000', '113038.487000', '113038.489000', '113038.492000', '113038.495000', '113038.497000', '113038.500000', '113038.502000', '113038.505000', '113038.508000', '113038.510000', '113038.513000', '113038.515000', '113038.518000', '113038.520000', '113038.523000', '113038.526000', '113038.528000', '113038.531000', '113038.533000', '113038.536000', '113038.539000', '113038.541000', '113038.544000', '113038.546000', '113038.549000', '113038.552000', '113038.554000', '113038.557000', '113038.559000', '113038.562000', '113038.564000', '113038.567000', '113038.570000', '113038.572000', '113038.575000', '113058.468000', '113058.471000', '113058.473000', '113058.476000', '113058.479000', '113058.481000', '113058.484000', '113058.486000', '113058.489000', '113058.492000', '113058.494000', '113058.497000', '113058.499000', '113058.502000', '113058.505000', '113058.507000', '113058.510000', '113058.512000', '113058.515000', '113058.518000', '113058.520000', '113058.523000', '113058.525000', '113058.528000', '113058.530000', '113058.533000', '113058.536000', '113058.538000', '113058.541000', '113058.544000', '113058.546000', '113058.549000', '113058.551000', '113058.554000', '113058.557000', '113058.560000', '113058.563000', '113058.566000', '113058.569000', '113058.571000', '113058.574000', '113058.577000', '113058.579000', '113118.462000', '113118.465000', '113118.468000', '113118.471000', '113118.473000', '113118.476000', '113118.478000', '113118.481000', '113118.484000', '113118.486000', '113118.489000', '113118.491000', '113118.494000', '113118.497000', '113118.499000', '113118.502000', '113118.505000', '113118.507000', '113118.510000', '113118.512000', '113118.515000', '113118.518000', '113118.520000', '113118.523000', '113118.525000', '113118.528000', '113118.531000', '113118.533000', '113118.536000', '113118.538000', '113118.541000', '113118.543000', '113118.546000', '113118.549000', '113118.551000', '113118.554000', '113118.556000', '113118.559000', '113118.562000', '113118.564000', '113118.567000', '113118.569000', '113118.572000', '113118.575000', '113138.463000', '113138.466000', '113138.468000', '113138.471000', '113138.474000', '113138.476000', '113138.479000', '113138.482000', '113138.484000', '113138.487000', '113138.489000', '113138.492000', '113138.495000', '113138.497000', '113138.500000', '113138.502000', '113138.505000', '113138.508000', '113138.510000', '113138.513000', '113138.516000', '113138.518000', '113138.521000', '113138.523000', '113138.527000', '113138.530000', '113138.533000', '113138.535000', '113138.538000', '113138.541000', '113138.543000', '113138.546000', '113138.548000', '113138.551000', '113138.554000', '113138.556000', '113138.559000', '113138.561000', '113138.564000', '113138.566000', '113138.569000', '113138.572000', '113138.574000', '113158.464000', '113158.466000', '113158.469000', '113158.472000', '113158.474000', '113158.477000', '113158.480000', '113158.482000', '113158.485000', '113158.487000', '113158.490000', '113158.493000', '113158.495000', '113158.498000', '113158.501000', '113158.503000', '113158.506000', '113158.508000', '113158.511000', '113158.514000', '113158.516000', '113158.519000', '113158.521000', '113158.524000', '113158.526000', '113158.529000', '113158.532000', '113158.534000', '113158.537000', '113158.540000', '113158.542000', '113158.545000', '113158.547000', '113158.550000', '113158.553000', '113158.555000', '113158.558000', '113158.560000', '113158.563000', '113158.566000', '113158.568000', '113158.571000', '113158.574000', '113158.576000', '113218.464000', '113218.467000', '113218.469000', '113218.472000', '113218.474000', '113218.477000', '113218.480000', '113218.482000', '113218.485000', '113218.487000', '113218.490000', '113218.492000', '113218.495000', '113218.498000', '113218.501000', '113218.504000', '113218.506000', '113218.509000', '113218.512000', '113218.514000', '113218.517000', '113218.520000', '113218.522000', '113218.525000', '113218.527000', '113218.530000', '113218.533000', '113218.535000', '113218.538000', '113218.540000', '113218.543000', '113218.545000', '113218.548000', '113218.550000', '113218.553000', '113218.556000', '113218.558000', '113218.561000', '113218.563000', '113218.593000', '113218.596000', '113218.598000', '113218.601000', '113238.464000', '113238.466000', '113238.469000', '113238.472000', '113238.474000', '113238.477000', '113238.480000', '113238.482000', '113238.485000', '113238.487000', '113238.490000', '113238.493000', '113238.495000', '113238.498000', '113238.501000', '113238.503000', '113238.506000', '113238.509000', '113238.511000', '113238.514000', '113238.516000', '113238.519000', '113238.522000', '113238.524000', '113238.527000', '113238.530000', '113238.532000', '113238.535000', '113238.537000', '113238.540000', '113238.543000', '113238.545000', '113238.548000', '113238.550000', '113238.553000', '113238.556000', '113238.558000', '113238.561000', '113238.563000', '113238.566000', '113238.569000', '113238.571000', '113238.574000', '113238.577000', '113258.464000', '113258.466000', '113258.469000', '113258.472000', '113258.474000', '113258.477000', '113258.479000', '113258.482000', '113258.484000', '113258.487000', '113258.490000', '113258.492000', '113258.495000', '113258.497000', '113258.500000', '113258.503000', '113258.506000', '113258.508000', '113258.511000', '113258.514000', '113258.516000', '113258.519000', '113258.521000', '113258.524000', '113258.527000', '113258.529000', '113258.532000', '113258.534000', '113258.537000', '113258.540000', '113258.542000', '113258.545000', '113258.547000', '113258.550000', '113258.553000', '113258.555000', '113258.558000', '113258.561000', '113258.563000', '113258.566000', '113258.569000', '113258.572000', '113258.574000', '113318.464000', '113318.466000', '113318.469000', '113318.472000', '113318.474000', '113318.477000', '113318.479000', '113318.482000', '113318.485000', '113318.487000', '113318.490000', '113318.492000', '113318.495000', '113318.498000', '113318.500000', '113318.503000', '113318.505000', '113318.508000', '113318.511000', '113318.513000', '113318.516000', '113318.518000', '113318.521000', '113318.524000', '113318.526000', '113318.529000', '113318.532000', '113318.534000', '113318.537000', '113318.540000', '113318.543000', '113318.545000', '113318.548000', '113318.551000', '113318.553000', '113318.556000', '113318.558000', '113318.561000', '113318.564000', '113318.566000', '113318.569000', '113318.572000', '113318.574000', '113318.577000', '113338.462000', '113338.473000', '113338.476000', '113338.478000', '113338.481000', '113338.483000', '113338.486000', '113338.489000', '113338.491000', '113338.494000', '113338.497000', '113338.499000', '113338.502000', '113338.504000', '113338.507000', '113338.510000', '113338.512000', '113338.515000', '113338.517000', '113338.520000', '113338.522000', '113338.525000', '113338.528000', '113338.530000', '113338.533000', '113338.536000', '113338.538000', '113338.541000', '113338.544000', '113338.546000', '113338.549000', '113338.551000', '113338.554000', '113338.557000', '113338.559000', '113338.562000', '113338.565000', '113338.567000', '113338.570000', '113338.572000', '113338.575000', '113338.577000', '113338.580000', '113358.463000', '113358.466000', '113358.468000', '113358.471000', '113358.473000', '113358.476000', '113358.479000', '113358.481000', '113358.484000', '113358.486000', '113358.489000', '113358.492000', '113358.494000', '113358.497000', '113358.499000', '113358.502000', '113358.505000', '113358.507000', '113358.510000', '113358.512000', '113358.515000', '113358.518000', '113358.520000', '113358.523000', '113358.525000', '113358.528000', '113358.531000', '113358.533000', '113358.536000', '113358.538000', '113358.541000', '113358.544000', '113358.546000', '113358.549000', '113358.551000', '113358.554000', '113358.557000', '113358.559000', '113358.562000', '113358.564000', '113358.567000', '113358.570000', '113358.572000', '113358.575000', '113418.463000', '113418.466000', '113418.469000', '113418.472000', '113418.474000', '113418.477000', '113418.480000', '113418.482000', '113418.485000', '113418.487000', '113418.490000', '113418.492000', '113418.495000', '113418.498000', '113418.500000', '113418.503000', '113418.506000', '113418.508000', '113418.511000', '113418.513000', '113418.516000', '113418.519000', '113418.521000', '113418.524000', '113418.527000', '113418.529000', '113418.532000', '113418.534000', '113418.537000', '113418.539000', '113418.542000', '113418.545000', '113418.547000', '113418.550000', '113418.553000', '113418.555000', '113418.558000', '113418.561000', '113418.563000', '113418.566000', '113418.569000', '113418.571000', '113418.574000', '113438.464000', '113438.467000', '113438.469000', '113438.472000', '113438.474000', '113438.477000', '113438.480000', '113438.482000', '113438.485000', '113438.487000', '113438.490000', '113438.492000', '113438.495000', '113438.498000', '113438.500000', '113438.503000', '113438.506000', '113438.508000', '113438.511000', '113438.513000', '113438.516000', '113438.519000', '113438.521000', '113438.524000', '113438.526000', '113438.529000', '113438.532000', '113438.534000', '113438.537000', '113438.539000', '113438.542000', '113438.544000', '113438.547000', '113438.550000', '113438.552000', '113438.555000', '113438.558000', '113438.560000', '113438.563000', '113438.565000', '113438.568000', '113438.571000', '113438.573000', '113438.576000', '113458.464000', '113458.467000', '113458.469000', '113458.472000', '113458.474000', '113458.477000', '113458.480000', '113458.482000', '113458.485000', '113458.487000', '113458.490000', '113458.492000', '113458.495000', '113458.497000', '113458.500000', '113458.503000', '113458.505000', '113458.508000', '113458.510000', '113458.513000', '113458.516000', '113458.518000', '113458.521000', '113458.523000', '113458.526000', '113458.529000', '113458.531000', '113458.534000', '113458.537000', '113458.539000', '113458.542000', '113458.545000', '113458.547000', '113458.550000', '113458.553000', '113458.555000', '113458.558000', '113458.560000', '113458.563000', '113458.565000', '113458.568000', '113458.571000', '113458.573000', '113518.464000', '113518.467000', '113518.469000', '113518.484000', '113518.487000', '113518.490000', '113518.492000', '113518.495000', '113518.497000', '113518.500000', '113518.502000', '113518.505000', '113518.508000', '113518.510000', '113518.513000', '113518.515000', '113518.518000', '113518.521000', '113518.523000', '113518.526000', '113518.529000', '113518.531000', '113518.534000', '113518.537000', '113518.539000', '113518.542000', '113518.544000', '113518.547000', '113518.550000', '113518.552000', '113518.555000', '113518.557000', '113518.560000', '113518.563000', '113518.565000', '113518.568000', '113518.571000', '113518.573000', '113518.576000', '113518.579000', '113518.581000', '113518.584000', '113518.586000', '113518.589000', '113538.462000', '113538.465000', '113538.468000', '113538.470000', '113538.473000', '113538.476000', '113538.478000', '113538.481000', '113538.483000', '113538.486000', '113538.489000', '113538.491000', '113538.494000', '113538.496000', '113538.499000', '113538.501000', '113538.504000', '113538.507000', '113538.509000', '113538.512000', '113538.515000', '113538.517000', '113538.530000', '113538.533000', '113538.535000', '113538.538000', '113538.540000', '113538.543000', '113538.545000', '113538.548000', '113538.551000', '113538.553000', '113538.556000', '113538.558000', '113538.561000', '113538.564000', '113538.566000', '113538.569000', '113538.572000', '113538.575000', '113538.578000', '113538.581000', '113538.583000', '113558.463000', '113558.466000', '113558.469000', '113558.471000', '113558.474000', '113558.476000', '113558.479000', '113558.482000', '113558.484000', '113558.487000', '113558.489000', '113558.492000', '113558.495000', '113558.497000', '113558.500000', '113558.502000', '113558.505000', '113558.508000', '113558.510000', '113558.513000', '113558.516000', '113558.518000', '113558.521000', '113558.524000', '113558.526000', '113558.529000', '113558.531000', '113558.534000', '113558.536000', '113558.539000', '113558.542000', '113558.545000', '113558.547000', '113558.550000', '113558.552000', '113558.555000', '113558.557000', '113558.560000', '113558.563000', '113558.565000', '113558.568000', '113558.571000', '113558.573000', '113558.576000', '113618.463000', '113618.466000', '113618.468000', '113618.471000', '113618.474000', '113618.476000', '113618.479000', '113618.481000', '113618.484000', '113618.486000', '113618.489000', '113618.491000', '113618.494000', '113618.497000', '113618.499000', '113618.502000', '113618.504000', '113618.507000', '113618.510000', '113618.512000', '113618.515000', '113618.518000', '113618.520000', '113618.523000', '113618.525000', '113618.528000', '113618.531000', '113618.533000', '113618.536000', '113618.539000', '113618.541000', '113618.544000', '113618.546000', '113618.549000', '113618.552000', '113618.554000', '113618.557000', '113618.560000', '113618.562000', '113618.565000', '113618.567000', '113618.570000', '113618.572000', '113638.488000', '113638.491000', '113638.494000', '113638.497000', '113638.499000', '113638.502000', '113638.505000', '113638.507000', '113638.510000', '113638.513000', '113638.515000', '113638.518000', '113638.520000', '113638.523000', '113638.526000', '113638.528000', '113638.531000', '113638.534000', '113638.536000', '113638.539000', '113638.541000', '113638.544000', '113638.547000', '113638.549000', '113638.552000', '113638.555000', '113638.557000', '113638.560000', '113638.562000', '113638.565000', '113638.568000', '113638.570000', '113638.573000', '113638.576000', '113638.578000', '113638.581000', '113638.583000', '113638.586000', '113638.589000', '113638.591000', '113638.594000', '113638.596000', '113638.599000', '113638.602000', '113658.464000', '113658.466000', '113658.469000', '113658.472000', '113658.474000', '113658.477000', '113658.479000', '113658.482000', '113658.485000', '113658.487000', '113658.490000', '113658.492000', '113658.495000', '113658.497000', '113658.500000', '113658.503000', '113658.505000', '113658.508000', '113658.510000', '113658.513000', '113658.515000', '113658.518000', '113658.521000', '113658.523000', '113658.526000', '113658.528000', '113658.531000', '113658.533000', '113658.536000', '113658.539000', '113658.541000', '113658.544000', '113658.547000', '113658.549000', '113658.552000', '113658.554000', '113658.557000', '113658.560000', '113658.562000', '113658.565000', '113658.567000', '113658.570000', '113658.573000', '113718.464000', '113718.467000', '113718.469000', '113718.472000', '113718.474000', '113718.477000', '113718.480000', '113718.482000', '113718.485000', '113718.487000', '113718.490000', '113718.493000', '113718.495000', '113718.498000', '113718.500000', '113718.503000', '113718.506000', '113718.508000', '113718.511000', '113718.513000', '113718.516000', '113718.519000', '113718.521000', '113718.524000', '113718.526000', '113718.529000', '113718.532000', '113718.534000', '113718.537000', '113718.539000', '113718.542000', '113718.545000', '113718.547000', '113718.550000', '113718.553000', '113718.555000', '113718.558000', '113718.561000', '113718.563000', '113718.566000', '113718.568000', '113718.571000', '113718.574000', '113718.576000', '113738.464000', '113738.467000', '113738.469000', '113738.472000', '113738.474000', '113738.477000', '113738.480000', '113738.482000', '113738.485000', '113738.487000', '113738.490000', '113738.492000', '113738.495000', '113738.498000', '113738.500000', '113738.503000', '113738.506000', '113738.508000', '113738.511000', '113738.513000', '113738.516000', '113738.518000', '113738.521000', '113738.524000', '113738.526000', '113738.529000', '113738.532000', '113738.534000', '113738.537000', '113738.539000', '113738.542000', '113738.545000', '113738.547000', '113738.550000', '113738.552000', '113738.555000', '113738.558000', '113738.560000', '113738.563000', '113738.566000', '113738.568000', '113738.571000', '113738.573000', '113758.463000', '113758.466000', '113758.468000', '113758.471000', '113758.473000', '113758.476000', '113758.479000', '113758.481000', '113758.484000', '113758.488000', '113758.491000', '113758.494000', '113758.496000', '113758.499000', '113758.502000', '113758.504000', '113758.507000', '113758.509000', '113758.512000', '113758.515000', '113758.517000', '113758.520000', '113758.522000', '113758.525000', '113758.528000', '113758.530000', '113758.533000', '113758.536000', '113758.538000', '113758.541000', '113758.544000', '113758.546000', '113758.549000', '113758.552000', '113758.554000', '113758.557000', '113758.559000', '113758.562000', '113758.565000', '113758.567000', '113758.570000', '113758.573000', '113758.575000', '113758.578000', '113818.463000', '113818.466000', '113818.468000', '113818.471000', '113818.473000', '113818.476000', '113818.479000', '113818.481000', '113818.484000', '113818.486000', '113818.489000', '113818.492000', '113818.494000', '113818.497000', '113818.499000', '113818.502000', '113818.505000', '113818.507000', '113818.510000', '113818.513000', '113818.515000', '113818.518000', '113818.520000', '113818.523000', '113818.525000', '113818.528000', '113818.531000', '113818.533000', '113818.536000', '113818.538000', '113818.541000', '113818.543000', '113818.546000', '113818.549000', '113818.551000', '113818.554000', '113818.556000', '113818.559000', '113818.562000', '113818.564000', '113818.567000', '113818.570000', '113818.572000', '113822.850000', '113822.853000', '113822.856000', '113822.859000', '113822.861000', '113822.864000', '113822.867000', '113822.870000', '113822.873000', '113822.876000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [14635, 17135, 15218, 14749, 15983, 15274, 14200, 18145, 15504, 14448, 15002, 15810, 14340, 14600, 15377, 14490, 13638, 15434, 15168, 13137, 15313, 13625, 14391, 14957, 15359, 13351, 14874, 14308, 14194, 14806, 15886, 13766, 14214, 14619, 14073, 14575, 15638, 13792, 14750, 15341, 14153, 14768, 15664, 14236, 14805, 16165, 14367, 14838, 13576, 14756, 14697, 13842, 15466, 14793, 13504, 14631, 15414, 14115, 14851, 14758, 13067, 14855, 14823, 14665, 14447, 14616, 14463, 14680, 14541, 18162, 13968, 14159, 15952, 14062, 14383, 13211, 14712, 14311, 14470, 15255, 14584, 13563, 14847, 14762, 13684, 15007, 15059, 13494, 14699, 14483, 13531, 14977, 14267, 14470, 15416, 14570, 14499, 14805, 14165, 13128, 15201, 14862, 13743, 14949, 13965, 14420, 14816, 14206, 13627, 14663, 14203, 13887, 14836, 15436, 13623, 14496, 16021, 13948, 14685, 16042, 14140, 14617, 17210, 14295, 14493, 13758, 15210, 15067, 13898, 14808, 14805, 12583, 14897, 15612, 12340, 15013, 15408, 12648, 14929, 15879, 13905, 14909, 15766, 13755, 14694, 17547, 13966, 14856, 12300, 14859, 13656, 12112, 14670, 15526, 13312, 14589, 15980, 14175, 14975, 13587, 14893, 15347, 12216, 14868, 15714, 13738, 14662, 17266, 14402, 15178, 17186, 14079, 14854, 13078, 15101, 15149, 13500, 15198, 14793, 13987, 15429, 14885, 14212, 15029, 14379, 16404, 14385, 14685, 11685, 15234, 15023, 13364, 15220, 14100, 12388, 15134, 15078, 13447, 15013, 14486, 13882, 15353, 16031, 14075, 15143, 14615, 17205, 14580, 14834, 16546, 14516, 14734, 15828, 13716, 15032, 13912, 13202, 15109, 15084, 13370, 15169, 14534, 12459, 15144, 14891, 13909, 14862, 14659, 15688, 14570, 15235, 16218, 14316, 14733, 15584, 13899, 14810, 16101, 14419, 15136, 16826, 14259, 15042, 16052, 14148, 15205, 15832, 12741, 14850, 14546, 14059, 15346, 14830, 14283, 14742, 15048, 16017, 14104, 14829, 15983, 13854, 14981, 15464, 12958, 14958, 14545, 11776, 15175, 15210, 12430, 15008, 14957, 16394, 14265, 15188, 16433, 14089, 15345, 15640, 13869, 14908, 15579, 13619, 14855, 15643, 12212, 14831, 15076, 11676, 14804, 15052, 13188, 14984, 15255, 13162, 14944, 15053, 13628, 14933, 15034, 17241, 13983, 15162, 14626, 14015, 15239, 15705, 14089, 14969, 16083, 14046, 14794, 15975, 13792, 14980, 15916, 14034, 14898, 16279, 13812, 14965, 16032, 12362, 15258, 15253, 13653, 14764, 15080, 12945, 14787, 14665, 13422, 15053, 15009, 13083, 15006, 13933, 13055, 14870, 16395, 14137, 15075, 13443, 14462, 14417, 13074, 15198, 15710, 13269, 15211, 14211, 15109, 15498, 15016, 15396, 15393, 13438, 15247, 15532, 12643, 15224, 16040, 14130, 15414, 15332, 14320, 15213, 15338, 14832, 15275, 13811, 15590, 14564, 13370, 15341, 15205, 14808, 15355, 14691, 15245, 14326, 14095, 15475, 15479, 13777, 15099, 15368, 14694, 14930, 15607, 14351, 14640, 13462, 15276, 14378, 14684, 14831, 14135, 15569, 14695, 14361, 15191, 15555, 14830, 14962, 13375, 15267, 14305, 14451, 15161, 14182, 14518, 14807, 15562, 14461, 14390, 13125, 15074, 14635, 12125, 14656, 13880, 12253, 14933, 14413, 12886, 14897, 14183, 12596, 14734, 14904, 13684, 14691, 15310, 13530, 14466, 13353, 14291, 14743, 14627, 13822, 14839, 11556, 14639, 14570, 12904, 14278, 14847, 12453, 14434, 14809, 12552, 14759, 14872, 12190, 14494, 14833, 13503, 14490, 14631, 11812, 14604, 15015, 12994, 14557, 14823, 15774, 13194, 14652, 15002, 13356, 14487, 14282, 13915, 14655, 11802, 14067, 14694, 11324, 14158, 14522, 13097, 14210, 14558, 12524, 14368, 14795, 12609, 14179, 14567, 12980, 14225, 14884, 16406, 13314, 14441, 16710, 13049, 14577, 15954, 13224, 14256, 14862, 13062, 14735, 12282, 14205, 14648, 13025, 14105, 14873, 12733, 14215, 14925, 14025, 14422, 14899, 12966, 14244, 15061, 12565, 14583, 14853, 11675, 14090, 14693, 11824, 14497, 14955, 11681, 14176, 14487, 11234, 14302, 14848, 12395, 14145, 14727, 12027, 13812, 14658, 12072, 14209, 14416, 15382, 13632, 14168, 13152, 13690, 14350, 12710, 14404, 14416, 12384, 13663, 14454, 12462, 14001, 14612, 11649, 14051, 13698, 11332, 14237, 14474, 11654, 14470, 15219, 13055, 14563, 15413, 13541, 14727, 11841, 14219, 14755, 12049, 13991, 14599, 11950, 14154, 14664, 11963, 14571, 14583, 11746, 14431, 14290, 12081, 14455, 14557, 11886, 14094, 13527, 11256, 14446, 14428, 11757, 14245, 13373, 13192, 14652, 11776, 13623, 14411, 12954, 14353, 11397, 14615, 15672, 13666, 14866, 16352, 13107, 14329, 15262, 13617, 14682, 16469, 13954, 14492, 13220, 14811, 14475, 13115, 14572, 14848, 13299, 14691, 14480, 13644, 14394, 13054, 14080, 13973, 12299, 14782, 14346, 14081, 14275, 13505, 14405, 14338, 12829, 14337, 14663, 12616, 14733, 14847, 13284, 14144, 14999, 14298, 14258, 16368, 13849, 13831, 15844, 13693, 14312, 12443, 14198, 14482, 12504, 14186, 13418, 13189, 14544, 14497, 13656, 14326, 12738, 14205, 14548, 12314, 14435, 13970, 13694, 14796, 14959, 14237, 14313, 12323, 14159, 14088, 15470, 14197, 14340, 12835, 14713, 14352, 13645, 14517, 14151, 12157, 14571, 14123, 11894, 14225, 13863, 12142, 14360, 13759, 13000, 14346, 14317, 12792, 14172, 14873, 13257, 14360, 14565, 12661, 14287, 13914, 13282, 14188, 14214, 12500, 13926, 13552, 12238, 14438, 14395, 11093, 13926, 14178, 11230, 13944, 14283, 16063, 13164, 14065, 14353, 11914, 13994, 14338, 11940, 13954, 14239, 11189, 13758, 13909, 11587, 14040, 14395, 10926, 14140, 14196, 11243, 14072, 14625, 13843, 14475, 14295, 15547, 13000, 14456, 14827, 13111, 14440, 14466, 11877, 14176, 13897, 12116, 13832, 14558, 11717, 14096, 14230, 11559, 13757, 14009, 15690, 13040, 14292, 14927, 11863, 14183, 14052, 11301, 14210, 14288, 12112, 14142, 13966, 11380, 14111, 14512, 12482, 14425, 13862, 12122, 14265, 14367, 14267, 14169, 14667, 14948, 12546, 14033, 14364, 12507, 14159, 14253, 15985, 13186, 14027, 14443, 11779, 14361, 14536, 11711, 14419, 14119, 13477, 13286, 14110, 13304, 13390, 14200, 14668, 12479, 14164, 14508, 11825, 14370, 14750, 15451, 13198, 14235, 14787, 11730, 14055, 14281, 12680, 13790, 14024, 15587, 12639, 13596, 15266, 12209, 14037, 14595, 12130, 13605, 14546, 11622, 13585, 14279, 10598, 13562, 14086, 11284, 13496, 14097, 10761, 13502, 13949, 15494, 12955, 13687, 15328, 12466, 14059, 14904, 12646, 13728, 14922, 10932, 13854, 14978, 12450, 13862, 15052, 12562, 14255, 14761, 11328, 14623, 14732, 12537, 14254, 14313, 11521, 14381, 14695, 12763, 14376, 14199, 16237, 13260, 14321, 15495, 13312, 14182, 14873, 12326, 14366, 13736, 13126, 14558, 14507, 13201, 14312, 14865, 13063, 14549, 14874, 11610, 14246, 14831, 12507, 14173, 14242, 13385, 14428, 14445, 16324, 13621, 14161, 14898, 13319, 14559, 14625, 12396, 14490, 14210, 12303, 13603, 15726, 13388, 15083, 11786, 14404, 15258, 14713, 14171, 14758, 13742, 13809, 15051, 15436, 13904, 14792, 15043, 13825, 14779, 14891, 13269, 14684, 14300, 11149, 14618, 14499, 11532, 14674, 14163, 11959, 14765, 13479, 11679, 14736, 14078, 11629, 14345, 14398, 11003, 14625, 14809, 13074, 14343, 14417, 12729, 14459, 14622, 15705, 13238, 14484, 13354, 13863, 14712, 14380, 13335, 14345, 15152, 12684, 14332, 14577, 11474, 14712, 14318, 11620, 14403, 14548, 12416, 14437, 14920, 14293, 14627, 14545, 11586, 14533, 14762, 15859, 13769, 14653, 16077, 13625, 14594, 14625, 12528, 14449, 14074, 12274, 14504, 14567, 13972, 14657, 14563, 14874, 13670, 14716, 14648, 13570, 14488, 14255, 13275, 14828, 14131, 13536, 14584, 14142, 13141, 14049, 14325, 11583, 14456, 15117, 12436, 14065, 14843, 13946, 14227, 14960, 16003, 13381, 14590, 14387, 11822, 14239, 14855, 12231, 14307, 14601, 14515, 14101, 14235, 11987, 13978, 14763, 15324, 13115, 14334, 14666, 12463, 14263, 14317, 12106, 14382, 14705, 12343, 14210, 14374, 12845, 14522, 14407, 14897, 13805, 14277, 12334, 13775, 14394, 15561, 13184, 14518, 14697, 13162, 14375, 14501, 12423, 14168, 14528, 11809, 14319, 14990, 13026, 14767, 15507, 13133, 14303, 11626, 14273, 14409, 12016, 14352, 15425, 11858, 14437, 15069, 12596, 14349, 15575, 11758, 14699, 15091, 12983, 14806, 15276, 13244, 14695, 16099, 13831, 14634, 15671, 14000, 14512, 12305, 14333, 14579, 12537, 14331, 13637, 12653, 14376, 14301, 13695, 14270, 12772, 14195, 14295, 12529, 14463, 14267, 12607, 14533, 14292, 13367, 14213, 12551, 14403, 13448, 13381, 13864, 15566, 14107, 14396, 12362, 14826, 14308, 12062, 14580, 13894, 13599, 14306, 13036, 14028, 13747, 11866, 14634, 14067, 14030, 14087, 13075, 14868, 14135, 13850, 13953, 13354, 14675, 16806, 15226, 13355, 14369, 13639, 13474, 14688, 13271, 14928, 15753, 12704, 14776, 16808, 14690, 14555, 14734, 14219, 14298, 12467, 14582, 13774, 13636, 14692, 13309, 13857, 14363, 14145, 13733, 14417, 14066, 14735, 14479, 13303, 14669, 12867, 12432, 14664, 14104, 11492, 14709, 12821, 12364, 14383, 13727, 11651, 14218, 14285, 13419, 14253, 13529, 13736, 14575, 12150, 14337, 14715, 15407, 13546, 14422, 12127, 14713, 14847, 12838, 14765, 14362, 11301, 14358, 14526, 11567, 13972, 13325, 11335, 14090, 14450, 11325, 13979, 13265, 12349, 14307, 14400, 12705, 14401, 13048, 13763, 14883, 11294, 14113, 14787, 11659, 14402, 13947, 11228, 14122, 14573, 12972, 14250, 11348, 14135, 13894, 13325, 14582, 16221, 13625, 14966, 17327, 13956, 15016, 16556, 13759, 14758, 12520, 14561, 14651, 12389, 14869, 14213, 12520, 14654, 15594, 14005, 14616, 15856, 13906, 14322, 15708, 13892, 14961, 15063, 14017, 14294, 12539, 13816, 14373, 14113, 13196, 14203, 11449, 14173, 13582, 13393, 14000, 12353, 13125, 13643, 11808, 14471, 13950, 13011, 14574, 16749, 14071, 14482, 17054, 13690], 'WindowCenter': [4746.0, 4738.0, 4710.0, 4700.0, 4699.0, 4698.0, 4689.0, 4707.0, 4686.0, 4686.0, 4686.0, 4697.0, 4697.0, 4688.0, 4698.0, 4698.0, 4686.0, 4700.0, 4701.0, 4689.0, 4711.0, 4702.0, 4701.0, 4716.0, 4711.0, 4698.0, 4715.0, 4701.0, 4704.0, 4715.0, 4738.0, 4716.0, 4717.0, 4716.0, 4725.0, 4730.0, 4727.0, 4716.0, 4727.0, 4723.0, 4727.0, 4728.0, 4725.0, 4728.0, 4729.0, 4725.0, 4716.0, 4729.0, 4715.0, 4726.0, 4725.0, 4715.0, 4728.0, 4726.0, 4716.0, 4728.0, 4727.0, 4715.0, 4743.0, 4728.0, 4706.0, 4716.0, 4729.0, 4717.0, 4718.0, 4717.0, 4711.0, 4715.0, 4717.0, 4724.0, 4704.0, 4702.0, 4712.0, 4704.0, 4716.0, 4702.0, 4715.0, 4716.0, 4704.0, 4712.0, 4712.0, 4700.0, 4715.0, 4713.0, 4702.0, 4703.0, 4711.0, 4688.0, 4703.0, 4715.0, 4688.0, 4713.0, 4704.0, 4701.0, 4713.0, 4715.0, 4702.0, 4703.0, 4702.0, 4690.0, 4712.0, 4704.0, 4699.0, 4712.0, 4702.0, 4701.0, 4713.0, 4704.0, 4701.0, 4703.0, 4700.0, 4702.0, 4713.0, 4709.0, 4703.0, 4714.0, 4710.0, 4703.0, 4712.0, 4713.0, 4703.0, 4715.0, 4724.0, 4703.0, 4701.0, 4702.0, 4714.0, 4713.0, 4703.0, 4714.0, 4714.0, 4689.0, 4715.0, 4712.0, 4693.0, 4714.0, 4710.0, 4693.0, 4715.0, 4714.0, 4703.0, 4713.0, 4713.0, 4704.0, 4715.0, 4723.0, 4704.0, 4715.0, 4694.0, 4715.0, 4716.0, 4704.0, 4717.0, 4726.0, 4717.0, 4729.0, 4725.0, 4717.0, 4727.0, 4703.0, 4726.0, 4726.0, 4705.0, 4726.0, 4723.0, 4715.0, 4724.0, 4736.0, 4715.0, 4728.0, 4725.0, 4715.0, 4716.0, 4703.0, 4715.0, 4725.0, 4704.0, 4714.0, 4712.0, 4703.0, 4724.0, 4729.0, 4704.0, 4714.0, 4712.0, 4713.0, 4701.0, 4713.0, 4681.0, 4712.0, 4715.0, 4700.0, 4711.0, 4701.0, 4693.0, 4713.0, 4712.0, 4701.0, 4714.0, 4701.0, 4703.0, 4715.0, 4723.0, 4703.0, 4713.0, 4701.0, 4711.0, 4701.0, 4702.0, 4710.0, 4698.0, 4702.0, 4698.0, 4689.0, 4701.0, 4687.0, 4688.0, 4711.0, 4713.0, 4687.0, 4699.0, 4698.0, 4679.0, 4710.0, 4709.0, 4701.0, 4701.0, 4713.0, 4711.0, 4701.0, 4711.0, 4710.0, 4702.0, 4713.0, 4710.0, 4701.0, 4714.0, 4710.0, 4713.0, 4713.0, 4721.0, 4713.0, 4715.0, 4711.0, 4703.0, 4725.0, 4714.0, 4691.0, 4711.0, 4701.0, 4701.0, 4712.0, 4713.0, 4700.0, 4712.0, 4712.0, 4712.0, 4701.0, 4712.0, 4711.0, 4704.0, 4726.0, 4712.0, 4703.0, 4713.0, 4711.0, 4693.0, 4724.0, 4725.0, 4694.0, 4711.0, 4714.0, 4713.0, 4712.0, 4715.0, 4711.0, 4703.0, 4715.0, 4713.0, 4702.0, 4715.0, 4711.0, 4704.0, 4716.0, 4712.0, 4693.0, 4714.0, 4710.0, 4692.0, 4715.0, 4715.0, 4701.0, 4714.0, 4713.0, 4701.0, 4715.0, 4715.0, 4702.0, 4712.0, 4715.0, 4722.0, 4702.0, 4715.0, 4712.0, 4704.0, 4726.0, 4712.0, 4703.0, 4712.0, 4712.0, 4702.0, 4714.0, 4712.0, 4702.0, 4712.0, 4709.0, 4712.0, 4716.0, 4721.0, 4703.0, 4713.0, 4713.0, 4692.0, 4713.0, 4710.0, 4701.0, 4713.0, 4702.0, 4689.0, 4700.0, 4700.0, 4689.0, 4713.0, 4710.0, 4701.0, 4713.0, 4702.0, 4702.0, 4723.0, 4721.0, 4715.0, 4725.0, 4713.0, 4727.0, 4728.0, 4716.0, 4728.0, 4725.0, 4704.0, 4726.0, 4713.0, 4715.0, 4725.0, 4713.0, 4714.0, 4711.0, 4690.0, 4713.0, 4711.0, 4689.0, 4701.0, 4697.0, 4686.0, 4698.0, 4697.0, 4687.0, 4699.0, 4698.0, 4687.0, 4696.0, 4686.0, 4698.0, 4700.0, 4687.0, 4697.0, 4697.0, 4697.0, 4697.0, 4698.0, 4697.0, 4697.0, 4688.0, 4710.0, 4701.0, 4689.0, 4697.0, 4695.0, 4700.0, 4699.0, 4697.0, 4687.0, 4699.0, 4688.0, 4709.0, 4700.0, 4699.0, 4700.0, 4698.0, 4712.0, 4699.0, 4700.0, 4709.0, 4699.0, 4699.0, 4698.0, 4688.0, 4709.0, 4697.0, 4700.0, 4711.0, 4700.0, 4700.0, 4703.0, 4699.0, 4700.0, 4701.0, 4689.0, 4700.0, 4699.0, 4677.0, 4700.0, 4687.0, 4678.0, 4711.0, 4701.0, 4688.0, 4698.0, 4688.0, 4678.0, 4700.0, 4699.0, 4701.0, 4699.0, 4697.0, 4690.0, 4700.0, 4688.0, 4700.0, 4713.0, 4700.0, 4690.0, 4701.0, 4678.0, 4702.0, 4712.0, 4691.0, 4702.0, 4711.0, 4691.0, 4701.0, 4712.0, 4690.0, 4701.0, 4713.0, 4690.0, 4712.0, 4714.0, 4692.0, 4701.0, 4702.0, 4680.0, 4712.0, 4713.0, 4690.0, 4711.0, 4711.0, 4710.0, 4700.0, 4714.0, 4710.0, 4703.0, 4712.0, 4702.0, 4704.0, 4711.0, 4694.0, 4715.0, 4728.0, 4694.0, 4716.0, 4714.0, 4705.0, 4716.0, 4717.0, 4705.0, 4716.0, 4717.0, 4693.0, 4716.0, 4714.0, 4705.0, 4716.0, 4728.0, 4723.0, 4705.0, 4716.0, 4722.0, 4703.0, 4716.0, 4712.0, 4704.0, 4713.0, 4713.0, 4704.0, 4716.0, 4705.0, 4715.0, 4726.0, 4704.0, 4715.0, 4716.0, 4704.0, 4716.0, 4727.0, 4705.0, 4714.0, 4713.0, 4702.0, 4716.0, 4714.0, 4693.0, 4715.0, 4716.0, 4682.0, 4713.0, 4713.0, 4693.0, 4715.0, 4714.0, 4693.0, 4714.0, 4714.0, 4693.0, 4716.0, 4717.0, 4694.0, 4714.0, 4712.0, 4691.0, 4705.0, 4713.0, 4694.0, 4715.0, 4717.0, 4712.0, 4702.0, 4704.0, 4692.0, 4700.0, 4715.0, 4692.0, 4704.0, 4702.0, 4691.0, 4704.0, 4712.0, 4692.0, 4714.0, 4716.0, 4682.0, 4703.0, 4702.0, 4682.0, 4715.0, 4713.0, 4683.0, 4716.0, 4714.0, 4703.0, 4715.0, 4713.0, 4703.0, 4712.0, 4692.0, 4703.0, 4714.0, 4692.0, 4703.0, 4712.0, 4692.0, 4715.0, 4712.0, 4682.0, 4704.0, 4701.0, 4681.0, 4701.0, 4700.0, 4690.0, 4703.0, 4704.0, 4679.0, 4702.0, 4700.0, 4681.0, 4711.0, 4712.0, 4692.0, 4702.0, 4704.0, 4703.0, 4728.0, 4706.0, 4717.0, 4714.0, 4717.0, 4718.0, 4707.0, 4729.0, 4727.0, 4720.0, 4730.0, 4726.0, 4704.0, 4713.0, 4712.0, 4702.0, 4715.0, 4714.0, 4702.0, 4701.0, 4693.0, 4702.0, 4701.0, 4691.0, 4703.0, 4698.0, 4690.0, 4701.0, 4700.0, 4703.0, 4704.0, 4689.0, 4691.0, 4688.0, 4679.0, 4702.0, 4698.0, 4699.0, 4698.0, 4688.0, 4700.0, 4698.0, 4676.0, 4697.0, 4698.0, 4678.0, 4700.0, 4700.0, 4690.0, 4689.0, 4698.0, 4700.0, 4700.0, 4697.0, 4689.0, 4687.0, 4696.0, 4689.0, 4697.0, 4678.0, 4701.0, 4699.0, 4678.0, 4701.0, 4689.0, 4689.0, 4702.0, 4701.0, 4700.0, 4700.0, 4690.0, 4702.0, 4701.0, 4679.0, 4702.0, 4697.0, 4691.0, 4709.0, 4700.0, 4702.0, 4701.0, 4681.0, 4701.0, 4702.0, 4698.0, 4688.0, 4687.0, 4675.0, 4698.0, 4698.0, 4689.0, 4688.0, 4688.0, 4678.0, 4700.0, 4687.0, 4677.0, 4690.0, 4687.0, 4678.0, 4699.0, 4685.0, 4680.0, 4699.0, 4686.0, 4677.0, 4687.0, 4689.0, 4677.0, 4699.0, 4696.0, 4677.0, 4697.0, 4689.0, 4689.0, 4699.0, 4687.0, 4677.0, 4690.0, 4690.0, 4678.0, 4698.0, 4698.0, 4669.0, 4700.0, 4689.0, 4667.0, 4702.0, 4701.0, 4710.0, 4691.0, 4704.0, 4701.0, 4680.0, 4702.0, 4700.0, 4692.0, 4715.0, 4701.0, 4681.0, 4705.0, 4704.0, 4694.0, 4715.0, 4714.0, 4683.0, 4716.0, 4713.0, 4695.0, 4717.0, 4729.0, 4705.0, 4713.0, 4714.0, 4712.0, 4693.0, 4715.0, 4703.0, 4691.0, 4714.0, 4700.0, 4681.0, 4703.0, 4698.0, 4691.0, 4702.0, 4712.0, 4681.0, 4704.0, 4701.0, 4683.0, 4701.0, 4703.0, 4711.0, 4703.0, 4713.0, 4710.0, 4682.0, 4703.0, 4702.0, 4683.0, 4703.0, 4711.0, 4691.0, 4702.0, 4704.0, 4683.0, 4713.0, 4712.0, 4693.0, 4703.0, 4701.0, 4689.0, 4704.0, 4714.0, 4700.0, 4703.0, 4713.0, 4700.0, 4690.0, 4701.0, 4699.0, 4689.0, 4698.0, 4700.0, 4700.0, 4689.0, 4703.0, 4688.0, 4679.0, 4700.0, 4699.0, 4679.0, 4699.0, 4698.0, 4689.0, 4689.0, 4701.0, 4691.0, 4702.0, 4705.0, 4699.0, 4690.0, 4702.0, 4703.0, 4681.0, 4714.0, 4715.0, 4702.0, 4691.0, 4704.0, 4698.0, 4681.0, 4704.0, 4701.0, 4692.0, 4704.0, 4703.0, 4712.0, 4692.0, 4703.0, 4712.0, 4693.0, 4716.0, 4712.0, 4692.0, 4704.0, 4700.0, 4693.0, 4703.0, 4711.0, 4682.0, 4705.0, 4701.0, 4682.0, 4704.0, 4712.0, 4685.0, 4704.0, 4717.0, 4712.0, 4693.0, 4705.0, 4712.0, 4693.0, 4712.0, 4712.0, 4694.0, 4705.0, 4700.0, 4680.0, 4702.0, 4710.0, 4692.0, 4704.0, 4715.0, 4691.0, 4703.0, 4700.0, 4680.0, 4711.0, 4703.0, 4681.0, 4702.0, 4699.0, 4680.0, 4703.0, 4712.0, 4690.0, 4700.0, 4702.0, 4710.0, 4690.0, 4698.0, 4699.0, 4691.0, 4699.0, 4700.0, 4680.0, 4701.0, 4691.0, 4691.0, 4714.0, 4702.0, 4694.0, 4703.0, 4701.0, 4691.0, 4713.0, 4701.0, 4680.0, 4703.0, 4700.0, 4680.0, 4698.0, 4701.0, 4687.0, 4702.0, 4701.0, 4700.0, 4690.0, 4689.0, 4698.0, 4688.0, 4701.0, 4697.0, 4679.0, 4700.0, 4687.0, 4677.0, 4700.0, 4701.0, 4688.0, 4712.0, 4691.0, 4715.0, 4723.0, 4703.0, 4701.0, 4703.0, 4689.0, 4703.0, 4712.0, 4700.0, 4690.0, 4702.0, 4698.0, 4703.0, 4701.0, 4701.0, 4688.0, 4697.0, 4687.0, 4670.0, 4701.0, 4701.0, 4680.0, 4700.0, 4699.0, 4679.0, 4702.0, 4689.0, 4682.0, 4710.0, 4700.0, 4681.0, 4704.0, 4704.0, 4680.0, 4714.0, 4713.0, 4691.0, 4701.0, 4700.0, 4692.0, 4701.0, 4714.0, 4712.0, 4693.0, 4713.0, 4690.0, 4702.0, 4714.0, 4701.0, 4694.0, 4705.0, 4699.0, 4691.0, 4704.0, 4700.0, 4683.0, 4701.0, 4701.0, 4681.0, 4703.0, 4703.0, 4679.0, 4701.0, 4711.0, 4698.0, 4700.0, 4700.0, 4681.0, 4700.0, 4712.0, 4709.0, 4689.0, 4700.0, 4698.0, 4699.0, 4712.0, 4699.0, 4679.0, 4699.0, 4688.0, 4680.0, 4702.0, 4700.0, 4688.0, 4702.0, 4700.0, 4699.0, 4700.0, 4701.0, 4698.0, 4690.0, 4700.0, 4684.0, 4689.0, 4702.0, 4700.0, 4691.0, 4702.0, 4699.0, 4691.0, 4704.0, 4700.0, 4682.0, 4703.0, 4712.0, 4691.0, 4702.0, 4715.0, 4703.0, 4702.0, 4714.0, 4711.0, 4692.0, 4701.0, 4699.0, 4679.0, 4698.0, 4700.0, 4680.0, 4701.0, 4710.0, 4699.0, 4701.0, 4702.0, 4680.0, 4701.0, 4715.0, 4710.0, 4691.0, 4704.0, 4701.0, 4691.0, 4711.0, 4701.0, 4680.0, 4703.0, 4699.0, 4690.0, 4703.0, 4705.0, 4689.0, 4712.0, 4715.0, 4702.0, 4701.0, 4702.0, 4691.0, 4703.0, 4714.0, 4712.0, 4703.0, 4713.0, 4701.0, 4702.0, 4714.0, 4702.0, 4692.0, 4702.0, 4700.0, 4681.0, 4714.0, 4712.0, 4702.0, 4717.0, 4713.0, 4703.0, 4713.0, 4693.0, 4715.0, 4715.0, 4695.0, 4717.0, 4726.0, 4695.0, 4716.0, 4715.0, 4692.0, 4704.0, 4711.0, 4691.0, 4711.0, 4711.0, 4693.0, 4703.0, 4701.0, 4690.0, 4699.0, 4710.0, 4699.0, 4710.0, 4700.0, 4691.0, 4698.0, 4678.0, 4698.0, 4697.0, 4679.0, 4699.0, 4687.0, 4685.0, 4702.0, 4697.0, 4691.0, 4700.0, 4689.0, 4700.0, 4699.0, 4690.0, 4699.0, 4699.0, 4679.0, 4698.0, 4697.0, 4688.0, 4700.0, 4679.0, 4699.0, 4689.0, 4699.0, 4702.0, 4710.0, 4701.0, 4702.0, 4679.0, 4712.0, 4699.0, 4678.0, 4696.0, 4689.0, 4689.0, 4700.0, 4688.0, 4700.0, 4703.0, 4680.0, 4701.0, 4699.0, 4700.0, 4699.0, 4690.0, 4699.0, 4699.0, 4701.0, 4701.0, 4700.0, 4712.0, 4711.0, 4703.0, 4716.0, 4714.0, 4701.0, 4703.0, 4715.0, 4705.0, 4715.0, 4702.0, 4692.0, 4699.0, 4698.0, 4689.0, 4689.0, 4687.0, 4686.0, 4688.0, 4676.0, 4685.0, 4674.0, 4675.0, 4688.0, 4678.0, 4687.0, 4686.0, 4687.0, 4687.0, 4689.0, 4690.0, 4695.0, 4701.0, 4689.0, 4700.0, 4677.0, 4679.0, 4701.0, 4692.0, 4680.0, 4700.0, 4678.0, 4678.0, 4704.0, 4700.0, 4681.0, 4704.0, 4699.0, 4704.0, 4714.0, 4693.0, 4703.0, 4703.0, 4692.0, 4704.0, 4713.0, 4701.0, 4692.0, 4700.0, 4681.0, 4702.0, 4700.0, 4679.0, 4701.0, 4699.0, 4669.0, 4702.0, 4701.0, 4669.0, 4692.0, 4691.0, 4672.0, 4703.0, 4700.0, 4680.0, 4703.0, 4690.0, 4693.0, 4717.0, 4714.0, 4705.0, 4717.0, 4703.0, 4707.0, 4716.0, 4683.0, 4716.0, 4714.0, 4682.0, 4714.0, 4705.0, 4683.0, 4715.0, 4714.0, 4705.0, 4714.0, 4696.0, 4716.0, 4716.0, 4716.0, 4725.0, 4714.0, 4704.0, 4715.0, 4724.0, 4702.0, 4713.0, 4711.0, 4692.0, 4702.0, 4679.0, 4700.0, 4703.0, 4679.0, 4702.0, 4687.0, 4678.0, 4701.0, 4699.0, 4690.0, 4699.0, 4698.0, 4687.0, 4699.0, 4696.0, 4688.0, 4698.0, 4687.0, 4687.0, 4689.0, 4677.0, 4688.0, 4701.0, 4688.0, 4687.0, 4690.0, 4678.0, 4702.0, 4691.0, 4702.0, 4704.0, 4691.0, 4704.0, 4705.0, 4695.0, 4716.0, 4714.0, 4705.0, 4716.0, 4725.0, 4704.0, 4715.0, 4712.0, 4703.0], 'WindowWidth': [10367.0, 10343.0, 10289.0, 10271.0, 10269.0, 10260.0, 10251.0, 10272.0, 10243.0, 10245.0, 10240.0, 10259.0, 10260.0, 10246.0, 10262.0, 10264.0, 10243.0, 10266.0, 10271.0, 10248.0, 10282.0, 10271.0, 10270.0, 10297.0, 10286.0, 10264.0, 10293.0, 10271.0, 10277.0, 10297.0, 10335.0, 10298.0, 10302.0, 10299.0, 10313.0, 10325.0, 10316.0, 10300.0, 10318.0, 10308.0, 10316.0, 10319.0, 10311.0, 10317.0, 10323.0, 10313.0, 10299.0, 10322.0, 10297.0, 10312.0, 10315.0, 10298.0, 10318.0, 10316.0, 10299.0, 10319.0, 10320.0, 10299.0, 10348.0, 10323.0, 10283.0, 10299.0, 10323.0, 10303.0, 10304.0, 10304.0, 10287.0, 10296.0, 10300.0, 10308.0, 10277.0, 10276.0, 10288.0, 10278.0, 10299.0, 10275.0, 10293.0, 10298.0, 10277.0, 10289.0, 10292.0, 10269.0, 10295.0, 10295.0, 10273.0, 10275.0, 10287.0, 10250.0, 10275.0, 10296.0, 10252.0, 10288.0, 10278.0, 10270.0, 10290.0, 10296.0, 10274.0, 10274.0, 10275.0, 10254.0, 10286.0, 10280.0, 10266.0, 10285.0, 10275.0, 10269.0, 10290.0, 10280.0, 10270.0, 10274.0, 10270.0, 10272.0, 10290.0, 10284.0, 10274.0, 10292.0, 10286.0, 10277.0, 10290.0, 10292.0, 10276.0, 10298.0, 10307.0, 10276.0, 10275.0, 10273.0, 10292.0, 10294.0, 10276.0, 10292.0, 10293.0, 10253.0, 10295.0, 10293.0, 10262.0, 10293.0, 10285.0, 10262.0, 10296.0, 10293.0, 10274.0, 10290.0, 10290.0, 10277.0, 10298.0, 10306.0, 10279.0, 10296.0, 10264.0, 10296.0, 10298.0, 10279.0, 10301.0, 10313.0, 10301.0, 10322.0, 10313.0, 10301.0, 10317.0, 10279.0, 10312.0, 10314.0, 10282.0, 10313.0, 10309.0, 10296.0, 10311.0, 10327.0, 10297.0, 10320.0, 10312.0, 10294.0, 10298.0, 10277.0, 10295.0, 10312.0, 10279.0, 10293.0, 10292.0, 10276.0, 10308.0, 10324.0, 10280.0, 10290.0, 10292.0, 10292.0, 10270.0, 10290.0, 10242.0, 10287.0, 10296.0, 10270.0, 10286.0, 10275.0, 10261.0, 10291.0, 10293.0, 10272.0, 10293.0, 10274.0, 10274.0, 10296.0, 10310.0, 10274.0, 10289.0, 10274.0, 10287.0, 10270.0, 10274.0, 10282.0, 10262.0, 10273.0, 10267.0, 10250.0, 10269.0, 10249.0, 10249.0, 10285.0, 10292.0, 10248.0, 10266.0, 10264.0, 10237.0, 10282.0, 10285.0, 10272.0, 10270.0, 10290.0, 10285.0, 10271.0, 10288.0, 10284.0, 10273.0, 10291.0, 10283.0, 10271.0, 10293.0, 10283.0, 10290.0, 10294.0, 10301.0, 10290.0, 10297.0, 10286.0, 10277.0, 10311.0, 10296.0, 10259.0, 10286.0, 10275.0, 10269.0, 10287.0, 10292.0, 10271.0, 10287.0, 10289.0, 10287.0, 10273.0, 10291.0, 10286.0, 10278.0, 10314.0, 10291.0, 10275.0, 10293.0, 10289.0, 10264.0, 10309.0, 10314.0, 10265.0, 10285.0, 10295.0, 10292.0, 10288.0, 10296.0, 10288.0, 10276.0, 10297.0, 10291.0, 10274.0, 10297.0, 10288.0, 10280.0, 10301.0, 10292.0, 10261.0, 10293.0, 10287.0, 10260.0, 10298.0, 10299.0, 10272.0, 10294.0, 10294.0, 10273.0, 10296.0, 10298.0, 10278.0, 10289.0, 10298.0, 10305.0, 10274.0, 10296.0, 10289.0, 10279.0, 10313.0, 10289.0, 10276.0, 10291.0, 10288.0, 10275.0, 10296.0, 10288.0, 10273.0, 10290.0, 10284.0, 10289.0, 10299.0, 10303.0, 10274.0, 10290.0, 10293.0, 10261.0, 10290.0, 10284.0, 10270.0, 10289.0, 10277.0, 10252.0, 10269.0, 10271.0, 10252.0, 10290.0, 10287.0, 10271.0, 10292.0, 10275.0, 10274.0, 10309.0, 10304.0, 10297.0, 10311.0, 10293.0, 10317.0, 10321.0, 10301.0, 10320.0, 10314.0, 10280.0, 10312.0, 10293.0, 10297.0, 10316.0, 10293.0, 10292.0, 10289.0, 10255.0, 10289.0, 10292.0, 10252.0, 10269.0, 10263.0, 10244.0, 10264.0, 10263.0, 10244.0, 10265.0, 10262.0, 10245.0, 10260.0, 10244.0, 10263.0, 10270.0, 10247.0, 10260.0, 10263.0, 10260.0, 10263.0, 10262.0, 10259.0, 10261.0, 10248.0, 10283.0, 10273.0, 10249.0, 10261.0, 10258.0, 10266.0, 10266.0, 10261.0, 10247.0, 10263.0, 10247.0, 10280.0, 10267.0, 10265.0, 10269.0, 10262.0, 10285.0, 10268.0, 10269.0, 10282.0, 10269.0, 10266.0, 10265.0, 10248.0, 10279.0, 10264.0, 10266.0, 10285.0, 10269.0, 10266.0, 10276.0, 10268.0, 10267.0, 10269.0, 10248.0, 10267.0, 10268.0, 10233.0, 10266.0, 10248.0, 10234.0, 10284.0, 10270.0, 10249.0, 10265.0, 10252.0, 10236.0, 10270.0, 10267.0, 10268.0, 10268.0, 10262.0, 10254.0, 10270.0, 10252.0, 10270.0, 10292.0, 10270.0, 10254.0, 10272.0, 10236.0, 10273.0, 10290.0, 10257.0, 10273.0, 10287.0, 10256.0, 10273.0, 10290.0, 10256.0, 10272.0, 10290.0, 10255.0, 10288.0, 10295.0, 10260.0, 10271.0, 10274.0, 10241.0, 10286.0, 10291.0, 10257.0, 10285.0, 10287.0, 10285.0, 10268.0, 10292.0, 10285.0, 10275.0, 10292.0, 10274.0, 10278.0, 10289.0, 10266.0, 10299.0, 10319.0, 10266.0, 10299.0, 10297.0, 10281.0, 10299.0, 10305.0, 10284.0, 10298.0, 10302.0, 10265.0, 10296.0, 10296.0, 10280.0, 10299.0, 10319.0, 10308.0, 10281.0, 10297.0, 10302.0, 10278.0, 10300.0, 10290.0, 10279.0, 10293.0, 10292.0, 10280.0, 10301.0, 10282.0, 10296.0, 10316.0, 10280.0, 10295.0, 10300.0, 10278.0, 10300.0, 10320.0, 10283.0, 10294.0, 10295.0, 10274.0, 10297.0, 10298.0, 10265.0, 10294.0, 10297.0, 10247.0, 10291.0, 10292.0, 10264.0, 10296.0, 10298.0, 10262.0, 10293.0, 10294.0, 10264.0, 10300.0, 10306.0, 10265.0, 10293.0, 10289.0, 10258.0, 10283.0, 10294.0, 10265.0, 10294.0, 10303.0, 10289.0, 10271.0, 10279.0, 10260.0, 10270.0, 10297.0, 10260.0, 10278.0, 10276.0, 10259.0, 10278.0, 10291.0, 10260.0, 10293.0, 10300.0, 10246.0, 10277.0, 10276.0, 10248.0, 10296.0, 10294.0, 10248.0, 10297.0, 10293.0, 10277.0, 10298.0, 10292.0, 10278.0, 10291.0, 10259.0, 10276.0, 10295.0, 10260.0, 10278.0, 10289.0, 10261.0, 10296.0, 10293.0, 10245.0, 10276.0, 10274.0, 10241.0, 10270.0, 10271.0, 10254.0, 10276.0, 10280.0, 10238.0, 10272.0, 10271.0, 10243.0, 10288.0, 10291.0, 10259.0, 10275.0, 10277.0, 10278.0, 10320.0, 10285.0, 10303.0, 10296.0, 10302.0, 10304.0, 10286.0, 10322.0, 10317.0, 10309.0, 10327.0, 10321.0, 10278.0, 10291.0, 10288.0, 10275.0, 10297.0, 10294.0, 10274.0, 10274.0, 10260.0, 10273.0, 10274.0, 10255.0, 10274.0, 10265.0, 10254.0, 10273.0, 10269.0, 10274.0, 10279.0, 10252.0, 10254.0, 10250.0, 10236.0, 10272.0, 10266.0, 10265.0, 10264.0, 10248.0, 10266.0, 10266.0, 10229.0, 10260.0, 10265.0, 10233.0, 10268.0, 10269.0, 10251.0, 10252.0, 10264.0, 10265.0, 10272.0, 10262.0, 10250.0, 10249.0, 10258.0, 10248.0, 10260.0, 10233.0, 10269.0, 10269.0, 10235.0, 10270.0, 10252.0, 10252.0, 10274.0, 10272.0, 10269.0, 10271.0, 10253.0, 10273.0, 10274.0, 10238.0, 10272.0, 10262.0, 10255.0, 10283.0, 10270.0, 10271.0, 10272.0, 10242.0, 10268.0, 10275.0, 10265.0, 10249.0, 10247.0, 10227.0, 10262.0, 10266.0, 10248.0, 10246.0, 10248.0, 10231.0, 10267.0, 10249.0, 10231.0, 10252.0, 10248.0, 10232.0, 10264.0, 10246.0, 10235.0, 10264.0, 10246.0, 10231.0, 10248.0, 10250.0, 10232.0, 10264.0, 10260.0, 10230.0, 10261.0, 10251.0, 10249.0, 10265.0, 10250.0, 10232.0, 10252.0, 10252.0, 10233.0, 10264.0, 10267.0, 10222.0, 10265.0, 10252.0, 10219.0, 10271.0, 10274.0, 10283.0, 10255.0, 10277.0, 10269.0, 10241.0, 10277.0, 10271.0, 10260.0, 10295.0, 10275.0, 10245.0, 10281.0, 10280.0, 10265.0, 10299.0, 10298.0, 10251.0, 10299.0, 10293.0, 10267.0, 10302.0, 10322.0, 10283.0, 10290.0, 10294.0, 10287.0, 10260.0, 10294.0, 10276.0, 10258.0, 10293.0, 10270.0, 10242.0, 10276.0, 10265.0, 10256.0, 10276.0, 10292.0, 10242.0, 10278.0, 10273.0, 10248.0, 10272.0, 10279.0, 10286.0, 10275.0, 10291.0, 10285.0, 10244.0, 10277.0, 10273.0, 10246.0, 10278.0, 10290.0, 10255.0, 10274.0, 10278.0, 10247.0, 10292.0, 10291.0, 10260.0, 10276.0, 10274.0, 10254.0, 10278.0, 10295.0, 10271.0, 10275.0, 10290.0, 10271.0, 10254.0, 10271.0, 10271.0, 10250.0, 10265.0, 10273.0, 10270.0, 10251.0, 10273.0, 10249.0, 10236.0, 10270.0, 10268.0, 10235.0, 10265.0, 10266.0, 10250.0, 10252.0, 10272.0, 10257.0, 10272.0, 10282.0, 10269.0, 10254.0, 10275.0, 10278.0, 10243.0, 10291.0, 10299.0, 10275.0, 10256.0, 10279.0, 10266.0, 10242.0, 10278.0, 10275.0, 10258.0, 10278.0, 10279.0, 10288.0, 10260.0, 10277.0, 10287.0, 10264.0, 10298.0, 10289.0, 10261.0, 10281.0, 10270.0, 10262.0, 10279.0, 10288.0, 10247.0, 10281.0, 10277.0, 10247.0, 10280.0, 10291.0, 10253.0, 10280.0, 10303.0, 10289.0, 10261.0, 10282.0, 10287.0, 10262.0, 10292.0, 10290.0, 10264.0, 10281.0, 10271.0, 10242.0, 10276.0, 10284.0, 10259.0, 10280.0, 10298.0, 10256.0, 10274.0, 10270.0, 10240.0, 10286.0, 10280.0, 10241.0, 10271.0, 10268.0, 10240.0, 10274.0, 10291.0, 10256.0, 10266.0, 10273.0, 10281.0, 10252.0, 10266.0, 10266.0, 10254.0, 10268.0, 10269.0, 10238.0, 10271.0, 10256.0, 10257.0, 10294.0, 10273.0, 10262.0, 10278.0, 10271.0, 10258.0, 10291.0, 10274.0, 10241.0, 10276.0, 10274.0, 10238.0, 10264.0, 10270.0, 10245.0, 10269.0, 10274.0, 10268.0, 10251.0, 10254.0, 10262.0, 10249.0, 10270.0, 10261.0, 10234.0, 10266.0, 10249.0, 10230.0, 10267.0, 10273.0, 10248.0, 10284.0, 10258.0, 10296.0, 10309.0, 10278.0, 10270.0, 10276.0, 10251.0, 10273.0, 10289.0, 10270.0, 10252.0, 10273.0, 10263.0, 10273.0, 10273.0, 10270.0, 10247.0, 10261.0, 10248.0, 10223.0, 10270.0, 10271.0, 10238.0, 10267.0, 10267.0, 10238.0, 10271.0, 10253.0, 10243.0, 10284.0, 10272.0, 10242.0, 10278.0, 10278.0, 10242.0, 10292.0, 10293.0, 10256.0, 10270.0, 10270.0, 10256.0, 10272.0, 10295.0, 10290.0, 10261.0, 10292.0, 10256.0, 10273.0, 10294.0, 10274.0, 10263.0, 10281.0, 10268.0, 10256.0, 10277.0, 10272.0, 10245.0, 10271.0, 10273.0, 10243.0, 10275.0, 10277.0, 10238.0, 10270.0, 10287.0, 10265.0, 10266.0, 10269.0, 10241.0, 10267.0, 10290.0, 10283.0, 10251.0, 10270.0, 10265.0, 10265.0, 10287.0, 10268.0, 10236.0, 10266.0, 10251.0, 10237.0, 10273.0, 10272.0, 10248.0, 10271.0, 10270.0, 10267.0, 10266.0, 10272.0, 10265.0, 10251.0, 10267.0, 10242.0, 10250.0, 10274.0, 10268.0, 10255.0, 10272.0, 10266.0, 10257.0, 10278.0, 10273.0, 10245.0, 10276.0, 10292.0, 10256.0, 10274.0, 10295.0, 10275.0, 10274.0, 10295.0, 10289.0, 10256.0, 10270.0, 10268.0, 10238.0, 10265.0, 10270.0, 10239.0, 10270.0, 10286.0, 10264.0, 10268.0, 10274.0, 10240.0, 10271.0, 10296.0, 10284.0, 10257.0, 10278.0, 10271.0, 10257.0, 10287.0, 10274.0, 10240.0, 10275.0, 10270.0, 10253.0, 10275.0, 10280.0, 10252.0, 10287.0, 10297.0, 10273.0, 10271.0, 10276.0, 10257.0, 10277.0, 10295.0, 10289.0, 10276.0, 10292.0, 10273.0, 10275.0, 10295.0, 10277.0, 10259.0, 10274.0, 10270.0, 10242.0, 10291.0, 10288.0, 10275.0, 10301.0, 10292.0, 10277.0, 10292.0, 10264.0, 10298.0, 10301.0, 10269.0, 10301.0, 10315.0, 10270.0, 10299.0, 10303.0, 10262.0, 10278.0, 10286.0, 10258.0, 10286.0, 10290.0, 10262.0, 10275.0, 10272.0, 10253.0, 10268.0, 10284.0, 10266.0, 10286.0, 10271.0, 10255.0, 10263.0, 10235.0, 10262.0, 10263.0, 10237.0, 10266.0, 10247.0, 10242.0, 10272.0, 10264.0, 10255.0, 10270.0, 10254.0, 10268.0, 10269.0, 10254.0, 10266.0, 10269.0, 10236.0, 10264.0, 10264.0, 10249.0, 10268.0, 10238.0, 10266.0, 10254.0, 10266.0, 10274.0, 10286.0, 10270.0, 10274.0, 10237.0, 10287.0, 10270.0, 10234.0, 10257.0, 10250.0, 10249.0, 10269.0, 10249.0, 10267.0, 10275.0, 10240.0, 10270.0, 10268.0, 10266.0, 10268.0, 10254.0, 10268.0, 10268.0, 10270.0, 10273.0, 10269.0, 10286.0, 10282.0, 10270.0, 10299.0, 10291.0, 10273.0, 10275.0, 10293.0, 10278.0, 10291.0, 10275.0, 10257.0, 10264.0, 10263.0, 10248.0, 10250.0, 10244.0, 10241.0, 10248.0, 10225.0, 10238.0, 10225.0, 10222.0, 10245.0, 10232.0, 10241.0, 10243.0, 10243.0, 10242.0, 10250.0, 10247.0, 10255.0, 10268.0, 10248.0, 10264.0, 10232.0, 10233.0, 10267.0, 10258.0, 10237.0, 10265.0, 10235.0, 10233.0, 10274.0, 10268.0, 10241.0, 10275.0, 10265.0, 10275.0, 10292.0, 10261.0, 10274.0, 10275.0, 10256.0, 10276.0, 10294.0, 10272.0, 10255.0, 10267.0, 10238.0, 10269.0, 10270.0, 10236.0, 10268.0, 10265.0, 10220.0, 10270.0, 10271.0, 10221.0, 10255.0, 10255.0, 10229.0, 10273.0, 10270.0, 10239.0, 10274.0, 10255.0, 10261.0, 10301.0, 10293.0, 10280.0, 10301.0, 10277.0, 10284.0, 10297.0, 10247.0, 10297.0, 10297.0, 10246.0, 10292.0, 10281.0, 10247.0, 10295.0, 10293.0, 10279.0, 10293.0, 10266.0, 10298.0, 10299.0, 10298.0, 10313.0, 10295.0, 10278.0, 10300.0, 10306.0, 10270.0, 10291.0, 10286.0, 10256.0, 10272.0, 10237.0, 10266.0, 10274.0, 10236.0, 10268.0, 10248.0, 10231.0, 10269.0, 10265.0, 10250.0, 10265.0, 10262.0, 10244.0, 10264.0, 10258.0, 10244.0, 10262.0, 10245.0, 10243.0, 10250.0, 10230.0, 10248.0, 10269.0, 10247.0, 10245.0, 10251.0, 10232.0, 10271.0, 10255.0, 10272.0, 10279.0, 10257.0, 10278.0, 10282.0, 10267.0, 10298.0, 10293.0, 10278.0, 10299.0, 10308.0, 10277.0, 10297.0, 10290.0, 10273.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.0006626367041198502</td></tr>
<tr><td colspan=3>aqi</td><td>0.018910924719101125</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.89527331167168</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2442782014242888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005305736476762</td></tr>
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
<tr><td colspan=3>fber</td><td>4790.1709</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08461268740129554</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.048689138576779</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511773179388952</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5472367574509613</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70387911735268</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2842036633632152</td></tr>
<tr><td colspan=3>gcor</td><td>0.00775297</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005584791302680969</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029671916738152504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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.025549967034279</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>32.0553</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.9878</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288148.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.6694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5751</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6156</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3802.7965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.1379</td></tr>
<tr><td colspan=3>tsnr</td><td>44.35327638639137</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>