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

616 lines
No EOL
145 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-0051_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0051_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-04/func/sub-0051_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7c2a09f5af7009e0f63216a2ae931e1d</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>14:17:5.662500</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101236</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5fad7185-a0a2-4e02-be0d-5faa895e2d31||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['141705.662500', '141706.122500', '141706.582500', '141707.042500', '141707.502500', '141707.962500', '141708.422500', '141708.882500', '141709.342500', '141709.802500', '141710.262500', '141710.722500', '141711.182500', '141711.642500', '141712.102500', '141712.562500', '141713.022500', '141713.482500', '141713.942500', '141714.402500', '141714.862500', '141715.322500', '141715.782500', '141716.242500', '141716.702500', '141717.162500', '141717.622500', '141718.082500', '141718.542500', '141719.002500', '141719.462500', '141719.922500', '141720.382500', '141720.842500', '141721.302500', '141721.762500', '141722.222500', '141722.682500', '141723.142500', '141723.602500', '141724.062500', '141724.522500', '141724.982500', '141725.442500', '141725.902500', '141726.362500', '141726.822500', '141727.282500', '141727.742500', '141728.202500', '141728.662500', '141729.122500', '141729.582500', '141730.042500', '141730.502500', '141730.962500', '141731.422500', '141731.882500', '141732.342500', '141732.802500', '141733.262500', '141733.722500', '141734.182500', '141734.642500', '141735.102500', '141735.562500', '141736.022500', '141736.482500', '141736.942500', '141737.402500', '141737.862500', '141738.322500', '141738.782500', '141739.242500', '141739.702500', '141740.162500', '141740.622500', '141741.082500', '141741.542500', '141742.002500', '141742.462500', '141742.922500', '141743.382500', '141743.842500', '141744.302500', '141744.762500', '141745.222500', '141745.682500', '141746.142500', '141746.602500', '141747.062500', '141747.522500', '141747.982500', '141748.442500', '141748.902500', '141749.362500', '141749.822500', '141750.282500', '141750.742500', '141751.202500', '141751.662500', '141752.122500', '141752.582500', '141753.042500', '141753.502500', '141753.962500', '141754.422500', '141754.882500', '141755.342500', '141755.802500', '141756.262500', '141756.722500', '141757.182500', '141757.642500', '141758.102500', '141758.562500', '141759.022500', '141759.482500', '141759.942500', '141800.402500', '141800.862500', '141801.322500', '141801.782500', '141802.242500', '141802.702500', '141803.162500', '141803.622500', '141804.082500', '141804.542500', '141805.002500', '141805.462500', '141805.922500', '141806.382500', '141806.842500', '141807.302500', '141807.762500', '141808.222500', '141808.682500', '141809.142500', '141809.602500', '141810.062500', '141810.522500', '141810.982500', '141811.442500', '141811.902500', '141812.362500', '141812.822500', '141813.282500', '141813.742500', '141814.202500', '141814.662500', '141815.122500', '141815.582500', '141816.042500', '141816.502500', '141816.962500', '141817.422500', '141817.882500', '141818.342500', '141818.802500', '141819.262500', '141819.722500', '141820.182500', '141820.642500', '141821.102500', '141821.562500', '141822.022500', '141822.482500', '141822.942500', '141823.402500', '141823.862500', '141824.322500', '141824.782500', '141825.242500', '141825.702500', '141826.162500', '141826.622500', '141827.082500', '141827.542500', '141828.002500', '141828.462500', '141828.922500', '141829.382500', '141829.842500', '141830.302500', '141830.762500', '141831.222500', '141831.682500', '141832.142500', '141832.602500', '141833.062500', '141833.522500', '141833.982500', '141834.442500', '141834.902500', '141835.362500', '141835.822500', '141836.282500', '141836.742500', '141837.202500', '141837.662500', '141838.122500', '141838.582500', '141839.042500', '141839.502500', '141839.962500', '141840.422500', '141840.882500', '141841.342500', '141841.802500', '141842.262500', '141842.722500', '141843.182500', '141843.642500', '141844.102500', '141844.562500', '141845.022500', '141845.482500', '141845.942500', '141846.402500', '141846.862500', '141847.322500', '141847.782500', '141848.242500', '141848.702500', '141849.162500', '141849.622500', '141850.082500', '141850.542500', '141851.002500', '141851.462500', '141851.922500', '141852.382500', '141852.842500', '141853.302500', '141853.762500', '141854.222500', '141854.682500', '141855.142500', '141855.602500', '141856.062500', '141856.522500', '141856.982500', '141857.442500', '141857.902500', '141858.362500', '141858.822500', '141859.282500', '141859.742500', '141900.202500', '141900.662500', '141901.122500', '141901.582500', '141902.042500', '141902.502500', '141902.962500', '141903.422500', '141903.882500', '141904.342500', '141904.802500', '141905.262500', '141905.722500', '141906.182500', '141906.642500', '141907.102500', '141907.562500', '141908.022500', '141908.482500', '141908.942500', '141909.402500', '141909.862500', '141910.322500', '141910.782500', '141911.242500', '141911.702500', '141912.162500', '141912.622500', '141913.082500', '141913.542500', '141914.002500', '141914.462500', '141914.922500', '141915.382500', '141915.842500', '141916.302500', '141916.762500', '141917.222500', '141917.682500', '141918.142500', '141918.602500', '141919.062500', '141919.522500', '141919.982500', '141920.442500', '141920.902500', '141921.362500', '141921.822500', '141922.282500', '141922.742500', '141923.202500', '141923.662500', '141924.122500', '141924.582500', '141925.042500', '141925.502500', '141925.962500', '141926.422500', '141926.882500', '141927.342500', '141927.802500', '141928.262500', '141928.722500', '141929.182500', '141929.642500', '141930.102500', '141930.562500', '141931.022500', '141931.482500', '141931.942500', '141932.402500', '141932.862500', '141933.322500', '141933.782500', '141934.242500', '141934.702500', '141935.162500', '141935.622500', '141936.082500', '141936.542500', '141937.002500', '141937.462500', '141937.922500', '141938.382500', '141938.842500', '141939.302500', '141939.762500', '141940.222500', '141940.682500', '141941.142500', '141941.602500', '141942.062500', '141942.522500', '141942.982500', '141943.442500', '141943.902500', '141944.362500', '141944.822500', '141945.282500', '141945.742500', '141946.202500', '141946.662500', '141947.122500', '141947.582500', '141948.042500', '141948.502500', '141948.962500', '141949.422500', '141949.882500', '141950.342500', '141950.802500', '141951.262500', '141951.722500', '141952.182500', '141952.642500', '141953.102500', '141953.562500', '141954.022500', '141954.482500', '141954.942500', '141955.402500', '141955.862500', '141956.322500', '141956.782500', '141957.242500', '141957.702500', '141958.162500', '141958.622500', '141959.082500', '141959.542500', '142000.002500', '142000.462500', '142000.922500', '142001.382500', '142001.842500', '142002.302500', '142002.762500', '142003.222500', '142003.682500', '142004.142500', '142004.602500', '142005.062500', '142005.522500', '142005.982500', '142006.442500', '142006.902500', '142007.362500', '142007.822500', '142008.282500', '142008.742500', '142009.202500', '142009.662500', '142010.122500', '142010.582500', '142011.042500', '142011.502500', '142011.962500', '142012.422500', '142012.882500', '142013.342500', '142013.802500', '142014.262500', '142014.722500', '142015.182500', '142015.642500', '142016.102500', '142016.562500', '142017.022500', '142017.482500', '142017.942500', '142018.402500', '142018.862500', '142019.322500', '142019.782500', '142020.242500', '142020.702500', '142021.162500', '142021.622500', '142022.082500', '142022.542500', '142023.002500', '142023.462500', '142023.922500', '142024.382500', '142024.842500', '142025.302500', '142025.762500', '142026.222500', '142026.682500', '142027.142500', '142027.602500', '142028.062500', '142028.522500', '142028.982500', '142029.442500', '142029.902500', '142030.362500', '142030.822500', '142031.282500', '142031.742500', '142032.202500', '142032.662500', '142033.122500', '142033.582500', '142034.042500', '142034.502500', '142034.962500', '142035.422500', '142035.882500', '142036.342500', '142036.802500', '142037.262500', '142037.722500', '142038.182500', '142038.642500', '142039.102500', '142039.562500', '142040.022500', '142040.482500', '142040.942500', '142041.402500', '142041.862500', '142042.322500', '142042.782500', '142043.242500', '142043.702500', '142044.162500', '142044.622500', '142045.082500', '142045.542500', '142046.002500', '142046.462500', '142046.922500', '142047.382500', '142047.842500', '142048.302500', '142048.762500', '142049.222500', '142049.682500', '142050.142500', '142050.602500', '142051.062500', '142051.522500', '142051.982500', '142052.442500', '142052.902500', '142053.362500', '142053.822500', '142054.282500', '142054.742500', '142055.202500', '142055.662500', '142056.122500', '142056.582500', '142057.042500', '142057.502500', '142057.962500', '142058.422500', '142058.882500', '142059.342500', '142059.802500', '142100.262500', '142100.722500', '142101.182500', '142101.642500', '142102.102500', '142102.562500', '142103.022500', '142103.482500', '142103.942500', '142104.402500', '142104.862500', '142105.322500', '142105.782500', '142106.242500', '142106.702500', '142107.162500', '142107.622500', '142108.082500', '142108.542500', '142109.002500', '142109.462500', '142109.922500', '142110.382500', '142110.842500', '142111.302500', '142111.762500', '142112.222500', '142112.682500', '142113.142500', '142113.602500', '142114.062500', '142114.522500', '142114.982500', '142115.442500', '142115.902500', '142116.362500', '142116.822500', '142117.282500', '142117.742500', '142118.202500', '142118.662500', '142119.122500', '142119.582500', '142120.042500', '142120.502500', '142120.962500', '142121.422500', '142121.882500', '142122.342500', '142122.802500', '142123.262500', '142123.722500', '142124.182500', '142124.642500', '142125.102500', '142125.562500', '142126.022500', '142126.482500', '142126.942500', '142127.402500', '142127.862500', '142128.322500', '142128.782500', '142129.242500', '142129.702500', '142130.162500', '142130.622500', '142131.082500', '142131.542500', '142132.002500', '142132.462500', '142132.922500', '142133.382500', '142133.842500', '142134.302500', '142134.762500', '142135.222500', '142135.682500', '142136.142500', '142136.602500', '142137.062500', '142137.522500', '142137.982500', '142138.442500', '142138.902500', '142139.362500', '142139.822500', '142140.282500', '142140.742500', '142141.202500', '142141.662500', '142142.122500', '142142.582500', '142143.042500', '142143.502500', '142143.962500', '142144.422500', '142144.882500', '142145.342500', '142145.802500', '142146.262500', '142146.722500', '142147.182500', '142147.642500', '142148.102500', '142148.562500', '142149.022500', '142149.482500', '142149.942500', '142150.402500', '142150.862500', '142151.322500', '142151.782500', '142152.242500', '142152.702500', '142153.162500', '142153.622500', '142154.082500', '142154.542500', '142155.002500', '142155.462500', '142155.922500', '142156.382500', '142156.842500', '142157.302500', '142157.762500', '142158.222500', '142158.682500', '142159.142500', '142159.602500', '142200.062500', '142200.522500', '142200.982500', '142201.442500', '142201.902500', '142202.362500', '142202.822500', '142203.282500', '142203.742500', '142204.202500', '142204.662500', '142205.122500', '142205.582500', '142206.042500', '142206.502500', '142206.962500', '142207.422500', '142207.882500', '142208.342500', '142208.802500', '142209.262500', '142209.722500', '142210.182500', '142210.642500', '142211.102500', '142211.562500', '142212.022500', '142212.482500', '142212.942500', '142213.402500', '142213.862500', '142214.322500', '142214.782500', '142215.242500', '142215.702500', '142216.162500', '142216.622500', '142217.082500', '142217.542500', '142218.002500', '142218.462500', '142218.922500', '142219.382500', '142219.842500', '142220.302500', '142220.762500', '142221.222500', '142221.682500', '142222.142500', '142222.602500', '142223.062500', '142223.522500', '142223.982500', '142224.442500', '142224.902500', '142225.362500', '142225.822500', '142226.282500', '142226.742500', '142227.202500', '142227.662500', '142228.122500', '142228.582500', '142229.042500', '142229.502500', '142229.962500', '142230.422500', '142230.882500', '142231.342500', '142231.802500', '142232.262500', '142232.722500', '142233.182500', '142233.642500', '142234.102500', '142234.562500', '142235.022500', '142235.482500', '142235.942500', '142236.402500', '142236.862500', '142237.322500', '142237.782500', '142238.242500', '142238.702500', '142239.162500', '142239.622500', '142240.082500', '142240.542500', '142241.002500', '142241.462500', '142241.922500', '142242.382500', '142242.842500', '142243.302500', '142243.762500', '142244.222500', '142244.682500', '142245.142500', '142245.602500', '142246.062500', '142246.522500', '142246.982500', '142247.442500', '142247.902500', '142248.362500', '142248.822500', '142249.282500', '142249.742500', '142250.202500', '142250.662500', '142251.122500', '142251.582500', '142252.042500', '142252.502500', '142252.962500', '142253.422500', '142253.882500', '142254.342500', '142254.802500', '142255.262500', '142255.722500', '142256.182500', '142256.642500', '142257.102500', '142257.562500', '142258.022500', '142258.482500', '142258.942500', '142259.402500', '142259.862500', '142300.322500', '142300.782500', '142301.242500', '142301.702500', '142302.162500', '142302.622500', '142303.082500', '142303.542500', '142304.002500', '142304.462500', '142304.922500', '142305.382500', '142305.842500', '142306.302500', '142306.762500', '142307.222500', '142307.682500', '142308.142500', '142308.602500', '142309.062500', '142309.522500', '142309.982500', '142310.442500', '142310.902500', '142311.362500', '142311.822500', '142312.282500', '142312.742500', '142313.202500', '142313.662500', '142314.122500', '142314.582500', '142315.042500', '142315.502500', '142315.962500', '142316.422500', '142316.882500', '142317.342500', '142317.802500', '142318.262500', '142318.722500', '142319.182500', '142319.642500', '142320.102500', '142320.562500', '142321.022500', '142321.482500', '142321.942500', '142322.402500', '142322.862500', '142323.322500', '142323.782500', '142324.242500', '142324.702500', '142325.162500', '142325.622500', '142326.082500', '142326.542500', '142327.002500', '142327.462500', '142327.922500', '142328.382500', '142328.842500', '142329.302500', '142329.762500', '142330.222500', '142330.682500', '142331.142500', '142331.602500', '142332.062500', '142332.522500', '142332.982500', '142333.442500', '142333.902500', '142334.362500', '142334.822500', '142335.282500', '142335.742500', '142336.202500', '142336.662500', '142337.122500', '142337.582500', '142338.042500', '142338.502500', '142338.962500', '142339.422500', '142339.882500', '142340.342500', '142340.802500', '142341.262500', '142341.722500', '142342.182500', '142342.642500', '142343.102500', '142343.562500', '142344.022500', '142344.482500', '142344.942500', '142345.402500', '142345.862500', '142346.322500', '142346.782500', '142347.242500', '142347.702500', '142348.162500', '142348.622500', '142349.082500', '142349.542500', '142350.002500', '142350.462500', '142350.922500', '142351.382500', '142351.842500', '142352.302500', '142352.762500', '142353.222500', '142353.682500', '142354.142500', '142354.602500', '142355.062500', '142355.522500', '142355.982500', '142356.442500', '142356.902500', '142357.362500', '142357.822500', '142358.282500', '142358.742500', '142359.202500', '142359.662500', '142400.122500', '142400.582500', '142401.042500', '142401.502500', '142401.962500', '142402.422500', '142402.882500', '142403.342500', '142403.802500', '142404.262500', '142404.722500', '142405.182500', '142405.642500', '142406.102500', '142406.562500', '142407.022500', '142407.482500', '142407.942500', '142408.402500', '142408.862500', '142409.322500', '142409.782500', '142410.242500', '142410.702500', '142411.162500', '142411.622500', '142412.082500', '142412.542500', '142413.002500', '142413.462500', '142413.922500', '142414.382500', '142414.842500', '142415.302500', '142415.762500', '142416.222500', '142416.682500', '142417.142500', '142417.602500', '142418.062500', '142418.522500', '142418.982500', '142419.442500', '142419.902500', '142420.362500', '142420.822500', '142421.282500', '142421.742500', '142422.202500', '142422.662500', '142423.122500', '142423.582500', '142424.042500', '142424.502500', '142424.962500', '142425.422500', '142425.882500', '142426.342500', '142426.802500', '142427.262500', '142427.722500', '142428.182500', '142428.642500', '142429.102500', '142429.562500', '142430.022500', '142430.482500', '142430.942500', '142431.402500', '142431.862500', '142432.322500', '142432.782500', '142433.242500', '142433.702500', '142434.162500', '142434.622500', '142435.082500', '142435.542500', '142436.002500', '142436.462500', '142436.922500', '142437.382500', '142437.842500', '142438.302500', '142438.762500', '142439.222500', '142439.682500', '142440.142500', '142440.602500', '142441.062500', '142441.522500', '142441.982500', '142442.442500', '142442.902500', '142443.362500', '142443.822500', '142444.282500', '142444.742500', '142445.202500', '142445.662500', '142446.122500', '142446.582500', '142447.042500', '142447.502500', '142447.962500', '142448.422500', '142448.882500', '142449.342500', '142449.802500', '142450.262500', '142450.722500', '142451.182500', '142451.642500', '142452.102500', '142452.562500', '142453.022500', '142453.482500', '142453.942500', '142454.402500', '142454.862500', '142455.322500', '142455.782500', '142456.242500', '142456.702500', '142457.162500', '142457.622500', '142458.082500', '142458.542500', '142459.002500', '142459.462500', '142459.922500', '142500.382500', '142500.842500', '142501.302500', '142501.762500', '142502.222500', '142502.682500', '142503.142500', '142503.602500', '142504.062500', '142504.522500', '142504.982500', '142505.442500', '142505.902500', '142506.362500', '142506.822500', '142507.282500', '142507.742500', '142508.202500', '142508.662500', '142509.122500', '142509.582500', '142510.042500', '142510.502500', '142510.962500', '142511.422500', '142511.882500', '142512.342500', '142512.802500', '142513.262500', '142513.722500', '142514.182500', '142514.642500', '142515.102500', '142515.562500', '142516.022500', '142516.482500', '142516.942500', '142517.402500', '142517.862500', '142518.322500', '142518.782500', '142519.242500', '142519.702500', '142520.162500', '142520.622500', '142521.082500', '142521.542500', '142522.002500', '142522.462500', '142522.922500', '142523.382500', '142523.842500', '142524.302500', '142524.762500', '142525.222500', '142525.682500', '142526.142500', '142526.602500', '142527.062500', '142527.522500', '142527.982500', '142528.442500', '142528.902500', '142529.362500', '142529.822500', '142530.282500', '142530.742500', '142531.202500', '142531.662500', '142532.122500', '142532.582500', '142533.042500', '142533.502500', '142533.962500', '142534.422500', '142534.882500', '142535.342500', '142535.802500', '142536.262500', '142536.722500', '142537.182500', '142537.642500', '142538.102500', '142538.562500', '142539.022500', '142539.482500', '142539.942500', '142540.402500', '142540.862500', '142541.322500', '142541.782500', '142542.242500', '142542.702500', '142543.162500', '142543.622500', '142544.082500', '142544.542500', '142545.002500', '142545.462500', '142545.922500', '142546.382500', '142546.842500', '142547.302500', '142547.762500', '142548.222500', '142548.682500', '142549.142500', '142549.602500', '142550.062500', '142550.522500', '142550.982500', '142551.442500', '142551.902500', '142552.362500', '142552.822500', '142553.282500', '142553.742500', '142554.202500', '142554.662500', '142555.122500', '142555.582500', '142556.042500', '142556.502500', '142556.962500', '142557.422500', '142557.882500', '142558.342500', '142558.802500', '142559.262500', '142559.722500', '142600.182500', '142600.642500', '142601.102500', '142601.562500', '142602.022500', '142602.482500', '142602.942500', '142603.402500', '142603.862500', '142604.322500', '142604.782500', '142605.242500', '142605.702500', '142606.162500', '142606.622500', '142607.082500', '142607.542500', '142608.002500', '142608.462500', '142608.922500', '142609.382500', '142609.842500', '142610.302500', '142610.762500', '142611.222500', '142611.682500', '142612.142500', '142612.602500', '142613.062500', '142613.522500', '142613.982500', '142614.442500', '142614.902500', '142615.362500', '142615.822500', '142616.282500', '142616.742500', '142617.202500', '142617.662500', '142618.122500', '142618.582500', '142619.042500', '142619.502500', '142619.962500', '142620.422500', '142620.882500', '142621.342500', '142621.802500', '142622.262500', '142622.722500', '142623.182500', '142623.642500', '142624.102500', '142624.562500', '142625.022500', '142625.482500', '142625.942500', '142626.402500', '142626.862500', '142627.322500', '142627.782500', '142628.242500', '142628.702500', '142629.162500', '142629.622500', '142630.082500', '142630.542500', '142631.002500', '142631.462500', '142631.922500', '142632.382500', '142632.842500', '142633.302500', '142633.762500', '142634.222500', '142634.682500', '142635.142500', '142635.602500', '142636.062500', '142636.522500', '142636.982500', '142637.442500', '142637.902500', '142638.362500', '142638.822500', '142639.282500', '142639.742500', '142640.202500', '142640.662500', '142641.122500', '142641.582500', '142642.042500', '142642.502500', '142642.962500', '142643.422500', '142643.882500', '142644.342500', '142644.802500', '142645.262500', '142645.722500', '142646.182500', '142646.642500', '142647.102500', '142647.562500', '142648.022500', '142648.482500', '142648.942500', '142649.402500', '142649.862500', '142650.322500', '142650.782500', '142651.242500', '142651.702500', '142652.162500', '142652.622500', '142653.082500', '142653.542500', '142654.002500', '142654.462500', '142654.922500', '142655.382500', '142655.842500', '142656.302500', '142656.762500', '142657.222500', '142657.682500', '142658.142500', '142658.602500', '142659.062500', '142659.522500', '142659.982500', '142700.442500', '142700.902500', '142701.362500', '142701.822500', '142702.282500', '142702.742500', '142703.202500', '142703.662500', '142704.122500', '142704.582500', '142705.042500', '142705.502500', '142705.962500', '142706.422500', '142706.882500', '142707.342500', '142707.802500', '142708.262500', '142708.722500', '142709.182500', '142709.642500', '142710.102500', '142710.562500', '142711.022500', '142711.482500', '142711.942500', '142712.402500', '142712.862500', '142713.322500'], 'ContentTime': ['141730.732000', '141730.735000', '141730.738000', '141730.741000', '141730.744000', '141730.747000', '141730.749000', '141730.752000', '141730.755000', '141730.757000', '141730.760000', '141730.763000', '141730.765000', '141730.768000', '141730.771000', '141730.773000', '141730.776000', '141730.778000', '141730.781000', '141730.784000', '141730.786000', '141730.789000', '141730.792000', '141730.794000', '141730.797000', '141730.799000', '141730.807000', '141730.809000', '141730.812000', '141730.815000', '141730.818000', '141730.820000', '141730.823000', '141730.825000', '141730.828000', '141730.830000', '141730.833000', '141730.836000', '141730.838000', '141730.841000', '141730.844000', '141730.846000', '141730.849000', '141730.851000', '141730.854000', '141730.857000', '141730.859000', '141730.862000', '141730.864000', '141730.867000', '141730.870000', '141750.696000', '141750.699000', '141750.702000', '141750.705000', '141750.707000', '141750.710000', '141750.713000', '141750.715000', '141750.718000', '141750.727000', '141750.729000', '141750.732000', '141750.735000', '141750.737000', '141750.740000', '141750.743000', '141750.745000', '141750.748000', '141750.751000', '141750.753000', '141750.756000', '141750.758000', '141750.761000', '141750.764000', '141750.766000', '141750.769000', '141750.772000', '141750.774000', '141750.777000', '141750.779000', '141750.782000', '141750.785000', '141750.787000', '141750.790000', '141750.793000', '141750.795000', '141750.798000', '141750.800000', '141750.803000', '141750.806000', '141750.808000', '141750.811000', '141750.813000', '141750.855000', '141810.697000', '141810.699000', '141810.702000', '141810.705000', '141810.707000', '141810.710000', '141810.713000', '141810.715000', '141810.718000', '141810.720000', '141810.723000', '141810.725000', '141810.728000', '141810.731000', '141810.733000', '141810.736000', '141810.738000', '141810.752000', '141810.754000', '141810.757000', '141810.760000', '141810.762000', '141810.774000', '141810.777000', '141810.779000', '141810.782000', '141810.785000', '141810.787000', '141810.790000', '141810.792000', '141810.795000', '141810.798000', '141810.800000', '141810.803000', '141810.806000', '141810.808000', '141810.811000', '141810.813000', '141810.816000', '141810.819000', '141810.821000', '141810.824000', '141810.826000', '141830.697000', '141830.700000', '141830.703000', '141830.705000', '141830.708000', '141830.711000', '141830.713000', '141830.716000', '141830.721000', '141830.724000', '141830.727000', '141830.729000', '141830.732000', '141830.735000', '141830.737000', '141830.740000', '141830.742000', '141830.745000', '141830.748000', '141830.750000', '141830.753000', '141830.756000', '141830.758000', '141830.761000', '141830.763000', '141830.766000', '141830.769000', '141830.771000', '141830.774000', '141830.776000', '141830.779000', '141830.782000', '141830.784000', '141830.787000', '141830.790000', '141830.792000', '141830.795000', '141830.798000', '141830.800000', '141830.803000', '141830.806000', '141830.808000', '141830.811000', '141830.814000', '141850.696000', '141850.700000', '141850.702000', '141850.705000', '141850.708000', '141850.710000', '141850.713000', '141850.716000', '141850.718000', '141850.721000', '141850.723000', '141850.726000', '141850.729000', '141850.731000', '141850.734000', '141850.737000', '141850.739000', '141850.742000', '141850.745000', '141850.748000', '141850.750000', '141850.753000', '141850.755000', '141850.758000', '141850.761000', '141850.763000', '141850.766000', '141850.769000', '141850.771000', '141850.774000', '141850.777000', '141850.780000', '141850.783000', '141850.786000', '141850.794000', '141850.796000', '141850.799000', '141850.801000', '141850.804000', '141850.806000', '141850.809000', '141850.812000', '141850.814000', '141910.696000', '141910.699000', '141910.702000', '141910.705000', '141910.707000', '141910.710000', '141910.712000', '141910.715000', '141910.718000', '141910.720000', '141910.723000', '141910.732000', '141910.735000', '141910.738000', '141910.740000', '141910.743000', '141910.746000', '141910.748000', '141910.751000', '141910.753000', '141910.756000', '141910.758000', '141910.761000', '141910.764000', '141910.766000', '141910.769000', '141910.771000', '141910.774000', '141910.776000', '141910.779000', '141910.782000', '141910.784000', '141910.787000', '141910.789000', '141910.792000', '141910.795000', '141910.797000', '141910.800000', '141910.802000', '141910.805000', '141910.808000', '141910.810000', '141910.813000', '141910.816000', '141930.698000', '141930.700000', '141930.703000', '141930.706000', '141930.708000', '141930.711000', '141930.713000', '141930.716000', '141930.718000', '141930.721000', '141930.723000', '141930.726000', '141930.729000', '141930.731000', '141930.734000', '141930.736000', '141930.739000', '141930.742000', '141930.744000', '141930.747000', '141930.749000', '141930.752000', '141930.754000', '141930.757000', '141930.759000', '141930.762000', '141930.765000', '141930.767000', '141930.770000', '141930.772000', '141930.775000', '141930.778000', '141930.780000', '141930.783000', '141930.785000', '141930.788000', '141930.790000', '141930.793000', '141930.796000', '141930.798000', '141930.801000', '141930.803000', '141930.806000', '141950.696000', '141950.699000', '141950.702000', '141950.704000', '141950.707000', '141950.710000', '141950.712000', '141950.715000', '141950.717000', '141950.720000', '141950.723000', '141950.725000', '141950.728000', '141950.738000', '141950.741000', '141950.743000', '141950.746000', '141950.748000', '141950.751000', '141950.753000', '141950.756000', '141950.759000', '141950.761000', '141950.764000', '141950.766000', '141950.769000', '141950.772000', '141950.774000', '141950.777000', '141950.779000', '141950.782000', '141950.784000', '141950.790000', '141950.793000', '141950.795000', '141950.798000', '141950.801000', '141950.803000', '141950.806000', '141950.808000', '141950.811000', '141950.813000', '141950.859000', '141950.861000', '142010.697000', '142010.699000', '142010.702000', '142010.704000', '142010.707000', '142010.710000', '142010.712000', '142010.715000', '142010.717000', '142010.720000', '142010.722000', '142010.725000', '142010.728000', '142010.730000', '142010.733000', '142010.735000', '142010.738000', '142010.740000', '142010.743000', '142010.746000', '142010.748000', '142010.751000', '142010.753000', '142010.756000', '142010.758000', '142010.761000', '142010.763000', '142010.766000', '142010.769000', '142010.771000', '142010.774000', '142010.776000', '142010.779000', '142010.781000', '142010.784000', '142010.787000', '142010.789000', '142010.792000', '142010.794000', '142010.797000', '142010.800000', '142010.802000', '142010.805000', '142030.696000', '142030.699000', '142030.702000', '142030.705000', '142030.707000', '142030.710000', '142030.712000', '142030.715000', '142030.717000', '142030.720000', '142030.723000', '142030.725000', '142030.728000', '142030.731000', '142030.733000', '142030.736000', '142030.738000', '142030.741000', '142030.744000', '142030.746000', '142030.749000', '142030.751000', '142030.754000', '142030.756000', '142030.759000', '142030.762000', '142030.764000', '142030.767000', '142030.770000', '142030.772000', '142030.775000', '142030.778000', '142030.780000', '142030.783000', '142030.785000', '142030.788000', '142030.791000', '142030.793000', '142030.796000', '142030.798000', '142030.801000', '142030.804000', '142030.806000', '142030.809000', '142050.697000', '142050.700000', '142050.702000', '142050.705000', '142050.707000', '142050.710000', '142050.713000', '142050.715000', '142050.718000', '142050.720000', '142050.723000', '142050.725000', '142050.728000', '142050.731000', '142050.733000', '142050.736000', '142050.739000', '142050.741000', '142050.744000', '142050.746000', '142050.749000', '142050.751000', '142050.754000', '142050.757000', '142050.759000', '142050.762000', '142050.764000', '142050.767000', '142050.770000', '142050.772000', '142050.775000', '142050.777000', '142050.780000', '142050.783000', '142050.785000', '142050.788000', '142050.790000', '142050.793000', '142050.795000', '142050.798000', '142050.801000', '142050.803000', '142050.806000', '142110.697000', '142110.700000', '142110.702000', '142110.705000', '142110.707000', '142110.710000', '142110.712000', '142110.715000', '142110.718000', '142110.720000', '142110.731000', '142110.733000', '142110.736000', '142110.738000', '142110.741000', '142110.744000', '142110.746000', '142110.749000', '142110.751000', '142110.754000', '142110.756000', '142110.759000', '142110.762000', '142110.764000', '142110.767000', '142110.769000', '142110.772000', '142110.775000', '142110.777000', '142110.780000', '142110.782000', '142110.785000', '142110.787000', '142110.790000', '142110.792000', '142110.795000', '142110.798000', '142110.800000', '142110.803000', '142110.805000', '142110.808000', '142110.811000', '142110.813000', '142110.865000', '142130.697000', '142130.700000', '142130.702000', '142130.705000', '142130.707000', '142130.710000', '142130.712000', '142130.715000', '142130.718000', '142130.720000', '142130.723000', '142130.725000', '142130.728000', '142130.731000', '142130.733000', '142130.736000', '142130.738000', '142130.741000', '142130.743000', '142130.746000', '142130.748000', '142130.751000', '142130.754000', '142130.756000', '142130.759000', '142130.761000', '142130.764000', '142130.766000', '142130.769000', '142130.772000', '142130.774000', '142130.777000', '142130.779000', '142130.782000', '142130.785000', '142130.787000', '142130.790000', '142130.792000', '142130.795000', '142130.798000', '142130.800000', '142130.803000', '142130.805000', '142150.697000', '142150.700000', '142150.703000', '142150.706000', '142150.708000', '142150.711000', '142150.713000', '142150.716000', '142150.719000', '142150.721000', '142150.724000', '142150.726000', '142150.729000', '142150.732000', '142150.734000', '142150.737000', '142150.739000', '142150.742000', '142150.744000', '142150.747000', '142150.750000', '142150.752000', '142150.755000', '142150.758000', '142150.760000', '142150.763000', '142150.765000', '142150.768000', '142150.770000', '142150.773000', '142150.776000', '142150.778000', '142150.781000', '142150.783000', '142150.786000', '142150.788000', '142150.791000', '142150.794000', '142150.796000', '142150.799000', '142150.802000', '142150.804000', '142150.807000', '142150.810000', '142210.697000', '142210.700000', '142210.702000', '142210.705000', '142210.708000', '142210.710000', '142210.713000', '142210.715000', '142210.718000', '142210.721000', '142210.723000', '142210.726000', '142210.728000', '142210.731000', '142210.733000', '142210.736000', '142210.739000', '142210.741000', '142210.744000', '142210.747000', '142210.749000', '142210.752000', '142210.754000', '142210.757000', '142210.759000', '142210.762000', '142210.765000', '142210.767000', '142210.770000', '142210.773000', '142210.775000', '142210.778000', '142210.780000', '142210.783000', '142210.786000', '142210.788000', '142210.791000', '142210.793000', '142210.796000', '142210.799000', '142210.801000', '142210.804000', '142210.806000', '142230.696000', '142230.699000', '142230.702000', '142230.704000', '142230.707000', '142230.710000', '142230.712000', '142230.715000', '142230.718000', '142230.720000', '142230.723000', '142230.726000', '142230.728000', '142230.731000', '142230.733000', '142230.736000', '142230.738000', '142230.741000', '142230.744000', '142230.746000', '142230.749000', '142230.751000', '142230.754000', '142230.757000', '142230.759000', '142230.762000', '142230.769000', '142230.771000', '142230.774000', '142230.777000', '142230.779000', '142230.782000', '142230.784000', '142230.787000', '142230.789000', '142230.792000', '142230.795000', '142230.797000', '142230.800000', '142230.802000', '142230.805000', '142230.808000', '142230.810000', '142230.813000', '142250.697000', '142250.699000', '142250.702000', '142250.705000', '142250.707000', '142250.710000', '142250.713000', '142250.715000', '142250.718000', '142250.720000', '142250.723000', '142250.725000', '142250.728000', '142250.731000', '142250.733000', '142250.736000', '142250.738000', '142250.741000', '142250.744000', '142250.756000', '142250.758000', '142250.761000', '142250.764000', '142250.766000', '142250.769000', '142250.772000', '142250.774000', '142250.777000', '142250.779000', '142250.782000', '142250.785000', '142250.787000', '142250.790000', '142250.792000', '142250.795000', '142250.798000', '142250.800000', '142250.803000', '142250.805000', '142250.808000', '142250.810000', '142250.813000', '142250.816000', '142310.696000', '142310.699000', '142310.702000', '142310.704000', '142310.707000', '142310.710000', '142310.712000', '142310.715000', '142310.718000', '142310.720000', '142310.723000', '142310.725000', '142310.728000', '142310.730000', '142310.733000', '142310.736000', '142310.738000', '142310.741000', '142310.743000', '142310.746000', '142310.749000', '142310.751000', '142310.754000', '142310.756000', '142310.759000', '142310.761000', '142310.764000', '142310.766000', '142310.769000', '142310.772000', '142310.774000', '142310.777000', '142310.779000', '142310.782000', '142310.785000', '142310.787000', '142310.790000', '142310.792000', '142310.795000', '142310.798000', '142310.800000', '142310.803000', '142310.805000', '142310.808000', '142330.697000', '142330.700000', '142330.702000', '142330.705000', '142330.707000', '142330.710000', '142330.713000', '142330.715000', '142330.718000', '142330.720000', '142330.723000', '142330.726000', '142330.728000', '142330.731000', '142330.733000', '142330.736000', '142330.738000', '142330.741000', '142330.744000', '142330.746000', '142330.749000', '142330.751000', '142330.754000', '142330.756000', '142330.759000', '142330.762000', '142330.764000', '142330.767000', '142330.769000', '142330.772000', '142330.774000', '142330.777000', '142330.780000', '142330.782000', '142330.785000', '142330.787000', '142330.790000', '142330.793000', '142330.795000', '142330.798000', '142330.800000', '142330.803000', '142330.805000', '142350.697000', '142350.700000', '142350.702000', '142350.705000', '142350.708000', '142350.710000', '142350.713000', '142350.716000', '142350.718000', '142350.721000', '142350.723000', '142350.726000', '142350.728000', '142350.731000', '142350.734000', '142350.736000', '142350.739000', '142350.741000', '142350.744000', '142350.747000', '142350.749000', '142350.752000', '142350.755000', '142350.757000', '142350.760000', '142350.762000', '142350.765000', '142350.768000', '142350.770000', '142350.773000', '142350.776000', '142350.778000', '142350.781000', '142350.783000', '142350.786000', '142350.789000', '142350.791000', '142350.794000', '142350.796000', '142350.799000', '142350.801000', '142350.804000', '142350.807000', '142410.698000', '142410.700000', '142410.703000', '142410.706000', '142410.708000', '142410.711000', '142410.714000', '142410.716000', '142410.719000', '142410.721000', '142410.724000', '142410.727000', '142410.729000', '142410.732000', '142410.734000', '142410.737000', '142410.739000', '142410.742000', '142410.745000', '142410.747000', '142410.750000', '142410.752000', '142410.755000', '142410.757000', '142410.760000', '142410.763000', '142410.765000', '142410.768000', '142410.770000', '142410.773000', '142410.775000', '142410.784000', '142410.787000', '142410.789000', '142410.792000', '142410.794000', '142410.797000', '142410.800000', '142410.802000', '142410.805000', '142410.807000', '142410.810000', '142410.813000', '142410.815000', '142430.696000', '142430.699000', '142430.702000', '142430.705000', '142430.707000', '142430.710000', '142430.712000', '142430.715000', '142430.718000', '142430.720000', '142430.723000', '142430.725000', '142430.728000', '142430.730000', '142430.733000', '142430.736000', '142430.738000', '142430.741000', '142430.743000', '142430.746000', '142430.749000', '142430.751000', '142430.754000', '142430.756000', '142430.759000', '142430.761000', '142430.764000', '142430.767000', '142430.769000', '142430.772000', '142430.774000', '142430.777000', '142430.780000', '142430.782000', '142430.785000', '142430.787000', '142430.790000', '142430.792000', '142430.795000', '142430.798000', '142430.800000', '142430.803000', '142430.805000', '142450.697000', '142450.699000', '142450.702000', '142450.705000', '142450.707000', '142450.710000', '142450.712000', '142450.715000', '142450.718000', '142450.720000', '142450.723000', '142450.725000', '142450.728000', '142450.730000', '142450.733000', '142450.736000', '142450.738000', '142450.741000', '142450.743000', '142450.746000', '142450.749000', '142450.751000', '142450.754000', '142450.756000', '142450.759000', '142450.761000', '142450.764000', '142450.766000', '142450.769000', '142450.772000', '142450.774000', '142450.777000', '142450.779000', '142450.782000', '142450.785000', '142450.787000', '142450.790000', '142450.792000', '142450.795000', '142450.798000', '142450.800000', '142450.803000', '142450.805000', '142450.808000', '142510.697000', '142510.700000', '142510.702000', '142510.705000', '142510.707000', '142510.710000', '142510.712000', '142510.715000', '142510.718000', '142510.720000', '142510.723000', '142510.725000', '142510.728000', '142510.731000', '142510.733000', '142510.737000', '142510.740000', '142510.742000', '142510.745000', '142510.748000', '142510.750000', '142510.753000', '142510.756000', '142510.758000', '142510.761000', '142510.763000', '142510.766000', '142510.768000', '142510.771000', '142510.774000', '142510.776000', '142510.779000', '142510.781000', '142510.784000', '142510.787000', '142510.789000', '142510.792000', '142510.795000', '142510.797000', '142510.800000', '142510.802000', '142510.805000', '142510.807000', '142530.696000', '142530.699000', '142530.702000', '142530.705000', '142530.707000', '142530.710000', '142530.712000', '142530.715000', '142530.718000', '142530.720000', '142530.723000', '142530.725000', '142530.728000', '142530.731000', '142530.733000', '142530.736000', '142530.739000', '142530.741000', '142530.744000', '142530.746000', '142530.749000', '142530.752000', '142530.754000', '142530.757000', '142530.759000', '142530.762000', '142530.765000', '142530.803000', '142530.806000', '142530.809000', '142530.811000', '142530.814000', '142530.871000', '142530.873000', '142530.876000', '142530.879000', '142530.881000', '142530.884000', '142530.886000', '142530.889000', '142530.891000', '142530.894000', '142530.897000', '142530.899000', '142550.697000', '142550.699000', '142550.702000', '142550.705000', '142550.707000', '142550.710000', '142550.712000', '142550.715000', '142550.717000', '142550.720000', '142550.723000', '142550.725000', '142550.728000', '142550.730000', '142550.733000', '142550.736000', '142550.738000', '142550.741000', '142550.743000', '142550.746000', '142550.749000', '142550.751000', '142550.754000', '142550.756000', '142550.759000', '142550.762000', '142550.764000', '142550.767000', '142550.769000', '142550.772000', '142550.775000', '142550.777000', '142550.780000', '142550.782000', '142550.785000', '142550.787000', '142550.790000', '142550.793000', '142550.795000', '142550.798000', '142550.801000', '142550.803000', '142550.806000', '142610.697000', '142610.700000', '142610.702000', '142610.705000', '142610.707000', '142610.710000', '142610.712000', '142610.715000', '142610.718000', '142610.720000', '142610.723000', '142610.725000', '142610.728000', '142610.731000', '142610.733000', '142610.736000', '142610.738000', '142610.741000', '142610.744000', '142610.746000', '142610.749000', '142610.751000', '142610.754000', '142610.757000', '142610.759000', '142610.762000', '142610.764000', '142610.767000', '142610.770000', '142610.772000', '142610.775000', '142610.778000', '142610.780000', '142610.783000', '142610.785000', '142610.788000', '142610.791000', '142610.793000', '142610.796000', '142610.798000', '142610.801000', '142610.804000', '142610.806000', '142610.809000', '142630.698000', '142630.700000', '142630.703000', '142630.706000', '142630.708000', '142630.711000', '142630.713000', '142630.716000', '142630.718000', '142630.721000', '142630.724000', '142630.726000', '142630.729000', '142630.732000', '142630.734000', '142630.737000', '142630.739000', '142630.742000', '142630.745000', '142630.747000', '142630.750000', '142630.752000', '142630.755000', '142630.758000', '142630.760000', '142630.763000', '142630.765000', '142630.768000', '142630.771000', '142630.773000', '142630.776000', '142630.779000', '142630.782000', '142630.784000', '142630.787000', '142630.790000', '142630.792000', '142630.795000', '142630.798000', '142630.800000', '142630.803000', '142630.805000', '142630.808000', '142650.717000', '142650.720000', '142650.722000', '142650.725000', '142650.727000', '142650.730000', '142650.733000', '142650.735000', '142650.738000', '142650.740000', '142650.743000', '142650.746000', '142650.748000', '142650.751000', '142650.753000', '142650.756000', '142650.758000', '142650.761000', '142650.763000', '142650.766000', '142650.769000', '142650.771000', '142650.774000', '142650.776000', '142650.792000', '142650.794000', '142650.797000', '142650.799000', '142650.802000', '142650.804000', '142650.807000', '142650.809000', '142650.812000', '142650.815000', '142650.880000', '142650.882000', '142650.885000', '142650.888000', '142650.890000', '142650.893000', '142650.896000', '142650.898000', '142650.901000', '142650.903000', '142710.696000', '142710.699000', '142710.702000', '142710.705000', '142710.707000', '142710.710000', '142710.712000', '142710.715000', '142710.718000', '142710.720000', '142710.723000', '142710.725000', '142710.728000', '142710.731000', '142710.733000', '142710.736000', '142710.738000', '142710.741000', '142710.743000', '142710.746000', '142710.748000', '142710.751000', '142710.754000', '142710.757000', '142710.759000', '142710.762000', '142710.764000', '142710.767000', '142710.770000', '142710.772000', '142710.775000', '142710.778000', '142710.780000', '142710.783000', '142710.785000', '142710.788000', '142710.791000', '142710.794000', '142710.796000', '142710.799000', '142710.802000', '142710.804000', '142710.807000', '142714.940000', '142714.943000', '142714.946000', '142714.949000', '142714.951000', '142714.954000', '142714.957000', '142714.959000', '142714.962000', '142714.965000'], 'InstanceCreationTime': ['141730.732000', '141730.735000', '141730.738000', '141730.741000', '141730.744000', '141730.747000', '141730.749000', '141730.752000', '141730.755000', '141730.757000', '141730.760000', '141730.763000', '141730.765000', '141730.768000', '141730.771000', '141730.773000', '141730.776000', '141730.778000', '141730.781000', '141730.784000', '141730.786000', '141730.789000', '141730.792000', '141730.794000', '141730.797000', '141730.799000', '141730.807000', '141730.809000', '141730.812000', '141730.815000', '141730.818000', '141730.820000', '141730.823000', '141730.825000', '141730.828000', '141730.830000', '141730.833000', '141730.836000', '141730.838000', '141730.841000', '141730.844000', '141730.846000', '141730.849000', '141730.851000', '141730.854000', '141730.857000', '141730.859000', '141730.862000', '141730.864000', '141730.867000', '141730.870000', '141750.696000', '141750.699000', '141750.702000', '141750.705000', '141750.707000', '141750.710000', '141750.713000', '141750.715000', '141750.718000', '141750.727000', '141750.729000', '141750.732000', '141750.735000', '141750.737000', '141750.740000', '141750.743000', '141750.745000', '141750.748000', '141750.751000', '141750.753000', '141750.756000', '141750.758000', '141750.761000', '141750.764000', '141750.766000', '141750.769000', '141750.772000', '141750.774000', '141750.777000', '141750.779000', '141750.782000', '141750.785000', '141750.787000', '141750.790000', '141750.793000', '141750.795000', '141750.798000', '141750.800000', '141750.803000', '141750.806000', '141750.808000', '141750.811000', '141750.813000', '141750.855000', '141810.697000', '141810.699000', '141810.702000', '141810.705000', '141810.707000', '141810.710000', '141810.713000', '141810.715000', '141810.718000', '141810.720000', '141810.723000', '141810.725000', '141810.728000', '141810.731000', '141810.733000', '141810.736000', '141810.738000', '141810.752000', '141810.754000', '141810.757000', '141810.760000', '141810.762000', '141810.774000', '141810.777000', '141810.779000', '141810.782000', '141810.785000', '141810.787000', '141810.790000', '141810.792000', '141810.795000', '141810.798000', '141810.800000', '141810.803000', '141810.806000', '141810.808000', '141810.811000', '141810.813000', '141810.816000', '141810.819000', '141810.821000', '141810.824000', '141810.826000', '141830.697000', '141830.700000', '141830.703000', '141830.705000', '141830.708000', '141830.711000', '141830.713000', '141830.716000', '141830.721000', '141830.724000', '141830.727000', '141830.729000', '141830.732000', '141830.735000', '141830.737000', '141830.740000', '141830.742000', '141830.745000', '141830.748000', '141830.750000', '141830.753000', '141830.756000', '141830.758000', '141830.761000', '141830.763000', '141830.766000', '141830.769000', '141830.771000', '141830.774000', '141830.776000', '141830.779000', '141830.782000', '141830.784000', '141830.787000', '141830.790000', '141830.792000', '141830.795000', '141830.798000', '141830.800000', '141830.803000', '141830.806000', '141830.808000', '141830.811000', '141830.814000', '141850.696000', '141850.700000', '141850.702000', '141850.705000', '141850.708000', '141850.710000', '141850.713000', '141850.716000', '141850.718000', '141850.721000', '141850.723000', '141850.726000', '141850.729000', '141850.731000', '141850.734000', '141850.737000', '141850.739000', '141850.742000', '141850.745000', '141850.748000', '141850.750000', '141850.753000', '141850.755000', '141850.758000', '141850.761000', '141850.763000', '141850.766000', '141850.769000', '141850.771000', '141850.774000', '141850.777000', '141850.780000', '141850.783000', '141850.786000', '141850.794000', '141850.796000', '141850.799000', '141850.801000', '141850.804000', '141850.806000', '141850.809000', '141850.812000', '141850.814000', '141910.696000', '141910.699000', '141910.702000', '141910.705000', '141910.707000', '141910.710000', '141910.712000', '141910.715000', '141910.718000', '141910.720000', '141910.723000', '141910.732000', '141910.735000', '141910.738000', '141910.740000', '141910.743000', '141910.746000', '141910.748000', '141910.751000', '141910.753000', '141910.756000', '141910.758000', '141910.761000', '141910.764000', '141910.766000', '141910.769000', '141910.771000', '141910.774000', '141910.776000', '141910.779000', '141910.782000', '141910.784000', '141910.787000', '141910.789000', '141910.792000', '141910.795000', '141910.797000', '141910.800000', '141910.802000', '141910.805000', '141910.808000', '141910.810000', '141910.813000', '141910.816000', '141930.698000', '141930.700000', '141930.703000', '141930.706000', '141930.708000', '141930.711000', '141930.713000', '141930.716000', '141930.718000', '141930.721000', '141930.723000', '141930.726000', '141930.729000', '141930.731000', '141930.734000', '141930.736000', '141930.739000', '141930.742000', '141930.744000', '141930.747000', '141930.749000', '141930.752000', '141930.754000', '141930.757000', '141930.759000', '141930.762000', '141930.765000', '141930.767000', '141930.770000', '141930.772000', '141930.775000', '141930.778000', '141930.780000', '141930.783000', '141930.785000', '141930.788000', '141930.790000', '141930.793000', '141930.796000', '141930.798000', '141930.801000', '141930.803000', '141930.806000', '141950.696000', '141950.699000', '141950.702000', '141950.704000', '141950.707000', '141950.710000', '141950.712000', '141950.715000', '141950.717000', '141950.720000', '141950.723000', '141950.725000', '141950.728000', '141950.738000', '141950.741000', '141950.743000', '141950.746000', '141950.748000', '141950.751000', '141950.753000', '141950.756000', '141950.759000', '141950.761000', '141950.764000', '141950.766000', '141950.769000', '141950.772000', '141950.774000', '141950.777000', '141950.779000', '141950.782000', '141950.784000', '141950.790000', '141950.793000', '141950.795000', '141950.798000', '141950.801000', '141950.803000', '141950.806000', '141950.808000', '141950.811000', '141950.813000', '141950.859000', '141950.861000', '142010.697000', '142010.699000', '142010.702000', '142010.704000', '142010.707000', '142010.710000', '142010.712000', '142010.715000', '142010.717000', '142010.720000', '142010.722000', '142010.725000', '142010.728000', '142010.730000', '142010.733000', '142010.735000', '142010.738000', '142010.740000', '142010.743000', '142010.746000', '142010.748000', '142010.751000', '142010.753000', '142010.756000', '142010.758000', '142010.761000', '142010.763000', '142010.766000', '142010.769000', '142010.771000', '142010.774000', '142010.776000', '142010.779000', '142010.781000', '142010.784000', '142010.787000', '142010.789000', '142010.792000', '142010.794000', '142010.797000', '142010.800000', '142010.802000', '142010.805000', '142030.696000', '142030.699000', '142030.702000', '142030.705000', '142030.707000', '142030.710000', '142030.712000', '142030.715000', '142030.717000', '142030.720000', '142030.723000', '142030.725000', '142030.728000', '142030.731000', '142030.733000', '142030.736000', '142030.738000', '142030.741000', '142030.744000', '142030.746000', '142030.749000', '142030.751000', '142030.754000', '142030.756000', '142030.759000', '142030.762000', '142030.764000', '142030.767000', '142030.770000', '142030.772000', '142030.775000', '142030.778000', '142030.780000', '142030.783000', '142030.785000', '142030.788000', '142030.791000', '142030.793000', '142030.796000', '142030.798000', '142030.801000', '142030.804000', '142030.806000', '142030.809000', '142050.697000', '142050.700000', '142050.702000', '142050.705000', '142050.707000', '142050.710000', '142050.713000', '142050.715000', '142050.718000', '142050.720000', '142050.723000', '142050.725000', '142050.728000', '142050.731000', '142050.733000', '142050.736000', '142050.739000', '142050.741000', '142050.744000', '142050.746000', '142050.749000', '142050.751000', '142050.754000', '142050.757000', '142050.759000', '142050.762000', '142050.764000', '142050.767000', '142050.770000', '142050.772000', '142050.775000', '142050.777000', '142050.780000', '142050.783000', '142050.785000', '142050.788000', '142050.790000', '142050.793000', '142050.795000', '142050.798000', '142050.801000', '142050.803000', '142050.806000', '142110.697000', '142110.700000', '142110.702000', '142110.705000', '142110.707000', '142110.710000', '142110.712000', '142110.715000', '142110.718000', '142110.720000', '142110.731000', '142110.733000', '142110.736000', '142110.738000', '142110.741000', '142110.744000', '142110.746000', '142110.749000', '142110.751000', '142110.754000', '142110.756000', '142110.759000', '142110.762000', '142110.764000', '142110.767000', '142110.769000', '142110.772000', '142110.775000', '142110.777000', '142110.780000', '142110.782000', '142110.785000', '142110.787000', '142110.790000', '142110.792000', '142110.795000', '142110.798000', '142110.800000', '142110.803000', '142110.805000', '142110.808000', '142110.811000', '142110.813000', '142110.865000', '142130.697000', '142130.700000', '142130.702000', '142130.705000', '142130.707000', '142130.710000', '142130.712000', '142130.715000', '142130.718000', '142130.720000', '142130.723000', '142130.725000', '142130.728000', '142130.731000', '142130.733000', '142130.736000', '142130.738000', '142130.741000', '142130.743000', '142130.746000', '142130.748000', '142130.751000', '142130.754000', '142130.756000', '142130.759000', '142130.761000', '142130.764000', '142130.766000', '142130.769000', '142130.772000', '142130.774000', '142130.777000', '142130.779000', '142130.782000', '142130.785000', '142130.787000', '142130.790000', '142130.792000', '142130.795000', '142130.798000', '142130.800000', '142130.803000', '142130.805000', '142150.697000', '142150.700000', '142150.703000', '142150.706000', '142150.708000', '142150.711000', '142150.713000', '142150.716000', '142150.719000', '142150.721000', '142150.724000', '142150.726000', '142150.729000', '142150.732000', '142150.734000', '142150.737000', '142150.739000', '142150.742000', '142150.744000', '142150.747000', '142150.750000', '142150.752000', '142150.755000', '142150.758000', '142150.760000', '142150.763000', '142150.765000', '142150.768000', '142150.770000', '142150.773000', '142150.776000', '142150.778000', '142150.781000', '142150.783000', '142150.786000', '142150.788000', '142150.791000', '142150.794000', '142150.796000', '142150.799000', '142150.802000', '142150.804000', '142150.807000', '142150.810000', '142210.697000', '142210.700000', '142210.702000', '142210.705000', '142210.708000', '142210.710000', '142210.713000', '142210.715000', '142210.718000', '142210.721000', '142210.723000', '142210.726000', '142210.728000', '142210.731000', '142210.733000', '142210.736000', '142210.739000', '142210.741000', '142210.744000', '142210.747000', '142210.749000', '142210.752000', '142210.754000', '142210.757000', '142210.759000', '142210.762000', '142210.765000', '142210.767000', '142210.770000', '142210.773000', '142210.775000', '142210.778000', '142210.780000', '142210.783000', '142210.786000', '142210.788000', '142210.791000', '142210.793000', '142210.796000', '142210.799000', '142210.801000', '142210.804000', '142210.806000', '142230.696000', '142230.699000', '142230.702000', '142230.704000', '142230.707000', '142230.710000', '142230.712000', '142230.715000', '142230.718000', '142230.720000', '142230.723000', '142230.726000', '142230.728000', '142230.731000', '142230.733000', '142230.736000', '142230.738000', '142230.741000', '142230.744000', '142230.746000', '142230.749000', '142230.751000', '142230.754000', '142230.757000', '142230.759000', '142230.762000', '142230.769000', '142230.771000', '142230.774000', '142230.777000', '142230.779000', '142230.782000', '142230.784000', '142230.787000', '142230.789000', '142230.792000', '142230.795000', '142230.797000', '142230.800000', '142230.802000', '142230.805000', '142230.808000', '142230.810000', '142230.813000', '142250.697000', '142250.699000', '142250.702000', '142250.705000', '142250.707000', '142250.710000', '142250.713000', '142250.715000', '142250.718000', '142250.720000', '142250.723000', '142250.725000', '142250.728000', '142250.731000', '142250.733000', '142250.736000', '142250.738000', '142250.741000', '142250.744000', '142250.756000', '142250.758000', '142250.761000', '142250.764000', '142250.766000', '142250.769000', '142250.772000', '142250.774000', '142250.777000', '142250.779000', '142250.782000', '142250.785000', '142250.787000', '142250.790000', '142250.792000', '142250.795000', '142250.798000', '142250.800000', '142250.803000', '142250.805000', '142250.808000', '142250.810000', '142250.813000', '142250.816000', '142310.696000', '142310.699000', '142310.702000', '142310.704000', '142310.707000', '142310.710000', '142310.712000', '142310.715000', '142310.718000', '142310.720000', '142310.723000', '142310.725000', '142310.728000', '142310.730000', '142310.733000', '142310.736000', '142310.738000', '142310.741000', '142310.743000', '142310.746000', '142310.749000', '142310.751000', '142310.754000', '142310.756000', '142310.759000', '142310.761000', '142310.764000', '142310.766000', '142310.769000', '142310.772000', '142310.774000', '142310.777000', '142310.779000', '142310.782000', '142310.785000', '142310.787000', '142310.790000', '142310.792000', '142310.795000', '142310.798000', '142310.800000', '142310.803000', '142310.805000', '142310.808000', '142330.697000', '142330.700000', '142330.702000', '142330.705000', '142330.707000', '142330.710000', '142330.713000', '142330.715000', '142330.718000', '142330.720000', '142330.723000', '142330.726000', '142330.728000', '142330.731000', '142330.733000', '142330.736000', '142330.738000', '142330.741000', '142330.744000', '142330.746000', '142330.749000', '142330.751000', '142330.754000', '142330.756000', '142330.759000', '142330.762000', '142330.764000', '142330.767000', '142330.769000', '142330.772000', '142330.774000', '142330.777000', '142330.780000', '142330.782000', '142330.785000', '142330.787000', '142330.790000', '142330.793000', '142330.795000', '142330.798000', '142330.800000', '142330.803000', '142330.805000', '142350.697000', '142350.700000', '142350.702000', '142350.705000', '142350.708000', '142350.710000', '142350.713000', '142350.716000', '142350.718000', '142350.721000', '142350.723000', '142350.726000', '142350.728000', '142350.731000', '142350.734000', '142350.736000', '142350.739000', '142350.741000', '142350.744000', '142350.747000', '142350.749000', '142350.752000', '142350.755000', '142350.757000', '142350.760000', '142350.762000', '142350.765000', '142350.768000', '142350.770000', '142350.773000', '142350.776000', '142350.778000', '142350.781000', '142350.783000', '142350.786000', '142350.789000', '142350.791000', '142350.794000', '142350.796000', '142350.799000', '142350.801000', '142350.804000', '142350.807000', '142410.698000', '142410.700000', '142410.703000', '142410.706000', '142410.708000', '142410.711000', '142410.714000', '142410.716000', '142410.719000', '142410.721000', '142410.724000', '142410.727000', '142410.729000', '142410.732000', '142410.734000', '142410.737000', '142410.739000', '142410.742000', '142410.745000', '142410.747000', '142410.750000', '142410.752000', '142410.755000', '142410.757000', '142410.760000', '142410.763000', '142410.765000', '142410.768000', '142410.770000', '142410.773000', '142410.775000', '142410.784000', '142410.787000', '142410.789000', '142410.792000', '142410.794000', '142410.797000', '142410.800000', '142410.802000', '142410.805000', '142410.807000', '142410.810000', '142410.813000', '142410.815000', '142430.696000', '142430.699000', '142430.702000', '142430.705000', '142430.707000', '142430.710000', '142430.712000', '142430.715000', '142430.718000', '142430.720000', '142430.723000', '142430.725000', '142430.728000', '142430.730000', '142430.733000', '142430.736000', '142430.738000', '142430.741000', '142430.743000', '142430.746000', '142430.749000', '142430.751000', '142430.754000', '142430.756000', '142430.759000', '142430.761000', '142430.764000', '142430.767000', '142430.769000', '142430.772000', '142430.774000', '142430.777000', '142430.780000', '142430.782000', '142430.785000', '142430.787000', '142430.790000', '142430.792000', '142430.795000', '142430.798000', '142430.800000', '142430.803000', '142430.805000', '142450.697000', '142450.699000', '142450.702000', '142450.705000', '142450.707000', '142450.710000', '142450.712000', '142450.715000', '142450.718000', '142450.720000', '142450.723000', '142450.725000', '142450.728000', '142450.730000', '142450.733000', '142450.736000', '142450.738000', '142450.741000', '142450.743000', '142450.746000', '142450.749000', '142450.751000', '142450.754000', '142450.756000', '142450.759000', '142450.761000', '142450.764000', '142450.766000', '142450.769000', '142450.772000', '142450.774000', '142450.777000', '142450.779000', '142450.782000', '142450.785000', '142450.787000', '142450.790000', '142450.792000', '142450.795000', '142450.798000', '142450.800000', '142450.803000', '142450.805000', '142450.808000', '142510.697000', '142510.700000', '142510.702000', '142510.705000', '142510.707000', '142510.710000', '142510.712000', '142510.715000', '142510.718000', '142510.720000', '142510.723000', '142510.725000', '142510.728000', '142510.731000', '142510.733000', '142510.737000', '142510.740000', '142510.742000', '142510.745000', '142510.748000', '142510.750000', '142510.753000', '142510.756000', '142510.758000', '142510.761000', '142510.763000', '142510.766000', '142510.768000', '142510.771000', '142510.774000', '142510.776000', '142510.779000', '142510.781000', '142510.784000', '142510.787000', '142510.789000', '142510.792000', '142510.795000', '142510.797000', '142510.800000', '142510.802000', '142510.805000', '142510.807000', '142530.696000', '142530.699000', '142530.702000', '142530.705000', '142530.707000', '142530.710000', '142530.712000', '142530.715000', '142530.718000', '142530.720000', '142530.723000', '142530.725000', '142530.728000', '142530.731000', '142530.733000', '142530.736000', '142530.739000', '142530.741000', '142530.744000', '142530.746000', '142530.749000', '142530.752000', '142530.754000', '142530.757000', '142530.759000', '142530.762000', '142530.765000', '142530.803000', '142530.806000', '142530.809000', '142530.811000', '142530.814000', '142530.871000', '142530.873000', '142530.876000', '142530.879000', '142530.881000', '142530.884000', '142530.886000', '142530.889000', '142530.891000', '142530.894000', '142530.897000', '142530.899000', '142550.697000', '142550.699000', '142550.702000', '142550.705000', '142550.707000', '142550.710000', '142550.712000', '142550.715000', '142550.717000', '142550.720000', '142550.723000', '142550.725000', '142550.728000', '142550.730000', '142550.733000', '142550.736000', '142550.738000', '142550.741000', '142550.743000', '142550.746000', '142550.749000', '142550.751000', '142550.754000', '142550.756000', '142550.759000', '142550.762000', '142550.764000', '142550.767000', '142550.769000', '142550.772000', '142550.775000', '142550.777000', '142550.780000', '142550.782000', '142550.785000', '142550.787000', '142550.790000', '142550.793000', '142550.795000', '142550.798000', '142550.801000', '142550.803000', '142550.806000', '142610.697000', '142610.700000', '142610.702000', '142610.705000', '142610.707000', '142610.710000', '142610.712000', '142610.715000', '142610.718000', '142610.720000', '142610.723000', '142610.725000', '142610.728000', '142610.731000', '142610.733000', '142610.736000', '142610.738000', '142610.741000', '142610.744000', '142610.746000', '142610.749000', '142610.751000', '142610.754000', '142610.757000', '142610.759000', '142610.762000', '142610.764000', '142610.767000', '142610.770000', '142610.772000', '142610.775000', '142610.778000', '142610.780000', '142610.783000', '142610.785000', '142610.788000', '142610.791000', '142610.793000', '142610.796000', '142610.798000', '142610.801000', '142610.804000', '142610.806000', '142610.809000', '142630.698000', '142630.700000', '142630.703000', '142630.706000', '142630.708000', '142630.711000', '142630.713000', '142630.716000', '142630.718000', '142630.721000', '142630.724000', '142630.726000', '142630.729000', '142630.732000', '142630.734000', '142630.737000', '142630.739000', '142630.742000', '142630.745000', '142630.747000', '142630.750000', '142630.752000', '142630.755000', '142630.758000', '142630.760000', '142630.763000', '142630.765000', '142630.768000', '142630.771000', '142630.773000', '142630.776000', '142630.779000', '142630.782000', '142630.784000', '142630.787000', '142630.790000', '142630.792000', '142630.795000', '142630.798000', '142630.800000', '142630.803000', '142630.805000', '142630.808000', '142650.717000', '142650.720000', '142650.722000', '142650.725000', '142650.727000', '142650.730000', '142650.733000', '142650.735000', '142650.738000', '142650.740000', '142650.743000', '142650.746000', '142650.748000', '142650.751000', '142650.753000', '142650.756000', '142650.758000', '142650.761000', '142650.763000', '142650.766000', '142650.769000', '142650.771000', '142650.774000', '142650.776000', '142650.792000', '142650.794000', '142650.797000', '142650.799000', '142650.802000', '142650.804000', '142650.807000', '142650.809000', '142650.812000', '142650.815000', '142650.880000', '142650.882000', '142650.885000', '142650.888000', '142650.890000', '142650.893000', '142650.896000', '142650.898000', '142650.901000', '142650.903000', '142710.696000', '142710.699000', '142710.702000', '142710.705000', '142710.707000', '142710.710000', '142710.712000', '142710.715000', '142710.718000', '142710.720000', '142710.723000', '142710.725000', '142710.728000', '142710.731000', '142710.733000', '142710.736000', '142710.738000', '142710.741000', '142710.743000', '142710.746000', '142710.748000', '142710.751000', '142710.754000', '142710.757000', '142710.759000', '142710.762000', '142710.764000', '142710.767000', '142710.770000', '142710.772000', '142710.775000', '142710.778000', '142710.780000', '142710.783000', '142710.785000', '142710.788000', '142710.791000', '142710.794000', '142710.796000', '142710.799000', '142710.802000', '142710.804000', '142710.807000', '142714.940000', '142714.943000', '142714.946000', '142714.949000', '142714.951000', '142714.954000', '142714.957000', '142714.959000', '142714.962000', '142714.965000'], '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': [11815, 14276, 12750, 12307, 13970, 11194, 15056, 12629, 15431, 13711, 12320, 13188, 11728, 13690, 12526, 15511, 13163, 11892, 13202, 11842, 15265, 12772, 12822, 13726, 12413, 16231, 12993, 15895, 13174, 12405, 13044, 12875, 13575, 12273, 16139, 12985, 12806, 12882, 11824, 14950, 12820, 10778, 13743, 11380, 15321, 12709, 15191, 13211, 12616, 13991, 12345, 15835, 13514, 13921, 13717, 11545, 15690, 13315, 11366, 13269, 12546, 15748, 13815, 14601, 13886, 12224, 14010, 13304, 12467, 13697, 13795, 13646, 12012, 15127, 13579, 13794, 13745, 13254, 15584, 13602, 14183, 14005, 13408, 13907, 12870, 13393, 13177, 15054, 13402, 15187, 13778, 12971, 14469, 11923, 14905, 13332, 11799, 13734, 12013, 14271, 11871, 15451, 13147, 14072, 13737, 13547, 12875, 12728, 12242, 14041, 11613, 14093, 12893, 12814, 13647, 11718, 14526, 14117, 12949, 14713, 11719, 14825, 13589, 14431, 11934, 15039, 13122, 15064, 13263, 12762, 14442, 11548, 12887, 12162, 13544, 13729, 11157, 12888, 12080, 12835, 13393, 12299, 14496, 11378, 14312, 13487, 13017, 14371, 11630, 14204, 13521, 13749, 14910, 12205, 13800, 12623, 14174, 14673, 13781, 13494, 12584, 11624, 15171, 11676, 14902, 13597, 10900, 14995, 11655, 13283, 13749, 10930, 13720, 13663, 14273, 14166, 13577, 13906, 14354, 13436, 14587, 11801, 15707, 13707, 14221, 14962, 12827, 14333, 11666, 15339, 14100, 16168, 17448, 15133, 12786, 13567, 12427, 13272, 12709, 12174, 13290, 14638, 15155, 16033, 15368, 13164, 14108, 13617, 14686, 14177, 16171, 14133, 14842, 14887, 13560, 15073, 14037, 13497, 15953, 13450, 13593, 12615, 13949, 11468, 12633, 12770, 11652, 12709, 12123, 11758, 15577, 12726, 11551, 13134, 12751, 13056, 13353, 11950, 14150, 13122, 11954, 11516, 13630, 12020, 15580, 13700, 12635, 14848, 13103, 12833, 14076, 11662, 15326, 14525, 12863, 14685, 13378, 11901, 12838, 12039, 11828, 13989, 12934, 12522, 12883, 13111, 11681, 15146, 13029, 11238, 12423, 13815, 11841, 14343, 13782, 15194, 13935, 12086, 13854, 12959, 14529, 13548, 11009, 13929, 12533, 12050, 11442, 11868, 12166, 11679, 12259, 9838, 14212, 12414, 12917, 14007, 12810, 13616, 12528, 12024, 13829, 12516, 15163, 14111, 10241, 15879, 12593, 12125, 14646, 12640, 14102, 14762, 11330, 14811, 13570, 14114, 13952, 12726, 14433, 12386, 14577, 14081, 11177, 15195, 11566, 12905, 13574, 11595, 12425, 12542, 14615, 13963, 14102, 14314, 13136, 11990, 15137, 11755, 13690, 14037, 12735, 14533, 14118, 12450, 13722, 13663, 12548, 13859, 13912, 12208, 13615, 14918, 12830, 15493, 14029, 13807, 15237, 14383, 12468, 14621, 14076, 12790, 14450, 14485, 12510, 13671, 13692, 12316, 11545, 13269, 12148, 11324, 12520, 11629, 11657, 12190, 10994, 11851, 12773, 10714, 13134, 12122, 14108, 13916, 11986, 13448, 13665, 13531, 14713, 11541, 14877, 12487, 15014, 13373, 11648, 14125, 11978, 12300, 13802, 10585, 12840, 12999, 11957, 13364, 12716, 13657, 14824, 11071, 13838, 14142, 12652, 15460, 12205, 12612, 14076, 11480, 13789, 13266, 10464, 11357, 14031, 10611, 13575, 12806, 10620, 13544, 12135, 14700, 14383, 11555, 15265, 14266, 10286, 13147, 14206, 10600, 13234, 14973, 10831, 13444, 14332, 11959, 13254, 13776, 13426, 14417, 12553, 12886, 14576, 10964, 13043, 14196, 11330, 13023, 12672, 13335, 12558, 12896, 10831, 12796, 12864, 13932, 14007, 13411, 12876, 12666, 12825, 12965, 14787, 13966, 14448, 14214, 13183, 14154, 14069, 13965, 13545, 13761, 12426, 13397, 13661, 15136, 14362, 12024, 13632, 14351, 10952, 12810, 13567, 11201, 11858, 13377, 13880, 11593, 12710, 15041, 14151, 11036, 13686, 13481, 15968, 14013, 10534, 12821, 12975, 14067, 11743, 13829, 11909, 11406, 12191, 13333, 12900, 13362, 12338, 15195, 12494, 13536, 14982, 12429, 13548, 14140, 11504, 12155, 14331, 12360, 12431, 11828, 13081, 13045, 14150, 13080, 14936, 13543, 15147, 13874, 14383, 14187, 13653, 13786, 13861, 14003, 12709, 13193, 13412, 14004, 12237, 12572, 13678, 11922, 12862, 12617, 14730, 13743, 12234, 13280, 12514, 11898, 13521, 11728, 15782, 11888, 12280, 14966, 12153, 12030, 14642, 13505, 12128, 14268, 13223, 15483, 14378, 12320, 13741, 13690, 14358, 13378, 13165, 14385, 13185, 13603, 12794, 13485, 13554, 12565, 12693, 12554, 12478, 13444, 12514, 14093, 13374, 13944, 13418, 12120, 12889, 12374, 12787, 13274, 12777, 13022, 12897, 11746, 11132, 13266, 11775, 14531, 12852, 14258, 13968, 13796, 15524, 12351, 16805, 12573, 16218, 13079, 15816, 15132, 13380, 12300, 12860, 12570, 11282, 13355, 12833, 12314, 12985, 12380, 13375, 13121, 13394, 14695, 12967, 12889, 13629, 12775, 14099, 12804, 13319, 13528, 12400, 12392, 13167, 12142, 13250, 12469, 13553, 12639, 14653, 13026, 11779, 12819, 12659, 14063, 12804, 13527, 12574, 11914, 12972, 12649, 13139, 12879, 11328, 13398, 12001, 14379, 12258, 10620, 13895, 12020, 14936, 12668, 12362, 13556, 12641, 12020, 14193, 13546, 11878, 13044, 14469, 11720, 13191, 14418, 11636, 15384, 13934, 13220, 13791, 12481, 15130, 13483, 12295, 13796, 11275, 13643, 13724, 13004, 14159, 13697, 11783, 13924, 11626, 14028, 13516, 15293, 13756, 11251, 14361, 13094, 12527, 12319, 12904, 11439, 11780, 13563, 11713, 12822, 13570, 14825, 13299, 14029, 13562, 14279, 15042, 14267, 13851, 13308, 13639, 13489, 15853, 13380, 15530, 12947, 12372, 14027, 13703, 13759, 14526, 13028, 15633, 13349, 12915, 13902, 12445, 14998, 13242, 12489, 12460, 12103, 11718, 14216, 11282, 12006, 14203, 10882, 11920, 14119, 11550, 12357, 14944, 12369, 13347, 14138, 13677, 11826, 13603, 12977, 15497, 13876, 15769, 12542, 12552, 13494, 13072, 11482, 13338, 12145, 14436, 13739, 11524, 13461, 11788, 14650, 13682, 14745, 12136, 10890, 13148, 12988, 10017, 12049, 13036, 11103, 13683, 13563, 14217, 13279, 11573, 15275, 11626, 11430, 15196, 10562, 12088, 16018, 12277, 11329, 13294, 12923, 12120, 12984, 12870, 13117, 12812, 15021, 12591, 12354, 15601, 13508, 12492, 16184, 13180, 13329, 15737, 13544, 12841, 15186, 12871, 14046, 13939, 12779, 14833, 13492, 12661, 14111, 13465, 13100, 13296, 13507, 13262, 14243, 13464, 13171, 13837, 13441, 14044, 13070, 15099, 12906, 15296, 13197, 11448, 13982, 11925, 15214, 12838, 12441, 13194, 13418, 11634, 13708, 12388, 15179, 13142, 15336, 13148, 11623, 14011, 12789, 14910, 12522, 15177, 13575, 15012, 13276, 15226, 13398, 11362, 14145, 12500, 13896, 13285, 14065, 13039, 11852, 12019, 13499, 11813, 14561, 12736, 14545, 13259, 14807, 14102, 14353, 13967, 12856, 14719, 11803, 16136, 13170, 12393, 15289, 11918, 11580, 14361, 12813, 12284, 13836, 12653, 12938, 13849, 14475, 12896, 15569, 14125, 12589, 16304, 14102, 14239, 15900, 14035, 16561, 14380, 13027, 15843, 13598, 12835, 12420, 13682, 12615, 14043, 12729, 15008, 14206, 12075, 14583, 14022, 13945, 12646, 13999, 12049, 14640, 13230, 15013, 13461, 13919, 12989, 12648, 13892, 11282, 12806, 12478, 12851, 12373, 12064, 11664, 12514, 13223, 13430, 12784, 13532, 13540, 12740, 14284, 12485, 13812, 14169, 11957, 12155, 13621, 12364, 14445, 14365, 11877, 13728, 13195, 12813, 14369, 14454, 12690, 14298, 14399, 11526, 15993, 14011, 12449, 15735, 13135, 12954, 14053, 13198, 12966, 13042, 13004, 12015, 14072, 11386, 13953, 13070, 12189, 13442, 11717, 13832, 11693, 14272, 11932, 15082, 12679, 10104, 14126, 11121, 14675, 12565, 11091, 14412, 12870, 13418, 15868, 13478, 13035, 13643, 13898, 10628, 12298, 11390, 12829, 12819, 14983, 11395, 16419, 14370, 16837, 14467, 16599, 14546, 14687, 14222, 13792, 14856, 14693, 12502, 13655, 13954, 12076, 13763, 14058, 11927, 13709, 13791, 13522, 14131, 12211, 14058, 14394, 11569, 14614, 14502, 11868, 13035, 13947, 12022, 13163, 13735, 12032, 13786, 14451, 12323, 14229, 13770, 13369, 14984, 13139, 12872, 13193, 13034, 13274, 14071, 12800, 13186, 13516, 13423, 13247, 10680, 11115, 13263, 12302, 10658, 11869, 12767, 13359, 13287, 13063, 13460, 13136, 13790, 12224, 13834, 13871, 10845, 12964, 12365, 12166, 12819, 12685, 13260, 12304, 14064, 14092, 11625, 14459, 14220, 11365, 13449, 14664, 10678, 14819, 14178, 11266, 13872, 13689, 12778, 11882, 12619, 13000, 10559, 14019, 13417, 11196, 12011, 12599, 13162, 12625, 12571, 12726, 11789, 13483, 12791, 15929, 14178, 12032, 15821, 14056, 11950, 11082, 14749, 13025, 10352, 10570, 12824, 13704, 10848, 10860, 12210, 13221, 12082, 14942, 14357, 10802, 16840, 13744, 13049, 14553, 13228, 16649, 14635, 13799, 16893, 16108, 13943, 15908, 14385, 14107, 14037, 12250, 13750, 12956, 13864, 13559, 12314, 13371, 13554, 14287, 12601, 13516, 14622, 13894, 15511, 14612, 14305, 14195, 14243, 14150, 13837, 14411, 11988, 13162, 12878, 12736, 14008, 12068, 14611, 14266, 14707, 13714, 14489, 12651, 14581, 11104, 13522, 12951, 13222, 13265, 11422, 14741, 10828, 13101, 13003, 12810, 14137, 11930, 14838, 10933, 14009, 11873, 13010, 13621, 11587, 13263, 12779, 11628, 12643, 11281, 14289, 13270, 13690, 14218, 12071, 13480, 13448, 12194, 13173, 13576, 13944, 11258, 15027, 14361, 12647, 14684, 13893, 12955, 14210, 12620, 14181, 14312, 12647, 14952, 10354, 13318, 13398, 9996, 14201, 9845, 14506, 9992, 14550, 10337, 13310, 11410, 13142, 11860, 12675, 11844, 9874, 14413, 10046, 12255, 13193, 10078, 13037, 12688, 12588, 15400, 10827, 13517, 12459, 13951, 14005, 15592, 14972, 11096, 14003, 12414, 13454, 13501, 11097, 14625, 11350, 14943, 10792, 13226, 13572, 9898, 14411, 10119, 12084, 13194, 9993, 11512, 13349, 10266, 13527, 12449, 10979, 14501, 10830, 14826, 13277, 16781], 'WindowCenter': [4876.0, 4868.0, 4847.0, 4834.0, 4842.0, 4822.0, 4851.0, 4833.0, 4850.0, 4843.0, 4819.0, 4829.0, 4819.0, 4831.0, 4833.0, 4850.0, 4831.0, 4820.0, 4841.0, 4821.0, 4863.0, 4845.0, 4844.0, 4853.0, 4844.0, 4863.0, 4844.0, 4861.0, 4842.0, 4820.0, 4832.0, 4829.0, 4829.0, 4819.0, 4848.0, 4829.0, 4827.0, 4829.0, 4833.0, 4851.0, 4842.0, 4811.0, 4841.0, 4833.0, 4864.0, 4844.0, 4850.0, 4842.0, 4832.0, 4853.0, 4833.0, 4863.0, 4854.0, 4841.0, 4842.0, 4820.0, 4850.0, 4840.0, 4819.0, 4816.0, 4833.0, 4859.0, 4842.0, 4851.0, 4842.0, 4832.0, 4850.0, 4853.0, 4831.0, 4854.0, 4842.0, 4838.0, 4819.0, 4837.0, 4841.0, 4839.0, 4827.0, 4830.0, 4849.0, 4840.0, 4838.0, 4841.0, 4829.0, 4830.0, 4817.0, 4826.0, 4815.0, 4836.0, 4826.0, 4836.0, 4840.0, 4826.0, 4837.0, 4818.0, 4836.0, 4827.0, 4817.0, 4838.0, 4829.0, 4849.0, 4806.0, 4863.0, 4829.0, 4826.0, 4838.0, 4827.0, 4828.0, 4829.0, 4828.0, 4851.0, 4833.0, 4852.0, 4855.0, 4855.0, 4868.0, 4848.0, 4853.0, 4857.0, 4843.0, 4853.0, 4819.0, 4853.0, 4841.0, 4851.0, 4817.0, 4837.0, 4828.0, 4837.0, 4828.0, 4826.0, 4839.0, 4820.0, 4830.0, 4831.0, 4839.0, 4840.0, 4820.0, 4841.0, 4845.0, 4844.0, 4856.0, 4833.0, 4852.0, 4834.0, 4853.0, 4854.0, 4843.0, 4852.0, 4832.0, 4852.0, 4855.0, 4854.0, 4863.0, 4832.0, 4842.0, 4844.0, 4852.0, 4863.0, 4852.0, 4842.0, 4843.0, 4832.0, 4863.0, 4836.0, 4864.0, 4856.0, 4836.0, 4852.0, 4849.0, 4844.0, 4853.0, 4823.0, 4853.0, 4854.0, 4865.0, 4864.0, 4855.0, 4853.0, 4841.0, 4842.0, 4839.0, 4833.0, 4850.0, 4829.0, 4840.0, 4850.0, 4829.0, 4826.0, 4818.0, 4862.0, 4866.0, 4886.0, 4896.0, 4863.0, 4832.0, 4841.0, 4817.0, 4829.0, 4832.0, 4833.0, 4855.0, 4881.0, 4868.0, 4877.0, 4868.0, 4857.0, 4841.0, 4829.0, 4828.0, 4820.0, 4828.0, 4816.0, 4813.0, 4813.0, 4779.0, 4799.0, 4801.0, 4828.0, 4822.0, 4799.0, 4788.0, 4788.0, 4811.0, 4793.0, 4815.0, 4817.0, 4809.0, 4818.0, 4819.0, 4819.0, 4864.0, 4832.0, 4809.0, 4817.0, 4818.0, 4817.0, 4840.0, 4821.0, 4841.0, 4817.0, 4821.0, 4820.0, 4842.0, 4846.0, 4864.0, 4853.0, 4820.0, 4853.0, 4844.0, 4842.0, 4853.0, 4825.0, 4853.0, 4842.0, 4819.0, 4837.0, 4828.0, 4831.0, 4844.0, 4845.0, 4820.0, 4839.0, 4831.0, 4832.0, 4842.0, 4845.0, 4833.0, 4864.0, 4842.0, 4809.0, 4831.0, 4841.0, 4822.0, 4850.0, 4842.0, 4839.0, 4829.0, 4818.0, 4828.0, 4829.0, 4838.0, 4828.0, 4822.0, 4839.0, 4842.0, 4831.0, 4829.0, 4833.0, 4844.0, 4832.0, 4856.0, 4827.0, 4865.0, 4870.0, 4884.0, 4883.0, 4873.0, 4867.0, 4794.0, 4785.0, 4844.0, 4871.0, 4891.0, 4869.0, 4842.0, 4891.0, 4859.0, 4848.0, 4865.0, 4845.0, 4851.0, 4853.0, 4824.0, 4854.0, 4844.0, 4840.0, 4853.0, 4844.0, 4838.0, 4830.0, 4837.0, 4825.0, 4810.0, 4848.0, 4821.0, 4842.0, 4841.0, 4821.0, 4830.0, 4844.0, 4853.0, 4852.0, 4841.0, 4851.0, 4832.0, 4821.0, 4852.0, 4846.0, 4842.0, 4853.0, 4844.0, 4855.0, 4854.0, 4833.0, 4841.0, 4853.0, 4872.0, 4882.0, 4856.0, 4845.0, 4828.0, 4851.0, 4845.0, 4865.0, 4853.0, 4842.0, 4851.0, 4841.0, 4833.0, 4851.0, 4840.0, 4818.0, 4864.0, 4864.0, 4833.0, 4842.0, 4841.0, 4819.0, 4821.0, 4842.0, 4831.0, 4820.0, 4818.0, 4796.0, 4837.0, 4823.0, 4797.0, 4815.0, 4868.0, 4838.0, 4868.0, 4858.0, 4865.0, 4853.0, 4833.0, 4838.0, 4840.0, 4842.0, 4851.0, 4834.0, 4853.0, 4845.0, 4852.0, 4842.0, 4819.0, 4837.0, 4830.0, 4829.0, 4839.0, 4810.0, 4830.0, 4843.0, 4847.0, 4866.0, 4843.0, 4852.0, 4863.0, 4823.0, 4850.0, 4841.0, 4843.0, 4865.0, 4846.0, 4845.0, 4866.0, 4836.0, 4843.0, 4842.0, 4825.0, 4835.0, 4881.0, 4841.0, 4856.0, 4857.0, 4867.0, 4885.0, 4861.0, 4865.0, 4867.0, 4849.0, 4877.0, 4866.0, 4826.0, 4844.0, 4855.0, 4825.0, 4844.0, 4863.0, 4824.0, 4843.0, 4852.0, 4833.0, 4843.0, 4840.0, 4840.0, 4840.0, 4831.0, 4831.0, 4850.0, 4823.0, 4843.0, 4876.0, 4844.0, 4850.0, 4848.0, 4865.0, 4854.0, 4846.0, 4834.0, 4853.0, 4854.0, 4853.0, 4854.0, 4854.0, 4857.0, 4855.0, 4858.0, 4856.0, 4867.0, 4880.0, 4877.0, 4859.0, 4857.0, 4866.0, 4853.0, 4854.0, 4853.0, 4853.0, 4817.0, 4841.0, 4854.0, 4863.0, 4854.0, 4834.0, 4853.0, 4863.0, 4835.0, 4833.0, 4843.0, 4823.0, 4833.0, 4855.0, 4867.0, 4847.0, 4856.0, 4868.0, 4859.0, 4835.0, 4852.0, 4855.0, 4862.0, 4840.0, 4812.0, 4845.0, 4855.0, 4881.0, 4849.0, 4839.0, 4819.0, 4832.0, 4845.0, 4855.0, 4858.0, 4855.0, 4857.0, 4877.0, 4872.0, 4869.0, 4892.0, 4861.0, 4869.0, 4869.0, 4837.0, 4833.0, 4864.0, 4845.0, 4845.0, 4832.0, 4859.0, 4858.0, 4869.0, 4881.0, 4884.0, 4879.0, 4877.0, 4858.0, 4853.0, 4841.0, 4830.0, 4829.0, 4829.0, 4839.0, 4830.0, 4841.0, 4840.0, 4840.0, 4831.0, 4831.0, 4852.0, 4833.0, 4843.0, 4843.0, 4851.0, 4853.0, 4843.0, 4855.0, 4843.0, 4857.0, 4868.0, 4850.0, 4876.0, 4835.0, 4834.0, 4853.0, 4859.0, 4862.0, 4865.0, 4828.0, 4819.0, 4852.0, 4856.0, 4865.0, 4855.0, 4846.0, 4867.0, 4866.0, 4864.0, 4850.0, 4829.0, 4835.0, 4828.0, 4831.0, 4820.0, 4826.0, 4823.0, 4825.0, 4812.0, 4827.0, 4815.0, 4814.0, 4804.0, 4825.0, 4816.0, 4827.0, 4827.0, 4807.0, 4818.0, 4831.0, 4829.0, 4828.0, 4831.0, 4841.0, 4829.0, 4831.0, 4820.0, 4842.0, 4835.0, 4867.0, 4856.0, 4858.0, 4868.0, 4843.0, 4849.0, 4831.0, 4846.0, 4817.0, 4847.0, 4839.0, 4838.0, 4809.0, 4838.0, 4803.0, 4813.0, 4827.0, 4817.0, 4851.0, 4842.0, 4841.0, 4852.0, 4844.0, 4866.0, 4847.0, 4854.0, 4851.0, 4841.0, 4829.0, 4837.0, 4826.0, 4836.0, 4828.0, 4848.0, 4850.0, 4830.0, 4828.0, 4840.0, 4829.0, 4842.0, 4842.0, 4854.0, 4849.0, 4865.0, 4854.0, 4831.0, 4840.0, 4840.0, 4839.0, 4839.0, 4842.0, 4832.0, 4829.0, 4849.0, 4851.0, 4850.0, 4867.0, 4832.0, 4852.0, 4831.0, 4863.0, 4858.0, 4836.0, 4869.0, 4900.0, 4932.0, 4859.0, 4848.0, 4883.0, 4900.0, 4878.0, 4870.0, 4871.0, 4819.0, 4831.0, 4853.0, 4835.0, 4855.0, 4855.0, 4848.0, 4867.0, 4858.0, 4843.0, 4843.0, 4830.0, 4849.0, 4842.0, 4830.0, 4840.0, 4822.0, 4841.0, 4841.0, 4839.0, 4851.0, 4851.0, 4820.0, 4838.0, 4819.0, 4839.0, 4854.0, 4850.0, 4839.0, 4810.0, 4855.0, 4856.0, 4873.0, 4844.0, 4812.0, 4795.0, 4807.0, 4839.0, 4821.0, 4832.0, 4843.0, 4853.0, 4845.0, 4842.0, 4830.0, 4839.0, 4836.0, 4838.0, 4830.0, 4925.0, 4885.0, 4817.0, 4770.0, 4744.0, 4730.0, 4760.0, 4814.0, 4851.0, 4852.0, 4856.0, 4877.0, 4859.0, 4876.0, 4869.0, 4859.0, 4869.0, 4871.0, 4893.0, 4882.0, 4873.0, 4870.0, 4869.0, 4873.0, 4891.0, 4876.0, 4885.0, 4879.0, 4865.0, 4886.0, 4906.0, 4889.0, 4899.0, 4917.0, 4898.0, 4891.0, 4900.0, 4900.0, 4879.0, 4895.0, 4883.0, 4906.0, 4881.0, 4890.0, 4864.0, 4872.0, 4882.0, 4875.0, 4871.0, 4893.0, 4899.0, 4915.0, 4899.0, 4868.0, 4899.0, 4885.0, 4897.0, 4901.0, 4906.0, 4898.0, 4879.0, 4898.0, 4908.0, 4868.0, 4897.0, 4915.0, 4898.0, 4918.0, 4923.0, 4919.0, 4910.0, 4891.0, 4920.0, 4890.0, 4889.0, 4917.0, 4919.0, 4970.0, 4975.0, 4944.0, 4922.0, 4912.0, 4896.0, 4889.0, 4856.0, 4846.0, 4873.0, 4874.0, 4892.0, 4872.0, 4874.0, 4903.0, 4897.0, 4888.0, 4917.0, 4903.0, 4889.0, 4922.0, 4899.0, 4886.0, 4877.0, 4856.0, 4868.0, 4869.0, 4871.0, 4891.0, 4883.0, 4884.0, 4883.0, 4883.0, 4883.0, 4883.0, 4894.0, 4885.0, 4895.0, 4907.0, 4885.0, 4895.0, 4886.0, 4895.0, 4884.0, 4904.0, 4871.0, 4891.0, 4884.0, 4861.0, 4893.0, 4874.0, 4903.0, 4885.0, 4884.0, 4893.0, 4889.0, 4880.0, 4906.0, 4891.0, 4898.0, 4890.0, 4905.0, 4897.0, 4875.0, 4896.0, 4885.0, 4915.0, 4880.0, 4904.0, 4897.0, 4908.0, 4892.0, 4904.0, 4889.0, 4857.0, 4905.0, 4872.0, 4884.0, 4885.0, 4893.0, 4884.0, 4874.0, 4879.0, 4908.0, 4900.0, 4918.0, 4911.0, 4920.0, 4916.0, 4923.0, 4924.0, 4923.0, 4923.0, 4901.0, 4910.0, 4877.0, 4919.0, 4888.0, 4887.0, 4916.0, 4914.0, 4903.0, 4920.0, 4896.0, 4889.0, 4910.0, 4901.0, 4913.0, 4951.0, 4965.0, 4928.0, 4936.0, 4936.0, 4891.0, 4863.0, 4856.0, 4871.0, 4880.0, 4872.0, 4903.0, 4899.0, 4873.0, 4879.0, 4858.0, 4861.0, 4848.0, 4869.0, 4859.0, 4896.0, 4873.0, 4865.0, 4866.0, 4847.0, 4880.0, 4868.0, 4868.0, 4858.0, 4873.0, 4852.0, 4870.0, 4861.0, 4869.0, 4860.0, 4857.0, 4860.0, 4858.0, 4871.0, 4859.0, 4871.0, 4873.0, 4878.0, 4882.0, 4887.0, 4885.0, 4899.0, 4901.0, 4913.0, 4922.0, 4925.0, 4932.0, 4917.0, 4926.0, 4906.0, 4903.0, 4908.0, 4889.0, 4901.0, 4911.0, 4901.0, 4921.0, 4973.0, 4944.0, 4923.0, 4901.0, 4928.0, 4976.0, 4951.0, 4929.0, 4933.0, 4894.0, 4822.0, 4877.0, 4883.0, 4874.0, 4892.0, 4886.0, 4884.0, 4895.0, 4898.0, 4897.0, 4885.0, 4889.0, 4874.0, 4888.0, 4871.0, 4900.0, 4896.0, 4883.0, 4907.0, 4880.0, 4909.0, 4888.0, 4908.0, 4878.0, 4906.0, 4898.0, 4868.0, 4923.0, 4947.0, 4989.0, 4942.0, 4892.0, 4866.0, 4860.0, 4884.0, 4918.0, 4900.0, 4888.0, 4937.0, 4965.0, 4909.0, 4901.0, 4850.0, 4874.0, 4900.0, 4920.0, 4892.0, 4907.0, 4910.0, 4905.0, 4900.0, 4906.0, 4896.0, 4884.0, 4871.0, 4871.0, 4881.0, 4879.0, 4859.0, 4869.0, 4879.0, 4859.0, 4881.0, 4881.0, 4861.0, 4881.0, 4882.0, 4869.0, 4881.0, 4875.0, 4880.0, 4880.0, 4859.0, 4892.0, 4879.0, 4861.0, 4882.0, 4890.0, 4875.0, 4884.0, 4893.0, 4878.0, 4894.0, 4908.0, 4887.0, 4881.0, 4881.0, 4896.0, 4906.0, 4883.0, 4883.0, 4884.0, 4895.0, 4886.0, 4893.0, 4871.0, 4886.0, 4895.0, 4894.0, 4871.0, 4867.0, 4876.0, 4884.0, 4899.0, 4881.0, 4888.0, 4899.0, 4909.0, 4909.0, 4898.0, 4898.0, 4899.0, 4910.0, 4888.0, 4898.0, 4883.0, 4878.0, 4898.0, 4886.0, 4900.0, 4900.0, 4898.0, 4911.0, 4900.0, 4909.0, 4912.0, 4891.0, 4909.0, 4909.0, 4893.0, 4892.0, 4908.0, 4868.0, 4908.0, 4894.0, 4870.0, 4907.0, 4907.0, 4898.0, 4889.0, 4886.0, 4907.0, 4880.0, 4919.0, 4896.0, 4890.0, 4900.0, 4910.0, 4912.0, 4901.0, 4901.0, 4902.0, 4900.0, 4911.0, 4905.0, 4923.0, 4908.0, 4894.0, 4925.0, 4898.0, 4903.0, 4879.0, 4907.0, 4899.0, 4885.0, 4896.0, 4928.0, 4950.0, 4909.0, 4896.0, 4931.0, 4940.0, 4933.0, 4924.0, 4898.0, 4857.0, 4892.0, 4861.0, 4861.0, 4886.0, 4887.0, 4896.0, 4894.0, 4887.0, 4917.0, 4907.0, 4885.0, 4905.0, 4882.0, 4857.0, 4870.0, 4846.0, 4868.0, 4857.0, 4869.0, 4871.0, 4860.0, 4870.0, 4858.0, 4868.0, 4847.0, 4857.0, 4867.0, 4858.0, 4853.0, 4856.0, 4841.0, 4851.0, 4851.0, 4853.0, 4841.0, 4853.0, 4836.0, 4852.0, 4855.0, 4854.0, 4877.0, 4846.0, 4875.0, 4877.0, 4877.0, 4865.0, 4878.0, 4857.0, 4877.0, 4850.0, 4868.0, 4869.0, 4870.0, 4870.0, 4860.0, 4891.0, 4863.0, 4882.0, 4885.0, 4881.0, 4892.0, 4873.0, 4893.0, 4894.0, 4922.0, 4876.0, 4898.0, 4884.0, 4865.0, 4896.0, 4898.0, 4878.0, 4894.0, 4890.0, 4935.0, 4940.0, 4922.0, 4920.0, 4887.0, 4913.0, 4895.0, 4874.0, 4896.0, 4888.0, 4908.0, 4867.0, 4909.0, 4908.0, 4888.0, 4895.0, 4897.0, 4874.0, 4884.0, 4864.0, 4873.0, 4895.0, 4875.0, 4891.0, 4843.0, 4882.0, 4882.0, 4842.0, 4882.0, 4844.0, 4893.0, 4855.0, 4893.0, 4857.0, 4883.0, 4865.0, 4882.0, 4873.0, 4883.0, 4888.0, 4859.0, 4933.0, 4911.0, 4912.0, 4913.0, 4868.0, 4900.0, 4911.0, 4901.0, 4920.0, 4895.0, 4911.0, 4903.0, 4910.0, 4911.0, 4920.0, 4911.0, 4876.0, 4895.0, 4889.0, 4895.0, 4898.0, 4876.0, 4907.0, 4864.0, 4907.0, 4878.0, 4885.0, 4907.0, 4870.0, 4920.0, 4909.0, 4927.0, 4935.0, 4868.0, 4876.0, 4913.0, 4884.0, 4922.0, 4914.0, 4893.0, 4924.0, 4885.0, 4922.0, 4889.0, 4918.0], 'WindowWidth': [10619.0, 10593.0, 10559.0, 10536.0, 10544.0, 10516.0, 10553.0, 10531.0, 10553.0, 10544.0, 10506.0, 10519.0, 10503.0, 10524.0, 10533.0, 10552.0, 10526.0, 10511.0, 10541.0, 10513.0, 10574.0, 10553.0, 10548.0, 10561.0, 10549.0, 10574.0, 10549.0, 10568.0, 10543.0, 10508.0, 10529.0, 10520.0, 10522.0, 10506.0, 10545.0, 10521.0, 10515.0, 10521.0, 10533.0, 10554.0, 10543.0, 10499.0, 10542.0, 10535.0, 10579.0, 10549.0, 10552.0, 10542.0, 10529.0, 10560.0, 10532.0, 10574.0, 10566.0, 10540.0, 10543.0, 10509.0, 10551.0, 10538.0, 10507.0, 10498.0, 10533.0, 10566.0, 10545.0, 10558.0, 10546.0, 10532.0, 10553.0, 10563.0, 10528.0, 10565.0, 10544.0, 10534.0, 10508.0, 10530.0, 10538.0, 10537.0, 10514.0, 10524.0, 10549.0, 10538.0, 10533.0, 10543.0, 10521.0, 10525.0, 10499.0, 10511.0, 10493.0, 10527.0, 10513.0, 10526.0, 10539.0, 10511.0, 10531.0, 10505.0, 10528.0, 10517.0, 10502.0, 10531.0, 10524.0, 10552.0, 10486.0, 10576.0, 10522.0, 10512.0, 10531.0, 10517.0, 10519.0, 10521.0, 10520.0, 10556.0, 10535.0, 10561.0, 10570.0, 10568.0, 10591.0, 10563.0, 10564.0, 10573.0, 10548.0, 10562.0, 10505.0, 10563.0, 10540.0, 10558.0, 10503.0, 10529.0, 10520.0, 10532.0, 10520.0, 10513.0, 10534.0, 10513.0, 10525.0, 10530.0, 10536.0, 10539.0, 10514.0, 10544.0, 10555.0, 10553.0, 10570.0, 10534.0, 10560.0, 10538.0, 10563.0, 10566.0, 10547.0, 10560.0, 10532.0, 10560.0, 10569.0, 10565.0, 10576.0, 10530.0, 10546.0, 10551.0, 10561.0, 10574.0, 10560.0, 10545.0, 10546.0, 10533.0, 10576.0, 10544.0, 10579.0, 10571.0, 10545.0, 10558.0, 10565.0, 10552.0, 10560.0, 10520.0, 10561.0, 10566.0, 10581.0, 10581.0, 10567.0, 10564.0, 10541.0, 10546.0, 10533.0, 10532.0, 10552.0, 10519.0, 10541.0, 10553.0, 10522.0, 10513.0, 10508.0, 10582.0, 10591.0, 10624.0, 10647.0, 10585.0, 10533.0, 10544.0, 10503.0, 10521.0, 10527.0, 10535.0, 10568.0, 10611.0, 10587.0, 10602.0, 10587.0, 10570.0, 10536.0, 10519.0, 10514.0, 10503.0, 10510.0, 10493.0, 10484.0, 10483.0, 10430.0, 10460.0, 10465.0, 10517.0, 10499.0, 10461.0, 10441.0, 10443.0, 10476.0, 10458.0, 10493.0, 10499.0, 10491.0, 10498.0, 10506.0, 10504.0, 10575.0, 10526.0, 10490.0, 10497.0, 10499.0, 10498.0, 10537.0, 10511.0, 10538.0, 10497.0, 10511.0, 10508.0, 10542.0, 10554.0, 10578.0, 10561.0, 10508.0, 10559.0, 10548.0, 10546.0, 10561.0, 10522.0, 10561.0, 10542.0, 10505.0, 10524.0, 10514.0, 10527.0, 10551.0, 10554.0, 10510.0, 10533.0, 10527.0, 10528.0, 10543.0, 10554.0, 10533.0, 10581.0, 10544.0, 10492.0, 10527.0, 10541.0, 10515.0, 10553.0, 10545.0, 10533.0, 10520.0, 10504.0, 10519.0, 10522.0, 10532.0, 10518.0, 10518.0, 10536.0, 10545.0, 10530.0, 10526.0, 10537.0, 10551.0, 10533.0, 10573.0, 10534.0, 10582.0, 10598.0, 10623.0, 10620.0, 10605.0, 10586.0, 10452.0, 10440.0, 10547.0, 10603.0, 10630.0, 10593.0, 10562.0, 10629.0, 10580.0, 10564.0, 10582.0, 10552.0, 10557.0, 10561.0, 10523.0, 10564.0, 10550.0, 10539.0, 10559.0, 10550.0, 10533.0, 10524.0, 10530.0, 10507.0, 10496.0, 10547.0, 10512.0, 10544.0, 10541.0, 10512.0, 10525.0, 10552.0, 10563.0, 10558.0, 10541.0, 10554.0, 10528.0, 10512.0, 10557.0, 10556.0, 10543.0, 10561.0, 10548.0, 10567.0, 10563.0, 10532.0, 10539.0, 10560.0, 10604.0, 10617.0, 10570.0, 10552.0, 10517.0, 10555.0, 10553.0, 10584.0, 10563.0, 10544.0, 10555.0, 10540.0, 10532.0, 10556.0, 10540.0, 10502.0, 10581.0, 10579.0, 10532.0, 10546.0, 10539.0, 10507.0, 10514.0, 10543.0, 10529.0, 10512.0, 10501.0, 10462.0, 10542.0, 10514.0, 10471.0, 10499.0, 10594.0, 10551.0, 10593.0, 10580.0, 10585.0, 10563.0, 10534.0, 10536.0, 10537.0, 10547.0, 10554.0, 10535.0, 10564.0, 10553.0, 10561.0, 10543.0, 10509.0, 10530.0, 10524.0, 10524.0, 10536.0, 10498.0, 10526.0, 10548.0, 10562.0, 10588.0, 10548.0, 10560.0, 10573.0, 10517.0, 10555.0, 10540.0, 10549.0, 10580.0, 10555.0, 10552.0, 10583.0, 10543.0, 10547.0, 10544.0, 10526.0, 10542.0, 10614.0, 10558.0, 10571.0, 10573.0, 10605.0, 10627.0, 10588.0, 10582.0, 10588.0, 10565.0, 10603.0, 10586.0, 10530.0, 10554.0, 10568.0, 10525.0, 10552.0, 10577.0, 10524.0, 10549.0, 10558.0, 10533.0, 10549.0, 10538.0, 10538.0, 10537.0, 10525.0, 10526.0, 10553.0, 10519.0, 10548.0, 10602.0, 10554.0, 10559.0, 10558.0, 10583.0, 10568.0, 10549.0, 10542.0, 10565.0, 10566.0, 10562.0, 10565.0, 10563.0, 10573.0, 10569.0, 10578.0, 10572.0, 10587.0, 10611.0, 10604.0, 10573.0, 10573.0, 10585.0, 10562.0, 10565.0, 10564.0, 10560.0, 10501.0, 10543.0, 10565.0, 10577.0, 10565.0, 10536.0, 10564.0, 10577.0, 10541.0, 10534.0, 10548.0, 10521.0, 10534.0, 10567.0, 10590.0, 10560.0, 10572.0, 10586.0, 10573.0, 10540.0, 10561.0, 10571.0, 10573.0, 10538.0, 10502.0, 10555.0, 10566.0, 10613.0, 10567.0, 10533.0, 10506.0, 10531.0, 10555.0, 10567.0, 10579.0, 10567.0, 10578.0, 10602.0, 10605.0, 10599.0, 10634.0, 10585.0, 10594.0, 10594.0, 10544.0, 10536.0, 10578.0, 10554.0, 10553.0, 10531.0, 10579.0, 10576.0, 10593.0, 10618.0, 10618.0, 10611.0, 10603.0, 10577.0, 10560.0, 10542.0, 10521.0, 10522.0, 10519.0, 10534.0, 10526.0, 10542.0, 10538.0, 10538.0, 10529.0, 10527.0, 10559.0, 10535.0, 10549.0, 10546.0, 10557.0, 10559.0, 10548.0, 10568.0, 10549.0, 10580.0, 10592.0, 10568.0, 10599.0, 10539.0, 10535.0, 10558.0, 10579.0, 10590.0, 10579.0, 10515.0, 10505.0, 10559.0, 10570.0, 10585.0, 10566.0, 10558.0, 10589.0, 10587.0, 10581.0, 10557.0, 10523.0, 10526.0, 10518.0, 10523.0, 10504.0, 10514.0, 10508.0, 10511.0, 10490.0, 10518.0, 10496.0, 10492.0, 10478.0, 10510.0, 10497.0, 10514.0, 10513.0, 10485.0, 10502.0, 10525.0, 10520.0, 10518.0, 10525.0, 10541.0, 10521.0, 10528.0, 10513.0, 10546.0, 10538.0, 10588.0, 10572.0, 10572.0, 10591.0, 10545.0, 10549.0, 10526.0, 10542.0, 10499.0, 10543.0, 10540.0, 10531.0, 10474.0, 10535.0, 10477.0, 10490.0, 10517.0, 10505.0, 10557.0, 10547.0, 10545.0, 10563.0, 10554.0, 10592.0, 10555.0, 10568.0, 10559.0, 10543.0, 10523.0, 10530.0, 10512.0, 10527.0, 10520.0, 10551.0, 10556.0, 10526.0, 10521.0, 10540.0, 10526.0, 10547.0, 10549.0, 10567.0, 10559.0, 10584.0, 10568.0, 10531.0, 10541.0, 10540.0, 10537.0, 10537.0, 10540.0, 10525.0, 10526.0, 10555.0, 10559.0, 10559.0, 10590.0, 10534.0, 10559.0, 10529.0, 10579.0, 10577.0, 10545.0, 10594.0, 10657.0, 10707.0, 10583.0, 10559.0, 10621.0, 10657.0, 10619.0, 10594.0, 10601.0, 10506.0, 10530.0, 10558.0, 10539.0, 10568.0, 10567.0, 10563.0, 10588.0, 10575.0, 10549.0, 10549.0, 10525.0, 10550.0, 10547.0, 10525.0, 10539.0, 10515.0, 10541.0, 10544.0, 10537.0, 10558.0, 10557.0, 10512.0, 10534.0, 10509.0, 10535.0, 10566.0, 10555.0, 10535.0, 10498.0, 10569.0, 10572.0, 10606.0, 10548.0, 10486.0, 10466.0, 10487.0, 10536.0, 10514.0, 10530.0, 10547.0, 10562.0, 10554.0, 10545.0, 10524.0, 10532.0, 10526.0, 10534.0, 10517.0, 10699.0, 10627.0, 10497.0, 10394.0, 10357.0, 10320.0, 10390.0, 10497.0, 10557.0, 10562.0, 10571.0, 10604.0, 10579.0, 10601.0, 10595.0, 10581.0, 10597.0, 10604.0, 10634.0, 10617.0, 10607.0, 10603.0, 10601.0, 10608.0, 10634.0, 10621.0, 10631.0, 10613.0, 10602.0, 10631.0, 10662.0, 10642.0, 10654.0, 10677.0, 10653.0, 10639.0, 10651.0, 10653.0, 10623.0, 10644.0, 10623.0, 10659.0, 10617.0, 10629.0, 10591.0, 10607.0, 10619.0, 10606.0, 10606.0, 10641.0, 10657.0, 10677.0, 10649.0, 10604.0, 10650.0, 10633.0, 10643.0, 10652.0, 10662.0, 10654.0, 10628.0, 10652.0, 10665.0, 10611.0, 10653.0, 10681.0, 10659.0, 10683.0, 10696.0, 10687.0, 10673.0, 10646.0, 10686.0, 10644.0, 10640.0, 10677.0, 10705.0, 10791.0, 10789.0, 10746.0, 10708.0, 10677.0, 10644.0, 10636.0, 10567.0, 10552.0, 10602.0, 10611.0, 10630.0, 10604.0, 10607.0, 10650.0, 10646.0, 10635.0, 10679.0, 10667.0, 10638.0, 10692.0, 10652.0, 10632.0, 10604.0, 10572.0, 10595.0, 10598.0, 10602.0, 10631.0, 10622.0, 10627.0, 10618.0, 10620.0, 10620.0, 10621.0, 10639.0, 10628.0, 10643.0, 10664.0, 10628.0, 10643.0, 10625.0, 10644.0, 10627.0, 10652.0, 10603.0, 10630.0, 10624.0, 10591.0, 10637.0, 10610.0, 10651.0, 10626.0, 10625.0, 10640.0, 10634.0, 10624.0, 10663.0, 10639.0, 10645.0, 10636.0, 10657.0, 10647.0, 10616.0, 10646.0, 10629.0, 10671.0, 10620.0, 10655.0, 10649.0, 10660.0, 10643.0, 10656.0, 10633.0, 10585.0, 10659.0, 10607.0, 10625.0, 10628.0, 10636.0, 10626.0, 10613.0, 10620.0, 10669.0, 10658.0, 10683.0, 10674.0, 10689.0, 10683.0, 10690.0, 10698.0, 10696.0, 10694.0, 10661.0, 10670.0, 10618.0, 10679.0, 10634.0, 10636.0, 10673.0, 10688.0, 10668.0, 10687.0, 10644.0, 10637.0, 10672.0, 10660.0, 10678.0, 10753.0, 10774.0, 10710.0, 10718.0, 10718.0, 10643.0, 10575.0, 10570.0, 10598.0, 10614.0, 10603.0, 10653.0, 10652.0, 10608.0, 10607.0, 10578.0, 10586.0, 10565.0, 10595.0, 10585.0, 10647.0, 10609.0, 10581.0, 10587.0, 10563.0, 10612.0, 10593.0, 10593.0, 10580.0, 10601.0, 10570.0, 10592.0, 10582.0, 10590.0, 10580.0, 10571.0, 10578.0, 10575.0, 10596.0, 10585.0, 10604.0, 10609.0, 10614.0, 10623.0, 10635.0, 10634.0, 10657.0, 10659.0, 10673.0, 10695.0, 10697.0, 10711.0, 10690.0, 10698.0, 10668.0, 10661.0, 10666.0, 10641.0, 10660.0, 10676.0, 10657.0, 10691.0, 10788.0, 10747.0, 10694.0, 10659.0, 10711.0, 10793.0, 10748.0, 10713.0, 10711.0, 10638.0, 10513.0, 10598.0, 10617.0, 10610.0, 10630.0, 10628.0, 10627.0, 10642.0, 10650.0, 10649.0, 10630.0, 10631.0, 10613.0, 10628.0, 10610.0, 10651.0, 10651.0, 10630.0, 10664.0, 10623.0, 10669.0, 10641.0, 10666.0, 10623.0, 10661.0, 10651.0, 10611.0, 10693.0, 10758.0, 10820.0, 10736.0, 10650.0, 10582.0, 10582.0, 10622.0, 10680.0, 10654.0, 10633.0, 10723.0, 10775.0, 10689.0, 10661.0, 10569.0, 10609.0, 10655.0, 10687.0, 10651.0, 10662.0, 10671.0, 10655.0, 10656.0, 10660.0, 10646.0, 10624.0, 10603.0, 10601.0, 10616.0, 10611.0, 10583.0, 10598.0, 10611.0, 10586.0, 10616.0, 10616.0, 10589.0, 10617.0, 10621.0, 10597.0, 10618.0, 10613.0, 10614.0, 10615.0, 10586.0, 10632.0, 10611.0, 10590.0, 10620.0, 10632.0, 10614.0, 10627.0, 10638.0, 10617.0, 10643.0, 10666.0, 10634.0, 10617.0, 10617.0, 10646.0, 10657.0, 10627.0, 10626.0, 10628.0, 10645.0, 10630.0, 10638.0, 10602.0, 10631.0, 10642.0, 10644.0, 10603.0, 10608.0, 10620.0, 10627.0, 10657.0, 10634.0, 10638.0, 10656.0, 10670.0, 10671.0, 10654.0, 10651.0, 10654.0, 10669.0, 10639.0, 10652.0, 10622.0, 10626.0, 10653.0, 10632.0, 10659.0, 10657.0, 10656.0, 10676.0, 10659.0, 10671.0, 10674.0, 10647.0, 10670.0, 10666.0, 10652.0, 10643.0, 10665.0, 10614.0, 10668.0, 10639.0, 10609.0, 10665.0, 10664.0, 10653.0, 10641.0, 10631.0, 10666.0, 10631.0, 10686.0, 10644.0, 10647.0, 10659.0, 10675.0, 10677.0, 10662.0, 10661.0, 10662.0, 10661.0, 10674.0, 10664.0, 10686.0, 10664.0, 10648.0, 10693.0, 10650.0, 10666.0, 10627.0, 10661.0, 10655.0, 10645.0, 10663.0, 10713.0, 10744.0, 10684.0, 10661.0, 10716.0, 10729.0, 10722.0, 10696.0, 10647.0, 10588.0, 10628.0, 10581.0, 10582.0, 10629.0, 10631.0, 10644.0, 10643.0, 10633.0, 10679.0, 10666.0, 10626.0, 10654.0, 10613.0, 10572.0, 10593.0, 10560.0, 10593.0, 10572.0, 10595.0, 10600.0, 10583.0, 10596.0, 10578.0, 10589.0, 10562.0, 10572.0, 10589.0, 10576.0, 10565.0, 10568.0, 10544.0, 10558.0, 10555.0, 10561.0, 10543.0, 10564.0, 10543.0, 10562.0, 10569.0, 10568.0, 10603.0, 10561.0, 10603.0, 10604.0, 10605.0, 10585.0, 10605.0, 10574.0, 10603.0, 10569.0, 10594.0, 10597.0, 10597.0, 10600.0, 10584.0, 10629.0, 10594.0, 10618.0, 10626.0, 10618.0, 10634.0, 10608.0, 10633.0, 10656.0, 10693.0, 10615.0, 10652.0, 10624.0, 10600.0, 10648.0, 10652.0, 10623.0, 10644.0, 10648.0, 10720.0, 10733.0, 10695.0, 10688.0, 10633.0, 10682.0, 10643.0, 10610.0, 10645.0, 10634.0, 10665.0, 10603.0, 10669.0, 10663.0, 10634.0, 10644.0, 10646.0, 10609.0, 10623.0, 10593.0, 10603.0, 10639.0, 10611.0, 10632.0, 10567.0, 10618.0, 10617.0, 10563.0, 10618.0, 10571.0, 10638.0, 10585.0, 10638.0, 10590.0, 10623.0, 10600.0, 10620.0, 10612.0, 10626.0, 10639.0, 10599.0, 10709.0, 10695.0, 10679.0, 10681.0, 10610.0, 10657.0, 10676.0, 10660.0, 10687.0, 10656.0, 10676.0, 10665.0, 10673.0, 10675.0, 10682.0, 10667.0, 10617.0, 10646.0, 10639.0, 10647.0, 10651.0, 10619.0, 10662.0, 10595.0, 10662.0, 10626.0, 10628.0, 10665.0, 10618.0, 10686.0, 10688.0, 10713.0, 10719.0, 10613.0, 10617.0, 10680.0, 10642.0, 10694.0, 10684.0, 10654.0, 10697.0, 10642.0, 10693.0, 10640.0, 10681.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.0028449810749432247</td></tr>
<tr><td colspan=3>aqi</td><td>0.036153674867524604</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.82191483165913</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2818978612878797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0296574884318161</td></tr>
<tr><td colspan=3>efc</td><td>0.5045</td></tr>
<tr><td colspan=3>fber</td><td>4898.27</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1755241102601426</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>310</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.467070401211203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2767778064507396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.139577494443043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5590596662599903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.131696258649186</td></tr>
<tr><td colspan=3>gcor</td><td>0.0566178</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012173852883279324</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048167914152145386</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.398743676264775</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>19.8379</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.3781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293818.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>1122.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.0658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2653</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.1732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4059.0259</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.1317</td></tr>
<tr><td colspan=3>tsnr</td><td>31.91152515995782</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>