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

616 lines
No EOL
141 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-0004_ses-02_task-narratives_acq-mb8_run-03_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-0004_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0004_suffix-bold_task-narratives" 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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-03_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-0004/ses-02/func/sub-0004_ses-02_task-narratives_acq-mb8_run-03_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>125329879330ca7ff591d2ba163dd3dc</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>10:49:27.335000</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.998887, 0.0362754, -0.0301594, -0.0310423, 0.986821, 0.15881]</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-03_task-narratives_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.10946</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>48</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7783, -7221, 520, -59, -231, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.188</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d640448-f92a-40fc-9117-0632ccaa9438||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.6799397468566895, -0.08328410983085632, -0.09591151028871536, 119.82284545898438], [-0.0973241850733757, 2.647568702697754, 0.42578184604644775, -94.81038665771484], [-0.08091535419225693, -0.42607566714286804, 2.6644906997680664, -11.855283737182617], [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, 1298]</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], 'AcquisitionTime': ['104927.335000', '104927.795000', '104928.255000', '104928.715000', '104929.175000', '104929.635000', '104930.095000', '104930.555000', '104931.015000', '104931.475000', '104931.935000', '104932.395000', '104932.855000', '104933.315000', '104933.775000', '104934.235000', '104934.695000', '104935.155000', '104935.615000', '104936.075000', '104936.535000', '104936.995000', '104937.455000', '104937.915000', '104938.375000', '104938.835000', '104939.295000', '104939.755000', '104940.215000', '104940.675000', '104941.135000', '104941.595000', '104942.055000', '104942.515000', '104942.975000', '104943.435000', '104943.895000', '104944.355000', '104944.815000', '104945.275000', '104945.735000', '104946.195000', '104946.655000', '104947.115000', '104947.575000', '104948.035000', '104948.495000', '104948.955000', '104949.415000', '104949.875000', '104950.335000', '104950.795000', '104951.255000', '104951.715000', '104952.175000', '104952.635000', '104953.095000', '104953.555000', '104954.015000', '104954.475000', '104954.935000', '104955.395000', '104955.855000', '104956.315000', '104956.775000', '104957.235000', '104957.695000', '104958.155000', '104958.615000', '104959.075000', '104959.535000', '104959.995000', '105000.455000', '105000.915000', '105001.375000', '105001.835000', '105002.295000', '105002.755000', '105003.215000', '105003.675000', '105004.135000', '105004.595000', '105005.055000', '105005.515000', '105005.975000', '105006.435000', '105006.895000', '105007.355000', '105007.815000', '105008.275000', '105008.735000', '105009.195000', '105009.655000', '105010.115000', '105010.575000', '105011.035000', '105011.495000', '105011.955000', '105012.415000', '105012.875000', '105013.335000', '105013.795000', '105014.255000', '105014.715000', '105015.175000', '105015.635000', '105016.095000', '105016.555000', '105017.015000', '105017.475000', '105017.935000', '105018.395000', '105018.855000', '105019.315000', '105019.775000', '105020.235000', '105020.695000', '105021.155000', '105021.615000', '105022.075000', '105022.535000', '105022.995000', '105023.455000', '105023.915000', '105024.375000', '105024.835000', '105025.295000', '105025.755000', '105026.215000', '105026.675000', '105027.135000', '105027.595000', '105028.055000', '105028.515000', '105028.975000', '105029.435000', '105029.895000', '105030.355000', '105030.815000', '105031.275000', '105031.735000', '105032.195000', '105032.655000', '105033.115000', '105033.575000', '105034.035000', '105034.495000', '105034.955000', '105035.415000', '105035.875000', '105036.335000', '105036.795000', '105037.255000', '105037.715000', '105038.175000', '105038.635000', '105039.095000', '105039.555000', '105040.015000', '105040.475000', '105040.935000', '105041.395000', '105041.855000', '105042.315000', '105042.775000', '105043.235000', '105043.695000', '105044.155000', '105044.615000', '105045.075000', '105045.535000', '105045.995000', '105046.455000', '105046.915000', '105047.375000', '105047.835000', '105048.295000', '105048.755000', '105049.215000', '105049.675000', '105050.135000', '105050.595000', '105051.055000', '105051.515000', '105051.975000', '105052.435000', '105052.895000', '105053.355000', '105053.815000', '105054.275000', '105054.735000', '105055.195000', '105055.655000', '105056.115000', '105056.575000', '105057.035000', '105057.495000', '105057.955000', '105058.415000', '105058.875000', '105059.335000', '105059.795000', '105100.255000', '105100.715000', '105101.175000', '105101.635000', '105102.095000', '105102.555000', '105103.015000', '105103.475000', '105103.935000', '105104.395000', '105104.855000', '105105.315000', '105105.775000', '105106.235000', '105106.695000', '105107.155000', '105107.615000', '105108.075000', '105108.535000', '105108.995000', '105109.455000', '105109.915000', '105110.375000', '105110.835000', '105111.295000', '105111.755000', '105112.215000', '105112.675000', '105113.135000', '105113.595000', '105114.055000', '105114.515000', '105114.975000', '105115.435000', '105115.895000', '105116.355000', '105116.815000', '105117.275000', '105117.735000', '105118.195000', '105118.655000', '105119.115000', '105119.575000', '105120.035000', '105120.495000', '105120.955000', '105121.415000', '105121.875000', '105122.335000', '105122.795000', '105123.255000', '105123.715000', '105124.175000', '105124.635000', '105125.095000', '105125.555000', '105126.015000', '105126.475000', '105126.935000', '105127.395000', '105127.855000', '105128.315000', '105128.775000', '105129.235000', '105129.695000', '105130.155000', '105130.615000', '105131.075000', '105131.535000', '105131.995000', '105132.455000', '105132.915000', '105133.375000', '105133.835000', '105134.295000', '105134.755000', '105135.215000', '105135.675000', '105136.135000', '105136.595000', '105137.055000', '105137.515000', '105137.975000', '105138.435000', '105138.895000', '105139.355000', '105139.815000', '105140.275000', '105140.735000', '105141.195000', '105141.655000', '105142.115000', '105142.575000', '105143.035000', '105143.495000', '105143.955000', '105144.415000', '105144.875000', '105145.335000', '105145.795000', '105146.255000', '105146.715000', '105147.175000', '105147.635000', '105148.095000', '105148.555000', '105149.015000', '105149.475000', '105149.935000', '105150.395000', '105150.855000', '105151.315000', '105151.775000', '105152.235000', '105152.695000', '105153.155000', '105153.615000', '105154.075000', '105154.535000', '105154.995000', '105155.455000', '105155.915000', '105156.375000', '105156.835000', '105157.295000', '105157.755000', '105158.215000', '105158.675000', '105159.135000', '105159.595000', '105200.055000', '105200.515000', '105200.975000', '105201.435000', '105201.895000', '105202.355000', '105202.815000', '105203.275000', '105203.735000', '105204.195000', '105204.655000', '105205.115000', '105205.575000', '105206.035000', '105206.495000', '105206.955000', '105207.415000', '105207.875000', '105208.335000', '105208.795000', '105209.255000', '105209.715000', '105210.175000', '105210.635000', '105211.095000', '105211.555000', '105212.015000', '105212.475000', '105212.935000', '105213.395000', '105213.855000', '105214.315000', '105214.775000', '105215.235000', '105215.695000', '105216.155000', '105216.615000', '105217.075000', '105217.535000', '105217.995000', '105218.455000', '105218.915000', '105219.375000', '105219.835000', '105220.295000', '105220.755000', '105221.215000', '105221.675000', '105222.135000', '105222.595000', '105223.055000', '105223.515000', '105223.975000', '105224.435000', '105224.895000', '105225.355000', '105225.815000', '105226.275000', '105226.735000', '105227.195000', '105227.655000', '105228.115000', '105228.575000', '105229.035000', '105229.495000', '105229.955000', '105230.415000', '105230.875000', '105231.335000', '105231.795000', '105232.255000', '105232.715000', '105233.175000', '105233.635000', '105234.095000', '105234.555000', '105235.015000', '105235.475000', '105235.935000', '105236.395000', '105236.855000', '105237.315000', '105237.775000', '105238.235000', '105238.695000', '105239.155000', '105239.615000', '105240.075000', '105240.535000', '105240.995000', '105241.455000', '105241.915000', '105242.375000', '105242.835000', '105243.295000', '105243.755000', '105244.215000', '105244.675000', '105245.135000', '105245.595000', '105246.055000', '105246.515000', '105246.975000', '105247.435000', '105247.895000', '105248.355000', '105248.815000', '105249.275000', '105249.735000', '105250.195000', '105250.655000', '105251.115000', '105251.575000', '105252.035000', '105252.495000', '105252.955000', '105253.415000', '105253.875000', '105254.335000', '105254.795000', '105255.255000', '105255.715000', '105256.175000', '105256.635000', '105257.095000', '105257.555000', '105258.015000', '105258.475000', '105258.935000', '105259.395000', '105259.855000', '105300.315000', '105300.775000', '105301.235000', '105301.695000', '105302.155000', '105302.615000', '105303.075000', '105303.535000', '105303.995000', '105304.455000', '105304.915000', '105305.375000', '105305.835000', '105306.295000', '105306.755000', '105307.215000', '105307.675000', '105308.135000', '105308.595000', '105309.055000', '105309.515000', '105309.975000', '105310.435000', '105310.895000', '105311.355000', '105311.815000', '105312.275000', '105312.735000', '105313.195000', '105313.655000', '105314.115000', '105314.575000', '105315.035000', '105315.495000', '105315.955000', '105316.415000', '105316.875000', '105317.335000', '105317.795000', '105318.255000', '105318.715000', '105319.175000', '105319.635000', '105320.095000', '105320.555000', '105321.015000', '105321.475000', '105321.935000', '105322.395000', '105322.855000', '105323.315000', '105323.775000', '105324.235000', '105324.695000', '105325.155000', '105325.615000', '105326.075000', '105326.535000', '105326.995000', '105327.455000', '105327.915000', '105328.375000', '105328.835000', '105329.295000', '105329.755000', '105330.215000', '105330.675000', '105331.135000', '105331.595000', '105332.055000', '105332.515000', '105332.975000', '105333.435000', '105333.895000', '105334.355000', '105334.815000', '105335.275000', '105335.735000', '105336.195000', '105336.655000', '105337.115000', '105337.575000', '105338.035000', '105338.495000', '105338.955000', '105339.415000', '105339.875000', '105340.335000', '105340.795000', '105341.255000', '105341.715000', '105342.175000', '105342.635000', '105343.095000', '105343.555000', '105344.015000', '105344.475000', '105344.935000', '105345.395000', '105345.855000', '105346.315000', '105346.775000', '105347.235000', '105347.695000', '105348.155000', '105348.615000', '105349.075000', '105349.535000', '105349.995000', '105350.455000', '105350.915000', '105351.375000', '105351.835000', '105352.295000', '105352.755000', '105353.215000', '105353.675000', '105354.135000', '105354.595000', '105355.055000', '105355.515000', '105355.975000', '105356.435000', '105356.895000', '105357.355000', '105357.815000', '105358.275000', '105358.735000', '105359.195000', '105359.655000', '105400.115000', '105400.575000', '105401.035000', '105401.495000', '105401.955000', '105402.415000', '105402.875000', '105403.335000', '105403.795000', '105404.255000', '105404.715000', '105405.175000', '105405.635000', '105406.095000', '105406.555000', '105407.015000', '105407.475000', '105407.935000', '105408.395000', '105408.855000', '105409.315000', '105409.775000', '105410.235000', '105410.695000', '105411.155000', '105411.615000', '105412.075000', '105412.535000', '105412.995000', '105413.455000', '105413.915000', '105414.375000', '105414.835000', '105415.295000', '105415.755000', '105416.215000', '105416.675000', '105417.135000', '105417.595000', '105418.055000', '105418.515000', '105418.975000', '105419.435000', '105419.895000', '105420.355000', '105420.815000', '105421.275000', '105421.735000', '105422.195000', '105422.655000', '105423.115000', '105423.575000', '105424.035000', '105424.495000', '105424.955000', '105425.415000', '105425.875000', '105426.335000', '105426.795000', '105427.255000', '105427.715000', '105428.175000', '105428.635000', '105429.095000', '105429.555000', '105430.015000', '105430.475000', '105430.935000', '105431.395000', '105431.855000', '105432.315000', '105432.775000', '105433.235000', '105433.695000', '105434.155000', '105434.615000', '105435.075000', '105435.535000', '105435.995000', '105436.455000', '105436.915000', '105437.375000', '105437.835000', '105438.295000', '105438.755000', '105439.215000', '105439.675000', '105440.135000', '105440.595000', '105441.055000', '105441.515000', '105441.975000', '105442.435000', '105442.895000', '105443.355000', '105443.815000', '105444.275000', '105444.735000', '105445.195000', '105445.655000', '105446.115000', '105446.575000', '105447.035000', '105447.495000', '105447.955000', '105448.415000', '105448.875000', '105449.335000', '105449.795000', '105450.255000', '105450.715000', '105451.175000', '105451.635000', '105452.095000', '105452.555000', '105453.015000', '105453.475000', '105453.935000', '105454.395000', '105454.855000', '105455.315000', '105455.775000', '105456.235000', '105456.695000', '105457.155000', '105457.615000', '105458.075000', '105458.535000', '105458.995000', '105459.455000', '105459.915000', '105500.375000', '105500.835000', '105501.295000', '105501.755000', '105502.215000', '105502.675000', '105503.135000', '105503.595000', '105504.055000', '105504.515000', '105504.975000', '105505.435000', '105505.895000', '105506.355000', '105506.815000', '105507.275000', '105507.735000', '105508.195000', '105508.655000', '105509.115000', '105509.575000', '105510.035000', '105510.495000', '105510.955000', '105511.415000', '105511.875000', '105512.335000', '105512.795000', '105513.255000', '105513.715000', '105514.175000', '105514.635000', '105515.095000', '105515.555000', '105516.015000', '105516.475000', '105516.935000', '105517.395000', '105517.855000', '105518.315000', '105518.775000', '105519.235000', '105519.695000', '105520.155000', '105520.615000', '105521.075000', '105521.535000', '105521.995000', '105522.455000', '105522.915000', '105523.375000', '105523.835000', '105524.295000', '105524.755000', '105525.215000', '105525.675000', '105526.135000', '105526.595000', '105527.055000', '105527.515000', '105527.975000', '105528.435000', '105528.895000', '105529.355000', '105529.815000', '105530.275000', '105530.735000', '105531.195000', '105531.655000', '105532.115000', '105532.575000', '105533.035000', '105533.495000', '105533.955000', '105534.415000', '105534.875000', '105535.335000', '105535.795000', '105536.255000', '105536.715000', '105537.175000', '105537.635000', '105538.095000', '105538.555000', '105539.015000', '105539.475000', '105539.935000', '105540.395000', '105540.855000', '105541.315000', '105541.775000', '105542.235000', '105542.695000', '105543.155000', '105543.615000', '105544.075000', '105544.535000', '105544.995000', '105545.455000', '105545.915000', '105546.375000', '105546.835000', '105547.295000', '105547.755000', '105548.215000', '105548.675000', '105549.135000', '105549.595000', '105550.055000', '105550.515000', '105550.975000', '105551.435000', '105551.895000', '105552.355000', '105552.815000', '105553.275000', '105553.735000', '105554.195000', '105554.655000', '105555.115000', '105555.575000', '105556.035000', '105556.495000', '105556.955000', '105557.415000', '105557.875000', '105558.335000', '105558.795000', '105559.255000', '105559.715000', '105600.175000', '105600.635000', '105601.095000', '105601.555000', '105602.015000', '105602.475000', '105602.935000', '105603.395000', '105603.855000', '105604.315000', '105604.775000', '105605.235000', '105605.695000', '105606.155000', '105606.615000', '105607.075000', '105607.535000', '105607.995000', '105608.455000', '105608.915000', '105609.375000', '105609.835000', '105610.295000', '105610.755000', '105611.215000', '105611.675000', '105612.135000', '105612.595000', '105613.055000', '105613.515000', '105613.975000', '105614.435000', '105614.895000', '105615.355000', '105615.815000', '105616.275000', '105616.735000', '105617.195000', '105617.655000', '105618.115000', '105618.575000', '105619.035000', '105619.495000', '105619.955000', '105620.415000', '105620.875000', '105621.335000', '105621.795000', '105622.255000', '105622.715000', '105623.175000', '105623.635000', '105624.095000', '105624.555000', '105625.015000', '105625.475000', '105625.935000', '105626.395000', '105626.855000', '105627.315000', '105627.775000', '105628.235000', '105628.695000', '105629.155000', '105629.615000', '105630.075000', '105630.535000', '105630.995000', '105631.455000', '105631.915000', '105632.375000', '105632.835000', '105633.295000', '105633.755000', '105634.215000', '105634.675000', '105635.135000', '105635.595000', '105636.055000', '105636.515000', '105636.975000', '105637.435000', '105637.895000', '105638.355000', '105638.815000', '105639.275000', '105639.735000', '105640.195000', '105640.655000', '105641.115000', '105641.575000', '105642.035000', '105642.495000', '105642.955000', '105643.415000', '105643.875000', '105644.335000', '105644.795000', '105645.255000', '105645.715000', '105646.175000', '105646.635000', '105647.095000', '105647.555000', '105648.015000', '105648.475000', '105648.935000', '105649.395000', '105649.855000', '105650.315000', '105650.775000', '105651.235000', '105651.695000', '105652.155000', '105652.615000', '105653.075000', '105653.535000', '105653.995000', '105654.455000', '105654.915000', '105655.375000', '105655.835000', '105656.295000', '105656.755000', '105657.215000', '105657.675000', '105658.135000', '105658.595000', '105659.055000', '105659.515000', '105659.975000', '105700.435000', '105700.895000', '105701.355000', '105701.815000', '105702.275000', '105702.735000', '105703.195000', '105703.655000', '105704.115000', '105704.575000', '105705.035000', '105705.495000', '105705.955000', '105706.415000', '105706.875000', '105707.335000', '105707.795000', '105708.255000', '105708.715000', '105709.175000', '105709.635000', '105710.095000', '105710.555000', '105711.015000', '105711.475000', '105711.935000', '105712.395000', '105712.855000', '105713.315000', '105713.775000', '105714.235000', '105714.695000', '105715.155000', '105715.615000', '105716.075000', '105716.535000', '105716.995000', '105717.455000', '105717.915000', '105718.375000', '105718.835000', '105719.295000', '105719.755000', '105720.215000', '105720.675000', '105721.135000', '105721.595000', '105722.055000', '105722.515000', '105722.975000', '105723.435000', '105723.895000', '105724.355000', '105724.815000', '105725.275000', '105725.735000', '105726.195000', '105726.655000', '105727.115000', '105727.575000', '105728.035000', '105728.495000', '105728.955000', '105729.415000', '105729.875000', '105730.335000', '105730.795000', '105731.255000', '105731.715000', '105732.175000', '105732.635000', '105733.095000', '105733.555000', '105734.015000', '105734.475000', '105734.935000', '105735.395000', '105735.855000', '105736.315000', '105736.775000', '105737.235000', '105737.695000', '105738.155000', '105738.615000', '105739.075000', '105739.535000', '105739.995000', '105740.455000', '105740.915000', '105741.375000', '105741.835000', '105742.295000', '105742.755000', '105743.215000', '105743.675000', '105744.135000', '105744.595000', '105745.055000', '105745.515000', '105745.975000', '105746.435000', '105746.895000', '105747.355000', '105747.815000', '105748.275000', '105748.735000', '105749.195000', '105749.655000', '105750.115000', '105750.575000', '105751.035000', '105751.495000', '105751.955000', '105752.415000', '105752.875000', '105753.335000', '105753.795000', '105754.255000', '105754.715000', '105755.175000', '105755.635000', '105756.095000', '105756.555000', '105757.015000', '105757.475000', '105757.935000', '105758.395000', '105758.855000', '105759.315000', '105759.775000', '105800.235000', '105800.695000', '105801.155000', '105801.615000', '105802.075000', '105802.535000', '105802.995000', '105803.455000', '105803.915000', '105804.375000', '105804.835000', '105805.295000', '105805.755000', '105806.215000', '105806.675000', '105807.135000', '105807.595000', '105808.055000', '105808.515000', '105808.975000', '105809.435000', '105809.895000', '105810.355000', '105810.815000', '105811.275000', '105811.735000', '105812.195000', '105812.655000', '105813.115000', '105813.575000', '105814.035000', '105814.495000', '105814.955000', '105815.415000', '105815.875000', '105816.335000', '105816.795000', '105817.255000', '105817.715000', '105818.175000', '105818.635000', '105819.095000', '105819.555000', '105820.015000', '105820.475000', '105820.935000', '105821.395000', '105821.855000', '105822.315000', '105822.775000', '105823.235000', '105823.695000', '105824.155000', '105824.615000', '105825.075000', '105825.535000', '105825.995000', '105826.455000', '105826.915000', '105827.375000', '105827.835000', '105828.295000', '105828.755000', '105829.215000', '105829.675000', '105830.135000', '105830.595000', '105831.055000', '105831.515000', '105831.975000', '105832.435000', '105832.895000', '105833.355000', '105833.815000', '105834.275000', '105834.735000', '105835.195000', '105835.655000', '105836.115000', '105836.575000', '105837.035000', '105837.495000', '105837.955000', '105838.415000', '105838.875000', '105839.335000', '105839.795000', '105840.255000', '105840.715000', '105841.175000', '105841.635000', '105842.095000', '105842.555000', '105843.015000', '105843.475000', '105843.935000', '105844.395000', '105844.855000', '105845.315000', '105845.775000', '105846.235000', '105846.695000', '105847.155000', '105847.615000', '105848.075000', '105848.535000', '105848.995000', '105849.455000', '105849.915000', '105850.375000', '105850.835000', '105851.295000', '105851.755000', '105852.215000', '105852.675000', '105853.135000', '105853.595000', '105854.055000', '105854.515000', '105854.975000', '105855.435000', '105855.895000', '105856.355000', '105856.815000', '105857.275000', '105857.735000', '105858.195000', '105858.655000', '105859.115000', '105859.575000', '105900.035000', '105900.495000', '105900.955000', '105901.415000', '105901.875000', '105902.335000', '105902.795000', '105903.255000', '105903.715000', '105904.175000', '105904.635000', '105905.095000', '105905.555000', '105906.015000', '105906.475000', '105906.935000', '105907.395000', '105907.855000', '105908.315000', '105908.775000', '105909.235000', '105909.695000', '105910.155000', '105910.615000', '105911.075000', '105911.535000', '105911.995000', '105912.455000', '105912.915000', '105913.375000', '105913.835000', '105914.295000', '105914.755000', '105915.215000', '105915.675000', '105916.135000', '105916.595000', '105917.055000', '105917.515000', '105917.975000', '105918.435000', '105918.895000', '105919.355000', '105919.815000', '105920.275000', '105920.735000', '105921.195000', '105921.655000', '105922.115000', '105922.575000', '105923.035000', '105923.495000', '105923.955000'], 'ContentTime': ['104947.845000', '104947.849000', '104947.852000', '104947.855000', '104947.858000', '104947.861000', '104947.864000', '104947.867000', '104947.870000', '104947.873000', '104947.875000', '104947.878000', '104947.881000', '104947.884000', '104947.887000', '104947.890000', '104947.893000', '104947.896000', '104947.899000', '104947.902000', '104947.904000', '104947.907000', '104947.910000', '104947.913000', '104947.916000', '104947.919000', '104947.922000', '104947.925000', '104947.928000', '104947.931000', '104947.933000', '104947.936000', '104947.939000', '104947.942000', '104947.945000', '104947.948000', '104947.951000', '104947.954000', '104947.956000', '104947.959000', '104947.962000', '104947.965000', '104947.968000', '105007.803000', '105007.806000', '105007.809000', '105007.812000', '105007.815000', '105007.818000', '105007.821000', '105007.824000', '105007.827000', '105007.830000', '105007.833000', '105007.836000', '105007.849000', '105007.852000', '105007.855000', '105007.858000', '105007.861000', '105007.864000', '105007.867000', '105007.870000', '105007.873000', '105007.876000', '105007.879000', '105007.882000', '105007.885000', '105007.888000', '105007.891000', '105007.894000', '105007.897000', '105007.900000', '105007.903000', '105007.906000', '105007.909000', '105007.912000', '105007.915000', '105007.918000', '105007.921000', '105007.923000', '105007.926000', '105007.929000', '105007.932000', '105007.935000', '105007.948000', '105007.951000', '105027.804000', '105027.815000', '105027.818000', '105027.821000', '105027.824000', '105027.827000', '105027.830000', '105027.832000', '105027.835000', '105027.838000', '105027.841000', '105027.844000', '105027.847000', '105027.850000', '105027.853000', '105027.856000', '105027.858000', '105027.861000', '105027.864000', '105027.867000', '105027.870000', '105027.873000', '105027.876000', '105027.879000', '105027.881000', '105027.884000', '105027.887000', '105027.890000', '105027.893000', '105027.896000', '105027.899000', '105027.901000', '105027.904000', '105027.907000', '105027.910000', '105027.913000', '105027.916000', '105027.918000', '105027.925000', '105027.928000', '105027.931000', '105027.934000', '105027.937000', '105047.803000', '105047.806000', '105047.809000', '105047.812000', '105047.815000', '105047.818000', '105047.820000', '105047.823000', '105047.826000', '105047.829000', '105047.832000', '105047.835000', '105047.838000', '105047.841000', '105047.844000', '105047.846000', '105047.849000', '105047.852000', '105047.855000', '105047.858000', '105047.861000', '105047.864000', '105047.867000', '105047.870000', '105047.873000', '105047.876000', '105047.878000', '105047.881000', '105047.884000', '105047.887000', '105047.890000', '105047.893000', '105047.896000', '105047.898000', '105047.901000', '105047.904000', '105047.907000', '105047.910000', '105047.913000', '105047.916000', '105047.919000', '105047.921000', '105047.924000', '105047.927000', '105107.803000', '105107.806000', '105107.809000', '105107.812000', '105107.815000', '105107.818000', '105107.821000', '105107.824000', '105107.826000', '105107.829000', '105107.833000', '105107.839000', '105107.842000', '105107.851000', '105107.854000', '105107.857000', '105107.868000', '105107.871000', '105107.874000', '105107.877000', '105107.880000', '105107.883000', '105107.886000', '105107.889000', '105107.892000', '105107.894000', '105107.904000', '105107.907000', '105107.910000', '105107.913000', '105107.916000', '105107.919000', '105107.922000', '105107.925000', '105107.928000', '105107.931000', '105107.933000', '105107.936000', '105107.939000', '105107.942000', '105107.946000', '105107.949000', '105107.952000', '105127.804000', '105127.807000', '105127.810000', '105127.813000', '105127.815000', '105127.818000', '105127.821000', '105127.824000', '105127.827000', '105127.830000', '105127.833000', '105127.836000', '105127.838000', '105127.841000', '105127.848000', '105127.851000', '105127.854000', '105127.857000', '105127.860000', '105127.863000', '105127.866000', '105127.869000', '105127.871000', '105127.875000', '105127.877000', '105127.880000', '105127.883000', '105127.886000', '105127.889000', '105127.892000', '105127.895000', '105127.897000', '105127.900000', '105127.903000', '105127.906000', '105127.909000', '105127.912000', '105127.915000', '105127.918000', '105127.921000', '105127.923000', '105127.926000', '105127.929000', '105127.932000', '105147.804000', '105147.807000', '105147.810000', '105147.813000', '105147.816000', '105147.819000', '105147.822000', '105147.834000', '105147.837000', '105147.840000', '105147.843000', '105147.846000', '105147.852000', '105147.856000', '105147.859000', '105147.862000', '105147.864000', '105147.867000', '105147.870000', '105147.873000', '105147.876000', '105147.879000', '105147.882000', '105147.885000', '105147.887000', '105147.890000', '105147.893000', '105147.896000', '105147.899000', '105147.902000', '105147.905000', '105147.908000', '105147.910000', '105147.913000', '105147.916000', '105147.919000', '105147.922000', '105147.925000', '105147.928000', '105147.931000', '105147.934000', '105147.936000', '105147.939000', '105207.804000', '105207.807000', '105207.810000', '105207.813000', '105207.816000', '105207.819000', '105207.822000', '105207.825000', '105207.827000', '105207.830000', '105207.833000', '105207.836000', '105207.839000', '105207.842000', '105207.845000', '105207.848000', '105207.851000', '105207.854000', '105207.857000', '105207.860000', '105207.863000', '105207.866000', '105207.869000', '105207.871000', '105207.874000', '105207.877000', '105207.880000', '105207.883000', '105207.886000', '105207.889000', '105207.892000', '105207.895000', '105207.898000', '105207.900000', '105207.904000', '105207.906000', '105207.909000', '105207.912000', '105207.915000', '105207.918000', '105207.921000', '105207.924000', '105207.927000', '105207.930000', '105227.803000', '105227.806000', '105227.809000', '105227.812000', '105227.815000', '105227.818000', '105227.821000', '105227.824000', '105227.827000', '105227.830000', '105227.832000', '105227.835000', '105227.838000', '105227.841000', '105227.844000', '105227.847000', '105227.850000', '105227.853000', '105227.856000', '105227.859000', '105227.862000', '105227.865000', '105227.868000', '105227.871000', '105227.874000', '105227.877000', '105227.880000', '105227.883000', '105227.886000', '105227.889000', '105227.892000', '105227.895000', '105227.897000', '105227.900000', '105227.903000', '105227.906000', '105227.909000', '105227.912000', '105227.915000', '105227.918000', '105227.921000', '105227.924000', '105227.927000', '105247.803000', '105247.806000', '105247.809000', '105247.812000', '105247.815000', '105247.818000', '105247.821000', '105247.824000', '105247.827000', '105247.830000', '105247.833000', '105247.835000', '105247.838000', '105247.841000', '105247.844000', '105247.847000', '105247.850000', '105247.853000', '105247.856000', '105247.859000', '105247.862000', '105247.865000', '105247.868000', '105247.871000', '105247.874000', '105247.877000', '105247.879000', '105247.882000', '105247.885000', '105247.888000', '105247.891000', '105247.894000', '105247.903000', '105247.906000', '105247.909000', '105247.912000', '105247.915000', '105247.918000', '105247.921000', '105247.924000', '105247.927000', '105247.930000', '105247.933000', '105247.935000', '105307.803000', '105307.806000', '105307.809000', '105307.812000', '105307.815000', '105307.819000', '105307.822000', '105307.825000', '105307.828000', '105307.831000', '105307.834000', '105307.837000', '105307.840000', '105307.843000', '105307.846000', '105307.849000', '105307.851000', '105307.854000', '105307.857000', '105307.860000', '105307.863000', '105307.866000', '105307.869000', '105307.872000', '105307.875000', '105307.878000', '105307.883000', '105307.888000', '105307.891000', '105307.894000', '105307.896000', '105307.899000', '105307.916000', '105307.919000', '105307.922000', '105307.925000', '105307.927000', '105307.930000', '105307.933000', '105307.936000', '105307.939000', '105307.942000', '105307.945000', '105327.803000', '105327.806000', '105327.809000', '105327.812000', '105327.815000', '105327.818000', '105327.821000', '105327.823000', '105327.827000', '105327.829000', '105327.832000', '105327.835000', '105327.838000', '105327.841000', '105327.844000', '105327.847000', '105327.850000', '105327.853000', '105327.856000', '105327.859000', '105327.862000', '105327.865000', '105327.867000', '105327.870000', '105327.873000', '105327.876000', '105327.879000', '105327.882000', '105327.885000', '105327.888000', '105327.890000', '105327.893000', '105327.896000', '105327.899000', '105327.902000', '105327.905000', '105327.908000', '105327.911000', '105327.914000', '105327.917000', '105327.919000', '105327.922000', '105327.925000', '105327.928000', '105347.804000', '105347.807000', '105347.810000', '105347.813000', '105347.816000', '105347.819000', '105347.822000', '105347.825000', '105347.828000', '105347.831000', '105347.834000', '105347.837000', '105347.839000', '105347.842000', '105347.845000', '105347.848000', '105347.851000', '105347.854000', '105347.857000', '105347.860000', '105347.863000', '105347.866000', '105347.869000', '105347.872000', '105347.875000', '105347.878000', '105347.881000', '105347.883000', '105347.886000', '105347.890000', '105347.894000', '105347.897000', '105347.901000', '105347.904000', '105347.907000', '105347.910000', '105347.930000', '105347.933000', '105347.936000', '105347.939000', '105347.942000', '105347.945000', '105347.948000', '105407.804000', '105407.807000', '105407.810000', '105407.813000', '105407.816000', '105407.819000', '105407.822000', '105407.825000', '105407.828000', '105407.830000', '105407.833000', '105407.836000', '105407.839000', '105407.842000', '105407.845000', '105407.848000', '105407.851000', '105407.854000', '105407.857000', '105407.860000', '105407.863000', '105407.866000', '105407.869000', '105407.872000', '105407.875000', '105407.877000', '105407.880000', '105407.883000', '105407.886000', '105407.889000', '105407.892000', '105407.895000', '105407.898000', '105407.901000', '105407.903000', '105407.906000', '105407.909000', '105407.912000', '105407.915000', '105407.918000', '105407.921000', '105407.924000', '105407.927000', '105407.930000', '105427.804000', '105427.807000', '105427.810000', '105427.813000', '105427.816000', '105427.819000', '105427.822000', '105427.825000', '105427.828000', '105427.831000', '105427.834000', '105427.837000', '105427.839000', '105427.843000', '105427.846000', '105427.848000', '105427.851000', '105427.855000', '105427.858000', '105427.861000', '105427.864000', '105427.867000', '105427.870000', '105427.873000', '105427.876000', '105427.879000', '105427.882000', '105427.885000', '105427.887000', '105427.891000', '105427.893000', '105427.896000', '105427.899000', '105427.902000', '105427.905000', '105427.908000', '105427.914000', '105427.917000', '105427.920000', '105427.924000', '105427.929000', '105427.932000', '105427.935000', '105447.803000', '105447.806000', '105447.809000', '105447.812000', '105447.815000', '105447.818000', '105447.821000', '105447.824000', '105447.827000', '105447.830000', '105447.833000', '105447.836000', '105447.838000', '105447.841000', '105447.861000', '105447.864000', '105447.867000', '105447.870000', '105447.873000', '105447.876000', '105447.878000', '105447.881000', '105447.884000', '105447.887000', '105447.890000', '105447.893000', '105447.896000', '105447.899000', '105447.902000', '105447.905000', '105447.908000', '105447.911000', '105447.913000', '105447.916000', '105447.919000', '105447.922000', '105447.925000', '105447.928000', '105447.931000', '105447.934000', '105447.937000', '105447.939000', '105447.942000', '105447.945000', '105507.803000', '105507.806000', '105507.809000', '105507.812000', '105507.815000', '105507.818000', '105507.821000', '105507.824000', '105507.827000', '105507.830000', '105507.832000', '105507.835000', '105507.838000', '105507.841000', '105507.844000', '105507.847000', '105507.850000', '105507.853000', '105507.856000', '105507.859000', '105507.862000', '105507.865000', '105507.868000', '105507.870000', '105507.873000', '105507.876000', '105507.879000', '105507.882000', '105507.885000', '105507.888000', '105507.891000', '105507.894000', '105507.897000', '105507.899000', '105507.902000', '105507.905000', '105507.912000', '105507.914000', '105507.917000', '105507.920000', '105507.923000', '105507.926000', '105507.929000', '105527.803000', '105527.806000', '105527.809000', '105527.812000', '105527.815000', '105527.818000', '105527.821000', '105527.823000', '105527.826000', '105527.829000', '105527.832000', '105527.835000', '105527.838000', '105527.841000', '105527.844000', '105527.846000', '105527.849000', '105527.852000', '105527.855000', '105527.858000', '105527.861000', '105527.864000', '105527.867000', '105527.870000', '105527.873000', '105527.876000', '105527.878000', '105527.882000', '105527.884000', '105527.887000', '105527.890000', '105527.893000', '105527.896000', '105527.899000', '105527.902000', '105527.905000', '105527.908000', '105527.911000', '105527.913000', '105527.916000', '105527.919000', '105527.922000', '105527.925000', '105527.928000', '105547.803000', '105547.806000', '105547.809000', '105547.812000', '105547.815000', '105547.818000', '105547.821000', '105547.824000', '105547.827000', '105547.830000', '105547.832000', '105547.836000', '105547.839000', '105547.841000', '105547.844000', '105547.847000', '105547.850000', '105547.853000', '105547.856000', '105547.859000', '105547.862000', '105547.865000', '105547.867000', '105547.871000', '105547.873000', '105547.876000', '105547.879000', '105547.882000', '105547.885000', '105547.888000', '105547.891000', '105547.895000', '105547.898000', '105547.901000', '105547.904000', '105547.907000', '105547.910000', '105547.913000', '105547.915000', '105547.918000', '105547.921000', '105547.924000', '105547.927000', '105607.804000', '105607.807000', '105607.810000', '105607.813000', '105607.816000', '105607.819000', '105607.822000', '105607.824000', '105607.828000', '105607.830000', '105607.833000', '105607.836000', '105607.839000', '105607.842000', '105607.845000', '105607.848000', '105607.851000', '105607.854000', '105607.857000', '105607.861000', '105607.864000', '105607.867000', '105607.870000', '105607.872000', '105607.875000', '105607.889000', '105607.892000', '105607.895000', '105607.898000', '105607.901000', '105607.903000', '105607.906000', '105607.909000', '105607.912000', '105607.915000', '105607.918000', '105607.921000', '105607.924000', '105607.926000', '105607.929000', '105607.932000', '105607.935000', '105607.938000', '105607.941000', '105627.804000', '105627.807000', '105627.810000', '105627.813000', '105627.816000', '105627.818000', '105627.822000', '105627.824000', '105627.827000', '105627.830000', '105627.833000', '105627.836000', '105627.839000', '105627.842000', '105627.845000', '105627.848000', '105627.851000', '105627.854000', '105627.857000', '105627.860000', '105627.862000', '105627.865000', '105627.868000', '105627.871000', '105627.874000', '105627.877000', '105627.880000', '105627.883000', '105627.886000', '105627.889000', '105627.892000', '105627.895000', '105627.898000', '105627.900000', '105627.903000', '105627.906000', '105627.909000', '105627.912000', '105627.915000', '105627.918000', '105627.921000', '105627.924000', '105627.927000', '105647.804000', '105647.807000', '105647.810000', '105647.813000', '105647.816000', '105647.819000', '105647.821000', '105647.825000', '105647.827000', '105647.830000', '105647.833000', '105647.837000', '105647.839000', '105647.842000', '105647.845000', '105647.848000', '105647.851000', '105647.854000', '105647.857000', '105647.860000', '105647.863000', '105647.866000', '105647.868000', '105647.872000', '105647.874000', '105647.877000', '105647.880000', '105647.883000', '105647.886000', '105647.889000', '105647.892000', '105647.899000', '105647.902000', '105647.905000', '105647.908000', '105647.911000', '105647.914000', '105647.917000', '105647.920000', '105647.923000', '105647.925000', '105647.928000', '105647.931000', '105647.934000', '105707.803000', '105707.806000', '105707.809000', '105707.812000', '105707.815000', '105707.818000', '105707.821000', '105707.824000', '105707.827000', '105707.830000', '105707.833000', '105707.836000', '105707.838000', '105707.841000', '105707.844000', '105707.847000', '105707.850000', '105707.853000', '105707.856000', '105707.859000', '105707.862000', '105707.865000', '105707.868000', '105707.871000', '105707.874000', '105707.877000', '105707.880000', '105707.882000', '105707.885000', '105707.888000', '105707.891000', '105707.894000', '105707.897000', '105707.900000', '105707.903000', '105707.906000', '105707.909000', '105707.912000', '105707.914000', '105707.917000', '105707.920000', '105707.923000', '105707.926000', '105727.803000', '105727.806000', '105727.809000', '105727.812000', '105727.815000', '105727.818000', '105727.821000', '105727.824000', '105727.826000', '105727.829000', '105727.832000', '105727.835000', '105727.838000', '105727.841000', '105727.844000', '105727.847000', '105727.850000', '105727.853000', '105727.856000', '105727.859000', '105727.861000', '105727.883000', '105727.893000', '105727.896000', '105727.899000', '105727.902000', '105727.905000', '105727.907000', '105727.910000', '105727.913000', '105727.916000', '105727.919000', '105727.922000', '105727.925000', '105727.928000', '105727.931000', '105727.933000', '105727.936000', '105727.939000', '105727.942000', '105727.945000', '105727.948000', '105727.951000', '105727.954000', '105747.803000', '105747.806000', '105747.809000', '105747.812000', '105747.815000', '105747.818000', '105747.821000', '105747.824000', '105747.827000', '105747.830000', '105747.832000', '105747.835000', '105747.838000', '105747.841000', '105747.844000', '105747.847000', '105747.850000', '105747.853000', '105747.856000', '105747.859000', '105747.862000', '105747.865000', '105747.868000', '105747.871000', '105747.874000', '105747.877000', '105747.879000', '105747.882000', '105747.885000', '105747.888000', '105747.891000', '105747.894000', '105747.897000', '105747.900000', '105747.903000', '105747.906000', '105747.909000', '105747.912000', '105747.914000', '105747.917000', '105747.920000', '105747.923000', '105747.926000', '105807.803000', '105807.807000', '105807.810000', '105807.813000', '105807.816000', '105807.819000', '105807.822000', '105807.825000', '105807.827000', '105807.831000', '105807.833000', '105807.836000', '105807.839000', '105807.842000', '105807.845000', '105807.848000', '105807.851000', '105807.854000', '105807.857000', '105807.860000', '105807.862000', '105807.865000', '105807.868000', '105807.871000', '105807.874000', '105807.877000', '105807.880000', '105807.883000', '105807.886000', '105807.889000', '105807.892000', '105807.894000', '105807.897000', '105807.900000', '105807.903000', '105807.906000', '105807.909000', '105807.912000', '105807.915000', '105807.918000', '105807.921000', '105807.924000', '105807.927000', '105827.804000', '105827.807000', '105827.810000', '105827.813000', '105827.816000', '105827.819000', '105827.822000', '105827.824000', '105827.827000', '105827.830000', '105827.833000', '105827.836000', '105827.839000', '105827.842000', '105827.845000', '105827.848000', '105827.850000', '105827.853000', '105827.856000', '105827.859000', '105827.862000', '105827.865000', '105827.868000', '105827.871000', '105827.874000', '105827.876000', '105827.879000', '105827.882000', '105827.885000', '105827.888000', '105827.891000', '105827.894000', '105827.897000', '105827.899000', '105827.902000', '105827.905000', '105827.908000', '105827.911000', '105827.914000', '105827.917000', '105827.920000', '105827.922000', '105827.925000', '105827.928000', '105847.804000', '105847.807000', '105847.810000', '105847.813000', '105847.818000', '105847.822000', '105847.825000', '105847.828000', '105847.831000', '105847.834000', '105847.837000', '105847.840000', '105847.843000', '105847.846000', '105847.849000', '105847.852000', '105847.855000', '105847.858000', '105847.876000', '105847.879000', '105847.887000', '105847.890000', '105847.893000', '105847.895000', '105847.898000', '105847.901000', '105847.904000', '105847.907000', '105847.910000', '105847.913000', '105847.916000', '105847.919000', '105847.922000', '105847.925000', '105847.928000', '105847.931000', '105847.934000', '105847.937000', '105847.940000', '105847.942000', '105847.945000', '105847.948000', '105847.951000', '105907.803000', '105907.806000', '105907.809000', '105907.812000', '105907.815000', '105907.818000', '105907.821000', '105907.824000', '105907.827000', '105907.830000', '105907.833000', '105907.836000', '105907.839000', '105907.841000', '105907.844000', '105907.847000', '105907.850000', '105907.853000', '105907.856000', '105907.859000', '105907.862000', '105907.865000', '105907.868000', '105907.871000', '105907.874000', '105907.877000', '105907.879000', '105907.882000', '105907.885000', '105907.888000', '105907.891000', '105907.894000', '105907.897000', '105907.900000', '105907.903000', '105907.906000', '105907.909000', '105907.912000', '105907.914000', '105907.918000', '105907.920000', '105907.923000', '105907.926000', '105907.930000', '105924.672000', '105924.676000', '105924.679000', '105924.683000', '105924.686000', '105924.689000', '105924.692000', '105924.695000', '105924.699000', '105924.702000', '105924.705000', '105924.709000', '105924.712000', '105924.715000', '105924.718000', '105924.721000', '105924.724000', '105924.727000', '105924.730000', '105924.733000', '105924.736000', '105924.739000', '105924.742000', '105924.745000', '105924.748000', '105924.751000', '105924.754000', '105924.757000', '105924.760000', '105924.763000', '105924.766000', '105924.769000', '105924.772000', '105924.775000', '105924.778000', '105924.781000', '105924.784000'], 'InstanceCreationTime': ['104947.845000', '104947.849000', '104947.852000', '104947.855000', '104947.858000', '104947.861000', '104947.864000', '104947.867000', '104947.870000', '104947.873000', '104947.875000', '104947.878000', '104947.881000', '104947.884000', '104947.887000', '104947.890000', '104947.893000', '104947.896000', '104947.899000', '104947.902000', '104947.904000', '104947.907000', '104947.910000', '104947.913000', '104947.916000', '104947.919000', '104947.922000', '104947.925000', '104947.928000', '104947.931000', '104947.933000', '104947.936000', '104947.939000', '104947.942000', '104947.945000', '104947.948000', '104947.951000', '104947.954000', '104947.956000', '104947.959000', '104947.962000', '104947.965000', '104947.968000', '105007.803000', '105007.806000', '105007.809000', '105007.812000', '105007.815000', '105007.818000', '105007.821000', '105007.824000', '105007.827000', '105007.830000', '105007.833000', '105007.836000', '105007.849000', '105007.852000', '105007.855000', '105007.858000', '105007.861000', '105007.864000', '105007.867000', '105007.870000', '105007.873000', '105007.876000', '105007.879000', '105007.882000', '105007.885000', '105007.888000', '105007.891000', '105007.894000', '105007.897000', '105007.900000', '105007.903000', '105007.906000', '105007.909000', '105007.912000', '105007.915000', '105007.918000', '105007.921000', '105007.923000', '105007.926000', '105007.929000', '105007.932000', '105007.935000', '105007.948000', '105007.951000', '105027.804000', '105027.815000', '105027.818000', '105027.821000', '105027.824000', '105027.827000', '105027.830000', '105027.832000', '105027.835000', '105027.838000', '105027.841000', '105027.844000', '105027.847000', '105027.850000', '105027.853000', '105027.856000', '105027.858000', '105027.861000', '105027.864000', '105027.867000', '105027.870000', '105027.873000', '105027.876000', '105027.879000', '105027.881000', '105027.884000', '105027.887000', '105027.890000', '105027.893000', '105027.896000', '105027.899000', '105027.901000', '105027.904000', '105027.907000', '105027.910000', '105027.913000', '105027.916000', '105027.918000', '105027.925000', '105027.928000', '105027.931000', '105027.934000', '105027.937000', '105047.803000', '105047.806000', '105047.809000', '105047.812000', '105047.815000', '105047.818000', '105047.820000', '105047.823000', '105047.826000', '105047.829000', '105047.832000', '105047.835000', '105047.838000', '105047.841000', '105047.844000', '105047.846000', '105047.849000', '105047.852000', '105047.855000', '105047.858000', '105047.861000', '105047.864000', '105047.867000', '105047.870000', '105047.873000', '105047.876000', '105047.878000', '105047.881000', '105047.884000', '105047.887000', '105047.890000', '105047.893000', '105047.896000', '105047.898000', '105047.901000', '105047.904000', '105047.907000', '105047.910000', '105047.913000', '105047.916000', '105047.919000', '105047.921000', '105047.924000', '105047.927000', '105107.803000', '105107.806000', '105107.809000', '105107.812000', '105107.815000', '105107.818000', '105107.821000', '105107.824000', '105107.826000', '105107.829000', '105107.833000', '105107.839000', '105107.842000', '105107.851000', '105107.854000', '105107.857000', '105107.868000', '105107.871000', '105107.874000', '105107.877000', '105107.880000', '105107.883000', '105107.886000', '105107.889000', '105107.892000', '105107.894000', '105107.904000', '105107.907000', '105107.910000', '105107.913000', '105107.916000', '105107.919000', '105107.922000', '105107.925000', '105107.928000', '105107.931000', '105107.933000', '105107.936000', '105107.939000', '105107.942000', '105107.946000', '105107.949000', '105107.952000', '105127.804000', '105127.807000', '105127.810000', '105127.813000', '105127.815000', '105127.818000', '105127.821000', '105127.824000', '105127.827000', '105127.830000', '105127.833000', '105127.836000', '105127.838000', '105127.841000', '105127.848000', '105127.851000', '105127.854000', '105127.857000', '105127.860000', '105127.863000', '105127.866000', '105127.869000', '105127.871000', '105127.875000', '105127.877000', '105127.880000', '105127.883000', '105127.886000', '105127.889000', '105127.892000', '105127.895000', '105127.897000', '105127.900000', '105127.903000', '105127.906000', '105127.909000', '105127.912000', '105127.915000', '105127.918000', '105127.921000', '105127.923000', '105127.926000', '105127.929000', '105127.932000', '105147.804000', '105147.807000', '105147.810000', '105147.813000', '105147.816000', '105147.819000', '105147.822000', '105147.834000', '105147.837000', '105147.840000', '105147.843000', '105147.846000', '105147.852000', '105147.856000', '105147.859000', '105147.862000', '105147.864000', '105147.867000', '105147.870000', '105147.873000', '105147.876000', '105147.879000', '105147.882000', '105147.885000', '105147.887000', '105147.890000', '105147.893000', '105147.896000', '105147.899000', '105147.902000', '105147.905000', '105147.908000', '105147.910000', '105147.913000', '105147.916000', '105147.919000', '105147.922000', '105147.925000', '105147.928000', '105147.931000', '105147.934000', '105147.936000', '105147.939000', '105207.804000', '105207.807000', '105207.810000', '105207.813000', '105207.816000', '105207.819000', '105207.822000', '105207.825000', '105207.827000', '105207.830000', '105207.833000', '105207.836000', '105207.839000', '105207.842000', '105207.845000', '105207.848000', '105207.851000', '105207.854000', '105207.857000', '105207.860000', '105207.863000', '105207.866000', '105207.869000', '105207.871000', '105207.874000', '105207.877000', '105207.880000', '105207.883000', '105207.886000', '105207.889000', '105207.892000', '105207.895000', '105207.898000', '105207.900000', '105207.904000', '105207.906000', '105207.909000', '105207.912000', '105207.915000', '105207.918000', '105207.921000', '105207.924000', '105207.927000', '105207.930000', '105227.803000', '105227.806000', '105227.809000', '105227.812000', '105227.815000', '105227.818000', '105227.821000', '105227.824000', '105227.827000', '105227.830000', '105227.832000', '105227.835000', '105227.838000', '105227.841000', '105227.844000', '105227.847000', '105227.850000', '105227.853000', '105227.856000', '105227.859000', '105227.862000', '105227.865000', '105227.868000', '105227.871000', '105227.874000', '105227.877000', '105227.880000', '105227.883000', '105227.886000', '105227.889000', '105227.892000', '105227.895000', '105227.897000', '105227.900000', '105227.903000', '105227.906000', '105227.909000', '105227.912000', '105227.915000', '105227.918000', '105227.921000', '105227.924000', '105227.927000', '105247.803000', '105247.806000', '105247.809000', '105247.812000', '105247.815000', '105247.818000', '105247.821000', '105247.824000', '105247.827000', '105247.830000', '105247.833000', '105247.835000', '105247.838000', '105247.841000', '105247.844000', '105247.847000', '105247.850000', '105247.853000', '105247.856000', '105247.859000', '105247.862000', '105247.865000', '105247.868000', '105247.871000', '105247.874000', '105247.877000', '105247.879000', '105247.882000', '105247.885000', '105247.888000', '105247.891000', '105247.894000', '105247.903000', '105247.906000', '105247.909000', '105247.912000', '105247.915000', '105247.918000', '105247.921000', '105247.924000', '105247.927000', '105247.930000', '105247.933000', '105247.935000', '105307.803000', '105307.806000', '105307.809000', '105307.812000', '105307.815000', '105307.819000', '105307.822000', '105307.825000', '105307.828000', '105307.831000', '105307.834000', '105307.837000', '105307.840000', '105307.843000', '105307.846000', '105307.849000', '105307.851000', '105307.854000', '105307.857000', '105307.860000', '105307.863000', '105307.866000', '105307.869000', '105307.872000', '105307.875000', '105307.878000', '105307.883000', '105307.888000', '105307.891000', '105307.894000', '105307.896000', '105307.899000', '105307.916000', '105307.919000', '105307.922000', '105307.925000', '105307.927000', '105307.930000', '105307.933000', '105307.936000', '105307.939000', '105307.942000', '105307.945000', '105327.803000', '105327.806000', '105327.809000', '105327.812000', '105327.815000', '105327.818000', '105327.821000', '105327.823000', '105327.827000', '105327.829000', '105327.832000', '105327.835000', '105327.838000', '105327.841000', '105327.844000', '105327.847000', '105327.850000', '105327.853000', '105327.856000', '105327.859000', '105327.862000', '105327.865000', '105327.867000', '105327.870000', '105327.873000', '105327.876000', '105327.879000', '105327.882000', '105327.885000', '105327.888000', '105327.890000', '105327.893000', '105327.896000', '105327.899000', '105327.902000', '105327.905000', '105327.908000', '105327.911000', '105327.914000', '105327.917000', '105327.919000', '105327.922000', '105327.925000', '105327.928000', '105347.804000', '105347.807000', '105347.810000', '105347.813000', '105347.816000', '105347.819000', '105347.822000', '105347.825000', '105347.828000', '105347.831000', '105347.834000', '105347.837000', '105347.839000', '105347.842000', '105347.845000', '105347.848000', '105347.851000', '105347.854000', '105347.857000', '105347.860000', '105347.863000', '105347.866000', '105347.869000', '105347.872000', '105347.875000', '105347.878000', '105347.881000', '105347.883000', '105347.886000', '105347.890000', '105347.894000', '105347.897000', '105347.901000', '105347.904000', '105347.907000', '105347.910000', '105347.930000', '105347.933000', '105347.936000', '105347.939000', '105347.942000', '105347.945000', '105347.948000', '105407.804000', '105407.807000', '105407.810000', '105407.813000', '105407.816000', '105407.819000', '105407.822000', '105407.825000', '105407.828000', '105407.830000', '105407.833000', '105407.836000', '105407.839000', '105407.842000', '105407.845000', '105407.848000', '105407.851000', '105407.854000', '105407.857000', '105407.860000', '105407.863000', '105407.866000', '105407.869000', '105407.872000', '105407.875000', '105407.877000', '105407.880000', '105407.883000', '105407.886000', '105407.889000', '105407.892000', '105407.895000', '105407.898000', '105407.901000', '105407.903000', '105407.906000', '105407.909000', '105407.912000', '105407.915000', '105407.918000', '105407.921000', '105407.924000', '105407.927000', '105407.930000', '105427.804000', '105427.807000', '105427.810000', '105427.813000', '105427.816000', '105427.819000', '105427.822000', '105427.825000', '105427.828000', '105427.831000', '105427.834000', '105427.837000', '105427.839000', '105427.843000', '105427.846000', '105427.848000', '105427.851000', '105427.855000', '105427.858000', '105427.861000', '105427.864000', '105427.867000', '105427.870000', '105427.873000', '105427.876000', '105427.879000', '105427.882000', '105427.885000', '105427.887000', '105427.891000', '105427.893000', '105427.896000', '105427.899000', '105427.902000', '105427.905000', '105427.908000', '105427.914000', '105427.917000', '105427.920000', '105427.924000', '105427.929000', '105427.932000', '105427.935000', '105447.803000', '105447.806000', '105447.809000', '105447.812000', '105447.815000', '105447.818000', '105447.821000', '105447.824000', '105447.827000', '105447.830000', '105447.833000', '105447.836000', '105447.838000', '105447.841000', '105447.861000', '105447.864000', '105447.867000', '105447.870000', '105447.873000', '105447.876000', '105447.878000', '105447.881000', '105447.884000', '105447.887000', '105447.890000', '105447.893000', '105447.896000', '105447.899000', '105447.902000', '105447.905000', '105447.908000', '105447.911000', '105447.913000', '105447.916000', '105447.919000', '105447.922000', '105447.925000', '105447.928000', '105447.931000', '105447.934000', '105447.937000', '105447.939000', '105447.942000', '105447.945000', '105507.803000', '105507.806000', '105507.809000', '105507.812000', '105507.815000', '105507.818000', '105507.821000', '105507.824000', '105507.827000', '105507.830000', '105507.832000', '105507.835000', '105507.838000', '105507.841000', '105507.844000', '105507.847000', '105507.850000', '105507.853000', '105507.856000', '105507.859000', '105507.862000', '105507.865000', '105507.868000', '105507.870000', '105507.873000', '105507.876000', '105507.879000', '105507.882000', '105507.885000', '105507.888000', '105507.891000', '105507.894000', '105507.897000', '105507.899000', '105507.902000', '105507.905000', '105507.912000', '105507.914000', '105507.917000', '105507.920000', '105507.923000', '105507.926000', '105507.929000', '105527.803000', '105527.806000', '105527.809000', '105527.812000', '105527.815000', '105527.818000', '105527.821000', '105527.823000', '105527.826000', '105527.829000', '105527.832000', '105527.835000', '105527.838000', '105527.841000', '105527.844000', '105527.846000', '105527.849000', '105527.852000', '105527.855000', '105527.858000', '105527.861000', '105527.864000', '105527.867000', '105527.870000', '105527.873000', '105527.876000', '105527.878000', '105527.882000', '105527.884000', '105527.887000', '105527.890000', '105527.893000', '105527.896000', '105527.899000', '105527.902000', '105527.905000', '105527.908000', '105527.911000', '105527.913000', '105527.916000', '105527.919000', '105527.922000', '105527.925000', '105527.928000', '105547.803000', '105547.806000', '105547.809000', '105547.812000', '105547.815000', '105547.818000', '105547.821000', '105547.824000', '105547.827000', '105547.830000', '105547.832000', '105547.836000', '105547.839000', '105547.841000', '105547.844000', '105547.847000', '105547.850000', '105547.853000', '105547.856000', '105547.859000', '105547.862000', '105547.865000', '105547.867000', '105547.871000', '105547.873000', '105547.876000', '105547.879000', '105547.882000', '105547.885000', '105547.888000', '105547.891000', '105547.895000', '105547.898000', '105547.901000', '105547.904000', '105547.907000', '105547.910000', '105547.913000', '105547.915000', '105547.918000', '105547.921000', '105547.924000', '105547.927000', '105607.804000', '105607.807000', '105607.810000', '105607.813000', '105607.816000', '105607.819000', '105607.822000', '105607.824000', '105607.828000', '105607.830000', '105607.833000', '105607.836000', '105607.839000', '105607.842000', '105607.845000', '105607.848000', '105607.851000', '105607.854000', '105607.857000', '105607.861000', '105607.864000', '105607.867000', '105607.870000', '105607.872000', '105607.875000', '105607.889000', '105607.892000', '105607.895000', '105607.898000', '105607.901000', '105607.903000', '105607.906000', '105607.909000', '105607.912000', '105607.915000', '105607.918000', '105607.921000', '105607.924000', '105607.926000', '105607.929000', '105607.932000', '105607.935000', '105607.938000', '105607.941000', '105627.804000', '105627.807000', '105627.810000', '105627.813000', '105627.816000', '105627.818000', '105627.822000', '105627.824000', '105627.827000', '105627.830000', '105627.833000', '105627.836000', '105627.839000', '105627.842000', '105627.845000', '105627.848000', '105627.851000', '105627.854000', '105627.857000', '105627.860000', '105627.862000', '105627.865000', '105627.868000', '105627.871000', '105627.874000', '105627.877000', '105627.880000', '105627.883000', '105627.886000', '105627.889000', '105627.892000', '105627.895000', '105627.898000', '105627.900000', '105627.903000', '105627.906000', '105627.909000', '105627.912000', '105627.915000', '105627.918000', '105627.921000', '105627.924000', '105627.927000', '105647.804000', '105647.807000', '105647.810000', '105647.813000', '105647.816000', '105647.819000', '105647.821000', '105647.825000', '105647.827000', '105647.830000', '105647.833000', '105647.837000', '105647.839000', '105647.842000', '105647.845000', '105647.848000', '105647.851000', '105647.854000', '105647.857000', '105647.860000', '105647.863000', '105647.866000', '105647.868000', '105647.872000', '105647.874000', '105647.877000', '105647.880000', '105647.883000', '105647.886000', '105647.889000', '105647.892000', '105647.899000', '105647.902000', '105647.905000', '105647.908000', '105647.911000', '105647.914000', '105647.917000', '105647.920000', '105647.923000', '105647.925000', '105647.928000', '105647.931000', '105647.934000', '105707.803000', '105707.806000', '105707.809000', '105707.812000', '105707.815000', '105707.818000', '105707.821000', '105707.824000', '105707.827000', '105707.830000', '105707.833000', '105707.836000', '105707.838000', '105707.841000', '105707.844000', '105707.847000', '105707.850000', '105707.853000', '105707.856000', '105707.859000', '105707.862000', '105707.865000', '105707.868000', '105707.871000', '105707.874000', '105707.877000', '105707.880000', '105707.882000', '105707.885000', '105707.888000', '105707.891000', '105707.894000', '105707.897000', '105707.900000', '105707.903000', '105707.906000', '105707.909000', '105707.912000', '105707.914000', '105707.917000', '105707.920000', '105707.923000', '105707.926000', '105727.803000', '105727.806000', '105727.809000', '105727.812000', '105727.815000', '105727.818000', '105727.821000', '105727.824000', '105727.826000', '105727.829000', '105727.832000', '105727.835000', '105727.838000', '105727.841000', '105727.844000', '105727.847000', '105727.850000', '105727.853000', '105727.856000', '105727.859000', '105727.861000', '105727.883000', '105727.893000', '105727.896000', '105727.899000', '105727.902000', '105727.905000', '105727.907000', '105727.910000', '105727.913000', '105727.916000', '105727.919000', '105727.922000', '105727.925000', '105727.928000', '105727.931000', '105727.933000', '105727.936000', '105727.939000', '105727.942000', '105727.945000', '105727.948000', '105727.951000', '105727.954000', '105747.803000', '105747.806000', '105747.809000', '105747.812000', '105747.815000', '105747.818000', '105747.821000', '105747.824000', '105747.827000', '105747.830000', '105747.832000', '105747.835000', '105747.838000', '105747.841000', '105747.844000', '105747.847000', '105747.850000', '105747.853000', '105747.856000', '105747.859000', '105747.862000', '105747.865000', '105747.868000', '105747.871000', '105747.874000', '105747.877000', '105747.879000', '105747.882000', '105747.885000', '105747.888000', '105747.891000', '105747.894000', '105747.897000', '105747.900000', '105747.903000', '105747.906000', '105747.909000', '105747.912000', '105747.914000', '105747.917000', '105747.920000', '105747.923000', '105747.926000', '105807.803000', '105807.807000', '105807.810000', '105807.813000', '105807.816000', '105807.819000', '105807.822000', '105807.825000', '105807.827000', '105807.831000', '105807.833000', '105807.836000', '105807.839000', '105807.842000', '105807.845000', '105807.848000', '105807.851000', '105807.854000', '105807.857000', '105807.860000', '105807.862000', '105807.865000', '105807.868000', '105807.871000', '105807.874000', '105807.877000', '105807.880000', '105807.883000', '105807.886000', '105807.889000', '105807.892000', '105807.894000', '105807.897000', '105807.900000', '105807.903000', '105807.906000', '105807.909000', '105807.912000', '105807.915000', '105807.918000', '105807.921000', '105807.924000', '105807.927000', '105827.804000', '105827.807000', '105827.810000', '105827.813000', '105827.816000', '105827.819000', '105827.822000', '105827.824000', '105827.827000', '105827.830000', '105827.833000', '105827.836000', '105827.839000', '105827.842000', '105827.845000', '105827.848000', '105827.850000', '105827.853000', '105827.856000', '105827.859000', '105827.862000', '105827.865000', '105827.868000', '105827.871000', '105827.874000', '105827.876000', '105827.879000', '105827.882000', '105827.885000', '105827.888000', '105827.891000', '105827.894000', '105827.897000', '105827.899000', '105827.902000', '105827.905000', '105827.908000', '105827.911000', '105827.914000', '105827.917000', '105827.920000', '105827.922000', '105827.925000', '105827.928000', '105847.804000', '105847.807000', '105847.810000', '105847.813000', '105847.818000', '105847.822000', '105847.825000', '105847.828000', '105847.831000', '105847.834000', '105847.837000', '105847.840000', '105847.843000', '105847.846000', '105847.849000', '105847.852000', '105847.855000', '105847.858000', '105847.876000', '105847.879000', '105847.887000', '105847.890000', '105847.893000', '105847.895000', '105847.898000', '105847.901000', '105847.904000', '105847.907000', '105847.910000', '105847.913000', '105847.916000', '105847.919000', '105847.922000', '105847.925000', '105847.928000', '105847.931000', '105847.934000', '105847.937000', '105847.940000', '105847.942000', '105847.945000', '105847.948000', '105847.951000', '105907.803000', '105907.806000', '105907.809000', '105907.812000', '105907.815000', '105907.818000', '105907.821000', '105907.824000', '105907.827000', '105907.830000', '105907.833000', '105907.836000', '105907.839000', '105907.841000', '105907.844000', '105907.847000', '105907.850000', '105907.853000', '105907.856000', '105907.859000', '105907.862000', '105907.865000', '105907.868000', '105907.871000', '105907.874000', '105907.877000', '105907.879000', '105907.882000', '105907.885000', '105907.888000', '105907.891000', '105907.894000', '105907.897000', '105907.900000', '105907.903000', '105907.906000', '105907.909000', '105907.912000', '105907.914000', '105907.918000', '105907.920000', '105907.923000', '105907.926000', '105907.930000', '105924.672000', '105924.676000', '105924.679000', '105924.683000', '105924.686000', '105924.689000', '105924.692000', '105924.695000', '105924.699000', '105924.702000', '105924.705000', '105924.709000', '105924.712000', '105924.715000', '105924.718000', '105924.721000', '105924.724000', '105924.727000', '105924.730000', '105924.733000', '105924.736000', '105924.739000', '105924.742000', '105924.745000', '105924.748000', '105924.751000', '105924.754000', '105924.757000', '105924.760000', '105924.763000', '105924.766000', '105924.769000', '105924.772000', '105924.775000', '105924.778000', '105924.781000', '105924.784000'], '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], 'LargestImagePixelValue': [8419, 8318, 7565, 7562, 12221, 8799, 7409, 8393, 7809, 7471, 8312, 12182, 7624, 7330, 9106, 7552, 7515, 9173, 7613, 7519, 11866, 8879, 7398, 11541, 8698, 7310, 10352, 7589, 11072, 7453, 7765, 12443, 8061, 7502, 9770, 7647, 7476, 9877, 7794, 7430, 8944, 7438, 7476, 9840, 7460, 7587, 9206, 7528, 7336, 9867, 7513, 7355, 13115, 9385, 7781, 13563, 8356, 7466, 13869, 9278, 7522, 8004, 7963, 7178, 7428, 7719, 8040, 7899, 8020, 7863, 7533, 10118, 9836, 7418, 11342, 9573, 7581, 10659, 8286, 11040, 12662, 8676, 9627, 12201, 7947, 8442, 14230, 10042, 7399, 8901, 7659, 7477, 11442, 8168, 7451, 9053, 8142, 7544, 7802, 7789, 7954, 9415, 8799, 7712, 8170, 8533, 7475, 13512, 9586, 7654, 10184, 7711, 7535, 11095, 7662, 7480, 8567, 7612, 8161, 7936, 7711, 11742, 7892, 7703, 8025, 7532, 10013, 9459, 7452, 11078, 7873, 7510, 7717, 8019, 8479, 8198, 8014, 8050, 7745, 7936, 9997, 7534, 7512, 8963, 7658, 7579, 13201, 8948, 7398, 8237, 7489, 7226, 7794, 8081, 9712, 8176, 12745, 10274, 8544, 7765, 9542, 7995, 7578, 8248, 8282, 8113, 8102, 13487, 13478, 12800, 11151, 15376, 12782, 14786, 15393, 13459, 7643, 10728, 7555, 7312, 7903, 7432, 11931, 8754, 7359, 9060, 7477, 7484, 7736, 7436, 11510, 10411, 7500, 9838, 7355, 9810, 9025, 7966, 11705, 8050, 11420, 8557, 7319, 8616, 7170, 11031, 9049, 7531, 8285, 7315, 10748, 7768, 7771, 8398, 7823, 11277, 8415, 7461, 7994, 7391, 7307, 7582, 7704, 7728, 7643, 7503, 7569, 7712, 7485, 9895, 8396, 7432, 9352, 7885, 7390, 12113, 8706, 8037, 9107, 8959, 14252, 9327, 8777, 8088, 7195, 10681, 7532, 7609, 8240, 7608, 11648, 10161, 7777, 8940, 7332, 8557, 8318, 7230, 12308, 8676, 11545, 9129, 7284, 10556, 7608, 7504, 8689, 7602, 11359, 9301, 7810, 11985, 7951, 7286, 8927, 7768, 8755, 7881, 7601, 8124, 7668, 7388, 10409, 7612, 7363, 9064, 8140, 7248, 12728, 10244, 8866, 9121, 7373, 8454, 7614, 7334, 7486, 7679, 7133, 7594, 10049, 8099, 10354, 9192, 7232, 11337, 8894, 7408, 12495, 8362, 10961, 9403, 7621, 15684, 9449, 14512, 10524, 7343, 9878, 8431, 10179, 7451, 7394, 8215, 7763, 9741, 8303, 7594, 9014, 7696, 7496, 7367, 7445, 8560, 7432, 7386, 10425, 7937, 10934, 8517, 7681, 9849, 7960, 7636, 10941, 8841, 11717, 9810, 7570, 8210, 7732, 7529, 9431, 8599, 7265, 13376, 7538, 7395, 7468, 7386, 7361, 8975, 7720, 9293, 11678, 7502, 7607, 7571, 8439, 7744, 7569, 7999, 7834, 7602, 8287, 12178, 9744, 10841, 14397, 12032, 11713, 12933, 9871, 7731, 14972, 8625, 12152, 8602, 7374, 13869, 8534, 14076, 10074, 7331, 9586, 7300, 8031, 7572, 7351, 12609, 8511, 7485, 8222, 7551, 8089, 7979, 7521, 12523, 9620, 7452, 8184, 7427, 10727, 9516, 7692, 10137, 7419, 11318, 7780, 8507, 8207, 7388, 11134, 7965, 9589, 7946, 7560, 8777, 7303, 7403, 7457, 8290, 7959, 9263, 7812, 7965, 8795, 8112, 7704, 7491, 10469, 9163, 7727, 13012, 10259, 10598, 13880, 12807, 10125, 11626, 9361, 7269, 10548, 8569, 7483, 10837, 10063, 7571, 11518, 8650, 7250, 12180, 8079, 7522, 11446, 7752, 7588, 7936, 7495, 7586, 7691, 7397, 7821, 7528, 7601, 7823, 7605, 7637, 8464, 7602, 7803, 8431, 7797, 7619, 9699, 7720, 7752, 10630, 7675, 8007, 8128, 7738, 8090, 7764, 8029, 8210, 9161, 9529, 11575, 12144, 9564, 7480, 8509, 7945, 7814, 9773, 7859, 7557, 11947, 9455, 7517, 11826, 7852, 10513, 9582, 7600, 11883, 7300, 11607, 7841, 7716, 7673, 7663, 10077, 7894, 8095, 7775, 7723, 9659, 7728, 7895, 8037, 7831, 10792, 7663, 7588, 7671, 7627, 10869, 8598, 7557, 8804, 7882, 7626, 7697, 7736, 9811, 8657, 7519, 8199, 7743, 7649, 9891, 7997, 7411, 7959, 7834, 8439, 7901, 7550, 11510, 7650, 7547, 10970, 7904, 7695, 10918, 8345, 9973, 11777, 8094, 8476, 8083, 8248, 10471, 9138, 7507, 12124, 8007, 8098, 7890, 7788, 10090, 8270, 7485, 9088, 7490, 9882, 7947, 7924, 9854, 7838, 7464, 7310, 7984, 8045, 7283, 9394, 7710, 7603, 7778, 7727, 7720, 7432, 7780, 8904, 7975, 7333, 7797, 7621, 8887, 10636, 11735, 9927, 13058, 12736, 11476, 11859, 11995, 14584, 11600, 8356, 14043, 11013, 8624, 14230, 12076, 10506, 8268, 7540, 11480, 7292, 9909, 7829, 7491, 10753, 7717, 7727, 7683, 7471, 9879, 8384, 7589, 9393, 7499, 9219, 7905, 7515, 7525, 7533, 7569, 7389, 7757, 7562, 7560, 7823, 7845, 7607, 10261, 7647, 7707, 10024, 7764, 7800, 12512, 10073, 7706, 13253, 11592, 9293, 13731, 10204, 13111, 10702, 7574, 12517, 8829, 7501, 11544, 7668, 7463, 8743, 7803, 7429, 9520, 7632, 7538, 9237, 7694, 7398, 10331, 8132, 7489, 9046, 7840, 7352, 8160, 7612, 7412, 8370, 8014, 7892, 10957, 8418, 7770, 7673, 7619, 7275, 7626, 7763, 7837, 8841, 8946, 10676, 8273, 7294, 8481, 13156, 9921, 7406, 13934, 8390, 7656, 12231, 7515, 9022, 7760, 7551, 12711, 7834, 9168, 7560, 7240, 12276, 8323, 7500, 8904, 7425, 7537, 10061, 7667, 7636, 8427, 7366, 13052, 10279, 8160, 8316, 7513, 11394, 7582, 7365, 8692, 7763, 7569, 7666, 7416, 8950, 7900, 7417, 10366, 7656, 7377, 8329, 7353, 7366, 8548, 7684, 7385, 10344, 7737, 7241, 12404, 9586, 8611, 10679, 7685, 13896, 12785, 10299, 15719, 9340, 7281, 8953, 7615, 15141, 9678, 8473, 8003, 7296, 10586, 7952, 7488, 7748, 7475, 9075, 7619, 7415, 9133, 7365, 7782, 7607, 7537, 7330, 7715, 7704, 7609, 8418, 8234, 8587, 11499, 9711, 8120, 10797, 7946, 8020, 8231, 8284, 8052, 7820, 8122, 7519, 12482, 9883, 7893, 14614, 11716, 11141, 15680, 11848, 10959, 11912, 10738, 7848, 7531, 12339, 8160, 7517, 7463, 7741, 7407, 7554, 7905, 7544, 7788, 8383, 7850, 8046, 7774, 7555, 8040, 10323, 7989, 8126, 10116, 7676, 7656, 8272, 7725, 7966, 8077, 7840, 7773, 8439, 11244, 7809, 8560, 12027, 10460, 11316, 13891, 10937, 7629, 7496, 7697, 7857, 7452, 7593, 7589, 9180, 13134, 14048, 11117, 8758, 8404, 7967, 7642, 12555, 10381, 7871, 14207, 12520, 10566, 13679, 10191, 8432, 9873, 8389, 8163, 8544, 7720, 10077, 7786, 11628, 7597, 10828, 9082, 8242, 9349, 7717, 10537, 7883, 12226, 8414, 8856, 8339, 7526, 9491, 7725, 11076, 7811, 11576, 7578, 8875, 8013, 7751, 9679, 7681, 11657, 7774, 10270, 7723, 7787, 9533, 7708, 11140, 8624, 8780, 8589, 7625, 12179, 7900, 7711, 7773, 7477, 7671, 9619, 8050, 7698, 11460, 8882, 7875, 8262, 8376, 7853, 14048, 8795, 8592, 11102, 8319, 13761, 9573, 12925, 12209, 11390, 13879, 8744, 7835, 10271, 8702, 9958, 10462, 8414, 10451, 8977, 7838, 8635, 8767, 8075, 10937, 8178, 7906, 10264, 7979, 7913, 8716, 7991, 9359, 7790, 7706, 8628, 8122, 11629, 10157, 7639, 7907, 7907, 7749, 8050, 7755, 7941, 7683, 7842, 7936, 7751, 8498, 7699, 7997, 8579, 12283, 9512, 8769, 12931, 11224, 11813, 14214, 10111, 13219, 10105, 8672, 14176, 10914, 10045, 14224, 11477, 9008, 10216, 8563, 7924, 8048, 8938, 7900, 7805, 9050, 7806, 7739, 8971, 7831, 8059, 8784, 8626, 11240, 10032, 7556, 9516, 8196, 8918, 9082, 7629, 11607, 8092, 9297, 8538, 7979, 8172, 10246, 7613, 7661, 9055, 7762, 7855, 7756, 7852, 7536, 8381, 9701, 12061, 8633, 8512, 11072, 9288, 7769, 9243, 8550, 7807, 11778, 8463, 13067, 14033, 11924, 11558, 9135, 8453, 7654, 8771, 8278, 12920, 9257, 11331, 9445, 9550, 9178, 7750, 9229, 7803, 8997, 7748, 12363, 8091, 11118, 7513, 7752, 8127, 7843, 7633, 7544, 7804, 11643, 8320, 7750, 8033, 8060, 7729, 7725, 7847, 12484, 9420, 9363, 10164, 7686, 12459, 7716, 7745, 7935, 7776, 9969, 7560, 11515, 7914, 8953, 8099, 7721, 9064, 7759, 11648, 7739, 7834, 8222, 7599, 10822, 7883, 7941, 7766, 7685, 9734, 7853, 11923, 7865, 8476, 8848, 7767, 11737, 8466, 11861, 7736, 7601, 7450, 7055, 8130, 7984, 7748, 7842, 10297, 8027, 7848, 8161, 7537, 9027, 9632, 7624, 13356, 11145, 9212, 14922, 12311, 13896, 14106, 10280, 15907, 12762, 12024, 8391, 7904, 9807, 7863, 10682, 8741, 7819, 10914, 8303, 11027, 7912, 7532, 7529, 7762, 10584, 8188, 8155, 7589, 7632, 9354, 7663, 7610, 7663, 7662, 7843, 7759, 7758, 7787, 9667, 8019, 11755, 10003, 7589, 13609, 10873, 8513, 12696, 7944, 14943, 10930, 11981, 9459, 7541, 10845, 7633, 12034, 8325, 7799, 8378, 7505, 8687, 7579, 9204, 7599, 7589, 9089, 7875, 7902, 7471, 7944, 11342, 7480, 12176, 7851, 10746, 9840, 9170, 10404, 7558, 8819, 7532, 9038, 7782, 10569, 7868, 8719, 7992, 7633, 9784, 7621, 11344, 7799, 7748, 7750, 7756, 12556, 7771, 8800, 8033, 7410, 8831, 7642, 10488, 8001, 7452, 8298, 7928, 9805, 7804, 7625, 8639, 7614, 7634, 10086, 8634, 11115, 8058, 7541, 7380, 7784, 7595, 7629, 8618, 9027, 7518, 7490, 11269], 'WindowCenter': [4497.0, 4484.0, 4461.0, 4458.0, 4507.0, 4465.0, 4446.0, 4455.0, 4444.0, 4444.0, 4455.0, 4495.0, 4444.0, 4435.0, 4454.0, 4432.0, 4434.0, 4462.0, 4433.0, 4434.0, 4482.0, 4454.0, 4433.0, 4494.0, 4467.0, 4445.0, 4473.0, 4443.0, 4470.0, 4420.0, 4431.0, 4489.0, 4430.0, 4430.0, 4460.0, 4430.0, 4432.0, 4460.0, 4431.0, 4431.0, 4452.0, 4432.0, 4435.0, 4473.0, 4445.0, 4446.0, 4476.0, 4447.0, 4445.0, 4476.0, 4435.0, 4435.0, 4505.0, 4466.0, 4446.0, 4505.0, 4455.0, 4447.0, 4503.0, 4464.0, 4434.0, 4442.0, 4443.0, 4450.0, 4461.0, 4471.0, 4471.0, 4471.0, 4456.0, 4458.0, 4461.0, 4500.0, 4490.0, 4450.0, 4499.0, 4480.0, 4448.0, 4486.0, 4457.0, 4485.0, 4506.0, 4455.0, 4463.0, 4481.0, 4444.0, 4443.0, 4502.0, 4463.0, 4422.0, 4440.0, 4418.0, 4420.0, 4469.0, 4430.0, 4421.0, 4442.0, 4432.0, 4431.0, 4430.0, 4430.0, 4442.0, 4451.0, 4442.0, 4431.0, 4441.0, 4441.0, 4421.0, 4491.0, 4451.0, 4430.0, 4459.0, 4429.0, 4432.0, 4470.0, 4430.0, 4422.0, 4451.0, 4443.0, 4441.0, 4431.0, 4431.0, 4480.0, 4443.0, 4430.0, 4430.0, 4432.0, 4462.0, 4463.0, 4421.0, 4471.0, 4431.0, 4436.0, 4456.0, 4457.0, 4445.0, 4443.0, 4444.0, 4443.0, 4434.0, 4446.0, 4476.0, 4446.0, 4446.0, 4466.0, 4447.0, 4459.0, 4518.0, 4467.0, 4462.0, 4483.0, 4450.0, 4449.0, 4433.0, 4459.0, 4464.0, 4443.0, 4495.0, 4474.0, 4456.0, 4444.0, 4462.0, 4444.0, 4445.0, 4454.0, 4443.0, 4444.0, 4433.0, 4491.0, 4480.0, 4477.0, 4459.0, 4502.0, 4481.0, 4489.0, 4487.0, 4464.0, 4404.0, 4441.0, 4402.0, 4392.0, 4402.0, 4404.0, 4453.0, 4426.0, 4406.0, 4435.0, 4406.0, 4405.0, 4417.0, 4419.0, 4466.0, 4458.0, 4419.0, 4449.0, 4419.0, 4460.0, 4451.0, 4430.0, 4469.0, 4428.0, 4466.0, 4439.0, 4419.0, 4438.0, 4421.0, 4470.0, 4450.0, 4431.0, 4440.0, 4421.0, 4469.0, 4430.0, 4429.0, 4452.0, 4445.0, 4481.0, 4452.0, 4434.0, 4443.0, 4432.0, 4432.0, 4442.0, 4444.0, 4446.0, 4446.0, 4446.0, 4457.0, 4460.0, 4461.0, 4489.0, 4468.0, 4448.0, 4467.0, 4447.0, 4434.0, 4494.0, 4456.0, 4445.0, 4466.0, 4465.0, 4503.0, 4464.0, 4442.0, 4431.0, 4409.0, 4459.0, 4430.0, 4430.0, 4442.0, 4443.0, 4484.0, 4473.0, 4442.0, 4453.0, 4432.0, 4440.0, 4442.0, 4422.0, 4482.0, 4454.0, 4483.0, 4462.0, 4434.0, 4473.0, 4430.0, 4422.0, 4452.0, 4432.0, 4483.0, 4463.0, 4433.0, 4492.0, 4442.0, 4435.0, 4464.0, 4433.0, 4452.0, 4443.0, 4444.0, 4443.0, 4443.0, 4447.0, 4482.0, 4446.0, 4446.0, 4465.0, 4456.0, 4446.0, 4506.0, 4475.0, 4466.0, 4490.0, 4460.0, 4469.0, 4447.0, 4433.0, 4420.0, 4431.0, 4420.0, 4428.0, 4472.0, 4454.0, 4471.0, 4463.0, 4432.0, 4470.0, 4451.0, 4419.0, 4478.0, 4430.0, 4458.0, 4436.0, 4417.0, 4485.0, 4434.0, 4473.0, 4433.0, 4394.0, 4434.0, 4413.0, 4443.0, 4401.0, 4401.0, 4412.0, 4413.0, 4445.0, 4425.0, 4416.0, 4436.0, 4426.0, 4417.0, 4418.0, 4418.0, 4439.0, 4420.0, 4431.0, 4472.0, 4444.0, 4483.0, 4453.0, 4433.0, 4463.0, 4444.0, 4432.0, 4484.0, 4466.0, 4494.0, 4473.0, 4443.0, 4453.0, 4444.0, 4443.0, 4462.0, 4464.0, 4444.0, 4529.0, 4459.0, 4459.0, 4445.0, 4433.0, 4433.0, 4452.0, 4445.0, 4464.0, 4483.0, 4446.0, 4447.0, 4445.0, 4453.0, 4444.0, 4445.0, 4455.0, 4445.0, 4445.0, 4456.0, 4496.0, 4465.0, 4475.0, 4503.0, 4483.0, 4471.0, 4482.0, 4450.0, 4419.0, 4489.0, 4429.0, 4466.0, 4426.0, 4406.0, 4489.0, 4438.0, 4487.0, 4447.0, 4417.0, 4446.0, 4416.0, 4417.0, 4417.0, 4419.0, 4479.0, 4440.0, 4420.0, 4440.0, 4431.0, 4440.0, 4440.0, 4443.0, 4490.0, 4463.0, 4433.0, 4452.0, 4433.0, 4472.0, 4464.0, 4442.0, 4473.0, 4431.0, 4470.0, 4433.0, 4452.0, 4442.0, 4434.0, 4482.0, 4442.0, 4461.0, 4444.0, 4445.0, 4466.0, 4460.0, 4458.0, 4447.0, 4468.0, 4458.0, 4478.0, 4458.0, 4460.0, 4468.0, 4459.0, 4459.0, 4448.0, 4490.0, 4479.0, 4456.0, 4506.0, 4487.0, 4488.0, 4507.0, 4495.0, 4474.0, 4473.0, 4450.0, 4418.0, 4460.0, 4438.0, 4420.0, 4470.0, 4458.0, 4418.0, 4469.0, 4436.0, 4418.0, 4466.0, 4427.0, 4429.0, 4468.0, 4418.0, 4429.0, 4428.0, 4418.0, 4430.0, 4429.0, 4419.0, 4428.0, 4430.0, 4431.0, 4430.0, 4429.0, 4443.0, 4454.0, 4443.0, 4444.0, 4453.0, 4444.0, 4446.0, 4474.0, 4447.0, 4445.0, 4485.0, 4458.0, 4483.0, 4469.0, 4460.0, 4459.0, 4435.0, 4443.0, 4444.0, 4465.0, 4465.0, 4483.0, 4481.0, 4450.0, 4431.0, 4451.0, 4442.0, 4443.0, 4471.0, 4442.0, 4432.0, 4481.0, 4450.0, 4421.0, 4468.0, 4417.0, 4445.0, 4424.0, 4405.0, 4441.0, 4394.0, 4442.0, 4402.0, 4392.0, 4402.0, 4402.0, 4432.0, 4401.0, 4411.0, 4402.0, 4405.0, 4435.0, 4415.0, 4415.0, 4417.0, 4418.0, 4456.0, 4419.0, 4418.0, 4431.0, 4443.0, 4471.0, 4453.0, 4432.0, 4451.0, 4442.0, 4430.0, 4433.0, 4444.0, 4474.0, 4455.0, 4446.0, 4455.0, 4445.0, 4445.0, 4474.0, 4446.0, 4433.0, 4446.0, 4445.0, 4468.0, 4458.0, 4457.0, 4496.0, 4445.0, 4447.0, 4486.0, 4446.0, 4447.0, 4498.0, 4458.0, 4477.0, 4509.0, 4458.0, 4458.0, 4448.0, 4458.0, 4485.0, 4466.0, 4434.0, 4494.0, 4443.0, 4446.0, 4446.0, 4446.0, 4474.0, 4454.0, 4435.0, 4456.0, 4437.0, 4476.0, 4460.0, 4459.0, 4478.0, 4447.0, 4446.0, 4449.0, 4458.0, 4471.0, 4464.0, 4506.0, 4476.0, 4477.0, 4466.0, 4464.0, 4463.0, 4452.0, 4451.0, 4470.0, 4452.0, 4427.0, 4439.0, 4452.0, 4472.0, 4492.0, 4502.0, 4493.0, 4522.0, 4508.0, 4487.0, 4483.0, 4472.0, 4492.0, 4473.0, 4432.0, 4486.0, 4461.0, 4430.0, 4478.0, 4466.0, 4446.0, 4414.0, 4406.0, 4456.0, 4408.0, 4448.0, 4418.0, 4419.0, 4458.0, 4419.0, 4419.0, 4417.0, 4419.0, 4449.0, 4428.0, 4420.0, 4450.0, 4420.0, 4450.0, 4443.0, 4447.0, 4444.0, 4443.0, 4434.0, 4421.0, 4432.0, 4458.0, 4459.0, 4458.0, 4460.0, 4448.0, 4487.0, 4447.0, 4459.0, 4488.0, 4459.0, 4448.0, 4508.0, 4477.0, 4447.0, 4507.0, 4486.0, 4454.0, 4493.0, 4462.0, 4480.0, 4459.0, 4418.0, 4469.0, 4439.0, 4421.0, 4481.0, 4430.0, 4433.0, 4452.0, 4432.0, 4433.0, 4463.0, 4433.0, 4433.0, 4463.0, 4432.0, 4433.0, 4473.0, 4444.0, 4433.0, 4452.0, 4442.0, 4434.0, 4442.0, 4444.0, 4435.0, 4455.0, 4456.0, 4457.0, 4487.0, 4470.0, 4462.0, 4460.0, 4447.0, 4447.0, 4459.0, 4451.0, 4447.0, 4454.0, 4465.0, 4487.0, 4459.0, 4459.0, 4469.0, 4507.0, 4465.0, 4433.0, 4505.0, 4443.0, 4434.0, 4483.0, 4419.0, 4442.0, 4419.0, 4420.0, 4480.0, 4420.0, 4440.0, 4402.0, 4421.0, 4483.0, 4454.0, 4433.0, 4453.0, 4433.0, 4444.0, 4473.0, 4444.0, 4446.0, 4456.0, 4435.0, 4505.0, 4476.0, 4445.0, 4443.0, 4446.0, 4495.0, 4459.0, 4447.0, 4456.0, 4435.0, 4445.0, 4444.0, 4447.0, 4467.0, 4446.0, 4435.0, 4476.0, 4446.0, 4447.0, 4457.0, 4447.0, 4449.0, 4467.0, 4448.0, 4447.0, 4488.0, 4449.0, 4448.0, 4495.0, 4478.0, 4455.0, 4473.0, 4446.0, 4506.0, 4494.0, 4474.0, 4514.0, 4451.0, 4422.0, 4453.0, 4444.0, 4502.0, 4452.0, 4442.0, 4430.0, 4420.0, 4459.0, 4428.0, 4421.0, 4432.0, 4422.0, 4453.0, 4434.0, 4448.0, 4480.0, 4461.0, 4461.0, 4458.0, 4449.0, 4426.0, 4423.0, 4434.0, 4424.0, 4431.0, 4433.0, 4443.0, 4475.0, 4466.0, 4446.0, 4486.0, 4446.0, 4448.0, 4445.0, 4444.0, 4433.0, 4433.0, 4448.0, 4438.0, 4483.0, 4453.0, 4421.0, 4490.0, 4460.0, 4474.0, 4493.0, 4459.0, 4445.0, 4445.0, 4449.0, 4419.0, 4408.0, 4459.0, 4418.0, 4410.0, 4408.0, 4407.0, 4396.0, 4405.0, 4403.0, 4406.0, 4407.0, 4430.0, 4420.0, 4418.0, 4406.0, 4410.0, 4421.0, 4450.0, 4422.0, 4422.0, 4463.0, 4447.0, 4449.0, 4445.0, 4437.0, 4449.0, 4433.0, 4435.0, 4437.0, 4449.0, 4490.0, 4450.0, 4448.0, 4488.0, 4478.0, 4502.0, 4512.0, 4488.0, 4441.0, 4426.0, 4423.0, 4424.0, 4402.0, 4412.0, 4412.0, 4432.0, 4474.0, 4482.0, 4463.0, 4432.0, 4438.0, 4435.0, 4412.0, 4460.0, 4428.0, 4397.0, 4458.0, 4448.0, 4424.0, 4431.0, 4402.0, 4379.0, 4401.0, 4394.0, 4392.0, 4393.0, 4383.0, 4414.0, 4386.0, 4435.0, 4398.0, 4437.0, 4419.0, 4398.0, 4417.0, 4386.0, 4426.0, 4399.0, 4447.0, 4397.0, 4407.0, 4407.0, 4386.0, 4417.0, 4398.0, 4436.0, 4400.0, 4447.0, 4400.0, 4420.0, 4411.0, 4411.0, 4430.0, 4410.0, 4450.0, 4413.0, 4442.0, 4413.0, 4412.0, 4442.0, 4425.0, 4462.0, 4444.0, 4446.0, 4446.0, 4436.0, 4485.0, 4435.0, 4438.0, 4439.0, 4437.0, 4449.0, 4482.0, 4452.0, 4468.0, 4505.0, 4472.0, 4450.0, 4462.0, 4463.0, 4453.0, 4510.0, 4461.0, 4449.0, 4478.0, 4437.0, 4485.0, 4456.0, 4486.0, 4484.0, 4477.0, 4483.0, 4432.0, 4423.0, 4452.0, 4433.0, 4453.0, 4464.0, 4434.0, 4476.0, 4454.0, 4424.0, 4444.0, 4432.0, 4423.0, 4463.0, 4433.0, 4423.0, 4462.0, 4434.0, 4435.0, 4443.0, 4434.0, 4441.0, 4423.0, 4424.0, 4443.0, 4447.0, 4498.0, 4490.0, 4449.0, 4446.0, 4446.0, 4436.0, 4446.0, 4435.0, 4435.0, 4435.0, 4447.0, 4463.0, 4453.0, 4474.0, 4452.0, 4462.0, 4461.0, 4500.0, 4470.0, 4449.0, 4486.0, 4464.0, 4464.0, 4482.0, 4440.0, 4470.0, 4439.0, 4416.0, 4469.0, 4448.0, 4438.0, 4479.0, 4459.0, 4430.0, 4449.0, 4417.0, 4406.0, 4406.0, 4428.0, 4418.0, 4410.0, 4430.0, 4420.0, 4422.0, 4441.0, 4425.0, 4424.0, 4443.0, 4445.0, 4474.0, 4455.0, 4425.0, 4444.0, 4432.0, 4432.0, 4431.0, 4423.0, 4474.0, 4435.0, 4454.0, 4445.0, 4435.0, 4435.0, 4465.0, 4437.0, 4438.0, 4484.0, 4464.0, 4461.0, 4454.0, 4449.0, 4466.0, 4462.0, 4495.0, 4500.0, 4458.0, 4449.0, 4477.0, 4456.0, 4426.0, 4444.0, 4434.0, 4423.0, 4472.0, 4434.0, 4484.0, 4480.0, 4458.0, 4458.0, 4428.0, 4420.0, 4421.0, 4431.0, 4433.0, 4482.0, 4441.0, 4459.0, 4440.0, 4430.0, 4429.0, 4407.0, 4428.0, 4407.0, 4427.0, 4410.0, 4482.0, 4434.0, 4472.0, 4411.0, 4434.0, 4432.0, 4445.0, 4434.0, 4421.0, 4437.0, 4497.0, 4460.0, 4449.0, 4446.0, 4447.0, 4436.0, 4437.0, 4447.0, 4497.0, 4469.0, 4469.0, 4478.0, 4437.0, 4496.0, 4438.0, 4435.0, 4435.0, 4425.0, 4453.0, 4422.0, 4474.0, 4434.0, 4443.0, 4435.0, 4450.0, 4455.0, 4437.0, 4485.0, 4436.0, 4434.0, 4445.0, 4449.0, 4488.0, 4448.0, 4448.0, 4448.0, 4448.0, 4468.0, 4448.0, 4486.0, 4448.0, 4446.0, 4455.0, 4448.0, 4500.0, 4460.0, 4512.0, 4464.0, 4473.0, 4464.0, 4440.0, 4460.0, 4446.0, 4447.0, 4460.0, 4492.0, 4474.0, 4473.0, 4473.0, 4463.0, 4483.0, 4481.0, 4462.0, 4509.0, 4488.0, 4470.0, 4517.0, 4488.0, 4496.0, 4494.0, 4453.0, 4491.0, 4471.0, 4459.0, 4416.0, 4418.0, 4438.0, 4417.0, 4446.0, 4427.0, 4419.0, 4460.0, 4431.0, 4459.0, 4418.0, 4417.0, 4419.0, 4421.0, 4471.0, 4444.0, 4443.0, 4434.0, 4446.0, 4479.0, 4461.0, 4459.0, 4448.0, 4446.0, 4458.0, 4459.0, 4458.0, 4461.0, 4479.0, 4448.0, 4498.0, 4478.0, 4449.0, 4509.0, 4486.0, 4455.0, 4494.0, 4433.0, 4493.0, 4461.0, 4470.0, 4439.0, 4410.0, 4448.0, 4409.0, 4458.0, 4416.0, 4407.0, 4415.0, 4394.0, 4416.0, 4407.0, 4438.0, 4418.0, 4421.0, 4440.0, 4442.0, 4443.0, 4433.0, 4444.0, 4485.0, 4436.0, 4494.0, 4446.0, 4474.0, 4477.0, 4468.0, 4476.0, 4436.0, 4454.0, 4435.0, 4455.0, 4433.0, 4474.0, 4444.0, 4453.0, 4445.0, 4449.0, 4489.0, 4448.0, 4487.0, 4447.0, 4447.0, 4447.0, 4460.0, 4509.0, 4449.0, 4470.0, 4460.0, 4449.0, 4468.0, 4461.0, 4488.0, 4447.0, 4437.0, 4460.0, 4472.0, 4492.0, 4460.0, 4463.0, 4471.0, 4461.0, 4475.0, 4503.0, 4497.0, 4527.0, 4475.0, 4463.0, 4451.0, 4449.0, 4448.0, 4451.0, 4470.0, 4481.0, 4450.0, 4451.0, 4501.0], 'WindowWidth': [9918.0, 9889.0, 9852.0, 9843.0, 9905.0, 9847.0, 9821.0, 9831.0, 9814.0, 9815.0, 9831.0, 9883.0, 9816.0, 9803.0, 9825.0, 9797.0, 9798.0, 9835.0, 9798.0, 9799.0, 9863.0, 9827.0, 9799.0, 9882.0, 9851.0, 9818.0, 9851.0, 9811.0, 9843.0, 9775.0, 9792.0, 9868.0, 9788.0, 9789.0, 9828.0, 9791.0, 9795.0, 9830.0, 9791.0, 9794.0, 9821.0, 9797.0, 9803.0, 9853.0, 9817.0, 9821.0, 9862.0, 9824.0, 9820.0, 9859.0, 9804.0, 9804.0, 9898.0, 9846.0, 9819.0, 9897.0, 9833.0, 9822.0, 9892.0, 9839.0, 9799.0, 9808.0, 9814.0, 9835.0, 9852.0, 9868.0, 9863.0, 9861.0, 9837.0, 9838.0, 9851.0, 9903.0, 9886.0, 9829.0, 9896.0, 9871.0, 9823.0, 9870.0, 9834.0, 9869.0, 9898.0, 9829.0, 9836.0, 9858.0, 9811.0, 9809.0, 9887.0, 9835.0, 9778.0, 9799.0, 9768.0, 9772.0, 9837.0, 9787.0, 9774.0, 9802.0, 9792.0, 9789.0, 9786.0, 9786.0, 9807.0, 9818.0, 9805.0, 9791.0, 9803.0, 9804.0, 9776.0, 9868.0, 9815.0, 9787.0, 9822.0, 9785.0, 9791.0, 9840.0, 9789.0, 9781.0, 9820.0, 9812.0, 9802.0, 9788.0, 9789.0, 9855.0, 9811.0, 9788.0, 9788.0, 9792.0, 9833.0, 9836.0, 9778.0, 9843.0, 9791.0, 9806.0, 9836.0, 9836.0, 9813.0, 9807.0, 9810.0, 9807.0, 9800.0, 9818.0, 9860.0, 9819.0, 9820.0, 9846.0, 9822.0, 9842.0, 9921.0, 9848.0, 9852.0, 9881.0, 9833.0, 9831.0, 9796.0, 9839.0, 9839.0, 9808.0, 9882.0, 9849.0, 9830.0, 9812.0, 9835.0, 9814.0, 9817.0, 9827.0, 9811.0, 9812.0, 9793.0, 9872.0, 9854.0, 9846.0, 9821.0, 9889.0, 9859.0, 9863.0, 9858.0, 9822.0, 9740.0, 9785.0, 9735.0, 9720.0, 9734.0, 9742.0, 9807.0, 9773.0, 9748.0, 9785.0, 9749.0, 9746.0, 9763.0, 9770.0, 9830.0, 9822.0, 9770.0, 9810.0, 9770.0, 9828.0, 9818.0, 9787.0, 9836.0, 9781.0, 9830.0, 9797.0, 9770.0, 9793.0, 9777.0, 9841.0, 9815.0, 9788.0, 9801.0, 9777.0, 9839.0, 9787.0, 9786.0, 9823.0, 9818.0, 9860.0, 9822.0, 9801.0, 9810.0, 9795.0, 9794.0, 9809.0, 9816.0, 9818.0, 9818.0, 9822.0, 9839.0, 9847.0, 9849.0, 9883.0, 9854.0, 9827.0, 9848.0, 9820.0, 9800.0, 9881.0, 9830.0, 9816.0, 9846.0, 9843.0, 9893.0, 9837.0, 9805.0, 9789.0, 9759.0, 9823.0, 9787.0, 9788.0, 9806.0, 9813.0, 9868.0, 9853.0, 9810.0, 9823.0, 9794.0, 9801.0, 9806.0, 9779.0, 9861.0, 9826.0, 9864.0, 9836.0, 9799.0, 9849.0, 9791.0, 9779.0, 9819.0, 9795.0, 9864.0, 9838.0, 9797.0, 9876.0, 9809.0, 9804.0, 9841.0, 9797.0, 9822.0, 9810.0, 9812.0, 9810.0, 9814.0, 9824.0, 9866.0, 9822.0, 9821.0, 9846.0, 9837.0, 9821.0, 9900.0, 9857.0, 9845.0, 9889.0, 9849.0, 9858.0, 9824.0, 9796.0, 9775.0, 9790.0, 9777.0, 9784.0, 9849.0, 9829.0, 9847.0, 9836.0, 9795.0, 9843.0, 9817.0, 9773.0, 9850.0, 9785.0, 9820.0, 9789.0, 9763.0, 9851.0, 9781.0, 9831.0, 9778.0, 9728.0, 9781.0, 9754.0, 9793.0, 9735.0, 9735.0, 9750.0, 9756.0, 9802.0, 9774.0, 9765.0, 9791.0, 9779.0, 9767.0, 9770.0, 9772.0, 9799.0, 9776.0, 9795.0, 9850.0, 9815.0, 9867.0, 9825.0, 9797.0, 9837.0, 9813.0, 9796.0, 9868.0, 9847.0, 9882.0, 9852.0, 9814.0, 9826.0, 9813.0, 9815.0, 9839.0, 9841.0, 9817.0, 9944.0, 9847.0, 9846.0, 9820.0, 9798.0, 9796.0, 9820.0, 9816.0, 9836.0, 9864.0, 9822.0, 9823.0, 9815.0, 9824.0, 9816.0, 9817.0, 9832.0, 9818.0, 9819.0, 9833.0, 9886.0, 9842.0, 9853.0, 9889.0, 9859.0, 9841.0, 9857.0, 9812.0, 9770.0, 9862.0, 9782.0, 9827.0, 9774.0, 9749.0, 9866.0, 9796.0, 9857.0, 9804.0, 9765.0, 9802.0, 9762.0, 9762.0, 9765.0, 9772.0, 9849.0, 9800.0, 9775.0, 9801.0, 9792.0, 9801.0, 9802.0, 9810.0, 9871.0, 9837.0, 9797.0, 9822.0, 9798.0, 9846.0, 9837.0, 9810.0, 9849.0, 9792.0, 9841.0, 9794.0, 9819.0, 9807.0, 9800.0, 9860.0, 9807.0, 9833.0, 9813.0, 9816.0, 9848.0, 9848.0, 9844.0, 9822.0, 9850.0, 9838.0, 9865.0, 9841.0, 9845.0, 9851.0, 9842.0, 9841.0, 9829.0, 9884.0, 9870.0, 9836.0, 9902.0, 9877.0, 9880.0, 9901.0, 9883.0, 9852.0, 9846.0, 9814.0, 9769.0, 9824.0, 9793.0, 9772.0, 9840.0, 9822.0, 9769.0, 9837.0, 9790.0, 9767.0, 9829.0, 9778.0, 9784.0, 9834.0, 9769.0, 9784.0, 9781.0, 9770.0, 9787.0, 9787.0, 9773.0, 9784.0, 9788.0, 9791.0, 9788.0, 9787.0, 9811.0, 9828.0, 9811.0, 9814.0, 9824.0, 9814.0, 9820.0, 9858.0, 9822.0, 9819.0, 9870.0, 9843.0, 9884.0, 9858.0, 9845.0, 9840.0, 9797.0, 9807.0, 9808.0, 9840.0, 9842.0, 9862.0, 9854.0, 9812.0, 9789.0, 9815.0, 9806.0, 9810.0, 9845.0, 9807.0, 9793.0, 9856.0, 9814.0, 9774.0, 9833.0, 9761.0, 9795.0, 9765.0, 9740.0, 9784.0, 9723.0, 9785.0, 9734.0, 9719.0, 9732.0, 9734.0, 9773.0, 9732.0, 9746.0, 9735.0, 9744.0, 9782.0, 9757.0, 9758.0, 9762.0, 9765.0, 9816.0, 9768.0, 9767.0, 9791.0, 9812.0, 9847.0, 9823.0, 9793.0, 9818.0, 9807.0, 9789.0, 9798.0, 9813.0, 9854.0, 9829.0, 9819.0, 9830.0, 9816.0, 9815.0, 9852.0, 9816.0, 9797.0, 9818.0, 9817.0, 9853.0, 9840.0, 9836.0, 9886.0, 9818.0, 9821.0, 9872.0, 9818.0, 9823.0, 9893.0, 9839.0, 9862.0, 9907.0, 9839.0, 9836.0, 9823.0, 9835.0, 9869.0, 9844.0, 9800.0, 9880.0, 9812.0, 9818.0, 9816.0, 9819.0, 9852.0, 9827.0, 9801.0, 9831.0, 9808.0, 9861.0, 9844.0, 9840.0, 9864.0, 9821.0, 9821.0, 9829.0, 9843.0, 9861.0, 9860.0, 9919.0, 9878.0, 9878.0, 9860.0, 9856.0, 9852.0, 9833.0, 9826.0, 9854.0, 9828.0, 9787.0, 9807.0, 9833.0, 9860.0, 9886.0, 9903.0, 9890.0, 9930.0, 9904.0, 9872.0, 9862.0, 9842.0, 9870.0, 9844.0, 9788.0, 9856.0, 9824.0, 9783.0, 9843.0, 9825.0, 9796.0, 9753.0, 9742.0, 9809.0, 9750.0, 9804.0, 9766.0, 9767.0, 9820.0, 9769.0, 9769.0, 9764.0, 9769.0, 9807.0, 9779.0, 9770.0, 9810.0, 9771.0, 9815.0, 9810.0, 9824.0, 9815.0, 9810.0, 9797.0, 9777.0, 9791.0, 9838.0, 9844.0, 9840.0, 9844.0, 9824.0, 9875.0, 9821.0, 9840.0, 9878.0, 9840.0, 9824.0, 9903.0, 9861.0, 9820.0, 9898.0, 9871.0, 9822.0, 9873.0, 9830.0, 9853.0, 9822.0, 9766.0, 9834.0, 9795.0, 9775.0, 9856.0, 9789.0, 9796.0, 9820.0, 9794.0, 9797.0, 9838.0, 9797.0, 9796.0, 9836.0, 9796.0, 9797.0, 9851.0, 9811.0, 9798.0, 9822.0, 9807.0, 9798.0, 9809.0, 9814.0, 9804.0, 9830.0, 9834.0, 9836.0, 9876.0, 9858.0, 9850.0, 9848.0, 9823.0, 9823.0, 9846.0, 9829.0, 9819.0, 9824.0, 9841.0, 9874.0, 9840.0, 9845.0, 9855.0, 9901.0, 9840.0, 9795.0, 9891.0, 9807.0, 9795.0, 9859.0, 9772.0, 9803.0, 9770.0, 9770.0, 9849.0, 9770.0, 9796.0, 9732.0, 9775.0, 9863.0, 9829.0, 9798.0, 9823.0, 9798.0, 9813.0, 9852.0, 9816.0, 9819.0, 9832.0, 9804.0, 9896.0, 9857.0, 9815.0, 9810.0, 9821.0, 9883.0, 9842.0, 9826.0, 9830.0, 9802.0, 9814.0, 9814.0, 9821.0, 9850.0, 9817.0, 9803.0, 9859.0, 9819.0, 9822.0, 9834.0, 9821.0, 9827.0, 9849.0, 9825.0, 9822.0, 9878.0, 9827.0, 9824.0, 9884.0, 9862.0, 9829.0, 9851.0, 9819.0, 9899.0, 9880.0, 9851.0, 9906.0, 9820.0, 9778.0, 9821.0, 9813.0, 9887.0, 9820.0, 9805.0, 9787.0, 9776.0, 9825.0, 9784.0, 9777.0, 9791.0, 9779.0, 9821.0, 9798.0, 9826.0, 9872.0, 9851.0, 9852.0, 9842.0, 9826.0, 9788.0, 9779.0, 9795.0, 9779.0, 9786.0, 9788.0, 9804.0, 9848.0, 9841.0, 9815.0, 9868.0, 9815.0, 9821.0, 9810.0, 9807.0, 9792.0, 9792.0, 9822.0, 9808.0, 9855.0, 9816.0, 9771.0, 9863.0, 9820.0, 9845.0, 9869.0, 9816.0, 9791.0, 9791.0, 9803.0, 9765.0, 9748.0, 9815.0, 9760.0, 9753.0, 9750.0, 9744.0, 9728.0, 9739.0, 9735.0, 9742.0, 9745.0, 9781.0, 9766.0, 9762.0, 9743.0, 9753.0, 9769.0, 9806.0, 9771.0, 9772.0, 9835.0, 9823.0, 9825.0, 9812.0, 9804.0, 9822.0, 9792.0, 9797.0, 9800.0, 9819.0, 9876.0, 9825.0, 9815.0, 9870.0, 9857.0, 9900.0, 9914.0, 9874.0, 9812.0, 9782.0, 9774.0, 9775.0, 9741.0, 9755.0, 9752.0, 9782.0, 9845.0, 9854.0, 9827.0, 9784.0, 9801.0, 9796.0, 9758.0, 9818.0, 9768.0, 9723.0, 9810.0, 9794.0, 9755.0, 9759.0, 9717.0, 9684.0, 9717.0, 9712.0, 9709.0, 9712.0, 9699.0, 9742.0, 9707.0, 9771.0, 9728.0, 9776.0, 9758.0, 9726.0, 9748.0, 9705.0, 9760.0, 9729.0, 9792.0, 9724.0, 9736.0, 9738.0, 9709.0, 9751.0, 9726.0, 9776.0, 9732.0, 9793.0, 9734.0, 9759.0, 9749.0, 9751.0, 9775.0, 9750.0, 9801.0, 9756.0, 9794.0, 9757.0, 9756.0, 9795.0, 9779.0, 9825.0, 9803.0, 9812.0, 9811.0, 9798.0, 9863.0, 9797.0, 9808.0, 9811.0, 9804.0, 9822.0, 9872.0, 9830.0, 9861.0, 9907.0, 9857.0, 9826.0, 9842.0, 9843.0, 9831.0, 9904.0, 9838.0, 9819.0, 9854.0, 9797.0, 9860.0, 9823.0, 9865.0, 9860.0, 9853.0, 9853.0, 9784.0, 9773.0, 9812.0, 9787.0, 9816.0, 9832.0, 9796.0, 9855.0, 9822.0, 9781.0, 9805.0, 9787.0, 9777.0, 9828.0, 9791.0, 9777.0, 9828.0, 9793.0, 9795.0, 9804.0, 9794.0, 9799.0, 9775.0, 9777.0, 9804.0, 9817.0, 9893.0, 9882.0, 9828.0, 9818.0, 9814.0, 9802.0, 9816.0, 9798.0, 9797.0, 9799.0, 9815.0, 9850.0, 9835.0, 9864.0, 9832.0, 9846.0, 9843.0, 9892.0, 9850.0, 9818.0, 9865.0, 9833.0, 9830.0, 9851.0, 9790.0, 9830.0, 9787.0, 9753.0, 9830.0, 9799.0, 9786.0, 9843.0, 9817.0, 9780.0, 9803.0, 9757.0, 9740.0, 9741.0, 9771.0, 9760.0, 9751.0, 9780.0, 9770.0, 9776.0, 9801.0, 9782.0, 9778.0, 9805.0, 9811.0, 9849.0, 9823.0, 9780.0, 9804.0, 9785.0, 9784.0, 9784.0, 9778.0, 9846.0, 9797.0, 9822.0, 9812.0, 9798.0, 9796.0, 9835.0, 9803.0, 9808.0, 9880.0, 9852.0, 9845.0, 9837.0, 9822.0, 9857.0, 9847.0, 9896.0, 9894.0, 9833.0, 9820.0, 9854.0, 9825.0, 9784.0, 9804.0, 9790.0, 9773.0, 9838.0, 9793.0, 9856.0, 9850.0, 9815.0, 9813.0, 9774.0, 9768.0, 9770.0, 9785.0, 9790.0, 9852.0, 9798.0, 9818.0, 9793.0, 9778.0, 9776.0, 9744.0, 9773.0, 9743.0, 9773.0, 9756.0, 9857.0, 9794.0, 9844.0, 9760.0, 9797.0, 9792.0, 9814.0, 9794.0, 9774.0, 9807.0, 9890.0, 9844.0, 9829.0, 9819.0, 9819.0, 9804.0, 9805.0, 9819.0, 9885.0, 9853.0, 9853.0, 9862.0, 9806.0, 9882.0, 9805.0, 9798.0, 9796.0, 9782.0, 9817.0, 9777.0, 9846.0, 9794.0, 9804.0, 9798.0, 9827.0, 9826.0, 9802.0, 9868.0, 9802.0, 9798.0, 9813.0, 9827.0, 9876.0, 9823.0, 9822.0, 9822.0, 9823.0, 9848.0, 9822.0, 9870.0, 9820.0, 9816.0, 9828.0, 9824.0, 9897.0, 9844.0, 9916.0, 9859.0, 9869.0, 9857.0, 9815.0, 9840.0, 9814.0, 9817.0, 9839.0, 9885.0, 9867.0, 9865.0, 9867.0, 9853.0, 9877.0, 9872.0, 9847.0, 9905.0, 9878.0, 9852.0, 9914.0, 9874.0, 9882.0, 9875.0, 9816.0, 9865.0, 9835.0, 9817.0, 9757.0, 9762.0, 9788.0, 9760.0, 9797.0, 9774.0, 9770.0, 9826.0, 9786.0, 9821.0, 9765.0, 9762.0, 9769.0, 9774.0, 9843.0, 9811.0, 9810.0, 9799.0, 9817.0, 9872.0, 9852.0, 9843.0, 9823.0, 9819.0, 9837.0, 9841.0, 9842.0, 9845.0, 9866.0, 9823.0, 9890.0, 9863.0, 9826.0, 9904.0, 9872.0, 9827.0, 9878.0, 9793.0, 9871.0, 9826.0, 9835.0, 9793.0, 9754.0, 9802.0, 9753.0, 9816.0, 9758.0, 9744.0, 9753.0, 9727.0, 9757.0, 9748.0, 9791.0, 9768.0, 9774.0, 9800.0, 9807.0, 9809.0, 9795.0, 9813.0, 9869.0, 9805.0, 9880.0, 9816.0, 9852.0, 9860.0, 9850.0, 9857.0, 9802.0, 9824.0, 9798.0, 9827.0, 9795.0, 9848.0, 9809.0, 9822.0, 9813.0, 9826.0, 9880.0, 9825.0, 9873.0, 9821.0, 9820.0, 9822.0, 9844.0, 9909.0, 9827.0, 9857.0, 9843.0, 9827.0, 9851.0, 9846.0, 9879.0, 9822.0, 9810.0, 9842.0, 9864.0, 9891.0, 9846.0, 9853.0, 9860.0, 9847.0, 9875.0, 9909.0, 9909.0, 9948.0, 9873.0, 9853.0, 9831.0, 9825.0, 9824.0, 9832.0, 9858.0, 9872.0, 9830.0, 9831.0, 9897.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.008570362654320988</td></tr>
<tr><td colspan=3>aqi</td><td>0.060809769675925926</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.82432476912743</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2225312149729721</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0813526537606175</td></tr>
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
<tr><td colspan=3>fber</td><td>6798.7256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12369007776259415</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>192</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.814814814814815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5543630337786696</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482784758987617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805689569470784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.374614772877609</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140228</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001661995192989707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029583752155303955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8376406869301793</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>18.7443</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.681</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8647</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299076.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>817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.8588</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1063</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.1083</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3645.1416</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.9958</td></tr>
<tr><td colspan=3>tsnr</td><td>26.07210975070484</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>