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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-04/func/sub-0078_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>f2e758936bf4961e318e703c73d8df52</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>21:01:13.277500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</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.0749442</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f5f631c-2ad8-4a1e-905f-269a245640c5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['210113.277500', '210113.737500', '210114.197500', '210114.657500', '210115.117500', '210115.577500', '210116.037500', '210116.497500', '210116.957500', '210117.417500', '210117.877500', '210118.337500', '210118.797500', '210119.257500', '210119.717500', '210120.177500', '210120.637500', '210121.097500', '210121.557500', '210122.017500', '210122.477500', '210122.937500', '210123.397500', '210123.857500', '210124.317500', '210124.777500', '210125.237500', '210125.697500', '210126.157500', '210126.617500', '210127.077500', '210127.537500', '210127.997500', '210128.457500', '210128.917500', '210129.377500', '210129.837500', '210130.297500', '210130.757500', '210131.217500', '210131.677500', '210132.137500', '210132.597500', '210133.057500', '210133.517500', '210133.977500', '210134.437500', '210134.897500', '210135.357500', '210135.817500', '210136.277500', '210136.737500', '210137.197500', '210137.657500', '210138.117500', '210138.577500', '210139.037500', '210139.497500', '210139.957500', '210140.417500', '210140.877500', '210141.337500', '210141.797500', '210142.257500', '210142.717500', '210143.177500', '210143.637500', '210144.097500', '210144.557500', '210145.017500', '210145.477500', '210145.937500', '210146.397500', '210146.857500', '210147.317500', '210147.777500', '210148.237500', '210148.697500', '210149.157500', '210149.617500', '210150.077500', '210150.537500', '210150.997500', '210151.457500', '210151.917500', '210152.377500', '210152.837500', '210153.297500', '210153.757500', '210154.217500', '210154.677500', '210155.137500', '210155.597500', '210156.057500', '210156.517500', '210156.977500', '210157.437500', '210157.897500', '210158.357500', '210158.817500', '210159.277500', '210159.737500', '210200.197500', '210200.657500', '210201.117500', '210201.577500', '210202.037500', '210202.497500', '210202.957500', '210203.417500', '210203.877500', '210204.337500', '210204.797500', '210205.257500', '210205.717500', '210206.177500', '210206.637500', '210207.097500', '210207.557500', '210208.017500', '210208.477500', '210208.937500', '210209.397500', '210209.857500', '210210.317500', '210210.777500', '210211.237500', '210211.697500', '210212.157500', '210212.617500', '210213.077500', '210213.537500', '210213.997500', '210214.457500', '210214.917500', '210215.377500', '210215.837500', '210216.297500', '210216.757500', '210217.217500', '210217.677500', '210218.137500', '210218.597500', '210219.057500', '210219.517500', '210219.977500', '210220.437500', '210220.897500', '210221.357500', '210221.817500', '210222.277500', '210222.737500', '210223.197500', '210223.657500', '210224.117500', '210224.577500', '210225.037500', '210225.497500', '210225.957500', '210226.417500', '210226.877500', '210227.337500', '210227.797500', '210228.257500', '210228.717500', '210229.177500', '210229.637500', '210230.097500', '210230.557500', '210231.017500', '210231.477500', '210231.937500', '210232.397500', '210232.857500', '210233.317500', '210233.777500', '210234.237500', '210234.697500', '210235.157500', '210235.617500', '210236.077500', '210236.537500', '210236.997500', '210237.457500', '210237.917500', '210238.377500', '210238.837500', '210239.297500', '210239.757500', '210240.217500', '210240.677500', '210241.137500', '210241.597500', '210242.057500', '210242.517500', '210242.977500', '210243.437500', '210243.897500', '210244.357500', '210244.817500', '210245.277500', '210245.737500', '210246.197500', '210246.657500', '210247.117500', '210247.577500', '210248.037500', '210248.497500', '210248.957500', '210249.417500', '210249.877500', '210250.337500', '210250.797500', '210251.257500', '210251.717500', '210252.177500', '210252.637500', '210253.097500', '210253.557500', '210254.017500', '210254.477500', '210254.937500', '210255.397500', '210255.857500', '210256.317500', '210256.777500', '210257.237500', '210257.697500', '210258.157500', '210258.617500', '210259.077500', '210259.537500', '210259.997500', '210300.457500', '210300.917500', '210301.377500', '210301.837500', '210302.297500', '210302.757500', '210303.217500', '210303.677500', '210304.137500', '210304.597500', '210305.057500', '210305.517500', '210305.977500', '210306.437500', '210306.897500', '210307.357500', '210307.817500', '210308.277500', '210308.737500', '210309.197500', '210309.657500', '210310.117500', '210310.577500', '210311.037500', '210311.497500', '210311.957500', '210312.417500', '210312.877500', '210313.337500', '210313.797500', '210314.257500', '210314.717500', '210315.177500', '210315.637500', '210316.097500', '210316.557500', '210317.017500', '210317.477500', '210317.937500', '210318.397500', '210318.857500', '210319.317500', '210319.777500', '210320.237500', '210320.697500', '210321.157500', '210321.617500', '210322.077500', '210322.537500', '210322.997500', '210323.457500', '210323.917500', '210324.377500', '210324.837500', '210325.297500', '210325.757500', '210326.217500', '210326.677500', '210327.137500', '210327.597500', '210328.057500', '210328.517500', '210328.977500', '210329.437500', '210329.897500', '210330.357500', '210330.817500', '210331.277500', '210331.737500', '210332.197500', '210332.657500', '210333.117500', '210333.577500', '210334.037500', '210334.497500', '210334.957500', '210335.417500', '210335.877500', '210336.337500', '210336.797500', '210337.257500', '210337.717500', '210338.177500', '210338.637500', '210339.097500', '210339.557500', '210340.017500', '210340.477500', '210340.937500', '210341.397500', '210341.857500', '210342.317500', '210342.777500', '210343.237500', '210343.697500', '210344.157500', '210344.617500', '210345.077500', '210345.537500', '210345.997500', '210346.457500', '210346.917500', '210347.377500', '210347.837500', '210348.297500', '210348.757500', '210349.217500', '210349.677500', '210350.137500', '210350.597500', '210351.057500', '210351.517500', '210351.977500', '210352.437500', '210352.897500', '210353.357500', '210353.817500', '210354.277500', '210354.737500', '210355.197500', '210355.657500', '210356.117500', '210356.577500', '210357.037500', '210357.497500', '210357.957500', '210358.417500', '210358.877500', '210359.337500', '210359.797500', '210400.257500', '210400.717500', '210401.177500', '210401.637500', '210402.097500', '210402.557500', '210403.017500', '210403.477500', '210403.937500', '210404.397500', '210404.857500', '210405.317500', '210405.777500', '210406.237500', '210406.697500', '210407.157500', '210407.617500', '210408.077500', '210408.537500', '210408.997500', '210409.457500', '210409.917500', '210410.377500', '210410.837500', '210411.297500', '210411.757500', '210412.217500', '210412.677500', '210413.137500', '210413.597500', '210414.057500', '210414.517500', '210414.977500', '210415.437500', '210415.897500', '210416.357500', '210416.817500', '210417.277500', '210417.737500', '210418.197500', '210418.657500', '210419.117500', '210419.577500', '210420.037500', '210420.497500', '210420.957500', '210421.417500', '210421.877500', '210422.337500', '210422.797500', '210423.257500', '210423.717500', '210424.177500', '210424.637500', '210425.097500', '210425.557500', '210426.017500', '210426.477500', '210426.937500', '210427.397500', '210427.857500', '210428.317500', '210428.777500', '210429.237500', '210429.697500', '210430.157500', '210430.617500', '210431.077500', '210431.537500', '210431.997500', '210432.457500', '210432.917500', '210433.377500', '210433.837500', '210434.297500', '210434.757500', '210435.217500', '210435.677500', '210436.137500', '210436.597500', '210437.057500', '210437.517500', '210437.977500', '210438.437500', '210438.897500', '210439.357500', '210439.817500', '210440.277500', '210440.737500', '210441.197500', '210441.657500', '210442.117500', '210442.577500', '210443.037500', '210443.497500', '210443.957500', '210444.417500', '210444.877500', '210445.337500', '210445.797500', '210446.257500', '210446.717500', '210447.177500', '210447.637500', '210448.097500', '210448.557500', '210449.017500', '210449.477500', '210449.937500', '210450.397500', '210450.857500', '210451.317500', '210451.777500', '210452.237500', '210452.697500', '210453.157500', '210453.617500', '210454.077500', '210454.537500', '210454.997500', '210455.457500', '210455.917500', '210456.377500', '210456.837500', '210457.297500', '210457.757500', '210458.217500', '210458.677500', '210459.137500', '210459.597500', '210500.057500', '210500.517500', '210500.977500', '210501.437500', '210501.897500', '210502.357500', '210502.817500', '210503.277500', '210503.737500', '210504.197500', '210504.657500', '210505.117500', '210505.577500', '210506.037500', '210506.497500', '210506.957500', '210507.417500', '210507.877500', '210508.337500', '210508.797500', '210509.257500', '210509.717500', '210510.177500', '210510.637500', '210511.097500', '210511.557500', '210512.017500', '210512.477500', '210512.937500', '210513.397500', '210513.857500', '210514.317500', '210514.777500', '210515.237500', '210515.697500', '210516.157500', '210516.617500', '210517.077500', '210517.537500', '210517.997500', '210518.457500', '210518.917500', '210519.377500', '210519.837500', '210520.297500', '210520.757500', '210521.217500', '210521.677500', '210522.137500', '210522.597500', '210523.057500', '210523.517500', '210523.977500', '210524.437500', '210524.897500', '210525.357500', '210525.817500', '210526.277500', '210526.737500', '210527.197500', '210527.657500', '210528.117500', '210528.577500', '210529.037500', '210529.497500', '210529.957500', '210530.417500', '210530.877500', '210531.337500', '210531.797500', '210532.257500', '210532.717500', '210533.177500', '210533.637500', '210534.097500', '210534.557500', '210535.017500', '210535.477500', '210535.937500', '210536.397500', '210536.857500', '210537.317500', '210537.777500', '210538.237500', '210538.697500', '210539.157500', '210539.617500', '210540.077500', '210540.537500', '210540.997500', '210541.457500', '210541.917500', '210542.377500', '210542.837500', '210543.297500', '210543.757500', '210544.217500', '210544.677500', '210545.137500', '210545.597500', '210546.057500', '210546.517500', '210546.977500', '210547.437500', '210547.897500', '210548.357500', '210548.817500', '210549.277500', '210549.737500', '210550.197500', '210550.657500', '210551.117500', '210551.577500', '210552.037500', '210552.497500', '210552.957500', '210553.417500', '210553.877500', '210554.337500', '210554.797500', '210555.257500', '210555.717500', '210556.177500', '210556.637500', '210557.097500', '210557.557500', '210558.017500', '210558.477500', '210558.937500', '210559.397500', '210559.857500', '210600.317500', '210600.777500', '210601.237500', '210601.697500', '210602.157500', '210602.617500', '210603.077500', '210603.537500', '210603.997500', '210604.457500', '210604.917500', '210605.377500', '210605.837500', '210606.297500', '210606.757500', '210607.217500', '210607.677500', '210608.137500', '210608.597500', '210609.057500', '210609.517500', '210609.977500', '210610.437500', '210610.897500', '210611.357500', '210611.817500', '210612.277500', '210612.737500', '210613.197500', '210613.657500', '210614.117500', '210614.577500', '210615.037500', '210615.497500', '210615.957500', '210616.417500', '210616.877500', '210617.337500', '210617.797500', '210618.257500', '210618.717500', '210619.177500', '210619.637500', '210620.097500', '210620.557500', '210621.017500', '210621.477500', '210621.937500', '210622.397500', '210622.857500', '210623.317500', '210623.777500', '210624.237500', '210624.697500', '210625.157500', '210625.617500', '210626.077500', '210626.537500', '210626.997500', '210627.457500', '210627.917500', '210628.377500', '210628.837500', '210629.297500', '210629.757500', '210630.217500', '210630.677500', '210631.137500', '210631.597500', '210632.057500', '210632.517500', '210632.977500', '210633.437500', '210633.897500', '210634.357500', '210634.817500', '210635.277500', '210635.737500', '210636.197500', '210636.657500', '210637.117500', '210637.577500', '210638.037500', '210638.497500', '210638.957500', '210639.417500', '210639.877500', '210640.337500', '210640.797500', '210641.257500', '210641.717500', '210642.177500', '210642.637500', '210643.097500', '210643.557500', '210644.017500', '210644.477500', '210644.937500', '210645.397500', '210645.857500', '210646.317500', '210646.777500', '210647.237500', '210647.697500', '210648.157500', '210648.617500', '210649.077500', '210649.537500', '210649.997500', '210650.457500', '210650.917500', '210651.377500', '210651.837500', '210652.297500', '210652.757500', '210653.217500', '210653.677500', '210654.137500', '210654.597500', '210655.057500', '210655.517500', '210655.977500', '210656.437500', '210656.897500', '210657.357500', '210657.817500', '210658.277500', '210658.737500', '210659.197500', '210659.657500', '210700.117500', '210700.577500', '210701.037500', '210701.497500', '210701.957500', '210702.417500', '210702.877500', '210703.337500', '210703.797500', '210704.257500', '210704.717500', '210705.177500', '210705.637500', '210706.097500', '210706.557500', '210707.017500', '210707.477500', '210707.937500', '210708.397500', '210708.857500', '210709.317500', '210709.777500', '210710.237500', '210710.697500', '210711.157500', '210711.617500', '210712.077500', '210712.537500', '210712.997500', '210713.457500', '210713.917500', '210714.377500', '210714.837500', '210715.297500', '210715.757500', '210716.217500', '210716.677500', '210717.137500', '210717.597500', '210718.057500', '210718.517500', '210718.977500', '210719.437500', '210719.897500', '210720.357500', '210720.817500', '210721.277500', '210721.737500', '210722.197500', '210722.657500', '210723.117500', '210723.577500', '210724.037500', '210724.497500', '210724.957500', '210725.417500', '210725.877500', '210726.337500', '210726.797500', '210727.257500', '210727.717500', '210728.177500', '210728.637500', '210729.097500', '210729.557500', '210730.017500', '210730.477500', '210730.937500', '210731.397500', '210731.857500', '210732.317500', '210732.777500', '210733.237500', '210733.697500', '210734.157500', '210734.617500', '210735.077500', '210735.537500', '210735.997500', '210736.457500', '210736.917500', '210737.377500', '210737.837500', '210738.297500', '210738.757500', '210739.217500', '210739.677500', '210740.137500', '210740.597500', '210741.057500', '210741.517500', '210741.977500', '210742.437500', '210742.897500', '210743.357500', '210743.817500', '210744.277500', '210744.737500', '210745.197500', '210745.657500', '210746.117500', '210746.577500', '210747.037500', '210747.497500', '210747.957500', '210748.417500', '210748.877500', '210749.337500', '210749.797500', '210750.257500', '210750.717500', '210751.177500', '210751.637500', '210752.097500', '210752.557500', '210753.017500', '210753.477500', '210753.937500', '210754.397500', '210754.857500', '210755.317500', '210755.777500', '210756.237500', '210756.697500', '210757.157500', '210757.617500', '210758.077500', '210758.537500', '210758.997500', '210759.457500', '210759.917500', '210800.377500', '210800.837500', '210801.297500', '210801.757500', '210802.217500', '210802.677500', '210803.137500', '210803.597500', '210804.057500', '210804.517500', '210804.977500', '210805.437500', '210805.897500', '210806.357500', '210806.817500', '210807.277500', '210807.737500', '210808.197500', '210808.657500', '210809.117500', '210809.577500', '210810.037500', '210810.497500', '210810.957500', '210811.417500', '210811.877500', '210812.337500', '210812.797500', '210813.257500', '210813.717500', '210814.177500', '210814.637500', '210815.097500', '210815.557500', '210816.017500', '210816.477500', '210816.937500', '210817.397500', '210817.857500', '210818.317500', '210818.777500', '210819.237500', '210819.697500', '210820.157500', '210820.617500', '210821.077500', '210821.537500', '210821.997500', '210822.457500', '210822.917500', '210823.377500', '210823.837500', '210824.297500', '210824.757500', '210825.217500', '210825.677500', '210826.137500', '210826.597500', '210827.057500', '210827.517500', '210827.977500', '210828.437500', '210828.897500', '210829.357500', '210829.817500', '210830.277500', '210830.737500', '210831.197500', '210831.657500', '210832.117500', '210832.577500', '210833.037500', '210833.497500', '210833.957500', '210834.417500', '210834.877500', '210835.337500', '210835.797500', '210836.257500', '210836.717500', '210837.177500', '210837.637500', '210838.097500', '210838.557500', '210839.017500', '210839.477500', '210839.937500', '210840.397500', '210840.857500', '210841.317500', '210841.777500', '210842.237500', '210842.697500', '210843.157500', '210843.617500', '210844.077500', '210844.537500', '210844.997500', '210845.457500', '210845.917500', '210846.377500', '210846.837500', '210847.297500', '210847.757500', '210848.217500', '210848.677500', '210849.137500', '210849.597500', '210850.057500', '210850.517500', '210850.977500', '210851.437500', '210851.897500', '210852.357500', '210852.817500', '210853.277500', '210853.737500', '210854.197500', '210854.657500', '210855.117500', '210855.577500', '210856.037500', '210856.497500', '210856.957500', '210857.417500', '210857.877500', '210858.337500', '210858.797500', '210859.257500', '210859.717500', '210900.177500', '210900.637500', '210901.097500', '210901.557500', '210902.017500', '210902.477500', '210902.937500', '210903.397500', '210903.857500', '210904.317500', '210904.777500', '210905.237500', '210905.697500', '210906.157500', '210906.617500', '210907.077500', '210907.537500', '210907.997500', '210908.457500', '210908.917500', '210909.377500', '210909.837500', '210910.297500', '210910.757500', '210911.217500', '210911.677500', '210912.137500', '210912.597500', '210913.057500', '210913.517500', '210913.977500', '210914.437500', '210914.897500', '210915.357500', '210915.817500', '210916.277500', '210916.737500', '210917.197500', '210917.657500', '210918.117500', '210918.577500', '210919.037500', '210919.497500', '210919.957500', '210920.417500', '210920.877500', '210921.337500', '210921.797500', '210922.257500', '210922.717500', '210923.177500', '210923.637500', '210924.097500', '210924.557500', '210925.017500', '210925.477500', '210925.937500', '210926.397500', '210926.857500', '210927.317500', '210927.777500', '210928.237500', '210928.697500', '210929.157500', '210929.617500', '210930.077500', '210930.537500', '210930.997500', '210931.457500', '210931.917500', '210932.377500', '210932.837500', '210933.297500', '210933.757500', '210934.217500', '210934.677500', '210935.137500', '210935.597500', '210936.057500', '210936.517500', '210936.977500', '210937.437500', '210937.897500', '210938.357500', '210938.817500', '210939.277500', '210939.737500', '210940.197500', '210940.657500', '210941.117500', '210941.577500', '210942.037500', '210942.497500', '210942.957500', '210943.417500', '210943.877500', '210944.337500', '210944.797500', '210945.257500', '210945.717500', '210946.177500', '210946.637500', '210947.097500', '210947.557500', '210948.017500', '210948.477500', '210948.937500', '210949.397500', '210949.857500', '210950.317500', '210950.777500', '210951.237500', '210951.697500', '210952.157500', '210952.617500', '210953.077500', '210953.537500', '210953.997500', '210954.457500', '210954.917500', '210955.377500', '210955.837500', '210956.297500', '210956.757500', '210957.217500', '210957.677500', '210958.137500', '210958.597500', '210959.057500', '210959.517500', '210959.977500', '211000.437500', '211000.897500', '211001.357500', '211001.817500', '211002.277500', '211002.737500', '211003.197500', '211003.657500', '211004.117500', '211004.577500', '211005.037500', '211005.497500', '211005.957500', '211006.417500', '211006.877500', '211007.337500', '211007.797500', '211008.257500', '211008.717500', '211009.177500', '211009.637500', '211010.097500', '211010.557500', '211011.017500', '211011.477500', '211011.937500', '211012.397500', '211012.857500', '211013.317500', '211013.777500', '211014.237500', '211014.697500', '211015.157500', '211015.617500', '211016.077500', '211016.537500', '211016.997500', '211017.457500', '211017.917500', '211018.377500', '211018.837500', '211019.297500', '211019.757500', '211020.217500', '211020.677500', '211021.137500', '211021.597500', '211022.057500', '211022.517500', '211022.977500', '211023.437500', '211023.897500', '211024.357500', '211024.817500', '211025.277500', '211025.737500', '211026.197500', '211026.657500', '211027.117500', '211027.577500', '211028.037500', '211028.497500', '211028.957500', '211029.417500', '211029.877500', '211030.337500', '211030.797500', '211031.257500', '211031.717500', '211032.177500', '211032.637500', '211033.097500', '211033.557500', '211034.017500', '211034.477500', '211034.937500', '211035.397500', '211035.857500', '211036.317500', '211036.777500', '211037.237500', '211037.697500', '211038.157500', '211038.617500', '211039.077500', '211039.537500', '211039.997500', '211040.457500', '211040.917500', '211041.377500', '211041.837500', '211042.297500', '211042.757500', '211043.217500', '211043.677500', '211044.137500', '211044.597500', '211045.057500', '211045.517500', '211045.977500', '211046.437500', '211046.897500', '211047.357500', '211047.817500', '211048.277500', '211048.737500', '211049.197500', '211049.657500', '211050.117500', '211050.577500', '211051.037500', '211051.497500', '211051.957500', '211052.417500', '211052.877500', '211053.337500', '211053.797500', '211054.257500', '211054.717500', '211055.177500', '211055.637500', '211056.097500', '211056.557500', '211057.017500', '211057.477500', '211057.937500', '211058.397500', '211058.857500', '211059.317500', '211059.777500', '211100.237500', '211100.697500', '211101.157500', '211101.617500', '211102.077500', '211102.537500', '211102.997500', '211103.457500', '211103.917500', '211104.377500', '211104.837500', '211105.297500', '211105.757500', '211106.217500', '211106.677500', '211107.137500', '211107.597500', '211108.057500', '211108.517500', '211108.977500', '211109.437500', '211109.897500', '211110.357500', '211110.817500', '211111.277500', '211111.737500', '211112.197500', '211112.657500', '211113.117500', '211113.577500', '211114.037500', '211114.497500', '211114.957500', '211115.417500', '211115.877500', '211116.337500', '211116.797500', '211117.257500', '211117.717500', '211118.177500', '211118.637500', '211119.097500', '211119.557500', '211120.017500', '211120.477500', '211120.937500'], 'ContentTime': ['210126.713000', '210126.716000', '210126.719000', '210126.722000', '210126.724000', '210126.727000', '210126.730000', '210126.732000', '210126.735000', '210126.737000', '210126.740000', '210126.742000', '210126.745000', '210126.748000', '210126.753000', '210126.755000', '210126.758000', '210126.760000', '210126.763000', '210126.766000', '210126.768000', '210126.771000', '210126.773000', '210126.776000', '210126.778000', '210126.781000', '210126.784000', '210146.641000', '210146.644000', '210146.646000', '210146.651000', '210146.653000', '210146.656000', '210146.658000', '210146.661000', '210146.663000', '210146.666000', '210146.669000', '210146.671000', '210146.674000', '210146.676000', '210146.679000', '210146.681000', '210146.684000', '210146.687000', '210146.689000', '210146.692000', '210146.694000', '210146.697000', '210146.699000', '210146.702000', '210146.705000', '210146.707000', '210146.710000', '210146.712000', '210146.715000', '210146.718000', '210146.720000', '210146.723000', '210146.725000', '210146.728000', '210146.730000', '210146.733000', '210146.736000', '210146.738000', '210146.741000', '210146.743000', '210146.746000', '210146.748000', '210146.751000', '210146.754000', '210206.640000', '210206.643000', '210206.646000', '210206.648000', '210206.651000', '210206.653000', '210206.656000', '210206.659000', '210206.661000', '210206.664000', '210206.666000', '210206.669000', '210206.671000', '210206.674000', '210206.677000', '210206.679000', '210206.682000', '210206.685000', '210206.687000', '210206.690000', '210206.692000', '210206.695000', '210206.698000', '210206.700000', '210206.703000', '210206.705000', '210206.708000', '210206.710000', '210206.713000', '210206.716000', '210206.718000', '210206.721000', '210206.723000', '210206.726000', '210206.729000', '210206.731000', '210206.734000', '210206.743000', '210206.745000', '210206.748000', '210206.750000', '210206.753000', '210206.756000', '210226.641000', '210226.644000', '210226.647000', '210226.649000', '210226.652000', '210226.654000', '210226.657000', '210226.659000', '210226.662000', '210226.665000', '210226.667000', '210226.670000', '210226.672000', '210226.675000', '210226.678000', '210226.680000', '210226.683000', '210226.685000', '210226.688000', '210226.690000', '210226.693000', '210226.696000', '210226.698000', '210226.701000', '210226.703000', '210226.706000', '210226.709000', '210226.711000', '210226.714000', '210226.716000', '210226.719000', '210226.722000', '210226.724000', '210226.727000', '210226.729000', '210226.732000', '210226.734000', '210226.737000', '210226.740000', '210226.742000', '210226.745000', '210226.747000', '210226.750000', '210246.640000', '210246.643000', '210246.646000', '210246.648000', '210246.651000', '210246.653000', '210246.656000', '210246.659000', '210246.661000', '210246.664000', '210246.666000', '210246.669000', '210246.672000', '210246.674000', '210246.677000', '210246.679000', '210246.682000', '210246.684000', '210246.687000', '210246.690000', '210246.692000', '210246.695000', '210246.697000', '210246.700000', '210246.702000', '210246.705000', '210246.708000', '210246.710000', '210246.713000', '210246.715000', '210246.718000', '210246.721000', '210246.723000', '210246.726000', '210246.728000', '210246.731000', '210246.734000', '210246.736000', '210246.739000', '210246.741000', '210246.756000', '210246.759000', '210246.761000', '210246.764000', '210306.640000', '210306.643000', '210306.646000', '210306.648000', '210306.651000', '210306.654000', '210306.656000', '210306.659000', '210306.661000', '210306.664000', '210306.667000', '210306.669000', '210306.672000', '210306.674000', '210306.677000', '210306.679000', '210306.682000', '210306.685000', '210306.687000', '210306.690000', '210306.692000', '210306.695000', '210306.697000', '210306.700000', '210306.703000', '210306.705000', '210306.708000', '210306.711000', '210306.713000', '210306.716000', '210306.718000', '210306.721000', '210306.723000', '210306.726000', '210306.728000', '210306.731000', '210306.734000', '210306.736000', '210306.739000', '210306.741000', '210306.744000', '210306.747000', '210306.749000', '210326.640000', '210326.643000', '210326.646000', '210326.648000', '210326.651000', '210326.654000', '210326.656000', '210326.659000', '210326.661000', '210326.664000', '210326.667000', '210326.669000', '210326.672000', '210326.674000', '210326.677000', '210326.680000', '210326.682000', '210326.685000', '210326.687000', '210326.690000', '210326.693000', '210326.695000', '210326.698000', '210326.700000', '210326.703000', '210326.705000', '210326.708000', '210326.711000', '210326.713000', '210326.716000', '210326.718000', '210326.721000', '210326.723000', '210326.726000', '210326.729000', '210326.731000', '210326.734000', '210326.737000', '210326.739000', '210326.742000', '210326.744000', '210326.747000', '210326.749000', '210326.752000', '210346.641000', '210346.643000', '210346.646000', '210346.649000', '210346.651000', '210346.654000', '210346.656000', '210346.659000', '210346.661000', '210346.664000', '210346.667000', '210346.669000', '210346.672000', '210346.674000', '210346.678000', '210346.681000', '210346.683000', '210346.686000', '210346.688000', '210346.691000', '210346.694000', '210346.696000', '210346.699000', '210346.702000', '210346.705000', '210346.708000', '210346.711000', '210346.714000', '210346.716000', '210346.719000', '210346.721000', '210346.724000', '210346.727000', '210346.729000', '210346.732000', '210346.734000', '210346.737000', '210346.740000', '210346.742000', '210346.745000', '210346.747000', '210346.750000', '210346.753000', '210406.641000', '210406.643000', '210406.646000', '210406.649000', '210406.651000', '210406.654000', '210406.656000', '210406.659000', '210406.662000', '210406.664000', '210406.667000', '210406.669000', '210406.672000', '210406.675000', '210406.677000', '210406.680000', '210406.682000', '210406.685000', '210406.688000', '210406.690000', '210406.693000', '210406.695000', '210406.698000', '210406.701000', '210406.703000', '210406.706000', '210406.709000', '210406.711000', '210406.714000', '210406.716000', '210406.719000', '210406.721000', '210406.724000', '210406.727000', '210406.729000', '210406.732000', '210406.735000', '210406.737000', '210406.740000', '210406.742000', '210406.745000', '210406.747000', '210406.750000', '210406.753000', '210426.640000', '210426.643000', '210426.646000', '210426.648000', '210426.651000', '210426.653000', '210426.656000', '210426.659000', '210426.661000', '210426.664000', '210426.666000', '210426.669000', '210426.672000', '210426.674000', '210426.677000', '210426.679000', '210426.682000', '210426.685000', '210426.687000', '210426.690000', '210426.692000', '210426.721000', '210426.723000', '210426.726000', '210426.728000', '210426.731000', '210426.734000', '210426.736000', '210426.739000', '210426.741000', '210426.744000', '210426.747000', '210426.749000', '210426.752000', '210426.754000', '210426.757000', '210426.759000', '210426.762000', '210426.765000', '210426.767000', '210426.770000', '210426.772000', '210426.775000', '210446.639000', '210446.642000', '210446.645000', '210446.648000', '210446.650000', '210446.653000', '210446.656000', '210446.658000', '210446.661000', '210446.664000', '210446.666000', '210446.669000', '210446.671000', '210446.674000', '210446.676000', '210446.679000', '210446.682000', '210446.684000', '210446.687000', '210446.689000', '210446.692000', '210446.695000', '210446.697000', '210446.700000', '210446.703000', '210446.705000', '210446.708000', '210446.710000', '210446.713000', '210446.715000', '210446.718000', '210446.721000', '210446.723000', '210446.726000', '210446.728000', '210446.731000', '210446.734000', '210446.736000', '210446.739000', '210446.741000', '210446.744000', '210446.747000', '210446.749000', '210446.752000', '210506.640000', '210506.643000', '210506.646000', '210506.648000', '210506.651000', '210506.654000', '210506.656000', '210506.659000', '210506.661000', '210506.664000', '210506.666000', '210506.669000', '210506.672000', '210506.674000', '210506.677000', '210506.680000', '210506.682000', '210506.685000', '210506.687000', '210506.690000', '210506.693000', '210506.695000', '210506.698000', '210506.701000', '210506.703000', '210506.706000', '210506.708000', '210506.711000', '210506.713000', '210506.717000', '210506.722000', '210506.724000', '210506.727000', '210506.730000', '210506.732000', '210506.735000', '210506.737000', '210506.740000', '210506.743000', '210506.745000', '210506.748000', '210506.750000', '210506.753000', '210526.640000', '210526.643000', '210526.646000', '210526.649000', '210526.651000', '210526.654000', '210526.657000', '210526.659000', '210526.662000', '210526.664000', '210526.667000', '210526.669000', '210526.672000', '210526.675000', '210526.677000', '210526.680000', '210526.682000', '210526.685000', '210526.688000', '210526.690000', '210526.693000', '210526.696000', '210526.698000', '210526.701000', '210526.704000', '210526.706000', '210526.709000', '210526.711000', '210526.714000', '210526.717000', '210526.719000', '210526.722000', '210526.724000', '210526.727000', '210526.730000', '210526.732000', '210526.735000', '210526.738000', '210526.740000', '210526.743000', '210526.745000', '210526.748000', '210526.751000', '210526.753000', '210546.641000', '210546.643000', '210546.646000', '210546.649000', '210546.651000', '210546.654000', '210546.656000', '210546.659000', '210546.662000', '210546.664000', '210546.667000', '210546.669000', '210546.672000', '210546.675000', '210546.677000', '210546.680000', '210546.682000', '210546.685000', '210546.688000', '210546.690000', '210546.693000', '210546.696000', '210546.698000', '210546.701000', '210546.704000', '210546.706000', '210546.709000', '210546.711000', '210546.714000', '210546.717000', '210546.719000', '210546.722000', '210546.725000', '210546.727000', '210546.730000', '210546.733000', '210546.735000', '210546.738000', '210546.740000', '210546.743000', '210546.746000', '210546.748000', '210546.751000', '210606.641000', '210606.643000', '210606.646000', '210606.653000', '210606.656000', '210606.659000', '210606.661000', '210606.664000', '210606.666000', '210606.669000', '210606.672000', '210606.674000', '210606.677000', '210606.679000', '210606.682000', '210606.685000', '210606.687000', '210606.690000', '210606.693000', '210606.695000', '210606.698000', '210606.700000', '210606.703000', '210606.706000', '210606.708000', '210606.711000', '210606.714000', '210606.716000', '210606.719000', '210606.721000', '210606.724000', '210606.727000', '210606.729000', '210606.732000', '210606.734000', '210606.737000', '210606.740000', '210606.742000', '210606.745000', '210606.747000', '210606.750000', '210606.753000', '210606.755000', '210606.758000', '210626.641000', '210626.643000', '210626.646000', '210626.649000', '210626.651000', '210626.654000', '210626.656000', '210626.659000', '210626.661000', '210626.664000', '210626.667000', '210626.669000', '210626.672000', '210626.674000', '210626.677000', '210626.680000', '210626.682000', '210626.685000', '210626.687000', '210626.690000', '210626.692000', '210626.695000', '210626.698000', '210626.700000', '210626.703000', '210626.705000', '210626.708000', '210626.711000', '210626.713000', '210626.716000', '210626.718000', '210626.721000', '210626.724000', '210626.726000', '210626.729000', '210626.731000', '210626.734000', '210626.737000', '210626.739000', '210626.742000', '210626.744000', '210626.747000', '210626.750000', '210646.641000', '210646.644000', '210646.646000', '210646.649000', '210646.652000', '210646.654000', '210646.657000', '210646.659000', '210646.662000', '210646.665000', '210646.667000', '210646.670000', '210646.672000', '210646.675000', '210646.678000', '210646.680000', '210646.683000', '210646.685000', '210646.688000', '210646.691000', '210646.693000', '210646.696000', '210646.698000', '210646.701000', '210646.704000', '210646.706000', '210646.709000', '210646.712000', '210646.714000', '210646.717000', '210646.720000', '210646.722000', '210646.725000', '210646.728000', '210646.730000', '210646.733000', '210646.735000', '210646.738000', '210646.741000', '210646.743000', '210646.746000', '210646.748000', '210646.751000', '210646.753000', '210706.639000', '210706.642000', '210706.645000', '210706.647000', '210706.650000', '210706.653000', '210706.655000', '210706.658000', '210706.660000', '210706.663000', '210706.665000', '210706.668000', '210706.671000', '210706.673000', '210706.676000', '210706.678000', '210706.681000', '210706.684000', '210706.686000', '210706.689000', '210706.691000', '210706.694000', '210706.696000', '210706.699000', '210706.702000', '210706.704000', '210706.707000', '210706.709000', '210706.712000', '210706.715000', '210706.717000', '210706.720000', '210706.722000', '210706.725000', '210706.727000', '210706.730000', '210706.733000', '210706.735000', '210706.738000', '210706.740000', '210706.743000', '210706.746000', '210706.748000', '210726.641000', '210726.643000', '210726.646000', '210726.649000', '210726.651000', '210726.654000', '210726.656000', '210726.659000', '210726.662000', '210726.664000', '210726.668000', '210726.671000', '210726.673000', '210726.676000', '210726.686000', '210726.689000', '210726.692000', '210726.694000', '210726.697000', '210726.700000', '210726.702000', '210726.705000', '210726.707000', '210726.710000', '210726.713000', '210726.715000', '210726.718000', '210726.720000', '210726.723000', '210726.726000', '210726.728000', '210726.731000', '210726.733000', '210726.736000', '210726.739000', '210726.741000', '210726.744000', '210726.746000', '210726.749000', '210726.752000', '210726.754000', '210726.757000', '210726.760000', '210746.640000', '210746.643000', '210746.646000', '210746.648000', '210746.651000', '210746.654000', '210746.656000', '210746.659000', '210746.661000', '210746.664000', '210746.667000', '210746.669000', '210746.672000', '210746.674000', '210746.677000', '210746.680000', '210746.682000', '210746.685000', '210746.687000', '210746.690000', '210746.692000', '210746.695000', '210746.698000', '210746.700000', '210746.703000', '210746.705000', '210746.708000', '210746.710000', '210746.713000', '210746.716000', '210746.718000', '210746.721000', '210746.723000', '210746.726000', '210746.729000', '210746.731000', '210746.734000', '210746.737000', '210746.739000', '210746.742000', '210746.744000', '210746.747000', '210746.750000', '210746.752000', '210806.641000', '210806.644000', '210806.646000', '210806.649000', '210806.651000', '210806.654000', '210806.657000', '210806.659000', '210806.662000', '210806.664000', '210806.667000', '210806.670000', '210806.672000', '210806.675000', '210806.677000', '210806.680000', '210806.683000', '210806.685000', '210806.688000', '210806.690000', '210806.693000', '210806.695000', '210806.698000', '210806.701000', '210806.703000', '210806.706000', '210806.708000', '210806.711000', '210806.714000', '210806.716000', '210806.719000', '210806.722000', '210806.724000', '210806.727000', '210806.729000', '210806.732000', '210806.735000', '210806.737000', '210806.740000', '210806.742000', '210806.745000', '210806.748000', '210806.750000', '210806.753000', '210826.641000', '210826.643000', '210826.646000', '210826.649000', '210826.651000', '210826.654000', '210826.656000', '210826.659000', '210826.661000', '210826.664000', '210826.667000', '210826.669000', '210826.672000', '210826.674000', '210826.677000', '210826.680000', '210826.682000', '210826.685000', '210826.687000', '210826.690000', '210826.692000', '210826.695000', '210826.698000', '210826.700000', '210826.703000', '210826.705000', '210826.708000', '210826.711000', '210826.713000', '210826.716000', '210826.719000', '210826.722000', '210826.725000', '210826.728000', '210826.730000', '210826.733000', '210826.736000', '210826.738000', '210826.741000', '210826.743000', '210826.746000', '210826.749000', '210826.751000', '210846.641000', '210846.644000', '210846.646000', '210846.649000', '210846.652000', '210846.654000', '210846.657000', '210846.660000', '210846.662000', '210846.665000', '210846.678000', '210846.680000', '210846.683000', '210846.686000', '210846.688000', '210846.691000', '210846.694000', '210846.696000', '210846.699000', '210846.702000', '210846.704000', '210846.707000', '210846.709000', '210846.712000', '210846.715000', '210846.717000', '210846.720000', '210846.722000', '210846.725000', '210846.728000', '210846.730000', '210846.733000', '210846.735000', '210846.738000', '210846.741000', '210846.743000', '210846.746000', '210846.748000', '210846.751000', '210846.753000', '210846.756000', '210846.759000', '210846.761000', '210846.764000', '210906.640000', '210906.642000', '210906.645000', '210906.648000', '210906.650000', '210906.653000', '210906.655000', '210906.658000', '210906.660000', '210906.663000', '210906.666000', '210906.668000', '210906.671000', '210906.673000', '210906.676000', '210906.678000', '210906.681000', '210906.684000', '210906.686000', '210906.689000', '210906.691000', '210906.694000', '210906.697000', '210906.699000', '210906.702000', '210906.704000', '210906.707000', '210906.710000', '210906.712000', '210906.715000', '210906.717000', '210906.720000', '210906.723000', '210906.725000', '210906.728000', '210906.730000', '210906.733000', '210906.736000', '210906.738000', '210906.741000', '210906.743000', '210906.746000', '210906.749000', '210926.640000', '210926.642000', '210926.645000', '210926.648000', '210926.650000', '210926.653000', '210926.655000', '210926.658000', '210926.661000', '210926.663000', '210926.666000', '210926.669000', '210926.671000', '210926.674000', '210926.676000', '210926.679000', '210926.682000', '210926.684000', '210926.687000', '210926.689000', '210926.692000', '210926.695000', '210926.697000', '210926.700000', '210926.703000', '210926.705000', '210926.708000', '210926.710000', '210926.713000', '210926.716000', '210926.718000', '210926.721000', '210926.723000', '210926.726000', '210926.729000', '210926.732000', '210926.734000', '210926.737000', '210926.739000', '210926.742000', '210926.745000', '210926.747000', '210926.750000', '210926.752000', '210946.640000', '210946.643000', '210946.646000', '210946.648000', '210946.651000', '210946.654000', '210946.656000', '210946.659000', '210946.661000', '210946.664000', '210946.667000', '210946.669000', '210946.672000', '210946.674000', '210946.677000', '210946.680000', '210946.682000', '210946.685000', '210946.688000', '210946.690000', '210946.693000', '210946.695000', '210946.698000', '210946.701000', '210946.703000', '210946.706000', '210946.708000', '210946.711000', '210946.713000', '210946.716000', '210946.719000', '210946.721000', '210946.724000', '210946.726000', '210946.729000', '210946.732000', '210946.734000', '210946.737000', '210946.739000', '210946.742000', '210946.745000', '210946.747000', '210946.750000', '211006.641000', '211006.644000', '211006.646000', '211006.649000', '211006.652000', '211006.654000', '211006.657000', '211006.671000', '211006.673000', '211006.676000', '211006.678000', '211006.681000', '211006.684000', '211006.686000', '211006.689000', '211006.691000', '211006.694000', '211006.697000', '211006.699000', '211006.702000', '211006.704000', '211006.707000', '211006.710000', '211006.712000', '211006.715000', '211006.718000', '211006.720000', '211006.723000', '211006.725000', '211006.728000', '211006.731000', '211006.733000', '211006.736000', '211006.739000', '211006.741000', '211006.744000', '211006.747000', '211006.749000', '211006.752000', '211006.754000', '211006.757000', '211006.760000', '211006.762000', '211006.765000', '211026.640000', '211026.643000', '211026.646000', '211026.649000', '211026.651000', '211026.654000', '211026.656000', '211026.659000', '211026.661000', '211026.664000', '211026.667000', '211026.669000', '211026.672000', '211026.674000', '211026.677000', '211026.680000', '211026.682000', '211026.685000', '211026.687000', '211026.690000', '211026.693000', '211026.695000', '211026.698000', '211026.701000', '211026.703000', '211026.706000', '211026.708000', '211026.711000', '211026.714000', '211026.716000', '211026.719000', '211026.721000', '211026.724000', '211026.727000', '211026.729000', '211026.732000', '211026.735000', '211026.737000', '211026.740000', '211026.742000', '211026.745000', '211026.747000', '211026.750000', '211046.641000', '211046.644000', '211046.646000', '211046.649000', '211046.651000', '211046.654000', '211046.657000', '211046.659000', '211046.662000', '211046.664000', '211046.667000', '211046.669000', '211046.672000', '211046.675000', '211046.677000', '211046.680000', '211046.682000', '211046.685000', '211046.688000', '211046.690000', '211046.693000', '211046.696000', '211046.698000', '211046.701000', '211046.703000', '211046.706000', '211046.709000', '211046.711000', '211046.714000', '211046.717000', '211046.719000', '211046.722000', '211046.724000', '211046.727000', '211046.730000', '211046.732000', '211046.735000', '211046.737000', '211046.740000', '211046.743000', '211046.745000', '211046.748000', '211046.751000', '211046.753000', '211106.641000', '211106.644000', '211106.646000', '211106.649000', '211106.652000', '211106.654000', '211106.657000', '211106.659000', '211106.662000', '211106.664000', '211106.667000', '211106.670000', '211106.672000', '211106.675000', '211106.677000', '211106.680000', '211106.682000', '211106.685000', '211106.688000', '211106.690000', '211106.693000', '211106.695000', '211106.698000', '211106.701000', '211106.703000', '211106.706000', '211106.708000', '211106.711000', '211106.713000', '211106.716000', '211106.719000', '211106.721000', '211106.724000', '211106.726000', '211106.729000', '211106.732000', '211106.734000', '211106.737000', '211106.739000', '211106.742000', '211106.744000', '211106.747000', '211106.749000', '211122.020000', '211122.023000', '211122.025000', '211122.034000', '211122.037000', '211122.039000', '211122.042000', '211122.045000', '211122.047000', '211122.050000', '211122.053000', '211122.055000', '211122.058000', '211122.060000', '211122.063000', '211122.066000', '211122.068000', '211122.071000', '211122.073000', '211122.076000', '211122.079000', '211122.081000', '211122.084000', '211122.087000', '211122.089000', '211122.092000', '211122.094000', '211122.097000', '211122.100000', '211122.102000', '211122.105000', '211122.107000', '211122.110000', '211122.113000'], 'InstanceCreationTime': ['210126.713000', '210126.716000', '210126.719000', '210126.722000', '210126.724000', '210126.727000', '210126.730000', '210126.732000', '210126.735000', '210126.737000', '210126.740000', '210126.742000', '210126.745000', '210126.748000', '210126.753000', '210126.755000', '210126.758000', '210126.760000', '210126.763000', '210126.766000', '210126.768000', '210126.771000', '210126.773000', '210126.776000', '210126.778000', '210126.781000', '210126.784000', '210146.641000', '210146.644000', '210146.646000', '210146.651000', '210146.653000', '210146.656000', '210146.658000', '210146.661000', '210146.663000', '210146.666000', '210146.669000', '210146.671000', '210146.674000', '210146.676000', '210146.679000', '210146.681000', '210146.684000', '210146.687000', '210146.689000', '210146.692000', '210146.694000', '210146.697000', '210146.699000', '210146.702000', '210146.705000', '210146.707000', '210146.710000', '210146.712000', '210146.715000', '210146.718000', '210146.720000', '210146.723000', '210146.725000', '210146.728000', '210146.730000', '210146.733000', '210146.736000', '210146.738000', '210146.741000', '210146.743000', '210146.746000', '210146.748000', '210146.751000', '210146.754000', '210206.640000', '210206.643000', '210206.646000', '210206.648000', '210206.651000', '210206.653000', '210206.656000', '210206.659000', '210206.661000', '210206.664000', '210206.666000', '210206.669000', '210206.671000', '210206.674000', '210206.677000', '210206.679000', '210206.682000', '210206.685000', '210206.687000', '210206.690000', '210206.692000', '210206.695000', '210206.698000', '210206.700000', '210206.703000', '210206.705000', '210206.708000', '210206.710000', '210206.713000', '210206.716000', '210206.718000', '210206.721000', '210206.723000', '210206.726000', '210206.729000', '210206.731000', '210206.734000', '210206.743000', '210206.745000', '210206.748000', '210206.750000', '210206.753000', '210206.756000', '210226.641000', '210226.644000', '210226.647000', '210226.649000', '210226.652000', '210226.654000', '210226.657000', '210226.659000', '210226.662000', '210226.665000', '210226.667000', '210226.670000', '210226.672000', '210226.675000', '210226.678000', '210226.680000', '210226.683000', '210226.685000', '210226.688000', '210226.690000', '210226.693000', '210226.696000', '210226.698000', '210226.701000', '210226.703000', '210226.706000', '210226.709000', '210226.711000', '210226.714000', '210226.716000', '210226.719000', '210226.722000', '210226.724000', '210226.727000', '210226.729000', '210226.732000', '210226.734000', '210226.737000', '210226.740000', '210226.742000', '210226.745000', '210226.747000', '210226.750000', '210246.640000', '210246.643000', '210246.646000', '210246.648000', '210246.651000', '210246.653000', '210246.656000', '210246.659000', '210246.661000', '210246.664000', '210246.666000', '210246.669000', '210246.672000', '210246.674000', '210246.677000', '210246.679000', '210246.682000', '210246.684000', '210246.687000', '210246.690000', '210246.692000', '210246.695000', '210246.697000', '210246.700000', '210246.702000', '210246.705000', '210246.708000', '210246.710000', '210246.713000', '210246.715000', '210246.718000', '210246.721000', '210246.723000', '210246.726000', '210246.728000', '210246.731000', '210246.734000', '210246.736000', '210246.739000', '210246.741000', '210246.756000', '210246.759000', '210246.761000', '210246.764000', '210306.640000', '210306.643000', '210306.646000', '210306.648000', '210306.651000', '210306.654000', '210306.656000', '210306.659000', '210306.661000', '210306.664000', '210306.667000', '210306.669000', '210306.672000', '210306.674000', '210306.677000', '210306.679000', '210306.682000', '210306.685000', '210306.687000', '210306.690000', '210306.692000', '210306.695000', '210306.697000', '210306.700000', '210306.703000', '210306.705000', '210306.708000', '210306.711000', '210306.713000', '210306.716000', '210306.718000', '210306.721000', '210306.723000', '210306.726000', '210306.728000', '210306.731000', '210306.734000', '210306.736000', '210306.739000', '210306.741000', '210306.744000', '210306.747000', '210306.749000', '210326.640000', '210326.643000', '210326.646000', '210326.648000', '210326.651000', '210326.654000', '210326.656000', '210326.659000', '210326.661000', '210326.664000', '210326.667000', '210326.669000', '210326.672000', '210326.674000', '210326.677000', '210326.680000', '210326.682000', '210326.685000', '210326.687000', '210326.690000', '210326.693000', '210326.695000', '210326.698000', '210326.700000', '210326.703000', '210326.705000', '210326.708000', '210326.711000', '210326.713000', '210326.716000', '210326.718000', '210326.721000', '210326.723000', '210326.726000', '210326.729000', '210326.731000', '210326.734000', '210326.737000', '210326.739000', '210326.742000', '210326.744000', '210326.747000', '210326.749000', '210326.752000', '210346.641000', '210346.643000', '210346.646000', '210346.649000', '210346.651000', '210346.654000', '210346.656000', '210346.659000', '210346.661000', '210346.664000', '210346.667000', '210346.669000', '210346.672000', '210346.674000', '210346.678000', '210346.681000', '210346.683000', '210346.686000', '210346.688000', '210346.691000', '210346.694000', '210346.696000', '210346.699000', '210346.702000', '210346.705000', '210346.708000', '210346.711000', '210346.714000', '210346.716000', '210346.719000', '210346.721000', '210346.724000', '210346.727000', '210346.729000', '210346.732000', '210346.734000', '210346.737000', '210346.740000', '210346.742000', '210346.745000', '210346.747000', '210346.750000', '210346.753000', '210406.641000', '210406.643000', '210406.646000', '210406.649000', '210406.651000', '210406.654000', '210406.656000', '210406.659000', '210406.662000', '210406.664000', '210406.667000', '210406.669000', '210406.672000', '210406.675000', '210406.677000', '210406.680000', '210406.682000', '210406.685000', '210406.688000', '210406.690000', '210406.693000', '210406.695000', '210406.698000', '210406.701000', '210406.703000', '210406.706000', '210406.709000', '210406.711000', '210406.714000', '210406.716000', '210406.719000', '210406.721000', '210406.724000', '210406.727000', '210406.729000', '210406.732000', '210406.735000', '210406.737000', '210406.740000', '210406.742000', '210406.745000', '210406.747000', '210406.750000', '210406.753000', '210426.640000', '210426.643000', '210426.646000', '210426.648000', '210426.651000', '210426.653000', '210426.656000', '210426.659000', '210426.661000', '210426.664000', '210426.666000', '210426.669000', '210426.672000', '210426.674000', '210426.677000', '210426.679000', '210426.682000', '210426.685000', '210426.687000', '210426.690000', '210426.692000', '210426.721000', '210426.723000', '210426.726000', '210426.728000', '210426.731000', '210426.734000', '210426.736000', '210426.739000', '210426.741000', '210426.744000', '210426.747000', '210426.749000', '210426.752000', '210426.754000', '210426.757000', '210426.759000', '210426.762000', '210426.765000', '210426.767000', '210426.770000', '210426.772000', '210426.775000', '210446.639000', '210446.642000', '210446.645000', '210446.648000', '210446.650000', '210446.653000', '210446.656000', '210446.658000', '210446.661000', '210446.664000', '210446.666000', '210446.669000', '210446.671000', '210446.674000', '210446.676000', '210446.679000', '210446.682000', '210446.684000', '210446.687000', '210446.689000', '210446.692000', '210446.695000', '210446.697000', '210446.700000', '210446.703000', '210446.705000', '210446.708000', '210446.710000', '210446.713000', '210446.715000', '210446.718000', '210446.721000', '210446.723000', '210446.726000', '210446.728000', '210446.731000', '210446.734000', '210446.736000', '210446.739000', '210446.741000', '210446.744000', '210446.747000', '210446.749000', '210446.752000', '210506.640000', '210506.643000', '210506.646000', '210506.648000', '210506.651000', '210506.654000', '210506.656000', '210506.659000', '210506.661000', '210506.664000', '210506.666000', '210506.669000', '210506.672000', '210506.674000', '210506.677000', '210506.680000', '210506.682000', '210506.685000', '210506.687000', '210506.690000', '210506.693000', '210506.695000', '210506.698000', '210506.701000', '210506.703000', '210506.706000', '210506.708000', '210506.711000', '210506.713000', '210506.717000', '210506.722000', '210506.724000', '210506.727000', '210506.730000', '210506.732000', '210506.735000', '210506.737000', '210506.740000', '210506.743000', '210506.745000', '210506.748000', '210506.750000', '210506.753000', '210526.640000', '210526.643000', '210526.646000', '210526.649000', '210526.651000', '210526.654000', '210526.657000', '210526.659000', '210526.662000', '210526.664000', '210526.667000', '210526.669000', '210526.672000', '210526.675000', '210526.677000', '210526.680000', '210526.682000', '210526.685000', '210526.688000', '210526.690000', '210526.693000', '210526.696000', '210526.698000', '210526.701000', '210526.704000', '210526.706000', '210526.709000', '210526.711000', '210526.714000', '210526.717000', '210526.719000', '210526.722000', '210526.724000', '210526.727000', '210526.730000', '210526.732000', '210526.735000', '210526.738000', '210526.740000', '210526.743000', '210526.745000', '210526.748000', '210526.751000', '210526.753000', '210546.641000', '210546.643000', '210546.646000', '210546.649000', '210546.651000', '210546.654000', '210546.656000', '210546.659000', '210546.662000', '210546.664000', '210546.667000', '210546.669000', '210546.672000', '210546.675000', '210546.677000', '210546.680000', '210546.682000', '210546.685000', '210546.688000', '210546.690000', '210546.693000', '210546.696000', '210546.698000', '210546.701000', '210546.704000', '210546.706000', '210546.709000', '210546.711000', '210546.714000', '210546.717000', '210546.719000', '210546.722000', '210546.725000', '210546.727000', '210546.730000', '210546.733000', '210546.735000', '210546.738000', '210546.740000', '210546.743000', '210546.746000', '210546.748000', '210546.751000', '210606.641000', '210606.643000', '210606.646000', '210606.653000', '210606.656000', '210606.659000', '210606.661000', '210606.664000', '210606.666000', '210606.669000', '210606.672000', '210606.674000', '210606.677000', '210606.679000', '210606.682000', '210606.685000', '210606.687000', '210606.690000', '210606.693000', '210606.695000', '210606.698000', '210606.700000', '210606.703000', '210606.706000', '210606.708000', '210606.711000', '210606.714000', '210606.716000', '210606.719000', '210606.721000', '210606.724000', '210606.727000', '210606.729000', '210606.732000', '210606.734000', '210606.737000', '210606.740000', '210606.742000', '210606.745000', '210606.747000', '210606.750000', '210606.753000', '210606.755000', '210606.758000', '210626.641000', '210626.643000', '210626.646000', '210626.649000', '210626.651000', '210626.654000', '210626.656000', '210626.659000', '210626.661000', '210626.664000', '210626.667000', '210626.669000', '210626.672000', '210626.674000', '210626.677000', '210626.680000', '210626.682000', '210626.685000', '210626.687000', '210626.690000', '210626.692000', '210626.695000', '210626.698000', '210626.700000', '210626.703000', '210626.705000', '210626.708000', '210626.711000', '210626.713000', '210626.716000', '210626.718000', '210626.721000', '210626.724000', '210626.726000', '210626.729000', '210626.731000', '210626.734000', '210626.737000', '210626.739000', '210626.742000', '210626.744000', '210626.747000', '210626.750000', '210646.641000', '210646.644000', '210646.646000', '210646.649000', '210646.652000', '210646.654000', '210646.657000', '210646.659000', '210646.662000', '210646.665000', '210646.667000', '210646.670000', '210646.672000', '210646.675000', '210646.678000', '210646.680000', '210646.683000', '210646.685000', '210646.688000', '210646.691000', '210646.693000', '210646.696000', '210646.698000', '210646.701000', '210646.704000', '210646.706000', '210646.709000', '210646.712000', '210646.714000', '210646.717000', '210646.720000', '210646.722000', '210646.725000', '210646.728000', '210646.730000', '210646.733000', '210646.735000', '210646.738000', '210646.741000', '210646.743000', '210646.746000', '210646.748000', '210646.751000', '210646.753000', '210706.639000', '210706.642000', '210706.645000', '210706.647000', '210706.650000', '210706.653000', '210706.655000', '210706.658000', '210706.660000', '210706.663000', '210706.665000', '210706.668000', '210706.671000', '210706.673000', '210706.676000', '210706.678000', '210706.681000', '210706.684000', '210706.686000', '210706.689000', '210706.691000', '210706.694000', '210706.696000', '210706.699000', '210706.702000', '210706.704000', '210706.707000', '210706.709000', '210706.712000', '210706.715000', '210706.717000', '210706.720000', '210706.722000', '210706.725000', '210706.727000', '210706.730000', '210706.733000', '210706.735000', '210706.738000', '210706.740000', '210706.743000', '210706.746000', '210706.748000', '210726.641000', '210726.643000', '210726.646000', '210726.649000', '210726.651000', '210726.654000', '210726.656000', '210726.659000', '210726.662000', '210726.664000', '210726.668000', '210726.671000', '210726.673000', '210726.676000', '210726.686000', '210726.689000', '210726.692000', '210726.694000', '210726.697000', '210726.700000', '210726.702000', '210726.705000', '210726.707000', '210726.710000', '210726.713000', '210726.715000', '210726.718000', '210726.720000', '210726.723000', '210726.726000', '210726.728000', '210726.731000', '210726.733000', '210726.736000', '210726.739000', '210726.741000', '210726.744000', '210726.746000', '210726.749000', '210726.752000', '210726.754000', '210726.757000', '210726.760000', '210746.640000', '210746.643000', '210746.646000', '210746.648000', '210746.651000', '210746.654000', '210746.656000', '210746.659000', '210746.661000', '210746.664000', '210746.667000', '210746.669000', '210746.672000', '210746.674000', '210746.677000', '210746.680000', '210746.682000', '210746.685000', '210746.687000', '210746.690000', '210746.692000', '210746.695000', '210746.698000', '210746.700000', '210746.703000', '210746.705000', '210746.708000', '210746.710000', '210746.713000', '210746.716000', '210746.718000', '210746.721000', '210746.723000', '210746.726000', '210746.729000', '210746.731000', '210746.734000', '210746.737000', '210746.739000', '210746.742000', '210746.744000', '210746.747000', '210746.750000', '210746.752000', '210806.641000', '210806.644000', '210806.646000', '210806.649000', '210806.651000', '210806.654000', '210806.657000', '210806.659000', '210806.662000', '210806.664000', '210806.667000', '210806.670000', '210806.672000', '210806.675000', '210806.677000', '210806.680000', '210806.683000', '210806.685000', '210806.688000', '210806.690000', '210806.693000', '210806.695000', '210806.698000', '210806.701000', '210806.703000', '210806.706000', '210806.708000', '210806.711000', '210806.714000', '210806.716000', '210806.719000', '210806.722000', '210806.724000', '210806.727000', '210806.729000', '210806.732000', '210806.735000', '210806.737000', '210806.740000', '210806.742000', '210806.745000', '210806.748000', '210806.750000', '210806.753000', '210826.641000', '210826.643000', '210826.646000', '210826.649000', '210826.651000', '210826.654000', '210826.656000', '210826.659000', '210826.661000', '210826.664000', '210826.667000', '210826.669000', '210826.672000', '210826.674000', '210826.677000', '210826.680000', '210826.682000', '210826.685000', '210826.687000', '210826.690000', '210826.692000', '210826.695000', '210826.698000', '210826.700000', '210826.703000', '210826.705000', '210826.708000', '210826.711000', '210826.713000', '210826.716000', '210826.719000', '210826.722000', '210826.725000', '210826.728000', '210826.730000', '210826.733000', '210826.736000', '210826.738000', '210826.741000', '210826.743000', '210826.746000', '210826.749000', '210826.751000', '210846.641000', '210846.644000', '210846.646000', '210846.649000', '210846.652000', '210846.654000', '210846.657000', '210846.660000', '210846.662000', '210846.665000', '210846.678000', '210846.680000', '210846.683000', '210846.686000', '210846.688000', '210846.691000', '210846.694000', '210846.696000', '210846.699000', '210846.702000', '210846.704000', '210846.707000', '210846.709000', '210846.712000', '210846.715000', '210846.717000', '210846.720000', '210846.722000', '210846.725000', '210846.728000', '210846.730000', '210846.733000', '210846.735000', '210846.738000', '210846.741000', '210846.743000', '210846.746000', '210846.748000', '210846.751000', '210846.753000', '210846.756000', '210846.759000', '210846.761000', '210846.764000', '210906.640000', '210906.642000', '210906.645000', '210906.648000', '210906.650000', '210906.653000', '210906.655000', '210906.658000', '210906.660000', '210906.663000', '210906.666000', '210906.668000', '210906.671000', '210906.673000', '210906.676000', '210906.678000', '210906.681000', '210906.684000', '210906.686000', '210906.689000', '210906.691000', '210906.694000', '210906.697000', '210906.699000', '210906.702000', '210906.704000', '210906.707000', '210906.710000', '210906.712000', '210906.715000', '210906.717000', '210906.720000', '210906.723000', '210906.725000', '210906.728000', '210906.730000', '210906.733000', '210906.736000', '210906.738000', '210906.741000', '210906.743000', '210906.746000', '210906.749000', '210926.640000', '210926.642000', '210926.645000', '210926.648000', '210926.650000', '210926.653000', '210926.655000', '210926.658000', '210926.661000', '210926.663000', '210926.666000', '210926.669000', '210926.671000', '210926.674000', '210926.676000', '210926.679000', '210926.682000', '210926.684000', '210926.687000', '210926.689000', '210926.692000', '210926.695000', '210926.697000', '210926.700000', '210926.703000', '210926.705000', '210926.708000', '210926.710000', '210926.713000', '210926.716000', '210926.718000', '210926.721000', '210926.723000', '210926.726000', '210926.729000', '210926.732000', '210926.734000', '210926.737000', '210926.739000', '210926.742000', '210926.745000', '210926.747000', '210926.750000', '210926.752000', '210946.640000', '210946.643000', '210946.646000', '210946.648000', '210946.651000', '210946.654000', '210946.656000', '210946.659000', '210946.661000', '210946.664000', '210946.667000', '210946.669000', '210946.672000', '210946.674000', '210946.677000', '210946.680000', '210946.682000', '210946.685000', '210946.688000', '210946.690000', '210946.693000', '210946.695000', '210946.698000', '210946.701000', '210946.703000', '210946.706000', '210946.708000', '210946.711000', '210946.713000', '210946.716000', '210946.719000', '210946.721000', '210946.724000', '210946.726000', '210946.729000', '210946.732000', '210946.734000', '210946.737000', '210946.739000', '210946.742000', '210946.745000', '210946.747000', '210946.750000', '211006.641000', '211006.644000', '211006.646000', '211006.649000', '211006.652000', '211006.654000', '211006.657000', '211006.671000', '211006.673000', '211006.676000', '211006.678000', '211006.681000', '211006.684000', '211006.686000', '211006.689000', '211006.691000', '211006.694000', '211006.697000', '211006.699000', '211006.702000', '211006.704000', '211006.707000', '211006.710000', '211006.712000', '211006.715000', '211006.718000', '211006.720000', '211006.723000', '211006.725000', '211006.728000', '211006.731000', '211006.733000', '211006.736000', '211006.739000', '211006.741000', '211006.744000', '211006.747000', '211006.749000', '211006.752000', '211006.754000', '211006.757000', '211006.760000', '211006.762000', '211006.765000', '211026.640000', '211026.643000', '211026.646000', '211026.649000', '211026.651000', '211026.654000', '211026.656000', '211026.659000', '211026.661000', '211026.664000', '211026.667000', '211026.669000', '211026.672000', '211026.674000', '211026.677000', '211026.680000', '211026.682000', '211026.685000', '211026.687000', '211026.690000', '211026.693000', '211026.695000', '211026.698000', '211026.701000', '211026.703000', '211026.706000', '211026.708000', '211026.711000', '211026.714000', '211026.716000', '211026.719000', '211026.721000', '211026.724000', '211026.727000', '211026.729000', '211026.732000', '211026.735000', '211026.737000', '211026.740000', '211026.742000', '211026.745000', '211026.747000', '211026.750000', '211046.641000', '211046.644000', '211046.646000', '211046.649000', '211046.651000', '211046.654000', '211046.657000', '211046.659000', '211046.662000', '211046.664000', '211046.667000', '211046.669000', '211046.672000', '211046.675000', '211046.677000', '211046.680000', '211046.682000', '211046.685000', '211046.688000', '211046.690000', '211046.693000', '211046.696000', '211046.698000', '211046.701000', '211046.703000', '211046.706000', '211046.709000', '211046.711000', '211046.714000', '211046.717000', '211046.719000', '211046.722000', '211046.724000', '211046.727000', '211046.730000', '211046.732000', '211046.735000', '211046.737000', '211046.740000', '211046.743000', '211046.745000', '211046.748000', '211046.751000', '211046.753000', '211106.641000', '211106.644000', '211106.646000', '211106.649000', '211106.652000', '211106.654000', '211106.657000', '211106.659000', '211106.662000', '211106.664000', '211106.667000', '211106.670000', '211106.672000', '211106.675000', '211106.677000', '211106.680000', '211106.682000', '211106.685000', '211106.688000', '211106.690000', '211106.693000', '211106.695000', '211106.698000', '211106.701000', '211106.703000', '211106.706000', '211106.708000', '211106.711000', '211106.713000', '211106.716000', '211106.719000', '211106.721000', '211106.724000', '211106.726000', '211106.729000', '211106.732000', '211106.734000', '211106.737000', '211106.739000', '211106.742000', '211106.744000', '211106.747000', '211106.749000', '211122.020000', '211122.023000', '211122.025000', '211122.034000', '211122.037000', '211122.039000', '211122.042000', '211122.045000', '211122.047000', '211122.050000', '211122.053000', '211122.055000', '211122.058000', '211122.060000', '211122.063000', '211122.066000', '211122.068000', '211122.071000', '211122.073000', '211122.076000', '211122.079000', '211122.081000', '211122.084000', '211122.087000', '211122.089000', '211122.092000', '211122.094000', '211122.097000', '211122.100000', '211122.102000', '211122.105000', '211122.107000', '211122.110000', '211122.113000'], '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': [8275, 6622, 7915, 6630, 7893, 7049, 7493, 7266, 7043, 7050, 7672, 7239, 6262, 6537, 5679, 6607, 5953, 7132, 6160, 7752, 5904, 7093, 5861, 7506, 6533, 6635, 6155, 6833, 6452, 6600, 6514, 7016, 5900, 7356, 6189, 7343, 6249, 6724, 5977, 6918, 6363, 7810, 6823, 7631, 7107, 7512, 7533, 7131, 7445, 7213, 7662, 7638, 7351, 6844, 6671, 6310, 6796, 6397, 7692, 6570, 7330, 7148, 7359, 7052, 7427, 7188, 7581, 7094, 7800, 7177, 7331, 7392, 7443, 7337, 7433, 7286, 7337, 7279, 6679, 7036, 6065, 7039, 5630, 7649, 7833, 7320, 5973, 5867, 5998, 6904, 6429, 6980, 6843, 7723, 6931, 7360, 7334, 7680, 7489, 7735, 7239, 8576, 7280, 7816, 7224, 7720, 7480, 7479, 7147, 7502, 7366, 7343, 7381, 6987, 7674, 7514, 7445, 7490, 7323, 6930, 7252, 7271, 7522, 7056, 7453, 7104, 7191, 6813, 7159, 7069, 7391, 7012, 7594, 7091, 7323, 7113, 7135, 6765, 7246, 6874, 7164, 7301, 6856, 7272, 7181, 7018, 7490, 7369, 7176, 7286, 7312, 7706, 7205, 7914, 7266, 7868, 7484, 7560, 7223, 7524, 7231, 7144, 7482, 7420, 7513, 7747, 7409, 7916, 7136, 6981, 7135, 7221, 7308, 7316, 7232, 7194, 7316, 6824, 6102, 6105, 6236, 6287, 6908, 6381, 7574, 6980, 8026, 7152, 7808, 6824, 7720, 7110, 8190, 7162, 8286, 7283, 7303, 6291, 7607, 7245, 7595, 8505, 7601, 7208, 7454, 6170, 7451, 6297, 7223, 6336, 7074, 7150, 7196, 7200, 7374, 7499, 7453, 7312, 7364, 7223, 8114, 7350, 8325, 7491, 8192, 7452, 8319, 7433, 7591, 7444, 7334, 7543, 7224, 7319, 7316, 7664, 7212, 7623, 7139, 7364, 7143, 7394, 7300, 7576, 7206, 7286, 7084, 7622, 7154, 7554, 6363, 7376, 5715, 6764, 6762, 6990, 6594, 7158, 6303, 7406, 6216, 7720, 7701, 7433, 6108, 6769, 5996, 6329, 6341, 7488, 7175, 7438, 7326, 7972, 7364, 7710, 7132, 8074, 7289, 7231, 7673, 7744, 7482, 7650, 7571, 7871, 7494, 6996, 7352, 7530, 7456, 7422, 7102, 6021, 6660, 6674, 6946, 7232, 7754, 7082, 8210, 7299, 8248, 7491, 7761, 7574, 7812, 7240, 7838, 7550, 7786, 7730, 7533, 7490, 7493, 7734, 7812, 7578, 7523, 7652, 7615, 7634, 7419, 7493, 7258, 7410, 6780, 7482, 7011, 7633, 7019, 7040, 6256, 6425, 7047, 7006, 7168, 7516, 7558, 7408, 7064, 7780, 7238, 7867, 7382, 8076, 7503, 8226, 7416, 7162, 7831, 7276, 7725, 7260, 7534, 7521, 7412, 7114, 7675, 6521, 6997, 6935, 7464, 6298, 7225, 7760, 7693, 6868, 6960, 6476, 7828, 6682, 7875, 8297, 7610, 8600, 7004, 6759, 6266, 6058, 6852, 6167, 6510, 6428, 7205, 6867, 8198, 6789, 6450, 6773, 7331, 7062, 7791, 7037, 7520, 7298, 7501, 7803, 7528, 8205, 7637, 8282, 7652, 8226, 7327, 8423, 6906, 7408, 6595, 6467, 6550, 6589, 7213, 7440, 7502, 6997, 7892, 7132, 7596, 7350, 7496, 7097, 7740, 7111, 7970, 6770, 7831, 6799, 6634, 6044, 6320, 7423, 6859, 7480, 7456, 7523, 7483, 7194, 7483, 7501, 7602, 7293, 7583, 7838, 7773, 7634, 8057, 7598, 7004, 7683, 7345, 7522, 7140, 7720, 7256, 7483, 7073, 7201, 6863, 7762, 7288, 7599, 7439, 7623, 7243, 7616, 7470, 7551, 7594, 7504, 7386, 7787, 7720, 6984, 6479, 6675, 6208, 7893, 7762, 7933, 8042, 7419, 7244, 7574, 7116, 7693, 6972, 7524, 7066, 7457, 5707, 6747, 6768, 6891, 6914, 7476, 7203, 7725, 7206, 7647, 7434, 7258, 6102, 6904, 7627, 6903, 6409, 7904, 7237, 8562, 6749, 7463, 6613, 7442, 6643, 7744, 7611, 7530, 6106, 7540, 7231, 7601, 7846, 7732, 7413, 7457, 7166, 7196, 6926, 7211, 6898, 7469, 6940, 7177, 6719, 6718, 6417, 6599, 5966, 6971, 6904, 7683, 7230, 7665, 7198, 7660, 7766, 7726, 7548, 7756, 8007, 7702, 8391, 7873, 7974, 7598, 8440, 7658, 7760, 7442, 7515, 7391, 7202, 7398, 7089, 7318, 7324, 7212, 7385, 7413, 7027, 7020, 7163, 7319, 7074, 7423, 7038, 7042, 7026, 7212, 7191, 7266, 7533, 7431, 7123, 6711, 6972, 6434, 7747, 6484, 7508, 7266, 7747, 7568, 7685, 7523, 8184, 7422, 8299, 7548, 7467, 7444, 7656, 7486, 7282, 7258, 7481, 7566, 7368, 7485, 7634, 7637, 7365, 7454, 7543, 7353, 7818, 7508, 7795, 7513, 7422, 7506, 7765, 7197, 6863, 7669, 7445, 7760, 7238, 7348, 7206, 7498, 7405, 7628, 6100, 6284, 6756, 6649, 7537, 7464, 7195, 7678, 7337, 7774, 7490, 7545, 7530, 7210, 7555, 7508, 7612, 8278, 7604, 7305, 7814, 7344, 6838, 6228, 7530, 6037, 6661, 6884, 7104, 7976, 7533, 7594, 7804, 7684, 7783, 7776, 7530, 7912, 7343, 7540, 7408, 7695, 7372, 7300, 7905, 7807, 7480, 7464, 7721, 7732, 6074, 6067, 6315, 7095, 6607, 7397, 7140, 7368, 7021, 7388, 7085, 7364, 7522, 7318, 7510, 7373, 7674, 7298, 8139, 7327, 7114, 6803, 6752, 6830, 7058, 7142, 6552, 7708, 8202, 7719, 8072, 7403, 7532, 7838, 7227, 7813, 7104, 7843, 7659, 7600, 7091, 6913, 7486, 6126, 7969, 5664, 8076, 6287, 7793, 7343, 8038, 7262, 7745, 7756, 7874, 6485, 7746, 6429, 7861, 7070, 7794, 7049, 7941, 7015, 7834, 7944, 6365, 6652, 6756, 7482, 7309, 7547, 7647, 6568, 7333, 6712, 8069, 6916, 7854, 7443, 7251, 7412, 7573, 7519, 7862, 7266, 8225, 7619, 7999, 7859, 7306, 8098, 7442, 8134, 7743, 7759, 6130, 6045, 6355, 6355, 6648, 6684, 6818, 7438, 6882, 7583, 7449, 7299, 7751, 7026, 7431, 6731, 6568, 7033, 7084, 6979, 7467, 6628, 7121, 7670, 7204, 6809, 6942, 6796, 7178, 7246, 7596, 7454, 7706, 7271, 7788, 6956, 6553, 6132, 7534, 6037, 7770, 8569, 7481, 7869, 7399, 7088, 7896, 7136, 7481, 7146, 7270, 7249, 7420, 7059, 7362, 7002, 7610, 7132, 7882, 7936, 7846, 6047, 7688, 7702, 7848, 8007, 7836, 7866, 7690, 7536, 7718, 7341, 7808, 7117, 7682, 7237, 7443, 6052, 6655, 6019, 6220, 6607, 6239, 6346, 7312, 6118, 7442, 6942, 7254, 7278, 7724, 6917, 7792, 6007, 6398, 5954, 6805, 6085, 7657, 7064, 6131, 6692, 7585, 7393, 7341, 7637, 7442, 7390, 7705, 7603, 7701, 7553, 7766, 7432, 7563, 7227, 7367, 7845, 5726, 6511, 6244, 7901, 6397, 7934, 7009, 7849, 7048, 7827, 7680, 7867, 7331, 7423, 7386, 7385, 6955, 7707, 7052, 7828, 7241, 7696, 7068, 7911, 7027, 5992, 6429, 6445, 7011, 6986, 6897, 7435, 6997, 7546, 6255, 7846, 8326, 8023, 7794, 7787, 7492, 7765, 7288, 7561, 7127, 7526, 6829, 7373, 6568, 7777, 6826, 7673, 7126, 7668, 7045, 7669, 7227, 7886, 7192, 8047, 7119, 7861, 7192, 7733, 7356, 7741, 7147, 7728, 7261, 7851, 7217, 8048, 6779, 7533, 6603, 7628, 6586, 7849, 7246, 8029, 8243, 6828, 6277, 6030, 7091, 6478, 7663, 6915, 7250, 7018, 7393, 7264, 8045, 6034, 6226, 6743, 6779, 7219, 7563, 7131, 8032, 7801, 8221, 7754, 7428, 7849, 7536, 8023, 8262, 8012, 7160, 7828, 8002, 7842, 7838, 7973, 6822, 8010, 6760, 7929, 8195, 7970, 7692, 7869, 7477, 7945, 8126, 6946, 6256, 5996, 7429, 6870, 7434, 6405, 5816, 7270, 6519, 7659, 7615, 8184, 7931, 7844, 7191, 7303, 6865, 7161, 6817, 7252, 6962, 6085, 7048, 6209, 6765, 6435, 6696, 7282, 7135, 7022, 7392, 6772, 7261, 7116, 6705, 6766, 6848, 6611, 6562, 6325, 6836, 7520, 7201, 7367, 7407, 5750, 6180, 6587, 7927, 8097, 7900, 7484, 7933, 7711, 7698, 7904, 7750, 8009, 7697, 7895, 7677, 7384, 7844, 7839, 7307, 7089, 6418, 7970, 6399, 7320, 6132, 7723, 6459, 7041, 6306, 7115, 6510, 7416, 6386, 7877, 6123, 7889, 6383, 7381, 6341, 7255, 6206, 7495, 6582, 8162, 6286, 8570, 6342, 8308, 6263, 8022, 6311, 8488, 6722, 8165, 6552, 8179, 6405, 7674, 6479, 7779, 6661, 7375, 6431, 7278, 6371, 7488, 6488, 7382, 6522, 7382, 6750, 7466, 6824, 6540, 6211, 6933, 6802, 6674, 7314, 6629, 7669, 6640, 7578, 6707, 8405, 6352, 8953, 6674, 9032, 6416, 8954, 6609, 8603, 6340, 8425, 6556, 8042, 6427, 7393, 6729, 7302, 6766, 6901, 6723, 6940, 6692, 6660, 6673, 6822, 7306, 7138, 7045, 7258, 6124, 7212, 6844, 6745, 7187, 6591, 7445, 6463, 7866, 6566, 7984, 6414, 8241, 6371, 8393, 6382, 8280, 6372, 8453, 6629, 8637, 6521, 8230, 6407, 7737, 6388, 7452, 6382, 7298, 6696, 6786, 6830, 7292, 7294, 6464, 6666, 6659, 7297, 7169, 7108, 7712, 7139, 7512, 6798, 7117, 7104, 7252, 6999, 7502, 6903, 7718, 6514, 8209, 6849, 8878, 6583, 7819, 6569, 7411, 6662, 7780, 6456, 7439, 6470, 7215, 6582, 6847, 6490, 7126, 6531, 6934, 6492, 6836, 7067, 6893, 6650, 7042, 6935, 7072, 7506, 7328, 7464, 6504, 7761, 6573, 6629, 6669, 6456, 7394, 6873, 8351, 6569, 8818, 6468, 8746, 6486, 8184, 6366, 7907, 6545, 8206, 6660, 8461, 6298, 7801, 6511, 7448, 6308, 7425, 6572, 7187, 7090, 7467, 6346, 7179, 6644, 7161, 6582, 6273, 7355, 6487, 7338, 6738, 7602, 6724, 7145, 6405, 6717, 6457, 6857, 7340, 6811, 7841, 6845, 7968, 6745, 7343], 'WindowCenter': [3653.0, 3617.0, 3625.0, 3601.0, 3609.0, 3597.0, 3597.0, 3598.0, 3596.0, 3599.0, 3622.0, 3613.0, 3600.0, 3589.0, 3578.0, 3600.0, 3589.0, 3612.0, 3589.0, 3624.0, 3579.0, 3598.0, 3566.0, 3598.0, 3589.0, 3600.0, 3576.0, 3598.0, 3586.0, 3586.0, 3587.0, 3597.0, 3576.0, 3599.0, 3576.0, 3609.0, 3575.0, 3587.0, 3575.0, 3597.0, 3587.0, 3609.0, 3599.0, 3609.0, 3598.0, 3597.0, 3610.0, 3596.0, 3610.0, 3610.0, 3611.0, 3610.0, 3608.0, 3586.0, 3586.0, 3574.0, 3586.0, 3587.0, 3609.0, 3599.0, 3610.0, 3598.0, 3596.0, 3596.0, 3598.0, 3598.0, 3608.0, 3598.0, 3608.0, 3612.0, 3598.0, 3596.0, 3597.0, 3596.0, 3597.0, 3610.0, 3609.0, 3609.0, 3586.0, 3599.0, 3576.0, 3599.0, 3577.0, 3611.0, 3610.0, 3612.0, 3575.0, 3577.0, 3576.0, 3597.0, 3586.0, 3600.0, 3601.0, 3610.0, 3598.0, 3610.0, 3610.0, 3609.0, 3609.0, 3608.0, 3610.0, 3620.0, 3599.0, 3607.0, 3597.0, 3596.0, 3597.0, 3597.0, 3599.0, 3608.0, 3610.0, 3609.0, 3610.0, 3598.0, 3610.0, 3608.0, 3610.0, 3610.0, 3608.0, 3596.0, 3596.0, 3596.0, 3610.0, 3596.0, 3609.0, 3598.0, 3599.0, 3587.0, 3599.0, 3596.0, 3609.0, 3597.0, 3610.0, 3611.0, 3611.0, 3598.0, 3599.0, 3587.0, 3610.0, 3599.0, 3597.0, 3609.0, 3600.0, 3609.0, 3599.0, 3599.0, 3624.0, 3610.0, 3600.0, 3610.0, 3611.0, 3610.0, 3611.0, 3621.0, 3609.0, 3608.0, 3610.0, 3609.0, 3611.0, 3610.0, 3611.0, 3598.0, 3611.0, 3610.0, 3609.0, 3610.0, 3611.0, 3609.0, 3598.0, 3597.0, 3611.0, 3597.0, 3597.0, 3596.0, 3609.0, 3599.0, 3610.0, 3598.0, 3591.0, 3588.0, 3589.0, 3589.0, 3610.0, 3601.0, 3621.0, 3612.0, 3622.0, 3599.0, 3609.0, 3587.0, 3609.0, 3599.0, 3621.0, 3599.0, 3609.0, 3596.0, 3597.0, 3576.0, 3607.0, 3598.0, 3609.0, 3620.0, 3609.0, 3598.0, 3598.0, 3574.0, 3598.0, 3589.0, 3611.0, 3600.0, 3611.0, 3611.0, 3609.0, 3612.0, 3611.0, 3611.0, 3608.0, 3610.0, 3611.0, 3612.0, 3622.0, 3611.0, 3619.0, 3608.0, 3607.0, 3597.0, 3606.0, 3596.0, 3596.0, 3596.0, 3595.0, 3595.0, 3595.0, 3595.0, 3595.0, 3608.0, 3596.0, 3607.0, 3596.0, 3611.0, 3597.0, 3598.0, 3596.0, 3607.0, 3609.0, 3610.0, 3598.0, 3609.0, 3597.0, 3610.0, 3586.0, 3610.0, 3579.0, 3602.0, 3598.0, 3600.0, 3598.0, 3599.0, 3587.0, 3610.0, 3589.0, 3621.0, 3611.0, 3611.0, 3587.0, 3599.0, 3577.0, 3589.0, 3601.0, 3611.0, 3610.0, 3621.0, 3610.0, 3620.0, 3610.0, 3612.0, 3610.0, 3621.0, 3612.0, 3598.0, 3611.0, 3607.0, 3609.0, 3609.0, 3621.0, 3610.0, 3610.0, 3597.0, 3608.0, 3607.0, 3610.0, 3610.0, 3611.0, 3589.0, 3601.0, 3598.0, 3599.0, 3612.0, 3623.0, 3611.0, 3621.0, 3611.0, 3619.0, 3609.0, 3607.0, 3609.0, 3611.0, 3610.0, 3608.0, 3609.0, 3608.0, 3608.0, 3608.0, 3599.0, 3608.0, 3610.0, 3607.0, 3608.0, 3608.0, 3608.0, 3595.0, 3597.0, 3597.0, 3608.0, 3598.0, 3610.0, 3585.0, 3608.0, 3597.0, 3610.0, 3610.0, 3610.0, 3590.0, 3590.0, 3599.0, 3598.0, 3598.0, 3611.0, 3611.0, 3610.0, 3597.0, 3609.0, 3609.0, 3620.0, 3612.0, 3620.0, 3610.0, 3620.0, 3610.0, 3597.0, 3610.0, 3597.0, 3611.0, 3609.0, 3621.0, 3611.0, 3611.0, 3611.0, 3621.0, 3600.0, 3610.0, 3609.0, 3610.0, 3599.0, 3623.0, 3624.0, 3625.0, 3603.0, 3615.0, 3601.0, 3610.0, 3586.0, 3608.0, 3607.0, 3609.0, 3621.0, 3599.0, 3587.0, 3587.0, 3587.0, 3597.0, 3575.0, 3588.0, 3589.0, 3623.0, 3612.0, 3621.0, 3601.0, 3601.0, 3599.0, 3611.0, 3598.0, 3611.0, 3599.0, 3611.0, 3611.0, 3610.0, 3610.0, 3611.0, 3619.0, 3596.0, 3607.0, 3595.0, 3608.0, 3596.0, 3606.0, 3582.0, 3582.0, 3571.0, 3571.0, 3574.0, 3585.0, 3595.0, 3594.0, 3594.0, 3583.0, 3606.0, 3584.0, 3608.0, 3598.0, 3598.0, 3596.0, 3608.0, 3595.0, 3620.0, 3587.0, 3609.0, 3598.0, 3600.0, 3590.0, 3589.0, 3610.0, 3600.0, 3610.0, 3610.0, 3610.0, 3612.0, 3602.0, 3611.0, 3610.0, 3610.0, 3608.0, 3609.0, 3621.0, 3622.0, 3622.0, 3621.0, 3622.0, 3599.0, 3610.0, 3608.0, 3610.0, 3598.0, 3621.0, 3609.0, 3611.0, 3601.0, 3611.0, 3599.0, 3621.0, 3609.0, 3610.0, 3609.0, 3611.0, 3611.0, 3622.0, 3609.0, 3609.0, 3607.0, 3609.0, 3598.0, 3610.0, 3610.0, 3599.0, 3587.0, 3597.0, 3576.0, 3608.0, 3607.0, 3608.0, 3620.0, 3608.0, 3597.0, 3607.0, 3585.0, 3608.0, 3595.0, 3611.0, 3599.0, 3609.0, 3578.0, 3599.0, 3599.0, 3612.0, 3613.0, 3612.0, 3611.0, 3623.0, 3626.0, 3611.0, 3610.0, 3610.0, 3591.0, 3613.0, 3623.0, 3626.0, 3604.0, 3638.0, 3613.0, 3622.0, 3589.0, 3598.0, 3587.0, 3597.0, 3586.0, 3609.0, 3607.0, 3608.0, 3575.0, 3596.0, 3595.0, 3596.0, 3595.0, 3596.0, 3610.0, 3598.0, 3584.0, 3596.0, 3585.0, 3597.0, 3587.0, 3609.0, 3598.0, 3599.0, 3600.0, 3600.0, 3589.0, 3601.0, 3589.0, 3613.0, 3612.0, 3623.0, 3624.0, 3625.0, 3614.0, 3625.0, 3624.0, 3623.0, 3622.0, 3622.0, 3622.0, 3623.0, 3623.0, 3621.0, 3608.0, 3611.0, 3619.0, 3609.0, 3608.0, 3609.0, 3610.0, 3610.0, 3598.0, 3609.0, 3598.0, 3598.0, 3598.0, 3607.0, 3598.0, 3610.0, 3598.0, 3598.0, 3597.0, 3597.0, 3598.0, 3597.0, 3598.0, 3599.0, 3610.0, 3610.0, 3600.0, 3609.0, 3611.0, 3610.0, 3598.0, 3600.0, 3610.0, 3589.0, 3611.0, 3588.0, 3609.0, 3610.0, 3609.0, 3622.0, 3610.0, 3610.0, 3620.0, 3612.0, 3620.0, 3611.0, 3611.0, 3608.0, 3609.0, 3608.0, 3609.0, 3610.0, 3610.0, 3608.0, 3610.0, 3598.0, 3607.0, 3608.0, 3597.0, 3610.0, 3608.0, 3609.0, 3610.0, 3608.0, 3608.0, 3610.0, 3609.0, 3610.0, 3608.0, 3599.0, 3599.0, 3608.0, 3596.0, 3608.0, 3596.0, 3598.0, 3610.0, 3612.0, 3610.0, 3610.0, 3576.0, 3588.0, 3598.0, 3598.0, 3608.0, 3609.0, 3598.0, 3611.0, 3610.0, 3609.0, 3597.0, 3609.0, 3608.0, 3596.0, 3607.0, 3610.0, 3609.0, 3620.0, 3609.0, 3608.0, 3609.0, 3598.0, 3598.0, 3576.0, 3608.0, 3588.0, 3600.0, 3611.0, 3626.0, 3624.0, 3622.0, 3609.0, 3624.0, 3607.0, 3609.0, 3606.0, 3607.0, 3608.0, 3610.0, 3608.0, 3598.0, 3607.0, 3598.0, 3595.0, 3608.0, 3596.0, 3598.0, 3597.0, 3608.0, 3608.0, 3588.0, 3589.0, 3588.0, 3599.0, 3599.0, 3609.0, 3598.0, 3609.0, 3599.0, 3611.0, 3611.0, 3611.0, 3610.0, 3610.0, 3597.0, 3598.0, 3609.0, 3610.0, 3621.0, 3611.0, 3610.0, 3599.0, 3598.0, 3598.0, 3596.0, 3599.0, 3587.0, 3610.0, 3618.0, 3609.0, 3609.0, 3610.0, 3606.0, 3608.0, 3595.0, 3595.0, 3585.0, 3606.0, 3596.0, 3596.0, 3598.0, 3597.0, 3599.0, 3576.0, 3606.0, 3563.0, 3606.0, 3574.0, 3606.0, 3597.0, 3619.0, 3611.0, 3610.0, 3608.0, 3608.0, 3587.0, 3610.0, 3587.0, 3610.0, 3599.0, 3611.0, 3599.0, 3622.0, 3611.0, 3623.0, 3621.0, 3601.0, 3599.0, 3601.0, 3610.0, 3611.0, 3609.0, 3610.0, 3588.0, 3611.0, 3600.0, 3621.0, 3600.0, 3620.0, 3609.0, 3608.0, 3597.0, 3609.0, 3610.0, 3610.0, 3611.0, 3621.0, 3608.0, 3606.0, 3608.0, 3596.0, 3608.0, 3598.0, 3621.0, 3609.0, 3609.0, 3577.0, 3577.0, 3587.0, 3587.0, 3598.0, 3587.0, 3599.0, 3600.0, 3597.0, 3609.0, 3596.0, 3598.0, 3609.0, 3598.0, 3597.0, 3599.0, 3599.0, 3600.0, 3597.0, 3599.0, 3609.0, 3599.0, 3600.0, 3621.0, 3613.0, 3602.0, 3612.0, 3602.0, 3612.0, 3610.0, 3624.0, 3610.0, 3623.0, 3624.0, 3624.0, 3612.0, 3602.0, 3590.0, 3623.0, 3589.0, 3623.0, 3632.0, 3611.0, 3610.0, 3611.0, 3598.0, 3610.0, 3597.0, 3598.0, 3596.0, 3609.0, 3608.0, 3610.0, 3599.0, 3611.0, 3599.0, 3610.0, 3611.0, 3623.0, 3622.0, 3624.0, 3589.0, 3611.0, 3608.0, 3608.0, 3607.0, 3609.0, 3608.0, 3609.0, 3596.0, 3597.0, 3596.0, 3594.0, 3584.0, 3596.0, 3609.0, 3598.0, 3578.0, 3586.0, 3574.0, 3575.0, 3598.0, 3587.0, 3590.0, 3611.0, 3589.0, 3610.0, 3599.0, 3611.0, 3611.0, 3625.0, 3612.0, 3622.0, 3591.0, 3602.0, 3590.0, 3601.0, 3589.0, 3610.0, 3601.0, 3590.0, 3599.0, 3611.0, 3610.0, 3611.0, 3610.0, 3610.0, 3613.0, 3611.0, 3611.0, 3612.0, 3624.0, 3611.0, 3610.0, 3622.0, 3624.0, 3611.0, 3623.0, 3579.0, 3599.0, 3589.0, 3621.0, 3601.0, 3623.0, 3600.0, 3611.0, 3598.0, 3610.0, 3608.0, 3608.0, 3597.0, 3598.0, 3597.0, 3598.0, 3597.0, 3608.0, 3598.0, 3610.0, 3609.0, 3621.0, 3600.0, 3621.0, 3598.0, 3589.0, 3588.0, 3589.0, 3596.0, 3612.0, 3600.0, 3611.0, 3597.0, 3610.0, 3585.0, 3608.0, 3606.0, 3620.0, 3609.0, 3607.0, 3596.0, 3608.0, 3596.0, 3596.0, 3585.0, 3608.0, 3586.0, 3596.0, 3598.0, 3608.0, 3587.0, 3608.0, 3599.0, 3622.0, 3600.0, 3611.0, 3610.0, 3621.0, 3600.0, 3621.0, 3597.0, 3610.0, 3599.0, 3610.0, 3608.0, 3611.0, 3598.0, 3609.0, 3596.0, 3621.0, 3609.0, 3621.0, 3587.0, 3611.0, 3588.0, 3608.0, 3585.0, 3608.0, 3597.0, 3608.0, 3609.0, 3588.0, 3587.0, 3576.0, 3596.0, 3588.0, 3609.0, 3599.0, 3610.0, 3600.0, 3611.0, 3610.0, 3622.0, 3587.0, 3588.0, 3599.0, 3599.0, 3610.0, 3611.0, 3599.0, 3609.0, 3610.0, 3621.0, 3609.0, 3596.0, 3608.0, 3609.0, 3609.0, 3608.0, 3610.0, 3586.0, 3608.0, 3604.0, 3606.0, 3607.0, 3609.0, 3586.0, 3608.0, 3585.0, 3607.0, 3605.0, 3607.0, 3609.0, 3608.0, 3596.0, 3607.0, 3607.0, 3597.0, 3587.0, 3589.0, 3609.0, 3599.0, 3612.0, 3601.0, 3591.0, 3625.0, 3616.0, 3636.0, 3624.0, 3636.0, 3622.0, 3622.0, 3599.0, 3598.0, 3598.0, 3598.0, 3587.0, 3597.0, 3586.0, 3575.0, 3585.0, 3576.0, 3586.0, 3587.0, 3599.0, 3610.0, 3599.0, 3599.0, 3609.0, 3599.0, 3609.0, 3612.0, 3599.0, 3600.0, 3588.0, 3599.0, 3598.0, 3590.0, 3601.0, 3610.0, 3611.0, 3610.0, 3613.0, 3591.0, 3591.0, 3601.0, 3624.0, 3621.0, 3622.0, 3612.0, 3623.0, 3609.0, 3611.0, 3608.0, 3610.0, 3608.0, 3608.0, 3607.0, 3609.0, 3597.0, 3609.0, 3596.0, 3599.0, 3601.0, 3590.0, 3609.0, 3590.0, 3597.0, 3577.0, 3597.0, 3577.0, 3585.0, 3575.0, 3585.0, 3576.0, 3597.0, 3577.0, 3609.0, 3565.0, 3597.0, 3574.0, 3585.0, 3573.0, 3585.0, 3564.0, 3596.0, 3585.0, 3609.0, 3577.0, 3619.0, 3575.0, 3607.0, 3575.0, 3595.0, 3576.0, 3608.0, 3587.0, 3606.0, 3575.0, 3605.0, 3575.0, 3595.0, 3577.0, 3608.0, 3588.0, 3596.0, 3575.0, 3595.0, 3586.0, 3596.0, 3588.0, 3598.0, 3590.0, 3599.0, 3600.0, 3610.0, 3600.0, 3588.0, 3590.0, 3611.0, 3600.0, 3602.0, 3612.0, 3604.0, 3624.0, 3602.0, 3613.0, 3601.0, 3622.0, 3589.0, 3621.0, 3587.0, 3619.0, 3575.0, 3607.0, 3575.0, 3606.0, 3574.0, 3606.0, 3574.0, 3596.0, 3572.0, 3595.0, 3586.0, 3596.0, 3572.0, 3585.0, 3573.0, 3585.0, 3585.0, 3586.0, 3585.0, 3598.0, 3611.0, 3600.0, 3613.0, 3610.0, 3589.0, 3624.0, 3613.0, 3613.0, 3612.0, 3603.0, 3613.0, 3603.0, 3622.0, 3600.0, 3611.0, 3588.0, 3620.0, 3587.0, 3608.0, 3576.0, 3608.0, 3576.0, 3607.0, 3586.0, 3608.0, 3576.0, 3606.0, 3586.0, 3607.0, 3587.0, 3595.0, 3576.0, 3596.0, 3587.0, 3585.0, 3601.0, 3612.0, 3611.0, 3589.0, 3599.0, 3602.0, 3610.0, 3612.0, 3600.0, 3621.0, 3599.0, 3611.0, 3587.0, 3598.0, 3596.0, 3596.0, 3585.0, 3597.0, 3585.0, 3597.0, 3575.0, 3608.0, 3586.0, 3619.0, 3584.0, 3595.0, 3573.0, 3595.0, 3585.0, 3596.0, 3588.0, 3596.0, 3575.0, 3596.0, 3585.0, 3587.0, 3589.0, 3599.0, 3590.0, 3599.0, 3588.0, 3587.0, 3600.0, 3599.0, 3600.0, 3600.0, 3600.0, 3601.0, 3613.0, 3614.0, 3624.0, 3602.0, 3610.0, 3602.0, 3600.0, 3600.0, 3589.0, 3612.0, 3601.0, 3623.0, 3599.0, 3622.0, 3590.0, 3620.0, 3587.0, 3609.0, 3575.0, 3608.0, 3575.0, 3609.0, 3586.0, 3607.0, 3574.0, 3597.0, 3576.0, 3597.0, 3575.0, 3596.0, 3588.0, 3600.0, 3598.0, 3611.0, 3589.0, 3598.0, 3588.0, 3597.0, 3599.0, 3589.0, 3610.0, 3590.0, 3600.0, 3600.0, 3611.0, 3602.0, 3601.0, 3591.0, 3600.0, 3590.0, 3598.0, 3611.0, 3600.0, 3622.0, 3589.0, 3610.0, 3587.0, 3599.0], 'WindowWidth': [8255.0, 8196.0, 8198.0, 8159.0, 8167.0, 8147.0, 8146.0, 8146.0, 8142.0, 8151.0, 8187.0, 8176.0, 8154.0, 8140.0, 8123.0, 8154.0, 8141.0, 8174.0, 8140.0, 8196.0, 8126.0, 8149.0, 8102.0, 8147.0, 8138.0, 8155.0, 8118.0, 8147.0, 8129.0, 8130.0, 8130.0, 8147.0, 8117.0, 8149.0, 8114.0, 8164.0, 8112.0, 8129.0, 8111.0, 8143.0, 8132.0, 8163.0, 8153.0, 8164.0, 8148.0, 8147.0, 8166.0, 8144.0, 8165.0, 8169.0, 8169.0, 8168.0, 8163.0, 8129.0, 8128.0, 8109.0, 8129.0, 8134.0, 8166.0, 8154.0, 8166.0, 8147.0, 8143.0, 8142.0, 8147.0, 8150.0, 8163.0, 8148.0, 8159.0, 8173.0, 8147.0, 8143.0, 8143.0, 8143.0, 8145.0, 8167.0, 8165.0, 8164.0, 8130.0, 8151.0, 8118.0, 8151.0, 8120.0, 8171.0, 8166.0, 8173.0, 8115.0, 8120.0, 8115.0, 8145.0, 8130.0, 8154.0, 8156.0, 8168.0, 8151.0, 8166.0, 8167.0, 8164.0, 8164.0, 8161.0, 8168.0, 8180.0, 8150.0, 8158.0, 8143.0, 8140.0, 8143.0, 8143.0, 8152.0, 8164.0, 8166.0, 8163.0, 8167.0, 8148.0, 8167.0, 8165.0, 8167.0, 8166.0, 8163.0, 8141.0, 8143.0, 8143.0, 8166.0, 8142.0, 8162.0, 8150.0, 8152.0, 8133.0, 8150.0, 8144.0, 8165.0, 8146.0, 8168.0, 8171.0, 8170.0, 8149.0, 8152.0, 8131.0, 8168.0, 8149.0, 8146.0, 8162.0, 8154.0, 8165.0, 8152.0, 8152.0, 8193.0, 8167.0, 8153.0, 8167.0, 8171.0, 8168.0, 8169.0, 8184.0, 8164.0, 8160.0, 8166.0, 8163.0, 8172.0, 8169.0, 8169.0, 8148.0, 8169.0, 8166.0, 8165.0, 8166.0, 8169.0, 8164.0, 8149.0, 8143.0, 8170.0, 8145.0, 8144.0, 8141.0, 8164.0, 8151.0, 8168.0, 8148.0, 8148.0, 8137.0, 8140.0, 8137.0, 8170.0, 8160.0, 8185.0, 8174.0, 8185.0, 8150.0, 8162.0, 8131.0, 8164.0, 8152.0, 8181.0, 8148.0, 8163.0, 8140.0, 8144.0, 8113.0, 8157.0, 8147.0, 8163.0, 8180.0, 8165.0, 8145.0, 8147.0, 8110.0, 8147.0, 8140.0, 8172.0, 8157.0, 8170.0, 8171.0, 8166.0, 8173.0, 8170.0, 8170.0, 8164.0, 8168.0, 8171.0, 8174.0, 8184.0, 8169.0, 8177.0, 8161.0, 8156.0, 8143.0, 8152.0, 8142.0, 8140.0, 8140.0, 8137.0, 8137.0, 8138.0, 8137.0, 8138.0, 8160.0, 8143.0, 8157.0, 8142.0, 8172.0, 8143.0, 8147.0, 8140.0, 8157.0, 8164.0, 8168.0, 8150.0, 8166.0, 8146.0, 8165.0, 8131.0, 8166.0, 8125.0, 8160.0, 8151.0, 8154.0, 8147.0, 8151.0, 8131.0, 8165.0, 8138.0, 8185.0, 8171.0, 8169.0, 8132.0, 8150.0, 8118.0, 8139.0, 8158.0, 8172.0, 8169.0, 8186.0, 8168.0, 8179.0, 8167.0, 8171.0, 8170.0, 8182.0, 8171.0, 8148.0, 8168.0, 8158.0, 8162.0, 8164.0, 8183.0, 8166.0, 8167.0, 8145.0, 8160.0, 8158.0, 8168.0, 8170.0, 8172.0, 8137.0, 8155.0, 8148.0, 8152.0, 8171.0, 8190.0, 8171.0, 8185.0, 8170.0, 8177.0, 8163.0, 8159.0, 8163.0, 8170.0, 8168.0, 8163.0, 8166.0, 8160.0, 8161.0, 8159.0, 8149.0, 8163.0, 8166.0, 8158.0, 8161.0, 8158.0, 8161.0, 8139.0, 8142.0, 8144.0, 8161.0, 8147.0, 8167.0, 8127.0, 8161.0, 8146.0, 8166.0, 8168.0, 8171.0, 8140.0, 8141.0, 8151.0, 8150.0, 8150.0, 8172.0, 8169.0, 8166.0, 8147.0, 8165.0, 8164.0, 8179.0, 8175.0, 8181.0, 8169.0, 8179.0, 8167.0, 8146.0, 8166.0, 8145.0, 8170.0, 8164.0, 8183.0, 8170.0, 8171.0, 8169.0, 8185.0, 8155.0, 8168.0, 8166.0, 8168.0, 8153.0, 8190.0, 8196.0, 8197.0, 8163.0, 8182.0, 8157.0, 8167.0, 8128.0, 8158.0, 8154.0, 8162.0, 8182.0, 8151.0, 8131.0, 8131.0, 8134.0, 8145.0, 8114.0, 8134.0, 8138.0, 8191.0, 8175.0, 8182.0, 8158.0, 8157.0, 8151.0, 8168.0, 8149.0, 8168.0, 8152.0, 8170.0, 8168.0, 8167.0, 8165.0, 8166.0, 8176.0, 8141.0, 8156.0, 8136.0, 8159.0, 8139.0, 8151.0, 8114.0, 8115.0, 8099.0, 8101.0, 8106.0, 8125.0, 8138.0, 8135.0, 8134.0, 8119.0, 8151.0, 8122.0, 8158.0, 8146.0, 8147.0, 8141.0, 8161.0, 8140.0, 8180.0, 8132.0, 8164.0, 8150.0, 8154.0, 8140.0, 8138.0, 8165.0, 8154.0, 8165.0, 8167.0, 8166.0, 8173.0, 8158.0, 8169.0, 8166.0, 8166.0, 8162.0, 8164.0, 8185.0, 8185.0, 8186.0, 8184.0, 8185.0, 8150.0, 8166.0, 8161.0, 8166.0, 8148.0, 8185.0, 8163.0, 8170.0, 8156.0, 8172.0, 8152.0, 8183.0, 8165.0, 8166.0, 8164.0, 8169.0, 8169.0, 8188.0, 8163.0, 8164.0, 8158.0, 8162.0, 8146.0, 8168.0, 8167.0, 8150.0, 8131.0, 8146.0, 8114.0, 8160.0, 8156.0, 8161.0, 8180.0, 8162.0, 8145.0, 8157.0, 8125.0, 8158.0, 8141.0, 8169.0, 8150.0, 8166.0, 8122.0, 8152.0, 8151.0, 8173.0, 8176.0, 8174.0, 8171.0, 8188.0, 8198.0, 8168.0, 8168.0, 8167.0, 8145.0, 8176.0, 8190.0, 8198.0, 8169.0, 8217.0, 8175.0, 8186.0, 8135.0, 8147.0, 8130.0, 8145.0, 8128.0, 8162.0, 8158.0, 8159.0, 8109.0, 8139.0, 8137.0, 8140.0, 8137.0, 8142.0, 8166.0, 8147.0, 8123.0, 8140.0, 8125.0, 8142.0, 8128.0, 8163.0, 8147.0, 8150.0, 8155.0, 8155.0, 8140.0, 8158.0, 8141.0, 8176.0, 8174.0, 8191.0, 8192.0, 8197.0, 8182.0, 8196.0, 8191.0, 8190.0, 8185.0, 8185.0, 8187.0, 8191.0, 8188.0, 8184.0, 8162.0, 8170.0, 8177.0, 8164.0, 8159.0, 8162.0, 8168.0, 8167.0, 8148.0, 8162.0, 8147.0, 8148.0, 8145.0, 8158.0, 8147.0, 8165.0, 8151.0, 8147.0, 8145.0, 8143.0, 8148.0, 8145.0, 8148.0, 8153.0, 8169.0, 8167.0, 8155.0, 8165.0, 8170.0, 8165.0, 8149.0, 8153.0, 8168.0, 8140.0, 8168.0, 8134.0, 8164.0, 8165.0, 8164.0, 8186.0, 8167.0, 8166.0, 8182.0, 8175.0, 8181.0, 8168.0, 8168.0, 8162.0, 8163.0, 8162.0, 8164.0, 8168.0, 8166.0, 8161.0, 8166.0, 8147.0, 8158.0, 8159.0, 8147.0, 8166.0, 8161.0, 8164.0, 8164.0, 8161.0, 8160.0, 8165.0, 8163.0, 8166.0, 8161.0, 8149.0, 8150.0, 8161.0, 8143.0, 8160.0, 8143.0, 8148.0, 8168.0, 8172.0, 8165.0, 8166.0, 8116.0, 8136.0, 8146.0, 8149.0, 8161.0, 8164.0, 8149.0, 8172.0, 8167.0, 8165.0, 8145.0, 8162.0, 8160.0, 8143.0, 8158.0, 8167.0, 8166.0, 8179.0, 8163.0, 8160.0, 8165.0, 8146.0, 8147.0, 8116.0, 8162.0, 8138.0, 8154.0, 8173.0, 8199.0, 8193.0, 8188.0, 8165.0, 8189.0, 8159.0, 8163.0, 8153.0, 8157.0, 8160.0, 8165.0, 8161.0, 8147.0, 8156.0, 8145.0, 8138.0, 8159.0, 8141.0, 8145.0, 8142.0, 8160.0, 8162.0, 8136.0, 8137.0, 8136.0, 8152.0, 8150.0, 8164.0, 8150.0, 8165.0, 8150.0, 8169.0, 8170.0, 8170.0, 8166.0, 8165.0, 8145.0, 8147.0, 8165.0, 8167.0, 8182.0, 8172.0, 8168.0, 8154.0, 8147.0, 8149.0, 8144.0, 8152.0, 8133.0, 8168.0, 8174.0, 8163.0, 8164.0, 8165.0, 8155.0, 8159.0, 8137.0, 8138.0, 8124.0, 8153.0, 8141.0, 8139.0, 8145.0, 8143.0, 8151.0, 8116.0, 8153.0, 8093.0, 8152.0, 8109.0, 8153.0, 8143.0, 8178.0, 8168.0, 8166.0, 8162.0, 8162.0, 8132.0, 8164.0, 8131.0, 8165.0, 8149.0, 8167.0, 8151.0, 8185.0, 8171.0, 8189.0, 8184.0, 8157.0, 8151.0, 8155.0, 8167.0, 8169.0, 8162.0, 8167.0, 8134.0, 8170.0, 8154.0, 8181.0, 8154.0, 8180.0, 8161.0, 8161.0, 8144.0, 8162.0, 8164.0, 8167.0, 8169.0, 8182.0, 8160.0, 8155.0, 8159.0, 8142.0, 8160.0, 8147.0, 8183.0, 8163.0, 8164.0, 8116.0, 8119.0, 8130.0, 8132.0, 8146.0, 8132.0, 8149.0, 8152.0, 8146.0, 8163.0, 8142.0, 8147.0, 8163.0, 8148.0, 8145.0, 8151.0, 8151.0, 8152.0, 8145.0, 8151.0, 8163.0, 8152.0, 8152.0, 8184.0, 8176.0, 8161.0, 8174.0, 8158.0, 8173.0, 8168.0, 8191.0, 8168.0, 8190.0, 8193.0, 8192.0, 8173.0, 8162.0, 8141.0, 8187.0, 8138.0, 8188.0, 8200.0, 8172.0, 8167.0, 8168.0, 8147.0, 8167.0, 8144.0, 8146.0, 8142.0, 8163.0, 8163.0, 8167.0, 8152.0, 8171.0, 8150.0, 8167.0, 8170.0, 8190.0, 8186.0, 8192.0, 8137.0, 8168.0, 8160.0, 8161.0, 8158.0, 8163.0, 8161.0, 8161.0, 8141.0, 8142.0, 8137.0, 8136.0, 8122.0, 8139.0, 8163.0, 8147.0, 8119.0, 8128.0, 8111.0, 8112.0, 8150.0, 8134.0, 8140.0, 8170.0, 8138.0, 8167.0, 8151.0, 8170.0, 8172.0, 8195.0, 8175.0, 8188.0, 8143.0, 8159.0, 8140.0, 8157.0, 8137.0, 8168.0, 8157.0, 8141.0, 8151.0, 8169.0, 8168.0, 8171.0, 8166.0, 8168.0, 8176.0, 8171.0, 8170.0, 8171.0, 8192.0, 8169.0, 8167.0, 8188.0, 8191.0, 8171.0, 8189.0, 8126.0, 8154.0, 8138.0, 8184.0, 8159.0, 8188.0, 8153.0, 8167.0, 8147.0, 8165.0, 8160.0, 8159.0, 8145.0, 8149.0, 8143.0, 8146.0, 8143.0, 8161.0, 8149.0, 8165.0, 8163.0, 8184.0, 8154.0, 8181.0, 8148.0, 8138.0, 8134.0, 8136.0, 8143.0, 8173.0, 8153.0, 8167.0, 8144.0, 8163.0, 8126.0, 8160.0, 8154.0, 8179.0, 8164.0, 8158.0, 8140.0, 8158.0, 8140.0, 8139.0, 8125.0, 8159.0, 8129.0, 8142.0, 8148.0, 8160.0, 8130.0, 8159.0, 8151.0, 8185.0, 8153.0, 8169.0, 8165.0, 8183.0, 8154.0, 8182.0, 8145.0, 8165.0, 8151.0, 8166.0, 8162.0, 8170.0, 8148.0, 8161.0, 8143.0, 8182.0, 8163.0, 8181.0, 8131.0, 8166.0, 8132.0, 8159.0, 8125.0, 8158.0, 8142.0, 8160.0, 8161.0, 8133.0, 8130.0, 8117.0, 8141.0, 8133.0, 8161.0, 8152.0, 8166.0, 8154.0, 8171.0, 8168.0, 8184.0, 8133.0, 8135.0, 8150.0, 8150.0, 8166.0, 8169.0, 8150.0, 8162.0, 8165.0, 8181.0, 8163.0, 8141.0, 8160.0, 8164.0, 8163.0, 8157.0, 8164.0, 8127.0, 8158.0, 8149.0, 8154.0, 8156.0, 8160.0, 8127.0, 8159.0, 8123.0, 8155.0, 8149.0, 8155.0, 8163.0, 8161.0, 8141.0, 8156.0, 8155.0, 8144.0, 8132.0, 8137.0, 8162.0, 8152.0, 8172.0, 8159.0, 8147.0, 8197.0, 8189.0, 8214.0, 8192.0, 8211.0, 8184.0, 8184.0, 8147.0, 8147.0, 8148.0, 8149.0, 8131.0, 8144.0, 8125.0, 8111.0, 8124.0, 8114.0, 8126.0, 8133.0, 8150.0, 8165.0, 8148.0, 8149.0, 8162.0, 8149.0, 8164.0, 8173.0, 8152.0, 8153.0, 8134.0, 8149.0, 8148.0, 8140.0, 8157.0, 8167.0, 8169.0, 8168.0, 8175.0, 8144.0, 8146.0, 8158.0, 8192.0, 8183.0, 8185.0, 8172.0, 8188.0, 8165.0, 8168.0, 8160.0, 8164.0, 8158.0, 8159.0, 8156.0, 8161.0, 8144.0, 8161.0, 8140.0, 8148.0, 8156.0, 8142.0, 8162.0, 8141.0, 8146.0, 8119.0, 8141.0, 8117.0, 8124.0, 8112.0, 8125.0, 8114.0, 8142.0, 8116.0, 8160.0, 8098.0, 8140.0, 8107.0, 8123.0, 8105.0, 8124.0, 8095.0, 8140.0, 8125.0, 8162.0, 8116.0, 8175.0, 8111.0, 8154.0, 8111.0, 8136.0, 8112.0, 8158.0, 8128.0, 8152.0, 8109.0, 8147.0, 8109.0, 8136.0, 8116.0, 8160.0, 8132.0, 8140.0, 8113.0, 8138.0, 8128.0, 8141.0, 8132.0, 8147.0, 8139.0, 8147.0, 8153.0, 8166.0, 8153.0, 8137.0, 8142.0, 8169.0, 8155.0, 8161.0, 8172.0, 8167.0, 8192.0, 8161.0, 8175.0, 8157.0, 8184.0, 8137.0, 8180.0, 8130.0, 8173.0, 8109.0, 8153.0, 8108.0, 8152.0, 8108.0, 8150.0, 8107.0, 8138.0, 8103.0, 8137.0, 8125.0, 8139.0, 8103.0, 8122.0, 8103.0, 8125.0, 8123.0, 8126.0, 8123.0, 8148.0, 8168.0, 8154.0, 8177.0, 8166.0, 8139.0, 8194.0, 8177.0, 8177.0, 8173.0, 8164.0, 8176.0, 8164.0, 8186.0, 8154.0, 8168.0, 8135.0, 8179.0, 8130.0, 8160.0, 8115.0, 8157.0, 8113.0, 8155.0, 8128.0, 8158.0, 8113.0, 8152.0, 8127.0, 8157.0, 8130.0, 8139.0, 8115.0, 8139.0, 8130.0, 8126.0, 8155.0, 8175.0, 8169.0, 8137.0, 8150.0, 8160.0, 8168.0, 8173.0, 8154.0, 8184.0, 8150.0, 8168.0, 8131.0, 8146.0, 8140.0, 8141.0, 8125.0, 8142.0, 8125.0, 8142.0, 8110.0, 8158.0, 8126.0, 8175.0, 8122.0, 8136.0, 8104.0, 8136.0, 8123.0, 8138.0, 8136.0, 8140.0, 8111.0, 8139.0, 8126.0, 8130.0, 8137.0, 8150.0, 8140.0, 8149.0, 8133.0, 8131.0, 8152.0, 8152.0, 8153.0, 8151.0, 8154.0, 8156.0, 8176.0, 8179.0, 8194.0, 8161.0, 8168.0, 8160.0, 8154.0, 8154.0, 8137.0, 8170.0, 8155.0, 8187.0, 8151.0, 8183.0, 8139.0, 8180.0, 8130.0, 8161.0, 8112.0, 8158.0, 8112.0, 8161.0, 8126.0, 8156.0, 8108.0, 8141.0, 8115.0, 8140.0, 8109.0, 8139.0, 8133.0, 8152.0, 8148.0, 8172.0, 8139.0, 8146.0, 8135.0, 8145.0, 8149.0, 8138.0, 8167.0, 8141.0, 8152.0, 8154.0, 8169.0, 8161.0, 8156.0, 8142.0, 8152.0, 8141.0, 8149.0, 8169.0, 8151.0, 8184.0, 8137.0, 8164.0, 8130.0, 8149.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.011255772727272727</td></tr>
<tr><td colspan=3>aqi</td><td>0.03673588575757576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.56147577259288</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214838139347992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1758681996739933</td></tr>
<tr><td colspan=3>efc</td><td>0.4546</td></tr>
<tr><td colspan=3>fber</td><td>5028.6514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08963337689613489</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.727272727272727</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6671909281395614</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.597499028979888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.881096022218409</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5229777332203875</td></tr>
<tr><td colspan=3>gcor</td><td>0.0054471</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011292288079857826</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024383677169680595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.6509571375800998</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>28.331</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6918</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.9258</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307608.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>614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.8825</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.8673</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2835.3277</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.4042</td></tr>
<tr><td colspan=3>tsnr</td><td>31.873280312865973</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>