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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0025_ses-04_task-fractional_acq-mb8_run-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-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-04/func/sub-0025_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>b136f2824e219ef9aeeede7b177154fd</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:26:44.782500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99922, 0.0221494, 0.0326986, -0.02285, 0.999514, 0.0212076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10773</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-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>[4135, -7744, -7220, 536, -51, -113, -49, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.823</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1a99b7a-922f-4c56-bc87-365901ff4b4e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680833578109741, -0.061304789036512375, 0.08697506040334702, 113.9730224609375], [-0.059425342828035355, 2.6816227436065674, 0.05923321843147278, -78.80175018310547], [0.08772799372673035, -0.05689847469329834, 2.697948694229126, -67.36090850830078], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['112644.782500', '112645.242500', '112645.702500', '112646.162500', '112646.622500', '112647.082500', '112647.542500', '112648.002500', '112648.462500', '112648.922500', '112649.382500', '112649.842500', '112650.302500', '112650.762500', '112651.222500', '112651.682500', '112652.142500', '112652.602500', '112653.062500', '112653.522500', '112653.982500', '112654.442500', '112654.902500', '112655.362500', '112655.822500', '112656.282500', '112656.742500', '112657.202500', '112657.662500', '112658.122500', '112658.582500', '112659.042500', '112659.502500', '112659.962500', '112700.422500', '112700.882500', '112701.342500', '112701.802500', '112702.262500', '112702.722500', '112703.182500', '112703.642500', '112704.102500', '112704.562500', '112705.022500', '112705.482500', '112705.942500', '112706.402500', '112706.862500', '112707.322500', '112707.782500', '112708.242500', '112708.702500', '112709.162500', '112709.622500', '112710.082500', '112710.542500', '112711.002500', '112711.462500', '112711.922500', '112712.382500', '112712.842500', '112713.302500', '112713.762500', '112714.222500', '112714.682500', '112715.142500', '112715.602500', '112716.062500', '112716.522500', '112716.982500', '112717.442500', '112717.902500', '112718.362500', '112718.822500', '112719.282500', '112719.742500', '112720.202500', '112720.662500', '112721.122500', '112721.582500', '112722.042500', '112722.502500', '112722.962500', '112723.422500', '112723.882500', '112724.342500', '112724.802500', '112725.262500', '112725.722500', '112726.182500', '112726.642500', '112727.102500', '112727.562500', '112728.022500', '112728.482500', '112728.942500', '112729.402500', '112729.862500', '112730.322500', '112730.782500', '112731.242500', '112731.702500', '112732.162500', '112732.622500', '112733.082500', '112733.542500', '112734.002500', '112734.462500', '112734.922500', '112735.382500', '112735.842500', '112736.302500', '112736.762500', '112737.222500', '112737.682500', '112738.142500', '112738.602500', '112739.062500', '112739.522500', '112739.982500', '112740.442500', '112740.902500', '112741.362500', '112741.822500', '112742.282500', '112742.742500', '112743.202500', '112743.662500', '112744.122500', '112744.582500', '112745.042500', '112745.502500', '112745.962500', '112746.422500', '112746.882500', '112747.342500', '112747.802500', '112748.262500', '112748.722500', '112749.182500', '112749.642500', '112750.102500', '112750.562500', '112751.022500', '112751.482500', '112751.942500', '112752.402500', '112752.862500', '112753.322500', '112753.782500', '112754.242500', '112754.702500', '112755.162500', '112755.622500', '112756.082500', '112756.542500', '112757.002500', '112757.462500', '112757.922500', '112758.382500', '112758.842500', '112759.302500', '112759.762500', '112800.222500', '112800.682500', '112801.142500', '112801.602500', '112802.062500', '112802.522500', '112802.982500', '112803.442500', '112803.902500', '112804.362500', '112804.822500', '112805.282500', '112805.742500', '112806.202500', '112806.662500', '112807.122500', '112807.582500', '112808.042500', '112808.502500', '112808.962500', '112809.422500', '112809.882500', '112810.342500', '112810.802500', '112811.262500', '112811.722500', '112812.182500', '112812.642500', '112813.102500', '112813.562500', '112814.022500', '112814.482500', '112814.942500', '112815.402500', '112815.862500', '112816.322500', '112816.782500', '112817.242500', '112817.702500', '112818.162500', '112818.622500', '112819.082500', '112819.542500', '112820.002500', '112820.462500', '112820.922500', '112821.382500', '112821.842500', '112822.302500', '112822.762500', '112823.222500', '112823.682500', '112824.142500', '112824.602500', '112825.062500', '112825.522500', '112825.982500', '112826.442500', '112826.902500', '112827.362500', '112827.822500', '112828.282500', '112828.742500', '112829.202500', '112829.662500', '112830.122500', '112830.582500', '112831.042500', '112831.502500', '112831.962500', '112832.422500', '112832.882500', '112833.342500', '112833.802500', '112834.262500', '112834.722500', '112835.182500', '112835.642500', '112836.102500', '112836.562500', '112837.022500', '112837.482500', '112837.942500', '112838.402500', '112838.862500', '112839.322500', '112839.782500', '112840.242500', '112840.702500', '112841.162500', '112841.622500', '112842.082500', '112842.542500', '112843.002500', '112843.462500', '112843.922500', '112844.382500', '112844.842500', '112845.302500', '112845.762500', '112846.222500', '112846.682500', '112847.142500', '112847.602500', '112848.062500', '112848.522500', '112848.982500', '112849.442500', '112849.902500', '112850.362500', '112850.822500', '112851.282500', '112851.742500', '112852.202500', '112852.662500', '112853.122500', '112853.582500', '112854.042500', '112854.502500', '112854.962500', '112855.422500', '112855.882500', '112856.342500', '112856.802500', '112857.262500', '112857.722500', '112858.182500', '112858.642500', '112859.102500', '112859.562500', '112900.022500', '112900.482500', '112900.942500', '112901.402500', '112901.862500', '112902.322500', '112902.782500', '112903.242500', '112903.702500', '112904.162500', '112904.622500', '112905.082500', '112905.542500', '112906.002500', '112906.462500', '112906.922500', '112907.382500', '112907.842500', '112908.302500', '112908.762500', '112909.222500', '112909.682500', '112910.142500', '112910.602500', '112911.062500', '112911.522500', '112911.982500', '112912.442500', '112912.902500', '112913.362500', '112913.822500', '112914.282500', '112914.742500', '112915.202500', '112915.662500', '112916.122500', '112916.582500', '112917.042500', '112917.502500', '112917.962500', '112918.422500', '112918.882500', '112919.342500', '112919.802500', '112920.262500', '112920.722500', '112921.182500', '112921.642500', '112922.102500', '112922.562500', '112923.022500', '112923.482500', '112923.942500', '112924.402500', '112924.862500', '112925.322500', '112925.782500', '112926.242500', '112926.702500', '112927.162500', '112927.622500', '112928.082500', '112928.542500', '112929.002500', '112929.462500', '112929.922500', '112930.382500', '112930.842500', '112931.302500', '112931.762500', '112932.222500', '112932.682500', '112933.142500', '112933.602500', '112934.062500', '112934.522500', '112934.982500', '112935.442500', '112935.902500', '112936.362500', '112936.822500', '112937.282500', '112937.742500', '112938.202500', '112938.662500', '112939.122500', '112939.582500', '112940.042500', '112940.502500', '112940.962500', '112941.422500', '112941.882500', '112942.342500', '112942.802500', '112943.262500', '112943.722500', '112944.182500', '112944.642500', '112945.102500', '112945.562500', '112946.022500', '112946.482500', '112946.942500', '112947.402500', '112947.862500', '112948.322500', '112948.782500', '112949.242500', '112949.702500', '112950.162500', '112950.622500', '112951.082500', '112951.542500', '112952.002500', '112952.462500', '112952.922500', '112953.382500', '112953.842500', '112954.302500', '112954.762500', '112955.222500', '112955.682500', '112956.142500', '112956.602500', '112957.062500', '112957.522500', '112957.982500', '112958.442500', '112958.902500', '112959.362500', '112959.822500', '113000.282500', '113000.742500', '113001.202500', '113001.662500', '113002.122500', '113002.582500', '113003.042500', '113003.502500', '113003.962500', '113004.422500', '113004.882500', '113005.342500', '113005.802500', '113006.262500', '113006.722500', '113007.182500', '113007.642500', '113008.102500', '113008.562500', '113009.022500', '113009.482500', '113009.942500', '113010.402500', '113010.862500', '113011.322500', '113011.782500', '113012.242500', '113012.702500', '113013.162500', '113013.622500', '113014.082500', '113014.542500', '113015.002500', '113015.462500', '113015.922500', '113016.382500', '113016.842500', '113017.302500', '113017.762500', '113018.222500', '113018.682500', '113019.142500', '113019.602500', '113020.062500', '113020.522500', '113020.982500', '113021.442500', '113021.902500', '113022.362500', '113022.822500', '113023.282500', '113023.742500', '113024.202500', '113024.662500', '113025.122500', '113025.582500', '113026.042500', '113026.502500', '113026.962500', '113027.422500', '113027.882500', '113028.342500', '113028.802500', '113029.262500', '113029.722500', '113030.182500', '113030.642500', '113031.102500', '113031.562500', '113032.022500', '113032.482500', '113032.942500', '113033.402500', '113033.862500', '113034.322500', '113034.782500', '113035.242500', '113035.702500', '113036.162500', '113036.622500', '113037.082500', '113037.542500', '113038.002500', '113038.462500', '113038.922500', '113039.382500', '113039.842500', '113040.302500', '113040.762500', '113041.222500', '113041.682500', '113042.142500', '113042.602500', '113043.062500', '113043.522500', '113043.982500', '113044.442500', '113044.902500', '113045.362500', '113045.822500', '113046.282500', '113046.742500', '113047.202500', '113047.662500', '113048.122500', '113048.582500', '113049.042500', '113049.502500', '113049.962500', '113050.422500', '113050.882500', '113051.342500', '113051.802500', '113052.262500', '113052.722500', '113053.182500', '113053.642500', '113054.102500', '113054.562500', '113055.022500', '113055.482500', '113055.942500', '113056.402500', '113056.862500', '113057.322500', '113057.782500', '113058.242500', '113058.702500', '113059.162500', '113059.622500', '113100.082500', '113100.542500', '113101.002500', '113101.462500', '113101.922500', '113102.382500', '113102.842500', '113103.302500', '113103.762500', '113104.222500', '113104.682500', '113105.142500', '113105.602500', '113106.062500', '113106.522500', '113106.982500', '113107.442500', '113107.902500', '113108.362500', '113108.822500', '113109.282500', '113109.742500', '113110.202500', '113110.662500', '113111.122500', '113111.582500', '113112.042500', '113112.502500', '113112.962500', '113113.422500', '113113.882500', '113114.342500', '113114.802500', '113115.262500', '113115.722500', '113116.182500', '113116.642500', '113117.102500', '113117.562500', '113118.022500', '113118.482500', '113118.942500', '113119.402500', '113119.862500', '113120.322500', '113120.782500', '113121.242500', '113121.702500', '113122.162500', '113122.622500', '113123.082500', '113123.542500', '113124.002500', '113124.462500', '113124.922500', '113125.382500', '113125.842500', '113126.302500', '113126.762500', '113127.222500', '113127.682500', '113128.142500', '113128.602500', '113129.062500', '113129.522500', '113129.982500', '113130.442500', '113130.902500', '113131.362500', '113131.822500', '113132.282500', '113132.742500', '113133.202500', '113133.662500', '113134.122500', '113134.582500', '113135.042500', '113135.502500', '113135.962500', '113136.422500', '113136.882500', '113137.342500', '113137.802500', '113138.262500', '113138.722500', '113139.182500', '113139.642500', '113140.102500', '113140.562500', '113141.022500', '113141.482500', '113141.942500', '113142.402500', '113142.862500', '113143.322500', '113143.782500', '113144.242500', '113144.702500', '113145.162500', '113145.622500', '113146.082500', '113146.542500', '113147.002500', '113147.462500', '113147.922500', '113148.382500', '113148.842500', '113149.302500', '113149.762500', '113150.222500', '113150.682500', '113151.142500', '113151.602500', '113152.062500', '113152.522500', '113152.982500', '113153.442500', '113153.902500', '113154.362500', '113154.822500', '113155.282500', '113155.742500', '113156.202500', '113156.662500', '113157.122500', '113157.582500', '113158.042500', '113158.502500', '113158.962500', '113159.422500', '113159.882500', '113200.342500', '113200.802500', '113201.262500', '113201.722500', '113202.182500', '113202.642500', '113203.102500', '113203.562500', '113204.022500', '113204.482500', '113204.942500', '113205.402500', '113205.862500', '113206.322500', '113206.782500', '113207.242500', '113207.702500', '113208.162500', '113208.622500', '113209.082500', '113209.542500', '113210.002500', '113210.462500', '113210.922500', '113211.382500', '113211.842500', '113212.302500', '113212.762500', '113213.222500', '113213.682500', '113214.142500', '113214.602500', '113215.062500', '113215.522500', '113215.982500', '113216.442500', '113216.902500', '113217.362500', '113217.822500', '113218.282500', '113218.742500', '113219.202500', '113219.662500', '113220.122500', '113220.582500', '113221.042500', '113221.502500', '113221.962500', '113222.422500', '113222.882500', '113223.342500', '113223.802500', '113224.262500', '113224.722500', '113225.182500', '113225.642500', '113226.102500', '113226.562500', '113227.022500', '113227.482500', '113227.942500', '113228.402500', '113228.862500', '113229.322500', '113229.782500', '113230.242500', '113230.702500', '113231.162500', '113231.622500', '113232.082500', '113232.542500', '113233.002500', '113233.462500', '113233.922500', '113234.382500', '113234.842500', '113235.302500', '113235.762500', '113236.222500', '113236.682500', '113237.142500', '113237.602500', '113238.062500', '113238.522500', '113238.982500', '113239.442500', '113239.902500', '113240.362500', '113240.822500', '113241.282500', '113241.742500', '113242.202500', '113242.662500', '113243.122500', '113243.582500', '113244.042500', '113244.502500', '113244.962500', '113245.422500', '113245.882500', '113246.342500', '113246.802500', '113247.262500', '113247.722500', '113248.182500', '113248.642500', '113249.102500', '113249.562500', '113250.022500', '113250.482500', '113250.942500', '113251.402500', '113251.862500', '113252.322500', '113252.782500', '113253.242500', '113253.702500', '113254.162500', '113254.622500', '113255.082500', '113255.542500', '113256.002500', '113256.462500', '113256.922500', '113257.382500', '113257.842500', '113258.302500', '113258.762500', '113259.222500', '113259.682500', '113300.142500', '113300.602500', '113301.062500', '113301.522500', '113301.982500', '113302.442500', '113302.902500', '113303.362500', '113303.822500', '113304.282500', '113304.742500', '113305.202500', '113305.662500', '113306.122500', '113306.582500', '113307.042500', '113307.502500', '113307.962500', '113308.422500', '113308.882500', '113309.342500', '113309.802500', '113310.262500', '113310.722500', '113311.182500', '113311.642500', '113312.102500', '113312.562500', '113313.022500', '113313.482500', '113313.942500', '113314.402500', '113314.862500', '113315.322500', '113315.782500', '113316.242500', '113316.702500', '113317.162500', '113317.622500', '113318.082500', '113318.542500', '113319.002500', '113319.462500', '113319.922500', '113320.382500', '113320.842500', '113321.302500', '113321.762500', '113322.222500', '113322.682500', '113323.142500', '113323.602500', '113324.062500', '113324.522500', '113324.982500', '113325.442500', '113325.902500', '113326.362500', '113326.822500', '113327.282500', '113327.742500', '113328.202500', '113328.662500', '113329.122500', '113329.582500', '113330.042500', '113330.502500', '113330.962500', '113331.422500', '113331.882500', '113332.342500', '113332.802500', '113333.262500', '113333.722500', '113334.182500', '113334.642500', '113335.102500', '113335.562500', '113336.022500', '113336.482500', '113336.942500', '113337.402500', '113337.862500', '113338.322500', '113338.782500', '113339.242500', '113339.702500', '113340.162500', '113340.622500', '113341.082500', '113341.542500', '113342.002500', '113342.462500', '113342.922500', '113343.382500', '113343.842500', '113344.302500', '113344.762500', '113345.222500', '113345.682500', '113346.142500', '113346.602500', '113347.062500', '113347.522500', '113347.982500', '113348.442500', '113348.902500', '113349.362500', '113349.822500', '113350.282500', '113350.742500', '113351.202500', '113351.662500', '113352.122500', '113352.582500', '113353.042500', '113353.502500', '113353.962500', '113354.422500', '113354.882500', '113355.342500', '113355.802500', '113356.262500', '113356.722500', '113357.182500', '113357.642500', '113358.102500', '113358.562500', '113359.022500', '113359.482500', '113359.942500', '113400.402500', '113400.862500', '113401.322500', '113401.782500', '113402.242500', '113402.702500', '113403.162500', '113403.622500', '113404.082500', '113404.542500', '113405.002500', '113405.462500', '113405.922500', '113406.382500', '113406.842500', '113407.302500', '113407.762500', '113408.222500', '113408.682500', '113409.142500', '113409.602500', '113410.062500', '113410.522500', '113410.982500', '113411.442500', '113411.902500', '113412.362500', '113412.822500', '113413.282500', '113413.742500', '113414.202500', '113414.662500', '113415.122500', '113415.582500', '113416.042500', '113416.502500', '113416.962500', '113417.422500', '113417.882500', '113418.342500', '113418.802500', '113419.262500', '113419.722500', '113420.182500', '113420.642500', '113421.102500', '113421.562500', '113422.022500', '113422.482500', '113422.942500', '113423.402500', '113423.862500', '113424.322500', '113424.782500', '113425.242500', '113425.702500', '113426.162500', '113426.622500', '113427.082500', '113427.542500', '113428.002500', '113428.462500', '113428.922500', '113429.382500', '113429.842500', '113430.302500', '113430.762500', '113431.222500', '113431.682500', '113432.142500', '113432.602500', '113433.062500', '113433.522500', '113433.982500', '113434.442500', '113434.902500', '113435.362500', '113435.822500', '113436.282500', '113436.742500', '113437.202500', '113437.662500', '113438.122500', '113438.582500', '113439.042500', '113439.502500', '113439.962500', '113440.422500', '113440.882500', '113441.342500', '113441.802500', '113442.262500', '113442.722500', '113443.182500', '113443.642500', '113444.102500', '113444.562500', '113445.022500', '113445.482500', '113445.942500', '113446.402500', '113446.862500', '113447.322500', '113447.782500', '113448.242500', '113448.702500', '113449.162500', '113449.622500', '113450.082500', '113450.542500', '113451.002500', '113451.462500', '113451.922500', '113452.382500', '113452.842500', '113453.302500', '113453.762500', '113454.222500', '113454.682500', '113455.142500', '113455.602500', '113456.062500', '113456.522500', '113456.982500', '113457.442500', '113457.902500', '113458.362500', '113458.822500', '113459.282500', '113459.742500', '113500.202500', '113500.662500', '113501.122500', '113501.582500', '113502.042500', '113502.502500', '113502.962500', '113503.422500', '113503.882500', '113504.342500', '113504.802500', '113505.262500', '113505.722500', '113506.182500', '113506.642500', '113507.102500', '113507.562500', '113508.022500', '113508.482500', '113508.942500', '113509.402500', '113509.862500', '113510.322500', '113510.782500', '113511.242500', '113511.702500', '113512.162500', '113512.622500', '113513.082500', '113513.542500', '113514.002500', '113514.462500', '113514.922500', '113515.382500', '113515.842500', '113516.302500', '113516.762500', '113517.222500', '113517.682500', '113518.142500', '113518.602500', '113519.062500', '113519.522500', '113519.982500', '113520.442500', '113520.902500', '113521.362500', '113521.822500', '113522.282500', '113522.742500', '113523.202500', '113523.662500', '113524.122500', '113524.582500', '113525.042500', '113525.502500', '113525.962500', '113526.422500', '113526.882500', '113527.342500', '113527.802500', '113528.262500', '113528.722500', '113529.182500', '113529.642500', '113530.102500', '113530.562500', '113531.022500', '113531.482500', '113531.942500', '113532.402500', '113532.862500', '113533.322500', '113533.782500', '113534.242500', '113534.702500', '113535.162500', '113535.622500', '113536.082500', '113536.542500', '113537.002500', '113537.462500', '113537.922500', '113538.382500', '113538.842500', '113539.302500', '113539.762500', '113540.222500', '113540.682500', '113541.142500', '113541.602500', '113542.062500', '113542.522500', '113542.982500', '113543.442500', '113543.902500', '113544.362500', '113544.822500', '113545.282500', '113545.742500', '113546.202500', '113546.662500', '113547.122500', '113547.582500', '113548.042500', '113548.502500', '113548.962500', '113549.422500', '113549.882500', '113550.342500', '113550.802500', '113551.262500', '113551.722500', '113552.182500', '113552.642500', '113553.102500', '113553.562500', '113554.022500', '113554.482500', '113554.942500', '113555.402500', '113555.862500', '113556.322500', '113556.782500', '113557.242500', '113557.702500', '113558.162500', '113558.622500', '113559.082500', '113559.542500', '113600.002500', '113600.462500', '113600.922500', '113601.382500', '113601.842500', '113602.302500', '113602.762500', '113603.222500', '113603.682500', '113604.142500', '113604.602500', '113605.062500', '113605.522500', '113605.982500', '113606.442500', '113606.902500', '113607.362500', '113607.822500', '113608.282500', '113608.742500', '113609.202500', '113609.662500', '113610.122500', '113610.582500', '113611.042500', '113611.502500', '113611.962500', '113612.422500', '113612.882500', '113613.342500', '113613.802500', '113614.262500', '113614.722500', '113615.182500', '113615.642500', '113616.102500', '113616.562500', '113617.022500', '113617.482500', '113617.942500', '113618.402500', '113618.862500', '113619.322500', '113619.782500', '113620.242500', '113620.702500', '113621.162500', '113621.622500', '113622.082500', '113622.542500', '113623.002500', '113623.462500', '113623.922500', '113624.382500', '113624.842500', '113625.302500', '113625.762500', '113626.222500', '113626.682500', '113627.142500', '113627.602500', '113628.062500', '113628.522500', '113628.982500', '113629.442500', '113629.902500', '113630.362500', '113630.822500', '113631.282500', '113631.742500', '113632.202500', '113632.662500', '113633.122500', '113633.582500', '113634.042500', '113634.502500', '113634.962500', '113635.422500', '113635.882500', '113636.342500', '113636.802500', '113637.262500', '113637.722500', '113638.182500', '113638.642500', '113639.102500', '113639.562500', '113640.022500', '113640.482500', '113640.942500', '113641.402500', '113641.862500', '113642.322500', '113642.782500', '113643.242500', '113643.702500', '113644.162500', '113644.622500', '113645.082500', '113645.542500', '113646.002500', '113646.462500', '113646.922500', '113647.382500', '113647.842500', '113648.302500', '113648.762500', '113649.222500', '113649.682500', '113650.142500', '113650.602500', '113651.062500', '113651.522500', '113651.982500', '113652.442500'], 'ContentTime': ['112657.938000', '112657.941000', '112657.944000', '112657.947000', '112657.950000', '112657.952000', '112657.955000', '112657.967000', '112657.976000', '112657.978000', '112657.981000', '112657.984000', '112657.987000', '112657.990000', '112657.992000', '112657.995000', '112657.998000', '112658.002000', '112658.005000', '112658.007000', '112658.010000', '112658.013000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.035000', '112717.909000', '112717.912000', '112717.915000', '112717.917000', '112717.920000', '112717.923000', '112717.926000', '112717.928000', '112717.931000', '112717.934000', '112717.937000', '112717.939000', '112717.942000', '112717.945000', '112717.948000', '112717.951000', '112717.953000', '112717.964000', '112717.967000', '112717.970000', '112717.973000', '112717.975000', '112717.978000', '112717.981000', '112717.984000', '112717.986000', '112717.989000', '112717.992000', '112718.001000', '112718.004000', '112718.007000', '112718.009000', '112718.012000', '112718.015000', '112718.018000', '112718.020000', '112718.023000', '112718.026000', '112718.029000', '112718.031000', '112718.034000', '112718.037000', '112718.040000', '112737.909000', '112737.912000', '112737.915000', '112737.918000', '112737.920000', '112737.923000', '112737.926000', '112737.929000', '112737.932000', '112737.934000', '112737.937000', '112737.940000', '112737.942000', '112737.963000', '112737.966000', '112737.969000', '112737.971000', '112737.974000', '112737.977000', '112737.980000', '112737.982000', '112737.985000', '112737.988000', '112737.991000', '112737.993000', '112738.007000', '112738.010000', '112738.012000', '112738.015000', '112738.018000', '112738.021000', '112738.024000', '112738.026000', '112738.029000', '112738.032000', '112738.035000', '112738.037000', '112738.040000', '112738.043000', '112738.046000', '112738.048000', '112738.051000', '112738.054000', '112757.909000', '112757.912000', '112757.914000', '112757.917000', '112757.920000', '112757.923000', '112757.926000', '112757.928000', '112757.931000', '112757.934000', '112757.937000', '112757.939000', '112757.942000', '112757.945000', '112757.948000', '112757.950000', '112757.953000', '112757.956000', '112757.959000', '112757.961000', '112757.964000', '112757.967000', '112757.970000', '112757.972000', '112757.975000', '112757.978000', '112757.981000', '112757.984000', '112757.987000', '112757.989000', '112757.992000', '112757.995000', '112757.998000', '112758.000000', '112758.003000', '112758.006000', '112758.009000', '112758.012000', '112758.014000', '112758.017000', '112758.020000', '112758.022000', '112758.025000', '112758.028000', '112817.909000', '112817.912000', '112817.915000', '112817.919000', '112817.924000', '112817.927000', '112817.930000', '112817.933000', '112817.936000', '112817.938000', '112817.941000', '112817.944000', '112817.947000', '112817.950000', '112817.952000', '112817.955000', '112817.958000', '112817.961000', '112817.964000', '112817.966000', '112817.969000', '112817.972000', '112817.975000', '112817.978000', '112817.980000', '112817.983000', '112817.986000', '112817.989000', '112817.992000', '112817.994000', '112817.997000', '112818.001000', '112818.004000', '112818.007000', '112818.009000', '112818.012000', '112818.015000', '112818.018000', '112818.020000', '112818.023000', '112818.026000', '112818.029000', '112818.031000', '112837.909000', '112837.912000', '112837.915000', '112837.917000', '112837.920000', '112837.923000', '112837.926000', '112837.928000', '112837.931000', '112837.934000', '112837.937000', '112837.940000', '112837.942000', '112837.945000', '112837.948000', '112837.951000', '112837.954000', '112837.956000', '112837.959000', '112837.962000', '112837.965000', '112837.967000', '112837.970000', '112837.973000', '112837.976000', '112837.979000', '112837.982000', '112837.984000', '112837.987000', '112837.990000', '112837.993000', '112837.996000', '112837.998000', '112838.002000', '112838.005000', '112838.008000', '112838.010000', '112838.013000', '112838.016000', '112838.019000', '112838.022000', '112838.024000', '112838.027000', '112838.030000', '112857.909000', '112857.912000', '112857.915000', '112857.918000', '112857.920000', '112857.923000', '112857.926000', '112857.929000', '112857.931000', '112857.934000', '112857.937000', '112857.940000', '112857.943000', '112857.946000', '112857.948000', '112857.951000', '112857.954000', '112857.957000', '112857.960000', '112857.963000', '112857.965000', '112857.968000', '112857.971000', '112857.974000', '112857.977000', '112857.980000', '112857.982000', '112857.985000', '112857.988000', '112857.991000', '112857.994000', '112857.996000', '112858.000000', '112858.003000', '112858.006000', '112858.009000', '112858.011000', '112858.014000', '112858.017000', '112858.020000', '112858.023000', '112858.025000', '112858.028000', '112917.909000', '112917.912000', '112917.915000', '112917.917000', '112917.920000', '112917.923000', '112917.926000', '112917.929000', '112917.931000', '112917.934000', '112917.950000', '112917.953000', '112917.955000', '112917.958000', '112917.961000', '112917.964000', '112917.966000', '112917.969000', '112917.972000', '112917.975000', '112917.978000', '112917.980000', '112917.983000', '112917.986000', '112917.989000', '112917.992000', '112917.994000', '112917.997000', '112918.001000', '112918.004000', '112918.007000', '112918.010000', '112918.012000', '112918.015000', '112918.018000', '112918.021000', '112918.024000', '112918.026000', '112918.029000', '112918.032000', '112918.035000', '112918.038000', '112918.040000', '112918.043000', '112937.909000', '112937.912000', '112937.915000', '112937.918000', '112937.920000', '112937.923000', '112937.926000', '112937.929000', '112937.932000', '112937.934000', '112937.937000', '112937.940000', '112937.943000', '112937.946000', '112937.950000', '112937.953000', '112937.956000', '112937.959000', '112937.961000', '112937.964000', '112937.967000', '112937.970000', '112937.973000', '112937.975000', '112937.978000', '112937.981000', '112937.984000', '112937.987000', '112937.989000', '112937.992000', '112937.995000', '112937.998000', '112938.002000', '112938.004000', '112938.007000', '112938.010000', '112938.013000', '112938.016000', '112938.018000', '112938.021000', '112938.024000', '112938.027000', '112938.030000', '112957.909000', '112957.912000', '112957.915000', '112957.917000', '112957.920000', '112957.923000', '112957.926000', '112957.928000', '112957.931000', '112957.934000', '112957.937000', '112957.940000', '112957.943000', '112957.945000', '112957.948000', '112957.951000', '112957.954000', '112957.957000', '112957.959000', '112957.962000', '112957.965000', '112957.968000', '112957.970000', '112957.973000', '112957.976000', '112957.979000', '112957.982000', '112957.984000', '112957.987000', '112957.990000', '112957.993000', '112957.996000', '112957.998000', '112958.002000', '112958.005000', '112958.008000', '112958.010000', '112958.013000', '112958.016000', '112958.019000', '112958.022000', '112958.024000', '112958.027000', '112958.030000', '113017.909000', '113017.912000', '113017.915000', '113017.917000', '113017.920000', '113017.923000', '113017.926000', '113017.929000', '113017.932000', '113017.934000', '113017.937000', '113017.940000', '113017.943000', '113017.946000', '113017.948000', '113017.951000', '113017.954000', '113017.957000', '113017.960000', '113017.962000', '113017.965000', '113017.968000', '113017.971000', '113017.974000', '113017.977000', '113017.980000', '113017.983000', '113017.985000', '113017.988000', '113017.991000', '113017.994000', '113017.997000', '113017.999000', '113018.002000', '113018.005000', '113018.008000', '113018.011000', '113018.013000', '113018.016000', '113018.019000', '113018.022000', '113018.025000', '113018.027000', '113037.909000', '113037.912000', '113037.915000', '113037.917000', '113037.920000', '113037.923000', '113037.926000', '113037.929000', '113037.931000', '113037.934000', '113037.937000', '113037.940000', '113037.943000', '113037.945000', '113037.948000', '113037.951000', '113037.954000', '113037.957000', '113037.959000', '113037.962000', '113037.965000', '113037.968000', '113037.970000', '113037.973000', '113037.976000', '113037.979000', '113037.982000', '113037.984000', '113037.987000', '113037.990000', '113037.993000', '113037.995000', '113037.998000', '113038.002000', '113038.005000', '113038.022000', '113038.025000', '113038.027000', '113038.030000', '113038.033000', '113038.036000', '113038.039000', '113038.041000', '113038.044000', '113057.909000', '113057.912000', '113057.915000', '113057.918000', '113057.920000', '113057.923000', '113057.926000', '113057.929000', '113057.933000', '113057.936000', '113057.939000', '113057.942000', '113057.945000', '113057.948000', '113057.950000', '113057.953000', '113057.956000', '113057.959000', '113057.962000', '113057.965000', '113057.967000', '113057.970000', '113057.973000', '113057.976000', '113057.979000', '113057.981000', '113057.984000', '113057.987000', '113057.992000', '113057.995000', '113057.998000', '113058.002000', '113058.004000', '113058.007000', '113058.010000', '113058.013000', '113058.016000', '113058.019000', '113058.021000', '113058.024000', '113058.027000', '113058.030000', '113058.033000', '113117.909000', '113117.912000', '113117.915000', '113117.917000', '113117.920000', '113117.923000', '113117.926000', '113117.929000', '113117.931000', '113117.934000', '113117.937000', '113117.940000', '113117.943000', '113117.945000', '113117.948000', '113117.951000', '113117.954000', '113117.957000', '113117.959000', '113117.962000', '113117.965000', '113117.968000', '113117.971000', '113117.973000', '113117.976000', '113117.979000', '113117.982000', '113117.985000', '113117.987000', '113117.990000', '113117.993000', '113117.996000', '113118.000000', '113118.003000', '113118.006000', '113118.008000', '113118.011000', '113118.014000', '113118.017000', '113118.019000', '113118.022000', '113118.025000', '113118.028000', '113118.030000', '113137.909000', '113137.912000', '113137.915000', '113137.918000', '113137.920000', '113137.923000', '113137.926000', '113137.929000', '113137.931000', '113137.934000', '113137.937000', '113137.940000', '113137.943000', '113137.946000', '113137.948000', '113137.951000', '113137.954000', '113137.957000', '113137.960000', '113137.962000', '113137.965000', '113137.968000', '113137.971000', '113137.974000', '113137.977000', '113137.979000', '113137.982000', '113137.985000', '113137.988000', '113137.991000', '113137.994000', '113137.996000', '113138.000000', '113138.003000', '113138.006000', '113138.009000', '113138.011000', '113138.014000', '113138.017000', '113138.020000', '113138.022000', '113138.025000', '113138.028000', '113157.909000', '113157.912000', '113157.915000', '113157.917000', '113157.920000', '113157.923000', '113157.926000', '113157.929000', '113157.932000', '113157.934000', '113157.937000', '113157.940000', '113157.943000', '113157.945000', '113157.948000', '113157.951000', '113157.954000', '113157.957000', '113157.959000', '113157.962000', '113157.965000', '113157.968000', '113157.971000', '113157.973000', '113157.976000', '113157.979000', '113157.982000', '113157.985000', '113157.987000', '113157.990000', '113157.993000', '113157.996000', '113158.000000', '113158.002000', '113158.005000', '113158.008000', '113158.011000', '113158.014000', '113158.016000', '113158.019000', '113158.022000', '113158.025000', '113158.028000', '113158.030000', '113217.909000', '113217.924000', '113217.926000', '113217.929000', '113217.932000', '113217.935000', '113217.937000', '113217.940000', '113217.943000', '113217.946000', '113217.949000', '113217.951000', '113217.954000', '113217.957000', '113217.960000', '113217.963000', '113217.966000', '113217.968000', '113217.972000', '113217.975000', '113217.978000', '113217.980000', '113217.983000', '113217.986000', '113217.989000', '113217.992000', '113217.994000', '113217.997000', '113218.001000', '113218.004000', '113218.007000', '113218.009000', '113218.012000', '113218.015000', '113218.018000', '113218.020000', '113218.023000', '113218.026000', '113218.029000', '113218.033000', '113218.036000', '113218.038000', '113218.041000', '113237.909000', '113237.912000', '113237.915000', '113237.917000', '113237.920000', '113237.923000', '113237.926000', '113237.929000', '113237.931000', '113237.934000', '113237.937000', '113237.940000', '113237.943000', '113237.945000', '113237.948000', '113237.951000', '113237.954000', '113237.957000', '113237.960000', '113237.962000', '113237.965000', '113237.968000', '113237.971000', '113237.974000', '113237.976000', '113237.979000', '113237.982000', '113237.985000', '113237.988000', '113237.990000', '113237.993000', '113237.996000', '113237.999000', '113238.002000', '113238.004000', '113238.007000', '113238.010000', '113238.013000', '113238.016000', '113238.018000', '113238.021000', '113238.024000', '113238.027000', '113238.029000', '113257.909000', '113257.912000', '113257.915000', '113257.918000', '113257.920000', '113257.923000', '113257.926000', '113257.929000', '113257.932000', '113257.934000', '113257.937000', '113257.940000', '113257.943000', '113257.946000', '113257.948000', '113257.951000', '113257.954000', '113257.957000', '113257.960000', '113257.962000', '113257.965000', '113257.968000', '113257.971000', '113257.974000', '113257.976000', '113257.979000', '113257.982000', '113257.985000', '113257.988000', '113257.992000', '113257.995000', '113257.998000', '113258.001000', '113258.004000', '113258.007000', '113258.010000', '113258.013000', '113258.015000', '113258.018000', '113258.021000', '113258.024000', '113258.027000', '113258.029000', '113317.909000', '113317.912000', '113317.915000', '113317.918000', '113317.920000', '113317.923000', '113317.926000', '113317.929000', '113317.931000', '113317.934000', '113317.937000', '113317.940000', '113317.942000', '113317.945000', '113317.948000', '113317.951000', '113317.954000', '113317.957000', '113317.959000', '113317.962000', '113317.965000', '113317.968000', '113317.970000', '113317.973000', '113317.976000', '113317.979000', '113317.982000', '113317.984000', '113317.987000', '113317.990000', '113317.993000', '113317.996000', '113317.998000', '113318.002000', '113318.005000', '113318.008000', '113318.011000', '113318.013000', '113318.016000', '113318.019000', '113318.022000', '113318.025000', '113318.027000', '113318.030000', '113337.909000', '113337.912000', '113337.915000', '113337.918000', '113337.920000', '113337.923000', '113337.926000', '113337.929000', '113337.931000', '113337.934000', '113337.937000', '113337.940000', '113337.955000', '113337.958000', '113337.961000', '113337.964000', '113337.967000', '113337.970000', '113337.973000', '113337.976000', '113337.979000', '113337.981000', '113337.984000', '113337.987000', '113337.990000', '113337.993000', '113337.995000', '113337.998000', '113338.002000', '113338.005000', '113338.008000', '113338.011000', '113338.014000', '113338.017000', '113338.020000', '113338.023000', '113338.026000', '113338.028000', '113338.031000', '113338.034000', '113338.037000', '113338.040000', '113338.042000', '113357.909000', '113357.912000', '113357.915000', '113357.918000', '113357.920000', '113357.923000', '113357.926000', '113357.929000', '113357.932000', '113357.934000', '113357.937000', '113357.940000', '113357.943000', '113357.946000', '113357.948000', '113357.951000', '113357.954000', '113357.957000', '113357.960000', '113357.963000', '113357.965000', '113357.968000', '113357.971000', '113357.974000', '113357.977000', '113357.979000', '113357.982000', '113357.985000', '113357.988000', '113357.991000', '113357.994000', '113357.996000', '113358.000000', '113358.003000', '113358.006000', '113358.008000', '113358.011000', '113358.014000', '113358.017000', '113358.020000', '113358.023000', '113358.026000', '113358.028000', '113358.031000', '113417.909000', '113417.912000', '113417.915000', '113417.918000', '113417.920000', '113417.923000', '113417.926000', '113417.929000', '113417.932000', '113417.934000', '113417.937000', '113417.940000', '113417.943000', '113417.946000', '113417.949000', '113417.951000', '113417.954000', '113417.957000', '113417.960000', '113417.963000', '113417.965000', '113417.968000', '113417.971000', '113417.974000', '113417.977000', '113417.979000', '113417.982000', '113417.985000', '113417.988000', '113417.991000', '113417.993000', '113417.996000', '113418.000000', '113418.003000', '113418.006000', '113418.008000', '113418.011000', '113418.014000', '113418.017000', '113418.020000', '113418.022000', '113418.025000', '113418.028000', '113437.909000', '113437.912000', '113437.915000', '113437.917000', '113437.920000', '113437.923000', '113437.926000', '113437.929000', '113437.931000', '113437.934000', '113437.937000', '113437.940000', '113437.943000', '113437.945000', '113437.948000', '113437.951000', '113437.954000', '113437.957000', '113437.959000', '113437.962000', '113437.965000', '113437.968000', '113437.971000', '113437.973000', '113437.976000', '113437.979000', '113437.982000', '113437.985000', '113437.988000', '113437.990000', '113437.993000', '113437.996000', '113438.000000', '113438.002000', '113438.005000', '113438.008000', '113438.011000', '113438.014000', '113438.017000', '113438.019000', '113438.022000', '113438.025000', '113438.028000', '113438.031000', '113457.909000', '113457.912000', '113457.915000', '113457.918000', '113457.920000', '113457.923000', '113457.926000', '113457.929000', '113457.931000', '113457.934000', '113457.937000', '113457.940000', '113457.943000', '113457.946000', '113457.948000', '113457.951000', '113457.954000', '113457.957000', '113457.959000', '113457.962000', '113457.965000', '113457.968000', '113457.971000', '113457.987000', '113457.990000', '113457.993000', '113457.996000', '113457.999000', '113458.002000', '113458.004000', '113458.007000', '113458.010000', '113458.013000', '113458.016000', '113458.018000', '113458.021000', '113458.024000', '113458.027000', '113458.030000', '113458.032000', '113458.035000', '113458.038000', '113458.041000', '113517.909000', '113517.912000', '113517.915000', '113517.918000', '113517.920000', '113517.923000', '113517.926000', '113517.929000', '113517.932000', '113517.934000', '113517.937000', '113517.940000', '113517.943000', '113517.946000', '113517.948000', '113517.951000', '113517.954000', '113517.957000', '113517.960000', '113517.962000', '113517.965000', '113517.968000', '113517.971000', '113517.974000', '113517.976000', '113517.979000', '113517.982000', '113517.985000', '113517.988000', '113517.990000', '113517.993000', '113517.996000', '113518.000000', '113518.003000', '113518.005000', '113518.008000', '113518.011000', '113518.014000', '113518.017000', '113518.020000', '113518.023000', '113518.025000', '113518.028000', '113518.031000', '113537.909000', '113537.912000', '113537.915000', '113537.918000', '113537.920000', '113537.923000', '113537.926000', '113537.929000', '113537.932000', '113537.935000', '113537.937000', '113537.940000', '113537.943000', '113537.946000', '113537.948000', '113537.951000', '113537.954000', '113537.957000', '113537.960000', '113537.962000', '113537.965000', '113537.968000', '113537.971000', '113537.974000', '113537.977000', '113537.979000', '113537.982000', '113537.985000', '113537.988000', '113537.990000', '113537.993000', '113537.996000', '113538.000000', '113538.003000', '113538.006000', '113538.008000', '113538.011000', '113538.014000', '113538.017000', '113538.020000', '113538.022000', '113538.025000', '113538.028000', '113557.909000', '113557.912000', '113557.915000', '113557.918000', '113557.920000', '113557.923000', '113557.926000', '113557.929000', '113557.932000', '113557.935000', '113557.937000', '113557.940000', '113557.943000', '113557.946000', '113557.949000', '113557.951000', '113557.954000', '113557.957000', '113557.960000', '113557.963000', '113557.966000', '113557.968000', '113557.971000', '113557.974000', '113557.977000', '113557.980000', '113557.982000', '113557.985000', '113557.988000', '113557.991000', '113557.994000', '113557.996000', '113558.000000', '113558.003000', '113558.006000', '113558.009000', '113558.011000', '113558.014000', '113558.017000', '113558.020000', '113558.023000', '113558.025000', '113558.028000', '113617.909000', '113617.912000', '113617.915000', '113617.918000', '113617.921000', '113617.923000', '113617.937000', '113617.940000', '113617.943000', '113617.946000', '113617.949000', '113617.951000', '113617.954000', '113617.957000', '113617.960000', '113617.963000', '113617.965000', '113617.968000', '113617.971000', '113617.974000', '113617.977000', '113617.980000', '113617.983000', '113617.985000', '113617.988000', '113617.991000', '113617.994000', '113617.997000', '113618.000000', '113618.003000', '113618.006000', '113618.009000', '113618.012000', '113618.014000', '113618.017000', '113618.020000', '113618.023000', '113618.026000', '113618.029000', '113618.031000', '113618.034000', '113618.037000', '113618.040000', '113618.042000', '113637.909000', '113637.912000', '113637.915000', '113637.918000', '113637.920000', '113637.923000', '113637.926000', '113637.929000', '113637.932000', '113637.937000', '113637.940000', '113637.943000', '113637.945000', '113637.948000', '113637.951000', '113637.954000', '113637.957000', '113637.959000', '113637.962000', '113637.965000', '113637.968000', '113637.971000', '113637.974000', '113637.976000', '113637.979000', '113637.982000', '113637.985000', '113637.987000', '113637.990000', '113637.993000', '113637.996000', '113638.000000', '113638.009000', '113638.011000', '113638.014000', '113638.017000', '113638.020000', '113638.023000', '113638.025000', '113638.028000', '113638.031000', '113638.034000', '113638.037000', '113653.633000', '113653.636000', '113653.639000', '113653.642000', '113653.646000', '113653.649000', '113653.652000', '113653.655000', '113653.658000', '113653.661000', '113653.664000', '113653.667000', '113653.670000', '113653.673000', '113653.676000', '113653.678000', '113653.681000', '113653.684000', '113653.687000', '113653.690000', '113653.693000', '113653.696000', '113653.699000', '113653.702000', '113653.705000', '113653.708000', '113653.711000', '113653.713000', '113653.716000', '113653.719000', '113653.722000', '113653.725000', '113653.728000', '113653.731000', '113653.733000'], 'InstanceCreationTime': ['112657.938000', '112657.941000', '112657.944000', '112657.947000', '112657.950000', '112657.952000', '112657.955000', '112657.967000', '112657.976000', '112657.978000', '112657.981000', '112657.984000', '112657.987000', '112657.990000', '112657.992000', '112657.995000', '112657.998000', '112658.002000', '112658.005000', '112658.007000', '112658.010000', '112658.013000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.035000', '112717.909000', '112717.912000', '112717.915000', '112717.917000', '112717.920000', '112717.923000', '112717.926000', '112717.928000', '112717.931000', '112717.934000', '112717.937000', '112717.939000', '112717.942000', '112717.945000', '112717.948000', '112717.951000', '112717.953000', '112717.964000', '112717.967000', '112717.970000', '112717.973000', '112717.975000', '112717.978000', '112717.981000', '112717.984000', '112717.986000', '112717.989000', '112717.992000', '112718.001000', '112718.004000', '112718.007000', '112718.009000', '112718.012000', '112718.015000', '112718.018000', '112718.020000', '112718.023000', '112718.026000', '112718.029000', '112718.031000', '112718.034000', '112718.037000', '112718.040000', '112737.909000', '112737.912000', '112737.915000', '112737.918000', '112737.920000', '112737.923000', '112737.926000', '112737.929000', '112737.932000', '112737.934000', '112737.937000', '112737.940000', '112737.942000', '112737.963000', '112737.966000', '112737.969000', '112737.971000', '112737.974000', '112737.977000', '112737.980000', '112737.982000', '112737.985000', '112737.988000', '112737.991000', '112737.993000', '112738.007000', '112738.010000', '112738.012000', '112738.015000', '112738.018000', '112738.021000', '112738.024000', '112738.026000', '112738.029000', '112738.032000', '112738.035000', '112738.037000', '112738.040000', '112738.043000', '112738.046000', '112738.048000', '112738.051000', '112738.054000', '112757.909000', '112757.912000', '112757.914000', '112757.917000', '112757.920000', '112757.923000', '112757.926000', '112757.928000', '112757.931000', '112757.934000', '112757.937000', '112757.939000', '112757.942000', '112757.945000', '112757.948000', '112757.950000', '112757.953000', '112757.956000', '112757.959000', '112757.961000', '112757.964000', '112757.967000', '112757.970000', '112757.972000', '112757.975000', '112757.978000', '112757.981000', '112757.984000', '112757.987000', '112757.989000', '112757.992000', '112757.995000', '112757.998000', '112758.000000', '112758.003000', '112758.006000', '112758.009000', '112758.012000', '112758.014000', '112758.017000', '112758.020000', '112758.022000', '112758.025000', '112758.028000', '112817.909000', '112817.912000', '112817.915000', '112817.919000', '112817.924000', '112817.927000', '112817.930000', '112817.933000', '112817.936000', '112817.938000', '112817.941000', '112817.944000', '112817.947000', '112817.950000', '112817.952000', '112817.955000', '112817.958000', '112817.961000', '112817.964000', '112817.966000', '112817.969000', '112817.972000', '112817.975000', '112817.978000', '112817.980000', '112817.983000', '112817.986000', '112817.989000', '112817.992000', '112817.994000', '112817.997000', '112818.001000', '112818.004000', '112818.007000', '112818.009000', '112818.012000', '112818.015000', '112818.018000', '112818.020000', '112818.023000', '112818.026000', '112818.029000', '112818.031000', '112837.909000', '112837.912000', '112837.915000', '112837.917000', '112837.920000', '112837.923000', '112837.926000', '112837.928000', '112837.931000', '112837.934000', '112837.937000', '112837.940000', '112837.942000', '112837.945000', '112837.948000', '112837.951000', '112837.954000', '112837.956000', '112837.959000', '112837.962000', '112837.965000', '112837.967000', '112837.970000', '112837.973000', '112837.976000', '112837.979000', '112837.982000', '112837.984000', '112837.987000', '112837.990000', '112837.993000', '112837.996000', '112837.998000', '112838.002000', '112838.005000', '112838.008000', '112838.010000', '112838.013000', '112838.016000', '112838.019000', '112838.022000', '112838.024000', '112838.027000', '112838.030000', '112857.909000', '112857.912000', '112857.915000', '112857.918000', '112857.920000', '112857.923000', '112857.926000', '112857.929000', '112857.931000', '112857.934000', '112857.937000', '112857.940000', '112857.943000', '112857.946000', '112857.948000', '112857.951000', '112857.954000', '112857.957000', '112857.960000', '112857.963000', '112857.965000', '112857.968000', '112857.971000', '112857.974000', '112857.977000', '112857.980000', '112857.982000', '112857.985000', '112857.988000', '112857.991000', '112857.994000', '112857.996000', '112858.000000', '112858.003000', '112858.006000', '112858.009000', '112858.011000', '112858.014000', '112858.017000', '112858.020000', '112858.023000', '112858.025000', '112858.028000', '112917.909000', '112917.912000', '112917.915000', '112917.917000', '112917.920000', '112917.923000', '112917.926000', '112917.929000', '112917.931000', '112917.934000', '112917.950000', '112917.953000', '112917.955000', '112917.958000', '112917.961000', '112917.964000', '112917.966000', '112917.969000', '112917.972000', '112917.975000', '112917.978000', '112917.980000', '112917.983000', '112917.986000', '112917.989000', '112917.992000', '112917.994000', '112917.997000', '112918.001000', '112918.004000', '112918.007000', '112918.010000', '112918.012000', '112918.015000', '112918.018000', '112918.021000', '112918.024000', '112918.026000', '112918.029000', '112918.032000', '112918.035000', '112918.038000', '112918.040000', '112918.043000', '112937.909000', '112937.912000', '112937.915000', '112937.918000', '112937.920000', '112937.923000', '112937.926000', '112937.929000', '112937.932000', '112937.934000', '112937.937000', '112937.940000', '112937.943000', '112937.946000', '112937.950000', '112937.953000', '112937.956000', '112937.959000', '112937.961000', '112937.964000', '112937.967000', '112937.970000', '112937.973000', '112937.975000', '112937.978000', '112937.981000', '112937.984000', '112937.987000', '112937.989000', '112937.992000', '112937.995000', '112937.998000', '112938.002000', '112938.004000', '112938.007000', '112938.010000', '112938.013000', '112938.016000', '112938.018000', '112938.021000', '112938.024000', '112938.027000', '112938.030000', '112957.909000', '112957.912000', '112957.915000', '112957.917000', '112957.920000', '112957.923000', '112957.926000', '112957.928000', '112957.931000', '112957.934000', '112957.937000', '112957.940000', '112957.943000', '112957.945000', '112957.948000', '112957.951000', '112957.954000', '112957.957000', '112957.959000', '112957.962000', '112957.965000', '112957.968000', '112957.970000', '112957.973000', '112957.976000', '112957.979000', '112957.982000', '112957.984000', '112957.987000', '112957.990000', '112957.993000', '112957.996000', '112957.998000', '112958.002000', '112958.005000', '112958.008000', '112958.010000', '112958.013000', '112958.016000', '112958.019000', '112958.022000', '112958.024000', '112958.027000', '112958.030000', '113017.909000', '113017.912000', '113017.915000', '113017.917000', '113017.920000', '113017.923000', '113017.926000', '113017.929000', '113017.932000', '113017.934000', '113017.937000', '113017.940000', '113017.943000', '113017.946000', '113017.948000', '113017.951000', '113017.954000', '113017.957000', '113017.960000', '113017.962000', '113017.965000', '113017.968000', '113017.971000', '113017.974000', '113017.977000', '113017.980000', '113017.983000', '113017.985000', '113017.988000', '113017.991000', '113017.994000', '113017.997000', '113017.999000', '113018.002000', '113018.005000', '113018.008000', '113018.011000', '113018.013000', '113018.016000', '113018.019000', '113018.022000', '113018.025000', '113018.027000', '113037.909000', '113037.912000', '113037.915000', '113037.917000', '113037.920000', '113037.923000', '113037.926000', '113037.929000', '113037.931000', '113037.934000', '113037.937000', '113037.940000', '113037.943000', '113037.945000', '113037.948000', '113037.951000', '113037.954000', '113037.957000', '113037.959000', '113037.962000', '113037.965000', '113037.968000', '113037.970000', '113037.973000', '113037.976000', '113037.979000', '113037.982000', '113037.984000', '113037.987000', '113037.990000', '113037.993000', '113037.995000', '113037.998000', '113038.002000', '113038.005000', '113038.022000', '113038.025000', '113038.027000', '113038.030000', '113038.033000', '113038.036000', '113038.039000', '113038.041000', '113038.044000', '113057.909000', '113057.912000', '113057.915000', '113057.918000', '113057.920000', '113057.923000', '113057.926000', '113057.929000', '113057.933000', '113057.936000', '113057.939000', '113057.942000', '113057.945000', '113057.948000', '113057.950000', '113057.953000', '113057.956000', '113057.959000', '113057.962000', '113057.965000', '113057.967000', '113057.970000', '113057.973000', '113057.976000', '113057.979000', '113057.981000', '113057.984000', '113057.987000', '113057.992000', '113057.995000', '113057.998000', '113058.002000', '113058.004000', '113058.007000', '113058.010000', '113058.013000', '113058.016000', '113058.019000', '113058.021000', '113058.024000', '113058.027000', '113058.030000', '113058.033000', '113117.909000', '113117.912000', '113117.915000', '113117.917000', '113117.920000', '113117.923000', '113117.926000', '113117.929000', '113117.931000', '113117.934000', '113117.937000', '113117.940000', '113117.943000', '113117.945000', '113117.948000', '113117.951000', '113117.954000', '113117.957000', '113117.959000', '113117.962000', '113117.965000', '113117.968000', '113117.971000', '113117.973000', '113117.976000', '113117.979000', '113117.982000', '113117.985000', '113117.987000', '113117.990000', '113117.993000', '113117.996000', '113118.000000', '113118.003000', '113118.006000', '113118.008000', '113118.011000', '113118.014000', '113118.017000', '113118.019000', '113118.022000', '113118.025000', '113118.028000', '113118.030000', '113137.909000', '113137.912000', '113137.915000', '113137.918000', '113137.920000', '113137.923000', '113137.926000', '113137.929000', '113137.931000', '113137.934000', '113137.937000', '113137.940000', '113137.943000', '113137.946000', '113137.948000', '113137.951000', '113137.954000', '113137.957000', '113137.960000', '113137.962000', '113137.965000', '113137.968000', '113137.971000', '113137.974000', '113137.977000', '113137.979000', '113137.982000', '113137.985000', '113137.988000', '113137.991000', '113137.994000', '113137.996000', '113138.000000', '113138.003000', '113138.006000', '113138.009000', '113138.011000', '113138.014000', '113138.017000', '113138.020000', '113138.022000', '113138.025000', '113138.028000', '113157.909000', '113157.912000', '113157.915000', '113157.917000', '113157.920000', '113157.923000', '113157.926000', '113157.929000', '113157.932000', '113157.934000', '113157.937000', '113157.940000', '113157.943000', '113157.945000', '113157.948000', '113157.951000', '113157.954000', '113157.957000', '113157.959000', '113157.962000', '113157.965000', '113157.968000', '113157.971000', '113157.973000', '113157.976000', '113157.979000', '113157.982000', '113157.985000', '113157.987000', '113157.990000', '113157.993000', '113157.996000', '113158.000000', '113158.002000', '113158.005000', '113158.008000', '113158.011000', '113158.014000', '113158.016000', '113158.019000', '113158.022000', '113158.025000', '113158.028000', '113158.030000', '113217.909000', '113217.924000', '113217.926000', '113217.929000', '113217.932000', '113217.935000', '113217.937000', '113217.940000', '113217.943000', '113217.946000', '113217.949000', '113217.951000', '113217.954000', '113217.957000', '113217.960000', '113217.963000', '113217.966000', '113217.968000', '113217.972000', '113217.975000', '113217.978000', '113217.980000', '113217.983000', '113217.986000', '113217.989000', '113217.992000', '113217.994000', '113217.997000', '113218.001000', '113218.004000', '113218.007000', '113218.009000', '113218.012000', '113218.015000', '113218.018000', '113218.020000', '113218.023000', '113218.026000', '113218.029000', '113218.033000', '113218.036000', '113218.038000', '113218.041000', '113237.909000', '113237.912000', '113237.915000', '113237.917000', '113237.920000', '113237.923000', '113237.926000', '113237.929000', '113237.931000', '113237.934000', '113237.937000', '113237.940000', '113237.943000', '113237.945000', '113237.948000', '113237.951000', '113237.954000', '113237.957000', '113237.960000', '113237.962000', '113237.965000', '113237.968000', '113237.971000', '113237.974000', '113237.976000', '113237.979000', '113237.982000', '113237.985000', '113237.988000', '113237.990000', '113237.993000', '113237.996000', '113237.999000', '113238.002000', '113238.004000', '113238.007000', '113238.010000', '113238.013000', '113238.016000', '113238.018000', '113238.021000', '113238.024000', '113238.027000', '113238.029000', '113257.909000', '113257.912000', '113257.915000', '113257.918000', '113257.920000', '113257.923000', '113257.926000', '113257.929000', '113257.932000', '113257.934000', '113257.937000', '113257.940000', '113257.943000', '113257.946000', '113257.948000', '113257.951000', '113257.954000', '113257.957000', '113257.960000', '113257.962000', '113257.965000', '113257.968000', '113257.971000', '113257.974000', '113257.976000', '113257.979000', '113257.982000', '113257.985000', '113257.988000', '113257.992000', '113257.995000', '113257.998000', '113258.001000', '113258.004000', '113258.007000', '113258.010000', '113258.013000', '113258.015000', '113258.018000', '113258.021000', '113258.024000', '113258.027000', '113258.029000', '113317.909000', '113317.912000', '113317.915000', '113317.918000', '113317.920000', '113317.923000', '113317.926000', '113317.929000', '113317.931000', '113317.934000', '113317.937000', '113317.940000', '113317.942000', '113317.945000', '113317.948000', '113317.951000', '113317.954000', '113317.957000', '113317.959000', '113317.962000', '113317.965000', '113317.968000', '113317.970000', '113317.973000', '113317.976000', '113317.979000', '113317.982000', '113317.984000', '113317.987000', '113317.990000', '113317.993000', '113317.996000', '113317.998000', '113318.002000', '113318.005000', '113318.008000', '113318.011000', '113318.013000', '113318.016000', '113318.019000', '113318.022000', '113318.025000', '113318.027000', '113318.030000', '113337.909000', '113337.912000', '113337.915000', '113337.918000', '113337.920000', '113337.923000', '113337.926000', '113337.929000', '113337.931000', '113337.934000', '113337.937000', '113337.940000', '113337.955000', '113337.958000', '113337.961000', '113337.964000', '113337.967000', '113337.970000', '113337.973000', '113337.976000', '113337.979000', '113337.981000', '113337.984000', '113337.987000', '113337.990000', '113337.993000', '113337.995000', '113337.998000', '113338.002000', '113338.005000', '113338.008000', '113338.011000', '113338.014000', '113338.017000', '113338.020000', '113338.023000', '113338.026000', '113338.028000', '113338.031000', '113338.034000', '113338.037000', '113338.040000', '113338.042000', '113357.909000', '113357.912000', '113357.915000', '113357.918000', '113357.920000', '113357.923000', '113357.926000', '113357.929000', '113357.932000', '113357.934000', '113357.937000', '113357.940000', '113357.943000', '113357.946000', '113357.948000', '113357.951000', '113357.954000', '113357.957000', '113357.960000', '113357.963000', '113357.965000', '113357.968000', '113357.971000', '113357.974000', '113357.977000', '113357.979000', '113357.982000', '113357.985000', '113357.988000', '113357.991000', '113357.994000', '113357.996000', '113358.000000', '113358.003000', '113358.006000', '113358.008000', '113358.011000', '113358.014000', '113358.017000', '113358.020000', '113358.023000', '113358.026000', '113358.028000', '113358.031000', '113417.909000', '113417.912000', '113417.915000', '113417.918000', '113417.920000', '113417.923000', '113417.926000', '113417.929000', '113417.932000', '113417.934000', '113417.937000', '113417.940000', '113417.943000', '113417.946000', '113417.949000', '113417.951000', '113417.954000', '113417.957000', '113417.960000', '113417.963000', '113417.965000', '113417.968000', '113417.971000', '113417.974000', '113417.977000', '113417.979000', '113417.982000', '113417.985000', '113417.988000', '113417.991000', '113417.993000', '113417.996000', '113418.000000', '113418.003000', '113418.006000', '113418.008000', '113418.011000', '113418.014000', '113418.017000', '113418.020000', '113418.022000', '113418.025000', '113418.028000', '113437.909000', '113437.912000', '113437.915000', '113437.917000', '113437.920000', '113437.923000', '113437.926000', '113437.929000', '113437.931000', '113437.934000', '113437.937000', '113437.940000', '113437.943000', '113437.945000', '113437.948000', '113437.951000', '113437.954000', '113437.957000', '113437.959000', '113437.962000', '113437.965000', '113437.968000', '113437.971000', '113437.973000', '113437.976000', '113437.979000', '113437.982000', '113437.985000', '113437.988000', '113437.990000', '113437.993000', '113437.996000', '113438.000000', '113438.002000', '113438.005000', '113438.008000', '113438.011000', '113438.014000', '113438.017000', '113438.019000', '113438.022000', '113438.025000', '113438.028000', '113438.031000', '113457.909000', '113457.912000', '113457.915000', '113457.918000', '113457.920000', '113457.923000', '113457.926000', '113457.929000', '113457.931000', '113457.934000', '113457.937000', '113457.940000', '113457.943000', '113457.946000', '113457.948000', '113457.951000', '113457.954000', '113457.957000', '113457.959000', '113457.962000', '113457.965000', '113457.968000', '113457.971000', '113457.987000', '113457.990000', '113457.993000', '113457.996000', '113457.999000', '113458.002000', '113458.004000', '113458.007000', '113458.010000', '113458.013000', '113458.016000', '113458.018000', '113458.021000', '113458.024000', '113458.027000', '113458.030000', '113458.032000', '113458.035000', '113458.038000', '113458.041000', '113517.909000', '113517.912000', '113517.915000', '113517.918000', '113517.920000', '113517.923000', '113517.926000', '113517.929000', '113517.932000', '113517.934000', '113517.937000', '113517.940000', '113517.943000', '113517.946000', '113517.948000', '113517.951000', '113517.954000', '113517.957000', '113517.960000', '113517.962000', '113517.965000', '113517.968000', '113517.971000', '113517.974000', '113517.976000', '113517.979000', '113517.982000', '113517.985000', '113517.988000', '113517.990000', '113517.993000', '113517.996000', '113518.000000', '113518.003000', '113518.005000', '113518.008000', '113518.011000', '113518.014000', '113518.017000', '113518.020000', '113518.023000', '113518.025000', '113518.028000', '113518.031000', '113537.909000', '113537.912000', '113537.915000', '113537.918000', '113537.920000', '113537.923000', '113537.926000', '113537.929000', '113537.932000', '113537.935000', '113537.937000', '113537.940000', '113537.943000', '113537.946000', '113537.948000', '113537.951000', '113537.954000', '113537.957000', '113537.960000', '113537.962000', '113537.965000', '113537.968000', '113537.971000', '113537.974000', '113537.977000', '113537.979000', '113537.982000', '113537.985000', '113537.988000', '113537.990000', '113537.993000', '113537.996000', '113538.000000', '113538.003000', '113538.006000', '113538.008000', '113538.011000', '113538.014000', '113538.017000', '113538.020000', '113538.022000', '113538.025000', '113538.028000', '113557.909000', '113557.912000', '113557.915000', '113557.918000', '113557.920000', '113557.923000', '113557.926000', '113557.929000', '113557.932000', '113557.935000', '113557.937000', '113557.940000', '113557.943000', '113557.946000', '113557.949000', '113557.951000', '113557.954000', '113557.957000', '113557.960000', '113557.963000', '113557.966000', '113557.968000', '113557.971000', '113557.974000', '113557.977000', '113557.980000', '113557.982000', '113557.985000', '113557.988000', '113557.991000', '113557.994000', '113557.996000', '113558.000000', '113558.003000', '113558.006000', '113558.009000', '113558.011000', '113558.014000', '113558.017000', '113558.020000', '113558.023000', '113558.025000', '113558.028000', '113617.909000', '113617.912000', '113617.915000', '113617.918000', '113617.921000', '113617.923000', '113617.937000', '113617.940000', '113617.943000', '113617.946000', '113617.949000', '113617.951000', '113617.954000', '113617.957000', '113617.960000', '113617.963000', '113617.965000', '113617.968000', '113617.971000', '113617.974000', '113617.977000', '113617.980000', '113617.983000', '113617.985000', '113617.988000', '113617.991000', '113617.994000', '113617.997000', '113618.000000', '113618.003000', '113618.006000', '113618.009000', '113618.012000', '113618.014000', '113618.017000', '113618.020000', '113618.023000', '113618.026000', '113618.029000', '113618.031000', '113618.034000', '113618.037000', '113618.040000', '113618.042000', '113637.909000', '113637.912000', '113637.915000', '113637.918000', '113637.920000', '113637.923000', '113637.926000', '113637.929000', '113637.932000', '113637.937000', '113637.940000', '113637.943000', '113637.945000', '113637.948000', '113637.951000', '113637.954000', '113637.957000', '113637.959000', '113637.962000', '113637.965000', '113637.968000', '113637.971000', '113637.974000', '113637.976000', '113637.979000', '113637.982000', '113637.985000', '113637.987000', '113637.990000', '113637.993000', '113637.996000', '113638.000000', '113638.009000', '113638.011000', '113638.014000', '113638.017000', '113638.020000', '113638.023000', '113638.025000', '113638.028000', '113638.031000', '113638.034000', '113638.037000', '113653.633000', '113653.636000', '113653.639000', '113653.642000', '113653.646000', '113653.649000', '113653.652000', '113653.655000', '113653.658000', '113653.661000', '113653.664000', '113653.667000', '113653.670000', '113653.673000', '113653.676000', '113653.678000', '113653.681000', '113653.684000', '113653.687000', '113653.690000', '113653.693000', '113653.696000', '113653.699000', '113653.702000', '113653.705000', '113653.708000', '113653.711000', '113653.713000', '113653.716000', '113653.719000', '113653.722000', '113653.725000', '113653.728000', '113653.731000', '113653.733000'], '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': [12150, 19849, 14448, 17759, 11550, 13260, 20246, 14932, 18178, 10503, 11532, 13984, 11437, 16497, 11304, 17092, 10668, 12794, 11531, 11318, 18013, 10152, 15111, 10118, 10976, 16161, 9664, 16449, 9000, 11201, 12374, 9850, 16913, 9870, 14993, 9561, 12759, 8707, 11898, 15532, 9920, 15121, 10382, 13868, 10482, 13275, 9730, 15127, 11162, 10503, 16323, 11946, 15632, 10696, 17505, 9227, 14435, 14859, 10514, 18928, 10795, 17167, 8839, 11470, 17851, 11489, 17365, 9611, 12245, 16139, 10317, 19347, 10256, 16490, 16135, 11506, 19480, 10953, 16517, 10747, 10447, 17347, 10928, 17299, 9795, 13606, 9363, 13065, 10788, 10552, 19327, 12003, 17224, 9519, 13781, 10814, 10308, 18547, 9759, 14825, 10103, 10349, 18471, 9417, 13667, 17122, 10748, 17940, 9060, 14624, 9844, 10405, 16481, 10856, 17268, 10628, 16200, 9480, 15436, 9690, 11341, 17276, 12466, 16909, 10007, 15173, 9903, 11342, 15682, 11058, 17312, 11164, 17230, 9544, 16436, 9757, 11278, 16323, 10745, 16877, 10016, 16993, 9271, 13357, 16656, 11164, 17901, 9720, 15240, 9581, 10597, 18665, 11153, 17162, 9917, 13428, 9976, 15978, 9617, 15397, 9639, 16538, 10854, 16559, 15519, 13176, 19095, 11480, 11485, 19058, 9932, 15385, 10087, 10860, 16963, 10266, 15594, 9591, 10208, 17994, 10716, 15717, 9373, 12572, 12213, 10107, 17183, 10147, 14500, 9598, 11225, 14468, 10660, 18008, 11154, 10581, 18628, 11786, 16581, 10672, 16501, 9915, 16666, 18835, 14210, 17233, 11055, 11282, 11945, 11172, 18710, 11917, 16424, 9966, 16819, 18965, 14919, 17218, 11321, 11711, 16834, 10792, 16582, 15839, 10316, 16752, 10137, 10824, 9631, 11608, 17166, 9830, 13616, 15776, 11249, 16891, 9958, 13253, 16938, 10761, 16930, 10500, 11022, 15679, 10950, 17150, 10205, 15963, 13419, 11525, 16880, 10974, 18312, 10709, 15990, 18539, 11463, 17061, 10552, 13148, 17648, 10893, 17312, 9767, 10732, 19204, 11547, 17136, 9685, 12031, 17359, 10926, 17042, 10281, 11666, 17227, 11306, 18104, 9855, 11388, 19469, 11601, 16893, 10081, 11818, 16359, 10969, 17614, 10128, 12175, 14881, 11058, 16662, 10420, 17288, 13603, 10164, 18245, 11183, 14272, 9900, 11195, 18549, 10450, 15416, 11210, 10787, 16213, 10971, 18166, 9821, 14177, 17795, 11557, 17488, 10334, 14768, 10395, 11273, 18617, 12051, 17145, 10524, 16705, 9943, 13537, 18939, 12460, 15473, 15618, 11376, 17443, 10429, 17351, 9549, 14876, 15604, 10132, 17667, 10764, 17254, 10188, 14741, 12018, 10564, 17627, 10473, 16616, 9753, 11379, 14578, 10851, 18455, 10042, 12077, 17942, 11216, 17303, 9753, 11963, 17490, 11143, 17225, 9699, 14794, 9797, 15022, 18032, 12041, 16057, 13602, 11051, 17005, 10223, 17579, 9657, 14048, 18820, 11726, 15420, 14470, 10524, 16298, 10630, 16059, 9598, 13840, 14596, 10497, 15895, 10808, 15564, 10994, 16101, 16477, 11815, 16984, 10358, 11948, 9788, 11230, 12335, 10889, 17572, 10089, 13660, 18080, 13596, 17640, 9918, 15479, 9951, 10988, 17327, 12392, 16311, 9680, 13322, 12966, 10719, 17261, 9971, 13372, 10698, 11250, 17367, 9577, 14093, 17018, 10735, 16864, 9580, 12199, 14280, 10687, 16919, 9969, 10781, 10246, 11144, 18086, 10022, 15275, 16301, 10005, 16392, 10337, 15498, 9482, 15065, 9703, 13769, 17071, 12979, 16477, 9707, 11910, 9575, 10894, 16637, 10735, 16988, 10047, 15823, 9368, 10757, 18848, 11087, 16297, 10529, 11028, 18304, 9825, 15792, 12368, 10329, 17901, 10903, 16419, 10122, 14764, 12635, 10778, 18391, 10837, 15368, 13129, 11540, 18107, 10213, 14750, 15532, 10408, 17657, 10400, 15711, 10113, 10872, 19105, 10776, 16642, 9710, 11212, 12441, 10832, 17907, 10003, 13090, 17814, 11999, 17145, 9546, 10936, 18453, 9833, 16003, 11464, 10511, 17831, 10045, 14504, 10009, 10795, 16403, 11053, 15003, 10414, 13511, 10433, 11888, 17177, 11401, 15875, 10619, 12212, 10898, 11292, 16555, 10190, 17482, 10345, 12383, 16072, 10793, 17515, 9582, 10580, 18954, 10475, 16346, 9740, 11225, 14016, 10626, 17887, 10253, 13004, 10031, 11208, 10522, 11491, 18803, 11055, 14566, 18380, 12530, 16919, 10143, 15083, 9913, 11943, 17861, 12186, 17620, 10684, 14948, 10051, 10515, 18939, 10951, 16345, 9636, 10471, 18103, 9582, 14707, 13975, 9600, 17668, 9440, 14185, 9638, 10490, 15304, 10183, 16326, 9744, 13287, 10782, 11281, 17892, 10568, 14732, 10140, 11874, 13824, 11260, 17710, 11460, 15286, 11391, 15188, 11288, 18312, 18869, 15649, 16849, 10462, 10547, 16814, 10263, 10196, 17119, 10222, 11060, 12518, 11195, 17213, 9403, 10679, 16573, 10375, 13693, 9874, 11270, 16519, 9703, 14046, 14002, 10423, 16064, 9847, 14095, 10153, 11097, 17904, 10504, 13945, 17527, 12338, 17588, 10096, 11197, 18531, 11011, 15704, 11367, 11120, 16557, 11026, 17656, 12938, 10563, 17584, 10057, 14546, 9803, 10954, 18543, 9786, 15102, 10889, 10206, 17169, 10640, 16294, 10105, 11186, 18420, 12183, 16028, 10119, 11345, 18854, 10583, 15330, 14285, 10619, 17776, 10694, 15805, 11510, 10467, 18476, 9697, 11999, 9911, 10640, 10559, 11338, 16167, 10337, 11552, 9896, 10620, 13584, 19306, 11400, 12511, 19541, 9812, 11437, 16367, 10358, 16161, 9834, 12100, 15568, 10567, 16491, 10093, 11095, 11530, 10762, 16439, 10566, 15215, 11031, 10339, 16937, 10840, 15547, 10154, 14622, 13091, 10708, 18742, 10177, 14681, 12028, 10738, 18232, 10216, 15748, 10654, 10159, 17571, 10192, 16575, 9243, 12437, 10660, 9876, 19033, 11448, 16469, 9289, 10962, 16886, 10052, 16499, 10216, 15853, 15938, 11002, 17618, 9627, 10871, 18474, 10878, 15830, 9719, 11192, 14873, 11316, 16194, 10073, 10427, 16094, 10160, 15360, 10216, 15653, 9741, 13609, 16766, 11946, 15185, 9882, 12639, 11037, 10817, 17777, 9823, 13858, 14897, 10441, 17335, 9756, 11614, 16935, 10998, 15907, 9625, 11863, 11183, 10478, 16446, 10414, 13260, 10734, 10496, 11210, 11387, 18154, 9661, 10581, 17823, 10579, 15237, 10213, 10761, 18225, 10233, 15631, 15253, 10526, 17500, 9766, 15774, 10196, 10355, 18209, 11188, 15318, 9966, 11684, 10558, 10455, 18013, 9941, 11178, 18237, 11324, 15782, 9666, 10958, 16497, 10345, 16031, 9894, 12374, 10517, 11166, 11306, 10697, 17719, 10137, 13450, 12560, 10260, 17102, 10270, 15999, 9883, 11476, 16877, 10067, 16811, 9484, 14635, 16491, 9628, 15504, 9775, 10730, 15864, 10215, 15939, 9570, 10073, 17602, 10190, 15574, 9556, 10520, 16010, 9982, 14644, 9889, 9710, 15784, 10148, 16473, 10402, 14773, 13005, 9637, 17400, 10166, 11859, 16099, 9701, 17075, 9692, 12193, 16660, 10099, 16439, 9679, 12614, 17588, 10001, 14904, 12030, 9848, 17606, 10098, 12795, 16545, 9669, 15145, 9592, 9848, 18070, 10187, 13366, 10226, 10189, 16389, 10145, 11311, 10720, 10652, 10502, 10619, 16640, 10188, 10485, 17987, 11588, 15628, 9609, 12874, 19061, 11475, 15824, 13974, 11138, 18313, 10257, 14488, 10712, 10340, 17692, 10082, 15194, 10952, 10327, 16337, 10389, 15064, 9801, 10600, 12643, 10613, 17596, 10617, 14775, 10642, 12330, 10327, 14060, 10700, 17128, 12053, 17271, 20452, 13359, 16398, 14440, 9473, 16305, 10050, 11660, 10405, 10619, 16935, 9398, 11646, 12737, 9746, 15029, 10311, 14466, 9462, 12802, 15253, 9919, 15234, 10239, 10742, 13522, 10384, 16669, 9863, 12178, 15533, 10220, 15586, 10352, 16669, 9946, 14840, 18453, 12445, 16096, 10424, 9991, 16606, 10561, 16046, 9947, 10099, 16250, 10125, 16704, 9645, 11621, 16276, 10359, 16023, 10913, 14471, 11204, 9915, 16852, 10278, 14022, 10324, 10107, 15879, 10492, 16173, 10549, 9800, 16901, 10909, 15349, 10517, 10752, 13046, 10367, 16504, 10503, 9456, 16897, 11098, 16326, 10731, 13999, 10934, 9618, 16846, 10488, 14775, 10612, 13387, 11579, 9673, 18055, 11227, 14912, 11198, 11563, 12640, 9893, 16448, 10538, 10596, 13376, 10026, 14788, 11172, 15681, 11505, 9635, 15782, 10841, 15054, 10911, 16048, 9841, 10356, 17804, 10651, 14984, 10717, 11694, 11319, 9485, 16093, 10566, 14671, 10334, 12667, 10113, 11578, 16519, 10007, 15292, 10366, 15255, 10423, 10847, 17935, 10564, 13702, 15255, 10542, 15608, 10503, 10688, 14499, 10277, 15320, 9882, 9576, 15305, 11020, 13880, 10609, 13312, 11718, 11780, 16128, 10564, 11390, 11069, 12833, 11140, 14376, 10602, 16585, 15341, 12160, 16696, 13295, 9735, 16876, 10695, 13331, 12988, 9842, 14853, 10311, 9986, 16949, 10438, 14919, 9771, 10045, 16691, 10588, 14558, 10136, 10171, 16276, 10498, 14477, 10206, 10788, 11115, 10144, 11031, 10313, 11164, 13849, 17506, 11326, 12085, 19181, 11224, 15835, 10345, 12228, 15749, 10953, 13225, 9878, 9563, 15874, 11192, 13886, 9946, 9280, 15934, 10692, 13486, 10286, 11381, 11151, 9914, 15425, 10705, 11669, 11705, 10107, 12938, 10603, 16105, 11015, 9978, 17857, 11621, 15221, 10289, 11762, 16773, 11011, 14248, 10287, 10172, 15480, 10847, 15467, 9735, 10679, 16322, 10486, 14655, 10731, 11890, 11161, 9502, 16971, 9918, 11069, 16488, 10582, 14876, 10369, 11037, 13817, 10610, 14412, 10434, 11218, 10912, 10302, 16837, 10692, 13215, 15457, 10787, 15234, 10543, 11091, 11747, 10126, 15884, 11570, 9527, 16395, 10695, 13880, 11918, 10071, 16502, 10703, 14114, 11403, 9907, 17308, 11395, 14839, 11281, 9837, 16028, 9877, 11917, 13890, 10777, 15819, 10254, 10985, 16853, 11363, 14365, 10278, 10024, 15880, 11379, 14273, 10441, 10333, 16983, 11577, 14582, 10132, 11597, 17679, 10979, 13843, 11490, 10290, 17373, 11719, 13729, 11958, 10423, 15008, 10167, 11422, 12248, 10459, 15599, 11192, 13249, 13289, 11338, 15690], 'WindowCenter': [4340.0, 4365.0, 4328.0, 4336.0, 4280.0, 4290.0, 4320.0, 4285.0, 4307.0, 4251.0, 4252.0, 4271.0, 4260.0, 4291.0, 4262.0, 4293.0, 4252.0, 4274.0, 4263.0, 4264.0, 4303.0, 4265.0, 4295.0, 4266.0, 4277.0, 4320.0, 4268.0, 4322.0, 4260.0, 4293.0, 4289.0, 4268.0, 4320.0, 4269.0, 4311.0, 4273.0, 4315.0, 4275.0, 4306.0, 4323.0, 4283.0, 4325.0, 4295.0, 4329.0, 4311.0, 4331.0, 4312.0, 4352.0, 4306.0, 4297.0, 4338.0, 4318.0, 4340.0, 4312.0, 4363.0, 4289.0, 4339.0, 4327.0, 4297.0, 4362.0, 4299.0, 4348.0, 4277.0, 4309.0, 4350.0, 4305.0, 4338.0, 4273.0, 4305.0, 4336.0, 4294.0, 4345.0, 4281.0, 4333.0, 4323.0, 4292.0, 4346.0, 4294.0, 4325.0, 4280.0, 4282.0, 4334.0, 4294.0, 4336.0, 4295.0, 4323.0, 4274.0, 4312.0, 4281.0, 4282.0, 4333.0, 4302.0, 4335.0, 4284.0, 4314.0, 4292.0, 4280.0, 4332.0, 4271.0, 4312.0, 4281.0, 4282.0, 4344.0, 4272.0, 4315.0, 4332.0, 4291.0, 4333.0, 4273.0, 4323.0, 4283.0, 4294.0, 4335.0, 4294.0, 4338.0, 4296.0, 4335.0, 4287.0, 4324.0, 4271.0, 4294.0, 4335.0, 4305.0, 4336.0, 4283.0, 4323.0, 4282.0, 4293.0, 4311.0, 4291.0, 4334.0, 4293.0, 4335.0, 4273.0, 4323.0, 4272.0, 4292.0, 4325.0, 4295.0, 4337.0, 4283.0, 4334.0, 4273.0, 4313.0, 4324.0, 4293.0, 4336.0, 4283.0, 4324.0, 4273.0, 4282.0, 4334.0, 4293.0, 4336.0, 4285.0, 4314.0, 4284.0, 4335.0, 4286.0, 4337.0, 4287.0, 4337.0, 4296.0, 4342.0, 4338.0, 4318.0, 4349.0, 4294.0, 4290.0, 4331.0, 4268.0, 4310.0, 4270.0, 4293.0, 4333.0, 4283.0, 4321.0, 4269.0, 4269.0, 4322.0, 4281.0, 4324.0, 4275.0, 4315.0, 4304.0, 4284.0, 4335.0, 4284.0, 4325.0, 4285.0, 4306.0, 4326.0, 4297.0, 4347.0, 4292.0, 4284.0, 4336.0, 4305.0, 4337.0, 4296.0, 4338.0, 4285.0, 4339.0, 4336.0, 4312.0, 4324.0, 4283.0, 4292.0, 4291.0, 4279.0, 4336.0, 4292.0, 4321.0, 4273.0, 4333.0, 4333.0, 4313.0, 4322.0, 4279.0, 4291.0, 4320.0, 4279.0, 4321.0, 4308.0, 4268.0, 4307.0, 4267.0, 4279.0, 4269.0, 4292.0, 4320.0, 4270.0, 4301.0, 4311.0, 4282.0, 4323.0, 4272.0, 4313.0, 4322.0, 4283.0, 4321.0, 4281.0, 4293.0, 4323.0, 4294.0, 4335.0, 4283.0, 4336.0, 4315.0, 4306.0, 4338.0, 4296.0, 4349.0, 4294.0, 4325.0, 4332.0, 4291.0, 4323.0, 4281.0, 4306.0, 4333.0, 4281.0, 4321.0, 4269.0, 4278.0, 4332.0, 4293.0, 4333.0, 4273.0, 4303.0, 4322.0, 4280.0, 4322.0, 4270.0, 4293.0, 4335.0, 4292.0, 4335.0, 4270.0, 4292.0, 4332.0, 4291.0, 4323.0, 4282.0, 4292.0, 4322.0, 4280.0, 4334.0, 4269.0, 4293.0, 4314.0, 4293.0, 4325.0, 4281.0, 4323.0, 4300.0, 4269.0, 4321.0, 4280.0, 4310.0, 4271.0, 4292.0, 4330.0, 4269.0, 4310.0, 4279.0, 4282.0, 4322.0, 4292.0, 4335.0, 4272.0, 4314.0, 4331.0, 4292.0, 4334.0, 4283.0, 4324.0, 4282.0, 4292.0, 4334.0, 4302.0, 4335.0, 4296.0, 4335.0, 4285.0, 4316.0, 4334.0, 4291.0, 4312.0, 4310.0, 4280.0, 4322.0, 4281.0, 4332.0, 4270.0, 4310.0, 4309.0, 4269.0, 4320.0, 4281.0, 4333.0, 4283.0, 4325.0, 4290.0, 4281.0, 4323.0, 4284.0, 4335.0, 4274.0, 4304.0, 4314.0, 4285.0, 4334.0, 4272.0, 4305.0, 4335.0, 4293.0, 4333.0, 4272.0, 4291.0, 4322.0, 4293.0, 4335.0, 4284.0, 4326.0, 4287.0, 4328.0, 4336.0, 4293.0, 4323.0, 4302.0, 4283.0, 4324.0, 4282.0, 4333.0, 4272.0, 4311.0, 4332.0, 4279.0, 4310.0, 4299.0, 4270.0, 4322.0, 4283.0, 4322.0, 4270.0, 4313.0, 4312.0, 4283.0, 4336.0, 4295.0, 4337.0, 4296.0, 4338.0, 4324.0, 4293.0, 4323.0, 4271.0, 4292.0, 4284.0, 4306.0, 4303.0, 4294.0, 4336.0, 4271.0, 4315.0, 4336.0, 4304.0, 4333.0, 4273.0, 4322.0, 4270.0, 4281.0, 4322.0, 4290.0, 4322.0, 4271.0, 4302.0, 4299.0, 4270.0, 4321.0, 4269.0, 4303.0, 4280.0, 4292.0, 4320.0, 4270.0, 4312.0, 4323.0, 4282.0, 4324.0, 4272.0, 4302.0, 4310.0, 4281.0, 4323.0, 4271.0, 4282.0, 4284.0, 4305.0, 4347.0, 4285.0, 4325.0, 4322.0, 4272.0, 4323.0, 4282.0, 4325.0, 4286.0, 4325.0, 4286.0, 4315.0, 4325.0, 4303.0, 4325.0, 4273.0, 4294.0, 4273.0, 4294.0, 4323.0, 4294.0, 4336.0, 4286.0, 4325.0, 4275.0, 4295.0, 4337.0, 4293.0, 4327.0, 4283.0, 4294.0, 4334.0, 4273.0, 4323.0, 4292.0, 4284.0, 4338.0, 4294.0, 4336.0, 4286.0, 4327.0, 4303.0, 4283.0, 4334.0, 4282.0, 4325.0, 4303.0, 4293.0, 4333.0, 4270.0, 4301.0, 4308.0, 4269.0, 4322.0, 4281.0, 4321.0, 4269.0, 4280.0, 4332.0, 4282.0, 4324.0, 4272.0, 4292.0, 4302.0, 4282.0, 4322.0, 4270.0, 4303.0, 4323.0, 4293.0, 4322.0, 4272.0, 4281.0, 4321.0, 4268.0, 4311.0, 4279.0, 4283.0, 4334.0, 4271.0, 4313.0, 4272.0, 4284.0, 4324.0, 4293.0, 4326.0, 4296.0, 4316.0, 4294.0, 4305.0, 4335.0, 4294.0, 4326.0, 4283.0, 4293.0, 4294.0, 4294.0, 4333.0, 4283.0, 4335.0, 4272.0, 4306.0, 4325.0, 4295.0, 4335.0, 4273.0, 4281.0, 4334.0, 4281.0, 4324.0, 4274.0, 4294.0, 4314.0, 4282.0, 4334.0, 4283.0, 4316.0, 4285.0, 4294.0, 4296.0, 4307.0, 4347.0, 4294.0, 4314.0, 4325.0, 4292.0, 4324.0, 4285.0, 4322.0, 4271.0, 4292.0, 4323.0, 4292.0, 4324.0, 4270.0, 4311.0, 4270.0, 4281.0, 4322.0, 4280.0, 4323.0, 4261.0, 4282.0, 4332.0, 4271.0, 4311.0, 4301.0, 4272.0, 4335.0, 4274.0, 4313.0, 4273.0, 4283.0, 4324.0, 4283.0, 4337.0, 4286.0, 4317.0, 4295.0, 4296.0, 4336.0, 4284.0, 4327.0, 4286.0, 4308.0, 4328.0, 4308.0, 4337.0, 4295.0, 4327.0, 4307.0, 4326.0, 4308.0, 4363.0, 4340.0, 4326.0, 4324.0, 4271.0, 4268.0, 4308.0, 4256.0, 4267.0, 4309.0, 4269.0, 4281.0, 4291.0, 4292.0, 4322.0, 4260.0, 4270.0, 4309.0, 4270.0, 4302.0, 4272.0, 4294.0, 4325.0, 4275.0, 4314.0, 4303.0, 4284.0, 4327.0, 4285.0, 4327.0, 4286.0, 4295.0, 4336.0, 4284.0, 4317.0, 4337.0, 4307.0, 4336.0, 4284.0, 4284.0, 4335.0, 4282.0, 4324.0, 4294.0, 4297.0, 4335.0, 4294.0, 4337.0, 4290.0, 4270.0, 4321.0, 4260.0, 4301.0, 4271.0, 4292.0, 4335.0, 4272.0, 4313.0, 4281.0, 4283.0, 4337.0, 4285.0, 4335.0, 4284.0, 4294.0, 4336.0, 4305.0, 4325.0, 4283.0, 4296.0, 4335.0, 4283.0, 4313.0, 4311.0, 4283.0, 4334.0, 4284.0, 4324.0, 4293.0, 4281.0, 4333.0, 4271.0, 4293.0, 4271.0, 4284.0, 4282.0, 4282.0, 4323.0, 4282.0, 4294.0, 4285.0, 4297.0, 4330.0, 4364.0, 4307.0, 4306.0, 4335.0, 4260.0, 4279.0, 4311.0, 4272.0, 4323.0, 4273.0, 4304.0, 4322.0, 4279.0, 4322.0, 4270.0, 4283.0, 4292.0, 4295.0, 4324.0, 4284.0, 4326.0, 4282.0, 4285.0, 4338.0, 4296.0, 4326.0, 4296.0, 4326.0, 4305.0, 4283.0, 4337.0, 4273.0, 4316.0, 4293.0, 4293.0, 4334.0, 4272.0, 4311.0, 4269.0, 4271.0, 4336.0, 4284.0, 4334.0, 4274.0, 4305.0, 4281.0, 4284.0, 4346.0, 4296.0, 4335.0, 4274.0, 4295.0, 4325.0, 4273.0, 4324.0, 4284.0, 4337.0, 4325.0, 4295.0, 4333.0, 4260.0, 4280.0, 4321.0, 4281.0, 4312.0, 4271.0, 4293.0, 4311.0, 4281.0, 4322.0, 4269.0, 4271.0, 4312.0, 4271.0, 4323.0, 4284.0, 4325.0, 4273.0, 4315.0, 4324.0, 4293.0, 4315.0, 4273.0, 4302.0, 4281.0, 4281.0, 4334.0, 4271.0, 4313.0, 4312.0, 4283.0, 4333.0, 4272.0, 4294.0, 4323.0, 4282.0, 4324.0, 4273.0, 4306.0, 4293.0, 4284.0, 4324.0, 4283.0, 4305.0, 4295.0, 4297.0, 4309.0, 4310.0, 4350.0, 4273.0, 4282.0, 4323.0, 4283.0, 4324.0, 4284.0, 4296.0, 4335.0, 4283.0, 4325.0, 4311.0, 4280.0, 4324.0, 4271.0, 4324.0, 4270.0, 4281.0, 4334.0, 4283.0, 4323.0, 4272.0, 4293.0, 4283.0, 4283.0, 4334.0, 4271.0, 4282.0, 4336.0, 4281.0, 4311.0, 4272.0, 4282.0, 4320.0, 4270.0, 4321.0, 4270.0, 4303.0, 4283.0, 4292.0, 4292.0, 4294.0, 4334.0, 4270.0, 4304.0, 4303.0, 4283.0, 4322.0, 4282.0, 4323.0, 4269.0, 4293.0, 4334.0, 4273.0, 4333.0, 4272.0, 4314.0, 4322.0, 4261.0, 4312.0, 4271.0, 4283.0, 4323.0, 4283.0, 4324.0, 4271.0, 4272.0, 4323.0, 4271.0, 4326.0, 4274.0, 4294.0, 4324.0, 4284.0, 4314.0, 4272.0, 4274.0, 4325.0, 4286.0, 4336.0, 4296.0, 4329.0, 4305.0, 4274.0, 4336.0, 4282.0, 4296.0, 4326.0, 4273.0, 4324.0, 4271.0, 4293.0, 4323.0, 4272.0, 4326.0, 4272.0, 4305.0, 4335.0, 4273.0, 4313.0, 4291.0, 4274.0, 4334.0, 4284.0, 4305.0, 4323.0, 4273.0, 4313.0, 4273.0, 4285.0, 4338.0, 4285.0, 4315.0, 4283.0, 4283.0, 4326.0, 4282.0, 4294.0, 4294.0, 4295.0, 4297.0, 4296.0, 4338.0, 4283.0, 4284.0, 4338.0, 4296.0, 4326.0, 4285.0, 4317.0, 4347.0, 4292.0, 4325.0, 4300.0, 4281.0, 4336.0, 4283.0, 4313.0, 4282.0, 4281.0, 4323.0, 4271.0, 4313.0, 4282.0, 4284.0, 4325.0, 4283.0, 4323.0, 4272.0, 4284.0, 4304.0, 4295.0, 4337.0, 4285.0, 4324.0, 4282.0, 4304.0, 4285.0, 4315.0, 4298.0, 4350.0, 4319.0, 4352.0, 4349.0, 4302.0, 4312.0, 4299.0, 4259.0, 4309.0, 4259.0, 4280.0, 4281.0, 4283.0, 4321.0, 4260.0, 4280.0, 4288.0, 4261.0, 4314.0, 4283.0, 4326.0, 4286.0, 4316.0, 4325.0, 4283.0, 4325.0, 4284.0, 4296.0, 4315.0, 4286.0, 4336.0, 4273.0, 4304.0, 4326.0, 4285.0, 4328.0, 4297.0, 4338.0, 4284.0, 4326.0, 4337.0, 4291.0, 4324.0, 4283.0, 4273.0, 4323.0, 4280.0, 4323.0, 4270.0, 4272.0, 4323.0, 4272.0, 4323.0, 4259.0, 4294.0, 4324.0, 4284.0, 4326.0, 4295.0, 4316.0, 4293.0, 4285.0, 4325.0, 4283.0, 4315.0, 4284.0, 4286.0, 4338.0, 4297.0, 4337.0, 4282.0, 4271.0, 4324.0, 4283.0, 4325.0, 4295.0, 4296.0, 4315.0, 4283.0, 4324.0, 4282.0, 4271.0, 4325.0, 4294.0, 4326.0, 4295.0, 4316.0, 4282.0, 4273.0, 4325.0, 4282.0, 4316.0, 4284.0, 4316.0, 4304.0, 4288.0, 4336.0, 4295.0, 4327.0, 4297.0, 4296.0, 4305.0, 4285.0, 4324.0, 4284.0, 4285.0, 4315.0, 4285.0, 4326.0, 4295.0, 4324.0, 4294.0, 4274.0, 4326.0, 4296.0, 4327.0, 4297.0, 4337.0, 4284.0, 4285.0, 4322.0, 4282.0, 4314.0, 4283.0, 4295.0, 4293.0, 4274.0, 4325.0, 4283.0, 4315.0, 4282.0, 4315.0, 4286.0, 4306.0, 4336.0, 4274.0, 4326.0, 4284.0, 4326.0, 4285.0, 4298.0, 4337.0, 4283.0, 4303.0, 4313.0, 4281.0, 4324.0, 4282.0, 4284.0, 4313.0, 4284.0, 4323.0, 4271.0, 4274.0, 4327.0, 4295.0, 4314.0, 4296.0, 4316.0, 4292.0, 4294.0, 4338.0, 4284.0, 4305.0, 4307.0, 4318.0, 4310.0, 4329.0, 4297.0, 4340.0, 4313.0, 4293.0, 4329.0, 4302.0, 4261.0, 4324.0, 4282.0, 4314.0, 4301.0, 4271.0, 4302.0, 4268.0, 4274.0, 4326.0, 4285.0, 4324.0, 4273.0, 4274.0, 4323.0, 4282.0, 4312.0, 4272.0, 4284.0, 4324.0, 4281.0, 4314.0, 4271.0, 4284.0, 4282.0, 4287.0, 4295.0, 4286.0, 4295.0, 4317.0, 4341.0, 4285.0, 4295.0, 4335.0, 4282.0, 4313.0, 4271.0, 4291.0, 4312.0, 4269.0, 4290.0, 4260.0, 4272.0, 4322.0, 4292.0, 4313.0, 4270.0, 4262.0, 4312.0, 4283.0, 4303.0, 4282.0, 4306.0, 4295.0, 4283.0, 4325.0, 4283.0, 4297.0, 4307.0, 4285.0, 4316.0, 4298.0, 4339.0, 4284.0, 4273.0, 4338.0, 4298.0, 4326.0, 4285.0, 4306.0, 4325.0, 4282.0, 4313.0, 4271.0, 4271.0, 4315.0, 4282.0, 4312.0, 4270.0, 4283.0, 4322.0, 4282.0, 4313.0, 4282.0, 4294.0, 4291.0, 4272.0, 4325.0, 4271.0, 4283.0, 4323.0, 4283.0, 4316.0, 4284.0, 4293.0, 4312.0, 4281.0, 4313.0, 4282.0, 4293.0, 4294.0, 4296.0, 4339.0, 4283.0, 4306.0, 4313.0, 4282.0, 4314.0, 4283.0, 4294.0, 4290.0, 4273.0, 4323.0, 4280.0, 4270.0, 4324.0, 4282.0, 4315.0, 4305.0, 4283.0, 4326.0, 4283.0, 4315.0, 4295.0, 4287.0, 4339.0, 4307.0, 4327.0, 4294.0, 4284.0, 4325.0, 4272.0, 4295.0, 4314.0, 4294.0, 4326.0, 4283.0, 4284.0, 4325.0, 4295.0, 4315.0, 4285.0, 4286.0, 4325.0, 4294.0, 4315.0, 4284.0, 4285.0, 4338.0, 4297.0, 4327.0, 4285.0, 4294.0, 4334.0, 4283.0, 4303.0, 4292.0, 4272.0, 4325.0, 4293.0, 4303.0, 4290.0, 4279.0, 4312.0, 4270.0, 4294.0, 4294.0, 4283.0, 4324.0, 4292.0, 4305.0, 4303.0, 4292.0, 4325.0], 'WindowWidth': [9586.0, 9619.0, 9547.0, 9562.0, 9468.0, 9481.0, 9533.0, 9466.0, 9500.0, 9413.0, 9416.0, 9439.0, 9423.0, 9468.0, 9429.0, 9473.0, 9415.0, 9448.0, 9433.0, 9435.0, 9491.0, 9439.0, 9480.0, 9441.0, 9458.0, 9524.0, 9450.0, 9531.0, 9443.0, 9488.0, 9477.0, 9451.0, 9525.0, 9453.0, 9512.0, 9463.0, 9523.0, 9471.0, 9513.0, 9536.0, 9476.0, 9538.0, 9498.0, 9549.0, 9530.0, 9559.0, 9535.0, 9590.0, 9516.0, 9503.0, 9568.0, 9534.0, 9571.0, 9531.0, 9605.0, 9498.0, 9566.0, 9546.0, 9501.0, 9604.0, 9508.0, 9577.0, 9478.0, 9522.0, 9588.0, 9513.0, 9565.0, 9467.0, 9513.0, 9556.0, 9496.0, 9569.0, 9472.0, 9548.0, 9531.0, 9489.0, 9574.0, 9493.0, 9538.0, 9469.0, 9472.0, 9554.0, 9497.0, 9559.0, 9501.0, 9536.0, 9468.0, 9517.0, 9472.0, 9474.0, 9554.0, 9503.0, 9553.0, 9481.0, 9523.0, 9487.0, 9470.0, 9547.0, 9457.0, 9518.0, 9473.0, 9476.0, 9566.0, 9462.0, 9522.0, 9543.0, 9486.0, 9549.0, 9465.0, 9532.0, 9477.0, 9494.0, 9556.0, 9495.0, 9563.0, 9501.0, 9553.0, 9487.0, 9536.0, 9459.0, 9495.0, 9559.0, 9509.0, 9555.0, 9480.0, 9534.0, 9474.0, 9490.0, 9513.0, 9485.0, 9556.0, 9491.0, 9550.0, 9465.0, 9533.0, 9459.0, 9490.0, 9538.0, 9496.0, 9559.0, 9480.0, 9551.0, 9463.0, 9520.0, 9534.0, 9491.0, 9558.0, 9479.0, 9537.0, 9463.0, 9474.0, 9553.0, 9491.0, 9555.0, 9485.0, 9522.0, 9480.0, 9552.0, 9487.0, 9556.0, 9489.0, 9560.0, 9499.0, 9574.0, 9565.0, 9531.0, 9587.0, 9492.0, 9482.0, 9543.0, 9448.0, 9509.0, 9455.0, 9489.0, 9549.0, 9477.0, 9525.0, 9451.0, 9451.0, 9531.0, 9472.0, 9534.0, 9470.0, 9527.0, 9508.0, 9481.0, 9556.0, 9479.0, 9542.0, 9484.0, 9513.0, 9542.0, 9501.0, 9578.0, 9489.0, 9478.0, 9559.0, 9510.0, 9558.0, 9503.0, 9560.0, 9483.0, 9562.0, 9561.0, 9516.0, 9541.0, 9475.0, 9487.0, 9484.0, 9465.0, 9558.0, 9486.0, 9526.0, 9462.0, 9548.0, 9552.0, 9514.0, 9532.0, 9465.0, 9484.0, 9526.0, 9465.0, 9524.0, 9502.0, 9444.0, 9502.0, 9444.0, 9464.0, 9452.0, 9485.0, 9527.0, 9453.0, 9499.0, 9516.0, 9472.0, 9532.0, 9461.0, 9518.0, 9530.0, 9474.0, 9528.0, 9470.0, 9491.0, 9533.0, 9492.0, 9550.0, 9476.0, 9552.0, 9521.0, 9511.0, 9562.0, 9500.0, 9580.0, 9493.0, 9538.0, 9547.0, 9483.0, 9537.0, 9471.0, 9510.0, 9551.0, 9470.0, 9525.0, 9450.0, 9463.0, 9545.0, 9488.0, 9545.0, 9463.0, 9506.0, 9532.0, 9468.0, 9530.0, 9454.0, 9492.0, 9550.0, 9489.0, 9553.0, 9454.0, 9485.0, 9547.0, 9484.0, 9534.0, 9471.0, 9488.0, 9528.0, 9468.0, 9549.0, 9452.0, 9489.0, 9518.0, 9489.0, 9538.0, 9472.0, 9533.0, 9492.0, 9449.0, 9529.0, 9466.0, 9510.0, 9457.0, 9486.0, 9540.0, 9450.0, 9509.0, 9464.0, 9474.0, 9529.0, 9489.0, 9552.0, 9461.0, 9520.0, 9544.0, 9486.0, 9550.0, 9477.0, 9534.0, 9474.0, 9488.0, 9553.0, 9501.0, 9552.0, 9498.0, 9552.0, 9484.0, 9527.0, 9556.0, 9482.0, 9515.0, 9508.0, 9466.0, 9532.0, 9470.0, 9539.0, 9454.0, 9508.0, 9504.0, 9449.0, 9524.0, 9470.0, 9543.0, 9477.0, 9536.0, 9482.0, 9469.0, 9533.0, 9476.0, 9552.0, 9466.0, 9508.0, 9519.0, 9478.0, 9554.0, 9461.0, 9511.0, 9553.0, 9490.0, 9547.0, 9460.0, 9486.0, 9535.0, 9488.0, 9550.0, 9482.0, 9538.0, 9488.0, 9544.0, 9557.0, 9488.0, 9531.0, 9499.0, 9474.0, 9536.0, 9474.0, 9546.0, 9458.0, 9512.0, 9547.0, 9462.0, 9508.0, 9493.0, 9454.0, 9527.0, 9474.0, 9528.0, 9455.0, 9514.0, 9513.0, 9475.0, 9556.0, 9496.0, 9559.0, 9499.0, 9559.0, 9539.0, 9486.0, 9534.0, 9456.0, 9487.0, 9479.0, 9511.0, 9504.0, 9490.0, 9556.0, 9456.0, 9522.0, 9557.0, 9505.0, 9547.0, 9463.0, 9528.0, 9453.0, 9469.0, 9532.0, 9481.0, 9528.0, 9455.0, 9500.0, 9491.0, 9450.0, 9526.0, 9450.0, 9502.0, 9468.0, 9485.0, 9525.0, 9453.0, 9513.0, 9530.0, 9472.0, 9535.0, 9459.0, 9502.0, 9509.0, 9470.0, 9531.0, 9455.0, 9475.0, 9480.0, 9510.0, 9574.0, 9483.0, 9537.0, 9531.0, 9457.0, 9529.0, 9474.0, 9534.0, 9486.0, 9538.0, 9484.0, 9525.0, 9541.0, 9503.0, 9539.0, 9463.0, 9493.0, 9463.0, 9493.0, 9534.0, 9492.0, 9555.0, 9483.0, 9540.0, 9468.0, 9496.0, 9559.0, 9489.0, 9542.0, 9476.0, 9493.0, 9552.0, 9462.0, 9530.0, 9485.0, 9480.0, 9566.0, 9494.0, 9554.0, 9484.0, 9541.0, 9501.0, 9473.0, 9554.0, 9472.0, 9536.0, 9502.0, 9487.0, 9544.0, 9451.0, 9495.0, 9501.0, 9449.0, 9527.0, 9468.0, 9525.0, 9452.0, 9468.0, 9545.0, 9471.0, 9535.0, 9458.0, 9488.0, 9499.0, 9473.0, 9531.0, 9452.0, 9502.0, 9533.0, 9488.0, 9532.0, 9459.0, 9471.0, 9527.0, 9448.0, 9511.0, 9466.0, 9474.0, 9549.0, 9458.0, 9514.0, 9459.0, 9477.0, 9537.0, 9491.0, 9540.0, 9497.0, 9524.0, 9493.0, 9509.0, 9554.0, 9490.0, 9540.0, 9475.0, 9490.0, 9492.0, 9493.0, 9546.0, 9475.0, 9551.0, 9459.0, 9510.0, 9537.0, 9492.0, 9553.0, 9460.0, 9471.0, 9551.0, 9471.0, 9533.0, 9464.0, 9494.0, 9518.0, 9474.0, 9553.0, 9475.0, 9523.0, 9482.0, 9494.0, 9496.0, 9515.0, 9576.0, 9489.0, 9519.0, 9544.0, 9487.0, 9532.0, 9479.0, 9528.0, 9455.0, 9487.0, 9532.0, 9486.0, 9536.0, 9454.0, 9510.0, 9451.0, 9468.0, 9528.0, 9465.0, 9531.0, 9440.0, 9472.0, 9541.0, 9454.0, 9510.0, 9494.0, 9459.0, 9551.0, 9464.0, 9515.0, 9461.0, 9476.0, 9536.0, 9475.0, 9556.0, 9484.0, 9529.0, 9497.0, 9498.0, 9556.0, 9479.0, 9541.0, 9483.0, 9518.0, 9545.0, 9518.0, 9560.0, 9495.0, 9541.0, 9516.0, 9541.0, 9517.0, 9611.0, 9577.0, 9541.0, 9537.0, 9454.0, 9446.0, 9504.0, 9425.0, 9442.0, 9508.0, 9447.0, 9469.0, 9482.0, 9485.0, 9530.0, 9438.0, 9453.0, 9507.0, 9451.0, 9499.0, 9457.0, 9490.0, 9536.0, 9465.0, 9519.0, 9501.0, 9477.0, 9542.0, 9482.0, 9542.0, 9482.0, 9494.0, 9558.0, 9479.0, 9529.0, 9562.0, 9512.0, 9557.0, 9477.0, 9478.0, 9551.0, 9470.0, 9533.0, 9490.0, 9499.0, 9549.0, 9491.0, 9557.0, 9479.0, 9450.0, 9529.0, 9438.0, 9498.0, 9454.0, 9487.0, 9550.0, 9459.0, 9517.0, 9468.0, 9475.0, 9558.0, 9480.0, 9550.0, 9478.0, 9495.0, 9555.0, 9508.0, 9539.0, 9477.0, 9496.0, 9553.0, 9474.0, 9516.0, 9508.0, 9475.0, 9552.0, 9479.0, 9535.0, 9487.0, 9470.0, 9549.0, 9457.0, 9489.0, 9456.0, 9479.0, 9472.0, 9470.0, 9530.0, 9474.0, 9492.0, 9483.0, 9501.0, 9556.0, 9619.0, 9518.0, 9513.0, 9561.0, 9437.0, 9462.0, 9513.0, 9457.0, 9528.0, 9462.0, 9506.0, 9528.0, 9467.0, 9528.0, 9452.0, 9475.0, 9486.0, 9493.0, 9537.0, 9478.0, 9538.0, 9474.0, 9482.0, 9563.0, 9500.0, 9541.0, 9500.0, 9540.0, 9506.0, 9474.0, 9561.0, 9461.0, 9526.0, 9489.0, 9490.0, 9549.0, 9457.0, 9513.0, 9451.0, 9457.0, 9556.0, 9477.0, 9549.0, 9464.0, 9507.0, 9471.0, 9479.0, 9574.0, 9497.0, 9553.0, 9466.0, 9496.0, 9537.0, 9462.0, 9535.0, 9478.0, 9557.0, 9538.0, 9493.0, 9548.0, 9440.0, 9466.0, 9529.0, 9469.0, 9516.0, 9456.0, 9488.0, 9511.0, 9469.0, 9526.0, 9449.0, 9454.0, 9519.0, 9459.0, 9534.0, 9479.0, 9537.0, 9463.0, 9523.0, 9538.0, 9488.0, 9524.0, 9460.0, 9501.0, 9470.0, 9471.0, 9550.0, 9456.0, 9518.0, 9515.0, 9476.0, 9545.0, 9458.0, 9490.0, 9538.0, 9474.0, 9534.0, 9464.0, 9511.0, 9490.0, 9476.0, 9537.0, 9476.0, 9509.0, 9494.0, 9501.0, 9519.0, 9523.0, 9586.0, 9462.0, 9472.0, 9535.0, 9474.0, 9535.0, 9477.0, 9496.0, 9554.0, 9476.0, 9536.0, 9508.0, 9468.0, 9534.0, 9456.0, 9532.0, 9454.0, 9472.0, 9551.0, 9474.0, 9531.0, 9461.0, 9491.0, 9474.0, 9475.0, 9554.0, 9454.0, 9471.0, 9559.0, 9470.0, 9512.0, 9459.0, 9473.0, 9523.0, 9453.0, 9528.0, 9454.0, 9501.0, 9473.0, 9488.0, 9486.0, 9492.0, 9554.0, 9454.0, 9506.0, 9500.0, 9474.0, 9530.0, 9474.0, 9533.0, 9453.0, 9489.0, 9549.0, 9462.0, 9545.0, 9458.0, 9518.0, 9529.0, 9441.0, 9515.0, 9455.0, 9475.0, 9532.0, 9475.0, 9531.0, 9455.0, 9459.0, 9531.0, 9458.0, 9541.0, 9464.0, 9493.0, 9538.0, 9477.0, 9519.0, 9457.0, 9464.0, 9537.0, 9483.0, 9554.0, 9498.0, 9546.0, 9509.0, 9465.0, 9559.0, 9472.0, 9496.0, 9538.0, 9463.0, 9533.0, 9456.0, 9489.0, 9531.0, 9459.0, 9542.0, 9461.0, 9509.0, 9555.0, 9462.0, 9518.0, 9483.0, 9464.0, 9553.0, 9479.0, 9508.0, 9531.0, 9461.0, 9517.0, 9460.0, 9483.0, 9561.0, 9483.0, 9522.0, 9476.0, 9477.0, 9543.0, 9473.0, 9494.0, 9491.0, 9497.0, 9500.0, 9499.0, 9563.0, 9477.0, 9480.0, 9563.0, 9496.0, 9539.0, 9484.0, 9530.0, 9574.0, 9487.0, 9537.0, 9496.0, 9470.0, 9556.0, 9474.0, 9517.0, 9471.0, 9471.0, 9534.0, 9455.0, 9518.0, 9472.0, 9477.0, 9538.0, 9476.0, 9532.0, 9459.0, 9480.0, 9507.0, 9494.0, 9559.0, 9480.0, 9535.0, 9471.0, 9507.0, 9481.0, 9523.0, 9504.0, 9582.0, 9533.0, 9589.0, 9587.0, 9500.0, 9515.0, 9489.0, 9434.0, 9505.0, 9435.0, 9465.0, 9468.0, 9473.0, 9525.0, 9437.0, 9466.0, 9474.0, 9442.0, 9522.0, 9477.0, 9537.0, 9484.0, 9525.0, 9538.0, 9477.0, 9538.0, 9477.0, 9499.0, 9524.0, 9484.0, 9555.0, 9461.0, 9507.0, 9538.0, 9483.0, 9549.0, 9500.0, 9559.0, 9480.0, 9540.0, 9560.0, 9486.0, 9537.0, 9473.0, 9462.0, 9534.0, 9467.0, 9531.0, 9453.0, 9458.0, 9530.0, 9458.0, 9534.0, 9439.0, 9491.0, 9536.0, 9479.0, 9540.0, 9495.0, 9525.0, 9488.0, 9481.0, 9538.0, 9474.0, 9524.0, 9477.0, 9484.0, 9558.0, 9498.0, 9554.0, 9471.0, 9457.0, 9535.0, 9475.0, 9538.0, 9495.0, 9499.0, 9521.0, 9476.0, 9538.0, 9472.0, 9459.0, 9539.0, 9492.0, 9537.0, 9495.0, 9525.0, 9473.0, 9462.0, 9538.0, 9473.0, 9523.0, 9480.0, 9526.0, 9507.0, 9489.0, 9558.0, 9495.0, 9542.0, 9498.0, 9500.0, 9506.0, 9479.0, 9538.0, 9475.0, 9481.0, 9521.0, 9481.0, 9541.0, 9493.0, 9534.0, 9488.0, 9465.0, 9539.0, 9497.0, 9542.0, 9502.0, 9557.0, 9478.0, 9482.0, 9534.0, 9473.0, 9519.0, 9473.0, 9492.0, 9488.0, 9464.0, 9537.0, 9474.0, 9521.0, 9475.0, 9522.0, 9485.0, 9512.0, 9554.0, 9464.0, 9538.0, 9479.0, 9540.0, 9482.0, 9502.0, 9558.0, 9475.0, 9502.0, 9514.0, 9469.0, 9531.0, 9473.0, 9478.0, 9516.0, 9476.0, 9531.0, 9457.0, 9464.0, 9544.0, 9493.0, 9519.0, 9496.0, 9526.0, 9487.0, 9490.0, 9561.0, 9479.0, 9510.0, 9515.0, 9532.0, 9523.0, 9548.0, 9501.0, 9572.0, 9518.0, 9487.0, 9554.0, 9498.0, 9442.0, 9532.0, 9473.0, 9517.0, 9495.0, 9453.0, 9500.0, 9446.0, 9463.0, 9542.0, 9479.0, 9533.0, 9461.0, 9465.0, 9532.0, 9472.0, 9517.0, 9458.0, 9477.0, 9536.0, 9470.0, 9519.0, 9456.0, 9477.0, 9473.0, 9487.0, 9496.0, 9485.0, 9496.0, 9531.0, 9580.0, 9481.0, 9495.0, 9557.0, 9472.0, 9517.0, 9457.0, 9484.0, 9513.0, 9449.0, 9480.0, 9437.0, 9459.0, 9531.0, 9484.0, 9516.0, 9453.0, 9443.0, 9515.0, 9473.0, 9501.0, 9474.0, 9511.0, 9492.0, 9475.0, 9540.0, 9476.0, 9501.0, 9513.0, 9483.0, 9526.0, 9501.0, 9566.0, 9478.0, 9463.0, 9562.0, 9501.0, 9540.0, 9481.0, 9512.0, 9541.0, 9472.0, 9519.0, 9454.0, 9458.0, 9525.0, 9472.0, 9515.0, 9452.0, 9474.0, 9532.0, 9472.0, 9518.0, 9473.0, 9491.0, 9483.0, 9459.0, 9539.0, 9455.0, 9476.0, 9534.0, 9476.0, 9523.0, 9477.0, 9491.0, 9513.0, 9469.0, 9520.0, 9472.0, 9493.0, 9494.0, 9500.0, 9563.0, 9478.0, 9512.0, 9519.0, 9474.0, 9521.0, 9474.0, 9491.0, 9481.0, 9460.0, 9534.0, 9465.0, 9453.0, 9536.0, 9474.0, 9523.0, 9506.0, 9478.0, 9539.0, 9474.0, 9522.0, 9492.0, 9486.0, 9565.0, 9513.0, 9543.0, 9490.0, 9476.0, 9541.0, 9459.0, 9496.0, 9520.0, 9491.0, 9539.0, 9473.0, 9478.0, 9539.0, 9494.0, 9527.0, 9480.0, 9486.0, 9542.0, 9492.0, 9525.0, 9477.0, 9483.0, 9564.0, 9500.0, 9543.0, 9480.0, 9494.0, 9552.0, 9476.0, 9506.0, 9486.0, 9459.0, 9538.0, 9486.0, 9503.0, 9479.0, 9463.0, 9516.0, 9452.0, 9491.0, 9488.0, 9475.0, 9536.0, 9484.0, 9507.0, 9502.0, 9486.0, 9540.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.00040546142208774586</td></tr>
<tr><td colspan=3>aqi</td><td>0.025935741376701966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.72493628970472</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.312483922528388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954340308856946</td></tr>
<tr><td colspan=3>efc</td><td>0.5211</td></tr>
<tr><td colspan=3>fber</td><td>3163.502</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11086140796496234</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.472012102874432</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2831059151851876</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.18983976597197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5186187581332677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1408592214503246</td></tr>
<tr><td colspan=3>gcor</td><td>0.00756094</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004624034743756056</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027244307100772858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.237296234269332</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>26.0632</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.101</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.7116</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291240.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>1149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.7349</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1095</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.2033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3453.1842</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.1214</td></tr>
<tr><td colspan=3>tsnr</td><td>38.02167142624967</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>