ds005256-mriqc/sub-0060_ses-04_task-fractional_acq-mb8_run-01_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0060 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +02:00

616 lines
No EOL
142 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0060_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0060_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0060_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-04/func/sub-0060_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b19f133e3b4df30e0efe5db6c3566504</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:08:39.405000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0955202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff7d2850-b184-4413-a998-035f68b35ffb||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['140839.405000', '140839.865000', '140840.325000', '140840.785000', '140841.245000', '140841.705000', '140842.165000', '140842.625000', '140843.085000', '140843.545000', '140844.005000', '140844.465000', '140844.925000', '140845.385000', '140845.845000', '140846.305000', '140846.765000', '140847.225000', '140847.685000', '140848.145000', '140848.605000', '140849.065000', '140849.525000', '140849.985000', '140850.445000', '140850.905000', '140851.365000', '140851.825000', '140852.285000', '140852.745000', '140853.205000', '140853.665000', '140854.125000', '140854.585000', '140855.045000', '140855.505000', '140855.965000', '140856.425000', '140856.885000', '140857.345000', '140857.805000', '140858.265000', '140858.725000', '140859.185000', '140859.645000', '140900.105000', '140900.565000', '140901.025000', '140901.485000', '140901.945000', '140902.405000', '140902.865000', '140903.325000', '140903.785000', '140904.245000', '140904.705000', '140905.165000', '140905.625000', '140906.085000', '140906.545000', '140907.005000', '140907.465000', '140907.925000', '140908.385000', '140908.845000', '140909.305000', '140909.765000', '140910.225000', '140910.685000', '140911.145000', '140911.605000', '140912.065000', '140912.525000', '140912.985000', '140913.445000', '140913.905000', '140914.365000', '140914.825000', '140915.285000', '140915.745000', '140916.205000', '140916.665000', '140917.125000', '140917.585000', '140918.045000', '140918.505000', '140918.965000', '140919.425000', '140919.885000', '140920.345000', '140920.805000', '140921.265000', '140921.725000', '140922.185000', '140922.645000', '140923.105000', '140923.565000', '140924.025000', '140924.485000', '140924.945000', '140925.405000', '140925.865000', '140926.325000', '140926.785000', '140927.245000', '140927.705000', '140928.165000', '140928.625000', '140929.085000', '140929.545000', '140930.005000', '140930.465000', '140930.925000', '140931.385000', '140931.845000', '140932.305000', '140932.765000', '140933.225000', '140933.685000', '140934.145000', '140934.605000', '140935.065000', '140935.525000', '140935.985000', '140936.445000', '140936.905000', '140937.365000', '140937.825000', '140938.285000', '140938.745000', '140939.205000', '140939.665000', '140940.125000', '140940.585000', '140941.045000', '140941.505000', '140941.965000', '140942.425000', '140942.885000', '140943.345000', '140943.805000', '140944.265000', '140944.725000', '140945.185000', '140945.645000', '140946.105000', '140946.565000', '140947.025000', '140947.485000', '140947.945000', '140948.405000', '140948.865000', '140949.325000', '140949.785000', '140950.245000', '140950.705000', '140951.165000', '140951.625000', '140952.085000', '140952.545000', '140953.005000', '140953.465000', '140953.925000', '140954.385000', '140954.845000', '140955.305000', '140955.765000', '140956.225000', '140956.685000', '140957.145000', '140957.605000', '140958.065000', '140958.525000', '140958.985000', '140959.445000', '140959.905000', '141000.365000', '141000.825000', '141001.285000', '141001.745000', '141002.205000', '141002.665000', '141003.125000', '141003.585000', '141004.045000', '141004.505000', '141004.965000', '141005.425000', '141005.885000', '141006.345000', '141006.805000', '141007.265000', '141007.725000', '141008.185000', '141008.645000', '141009.105000', '141009.565000', '141010.025000', '141010.485000', '141010.945000', '141011.405000', '141011.865000', '141012.325000', '141012.785000', '141013.245000', '141013.705000', '141014.165000', '141014.625000', '141015.085000', '141015.545000', '141016.005000', '141016.465000', '141016.925000', '141017.385000', '141017.845000', '141018.305000', '141018.765000', '141019.225000', '141019.685000', '141020.145000', '141020.605000', '141021.065000', '141021.525000', '141021.985000', '141022.445000', '141022.905000', '141023.365000', '141023.825000', '141024.285000', '141024.745000', '141025.205000', '141025.665000', '141026.125000', '141026.585000', '141027.045000', '141027.505000', '141027.965000', '141028.425000', '141028.885000', '141029.345000', '141029.805000', '141030.265000', '141030.725000', '141031.185000', '141031.645000', '141032.105000', '141032.565000', '141033.025000', '141033.485000', '141033.945000', '141034.405000', '141034.865000', '141035.325000', '141035.785000', '141036.245000', '141036.705000', '141037.165000', '141037.625000', '141038.085000', '141038.545000', '141039.005000', '141039.465000', '141039.925000', '141040.385000', '141040.845000', '141041.305000', '141041.765000', '141042.225000', '141042.685000', '141043.145000', '141043.605000', '141044.065000', '141044.525000', '141044.985000', '141045.445000', '141045.905000', '141046.365000', '141046.825000', '141047.285000', '141047.745000', '141048.205000', '141048.665000', '141049.125000', '141049.585000', '141050.045000', '141050.505000', '141050.965000', '141051.425000', '141051.885000', '141052.345000', '141052.805000', '141053.265000', '141053.725000', '141054.185000', '141054.645000', '141055.105000', '141055.565000', '141056.025000', '141056.485000', '141056.945000', '141057.405000', '141057.865000', '141058.325000', '141058.785000', '141059.245000', '141059.705000', '141100.165000', '141100.625000', '141101.085000', '141101.545000', '141102.005000', '141102.465000', '141102.925000', '141103.385000', '141103.845000', '141104.305000', '141104.765000', '141105.225000', '141105.685000', '141106.145000', '141106.605000', '141107.065000', '141107.525000', '141107.985000', '141108.445000', '141108.905000', '141109.365000', '141109.825000', '141110.285000', '141110.745000', '141111.205000', '141111.665000', '141112.125000', '141112.585000', '141113.045000', '141113.505000', '141113.965000', '141114.425000', '141114.885000', '141115.345000', '141115.805000', '141116.265000', '141116.725000', '141117.185000', '141117.645000', '141118.105000', '141118.565000', '141119.025000', '141119.485000', '141119.945000', '141120.405000', '141120.865000', '141121.325000', '141121.785000', '141122.245000', '141122.705000', '141123.165000', '141123.625000', '141124.085000', '141124.545000', '141125.005000', '141125.465000', '141125.925000', '141126.385000', '141126.845000', '141127.305000', '141127.765000', '141128.225000', '141128.685000', '141129.145000', '141129.605000', '141130.065000', '141130.525000', '141130.985000', '141131.445000', '141131.905000', '141132.365000', '141132.825000', '141133.285000', '141133.745000', '141134.205000', '141134.665000', '141135.125000', '141135.585000', '141136.045000', '141136.505000', '141136.965000', '141137.425000', '141137.885000', '141138.345000', '141138.805000', '141139.265000', '141139.725000', '141140.185000', '141140.645000', '141141.105000', '141141.565000', '141142.025000', '141142.485000', '141142.945000', '141143.405000', '141143.865000', '141144.325000', '141144.785000', '141145.245000', '141145.705000', '141146.165000', '141146.625000', '141147.085000', '141147.545000', '141148.005000', '141148.465000', '141148.925000', '141149.385000', '141149.845000', '141150.305000', '141150.765000', '141151.225000', '141151.685000', '141152.145000', '141152.605000', '141153.065000', '141153.525000', '141153.985000', '141154.445000', '141154.905000', '141155.365000', '141155.825000', '141156.285000', '141156.745000', '141157.205000', '141157.665000', '141158.125000', '141158.585000', '141159.045000', '141159.505000', '141159.965000', '141200.425000', '141200.885000', '141201.345000', '141201.805000', '141202.265000', '141202.725000', '141203.185000', '141203.645000', '141204.105000', '141204.565000', '141205.025000', '141205.485000', '141205.945000', '141206.405000', '141206.865000', '141207.325000', '141207.785000', '141208.245000', '141208.705000', '141209.165000', '141209.625000', '141210.085000', '141210.545000', '141211.005000', '141211.465000', '141211.925000', '141212.385000', '141212.845000', '141213.305000', '141213.765000', '141214.225000', '141214.685000', '141215.145000', '141215.605000', '141216.065000', '141216.525000', '141216.985000', '141217.445000', '141217.905000', '141218.365000', '141218.825000', '141219.285000', '141219.745000', '141220.205000', '141220.665000', '141221.125000', '141221.585000', '141222.045000', '141222.505000', '141222.965000', '141223.425000', '141223.885000', '141224.345000', '141224.805000', '141225.265000', '141225.725000', '141226.185000', '141226.645000', '141227.105000', '141227.565000', '141228.025000', '141228.485000', '141228.945000', '141229.405000', '141229.865000', '141230.325000', '141230.785000', '141231.245000', '141231.705000', '141232.165000', '141232.625000', '141233.085000', '141233.545000', '141234.005000', '141234.465000', '141234.925000', '141235.385000', '141235.845000', '141236.305000', '141236.765000', '141237.225000', '141237.685000', '141238.145000', '141238.605000', '141239.065000', '141239.525000', '141239.985000', '141240.445000', '141240.905000', '141241.365000', '141241.825000', '141242.285000', '141242.745000', '141243.205000', '141243.665000', '141244.125000', '141244.585000', '141245.045000', '141245.505000', '141245.965000', '141246.425000', '141246.885000', '141247.345000', '141247.805000', '141248.265000', '141248.725000', '141249.185000', '141249.645000', '141250.105000', '141250.565000', '141251.025000', '141251.485000', '141251.945000', '141252.405000', '141252.865000', '141253.325000', '141253.785000', '141254.245000', '141254.705000', '141255.165000', '141255.625000', '141256.085000', '141256.545000', '141257.005000', '141257.465000', '141257.925000', '141258.385000', '141258.845000', '141259.305000', '141259.765000', '141300.225000', '141300.685000', '141301.145000', '141301.605000', '141302.065000', '141302.525000', '141302.985000', '141303.445000', '141303.905000', '141304.365000', '141304.825000', '141305.285000', '141305.745000', '141306.205000', '141306.665000', '141307.125000', '141307.585000', '141308.045000', '141308.505000', '141308.965000', '141309.425000', '141309.885000', '141310.345000', '141310.805000', '141311.265000', '141311.725000', '141312.185000', '141312.645000', '141313.105000', '141313.565000', '141314.025000', '141314.485000', '141314.945000', '141315.405000', '141315.865000', '141316.325000', '141316.785000', '141317.245000', '141317.705000', '141318.165000', '141318.625000', '141319.085000', '141319.545000', '141320.005000', '141320.465000', '141320.925000', '141321.385000', '141321.845000', '141322.305000', '141322.765000', '141323.225000', '141323.685000', '141324.145000', '141324.605000', '141325.065000', '141325.525000', '141325.985000', '141326.445000', '141326.905000', '141327.365000', '141327.825000', '141328.285000', '141328.745000', '141329.205000', '141329.665000', '141330.125000', '141330.585000', '141331.045000', '141331.505000', '141331.965000', '141332.425000', '141332.885000', '141333.345000', '141333.805000', '141334.265000', '141334.725000', '141335.185000', '141335.645000', '141336.105000', '141336.565000', '141337.025000', '141337.485000', '141337.945000', '141338.405000', '141338.865000', '141339.325000', '141339.785000', '141340.245000', '141340.705000', '141341.165000', '141341.625000', '141342.085000', '141342.545000', '141343.005000', '141343.465000', '141343.925000', '141344.385000', '141344.845000', '141345.305000', '141345.765000', '141346.225000', '141346.685000', '141347.145000', '141347.605000', '141348.065000', '141348.525000', '141348.985000', '141349.445000', '141349.905000', '141350.365000', '141350.825000', '141351.285000', '141351.745000', '141352.205000', '141352.665000', '141353.125000', '141353.585000', '141354.045000', '141354.505000', '141354.965000', '141355.425000', '141355.885000', '141356.345000', '141356.805000', '141357.265000', '141357.725000', '141358.185000', '141358.645000', '141359.105000', '141359.565000', '141400.025000', '141400.485000', '141400.945000', '141401.405000', '141401.865000', '141402.325000', '141402.785000', '141403.245000', '141403.705000', '141404.165000', '141404.625000', '141405.085000', '141405.545000', '141406.005000', '141406.465000', '141406.925000', '141407.385000', '141407.845000', '141408.305000', '141408.765000', '141409.225000', '141409.685000', '141410.145000', '141410.605000', '141411.065000', '141411.525000', '141411.985000', '141412.445000', '141412.905000', '141413.365000', '141413.825000', '141414.285000', '141414.745000', '141415.205000', '141415.665000', '141416.125000', '141416.585000', '141417.045000', '141417.505000', '141417.965000', '141418.425000', '141418.885000', '141419.345000', '141419.805000', '141420.265000', '141420.725000', '141421.185000', '141421.645000', '141422.105000', '141422.565000', '141423.025000', '141423.485000', '141423.945000', '141424.405000', '141424.865000', '141425.325000', '141425.785000', '141426.245000', '141426.705000', '141427.165000', '141427.625000', '141428.085000', '141428.545000', '141429.005000', '141429.465000', '141429.925000', '141430.385000', '141430.845000', '141431.305000', '141431.765000', '141432.225000', '141432.685000', '141433.145000', '141433.605000', '141434.065000', '141434.525000', '141434.985000', '141435.445000', '141435.905000', '141436.365000', '141436.825000', '141437.285000', '141437.745000', '141438.205000', '141438.665000', '141439.125000', '141439.585000', '141440.045000', '141440.505000', '141440.965000', '141441.425000', '141441.885000', '141442.345000', '141442.805000', '141443.265000', '141443.725000', '141444.185000', '141444.645000', '141445.105000', '141445.565000', '141446.025000', '141446.485000', '141446.945000', '141447.405000', '141447.865000', '141448.325000', '141448.785000', '141449.245000', '141449.705000', '141450.165000', '141450.625000', '141451.085000', '141451.545000', '141452.005000', '141452.465000', '141452.925000', '141453.385000', '141453.845000', '141454.305000', '141454.765000', '141455.225000', '141455.685000', '141456.145000', '141456.605000', '141457.065000', '141457.525000', '141457.985000', '141458.445000', '141458.905000', '141459.365000', '141459.825000', '141500.285000', '141500.745000', '141501.205000', '141501.665000', '141502.125000', '141502.585000', '141503.045000', '141503.505000', '141503.965000', '141504.425000', '141504.885000', '141505.345000', '141505.805000', '141506.265000', '141506.725000', '141507.185000', '141507.645000', '141508.105000', '141508.565000', '141509.025000', '141509.485000', '141509.945000', '141510.405000', '141510.865000', '141511.325000', '141511.785000', '141512.245000', '141512.705000', '141513.165000', '141513.625000', '141514.085000', '141514.545000', '141515.005000', '141515.465000', '141515.925000', '141516.385000', '141516.845000', '141517.305000', '141517.765000', '141518.225000', '141518.685000', '141519.145000', '141519.605000', '141520.065000', '141520.525000', '141520.985000', '141521.445000', '141521.905000', '141522.365000', '141522.825000', '141523.285000', '141523.745000', '141524.205000', '141524.665000', '141525.125000', '141525.585000', '141526.045000', '141526.505000', '141526.965000', '141527.425000', '141527.885000', '141528.345000', '141528.805000', '141529.265000', '141529.725000', '141530.185000', '141530.645000', '141531.105000', '141531.565000', '141532.025000', '141532.485000', '141532.945000', '141533.405000', '141533.865000', '141534.325000', '141534.785000', '141535.245000', '141535.705000', '141536.165000', '141536.625000', '141537.085000', '141537.545000', '141538.005000', '141538.465000', '141538.925000', '141539.385000', '141539.845000', '141540.305000', '141540.765000', '141541.225000', '141541.685000', '141542.145000', '141542.605000', '141543.065000', '141543.525000', '141543.985000', '141544.445000', '141544.905000', '141545.365000', '141545.825000', '141546.285000', '141546.745000', '141547.205000', '141547.665000', '141548.125000', '141548.585000', '141549.045000', '141549.505000', '141549.965000', '141550.425000', '141550.885000', '141551.345000', '141551.805000', '141552.265000', '141552.725000', '141553.185000', '141553.645000', '141554.105000', '141554.565000', '141555.025000', '141555.485000', '141555.945000', '141556.405000', '141556.865000', '141557.325000', '141557.785000', '141558.245000', '141558.705000', '141559.165000', '141559.625000', '141600.085000', '141600.545000', '141601.005000', '141601.465000', '141601.925000', '141602.385000', '141602.845000', '141603.305000', '141603.765000', '141604.225000', '141604.685000', '141605.145000', '141605.605000', '141606.065000', '141606.525000', '141606.985000', '141607.445000', '141607.905000', '141608.365000', '141608.825000', '141609.285000', '141609.745000', '141610.205000', '141610.665000', '141611.125000', '141611.585000', '141612.045000', '141612.505000', '141612.965000', '141613.425000', '141613.885000', '141614.345000', '141614.805000', '141615.265000', '141615.725000', '141616.185000', '141616.645000', '141617.105000', '141617.565000', '141618.025000', '141618.485000', '141618.945000', '141619.405000', '141619.865000', '141620.325000', '141620.785000', '141621.245000', '141621.705000', '141622.165000', '141622.625000', '141623.085000', '141623.545000', '141624.005000', '141624.465000', '141624.925000', '141625.385000', '141625.845000', '141626.305000', '141626.765000', '141627.225000', '141627.685000', '141628.145000', '141628.605000', '141629.065000', '141629.525000', '141629.985000', '141630.445000', '141630.905000', '141631.365000', '141631.825000', '141632.285000', '141632.745000', '141633.205000', '141633.665000', '141634.125000', '141634.585000', '141635.045000', '141635.505000', '141635.965000', '141636.425000', '141636.885000', '141637.345000', '141637.805000', '141638.265000', '141638.725000', '141639.185000', '141639.645000', '141640.105000', '141640.565000', '141641.025000', '141641.485000', '141641.945000', '141642.405000', '141642.865000', '141643.325000', '141643.785000', '141644.245000', '141644.705000', '141645.165000', '141645.625000', '141646.085000', '141646.545000', '141647.005000', '141647.465000', '141647.925000', '141648.385000', '141648.845000', '141649.305000', '141649.765000', '141650.225000', '141650.685000', '141651.145000', '141651.605000', '141652.065000', '141652.525000', '141652.985000', '141653.445000', '141653.905000', '141654.365000', '141654.825000', '141655.285000', '141655.745000', '141656.205000', '141656.665000', '141657.125000', '141657.585000', '141658.045000', '141658.505000', '141658.965000', '141659.425000', '141659.885000', '141700.345000', '141700.805000', '141701.265000', '141701.725000', '141702.185000', '141702.645000', '141703.105000', '141703.565000', '141704.025000', '141704.485000', '141704.945000', '141705.405000', '141705.865000', '141706.325000', '141706.785000', '141707.245000', '141707.705000', '141708.165000', '141708.625000', '141709.085000', '141709.545000', '141710.005000', '141710.465000', '141710.925000', '141711.385000', '141711.845000', '141712.305000', '141712.765000', '141713.225000', '141713.685000', '141714.145000', '141714.605000', '141715.065000', '141715.525000', '141715.985000', '141716.445000', '141716.905000', '141717.365000', '141717.825000', '141718.285000', '141718.745000', '141719.205000', '141719.665000', '141720.125000', '141720.585000', '141721.045000', '141721.505000', '141721.965000', '141722.425000', '141722.885000', '141723.345000', '141723.805000', '141724.265000', '141724.725000', '141725.185000', '141725.645000', '141726.105000', '141726.565000', '141727.025000', '141727.485000', '141727.945000', '141728.405000', '141728.865000', '141729.325000', '141729.785000', '141730.245000', '141730.705000', '141731.165000', '141731.625000', '141732.085000', '141732.545000', '141733.005000', '141733.465000', '141733.925000', '141734.385000', '141734.845000', '141735.305000', '141735.765000', '141736.225000', '141736.685000', '141737.145000', '141737.605000', '141738.065000', '141738.525000', '141738.985000', '141739.445000', '141739.905000', '141740.365000', '141740.825000', '141741.285000', '141741.745000', '141742.205000', '141742.665000', '141743.125000', '141743.585000', '141744.045000', '141744.505000', '141744.965000', '141745.425000', '141745.885000', '141746.345000', '141746.805000', '141747.265000', '141747.725000', '141748.185000', '141748.645000', '141749.105000', '141749.565000', '141750.025000', '141750.485000', '141750.945000', '141751.405000', '141751.865000', '141752.325000', '141752.785000', '141753.245000', '141753.705000', '141754.165000', '141754.625000', '141755.085000', '141755.545000', '141756.005000', '141756.465000', '141756.925000', '141757.385000', '141757.845000', '141758.305000', '141758.765000', '141759.225000', '141759.685000', '141800.145000', '141800.605000', '141801.065000', '141801.525000', '141801.985000', '141802.445000', '141802.905000', '141803.365000', '141803.825000', '141804.285000', '141804.745000', '141805.205000', '141805.665000', '141806.125000', '141806.585000', '141807.045000', '141807.505000', '141807.965000', '141808.425000', '141808.885000', '141809.345000', '141809.805000', '141810.265000', '141810.725000', '141811.185000', '141811.645000', '141812.105000', '141812.565000', '141813.025000', '141813.485000', '141813.945000', '141814.405000', '141814.865000', '141815.325000', '141815.785000', '141816.245000', '141816.705000', '141817.165000', '141817.625000', '141818.085000', '141818.545000', '141819.005000', '141819.465000', '141819.925000', '141820.385000', '141820.845000', '141821.305000', '141821.765000', '141822.225000', '141822.685000', '141823.145000', '141823.605000', '141824.065000', '141824.525000', '141824.985000', '141825.445000', '141825.905000', '141826.365000', '141826.825000', '141827.285000', '141827.745000', '141828.205000', '141828.665000', '141829.125000', '141829.585000', '141830.045000', '141830.505000', '141830.965000', '141831.425000', '141831.885000', '141832.345000', '141832.805000', '141833.265000', '141833.725000', '141834.185000', '141834.645000', '141835.105000', '141835.565000', '141836.025000', '141836.485000', '141836.945000', '141837.405000', '141837.865000', '141838.325000', '141838.785000', '141839.245000', '141839.705000', '141840.165000', '141840.625000', '141841.085000', '141841.545000', '141842.005000', '141842.465000', '141842.925000', '141843.385000', '141843.845000', '141844.305000', '141844.765000', '141845.225000', '141845.685000', '141846.145000', '141846.605000', '141847.065000'], 'ContentTime': ['140907.554000', '140907.557000', '140907.560000', '140907.566000', '140907.569000', '140907.571000', '140907.574000', '140907.576000', '140907.579000', '140907.582000', '140907.584000', '140907.587000', '140907.590000', '140907.592000', '140907.595000', '140907.597000', '140907.600000', '140907.603000', '140907.605000', '140907.608000', '140907.610000', '140907.613000', '140907.615000', '140907.618000', '140907.621000', '140907.623000', '140907.626000', '140907.629000', '140907.631000', '140907.634000', '140907.636000', '140907.639000', '140907.641000', '140907.644000', '140907.647000', '140907.649000', '140907.652000', '140907.654000', '140907.657000', '140907.660000', '140907.662000', '140907.665000', '140907.667000', '140907.670000', '140907.673000', '140907.675000', '140907.678000', '140907.686000', '140907.689000', '140907.691000', '140907.694000', '140907.696000', '140907.699000', '140907.702000', '140907.704000', '140907.707000', '140907.709000', '140907.718000', '140907.721000', '140927.524000', '140927.526000', '140927.530000', '140927.533000', '140927.536000', '140927.538000', '140927.541000', '140927.543000', '140927.546000', '140927.549000', '140927.585000', '140927.588000', '140927.590000', '140927.593000', '140927.595000', '140927.598000', '140927.601000', '140927.603000', '140927.606000', '140927.609000', '140927.611000', '140927.614000', '140927.616000', '140927.619000', '140927.621000', '140927.624000', '140927.627000', '140927.629000', '140927.632000', '140927.634000', '140927.637000', '140927.640000', '140927.642000', '140927.645000', '140927.647000', '140927.650000', '140927.653000', '140927.655000', '140927.658000', '140927.660000', '140927.663000', '140927.665000', '140927.668000', '140947.523000', '140947.526000', '140947.529000', '140947.531000', '140947.534000', '140947.537000', '140947.539000', '140947.542000', '140947.544000', '140947.547000', '140947.550000', '140947.552000', '140947.555000', '140947.557000', '140947.560000', '140947.563000', '140947.565000', '140947.568000', '140947.570000', '140947.573000', '140947.576000', '140947.578000', '140947.581000', '140947.583000', '140947.586000', '140947.589000', '140947.591000', '140947.594000', '140947.596000', '140947.599000', '140947.602000', '140947.604000', '140947.607000', '140947.610000', '140947.612000', '140947.615000', '140947.617000', '140947.620000', '140947.622000', '140947.625000', '140947.628000', '140947.630000', '140947.633000', '140947.635000', '141007.524000', '141007.527000', '141007.530000', '141007.532000', '141007.535000', '141007.538000', '141007.548000', '141007.551000', '141007.553000', '141007.556000', '141007.559000', '141007.561000', '141007.564000', '141007.566000', '141007.569000', '141007.572000', '141007.574000', '141007.577000', '141007.580000', '141007.582000', '141007.585000', '141007.587000', '141007.590000', '141007.592000', '141007.595000', '141007.598000', '141007.600000', '141007.603000', '141007.605000', '141007.608000', '141007.611000', '141007.613000', '141007.616000', '141007.618000', '141007.623000', '141007.626000', '141007.628000', '141007.631000', '141007.634000', '141007.636000', '141007.639000', '141007.641000', '141007.644000', '141027.524000', '141027.527000', '141027.530000', '141027.532000', '141027.535000', '141027.538000', '141027.540000', '141027.543000', '141027.545000', '141027.548000', '141027.551000', '141027.553000', '141027.556000', '141027.558000', '141027.561000', '141027.564000', '141027.566000', '141027.569000', '141027.571000', '141027.574000', '141027.577000', '141027.579000', '141027.582000', '141027.585000', '141027.587000', '141027.590000', '141027.592000', '141027.595000', '141027.598000', '141027.600000', '141027.603000', '141027.605000', '141027.608000', '141027.611000', '141027.613000', '141027.616000', '141027.619000', '141027.621000', '141027.624000', '141027.626000', '141027.629000', '141027.632000', '141027.634000', '141027.637000', '141047.524000', '141047.527000', '141047.530000', '141047.532000', '141047.535000', '141047.549000', '141047.552000', '141047.554000', '141047.557000', '141047.559000', '141047.562000', '141047.565000', '141047.567000', '141047.570000', '141047.572000', '141047.575000', '141047.578000', '141047.580000', '141047.583000', '141047.586000', '141047.589000', '141047.592000', '141047.595000', '141047.597000', '141047.600000', '141047.602000', '141047.605000', '141047.608000', '141047.610000', '141047.613000', '141047.615000', '141047.618000', '141047.621000', '141047.623000', '141047.626000', '141047.628000', '141047.631000', '141047.634000', '141047.636000', '141047.639000', '141047.641000', '141047.644000', '141047.647000', '141107.524000', '141107.527000', '141107.529000', '141107.532000', '141107.534000', '141107.537000', '141107.582000', '141107.585000', '141107.587000', '141107.590000', '141107.592000', '141107.595000', '141107.598000', '141107.600000', '141107.603000', '141107.606000', '141107.608000', '141107.611000', '141107.613000', '141107.616000', '141107.619000', '141107.621000', '141107.624000', '141107.626000', '141107.629000', '141107.631000', '141107.635000', '141107.637000', '141107.640000', '141107.642000', '141107.645000', '141107.648000', '141107.650000', '141107.653000', '141107.655000', '141107.658000', '141107.661000', '141107.663000', '141107.666000', '141107.668000', '141107.671000', '141107.674000', '141107.676000', '141107.679000', '141127.523000', '141127.526000', '141127.529000', '141127.531000', '141127.534000', '141127.537000', '141127.539000', '141127.542000', '141127.545000', '141127.547000', '141127.550000', '141127.552000', '141127.562000', '141127.565000', '141127.567000', '141127.570000', '141127.573000', '141127.576000', '141127.578000', '141127.581000', '141127.583000', '141127.586000', '141127.589000', '141127.591000', '141127.594000', '141127.597000', '141127.599000', '141127.602000', '141127.605000', '141127.608000', '141127.610000', '141127.613000', '141127.616000', '141127.618000', '141127.621000', '141127.624000', '141127.627000', '141127.629000', '141127.632000', '141127.634000', '141127.637000', '141127.640000', '141127.642000', '141147.523000', '141147.526000', '141147.529000', '141147.531000', '141147.534000', '141147.537000', '141147.539000', '141147.542000', '141147.544000', '141147.547000', '141147.550000', '141147.552000', '141147.555000', '141147.557000', '141147.560000', '141147.562000', '141147.565000', '141147.568000', '141147.570000', '141147.573000', '141147.576000', '141147.578000', '141147.581000', '141147.583000', '141147.586000', '141147.589000', '141147.591000', '141147.594000', '141147.596000', '141147.599000', '141147.602000', '141147.604000', '141147.607000', '141147.609000', '141147.612000', '141147.615000', '141147.617000', '141147.620000', '141147.622000', '141147.625000', '141147.628000', '141147.630000', '141147.633000', '141147.635000', '141207.524000', '141207.526000', '141207.529000', '141207.532000', '141207.534000', '141207.537000', '141207.539000', '141207.542000', '141207.545000', '141207.547000', '141207.550000', '141207.552000', '141207.555000', '141207.558000', '141207.560000', '141207.563000', '141207.565000', '141207.568000', '141207.571000', '141207.573000', '141207.576000', '141207.578000', '141207.581000', '141207.583000', '141207.586000', '141207.589000', '141207.591000', '141207.594000', '141207.596000', '141207.599000', '141207.602000', '141207.604000', '141207.607000', '141207.609000', '141207.612000', '141207.615000', '141207.617000', '141207.620000', '141207.622000', '141207.625000', '141207.627000', '141207.630000', '141207.633000', '141227.524000', '141227.527000', '141227.530000', '141227.533000', '141227.535000', '141227.538000', '141227.541000', '141227.543000', '141227.546000', '141227.548000', '141227.551000', '141227.554000', '141227.556000', '141227.559000', '141227.561000', '141227.564000', '141227.567000', '141227.569000', '141227.572000', '141227.575000', '141227.577000', '141227.580000', '141227.582000', '141227.585000', '141227.587000', '141227.590000', '141227.593000', '141227.595000', '141227.598000', '141227.600000', '141227.603000', '141227.606000', '141227.608000', '141227.611000', '141227.614000', '141227.616000', '141227.619000', '141227.621000', '141227.624000', '141227.626000', '141227.629000', '141227.632000', '141227.634000', '141227.637000', '141247.544000', '141247.547000', '141247.565000', '141247.567000', '141247.570000', '141247.573000', '141247.575000', '141247.578000', '141247.580000', '141247.583000', '141247.586000', '141247.588000', '141247.591000', '141247.593000', '141247.596000', '141247.599000', '141247.601000', '141247.604000', '141247.606000', '141247.609000', '141247.612000', '141247.614000', '141247.617000', '141247.619000', '141247.622000', '141247.625000', '141247.627000', '141247.630000', '141247.632000', '141247.635000', '141247.637000', '141247.640000', '141247.643000', '141247.645000', '141247.648000', '141247.650000', '141247.653000', '141247.656000', '141247.659000', '141247.662000', '141247.665000', '141247.668000', '141247.670000', '141307.524000', '141307.527000', '141307.530000', '141307.533000', '141307.535000', '141307.538000', '141307.540000', '141307.543000', '141307.546000', '141307.548000', '141307.551000', '141307.553000', '141307.556000', '141307.558000', '141307.561000', '141307.564000', '141307.566000', '141307.569000', '141307.571000', '141307.574000', '141307.577000', '141307.579000', '141307.582000', '141307.584000', '141307.587000', '141307.589000', '141307.592000', '141307.595000', '141307.597000', '141307.600000', '141307.602000', '141307.605000', '141307.608000', '141307.610000', '141307.613000', '141307.615000', '141307.618000', '141307.621000', '141307.623000', '141307.626000', '141307.628000', '141307.631000', '141307.633000', '141307.636000', '141327.524000', '141327.526000', '141327.529000', '141327.532000', '141327.534000', '141327.537000', '141327.539000', '141327.542000', '141327.545000', '141327.547000', '141327.550000', '141327.552000', '141327.555000', '141327.558000', '141327.560000', '141327.563000', '141327.565000', '141327.568000', '141327.571000', '141327.573000', '141327.576000', '141327.578000', '141327.581000', '141327.584000', '141327.586000', '141327.589000', '141327.591000', '141327.594000', '141327.597000', '141327.599000', '141327.602000', '141327.604000', '141327.607000', '141327.609000', '141327.612000', '141327.615000', '141327.617000', '141327.620000', '141327.622000', '141327.625000', '141327.627000', '141327.630000', '141327.633000', '141347.523000', '141347.526000', '141347.529000', '141347.531000', '141347.534000', '141347.537000', '141347.539000', '141347.542000', '141347.544000', '141347.547000', '141347.550000', '141347.552000', '141347.555000', '141347.558000', '141347.560000', '141347.563000', '141347.566000', '141347.568000', '141347.571000', '141347.573000', '141347.576000', '141347.579000', '141347.581000', '141347.584000', '141347.586000', '141347.589000', '141347.591000', '141347.594000', '141347.597000', '141347.599000', '141347.602000', '141347.605000', '141347.607000', '141347.610000', '141347.612000', '141347.615000', '141347.618000', '141347.620000', '141347.623000', '141347.625000', '141347.628000', '141347.630000', '141347.633000', '141407.524000', '141407.526000', '141407.529000', '141407.532000', '141407.534000', '141407.537000', '141407.539000', '141407.542000', '141407.545000', '141407.547000', '141407.550000', '141407.553000', '141407.555000', '141407.558000', '141407.560000', '141407.563000', '141407.571000', '141407.574000', '141407.577000', '141407.579000', '141407.582000', '141407.584000', '141407.587000', '141407.589000', '141407.592000', '141407.595000', '141407.597000', '141407.600000', '141407.603000', '141407.605000', '141407.608000', '141407.610000', '141407.613000', '141407.615000', '141407.618000', '141407.621000', '141407.629000', '141407.632000', '141407.634000', '141407.637000', '141407.640000', '141407.643000', '141407.645000', '141407.648000', '141427.524000', '141427.526000', '141427.529000', '141427.532000', '141427.535000', '141427.537000', '141427.540000', '141427.542000', '141427.545000', '141427.548000', '141427.550000', '141427.553000', '141427.556000', '141427.558000', '141427.561000', '141427.563000', '141427.566000', '141427.569000', '141427.571000', '141427.574000', '141427.577000', '141427.579000', '141427.582000', '141427.584000', '141427.587000', '141427.590000', '141427.592000', '141427.595000', '141427.598000', '141427.600000', '141427.603000', '141427.606000', '141427.608000', '141427.611000', '141427.613000', '141427.616000', '141427.619000', '141427.621000', '141427.624000', '141427.626000', '141427.629000', '141427.632000', '141427.634000', '141427.637000', '141447.525000', '141447.527000', '141447.530000', '141447.533000', '141447.535000', '141447.538000', '141447.540000', '141447.543000', '141447.546000', '141447.548000', '141447.551000', '141447.554000', '141447.556000', '141447.559000', '141447.561000', '141447.564000', '141447.567000', '141447.569000', '141447.572000', '141447.574000', '141447.577000', '141447.580000', '141447.582000', '141447.585000', '141447.587000', '141447.590000', '141447.593000', '141447.595000', '141447.598000', '141447.601000', '141447.603000', '141447.606000', '141447.608000', '141447.611000', '141447.613000', '141447.616000', '141447.619000', '141447.621000', '141447.624000', '141447.626000', '141447.629000', '141447.632000', '141447.634000', '141507.524000', '141507.527000', '141507.531000', '141507.534000', '141507.536000', '141507.539000', '141507.542000', '141507.545000', '141507.548000', '141507.550000', '141507.553000', '141507.556000', '141507.558000', '141507.561000', '141507.564000', '141507.566000', '141507.569000', '141507.571000', '141507.574000', '141507.577000', '141507.579000', '141507.582000', '141507.585000', '141507.587000', '141507.590000', '141507.593000', '141507.595000', '141507.598000', '141507.601000', '141507.603000', '141507.606000', '141507.608000', '141507.611000', '141507.614000', '141507.616000', '141507.619000', '141507.621000', '141507.624000', '141507.626000', '141507.629000', '141507.632000', '141507.634000', '141507.637000', '141527.525000', '141527.527000', '141527.530000', '141527.533000', '141527.535000', '141527.538000', '141527.540000', '141527.543000', '141527.546000', '141527.548000', '141527.551000', '141527.553000', '141527.556000', '141527.559000', '141527.561000', '141527.564000', '141527.566000', '141527.569000', '141527.572000', '141527.574000', '141527.577000', '141527.579000', '141527.582000', '141527.585000', '141527.613000', '141527.616000', '141527.619000', '141527.621000', '141527.624000', '141527.626000', '141527.629000', '141527.632000', '141527.634000', '141527.637000', '141527.639000', '141527.642000', '141527.645000', '141527.647000', '141527.650000', '141527.653000', '141527.655000', '141527.658000', '141527.660000', '141527.663000', '141547.523000', '141547.526000', '141547.529000', '141547.531000', '141547.534000', '141547.537000', '141547.539000', '141547.542000', '141547.544000', '141547.547000', '141547.550000', '141547.552000', '141547.555000', '141547.557000', '141547.560000', '141547.563000', '141547.565000', '141547.568000', '141547.570000', '141547.573000', '141547.576000', '141547.578000', '141547.581000', '141547.583000', '141547.586000', '141547.589000', '141547.591000', '141547.594000', '141547.596000', '141547.599000', '141547.602000', '141547.605000', '141547.607000', '141547.610000', '141547.612000', '141547.615000', '141547.618000', '141547.620000', '141547.623000', '141547.625000', '141547.628000', '141547.631000', '141547.633000', '141607.523000', '141607.526000', '141607.529000', '141607.532000', '141607.534000', '141607.537000', '141607.540000', '141607.542000', '141607.545000', '141607.547000', '141607.550000', '141607.553000', '141607.555000', '141607.558000', '141607.561000', '141607.563000', '141607.566000', '141607.569000', '141607.571000', '141607.574000', '141607.577000', '141607.579000', '141607.582000', '141607.585000', '141607.587000', '141607.590000', '141607.593000', '141607.595000', '141607.598000', '141607.601000', '141607.603000', '141607.606000', '141607.608000', '141607.611000', '141607.614000', '141607.616000', '141607.619000', '141607.621000', '141607.624000', '141607.627000', '141607.630000', '141607.632000', '141607.635000', '141607.637000', '141627.524000', '141627.527000', '141627.529000', '141627.532000', '141627.535000', '141627.537000', '141627.540000', '141627.543000', '141627.546000', '141627.548000', '141627.551000', '141627.553000', '141627.556000', '141627.559000', '141627.561000', '141627.564000', '141627.567000', '141627.569000', '141627.572000', '141627.575000', '141627.578000', '141627.581000', '141627.584000', '141627.586000', '141627.589000', '141627.592000', '141627.594000', '141627.597000', '141627.600000', '141627.602000', '141627.605000', '141627.607000', '141627.610000', '141627.613000', '141627.615000', '141627.618000', '141627.621000', '141627.623000', '141627.626000', '141627.629000', '141627.631000', '141627.634000', '141627.637000', '141647.524000', '141647.526000', '141647.529000', '141647.532000', '141647.535000', '141647.537000', '141647.540000', '141647.543000', '141647.545000', '141647.548000', '141647.551000', '141647.553000', '141647.556000', '141647.559000', '141647.561000', '141647.564000', '141647.566000', '141647.569000', '141647.572000', '141647.574000', '141647.577000', '141647.587000', '141647.589000', '141647.592000', '141647.595000', '141647.597000', '141647.600000', '141647.603000', '141647.605000', '141647.608000', '141647.610000', '141647.613000', '141647.616000', '141647.618000', '141647.621000', '141647.623000', '141647.626000', '141647.629000', '141647.631000', '141647.634000', '141647.636000', '141647.639000', '141647.642000', '141647.644000', '141707.525000', '141707.528000', '141707.531000', '141707.533000', '141707.536000', '141707.539000', '141707.541000', '141707.544000', '141707.546000', '141707.549000', '141707.552000', '141707.554000', '141707.557000', '141707.559000', '141707.562000', '141707.565000', '141707.567000', '141707.570000', '141707.572000', '141707.575000', '141707.578000', '141707.580000', '141707.583000', '141707.585000', '141707.588000', '141707.591000', '141707.593000', '141707.596000', '141707.599000', '141707.601000', '141707.604000', '141707.607000', '141707.609000', '141707.612000', '141707.615000', '141707.617000', '141707.620000', '141707.622000', '141707.625000', '141707.628000', '141707.630000', '141707.633000', '141707.635000', '141727.525000', '141727.528000', '141727.530000', '141727.533000', '141727.536000', '141727.538000', '141727.541000', '141727.543000', '141727.546000', '141727.549000', '141727.551000', '141727.554000', '141727.557000', '141727.559000', '141727.562000', '141727.564000', '141727.567000', '141727.570000', '141727.572000', '141727.575000', '141727.577000', '141727.580000', '141727.583000', '141727.585000', '141727.588000', '141727.590000', '141727.593000', '141727.596000', '141727.598000', '141727.601000', '141727.604000', '141727.606000', '141727.609000', '141727.611000', '141727.614000', '141727.617000', '141727.619000', '141727.622000', '141727.624000', '141727.627000', '141727.630000', '141727.632000', '141727.635000', '141727.638000', '141747.524000', '141747.527000', '141747.530000', '141747.533000', '141747.535000', '141747.538000', '141747.540000', '141747.543000', '141747.546000', '141747.548000', '141747.551000', '141747.553000', '141747.556000', '141747.559000', '141747.561000', '141747.564000', '141747.566000', '141747.569000', '141747.572000', '141747.574000', '141747.577000', '141747.579000', '141747.582000', '141747.585000', '141747.587000', '141747.590000', '141747.593000', '141747.595000', '141747.598000', '141747.601000', '141747.603000', '141747.606000', '141747.609000', '141747.611000', '141747.614000', '141747.616000', '141747.620000', '141747.623000', '141747.625000', '141747.628000', '141747.631000', '141747.633000', '141747.636000', '141807.523000', '141807.526000', '141807.529000', '141807.532000', '141807.534000', '141807.537000', '141807.539000', '141807.542000', '141807.545000', '141807.547000', '141807.550000', '141807.552000', '141807.555000', '141807.558000', '141807.560000', '141807.563000', '141807.565000', '141807.572000', '141807.574000', '141807.577000', '141807.579000', '141807.582000', '141807.585000', '141807.587000', '141807.590000', '141807.593000', '141807.595000', '141807.598000', '141807.601000', '141807.603000', '141807.606000', '141807.608000', '141807.611000', '141807.614000', '141807.616000', '141807.619000', '141807.622000', '141807.624000', '141807.627000', '141807.630000', '141807.632000', '141807.635000', '141807.637000', '141807.640000', '141827.524000', '141827.527000', '141827.529000', '141827.532000', '141827.535000', '141827.537000', '141827.540000', '141827.542000', '141827.545000', '141827.548000', '141827.550000', '141827.553000', '141827.555000', '141827.558000', '141827.561000', '141827.563000', '141827.566000', '141827.568000', '141827.571000', '141827.574000', '141827.576000', '141827.579000', '141827.582000', '141827.585000', '141827.588000', '141827.591000', '141827.593000', '141827.596000', '141827.599000', '141827.602000', '141827.604000', '141827.607000', '141827.610000', '141827.612000', '141827.615000', '141827.617000', '141827.620000', '141827.623000', '141827.625000', '141827.628000', '141827.631000', '141827.633000', '141827.636000', '141847.524000', '141847.527000', '141847.529000', '141847.532000', '141847.534000', '141847.537000', '141847.540000', '141847.542000', '141847.545000', '141847.547000', '141847.550000', '141847.553000', '141847.555000', '141847.558000', '141847.560000', '141847.563000', '141847.566000', '141847.568000', '141847.571000', '141847.573000', '141847.576000', '141847.579000', '141847.581000', '141847.584000', '141847.586000', '141847.589000', '141847.592000', '141847.594000', '141847.597000', '141847.600000', '141847.602000', '141847.605000', '141847.607000', '141847.610000', '141847.613000', '141847.615000', '141847.618000', '141847.620000', '141847.623000', '141847.626000', '141847.628000', '141847.631000', '141847.633000', '141847.636000', '141848.289000', '141848.299000'], 'InstanceCreationTime': ['140907.554000', '140907.557000', '140907.560000', '140907.566000', '140907.569000', '140907.571000', '140907.574000', '140907.576000', '140907.579000', '140907.582000', '140907.584000', '140907.587000', '140907.590000', '140907.592000', '140907.595000', '140907.597000', '140907.600000', '140907.603000', '140907.605000', '140907.608000', '140907.610000', '140907.613000', '140907.615000', '140907.618000', '140907.621000', '140907.623000', '140907.626000', '140907.629000', '140907.631000', '140907.634000', '140907.636000', '140907.639000', '140907.641000', '140907.644000', '140907.647000', '140907.649000', '140907.652000', '140907.654000', '140907.657000', '140907.660000', '140907.662000', '140907.665000', '140907.667000', '140907.670000', '140907.673000', '140907.675000', '140907.678000', '140907.686000', '140907.689000', '140907.691000', '140907.694000', '140907.696000', '140907.699000', '140907.702000', '140907.704000', '140907.707000', '140907.709000', '140907.718000', '140907.721000', '140927.524000', '140927.526000', '140927.530000', '140927.533000', '140927.536000', '140927.538000', '140927.541000', '140927.543000', '140927.546000', '140927.549000', '140927.585000', '140927.588000', '140927.590000', '140927.593000', '140927.595000', '140927.598000', '140927.601000', '140927.603000', '140927.606000', '140927.609000', '140927.611000', '140927.614000', '140927.616000', '140927.619000', '140927.621000', '140927.624000', '140927.627000', '140927.629000', '140927.632000', '140927.634000', '140927.637000', '140927.640000', '140927.642000', '140927.645000', '140927.647000', '140927.650000', '140927.653000', '140927.655000', '140927.658000', '140927.660000', '140927.663000', '140927.665000', '140927.668000', '140947.523000', '140947.526000', '140947.529000', '140947.531000', '140947.534000', '140947.537000', '140947.539000', '140947.542000', '140947.544000', '140947.547000', '140947.550000', '140947.552000', '140947.555000', '140947.557000', '140947.560000', '140947.563000', '140947.565000', '140947.568000', '140947.570000', '140947.573000', '140947.576000', '140947.578000', '140947.581000', '140947.583000', '140947.586000', '140947.589000', '140947.591000', '140947.594000', '140947.596000', '140947.599000', '140947.602000', '140947.604000', '140947.607000', '140947.610000', '140947.612000', '140947.615000', '140947.617000', '140947.620000', '140947.622000', '140947.625000', '140947.628000', '140947.630000', '140947.633000', '140947.635000', '141007.524000', '141007.527000', '141007.530000', '141007.532000', '141007.535000', '141007.538000', '141007.548000', '141007.551000', '141007.553000', '141007.556000', '141007.559000', '141007.561000', '141007.564000', '141007.566000', '141007.569000', '141007.572000', '141007.574000', '141007.577000', '141007.580000', '141007.582000', '141007.585000', '141007.587000', '141007.590000', '141007.592000', '141007.595000', '141007.598000', '141007.600000', '141007.603000', '141007.605000', '141007.608000', '141007.611000', '141007.613000', '141007.616000', '141007.618000', '141007.623000', '141007.626000', '141007.628000', '141007.631000', '141007.634000', '141007.636000', '141007.639000', '141007.641000', '141007.644000', '141027.524000', '141027.527000', '141027.530000', '141027.532000', '141027.535000', '141027.538000', '141027.540000', '141027.543000', '141027.545000', '141027.548000', '141027.551000', '141027.553000', '141027.556000', '141027.558000', '141027.561000', '141027.564000', '141027.566000', '141027.569000', '141027.571000', '141027.574000', '141027.577000', '141027.579000', '141027.582000', '141027.585000', '141027.587000', '141027.590000', '141027.592000', '141027.595000', '141027.598000', '141027.600000', '141027.603000', '141027.605000', '141027.608000', '141027.611000', '141027.613000', '141027.616000', '141027.619000', '141027.621000', '141027.624000', '141027.626000', '141027.629000', '141027.632000', '141027.634000', '141027.637000', '141047.524000', '141047.527000', '141047.530000', '141047.532000', '141047.535000', '141047.549000', '141047.552000', '141047.554000', '141047.557000', '141047.559000', '141047.562000', '141047.565000', '141047.567000', '141047.570000', '141047.572000', '141047.575000', '141047.578000', '141047.580000', '141047.583000', '141047.586000', '141047.589000', '141047.592000', '141047.595000', '141047.597000', '141047.600000', '141047.602000', '141047.605000', '141047.608000', '141047.610000', '141047.613000', '141047.615000', '141047.618000', '141047.621000', '141047.623000', '141047.626000', '141047.628000', '141047.631000', '141047.634000', '141047.636000', '141047.639000', '141047.641000', '141047.644000', '141047.647000', '141107.524000', '141107.527000', '141107.529000', '141107.532000', '141107.534000', '141107.537000', '141107.582000', '141107.585000', '141107.587000', '141107.590000', '141107.592000', '141107.595000', '141107.598000', '141107.600000', '141107.603000', '141107.606000', '141107.608000', '141107.611000', '141107.613000', '141107.616000', '141107.619000', '141107.621000', '141107.624000', '141107.626000', '141107.629000', '141107.631000', '141107.635000', '141107.637000', '141107.640000', '141107.642000', '141107.645000', '141107.648000', '141107.650000', '141107.653000', '141107.655000', '141107.658000', '141107.661000', '141107.663000', '141107.666000', '141107.668000', '141107.671000', '141107.674000', '141107.676000', '141107.679000', '141127.523000', '141127.526000', '141127.529000', '141127.531000', '141127.534000', '141127.537000', '141127.539000', '141127.542000', '141127.545000', '141127.547000', '141127.550000', '141127.552000', '141127.562000', '141127.565000', '141127.567000', '141127.570000', '141127.573000', '141127.576000', '141127.578000', '141127.581000', '141127.583000', '141127.586000', '141127.589000', '141127.591000', '141127.594000', '141127.597000', '141127.599000', '141127.602000', '141127.605000', '141127.608000', '141127.610000', '141127.613000', '141127.616000', '141127.618000', '141127.621000', '141127.624000', '141127.627000', '141127.629000', '141127.632000', '141127.634000', '141127.637000', '141127.640000', '141127.642000', '141147.523000', '141147.526000', '141147.529000', '141147.531000', '141147.534000', '141147.537000', '141147.539000', '141147.542000', '141147.544000', '141147.547000', '141147.550000', '141147.552000', '141147.555000', '141147.557000', '141147.560000', '141147.562000', '141147.565000', '141147.568000', '141147.570000', '141147.573000', '141147.576000', '141147.578000', '141147.581000', '141147.583000', '141147.586000', '141147.589000', '141147.591000', '141147.594000', '141147.596000', '141147.599000', '141147.602000', '141147.604000', '141147.607000', '141147.609000', '141147.612000', '141147.615000', '141147.617000', '141147.620000', '141147.622000', '141147.625000', '141147.628000', '141147.630000', '141147.633000', '141147.635000', '141207.524000', '141207.526000', '141207.529000', '141207.532000', '141207.534000', '141207.537000', '141207.539000', '141207.542000', '141207.545000', '141207.547000', '141207.550000', '141207.552000', '141207.555000', '141207.558000', '141207.560000', '141207.563000', '141207.565000', '141207.568000', '141207.571000', '141207.573000', '141207.576000', '141207.578000', '141207.581000', '141207.583000', '141207.586000', '141207.589000', '141207.591000', '141207.594000', '141207.596000', '141207.599000', '141207.602000', '141207.604000', '141207.607000', '141207.609000', '141207.612000', '141207.615000', '141207.617000', '141207.620000', '141207.622000', '141207.625000', '141207.627000', '141207.630000', '141207.633000', '141227.524000', '141227.527000', '141227.530000', '141227.533000', '141227.535000', '141227.538000', '141227.541000', '141227.543000', '141227.546000', '141227.548000', '141227.551000', '141227.554000', '141227.556000', '141227.559000', '141227.561000', '141227.564000', '141227.567000', '141227.569000', '141227.572000', '141227.575000', '141227.577000', '141227.580000', '141227.582000', '141227.585000', '141227.587000', '141227.590000', '141227.593000', '141227.595000', '141227.598000', '141227.600000', '141227.603000', '141227.606000', '141227.608000', '141227.611000', '141227.614000', '141227.616000', '141227.619000', '141227.621000', '141227.624000', '141227.626000', '141227.629000', '141227.632000', '141227.634000', '141227.637000', '141247.544000', '141247.547000', '141247.565000', '141247.567000', '141247.570000', '141247.573000', '141247.575000', '141247.578000', '141247.580000', '141247.583000', '141247.586000', '141247.588000', '141247.591000', '141247.593000', '141247.596000', '141247.599000', '141247.601000', '141247.604000', '141247.606000', '141247.609000', '141247.612000', '141247.614000', '141247.617000', '141247.619000', '141247.622000', '141247.625000', '141247.627000', '141247.630000', '141247.632000', '141247.635000', '141247.637000', '141247.640000', '141247.643000', '141247.645000', '141247.648000', '141247.650000', '141247.653000', '141247.656000', '141247.659000', '141247.662000', '141247.665000', '141247.668000', '141247.670000', '141307.524000', '141307.527000', '141307.530000', '141307.533000', '141307.535000', '141307.538000', '141307.540000', '141307.543000', '141307.546000', '141307.548000', '141307.551000', '141307.553000', '141307.556000', '141307.558000', '141307.561000', '141307.564000', '141307.566000', '141307.569000', '141307.571000', '141307.574000', '141307.577000', '141307.579000', '141307.582000', '141307.584000', '141307.587000', '141307.589000', '141307.592000', '141307.595000', '141307.597000', '141307.600000', '141307.602000', '141307.605000', '141307.608000', '141307.610000', '141307.613000', '141307.615000', '141307.618000', '141307.621000', '141307.623000', '141307.626000', '141307.628000', '141307.631000', '141307.633000', '141307.636000', '141327.524000', '141327.526000', '141327.529000', '141327.532000', '141327.534000', '141327.537000', '141327.539000', '141327.542000', '141327.545000', '141327.547000', '141327.550000', '141327.552000', '141327.555000', '141327.558000', '141327.560000', '141327.563000', '141327.565000', '141327.568000', '141327.571000', '141327.573000', '141327.576000', '141327.578000', '141327.581000', '141327.584000', '141327.586000', '141327.589000', '141327.591000', '141327.594000', '141327.597000', '141327.599000', '141327.602000', '141327.604000', '141327.607000', '141327.609000', '141327.612000', '141327.615000', '141327.617000', '141327.620000', '141327.622000', '141327.625000', '141327.627000', '141327.630000', '141327.633000', '141347.523000', '141347.526000', '141347.529000', '141347.531000', '141347.534000', '141347.537000', '141347.539000', '141347.542000', '141347.544000', '141347.547000', '141347.550000', '141347.552000', '141347.555000', '141347.558000', '141347.560000', '141347.563000', '141347.566000', '141347.568000', '141347.571000', '141347.573000', '141347.576000', '141347.579000', '141347.581000', '141347.584000', '141347.586000', '141347.589000', '141347.591000', '141347.594000', '141347.597000', '141347.599000', '141347.602000', '141347.605000', '141347.607000', '141347.610000', '141347.612000', '141347.615000', '141347.618000', '141347.620000', '141347.623000', '141347.625000', '141347.628000', '141347.630000', '141347.633000', '141407.524000', '141407.526000', '141407.529000', '141407.532000', '141407.534000', '141407.537000', '141407.539000', '141407.542000', '141407.545000', '141407.547000', '141407.550000', '141407.553000', '141407.555000', '141407.558000', '141407.560000', '141407.563000', '141407.571000', '141407.574000', '141407.577000', '141407.579000', '141407.582000', '141407.584000', '141407.587000', '141407.589000', '141407.592000', '141407.595000', '141407.597000', '141407.600000', '141407.603000', '141407.605000', '141407.608000', '141407.610000', '141407.613000', '141407.615000', '141407.618000', '141407.621000', '141407.629000', '141407.632000', '141407.634000', '141407.637000', '141407.640000', '141407.643000', '141407.645000', '141407.648000', '141427.524000', '141427.526000', '141427.529000', '141427.532000', '141427.535000', '141427.537000', '141427.540000', '141427.542000', '141427.545000', '141427.548000', '141427.550000', '141427.553000', '141427.556000', '141427.558000', '141427.561000', '141427.563000', '141427.566000', '141427.569000', '141427.571000', '141427.574000', '141427.577000', '141427.579000', '141427.582000', '141427.584000', '141427.587000', '141427.590000', '141427.592000', '141427.595000', '141427.598000', '141427.600000', '141427.603000', '141427.606000', '141427.608000', '141427.611000', '141427.613000', '141427.616000', '141427.619000', '141427.621000', '141427.624000', '141427.626000', '141427.629000', '141427.632000', '141427.634000', '141427.637000', '141447.525000', '141447.527000', '141447.530000', '141447.533000', '141447.535000', '141447.538000', '141447.540000', '141447.543000', '141447.546000', '141447.548000', '141447.551000', '141447.554000', '141447.556000', '141447.559000', '141447.561000', '141447.564000', '141447.567000', '141447.569000', '141447.572000', '141447.574000', '141447.577000', '141447.580000', '141447.582000', '141447.585000', '141447.587000', '141447.590000', '141447.593000', '141447.595000', '141447.598000', '141447.601000', '141447.603000', '141447.606000', '141447.608000', '141447.611000', '141447.613000', '141447.616000', '141447.619000', '141447.621000', '141447.624000', '141447.626000', '141447.629000', '141447.632000', '141447.634000', '141507.524000', '141507.527000', '141507.531000', '141507.534000', '141507.536000', '141507.539000', '141507.542000', '141507.545000', '141507.548000', '141507.550000', '141507.553000', '141507.556000', '141507.558000', '141507.561000', '141507.564000', '141507.566000', '141507.569000', '141507.571000', '141507.574000', '141507.577000', '141507.579000', '141507.582000', '141507.585000', '141507.587000', '141507.590000', '141507.593000', '141507.595000', '141507.598000', '141507.601000', '141507.603000', '141507.606000', '141507.608000', '141507.611000', '141507.614000', '141507.616000', '141507.619000', '141507.621000', '141507.624000', '141507.626000', '141507.629000', '141507.632000', '141507.634000', '141507.637000', '141527.525000', '141527.527000', '141527.530000', '141527.533000', '141527.535000', '141527.538000', '141527.540000', '141527.543000', '141527.546000', '141527.548000', '141527.551000', '141527.553000', '141527.556000', '141527.559000', '141527.561000', '141527.564000', '141527.566000', '141527.569000', '141527.572000', '141527.574000', '141527.577000', '141527.579000', '141527.582000', '141527.585000', '141527.613000', '141527.616000', '141527.619000', '141527.621000', '141527.624000', '141527.626000', '141527.629000', '141527.632000', '141527.634000', '141527.637000', '141527.639000', '141527.642000', '141527.645000', '141527.647000', '141527.650000', '141527.653000', '141527.655000', '141527.658000', '141527.660000', '141527.663000', '141547.523000', '141547.526000', '141547.529000', '141547.531000', '141547.534000', '141547.537000', '141547.539000', '141547.542000', '141547.544000', '141547.547000', '141547.550000', '141547.552000', '141547.555000', '141547.557000', '141547.560000', '141547.563000', '141547.565000', '141547.568000', '141547.570000', '141547.573000', '141547.576000', '141547.578000', '141547.581000', '141547.583000', '141547.586000', '141547.589000', '141547.591000', '141547.594000', '141547.596000', '141547.599000', '141547.602000', '141547.605000', '141547.607000', '141547.610000', '141547.612000', '141547.615000', '141547.618000', '141547.620000', '141547.623000', '141547.625000', '141547.628000', '141547.631000', '141547.633000', '141607.523000', '141607.526000', '141607.529000', '141607.532000', '141607.534000', '141607.537000', '141607.540000', '141607.542000', '141607.545000', '141607.547000', '141607.550000', '141607.553000', '141607.555000', '141607.558000', '141607.561000', '141607.563000', '141607.566000', '141607.569000', '141607.571000', '141607.574000', '141607.577000', '141607.579000', '141607.582000', '141607.585000', '141607.587000', '141607.590000', '141607.593000', '141607.595000', '141607.598000', '141607.601000', '141607.603000', '141607.606000', '141607.608000', '141607.611000', '141607.614000', '141607.616000', '141607.619000', '141607.621000', '141607.624000', '141607.627000', '141607.630000', '141607.632000', '141607.635000', '141607.637000', '141627.524000', '141627.527000', '141627.529000', '141627.532000', '141627.535000', '141627.537000', '141627.540000', '141627.543000', '141627.546000', '141627.548000', '141627.551000', '141627.553000', '141627.556000', '141627.559000', '141627.561000', '141627.564000', '141627.567000', '141627.569000', '141627.572000', '141627.575000', '141627.578000', '141627.581000', '141627.584000', '141627.586000', '141627.589000', '141627.592000', '141627.594000', '141627.597000', '141627.600000', '141627.602000', '141627.605000', '141627.607000', '141627.610000', '141627.613000', '141627.615000', '141627.618000', '141627.621000', '141627.623000', '141627.626000', '141627.629000', '141627.631000', '141627.634000', '141627.637000', '141647.524000', '141647.526000', '141647.529000', '141647.532000', '141647.535000', '141647.537000', '141647.540000', '141647.543000', '141647.545000', '141647.548000', '141647.551000', '141647.553000', '141647.556000', '141647.559000', '141647.561000', '141647.564000', '141647.566000', '141647.569000', '141647.572000', '141647.574000', '141647.577000', '141647.587000', '141647.589000', '141647.592000', '141647.595000', '141647.597000', '141647.600000', '141647.603000', '141647.605000', '141647.608000', '141647.610000', '141647.613000', '141647.616000', '141647.618000', '141647.621000', '141647.623000', '141647.626000', '141647.629000', '141647.631000', '141647.634000', '141647.636000', '141647.639000', '141647.642000', '141647.644000', '141707.525000', '141707.528000', '141707.531000', '141707.533000', '141707.536000', '141707.539000', '141707.541000', '141707.544000', '141707.546000', '141707.549000', '141707.552000', '141707.554000', '141707.557000', '141707.559000', '141707.562000', '141707.565000', '141707.567000', '141707.570000', '141707.572000', '141707.575000', '141707.578000', '141707.580000', '141707.583000', '141707.585000', '141707.588000', '141707.591000', '141707.593000', '141707.596000', '141707.599000', '141707.601000', '141707.604000', '141707.607000', '141707.609000', '141707.612000', '141707.615000', '141707.617000', '141707.620000', '141707.622000', '141707.625000', '141707.628000', '141707.630000', '141707.633000', '141707.635000', '141727.525000', '141727.528000', '141727.530000', '141727.533000', '141727.536000', '141727.538000', '141727.541000', '141727.543000', '141727.546000', '141727.549000', '141727.551000', '141727.554000', '141727.557000', '141727.559000', '141727.562000', '141727.564000', '141727.567000', '141727.570000', '141727.572000', '141727.575000', '141727.577000', '141727.580000', '141727.583000', '141727.585000', '141727.588000', '141727.590000', '141727.593000', '141727.596000', '141727.598000', '141727.601000', '141727.604000', '141727.606000', '141727.609000', '141727.611000', '141727.614000', '141727.617000', '141727.619000', '141727.622000', '141727.624000', '141727.627000', '141727.630000', '141727.632000', '141727.635000', '141727.638000', '141747.524000', '141747.527000', '141747.530000', '141747.533000', '141747.535000', '141747.538000', '141747.540000', '141747.543000', '141747.546000', '141747.548000', '141747.551000', '141747.553000', '141747.556000', '141747.559000', '141747.561000', '141747.564000', '141747.566000', '141747.569000', '141747.572000', '141747.574000', '141747.577000', '141747.579000', '141747.582000', '141747.585000', '141747.587000', '141747.590000', '141747.593000', '141747.595000', '141747.598000', '141747.601000', '141747.603000', '141747.606000', '141747.609000', '141747.611000', '141747.614000', '141747.616000', '141747.620000', '141747.623000', '141747.625000', '141747.628000', '141747.631000', '141747.633000', '141747.636000', '141807.523000', '141807.526000', '141807.529000', '141807.532000', '141807.534000', '141807.537000', '141807.539000', '141807.542000', '141807.545000', '141807.547000', '141807.550000', '141807.552000', '141807.555000', '141807.558000', '141807.560000', '141807.563000', '141807.565000', '141807.572000', '141807.574000', '141807.577000', '141807.579000', '141807.582000', '141807.585000', '141807.587000', '141807.590000', '141807.593000', '141807.595000', '141807.598000', '141807.601000', '141807.603000', '141807.606000', '141807.608000', '141807.611000', '141807.614000', '141807.616000', '141807.619000', '141807.622000', '141807.624000', '141807.627000', '141807.630000', '141807.632000', '141807.635000', '141807.637000', '141807.640000', '141827.524000', '141827.527000', '141827.529000', '141827.532000', '141827.535000', '141827.537000', '141827.540000', '141827.542000', '141827.545000', '141827.548000', '141827.550000', '141827.553000', '141827.555000', '141827.558000', '141827.561000', '141827.563000', '141827.566000', '141827.568000', '141827.571000', '141827.574000', '141827.576000', '141827.579000', '141827.582000', '141827.585000', '141827.588000', '141827.591000', '141827.593000', '141827.596000', '141827.599000', '141827.602000', '141827.604000', '141827.607000', '141827.610000', '141827.612000', '141827.615000', '141827.617000', '141827.620000', '141827.623000', '141827.625000', '141827.628000', '141827.631000', '141827.633000', '141827.636000', '141847.524000', '141847.527000', '141847.529000', '141847.532000', '141847.534000', '141847.537000', '141847.540000', '141847.542000', '141847.545000', '141847.547000', '141847.550000', '141847.553000', '141847.555000', '141847.558000', '141847.560000', '141847.563000', '141847.566000', '141847.568000', '141847.571000', '141847.573000', '141847.576000', '141847.579000', '141847.581000', '141847.584000', '141847.586000', '141847.589000', '141847.592000', '141847.594000', '141847.597000', '141847.600000', '141847.602000', '141847.605000', '141847.607000', '141847.610000', '141847.613000', '141847.615000', '141847.618000', '141847.620000', '141847.623000', '141847.626000', '141847.628000', '141847.631000', '141847.633000', '141847.636000', '141848.289000', '141848.299000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [8623, 12952, 11624, 8693, 8873, 10338, 8367, 8420, 11241, 9761, 8564, 10199, 7761, 8654, 8619, 8826, 6846, 8512, 8955, 7840, 9385, 8512, 8962, 7346, 8459, 8538, 9812, 7525, 8803, 8714, 7395, 8609, 8525, 9513, 8606, 8592, 10841, 9066, 8428, 8789, 11051, 8450, 8434, 13077, 8882, 8356, 12194, 11085, 8542, 8620, 11275, 8383, 8186, 11313, 7087, 8135, 8447, 9014, 8810, 8417, 8256, 7009, 8625, 7977, 8031, 7648, 8083, 8073, 7113, 8067, 7714, 10471, 6820, 7963, 7938, 9669, 8221, 8093, 12442, 8909, 7921, 11137, 13108, 9608, 7629, 8063, 8727, 7783, 7591, 13135, 10966, 7704, 8211, 9447, 7808, 7584, 12200, 8332, 7540, 7757, 11825, 7619, 7697, 7529, 8001, 7997, 7465, 9347, 6656, 7249, 7558, 8725, 8884, 7345, 10742, 8486, 7130, 7656, 8660, 7481, 7098, 12499, 8053, 7297, 9307, 7144, 7151, 7568, 7514, 7269, 7033, 10863, 8078, 7410, 7294, 7032, 8663, 7031, 7758, 6729, 7149, 7050, 9260, 6425, 7131, 6924, 9199, 6723, 7501, 6912, 8376, 8833, 7521, 8260, 7143, 7078, 7392, 12781, 7873, 7342, 7511, 11532, 8784, 7129, 8720, 7354, 7212, 7267, 10524, 6684, 7051, 7167, 11085, 7122, 6976, 7336, 11815, 7693, 7223, 7287, 8322, 8465, 7328, 7127, 6937, 7260, 7114, 9194, 6853, 6877, 7020, 9756, 6663, 7273, 7265, 10081, 8341, 7105, 9707, 7761, 7253, 7972, 12589, 9853, 8265, 6814, 9426, 9657, 8781, 6997, 7962, 7732, 6673, 7922, 7567, 7093, 9847, 8504, 6808, 12305, 10379, 10533, 9080, 13420, 11317, 8250, 7369, 10914, 8253, 7213, 11979, 9335, 7571, 6440, 8779, 6666, 7216, 7099, 7589, 7775, 6283, 8607, 7047, 7183, 7271, 8424, 7646, 6365, 9211, 7430, 6981, 7165, 6961, 7157, 6951, 8963, 7569, 6590, 8438, 6485, 7031, 7237, 7978, 7524, 6717, 8721, 6854, 7133, 7286, 7777, 7970, 7294, 8174, 7242, 6747, 7433, 8586, 7139, 7422, 7434, 8732, 6937, 7357, 9582, 8572, 7257, 7488, 10971, 7228, 7069, 8233, 7816, 6538, 6799, 9649, 6995, 7281, 7206, 8153, 7515, 7068, 7981, 6961, 6702, 7287, 9387, 6869, 7204, 7107, 8919, 7134, 7441, 7289, 7197, 7042, 7411, 8901, 6805, 7253, 7894, 9570, 7350, 7356, 10774, 8531, 6877, 7243, 10683, 6918, 7305, 9650, 11708, 7113, 7631, 7846, 7584, 6678, 7262, 10181, 9691, 7852, 6906, 9707, 7370, 6858, 7314, 9655, 7155, 7309, 8435, 8550, 6771, 7442, 9153, 6922, 7464, 7475, 7153, 6912, 7199, 9326, 7169, 7522, 7588, 8058, 6802, 7136, 9244, 7240, 7132, 8102, 8830, 6893, 7314, 8965, 7119, 7061, 7583, 8078, 6690, 7329, 9334, 7661, 7551, 7426, 7983, 7330, 7292, 8686, 6788, 7098, 7375, 9019, 7100, 7430, 8123, 8493, 6830, 7388, 9396, 7595, 7422, 8626, 8553, 6717, 7041, 11789, 9302, 7122, 7608, 8745, 7012, 7335, 8126, 9072, 7409, 6678, 10046, 7631, 7286, 7509, 8792, 6489, 6687, 11413, 8079, 7210, 7218, 9213, 7051, 7058, 7806, 7325, 6600, 7221, 9366, 6998, 7405, 7222, 9228, 7002, 7110, 9312, 8009, 7094, 7191, 9210, 7134, 7095, 8690, 8800, 7069, 7142, 9369, 7868, 7191, 7387, 8623, 7147, 7462, 7299, 7509, 7014, 7176, 8691, 7751, 6747, 7213, 9329, 7592, 7231, 7375, 9223, 7185, 7672, 7464, 7915, 6548, 6817, 11339, 8271, 7188, 7563, 9406, 7971, 6753, 10757, 6999, 7269, 7454, 9394, 7045, 7042, 9207, 7223, 7178, 8090, 7946, 6585, 7054, 8895, 7160, 7318, 7296, 6651, 6667, 7337, 9319, 7240, 7439, 7644, 8692, 6840, 7353, 9238, 7668, 7468, 7618, 8747, 7007, 7243, 9297, 8813, 7565, 7296, 7632, 7363, 6737, 7006, 9352, 7626, 6968, 11476, 9078, 7103, 7285, 10181, 7278, 6328, 12273, 9958, 7659, 7437, 10264, 7203, 6466, 9691, 6933, 7027, 7180, 8860, 6914, 6946, 8370, 6779, 7259, 7577, 8509, 6979, 7354, 7818, 8951, 7445, 7370, 9340, 7882, 7189, 7228, 9183, 6861, 7238, 7230, 9968, 7912, 6935, 7342, 7980, 6894, 7126, 7429, 9374, 7437, 6870, 11195, 7573, 7239, 7227, 8244, 6502, 7121, 9534, 7410, 7395, 7396, 8914, 7275, 7074, 8716, 7006, 7345, 7435, 9529, 6841, 7408, 7969, 8811, 7642, 6640, 10147, 6976, 7205, 7288, 9454, 7876, 7108, 7468, 7707, 6515, 7155, 10589, 7351, 7243, 8048, 8348, 6701, 7301, 8832, 6900, 7469, 7561, 7589, 7024, 7299, 9158, 7354, 7499, 7566, 8317, 7049, 7314, 8024, 7842, 7062, 7268, 9318, 7890, 7360, 6485, 10482, 10751, 8614, 7000, 8541, 9676, 6663, 11465, 6455, 7048, 7182, 6651, 7795, 7067, 7132, 8492, 11934, 9564, 7376, 12673, 10759, 7434, 12766, 10689, 8008, 9425, 9903, 7580, 7086, 10445, 7314, 6606, 9206, 7084, 7264, 7648, 9051, 6379, 6667, 8889, 7089, 7890, 7802, 8679, 6862, 7944, 9165, 7235, 7652, 9303, 7483, 7769, 8440, 8424, 7202, 8109, 9240, 7252, 7970, 9275, 7439, 8614, 8634, 8448, 7569, 8681, 8664, 7901, 8485, 8552, 7832, 7914, 8574, 8879, 7725, 8408, 8715, 7485, 8521, 8054, 9361, 7562, 8363, 9189, 7685, 8398, 8188, 11236, 7869, 8759, 8709, 8475, 7636, 8259, 11070, 8056, 8920, 8644, 9481, 7944, 8351, 10562, 7845, 8648, 8475, 9025, 7998, 8404, 8593, 8329, 8180, 8410, 9649, 8247, 9059, 8522, 8010, 7835, 8208, 11948, 8117, 8852, 9719, 10288, 8036, 8206, 10888, 7949, 8497, 10241, 9183, 7702, 8756, 9911, 7727, 8192, 12138, 7986, 8607, 9005, 8835, 7912, 8768, 8578, 10530, 8144, 8999, 8371, 8094, 8263, 8764, 9267, 8099, 8685, 8551, 8784, 8139, 8582, 9236, 7990, 8611, 8892, 7914, 8352, 8527, 9925, 8108, 8662, 8977, 8034, 8330, 8529, 10689, 7850, 7898, 10405, 8180, 8448, 9880, 8865, 7665, 8447, 9981, 8201, 8654, 8437, 7909, 8061, 8476, 9970, 8163, 8986, 8789, 8875, 7905, 8287, 9432, 7999, 8783, 8759, 11673, 8004, 8864, 9077, 8907, 7798, 7913, 12117, 8892, 8651, 8933, 8859, 7963, 7948, 12184, 10517, 9530, 8295, 9225, 8278, 8254, 8853, 9802, 7821, 8340, 9548, 7830, 8553, 9127, 8138, 8841, 9050, 8784, 8199, 8469, 9476, 8164, 9084, 8945, 8256, 8029, 8215, 10241, 8200, 9150, 9069, 9960, 8273, 8323, 11303, 8773, 8181, 8346, 10058, 8431, 8917, 10407, 8990, 8197, 8939, 11021, 8438, 8243, 10853, 8089, 8846, 8978, 8924, 7957, 8248, 9855, 8009, 8904, 8536, 8115, 8744, 9188, 9282, 8489, 9328, 8705, 8528, 8687, 9212, 9296, 8339, 8905, 10495, 8697, 8972, 8939, 9483, 8125, 7783, 11718, 8235, 8953, 8940, 9142, 8250, 9213, 9176, 9499, 7937, 8503, 10918, 8366, 9334, 9089, 9582, 8332, 9052, 9957, 8539, 9408, 8816, 8310, 9007, 8917, 10048, 8700, 9477, 8733, 9004, 8198, 8176, 11648, 8387, 9071, 9619, 10782, 8771, 7764, 10633, 8370, 9026, 8900, 8740, 8651, 9065, 9172, 8289, 8850, 9961, 8530, 9249, 8642, 8269, 8874, 9130, 9259, 8610, 9186, 9390, 8481, 8887, 9257, 9558, 8326, 8794, 10250, 8364, 8529, 8953, 10180, 8523, 9029, 9636, 8332, 8799, 9242, 10740, 8134, 8441, 10152, 8349, 9038, 10013, 8304, 8154, 8946, 9659, 8282, 9234, 8642, 8365, 8627, 8891, 9882, 8553, 9496, 8932, 8814, 8387, 8967, 9488, 8417, 9045, 9118, 9273, 8211, 8667, 9685, 8517, 8607, 9093, 9081, 8093, 8299, 9686, 8110, 7986, 8419, 12109, 8511, 9031, 9234, 9104, 8032, 8451, 10575, 8423, 8842, 9064, 8425, 8491, 8805, 9248, 8642, 9564, 8697, 8281, 8706, 8926, 9170, 8452, 8653, 10211, 8725, 9294, 9211, 8411, 8872, 9002, 10720, 8309, 8833, 9727, 8516, 8224, 10394, 8620, 9297, 8834, 8609, 9393, 8870, 9119, 8681, 9193, 9518, 8535, 8691, 9885, 8772, 9206, 9686, 8492, 9528, 8968, 8498, 8641, 8645, 9513, 8634, 8847, 9753, 8664, 9568, 8765, 8472, 8620, 8942, 9425, 8591, 8880, 10886, 8615, 8796, 10298, 8904, 9460, 10452, 9339, 8404, 7512, 10446, 8386, 7626, 8318, 9253, 7997, 8463, 9640, 8059, 8731, 8352, 9130, 10329, 8184, 8932, 9771, 8651, 12727, 10346, 8498, 12248, 10245, 8376, 11319, 10348, 8414, 11374, 13298, 10221, 7764, 10834, 8621, 8579, 11213, 8534, 7674, 11155, 8296, 8625, 8432, 8463, 8710, 9147, 8671, 8541, 9369, 8955, 8574, 9395, 8946, 8728, 9317, 9731, 8556, 8940, 9638, 8722, 8512, 9328, 8647, 9750, 9513, 8659, 8869, 9615, 9819, 9177, 9800, 9756, 8843, 9133, 9818, 10378, 9294, 9923, 9539, 8909, 9703, 10009, 9468, 9029, 9805, 10197, 9229, 9328, 10035, 9518, 10366, 9288, 9066, 10184, 10065, 9288, 9305, 9989, 10184, 9521, 9306, 9743, 9443, 10577, 9847, 9154, 9656, 10064, 10291, 9403, 10392, 9839, 9080, 9713, 10033, 10233, 8911, 9513, 11961, 9316, 9780, 12489, 8924, 9595, 9817, 9229, 8938, 9258, 10496, 9115, 9906, 9866, 9018, 9223, 9655, 10588, 9066, 9095, 11218, 8934, 9627, 10008, 9266, 8733, 9359, 10251, 9040, 9978, 10530, 9078, 9117, 9828, 10455, 9215, 9976, 10713, 9045, 8853, 9488, 11299, 9089, 9776, 11637, 9050, 9706, 8426, 8416, 8417, 8303, 12393, 10724, 8875, 10115, 9211, 8929, 9268, 9923, 10761, 8622, 8583, 10598], 'WindowCenter': [3931.0, 3946.0, 3932.0, 3898.0, 3885.0, 3895.0, 3874.0, 3874.0, 3904.0, 3893.0, 3882.0, 3892.0, 3872.0, 3883.0, 3882.0, 3883.0, 3863.0, 3885.0, 3883.0, 3874.0, 3895.0, 3884.0, 3895.0, 3875.0, 3885.0, 3885.0, 3896.0, 3875.0, 3897.0, 3885.0, 3874.0, 3885.0, 3884.0, 3894.0, 3884.0, 3884.0, 3905.0, 3884.0, 3874.0, 3883.0, 3903.0, 3874.0, 3873.0, 3914.0, 3882.0, 3871.0, 3902.0, 3892.0, 3870.0, 3869.0, 3890.0, 3871.0, 3870.0, 3890.0, 3849.0, 3859.0, 3871.0, 3881.0, 3881.0, 3871.0, 3871.0, 3863.0, 3883.0, 3872.0, 3873.0, 3873.0, 3874.0, 3873.0, 3864.0, 3874.0, 3873.0, 3905.0, 3853.0, 3874.0, 3873.0, 3894.0, 3884.0, 3873.0, 3914.0, 3884.0, 3872.0, 3893.0, 3903.0, 3881.0, 3860.0, 3871.0, 3870.0, 3860.0, 3859.0, 3901.0, 3890.0, 3860.0, 3870.0, 3880.0, 3859.0, 3860.0, 3890.0, 3858.0, 3858.0, 3859.0, 3890.0, 3860.0, 3859.0, 3859.0, 3859.0, 3859.0, 3847.0, 3869.0, 3838.0, 3849.0, 3858.0, 3869.0, 3868.0, 3848.0, 3890.0, 3868.0, 3848.0, 3857.0, 3857.0, 3847.0, 3846.0, 3888.0, 3857.0, 3847.0, 3867.0, 3847.0, 3846.0, 3846.0, 3846.0, 3847.0, 3847.0, 3878.0, 3857.0, 3849.0, 3848.0, 3848.0, 3869.0, 3848.0, 3860.0, 3849.0, 3849.0, 3860.0, 3881.0, 3839.0, 3861.0, 3860.0, 3881.0, 3851.0, 3862.0, 3861.0, 3871.0, 3882.0, 3872.0, 3871.0, 3861.0, 3861.0, 3861.0, 3913.0, 3871.0, 3862.0, 3849.0, 3890.0, 3870.0, 3848.0, 3869.0, 3848.0, 3848.0, 3848.0, 3879.0, 3837.0, 3849.0, 3848.0, 3891.0, 3848.0, 3850.0, 3859.0, 3900.0, 3860.0, 3859.0, 3859.0, 3869.0, 3871.0, 3860.0, 3860.0, 3860.0, 3861.0, 3863.0, 3881.0, 3849.0, 3850.0, 3850.0, 3881.0, 3850.0, 3861.0, 3860.0, 3892.0, 3871.0, 3850.0, 3881.0, 3860.0, 3849.0, 3859.0, 3890.0, 3879.0, 3873.0, 3837.0, 3868.0, 3868.0, 3858.0, 3836.0, 3847.0, 3846.0, 3836.0, 3857.0, 3857.0, 3847.0, 3879.0, 3869.0, 3836.0, 3888.0, 3879.0, 3866.0, 3843.0, 3885.0, 3864.0, 3831.0, 3820.0, 3862.0, 3831.0, 3820.0, 3862.0, 3840.0, 3820.0, 3808.0, 3840.0, 3809.0, 3831.0, 3820.0, 3831.0, 3831.0, 3812.0, 3843.0, 3833.0, 3833.0, 3833.0, 3844.0, 3844.0, 3823.0, 3855.0, 3836.0, 3835.0, 3833.0, 3834.0, 3835.0, 3835.0, 3856.0, 3846.0, 3835.0, 3856.0, 3826.0, 3848.0, 3847.0, 3858.0, 3859.0, 3838.0, 3869.0, 3849.0, 3851.0, 3860.0, 3860.0, 3871.0, 3861.0, 3872.0, 3862.0, 3852.0, 3861.0, 3881.0, 3862.0, 3862.0, 3862.0, 3882.0, 3862.0, 3863.0, 3894.0, 3885.0, 3864.0, 3864.0, 3892.0, 3862.0, 3849.0, 3870.0, 3859.0, 3839.0, 3849.0, 3881.0, 3850.0, 3860.0, 3861.0, 3870.0, 3862.0, 3861.0, 3871.0, 3861.0, 3852.0, 3862.0, 3883.0, 3852.0, 3863.0, 3862.0, 3883.0, 3863.0, 3862.0, 3862.0, 3862.0, 3862.0, 3862.0, 3883.0, 3852.0, 3862.0, 3873.0, 3883.0, 3862.0, 3861.0, 3892.0, 3871.0, 3851.0, 3850.0, 3891.0, 3850.0, 3860.0, 3881.0, 3891.0, 3849.0, 3859.0, 3860.0, 3848.0, 3838.0, 3849.0, 3892.0, 3881.0, 3860.0, 3849.0, 3880.0, 3849.0, 3839.0, 3849.0, 3880.0, 3849.0, 3849.0, 3870.0, 3870.0, 3839.0, 3849.0, 3870.0, 3849.0, 3849.0, 3849.0, 3848.0, 3849.0, 3849.0, 3881.0, 3849.0, 3860.0, 3860.0, 3860.0, 3840.0, 3850.0, 3881.0, 3849.0, 3849.0, 3860.0, 3870.0, 3850.0, 3849.0, 3869.0, 3849.0, 3849.0, 3849.0, 3859.0, 3851.0, 3859.0, 3881.0, 3860.0, 3860.0, 3860.0, 3860.0, 3861.0, 3861.0, 3871.0, 3851.0, 3851.0, 3861.0, 3882.0, 3851.0, 3862.0, 3872.0, 3872.0, 3851.0, 3860.0, 3881.0, 3862.0, 3861.0, 3871.0, 3870.0, 3839.0, 3849.0, 3891.0, 3881.0, 3850.0, 3849.0, 3870.0, 3849.0, 3849.0, 3859.0, 3870.0, 3850.0, 3850.0, 3881.0, 3860.0, 3849.0, 3849.0, 3869.0, 3838.0, 3838.0, 3890.0, 3859.0, 3849.0, 3849.0, 3869.0, 3849.0, 3849.0, 3859.0, 3849.0, 3838.0, 3849.0, 3870.0, 3849.0, 3850.0, 3849.0, 3870.0, 3850.0, 3849.0, 3880.0, 3859.0, 3850.0, 3849.0, 3870.0, 3848.0, 3848.0, 3859.0, 3869.0, 3849.0, 3848.0, 3869.0, 3859.0, 3849.0, 3849.0, 3870.0, 3849.0, 3860.0, 3849.0, 3850.0, 3850.0, 3849.0, 3882.0, 3860.0, 3851.0, 3860.0, 3881.0, 3861.0, 3862.0, 3861.0, 3881.0, 3861.0, 3862.0, 3862.0, 3871.0, 3841.0, 3850.0, 3891.0, 3871.0, 3849.0, 3859.0, 3870.0, 3860.0, 3838.0, 3879.0, 3837.0, 3848.0, 3847.0, 3869.0, 3848.0, 3848.0, 3867.0, 3848.0, 3849.0, 3859.0, 3859.0, 3838.0, 3848.0, 3869.0, 3849.0, 3849.0, 3849.0, 3839.0, 3850.0, 3860.0, 3882.0, 3861.0, 3861.0, 3861.0, 3871.0, 3851.0, 3860.0, 3881.0, 3861.0, 3861.0, 3861.0, 3871.0, 3849.0, 3861.0, 3882.0, 3870.0, 3861.0, 3860.0, 3861.0, 3849.0, 3850.0, 3850.0, 3881.0, 3861.0, 3850.0, 3891.0, 3871.0, 3850.0, 3849.0, 3880.0, 3848.0, 3826.0, 3889.0, 3868.0, 3847.0, 3836.0, 3878.0, 3847.0, 3826.0, 3867.0, 3836.0, 3837.0, 3836.0, 3867.0, 3838.0, 3837.0, 3858.0, 3838.0, 3849.0, 3859.0, 3870.0, 3851.0, 3860.0, 3859.0, 3870.0, 3849.0, 3849.0, 3869.0, 3860.0, 3850.0, 3849.0, 3870.0, 3839.0, 3850.0, 3850.0, 3880.0, 3860.0, 3850.0, 3849.0, 3859.0, 3849.0, 3849.0, 3849.0, 3870.0, 3850.0, 3849.0, 3890.0, 3860.0, 3850.0, 3849.0, 3859.0, 3838.0, 3848.0, 3880.0, 3849.0, 3849.0, 3848.0, 3869.0, 3848.0, 3847.0, 3869.0, 3848.0, 3848.0, 3849.0, 3880.0, 3838.0, 3849.0, 3859.0, 3869.0, 3859.0, 3838.0, 3879.0, 3837.0, 3848.0, 3846.0, 3868.0, 3859.0, 3838.0, 3848.0, 3847.0, 3838.0, 3837.0, 3879.0, 3848.0, 3847.0, 3857.0, 3858.0, 3838.0, 3848.0, 3869.0, 3848.0, 3849.0, 3859.0, 3859.0, 3849.0, 3849.0, 3881.0, 3850.0, 3861.0, 3861.0, 3871.0, 3851.0, 3851.0, 3861.0, 3861.0, 3851.0, 3862.0, 3882.0, 3872.0, 3851.0, 3841.0, 3895.0, 3894.0, 3873.0, 3840.0, 3860.0, 3870.0, 3827.0, 3876.0, 3826.0, 3824.0, 3835.0, 3837.0, 3847.0, 3837.0, 3838.0, 3859.0, 3889.0, 3867.0, 3834.0, 3875.0, 3854.0, 3821.0, 3862.0, 3851.0, 3820.0, 3829.0, 3839.0, 3807.0, 3807.0, 3839.0, 3807.0, 3808.0, 3839.0, 3809.0, 3820.0, 3820.0, 3840.0, 3810.0, 3811.0, 3843.0, 3822.0, 3833.0, 3833.0, 3844.0, 3823.0, 3833.0, 3853.0, 3834.0, 3834.0, 3855.0, 3835.0, 3846.0, 3846.0, 3845.0, 3836.0, 3846.0, 3857.0, 3836.0, 3847.0, 3857.0, 3837.0, 3858.0, 3858.0, 3859.0, 3849.0, 3859.0, 3859.0, 3860.0, 3871.0, 3870.0, 3849.0, 3860.0, 3870.0, 3871.0, 3861.0, 3870.0, 3872.0, 3851.0, 3872.0, 3862.0, 3882.0, 3862.0, 3872.0, 3882.0, 3861.0, 3872.0, 3872.0, 3892.0, 3862.0, 3872.0, 3871.0, 3861.0, 3861.0, 3861.0, 3892.0, 3861.0, 3872.0, 3871.0, 3882.0, 3862.0, 3861.0, 3882.0, 3862.0, 3872.0, 3861.0, 3870.0, 3861.0, 3871.0, 3872.0, 3872.0, 3861.0, 3872.0, 3882.0, 3872.0, 3872.0, 3871.0, 3861.0, 3861.0, 3871.0, 3903.0, 3861.0, 3871.0, 3881.0, 3881.0, 3849.0, 3859.0, 3880.0, 3848.0, 3859.0, 3879.0, 3869.0, 3849.0, 3858.0, 3868.0, 3848.0, 3858.0, 3891.0, 3859.0, 3858.0, 3869.0, 3870.0, 3860.0, 3872.0, 3871.0, 3880.0, 3860.0, 3870.0, 3874.0, 3861.0, 3861.0, 3871.0, 3871.0, 3860.0, 3871.0, 3860.0, 3871.0, 3861.0, 3871.0, 3870.0, 3861.0, 3871.0, 3872.0, 3860.0, 3861.0, 3871.0, 3882.0, 3861.0, 3871.0, 3871.0, 3860.0, 3861.0, 3859.0, 3881.0, 3859.0, 3849.0, 3880.0, 3859.0, 3859.0, 3870.0, 3869.0, 3849.0, 3859.0, 3880.0, 3860.0, 3859.0, 3859.0, 3859.0, 3860.0, 3860.0, 3880.0, 3860.0, 3871.0, 3871.0, 3871.0, 3861.0, 3859.0, 3870.0, 3859.0, 3870.0, 3861.0, 3892.0, 3860.0, 3870.0, 3870.0, 3868.0, 3851.0, 3861.0, 3891.0, 3859.0, 3859.0, 3859.0, 3858.0, 3848.0, 3860.0, 3891.0, 3879.0, 3869.0, 3846.0, 3857.0, 3848.0, 3861.0, 3858.0, 3868.0, 3847.0, 3847.0, 3868.0, 3848.0, 3858.0, 3858.0, 3847.0, 3871.0, 3869.0, 3859.0, 3859.0, 3860.0, 3881.0, 3860.0, 3870.0, 3870.0, 3858.0, 3860.0, 3860.0, 3882.0, 3860.0, 3871.0, 3872.0, 3881.0, 3861.0, 3861.0, 3892.0, 3859.0, 3859.0, 3858.0, 3869.0, 3859.0, 3870.0, 3881.0, 3859.0, 3859.0, 3870.0, 3880.0, 3860.0, 3858.0, 3879.0, 3848.0, 3870.0, 3859.0, 3858.0, 3848.0, 3857.0, 3880.0, 3859.0, 3858.0, 3859.0, 3848.0, 3860.0, 3870.0, 3870.0, 3859.0, 3871.0, 3871.0, 3870.0, 3872.0, 3870.0, 3871.0, 3862.0, 3872.0, 3881.0, 3871.0, 3870.0, 3869.0, 3870.0, 3860.0, 3849.0, 3890.0, 3858.0, 3871.0, 3870.0, 3868.0, 3860.0, 3871.0, 3883.0, 3881.0, 3862.0, 3860.0, 3880.0, 3860.0, 3872.0, 3870.0, 3871.0, 3860.0, 3870.0, 3880.0, 3871.0, 3871.0, 3871.0, 3860.0, 3872.0, 3871.0, 3882.0, 3872.0, 3882.0, 3872.0, 3871.0, 3861.0, 3861.0, 3891.0, 3861.0, 3870.0, 3870.0, 3880.0, 3860.0, 3848.0, 3869.0, 3848.0, 3858.0, 3858.0, 3858.0, 3859.0, 3858.0, 3857.0, 3848.0, 3857.0, 3869.0, 3859.0, 3869.0, 3858.0, 3860.0, 3870.0, 3869.0, 3870.0, 3860.0, 3870.0, 3871.0, 3861.0, 3871.0, 3871.0, 3870.0, 3861.0, 3860.0, 3880.0, 3859.0, 3860.0, 3860.0, 3879.0, 3860.0, 3859.0, 3868.0, 3859.0, 3860.0, 3858.0, 3880.0, 3848.0, 3859.0, 3869.0, 3859.0, 3859.0, 3869.0, 3859.0, 3849.0, 3859.0, 3869.0, 3859.0, 3870.0, 3858.0, 3859.0, 3860.0, 3870.0, 3880.0, 3859.0, 3871.0, 3870.0, 3871.0, 3861.0, 3871.0, 3871.0, 3861.0, 3872.0, 3871.0, 3871.0, 3861.0, 3860.0, 3869.0, 3860.0, 3860.0, 3860.0, 3857.0, 3848.0, 3859.0, 3870.0, 3849.0, 3861.0, 3858.0, 3891.0, 3859.0, 3858.0, 3858.0, 3858.0, 3848.0, 3859.0, 3879.0, 3847.0, 3883.0, 3870.0, 3859.0, 3859.0, 3869.0, 3870.0, 3860.0, 3870.0, 3870.0, 3860.0, 3871.0, 3872.0, 3882.0, 3871.0, 3872.0, 3883.0, 3873.0, 3872.0, 3871.0, 3860.0, 3871.0, 3869.0, 3881.0, 3860.0, 3858.0, 3870.0, 3860.0, 3859.0, 3880.0, 3859.0, 3870.0, 3859.0, 3859.0, 3871.0, 3869.0, 3871.0, 3871.0, 3871.0, 3871.0, 3861.0, 3859.0, 3881.0, 3860.0, 3871.0, 3881.0, 3871.0, 3881.0, 3870.0, 3871.0, 3873.0, 3872.0, 3883.0, 3872.0, 3872.0, 3872.0, 3872.0, 3883.0, 3872.0, 3873.0, 3873.0, 3873.0, 3872.0, 3873.0, 3872.0, 3893.0, 3872.0, 3861.0, 3883.0, 3872.0, 3882.0, 3879.0, 3869.0, 3861.0, 3853.0, 3883.0, 3862.0, 3850.0, 3847.0, 3859.0, 3850.0, 3848.0, 3870.0, 3849.0, 3859.0, 3860.0, 3870.0, 3881.0, 3861.0, 3859.0, 3870.0, 3847.0, 3879.0, 3857.0, 3835.0, 3865.0, 3843.0, 3821.0, 3852.0, 3840.0, 3819.0, 3849.0, 3849.0, 3827.0, 3807.0, 3837.0, 3817.0, 3816.0, 3838.0, 3817.0, 3807.0, 3838.0, 3818.0, 3818.0, 3818.0, 3818.0, 3831.0, 3829.0, 3830.0, 3832.0, 3841.0, 3843.0, 3833.0, 3842.0, 3843.0, 3844.0, 3854.0, 3854.0, 3846.0, 3855.0, 3856.0, 3858.0, 3858.0, 3869.0, 3859.0, 3870.0, 3870.0, 3859.0, 3870.0, 3871.0, 3881.0, 3871.0, 3883.0, 3871.0, 3871.0, 3871.0, 3883.0, 3883.0, 3872.0, 3882.0, 3873.0, 3860.0, 3872.0, 3882.0, 3882.0, 3872.0, 3881.0, 3881.0, 3871.0, 3872.0, 3882.0, 3872.0, 3882.0, 3871.0, 3872.0, 3883.0, 3883.0, 3873.0, 3873.0, 3883.0, 3882.0, 3884.0, 3873.0, 3883.0, 3884.0, 3883.0, 3883.0, 3873.0, 3885.0, 3884.0, 3895.0, 3884.0, 3883.0, 3884.0, 3873.0, 3883.0, 3884.0, 3882.0, 3872.0, 3872.0, 3894.0, 3872.0, 3872.0, 3893.0, 3860.0, 3870.0, 3870.0, 3870.0, 3860.0, 3870.0, 3880.0, 3860.0, 3871.0, 3882.0, 3860.0, 3870.0, 3870.0, 3880.0, 3871.0, 3871.0, 3881.0, 3871.0, 3871.0, 3871.0, 3871.0, 3862.0, 3872.0, 3882.0, 3861.0, 3881.0, 3881.0, 3872.0, 3872.0, 3881.0, 3882.0, 3872.0, 3882.0, 3882.0, 3860.0, 3871.0, 3871.0, 3882.0, 3860.0, 3869.0, 3880.0, 3859.0, 3870.0, 3860.0, 3860.0, 3873.0, 3862.0, 3892.0, 3880.0, 3860.0, 3869.0, 3871.0, 3860.0, 3871.0, 3872.0, 3881.0, 3861.0, 3859.0, 3870.0], 'WindowWidth': [8796.0, 8804.0, 8775.0, 8723.0, 8699.0, 8709.0, 8680.0, 8679.0, 8720.0, 8703.0, 8687.0, 8702.0, 8674.0, 8690.0, 8687.0, 8690.0, 8665.0, 8696.0, 8692.0, 8680.0, 8708.0, 8694.0, 8711.0, 8683.0, 8698.0, 8696.0, 8712.0, 8685.0, 8713.0, 8697.0, 8680.0, 8698.0, 8694.0, 8708.0, 8694.0, 8693.0, 8723.0, 8694.0, 8679.0, 8690.0, 8716.0, 8680.0, 8675.0, 8731.0, 8685.0, 8669.0, 8710.0, 8699.0, 8667.0, 8664.0, 8691.0, 8668.0, 8667.0, 8691.0, 8637.0, 8652.0, 8669.0, 8683.0, 8683.0, 8671.0, 8672.0, 8663.0, 8690.0, 8675.0, 8677.0, 8678.0, 8679.0, 8678.0, 8667.0, 8681.0, 8676.0, 8721.0, 8650.0, 8680.0, 8676.0, 8707.0, 8693.0, 8678.0, 8733.0, 8690.0, 8673.0, 8700.0, 8716.0, 8682.0, 8654.0, 8670.0, 8667.0, 8654.0, 8650.0, 8708.0, 8693.0, 8652.0, 8667.0, 8678.0, 8651.0, 8651.0, 8692.0, 8648.0, 8647.0, 8648.0, 8692.0, 8652.0, 8649.0, 8650.0, 8649.0, 8649.0, 8632.0, 8665.0, 8622.0, 8638.0, 8648.0, 8663.0, 8662.0, 8634.0, 8692.0, 8662.0, 8635.0, 8645.0, 8643.0, 8632.0, 8629.0, 8687.0, 8643.0, 8631.0, 8656.0, 8629.0, 8628.0, 8628.0, 8629.0, 8630.0, 8629.0, 8674.0, 8646.0, 8636.0, 8633.0, 8634.0, 8662.0, 8636.0, 8653.0, 8639.0, 8640.0, 8655.0, 8684.0, 8627.0, 8658.0, 8656.0, 8686.0, 8645.0, 8660.0, 8658.0, 8672.0, 8688.0, 8672.0, 8671.0, 8657.0, 8657.0, 8656.0, 8728.0, 8669.0, 8658.0, 8636.0, 8694.0, 8665.0, 8636.0, 8664.0, 8636.0, 8634.0, 8634.0, 8676.0, 8620.0, 8638.0, 8637.0, 8696.0, 8637.0, 8641.0, 8650.0, 8707.0, 8654.0, 8652.0, 8651.0, 8665.0, 8672.0, 8656.0, 8657.0, 8655.0, 8658.0, 8664.0, 8684.0, 8640.0, 8641.0, 8642.0, 8685.0, 8642.0, 8657.0, 8655.0, 8699.0, 8672.0, 8642.0, 8682.0, 8653.0, 8637.0, 8649.0, 8691.0, 8675.0, 8674.0, 8617.0, 8658.0, 8658.0, 8645.0, 8613.0, 8628.0, 8626.0, 8614.0, 8646.0, 8645.0, 8630.0, 8676.0, 8662.0, 8616.0, 8687.0, 8673.0, 8653.0, 8615.0, 8675.0, 8641.0, 8595.0, 8578.0, 8637.0, 8595.0, 8580.0, 8638.0, 8605.0, 8578.0, 8561.0, 8606.0, 8565.0, 8598.0, 8582.0, 8596.0, 8598.0, 8573.0, 8616.0, 8604.0, 8605.0, 8603.0, 8618.0, 8620.0, 8592.0, 8635.0, 8610.0, 8611.0, 8605.0, 8607.0, 8610.0, 8608.0, 8639.0, 8625.0, 8611.0, 8640.0, 8603.0, 8634.0, 8630.0, 8646.0, 8649.0, 8621.0, 8663.0, 8638.0, 8642.0, 8653.0, 8654.0, 8670.0, 8657.0, 8674.0, 8658.0, 8646.0, 8657.0, 8684.0, 8660.0, 8660.0, 8659.0, 8687.0, 8661.0, 8664.0, 8705.0, 8696.0, 8666.0, 8665.0, 8700.0, 8659.0, 8638.0, 8665.0, 8650.0, 8624.0, 8638.0, 8681.0, 8641.0, 8654.0, 8656.0, 8667.0, 8658.0, 8655.0, 8670.0, 8658.0, 8646.0, 8659.0, 8688.0, 8647.0, 8662.0, 8660.0, 8688.0, 8663.0, 8661.0, 8662.0, 8661.0, 8660.0, 8659.0, 8688.0, 8646.0, 8660.0, 8675.0, 8688.0, 8659.0, 8656.0, 8698.0, 8670.0, 8642.0, 8638.0, 8693.0, 8638.0, 8652.0, 8680.0, 8695.0, 8636.0, 8648.0, 8652.0, 8633.0, 8622.0, 8638.0, 8698.0, 8681.0, 8654.0, 8637.0, 8679.0, 8635.0, 8623.0, 8635.0, 8678.0, 8636.0, 8635.0, 8667.0, 8664.0, 8623.0, 8635.0, 8664.0, 8637.0, 8637.0, 8636.0, 8634.0, 8636.0, 8635.0, 8680.0, 8636.0, 8652.0, 8652.0, 8652.0, 8626.0, 8639.0, 8680.0, 8637.0, 8637.0, 8651.0, 8665.0, 8638.0, 8636.0, 8662.0, 8635.0, 8635.0, 8636.0, 8650.0, 8644.0, 8651.0, 8680.0, 8653.0, 8653.0, 8654.0, 8652.0, 8656.0, 8657.0, 8669.0, 8643.0, 8645.0, 8657.0, 8686.0, 8645.0, 8658.0, 8672.0, 8671.0, 8644.0, 8654.0, 8682.0, 8657.0, 8657.0, 8669.0, 8666.0, 8622.0, 8635.0, 8694.0, 8680.0, 8638.0, 8635.0, 8665.0, 8636.0, 8636.0, 8650.0, 8666.0, 8639.0, 8638.0, 8680.0, 8652.0, 8637.0, 8636.0, 8662.0, 8621.0, 8621.0, 8693.0, 8649.0, 8636.0, 8636.0, 8663.0, 8636.0, 8636.0, 8649.0, 8635.0, 8621.0, 8635.0, 8665.0, 8636.0, 8638.0, 8637.0, 8665.0, 8639.0, 8638.0, 8679.0, 8651.0, 8638.0, 8636.0, 8665.0, 8633.0, 8634.0, 8649.0, 8662.0, 8637.0, 8634.0, 8662.0, 8649.0, 8638.0, 8635.0, 8667.0, 8638.0, 8653.0, 8638.0, 8639.0, 8640.0, 8639.0, 8687.0, 8655.0, 8643.0, 8654.0, 8684.0, 8656.0, 8659.0, 8656.0, 8683.0, 8658.0, 8660.0, 8659.0, 8670.0, 8630.0, 8641.0, 8697.0, 8670.0, 8639.0, 8650.0, 8664.0, 8651.0, 8620.0, 8676.0, 8618.0, 8634.0, 8631.0, 8662.0, 8633.0, 8633.0, 8658.0, 8633.0, 8637.0, 8650.0, 8649.0, 8622.0, 8634.0, 8663.0, 8638.0, 8638.0, 8638.0, 8623.0, 8640.0, 8653.0, 8685.0, 8654.0, 8656.0, 8655.0, 8669.0, 8641.0, 8653.0, 8682.0, 8655.0, 8656.0, 8655.0, 8669.0, 8639.0, 8656.0, 8685.0, 8666.0, 8655.0, 8654.0, 8654.0, 8638.0, 8642.0, 8641.0, 8682.0, 8655.0, 8639.0, 8696.0, 8668.0, 8638.0, 8636.0, 8676.0, 8633.0, 8602.0, 8688.0, 8659.0, 8630.0, 8614.0, 8671.0, 8629.0, 8599.0, 8657.0, 8612.0, 8616.0, 8614.0, 8656.0, 8619.0, 8617.0, 8644.0, 8620.0, 8636.0, 8650.0, 8666.0, 8643.0, 8652.0, 8651.0, 8665.0, 8637.0, 8635.0, 8663.0, 8651.0, 8640.0, 8637.0, 8666.0, 8623.0, 8638.0, 8639.0, 8679.0, 8652.0, 8640.0, 8634.0, 8649.0, 8636.0, 8635.0, 8636.0, 8665.0, 8639.0, 8638.0, 8693.0, 8652.0, 8640.0, 8637.0, 8650.0, 8621.0, 8633.0, 8678.0, 8635.0, 8636.0, 8632.0, 8660.0, 8634.0, 8632.0, 8661.0, 8633.0, 8634.0, 8635.0, 8678.0, 8621.0, 8635.0, 8649.0, 8663.0, 8650.0, 8620.0, 8675.0, 8617.0, 8632.0, 8628.0, 8660.0, 8649.0, 8619.0, 8632.0, 8631.0, 8620.0, 8617.0, 8675.0, 8633.0, 8631.0, 8643.0, 8647.0, 8619.0, 8633.0, 8661.0, 8634.0, 8636.0, 8650.0, 8650.0, 8637.0, 8638.0, 8682.0, 8640.0, 8655.0, 8654.0, 8668.0, 8641.0, 8641.0, 8656.0, 8655.0, 8643.0, 8658.0, 8685.0, 8672.0, 8642.0, 8629.0, 8705.0, 8705.0, 8673.0, 8625.0, 8648.0, 8661.0, 8599.0, 8663.0, 8596.0, 8593.0, 8609.0, 8615.0, 8628.0, 8615.0, 8618.0, 8646.0, 8686.0, 8652.0, 8605.0, 8659.0, 8628.0, 8580.0, 8637.0, 8619.0, 8575.0, 8585.0, 8598.0, 8556.0, 8555.0, 8599.0, 8556.0, 8558.0, 8601.0, 8562.0, 8580.0, 8578.0, 8606.0, 8567.0, 8568.0, 8614.0, 8586.0, 8601.0, 8602.0, 8616.0, 8589.0, 8601.0, 8629.0, 8606.0, 8605.0, 8635.0, 8609.0, 8624.0, 8623.0, 8620.0, 8610.0, 8625.0, 8639.0, 8612.0, 8628.0, 8642.0, 8614.0, 8644.0, 8646.0, 8646.0, 8634.0, 8647.0, 8648.0, 8651.0, 8667.0, 8664.0, 8635.0, 8651.0, 8664.0, 8667.0, 8654.0, 8666.0, 8669.0, 8640.0, 8669.0, 8656.0, 8684.0, 8657.0, 8670.0, 8683.0, 8655.0, 8670.0, 8670.0, 8697.0, 8656.0, 8669.0, 8667.0, 8654.0, 8655.0, 8654.0, 8697.0, 8654.0, 8670.0, 8667.0, 8681.0, 8657.0, 8653.0, 8683.0, 8657.0, 8671.0, 8654.0, 8665.0, 8655.0, 8668.0, 8670.0, 8669.0, 8655.0, 8668.0, 8684.0, 8670.0, 8670.0, 8668.0, 8654.0, 8654.0, 8667.0, 8712.0, 8654.0, 8666.0, 8681.0, 8678.0, 8636.0, 8646.0, 8675.0, 8631.0, 8648.0, 8674.0, 8661.0, 8633.0, 8643.0, 8658.0, 8631.0, 8645.0, 8693.0, 8648.0, 8646.0, 8660.0, 8665.0, 8651.0, 8672.0, 8666.0, 8679.0, 8650.0, 8664.0, 8676.0, 8654.0, 8653.0, 8665.0, 8665.0, 8651.0, 8665.0, 8651.0, 8666.0, 8653.0, 8666.0, 8665.0, 8655.0, 8666.0, 8669.0, 8651.0, 8653.0, 8666.0, 8681.0, 8655.0, 8666.0, 8666.0, 8649.0, 8652.0, 8647.0, 8679.0, 8647.0, 8633.0, 8676.0, 8648.0, 8648.0, 8663.0, 8660.0, 8633.0, 8646.0, 8677.0, 8649.0, 8647.0, 8646.0, 8647.0, 8649.0, 8649.0, 8676.0, 8650.0, 8665.0, 8668.0, 8666.0, 8653.0, 8649.0, 8663.0, 8650.0, 8664.0, 8652.0, 8696.0, 8652.0, 8664.0, 8663.0, 8659.0, 8640.0, 8655.0, 8693.0, 8646.0, 8647.0, 8646.0, 8641.0, 8631.0, 8651.0, 8693.0, 8673.0, 8659.0, 8625.0, 8641.0, 8630.0, 8654.0, 8644.0, 8656.0, 8627.0, 8625.0, 8659.0, 8630.0, 8642.0, 8642.0, 8629.0, 8666.0, 8659.0, 8647.0, 8648.0, 8649.0, 8681.0, 8651.0, 8664.0, 8664.0, 8646.0, 8650.0, 8650.0, 8681.0, 8651.0, 8666.0, 8668.0, 8680.0, 8652.0, 8651.0, 8696.0, 8647.0, 8647.0, 8643.0, 8661.0, 8647.0, 8663.0, 8677.0, 8647.0, 8647.0, 8664.0, 8678.0, 8649.0, 8644.0, 8671.0, 8630.0, 8661.0, 8645.0, 8644.0, 8631.0, 8642.0, 8678.0, 8648.0, 8645.0, 8647.0, 8632.0, 8648.0, 8663.0, 8661.0, 8648.0, 8664.0, 8666.0, 8665.0, 8668.0, 8666.0, 8668.0, 8656.0, 8668.0, 8680.0, 8666.0, 8663.0, 8662.0, 8664.0, 8651.0, 8633.0, 8690.0, 8645.0, 8665.0, 8664.0, 8660.0, 8652.0, 8667.0, 8684.0, 8680.0, 8655.0, 8650.0, 8678.0, 8650.0, 8667.0, 8663.0, 8665.0, 8650.0, 8663.0, 8678.0, 8667.0, 8666.0, 8665.0, 8651.0, 8668.0, 8667.0, 8683.0, 8668.0, 8680.0, 8671.0, 8666.0, 8654.0, 8652.0, 8692.0, 8651.0, 8663.0, 8661.0, 8675.0, 8648.0, 8631.0, 8659.0, 8629.0, 8643.0, 8644.0, 8644.0, 8645.0, 8643.0, 8640.0, 8629.0, 8641.0, 8659.0, 8646.0, 8659.0, 8645.0, 8649.0, 8662.0, 8660.0, 8662.0, 8650.0, 8665.0, 8666.0, 8652.0, 8666.0, 8664.0, 8664.0, 8652.0, 8651.0, 8677.0, 8646.0, 8649.0, 8648.0, 8674.0, 8651.0, 8647.0, 8658.0, 8646.0, 8649.0, 8643.0, 8675.0, 8631.0, 8644.0, 8660.0, 8645.0, 8645.0, 8659.0, 8645.0, 8632.0, 8644.0, 8659.0, 8647.0, 8661.0, 8645.0, 8646.0, 8650.0, 8662.0, 8677.0, 8648.0, 8664.0, 8664.0, 8665.0, 8653.0, 8664.0, 8665.0, 8653.0, 8667.0, 8666.0, 8667.0, 8652.0, 8649.0, 8662.0, 8649.0, 8649.0, 8647.0, 8640.0, 8629.0, 8646.0, 8663.0, 8634.0, 8653.0, 8644.0, 8691.0, 8645.0, 8643.0, 8644.0, 8642.0, 8630.0, 8645.0, 8673.0, 8628.0, 8687.0, 8664.0, 8645.0, 8648.0, 8659.0, 8662.0, 8650.0, 8663.0, 8663.0, 8651.0, 8668.0, 8670.0, 8682.0, 8669.0, 8669.0, 8684.0, 8671.0, 8668.0, 8665.0, 8649.0, 8664.0, 8661.0, 8678.0, 8649.0, 8645.0, 8662.0, 8648.0, 8646.0, 8675.0, 8647.0, 8662.0, 8647.0, 8647.0, 8664.0, 8661.0, 8665.0, 8667.0, 8665.0, 8666.0, 8653.0, 8647.0, 8680.0, 8650.0, 8665.0, 8679.0, 8666.0, 8679.0, 8665.0, 8666.0, 8671.0, 8668.0, 8684.0, 8669.0, 8668.0, 8668.0, 8669.0, 8683.0, 8671.0, 8671.0, 8673.0, 8671.0, 8670.0, 8670.0, 8669.0, 8697.0, 8669.0, 8653.0, 8686.0, 8669.0, 8682.0, 8673.0, 8660.0, 8653.0, 8647.0, 8687.0, 8657.0, 8635.0, 8627.0, 8643.0, 8635.0, 8629.0, 8662.0, 8632.0, 8644.0, 8648.0, 8661.0, 8676.0, 8651.0, 8646.0, 8659.0, 8627.0, 8668.0, 8636.0, 8602.0, 8643.0, 8612.0, 8579.0, 8618.0, 8601.0, 8572.0, 8612.0, 8612.0, 8581.0, 8552.0, 8593.0, 8565.0, 8562.0, 8594.0, 8567.0, 8552.0, 8597.0, 8568.0, 8569.0, 8570.0, 8571.0, 8591.0, 8587.0, 8589.0, 8594.0, 8605.0, 8610.0, 8598.0, 8610.0, 8612.0, 8615.0, 8630.0, 8629.0, 8622.0, 8633.0, 8634.0, 8641.0, 8640.0, 8659.0, 8645.0, 8661.0, 8661.0, 8647.0, 8663.0, 8664.0, 8679.0, 8666.0, 8683.0, 8665.0, 8664.0, 8666.0, 8683.0, 8684.0, 8668.0, 8680.0, 8669.0, 8650.0, 8667.0, 8682.0, 8683.0, 8667.0, 8678.0, 8679.0, 8665.0, 8665.0, 8682.0, 8668.0, 8679.0, 8665.0, 8667.0, 8683.0, 8684.0, 8669.0, 8671.0, 8684.0, 8681.0, 8685.0, 8672.0, 8684.0, 8687.0, 8685.0, 8685.0, 8671.0, 8690.0, 8688.0, 8704.0, 8689.0, 8686.0, 8688.0, 8674.0, 8684.0, 8686.0, 8682.0, 8667.0, 8666.0, 8700.0, 8667.0, 8666.0, 8696.0, 8649.0, 8661.0, 8662.0, 8663.0, 8647.0, 8661.0, 8675.0, 8648.0, 8664.0, 8680.0, 8648.0, 8663.0, 8661.0, 8674.0, 8665.0, 8664.0, 8679.0, 8665.0, 8664.0, 8664.0, 8665.0, 8653.0, 8664.0, 8680.0, 8651.0, 8678.0, 8678.0, 8667.0, 8667.0, 8677.0, 8681.0, 8667.0, 8680.0, 8680.0, 8649.0, 8663.0, 8662.0, 8680.0, 8647.0, 8658.0, 8674.0, 8644.0, 8660.0, 8648.0, 8649.0, 8674.0, 8655.0, 8693.0, 8673.0, 8646.0, 8659.0, 8662.0, 8648.0, 8663.0, 8665.0, 8677.0, 8650.0, 8645.0, 8660.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.002816899166034875</td></tr>
<tr><td colspan=3>aqi</td><td>0.04489747839272176</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.512404216123</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1600383475644909</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070471886342947</td></tr>
<tr><td colspan=3>efc</td><td>0.4511</td></tr>
<tr><td colspan=3>fber</td><td>6488.9653</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07867255302532036</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8953752843062925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497446901634029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3804785796086043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.709984389934392</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4018777353590908</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019446300342679024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018450450152158737</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.919732722380383</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>31.5837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.023</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.8811</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309340.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.2509</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1719</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.9205</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3126.8509</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.5414</td></tr>
<tr><td colspan=3>tsnr</td><td>32.19564219284803</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>