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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0038_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0038_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>41ba2496cd93c4f28c472ceb8c0c5893</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>12:48:46.400000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0796779</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3127e130-a2fd-496b-b31a-1f9179fcce07||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['124846.400000', '124846.860000', '124847.320000', '124847.780000', '124848.240000', '124848.700000', '124849.160000', '124849.620000', '124850.080000', '124850.540000', '124851.000000', '124851.460000', '124851.920000', '124852.380000', '124852.840000', '124853.300000', '124853.760000', '124854.220000', '124854.680000', '124855.140000', '124855.600000', '124856.060000', '124856.520000', '124856.980000', '124857.440000', '124857.900000', '124858.360000', '124858.820000', '124859.280000', '124859.740000', '124900.200000', '124900.660000', '124901.120000', '124901.580000', '124902.040000', '124902.500000', '124902.960000', '124903.420000', '124903.880000', '124904.340000', '124904.800000', '124905.260000', '124905.720000', '124906.180000', '124906.640000', '124907.100000', '124907.560000', '124908.020000', '124908.480000', '124908.940000', '124909.400000', '124909.860000', '124910.320000', '124910.780000', '124911.240000', '124911.700000', '124912.160000', '124912.620000', '124913.080000', '124913.540000', '124914.000000', '124914.460000', '124914.920000', '124915.380000', '124915.840000', '124916.300000', '124916.760000', '124917.220000', '124917.680000', '124918.140000', '124918.600000', '124919.060000', '124919.520000', '124919.980000', '124920.440000', '124920.900000', '124921.360000', '124921.820000', '124922.280000', '124922.740000', '124923.200000', '124923.660000', '124924.120000', '124924.580000', '124925.040000', '124925.500000', '124925.960000', '124926.420000', '124926.880000', '124927.340000', '124927.800000', '124928.260000', '124928.720000', '124929.180000', '124929.640000', '124930.100000', '124930.560000', '124931.020000', '124931.480000', '124931.940000', '124932.400000', '124932.860000', '124933.320000', '124933.780000', '124934.240000', '124934.700000', '124935.160000', '124935.620000', '124936.080000', '124936.540000', '124937.000000', '124937.460000', '124937.920000', '124938.380000', '124938.840000', '124939.300000', '124939.760000', '124940.220000', '124940.680000', '124941.140000', '124941.600000', '124942.060000', '124942.520000', '124942.980000', '124943.440000', '124943.900000', '124944.360000', '124944.820000', '124945.280000', '124945.740000', '124946.200000', '124946.660000', '124947.120000', '124947.580000', '124948.040000', '124948.500000', '124948.960000', '124949.420000', '124949.880000', '124950.340000', '124950.800000', '124951.260000', '124951.720000', '124952.180000', '124952.640000', '124953.100000', '124953.560000', '124954.020000', '124954.480000', '124954.940000', '124955.400000', '124955.860000', '124956.320000', '124956.780000', '124957.240000', '124957.700000', '124958.160000', '124958.620000', '124959.080000', '124959.540000', '125000.000000', '125000.460000', '125000.920000', '125001.380000', '125001.840000', '125002.300000', '125002.760000', '125003.220000', '125003.680000', '125004.140000', '125004.600000', '125005.060000', '125005.520000', '125005.980000', '125006.440000', '125006.900000', '125007.360000', '125007.820000', '125008.280000', '125008.740000', '125009.200000', '125009.660000', '125010.120000', '125010.580000', '125011.040000', '125011.500000', '125011.960000', '125012.420000', '125012.880000', '125013.340000', '125013.800000', '125014.260000', '125014.720000', '125015.180000', '125015.640000', '125016.100000', '125016.560000', '125017.020000', '125017.480000', '125017.940000', '125018.400000', '125018.860000', '125019.320000', '125019.780000', '125020.240000', '125020.700000', '125021.160000', '125021.620000', '125022.080000', '125022.540000', '125023.000000', '125023.460000', '125023.920000', '125024.380000', '125024.840000', '125025.300000', '125025.760000', '125026.220000', '125026.680000', '125027.140000', '125027.600000', '125028.060000', '125028.520000', '125028.980000', '125029.440000', '125029.900000', '125030.360000', '125030.820000', '125031.280000', '125031.740000', '125032.200000', '125032.660000', '125033.120000', '125033.580000', '125034.040000', '125034.500000', '125034.960000', '125035.420000', '125035.880000', '125036.340000', '125036.800000', '125037.260000', '125037.720000', '125038.180000', '125038.640000', '125039.100000', '125039.560000', '125040.020000', '125040.480000', '125040.940000', '125041.400000', '125041.860000', '125042.320000', '125042.780000', '125043.240000', '125043.700000', '125044.160000', '125044.620000', '125045.080000', '125045.540000', '125046.000000', '125046.460000', '125046.920000', '125047.380000', '125047.840000', '125048.300000', '125048.760000', '125049.220000', '125049.680000', '125050.140000', '125050.600000', '125051.060000', '125051.520000', '125051.980000', '125052.440000', '125052.900000', '125053.360000', '125053.820000', '125054.280000', '125054.740000', '125055.200000', '125055.660000', '125056.120000', '125056.580000', '125057.040000', '125057.500000', '125057.960000', '125058.420000', '125058.880000', '125059.340000', '125059.800000', '125100.260000', '125100.720000', '125101.180000', '125101.640000', '125102.100000', '125102.560000', '125103.020000', '125103.480000', '125103.940000', '125104.400000', '125104.860000', '125105.320000', '125105.780000', '125106.240000', '125106.700000', '125107.160000', '125107.620000', '125108.080000', '125108.540000', '125109.000000', '125109.460000', '125109.920000', '125110.380000', '125110.840000', '125111.300000', '125111.760000', '125112.220000', '125112.680000', '125113.140000', '125113.600000', '125114.060000', '125114.520000', '125114.980000', '125115.440000', '125115.900000', '125116.360000', '125116.820000', '125117.280000', '125117.740000', '125118.200000', '125118.660000', '125119.120000', '125119.580000', '125120.040000', '125120.500000', '125120.960000', '125121.420000', '125121.880000', '125122.340000', '125122.800000', '125123.260000', '125123.720000', '125124.180000', '125124.640000', '125125.100000', '125125.560000', '125126.020000', '125126.480000', '125126.940000', '125127.400000', '125127.860000', '125128.320000', '125128.780000', '125129.240000', '125129.700000', '125130.160000', '125130.620000', '125131.080000', '125131.540000', '125132.000000', '125132.460000', '125132.920000', '125133.380000', '125133.840000', '125134.300000', '125134.760000', '125135.220000', '125135.680000', '125136.140000', '125136.600000', '125137.060000', '125137.520000', '125137.980000', '125138.440000', '125138.900000', '125139.360000', '125139.820000', '125140.280000', '125140.740000', '125141.200000', '125141.660000', '125142.120000', '125142.580000', '125143.040000', '125143.500000', '125143.960000', '125144.420000', '125144.880000', '125145.340000', '125145.800000', '125146.260000', '125146.720000', '125147.180000', '125147.640000', '125148.100000', '125148.560000', '125149.020000', '125149.480000', '125149.940000', '125150.400000', '125150.860000', '125151.320000', '125151.780000', '125152.240000', '125152.700000', '125153.160000', '125153.620000', '125154.080000', '125154.540000', '125155.000000', '125155.460000', '125155.920000', '125156.380000', '125156.840000', '125157.300000', '125157.760000', '125158.220000', '125158.680000', '125159.140000', '125159.600000', '125200.060000', '125200.520000', '125200.980000', '125201.440000', '125201.900000', '125202.360000', '125202.820000', '125203.280000', '125203.740000', '125204.200000', '125204.660000', '125205.120000', '125205.580000', '125206.040000', '125206.500000', '125206.960000', '125207.420000', '125207.880000', '125208.340000', '125208.800000', '125209.260000', '125209.720000', '125210.180000', '125210.640000', '125211.100000', '125211.560000', '125212.020000', '125212.480000', '125212.940000', '125213.400000', '125213.860000', '125214.320000', '125214.780000', '125215.240000', '125215.700000', '125216.160000', '125216.620000', '125217.080000', '125217.540000', '125218.000000', '125218.460000', '125218.920000', '125219.380000', '125219.840000', '125220.300000', '125220.760000', '125221.220000', '125221.680000', '125222.140000', '125222.600000', '125223.060000', '125223.520000', '125223.980000', '125224.440000', '125224.900000', '125225.360000', '125225.820000', '125226.280000', '125226.740000', '125227.200000', '125227.660000', '125228.120000', '125228.580000', '125229.040000', '125229.500000', '125229.960000', '125230.420000', '125230.880000', '125231.340000', '125231.800000', '125232.260000', '125232.720000', '125233.180000', '125233.640000', '125234.100000', '125234.560000', '125235.020000', '125235.480000', '125235.940000', '125236.400000', '125236.860000', '125237.320000', '125237.780000', '125238.240000', '125238.700000', '125239.160000', '125239.620000', '125240.080000', '125240.540000', '125241.000000', '125241.460000', '125241.920000', '125242.380000', '125242.840000', '125243.300000', '125243.760000', '125244.220000', '125244.680000', '125245.140000', '125245.600000', '125246.060000', '125246.520000', '125246.980000', '125247.440000', '125247.900000', '125248.360000', '125248.820000', '125249.280000', '125249.740000', '125250.200000', '125250.660000', '125251.120000', '125251.580000', '125252.040000', '125252.500000', '125252.960000', '125253.420000', '125253.880000', '125254.340000', '125254.800000', '125255.260000', '125255.720000', '125256.180000', '125256.640000', '125257.100000', '125257.560000', '125258.020000', '125258.480000', '125258.940000', '125259.400000', '125259.860000', '125300.320000', '125300.780000', '125301.240000', '125301.700000', '125302.160000', '125302.620000', '125303.080000', '125303.540000', '125304.000000', '125304.460000', '125304.920000', '125305.380000', '125305.840000', '125306.300000', '125306.760000', '125307.220000', '125307.680000', '125308.140000', '125308.600000', '125309.060000', '125309.520000', '125309.980000', '125310.440000', '125310.900000', '125311.360000', '125311.820000', '125312.280000', '125312.740000', '125313.200000', '125313.660000', '125314.120000', '125314.580000', '125315.040000', '125315.500000', '125315.960000', '125316.420000', '125316.880000', '125317.340000', '125317.800000', '125318.260000', '125318.720000', '125319.180000', '125319.640000', '125320.100000', '125320.560000', '125321.020000', '125321.480000', '125321.940000', '125322.400000', '125322.860000', '125323.320000', '125323.780000', '125324.240000', '125324.700000', '125325.160000', '125325.620000', '125326.080000', '125326.540000', '125327.000000', '125327.460000', '125327.920000', '125328.380000', '125328.840000', '125329.300000', '125329.760000', '125330.220000', '125330.680000', '125331.140000', '125331.600000', '125332.060000', '125332.520000', '125332.980000', '125333.440000', '125333.900000', '125334.360000', '125334.820000', '125335.280000', '125335.740000', '125336.200000', '125336.660000', '125337.120000', '125337.580000', '125338.040000', '125338.500000', '125338.960000', '125339.420000', '125339.880000', '125340.340000', '125340.800000', '125341.260000', '125341.720000', '125342.180000', '125342.640000', '125343.100000', '125343.560000', '125344.020000', '125344.480000', '125344.940000', '125345.400000', '125345.860000', '125346.320000', '125346.780000', '125347.240000', '125347.700000', '125348.160000', '125348.620000', '125349.080000', '125349.540000', '125350.000000', '125350.460000', '125350.920000', '125351.380000', '125351.840000', '125352.300000', '125352.760000', '125353.220000', '125353.680000', '125354.140000', '125354.600000', '125355.060000', '125355.520000', '125355.980000', '125356.440000', '125356.900000', '125357.360000', '125357.820000', '125358.280000', '125358.740000', '125359.200000', '125359.660000', '125400.120000', '125400.580000', '125401.040000', '125401.500000', '125401.960000', '125402.420000', '125402.880000', '125403.340000', '125403.800000', '125404.260000', '125404.720000', '125405.180000', '125405.640000', '125406.100000', '125406.560000', '125407.020000', '125407.480000', '125407.940000', '125408.400000', '125408.860000', '125409.320000', '125409.780000', '125410.240000', '125410.700000', '125411.160000', '125411.620000', '125412.080000', '125412.540000', '125413.000000', '125413.460000', '125413.920000', '125414.380000', '125414.840000', '125415.300000', '125415.760000', '125416.220000', '125416.680000', '125417.140000', '125417.600000', '125418.060000', '125418.520000', '125418.980000', '125419.440000', '125419.900000', '125420.360000', '125420.820000', '125421.280000', '125421.740000', '125422.200000', '125422.660000', '125423.120000', '125423.580000', '125424.040000', '125424.500000', '125424.960000', '125425.420000', '125425.880000', '125426.340000', '125426.800000', '125427.260000', '125427.720000', '125428.180000', '125428.640000', '125429.100000', '125429.560000', '125430.020000', '125430.480000', '125430.940000', '125431.400000', '125431.860000', '125432.320000', '125432.780000', '125433.240000', '125433.700000', '125434.160000', '125434.620000', '125435.080000', '125435.540000', '125436.000000', '125436.460000', '125436.920000', '125437.380000', '125437.840000', '125438.300000', '125438.760000', '125439.220000', '125439.680000', '125440.140000', '125440.600000', '125441.060000', '125441.520000', '125441.980000', '125442.440000', '125442.900000', '125443.360000', '125443.820000', '125444.280000', '125444.740000', '125445.200000', '125445.660000', '125446.120000', '125446.580000', '125447.040000', '125447.500000', '125447.960000', '125448.420000', '125448.880000', '125449.340000', '125449.800000', '125450.260000', '125450.720000', '125451.180000', '125451.640000', '125452.100000', '125452.560000', '125453.020000', '125453.480000', '125453.940000', '125454.400000', '125454.860000', '125455.320000', '125455.780000', '125456.240000', '125456.700000', '125457.160000', '125457.620000', '125458.080000', '125458.540000', '125459.000000', '125459.460000', '125459.920000', '125500.380000', '125500.840000', '125501.300000', '125501.760000', '125502.220000', '125502.680000', '125503.140000', '125503.600000', '125504.060000', '125504.520000', '125504.980000', '125505.440000', '125505.900000', '125506.360000', '125506.820000', '125507.280000', '125507.740000', '125508.200000', '125508.660000', '125509.120000', '125509.580000', '125510.040000', '125510.500000', '125510.960000', '125511.420000', '125511.880000', '125512.340000', '125512.800000', '125513.260000', '125513.720000', '125514.180000', '125514.640000', '125515.100000', '125515.560000', '125516.020000', '125516.480000', '125516.940000', '125517.400000', '125517.860000', '125518.320000', '125518.780000', '125519.240000', '125519.700000', '125520.160000', '125520.620000', '125521.080000', '125521.540000', '125522.000000', '125522.460000', '125522.920000', '125523.380000', '125523.840000', '125524.300000', '125524.760000', '125525.220000', '125525.680000', '125526.140000', '125526.600000', '125527.060000', '125527.520000', '125527.980000', '125528.440000', '125528.900000', '125529.360000', '125529.820000', '125530.280000', '125530.740000', '125531.200000', '125531.660000', '125532.120000', '125532.580000', '125533.040000', '125533.500000', '125533.960000', '125534.420000', '125534.880000', '125535.340000', '125535.800000', '125536.260000', '125536.720000', '125537.180000', '125537.640000', '125538.100000', '125538.560000', '125539.020000', '125539.480000', '125539.940000', '125540.400000', '125540.860000', '125541.320000', '125541.780000', '125542.240000', '125542.700000', '125543.160000', '125543.620000', '125544.080000', '125544.540000', '125545.000000', '125545.460000', '125545.920000', '125546.380000', '125546.840000', '125547.300000', '125547.760000', '125548.220000', '125548.680000', '125549.140000', '125549.600000', '125550.060000', '125550.520000', '125550.980000', '125551.440000', '125551.900000', '125552.360000', '125552.820000', '125553.280000', '125553.740000', '125554.200000', '125554.660000', '125555.120000', '125555.580000', '125556.040000', '125556.500000', '125556.960000', '125557.420000', '125557.880000', '125558.340000', '125558.800000', '125559.260000', '125559.720000', '125600.180000', '125600.640000', '125601.100000', '125601.560000', '125602.020000', '125602.480000', '125602.940000', '125603.400000', '125603.860000', '125604.320000', '125604.780000', '125605.240000', '125605.700000', '125606.160000', '125606.620000', '125607.080000', '125607.540000', '125608.000000', '125608.460000', '125608.920000', '125609.380000', '125609.840000', '125610.300000', '125610.760000', '125611.220000', '125611.680000', '125612.140000', '125612.600000', '125613.060000', '125613.520000', '125613.980000', '125614.440000', '125614.900000', '125615.360000', '125615.820000', '125616.280000', '125616.740000', '125617.200000', '125617.660000', '125618.120000', '125618.580000', '125619.040000', '125619.500000', '125619.960000', '125620.420000', '125620.880000', '125621.340000', '125621.800000', '125622.260000', '125622.720000', '125623.180000', '125623.640000', '125624.100000', '125624.560000', '125625.020000', '125625.480000', '125625.940000', '125626.400000', '125626.860000', '125627.320000', '125627.780000', '125628.240000', '125628.700000', '125629.160000', '125629.620000', '125630.080000', '125630.540000', '125631.000000', '125631.460000', '125631.920000', '125632.380000', '125632.840000', '125633.300000', '125633.760000', '125634.220000', '125634.680000', '125635.140000', '125635.600000', '125636.060000', '125636.520000', '125636.980000', '125637.440000', '125637.900000', '125638.360000', '125638.820000', '125639.280000', '125639.740000', '125640.200000', '125640.660000', '125641.120000', '125641.580000', '125642.040000', '125642.500000', '125642.960000', '125643.420000', '125643.880000', '125644.340000', '125644.800000', '125645.260000', '125645.720000', '125646.180000', '125646.640000', '125647.100000', '125647.560000', '125648.020000', '125648.480000', '125648.940000', '125649.400000', '125649.860000', '125650.320000', '125650.780000', '125651.240000', '125651.700000', '125652.160000', '125652.620000', '125653.080000', '125653.540000', '125654.000000', '125654.460000', '125654.920000', '125655.380000', '125655.840000', '125656.300000', '125656.760000', '125657.220000', '125657.680000', '125658.140000', '125658.600000', '125659.060000', '125659.520000', '125659.980000', '125700.440000', '125700.900000', '125701.360000', '125701.820000', '125702.280000', '125702.740000', '125703.200000', '125703.660000', '125704.120000', '125704.580000', '125705.040000', '125705.500000', '125705.960000', '125706.420000', '125706.880000', '125707.340000', '125707.800000', '125708.260000', '125708.720000', '125709.180000', '125709.640000', '125710.100000', '125710.560000', '125711.020000', '125711.480000', '125711.940000', '125712.400000', '125712.860000', '125713.320000', '125713.780000', '125714.240000', '125714.700000', '125715.160000', '125715.620000', '125716.080000', '125716.540000', '125717.000000', '125717.460000', '125717.920000', '125718.380000', '125718.840000', '125719.300000', '125719.760000', '125720.220000', '125720.680000', '125721.140000', '125721.600000', '125722.060000', '125722.520000', '125722.980000', '125723.440000', '125723.900000', '125724.360000', '125724.820000', '125725.280000', '125725.740000', '125726.200000', '125726.660000', '125727.120000', '125727.580000', '125728.040000', '125728.500000', '125728.960000', '125729.420000', '125729.880000', '125730.340000', '125730.800000', '125731.260000', '125731.720000', '125732.180000', '125732.640000', '125733.100000', '125733.560000', '125734.020000', '125734.480000', '125734.940000', '125735.400000', '125735.860000', '125736.320000', '125736.780000', '125737.240000', '125737.700000', '125738.160000', '125738.620000', '125739.080000', '125739.540000', '125740.000000', '125740.460000', '125740.920000', '125741.380000', '125741.840000', '125742.300000', '125742.760000', '125743.220000', '125743.680000', '125744.140000', '125744.600000', '125745.060000', '125745.520000', '125745.980000', '125746.440000', '125746.900000', '125747.360000', '125747.820000', '125748.280000', '125748.740000', '125749.200000', '125749.660000', '125750.120000', '125750.580000', '125751.040000', '125751.500000', '125751.960000', '125752.420000', '125752.880000', '125753.340000', '125753.800000', '125754.260000', '125754.720000', '125755.180000', '125755.640000', '125756.100000', '125756.560000', '125757.020000', '125757.480000', '125757.940000', '125758.400000', '125758.860000', '125759.320000', '125759.780000', '125800.240000', '125800.700000', '125801.160000', '125801.620000', '125802.080000', '125802.540000', '125803.000000', '125803.460000', '125803.920000', '125804.380000', '125804.840000', '125805.300000', '125805.760000', '125806.220000', '125806.680000', '125807.140000', '125807.600000', '125808.060000', '125808.520000', '125808.980000', '125809.440000', '125809.900000', '125810.360000', '125810.820000', '125811.280000', '125811.740000', '125812.200000', '125812.660000', '125813.120000', '125813.580000', '125814.040000', '125814.500000', '125814.960000', '125815.420000', '125815.880000', '125816.340000', '125816.800000', '125817.260000', '125817.720000', '125818.180000', '125818.640000', '125819.100000', '125819.560000', '125820.020000', '125820.480000', '125820.940000', '125821.400000', '125821.860000', '125822.320000', '125822.780000', '125823.240000', '125823.700000', '125824.160000', '125824.620000', '125825.080000', '125825.540000', '125826.000000', '125826.460000', '125826.920000', '125827.380000', '125827.840000', '125828.300000', '125828.760000', '125829.220000', '125829.680000', '125830.140000', '125830.600000', '125831.060000', '125831.520000', '125831.980000', '125832.440000', '125832.900000', '125833.360000', '125833.820000', '125834.280000', '125834.740000', '125835.200000', '125835.660000', '125836.120000', '125836.580000', '125837.040000', '125837.500000', '125837.960000', '125838.420000', '125838.880000', '125839.340000', '125839.800000', '125840.260000', '125840.720000', '125841.180000', '125841.640000', '125842.100000', '125842.560000', '125843.020000', '125843.480000', '125843.940000', '125844.400000', '125844.860000', '125845.320000', '125845.780000', '125846.240000', '125846.700000', '125847.160000', '125847.620000', '125848.080000', '125848.540000', '125849.000000', '125849.460000', '125849.920000', '125850.380000', '125850.840000', '125851.300000', '125851.760000', '125852.220000', '125852.680000', '125853.140000', '125853.600000', '125854.060000'], 'ContentTime': ['124901.639000', '124901.642000', '124901.648000', '124901.651000', '124901.653000', '124901.656000', '124901.659000', '124901.661000', '124901.664000', '124901.667000', '124901.669000', '124901.672000', '124901.675000', '124901.678000', '124901.680000', '124901.683000', '124901.686000', '124901.689000', '124901.692000', '124901.695000', '124901.697000', '124901.700000', '124901.703000', '124901.705000', '124901.708000', '124901.710000', '124901.713000', '124901.716000', '124901.719000', '124901.725000', '124901.728000', '124921.611000', '124921.639000', '124921.641000', '124921.644000', '124921.646000', '124921.649000', '124921.651000', '124921.654000', '124921.656000', '124921.659000', '124921.661000', '124921.664000', '124921.666000', '124921.669000', '124921.671000', '124921.674000', '124921.676000', '124921.679000', '124921.682000', '124921.684000', '124921.687000', '124921.689000', '124921.692000', '124921.694000', '124921.697000', '124921.699000', '124921.702000', '124921.705000', '124921.707000', '124921.710000', '124921.712000', '124921.715000', '124921.717000', '124921.720000', '124921.722000', '124921.725000', '124921.727000', '124921.730000', '124921.732000', '124921.735000', '124921.738000', '124921.740000', '124921.743000', '124921.745000', '124941.611000', '124941.614000', '124941.617000', '124941.619000', '124941.622000', '124941.624000', '124941.627000', '124941.629000', '124941.632000', '124941.634000', '124941.637000', '124941.639000', '124941.642000', '124941.645000', '124941.647000', '124941.655000', '124941.657000', '124941.660000', '124941.663000', '124941.665000', '124941.668000', '124941.670000', '124941.673000', '124941.675000', '124941.678000', '124941.680000', '124941.683000', '124941.686000', '124941.688000', '124941.691000', '124941.693000', '124941.696000', '124941.698000', '124941.701000', '124941.704000', '124941.706000', '124941.709000', '124941.719000', '124941.722000', '124941.724000', '124941.727000', '124941.730000', '124941.732000', '125001.612000', '125001.615000', '125001.617000', '125001.620000', '125001.622000', '125001.625000', '125001.627000', '125001.630000', '125001.633000', '125001.635000', '125001.638000', '125001.640000', '125001.643000', '125001.646000', '125001.648000', '125001.651000', '125001.653000', '125001.656000', '125001.659000', '125001.661000', '125001.664000', '125001.666000', '125001.669000', '125001.672000', '125001.674000', '125001.677000', '125001.679000', '125001.682000', '125001.684000', '125001.687000', '125001.690000', '125001.692000', '125001.695000', '125001.697000', '125001.700000', '125001.702000', '125001.705000', '125001.708000', '125001.710000', '125001.713000', '125001.715000', '125001.718000', '125001.721000', '125021.611000', '125021.614000', '125021.617000', '125021.619000', '125021.622000', '125021.625000', '125021.627000', '125021.630000', '125021.633000', '125021.635000', '125021.638000', '125021.640000', '125021.643000', '125021.646000', '125021.648000', '125021.651000', '125021.653000', '125021.656000', '125021.658000', '125021.661000', '125021.664000', '125021.666000', '125021.669000', '125021.671000', '125021.674000', '125021.676000', '125021.679000', '125021.681000', '125021.684000', '125021.687000', '125021.689000', '125021.692000', '125021.694000', '125021.697000', '125021.700000', '125021.702000', '125021.705000', '125021.707000', '125021.710000', '125021.712000', '125021.715000', '125021.718000', '125021.720000', '125021.723000', '125041.612000', '125041.614000', '125041.617000', '125041.620000', '125041.622000', '125041.625000', '125041.627000', '125041.630000', '125041.632000', '125041.635000', '125041.637000', '125041.640000', '125041.643000', '125041.645000', '125041.648000', '125041.650000', '125041.653000', '125041.655000', '125041.658000', '125041.661000', '125041.663000', '125041.666000', '125041.668000', '125041.671000', '125041.673000', '125041.676000', '125041.679000', '125041.681000', '125041.684000', '125041.686000', '125041.689000', '125041.692000', '125041.694000', '125041.697000', '125041.699000', '125041.702000', '125041.705000', '125041.707000', '125041.710000', '125041.712000', '125041.715000', '125041.717000', '125041.720000', '125041.722000', '125101.612000', '125101.614000', '125101.617000', '125101.619000', '125101.622000', '125101.625000', '125101.627000', '125101.630000', '125101.633000', '125101.635000', '125101.638000', '125101.640000', '125101.643000', '125101.645000', '125101.648000', '125101.651000', '125101.653000', '125101.656000', '125101.658000', '125101.661000', '125101.664000', '125101.666000', '125101.669000', '125101.671000', '125101.674000', '125101.676000', '125101.679000', '125101.682000', '125101.684000', '125101.687000', '125101.689000', '125101.692000', '125101.694000', '125101.697000', '125101.700000', '125101.702000', '125101.705000', '125101.707000', '125101.710000', '125101.713000', '125101.715000', '125101.718000', '125101.720000', '125121.612000', '125121.614000', '125121.617000', '125121.620000', '125121.622000', '125121.625000', '125121.627000', '125121.630000', '125121.632000', '125121.635000', '125121.638000', '125121.640000', '125121.643000', '125121.646000', '125121.648000', '125121.651000', '125121.653000', '125121.656000', '125121.659000', '125121.670000', '125121.673000', '125121.675000', '125121.678000', '125121.681000', '125121.683000', '125121.686000', '125121.688000', '125121.691000', '125121.693000', '125121.696000', '125121.699000', '125121.701000', '125121.704000', '125121.706000', '125121.709000', '125121.711000', '125121.714000', '125121.717000', '125121.719000', '125121.722000', '125121.724000', '125121.727000', '125121.729000', '125121.732000', '125141.611000', '125141.613000', '125141.616000', '125141.619000', '125141.621000', '125141.624000', '125141.626000', '125141.629000', '125141.631000', '125141.634000', '125141.637000', '125141.639000', '125141.642000', '125141.644000', '125141.647000', '125141.650000', '125141.652000', '125141.655000', '125141.657000', '125141.660000', '125141.662000', '125141.665000', '125141.668000', '125141.670000', '125141.673000', '125141.675000', '125141.678000', '125141.681000', '125141.683000', '125141.686000', '125141.688000', '125141.691000', '125141.694000', '125141.696000', '125141.699000', '125141.701000', '125141.704000', '125141.706000', '125141.709000', '125141.712000', '125141.714000', '125141.717000', '125141.719000', '125201.612000', '125201.614000', '125201.617000', '125201.620000', '125201.622000', '125201.625000', '125201.627000', '125201.630000', '125201.633000', '125201.635000', '125201.638000', '125201.640000', '125201.643000', '125201.646000', '125201.648000', '125201.651000', '125201.653000', '125201.656000', '125201.659000', '125201.661000', '125201.664000', '125201.666000', '125201.669000', '125201.671000', '125201.674000', '125201.677000', '125201.679000', '125201.682000', '125201.684000', '125201.687000', '125201.690000', '125201.692000', '125201.695000', '125201.697000', '125201.700000', '125201.702000', '125201.705000', '125201.708000', '125201.710000', '125201.713000', '125201.715000', '125201.718000', '125201.720000', '125201.723000', '125221.612000', '125221.614000', '125221.617000', '125221.620000', '125221.622000', '125221.625000', '125221.627000', '125221.630000', '125221.632000', '125221.635000', '125221.638000', '125221.640000', '125221.643000', '125221.645000', '125221.648000', '125221.651000', '125221.653000', '125221.656000', '125221.659000', '125221.661000', '125221.664000', '125221.666000', '125221.669000', '125221.672000', '125221.674000', '125221.677000', '125221.679000', '125221.682000', '125221.684000', '125221.687000', '125221.690000', '125221.692000', '125221.695000', '125221.697000', '125221.700000', '125221.702000', '125221.705000', '125221.708000', '125221.710000', '125221.713000', '125221.715000', '125221.718000', '125221.721000', '125241.612000', '125241.614000', '125241.617000', '125241.620000', '125241.622000', '125241.625000', '125241.627000', '125241.631000', '125241.634000', '125241.636000', '125241.639000', '125241.641000', '125241.644000', '125241.646000', '125241.649000', '125241.652000', '125241.654000', '125241.657000', '125241.659000', '125241.662000', '125241.665000', '125241.667000', '125241.670000', '125241.672000', '125241.675000', '125241.677000', '125241.680000', '125241.683000', '125241.685000', '125241.688000', '125241.691000', '125241.693000', '125241.696000', '125241.698000', '125241.701000', '125241.703000', '125241.706000', '125241.709000', '125241.711000', '125241.714000', '125241.716000', '125241.719000', '125241.722000', '125241.724000', '125301.628000', '125301.631000', '125301.634000', '125301.636000', '125301.639000', '125301.642000', '125301.644000', '125301.647000', '125301.649000', '125301.652000', '125301.654000', '125301.657000', '125301.660000', '125301.662000', '125301.665000', '125301.667000', '125301.670000', '125301.673000', '125301.675000', '125301.678000', '125301.680000', '125301.683000', '125301.686000', '125301.688000', '125301.691000', '125301.693000', '125301.696000', '125301.698000', '125301.701000', '125301.704000', '125301.706000', '125301.709000', '125301.711000', '125301.714000', '125301.717000', '125301.719000', '125301.722000', '125301.724000', '125301.727000', '125301.729000', '125301.732000', '125301.735000', '125301.737000', '125321.612000', '125321.614000', '125321.617000', '125321.619000', '125321.622000', '125321.625000', '125321.627000', '125321.630000', '125321.632000', '125321.635000', '125321.638000', '125321.640000', '125321.643000', '125321.645000', '125321.648000', '125321.651000', '125321.653000', '125321.656000', '125321.658000', '125321.661000', '125321.663000', '125321.666000', '125321.669000', '125321.671000', '125321.674000', '125321.676000', '125321.679000', '125321.682000', '125321.685000', '125321.688000', '125321.691000', '125321.694000', '125321.696000', '125321.699000', '125321.701000', '125321.704000', '125321.707000', '125321.709000', '125321.712000', '125321.714000', '125321.717000', '125321.720000', '125321.722000', '125341.612000', '125341.615000', '125341.617000', '125341.620000', '125341.622000', '125341.625000', '125341.627000', '125341.630000', '125341.633000', '125341.635000', '125341.638000', '125341.640000', '125341.643000', '125341.646000', '125341.648000', '125341.651000', '125341.653000', '125341.656000', '125341.658000', '125341.661000', '125341.663000', '125341.666000', '125341.669000', '125341.671000', '125341.674000', '125341.676000', '125341.679000', '125341.682000', '125341.684000', '125341.687000', '125341.689000', '125341.692000', '125341.694000', '125341.697000', '125341.700000', '125341.702000', '125341.705000', '125341.707000', '125341.710000', '125341.712000', '125341.715000', '125341.718000', '125341.720000', '125341.723000', '125401.611000', '125401.613000', '125401.616000', '125401.619000', '125401.621000', '125401.624000', '125401.626000', '125401.629000', '125401.631000', '125401.634000', '125401.637000', '125401.639000', '125401.642000', '125401.645000', '125401.647000', '125401.650000', '125401.652000', '125401.655000', '125401.657000', '125401.660000', '125401.663000', '125401.665000', '125401.668000', '125401.671000', '125401.674000', '125401.676000', '125401.679000', '125401.682000', '125401.684000', '125401.687000', '125401.689000', '125401.692000', '125401.694000', '125401.697000', '125401.700000', '125401.702000', '125401.705000', '125401.708000', '125401.710000', '125401.713000', '125401.715000', '125401.718000', '125401.721000', '125421.611000', '125421.614000', '125421.617000', '125421.620000', '125421.622000', '125421.625000', '125421.627000', '125421.630000', '125421.632000', '125421.635000', '125421.639000', '125421.641000', '125421.644000', '125421.647000', '125421.649000', '125421.652000', '125421.654000', '125421.657000', '125421.660000', '125421.662000', '125421.665000', '125421.668000', '125421.670000', '125421.673000', '125421.675000', '125421.678000', '125421.696000', '125421.698000', '125421.701000', '125421.703000', '125421.706000', '125421.709000', '125421.711000', '125421.714000', '125421.716000', '125421.719000', '125421.721000', '125421.724000', '125421.727000', '125421.729000', '125421.732000', '125421.734000', '125421.737000', '125421.740000', '125441.612000', '125441.615000', '125441.617000', '125441.620000', '125441.622000', '125441.625000', '125441.628000', '125441.630000', '125441.633000', '125441.635000', '125441.638000', '125441.641000', '125441.644000', '125441.647000', '125441.650000', '125441.652000', '125441.655000', '125441.658000', '125441.660000', '125441.663000', '125441.665000', '125441.668000', '125441.671000', '125441.673000', '125441.676000', '125441.679000', '125441.681000', '125441.684000', '125441.687000', '125441.689000', '125441.692000', '125441.694000', '125441.697000', '125441.700000', '125441.702000', '125441.705000', '125441.707000', '125441.710000', '125441.712000', '125441.715000', '125441.718000', '125441.720000', '125441.723000', '125501.612000', '125501.614000', '125501.617000', '125501.620000', '125501.622000', '125501.626000', '125501.629000', '125501.631000', '125501.634000', '125501.637000', '125501.639000', '125501.642000', '125501.645000', '125501.647000', '125501.650000', '125501.652000', '125501.655000', '125501.658000', '125501.660000', '125501.663000', '125501.665000', '125501.668000', '125501.671000', '125501.673000', '125501.676000', '125501.679000', '125501.681000', '125501.684000', '125501.686000', '125501.689000', '125501.691000', '125501.694000', '125501.697000', '125501.699000', '125501.702000', '125501.704000', '125501.707000', '125501.709000', '125501.712000', '125501.715000', '125501.717000', '125501.720000', '125501.722000', '125501.725000', '125521.612000', '125521.614000', '125521.617000', '125521.619000', '125521.622000', '125521.625000', '125521.627000', '125521.630000', '125521.632000', '125521.635000', '125521.638000', '125521.640000', '125521.643000', '125521.645000', '125521.648000', '125521.650000', '125521.653000', '125521.655000', '125521.658000', '125521.661000', '125521.663000', '125521.666000', '125521.668000', '125521.671000', '125521.674000', '125521.677000', '125521.680000', '125521.683000', '125521.686000', '125521.688000', '125521.691000', '125521.693000', '125521.696000', '125521.699000', '125521.701000', '125521.704000', '125521.706000', '125521.710000', '125521.713000', '125521.716000', '125521.718000', '125521.721000', '125521.724000', '125541.612000', '125541.614000', '125541.617000', '125541.619000', '125541.622000', '125541.625000', '125541.627000', '125541.630000', '125541.632000', '125541.635000', '125541.638000', '125541.640000', '125541.643000', '125541.645000', '125541.648000', '125541.651000', '125541.653000', '125541.656000', '125541.658000', '125541.661000', '125541.663000', '125541.666000', '125541.669000', '125541.671000', '125541.674000', '125541.676000', '125541.679000', '125541.682000', '125541.684000', '125541.687000', '125541.690000', '125541.692000', '125541.695000', '125541.697000', '125541.700000', '125541.702000', '125541.715000', '125541.717000', '125541.720000', '125541.723000', '125541.725000', '125541.728000', '125541.730000', '125541.733000', '125601.612000', '125601.615000', '125601.617000', '125601.620000', '125601.622000', '125601.625000', '125601.628000', '125601.630000', '125601.633000', '125601.635000', '125601.638000', '125601.641000', '125601.643000', '125601.646000', '125601.648000', '125601.651000', '125601.654000', '125601.656000', '125601.659000', '125601.661000', '125601.664000', '125601.667000', '125601.669000', '125601.672000', '125601.674000', '125601.677000', '125601.680000', '125601.683000', '125601.685000', '125601.688000', '125601.691000', '125601.694000', '125601.696000', '125601.699000', '125601.701000', '125601.704000', '125601.707000', '125601.709000', '125601.712000', '125601.714000', '125601.717000', '125601.719000', '125601.722000', '125621.611000', '125621.613000', '125621.616000', '125621.619000', '125621.621000', '125621.624000', '125621.626000', '125621.629000', '125621.631000', '125621.634000', '125621.637000', '125621.639000', '125621.642000', '125621.644000', '125621.647000', '125621.650000', '125621.652000', '125621.655000', '125621.657000', '125621.660000', '125621.662000', '125621.665000', '125621.668000', '125621.670000', '125621.673000', '125621.675000', '125621.678000', '125621.681000', '125621.683000', '125621.686000', '125621.688000', '125621.691000', '125621.693000', '125621.696000', '125621.699000', '125621.701000', '125621.704000', '125621.706000', '125621.709000', '125621.712000', '125621.714000', '125621.717000', '125621.719000', '125621.722000', '125641.612000', '125641.614000', '125641.617000', '125641.619000', '125641.622000', '125641.625000', '125641.627000', '125641.630000', '125641.632000', '125641.635000', '125641.638000', '125641.640000', '125641.643000', '125641.645000', '125641.648000', '125641.651000', '125641.653000', '125641.656000', '125641.659000', '125641.661000', '125641.664000', '125641.667000', '125641.669000', '125641.672000', '125641.674000', '125641.677000', '125641.679000', '125641.682000', '125641.684000', '125641.687000', '125641.690000', '125641.692000', '125641.695000', '125641.697000', '125641.700000', '125641.703000', '125641.705000', '125641.708000', '125641.710000', '125641.713000', '125641.715000', '125641.718000', '125641.721000', '125701.612000', '125701.615000', '125701.617000', '125701.620000', '125701.622000', '125701.625000', '125701.628000', '125701.630000', '125701.633000', '125701.635000', '125701.638000', '125701.640000', '125701.643000', '125701.646000', '125701.648000', '125701.651000', '125701.653000', '125701.656000', '125701.659000', '125701.661000', '125701.694000', '125701.696000', '125701.699000', '125701.701000', '125701.704000', '125701.707000', '125701.709000', '125701.712000', '125701.714000', '125701.717000', '125701.720000', '125701.722000', '125701.725000', '125701.742000', '125701.745000', '125701.747000', '125701.750000', '125701.752000', '125701.755000', '125701.758000', '125701.760000', '125701.763000', '125701.765000', '125701.768000', '125721.612000', '125721.614000', '125721.617000', '125721.620000', '125721.622000', '125721.625000', '125721.628000', '125721.630000', '125721.633000', '125721.636000', '125721.638000', '125721.641000', '125721.643000', '125721.646000', '125721.649000', '125721.651000', '125721.654000', '125721.656000', '125721.659000', '125721.662000', '125721.664000', '125721.667000', '125721.669000', '125721.672000', '125721.674000', '125721.677000', '125721.680000', '125721.683000', '125721.685000', '125721.688000', '125721.690000', '125721.693000', '125721.696000', '125721.698000', '125721.701000', '125721.703000', '125721.706000', '125721.709000', '125721.711000', '125721.714000', '125721.716000', '125721.719000', '125721.721000', '125741.612000', '125741.614000', '125741.617000', '125741.620000', '125741.622000', '125741.625000', '125741.627000', '125741.630000', '125741.633000', '125741.635000', '125741.638000', '125741.641000', '125741.643000', '125741.646000', '125741.648000', '125741.651000', '125741.654000', '125741.656000', '125741.659000', '125741.661000', '125741.664000', '125741.667000', '125741.669000', '125741.672000', '125741.674000', '125741.677000', '125741.680000', '125741.682000', '125741.685000', '125741.688000', '125741.690000', '125741.693000', '125741.696000', '125741.698000', '125741.701000', '125741.703000', '125741.706000', '125741.708000', '125741.711000', '125741.714000', '125741.716000', '125741.719000', '125741.721000', '125741.724000', '125801.612000', '125801.615000', '125801.617000', '125801.620000', '125801.623000', '125801.625000', '125801.628000', '125801.631000', '125801.633000', '125801.636000', '125801.638000', '125801.641000', '125801.644000', '125801.646000', '125801.649000', '125801.651000', '125801.654000', '125801.657000', '125801.659000', '125801.662000', '125801.664000', '125801.667000', '125801.670000', '125801.672000', '125801.675000', '125801.677000', '125801.680000', '125801.682000', '125801.685000', '125801.688000', '125801.690000', '125801.693000', '125801.695000', '125801.698000', '125801.701000', '125801.703000', '125801.706000', '125801.708000', '125801.711000', '125801.713000', '125801.716000', '125801.719000', '125801.721000', '125821.612000', '125821.615000', '125821.617000', '125821.620000', '125821.622000', '125821.625000', '125821.628000', '125821.630000', '125821.633000', '125821.635000', '125821.638000', '125821.641000', '125821.643000', '125821.646000', '125821.648000', '125821.665000', '125821.667000', '125821.670000', '125821.673000', '125821.675000', '125821.678000', '125821.680000', '125821.683000', '125821.686000', '125821.688000', '125821.691000', '125821.693000', '125821.702000', '125821.704000', '125821.707000', '125821.710000', '125821.712000', '125821.715000', '125821.718000', '125821.720000', '125821.723000', '125821.725000', '125821.728000', '125821.730000', '125821.733000', '125821.736000', '125821.738000', '125821.741000', '125821.743000', '125841.611000', '125841.614000', '125841.616000', '125841.619000', '125841.621000', '125841.624000', '125841.626000', '125841.629000', '125841.632000', '125841.634000', '125841.637000', '125841.639000', '125841.642000', '125841.645000', '125841.647000', '125841.650000', '125841.653000', '125841.655000', '125841.658000', '125841.660000', '125841.663000', '125841.666000', '125841.668000', '125841.671000', '125841.674000', '125841.676000', '125841.679000', '125841.681000', '125841.684000', '125841.687000', '125841.689000', '125841.692000', '125841.694000', '125841.697000', '125841.700000', '125841.702000', '125841.705000', '125841.707000', '125841.710000', '125841.713000', '125841.715000', '125841.718000', '125841.721000', '125855.078000', '125855.081000', '125855.084000', '125855.086000', '125855.089000', '125855.091000', '125855.094000', '125855.097000', '125855.099000', '125855.102000', '125855.104000', '125855.107000', '125855.110000', '125855.112000', '125855.115000', '125855.117000', '125855.120000', '125855.123000', '125855.125000', '125855.128000', '125855.130000', '125855.133000', '125855.135000', '125855.138000', '125855.141000', '125855.143000', '125855.146000', '125855.149000', '125855.151000', '125855.154000'], 'InstanceCreationTime': ['124901.639000', '124901.642000', '124901.648000', '124901.651000', '124901.653000', '124901.656000', '124901.659000', '124901.661000', '124901.664000', '124901.667000', '124901.669000', '124901.672000', '124901.675000', '124901.678000', '124901.680000', '124901.683000', '124901.686000', '124901.689000', '124901.692000', '124901.695000', '124901.697000', '124901.700000', '124901.703000', '124901.705000', '124901.708000', '124901.710000', '124901.713000', '124901.716000', '124901.719000', '124901.725000', '124901.728000', '124921.611000', '124921.639000', '124921.641000', '124921.644000', '124921.646000', '124921.649000', '124921.651000', '124921.654000', '124921.656000', '124921.659000', '124921.661000', '124921.664000', '124921.666000', '124921.669000', '124921.671000', '124921.674000', '124921.676000', '124921.679000', '124921.682000', '124921.684000', '124921.687000', '124921.689000', '124921.692000', '124921.694000', '124921.697000', '124921.699000', '124921.702000', '124921.705000', '124921.707000', '124921.710000', '124921.712000', '124921.715000', '124921.717000', '124921.720000', '124921.722000', '124921.725000', '124921.727000', '124921.730000', '124921.732000', '124921.735000', '124921.738000', '124921.740000', '124921.743000', '124921.745000', '124941.611000', '124941.614000', '124941.617000', '124941.619000', '124941.622000', '124941.624000', '124941.627000', '124941.629000', '124941.632000', '124941.634000', '124941.637000', '124941.639000', '124941.642000', '124941.645000', '124941.647000', '124941.655000', '124941.657000', '124941.660000', '124941.663000', '124941.665000', '124941.668000', '124941.670000', '124941.673000', '124941.675000', '124941.678000', '124941.680000', '124941.683000', '124941.686000', '124941.688000', '124941.691000', '124941.693000', '124941.696000', '124941.698000', '124941.701000', '124941.704000', '124941.706000', '124941.709000', '124941.719000', '124941.722000', '124941.724000', '124941.727000', '124941.730000', '124941.732000', '125001.612000', '125001.615000', '125001.617000', '125001.620000', '125001.622000', '125001.625000', '125001.627000', '125001.630000', '125001.633000', '125001.635000', '125001.638000', '125001.640000', '125001.643000', '125001.646000', '125001.648000', '125001.651000', '125001.653000', '125001.656000', '125001.659000', '125001.661000', '125001.664000', '125001.666000', '125001.669000', '125001.672000', '125001.674000', '125001.677000', '125001.679000', '125001.682000', '125001.684000', '125001.687000', '125001.690000', '125001.692000', '125001.695000', '125001.697000', '125001.700000', '125001.702000', '125001.705000', '125001.708000', '125001.710000', '125001.713000', '125001.715000', '125001.718000', '125001.721000', '125021.611000', '125021.614000', '125021.617000', '125021.619000', '125021.622000', '125021.625000', '125021.627000', '125021.630000', '125021.633000', '125021.635000', '125021.638000', '125021.640000', '125021.643000', '125021.646000', '125021.648000', '125021.651000', '125021.653000', '125021.656000', '125021.658000', '125021.661000', '125021.664000', '125021.666000', '125021.669000', '125021.671000', '125021.674000', '125021.676000', '125021.679000', '125021.681000', '125021.684000', '125021.687000', '125021.689000', '125021.692000', '125021.694000', '125021.697000', '125021.700000', '125021.702000', '125021.705000', '125021.707000', '125021.710000', '125021.712000', '125021.715000', '125021.718000', '125021.720000', '125021.723000', '125041.612000', '125041.614000', '125041.617000', '125041.620000', '125041.622000', '125041.625000', '125041.627000', '125041.630000', '125041.632000', '125041.635000', '125041.637000', '125041.640000', '125041.643000', '125041.645000', '125041.648000', '125041.650000', '125041.653000', '125041.655000', '125041.658000', '125041.661000', '125041.663000', '125041.666000', '125041.668000', '125041.671000', '125041.673000', '125041.676000', '125041.679000', '125041.681000', '125041.684000', '125041.686000', '125041.689000', '125041.692000', '125041.694000', '125041.697000', '125041.699000', '125041.702000', '125041.705000', '125041.707000', '125041.710000', '125041.712000', '125041.715000', '125041.717000', '125041.720000', '125041.722000', '125101.612000', '125101.614000', '125101.617000', '125101.619000', '125101.622000', '125101.625000', '125101.627000', '125101.630000', '125101.633000', '125101.635000', '125101.638000', '125101.640000', '125101.643000', '125101.645000', '125101.648000', '125101.651000', '125101.653000', '125101.656000', '125101.658000', '125101.661000', '125101.664000', '125101.666000', '125101.669000', '125101.671000', '125101.674000', '125101.676000', '125101.679000', '125101.682000', '125101.684000', '125101.687000', '125101.689000', '125101.692000', '125101.694000', '125101.697000', '125101.700000', '125101.702000', '125101.705000', '125101.707000', '125101.710000', '125101.713000', '125101.715000', '125101.718000', '125101.720000', '125121.612000', '125121.614000', '125121.617000', '125121.620000', '125121.622000', '125121.625000', '125121.627000', '125121.630000', '125121.632000', '125121.635000', '125121.638000', '125121.640000', '125121.643000', '125121.646000', '125121.648000', '125121.651000', '125121.653000', '125121.656000', '125121.659000', '125121.670000', '125121.673000', '125121.675000', '125121.678000', '125121.681000', '125121.683000', '125121.686000', '125121.688000', '125121.691000', '125121.693000', '125121.696000', '125121.699000', '125121.701000', '125121.704000', '125121.706000', '125121.709000', '125121.711000', '125121.714000', '125121.717000', '125121.719000', '125121.722000', '125121.724000', '125121.727000', '125121.729000', '125121.732000', '125141.611000', '125141.613000', '125141.616000', '125141.619000', '125141.621000', '125141.624000', '125141.626000', '125141.629000', '125141.631000', '125141.634000', '125141.637000', '125141.639000', '125141.642000', '125141.644000', '125141.647000', '125141.650000', '125141.652000', '125141.655000', '125141.657000', '125141.660000', '125141.662000', '125141.665000', '125141.668000', '125141.670000', '125141.673000', '125141.675000', '125141.678000', '125141.681000', '125141.683000', '125141.686000', '125141.688000', '125141.691000', '125141.694000', '125141.696000', '125141.699000', '125141.701000', '125141.704000', '125141.706000', '125141.709000', '125141.712000', '125141.714000', '125141.717000', '125141.719000', '125201.612000', '125201.614000', '125201.617000', '125201.620000', '125201.622000', '125201.625000', '125201.627000', '125201.630000', '125201.633000', '125201.635000', '125201.638000', '125201.640000', '125201.643000', '125201.646000', '125201.648000', '125201.651000', '125201.653000', '125201.656000', '125201.659000', '125201.661000', '125201.664000', '125201.666000', '125201.669000', '125201.671000', '125201.674000', '125201.677000', '125201.679000', '125201.682000', '125201.684000', '125201.687000', '125201.690000', '125201.692000', '125201.695000', '125201.697000', '125201.700000', '125201.702000', '125201.705000', '125201.708000', '125201.710000', '125201.713000', '125201.715000', '125201.718000', '125201.720000', '125201.723000', '125221.612000', '125221.614000', '125221.617000', '125221.620000', '125221.622000', '125221.625000', '125221.627000', '125221.630000', '125221.632000', '125221.635000', '125221.638000', '125221.640000', '125221.643000', '125221.645000', '125221.648000', '125221.651000', '125221.653000', '125221.656000', '125221.659000', '125221.661000', '125221.664000', '125221.666000', '125221.669000', '125221.672000', '125221.674000', '125221.677000', '125221.679000', '125221.682000', '125221.684000', '125221.687000', '125221.690000', '125221.692000', '125221.695000', '125221.697000', '125221.700000', '125221.702000', '125221.705000', '125221.708000', '125221.710000', '125221.713000', '125221.715000', '125221.718000', '125221.721000', '125241.612000', '125241.614000', '125241.617000', '125241.620000', '125241.622000', '125241.625000', '125241.627000', '125241.631000', '125241.634000', '125241.636000', '125241.639000', '125241.641000', '125241.644000', '125241.646000', '125241.649000', '125241.652000', '125241.654000', '125241.657000', '125241.659000', '125241.662000', '125241.665000', '125241.667000', '125241.670000', '125241.672000', '125241.675000', '125241.677000', '125241.680000', '125241.683000', '125241.685000', '125241.688000', '125241.691000', '125241.693000', '125241.696000', '125241.698000', '125241.701000', '125241.703000', '125241.706000', '125241.709000', '125241.711000', '125241.714000', '125241.716000', '125241.719000', '125241.722000', '125241.724000', '125301.628000', '125301.631000', '125301.634000', '125301.636000', '125301.639000', '125301.642000', '125301.644000', '125301.647000', '125301.649000', '125301.652000', '125301.654000', '125301.657000', '125301.660000', '125301.662000', '125301.665000', '125301.667000', '125301.670000', '125301.673000', '125301.675000', '125301.678000', '125301.680000', '125301.683000', '125301.686000', '125301.688000', '125301.691000', '125301.693000', '125301.696000', '125301.698000', '125301.701000', '125301.704000', '125301.706000', '125301.709000', '125301.711000', '125301.714000', '125301.717000', '125301.719000', '125301.722000', '125301.724000', '125301.727000', '125301.729000', '125301.732000', '125301.735000', '125301.737000', '125321.612000', '125321.614000', '125321.617000', '125321.619000', '125321.622000', '125321.625000', '125321.627000', '125321.630000', '125321.632000', '125321.635000', '125321.638000', '125321.640000', '125321.643000', '125321.645000', '125321.648000', '125321.651000', '125321.653000', '125321.656000', '125321.658000', '125321.661000', '125321.663000', '125321.666000', '125321.669000', '125321.671000', '125321.674000', '125321.676000', '125321.679000', '125321.682000', '125321.685000', '125321.688000', '125321.691000', '125321.694000', '125321.696000', '125321.699000', '125321.701000', '125321.704000', '125321.707000', '125321.709000', '125321.712000', '125321.714000', '125321.717000', '125321.720000', '125321.722000', '125341.612000', '125341.615000', '125341.617000', '125341.620000', '125341.622000', '125341.625000', '125341.627000', '125341.630000', '125341.633000', '125341.635000', '125341.638000', '125341.640000', '125341.643000', '125341.646000', '125341.648000', '125341.651000', '125341.653000', '125341.656000', '125341.658000', '125341.661000', '125341.663000', '125341.666000', '125341.669000', '125341.671000', '125341.674000', '125341.676000', '125341.679000', '125341.682000', '125341.684000', '125341.687000', '125341.689000', '125341.692000', '125341.694000', '125341.697000', '125341.700000', '125341.702000', '125341.705000', '125341.707000', '125341.710000', '125341.712000', '125341.715000', '125341.718000', '125341.720000', '125341.723000', '125401.611000', '125401.613000', '125401.616000', '125401.619000', '125401.621000', '125401.624000', '125401.626000', '125401.629000', '125401.631000', '125401.634000', '125401.637000', '125401.639000', '125401.642000', '125401.645000', '125401.647000', '125401.650000', '125401.652000', '125401.655000', '125401.657000', '125401.660000', '125401.663000', '125401.665000', '125401.668000', '125401.671000', '125401.674000', '125401.676000', '125401.679000', '125401.682000', '125401.684000', '125401.687000', '125401.689000', '125401.692000', '125401.694000', '125401.697000', '125401.700000', '125401.702000', '125401.705000', '125401.708000', '125401.710000', '125401.713000', '125401.715000', '125401.718000', '125401.721000', '125421.611000', '125421.614000', '125421.617000', '125421.620000', '125421.622000', '125421.625000', '125421.627000', '125421.630000', '125421.632000', '125421.635000', '125421.639000', '125421.641000', '125421.644000', '125421.647000', '125421.649000', '125421.652000', '125421.654000', '125421.657000', '125421.660000', '125421.662000', '125421.665000', '125421.668000', '125421.670000', '125421.673000', '125421.675000', '125421.678000', '125421.696000', '125421.698000', '125421.701000', '125421.703000', '125421.706000', '125421.709000', '125421.711000', '125421.714000', '125421.716000', '125421.719000', '125421.721000', '125421.724000', '125421.727000', '125421.729000', '125421.732000', '125421.734000', '125421.737000', '125421.740000', '125441.612000', '125441.615000', '125441.617000', '125441.620000', '125441.622000', '125441.625000', '125441.628000', '125441.630000', '125441.633000', '125441.635000', '125441.638000', '125441.641000', '125441.644000', '125441.647000', '125441.650000', '125441.652000', '125441.655000', '125441.658000', '125441.660000', '125441.663000', '125441.665000', '125441.668000', '125441.671000', '125441.673000', '125441.676000', '125441.679000', '125441.681000', '125441.684000', '125441.687000', '125441.689000', '125441.692000', '125441.694000', '125441.697000', '125441.700000', '125441.702000', '125441.705000', '125441.707000', '125441.710000', '125441.712000', '125441.715000', '125441.718000', '125441.720000', '125441.723000', '125501.612000', '125501.614000', '125501.617000', '125501.620000', '125501.622000', '125501.626000', '125501.629000', '125501.631000', '125501.634000', '125501.637000', '125501.639000', '125501.642000', '125501.645000', '125501.647000', '125501.650000', '125501.652000', '125501.655000', '125501.658000', '125501.660000', '125501.663000', '125501.665000', '125501.668000', '125501.671000', '125501.673000', '125501.676000', '125501.679000', '125501.681000', '125501.684000', '125501.686000', '125501.689000', '125501.691000', '125501.694000', '125501.697000', '125501.699000', '125501.702000', '125501.704000', '125501.707000', '125501.709000', '125501.712000', '125501.715000', '125501.717000', '125501.720000', '125501.722000', '125501.725000', '125521.612000', '125521.614000', '125521.617000', '125521.619000', '125521.622000', '125521.625000', '125521.627000', '125521.630000', '125521.632000', '125521.635000', '125521.638000', '125521.640000', '125521.643000', '125521.645000', '125521.648000', '125521.650000', '125521.653000', '125521.655000', '125521.658000', '125521.661000', '125521.663000', '125521.666000', '125521.668000', '125521.671000', '125521.674000', '125521.677000', '125521.680000', '125521.683000', '125521.686000', '125521.688000', '125521.691000', '125521.693000', '125521.696000', '125521.699000', '125521.701000', '125521.704000', '125521.706000', '125521.710000', '125521.713000', '125521.716000', '125521.718000', '125521.721000', '125521.724000', '125541.612000', '125541.614000', '125541.617000', '125541.619000', '125541.622000', '125541.625000', '125541.627000', '125541.630000', '125541.632000', '125541.635000', '125541.638000', '125541.640000', '125541.643000', '125541.645000', '125541.648000', '125541.651000', '125541.653000', '125541.656000', '125541.658000', '125541.661000', '125541.663000', '125541.666000', '125541.669000', '125541.671000', '125541.674000', '125541.676000', '125541.679000', '125541.682000', '125541.684000', '125541.687000', '125541.690000', '125541.692000', '125541.695000', '125541.697000', '125541.700000', '125541.702000', '125541.715000', '125541.717000', '125541.720000', '125541.723000', '125541.725000', '125541.728000', '125541.730000', '125541.733000', '125601.612000', '125601.615000', '125601.617000', '125601.620000', '125601.622000', '125601.625000', '125601.628000', '125601.630000', '125601.633000', '125601.635000', '125601.638000', '125601.641000', '125601.643000', '125601.646000', '125601.648000', '125601.651000', '125601.654000', '125601.656000', '125601.659000', '125601.661000', '125601.664000', '125601.667000', '125601.669000', '125601.672000', '125601.674000', '125601.677000', '125601.680000', '125601.683000', '125601.685000', '125601.688000', '125601.691000', '125601.694000', '125601.696000', '125601.699000', '125601.701000', '125601.704000', '125601.707000', '125601.709000', '125601.712000', '125601.714000', '125601.717000', '125601.719000', '125601.722000', '125621.611000', '125621.613000', '125621.616000', '125621.619000', '125621.621000', '125621.624000', '125621.626000', '125621.629000', '125621.631000', '125621.634000', '125621.637000', '125621.639000', '125621.642000', '125621.644000', '125621.647000', '125621.650000', '125621.652000', '125621.655000', '125621.657000', '125621.660000', '125621.662000', '125621.665000', '125621.668000', '125621.670000', '125621.673000', '125621.675000', '125621.678000', '125621.681000', '125621.683000', '125621.686000', '125621.688000', '125621.691000', '125621.693000', '125621.696000', '125621.699000', '125621.701000', '125621.704000', '125621.706000', '125621.709000', '125621.712000', '125621.714000', '125621.717000', '125621.719000', '125621.722000', '125641.612000', '125641.614000', '125641.617000', '125641.619000', '125641.622000', '125641.625000', '125641.627000', '125641.630000', '125641.632000', '125641.635000', '125641.638000', '125641.640000', '125641.643000', '125641.645000', '125641.648000', '125641.651000', '125641.653000', '125641.656000', '125641.659000', '125641.661000', '125641.664000', '125641.667000', '125641.669000', '125641.672000', '125641.674000', '125641.677000', '125641.679000', '125641.682000', '125641.684000', '125641.687000', '125641.690000', '125641.692000', '125641.695000', '125641.697000', '125641.700000', '125641.703000', '125641.705000', '125641.708000', '125641.710000', '125641.713000', '125641.715000', '125641.718000', '125641.721000', '125701.612000', '125701.615000', '125701.617000', '125701.620000', '125701.622000', '125701.625000', '125701.628000', '125701.630000', '125701.633000', '125701.635000', '125701.638000', '125701.640000', '125701.643000', '125701.646000', '125701.648000', '125701.651000', '125701.653000', '125701.656000', '125701.659000', '125701.661000', '125701.694000', '125701.696000', '125701.699000', '125701.701000', '125701.704000', '125701.707000', '125701.709000', '125701.712000', '125701.714000', '125701.717000', '125701.720000', '125701.722000', '125701.725000', '125701.742000', '125701.745000', '125701.747000', '125701.750000', '125701.752000', '125701.755000', '125701.758000', '125701.760000', '125701.763000', '125701.765000', '125701.768000', '125721.612000', '125721.614000', '125721.617000', '125721.620000', '125721.622000', '125721.625000', '125721.628000', '125721.630000', '125721.633000', '125721.636000', '125721.638000', '125721.641000', '125721.643000', '125721.646000', '125721.649000', '125721.651000', '125721.654000', '125721.656000', '125721.659000', '125721.662000', '125721.664000', '125721.667000', '125721.669000', '125721.672000', '125721.674000', '125721.677000', '125721.680000', '125721.683000', '125721.685000', '125721.688000', '125721.690000', '125721.693000', '125721.696000', '125721.698000', '125721.701000', '125721.703000', '125721.706000', '125721.709000', '125721.711000', '125721.714000', '125721.716000', '125721.719000', '125721.721000', '125741.612000', '125741.614000', '125741.617000', '125741.620000', '125741.622000', '125741.625000', '125741.627000', '125741.630000', '125741.633000', '125741.635000', '125741.638000', '125741.641000', '125741.643000', '125741.646000', '125741.648000', '125741.651000', '125741.654000', '125741.656000', '125741.659000', '125741.661000', '125741.664000', '125741.667000', '125741.669000', '125741.672000', '125741.674000', '125741.677000', '125741.680000', '125741.682000', '125741.685000', '125741.688000', '125741.690000', '125741.693000', '125741.696000', '125741.698000', '125741.701000', '125741.703000', '125741.706000', '125741.708000', '125741.711000', '125741.714000', '125741.716000', '125741.719000', '125741.721000', '125741.724000', '125801.612000', '125801.615000', '125801.617000', '125801.620000', '125801.623000', '125801.625000', '125801.628000', '125801.631000', '125801.633000', '125801.636000', '125801.638000', '125801.641000', '125801.644000', '125801.646000', '125801.649000', '125801.651000', '125801.654000', '125801.657000', '125801.659000', '125801.662000', '125801.664000', '125801.667000', '125801.670000', '125801.672000', '125801.675000', '125801.677000', '125801.680000', '125801.682000', '125801.685000', '125801.688000', '125801.690000', '125801.693000', '125801.695000', '125801.698000', '125801.701000', '125801.703000', '125801.706000', '125801.708000', '125801.711000', '125801.713000', '125801.716000', '125801.719000', '125801.721000', '125821.612000', '125821.615000', '125821.617000', '125821.620000', '125821.622000', '125821.625000', '125821.628000', '125821.630000', '125821.633000', '125821.635000', '125821.638000', '125821.641000', '125821.643000', '125821.646000', '125821.648000', '125821.665000', '125821.667000', '125821.670000', '125821.673000', '125821.675000', '125821.678000', '125821.680000', '125821.683000', '125821.686000', '125821.688000', '125821.691000', '125821.693000', '125821.702000', '125821.704000', '125821.707000', '125821.710000', '125821.712000', '125821.715000', '125821.718000', '125821.720000', '125821.723000', '125821.725000', '125821.728000', '125821.730000', '125821.733000', '125821.736000', '125821.738000', '125821.741000', '125821.743000', '125841.611000', '125841.614000', '125841.616000', '125841.619000', '125841.621000', '125841.624000', '125841.626000', '125841.629000', '125841.632000', '125841.634000', '125841.637000', '125841.639000', '125841.642000', '125841.645000', '125841.647000', '125841.650000', '125841.653000', '125841.655000', '125841.658000', '125841.660000', '125841.663000', '125841.666000', '125841.668000', '125841.671000', '125841.674000', '125841.676000', '125841.679000', '125841.681000', '125841.684000', '125841.687000', '125841.689000', '125841.692000', '125841.694000', '125841.697000', '125841.700000', '125841.702000', '125841.705000', '125841.707000', '125841.710000', '125841.713000', '125841.715000', '125841.718000', '125841.721000', '125855.078000', '125855.081000', '125855.084000', '125855.086000', '125855.089000', '125855.091000', '125855.094000', '125855.097000', '125855.099000', '125855.102000', '125855.104000', '125855.107000', '125855.110000', '125855.112000', '125855.115000', '125855.117000', '125855.120000', '125855.123000', '125855.125000', '125855.128000', '125855.130000', '125855.133000', '125855.135000', '125855.138000', '125855.141000', '125855.143000', '125855.146000', '125855.149000', '125855.151000', '125855.154000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [10017, 12769, 8786, 11716, 8885, 10907, 8889, 9106, 8849, 8692, 9161, 8772, 8559, 8957, 8047, 8692, 8514, 8787, 8438, 8677, 8673, 8931, 7769, 8731, 8248, 8533, 8412, 7818, 8808, 8030, 8575, 8181, 8643, 8590, 10301, 8785, 8815, 9298, 8935, 8945, 9222, 8953, 9277, 8768, 9354, 9219, 9067, 9404, 9534, 9305, 8578, 9033, 9086, 9542, 9209, 8647, 9419, 8891, 9514, 9430, 9422, 9465, 8402, 9501, 8961, 9151, 8989, 9323, 9571, 8863, 9429, 8891, 9564, 9416, 7664, 9319, 8404, 9133, 9247, 8785, 9576, 10084, 9142, 8779, 10028, 9208, 10814, 9353, 12620, 10276, 9233, 9524, 9168, 10804, 9647, 9125, 10632, 9932, 9985, 9660, 12084, 9240, 9391, 9004, 8217, 9110, 8716, 9480, 8949, 9517, 9209, 9607, 9508, 9628, 9513, 9524, 8851, 9116, 9646, 9494, 9151, 9417, 9056, 8105, 9375, 8597, 9233, 8818, 9060, 8108, 9243, 9066, 9338, 8782, 8304, 9002, 8169, 9020, 8983, 9512, 9018, 9464, 8808, 9071, 8883, 10903, 8887, 8282, 8735, 8567, 8872, 8846, 8921, 8956, 8125, 8790, 8355, 8906, 8581, 7934, 8839, 8794, 8696, 8599, 9400, 8628, 9463, 8999, 9405, 9054, 7977, 9174, 9022, 9228, 8315, 9222, 8672, 9343, 9128, 8094, 9336, 8519, 8982, 8893, 9331, 9067, 7722, 9345, 9491, 9162, 8850, 9497, 8919, 9386, 9547, 9464, 9510, 9163, 8760, 7928, 9175, 8417, 8412, 8473, 8193, 9205, 7846, 8907, 8672, 9887, 8161, 9299, 10447, 8943, 7905, 9080, 7841, 8822, 7767, 9075, 9223, 8965, 8443, 8568, 8765, 7975, 8636, 8781, 9131, 9193, 9394, 9009, 7891, 9070, 10555, 9227, 11405, 9212, 10849, 9068, 8764, 9435, 8393, 9334, 8369, 9492, 9617, 9677, 9679, 9509, 8394, 9642, 8312, 9215, 8074, 9317, 8313, 9418, 8682, 9280, 8869, 9310, 9244, 8086, 9201, 8968, 8861, 8677, 9117, 9647, 9009, 9803, 9521, 9017, 9626, 9522, 9651, 8771, 9316, 9298, 10872, 9352, 9665, 9154, 10262, 9177, 10382, 9153, 9895, 9271, 8565, 9303, 8911, 7501, 9399, 8608, 9414, 9046, 9812, 8934, 9463, 8898, 10959, 9145, 11853, 9110, 10929, 8804, 11397, 9158, 9436, 9036, 8675, 9371, 8760, 9195, 8615, 9339, 8953, 9620, 8981, 9254, 8750, 9281, 8494, 7509, 9169, 8165, 8792, 9261, 8866, 8550, 8120, 9237, 8793, 9144, 8489, 9312, 8636, 9925, 8879, 9993, 8664, 8780, 9130, 9226, 9055, 8460, 12251, 9670, 13167, 9535, 8457, 8944, 8663, 9716, 9088, 7758, 8878, 8777, 9274, 9071, 8540, 8838, 8072, 9479, 8431, 9299, 8843, 9073, 8811, 9366, 8597, 9148, 8911, 7897, 9160, 8407, 9190, 8609, 9228, 8878, 8146, 8969, 7922, 8845, 8278, 9608, 8434, 9408, 9318, 9095, 9056, 7624, 9074, 8666, 8656, 8670, 9462, 8844, 8468, 8987, 8531, 9304, 9160, 9342, 8901, 11480, 9090, 10931, 9684, 8907, 7402, 9191, 8726, 8944, 9413, 8781, 8921, 8843, 9040, 9261, 8996, 10637, 9294, 9430, 9296, 9558, 11464, 8971, 12101, 9449, 12469, 9419, 10309, 9496, 12547, 9278, 10520, 9214, 9475, 9401, 8847, 9496, 9000, 9469, 9013, 8110, 9088, 9017, 9216, 9103, 9284, 10217, 9265, 9454, 9001, 9111, 9094, 8723, 9397, 9252, 9172, 9241, 8755, 9511, 9154, 9136, 9396, 9440, 9300, 10556, 8989, 9905, 8845, 11450, 9148, 11022, 9012, 8937, 9387, 9606, 9634, 9277, 9060, 9150, 9228, 9451, 8405, 9291, 8970, 9258, 9291, 8773, 9462, 8060, 9594, 9515, 9423, 9603, 9071, 10423, 9057, 9305, 9220, 9255, 9392, 9225, 9479, 8011, 9749, 7980, 9579, 8132, 9427, 8528, 9212, 9843, 9493, 8992, 9357, 9075, 9388, 9267, 9378, 9574, 10056, 9069, 10433, 9467, 11642, 9162, 8757, 9025, 8481, 10853, 9335, 8548, 8852, 9173, 9669, 9161, 9307, 8728, 9216, 8836, 8793, 8857, 9577, 11025, 9365, 8942, 11508, 9839, 13031, 9377, 13286, 10077, 13047, 10208, 11193, 9467, 9977, 9258, 10270, 9205, 9096, 9263, 8991, 9378, 9106, 8398, 9065, 8630, 9633, 9029, 9535, 8925, 9418, 9484, 9448, 9451, 9547, 8883, 9271, 9166, 9547, 8974, 7948, 9343, 8901, 9216, 8867, 9499, 9537, 9474, 8982, 9386, 9291, 9685, 9102, 10132, 9174, 8947, 9140, 9233, 9280, 9392, 8171, 9322, 8737, 9160, 8949, 9448, 9187, 8766, 9480, 9803, 9612, 11447, 9307, 11127, 9543, 11738, 9324, 9811, 9386, 10282, 9332, 9304, 9578, 9027, 9438, 8963, 9612, 9566, 9510, 9604, 9382, 9551, 9580, 9467, 9490, 9552, 9509, 9335, 9698, 9348, 9730, 9225, 9527, 9648, 9618, 9635, 9490, 9298, 8392, 9341, 8931, 9606, 9044, 9782, 9516, 10960, 10146, 12154, 9601, 9285, 9426, 10811, 9206, 10062, 9428, 9267, 9470, 9423, 9564, 9596, 9389, 9187, 9208, 8887, 9148, 8943, 11619, 9705, 12742, 9386, 13434, 10215, 12863, 9175, 10593, 9236, 10883, 9242, 9705, 9433, 8977, 9494, 9891, 9405, 8984, 8236, 8859, 8782, 9242, 9513, 9520, 9428, 9171, 9165, 7261, 8958, 8388, 8739, 8553, 7885, 8687, 8549, 9161, 8680, 8603, 8926, 8884, 9193, 9110, 9841, 8754, 8336, 8792, 9394, 9353, 8914, 8872, 9114, 8295, 8951, 8932, 7910, 9272, 9026, 9323, 9740, 8994, 9526, 9138, 9347, 9151, 9289, 9042, 9721, 9469, 9183, 9493, 8879, 9237, 10862, 9547, 11011, 9670, 9539, 9452, 9319, 9962, 9353, 9554, 9574, 9683, 9543, 9592, 9750, 9465, 9544, 9592, 9327, 8176, 9211, 9427, 9397, 9898, 9271, 9760, 9336, 8764, 9562, 8786, 9562, 9800, 9597, 9660, 9501, 9472, 7514, 9238, 9423, 9325, 9254, 7796, 9775, 8343, 9634, 8825, 8942, 9890, 9115, 11899, 9673, 11579, 9295, 12030, 9422, 12958, 10208, 13235, 11178, 13550, 11018, 12715, 10184, 11344, 9156, 9672, 9073, 10003, 9289, 9394, 9470, 8091, 9357, 8452, 9341, 9667, 9369, 8977, 9355, 9503, 9224, 9093, 7788, 9141, 9084, 8942, 10228, 9079, 9371, 8973, 9042, 9357, 8763, 8759, 9365, 8894, 9339, 9654, 8986, 9663, 8188, 9362, 10025, 9252, 11257, 9086, 11882, 9215, 9770, 9181, 10703, 9314, 13046, 9982, 10980, 9604, 9276, 9447, 9340, 9721, 9456, 9552, 9589, 9470, 9454, 9367, 9339, 9521, 9354, 9486, 9318, 9424, 9316, 9413, 9401, 9350, 9441, 9235, 9518, 9505, 9941, 9182, 9779, 9324, 9386, 9494, 9220, 9528, 9576, 9589, 9652, 9650, 9617, 9437, 9885, 9581, 9679, 9471, 9735, 9480, 9418, 9147, 9442, 8306, 9607, 11014, 9129, 9218, 9217, 9405, 8571, 9521, 8806, 9266, 9870, 9361, 9265, 9377, 9762, 9969, 12640, 9884, 12640, 10909, 13612, 11636, 13155, 11433, 12989, 9767, 12192, 9491, 12032, 9435, 9529, 9238, 9126, 9349, 9273, 9679, 9836, 9582, 9412, 9567, 9102, 9282, 9089, 8380, 8902, 8769, 8989, 9009, 9367, 9171, 9063, 9345, 9314, 9429, 9340, 9801, 9369, 9466, 8969, 9274, 9209, 9344, 9136, 9399, 8384, 9832, 9408, 9589, 9181, 9241, 9583, 9294, 9508, 10538, 9604, 10590, 9772, 12061, 9610, 11344, 9623, 10045, 9531, 9407, 9500, 9286, 9501, 9564, 9552, 9362, 9382, 9777, 9382, 9699, 8949, 9963, 9467, 9631, 9011, 9136, 9353, 11115, 9630, 9793, 9449, 10680, 9555, 10666, 9588, 9869, 9427, 9351, 9637, 9532, 9524, 9420, 10701, 9507, 11933, 9623, 12660, 9270, 11075, 9329, 10803, 9386, 9519, 9337, 9138, 9444, 9443, 9230, 9515, 9060, 9561, 9426, 9287, 9568, 9343, 8698, 9410, 11755, 9175, 9858, 9136, 9093, 9232, 9128, 10831, 9487, 12681, 9647, 12903, 10593, 13134, 10826, 13226, 10461, 12598, 9592, 10221, 9375, 9703, 9519, 9084, 9397, 9101, 8684, 9201, 9478, 9087, 9504, 9038, 9046, 9109, 8913, 8947, 8912, 9122, 9150, 8582, 9136, 9426, 9130, 8988, 8749, 8469, 9151, 9220, 9328, 8998, 9345, 9125, 8291, 9177, 9091, 9008, 9546, 9099, 9127, 8544, 9339, 9390, 9032, 9377, 8757, 9312, 9154, 9088, 9674, 9150, 9592, 8140, 9567, 9738, 9554, 9644, 9258, 10837, 9209, 11627, 9106, 11308, 9286, 12929, 10749, 9504, 9235, 9582, 9202, 9455, 10825, 9166, 9469, 9371, 9157, 8997, 8964, 9252, 9459, 9318, 9227, 9761, 9130, 9336, 10326, 9173, 9484, 9401, 11210, 9114, 8867, 10021, 8805, 9046, 9248, 8276, 9109, 8738, 9370, 9869, 9009, 8931, 9007, 9477, 8520, 9497, 10789, 8937, 9758, 8961, 9444, 9626, 9331, 9847, 9021, 11806, 9553, 12582, 9679, 11739, 9713, 13465, 9277, 12253, 9027, 11977, 9290, 10036, 9373, 8985, 9451, 9651, 9368, 9542, 9308, 8764, 8506, 8959, 7933, 8912, 8024, 8980, 8806, 8872, 9014, 9293, 9085, 9038, 8454, 9391, 9089, 9122, 9041, 9166, 9204, 8996, 9243, 9383, 9166, 9384, 8857, 8998, 9187, 9155, 9284, 9259, 9486, 9281, 9782, 9479, 9514, 9562, 9172, 9384, 9290, 9914, 9312, 9818, 9582, 9526, 10230, 9287, 11149, 9207, 9201, 9496, 10313, 9972, 10307, 11539, 9191, 11129, 9253, 9720, 12708, 10146, 9304, 9582, 9357, 9471, 9372, 9527, 9912, 9681, 9217, 9727, 9769, 9303, 9043, 9518, 9143, 9610, 9354, 9865, 9743, 9479, 9054, 9575, 9447, 10599, 9151, 9958, 9429, 9884, 9416, 9760, 9389, 10740, 9573, 9736, 9300, 9377, 9241, 9403, 9320, 9578, 8502, 9557, 8896, 9739], 'WindowCenter': [4034.0, 4041.0, 3996.0, 4013.0, 3992.0, 4010.0, 3991.0, 3990.0, 3990.0, 3990.0, 3990.0, 3990.0, 3990.0, 3992.0, 3980.0, 3991.0, 3991.0, 3993.0, 3993.0, 4003.0, 4004.0, 4005.0, 3994.0, 4006.0, 4007.0, 4016.0, 4008.0, 3999.0, 4019.0, 4007.0, 4017.0, 4018.0, 4019.0, 4018.0, 4027.0, 4019.0, 4018.0, 4029.0, 4019.0, 4017.0, 4018.0, 4017.0, 4017.0, 4018.0, 4017.0, 4017.0, 4017.0, 4029.0, 4027.0, 4028.0, 4017.0, 4017.0, 4017.0, 4029.0, 4030.0, 4017.0, 4029.0, 4018.0, 4029.0, 4030.0, 4017.0, 4030.0, 4008.0, 4031.0, 4029.0, 4031.0, 4030.0, 4030.0, 4028.0, 4020.0, 4030.0, 4030.0, 4042.0, 4031.0, 4011.0, 4042.0, 4022.0, 4042.0, 4042.0, 4032.0, 4042.0, 4042.0, 4033.0, 4021.0, 4030.0, 4019.0, 4038.0, 4019.0, 4038.0, 4028.0, 4017.0, 4017.0, 4031.0, 4038.0, 4031.0, 4018.0, 4039.0, 4028.0, 4030.0, 4028.0, 4037.0, 4015.0, 4015.0, 4005.0, 3991.0, 4004.0, 4004.0, 4014.0, 4004.0, 4016.0, 4029.0, 4028.0, 4028.0, 4017.0, 4017.0, 4017.0, 4015.0, 4005.0, 4016.0, 4016.0, 4015.0, 4016.0, 4016.0, 3994.0, 4017.0, 4005.0, 4030.0, 4030.0, 4019.0, 4008.0, 4028.0, 4019.0, 4029.0, 4030.0, 4019.0, 4029.0, 4009.0, 4030.0, 4020.0, 4030.0, 4019.0, 4019.0, 4019.0, 4016.0, 4018.0, 4026.0, 4006.0, 4005.0, 4006.0, 4006.0, 4016.0, 4017.0, 4006.0, 4018.0, 3995.0, 4007.0, 4007.0, 4017.0, 4018.0, 3996.0, 4018.0, 4006.0, 4018.0, 4016.0, 4018.0, 4006.0, 4017.0, 4017.0, 4017.0, 4017.0, 4007.0, 4028.0, 4017.0, 4018.0, 4006.0, 4017.0, 4018.0, 4018.0, 4017.0, 4008.0, 4029.0, 4018.0, 4030.0, 4029.0, 4030.0, 4029.0, 4010.0, 4031.0, 4030.0, 4030.0, 4029.0, 4029.0, 4030.0, 4029.0, 4030.0, 4029.0, 4027.0, 4017.0, 4018.0, 4007.0, 4029.0, 4007.0, 4007.0, 4007.0, 4018.0, 4031.0, 4022.0, 4032.0, 4032.0, 4044.0, 4009.0, 4020.0, 4028.0, 4006.0, 3995.0, 4005.0, 3995.0, 4005.0, 3984.0, 4005.0, 4015.0, 4006.0, 4005.0, 4016.0, 4018.0, 4007.0, 4019.0, 4031.0, 4032.0, 4041.0, 4032.0, 4031.0, 4020.0, 4032.0, 4039.0, 4032.0, 4038.0, 4029.0, 4037.0, 4020.0, 4008.0, 4017.0, 4007.0, 4018.0, 4006.0, 4018.0, 4016.0, 4017.0, 4015.0, 4017.0, 3995.0, 4015.0, 3993.0, 4003.0, 3993.0, 4015.0, 3994.0, 4029.0, 4005.0, 4015.0, 4017.0, 4027.0, 4029.0, 4008.0, 4030.0, 4018.0, 4030.0, 4019.0, 4030.0, 4028.0, 4019.0, 4028.0, 4029.0, 4019.0, 4028.0, 4027.0, 4018.0, 4019.0, 4017.0, 4028.0, 4037.0, 4019.0, 4017.0, 4030.0, 4027.0, 4018.0, 4026.0, 4016.0, 4015.0, 4017.0, 4007.0, 4017.0, 4017.0, 3985.0, 4018.0, 4019.0, 4029.0, 4029.0, 4041.0, 4019.0, 4030.0, 4030.0, 4039.0, 4020.0, 4038.0, 4006.0, 4026.0, 4006.0, 4025.0, 4005.0, 4002.0, 4005.0, 3992.0, 4004.0, 4004.0, 4014.0, 4004.0, 4016.0, 4016.0, 4017.0, 4017.0, 4028.0, 4018.0, 4016.0, 4008.0, 3995.0, 4019.0, 4007.0, 4018.0, 4030.0, 4018.0, 4021.0, 4010.0, 4028.0, 4020.0, 4029.0, 4019.0, 4030.0, 4019.0, 4029.0, 4019.0, 4016.0, 4007.0, 4006.0, 4017.0, 4016.0, 4005.0, 4005.0, 4034.0, 4016.0, 4035.0, 4015.0, 3993.0, 3993.0, 3991.0, 4000.0, 3991.0, 3968.0, 3991.0, 3990.0, 4002.0, 4002.0, 4002.0, 4003.0, 3993.0, 4014.0, 4005.0, 4004.0, 4003.0, 4002.0, 4004.0, 4003.0, 4004.0, 4002.0, 4004.0, 3992.0, 4016.0, 4005.0, 4014.0, 4003.0, 4016.0, 4016.0, 4004.0, 4017.0, 4006.0, 4029.0, 4018.0, 4031.0, 4020.0, 4029.0, 4028.0, 4019.0, 4028.0, 4008.0, 4030.0, 4017.0, 4020.0, 4019.0, 4029.0, 4019.0, 4008.0, 4030.0, 4019.0, 4031.0, 4029.0, 4018.0, 4019.0, 4051.0, 4031.0, 4039.0, 4029.0, 4019.0, 3996.0, 4028.0, 4006.0, 4018.0, 4017.0, 4020.0, 4018.0, 4018.0, 4018.0, 4017.0, 4005.0, 4025.0, 4016.0, 4003.0, 4005.0, 4015.0, 4026.0, 4004.0, 4024.0, 4015.0, 4023.0, 4003.0, 4000.0, 4001.0, 4009.0, 3990.0, 3998.0, 3989.0, 3987.0, 3989.0, 3987.0, 3999.0, 3991.0, 4000.0, 4003.0, 3990.0, 4003.0, 4002.0, 4004.0, 4004.0, 4014.0, 4014.0, 4016.0, 4013.0, 4005.0, 4003.0, 4003.0, 4003.0, 4004.0, 4014.0, 4015.0, 4017.0, 4018.0, 4029.0, 4029.0, 4028.0, 4028.0, 4030.0, 4029.0, 4028.0, 4019.0, 4016.0, 4017.0, 4038.0, 4019.0, 4038.0, 4018.0, 4016.0, 4016.0, 4028.0, 4028.0, 4016.0, 4006.0, 4017.0, 4016.0, 4027.0, 4006.0, 4019.0, 4018.0, 4029.0, 4030.0, 4019.0, 4041.0, 4009.0, 4042.0, 4030.0, 4031.0, 4028.0, 4019.0, 4030.0, 4018.0, 4017.0, 4016.0, 4017.0, 4016.0, 4016.0, 4028.0, 3996.0, 4028.0, 4007.0, 4029.0, 4006.0, 4031.0, 4018.0, 4030.0, 4028.0, 4031.0, 4031.0, 4030.0, 4030.0, 4030.0, 4030.0, 4031.0, 4031.0, 4029.0, 4019.0, 4028.0, 4031.0, 4038.0, 4029.0, 4017.0, 4019.0, 4020.0, 4039.0, 4021.0, 4019.0, 4018.0, 4018.0, 4028.0, 4018.0, 4018.0, 4007.0, 4018.0, 4018.0, 4019.0, 4019.0, 4029.0, 4038.0, 4018.0, 4005.0, 4025.0, 4014.0, 4035.0, 4003.0, 4023.0, 4001.0, 4020.0, 4000.0, 3998.0, 3988.0, 3985.0, 3987.0, 3985.0, 3987.0, 3976.0, 3987.0, 3990.0, 3999.0, 4001.0, 3992.0, 4004.0, 4004.0, 4015.0, 4017.0, 4016.0, 4017.0, 4018.0, 4028.0, 4017.0, 4016.0, 4015.0, 4005.0, 4005.0, 4004.0, 4016.0, 4005.0, 3994.0, 4016.0, 4016.0, 4017.0, 4015.0, 4017.0, 4016.0, 4016.0, 4016.0, 4015.0, 4017.0, 4016.0, 4016.0, 4016.0, 4016.0, 4005.0, 4016.0, 4016.0, 4015.0, 4016.0, 4006.0, 4028.0, 4017.0, 4028.0, 4029.0, 4030.0, 4030.0, 4018.0, 4030.0, 4029.0, 4031.0, 4038.0, 4019.0, 4038.0, 4018.0, 4036.0, 4018.0, 4014.0, 4016.0, 4025.0, 4016.0, 4015.0, 4016.0, 4005.0, 4017.0, 4005.0, 4016.0, 4017.0, 4017.0, 4016.0, 4018.0, 4016.0, 4016.0, 4017.0, 4016.0, 4027.0, 4027.0, 4016.0, 4018.0, 4016.0, 4017.0, 4017.0, 4017.0, 4017.0, 4016.0, 4016.0, 4014.0, 4018.0, 4007.0, 4030.0, 4029.0, 4030.0, 4020.0, 4043.0, 4042.0, 4040.0, 4029.0, 4038.0, 4018.0, 4017.0, 4018.0, 4024.0, 4004.0, 4014.0, 4004.0, 4005.0, 4015.0, 4018.0, 4028.0, 4016.0, 4015.0, 4002.0, 4014.0, 3992.0, 4003.0, 4003.0, 4024.0, 4003.0, 4023.0, 3991.0, 4021.0, 4000.0, 4008.0, 3978.0, 3984.0, 3975.0, 3984.0, 3976.0, 3974.0, 3977.0, 3975.0, 3986.0, 3987.0, 3987.0, 3988.0, 3976.0, 3988.0, 3988.0, 4000.0, 4001.0, 4001.0, 4001.0, 4001.0, 4002.0, 3970.0, 4003.0, 3992.0, 3993.0, 4004.0, 3994.0, 4005.0, 4004.0, 4004.0, 4007.0, 4018.0, 4017.0, 4018.0, 4019.0, 4018.0, 4040.0, 4020.0, 4018.0, 4018.0, 4016.0, 4016.0, 4004.0, 4004.0, 4005.0, 3994.0, 4016.0, 4020.0, 3996.0, 4018.0, 4017.0, 4029.0, 4030.0, 4030.0, 4042.0, 4032.0, 4043.0, 4031.0, 4042.0, 4032.0, 4043.0, 4043.0, 4031.0, 4030.0, 4018.0, 4018.0, 4027.0, 4017.0, 4026.0, 4016.0, 4004.0, 4015.0, 4005.0, 4014.0, 4005.0, 4014.0, 4014.0, 4003.0, 4014.0, 4015.0, 4014.0, 4014.0, 4014.0, 4016.0, 4016.0, 4005.0, 4016.0, 4015.0, 4016.0, 4015.0, 4017.0, 4016.0, 4016.0, 4005.0, 4015.0, 4003.0, 4015.0, 4026.0, 4016.0, 4028.0, 4017.0, 4029.0, 3998.0, 4018.0, 4018.0, 4020.0, 4018.0, 3999.0, 4042.0, 4009.0, 4032.0, 4021.0, 4033.0, 4042.0, 4034.0, 4051.0, 4032.0, 4038.0, 4018.0, 4036.0, 4017.0, 4036.0, 4017.0, 4025.0, 4016.0, 4022.0, 4012.0, 4010.0, 3988.0, 3985.0, 3976.0, 3974.0, 3975.0, 3985.0, 3975.0, 3975.0, 3988.0, 3965.0, 3987.0, 3965.0, 3987.0, 3986.0, 3986.0, 3988.0, 3989.0, 3999.0, 4000.0, 4003.0, 3981.0, 4003.0, 4003.0, 4004.0, 4013.0, 4004.0, 4002.0, 4003.0, 4002.0, 4003.0, 4005.0, 4005.0, 4017.0, 4017.0, 4017.0, 4029.0, 4029.0, 4041.0, 4020.0, 4032.0, 4041.0, 4032.0, 4051.0, 4032.0, 4050.0, 4031.0, 4027.0, 4018.0, 4026.0, 4017.0, 4047.0, 4028.0, 4025.0, 4015.0, 4003.0, 4003.0, 4003.0, 4014.0, 4013.0, 4015.0, 4014.0, 4014.0, 4014.0, 4004.0, 4005.0, 4004.0, 4005.0, 4014.0, 4003.0, 4005.0, 4003.0, 4004.0, 4003.0, 4003.0, 4013.0, 4004.0, 4015.0, 4015.0, 4027.0, 4016.0, 4028.0, 4030.0, 4029.0, 4029.0, 4029.0, 4030.0, 4029.0, 4029.0, 4029.0, 4028.0, 4029.0, 4019.0, 4028.0, 4018.0, 4028.0, 4017.0, 4029.0, 4027.0, 4019.0, 4016.0, 4028.0, 4008.0, 4043.0, 4040.0, 4031.0, 4029.0, 4028.0, 4030.0, 4019.0, 4031.0, 4030.0, 4034.0, 4043.0, 4033.0, 4032.0, 4031.0, 4029.0, 4030.0, 4037.0, 4017.0, 4035.0, 4016.0, 4023.0, 4014.0, 4021.0, 4011.0, 4010.0, 3988.0, 3996.0, 3987.0, 3996.0, 3976.0, 3975.0, 3975.0, 3974.0, 3988.0, 3976.0, 3986.0, 3985.0, 3985.0, 3986.0, 3986.0, 3989.0, 3987.0, 4002.0, 3990.0, 4003.0, 3991.0, 4004.0, 4004.0, 4015.0, 4016.0, 4004.0, 4014.0, 4016.0, 4017.0, 4017.0, 4027.0, 4018.0, 4016.0, 4017.0, 4017.0, 4017.0, 4017.0, 4018.0, 4028.0, 4008.0, 4041.0, 4030.0, 4042.0, 4032.0, 4032.0, 4043.0, 4044.0, 4043.0, 4053.0, 4044.0, 4052.0, 4043.0, 4051.0, 4032.0, 4040.0, 4030.0, 4030.0, 4030.0, 4018.0, 4029.0, 4018.0, 4029.0, 4028.0, 4030.0, 4028.0, 4029.0, 4029.0, 4029.0, 4031.0, 4020.0, 4041.0, 4031.0, 4031.0, 4031.0, 4030.0, 4030.0, 4039.0, 4030.0, 4027.0, 4031.0, 4039.0, 4031.0, 4028.0, 4029.0, 4028.0, 4019.0, 4018.0, 4028.0, 4029.0, 4027.0, 4028.0, 4027.0, 4029.0, 4037.0, 4018.0, 4037.0, 4016.0, 4025.0, 4016.0, 4024.0, 4015.0, 4015.0, 4015.0, 4014.0, 4016.0, 4027.0, 4017.0, 4028.0, 4020.0, 4030.0, 4032.0, 4031.0, 4030.0, 4032.0, 4020.0, 4033.0, 4051.0, 4030.0, 4029.0, 4019.0, 4018.0, 4018.0, 4017.0, 4028.0, 4015.0, 4036.0, 4017.0, 4034.0, 4015.0, 4023.0, 4013.0, 4021.0, 4001.0, 4009.0, 3988.0, 3997.0, 3989.0, 3999.0, 3989.0, 3989.0, 3989.0, 3990.0, 3990.0, 4002.0, 4000.0, 4004.0, 4013.0, 4016.0, 4005.0, 4005.0, 4005.0, 4007.0, 4016.0, 4016.0, 4018.0, 4005.0, 4019.0, 4017.0, 4019.0, 4032.0, 4018.0, 3994.0, 4005.0, 4014.0, 4005.0, 4003.0, 4002.0, 4004.0, 3992.0, 4004.0, 4003.0, 4004.0, 4015.0, 4004.0, 4016.0, 4004.0, 4017.0, 4017.0, 4030.0, 4017.0, 4007.0, 4019.0, 4017.0, 4017.0, 4030.0, 4031.0, 4042.0, 4022.0, 4044.0, 4042.0, 4043.0, 4031.0, 4032.0, 4041.0, 4032.0, 4040.0, 4019.0, 4038.0, 4032.0, 4049.0, 4029.0, 4017.0, 4018.0, 4017.0, 4016.0, 4016.0, 4029.0, 4016.0, 4018.0, 4016.0, 4004.0, 4004.0, 4005.0, 4004.0, 4016.0, 4014.0, 4017.0, 4026.0, 4017.0, 4018.0, 4026.0, 4018.0, 4016.0, 4018.0, 4038.0, 4019.0, 4006.0, 4015.0, 4006.0, 4004.0, 4017.0, 4006.0, 4018.0, 4005.0, 4018.0, 4016.0, 4018.0, 4005.0, 4006.0, 4016.0, 4008.0, 4018.0, 4027.0, 4004.0, 4004.0, 4005.0, 4016.0, 4018.0, 4016.0, 4015.0, 4007.0, 4026.0, 4007.0, 4024.0, 4005.0, 4013.0, 4003.0, 4020.0, 3990.0, 4010.0, 3979.0, 4008.0, 3990.0, 3989.0, 3988.0, 3979.0, 3989.0, 3999.0, 3989.0, 3990.0, 3990.0, 3990.0, 3990.0, 4002.0, 3980.0, 4003.0, 3981.0, 4004.0, 4002.0, 4005.0, 4002.0, 4003.0, 4005.0, 4005.0, 3994.0, 4017.0, 4008.0, 4019.0, 4020.0, 4030.0, 4032.0, 4023.0, 4032.0, 4032.0, 4031.0, 4031.0, 4020.0, 4021.0, 4020.0, 4019.0, 4018.0, 4018.0, 4029.0, 4019.0, 4043.0, 4030.0, 4031.0, 4030.0, 4032.0, 4031.0, 4031.0, 4041.0, 4031.0, 4044.0, 4032.0, 4045.0, 4043.0, 4034.0, 4052.0, 4033.0, 4032.0, 4032.0, 4032.0, 4032.0, 4031.0, 4040.0, 4007.0, 4029.0, 4006.0, 4006.0, 4026.0, 4014.0, 3991.0, 4001.0, 4003.0, 4003.0, 4004.0, 4015.0, 4016.0, 4017.0, 4017.0, 4018.0, 4018.0, 4018.0, 4007.0, 4028.0, 4019.0, 4030.0, 4032.0, 4032.0, 4032.0, 4031.0, 4031.0, 4031.0, 4032.0, 4030.0, 4020.0, 4029.0, 4020.0, 4029.0, 4021.0, 4029.0, 4021.0, 4039.0, 4031.0, 4031.0, 4020.0, 4021.0, 4021.0, 4032.0, 4031.0, 4032.0, 4021.0, 4033.0, 4021.0, 4032.0], 'WindowWidth': [8999.0, 9001.0, 8930.0, 8946.0, 8918.0, 8938.0, 8914.0, 8910.0, 8910.0, 8910.0, 8911.0, 8913.0, 8912.0, 8918.0, 8900.0, 8914.0, 8915.0, 8920.0, 8922.0, 8935.0, 8938.0, 8942.0, 8926.0, 8945.0, 8946.0, 8960.0, 8952.0, 8941.0, 8967.0, 8948.0, 8962.0, 8967.0, 8966.0, 8964.0, 8976.0, 8966.0, 8967.0, 8981.0, 8966.0, 8961.0, 8965.0, 8962.0, 8963.0, 8964.0, 8962.0, 8963.0, 8962.0, 8982.0, 8975.0, 8979.0, 8961.0, 8964.0, 8964.0, 8982.0, 8983.0, 8964.0, 8982.0, 8965.0, 8982.0, 8982.0, 8964.0, 8984.0, 8952.0, 8987.0, 8982.0, 8986.0, 8983.0, 8984.0, 8980.0, 8969.0, 8984.0, 8986.0, 9003.0, 8988.0, 8964.0, 9005.0, 8979.0, 9006.0, 9005.0, 8993.0, 9006.0, 9003.0, 8993.0, 8973.0, 8985.0, 8966.0, 8992.0, 8968.0, 8990.0, 8979.0, 8961.0, 8962.0, 8987.0, 8991.0, 8988.0, 8961.0, 8996.0, 8979.0, 8986.0, 8977.0, 8990.0, 8955.0, 8956.0, 8942.0, 8919.0, 8940.0, 8938.0, 8954.0, 8941.0, 8958.0, 8981.0, 8981.0, 8977.0, 8962.0, 8960.0, 8960.0, 8956.0, 8943.0, 8957.0, 8957.0, 8956.0, 8957.0, 8960.0, 8928.0, 8964.0, 8944.0, 8985.0, 8984.0, 8968.0, 8951.0, 8980.0, 8967.0, 8983.0, 8987.0, 8970.0, 8983.0, 8956.0, 8985.0, 8970.0, 8985.0, 8966.0, 8967.0, 8966.0, 8958.0, 8964.0, 8971.0, 8946.0, 8943.0, 8944.0, 8946.0, 8959.0, 8962.0, 8946.0, 8963.0, 8929.0, 8947.0, 8947.0, 8963.0, 8964.0, 8933.0, 8964.0, 8946.0, 8966.0, 8961.0, 8965.0, 8946.0, 8963.0, 8962.0, 8962.0, 8961.0, 8948.0, 8979.0, 8963.0, 8965.0, 8947.0, 8962.0, 8967.0, 8966.0, 8964.0, 8952.0, 8981.0, 8967.0, 8985.0, 8983.0, 8984.0, 8984.0, 8958.0, 8989.0, 8985.0, 8985.0, 8982.0, 8982.0, 8984.0, 8983.0, 8985.0, 8982.0, 8975.0, 8961.0, 8966.0, 8949.0, 8981.0, 8951.0, 8949.0, 8950.0, 8968.0, 8988.0, 8980.0, 8994.0, 8991.0, 9011.0, 8955.0, 8970.0, 8977.0, 8946.0, 8927.0, 8942.0, 8927.0, 8941.0, 8912.0, 8942.0, 8955.0, 8943.0, 8943.0, 8959.0, 8966.0, 8950.0, 8970.0, 8989.0, 8992.0, 9004.0, 8992.0, 8990.0, 8974.0, 8992.0, 8998.0, 8991.0, 8995.0, 8983.0, 8991.0, 8970.0, 8951.0, 8964.0, 8947.0, 8964.0, 8946.0, 8964.0, 8958.0, 8961.0, 8958.0, 8962.0, 8930.0, 8955.0, 8922.0, 8937.0, 8923.0, 8955.0, 8927.0, 8983.0, 8945.0, 8958.0, 8963.0, 8977.0, 8985.0, 8955.0, 8986.0, 8969.0, 8987.0, 8969.0, 8985.0, 8978.0, 8969.0, 8978.0, 8983.0, 8968.0, 8980.0, 8977.0, 8964.0, 8967.0, 8963.0, 8979.0, 8990.0, 8968.0, 8962.0, 8984.0, 8975.0, 8966.0, 8972.0, 8959.0, 8959.0, 8962.0, 8949.0, 8963.0, 8962.0, 8919.0, 8966.0, 8968.0, 8984.0, 8984.0, 9001.0, 8971.0, 8987.0, 8987.0, 8996.0, 8971.0, 8991.0, 8946.0, 8972.0, 8945.0, 8969.0, 8942.0, 8934.0, 8941.0, 8921.0, 8940.0, 8938.0, 8954.0, 8942.0, 8959.0, 8959.0, 8962.0, 8964.0, 8979.0, 8966.0, 8959.0, 8951.0, 8932.0, 8967.0, 8949.0, 8967.0, 8986.0, 8968.0, 8974.0, 8957.0, 8980.0, 8971.0, 8982.0, 8971.0, 8986.0, 8970.0, 8982.0, 8970.0, 8960.0, 8951.0, 8946.0, 8961.0, 8958.0, 8943.0, 8943.0, 8981.0, 8960.0, 8983.0, 8956.0, 8921.0, 8920.0, 8916.0, 8929.0, 8917.0, 8883.0, 8916.0, 8913.0, 8932.0, 8933.0, 8934.0, 8938.0, 8925.0, 8955.0, 8941.0, 8939.0, 8936.0, 8936.0, 8938.0, 8937.0, 8939.0, 8932.0, 8941.0, 8922.0, 8957.0, 8942.0, 8953.0, 8941.0, 8961.0, 8960.0, 8944.0, 8963.0, 8948.0, 8983.0, 8965.0, 8989.0, 8972.0, 8983.0, 8978.0, 8968.0, 8981.0, 8952.0, 8986.0, 8965.0, 8972.0, 8970.0, 8985.0, 8970.0, 8954.0, 8986.0, 8970.0, 8989.0, 8982.0, 8966.0, 8969.0, 9017.0, 8991.0, 8995.0, 8983.0, 8966.0, 8935.0, 8978.0, 8946.0, 8966.0, 8962.0, 8973.0, 8966.0, 8966.0, 8966.0, 8963.0, 8944.0, 8970.0, 8958.0, 8938.0, 8941.0, 8954.0, 8971.0, 8941.0, 8964.0, 8956.0, 8962.0, 8936.0, 8926.0, 8927.0, 8935.0, 8912.0, 8918.0, 8908.0, 8904.0, 8909.0, 8905.0, 8924.0, 8916.0, 8926.0, 8935.0, 8915.0, 8938.0, 8933.0, 8938.0, 8938.0, 8953.0, 8951.0, 8957.0, 8950.0, 8940.0, 8934.0, 8936.0, 8936.0, 8938.0, 8953.0, 8957.0, 8963.0, 8964.0, 8982.0, 8983.0, 8981.0, 8980.0, 8985.0, 8982.0, 8979.0, 8965.0, 8958.0, 8962.0, 8991.0, 8968.0, 8990.0, 8965.0, 8960.0, 8962.0, 8976.0, 8978.0, 8960.0, 8945.0, 8960.0, 8960.0, 8976.0, 8946.0, 8967.0, 8965.0, 8982.0, 8984.0, 8969.0, 9003.0, 8959.0, 9004.0, 8985.0, 8988.0, 8980.0, 8970.0, 8983.0, 8964.0, 8961.0, 8960.0, 8959.0, 8961.0, 8960.0, 8977.0, 8934.0, 8979.0, 8949.0, 8984.0, 8949.0, 8988.0, 8968.0, 8984.0, 8981.0, 8988.0, 8989.0, 8987.0, 8985.0, 8985.0, 8985.0, 8989.0, 8987.0, 8981.0, 8968.0, 8979.0, 8986.0, 8993.0, 8982.0, 8963.0, 8969.0, 8974.0, 8995.0, 8974.0, 8967.0, 8965.0, 8966.0, 8978.0, 8966.0, 8966.0, 8948.0, 8964.0, 8966.0, 8967.0, 8969.0, 8982.0, 8994.0, 8965.0, 8941.0, 8971.0, 8951.0, 8984.0, 8937.0, 8961.0, 8930.0, 8950.0, 8924.0, 8919.0, 8905.0, 8897.0, 8902.0, 8896.0, 8903.0, 8887.0, 8904.0, 8912.0, 8925.0, 8931.0, 8921.0, 8940.0, 8940.0, 8957.0, 8963.0, 8960.0, 8962.0, 8965.0, 8977.0, 8961.0, 8957.0, 8954.0, 8941.0, 8942.0, 8938.0, 8956.0, 8943.0, 8925.0, 8959.0, 8960.0, 8962.0, 8958.0, 8962.0, 8959.0, 8958.0, 8960.0, 8956.0, 8961.0, 8958.0, 8958.0, 8956.0, 8958.0, 8941.0, 8958.0, 8958.0, 8956.0, 8961.0, 8946.0, 8979.0, 8963.0, 8981.0, 8983.0, 8986.0, 8987.0, 8968.0, 8987.0, 8981.0, 8988.0, 8992.0, 8968.0, 8990.0, 8963.0, 8984.0, 8962.0, 8953.0, 8958.0, 8971.0, 8959.0, 8957.0, 8958.0, 8941.0, 8961.0, 8944.0, 8958.0, 8962.0, 8961.0, 8960.0, 8963.0, 8960.0, 8958.0, 8962.0, 8959.0, 8975.0, 8976.0, 8958.0, 8963.0, 8960.0, 8960.0, 8960.0, 8961.0, 8960.0, 8959.0, 8959.0, 8954.0, 8964.0, 8950.0, 8985.0, 8984.0, 8985.0, 8971.0, 9009.0, 9006.0, 8998.0, 8980.0, 8990.0, 8966.0, 8959.0, 8962.0, 8966.0, 8938.0, 8953.0, 8939.0, 8941.0, 8955.0, 8964.0, 8978.0, 8960.0, 8957.0, 8934.0, 8952.0, 8918.0, 8937.0, 8935.0, 8967.0, 8935.0, 8962.0, 8916.0, 8955.0, 8926.0, 8930.0, 8891.0, 8893.0, 8884.0, 8892.0, 8886.0, 8880.0, 8888.0, 8884.0, 8901.0, 8902.0, 8902.0, 8906.0, 8887.0, 8908.0, 8908.0, 8927.0, 8929.0, 8931.0, 8930.0, 8929.0, 8932.0, 8889.0, 8936.0, 8919.0, 8923.0, 8938.0, 8927.0, 8943.0, 8939.0, 8940.0, 8948.0, 8965.0, 8964.0, 8964.0, 8967.0, 8967.0, 8998.0, 8971.0, 8965.0, 8964.0, 8958.0, 8958.0, 8940.0, 8940.0, 8943.0, 8926.0, 8958.0, 8972.0, 8934.0, 8964.0, 8962.0, 8981.0, 8985.0, 8985.0, 9008.0, 8993.0, 9008.0, 8990.0, 9007.0, 8994.0, 9007.0, 9010.0, 8987.0, 8986.0, 8965.0, 8966.0, 8974.0, 8963.0, 8972.0, 8958.0, 8940.0, 8954.0, 8940.0, 8954.0, 8939.0, 8951.0, 8950.0, 8936.0, 8951.0, 8955.0, 8953.0, 8952.0, 8953.0, 8957.0, 8961.0, 8943.0, 8962.0, 8956.0, 8961.0, 8956.0, 8964.0, 8958.0, 8959.0, 8941.0, 8956.0, 8937.0, 8958.0, 8971.0, 8960.0, 8978.0, 8962.0, 8986.0, 8940.0, 8967.0, 8963.0, 8969.0, 8965.0, 8941.0, 9005.0, 8956.0, 8991.0, 8974.0, 8994.0, 9004.0, 8997.0, 9014.0, 8988.0, 8990.0, 8964.0, 8984.0, 8962.0, 8985.0, 8960.0, 8967.0, 8956.0, 8958.0, 8944.0, 8937.0, 8907.0, 8896.0, 8885.0, 8878.0, 8883.0, 8894.0, 8884.0, 8881.0, 8904.0, 8869.0, 8903.0, 8871.0, 8904.0, 8900.0, 8902.0, 8908.0, 8908.0, 8924.0, 8927.0, 8936.0, 8904.0, 8937.0, 8935.0, 8940.0, 8948.0, 8938.0, 8933.0, 8935.0, 8933.0, 8937.0, 8943.0, 8943.0, 8962.0, 8962.0, 8963.0, 8984.0, 8983.0, 9002.0, 8972.0, 8994.0, 9002.0, 8994.0, 9014.0, 8992.0, 9013.0, 8987.0, 8976.0, 8965.0, 8973.0, 8961.0, 9001.0, 8979.0, 8970.0, 8956.0, 8936.0, 8936.0, 8935.0, 8951.0, 8948.0, 8954.0, 8952.0, 8951.0, 8951.0, 8940.0, 8941.0, 8939.0, 8943.0, 8954.0, 8938.0, 8942.0, 8935.0, 8938.0, 8935.0, 8937.0, 8951.0, 8940.0, 8955.0, 8957.0, 8976.0, 8960.0, 8981.0, 8986.0, 8983.0, 8982.0, 8981.0, 8984.0, 8981.0, 8982.0, 8980.0, 8978.0, 8982.0, 8969.0, 8979.0, 8965.0, 8978.0, 8962.0, 8983.0, 8976.0, 8968.0, 8961.0, 8979.0, 8953.0, 9010.0, 8999.0, 8992.0, 8985.0, 8981.0, 8986.0, 8970.0, 8989.0, 8987.0, 8998.0, 9009.0, 8995.0, 8993.0, 8989.0, 8982.0, 8984.0, 8988.0, 8962.0, 8982.0, 8955.0, 8961.0, 8951.0, 8955.0, 8942.0, 8936.0, 8905.0, 8914.0, 8902.0, 8911.0, 8886.0, 8882.0, 8882.0, 8881.0, 8908.0, 8887.0, 8899.0, 8895.0, 8897.0, 8899.0, 8900.0, 8910.0, 8906.0, 8935.0, 8916.0, 8935.0, 8918.0, 8939.0, 8938.0, 8954.0, 8956.0, 8939.0, 8954.0, 8957.0, 8961.0, 8960.0, 8973.0, 8963.0, 8960.0, 8962.0, 8962.0, 8962.0, 8961.0, 8965.0, 8979.0, 8954.0, 9003.0, 8986.0, 9005.0, 8991.0, 8994.0, 9010.0, 9010.0, 9010.0, 9022.0, 9012.0, 9018.0, 9008.0, 9015.0, 8991.0, 8998.0, 8986.0, 8984.0, 8986.0, 8967.0, 8982.0, 8965.0, 8983.0, 8980.0, 8985.0, 8979.0, 8984.0, 8982.0, 8983.0, 8988.0, 8973.0, 9003.0, 8988.0, 8987.0, 8989.0, 8987.0, 8986.0, 8997.0, 8984.0, 8976.0, 8989.0, 8995.0, 8986.0, 8980.0, 8983.0, 8977.0, 8967.0, 8964.0, 8978.0, 8981.0, 8977.0, 8980.0, 8975.0, 8980.0, 8988.0, 8965.0, 8987.0, 8958.0, 8967.0, 8958.0, 8966.0, 8956.0, 8955.0, 8955.0, 8954.0, 8959.0, 8976.0, 8965.0, 8981.0, 8973.0, 8985.0, 8994.0, 8991.0, 8987.0, 8993.0, 8973.0, 8994.0, 9014.0, 8985.0, 8981.0, 8967.0, 8964.0, 8965.0, 8961.0, 8980.0, 8955.0, 8985.0, 8960.0, 8979.0, 8955.0, 8961.0, 8949.0, 8955.0, 8930.0, 8934.0, 8907.0, 8918.0, 8909.0, 8924.0, 8911.0, 8909.0, 8909.0, 8912.0, 8912.0, 8932.0, 8927.0, 8938.0, 8949.0, 8959.0, 8941.0, 8942.0, 8943.0, 8947.0, 8958.0, 8960.0, 8964.0, 8946.0, 8968.0, 8961.0, 8968.0, 8992.0, 8967.0, 8926.0, 8943.0, 8953.0, 8943.0, 8935.0, 8934.0, 8938.0, 8920.0, 8939.0, 8936.0, 8940.0, 8955.0, 8941.0, 8959.0, 8941.0, 8962.0, 8964.0, 8985.0, 8963.0, 8948.0, 8966.0, 8964.0, 8964.0, 8987.0, 8988.0, 9007.0, 8979.0, 9012.0, 9004.0, 9008.0, 8989.0, 8992.0, 9000.0, 8988.0, 8998.0, 8968.0, 8992.0, 8992.0, 9010.0, 8981.0, 8963.0, 8964.0, 8961.0, 8959.0, 8958.0, 8981.0, 8959.0, 8963.0, 8959.0, 8940.0, 8938.0, 8940.0, 8940.0, 8958.0, 8955.0, 8960.0, 8972.0, 8961.0, 8965.0, 8975.0, 8966.0, 8960.0, 8966.0, 8993.0, 8969.0, 8944.0, 8956.0, 8947.0, 8941.0, 8962.0, 8946.0, 8965.0, 8943.0, 8964.0, 8958.0, 8964.0, 8944.0, 8946.0, 8957.0, 8953.0, 8964.0, 8973.0, 8938.0, 8938.0, 8944.0, 8959.0, 8962.0, 8960.0, 8957.0, 8948.0, 8971.0, 8946.0, 8963.0, 8938.0, 8944.0, 8934.0, 8952.0, 8912.0, 8935.0, 8893.0, 8931.0, 8910.0, 8907.0, 8905.0, 8893.0, 8907.0, 8922.0, 8908.0, 8911.0, 8911.0, 8913.0, 8912.0, 8932.0, 8902.0, 8935.0, 8904.0, 8938.0, 8932.0, 8941.0, 8932.0, 8936.0, 8941.0, 8940.0, 8927.0, 8961.0, 8949.0, 8965.0, 8970.0, 8983.0, 8989.0, 8978.0, 8989.0, 8991.0, 8987.0, 8988.0, 8969.0, 8970.0, 8967.0, 8966.0, 8965.0, 8966.0, 8980.0, 8969.0, 9008.0, 8985.0, 8987.0, 8985.0, 8991.0, 8989.0, 8988.0, 9003.0, 8989.0, 9008.0, 8992.0, 9014.0, 9007.0, 8996.0, 9019.0, 8995.0, 8991.0, 8991.0, 8987.0, 8988.0, 8983.0, 8997.0, 8948.0, 8980.0, 8942.0, 8946.0, 8968.0, 8951.0, 8915.0, 8929.0, 8932.0, 8935.0, 8937.0, 8954.0, 8958.0, 8960.0, 8960.0, 8964.0, 8962.0, 8965.0, 8948.0, 8977.0, 8967.0, 8983.0, 8988.0, 8991.0, 8992.0, 8988.0, 8989.0, 8986.0, 8990.0, 8983.0, 8970.0, 8980.0, 8970.0, 8979.0, 8974.0, 8980.0, 8973.0, 8994.0, 8985.0, 8984.0, 8970.0, 8972.0, 8973.0, 8988.0, 8986.0, 8990.0, 8973.0, 8992.0, 8972.0, 8991.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.002184054462934947</td></tr>
<tr><td colspan=3>aqi</td><td>0.024613221028744327</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.60896318298258</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2497746352081738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0338025626722154</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>7557.0376</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09913209528191708</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8577912254160363</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.420855118557384</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.335248126141528</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.71518393526497</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2121332942656537</td></tr>
<tr><td colspan=3>gcor</td><td>0.020824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015591143630445004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030888646841049194</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8084044847852705</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>30.999</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9731</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.9298</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308237.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>680.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.3962</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0834</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.3017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3271.2732</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.9127</td></tr>
<tr><td colspan=3>tsnr</td><td>39.568412507884204</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>