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

616 lines
No EOL
144 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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-04/func/sub-0062_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>12a892f9003123f747831e444f3ab635</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>08:46:49.012500</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.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</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.106789</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>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>272.702</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d59fc26b-adff-4060-8888-e5c3af784032||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.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['084649.012500', '084649.472500', '084649.932500', '084650.392500', '084650.852500', '084651.312500', '084651.772500', '084652.232500', '084652.692500', '084653.152500', '084653.612500', '084654.072500', '084654.532500', '084654.992500', '084655.452500', '084655.912500', '084656.372500', '084656.832500', '084657.292500', '084657.752500', '084658.212500', '084658.672500', '084659.132500', '084659.592500', '084700.052500', '084700.512500', '084700.972500', '084701.432500', '084701.892500', '084702.352500', '084702.812500', '084703.272500', '084703.732500', '084704.192500', '084704.652500', '084705.112500', '084705.572500', '084706.032500', '084706.492500', '084706.952500', '084707.412500', '084707.872500', '084708.332500', '084708.792500', '084709.252500', '084709.712500', '084710.172500', '084710.632500', '084711.092500', '084711.552500', '084712.012500', '084712.472500', '084712.932500', '084713.392500', '084713.852500', '084714.312500', '084714.772500', '084715.232500', '084715.692500', '084716.152500', '084716.612500', '084717.072500', '084717.532500', '084717.992500', '084718.452500', '084718.912500', '084719.372500', '084719.832500', '084720.292500', '084720.752500', '084721.212500', '084721.672500', '084722.132500', '084722.592500', '084723.052500', '084723.512500', '084723.972500', '084724.432500', '084724.892500', '084725.352500', '084725.812500', '084726.272500', '084726.732500', '084727.192500', '084727.652500', '084728.112500', '084728.572500', '084729.032500', '084729.492500', '084729.952500', '084730.412500', '084730.872500', '084731.332500', '084731.792500', '084732.252500', '084732.712500', '084733.172500', '084733.632500', '084734.092500', '084734.552500', '084735.012500', '084735.472500', '084735.932500', '084736.392500', '084736.852500', '084737.312500', '084737.772500', '084738.232500', '084738.692500', '084739.152500', '084739.612500', '084740.072500', '084740.532500', '084740.992500', '084741.452500', '084741.912500', '084742.372500', '084742.832500', '084743.292500', '084743.752500', '084744.212500', '084744.672500', '084745.132500', '084745.592500', '084746.052500', '084746.512500', '084746.972500', '084747.432500', '084747.892500', '084748.352500', '084748.812500', '084749.272500', '084749.732500', '084750.192500', '084750.652500', '084751.112500', '084751.572500', '084752.032500', '084752.492500', '084752.952500', '084753.412500', '084753.872500', '084754.332500', '084754.792500', '084755.252500', '084755.712500', '084756.172500', '084756.632500', '084757.092500', '084757.552500', '084758.012500', '084758.472500', '084758.932500', '084759.392500', '084759.852500', '084800.312500', '084800.772500', '084801.232500', '084801.692500', '084802.152500', '084802.612500', '084803.072500', '084803.532500', '084803.992500', '084804.452500', '084804.912500', '084805.372500', '084805.832500', '084806.292500', '084806.752500', '084807.212500', '084807.672500', '084808.132500', '084808.592500', '084809.052500', '084809.512500', '084809.972500', '084810.432500', '084810.892500', '084811.352500', '084811.812500', '084812.272500', '084812.732500', '084813.192500', '084813.652500', '084814.112500', '084814.572500', '084815.032500', '084815.492500', '084815.952500', '084816.412500', '084816.872500', '084817.332500', '084817.792500', '084818.252500', '084818.712500', '084819.172500', '084819.632500', '084820.092500', '084820.552500', '084821.012500', '084821.472500', '084821.932500', '084822.392500', '084822.852500', '084823.312500', '084823.772500', '084824.232500', '084824.692500', '084825.152500', '084825.612500', '084826.072500', '084826.532500', '084826.992500', '084827.452500', '084827.912500', '084828.372500', '084828.832500', '084829.292500', '084829.752500', '084830.212500', '084830.672500', '084831.132500', '084831.592500', '084832.052500', '084832.512500', '084832.972500', '084833.432500', '084833.892500', '084834.352500', '084834.812500', '084835.272500', '084835.732500', '084836.192500', '084836.652500', '084837.112500', '084837.572500', '084838.032500', '084838.492500', '084838.952500', '084839.412500', '084839.872500', '084840.332500', '084840.792500', '084841.252500', '084841.712500', '084842.172500', '084842.632500', '084843.092500', '084843.552500', '084844.012500', '084844.472500', '084844.932500', '084845.392500', '084845.852500', '084846.312500', '084846.772500', '084847.232500', '084847.692500', '084848.152500', '084848.612500', '084849.072500', '084849.532500', '084849.992500', '084850.452500', '084850.912500', '084851.372500', '084851.832500', '084852.292500', '084852.752500', '084853.212500', '084853.672500', '084854.132500', '084854.592500', '084855.052500', '084855.512500', '084855.972500', '084856.432500', '084856.892500', '084857.352500', '084857.812500', '084858.272500', '084858.732500', '084859.192500', '084859.652500', '084900.112500', '084900.572500', '084901.032500', '084901.492500', '084901.952500', '084902.412500', '084902.872500', '084903.332500', '084903.792500', '084904.252500', '084904.712500', '084905.172500', '084905.632500', '084906.092500', '084906.552500', '084907.012500', '084907.472500', '084907.932500', '084908.392500', '084908.852500', '084909.312500', '084909.772500', '084910.232500', '084910.692500', '084911.152500', '084911.612500', '084912.072500', '084912.532500', '084912.992500', '084913.452500', '084913.912500', '084914.372500', '084914.832500', '084915.292500', '084915.752500', '084916.212500', '084916.672500', '084917.132500', '084917.592500', '084918.052500', '084918.512500', '084918.972500', '084919.432500', '084919.892500', '084920.352500', '084920.812500', '084921.272500', '084921.732500', '084922.192500', '084922.652500', '084923.112500', '084923.572500', '084924.032500', '084924.492500', '084924.952500', '084925.412500', '084925.872500', '084926.332500', '084926.792500', '084927.252500', '084927.712500', '084928.172500', '084928.632500', '084929.092500', '084929.552500', '084930.012500', '084930.472500', '084930.932500', '084931.392500', '084931.852500', '084932.312500', '084932.772500', '084933.232500', '084933.692500', '084934.152500', '084934.612500', '084935.072500', '084935.532500', '084935.992500', '084936.452500', '084936.912500', '084937.372500', '084937.832500', '084938.292500', '084938.752500', '084939.212500', '084939.672500', '084940.132500', '084940.592500', '084941.052500', '084941.512500', '084941.972500', '084942.432500', '084942.892500', '084943.352500', '084943.812500', '084944.272500', '084944.732500', '084945.192500', '084945.652500', '084946.112500', '084946.572500', '084947.032500', '084947.492500', '084947.952500', '084948.412500', '084948.872500', '084949.332500', '084949.792500', '084950.252500', '084950.712500', '084951.172500', '084951.632500', '084952.092500', '084952.552500', '084953.012500', '084953.472500', '084953.932500', '084954.392500', '084954.852500', '084955.312500', '084955.772500', '084956.232500', '084956.692500', '084957.152500', '084957.612500', '084958.072500', '084958.532500', '084958.992500', '084959.452500', '084959.912500', '085000.372500', '085000.832500', '085001.292500', '085001.752500', '085002.212500', '085002.672500', '085003.132500', '085003.592500', '085004.052500', '085004.512500', '085004.972500', '085005.432500', '085005.892500', '085006.352500', '085006.812500', '085007.272500', '085007.732500', '085008.192500', '085008.652500', '085009.112500', '085009.572500', '085010.032500', '085010.492500', '085010.952500', '085011.412500', '085011.872500', '085012.332500', '085012.792500', '085013.252500', '085013.712500', '085014.172500', '085014.632500', '085015.092500', '085015.552500', '085016.012500', '085016.472500', '085016.932500', '085017.392500', '085017.852500', '085018.312500', '085018.772500', '085019.232500', '085019.692500', '085020.152500', '085020.612500', '085021.072500', '085021.532500', '085021.992500', '085022.452500', '085022.912500', '085023.372500', '085023.832500', '085024.292500', '085024.752500', '085025.212500', '085025.672500', '085026.132500', '085026.592500', '085027.052500', '085027.512500', '085027.972500', '085028.432500', '085028.892500', '085029.352500', '085029.812500', '085030.272500', '085030.732500', '085031.192500', '085031.652500', '085032.112500', '085032.572500', '085033.032500', '085033.492500', '085033.952500', '085034.412500', '085034.872500', '085035.332500', '085035.792500', '085036.252500', '085036.712500', '085037.172500', '085037.632500', '085038.092500', '085038.552500', '085039.012500', '085039.472500', '085039.932500', '085040.392500', '085040.852500', '085041.312500', '085041.772500', '085042.232500', '085042.692500', '085043.152500', '085043.612500', '085044.072500', '085044.532500', '085044.992500', '085045.452500', '085045.912500', '085046.372500', '085046.832500', '085047.292500', '085047.752500', '085048.212500', '085048.672500', '085049.132500', '085049.592500', '085050.052500', '085050.512500', '085050.972500', '085051.432500', '085051.892500', '085052.352500', '085052.812500', '085053.272500', '085053.732500', '085054.192500', '085054.652500', '085055.112500', '085055.572500', '085056.032500', '085056.492500', '085056.952500', '085057.412500', '085057.872500', '085058.332500', '085058.792500', '085059.252500', '085059.712500', '085100.172500', '085100.632500', '085101.092500', '085101.552500', '085102.012500', '085102.472500', '085102.932500', '085103.392500', '085103.852500', '085104.312500', '085104.772500', '085105.232500', '085105.692500', '085106.152500', '085106.612500', '085107.072500', '085107.532500', '085107.992500', '085108.452500', '085108.912500', '085109.372500', '085109.832500', '085110.292500', '085110.752500', '085111.212500', '085111.672500', '085112.132500', '085112.592500', '085113.052500', '085113.512500', '085113.972500', '085114.432500', '085114.892500', '085115.352500', '085115.812500', '085116.272500', '085116.732500', '085117.192500', '085117.652500', '085118.112500', '085118.572500', '085119.032500', '085119.492500', '085119.952500', '085120.412500', '085120.872500', '085121.332500', '085121.792500', '085122.252500', '085122.712500', '085123.172500', '085123.632500', '085124.092500', '085124.552500', '085125.012500', '085125.472500', '085125.932500', '085126.392500', '085126.852500', '085127.312500', '085127.772500', '085128.232500', '085128.692500', '085129.152500', '085129.612500', '085130.072500', '085130.532500', '085130.992500', '085131.452500', '085131.912500', '085132.372500', '085132.832500', '085133.292500', '085133.752500', '085134.212500', '085134.672500', '085135.132500', '085135.592500', '085136.052500', '085136.512500', '085136.972500', '085137.432500', '085137.892500', '085138.352500', '085138.812500', '085139.272500', '085139.732500', '085140.192500', '085140.652500', '085141.112500', '085141.572500', '085142.032500', '085142.492500', '085142.952500', '085143.412500', '085143.872500', '085144.332500', '085144.792500', '085145.252500', '085145.712500', '085146.172500', '085146.632500', '085147.092500', '085147.552500', '085148.012500', '085148.472500', '085148.932500', '085149.392500', '085149.852500', '085150.312500', '085150.772500', '085151.232500', '085151.692500', '085152.152500', '085152.612500', '085153.072500', '085153.532500', '085153.992500', '085154.452500', '085154.912500', '085155.372500', '085155.832500', '085156.292500', '085156.752500', '085157.212500', '085157.672500', '085158.132500', '085158.592500', '085159.052500', '085159.512500', '085159.972500', '085200.432500', '085200.892500', '085201.352500', '085201.812500', '085202.272500', '085202.732500', '085203.192500', '085203.652500', '085204.112500', '085204.572500', '085205.032500', '085205.492500', '085205.952500', '085206.412500', '085206.872500', '085207.332500', '085207.792500', '085208.252500', '085208.712500', '085209.172500', '085209.632500', '085210.092500', '085210.552500', '085211.012500', '085211.472500', '085211.932500', '085212.392500', '085212.852500', '085213.312500', '085213.772500', '085214.232500', '085214.692500', '085215.152500', '085215.612500', '085216.072500', '085216.532500', '085216.992500', '085217.452500', '085217.912500', '085218.372500', '085218.832500', '085219.292500', '085219.752500', '085220.212500', '085220.672500', '085221.132500', '085221.592500', '085222.052500', '085222.512500', '085222.972500', '085223.432500', '085223.892500', '085224.352500', '085224.812500', '085225.272500', '085225.732500', '085226.192500', '085226.652500', '085227.112500', '085227.572500', '085228.032500', '085228.492500', '085228.952500', '085229.412500', '085229.872500', '085230.332500', '085230.792500', '085231.252500', '085231.712500', '085232.172500', '085232.632500', '085233.092500', '085233.552500', '085234.012500', '085234.472500', '085234.932500', '085235.392500', '085235.852500', '085236.312500', '085236.772500', '085237.232500', '085237.692500', '085238.152500', '085238.612500', '085239.072500', '085239.532500', '085239.992500', '085240.452500', '085240.912500', '085241.372500', '085241.832500', '085242.292500', '085242.752500', '085243.212500', '085243.672500', '085244.132500', '085244.592500', '085245.052500', '085245.512500', '085245.972500', '085246.432500', '085246.892500', '085247.352500', '085247.812500', '085248.272500', '085248.732500', '085249.192500', '085249.652500', '085250.112500', '085250.572500', '085251.032500', '085251.492500', '085251.952500', '085252.412500', '085252.872500', '085253.332500', '085253.792500', '085254.252500', '085254.712500', '085255.172500', '085255.632500', '085256.092500', '085256.552500', '085257.012500', '085257.472500', '085257.932500', '085258.392500', '085258.852500', '085259.312500', '085259.772500', '085300.232500', '085300.692500', '085301.152500', '085301.612500', '085302.072500', '085302.532500', '085302.992500', '085303.452500', '085303.912500', '085304.372500', '085304.832500', '085305.292500', '085305.752500', '085306.212500', '085306.672500', '085307.132500', '085307.592500', '085308.052500', '085308.512500', '085308.972500', '085309.432500', '085309.892500', '085310.352500', '085310.812500', '085311.272500', '085311.732500', '085312.192500', '085312.652500', '085313.112500', '085313.572500', '085314.032500', '085314.492500', '085314.952500', '085315.412500', '085315.872500', '085316.332500', '085316.792500', '085317.252500', '085317.712500', '085318.172500', '085318.632500', '085319.092500', '085319.552500', '085320.012500', '085320.472500', '085320.932500', '085321.392500', '085321.852500', '085322.312500', '085322.772500', '085323.232500', '085323.692500', '085324.152500', '085324.612500', '085325.072500', '085325.532500', '085325.992500', '085326.452500', '085326.912500', '085327.372500', '085327.832500', '085328.292500', '085328.752500', '085329.212500', '085329.672500', '085330.132500', '085330.592500', '085331.052500', '085331.512500', '085331.972500', '085332.432500', '085332.892500', '085333.352500', '085333.812500', '085334.272500', '085334.732500', '085335.192500', '085335.652500', '085336.112500', '085336.572500', '085337.032500', '085337.492500', '085337.952500', '085338.412500', '085338.872500', '085339.332500', '085339.792500', '085340.252500', '085340.712500', '085341.172500', '085341.632500', '085342.092500', '085342.552500', '085343.012500', '085343.472500', '085343.932500', '085344.392500', '085344.852500', '085345.312500', '085345.772500', '085346.232500', '085346.692500', '085347.152500', '085347.612500', '085348.072500', '085348.532500', '085348.992500', '085349.452500', '085349.912500', '085350.372500', '085350.832500', '085351.292500', '085351.752500', '085352.212500', '085352.672500', '085353.132500', '085353.592500', '085354.052500', '085354.512500', '085354.972500', '085355.432500', '085355.892500', '085356.352500', '085356.812500', '085357.272500', '085357.732500', '085358.192500', '085358.652500', '085359.112500', '085359.572500', '085400.032500', '085400.492500', '085400.952500', '085401.412500', '085401.872500', '085402.332500', '085402.792500', '085403.252500', '085403.712500', '085404.172500', '085404.632500', '085405.092500', '085405.552500', '085406.012500', '085406.472500', '085406.932500', '085407.392500', '085407.852500', '085408.312500', '085408.772500', '085409.232500', '085409.692500', '085410.152500', '085410.612500', '085411.072500', '085411.532500', '085411.992500', '085412.452500', '085412.912500', '085413.372500', '085413.832500', '085414.292500', '085414.752500', '085415.212500', '085415.672500', '085416.132500', '085416.592500', '085417.052500', '085417.512500', '085417.972500', '085418.432500', '085418.892500', '085419.352500', '085419.812500', '085420.272500', '085420.732500', '085421.192500', '085421.652500', '085422.112500', '085422.572500', '085423.032500', '085423.492500', '085423.952500', '085424.412500', '085424.872500', '085425.332500', '085425.792500', '085426.252500', '085426.712500', '085427.172500', '085427.632500', '085428.092500', '085428.552500', '085429.012500', '085429.472500', '085429.932500', '085430.392500', '085430.852500', '085431.312500', '085431.772500', '085432.232500', '085432.692500', '085433.152500', '085433.612500', '085434.072500', '085434.532500', '085434.992500', '085435.452500', '085435.912500', '085436.372500', '085436.832500', '085437.292500', '085437.752500', '085438.212500', '085438.672500', '085439.132500', '085439.592500', '085440.052500', '085440.512500', '085440.972500', '085441.432500', '085441.892500', '085442.352500', '085442.812500', '085443.272500', '085443.732500', '085444.192500', '085444.652500', '085445.112500', '085445.572500', '085446.032500', '085446.492500', '085446.952500', '085447.412500', '085447.872500', '085448.332500', '085448.792500', '085449.252500', '085449.712500', '085450.172500', '085450.632500', '085451.092500', '085451.552500', '085452.012500', '085452.472500', '085452.932500', '085453.392500', '085453.852500', '085454.312500', '085454.772500', '085455.232500', '085455.692500', '085456.152500', '085456.612500', '085457.072500', '085457.532500', '085457.992500', '085458.452500', '085458.912500', '085459.372500', '085459.832500', '085500.292500', '085500.752500', '085501.212500', '085501.672500', '085502.132500', '085502.592500', '085503.052500', '085503.512500', '085503.972500', '085504.432500', '085504.892500', '085505.352500', '085505.812500', '085506.272500', '085506.732500', '085507.192500', '085507.652500', '085508.112500', '085508.572500', '085509.032500', '085509.492500', '085509.952500', '085510.412500', '085510.872500', '085511.332500', '085511.792500', '085512.252500', '085512.712500', '085513.172500', '085513.632500', '085514.092500', '085514.552500', '085515.012500', '085515.472500', '085515.932500', '085516.392500', '085516.852500', '085517.312500', '085517.772500', '085518.232500', '085518.692500', '085519.152500', '085519.612500', '085520.072500', '085520.532500', '085520.992500', '085521.452500', '085521.912500', '085522.372500', '085522.832500', '085523.292500', '085523.752500', '085524.212500', '085524.672500', '085525.132500', '085525.592500', '085526.052500', '085526.512500', '085526.972500', '085527.432500', '085527.892500', '085528.352500', '085528.812500', '085529.272500', '085529.732500', '085530.192500', '085530.652500', '085531.112500', '085531.572500', '085532.032500', '085532.492500', '085532.952500', '085533.412500', '085533.872500', '085534.332500', '085534.792500', '085535.252500', '085535.712500', '085536.172500', '085536.632500', '085537.092500', '085537.552500', '085538.012500', '085538.472500', '085538.932500', '085539.392500', '085539.852500', '085540.312500', '085540.772500', '085541.232500', '085541.692500', '085542.152500', '085542.612500', '085543.072500', '085543.532500', '085543.992500', '085544.452500', '085544.912500', '085545.372500', '085545.832500', '085546.292500', '085546.752500', '085547.212500', '085547.672500', '085548.132500', '085548.592500', '085549.052500', '085549.512500', '085549.972500', '085550.432500', '085550.892500', '085551.352500', '085551.812500', '085552.272500', '085552.732500', '085553.192500', '085553.652500', '085554.112500', '085554.572500', '085555.032500', '085555.492500', '085555.952500', '085556.412500', '085556.872500', '085557.332500', '085557.792500', '085558.252500', '085558.712500', '085559.172500', '085559.632500', '085600.092500', '085600.552500', '085601.012500', '085601.472500', '085601.932500', '085602.392500', '085602.852500', '085603.312500', '085603.772500', '085604.232500', '085604.692500', '085605.152500', '085605.612500', '085606.072500', '085606.532500', '085606.992500', '085607.452500', '085607.912500', '085608.372500', '085608.832500', '085609.292500', '085609.752500', '085610.212500', '085610.672500', '085611.132500', '085611.592500', '085612.052500', '085612.512500', '085612.972500', '085613.432500', '085613.892500', '085614.352500', '085614.812500', '085615.272500', '085615.732500', '085616.192500', '085616.652500', '085617.112500', '085617.572500', '085618.032500', '085618.492500', '085618.952500', '085619.412500', '085619.872500', '085620.332500', '085620.792500', '085621.252500', '085621.712500', '085622.172500', '085622.632500', '085623.092500', '085623.552500', '085624.012500', '085624.472500', '085624.932500', '085625.392500', '085625.852500', '085626.312500', '085626.772500', '085627.232500', '085627.692500', '085628.152500', '085628.612500', '085629.072500', '085629.532500', '085629.992500', '085630.452500', '085630.912500', '085631.372500', '085631.832500', '085632.292500', '085632.752500', '085633.212500', '085633.672500', '085634.132500', '085634.592500', '085635.052500', '085635.512500', '085635.972500', '085636.432500', '085636.892500', '085637.352500', '085637.812500', '085638.272500', '085638.732500', '085639.192500', '085639.652500', '085640.112500', '085640.572500', '085641.032500', '085641.492500', '085641.952500', '085642.412500', '085642.872500', '085643.332500', '085643.792500', '085644.252500', '085644.712500', '085645.172500', '085645.632500', '085646.092500', '085646.552500', '085647.012500', '085647.472500', '085647.932500', '085648.392500', '085648.852500', '085649.312500', '085649.772500', '085650.232500', '085650.692500', '085651.152500', '085651.612500', '085652.072500', '085652.532500', '085652.992500', '085653.452500', '085653.912500', '085654.372500', '085654.832500', '085655.292500', '085655.752500', '085656.212500', '085656.672500'], 'ContentTime': ['084710.821000', '084710.825000', '084710.828000', '084710.831000', '084710.833000', '084710.836000', '084710.839000', '084710.841000', '084710.844000', '084710.847000', '084710.849000', '084710.852000', '084710.854000', '084710.857000', '084710.860000', '084710.876000', '084710.879000', '084710.881000', '084710.884000', '084710.887000', '084710.889000', '084710.892000', '084710.894000', '084710.897000', '084710.902000', '084710.905000', '084710.907000', '084710.911000', '084710.913000', '084710.916000', '084710.919000', '084710.921000', '084710.924000', '084710.927000', '084710.929000', '084710.932000', '084710.934000', '084710.937000', '084710.940000', '084710.942000', '084710.945000', '084710.948000', '084710.951000', '084710.959000', '084730.781000', '084730.784000', '084730.787000', '084730.790000', '084730.792000', '084730.795000', '084730.797000', '084730.800000', '084730.803000', '084730.805000', '084730.808000', '084730.810000', '084730.813000', '084730.816000', '084730.818000', '084730.821000', '084730.824000', '084730.827000', '084730.829000', '084730.832000', '084730.835000', '084730.837000', '084730.840000', '084730.842000', '084730.845000', '084730.848000', '084730.850000', '084730.853000', '084730.856000', '084730.859000', '084730.861000', '084730.864000', '084730.867000', '084730.869000', '084730.872000', '084730.874000', '084730.882000', '084730.885000', '084730.888000', '084730.890000', '084730.893000', '084730.896000', '084730.898000', '084730.901000', '084750.781000', '084750.784000', '084750.787000', '084750.790000', '084750.792000', '084750.795000', '084750.798000', '084750.800000', '084750.803000', '084750.806000', '084750.809000', '084750.811000', '084750.814000', '084750.841000', '084750.844000', '084750.847000', '084750.849000', '084750.852000', '084750.855000', '084750.858000', '084750.860000', '084750.863000', '084750.865000', '084750.868000', '084750.871000', '084750.874000', '084750.888000', '084750.891000', '084750.893000', '084750.896000', '084750.899000', '084750.902000', '084750.921000', '084750.924000', '084750.928000', '084750.931000', '084750.934000', '084750.936000', '084750.939000', '084750.942000', '084750.953000', '084750.956000', '084750.958000', '084810.781000', '084810.784000', '084810.787000', '084810.790000', '084810.793000', '084810.795000', '084810.798000', '084810.801000', '084810.803000', '084810.806000', '084810.808000', '084810.811000', '084810.814000', '084810.817000', '084810.819000', '084810.822000', '084810.824000', '084810.827000', '084810.830000', '084810.832000', '084810.835000', '084810.838000', '084810.840000', '084810.843000', '084810.846000', '084810.848000', '084810.851000', '084810.854000', '084810.856000', '084810.859000', '084810.861000', '084810.864000', '084810.867000', '084810.869000', '084810.872000', '084810.875000', '084810.877000', '084810.880000', '084810.882000', '084810.890000', '084810.892000', '084810.895000', '084810.897000', '084810.900000', '084830.781000', '084830.784000', '084830.787000', '084830.789000', '084830.792000', '084830.795000', '084830.797000', '084830.800000', '084830.844000', '084830.847000', '084830.850000', '084830.852000', '084830.855000', '084830.857000', '084830.860000', '084830.869000', '084830.871000', '084830.874000', '084830.877000', '084830.879000', '084830.882000', '084830.884000', '084830.887000', '084830.890000', '084830.893000', '084830.895000', '084830.898000', '084830.901000', '084830.903000', '084830.906000', '084830.924000', '084830.926000', '084830.929000', '084830.932000', '084830.935000', '084830.938000', '084830.940000', '084830.943000', '084830.945000', '084830.948000', '084830.951000', '084830.953000', '084830.956000', '084850.781000', '084850.785000', '084850.788000', '084850.790000', '084850.793000', '084850.796000', '084850.798000', '084850.801000', '084850.803000', '084850.806000', '084850.809000', '084850.811000', '084850.814000', '084850.837000', '084850.839000', '084850.842000', '084850.845000', '084850.847000', '084850.850000', '084850.853000', '084850.855000', '084850.858000', '084850.860000', '084850.863000', '084850.866000', '084850.868000', '084850.871000', '084850.874000', '084850.876000', '084850.879000', '084850.882000', '084850.884000', '084850.887000', '084850.889000', '084850.892000', '084850.895000', '084850.897000', '084850.900000', '084850.902000', '084850.905000', '084850.908000', '084850.910000', '084850.913000', '084850.915000', '084910.781000', '084910.784000', '084910.787000', '084910.790000', '084910.792000', '084910.795000', '084910.798000', '084910.800000', '084910.803000', '084910.806000', '084910.808000', '084910.811000', '084910.814000', '084910.816000', '084910.860000', '084910.863000', '084910.865000', '084910.868000', '084910.870000', '084910.873000', '084910.876000', '084910.878000', '084910.881000', '084910.884000', '084910.886000', '084910.889000', '084910.892000', '084910.894000', '084910.897000', '084910.900000', '084910.903000', '084910.905000', '084910.908000', '084910.910000', '084910.913000', '084910.916000', '084910.918000', '084910.921000', '084910.924000', '084910.927000', '084910.930000', '084910.933000', '084910.935000', '084930.782000', '084930.784000', '084930.787000', '084930.789000', '084930.792000', '084930.795000', '084930.798000', '084930.800000', '084930.803000', '084930.806000', '084930.809000', '084930.811000', '084930.814000', '084930.833000', '084930.835000', '084930.838000', '084930.841000', '084930.844000', '084930.846000', '084930.849000', '084930.852000', '084930.854000', '084930.857000', '084930.859000', '084930.862000', '084930.865000', '084930.867000', '084930.870000', '084930.873000', '084930.875000', '084930.878000', '084930.881000', '084930.883000', '084930.886000', '084930.889000', '084930.891000', '084930.894000', '084930.896000', '084930.899000', '084930.902000', '084930.904000', '084930.907000', '084930.910000', '084930.912000', '084950.781000', '084950.784000', '084950.787000', '084950.790000', '084950.792000', '084950.795000', '084950.798000', '084950.800000', '084950.803000', '084950.806000', '084950.808000', '084950.811000', '084950.814000', '084950.853000', '084950.856000', '084950.858000', '084950.861000', '084950.864000', '084950.866000', '084950.869000', '084950.872000', '084950.874000', '084950.877000', '084950.879000', '084950.882000', '084950.885000', '084950.887000', '084950.890000', '084950.893000', '084950.895000', '084950.898000', '084950.901000', '084950.903000', '084950.906000', '084950.909000', '084950.911000', '084950.914000', '084950.916000', '084950.919000', '084950.922000', '084950.924000', '084950.927000', '084950.930000', '085010.781000', '085010.784000', '085010.787000', '085010.790000', '085010.792000', '085010.795000', '085010.797000', '085010.800000', '085010.803000', '085010.805000', '085010.808000', '085010.811000', '085010.813000', '085010.816000', '085010.819000', '085010.821000', '085010.824000', '085010.826000', '085010.853000', '085010.856000', '085010.859000', '085010.861000', '085010.864000', '085010.866000', '085010.869000', '085010.872000', '085010.874000', '085010.877000', '085010.880000', '085010.882000', '085010.885000', '085010.888000', '085010.890000', '085010.893000', '085010.904000', '085010.907000', '085010.910000', '085010.912000', '085010.915000', '085010.917000', '085010.920000', '085010.923000', '085010.925000', '085010.928000', '085030.782000', '085030.785000', '085030.787000', '085030.790000', '085030.793000', '085030.795000', '085030.798000', '085030.801000', '085030.803000', '085030.806000', '085030.809000', '085030.811000', '085030.814000', '085030.880000', '085030.882000', '085030.885000', '085030.888000', '085030.890000', '085030.893000', '085030.896000', '085030.898000', '085030.901000', '085030.909000', '085030.913000', '085030.915000', '085030.918000', '085030.920000', '085030.923000', '085030.926000', '085030.928000', '085030.931000', '085030.934000', '085030.937000', '085030.939000', '085030.942000', '085030.944000', '085030.947000', '085030.950000', '085030.952000', '085030.960000', '085030.964000', '085030.967000', '085030.969000', '085050.781000', '085050.784000', '085050.787000', '085050.790000', '085050.792000', '085050.795000', '085050.798000', '085050.800000', '085050.803000', '085050.805000', '085050.808000', '085050.811000', '085050.813000', '085050.836000', '085050.838000', '085050.841000', '085050.844000', '085050.846000', '085050.849000', '085050.852000', '085050.854000', '085050.857000', '085050.860000', '085050.862000', '085050.865000', '085050.867000', '085050.870000', '085050.873000', '085050.875000', '085050.878000', '085050.881000', '085050.883000', '085050.886000', '085050.888000', '085050.891000', '085050.905000', '085050.907000', '085050.910000', '085050.913000', '085050.915000', '085050.918000', '085050.921000', '085050.923000', '085050.926000', '085110.782000', '085110.785000', '085110.787000', '085110.790000', '085110.793000', '085110.795000', '085110.798000', '085110.800000', '085110.803000', '085110.806000', '085110.808000', '085110.811000', '085110.814000', '085110.856000', '085110.859000', '085110.862000', '085110.864000', '085110.867000', '085110.870000', '085110.872000', '085110.875000', '085110.878000', '085110.880000', '085110.883000', '085110.885000', '085110.888000', '085110.891000', '085110.893000', '085110.896000', '085110.899000', '085110.902000', '085110.904000', '085110.907000', '085110.910000', '085110.912000', '085110.915000', '085110.917000', '085110.920000', '085110.923000', '085110.925000', '085110.928000', '085110.930000', '085110.933000', '085130.782000', '085130.785000', '085130.787000', '085130.790000', '085130.792000', '085130.795000', '085130.798000', '085130.800000', '085130.803000', '085130.806000', '085130.808000', '085130.811000', '085130.814000', '085130.858000', '085130.873000', '085130.876000', '085130.879000', '085130.881000', '085130.884000', '085130.887000', '085130.889000', '085130.892000', '085130.895000', '085130.897000', '085130.900000', '085130.903000', '085130.905000', '085130.908000', '085130.910000', '085130.929000', '085130.931000', '085130.934000', '085130.936000', '085130.939000', '085130.942000', '085130.944000', '085130.947000', '085130.950000', '085130.952000', '085130.955000', '085130.958000', '085130.960000', '085130.963000', '085130.965000', '085150.781000', '085150.784000', '085150.787000', '085150.790000', '085150.792000', '085150.803000', '085150.806000', '085150.809000', '085150.811000', '085150.814000', '085150.868000', '085150.871000', '085150.873000', '085150.876000', '085150.879000', '085150.881000', '085150.884000', '085150.887000', '085150.889000', '085150.892000', '085150.894000', '085150.897000', '085150.900000', '085150.902000', '085150.905000', '085150.907000', '085150.910000', '085150.913000', '085150.915000', '085150.918000', '085150.921000', '085150.923000', '085150.935000', '085150.938000', '085150.940000', '085150.943000', '085150.946000', '085150.949000', '085150.952000', '085150.955000', '085150.957000', '085150.960000', '085150.963000', '085210.782000', '085210.784000', '085210.787000', '085210.789000', '085210.792000', '085210.795000', '085210.798000', '085210.800000', '085210.803000', '085210.806000', '085210.808000', '085210.811000', '085210.814000', '085210.844000', '085210.846000', '085210.849000', '085210.852000', '085210.854000', '085210.857000', '085210.860000', '085210.862000', '085210.865000', '085210.868000', '085210.870000', '085210.873000', '085210.876000', '085210.878000', '085210.881000', '085210.883000', '085210.886000', '085210.889000', '085210.891000', '085210.901000', '085210.904000', '085210.906000', '085210.909000', '085210.912000', '085210.914000', '085210.917000', '085210.920000', '085210.922000', '085210.925000', '085210.928000', '085210.930000', '085230.782000', '085230.785000', '085230.788000', '085230.790000', '085230.793000', '085230.796000', '085230.798000', '085230.801000', '085230.804000', '085230.806000', '085230.809000', '085230.812000', '085230.814000', '085230.906000', '085230.909000', '085230.911000', '085230.914000', '085230.917000', '085230.919000', '085230.922000', '085230.925000', '085230.927000', '085230.930000', '085230.932000', '085230.935000', '085230.938000', '085230.941000', '085230.943000', '085230.946000', '085230.949000', '085230.952000', '085230.954000', '085230.957000', '085230.959000', '085230.962000', '085230.965000', '085230.967000', '085230.970000', '085230.973000', '085230.976000', '085230.979000', '085230.981000', '085230.984000', '085250.782000', '085250.785000', '085250.787000', '085250.790000', '085250.792000', '085250.795000', '085250.798000', '085250.800000', '085250.804000', '085250.807000', '085250.809000', '085250.812000', '085250.894000', '085250.897000', '085250.899000', '085250.902000', '085250.905000', '085250.907000', '085250.910000', '085250.912000', '085250.915000', '085250.918000', '085250.920000', '085250.923000', '085250.926000', '085250.928000', '085250.931000', '085250.934000', '085250.938000', '085250.941000', '085250.944000', '085250.946000', '085250.949000', '085250.952000', '085250.954000', '085250.957000', '085250.959000', '085250.962000', '085250.965000', '085250.967000', '085250.978000', '085250.981000', '085250.984000', '085310.781000', '085310.784000', '085310.787000', '085310.790000', '085310.792000', '085310.795000', '085310.798000', '085310.800000', '085310.804000', '085310.807000', '085310.810000', '085310.812000', '085310.815000', '085310.883000', '085310.886000', '085310.888000', '085310.891000', '085310.893000', '085310.896000', '085310.899000', '085310.901000', '085310.904000', '085310.906000', '085310.909000', '085310.912000', '085310.914000', '085310.917000', '085310.920000', '085310.922000', '085310.925000', '085310.927000', '085310.930000', '085310.933000', '085310.935000', '085310.938000', '085310.941000', '085310.943000', '085310.946000', '085310.949000', '085310.951000', '085310.954000', '085310.956000', '085310.959000', '085310.962000', '085330.782000', '085330.785000', '085330.789000', '085330.792000', '085330.795000', '085330.797000', '085330.800000', '085330.803000', '085330.806000', '085330.808000', '085330.811000', '085330.814000', '085330.816000', '085330.819000', '085330.822000', '085330.824000', '085330.827000', '085330.829000', '085330.832000', '085330.835000', '085330.837000', '085330.840000', '085330.843000', '085330.845000', '085330.848000', '085330.851000', '085330.853000', '085330.856000', '085330.859000', '085330.861000', '085330.864000', '085330.867000', '085330.869000', '085330.872000', '085330.875000', '085330.877000', '085330.880000', '085330.883000', '085330.885000', '085330.888000', '085330.891000', '085330.893000', '085330.896000', '085350.781000', '085350.784000', '085350.787000', '085350.790000', '085350.792000', '085350.795000', '085350.798000', '085350.800000', '085350.803000', '085350.806000', '085350.808000', '085350.811000', '085350.813000', '085350.816000', '085350.869000', '085350.872000', '085350.874000', '085350.877000', '085350.879000', '085350.882000', '085350.885000', '085350.887000', '085350.890000', '085350.893000', '085350.895000', '085350.898000', '085350.901000', '085350.903000', '085350.906000', '085350.908000', '085350.911000', '085350.914000', '085350.916000', '085350.919000', '085350.922000', '085350.924000', '085350.927000', '085350.929000', '085350.932000', '085350.935000', '085350.937000', '085350.940000', '085350.943000', '085350.945000', '085410.782000', '085410.784000', '085410.787000', '085410.790000', '085410.793000', '085410.795000', '085410.798000', '085410.801000', '085410.804000', '085410.806000', '085410.809000', '085410.811000', '085410.814000', '085410.875000', '085410.878000', '085410.881000', '085410.883000', '085410.886000', '085410.888000', '085410.891000', '085410.894000', '085410.897000', '085410.899000', '085410.902000', '085410.905000', '085410.907000', '085410.910000', '085410.913000', '085410.915000', '085410.918000', '085410.921000', '085410.923000', '085410.926000', '085410.931000', '085410.933000', '085410.936000', '085410.938000', '085410.941000', '085410.944000', '085410.947000', '085410.949000', '085410.952000', '085410.955000', '085430.781000', '085430.784000', '085430.787000', '085430.790000', '085430.793000', '085430.796000', '085430.798000', '085430.810000', '085430.813000', '085430.816000', '085430.869000', '085430.872000', '085430.874000', '085430.877000', '085430.880000', '085430.882000', '085430.885000', '085430.887000', '085430.890000', '085430.893000', '085430.895000', '085430.898000', '085430.901000', '085430.903000', '085430.906000', '085430.909000', '085430.911000', '085430.914000', '085430.917000', '085430.919000', '085430.922000', '085430.925000', '085430.927000', '085430.930000', '085430.932000', '085430.935000', '085430.938000', '085430.941000', '085430.943000', '085430.946000', '085430.948000', '085430.951000', '085430.954000', '085430.956000', '085450.782000', '085450.784000', '085450.787000', '085450.790000', '085450.792000', '085450.795000', '085450.798000', '085450.801000', '085450.803000', '085450.806000', '085450.809000', '085450.811000', '085450.814000', '085450.900000', '085450.903000', '085450.906000', '085450.908000', '085450.911000', '085450.914000', '085450.916000', '085450.919000', '085450.921000', '085450.924000', '085450.927000', '085450.929000', '085450.932000', '085450.935000', '085450.938000', '085450.941000', '085450.945000', '085450.948000', '085450.951000', '085450.954000', '085450.956000', '085450.959000', '085450.962000', '085450.964000', '085450.967000', '085450.969000', '085450.972000', '085450.975000', '085450.977000', '085450.980000', '085510.781000', '085510.784000', '085510.787000', '085510.790000', '085510.793000', '085510.796000', '085510.798000', '085510.801000', '085510.804000', '085510.806000', '085510.809000', '085510.812000', '085510.876000', '085510.879000', '085510.881000', '085510.884000', '085510.887000', '085510.889000', '085510.892000', '085510.895000', '085510.897000', '085510.900000', '085510.903000', '085510.905000', '085510.908000', '085510.910000', '085510.913000', '085510.916000', '085510.918000', '085510.922000', '085510.925000', '085510.927000', '085510.930000', '085510.933000', '085510.935000', '085510.938000', '085510.941000', '085510.943000', '085510.946000', '085510.948000', '085510.951000', '085510.954000', '085510.956000', '085510.959000', '085530.782000', '085530.785000', '085530.787000', '085530.790000', '085530.792000', '085530.795000', '085530.798000', '085530.800000', '085530.803000', '085530.806000', '085530.808000', '085530.811000', '085530.813000', '085530.816000', '085530.819000', '085530.821000', '085530.824000', '085530.827000', '085530.829000', '085530.832000', '085530.835000', '085530.838000', '085530.840000', '085530.843000', '085530.845000', '085530.848000', '085530.851000', '085530.853000', '085530.856000', '085530.859000', '085530.861000', '085530.864000', '085530.867000', '085530.869000', '085530.872000', '085530.875000', '085530.877000', '085530.880000', '085530.884000', '085530.886000', '085530.889000', '085530.892000', '085530.894000', '085550.781000', '085550.784000', '085550.787000', '085550.790000', '085550.793000', '085550.795000', '085550.798000', '085550.801000', '085550.803000', '085550.806000', '085550.809000', '085550.811000', '085550.814000', '085550.905000', '085550.908000', '085550.911000', '085550.914000', '085550.916000', '085550.919000', '085550.922000', '085550.924000', '085550.927000', '085550.930000', '085550.932000', '085550.935000', '085550.937000', '085550.940000', '085550.943000', '085550.945000', '085550.948000', '085550.951000', '085550.953000', '085550.956000', '085550.959000', '085550.961000', '085550.964000', '085550.967000', '085550.969000', '085550.972000', '085550.975000', '085550.977000', '085550.980000', '085550.982000', '085550.985000', '085610.782000', '085610.785000', '085610.787000', '085610.790000', '085610.793000', '085610.796000', '085610.798000', '085610.801000', '085610.804000', '085610.806000', '085610.809000', '085610.811000', '085610.814000', '085610.817000', '085610.819000', '085610.822000', '085610.825000', '085610.827000', '085610.830000', '085610.833000', '085610.835000', '085610.838000', '085610.840000', '085610.843000', '085610.846000', '085610.848000', '085610.851000', '085610.854000', '085610.856000', '085610.859000', '085610.862000', '085610.864000', '085610.867000', '085610.870000', '085610.873000', '085610.875000', '085610.878000', '085610.880000', '085610.883000', '085610.886000', '085610.889000', '085610.891000', '085610.894000', '085630.782000', '085630.785000', '085630.787000', '085630.790000', '085630.793000', '085630.795000', '085630.798000', '085630.801000', '085630.803000', '085630.806000', '085630.808000', '085630.811000', '085630.814000', '085630.857000', '085630.860000', '085630.863000', '085630.865000', '085630.868000', '085630.871000', '085630.873000', '085630.876000', '085630.879000', '085630.881000', '085630.884000', '085630.886000', '085630.889000', '085630.892000', '085630.894000', '085630.897000', '085630.899000', '085630.902000', '085630.905000', '085630.907000', '085630.910000', '085630.913000', '085630.915000', '085630.918000', '085630.920000', '085630.923000', '085630.926000', '085630.928000', '085630.931000', '085630.934000', '085630.937000', '085650.782000', '085650.785000', '085650.787000', '085650.790000', '085650.793000', '085650.795000', '085650.798000', '085650.801000', '085650.803000', '085650.806000', '085650.809000', '085650.811000', '085650.814000', '085650.854000', '085650.856000', '085650.859000', '085650.862000', '085650.865000', '085650.867000', '085650.874000', '085650.877000', '085650.880000', '085650.882000', '085650.885000', '085650.887000', '085650.890000', '085650.893000', '085650.895000', '085650.898000', '085650.901000', '085650.904000', '085650.906000', '085650.909000', '085650.912000', '085650.914000', '085650.917000', '085650.920000', '085650.923000', '085650.926000', '085650.929000', '085650.931000', '085650.934000', '085650.937000', '085658.264000', '085658.267000', '085658.271000', '085658.275000', '085658.277000', '085658.280000', '085658.283000', '085658.286000', '085658.289000', '085658.291000', '085658.294000', '085658.297000', '085658.300000', '085658.303000', '085658.307000', '085658.310000', '085658.315000'], 'InstanceCreationTime': ['084710.821000', '084710.825000', '084710.828000', '084710.831000', '084710.833000', '084710.836000', '084710.839000', '084710.841000', '084710.844000', '084710.847000', '084710.849000', '084710.852000', '084710.854000', '084710.857000', '084710.860000', '084710.876000', '084710.879000', '084710.881000', '084710.884000', '084710.887000', '084710.889000', '084710.892000', '084710.894000', '084710.897000', '084710.902000', '084710.905000', '084710.907000', '084710.911000', '084710.913000', '084710.916000', '084710.919000', '084710.921000', '084710.924000', '084710.927000', '084710.929000', '084710.932000', '084710.934000', '084710.937000', '084710.940000', '084710.942000', '084710.945000', '084710.948000', '084710.951000', '084710.959000', '084730.781000', '084730.784000', '084730.787000', '084730.790000', '084730.792000', '084730.795000', '084730.797000', '084730.800000', '084730.803000', '084730.805000', '084730.808000', '084730.810000', '084730.813000', '084730.816000', '084730.818000', '084730.821000', '084730.824000', '084730.827000', '084730.829000', '084730.832000', '084730.835000', '084730.837000', '084730.840000', '084730.842000', '084730.845000', '084730.848000', '084730.850000', '084730.853000', '084730.856000', '084730.859000', '084730.861000', '084730.864000', '084730.867000', '084730.869000', '084730.872000', '084730.874000', '084730.882000', '084730.885000', '084730.888000', '084730.890000', '084730.893000', '084730.896000', '084730.898000', '084730.901000', '084750.781000', '084750.784000', '084750.787000', '084750.790000', '084750.792000', '084750.795000', '084750.798000', '084750.800000', '084750.803000', '084750.806000', '084750.809000', '084750.811000', '084750.814000', '084750.841000', '084750.844000', '084750.847000', '084750.849000', '084750.852000', '084750.855000', '084750.858000', '084750.860000', '084750.863000', '084750.865000', '084750.868000', '084750.871000', '084750.874000', '084750.888000', '084750.891000', '084750.893000', '084750.896000', '084750.899000', '084750.902000', '084750.921000', '084750.924000', '084750.928000', '084750.931000', '084750.934000', '084750.936000', '084750.939000', '084750.942000', '084750.953000', '084750.956000', '084750.958000', '084810.781000', '084810.784000', '084810.787000', '084810.790000', '084810.793000', '084810.795000', '084810.798000', '084810.801000', '084810.803000', '084810.806000', '084810.808000', '084810.811000', '084810.814000', '084810.817000', '084810.819000', '084810.822000', '084810.824000', '084810.827000', '084810.830000', '084810.832000', '084810.835000', '084810.838000', '084810.840000', '084810.843000', '084810.846000', '084810.848000', '084810.851000', '084810.854000', '084810.856000', '084810.859000', '084810.861000', '084810.864000', '084810.867000', '084810.869000', '084810.872000', '084810.875000', '084810.877000', '084810.880000', '084810.882000', '084810.890000', '084810.892000', '084810.895000', '084810.897000', '084810.900000', '084830.781000', '084830.784000', '084830.787000', '084830.789000', '084830.792000', '084830.795000', '084830.797000', '084830.800000', '084830.844000', '084830.847000', '084830.850000', '084830.852000', '084830.855000', '084830.857000', '084830.860000', '084830.869000', '084830.871000', '084830.874000', '084830.877000', '084830.879000', '084830.882000', '084830.884000', '084830.887000', '084830.890000', '084830.893000', '084830.895000', '084830.898000', '084830.901000', '084830.903000', '084830.906000', '084830.924000', '084830.926000', '084830.929000', '084830.932000', '084830.935000', '084830.938000', '084830.940000', '084830.943000', '084830.945000', '084830.948000', '084830.951000', '084830.953000', '084830.956000', '084850.781000', '084850.785000', '084850.788000', '084850.790000', '084850.793000', '084850.796000', '084850.798000', '084850.801000', '084850.803000', '084850.806000', '084850.809000', '084850.811000', '084850.814000', '084850.837000', '084850.839000', '084850.842000', '084850.845000', '084850.847000', '084850.850000', '084850.853000', '084850.855000', '084850.858000', '084850.860000', '084850.863000', '084850.866000', '084850.868000', '084850.871000', '084850.874000', '084850.876000', '084850.879000', '084850.882000', '084850.884000', '084850.887000', '084850.889000', '084850.892000', '084850.895000', '084850.897000', '084850.900000', '084850.902000', '084850.905000', '084850.908000', '084850.910000', '084850.913000', '084850.915000', '084910.781000', '084910.784000', '084910.787000', '084910.790000', '084910.792000', '084910.795000', '084910.798000', '084910.800000', '084910.803000', '084910.806000', '084910.808000', '084910.811000', '084910.814000', '084910.816000', '084910.860000', '084910.863000', '084910.865000', '084910.868000', '084910.870000', '084910.873000', '084910.876000', '084910.878000', '084910.881000', '084910.884000', '084910.886000', '084910.889000', '084910.892000', '084910.894000', '084910.897000', '084910.900000', '084910.903000', '084910.905000', '084910.908000', '084910.910000', '084910.913000', '084910.916000', '084910.918000', '084910.921000', '084910.924000', '084910.927000', '084910.930000', '084910.933000', '084910.935000', '084930.782000', '084930.784000', '084930.787000', '084930.789000', '084930.792000', '084930.795000', '084930.798000', '084930.800000', '084930.803000', '084930.806000', '084930.809000', '084930.811000', '084930.814000', '084930.833000', '084930.835000', '084930.838000', '084930.841000', '084930.844000', '084930.846000', '084930.849000', '084930.852000', '084930.854000', '084930.857000', '084930.859000', '084930.862000', '084930.865000', '084930.867000', '084930.870000', '084930.873000', '084930.875000', '084930.878000', '084930.881000', '084930.883000', '084930.886000', '084930.889000', '084930.891000', '084930.894000', '084930.896000', '084930.899000', '084930.902000', '084930.904000', '084930.907000', '084930.910000', '084930.912000', '084950.781000', '084950.784000', '084950.787000', '084950.790000', '084950.792000', '084950.795000', '084950.798000', '084950.800000', '084950.803000', '084950.806000', '084950.808000', '084950.811000', '084950.814000', '084950.853000', '084950.856000', '084950.858000', '084950.861000', '084950.864000', '084950.866000', '084950.869000', '084950.872000', '084950.874000', '084950.877000', '084950.879000', '084950.882000', '084950.885000', '084950.887000', '084950.890000', '084950.893000', '084950.895000', '084950.898000', '084950.901000', '084950.903000', '084950.906000', '084950.909000', '084950.911000', '084950.914000', '084950.916000', '084950.919000', '084950.922000', '084950.924000', '084950.927000', '084950.930000', '085010.781000', '085010.784000', '085010.787000', '085010.790000', '085010.792000', '085010.795000', '085010.797000', '085010.800000', '085010.803000', '085010.805000', '085010.808000', '085010.811000', '085010.813000', '085010.816000', '085010.819000', '085010.821000', '085010.824000', '085010.826000', '085010.853000', '085010.856000', '085010.859000', '085010.861000', '085010.864000', '085010.866000', '085010.869000', '085010.872000', '085010.874000', '085010.877000', '085010.880000', '085010.882000', '085010.885000', '085010.888000', '085010.890000', '085010.893000', '085010.904000', '085010.907000', '085010.910000', '085010.912000', '085010.915000', '085010.917000', '085010.920000', '085010.923000', '085010.925000', '085010.928000', '085030.782000', '085030.785000', '085030.787000', '085030.790000', '085030.793000', '085030.795000', '085030.798000', '085030.801000', '085030.803000', '085030.806000', '085030.809000', '085030.811000', '085030.814000', '085030.880000', '085030.882000', '085030.885000', '085030.888000', '085030.890000', '085030.893000', '085030.896000', '085030.898000', '085030.901000', '085030.909000', '085030.913000', '085030.915000', '085030.918000', '085030.920000', '085030.923000', '085030.926000', '085030.928000', '085030.931000', '085030.934000', '085030.937000', '085030.939000', '085030.942000', '085030.944000', '085030.947000', '085030.950000', '085030.952000', '085030.960000', '085030.964000', '085030.967000', '085030.969000', '085050.781000', '085050.784000', '085050.787000', '085050.790000', '085050.792000', '085050.795000', '085050.798000', '085050.800000', '085050.803000', '085050.805000', '085050.808000', '085050.811000', '085050.813000', '085050.836000', '085050.838000', '085050.841000', '085050.844000', '085050.846000', '085050.849000', '085050.852000', '085050.854000', '085050.857000', '085050.860000', '085050.862000', '085050.865000', '085050.867000', '085050.870000', '085050.873000', '085050.875000', '085050.878000', '085050.881000', '085050.883000', '085050.886000', '085050.888000', '085050.891000', '085050.905000', '085050.907000', '085050.910000', '085050.913000', '085050.915000', '085050.918000', '085050.921000', '085050.923000', '085050.926000', '085110.782000', '085110.785000', '085110.787000', '085110.790000', '085110.793000', '085110.795000', '085110.798000', '085110.800000', '085110.803000', '085110.806000', '085110.808000', '085110.811000', '085110.814000', '085110.856000', '085110.859000', '085110.862000', '085110.864000', '085110.867000', '085110.870000', '085110.872000', '085110.875000', '085110.878000', '085110.880000', '085110.883000', '085110.885000', '085110.888000', '085110.891000', '085110.893000', '085110.896000', '085110.899000', '085110.902000', '085110.904000', '085110.907000', '085110.910000', '085110.912000', '085110.915000', '085110.917000', '085110.920000', '085110.923000', '085110.925000', '085110.928000', '085110.930000', '085110.933000', '085130.782000', '085130.785000', '085130.787000', '085130.790000', '085130.792000', '085130.795000', '085130.798000', '085130.800000', '085130.803000', '085130.806000', '085130.808000', '085130.811000', '085130.814000', '085130.858000', '085130.873000', '085130.876000', '085130.879000', '085130.881000', '085130.884000', '085130.887000', '085130.889000', '085130.892000', '085130.895000', '085130.897000', '085130.900000', '085130.903000', '085130.905000', '085130.908000', '085130.910000', '085130.929000', '085130.931000', '085130.934000', '085130.936000', '085130.939000', '085130.942000', '085130.944000', '085130.947000', '085130.950000', '085130.952000', '085130.955000', '085130.958000', '085130.960000', '085130.963000', '085130.965000', '085150.781000', '085150.784000', '085150.787000', '085150.790000', '085150.792000', '085150.803000', '085150.806000', '085150.809000', '085150.811000', '085150.814000', '085150.868000', '085150.871000', '085150.873000', '085150.876000', '085150.879000', '085150.881000', '085150.884000', '085150.887000', '085150.889000', '085150.892000', '085150.894000', '085150.897000', '085150.900000', '085150.902000', '085150.905000', '085150.907000', '085150.910000', '085150.913000', '085150.915000', '085150.918000', '085150.921000', '085150.923000', '085150.935000', '085150.938000', '085150.940000', '085150.943000', '085150.946000', '085150.949000', '085150.952000', '085150.955000', '085150.957000', '085150.960000', '085150.963000', '085210.782000', '085210.784000', '085210.787000', '085210.789000', '085210.792000', '085210.795000', '085210.798000', '085210.800000', '085210.803000', '085210.806000', '085210.808000', '085210.811000', '085210.814000', '085210.844000', '085210.846000', '085210.849000', '085210.852000', '085210.854000', '085210.857000', '085210.860000', '085210.862000', '085210.865000', '085210.868000', '085210.870000', '085210.873000', '085210.876000', '085210.878000', '085210.881000', '085210.883000', '085210.886000', '085210.889000', '085210.891000', '085210.901000', '085210.904000', '085210.906000', '085210.909000', '085210.912000', '085210.914000', '085210.917000', '085210.920000', '085210.922000', '085210.925000', '085210.928000', '085210.930000', '085230.782000', '085230.785000', '085230.788000', '085230.790000', '085230.793000', '085230.796000', '085230.798000', '085230.801000', '085230.804000', '085230.806000', '085230.809000', '085230.812000', '085230.814000', '085230.906000', '085230.909000', '085230.911000', '085230.914000', '085230.917000', '085230.919000', '085230.922000', '085230.925000', '085230.927000', '085230.930000', '085230.932000', '085230.935000', '085230.938000', '085230.941000', '085230.943000', '085230.946000', '085230.949000', '085230.952000', '085230.954000', '085230.957000', '085230.959000', '085230.962000', '085230.965000', '085230.967000', '085230.970000', '085230.973000', '085230.976000', '085230.979000', '085230.981000', '085230.984000', '085250.782000', '085250.785000', '085250.787000', '085250.790000', '085250.792000', '085250.795000', '085250.798000', '085250.800000', '085250.804000', '085250.807000', '085250.809000', '085250.812000', '085250.894000', '085250.897000', '085250.899000', '085250.902000', '085250.905000', '085250.907000', '085250.910000', '085250.912000', '085250.915000', '085250.918000', '085250.920000', '085250.923000', '085250.926000', '085250.928000', '085250.931000', '085250.934000', '085250.938000', '085250.941000', '085250.944000', '085250.946000', '085250.949000', '085250.952000', '085250.954000', '085250.957000', '085250.959000', '085250.962000', '085250.965000', '085250.967000', '085250.978000', '085250.981000', '085250.984000', '085310.781000', '085310.784000', '085310.787000', '085310.790000', '085310.792000', '085310.795000', '085310.798000', '085310.800000', '085310.804000', '085310.807000', '085310.810000', '085310.812000', '085310.815000', '085310.883000', '085310.886000', '085310.888000', '085310.891000', '085310.893000', '085310.896000', '085310.899000', '085310.901000', '085310.904000', '085310.906000', '085310.909000', '085310.912000', '085310.914000', '085310.917000', '085310.920000', '085310.922000', '085310.925000', '085310.927000', '085310.930000', '085310.933000', '085310.935000', '085310.938000', '085310.941000', '085310.943000', '085310.946000', '085310.949000', '085310.951000', '085310.954000', '085310.956000', '085310.959000', '085310.962000', '085330.782000', '085330.785000', '085330.789000', '085330.792000', '085330.795000', '085330.797000', '085330.800000', '085330.803000', '085330.806000', '085330.808000', '085330.811000', '085330.814000', '085330.816000', '085330.819000', '085330.822000', '085330.824000', '085330.827000', '085330.829000', '085330.832000', '085330.835000', '085330.837000', '085330.840000', '085330.843000', '085330.845000', '085330.848000', '085330.851000', '085330.853000', '085330.856000', '085330.859000', '085330.861000', '085330.864000', '085330.867000', '085330.869000', '085330.872000', '085330.875000', '085330.877000', '085330.880000', '085330.883000', '085330.885000', '085330.888000', '085330.891000', '085330.893000', '085330.896000', '085350.781000', '085350.784000', '085350.787000', '085350.790000', '085350.792000', '085350.795000', '085350.798000', '085350.800000', '085350.803000', '085350.806000', '085350.808000', '085350.811000', '085350.813000', '085350.816000', '085350.869000', '085350.872000', '085350.874000', '085350.877000', '085350.879000', '085350.882000', '085350.885000', '085350.887000', '085350.890000', '085350.893000', '085350.895000', '085350.898000', '085350.901000', '085350.903000', '085350.906000', '085350.908000', '085350.911000', '085350.914000', '085350.916000', '085350.919000', '085350.922000', '085350.924000', '085350.927000', '085350.929000', '085350.932000', '085350.935000', '085350.937000', '085350.940000', '085350.943000', '085350.945000', '085410.782000', '085410.784000', '085410.787000', '085410.790000', '085410.793000', '085410.795000', '085410.798000', '085410.801000', '085410.804000', '085410.806000', '085410.809000', '085410.811000', '085410.814000', '085410.875000', '085410.878000', '085410.881000', '085410.883000', '085410.886000', '085410.888000', '085410.891000', '085410.894000', '085410.897000', '085410.899000', '085410.902000', '085410.905000', '085410.907000', '085410.910000', '085410.913000', '085410.915000', '085410.918000', '085410.921000', '085410.923000', '085410.926000', '085410.931000', '085410.933000', '085410.936000', '085410.938000', '085410.941000', '085410.944000', '085410.947000', '085410.949000', '085410.952000', '085410.955000', '085430.781000', '085430.784000', '085430.787000', '085430.790000', '085430.793000', '085430.796000', '085430.798000', '085430.810000', '085430.813000', '085430.816000', '085430.869000', '085430.872000', '085430.874000', '085430.877000', '085430.880000', '085430.882000', '085430.885000', '085430.887000', '085430.890000', '085430.893000', '085430.895000', '085430.898000', '085430.901000', '085430.903000', '085430.906000', '085430.909000', '085430.911000', '085430.914000', '085430.917000', '085430.919000', '085430.922000', '085430.925000', '085430.927000', '085430.930000', '085430.932000', '085430.935000', '085430.938000', '085430.941000', '085430.943000', '085430.946000', '085430.948000', '085430.951000', '085430.954000', '085430.956000', '085450.782000', '085450.784000', '085450.787000', '085450.790000', '085450.792000', '085450.795000', '085450.798000', '085450.801000', '085450.803000', '085450.806000', '085450.809000', '085450.811000', '085450.814000', '085450.900000', '085450.903000', '085450.906000', '085450.908000', '085450.911000', '085450.914000', '085450.916000', '085450.919000', '085450.921000', '085450.924000', '085450.927000', '085450.929000', '085450.932000', '085450.935000', '085450.938000', '085450.941000', '085450.945000', '085450.948000', '085450.951000', '085450.954000', '085450.956000', '085450.959000', '085450.962000', '085450.964000', '085450.967000', '085450.969000', '085450.972000', '085450.975000', '085450.977000', '085450.980000', '085510.781000', '085510.784000', '085510.787000', '085510.790000', '085510.793000', '085510.796000', '085510.798000', '085510.801000', '085510.804000', '085510.806000', '085510.809000', '085510.812000', '085510.876000', '085510.879000', '085510.881000', '085510.884000', '085510.887000', '085510.889000', '085510.892000', '085510.895000', '085510.897000', '085510.900000', '085510.903000', '085510.905000', '085510.908000', '085510.910000', '085510.913000', '085510.916000', '085510.918000', '085510.922000', '085510.925000', '085510.927000', '085510.930000', '085510.933000', '085510.935000', '085510.938000', '085510.941000', '085510.943000', '085510.946000', '085510.948000', '085510.951000', '085510.954000', '085510.956000', '085510.959000', '085530.782000', '085530.785000', '085530.787000', '085530.790000', '085530.792000', '085530.795000', '085530.798000', '085530.800000', '085530.803000', '085530.806000', '085530.808000', '085530.811000', '085530.813000', '085530.816000', '085530.819000', '085530.821000', '085530.824000', '085530.827000', '085530.829000', '085530.832000', '085530.835000', '085530.838000', '085530.840000', '085530.843000', '085530.845000', '085530.848000', '085530.851000', '085530.853000', '085530.856000', '085530.859000', '085530.861000', '085530.864000', '085530.867000', '085530.869000', '085530.872000', '085530.875000', '085530.877000', '085530.880000', '085530.884000', '085530.886000', '085530.889000', '085530.892000', '085530.894000', '085550.781000', '085550.784000', '085550.787000', '085550.790000', '085550.793000', '085550.795000', '085550.798000', '085550.801000', '085550.803000', '085550.806000', '085550.809000', '085550.811000', '085550.814000', '085550.905000', '085550.908000', '085550.911000', '085550.914000', '085550.916000', '085550.919000', '085550.922000', '085550.924000', '085550.927000', '085550.930000', '085550.932000', '085550.935000', '085550.937000', '085550.940000', '085550.943000', '085550.945000', '085550.948000', '085550.951000', '085550.953000', '085550.956000', '085550.959000', '085550.961000', '085550.964000', '085550.967000', '085550.969000', '085550.972000', '085550.975000', '085550.977000', '085550.980000', '085550.982000', '085550.985000', '085610.782000', '085610.785000', '085610.787000', '085610.790000', '085610.793000', '085610.796000', '085610.798000', '085610.801000', '085610.804000', '085610.806000', '085610.809000', '085610.811000', '085610.814000', '085610.817000', '085610.819000', '085610.822000', '085610.825000', '085610.827000', '085610.830000', '085610.833000', '085610.835000', '085610.838000', '085610.840000', '085610.843000', '085610.846000', '085610.848000', '085610.851000', '085610.854000', '085610.856000', '085610.859000', '085610.862000', '085610.864000', '085610.867000', '085610.870000', '085610.873000', '085610.875000', '085610.878000', '085610.880000', '085610.883000', '085610.886000', '085610.889000', '085610.891000', '085610.894000', '085630.782000', '085630.785000', '085630.787000', '085630.790000', '085630.793000', '085630.795000', '085630.798000', '085630.801000', '085630.803000', '085630.806000', '085630.808000', '085630.811000', '085630.814000', '085630.857000', '085630.860000', '085630.863000', '085630.865000', '085630.868000', '085630.871000', '085630.873000', '085630.876000', '085630.879000', '085630.881000', '085630.884000', '085630.886000', '085630.889000', '085630.892000', '085630.894000', '085630.897000', '085630.899000', '085630.902000', '085630.905000', '085630.907000', '085630.910000', '085630.913000', '085630.915000', '085630.918000', '085630.920000', '085630.923000', '085630.926000', '085630.928000', '085630.931000', '085630.934000', '085630.937000', '085650.782000', '085650.785000', '085650.787000', '085650.790000', '085650.793000', '085650.795000', '085650.798000', '085650.801000', '085650.803000', '085650.806000', '085650.809000', '085650.811000', '085650.814000', '085650.854000', '085650.856000', '085650.859000', '085650.862000', '085650.865000', '085650.867000', '085650.874000', '085650.877000', '085650.880000', '085650.882000', '085650.885000', '085650.887000', '085650.890000', '085650.893000', '085650.895000', '085650.898000', '085650.901000', '085650.904000', '085650.906000', '085650.909000', '085650.912000', '085650.914000', '085650.917000', '085650.920000', '085650.923000', '085650.926000', '085650.929000', '085650.931000', '085650.934000', '085650.937000', '085658.264000', '085658.267000', '085658.271000', '085658.275000', '085658.277000', '085658.280000', '085658.283000', '085658.286000', '085658.289000', '085658.291000', '085658.294000', '085658.297000', '085658.300000', '085658.303000', '085658.307000', '085658.310000', '085658.315000'], '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': [10281, 8269, 12619, 9803, 7832, 9743, 9947, 7735, 17288, 14076, 13383, 13319, 7915, 16574, 10377, 8871, 17072, 14554, 8481, 9750, 7773, 11389, 9126, 7783, 10804, 7561, 7814, 8881, 7370, 9707, 9649, 7686, 11066, 7766, 7801, 10250, 7802, 10321, 10683, 7691, 14791, 9181, 7675, 11185, 7936, 16233, 11925, 8064, 10911, 7544, 11789, 8984, 7414, 10990, 7502, 8359, 9085, 7487, 11611, 9955, 7722, 11311, 7671, 7967, 9334, 7509, 11701, 8067, 15675, 9305, 7616, 11088, 7464, 11515, 10584, 8165, 10851, 7739, 10535, 8391, 7883, 9983, 7489, 13546, 8470, 7662, 10752, 8239, 9034, 9564, 7450, 12073, 7991, 8069, 9760, 7539, 13579, 11836, 9645, 11378, 7563, 12286, 10307, 7588, 11930, 9321, 7807, 9208, 7558, 11490, 10322, 7592, 14391, 8009, 7948, 9656, 7401, 12206, 8886, 17527, 11358, 7946, 9621, 7397, 11161, 7559, 13632, 8844, 10236, 9378, 7571, 10915, 7673, 11184, 8095, 13127, 8381, 7898, 8886, 7817, 10966, 8204, 8001, 8963, 7839, 10249, 7856, 10799, 10845, 8261, 10764, 7824, 14496, 8182, 12710, 10510, 8572, 11156, 7532, 12166, 7883, 12151, 9190, 7798, 10088, 7580, 11030, 7879, 11096, 8407, 9444, 9269, 7743, 11068, 7868, 10722, 7746, 11245, 8093, 12385, 8610, 7785, 9180, 7637, 10061, 7718, 11116, 7736, 11118, 7988, 12326, 8212, 11953, 9353, 11047, 9553, 7993, 9831, 7997, 10229, 7780, 10230, 7798, 10788, 7624, 10942, 8056, 7720, 8394, 8210, 9548, 7914, 10702, 7892, 11650, 8135, 11823, 9387, 11096, 11978, 8952, 10923, 7954, 11298, 8049, 16207, 11772, 9284, 10540, 7648, 12073, 8351, 11316, 10160, 7775, 13071, 8043, 9473, 9931, 7549, 12700, 8653, 10432, 9340, 7605, 11426, 7895, 17496, 12480, 8951, 11063, 7782, 9702, 10119, 7754, 12364, 8122, 13807, 9247, 7360, 11246, 7881, 14928, 10057, 8139, 10847, 7589, 9052, 9242, 7982, 11429, 7747, 11896, 8683, 7831, 10914, 7567, 14543, 9801, 13066, 9202, 7470, 11100, 7582, 12756, 9400, 7587, 10882, 8139, 11123, 9029, 7432, 10742, 7537, 13638, 8113, 7524, 9271, 7671, 11336, 8100, 10427, 9148, 7609, 10720, 8069, 9077, 9702, 7499, 13060, 8613, 7568, 10482, 7623, 14297, 11705, 9506, 10698, 7657, 11271, 7838, 11828, 9473, 7732, 9743, 7648, 10508, 7780, 7770, 9067, 7701, 11369, 7972, 7803, 9330, 7469, 14304, 9448, 8557, 10346, 7858, 12846, 8296, 9481, 11496, 7418, 14071, 7747, 11957, 8917, 7416, 10574, 7462, 14204, 8731, 7706, 10100, 7743, 11969, 8982, 13048, 9282, 7541, 10981, 7923, 9785, 10439, 7742, 11566, 7499, 12416, 8325, 7602, 10000, 7495, 10991, 7944, 12209, 7842, 8684, 8329, 7791, 9547, 7397, 11244, 8174, 10796, 8572, 8034, 9951, 7768, 11707, 9067, 7779, 10713, 8069, 14216, 8365, 15777, 11989, 10737, 14331, 7687, 13172, 8388, 7783, 10720, 7402, 11237, 7727, 7573, 8935, 7832, 7881, 8563, 7560, 11181, 7642, 13733, 8499, 7999, 10125, 7300, 12147, 7958, 12542, 8882, 7976, 10707, 7592, 12027, 7852, 13732, 9005, 7643, 9545, 7673, 11060, 8110, 11463, 8798, 7428, 10973, 7942, 9099, 10313, 7721, 11072, 7712, 9902, 8607, 7750, 11364, 8302, 10924, 9180, 7620, 10191, 9087, 7315, 10435, 7753, 15303, 8981, 7531, 12450, 8613, 7703, 10120, 7556, 14716, 10689, 7377, 10241, 7600, 12917, 11110, 8607, 10987, 7886, 10199, 9160, 7430, 11446, 7626, 9921, 8983, 7833, 11277, 7631, 12234, 9952, 7646, 12613, 7884, 7434, 9016, 7633, 10553, 9664, 7434, 12789, 7900, 8198, 10068, 7702, 13449, 10770, 8282, 10121, 7592, 13003, 8842, 10616, 10532, 7600, 13119, 8542, 7431, 9928, 7483, 13203, 9682, 8048, 10762, 7574, 10158, 8647, 7608, 11450, 8349, 7662, 9651, 7941, 7943, 9318, 7722, 12429, 7961, 7703, 10045, 7632, 13203, 11259, 7451, 13538, 7502, 15954, 8199, 13496, 11022, 7592, 10365, 7846, 9416, 7933, 7595, 8892, 7472, 11162, 7810, 8741, 8638, 8008, 10018, 7474, 11606, 8460, 7896, 9223, 7903, 11042, 7784, 12421, 11206, 8670, 10753, 7960, 13292, 8521, 10373, 10660, 7790, 11878, 7694, 14039, 7972, 9688, 9736, 7630, 10620, 7625, 15309, 7615, 7575, 8955, 7717, 10914, 8315, 13151, 9102, 7610, 10493, 7748, 10971, 8676, 9258, 10363, 7742, 13277, 8139, 7727, 9409, 7908, 11284, 8742, 15890, 8344, 8863, 10030, 7810, 11167, 7452, 13581, 7845, 11655, 8697, 8257, 10885, 7273, 11348, 7727, 10920, 7984, 7880, 9100, 7215, 10468, 7752, 13672, 7682, 10604, 8172, 7753, 9783, 7678, 11492, 7870, 12056, 7954, 7900, 9755, 7622, 11083, 7775, 14026, 7834, 7767, 8771, 7534, 10477, 7584, 14275, 7986, 7696, 8998, 7893, 9858, 7397, 12958, 8720, 7930, 8874, 7694, 10281, 7858, 11233, 7887, 15047, 10681, 7993, 9734, 7920, 12116, 8445, 9788, 10981, 7649, 11542, 7403, 13035, 8423, 12767, 10673, 9703, 10020, 7572, 10936, 7809, 8913, 9005, 7669, 10735, 7662, 12784, 8022, 12185, 8410, 11845, 9135, 8929, 10306, 7560, 10635, 7911, 7694, 9625, 7549, 10518, 7457, 12525, 7837, 12652, 8188, 11540, 9182, 8134, 11125, 7714, 13899, 7452, 12622, 7928, 12087, 9010, 10381, 9689, 8061, 10240, 7771, 10664, 7745, 11085, 7748, 11402, 8561, 7950, 8510, 7709, 10021, 7596, 11006, 7910, 11449, 8450, 7315, 9724, 7858, 9620, 8803, 7754, 10324, 7616, 11040, 7377, 11276, 7957, 14176, 10561, 8823, 10185, 7364, 11281, 7987, 12511, 9601, 9220, 10022, 7580, 10835, 7775, 10682, 10209, 7668, 11448, 7677, 15070, 7960, 7621, 11033, 7479, 11222, 7537, 16453, 8131, 7713, 8984, 7923, 10574, 7524, 11497, 8086, 11185, 8945, 7550, 10141, 7545, 10874, 7878, 11935, 9635, 8363, 10543, 7707, 10980, 7753, 10892, 10354, 7787, 10911, 7633, 9267, 8456, 7714, 10590, 7681, 13293, 10077, 7786, 10080, 7393, 11112, 7777, 11759, 10927, 7993, 10756, 7759, 11336, 7760, 11353, 9163, 7507, 11053, 7865, 12555, 7910, 7937, 10633, 7656, 11119, 7611, 14999, 8369, 7834, 9368, 7583, 9729, 7746, 11376, 7930, 8047, 9499, 7957, 11096, 7663, 12022, 8205, 11379, 9764, 7607, 10880, 7582, 7921, 9172, 7495, 13982, 8560, 7712, 9744, 8022, 11740, 8596, 9696, 10375, 7643, 14948, 7886, 7862, 9032, 7575, 11095, 8273, 9019, 9324, 7498, 9875, 9111, 7848, 10967, 7850, 14741, 9191, 7626, 10532, 7830, 13290, 10219, 7452, 15912, 7647, 7864, 10056, 7666, 7718, 10138, 7872, 14563, 8827, 7818, 9497, 9108, 7818, 11578, 9060, 8058, 9695, 7343, 11281, 7927, 10685, 10203, 7860, 13455, 7993, 7836, 9236, 7592, 12684, 8907, 7651, 10609, 7739, 8788, 8825, 7968, 11060, 7879, 10922, 9780, 7529, 10645, 7725, 8289, 9406, 7587, 11311, 8174, 8001, 9802, 7351, 11118, 7890, 10859, 9866, 7739, 11474, 8202, 7873, 9689, 7945, 9772, 9477, 7821, 11246, 7868, 10548, 9983, 7473, 10544, 7612, 13488, 9911, 8316, 10507, 7991, 7758, 9891, 7606, 11754, 9231, 7590, 11173, 7705, 10971, 9868, 7698, 11383, 8115, 7795, 9701, 7693, 8792, 9197, 7558, 11310, 8094, 8609, 9867, 7732, 10302, 9455, 7637, 11226, 7979, 13921, 9194, 7507, 10993, 8022, 8020, 10769, 7659, 13941, 8914, 7418, 10326, 7464, 11860, 9944, 7742, 10894, 7611, 10236, 8787, 7433, 10331, 7524, 11466, 7569, 7831, 8634, 7567, 10357, 7639, 7506, 9620, 7337, 10628, 8812, 7611, 10313, 7649, 13290, 9007, 7493, 9606, 7719, 7343, 8557, 7292, 11238, 9179, 7357, 9981, 7917, 11426, 8954, 8301, 11045, 7583, 16351, 8033, 7962, 10013, 7695, 11224, 7827, 13352, 9233, 7416, 10565, 7477, 11647, 10100, 7290, 11057, 7560, 9809, 9259, 7408, 11113, 7912, 12347, 9390, 7638, 11102, 7585, 12822, 8873, 10632, 10517, 7410, 15155, 7844, 8213, 8933, 7670, 10407, 7570, 12845, 9878, 7541, 10293, 7758, 10478, 8670, 7943, 10345, 7664, 11061, 7769, 10368, 8252, 10938, 11951, 7975, 10372, 7773, 10754, 8134, 10427, 7737, 10244, 8867, 7942, 9680, 7899, 10302, 8248, 9766, 7956, 10882, 11427, 8097, 10287, 7673, 11468, 8019, 12388, 9121, 8487, 10474, 7388, 14489, 8307, 12779, 8388, 10447, 10927, 7445, 11125, 7461, 12319, 8018, 8154, 9350, 10183, 11403, 8191, 10909, 7609, 11363, 7573, 9765, 7994, 8188, 9624, 7568, 10975, 7611, 10888, 7882, 10659, 8120, 11425, 9523, 8089, 9898, 7728, 10741, 7502, 11237, 7702, 11528, 8002, 16487, 8350, 7612, 8669, 7609, 9161, 7770, 10673, 8006, 11284, 7642, 12309, 8257, 10898, 8608, 12360, 9365, 7924, 10336, 7567, 10983, 7669, 10728, 7635, 10133, 8691, 8441, 9718, 7625, 10517, 7827, 11046, 7611, 11322, 7998, 15766, 9300, 7530, 9084, 7663, 10593, 7911, 10902, 7283, 11421, 7789, 11972, 7748, 7802, 8364, 9458, 11901, 8129, 11103, 7713, 11219, 7890, 11372, 7747, 11480, 8342, 10582, 9231, 7737, 10350, 7996, 11740, 7830, 11359, 9248, 7770, 9728, 7502, 10932, 7518, 10941, 7633, 15048, 8897, 12903, 8828, 7663, 9333, 7576, 11053, 7880, 13468, 9251, 7477, 9654, 7642, 10900, 7822, 11467, 9059, 7770, 10022, 7652, 11179, 7746, 11294, 8209, 9637, 10125, 7554, 11303, 7703, 7440, 8960, 7914, 11205, 7927, 14638, 9363, 7788, 9765, 7174, 10554, 7626, 13610, 8348, 10632, 9389, 7606, 10407, 8202], 'WindowCenter': [4711.0, 4669.0, 4711.0, 4682.0, 4643.0, 4671.0, 4658.0, 4629.0, 4717.0, 4699.0, 4696.0, 4685.0, 4625.0, 4700.0, 4642.0, 4633.0, 4700.0, 4682.0, 4632.0, 4643.0, 4613.0, 4660.0, 4632.0, 4613.0, 4651.0, 4611.0, 4614.0, 4632.0, 4614.0, 4643.0, 4644.0, 4615.0, 4664.0, 4614.0, 4615.0, 4654.0, 4614.0, 4656.0, 4664.0, 4626.0, 4705.0, 4643.0, 4614.0, 4663.0, 4625.0, 4703.0, 4673.0, 4624.0, 4663.0, 4613.0, 4661.0, 4633.0, 4604.0, 4663.0, 4612.0, 4624.0, 4633.0, 4614.0, 4662.0, 4643.0, 4614.0, 4663.0, 4625.0, 4625.0, 4633.0, 4614.0, 4663.0, 4624.0, 4702.0, 4632.0, 4614.0, 4662.0, 4603.0, 4661.0, 4651.0, 4623.0, 4663.0, 4613.0, 4652.0, 4623.0, 4612.0, 4641.0, 4613.0, 4682.0, 4623.0, 4614.0, 4664.0, 4635.0, 4645.0, 4655.0, 4617.0, 4686.0, 4637.0, 4627.0, 4655.0, 4627.0, 4695.0, 4676.0, 4656.0, 4676.0, 4626.0, 4672.0, 4654.0, 4625.0, 4674.0, 4645.0, 4627.0, 4645.0, 4626.0, 4673.0, 4655.0, 4625.0, 4705.0, 4625.0, 4626.0, 4645.0, 4615.0, 4674.0, 4634.0, 4713.0, 4662.0, 4624.0, 4642.0, 4613.0, 4661.0, 4613.0, 4680.0, 4633.0, 4653.0, 4642.0, 4612.0, 4650.0, 4612.0, 4661.0, 4613.0, 4671.0, 4623.0, 4612.0, 4631.0, 4613.0, 4652.0, 4622.0, 4624.0, 4645.0, 4625.0, 4666.0, 4638.0, 4666.0, 4665.0, 4637.0, 4667.0, 4627.0, 4705.0, 4635.0, 4685.0, 4663.0, 4635.0, 4665.0, 4615.0, 4674.0, 4625.0, 4673.0, 4633.0, 4614.0, 4652.0, 4614.0, 4663.0, 4624.0, 4662.0, 4625.0, 4645.0, 4644.0, 4625.0, 4664.0, 4624.0, 4662.0, 4615.0, 4663.0, 4624.0, 4673.0, 4634.0, 4615.0, 4644.0, 4615.0, 4654.0, 4615.0, 4675.0, 4624.0, 4664.0, 4625.0, 4674.0, 4635.0, 4673.0, 4645.0, 4665.0, 4645.0, 4625.0, 4653.0, 4625.0, 4654.0, 4615.0, 4655.0, 4615.0, 4665.0, 4616.0, 4664.0, 4627.0, 4626.0, 4637.0, 4638.0, 4659.0, 4640.0, 4680.0, 4640.0, 4688.0, 4640.0, 4689.0, 4660.0, 4679.0, 4689.0, 4649.0, 4668.0, 4639.0, 4676.0, 4628.0, 4716.0, 4677.0, 4647.0, 4667.0, 4627.0, 4675.0, 4636.0, 4676.0, 4667.0, 4626.0, 4697.0, 4636.0, 4656.0, 4656.0, 4626.0, 4686.0, 4635.0, 4666.0, 4646.0, 4626.0, 4665.0, 4626.0, 4714.0, 4675.0, 4636.0, 4665.0, 4615.0, 4644.0, 4652.0, 4615.0, 4674.0, 4625.0, 4684.0, 4643.0, 4603.0, 4662.0, 4613.0, 4692.0, 4643.0, 4624.0, 4663.0, 4614.0, 4631.0, 4643.0, 4624.0, 4674.0, 4615.0, 4674.0, 4634.0, 4614.0, 4652.0, 4613.0, 4682.0, 4643.0, 4672.0, 4631.0, 4601.0, 4650.0, 4601.0, 4669.0, 4631.0, 4612.0, 4650.0, 4613.0, 4651.0, 4632.0, 4603.0, 4652.0, 4613.0, 4682.0, 4613.0, 4614.0, 4632.0, 4613.0, 4663.0, 4622.0, 4654.0, 4633.0, 4614.0, 4663.0, 4624.0, 4634.0, 4645.0, 4615.0, 4684.0, 4634.0, 4615.0, 4654.0, 4616.0, 4694.0, 4675.0, 4643.0, 4654.0, 4614.0, 4663.0, 4614.0, 4662.0, 4643.0, 4614.0, 4644.0, 4614.0, 4652.0, 4614.0, 4613.0, 4634.0, 4626.0, 4675.0, 4626.0, 4625.0, 4643.0, 4617.0, 4695.0, 4656.0, 4637.0, 4655.0, 4627.0, 4685.0, 4626.0, 4646.0, 4665.0, 4616.0, 4694.0, 4615.0, 4664.0, 4634.0, 4604.0, 4652.0, 4615.0, 4694.0, 4635.0, 4616.0, 4654.0, 4615.0, 4664.0, 4635.0, 4684.0, 4634.0, 4615.0, 4653.0, 4624.0, 4644.0, 4654.0, 4613.0, 4665.0, 4614.0, 4673.0, 4624.0, 4614.0, 4643.0, 4603.0, 4653.0, 4613.0, 4662.0, 4613.0, 4623.0, 4623.0, 4613.0, 4643.0, 4604.0, 4664.0, 4625.0, 4653.0, 4623.0, 4625.0, 4653.0, 4616.0, 4674.0, 4636.0, 4628.0, 4666.0, 4638.0, 4696.0, 4638.0, 4705.0, 4675.0, 4655.0, 4694.0, 4613.0, 4682.0, 4624.0, 4613.0, 4653.0, 4604.0, 4663.0, 4614.0, 4615.0, 4634.0, 4614.0, 4625.0, 4635.0, 4616.0, 4678.0, 4628.0, 4696.0, 4637.0, 4627.0, 4656.0, 4617.0, 4676.0, 4626.0, 4674.0, 4635.0, 4625.0, 4654.0, 4615.0, 4672.0, 4614.0, 4683.0, 4633.0, 4613.0, 4632.0, 4613.0, 4652.0, 4612.0, 4663.0, 4632.0, 4615.0, 4653.0, 4625.0, 4634.0, 4655.0, 4615.0, 4665.0, 4615.0, 4644.0, 4623.0, 4615.0, 4664.0, 4626.0, 4665.0, 4645.0, 4616.0, 4655.0, 4635.0, 4615.0, 4654.0, 4614.0, 4705.0, 4635.0, 4626.0, 4685.0, 4635.0, 4615.0, 4655.0, 4627.0, 4695.0, 4666.0, 4615.0, 4654.0, 4614.0, 4674.0, 4665.0, 4636.0, 4664.0, 4625.0, 4654.0, 4644.0, 4604.0, 4664.0, 4615.0, 4654.0, 4634.0, 4615.0, 4664.0, 4616.0, 4672.0, 4644.0, 4615.0, 4673.0, 4626.0, 4615.0, 4633.0, 4615.0, 4652.0, 4645.0, 4616.0, 4684.0, 4625.0, 4637.0, 4655.0, 4617.0, 4685.0, 4665.0, 4626.0, 4654.0, 4615.0, 4684.0, 4635.0, 4655.0, 4654.0, 4615.0, 4683.0, 4622.0, 4604.0, 4643.0, 4604.0, 4672.0, 4642.0, 4625.0, 4664.0, 4615.0, 4651.0, 4623.0, 4614.0, 4664.0, 4624.0, 4615.0, 4644.0, 4625.0, 4623.0, 4645.0, 4627.0, 4684.0, 4626.0, 4616.0, 4654.0, 4616.0, 4684.0, 4665.0, 4604.0, 4684.0, 4605.0, 4702.0, 4623.0, 4682.0, 4652.0, 4611.0, 4651.0, 4614.0, 4632.0, 4613.0, 4613.0, 4632.0, 4604.0, 4663.0, 4615.0, 4635.0, 4634.0, 4625.0, 4655.0, 4616.0, 4665.0, 4626.0, 4627.0, 4644.0, 4627.0, 4666.0, 4617.0, 4673.0, 4665.0, 4635.0, 4665.0, 4625.0, 4684.0, 4625.0, 4654.0, 4654.0, 4615.0, 4675.0, 4615.0, 4683.0, 4613.0, 4643.0, 4631.0, 4603.0, 4654.0, 4614.0, 4694.0, 4614.0, 4614.0, 4633.0, 4615.0, 4653.0, 4625.0, 4684.0, 4634.0, 4616.0, 4654.0, 4615.0, 4654.0, 4624.0, 4635.0, 4654.0, 4614.0, 4684.0, 4625.0, 4615.0, 4634.0, 4624.0, 4665.0, 4636.0, 4704.0, 4625.0, 4634.0, 4644.0, 4613.0, 4653.0, 4602.0, 4671.0, 4611.0, 4661.0, 4622.0, 4622.0, 4652.0, 4601.0, 4652.0, 4613.0, 4652.0, 4613.0, 4613.0, 4631.0, 4603.0, 4653.0, 4614.0, 4683.0, 4613.0, 4653.0, 4623.0, 4614.0, 4644.0, 4614.0, 4664.0, 4615.0, 4663.0, 4614.0, 4613.0, 4643.0, 4613.0, 4653.0, 4613.0, 4682.0, 4613.0, 4612.0, 4622.0, 4614.0, 4654.0, 4615.0, 4693.0, 4626.0, 4616.0, 4634.0, 4625.0, 4645.0, 4616.0, 4685.0, 4637.0, 4627.0, 4646.0, 4627.0, 4655.0, 4626.0, 4665.0, 4626.0, 4694.0, 4653.0, 4625.0, 4644.0, 4625.0, 4674.0, 4626.0, 4645.0, 4654.0, 4615.0, 4665.0, 4605.0, 4672.0, 4624.0, 4671.0, 4641.0, 4632.0, 4641.0, 4613.0, 4651.0, 4613.0, 4632.0, 4633.0, 4613.0, 4664.0, 4626.0, 4684.0, 4624.0, 4672.0, 4623.0, 4660.0, 4631.0, 4632.0, 4641.0, 4614.0, 4653.0, 4625.0, 4614.0, 4643.0, 4614.0, 4654.0, 4603.0, 4673.0, 4613.0, 4673.0, 4624.0, 4661.0, 4633.0, 4613.0, 4653.0, 4603.0, 4681.0, 4601.0, 4660.0, 4612.0, 4660.0, 4621.0, 4641.0, 4631.0, 4611.0, 4640.0, 4601.0, 4639.0, 4601.0, 4649.0, 4601.0, 4651.0, 4622.0, 4613.0, 4622.0, 4613.0, 4643.0, 4614.0, 4651.0, 4614.0, 4663.0, 4622.0, 4615.0, 4645.0, 4626.0, 4643.0, 4636.0, 4627.0, 4656.0, 4617.0, 4665.0, 4615.0, 4662.0, 4625.0, 4684.0, 4654.0, 4635.0, 4654.0, 4604.0, 4663.0, 4625.0, 4673.0, 4644.0, 4632.0, 4644.0, 4614.0, 4653.0, 4614.0, 4652.0, 4643.0, 4613.0, 4664.0, 4612.0, 4690.0, 4613.0, 4613.0, 4652.0, 4603.0, 4652.0, 4613.0, 4701.0, 4612.0, 4602.0, 4621.0, 4611.0, 4651.0, 4612.0, 4652.0, 4613.0, 4662.0, 4632.0, 4613.0, 4651.0, 4613.0, 4652.0, 4614.0, 4661.0, 4643.0, 4623.0, 4651.0, 4614.0, 4651.0, 4613.0, 4652.0, 4643.0, 4614.0, 4653.0, 4614.0, 4644.0, 4623.0, 4614.0, 4654.0, 4614.0, 4683.0, 4644.0, 4615.0, 4654.0, 4615.0, 4664.0, 4615.0, 4663.0, 4654.0, 4614.0, 4652.0, 4615.0, 4663.0, 4614.0, 4652.0, 4633.0, 4602.0, 4664.0, 4614.0, 4672.0, 4613.0, 4611.0, 4652.0, 4601.0, 4652.0, 4613.0, 4691.0, 4623.0, 4602.0, 4632.0, 4602.0, 4630.0, 4602.0, 4661.0, 4612.0, 4613.0, 4642.0, 4614.0, 4663.0, 4614.0, 4662.0, 4624.0, 4662.0, 4643.0, 4614.0, 4652.0, 4614.0, 4613.0, 4631.0, 4604.0, 4683.0, 4634.0, 4616.0, 4645.0, 4626.0, 4673.0, 4635.0, 4644.0, 4654.0, 4614.0, 4693.0, 4614.0, 4614.0, 4631.0, 4613.0, 4663.0, 4625.0, 4634.0, 4634.0, 4605.0, 4643.0, 4632.0, 4614.0, 4662.0, 4625.0, 4693.0, 4634.0, 4615.0, 4653.0, 4613.0, 4680.0, 4642.0, 4604.0, 4703.0, 4613.0, 4614.0, 4643.0, 4612.0, 4612.0, 4653.0, 4625.0, 4692.0, 4632.0, 4615.0, 4643.0, 4634.0, 4615.0, 4665.0, 4635.0, 4624.0, 4642.0, 4604.0, 4652.0, 4613.0, 4652.0, 4643.0, 4613.0, 4672.0, 4612.0, 4602.0, 4630.0, 4602.0, 4671.0, 4632.0, 4613.0, 4653.0, 4613.0, 4622.0, 4632.0, 4613.0, 4650.0, 4613.0, 4653.0, 4643.0, 4613.0, 4652.0, 4613.0, 4623.0, 4632.0, 4613.0, 4652.0, 4622.0, 4624.0, 4643.0, 4604.0, 4652.0, 4613.0, 4652.0, 4640.0, 4603.0, 4662.0, 4622.0, 4612.0, 4642.0, 4613.0, 4642.0, 4641.0, 4614.0, 4664.0, 4625.0, 4655.0, 4642.0, 4604.0, 4651.0, 4614.0, 4681.0, 4643.0, 4624.0, 4654.0, 4624.0, 4614.0, 4643.0, 4613.0, 4672.0, 4644.0, 4615.0, 4664.0, 4614.0, 4653.0, 4643.0, 4613.0, 4661.0, 4613.0, 4614.0, 4642.0, 4612.0, 4621.0, 4632.0, 4613.0, 4662.0, 4614.0, 4624.0, 4643.0, 4613.0, 4653.0, 4643.0, 4613.0, 4663.0, 4614.0, 4681.0, 4632.0, 4603.0, 4651.0, 4612.0, 4611.0, 4652.0, 4613.0, 4681.0, 4631.0, 4603.0, 4651.0, 4603.0, 4661.0, 4641.0, 4602.0, 4650.0, 4612.0, 4641.0, 4621.0, 4601.0, 4640.0, 4600.0, 4649.0, 4599.0, 4601.0, 4619.0, 4601.0, 4640.0, 4612.0, 4603.0, 4643.0, 4614.0, 4654.0, 4634.0, 4613.0, 4654.0, 4615.0, 4683.0, 4635.0, 4605.0, 4644.0, 4615.0, 4614.0, 4634.0, 4615.0, 4665.0, 4644.0, 4618.0, 4655.0, 4627.0, 4674.0, 4636.0, 4626.0, 4664.0, 4615.0, 4704.0, 4624.0, 4625.0, 4644.0, 4614.0, 4663.0, 4614.0, 4683.0, 4632.0, 4604.0, 4652.0, 4602.0, 4660.0, 4642.0, 4603.0, 4663.0, 4614.0, 4642.0, 4631.0, 4603.0, 4661.0, 4614.0, 4673.0, 4632.0, 4613.0, 4662.0, 4613.0, 4672.0, 4632.0, 4652.0, 4651.0, 4603.0, 4691.0, 4612.0, 4622.0, 4621.0, 4602.0, 4651.0, 4611.0, 4672.0, 4641.0, 4613.0, 4652.0, 4612.0, 4652.0, 4633.0, 4624.0, 4652.0, 4614.0, 4663.0, 4614.0, 4652.0, 4624.0, 4651.0, 4661.0, 4613.0, 4641.0, 4613.0, 4652.0, 4613.0, 4652.0, 4613.0, 4642.0, 4633.0, 4624.0, 4643.0, 4624.0, 4654.0, 4625.0, 4655.0, 4627.0, 4665.0, 4674.0, 4625.0, 4654.0, 4625.0, 4675.0, 4627.0, 4673.0, 4645.0, 4634.0, 4655.0, 4615.0, 4694.0, 4625.0, 4673.0, 4624.0, 4652.0, 4654.0, 4605.0, 4664.0, 4605.0, 4673.0, 4624.0, 4614.0, 4634.0, 4653.0, 4663.0, 4623.0, 4653.0, 4613.0, 4662.0, 4614.0, 4641.0, 4613.0, 4622.0, 4644.0, 4615.0, 4663.0, 4616.0, 4664.0, 4625.0, 4654.0, 4624.0, 4662.0, 4643.0, 4624.0, 4643.0, 4614.0, 4651.0, 4602.0, 4652.0, 4613.0, 4661.0, 4613.0, 4701.0, 4621.0, 4611.0, 4621.0, 4612.0, 4631.0, 4613.0, 4653.0, 4624.0, 4664.0, 4615.0, 4674.0, 4625.0, 4653.0, 4634.0, 4672.0, 4633.0, 4613.0, 4643.0, 4612.0, 4652.0, 4613.0, 4651.0, 4612.0, 4641.0, 4624.0, 4624.0, 4642.0, 4613.0, 4651.0, 4614.0, 4662.0, 4614.0, 4663.0, 4612.0, 4690.0, 4633.0, 4613.0, 4633.0, 4614.0, 4651.0, 4624.0, 4653.0, 4603.0, 4663.0, 4615.0, 4673.0, 4614.0, 4613.0, 4624.0, 4643.0, 4662.0, 4614.0, 4665.0, 4614.0, 4661.0, 4614.0, 4662.0, 4612.0, 4662.0, 4612.0, 4653.0, 4633.0, 4614.0, 4653.0, 4624.0, 4672.0, 4614.0, 4663.0, 4645.0, 4615.0, 4643.0, 4605.0, 4653.0, 4604.0, 4653.0, 4612.0, 4692.0, 4634.0, 4671.0, 4633.0, 4613.0, 4632.0, 4614.0, 4651.0, 4614.0, 4682.0, 4633.0, 4604.0, 4641.0, 4613.0, 4651.0, 4615.0, 4663.0, 4634.0, 4614.0, 4643.0, 4615.0, 4663.0, 4615.0, 4661.0, 4624.0, 4642.0, 4654.0, 4615.0, 4662.0, 4613.0, 4604.0, 4633.0, 4614.0, 4663.0, 4615.0, 4693.0, 4634.0, 4614.0, 4643.0, 4604.0, 4653.0, 4613.0, 4682.0, 4623.0, 4653.0, 4631.0, 4614.0, 4652.0, 4624.0], 'WindowWidth': [10304.0, 10242.0, 10287.0, 10247.0, 10193.0, 10227.0, 10206.0, 10167.0, 10286.0, 10261.0, 10252.0, 10236.0, 10153.0, 10249.0, 10172.0, 10159.0, 10251.0, 10225.0, 10159.0, 10175.0, 10135.0, 10193.0, 10157.0, 10133.0, 10183.0, 10129.0, 10137.0, 10158.0, 10138.0, 10175.0, 10178.0, 10140.0, 10207.0, 10140.0, 10141.0, 10192.0, 10140.0, 10196.0, 10207.0, 10159.0, 10263.0, 10178.0, 10138.0, 10203.0, 10153.0, 10255.0, 10216.0, 10152.0, 10203.0, 10136.0, 10197.0, 10161.0, 10123.0, 10203.0, 10135.0, 10152.0, 10161.0, 10136.0, 10200.0, 10175.0, 10137.0, 10204.0, 10156.0, 10155.0, 10163.0, 10138.0, 10201.0, 10150.0, 10253.0, 10160.0, 10136.0, 10200.0, 10123.0, 10197.0, 10184.0, 10148.0, 10202.0, 10137.0, 10185.0, 10148.0, 10133.0, 10171.0, 10137.0, 10227.0, 10149.0, 10140.0, 10206.0, 10170.0, 10181.0, 10197.0, 10148.0, 10240.0, 10175.0, 10161.0, 10196.0, 10160.0, 10250.0, 10227.0, 10199.0, 10225.0, 10159.0, 10216.0, 10193.0, 10156.0, 10222.0, 10183.0, 10161.0, 10182.0, 10159.0, 10218.0, 10195.0, 10157.0, 10265.0, 10157.0, 10159.0, 10181.0, 10142.0, 10219.0, 10166.0, 10270.0, 10200.0, 10151.0, 10173.0, 10137.0, 10196.0, 10135.0, 10221.0, 10161.0, 10188.0, 10173.0, 10134.0, 10180.0, 10133.0, 10197.0, 10135.0, 10210.0, 10147.0, 10133.0, 10155.0, 10135.0, 10186.0, 10148.0, 10153.0, 10181.0, 10157.0, 10212.0, 10178.0, 10213.0, 10212.0, 10176.0, 10216.0, 10162.0, 10265.0, 10169.0, 10234.0, 10206.0, 10167.0, 10209.0, 10142.0, 10218.0, 10154.0, 10216.0, 10162.0, 10140.0, 10188.0, 10140.0, 10204.0, 10153.0, 10201.0, 10154.0, 10181.0, 10180.0, 10156.0, 10207.0, 10153.0, 10201.0, 10140.0, 10201.0, 10153.0, 10216.0, 10166.0, 10142.0, 10180.0, 10141.0, 10194.0, 10143.0, 10221.0, 10153.0, 10207.0, 10156.0, 10219.0, 10169.0, 10217.0, 10182.0, 10207.0, 10182.0, 10153.0, 10189.0, 10154.0, 10193.0, 10141.0, 10195.0, 10141.0, 10208.0, 10143.0, 10207.0, 10161.0, 10161.0, 10177.0, 10179.0, 10209.0, 10185.0, 10239.0, 10185.0, 10248.0, 10187.0, 10248.0, 10213.0, 10235.0, 10250.0, 10193.0, 10219.0, 10179.0, 10227.0, 10164.0, 10280.0, 10229.0, 10188.0, 10213.0, 10161.0, 10223.0, 10173.0, 10225.0, 10215.0, 10159.0, 10256.0, 10173.0, 10199.0, 10198.0, 10158.0, 10240.0, 10171.0, 10212.0, 10183.0, 10158.0, 10209.0, 10158.0, 10272.0, 10222.0, 10169.0, 10207.0, 10141.0, 10177.0, 10188.0, 10139.0, 10221.0, 10155.0, 10231.0, 10175.0, 10121.0, 10198.0, 10135.0, 10239.0, 10176.0, 10149.0, 10203.0, 10139.0, 10158.0, 10176.0, 10151.0, 10220.0, 10142.0, 10217.0, 10165.0, 10139.0, 10186.0, 10135.0, 10228.0, 10173.0, 10212.0, 10155.0, 10115.0, 10179.0, 10115.0, 10204.0, 10156.0, 10131.0, 10182.0, 10133.0, 10182.0, 10159.0, 10119.0, 10185.0, 10133.0, 10226.0, 10134.0, 10135.0, 10157.0, 10134.0, 10201.0, 10147.0, 10190.0, 10162.0, 10138.0, 10202.0, 10152.0, 10165.0, 10180.0, 10141.0, 10232.0, 10165.0, 10140.0, 10191.0, 10143.0, 10244.0, 10220.0, 10177.0, 10191.0, 10137.0, 10202.0, 10136.0, 10198.0, 10174.0, 10137.0, 10176.0, 10138.0, 10187.0, 10139.0, 10136.0, 10166.0, 10157.0, 10223.0, 10158.0, 10156.0, 10177.0, 10146.0, 10249.0, 10199.0, 10173.0, 10195.0, 10159.0, 10235.0, 10156.0, 10181.0, 10207.0, 10141.0, 10244.0, 10140.0, 10202.0, 10163.0, 10125.0, 10187.0, 10140.0, 10245.0, 10165.0, 10142.0, 10192.0, 10139.0, 10204.0, 10166.0, 10231.0, 10164.0, 10140.0, 10189.0, 10151.0, 10176.0, 10190.0, 10135.0, 10206.0, 10137.0, 10215.0, 10150.0, 10135.0, 10172.0, 10118.0, 10186.0, 10133.0, 10198.0, 10135.0, 10146.0, 10147.0, 10134.0, 10173.0, 10122.0, 10204.0, 10152.0, 10189.0, 10148.0, 10153.0, 10190.0, 10143.0, 10219.0, 10172.0, 10164.0, 10212.0, 10176.0, 10252.0, 10175.0, 10260.0, 10221.0, 10191.0, 10245.0, 10136.0, 10227.0, 10150.0, 10135.0, 10187.0, 10122.0, 10202.0, 10137.0, 10139.0, 10164.0, 10139.0, 10153.0, 10168.0, 10144.0, 10230.0, 10162.0, 10251.0, 10172.0, 10161.0, 10197.0, 10145.0, 10224.0, 10157.0, 10219.0, 10166.0, 10152.0, 10191.0, 10138.0, 10215.0, 10138.0, 10227.0, 10160.0, 10135.0, 10157.0, 10134.0, 10184.0, 10133.0, 10201.0, 10161.0, 10140.0, 10189.0, 10152.0, 10165.0, 10193.0, 10141.0, 10207.0, 10141.0, 10178.0, 10148.0, 10139.0, 10205.0, 10156.0, 10207.0, 10180.0, 10143.0, 10195.0, 10169.0, 10141.0, 10191.0, 10140.0, 10260.0, 10168.0, 10157.0, 10234.0, 10168.0, 10141.0, 10194.0, 10159.0, 10248.0, 10210.0, 10141.0, 10192.0, 10138.0, 10216.0, 10208.0, 10168.0, 10206.0, 10153.0, 10191.0, 10177.0, 10124.0, 10207.0, 10141.0, 10191.0, 10165.0, 10140.0, 10205.0, 10141.0, 10213.0, 10177.0, 10139.0, 10218.0, 10156.0, 10139.0, 10162.0, 10139.0, 10187.0, 10180.0, 10144.0, 10234.0, 10155.0, 10173.0, 10194.0, 10145.0, 10235.0, 10209.0, 10157.0, 10192.0, 10141.0, 10230.0, 10167.0, 10194.0, 10193.0, 10140.0, 10228.0, 10146.0, 10124.0, 10173.0, 10123.0, 10212.0, 10173.0, 10153.0, 10203.0, 10138.0, 10183.0, 10147.0, 10136.0, 10204.0, 10152.0, 10141.0, 10177.0, 10153.0, 10149.0, 10181.0, 10160.0, 10233.0, 10156.0, 10143.0, 10192.0, 10142.0, 10231.0, 10207.0, 10124.0, 10231.0, 10124.0, 10252.0, 10147.0, 10223.0, 10185.0, 10129.0, 10184.0, 10135.0, 10159.0, 10135.0, 10132.0, 10159.0, 10122.0, 10202.0, 10140.0, 10168.0, 10164.0, 10153.0, 10192.0, 10141.0, 10208.0, 10156.0, 10158.0, 10179.0, 10158.0, 10209.0, 10145.0, 10216.0, 10208.0, 10166.0, 10207.0, 10153.0, 10230.0, 10152.0, 10189.0, 10189.0, 10138.0, 10220.0, 10140.0, 10226.0, 10134.0, 10172.0, 10156.0, 10119.0, 10190.0, 10137.0, 10242.0, 10136.0, 10136.0, 10160.0, 10138.0, 10188.0, 10154.0, 10232.0, 10164.0, 10143.0, 10191.0, 10138.0, 10189.0, 10149.0, 10165.0, 10191.0, 10138.0, 10231.0, 10151.0, 10140.0, 10163.0, 10150.0, 10208.0, 10169.0, 10257.0, 10153.0, 10163.0, 10175.0, 10133.0, 10188.0, 10117.0, 10209.0, 10129.0, 10194.0, 10142.0, 10143.0, 10184.0, 10116.0, 10185.0, 10133.0, 10184.0, 10132.0, 10133.0, 10156.0, 10119.0, 10186.0, 10135.0, 10227.0, 10134.0, 10186.0, 10146.0, 10135.0, 10176.0, 10135.0, 10204.0, 10139.0, 10200.0, 10135.0, 10134.0, 10173.0, 10133.0, 10187.0, 10132.0, 10225.0, 10134.0, 10133.0, 10144.0, 10135.0, 10189.0, 10137.0, 10243.0, 10155.0, 10142.0, 10164.0, 10152.0, 10179.0, 10142.0, 10234.0, 10172.0, 10159.0, 10184.0, 10159.0, 10195.0, 10155.0, 10206.0, 10154.0, 10243.0, 10189.0, 10154.0, 10178.0, 10153.0, 10217.0, 10155.0, 10179.0, 10191.0, 10139.0, 10206.0, 10125.0, 10212.0, 10149.0, 10207.0, 10169.0, 10157.0, 10167.0, 10132.0, 10182.0, 10132.0, 10156.0, 10158.0, 10133.0, 10204.0, 10159.0, 10233.0, 10152.0, 10212.0, 10146.0, 10193.0, 10155.0, 10158.0, 10170.0, 10136.0, 10189.0, 10152.0, 10137.0, 10176.0, 10135.0, 10191.0, 10122.0, 10216.0, 10136.0, 10213.0, 10150.0, 10196.0, 10160.0, 10133.0, 10187.0, 10119.0, 10222.0, 10114.0, 10192.0, 10129.0, 10191.0, 10141.0, 10165.0, 10153.0, 10126.0, 10164.0, 10114.0, 10162.0, 10114.0, 10175.0, 10115.0, 10180.0, 10144.0, 10134.0, 10145.0, 10134.0, 10173.0, 10135.0, 10184.0, 10137.0, 10201.0, 10146.0, 10141.0, 10179.0, 10155.0, 10176.0, 10170.0, 10159.0, 10199.0, 10145.0, 10208.0, 10140.0, 10200.0, 10154.0, 10230.0, 10190.0, 10166.0, 10191.0, 10123.0, 10202.0, 10152.0, 10213.0, 10176.0, 10159.0, 10175.0, 10136.0, 10187.0, 10136.0, 10185.0, 10173.0, 10133.0, 10203.0, 10133.0, 10235.0, 10133.0, 10133.0, 10184.0, 10118.0, 10185.0, 10132.0, 10249.0, 10131.0, 10117.0, 10142.0, 10128.0, 10180.0, 10131.0, 10183.0, 10132.0, 10199.0, 10157.0, 10134.0, 10181.0, 10135.0, 10185.0, 10138.0, 10198.0, 10175.0, 10148.0, 10183.0, 10135.0, 10182.0, 10135.0, 10183.0, 10173.0, 10134.0, 10189.0, 10137.0, 10176.0, 10148.0, 10138.0, 10190.0, 10138.0, 10228.0, 10178.0, 10141.0, 10192.0, 10140.0, 10203.0, 10139.0, 10200.0, 10189.0, 10137.0, 10187.0, 10139.0, 10201.0, 10136.0, 10183.0, 10161.0, 10117.0, 10203.0, 10136.0, 10213.0, 10134.0, 10130.0, 10184.0, 10114.0, 10185.0, 10133.0, 10237.0, 10145.0, 10116.0, 10157.0, 10116.0, 10151.0, 10116.0, 10194.0, 10130.0, 10134.0, 10171.0, 10137.0, 10201.0, 10136.0, 10199.0, 10150.0, 10197.0, 10174.0, 10137.0, 10185.0, 10136.0, 10134.0, 10156.0, 10124.0, 10229.0, 10165.0, 10143.0, 10180.0, 10156.0, 10216.0, 10165.0, 10177.0, 10191.0, 10136.0, 10243.0, 10137.0, 10136.0, 10156.0, 10134.0, 10201.0, 10152.0, 10165.0, 10163.0, 10126.0, 10175.0, 10160.0, 10137.0, 10200.0, 10153.0, 10242.0, 10163.0, 10138.0, 10186.0, 10133.0, 10221.0, 10171.0, 10122.0, 10255.0, 10134.0, 10136.0, 10173.0, 10133.0, 10133.0, 10188.0, 10152.0, 10241.0, 10159.0, 10140.0, 10176.0, 10163.0, 10138.0, 10207.0, 10166.0, 10151.0, 10171.0, 10121.0, 10185.0, 10133.0, 10182.0, 10172.0, 10131.0, 10210.0, 10130.0, 10116.0, 10151.0, 10117.0, 10207.0, 10158.0, 10133.0, 10187.0, 10135.0, 10145.0, 10157.0, 10134.0, 10182.0, 10134.0, 10186.0, 10173.0, 10135.0, 10185.0, 10133.0, 10146.0, 10157.0, 10133.0, 10186.0, 10146.0, 10150.0, 10174.0, 10123.0, 10185.0, 10133.0, 10184.0, 10167.0, 10118.0, 10198.0, 10144.0, 10133.0, 10170.0, 10134.0, 10173.0, 10171.0, 10138.0, 10206.0, 10153.0, 10193.0, 10174.0, 10123.0, 10181.0, 10135.0, 10223.0, 10174.0, 10149.0, 10190.0, 10150.0, 10137.0, 10176.0, 10137.0, 10215.0, 10178.0, 10140.0, 10205.0, 10137.0, 10189.0, 10173.0, 10133.0, 10196.0, 10135.0, 10136.0, 10172.0, 10133.0, 10143.0, 10159.0, 10134.0, 10199.0, 10136.0, 10150.0, 10175.0, 10136.0, 10187.0, 10173.0, 10133.0, 10202.0, 10136.0, 10224.0, 10159.0, 10121.0, 10182.0, 10131.0, 10129.0, 10186.0, 10133.0, 10224.0, 10156.0, 10120.0, 10183.0, 10121.0, 10195.0, 10170.0, 10119.0, 10181.0, 10132.0, 10168.0, 10143.0, 10115.0, 10165.0, 10112.0, 10177.0, 10110.0, 10114.0, 10136.0, 10115.0, 10167.0, 10131.0, 10120.0, 10174.0, 10139.0, 10191.0, 10164.0, 10137.0, 10191.0, 10141.0, 10230.0, 10166.0, 10126.0, 10177.0, 10139.0, 10138.0, 10164.0, 10141.0, 10208.0, 10181.0, 10150.0, 10197.0, 10160.0, 10219.0, 10171.0, 10155.0, 10208.0, 10141.0, 10258.0, 10151.0, 10154.0, 10177.0, 10137.0, 10203.0, 10138.0, 10228.0, 10159.0, 10122.0, 10185.0, 10119.0, 10193.0, 10172.0, 10121.0, 10202.0, 10136.0, 10173.0, 10156.0, 10121.0, 10198.0, 10138.0, 10215.0, 10159.0, 10135.0, 10200.0, 10134.0, 10212.0, 10158.0, 10184.0, 10182.0, 10120.0, 10237.0, 10132.0, 10143.0, 10141.0, 10117.0, 10182.0, 10131.0, 10211.0, 10169.0, 10135.0, 10186.0, 10132.0, 10185.0, 10163.0, 10150.0, 10186.0, 10138.0, 10201.0, 10137.0, 10186.0, 10150.0, 10182.0, 10196.0, 10133.0, 10170.0, 10134.0, 10184.0, 10134.0, 10184.0, 10135.0, 10171.0, 10161.0, 10151.0, 10176.0, 10152.0, 10192.0, 10155.0, 10194.0, 10159.0, 10209.0, 10221.0, 10154.0, 10193.0, 10156.0, 10221.0, 10159.0, 10216.0, 10180.0, 10163.0, 10195.0, 10141.0, 10247.0, 10155.0, 10216.0, 10152.0, 10187.0, 10191.0, 10125.0, 10206.0, 10125.0, 10215.0, 10150.0, 10137.0, 10163.0, 10186.0, 10201.0, 10145.0, 10187.0, 10135.0, 10199.0, 10136.0, 10170.0, 10135.0, 10148.0, 10177.0, 10139.0, 10204.0, 10143.0, 10205.0, 10155.0, 10190.0, 10151.0, 10201.0, 10177.0, 10150.0, 10174.0, 10136.0, 10183.0, 10119.0, 10184.0, 10133.0, 10196.0, 10133.0, 10249.0, 10142.0, 10129.0, 10142.0, 10132.0, 10156.0, 10135.0, 10189.0, 10152.0, 10205.0, 10141.0, 10218.0, 10154.0, 10189.0, 10164.0, 10212.0, 10161.0, 10132.0, 10173.0, 10131.0, 10184.0, 10132.0, 10182.0, 10132.0, 10169.0, 10149.0, 10148.0, 10172.0, 10135.0, 10184.0, 10135.0, 10200.0, 10136.0, 10200.0, 10133.0, 10235.0, 10159.0, 10135.0, 10160.0, 10137.0, 10185.0, 10151.0, 10189.0, 10123.0, 10203.0, 10138.0, 10215.0, 10138.0, 10136.0, 10149.0, 10175.0, 10200.0, 10136.0, 10205.0, 10137.0, 10198.0, 10135.0, 10196.0, 10131.0, 10197.0, 10130.0, 10185.0, 10159.0, 10136.0, 10188.0, 10151.0, 10213.0, 10139.0, 10203.0, 10182.0, 10140.0, 10176.0, 10125.0, 10188.0, 10122.0, 10187.0, 10132.0, 10239.0, 10162.0, 10210.0, 10160.0, 10133.0, 10158.0, 10136.0, 10183.0, 10136.0, 10226.0, 10161.0, 10123.0, 10171.0, 10134.0, 10185.0, 10139.0, 10203.0, 10164.0, 10136.0, 10174.0, 10140.0, 10202.0, 10139.0, 10198.0, 10149.0, 10171.0, 10192.0, 10139.0, 10201.0, 10134.0, 10125.0, 10161.0, 10137.0, 10202.0, 10139.0, 10242.0, 10164.0, 10138.0, 10174.0, 10124.0, 10186.0, 10134.0, 10226.0, 10148.0, 10187.0, 10157.0, 10135.0, 10185.0, 10149.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.000277995444191344</td></tr>
<tr><td colspan=3>aqi</td><td>0.0198912423690205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.32497428319151</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1757083482674762</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851325876367749</td></tr>
<tr><td colspan=3>efc</td><td>0.5014</td></tr>
<tr><td colspan=3>fber</td><td>4571.9463</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06909321440180861</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.15186028853454822</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6543130776182378</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5353318486438874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.952600020513621</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4750073636972045</td></tr>
<tr><td colspan=3>gcor</td><td>0.00313617</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009516512043774128</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037520524114370346</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.609170765928225</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>14.7798</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.0887</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.3713</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>293256.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>1061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.7939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.4924</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3749.1547</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1121.0264</td></tr>
<tr><td colspan=3>tsnr</td><td>40.18395288812462</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>