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

616 lines
No EOL
143 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-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-04/func/sub-0008_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>567a185fdac7aaa933edbfdc52dc0401</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:28:51.542500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</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.0882674</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8fbf4882-b1dc-41c0-ba19-074fcc55245f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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': ['122851.542500', '122852.002500', '122852.462500', '122852.922500', '122853.382500', '122853.842500', '122854.302500', '122854.762500', '122855.222500', '122855.682500', '122856.142500', '122856.602500', '122857.062500', '122857.522500', '122857.982500', '122858.442500', '122858.902500', '122859.362500', '122859.822500', '122900.282500', '122900.742500', '122901.202500', '122901.662500', '122902.122500', '122902.582500', '122903.042500', '122903.502500', '122903.962500', '122904.422500', '122904.882500', '122905.342500', '122905.802500', '122906.262500', '122906.722500', '122907.182500', '122907.642500', '122908.102500', '122908.562500', '122909.022500', '122909.482500', '122909.942500', '122910.402500', '122910.862500', '122911.322500', '122911.782500', '122912.242500', '122912.702500', '122913.162500', '122913.622500', '122914.082500', '122914.542500', '122915.002500', '122915.462500', '122915.922500', '122916.382500', '122916.842500', '122917.302500', '122917.762500', '122918.222500', '122918.682500', '122919.142500', '122919.602500', '122920.062500', '122920.522500', '122920.982500', '122921.442500', '122921.902500', '122922.362500', '122922.822500', '122923.282500', '122923.742500', '122924.202500', '122924.662500', '122925.122500', '122925.582500', '122926.042500', '122926.502500', '122926.962500', '122927.422500', '122927.882500', '122928.342500', '122928.802500', '122929.262500', '122929.722500', '122930.182500', '122930.642500', '122931.102500', '122931.562500', '122932.022500', '122932.482500', '122932.942500', '122933.402500', '122933.862500', '122934.322500', '122934.782500', '122935.242500', '122935.702500', '122936.162500', '122936.622500', '122937.082500', '122937.542500', '122938.002500', '122938.462500', '122938.922500', '122939.382500', '122939.842500', '122940.302500', '122940.762500', '122941.222500', '122941.682500', '122942.142500', '122942.602500', '122943.062500', '122943.522500', '122943.982500', '122944.442500', '122944.902500', '122945.362500', '122945.822500', '122946.282500', '122946.742500', '122947.202500', '122947.662500', '122948.122500', '122948.582500', '122949.042500', '122949.502500', '122949.962500', '122950.422500', '122950.882500', '122951.342500', '122951.802500', '122952.262500', '122952.722500', '122953.182500', '122953.642500', '122954.102500', '122954.562500', '122955.022500', '122955.482500', '122955.942500', '122956.402500', '122956.862500', '122957.322500', '122957.782500', '122958.242500', '122958.702500', '122959.162500', '122959.622500', '123000.082500', '123000.542500', '123001.002500', '123001.462500', '123001.922500', '123002.382500', '123002.842500', '123003.302500', '123003.762500', '123004.222500', '123004.682500', '123005.142500', '123005.602500', '123006.062500', '123006.522500', '123006.982500', '123007.442500', '123007.902500', '123008.362500', '123008.822500', '123009.282500', '123009.742500', '123010.202500', '123010.662500', '123011.122500', '123011.582500', '123012.042500', '123012.502500', '123012.962500', '123013.422500', '123013.882500', '123014.342500', '123014.802500', '123015.262500', '123015.722500', '123016.182500', '123016.642500', '123017.102500', '123017.562500', '123018.022500', '123018.482500', '123018.942500', '123019.402500', '123019.862500', '123020.322500', '123020.782500', '123021.242500', '123021.702500', '123022.162500', '123022.622500', '123023.082500', '123023.542500', '123024.002500', '123024.462500', '123024.922500', '123025.382500', '123025.842500', '123026.302500', '123026.762500', '123027.222500', '123027.682500', '123028.142500', '123028.602500', '123029.062500', '123029.522500', '123029.982500', '123030.442500', '123030.902500', '123031.362500', '123031.822500', '123032.282500', '123032.742500', '123033.202500', '123033.662500', '123034.122500', '123034.582500', '123035.042500', '123035.502500', '123035.962500', '123036.422500', '123036.882500', '123037.342500', '123037.802500', '123038.262500', '123038.722500', '123039.182500', '123039.642500', '123040.102500', '123040.562500', '123041.022500', '123041.482500', '123041.942500', '123042.402500', '123042.862500', '123043.322500', '123043.782500', '123044.242500', '123044.702500', '123045.162500', '123045.622500', '123046.082500', '123046.542500', '123047.002500', '123047.462500', '123047.922500', '123048.382500', '123048.842500', '123049.302500', '123049.762500', '123050.222500', '123050.682500', '123051.142500', '123051.602500', '123052.062500', '123052.522500', '123052.982500', '123053.442500', '123053.902500', '123054.362500', '123054.822500', '123055.282500', '123055.742500', '123056.202500', '123056.662500', '123057.122500', '123057.582500', '123058.042500', '123058.502500', '123058.962500', '123059.422500', '123059.882500', '123100.342500', '123100.802500', '123101.262500', '123101.722500', '123102.182500', '123102.642500', '123103.102500', '123103.562500', '123104.022500', '123104.482500', '123104.942500', '123105.402500', '123105.862500', '123106.322500', '123106.782500', '123107.242500', '123107.702500', '123108.162500', '123108.622500', '123109.082500', '123109.542500', '123110.002500', '123110.462500', '123110.922500', '123111.382500', '123111.842500', '123112.302500', '123112.762500', '123113.222500', '123113.682500', '123114.142500', '123114.602500', '123115.062500', '123115.522500', '123115.982500', '123116.442500', '123116.902500', '123117.362500', '123117.822500', '123118.282500', '123118.742500', '123119.202500', '123119.662500', '123120.122500', '123120.582500', '123121.042500', '123121.502500', '123121.962500', '123122.422500', '123122.882500', '123123.342500', '123123.802500', '123124.262500', '123124.722500', '123125.182500', '123125.642500', '123126.102500', '123126.562500', '123127.022500', '123127.482500', '123127.942500', '123128.402500', '123128.862500', '123129.322500', '123129.782500', '123130.242500', '123130.702500', '123131.162500', '123131.622500', '123132.082500', '123132.542500', '123133.002500', '123133.462500', '123133.922500', '123134.382500', '123134.842500', '123135.302500', '123135.762500', '123136.222500', '123136.682500', '123137.142500', '123137.602500', '123138.062500', '123138.522500', '123138.982500', '123139.442500', '123139.902500', '123140.362500', '123140.822500', '123141.282500', '123141.742500', '123142.202500', '123142.662500', '123143.122500', '123143.582500', '123144.042500', '123144.502500', '123144.962500', '123145.422500', '123145.882500', '123146.342500', '123146.802500', '123147.262500', '123147.722500', '123148.182500', '123148.642500', '123149.102500', '123149.562500', '123150.022500', '123150.482500', '123150.942500', '123151.402500', '123151.862500', '123152.322500', '123152.782500', '123153.242500', '123153.702500', '123154.162500', '123154.622500', '123155.082500', '123155.542500', '123156.002500', '123156.462500', '123156.922500', '123157.382500', '123157.842500', '123158.302500', '123158.762500', '123159.222500', '123159.682500', '123200.142500', '123200.602500', '123201.062500', '123201.522500', '123201.982500', '123202.442500', '123202.902500', '123203.362500', '123203.822500', '123204.282500', '123204.742500', '123205.202500', '123205.662500', '123206.122500', '123206.582500', '123207.042500', '123207.502500', '123207.962500', '123208.422500', '123208.882500', '123209.342500', '123209.802500', '123210.262500', '123210.722500', '123211.182500', '123211.642500', '123212.102500', '123212.562500', '123213.022500', '123213.482500', '123213.942500', '123214.402500', '123214.862500', '123215.322500', '123215.782500', '123216.242500', '123216.702500', '123217.162500', '123217.622500', '123218.082500', '123218.542500', '123219.002500', '123219.462500', '123219.922500', '123220.382500', '123220.842500', '123221.302500', '123221.762500', '123222.222500', '123222.682500', '123223.142500', '123223.602500', '123224.062500', '123224.522500', '123224.982500', '123225.442500', '123225.902500', '123226.362500', '123226.822500', '123227.282500', '123227.742500', '123228.202500', '123228.662500', '123229.122500', '123229.582500', '123230.042500', '123230.502500', '123230.962500', '123231.422500', '123231.882500', '123232.342500', '123232.802500', '123233.262500', '123233.722500', '123234.182500', '123234.642500', '123235.102500', '123235.562500', '123236.022500', '123236.482500', '123236.942500', '123237.402500', '123237.862500', '123238.322500', '123238.782500', '123239.242500', '123239.702500', '123240.162500', '123240.622500', '123241.082500', '123241.542500', '123242.002500', '123242.462500', '123242.922500', '123243.382500', '123243.842500', '123244.302500', '123244.762500', '123245.222500', '123245.682500', '123246.142500', '123246.602500', '123247.062500', '123247.522500', '123247.982500', '123248.442500', '123248.902500', '123249.362500', '123249.822500', '123250.282500', '123250.742500', '123251.202500', '123251.662500', '123252.122500', '123252.582500', '123253.042500', '123253.502500', '123253.962500', '123254.422500', '123254.882500', '123255.342500', '123255.802500', '123256.262500', '123256.722500', '123257.182500', '123257.642500', '123258.102500', '123258.562500', '123259.022500', '123259.482500', '123259.942500', '123300.402500', '123300.862500', '123301.322500', '123301.782500', '123302.242500', '123302.702500', '123303.162500', '123303.622500', '123304.082500', '123304.542500', '123305.002500', '123305.462500', '123305.922500', '123306.382500', '123306.842500', '123307.302500', '123307.762500', '123308.222500', '123308.682500', '123309.142500', '123309.602500', '123310.062500', '123310.522500', '123310.982500', '123311.442500', '123311.902500', '123312.362500', '123312.822500', '123313.282500', '123313.742500', '123314.202500', '123314.662500', '123315.122500', '123315.582500', '123316.042500', '123316.502500', '123316.962500', '123317.422500', '123317.882500', '123318.342500', '123318.802500', '123319.262500', '123319.722500', '123320.182500', '123320.642500', '123321.102500', '123321.562500', '123322.022500', '123322.482500', '123322.942500', '123323.402500', '123323.862500', '123324.322500', '123324.782500', '123325.242500', '123325.702500', '123326.162500', '123326.622500', '123327.082500', '123327.542500', '123328.002500', '123328.462500', '123328.922500', '123329.382500', '123329.842500', '123330.302500', '123330.762500', '123331.222500', '123331.682500', '123332.142500', '123332.602500', '123333.062500', '123333.522500', '123333.982500', '123334.442500', '123334.902500', '123335.362500', '123335.822500', '123336.282500', '123336.742500', '123337.202500', '123337.662500', '123338.122500', '123338.582500', '123339.042500', '123339.502500', '123339.962500', '123340.422500', '123340.882500', '123341.342500', '123341.802500', '123342.262500', '123342.722500', '123343.182500', '123343.642500', '123344.102500', '123344.562500', '123345.022500', '123345.482500', '123345.942500', '123346.402500', '123346.862500', '123347.322500', '123347.782500', '123348.242500', '123348.702500', '123349.162500', '123349.622500', '123350.082500', '123350.542500', '123351.002500', '123351.462500', '123351.922500', '123352.382500', '123352.842500', '123353.302500', '123353.762500', '123354.222500', '123354.682500', '123355.142500', '123355.602500', '123356.062500', '123356.522500', '123356.982500', '123357.442500', '123357.902500', '123358.362500', '123358.822500', '123359.282500', '123359.742500', '123400.202500', '123400.662500', '123401.122500', '123401.582500', '123402.042500', '123402.502500', '123402.962500', '123403.422500', '123403.882500', '123404.342500', '123404.802500', '123405.262500', '123405.722500', '123406.182500', '123406.642500', '123407.102500', '123407.562500', '123408.022500', '123408.482500', '123408.942500', '123409.402500', '123409.862500', '123410.322500', '123410.782500', '123411.242500', '123411.702500', '123412.162500', '123412.622500', '123413.082500', '123413.542500', '123414.002500', '123414.462500', '123414.922500', '123415.382500', '123415.842500', '123416.302500', '123416.762500', '123417.222500', '123417.682500', '123418.142500', '123418.602500', '123419.062500', '123419.522500', '123419.982500', '123420.442500', '123420.902500', '123421.362500', '123421.822500', '123422.282500', '123422.742500', '123423.202500', '123423.662500', '123424.122500', '123424.582500', '123425.042500', '123425.502500', '123425.962500', '123426.422500', '123426.882500', '123427.342500', '123427.802500', '123428.262500', '123428.722500', '123429.182500', '123429.642500', '123430.102500', '123430.562500', '123431.022500', '123431.482500', '123431.942500', '123432.402500', '123432.862500', '123433.322500', '123433.782500', '123434.242500', '123434.702500', '123435.162500', '123435.622500', '123436.082500', '123436.542500', '123437.002500', '123437.462500', '123437.922500', '123438.382500', '123438.842500', '123439.302500', '123439.762500', '123440.222500', '123440.682500', '123441.142500', '123441.602500', '123442.062500', '123442.522500', '123442.982500', '123443.442500', '123443.902500', '123444.362500', '123444.822500', '123445.282500', '123445.742500', '123446.202500', '123446.662500', '123447.122500', '123447.582500', '123448.042500', '123448.502500', '123448.962500', '123449.422500', '123449.882500', '123450.342500', '123450.802500', '123451.262500', '123451.722500', '123452.182500', '123452.642500', '123453.102500', '123453.562500', '123454.022500', '123454.482500', '123454.942500', '123455.402500', '123455.862500', '123456.322500', '123456.782500', '123457.242500', '123457.702500', '123458.162500', '123458.622500', '123459.082500', '123459.542500', '123500.002500', '123500.462500', '123500.922500', '123501.382500', '123501.842500', '123502.302500', '123502.762500', '123503.222500', '123503.682500', '123504.142500', '123504.602500', '123505.062500', '123505.522500', '123505.982500', '123506.442500', '123506.902500', '123507.362500', '123507.822500', '123508.282500', '123508.742500', '123509.202500', '123509.662500', '123510.122500', '123510.582500', '123511.042500', '123511.502500', '123511.962500', '123512.422500', '123512.882500', '123513.342500', '123513.802500', '123514.262500', '123514.722500', '123515.182500', '123515.642500', '123516.102500', '123516.562500', '123517.022500', '123517.482500', '123517.942500', '123518.402500', '123518.862500', '123519.322500', '123519.782500', '123520.242500', '123520.702500', '123521.162500', '123521.622500', '123522.082500', '123522.542500', '123523.002500', '123523.462500', '123523.922500', '123524.382500', '123524.842500', '123525.302500', '123525.762500', '123526.222500', '123526.682500', '123527.142500', '123527.602500', '123528.062500', '123528.522500', '123528.982500', '123529.442500', '123529.902500', '123530.362500', '123530.822500', '123531.282500', '123531.742500', '123532.202500', '123532.662500', '123533.122500', '123533.582500', '123534.042500', '123534.502500', '123534.962500', '123535.422500', '123535.882500', '123536.342500', '123536.802500', '123537.262500', '123537.722500', '123538.182500', '123538.642500', '123539.102500', '123539.562500', '123540.022500', '123540.482500', '123540.942500', '123541.402500', '123541.862500', '123542.322500', '123542.782500', '123543.242500', '123543.702500', '123544.162500', '123544.622500', '123545.082500', '123545.542500', '123546.002500', '123546.462500', '123546.922500', '123547.382500', '123547.842500', '123548.302500', '123548.762500', '123549.222500', '123549.682500', '123550.142500', '123550.602500', '123551.062500', '123551.522500', '123551.982500', '123552.442500', '123552.902500', '123553.362500', '123553.822500', '123554.282500', '123554.742500', '123555.202500', '123555.662500', '123556.122500', '123556.582500', '123557.042500', '123557.502500', '123557.962500', '123558.422500', '123558.882500', '123559.342500', '123559.802500', '123600.262500', '123600.722500', '123601.182500', '123601.642500', '123602.102500', '123602.562500', '123603.022500', '123603.482500', '123603.942500', '123604.402500', '123604.862500', '123605.322500', '123605.782500', '123606.242500', '123606.702500', '123607.162500', '123607.622500', '123608.082500', '123608.542500', '123609.002500', '123609.462500', '123609.922500', '123610.382500', '123610.842500', '123611.302500', '123611.762500', '123612.222500', '123612.682500', '123613.142500', '123613.602500', '123614.062500', '123614.522500', '123614.982500', '123615.442500', '123615.902500', '123616.362500', '123616.822500', '123617.282500', '123617.742500', '123618.202500', '123618.662500', '123619.122500', '123619.582500', '123620.042500', '123620.502500', '123620.962500', '123621.422500', '123621.882500', '123622.342500', '123622.802500', '123623.262500', '123623.722500', '123624.182500', '123624.642500', '123625.102500', '123625.562500', '123626.022500', '123626.482500', '123626.942500', '123627.402500', '123627.862500', '123628.322500', '123628.782500', '123629.242500', '123629.702500', '123630.162500', '123630.622500', '123631.082500', '123631.542500', '123632.002500', '123632.462500', '123632.922500', '123633.382500', '123633.842500', '123634.302500', '123634.762500', '123635.222500', '123635.682500', '123636.142500', '123636.602500', '123637.062500', '123637.522500', '123637.982500', '123638.442500', '123638.902500', '123639.362500', '123639.822500', '123640.282500', '123640.742500', '123641.202500', '123641.662500', '123642.122500', '123642.582500', '123643.042500', '123643.502500', '123643.962500', '123644.422500', '123644.882500', '123645.342500', '123645.802500', '123646.262500', '123646.722500', '123647.182500', '123647.642500', '123648.102500', '123648.562500', '123649.022500', '123649.482500', '123649.942500', '123650.402500', '123650.862500', '123651.322500', '123651.782500', '123652.242500', '123652.702500', '123653.162500', '123653.622500', '123654.082500', '123654.542500', '123655.002500', '123655.462500', '123655.922500', '123656.382500', '123656.842500', '123657.302500', '123657.762500', '123658.222500', '123658.682500', '123659.142500', '123659.602500', '123700.062500', '123700.522500', '123700.982500', '123701.442500', '123701.902500', '123702.362500', '123702.822500', '123703.282500', '123703.742500', '123704.202500', '123704.662500', '123705.122500', '123705.582500', '123706.042500', '123706.502500', '123706.962500', '123707.422500', '123707.882500', '123708.342500', '123708.802500', '123709.262500', '123709.722500', '123710.182500', '123710.642500', '123711.102500', '123711.562500', '123712.022500', '123712.482500', '123712.942500', '123713.402500', '123713.862500', '123714.322500', '123714.782500', '123715.242500', '123715.702500', '123716.162500', '123716.622500', '123717.082500', '123717.542500', '123718.002500', '123718.462500', '123718.922500', '123719.382500', '123719.842500', '123720.302500', '123720.762500', '123721.222500', '123721.682500', '123722.142500', '123722.602500', '123723.062500', '123723.522500', '123723.982500', '123724.442500', '123724.902500', '123725.362500', '123725.822500', '123726.282500', '123726.742500', '123727.202500', '123727.662500', '123728.122500', '123728.582500', '123729.042500', '123729.502500', '123729.962500', '123730.422500', '123730.882500', '123731.342500', '123731.802500', '123732.262500', '123732.722500', '123733.182500', '123733.642500', '123734.102500', '123734.562500', '123735.022500', '123735.482500', '123735.942500', '123736.402500', '123736.862500', '123737.322500', '123737.782500', '123738.242500', '123738.702500', '123739.162500', '123739.622500', '123740.082500', '123740.542500', '123741.002500', '123741.462500', '123741.922500', '123742.382500', '123742.842500', '123743.302500', '123743.762500', '123744.222500', '123744.682500', '123745.142500', '123745.602500', '123746.062500', '123746.522500', '123746.982500', '123747.442500', '123747.902500', '123748.362500', '123748.822500', '123749.282500', '123749.742500', '123750.202500', '123750.662500', '123751.122500', '123751.582500', '123752.042500', '123752.502500', '123752.962500', '123753.422500', '123753.882500', '123754.342500', '123754.802500', '123755.262500', '123755.722500', '123756.182500', '123756.642500', '123757.102500', '123757.562500', '123758.022500', '123758.482500', '123758.942500', '123759.402500', '123759.862500', '123800.322500', '123800.782500', '123801.242500', '123801.702500', '123802.162500', '123802.622500', '123803.082500', '123803.542500', '123804.002500', '123804.462500', '123804.922500', '123805.382500', '123805.842500', '123806.302500', '123806.762500', '123807.222500', '123807.682500', '123808.142500', '123808.602500', '123809.062500', '123809.522500', '123809.982500', '123810.442500', '123810.902500', '123811.362500', '123811.822500', '123812.282500', '123812.742500', '123813.202500', '123813.662500', '123814.122500', '123814.582500', '123815.042500', '123815.502500', '123815.962500', '123816.422500', '123816.882500', '123817.342500', '123817.802500', '123818.262500', '123818.722500', '123819.182500', '123819.642500', '123820.102500', '123820.562500', '123821.022500', '123821.482500', '123821.942500', '123822.402500', '123822.862500', '123823.322500', '123823.782500', '123824.242500', '123824.702500', '123825.162500', '123825.622500', '123826.082500', '123826.542500', '123827.002500', '123827.462500', '123827.922500', '123828.382500', '123828.842500', '123829.302500', '123829.762500', '123830.222500', '123830.682500', '123831.142500', '123831.602500', '123832.062500', '123832.522500', '123832.982500', '123833.442500', '123833.902500', '123834.362500', '123834.822500', '123835.282500', '123835.742500', '123836.202500', '123836.662500', '123837.122500', '123837.582500', '123838.042500', '123838.502500', '123838.962500', '123839.422500', '123839.882500', '123840.342500', '123840.802500', '123841.262500', '123841.722500', '123842.182500', '123842.642500', '123843.102500', '123843.562500', '123844.022500', '123844.482500', '123844.942500', '123845.402500', '123845.862500', '123846.322500', '123846.782500', '123847.242500', '123847.702500', '123848.162500', '123848.622500', '123849.082500', '123849.542500', '123850.002500', '123850.462500', '123850.922500', '123851.382500', '123851.842500', '123852.302500', '123852.762500', '123853.222500', '123853.682500', '123854.142500', '123854.602500', '123855.062500', '123855.522500', '123855.982500', '123856.442500', '123856.902500', '123857.362500', '123857.822500', '123858.282500', '123858.742500', '123859.202500'], 'ContentTime': ['122920.846000', '122920.849000', '122920.852000', '122920.855000', '122920.858000', '122920.861000', '122920.864000', '122920.867000', '122920.870000', '122920.873000', '122920.876000', '122920.878000', '122920.882000', '122920.887000', '122920.891000', '122920.894000', '122920.897000', '122920.900000', '122920.902000', '122920.906000', '122920.908000', '122920.911000', '122920.916000', '122920.919000', '122920.922000', '122920.925000', '122920.928000', '122920.931000', '122920.934000', '122920.937000', '122920.939000', '122920.942000', '122920.945000', '122920.952000', '122920.954000', '122920.957000', '122920.960000', '122920.963000', '122920.966000', '122920.969000', '122920.972000', '122920.975000', '122920.977000', '122920.980000', '122920.983000', '122920.986000', '122920.989000', '122920.992000', '122920.995000', '122920.997000', '122921.001000', '122921.004000', '122921.007000', '122921.010000', '122921.013000', '122921.016000', '122921.019000', '122921.021000', '122921.024000', '122921.027000', '122921.030000', '122940.814000', '122940.817000', '122940.820000', '122940.823000', '122940.826000', '122940.828000', '122940.831000', '122940.834000', '122940.837000', '122940.840000', '122940.843000', '122940.846000', '122940.849000', '122940.852000', '122940.855000', '122940.858000', '122940.860000', '122940.863000', '122940.866000', '122940.869000', '122940.872000', '122940.875000', '122940.878000', '122940.881000', '122940.884000', '122940.886000', '122940.889000', '122940.892000', '122940.895000', '122940.898000', '122940.901000', '122940.904000', '122940.907000', '122940.909000', '122940.912000', '122940.915000', '122940.918000', '122940.921000', '122940.924000', '122940.927000', '122940.930000', '122940.933000', '122940.935000', '122940.938000', '123000.814000', '123000.817000', '123000.820000', '123000.823000', '123000.826000', '123000.829000', '123000.832000', '123000.835000', '123000.839000', '123000.842000', '123000.845000', '123000.848000', '123000.851000', '123000.854000', '123000.857000', '123000.860000', '123000.863000', '123000.866000', '123000.868000', '123000.871000', '123000.874000', '123000.877000', '123000.880000', '123000.883000', '123000.886000', '123000.890000', '123000.893000', '123000.896000', '123000.899000', '123000.902000', '123000.905000', '123000.908000', '123000.911000', '123000.913000', '123000.916000', '123000.919000', '123000.922000', '123000.925000', '123000.928000', '123000.931000', '123000.934000', '123000.937000', '123000.939000', '123020.814000', '123020.817000', '123020.820000', '123020.823000', '123020.826000', '123020.829000', '123020.832000', '123020.835000', '123020.837000', '123020.840000', '123020.843000', '123020.846000', '123020.849000', '123020.852000', '123020.855000', '123020.858000', '123020.861000', '123020.864000', '123020.867000', '123020.870000', '123020.873000', '123020.894000', '123020.897000', '123020.900000', '123020.903000', '123020.906000', '123020.909000', '123020.912000', '123020.915000', '123020.918000', '123020.921000', '123020.923000', '123020.926000', '123020.929000', '123020.932000', '123020.935000', '123020.938000', '123020.941000', '123020.944000', '123020.947000', '123020.950000', '123020.952000', '123020.955000', '123020.958000', '123040.814000', '123040.817000', '123040.820000', '123040.823000', '123040.826000', '123040.829000', '123040.832000', '123040.835000', '123040.838000', '123040.840000', '123040.843000', '123040.846000', '123040.849000', '123040.852000', '123040.855000', '123040.858000', '123040.861000', '123040.864000', '123040.866000', '123040.869000', '123040.872000', '123040.875000', '123040.878000', '123040.881000', '123040.884000', '123040.887000', '123040.890000', '123040.893000', '123040.896000', '123040.899000', '123040.901000', '123040.904000', '123040.907000', '123040.910000', '123040.915000', '123040.917000', '123040.920000', '123040.923000', '123040.927000', '123040.930000', '123040.933000', '123040.936000', '123040.939000', '123100.814000', '123100.817000', '123100.820000', '123100.823000', '123100.826000', '123100.829000', '123100.832000', '123100.835000', '123100.838000', '123100.841000', '123100.844000', '123100.847000', '123100.849000', '123100.853000', '123100.855000', '123100.858000', '123100.861000', '123100.864000', '123100.867000', '123100.870000', '123100.873000', '123100.876000', '123100.879000', '123100.881000', '123100.884000', '123100.887000', '123100.890000', '123100.893000', '123100.896000', '123100.899000', '123100.902000', '123100.905000', '123100.908000', '123100.911000', '123100.914000', '123100.916000', '123100.919000', '123100.922000', '123100.925000', '123100.928000', '123100.931000', '123100.934000', '123100.937000', '123100.940000', '123120.814000', '123120.817000', '123120.820000', '123120.823000', '123120.826000', '123120.829000', '123120.832000', '123120.835000', '123120.837000', '123120.840000', '123120.843000', '123120.846000', '123120.849000', '123120.852000', '123120.855000', '123120.858000', '123120.861000', '123120.864000', '123120.867000', '123120.870000', '123120.872000', '123120.877000', '123120.880000', '123120.883000', '123120.886000', '123120.889000', '123120.892000', '123120.895000', '123120.898000', '123120.901000', '123120.904000', '123120.907000', '123120.910000', '123120.913000', '123120.915000', '123120.918000', '123120.921000', '123120.924000', '123120.927000', '123120.933000', '123120.936000', '123120.940000', '123120.943000', '123140.814000', '123140.817000', '123140.820000', '123140.823000', '123140.826000', '123140.829000', '123140.831000', '123140.834000', '123140.838000', '123140.840000', '123140.843000', '123140.846000', '123140.849000', '123140.852000', '123140.855000', '123140.858000', '123140.861000', '123140.864000', '123140.867000', '123140.870000', '123140.873000', '123140.876000', '123140.878000', '123140.881000', '123140.889000', '123140.892000', '123140.895000', '123140.898000', '123140.901000', '123140.904000', '123140.907000', '123140.910000', '123140.913000', '123140.915000', '123140.918000', '123140.921000', '123140.924000', '123140.927000', '123140.930000', '123140.933000', '123140.936000', '123140.939000', '123140.941000', '123140.944000', '123200.814000', '123200.817000', '123200.820000', '123200.823000', '123200.826000', '123200.829000', '123200.832000', '123200.835000', '123200.838000', '123200.841000', '123200.844000', '123200.847000', '123200.850000', '123200.852000', '123200.856000', '123200.858000', '123200.873000', '123200.875000', '123200.878000', '123200.881000', '123200.884000', '123200.887000', '123200.890000', '123200.893000', '123200.896000', '123200.899000', '123200.902000', '123200.905000', '123200.908000', '123200.911000', '123200.914000', '123200.917000', '123200.919000', '123200.922000', '123200.925000', '123200.928000', '123200.931000', '123200.934000', '123200.937000', '123200.940000', '123200.943000', '123200.946000', '123200.949000', '123220.814000', '123220.824000', '123220.827000', '123220.830000', '123220.833000', '123220.836000', '123220.839000', '123220.842000', '123220.845000', '123220.848000', '123220.850000', '123220.854000', '123220.857000', '123220.859000', '123220.862000', '123220.865000', '123220.868000', '123220.871000', '123220.874000', '123220.877000', '123220.880000', '123220.883000', '123220.886000', '123220.889000', '123220.892000', '123220.895000', '123220.897000', '123220.900000', '123220.903000', '123220.906000', '123220.909000', '123220.912000', '123220.915000', '123220.925000', '123220.927000', '123220.938000', '123220.941000', '123220.944000', '123220.947000', '123220.950000', '123220.953000', '123220.956000', '123220.959000', '123220.962000', '123240.814000', '123240.817000', '123240.820000', '123240.823000', '123240.826000', '123240.829000', '123240.832000', '123240.835000', '123240.838000', '123240.841000', '123240.844000', '123240.846000', '123240.849000', '123240.852000', '123240.855000', '123240.858000', '123240.861000', '123240.864000', '123240.867000', '123240.870000', '123240.873000', '123240.876000', '123240.879000', '123240.882000', '123240.884000', '123240.887000', '123240.890000', '123240.893000', '123240.896000', '123240.899000', '123240.902000', '123240.905000', '123240.908000', '123240.911000', '123240.915000', '123240.918000', '123240.921000', '123240.924000', '123240.927000', '123240.930000', '123240.933000', '123240.936000', '123240.939000', '123300.814000', '123300.817000', '123300.820000', '123300.823000', '123300.826000', '123300.829000', '123300.832000', '123300.834000', '123300.837000', '123300.840000', '123300.843000', '123300.846000', '123300.849000', '123300.852000', '123300.855000', '123300.858000', '123300.861000', '123300.864000', '123300.867000', '123300.870000', '123300.872000', '123300.875000', '123300.878000', '123300.881000', '123300.884000', '123300.887000', '123300.890000', '123300.893000', '123300.896000', '123300.899000', '123300.902000', '123300.905000', '123300.908000', '123300.911000', '123300.914000', '123300.916000', '123300.919000', '123300.922000', '123300.925000', '123300.928000', '123300.931000', '123300.934000', '123300.937000', '123300.940000', '123320.814000', '123320.834000', '123320.837000', '123320.840000', '123320.843000', '123320.846000', '123320.849000', '123320.852000', '123320.855000', '123320.858000', '123320.861000', '123320.864000', '123320.867000', '123320.870000', '123320.872000', '123320.875000', '123320.878000', '123320.881000', '123320.884000', '123320.887000', '123320.890000', '123320.893000', '123320.896000', '123320.899000', '123320.902000', '123320.905000', '123320.908000', '123320.911000', '123320.914000', '123320.917000', '123320.919000', '123320.922000', '123320.925000', '123320.928000', '123320.931000', '123320.934000', '123320.937000', '123320.940000', '123320.943000', '123320.945000', '123320.948000', '123320.961000', '123320.964000', '123340.815000', '123340.818000', '123340.821000', '123340.824000', '123340.827000', '123340.830000', '123340.833000', '123340.836000', '123340.839000', '123340.842000', '123340.845000', '123340.847000', '123340.850000', '123340.854000', '123340.856000', '123340.859000', '123340.862000', '123340.865000', '123340.868000', '123340.871000', '123340.874000', '123340.877000', '123340.880000', '123340.883000', '123340.886000', '123340.889000', '123340.892000', '123340.895000', '123340.898000', '123340.901000', '123340.904000', '123340.906000', '123340.909000', '123340.912000', '123340.915000', '123340.918000', '123340.921000', '123340.924000', '123340.927000', '123340.930000', '123340.933000', '123340.936000', '123340.938000', '123400.814000', '123400.835000', '123400.838000', '123400.841000', '123400.844000', '123400.847000', '123400.850000', '123400.853000', '123400.856000', '123400.859000', '123400.861000', '123400.864000', '123400.867000', '123400.870000', '123400.873000', '123400.876000', '123400.879000', '123400.882000', '123400.885000', '123400.888000', '123400.891000', '123400.894000', '123400.897000', '123400.900000', '123400.903000', '123400.906000', '123400.909000', '123400.912000', '123400.915000', '123400.917000', '123400.920000', '123400.923000', '123400.926000', '123400.929000', '123400.932000', '123400.935000', '123400.938000', '123400.941000', '123400.944000', '123400.946000', '123400.951000', '123400.955000', '123400.958000', '123400.960000', '123420.814000', '123420.817000', '123420.820000', '123420.823000', '123420.826000', '123420.829000', '123420.832000', '123420.835000', '123420.838000', '123420.841000', '123420.844000', '123420.847000', '123420.850000', '123420.853000', '123420.856000', '123420.858000', '123420.862000', '123420.864000', '123420.867000', '123420.870000', '123420.873000', '123420.876000', '123420.879000', '123420.882000', '123420.885000', '123420.888000', '123420.891000', '123420.894000', '123420.897000', '123420.900000', '123420.903000', '123420.905000', '123420.908000', '123420.911000', '123420.914000', '123420.917000', '123420.920000', '123420.923000', '123420.926000', '123420.929000', '123420.932000', '123420.935000', '123420.938000', '123440.814000', '123440.817000', '123440.820000', '123440.823000', '123440.826000', '123440.829000', '123440.831000', '123440.835000', '123440.837000', '123440.840000', '123440.843000', '123440.846000', '123440.849000', '123440.852000', '123440.855000', '123440.858000', '123440.861000', '123440.864000', '123440.867000', '123440.870000', '123440.873000', '123440.875000', '123440.878000', '123440.881000', '123440.884000', '123440.887000', '123440.890000', '123440.893000', '123440.896000', '123440.899000', '123440.902000', '123440.905000', '123440.908000', '123440.911000', '123440.913000', '123440.916000', '123440.919000', '123440.922000', '123440.925000', '123440.928000', '123440.931000', '123440.934000', '123440.937000', '123440.940000', '123500.814000', '123500.817000', '123500.820000', '123500.824000', '123500.827000', '123500.830000', '123500.833000', '123500.836000', '123500.839000', '123500.852000', '123500.855000', '123500.858000', '123500.861000', '123500.864000', '123500.867000', '123500.870000', '123500.873000', '123500.876000', '123500.879000', '123500.882000', '123500.886000', '123500.890000', '123500.893000', '123500.896000', '123500.899000', '123500.902000', '123500.905000', '123500.908000', '123500.911000', '123500.914000', '123500.917000', '123500.920000', '123500.923000', '123500.926000', '123500.929000', '123500.938000', '123500.941000', '123500.944000', '123500.947000', '123500.950000', '123500.953000', '123500.956000', '123500.959000', '123520.814000', '123520.826000', '123520.829000', '123520.832000', '123520.835000', '123520.838000', '123520.841000', '123520.844000', '123520.847000', '123520.849000', '123520.852000', '123520.855000', '123520.858000', '123520.861000', '123520.864000', '123520.867000', '123520.870000', '123520.873000', '123520.876000', '123520.879000', '123520.881000', '123520.884000', '123520.887000', '123520.890000', '123520.893000', '123520.896000', '123520.899000', '123520.902000', '123520.905000', '123520.908000', '123520.911000', '123520.913000', '123520.916000', '123520.919000', '123520.922000', '123520.925000', '123520.928000', '123520.931000', '123520.934000', '123520.937000', '123520.940000', '123520.942000', '123520.945000', '123520.948000', '123540.814000', '123540.817000', '123540.820000', '123540.824000', '123540.829000', '123540.832000', '123540.835000', '123540.837000', '123540.840000', '123540.843000', '123540.846000', '123540.849000', '123540.852000', '123540.855000', '123540.858000', '123540.861000', '123540.864000', '123540.867000', '123540.870000', '123540.873000', '123540.875000', '123540.878000', '123540.881000', '123540.884000', '123540.887000', '123540.890000', '123540.893000', '123540.896000', '123540.899000', '123540.901000', '123540.904000', '123540.907000', '123540.910000', '123540.913000', '123540.916000', '123540.919000', '123540.922000', '123540.925000', '123540.928000', '123540.931000', '123540.934000', '123540.937000', '123540.940000', '123600.814000', '123600.838000', '123600.841000', '123600.844000', '123600.847000', '123600.850000', '123600.853000', '123600.856000', '123600.859000', '123600.862000', '123600.865000', '123600.868000', '123600.871000', '123600.874000', '123600.877000', '123600.879000', '123600.882000', '123600.885000', '123600.888000', '123600.891000', '123600.894000', '123600.897000', '123600.900000', '123600.903000', '123600.906000', '123600.909000', '123600.912000', '123600.915000', '123600.918000', '123600.921000', '123600.924000', '123600.927000', '123600.929000', '123600.932000', '123600.935000', '123600.938000', '123600.941000', '123600.944000', '123600.947000', '123600.950000', '123600.953000', '123600.956000', '123600.959000', '123600.962000', '123620.814000', '123620.824000', '123620.827000', '123620.830000', '123620.833000', '123620.836000', '123620.839000', '123620.843000', '123620.846000', '123620.849000', '123620.852000', '123620.855000', '123620.858000', '123620.861000', '123620.864000', '123620.867000', '123620.870000', '123620.873000', '123620.875000', '123620.885000', '123620.888000', '123620.891000', '123620.894000', '123620.897000', '123620.899000', '123620.902000', '123620.905000', '123620.908000', '123620.911000', '123620.914000', '123620.917000', '123620.920000', '123620.923000', '123620.926000', '123620.929000', '123620.931000', '123620.934000', '123620.937000', '123620.940000', '123620.943000', '123620.946000', '123620.949000', '123620.952000', '123640.814000', '123640.836000', '123640.839000', '123640.842000', '123640.845000', '123640.848000', '123640.851000', '123640.854000', '123640.857000', '123640.859000', '123640.862000', '123640.865000', '123640.868000', '123640.871000', '123640.874000', '123640.877000', '123640.880000', '123640.883000', '123640.886000', '123640.889000', '123640.892000', '123640.895000', '123640.898000', '123640.900000', '123640.904000', '123640.906000', '123640.909000', '123640.912000', '123640.915000', '123640.918000', '123640.921000', '123640.924000', '123640.927000', '123640.930000', '123640.933000', '123640.936000', '123640.939000', '123640.942000', '123640.945000', '123640.948000', '123640.951000', '123640.954000', '123640.956000', '123640.959000', '123700.814000', '123700.843000', '123700.847000', '123700.849000', '123700.852000', '123700.855000', '123700.858000', '123700.861000', '123700.864000', '123700.867000', '123700.870000', '123700.874000', '123700.879000', '123700.883000', '123700.886000', '123700.889000', '123700.892000', '123700.895000', '123700.898000', '123700.900000', '123700.904000', '123700.906000', '123700.909000', '123700.912000', '123700.915000', '123700.918000', '123700.921000', '123700.924000', '123700.927000', '123700.930000', '123700.933000', '123700.936000', '123700.939000', '123700.942000', '123700.944000', '123700.947000', '123700.950000', '123700.953000', '123700.956000', '123700.959000', '123700.962000', '123700.965000', '123700.968000', '123720.814000', '123720.846000', '123720.848000', '123720.852000', '123720.854000', '123720.857000', '123720.860000', '123720.863000', '123720.866000', '123720.869000', '123720.872000', '123720.875000', '123720.878000', '123720.881000', '123720.884000', '123720.887000', '123720.890000', '123720.893000', '123720.895000', '123720.899000', '123720.901000', '123720.904000', '123720.907000', '123720.910000', '123720.913000', '123720.916000', '123720.919000', '123720.922000', '123720.925000', '123720.927000', '123720.930000', '123720.933000', '123720.936000', '123720.939000', '123720.942000', '123720.945000', '123720.948000', '123720.951000', '123720.954000', '123720.957000', '123720.960000', '123720.962000', '123720.965000', '123720.968000', '123740.814000', '123740.834000', '123740.837000', '123740.840000', '123740.842000', '123740.846000', '123740.848000', '123740.851000', '123740.854000', '123740.857000', '123740.860000', '123740.863000', '123740.866000', '123740.869000', '123740.872000', '123740.875000', '123740.888000', '123740.891000', '123740.894000', '123740.897000', '123740.900000', '123740.903000', '123740.906000', '123740.909000', '123740.912000', '123740.915000', '123740.918000', '123740.921000', '123740.924000', '123740.927000', '123740.930000', '123740.933000', '123740.935000', '123740.938000', '123740.941000', '123740.944000', '123740.947000', '123740.950000', '123740.953000', '123740.964000', '123740.967000', '123740.970000', '123740.973000', '123800.814000', '123800.817000', '123800.820000', '123800.823000', '123800.826000', '123800.829000', '123800.832000', '123800.835000', '123800.838000', '123800.841000', '123800.844000', '123800.847000', '123800.850000', '123800.852000', '123800.856000', '123800.859000', '123800.862000', '123800.864000', '123800.867000', '123800.870000', '123800.873000', '123800.876000', '123800.879000', '123800.882000', '123800.885000', '123800.888000', '123800.891000', '123800.894000', '123800.897000', '123800.900000', '123800.903000', '123800.906000', '123800.909000', '123800.912000', '123800.915000', '123800.918000', '123800.921000', '123800.924000', '123800.927000', '123800.929000', '123800.932000', '123800.935000', '123800.938000', '123800.941000', '123820.814000', '123820.825000', '123820.828000', '123820.830000', '123820.834000', '123820.837000', '123820.839000', '123820.842000', '123820.845000', '123820.848000', '123820.851000', '123820.854000', '123820.857000', '123820.860000', '123820.863000', '123820.866000', '123820.869000', '123820.872000', '123820.875000', '123820.878000', '123820.881000', '123820.884000', '123820.887000', '123820.890000', '123820.893000', '123820.896000', '123820.899000', '123820.905000', '123820.908000', '123820.911000', '123820.914000', '123820.917000', '123820.920000', '123820.923000', '123820.926000', '123820.929000', '123820.932000', '123820.935000', '123820.938000', '123820.940000', '123820.943000', '123820.946000', '123820.949000', '123840.814000', '123840.817000', '123840.820000', '123840.823000', '123840.826000', '123840.829000', '123840.832000', '123840.835000', '123840.838000', '123840.841000', '123840.844000', '123840.847000', '123840.850000', '123840.853000', '123840.856000', '123840.859000', '123840.861000', '123840.865000', '123840.868000', '123840.870000', '123840.873000', '123840.876000', '123840.879000', '123840.882000', '123840.885000', '123840.888000', '123840.891000', '123840.894000', '123840.897000', '123840.900000', '123840.903000', '123840.906000', '123840.909000', '123840.912000', '123840.914000', '123840.917000', '123840.920000', '123840.923000', '123840.926000', '123840.929000', '123840.932000', '123840.935000', '123840.948000', '123840.951000', '123900.535000', '123900.539000', '123900.542000', '123900.552000', '123900.555000', '123900.559000', '123900.563000', '123900.566000', '123900.569000', '123900.572000', '123900.575000', '123900.578000', '123900.581000', '123900.584000', '123900.587000', '123900.591000', '123900.594000', '123900.597000', '123900.600000', '123900.603000', '123900.606000', '123900.609000', '123900.612000', '123900.615000', '123900.617000', '123900.620000', '123900.623000', '123900.626000', '123900.629000', '123900.632000', '123900.635000', '123900.638000', '123900.641000', '123900.644000', '123900.647000', '123900.650000', '123900.653000', '123900.656000', '123900.659000', '123900.662000', '123900.665000', '123900.668000', '123900.670000'], 'InstanceCreationTime': ['122920.846000', '122920.849000', '122920.852000', '122920.855000', '122920.858000', '122920.861000', '122920.864000', '122920.867000', '122920.870000', '122920.873000', '122920.876000', '122920.878000', '122920.882000', '122920.887000', '122920.891000', '122920.894000', '122920.897000', '122920.900000', '122920.902000', '122920.906000', '122920.908000', '122920.911000', '122920.916000', '122920.919000', '122920.922000', '122920.925000', '122920.928000', '122920.931000', '122920.934000', '122920.937000', '122920.939000', '122920.942000', '122920.945000', '122920.952000', '122920.954000', '122920.957000', '122920.960000', '122920.963000', '122920.966000', '122920.969000', '122920.972000', '122920.975000', '122920.977000', '122920.980000', '122920.983000', '122920.986000', '122920.989000', '122920.992000', '122920.995000', '122920.997000', '122921.001000', '122921.004000', '122921.007000', '122921.010000', '122921.013000', '122921.016000', '122921.019000', '122921.021000', '122921.024000', '122921.027000', '122921.030000', '122940.814000', '122940.817000', '122940.820000', '122940.823000', '122940.826000', '122940.828000', '122940.831000', '122940.834000', '122940.837000', '122940.840000', '122940.843000', '122940.846000', '122940.849000', '122940.852000', '122940.855000', '122940.858000', '122940.860000', '122940.863000', '122940.866000', '122940.869000', '122940.872000', '122940.875000', '122940.878000', '122940.881000', '122940.884000', '122940.886000', '122940.889000', '122940.892000', '122940.895000', '122940.898000', '122940.901000', '122940.904000', '122940.907000', '122940.909000', '122940.912000', '122940.915000', '122940.918000', '122940.921000', '122940.924000', '122940.927000', '122940.930000', '122940.933000', '122940.935000', '122940.938000', '123000.814000', '123000.817000', '123000.820000', '123000.823000', '123000.826000', '123000.829000', '123000.832000', '123000.835000', '123000.839000', '123000.842000', '123000.845000', '123000.848000', '123000.851000', '123000.854000', '123000.857000', '123000.860000', '123000.863000', '123000.866000', '123000.868000', '123000.871000', '123000.874000', '123000.877000', '123000.880000', '123000.883000', '123000.886000', '123000.890000', '123000.893000', '123000.896000', '123000.899000', '123000.902000', '123000.905000', '123000.908000', '123000.911000', '123000.913000', '123000.916000', '123000.919000', '123000.922000', '123000.925000', '123000.928000', '123000.931000', '123000.934000', '123000.937000', '123000.939000', '123020.814000', '123020.817000', '123020.820000', '123020.823000', '123020.826000', '123020.829000', '123020.832000', '123020.835000', '123020.837000', '123020.840000', '123020.843000', '123020.846000', '123020.849000', '123020.852000', '123020.855000', '123020.858000', '123020.861000', '123020.864000', '123020.867000', '123020.870000', '123020.873000', '123020.894000', '123020.897000', '123020.900000', '123020.903000', '123020.906000', '123020.909000', '123020.912000', '123020.915000', '123020.918000', '123020.921000', '123020.923000', '123020.926000', '123020.929000', '123020.932000', '123020.935000', '123020.938000', '123020.941000', '123020.944000', '123020.947000', '123020.950000', '123020.952000', '123020.955000', '123020.958000', '123040.814000', '123040.817000', '123040.820000', '123040.823000', '123040.826000', '123040.829000', '123040.832000', '123040.835000', '123040.838000', '123040.840000', '123040.843000', '123040.846000', '123040.849000', '123040.852000', '123040.855000', '123040.858000', '123040.861000', '123040.864000', '123040.866000', '123040.869000', '123040.872000', '123040.875000', '123040.878000', '123040.881000', '123040.884000', '123040.887000', '123040.890000', '123040.893000', '123040.896000', '123040.899000', '123040.901000', '123040.904000', '123040.907000', '123040.910000', '123040.915000', '123040.917000', '123040.920000', '123040.923000', '123040.927000', '123040.930000', '123040.933000', '123040.936000', '123040.939000', '123100.814000', '123100.817000', '123100.820000', '123100.823000', '123100.826000', '123100.829000', '123100.832000', '123100.835000', '123100.838000', '123100.841000', '123100.844000', '123100.847000', '123100.849000', '123100.853000', '123100.855000', '123100.858000', '123100.861000', '123100.864000', '123100.867000', '123100.870000', '123100.873000', '123100.876000', '123100.879000', '123100.881000', '123100.884000', '123100.887000', '123100.890000', '123100.893000', '123100.896000', '123100.899000', '123100.902000', '123100.905000', '123100.908000', '123100.911000', '123100.914000', '123100.916000', '123100.919000', '123100.922000', '123100.925000', '123100.928000', '123100.931000', '123100.934000', '123100.937000', '123100.940000', '123120.814000', '123120.817000', '123120.820000', '123120.823000', '123120.826000', '123120.829000', '123120.832000', '123120.835000', '123120.837000', '123120.840000', '123120.843000', '123120.846000', '123120.849000', '123120.852000', '123120.855000', '123120.858000', '123120.861000', '123120.864000', '123120.867000', '123120.870000', '123120.872000', '123120.877000', '123120.880000', '123120.883000', '123120.886000', '123120.889000', '123120.892000', '123120.895000', '123120.898000', '123120.901000', '123120.904000', '123120.907000', '123120.910000', '123120.913000', '123120.915000', '123120.918000', '123120.921000', '123120.924000', '123120.927000', '123120.933000', '123120.936000', '123120.940000', '123120.943000', '123140.814000', '123140.817000', '123140.820000', '123140.823000', '123140.826000', '123140.829000', '123140.831000', '123140.834000', '123140.838000', '123140.840000', '123140.843000', '123140.846000', '123140.849000', '123140.852000', '123140.855000', '123140.858000', '123140.861000', '123140.864000', '123140.867000', '123140.870000', '123140.873000', '123140.876000', '123140.878000', '123140.881000', '123140.889000', '123140.892000', '123140.895000', '123140.898000', '123140.901000', '123140.904000', '123140.907000', '123140.910000', '123140.913000', '123140.915000', '123140.918000', '123140.921000', '123140.924000', '123140.927000', '123140.930000', '123140.933000', '123140.936000', '123140.939000', '123140.941000', '123140.944000', '123200.814000', '123200.817000', '123200.820000', '123200.823000', '123200.826000', '123200.829000', '123200.832000', '123200.835000', '123200.838000', '123200.841000', '123200.844000', '123200.847000', '123200.850000', '123200.852000', '123200.856000', '123200.858000', '123200.873000', '123200.875000', '123200.878000', '123200.881000', '123200.884000', '123200.887000', '123200.890000', '123200.893000', '123200.896000', '123200.899000', '123200.902000', '123200.905000', '123200.908000', '123200.911000', '123200.914000', '123200.917000', '123200.919000', '123200.922000', '123200.925000', '123200.928000', '123200.931000', '123200.934000', '123200.937000', '123200.940000', '123200.943000', '123200.946000', '123200.949000', '123220.814000', '123220.824000', '123220.827000', '123220.830000', '123220.833000', '123220.836000', '123220.839000', '123220.842000', '123220.845000', '123220.848000', '123220.850000', '123220.854000', '123220.857000', '123220.859000', '123220.862000', '123220.865000', '123220.868000', '123220.871000', '123220.874000', '123220.877000', '123220.880000', '123220.883000', '123220.886000', '123220.889000', '123220.892000', '123220.895000', '123220.897000', '123220.900000', '123220.903000', '123220.906000', '123220.909000', '123220.912000', '123220.915000', '123220.925000', '123220.927000', '123220.938000', '123220.941000', '123220.944000', '123220.947000', '123220.950000', '123220.953000', '123220.956000', '123220.959000', '123220.962000', '123240.814000', '123240.817000', '123240.820000', '123240.823000', '123240.826000', '123240.829000', '123240.832000', '123240.835000', '123240.838000', '123240.841000', '123240.844000', '123240.846000', '123240.849000', '123240.852000', '123240.855000', '123240.858000', '123240.861000', '123240.864000', '123240.867000', '123240.870000', '123240.873000', '123240.876000', '123240.879000', '123240.882000', '123240.884000', '123240.887000', '123240.890000', '123240.893000', '123240.896000', '123240.899000', '123240.902000', '123240.905000', '123240.908000', '123240.911000', '123240.915000', '123240.918000', '123240.921000', '123240.924000', '123240.927000', '123240.930000', '123240.933000', '123240.936000', '123240.939000', '123300.814000', '123300.817000', '123300.820000', '123300.823000', '123300.826000', '123300.829000', '123300.832000', '123300.834000', '123300.837000', '123300.840000', '123300.843000', '123300.846000', '123300.849000', '123300.852000', '123300.855000', '123300.858000', '123300.861000', '123300.864000', '123300.867000', '123300.870000', '123300.872000', '123300.875000', '123300.878000', '123300.881000', '123300.884000', '123300.887000', '123300.890000', '123300.893000', '123300.896000', '123300.899000', '123300.902000', '123300.905000', '123300.908000', '123300.911000', '123300.914000', '123300.916000', '123300.919000', '123300.922000', '123300.925000', '123300.928000', '123300.931000', '123300.934000', '123300.937000', '123300.940000', '123320.814000', '123320.834000', '123320.837000', '123320.840000', '123320.843000', '123320.846000', '123320.849000', '123320.852000', '123320.855000', '123320.858000', '123320.861000', '123320.864000', '123320.867000', '123320.870000', '123320.872000', '123320.875000', '123320.878000', '123320.881000', '123320.884000', '123320.887000', '123320.890000', '123320.893000', '123320.896000', '123320.899000', '123320.902000', '123320.905000', '123320.908000', '123320.911000', '123320.914000', '123320.917000', '123320.919000', '123320.922000', '123320.925000', '123320.928000', '123320.931000', '123320.934000', '123320.937000', '123320.940000', '123320.943000', '123320.945000', '123320.948000', '123320.961000', '123320.964000', '123340.815000', '123340.818000', '123340.821000', '123340.824000', '123340.827000', '123340.830000', '123340.833000', '123340.836000', '123340.839000', '123340.842000', '123340.845000', '123340.847000', '123340.850000', '123340.854000', '123340.856000', '123340.859000', '123340.862000', '123340.865000', '123340.868000', '123340.871000', '123340.874000', '123340.877000', '123340.880000', '123340.883000', '123340.886000', '123340.889000', '123340.892000', '123340.895000', '123340.898000', '123340.901000', '123340.904000', '123340.906000', '123340.909000', '123340.912000', '123340.915000', '123340.918000', '123340.921000', '123340.924000', '123340.927000', '123340.930000', '123340.933000', '123340.936000', '123340.938000', '123400.814000', '123400.835000', '123400.838000', '123400.841000', '123400.844000', '123400.847000', '123400.850000', '123400.853000', '123400.856000', '123400.859000', '123400.861000', '123400.864000', '123400.867000', '123400.870000', '123400.873000', '123400.876000', '123400.879000', '123400.882000', '123400.885000', '123400.888000', '123400.891000', '123400.894000', '123400.897000', '123400.900000', '123400.903000', '123400.906000', '123400.909000', '123400.912000', '123400.915000', '123400.917000', '123400.920000', '123400.923000', '123400.926000', '123400.929000', '123400.932000', '123400.935000', '123400.938000', '123400.941000', '123400.944000', '123400.946000', '123400.951000', '123400.955000', '123400.958000', '123400.960000', '123420.814000', '123420.817000', '123420.820000', '123420.823000', '123420.826000', '123420.829000', '123420.832000', '123420.835000', '123420.838000', '123420.841000', '123420.844000', '123420.847000', '123420.850000', '123420.853000', '123420.856000', '123420.858000', '123420.862000', '123420.864000', '123420.867000', '123420.870000', '123420.873000', '123420.876000', '123420.879000', '123420.882000', '123420.885000', '123420.888000', '123420.891000', '123420.894000', '123420.897000', '123420.900000', '123420.903000', '123420.905000', '123420.908000', '123420.911000', '123420.914000', '123420.917000', '123420.920000', '123420.923000', '123420.926000', '123420.929000', '123420.932000', '123420.935000', '123420.938000', '123440.814000', '123440.817000', '123440.820000', '123440.823000', '123440.826000', '123440.829000', '123440.831000', '123440.835000', '123440.837000', '123440.840000', '123440.843000', '123440.846000', '123440.849000', '123440.852000', '123440.855000', '123440.858000', '123440.861000', '123440.864000', '123440.867000', '123440.870000', '123440.873000', '123440.875000', '123440.878000', '123440.881000', '123440.884000', '123440.887000', '123440.890000', '123440.893000', '123440.896000', '123440.899000', '123440.902000', '123440.905000', '123440.908000', '123440.911000', '123440.913000', '123440.916000', '123440.919000', '123440.922000', '123440.925000', '123440.928000', '123440.931000', '123440.934000', '123440.937000', '123440.940000', '123500.814000', '123500.817000', '123500.820000', '123500.824000', '123500.827000', '123500.830000', '123500.833000', '123500.836000', '123500.839000', '123500.852000', '123500.855000', '123500.858000', '123500.861000', '123500.864000', '123500.867000', '123500.870000', '123500.873000', '123500.876000', '123500.879000', '123500.882000', '123500.886000', '123500.890000', '123500.893000', '123500.896000', '123500.899000', '123500.902000', '123500.905000', '123500.908000', '123500.911000', '123500.914000', '123500.917000', '123500.920000', '123500.923000', '123500.926000', '123500.929000', '123500.938000', '123500.941000', '123500.944000', '123500.947000', '123500.950000', '123500.953000', '123500.956000', '123500.959000', '123520.814000', '123520.826000', '123520.829000', '123520.832000', '123520.835000', '123520.838000', '123520.841000', '123520.844000', '123520.847000', '123520.849000', '123520.852000', '123520.855000', '123520.858000', '123520.861000', '123520.864000', '123520.867000', '123520.870000', '123520.873000', '123520.876000', '123520.879000', '123520.881000', '123520.884000', '123520.887000', '123520.890000', '123520.893000', '123520.896000', '123520.899000', '123520.902000', '123520.905000', '123520.908000', '123520.911000', '123520.913000', '123520.916000', '123520.919000', '123520.922000', '123520.925000', '123520.928000', '123520.931000', '123520.934000', '123520.937000', '123520.940000', '123520.942000', '123520.945000', '123520.948000', '123540.814000', '123540.817000', '123540.820000', '123540.824000', '123540.829000', '123540.832000', '123540.835000', '123540.837000', '123540.840000', '123540.843000', '123540.846000', '123540.849000', '123540.852000', '123540.855000', '123540.858000', '123540.861000', '123540.864000', '123540.867000', '123540.870000', '123540.873000', '123540.875000', '123540.878000', '123540.881000', '123540.884000', '123540.887000', '123540.890000', '123540.893000', '123540.896000', '123540.899000', '123540.901000', '123540.904000', '123540.907000', '123540.910000', '123540.913000', '123540.916000', '123540.919000', '123540.922000', '123540.925000', '123540.928000', '123540.931000', '123540.934000', '123540.937000', '123540.940000', '123600.814000', '123600.838000', '123600.841000', '123600.844000', '123600.847000', '123600.850000', '123600.853000', '123600.856000', '123600.859000', '123600.862000', '123600.865000', '123600.868000', '123600.871000', '123600.874000', '123600.877000', '123600.879000', '123600.882000', '123600.885000', '123600.888000', '123600.891000', '123600.894000', '123600.897000', '123600.900000', '123600.903000', '123600.906000', '123600.909000', '123600.912000', '123600.915000', '123600.918000', '123600.921000', '123600.924000', '123600.927000', '123600.929000', '123600.932000', '123600.935000', '123600.938000', '123600.941000', '123600.944000', '123600.947000', '123600.950000', '123600.953000', '123600.956000', '123600.959000', '123600.962000', '123620.814000', '123620.824000', '123620.827000', '123620.830000', '123620.833000', '123620.836000', '123620.839000', '123620.843000', '123620.846000', '123620.849000', '123620.852000', '123620.855000', '123620.858000', '123620.861000', '123620.864000', '123620.867000', '123620.870000', '123620.873000', '123620.875000', '123620.885000', '123620.888000', '123620.891000', '123620.894000', '123620.897000', '123620.899000', '123620.902000', '123620.905000', '123620.908000', '123620.911000', '123620.914000', '123620.917000', '123620.920000', '123620.923000', '123620.926000', '123620.929000', '123620.931000', '123620.934000', '123620.937000', '123620.940000', '123620.943000', '123620.946000', '123620.949000', '123620.952000', '123640.814000', '123640.836000', '123640.839000', '123640.842000', '123640.845000', '123640.848000', '123640.851000', '123640.854000', '123640.857000', '123640.859000', '123640.862000', '123640.865000', '123640.868000', '123640.871000', '123640.874000', '123640.877000', '123640.880000', '123640.883000', '123640.886000', '123640.889000', '123640.892000', '123640.895000', '123640.898000', '123640.900000', '123640.904000', '123640.906000', '123640.909000', '123640.912000', '123640.915000', '123640.918000', '123640.921000', '123640.924000', '123640.927000', '123640.930000', '123640.933000', '123640.936000', '123640.939000', '123640.942000', '123640.945000', '123640.948000', '123640.951000', '123640.954000', '123640.956000', '123640.959000', '123700.814000', '123700.843000', '123700.847000', '123700.849000', '123700.852000', '123700.855000', '123700.858000', '123700.861000', '123700.864000', '123700.867000', '123700.870000', '123700.874000', '123700.879000', '123700.883000', '123700.886000', '123700.889000', '123700.892000', '123700.895000', '123700.898000', '123700.900000', '123700.904000', '123700.906000', '123700.909000', '123700.912000', '123700.915000', '123700.918000', '123700.921000', '123700.924000', '123700.927000', '123700.930000', '123700.933000', '123700.936000', '123700.939000', '123700.942000', '123700.944000', '123700.947000', '123700.950000', '123700.953000', '123700.956000', '123700.959000', '123700.962000', '123700.965000', '123700.968000', '123720.814000', '123720.846000', '123720.848000', '123720.852000', '123720.854000', '123720.857000', '123720.860000', '123720.863000', '123720.866000', '123720.869000', '123720.872000', '123720.875000', '123720.878000', '123720.881000', '123720.884000', '123720.887000', '123720.890000', '123720.893000', '123720.895000', '123720.899000', '123720.901000', '123720.904000', '123720.907000', '123720.910000', '123720.913000', '123720.916000', '123720.919000', '123720.922000', '123720.925000', '123720.927000', '123720.930000', '123720.933000', '123720.936000', '123720.939000', '123720.942000', '123720.945000', '123720.948000', '123720.951000', '123720.954000', '123720.957000', '123720.960000', '123720.962000', '123720.965000', '123720.968000', '123740.814000', '123740.834000', '123740.837000', '123740.840000', '123740.842000', '123740.846000', '123740.848000', '123740.851000', '123740.854000', '123740.857000', '123740.860000', '123740.863000', '123740.866000', '123740.869000', '123740.872000', '123740.875000', '123740.888000', '123740.891000', '123740.894000', '123740.897000', '123740.900000', '123740.903000', '123740.906000', '123740.909000', '123740.912000', '123740.915000', '123740.918000', '123740.921000', '123740.924000', '123740.927000', '123740.930000', '123740.933000', '123740.935000', '123740.938000', '123740.941000', '123740.944000', '123740.947000', '123740.950000', '123740.953000', '123740.964000', '123740.967000', '123740.970000', '123740.973000', '123800.814000', '123800.817000', '123800.820000', '123800.823000', '123800.826000', '123800.829000', '123800.832000', '123800.835000', '123800.838000', '123800.841000', '123800.844000', '123800.847000', '123800.850000', '123800.852000', '123800.856000', '123800.859000', '123800.862000', '123800.864000', '123800.867000', '123800.870000', '123800.873000', '123800.876000', '123800.879000', '123800.882000', '123800.885000', '123800.888000', '123800.891000', '123800.894000', '123800.897000', '123800.900000', '123800.903000', '123800.906000', '123800.909000', '123800.912000', '123800.915000', '123800.918000', '123800.921000', '123800.924000', '123800.927000', '123800.929000', '123800.932000', '123800.935000', '123800.938000', '123800.941000', '123820.814000', '123820.825000', '123820.828000', '123820.830000', '123820.834000', '123820.837000', '123820.839000', '123820.842000', '123820.845000', '123820.848000', '123820.851000', '123820.854000', '123820.857000', '123820.860000', '123820.863000', '123820.866000', '123820.869000', '123820.872000', '123820.875000', '123820.878000', '123820.881000', '123820.884000', '123820.887000', '123820.890000', '123820.893000', '123820.896000', '123820.899000', '123820.905000', '123820.908000', '123820.911000', '123820.914000', '123820.917000', '123820.920000', '123820.923000', '123820.926000', '123820.929000', '123820.932000', '123820.935000', '123820.938000', '123820.940000', '123820.943000', '123820.946000', '123820.949000', '123840.814000', '123840.817000', '123840.820000', '123840.823000', '123840.826000', '123840.829000', '123840.832000', '123840.835000', '123840.838000', '123840.841000', '123840.844000', '123840.847000', '123840.850000', '123840.853000', '123840.856000', '123840.859000', '123840.861000', '123840.865000', '123840.868000', '123840.870000', '123840.873000', '123840.876000', '123840.879000', '123840.882000', '123840.885000', '123840.888000', '123840.891000', '123840.894000', '123840.897000', '123840.900000', '123840.903000', '123840.906000', '123840.909000', '123840.912000', '123840.914000', '123840.917000', '123840.920000', '123840.923000', '123840.926000', '123840.929000', '123840.932000', '123840.935000', '123840.948000', '123840.951000', '123900.535000', '123900.539000', '123900.542000', '123900.552000', '123900.555000', '123900.559000', '123900.563000', '123900.566000', '123900.569000', '123900.572000', '123900.575000', '123900.578000', '123900.581000', '123900.584000', '123900.587000', '123900.591000', '123900.594000', '123900.597000', '123900.600000', '123900.603000', '123900.606000', '123900.609000', '123900.612000', '123900.615000', '123900.617000', '123900.620000', '123900.623000', '123900.626000', '123900.629000', '123900.632000', '123900.635000', '123900.638000', '123900.641000', '123900.644000', '123900.647000', '123900.650000', '123900.653000', '123900.656000', '123900.659000', '123900.662000', '123900.665000', '123900.668000', '123900.670000'], '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': [11415, 9049, 10932, 9692, 10695, 9759, 11312, 9451, 11442, 9451, 11407, 10019, 12160, 10615, 12392, 9937, 11998, 11854, 12044, 11137, 11035, 12290, 10838, 12796, 10573, 12625, 10675, 12781, 11347, 12796, 10031, 12447, 10807, 12378, 11525, 12096, 10896, 11449, 11623, 11241, 12247, 10887, 12121, 10364, 11299, 10177, 12412, 10613, 11678, 10453, 12483, 10648, 12427, 10902, 12410, 10911, 12047, 10992, 11217, 9900, 10640, 10551, 11575, 10545, 11812, 10522, 12338, 10305, 12498, 10005, 12127, 10232, 12191, 10064, 12526, 9976, 12266, 10225, 12475, 9961, 12243, 10223, 12011, 11483, 11909, 11491, 11627, 11444, 11352, 11419, 11470, 11208, 11457, 11684, 11279, 11072, 11529, 11107, 11690, 11006, 11680, 10600, 11659, 11668, 11665, 12311, 11232, 11918, 11141, 11083, 10738, 11544, 10404, 11567, 10334, 12234, 9968, 11815, 9211, 11441, 10149, 11823, 9540, 11376, 9615, 11776, 9507, 11905, 9574, 11361, 9603, 11031, 9671, 11871, 9200, 12155, 9020, 11426, 9861, 11982, 9250, 11695, 9121, 11777, 11342, 11561, 12751, 10781, 12289, 9806, 11296, 10330, 12034, 11794, 11618, 11798, 10864, 12413, 9958, 11258, 10110, 11168, 9335, 11000, 9384, 11365, 11105, 11123, 11759, 10804, 11912, 9989, 11406, 9326, 11494, 9794, 11638, 9900, 11403, 10117, 11656, 10360, 11320, 10473, 11288, 10799, 11148, 12155, 10701, 11855, 9889, 11226, 9552, 11762, 11738, 11041, 11633, 10071, 11577, 11309, 10948, 12363, 9844, 11489, 10169, 11074, 10310, 10633, 9185, 10893, 10220, 10975, 10640, 10744, 11537, 9451, 11150, 8944, 10864, 12127, 9931, 10834, 8882, 11084, 11532, 10953, 12328, 10517, 11337, 10030, 11646, 9715, 12110, 9365, 11395, 8876, 10847, 9235, 11599, 9309, 11498, 8958, 11610, 11573, 11485, 12331, 11109, 11908, 10333, 12094, 9746, 10972, 10976, 11489, 11155, 11193, 11320, 10753, 12454, 10115, 11293, 9278, 11279, 9140, 11910, 9455, 11361, 11458, 11171, 10931, 11173, 10926, 10917, 12354, 10689, 12105, 10718, 12226, 10359, 12070, 10433, 10375, 10131, 11384, 9647, 11632, 9820, 10923, 9083, 11371, 11068, 10928, 11416, 9882, 10509, 9360, 11391, 8823, 9565, 11533, 10725, 11271, 11132, 11035, 10964, 10404, 10927, 11324, 10513, 11807, 10099, 11499, 10006, 10200, 9442, 10846, 8980, 10350, 9398, 11157, 9125, 11133, 8796, 10651, 8634, 10665, 8887, 10936, 8723, 11105, 8553, 10971, 8500, 10246, 8822, 10533, 9526, 10625, 9370, 10705, 10692, 10057, 10826, 10256, 10795, 10315, 11262, 10248, 11372, 10239, 11532, 9556, 10535, 9025, 11249, 8607, 11139, 8829, 10585, 8507, 10696, 10314, 10614, 11899, 10214, 11608, 10213, 11214, 9737, 11318, 9487, 11160, 9241, 10324, 9385, 11086, 11432, 10105, 10783, 10845, 10336, 11913, 9944, 11000, 9117, 10713, 11513, 10417, 11853, 9084, 11064, 10962, 10610, 11608, 10094, 11607, 9127, 11183, 10982, 10826, 11254, 9282, 10516, 11608, 10682, 11834, 10226, 11216, 10091, 11023, 9966, 10619, 9087, 10784, 8866, 10928, 11464, 10401, 11409, 9197, 10728, 9059, 10970, 10887, 11072, 10982, 10751, 10500, 10704, 11633, 9787, 11264, 9047, 11022, 8775, 10833, 9817, 10871, 11891, 10085, 11498, 8667, 9900, 11144, 10417, 11507, 10015, 11710, 8904, 10869, 11364, 10390, 11903, 10261, 11334, 10096, 11479, 10187, 11251, 9957, 10714, 9984, 11571, 10156, 11699, 10084, 10561, 9042, 10732, 8572, 11070, 8858, 11278, 8471, 10873, 8406, 10148, 9279, 10753, 9842, 10729, 10068, 10540, 10705, 10302, 11005, 10359, 9991, 10240, 9869, 10010, 9972, 10231, 10689, 10393, 9054, 10386, 8677, 10491, 8585, 10625, 8510, 10695, 8717, 10689, 9473, 10311, 9566, 10440, 10144, 10652, 10903, 10187, 9651, 10427, 9654, 10793, 9669, 10594, 9312, 10426, 8998, 10467, 9765, 10199, 11145, 10171, 11243, 10067, 11459, 9790, 10818, 9100, 11212, 9019, 10132, 8746, 10230, 8404, 10325, 9149, 10726, 8920, 10951, 8444, 10457, 8565, 9539, 8744, 9898, 8845, 9728, 8724, 10142, 8592, 10740, 8810, 10507, 8834, 10531, 8734, 10399, 8932, 9943, 8631, 10401, 8553, 10128, 8657, 9606, 8995, 9750, 8379, 9642, 8628, 9621, 8624, 9606, 8456, 10253, 8816, 10194, 8649, 9466, 8583, 10528, 8747, 10328, 8525, 10085, 8704, 10533, 8991, 10405, 8651, 9463, 8558, 9251, 8415, 9741, 8512, 10783, 8315, 10695, 8373, 10529, 9163, 9922, 10566, 9200, 11857, 9743, 10765, 9003, 11001, 9082, 11119, 8822, 10623, 8366, 10619, 8629, 10743, 8868, 10405, 8998, 10462, 8810, 10287, 8770, 9862, 8740, 10220, 8945, 9754, 9174, 9836, 9020, 10149, 9138, 9840, 9587, 9481, 9717, 9303, 9830, 9448, 9826, 9567, 9609, 9652, 9925, 9931, 9752, 10359, 9574, 11077, 9481, 11140, 9656, 9041, 8945, 8536, 8629, 8379, 8460, 8468, 9413, 8418, 9617, 8484, 10033, 9295, 10024, 8822, 10225, 8509, 9883, 8453, 9173, 9588, 10654, 8884, 10465, 9064, 10538, 11083, 9663, 10680, 9630, 11460, 9480, 10532, 8567, 9511, 9205, 9362, 10427, 8506, 9471, 9995, 9683, 9947, 10181, 9407, 11155, 9588, 10250, 8871, 10980, 9464, 10943, 9363, 9917, 8764, 10873, 8770, 10917, 8586, 10513, 9172, 9700, 8727, 10310, 8926, 9749, 8545, 9170, 9042, 9185, 9462, 9900, 8883, 9421, 8361, 8714, 8775, 8909, 8728, 10094, 8419, 10499, 8474, 10593, 9125, 9899, 10833, 10143, 10365, 10318, 11216, 9731, 11198, 9258, 10436, 9468, 11073, 9430, 10377, 9275, 11521, 8807, 11018, 8488, 10579, 10450, 10391, 11041, 9259, 11465, 9107, 9970, 8988, 11019, 8970, 10283, 9834, 9948, 12123, 8964, 11047, 8875, 9665, 8936, 10311, 9336, 9091, 10424, 10212, 10278, 9111, 10906, 9237, 10595, 9272, 9742, 9069, 10626, 9091, 10719, 11315, 9664, 10316, 9564, 10286, 9717, 11495, 9223, 9911, 8869, 11194, 8899, 10795, 9110, 10781, 9673, 10354, 10813, 9909, 11298, 9512, 11626, 9062, 11126, 9219, 10626, 9659, 10795, 9317, 11625, 9369, 10798, 9430, 10149, 11545, 9853, 12087, 10055, 11533, 9698, 10787, 9846, 10499, 9924, 10776, 9868, 10892, 9288, 10961, 9503, 11059, 9513, 9689, 10490, 10686, 9933, 10004, 10651, 10483, 11437, 10608, 10915, 10717, 10335, 10294, 10608, 9500, 11458, 9568, 11281, 9491, 10139, 9129, 11287, 9504, 9722, 9445, 10625, 11548, 10356, 11622, 9501, 10666, 9495, 12154, 9405, 10565, 9477, 9789, 9306, 9649, 9593, 10195, 9366, 9849, 9352, 10499, 9258, 9823, 11015, 9684, 11378, 9602, 10532, 9543, 9917, 9438, 10428, 9565, 10520, 9276, 9249, 9456, 10556, 9367, 10152, 9652, 9861, 10375, 9536, 11823, 9746, 11523, 9606, 10922, 9605, 9779, 9641, 10657, 9542, 11072, 9609, 9604, 9548, 10384, 12079, 9481, 10273, 9517, 10975, 9396, 9286, 10267, 9167, 11441, 11021, 12095, 9480, 11463, 9688, 9955, 9921, 10563, 9544, 9764, 9686, 10352, 11741, 10417, 11679, 9921, 10466, 9725, 10239, 9481, 11041, 9404, 10970, 9319, 10913, 8906, 11062, 11342, 10337, 11167, 11620, 10673, 11906, 9085, 10502, 11342, 9697, 10946, 9395, 10929, 11765, 9385, 11670, 10331, 9175, 11035, 8885, 11054, 9168, 11244, 9060, 11373, 8732, 11369, 8959, 11477, 8864, 11391, 9216, 11302, 9448, 10089, 9334, 10882, 9245, 11034, 9920, 10876, 11519, 10970, 10837, 10556, 11996, 10477, 11556, 10638, 11739, 10701, 10439, 10852, 9320, 11040, 9701, 10844, 9605, 11335, 10496, 10946, 9885, 10923, 10436, 10811, 11996, 10602, 11512, 10647, 11608, 11256, 11719, 11011, 11487, 10869, 11282, 10924, 11589, 10571, 12242, 10597, 10884, 10038, 11488, 10270, 11411, 10334, 10847, 10497, 9669, 10741, 9533, 10591, 9939, 10634, 9529, 10858, 9944, 10646, 10944, 10875, 11036, 11114, 11980, 10804, 10747, 10379, 10704, 10323, 11269, 10207, 10526, 9794, 10651, 9881, 12350, 10066, 10940, 9604, 11357, 9916, 10713, 9960, 11145, 10196, 10495, 9833, 10451, 10372, 11074, 10146, 11357, 10574, 11410, 10687, 11469, 10297, 10802, 9219, 11700, 9275, 10520, 9564, 11488, 9538, 10990, 9814, 10198, 9564, 10193, 9627, 10882, 9443, 10619, 9600, 10452, 9531, 10483, 9296, 11372, 9647, 10184, 9544, 10407, 9638, 10749, 10111, 10439, 9443, 11063, 9778, 11311, 9539, 10325, 9509, 11425, 9886, 11430, 9682, 10350, 9873, 10383, 9694, 10486, 9632, 10101, 10378, 10404, 10208, 10763, 9803, 10934, 10092, 11424, 9724, 11683, 9954, 11144, 10903, 11138, 10711, 10780, 10059, 10966, 9887, 10767, 9890, 10530, 9718, 10290, 9461, 11484, 9971, 11764, 9504, 11790, 9747, 10370, 9948, 11475, 9955, 11504, 10759, 11010, 11931, 10492, 11061, 10216, 11800, 9979, 12572, 10339, 12152, 10032, 12027, 9934, 12301, 10041, 12086, 9757, 12319, 9850, 12232, 10237, 11881, 10143, 11874, 9968, 11098, 10007, 10374, 9674, 11725, 10075, 11619, 10151, 11494, 9900, 10799, 9985, 10396, 10249, 11162, 11087, 11073, 10010, 10916, 10057, 11834, 10028, 11653, 9965, 11394, 9943, 11296, 10084, 11184, 9968, 11218, 10057, 10992, 10127, 11186, 10082, 10739, 10192, 10155, 9884, 9980, 10026, 10627, 10018, 12065, 9844, 11432, 10013, 11084, 9969, 10497, 10869, 9726, 11446, 9859, 11352, 9790, 11024, 10031, 12055, 9889, 11971, 10170, 11563, 10246, 10550, 10008, 10585, 10003, 10382, 10178, 10739, 10182, 11282, 9913, 11426, 10074, 12094, 10065, 11668, 9974, 10869, 10093, 10365, 10769, 9862, 11185, 10081, 10628, 9889, 10021, 9964, 10926, 10032, 11484, 9983, 10792, 9815, 10374, 10088, 10518, 10035], 'WindowCenter': [4398.0, 4353.0, 4359.0, 4338.0, 4345.0, 4335.0, 4345.0, 4323.0, 4342.0, 4323.0, 4355.0, 4333.0, 4353.0, 4345.0, 4394.0, 4358.0, 4382.0, 4379.0, 4383.0, 4369.0, 4370.0, 4379.0, 4370.0, 4379.0, 4358.0, 4378.0, 4358.0, 4379.0, 4357.0, 4376.0, 4345.0, 4365.0, 4344.0, 4367.0, 4354.0, 4353.0, 4345.0, 4344.0, 4343.0, 4343.0, 4353.0, 4344.0, 4353.0, 4333.0, 4342.0, 4330.0, 4340.0, 4331.0, 4328.0, 4329.0, 4338.0, 4330.0, 4352.0, 4330.0, 4339.0, 4329.0, 4352.0, 4331.0, 4340.0, 4334.0, 4343.0, 4355.0, 4353.0, 4343.0, 4353.0, 4344.0, 4354.0, 4344.0, 4352.0, 4332.0, 4352.0, 4343.0, 4352.0, 4332.0, 4352.0, 4332.0, 4353.0, 4333.0, 4353.0, 4333.0, 4354.0, 4333.0, 4355.0, 4343.0, 4354.0, 4353.0, 4343.0, 4342.0, 4344.0, 4331.0, 4341.0, 4330.0, 4341.0, 4340.0, 4329.0, 4328.0, 4329.0, 4328.0, 4340.0, 4341.0, 4342.0, 4343.0, 4342.0, 4341.0, 4343.0, 4353.0, 4355.0, 4354.0, 4344.0, 4343.0, 4344.0, 4353.0, 4343.0, 4343.0, 4344.0, 4352.0, 4333.0, 4354.0, 4323.0, 4342.0, 4332.0, 4341.0, 4322.0, 4330.0, 4321.0, 4339.0, 4319.0, 4339.0, 4319.0, 4340.0, 4320.0, 4331.0, 4322.0, 4342.0, 4321.0, 4354.0, 4322.0, 4355.0, 4333.0, 4352.0, 4335.0, 4354.0, 4322.0, 4355.0, 4355.0, 4354.0, 4365.0, 4344.0, 4355.0, 4334.0, 4344.0, 4346.0, 4366.0, 4355.0, 4354.0, 4353.0, 4343.0, 4353.0, 4335.0, 4343.0, 4333.0, 4343.0, 4320.0, 4331.0, 4320.0, 4341.0, 4330.0, 4331.0, 4341.0, 4331.0, 4341.0, 4332.0, 4354.0, 4323.0, 4342.0, 4332.0, 4343.0, 4333.0, 4354.0, 4332.0, 4343.0, 4332.0, 4343.0, 4330.0, 4343.0, 4330.0, 4345.0, 4352.0, 4331.0, 4352.0, 4333.0, 4344.0, 4332.0, 4353.0, 4354.0, 4343.0, 4354.0, 4334.0, 4355.0, 4345.0, 4345.0, 4354.0, 4334.0, 4341.0, 4332.0, 4331.0, 4320.0, 4331.0, 4320.0, 4330.0, 4319.0, 4329.0, 4318.0, 4331.0, 4330.0, 4319.0, 4340.0, 4309.0, 4331.0, 4341.0, 4332.0, 4343.0, 4323.0, 4343.0, 4342.0, 4345.0, 4354.0, 4333.0, 4331.0, 4332.0, 4341.0, 4323.0, 4342.0, 4322.0, 4342.0, 4311.0, 4344.0, 4322.0, 4341.0, 4322.0, 4343.0, 4311.0, 4354.0, 4342.0, 4343.0, 4353.0, 4344.0, 4354.0, 4334.0, 4354.0, 4335.0, 4345.0, 4343.0, 4343.0, 4344.0, 4343.0, 4342.0, 4332.0, 4352.0, 4332.0, 4331.0, 4322.0, 4342.0, 4322.0, 4343.0, 4322.0, 4343.0, 4342.0, 4342.0, 4342.0, 4342.0, 4343.0, 4343.0, 4352.0, 4333.0, 4352.0, 4343.0, 4341.0, 4331.0, 4341.0, 4332.0, 4330.0, 4331.0, 4342.0, 4322.0, 4342.0, 4335.0, 4343.0, 4323.0, 4343.0, 4344.0, 4358.0, 4369.0, 4347.0, 4344.0, 4325.0, 4354.0, 4323.0, 4335.0, 4344.0, 4343.0, 4331.0, 4342.0, 4330.0, 4332.0, 4330.0, 4343.0, 4342.0, 4332.0, 4341.0, 4332.0, 4342.0, 4322.0, 4331.0, 4322.0, 4342.0, 4322.0, 4332.0, 4323.0, 4342.0, 4323.0, 4342.0, 4311.0, 4331.0, 4311.0, 4330.0, 4311.0, 4329.0, 4300.0, 4330.0, 4309.0, 4331.0, 4310.0, 4321.0, 4311.0, 4333.0, 4322.0, 4331.0, 4320.0, 4346.0, 4332.0, 4324.0, 4332.0, 4332.0, 4343.0, 4333.0, 4342.0, 4333.0, 4343.0, 4335.0, 4342.0, 4322.0, 4332.0, 4322.0, 4343.0, 4313.0, 4342.0, 4322.0, 4332.0, 4311.0, 4333.0, 4333.0, 4333.0, 4342.0, 4332.0, 4342.0, 4333.0, 4341.0, 4322.0, 4332.0, 4323.0, 4332.0, 4322.0, 4333.0, 4325.0, 4342.0, 4342.0, 4333.0, 4346.0, 4333.0, 4334.0, 4342.0, 4322.0, 4343.0, 4324.0, 4334.0, 4355.0, 4335.0, 4343.0, 4323.0, 4343.0, 4343.0, 4345.0, 4343.0, 4334.0, 4343.0, 4322.0, 4342.0, 4332.0, 4344.0, 4343.0, 4324.0, 4332.0, 4342.0, 4332.0, 4330.0, 4321.0, 4319.0, 4309.0, 4318.0, 4308.0, 4318.0, 4298.0, 4331.0, 4309.0, 4332.0, 4341.0, 4334.0, 4342.0, 4325.0, 4344.0, 4325.0, 4344.0, 4333.0, 4344.0, 4332.0, 4333.0, 4331.0, 4334.0, 4342.0, 4321.0, 4343.0, 4312.0, 4342.0, 4312.0, 4344.0, 4332.0, 4334.0, 4354.0, 4333.0, 4343.0, 4324.0, 4334.0, 4344.0, 4334.0, 4344.0, 4333.0, 4342.0, 4313.0, 4332.0, 4342.0, 4333.0, 4343.0, 4332.0, 4331.0, 4321.0, 4331.0, 4320.0, 4329.0, 4320.0, 4319.0, 4321.0, 4330.0, 4332.0, 4341.0, 4332.0, 4333.0, 4323.0, 4332.0, 4314.0, 4343.0, 4323.0, 4343.0, 4314.0, 4334.0, 4312.0, 4334.0, 4323.0, 4334.0, 4332.0, 4342.0, 4332.0, 4333.0, 4332.0, 4332.0, 4331.0, 4320.0, 4320.0, 4320.0, 4320.0, 4321.0, 4320.0, 4321.0, 4320.0, 4321.0, 4310.0, 4332.0, 4324.0, 4333.0, 4312.0, 4333.0, 4323.0, 4332.0, 4312.0, 4346.0, 4334.0, 4345.0, 4323.0, 4342.0, 4333.0, 4345.0, 4344.0, 4332.0, 4333.0, 4332.0, 4322.0, 4343.0, 4322.0, 4332.0, 4321.0, 4331.0, 4310.0, 4331.0, 4320.0, 4321.0, 4330.0, 4333.0, 4341.0, 4323.0, 4341.0, 4322.0, 4332.0, 4312.0, 4332.0, 4312.0, 4331.0, 4324.0, 4332.0, 4301.0, 4322.0, 4322.0, 4330.0, 4323.0, 4331.0, 4302.0, 4331.0, 4310.0, 4320.0, 4311.0, 4320.0, 4321.0, 4322.0, 4311.0, 4332.0, 4312.0, 4332.0, 4312.0, 4331.0, 4311.0, 4332.0, 4310.0, 4320.0, 4311.0, 4320.0, 4311.0, 4319.0, 4310.0, 4331.0, 4310.0, 4320.0, 4311.0, 4322.0, 4311.0, 4321.0, 4311.0, 4321.0, 4312.0, 4322.0, 4326.0, 4332.0, 4311.0, 4332.0, 4323.0, 4323.0, 4313.0, 4331.0, 4312.0, 4332.0, 4311.0, 4332.0, 4312.0, 4331.0, 4322.0, 4330.0, 4312.0, 4334.0, 4312.0, 4335.0, 4313.0, 4335.0, 4326.0, 4342.0, 4312.0, 4332.0, 4312.0, 4333.0, 4322.0, 4322.0, 4331.0, 4311.0, 4340.0, 4320.0, 4328.0, 4310.0, 4330.0, 4311.0, 4331.0, 4311.0, 4345.0, 4313.0, 4331.0, 4312.0, 4331.0, 4311.0, 4331.0, 4323.0, 4342.0, 4322.0, 4320.0, 4311.0, 4321.0, 4314.0, 4331.0, 4311.0, 4321.0, 4322.0, 4332.0, 4313.0, 4330.0, 4323.0, 4320.0, 4322.0, 4320.0, 4321.0, 4321.0, 4321.0, 4320.0, 4321.0, 4320.0, 4322.0, 4320.0, 4320.0, 4321.0, 4321.0, 4332.0, 4321.0, 4331.0, 4320.0, 4330.0, 4319.0, 4309.0, 4310.0, 4298.0, 4311.0, 4312.0, 4312.0, 4311.0, 4322.0, 4313.0, 4334.0, 4313.0, 4333.0, 4322.0, 4332.0, 4322.0, 4331.0, 4311.0, 4321.0, 4314.0, 4322.0, 4333.0, 4342.0, 4322.0, 4332.0, 4321.0, 4333.0, 4342.0, 4334.0, 4331.0, 4322.0, 4341.0, 4321.0, 4331.0, 4312.0, 4332.0, 4321.0, 4310.0, 4320.0, 4299.0, 4308.0, 4319.0, 4308.0, 4319.0, 4321.0, 4335.0, 4329.0, 4320.0, 4321.0, 4322.0, 4332.0, 4320.0, 4330.0, 4321.0, 4333.0, 4312.0, 4343.0, 4313.0, 4342.0, 4324.0, 4343.0, 4324.0, 4321.0, 4311.0, 4331.0, 4310.0, 4320.0, 4311.0, 4321.0, 4323.0, 4321.0, 4320.0, 4321.0, 4309.0, 4320.0, 4300.0, 4310.0, 4312.0, 4311.0, 4310.0, 4319.0, 4300.0, 4332.0, 4325.0, 4332.0, 4322.0, 4333.0, 4343.0, 4344.0, 4344.0, 4345.0, 4355.0, 4335.0, 4345.0, 4324.0, 4344.0, 4335.0, 4343.0, 4334.0, 4332.0, 4325.0, 4342.0, 4322.0, 4342.0, 4312.0, 4333.0, 4331.0, 4332.0, 4341.0, 4322.0, 4342.0, 4311.0, 4320.0, 4310.0, 4330.0, 4309.0, 4330.0, 4320.0, 4321.0, 4341.0, 4311.0, 4330.0, 4311.0, 4321.0, 4309.0, 4319.0, 4308.0, 4308.0, 4318.0, 4319.0, 4332.0, 4321.0, 4330.0, 4321.0, 4330.0, 4322.0, 4333.0, 4322.0, 4345.0, 4323.0, 4344.0, 4344.0, 4323.0, 4335.0, 4322.0, 4332.0, 4334.0, 4341.0, 4322.0, 4321.0, 4312.0, 4341.0, 4322.0, 4331.0, 4323.0, 4342.0, 4324.0, 4333.0, 4331.0, 4332.0, 4341.0, 4322.0, 4340.0, 4311.0, 4330.0, 4310.0, 4330.0, 4321.0, 4343.0, 4323.0, 4343.0, 4324.0, 4346.0, 4336.0, 4346.0, 4357.0, 4346.0, 4356.0, 4336.0, 4356.0, 4335.0, 4344.0, 4333.0, 4332.0, 4334.0, 4331.0, 4323.0, 4330.0, 4322.0, 4332.0, 4322.0, 4344.0, 4334.0, 4335.0, 4344.0, 4344.0, 4333.0, 4332.0, 4330.0, 4333.0, 4342.0, 4332.0, 4331.0, 4331.0, 4321.0, 4321.0, 4320.0, 4321.0, 4340.0, 4334.0, 4354.0, 4333.0, 4333.0, 4336.0, 4343.0, 4334.0, 4335.0, 4335.0, 4345.0, 4344.0, 4345.0, 4343.0, 4322.0, 4332.0, 4324.0, 4343.0, 4322.0, 4331.0, 4321.0, 4321.0, 4322.0, 4322.0, 4322.0, 4321.0, 4310.0, 4320.0, 4310.0, 4330.0, 4320.0, 4333.0, 4332.0, 4334.0, 4343.0, 4323.0, 4332.0, 4321.0, 4321.0, 4312.0, 4331.0, 4333.0, 4331.0, 4323.0, 4322.0, 4321.0, 4333.0, 4321.0, 4335.0, 4322.0, 4334.0, 4333.0, 4337.0, 4353.0, 4334.0, 4343.0, 4334.0, 4331.0, 4322.0, 4321.0, 4321.0, 4330.0, 4321.0, 4341.0, 4322.0, 4322.0, 4323.0, 4333.0, 4342.0, 4323.0, 4331.0, 4321.0, 4330.0, 4311.0, 4309.0, 4320.0, 4310.0, 4330.0, 4332.0, 4341.0, 4335.0, 4341.0, 4334.0, 4321.0, 4331.0, 4331.0, 4321.0, 4331.0, 4323.0, 4332.0, 4343.0, 4331.0, 4329.0, 4322.0, 4320.0, 4320.0, 4319.0, 4310.0, 4329.0, 4310.0, 4329.0, 4309.0, 4330.0, 4310.0, 4342.0, 4329.0, 4332.0, 4344.0, 4344.0, 4347.0, 4357.0, 4327.0, 4346.0, 4344.0, 4324.0, 4334.0, 4323.0, 4334.0, 4345.0, 4326.0, 4332.0, 4322.0, 4313.0, 4332.0, 4313.0, 4329.0, 4312.0, 4332.0, 4310.0, 4342.0, 4310.0, 4344.0, 4311.0, 4343.0, 4322.0, 4343.0, 4321.0, 4344.0, 4336.0, 4334.0, 4324.0, 4344.0, 4324.0, 4343.0, 4333.0, 4344.0, 4345.0, 4332.0, 4332.0, 4331.0, 4341.0, 4321.0, 4331.0, 4330.0, 4340.0, 4330.0, 4319.0, 4330.0, 4309.0, 4331.0, 4334.0, 4345.0, 4322.0, 4343.0, 4344.0, 4345.0, 4323.0, 4345.0, 4333.0, 4345.0, 4353.0, 4345.0, 4343.0, 4334.0, 4341.0, 4344.0, 4342.0, 4343.0, 4342.0, 4343.0, 4344.0, 4345.0, 4344.0, 4334.0, 4343.0, 4332.0, 4330.0, 4323.0, 4330.0, 4320.0, 4330.0, 4320.0, 4319.0, 4320.0, 4310.0, 4330.0, 4310.0, 4332.0, 4334.0, 4333.0, 4322.0, 4343.0, 4332.0, 4334.0, 4344.0, 4344.0, 4344.0, 4343.0, 4355.0, 4345.0, 4346.0, 4345.0, 4344.0, 4347.0, 4346.0, 4334.0, 4333.0, 4333.0, 4333.0, 4334.0, 4343.0, 4323.0, 4331.0, 4321.0, 4331.0, 4322.0, 4319.0, 4320.0, 4329.0, 4320.0, 4320.0, 4323.0, 4319.0, 4321.0, 4331.0, 4331.0, 4330.0, 4332.0, 4342.0, 4335.0, 4343.0, 4345.0, 4343.0, 4335.0, 4353.0, 4324.0, 4334.0, 4334.0, 4342.0, 4333.0, 4331.0, 4334.0, 4320.0, 4321.0, 4320.0, 4321.0, 4330.0, 4321.0, 4331.0, 4321.0, 4332.0, 4324.0, 4331.0, 4323.0, 4342.0, 4322.0, 4332.0, 4322.0, 4331.0, 4322.0, 4330.0, 4321.0, 4319.0, 4312.0, 4329.0, 4320.0, 4331.0, 4322.0, 4321.0, 4321.0, 4340.0, 4321.0, 4342.0, 4333.0, 4331.0, 4332.0, 4332.0, 4335.0, 4346.0, 4334.0, 4345.0, 4334.0, 4334.0, 4334.0, 4344.0, 4345.0, 4344.0, 4346.0, 4356.0, 4337.0, 4355.0, 4334.0, 4344.0, 4345.0, 4344.0, 4335.0, 4334.0, 4335.0, 4332.0, 4321.0, 4329.0, 4320.0, 4318.0, 4309.0, 4320.0, 4320.0, 4331.0, 4333.0, 4342.0, 4323.0, 4342.0, 4338.0, 4334.0, 4333.0, 4355.0, 4336.0, 4355.0, 4344.0, 4346.0, 4354.0, 4344.0, 4344.0, 4333.0, 4343.0, 4333.0, 4342.0, 4332.0, 4341.0, 4322.0, 4340.0, 4322.0, 4340.0, 4322.0, 4340.0, 4322.0, 4339.0, 4321.0, 4339.0, 4320.0, 4329.0, 4321.0, 4340.0, 4321.0, 4331.0, 4321.0, 4333.0, 4323.0, 4354.0, 4335.0, 4343.0, 4333.0, 4355.0, 4334.0, 4344.0, 4334.0, 4335.0, 4334.0, 4344.0, 4342.0, 4332.0, 4334.0, 4333.0, 4321.0, 4341.0, 4320.0, 4341.0, 4322.0, 4341.0, 4333.0, 4331.0, 4331.0, 4332.0, 4321.0, 4331.0, 4322.0, 4331.0, 4334.0, 4333.0, 4332.0, 4331.0, 4334.0, 4334.0, 4323.0, 4322.0, 4322.0, 4330.0, 4321.0, 4340.0, 4321.0, 4331.0, 4322.0, 4329.0, 4320.0, 4331.0, 4333.0, 4323.0, 4341.0, 4320.0, 4330.0, 4320.0, 4331.0, 4332.0, 4342.0, 4332.0, 4354.0, 4334.0, 4344.0, 4334.0, 4334.0, 4334.0, 4333.0, 4335.0, 4333.0, 4334.0, 4344.0, 4335.0, 4343.0, 4336.0, 4342.0, 4323.0, 4341.0, 4322.0, 4330.0, 4321.0, 4330.0, 4321.0, 4321.0, 4330.0, 4320.0, 4331.0, 4320.0, 4333.0, 4322.0, 4322.0, 4322.0, 4333.0, 4322.0, 4342.0, 4334.0, 4333.0, 4322.0, 4322.0, 4333.0, 4331.0, 4322.0], 'WindowWidth': [9693.0, 9621.0, 9622.0, 9588.0, 9592.0, 9578.0, 9587.0, 9556.0, 9581.0, 9555.0, 9600.0, 9571.0, 9598.0, 9591.0, 9676.0, 9617.0, 9652.0, 9645.0, 9654.0, 9631.0, 9633.0, 9644.0, 9635.0, 9643.0, 9615.0, 9641.0, 9614.0, 9641.0, 9610.0, 9634.0, 9592.0, 9616.0, 9588.0, 9623.0, 9599.0, 9598.0, 9590.0, 9585.0, 9582.0, 9585.0, 9596.0, 9585.0, 9596.0, 9569.0, 9580.0, 9562.0, 9575.0, 9564.0, 9554.0, 9555.0, 9566.0, 9559.0, 9596.0, 9561.0, 9569.0, 9558.0, 9595.0, 9562.0, 9575.0, 9573.0, 9586.0, 9605.0, 9598.0, 9583.0, 9598.0, 9586.0, 9600.0, 9588.0, 9595.0, 9568.0, 9595.0, 9583.0, 9594.0, 9567.0, 9594.0, 9570.0, 9598.0, 9569.0, 9599.0, 9570.0, 9599.0, 9569.0, 9603.0, 9585.0, 9599.0, 9598.0, 9583.0, 9579.0, 9586.0, 9563.0, 9576.0, 9560.0, 9576.0, 9574.0, 9557.0, 9552.0, 9556.0, 9555.0, 9575.0, 9577.0, 9579.0, 9582.0, 9580.0, 9578.0, 9583.0, 9596.0, 9602.0, 9600.0, 9587.0, 9585.0, 9586.0, 9597.0, 9584.0, 9582.0, 9587.0, 9595.0, 9570.0, 9601.0, 9558.0, 9580.0, 9568.0, 9576.0, 9552.0, 9559.0, 9549.0, 9568.0, 9543.0, 9572.0, 9544.0, 9572.0, 9546.0, 9563.0, 9552.0, 9578.0, 9551.0, 9599.0, 9554.0, 9603.0, 9570.0, 9594.0, 9576.0, 9599.0, 9553.0, 9603.0, 9603.0, 9599.0, 9617.0, 9588.0, 9602.0, 9573.0, 9587.0, 9595.0, 9618.0, 9601.0, 9600.0, 9598.0, 9583.0, 9595.0, 9576.0, 9580.0, 9569.0, 9582.0, 9548.0, 9562.0, 9547.0, 9574.0, 9559.0, 9563.0, 9575.0, 9561.0, 9576.0, 9568.0, 9599.0, 9556.0, 9580.0, 9567.0, 9584.0, 9571.0, 9598.0, 9566.0, 9584.0, 9568.0, 9582.0, 9561.0, 9582.0, 9562.0, 9586.0, 9593.0, 9564.0, 9594.0, 9569.0, 9586.0, 9568.0, 9596.0, 9599.0, 9584.0, 9598.0, 9574.0, 9603.0, 9589.0, 9589.0, 9600.0, 9571.0, 9576.0, 9566.0, 9560.0, 9546.0, 9561.0, 9548.0, 9558.0, 9542.0, 9555.0, 9540.0, 9560.0, 9557.0, 9544.0, 9574.0, 9532.0, 9563.0, 9576.0, 9565.0, 9582.0, 9556.0, 9581.0, 9578.0, 9586.0, 9598.0, 9567.0, 9561.0, 9566.0, 9576.0, 9555.0, 9577.0, 9552.0, 9578.0, 9536.0, 9586.0, 9553.0, 9576.0, 9550.0, 9582.0, 9535.0, 9601.0, 9580.0, 9584.0, 9597.0, 9585.0, 9598.0, 9571.0, 9599.0, 9576.0, 9585.0, 9582.0, 9582.0, 9585.0, 9581.0, 9578.0, 9566.0, 9592.0, 9566.0, 9563.0, 9553.0, 9577.0, 9554.0, 9581.0, 9554.0, 9583.0, 9579.0, 9580.0, 9581.0, 9580.0, 9582.0, 9582.0, 9593.0, 9567.0, 9591.0, 9582.0, 9577.0, 9563.0, 9575.0, 9564.0, 9560.0, 9563.0, 9578.0, 9551.0, 9578.0, 9571.0, 9581.0, 9554.0, 9584.0, 9587.0, 9614.0, 9629.0, 9596.0, 9584.0, 9562.0, 9600.0, 9556.0, 9577.0, 9585.0, 9582.0, 9562.0, 9576.0, 9560.0, 9564.0, 9561.0, 9580.0, 9580.0, 9563.0, 9578.0, 9565.0, 9576.0, 9550.0, 9561.0, 9552.0, 9580.0, 9552.0, 9565.0, 9557.0, 9578.0, 9555.0, 9579.0, 9537.0, 9560.0, 9534.0, 9559.0, 9535.0, 9555.0, 9517.0, 9559.0, 9530.0, 9560.0, 9531.0, 9548.0, 9537.0, 9567.0, 9552.0, 9563.0, 9547.0, 9593.0, 9565.0, 9557.0, 9564.0, 9566.0, 9583.0, 9567.0, 9578.0, 9567.0, 9582.0, 9572.0, 9580.0, 9552.0, 9564.0, 9553.0, 9580.0, 9541.0, 9578.0, 9553.0, 9566.0, 9537.0, 9567.0, 9568.0, 9567.0, 9578.0, 9565.0, 9580.0, 9568.0, 9578.0, 9551.0, 9564.0, 9555.0, 9565.0, 9552.0, 9569.0, 9560.0, 9579.0, 9577.0, 9567.0, 9592.0, 9569.0, 9569.0, 9579.0, 9551.0, 9580.0, 9557.0, 9570.0, 9600.0, 9571.0, 9582.0, 9555.0, 9581.0, 9581.0, 9589.0, 9582.0, 9568.0, 9580.0, 9551.0, 9579.0, 9565.0, 9584.0, 9582.0, 9558.0, 9565.0, 9579.0, 9564.0, 9559.0, 9545.0, 9540.0, 9528.0, 9537.0, 9523.0, 9536.0, 9511.0, 9558.0, 9529.0, 9564.0, 9575.0, 9571.0, 9579.0, 9559.0, 9583.0, 9560.0, 9584.0, 9567.0, 9584.0, 9566.0, 9568.0, 9563.0, 9569.0, 9577.0, 9549.0, 9582.0, 9537.0, 9580.0, 9538.0, 9584.0, 9564.0, 9569.0, 9597.0, 9569.0, 9583.0, 9559.0, 9570.0, 9583.0, 9572.0, 9584.0, 9568.0, 9578.0, 9541.0, 9564.0, 9579.0, 9567.0, 9580.0, 9563.0, 9561.0, 9548.0, 9561.0, 9546.0, 9555.0, 9545.0, 9543.0, 9549.0, 9557.0, 9564.0, 9574.0, 9563.0, 9569.0, 9554.0, 9564.0, 9542.0, 9581.0, 9554.0, 9580.0, 9543.0, 9570.0, 9538.0, 9569.0, 9556.0, 9568.0, 9566.0, 9581.0, 9566.0, 9566.0, 9564.0, 9564.0, 9562.0, 9545.0, 9544.0, 9544.0, 9543.0, 9546.0, 9544.0, 9546.0, 9545.0, 9547.0, 9531.0, 9564.0, 9559.0, 9570.0, 9538.0, 9568.0, 9556.0, 9566.0, 9539.0, 9591.0, 9573.0, 9589.0, 9556.0, 9581.0, 9567.0, 9589.0, 9584.0, 9567.0, 9570.0, 9566.0, 9550.0, 9581.0, 9551.0, 9565.0, 9548.0, 9562.0, 9533.0, 9560.0, 9546.0, 9548.0, 9559.0, 9566.0, 9576.0, 9554.0, 9577.0, 9553.0, 9565.0, 9539.0, 9565.0, 9540.0, 9562.0, 9559.0, 9565.0, 9524.0, 9549.0, 9552.0, 9558.0, 9554.0, 9563.0, 9524.0, 9562.0, 9534.0, 9544.0, 9534.0, 9545.0, 9550.0, 9551.0, 9535.0, 9567.0, 9539.0, 9564.0, 9538.0, 9561.0, 9535.0, 9564.0, 9532.0, 9544.0, 9535.0, 9543.0, 9536.0, 9542.0, 9531.0, 9562.0, 9534.0, 9547.0, 9537.0, 9549.0, 9537.0, 9549.0, 9536.0, 9549.0, 9538.0, 9554.0, 9567.0, 9567.0, 9536.0, 9565.0, 9556.0, 9556.0, 9542.0, 9562.0, 9539.0, 9564.0, 9537.0, 9569.0, 9538.0, 9563.0, 9552.0, 9561.0, 9541.0, 9572.0, 9541.0, 9577.0, 9544.0, 9575.0, 9565.0, 9580.0, 9541.0, 9566.0, 9540.0, 9567.0, 9552.0, 9552.0, 9564.0, 9536.0, 9574.0, 9545.0, 9555.0, 9534.0, 9558.0, 9534.0, 9560.0, 9534.0, 9590.0, 9542.0, 9564.0, 9539.0, 9564.0, 9536.0, 9563.0, 9555.0, 9581.0, 9553.0, 9547.0, 9538.0, 9548.0, 9544.0, 9564.0, 9537.0, 9550.0, 9554.0, 9567.0, 9541.0, 9560.0, 9553.0, 9547.0, 9549.0, 9546.0, 9549.0, 9549.0, 9550.0, 9546.0, 9548.0, 9547.0, 9552.0, 9547.0, 9547.0, 9550.0, 9549.0, 9565.0, 9550.0, 9562.0, 9546.0, 9558.0, 9543.0, 9528.0, 9530.0, 9513.0, 9536.0, 9538.0, 9541.0, 9537.0, 9552.0, 9541.0, 9572.0, 9543.0, 9570.0, 9552.0, 9565.0, 9552.0, 9561.0, 9538.0, 9550.0, 9547.0, 9554.0, 9569.0, 9581.0, 9552.0, 9565.0, 9551.0, 9568.0, 9578.0, 9573.0, 9564.0, 9552.0, 9577.0, 9550.0, 9561.0, 9539.0, 9567.0, 9551.0, 9531.0, 9545.0, 9515.0, 9527.0, 9542.0, 9527.0, 9542.0, 9548.0, 9575.0, 9557.0, 9547.0, 9547.0, 9553.0, 9565.0, 9546.0, 9560.0, 9551.0, 9569.0, 9542.0, 9581.0, 9543.0, 9578.0, 9558.0, 9583.0, 9559.0, 9550.0, 9538.0, 9562.0, 9534.0, 9548.0, 9535.0, 9549.0, 9554.0, 9548.0, 9545.0, 9547.0, 9532.0, 9548.0, 9518.0, 9531.0, 9537.0, 9536.0, 9531.0, 9544.0, 9520.0, 9564.0, 9563.0, 9567.0, 9552.0, 9571.0, 9584.0, 9587.0, 9586.0, 9591.0, 9602.0, 9576.0, 9588.0, 9558.0, 9587.0, 9575.0, 9583.0, 9573.0, 9567.0, 9559.0, 9579.0, 9555.0, 9580.0, 9541.0, 9569.0, 9565.0, 9566.0, 9576.0, 9553.0, 9577.0, 9538.0, 9546.0, 9533.0, 9560.0, 9530.0, 9559.0, 9546.0, 9547.0, 9575.0, 9537.0, 9560.0, 9535.0, 9547.0, 9529.0, 9540.0, 9527.0, 9526.0, 9541.0, 9543.0, 9568.0, 9550.0, 9561.0, 9548.0, 9560.0, 9554.0, 9569.0, 9555.0, 9588.0, 9557.0, 9585.0, 9583.0, 9556.0, 9574.0, 9554.0, 9567.0, 9572.0, 9576.0, 9552.0, 9549.0, 9539.0, 9574.0, 9553.0, 9564.0, 9555.0, 9580.0, 9557.0, 9569.0, 9563.0, 9566.0, 9576.0, 9553.0, 9573.0, 9535.0, 9559.0, 9534.0, 9559.0, 9549.0, 9581.0, 9555.0, 9581.0, 9558.0, 9591.0, 9578.0, 9591.0, 9609.0, 9591.0, 9605.0, 9578.0, 9604.0, 9574.0, 9584.0, 9570.0, 9565.0, 9572.0, 9563.0, 9553.0, 9560.0, 9550.0, 9564.0, 9552.0, 9585.0, 9574.0, 9576.0, 9586.0, 9586.0, 9568.0, 9564.0, 9561.0, 9566.0, 9580.0, 9563.0, 9561.0, 9561.0, 9546.0, 9548.0, 9544.0, 9549.0, 9574.0, 9575.0, 9600.0, 9571.0, 9569.0, 9578.0, 9584.0, 9572.0, 9575.0, 9575.0, 9587.0, 9584.0, 9588.0, 9580.0, 9553.0, 9565.0, 9557.0, 9579.0, 9550.0, 9562.0, 9549.0, 9548.0, 9550.0, 9550.0, 9553.0, 9547.0, 9532.0, 9545.0, 9532.0, 9561.0, 9548.0, 9568.0, 9566.0, 9573.0, 9582.0, 9555.0, 9566.0, 9549.0, 9549.0, 9537.0, 9562.0, 9571.0, 9564.0, 9556.0, 9553.0, 9548.0, 9567.0, 9549.0, 9572.0, 9553.0, 9572.0, 9567.0, 9578.0, 9595.0, 9571.0, 9581.0, 9572.0, 9564.0, 9552.0, 9549.0, 9550.0, 9560.0, 9550.0, 9575.0, 9552.0, 9551.0, 9554.0, 9569.0, 9580.0, 9555.0, 9562.0, 9548.0, 9559.0, 9535.0, 9530.0, 9547.0, 9531.0, 9559.0, 9562.0, 9574.0, 9574.0, 9576.0, 9571.0, 9548.0, 9564.0, 9561.0, 9551.0, 9563.0, 9553.0, 9565.0, 9579.0, 9561.0, 9556.0, 9549.0, 9543.0, 9545.0, 9540.0, 9530.0, 9554.0, 9530.0, 9554.0, 9529.0, 9557.0, 9532.0, 9577.0, 9557.0, 9565.0, 9587.0, 9585.0, 9592.0, 9605.0, 9568.0, 9590.0, 9585.0, 9558.0, 9568.0, 9553.0, 9569.0, 9587.0, 9559.0, 9564.0, 9550.0, 9538.0, 9561.0, 9536.0, 9552.0, 9535.0, 9561.0, 9530.0, 9576.0, 9532.0, 9581.0, 9536.0, 9580.0, 9552.0, 9578.0, 9550.0, 9584.0, 9575.0, 9570.0, 9558.0, 9584.0, 9557.0, 9582.0, 9569.0, 9585.0, 9586.0, 9565.0, 9564.0, 9562.0, 9576.0, 9546.0, 9560.0, 9558.0, 9572.0, 9557.0, 9543.0, 9558.0, 9530.0, 9561.0, 9571.0, 9587.0, 9553.0, 9581.0, 9585.0, 9586.0, 9553.0, 9585.0, 9568.0, 9587.0, 9597.0, 9585.0, 9580.0, 9569.0, 9575.0, 9583.0, 9579.0, 9582.0, 9579.0, 9582.0, 9583.0, 9587.0, 9583.0, 9570.0, 9578.0, 9565.0, 9560.0, 9551.0, 9558.0, 9545.0, 9556.0, 9543.0, 9540.0, 9543.0, 9529.0, 9559.0, 9532.0, 9565.0, 9570.0, 9568.0, 9552.0, 9582.0, 9566.0, 9570.0, 9587.0, 9585.0, 9583.0, 9583.0, 9602.0, 9587.0, 9591.0, 9589.0, 9586.0, 9593.0, 9589.0, 9571.0, 9567.0, 9568.0, 9565.0, 9570.0, 9580.0, 9554.0, 9561.0, 9547.0, 9561.0, 9549.0, 9542.0, 9544.0, 9556.0, 9544.0, 9543.0, 9551.0, 9544.0, 9549.0, 9561.0, 9562.0, 9559.0, 9564.0, 9578.0, 9573.0, 9580.0, 9589.0, 9583.0, 9576.0, 9595.0, 9560.0, 9570.0, 9571.0, 9578.0, 9568.0, 9560.0, 9570.0, 9545.0, 9549.0, 9543.0, 9547.0, 9558.0, 9549.0, 9561.0, 9550.0, 9564.0, 9555.0, 9563.0, 9554.0, 9577.0, 9553.0, 9566.0, 9551.0, 9563.0, 9551.0, 9558.0, 9549.0, 9542.0, 9535.0, 9555.0, 9545.0, 9559.0, 9551.0, 9546.0, 9547.0, 9571.0, 9550.0, 9578.0, 9569.0, 9564.0, 9566.0, 9565.0, 9572.0, 9589.0, 9571.0, 9587.0, 9572.0, 9570.0, 9572.0, 9584.0, 9590.0, 9584.0, 9594.0, 9604.0, 9579.0, 9602.0, 9573.0, 9586.0, 9588.0, 9582.0, 9573.0, 9568.0, 9572.0, 9561.0, 9547.0, 9554.0, 9545.0, 9538.0, 9529.0, 9544.0, 9547.0, 9561.0, 9567.0, 9579.0, 9556.0, 9580.0, 9581.0, 9571.0, 9570.0, 9600.0, 9575.0, 9601.0, 9586.0, 9590.0, 9600.0, 9584.0, 9585.0, 9568.0, 9580.0, 9569.0, 9577.0, 9564.0, 9575.0, 9550.0, 9573.0, 9551.0, 9573.0, 9552.0, 9571.0, 9549.0, 9569.0, 9547.0, 9567.0, 9546.0, 9555.0, 9547.0, 9570.0, 9546.0, 9559.0, 9548.0, 9567.0, 9555.0, 9597.0, 9573.0, 9583.0, 9569.0, 9600.0, 9571.0, 9583.0, 9571.0, 9573.0, 9573.0, 9584.0, 9578.0, 9564.0, 9571.0, 9565.0, 9546.0, 9573.0, 9546.0, 9573.0, 9550.0, 9576.0, 9568.0, 9562.0, 9562.0, 9564.0, 9548.0, 9559.0, 9552.0, 9561.0, 9569.0, 9565.0, 9565.0, 9563.0, 9570.0, 9573.0, 9554.0, 9550.0, 9550.0, 9558.0, 9549.0, 9571.0, 9547.0, 9560.0, 9550.0, 9557.0, 9546.0, 9561.0, 9568.0, 9555.0, 9574.0, 9543.0, 9559.0, 9546.0, 9562.0, 9566.0, 9578.0, 9567.0, 9597.0, 9571.0, 9584.0, 9573.0, 9570.0, 9571.0, 9569.0, 9573.0, 9567.0, 9571.0, 9583.0, 9573.0, 9583.0, 9574.0, 9579.0, 9553.0, 9575.0, 9550.0, 9559.0, 9548.0, 9559.0, 9546.0, 9547.0, 9558.0, 9544.0, 9559.0, 9546.0, 9566.0, 9550.0, 9551.0, 9552.0, 9567.0, 9552.0, 9577.0, 9570.0, 9568.0, 9552.0, 9550.0, 9567.0, 9562.0, 9551.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.0002904617713853142</td></tr>
<tr><td colspan=3>aqi</td><td>0.020868694928084783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.52310653462118</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1567282733333322</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9745014962575751</td></tr>
<tr><td colspan=3>efc</td><td>0.4728</td></tr>
<tr><td colspan=3>fber</td><td>5466.8506</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07919567815180223</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3785011355034065</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.689258274487766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6245851192431964</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8847897494030708</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.558399954817031</td></tr>
<tr><td colspan=3>gcor</td><td>0.00512961</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008765971288084984</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02339731901884079</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.5885470924376253</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.9655</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2739</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6917</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.9121</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3471.1747</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1038.0178</td></tr>
<tr><td colspan=3>tsnr</td><td>40.677852258086205</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>