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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-04/func/sub-0092_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>e243e29866c961a7aa6dfbde1dcd2d43</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>19:35:7.602500</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</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.0909118</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>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>456e61e5-d959-4691-81eb-d6135cb516c6||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['193507.602500', '193508.062500', '193508.522500', '193508.982500', '193509.442500', '193509.902500', '193510.362500', '193510.822500', '193511.282500', '193511.742500', '193512.202500', '193512.662500', '193513.122500', '193513.582500', '193514.042500', '193514.502500', '193514.962500', '193515.422500', '193515.882500', '193516.342500', '193516.802500', '193517.262500', '193517.722500', '193518.182500', '193518.642500', '193519.102500', '193519.562500', '193520.022500', '193520.482500', '193520.942500', '193521.402500', '193521.862500', '193522.322500', '193522.782500', '193523.242500', '193523.702500', '193524.162500', '193524.622500', '193525.082500', '193525.542500', '193526.002500', '193526.462500', '193526.922500', '193527.382500', '193527.842500', '193528.302500', '193528.762500', '193529.222500', '193529.682500', '193530.142500', '193530.602500', '193531.062500', '193531.522500', '193531.982500', '193532.442500', '193532.902500', '193533.362500', '193533.822500', '193534.282500', '193534.742500', '193535.202500', '193535.662500', '193536.122500', '193536.582500', '193537.042500', '193537.502500', '193537.962500', '193538.422500', '193538.882500', '193539.342500', '193539.802500', '193540.262500', '193540.722500', '193541.182500', '193541.642500', '193542.102500', '193542.562500', '193543.022500', '193543.482500', '193543.942500', '193544.402500', '193544.862500', '193545.322500', '193545.782500', '193546.242500', '193546.702500', '193547.162500', '193547.622500', '193548.082500', '193548.542500', '193549.002500', '193549.462500', '193549.922500', '193550.382500', '193550.842500', '193551.302500', '193551.762500', '193552.222500', '193552.682500', '193553.142500', '193553.602500', '193554.062500', '193554.522500', '193554.982500', '193555.442500', '193555.902500', '193556.362500', '193556.822500', '193557.282500', '193557.742500', '193558.202500', '193558.662500', '193559.122500', '193559.582500', '193600.042500', '193600.502500', '193600.962500', '193601.422500', '193601.882500', '193602.342500', '193602.802500', '193603.262500', '193603.722500', '193604.182500', '193604.642500', '193605.102500', '193605.562500', '193606.022500', '193606.482500', '193606.942500', '193607.402500', '193607.862500', '193608.322500', '193608.782500', '193609.242500', '193609.702500', '193610.162500', '193610.622500', '193611.082500', '193611.542500', '193612.002500', '193612.462500', '193612.922500', '193613.382500', '193613.842500', '193614.302500', '193614.762500', '193615.222500', '193615.682500', '193616.142500', '193616.602500', '193617.062500', '193617.522500', '193617.982500', '193618.442500', '193618.902500', '193619.362500', '193619.822500', '193620.282500', '193620.742500', '193621.202500', '193621.662500', '193622.122500', '193622.582500', '193623.042500', '193623.502500', '193623.962500', '193624.422500', '193624.882500', '193625.342500', '193625.802500', '193626.262500', '193626.722500', '193627.182500', '193627.642500', '193628.102500', '193628.562500', '193629.022500', '193629.482500', '193629.942500', '193630.402500', '193630.862500', '193631.322500', '193631.782500', '193632.242500', '193632.702500', '193633.162500', '193633.622500', '193634.082500', '193634.542500', '193635.002500', '193635.462500', '193635.922500', '193636.382500', '193636.842500', '193637.302500', '193637.762500', '193638.222500', '193638.682500', '193639.142500', '193639.602500', '193640.062500', '193640.522500', '193640.982500', '193641.442500', '193641.902500', '193642.362500', '193642.822500', '193643.282500', '193643.742500', '193644.202500', '193644.662500', '193645.122500', '193645.582500', '193646.042500', '193646.502500', '193646.962500', '193647.422500', '193647.882500', '193648.342500', '193648.802500', '193649.262500', '193649.722500', '193650.182500', '193650.642500', '193651.102500', '193651.562500', '193652.022500', '193652.482500', '193652.942500', '193653.402500', '193653.862500', '193654.322500', '193654.782500', '193655.242500', '193655.702500', '193656.162500', '193656.622500', '193657.082500', '193657.542500', '193658.002500', '193658.462500', '193658.922500', '193659.382500', '193659.842500', '193700.302500', '193700.762500', '193701.222500', '193701.682500', '193702.142500', '193702.602500', '193703.062500', '193703.522500', '193703.982500', '193704.442500', '193704.902500', '193705.362500', '193705.822500', '193706.282500', '193706.742500', '193707.202500', '193707.662500', '193708.122500', '193708.582500', '193709.042500', '193709.502500', '193709.962500', '193710.422500', '193710.882500', '193711.342500', '193711.802500', '193712.262500', '193712.722500', '193713.182500', '193713.642500', '193714.102500', '193714.562500', '193715.022500', '193715.482500', '193715.942500', '193716.402500', '193716.862500', '193717.322500', '193717.782500', '193718.242500', '193718.702500', '193719.162500', '193719.622500', '193720.082500', '193720.542500', '193721.002500', '193721.462500', '193721.922500', '193722.382500', '193722.842500', '193723.302500', '193723.762500', '193724.222500', '193724.682500', '193725.142500', '193725.602500', '193726.062500', '193726.522500', '193726.982500', '193727.442500', '193727.902500', '193728.362500', '193728.822500', '193729.282500', '193729.742500', '193730.202500', '193730.662500', '193731.122500', '193731.582500', '193732.042500', '193732.502500', '193732.962500', '193733.422500', '193733.882500', '193734.342500', '193734.802500', '193735.262500', '193735.722500', '193736.182500', '193736.642500', '193737.102500', '193737.562500', '193738.022500', '193738.482500', '193738.942500', '193739.402500', '193739.862500', '193740.322500', '193740.782500', '193741.242500', '193741.702500', '193742.162500', '193742.622500', '193743.082500', '193743.542500', '193744.002500', '193744.462500', '193744.922500', '193745.382500', '193745.842500', '193746.302500', '193746.762500', '193747.222500', '193747.682500', '193748.142500', '193748.602500', '193749.062500', '193749.522500', '193749.982500', '193750.442500', '193750.902500', '193751.362500', '193751.822500', '193752.282500', '193752.742500', '193753.202500', '193753.662500', '193754.122500', '193754.582500', '193755.042500', '193755.502500', '193755.962500', '193756.422500', '193756.882500', '193757.342500', '193757.802500', '193758.262500', '193758.722500', '193759.182500', '193759.642500', '193800.102500', '193800.562500', '193801.022500', '193801.482500', '193801.942500', '193802.402500', '193802.862500', '193803.322500', '193803.782500', '193804.242500', '193804.702500', '193805.162500', '193805.622500', '193806.082500', '193806.542500', '193807.002500', '193807.462500', '193807.922500', '193808.382500', '193808.842500', '193809.302500', '193809.762500', '193810.222500', '193810.682500', '193811.142500', '193811.602500', '193812.062500', '193812.522500', '193812.982500', '193813.442500', '193813.902500', '193814.362500', '193814.822500', '193815.282500', '193815.742500', '193816.202500', '193816.662500', '193817.122500', '193817.582500', '193818.042500', '193818.502500', '193818.962500', '193819.422500', '193819.882500', '193820.342500', '193820.802500', '193821.262500', '193821.722500', '193822.182500', '193822.642500', '193823.102500', '193823.562500', '193824.022500', '193824.482500', '193824.942500', '193825.402500', '193825.862500', '193826.322500', '193826.782500', '193827.242500', '193827.702500', '193828.162500', '193828.622500', '193829.082500', '193829.542500', '193830.002500', '193830.462500', '193830.922500', '193831.382500', '193831.842500', '193832.302500', '193832.762500', '193833.222500', '193833.682500', '193834.142500', '193834.602500', '193835.062500', '193835.522500', '193835.982500', '193836.442500', '193836.902500', '193837.362500', '193837.822500', '193838.282500', '193838.742500', '193839.202500', '193839.662500', '193840.122500', '193840.582500', '193841.042500', '193841.502500', '193841.962500', '193842.422500', '193842.882500', '193843.342500', '193843.802500', '193844.262500', '193844.722500', '193845.182500', '193845.642500', '193846.102500', '193846.562500', '193847.022500', '193847.482500', '193847.942500', '193848.402500', '193848.862500', '193849.322500', '193849.782500', '193850.242500', '193850.702500', '193851.162500', '193851.622500', '193852.082500', '193852.542500', '193853.002500', '193853.462500', '193853.922500', '193854.382500', '193854.842500', '193855.302500', '193855.762500', '193856.222500', '193856.682500', '193857.142500', '193857.602500', '193858.062500', '193858.522500', '193858.982500', '193859.442500', '193859.902500', '193900.362500', '193900.822500', '193901.282500', '193901.742500', '193902.202500', '193902.662500', '193903.122500', '193903.582500', '193904.042500', '193904.502500', '193904.962500', '193905.422500', '193905.882500', '193906.342500', '193906.802500', '193907.262500', '193907.722500', '193908.182500', '193908.642500', '193909.102500', '193909.562500', '193910.022500', '193910.482500', '193910.942500', '193911.402500', '193911.862500', '193912.322500', '193912.782500', '193913.242500', '193913.702500', '193914.162500', '193914.622500', '193915.082500', '193915.542500', '193916.002500', '193916.462500', '193916.922500', '193917.382500', '193917.842500', '193918.302500', '193918.762500', '193919.222500', '193919.682500', '193920.142500', '193920.602500', '193921.062500', '193921.522500', '193921.982500', '193922.442500', '193922.902500', '193923.362500', '193923.822500', '193924.282500', '193924.742500', '193925.202500', '193925.662500', '193926.122500', '193926.582500', '193927.042500', '193927.502500', '193927.962500', '193928.422500', '193928.882500', '193929.342500', '193929.802500', '193930.262500', '193930.722500', '193931.182500', '193931.642500', '193932.102500', '193932.562500', '193933.022500', '193933.482500', '193933.942500', '193934.402500', '193934.862500', '193935.322500', '193935.782500', '193936.242500', '193936.702500', '193937.162500', '193937.622500', '193938.082500', '193938.542500', '193939.002500', '193939.462500', '193939.922500', '193940.382500', '193940.842500', '193941.302500', '193941.762500', '193942.222500', '193942.682500', '193943.142500', '193943.602500', '193944.062500', '193944.522500', '193944.982500', '193945.442500', '193945.902500', '193946.362500', '193946.822500', '193947.282500', '193947.742500', '193948.202500', '193948.662500', '193949.122500', '193949.582500', '193950.042500', '193950.502500', '193950.962500', '193951.422500', '193951.882500', '193952.342500', '193952.802500', '193953.262500', '193953.722500', '193954.182500', '193954.642500', '193955.102500', '193955.562500', '193956.022500', '193956.482500', '193956.942500', '193957.402500', '193957.862500', '193958.322500', '193958.782500', '193959.242500', '193959.702500', '194000.162500', '194000.622500', '194001.082500', '194001.542500', '194002.002500', '194002.462500', '194002.922500', '194003.382500', '194003.842500', '194004.302500', '194004.762500', '194005.222500', '194005.682500', '194006.142500', '194006.602500', '194007.062500', '194007.522500', '194007.982500', '194008.442500', '194008.902500', '194009.362500', '194009.822500', '194010.282500', '194010.742500', '194011.202500', '194011.662500', '194012.122500', '194012.582500', '194013.042500', '194013.502500', '194013.962500', '194014.422500', '194014.882500', '194015.342500', '194015.802500', '194016.262500', '194016.722500', '194017.182500', '194017.642500', '194018.102500', '194018.562500', '194019.022500', '194019.482500', '194019.942500', '194020.402500', '194020.862500', '194021.322500', '194021.782500', '194022.242500', '194022.702500', '194023.162500', '194023.622500', '194024.082500', '194024.542500', '194025.002500', '194025.462500', '194025.922500', '194026.382500', '194026.842500', '194027.302500', '194027.762500', '194028.222500', '194028.682500', '194029.142500', '194029.602500', '194030.062500', '194030.522500', '194030.982500', '194031.442500', '194031.902500', '194032.362500', '194032.822500', '194033.282500', '194033.742500', '194034.202500', '194034.662500', '194035.122500', '194035.582500', '194036.042500', '194036.502500', '194036.962500', '194037.422500', '194037.882500', '194038.342500', '194038.802500', '194039.262500', '194039.722500', '194040.182500', '194040.642500', '194041.102500', '194041.562500', '194042.022500', '194042.482500', '194042.942500', '194043.402500', '194043.862500', '194044.322500', '194044.782500', '194045.242500', '194045.702500', '194046.162500', '194046.622500', '194047.082500', '194047.542500', '194048.002500', '194048.462500', '194048.922500', '194049.382500', '194049.842500', '194050.302500', '194050.762500', '194051.222500', '194051.682500', '194052.142500', '194052.602500', '194053.062500', '194053.522500', '194053.982500', '194054.442500', '194054.902500', '194055.362500', '194055.822500', '194056.282500', '194056.742500', '194057.202500', '194057.662500', '194058.122500', '194058.582500', '194059.042500', '194059.502500', '194059.962500', '194100.422500', '194100.882500', '194101.342500', '194101.802500', '194102.262500', '194102.722500', '194103.182500', '194103.642500', '194104.102500', '194104.562500', '194105.022500', '194105.482500', '194105.942500', '194106.402500', '194106.862500', '194107.322500', '194107.782500', '194108.242500', '194108.702500', '194109.162500', '194109.622500', '194110.082500', '194110.542500', '194111.002500', '194111.462500', '194111.922500', '194112.382500', '194112.842500', '194113.302500', '194113.762500', '194114.222500', '194114.682500', '194115.142500', '194115.602500', '194116.062500', '194116.522500', '194116.982500', '194117.442500', '194117.902500', '194118.362500', '194118.822500', '194119.282500', '194119.742500', '194120.202500', '194120.662500', '194121.122500', '194121.582500', '194122.042500', '194122.502500', '194122.962500', '194123.422500', '194123.882500', '194124.342500', '194124.802500', '194125.262500', '194125.722500', '194126.182500', '194126.642500', '194127.102500', '194127.562500', '194128.022500', '194128.482500', '194128.942500', '194129.402500', '194129.862500', '194130.322500', '194130.782500', '194131.242500', '194131.702500', '194132.162500', '194132.622500', '194133.082500', '194133.542500', '194134.002500', '194134.462500', '194134.922500', '194135.382500', '194135.842500', '194136.302500', '194136.762500', '194137.222500', '194137.682500', '194138.142500', '194138.602500', '194139.062500', '194139.522500', '194139.982500', '194140.442500', '194140.902500', '194141.362500', '194141.822500', '194142.282500', '194142.742500', '194143.202500', '194143.662500', '194144.122500', '194144.582500', '194145.042500', '194145.502500', '194145.962500', '194146.422500', '194146.882500', '194147.342500', '194147.802500', '194148.262500', '194148.722500', '194149.182500', '194149.642500', '194150.102500', '194150.562500', '194151.022500', '194151.482500', '194151.942500', '194152.402500', '194152.862500', '194153.322500', '194153.782500', '194154.242500', '194154.702500', '194155.162500', '194155.622500', '194156.082500', '194156.542500', '194157.002500', '194157.462500', '194157.922500', '194158.382500', '194158.842500', '194159.302500', '194159.762500', '194200.222500', '194200.682500', '194201.142500', '194201.602500', '194202.062500', '194202.522500', '194202.982500', '194203.442500', '194203.902500', '194204.362500', '194204.822500', '194205.282500', '194205.742500', '194206.202500', '194206.662500', '194207.122500', '194207.582500', '194208.042500', '194208.502500', '194208.962500', '194209.422500', '194209.882500', '194210.342500', '194210.802500', '194211.262500', '194211.722500', '194212.182500', '194212.642500', '194213.102500', '194213.562500', '194214.022500', '194214.482500', '194214.942500', '194215.402500', '194215.862500', '194216.322500', '194216.782500', '194217.242500', '194217.702500', '194218.162500', '194218.622500', '194219.082500', '194219.542500', '194220.002500', '194220.462500', '194220.922500', '194221.382500', '194221.842500', '194222.302500', '194222.762500', '194223.222500', '194223.682500', '194224.142500', '194224.602500', '194225.062500', '194225.522500', '194225.982500', '194226.442500', '194226.902500', '194227.362500', '194227.822500', '194228.282500', '194228.742500', '194229.202500', '194229.662500', '194230.122500', '194230.582500', '194231.042500', '194231.502500', '194231.962500', '194232.422500', '194232.882500', '194233.342500', '194233.802500', '194234.262500', '194234.722500', '194235.182500', '194235.642500', '194236.102500', '194236.562500', '194237.022500', '194237.482500', '194237.942500', '194238.402500', '194238.862500', '194239.322500', '194239.782500', '194240.242500', '194240.702500', '194241.162500', '194241.622500', '194242.082500', '194242.542500', '194243.002500', '194243.462500', '194243.922500', '194244.382500', '194244.842500', '194245.302500', '194245.762500', '194246.222500', '194246.682500', '194247.142500', '194247.602500', '194248.062500', '194248.522500', '194248.982500', '194249.442500', '194249.902500', '194250.362500', '194250.822500', '194251.282500', '194251.742500', '194252.202500', '194252.662500', '194253.122500', '194253.582500', '194254.042500', '194254.502500', '194254.962500', '194255.422500', '194255.882500', '194256.342500', '194256.802500', '194257.262500', '194257.722500', '194258.182500', '194258.642500', '194259.102500', '194259.562500', '194300.022500', '194300.482500', '194300.942500', '194301.402500', '194301.862500', '194302.322500', '194302.782500', '194303.242500', '194303.702500', '194304.162500', '194304.622500', '194305.082500', '194305.542500', '194306.002500', '194306.462500', '194306.922500', '194307.382500', '194307.842500', '194308.302500', '194308.762500', '194309.222500', '194309.682500', '194310.142500', '194310.602500', '194311.062500', '194311.522500', '194311.982500', '194312.442500', '194312.902500', '194313.362500', '194313.822500', '194314.282500', '194314.742500', '194315.202500', '194315.662500', '194316.122500', '194316.582500', '194317.042500', '194317.502500', '194317.962500', '194318.422500', '194318.882500', '194319.342500', '194319.802500', '194320.262500', '194320.722500', '194321.182500', '194321.642500', '194322.102500', '194322.562500', '194323.022500', '194323.482500', '194323.942500', '194324.402500', '194324.862500', '194325.322500', '194325.782500', '194326.242500', '194326.702500', '194327.162500', '194327.622500', '194328.082500', '194328.542500', '194329.002500', '194329.462500', '194329.922500', '194330.382500', '194330.842500', '194331.302500', '194331.762500', '194332.222500', '194332.682500', '194333.142500', '194333.602500', '194334.062500', '194334.522500', '194334.982500', '194335.442500', '194335.902500', '194336.362500', '194336.822500', '194337.282500', '194337.742500', '194338.202500', '194338.662500', '194339.122500', '194339.582500', '194340.042500', '194340.502500', '194340.962500', '194341.422500', '194341.882500', '194342.342500', '194342.802500', '194343.262500', '194343.722500', '194344.182500', '194344.642500', '194345.102500', '194345.562500', '194346.022500', '194346.482500', '194346.942500', '194347.402500', '194347.862500', '194348.322500', '194348.782500', '194349.242500', '194349.702500', '194350.162500', '194350.622500', '194351.082500', '194351.542500', '194352.002500', '194352.462500', '194352.922500', '194353.382500', '194353.842500', '194354.302500', '194354.762500', '194355.222500', '194355.682500', '194356.142500', '194356.602500', '194357.062500', '194357.522500', '194357.982500', '194358.442500', '194358.902500', '194359.362500', '194359.822500', '194400.282500', '194400.742500', '194401.202500', '194401.662500', '194402.122500', '194402.582500', '194403.042500', '194403.502500', '194403.962500', '194404.422500', '194404.882500', '194405.342500', '194405.802500', '194406.262500', '194406.722500', '194407.182500', '194407.642500', '194408.102500', '194408.562500', '194409.022500', '194409.482500', '194409.942500', '194410.402500', '194410.862500', '194411.322500', '194411.782500', '194412.242500', '194412.702500', '194413.162500', '194413.622500', '194414.082500', '194414.542500', '194415.002500', '194415.462500', '194415.922500', '194416.382500', '194416.842500', '194417.302500', '194417.762500', '194418.222500', '194418.682500', '194419.142500', '194419.602500', '194420.062500', '194420.522500', '194420.982500', '194421.442500', '194421.902500', '194422.362500', '194422.822500', '194423.282500', '194423.742500', '194424.202500', '194424.662500', '194425.122500', '194425.582500', '194426.042500', '194426.502500', '194426.962500', '194427.422500', '194427.882500', '194428.342500', '194428.802500', '194429.262500', '194429.722500', '194430.182500', '194430.642500', '194431.102500', '194431.562500', '194432.022500', '194432.482500', '194432.942500', '194433.402500', '194433.862500', '194434.322500', '194434.782500', '194435.242500', '194435.702500', '194436.162500', '194436.622500', '194437.082500', '194437.542500', '194438.002500', '194438.462500', '194438.922500', '194439.382500', '194439.842500', '194440.302500', '194440.762500', '194441.222500', '194441.682500', '194442.142500', '194442.602500', '194443.062500', '194443.522500', '194443.982500', '194444.442500', '194444.902500', '194445.362500', '194445.822500', '194446.282500', '194446.742500', '194447.202500', '194447.662500', '194448.122500', '194448.582500', '194449.042500', '194449.502500', '194449.962500', '194450.422500', '194450.882500', '194451.342500', '194451.802500', '194452.262500', '194452.722500', '194453.182500', '194453.642500', '194454.102500', '194454.562500', '194455.022500', '194455.482500', '194455.942500', '194456.402500', '194456.862500', '194457.322500', '194457.782500', '194458.242500', '194458.702500', '194459.162500', '194459.622500', '194500.082500', '194500.542500', '194501.002500', '194501.462500', '194501.922500', '194502.382500', '194502.842500', '194503.302500', '194503.762500', '194504.222500', '194504.682500', '194505.142500', '194505.602500', '194506.062500', '194506.522500', '194506.982500', '194507.442500', '194507.902500', '194508.362500', '194508.822500', '194509.282500', '194509.742500', '194510.202500', '194510.662500', '194511.122500', '194511.582500', '194512.042500', '194512.502500', '194512.962500', '194513.422500', '194513.882500', '194514.342500', '194514.802500', '194515.262500'], 'ContentTime': ['193528.399000', '193528.402000', '193528.405000', '193528.408000', '193528.411000', '193528.413000', '193528.416000', '193528.419000', '193528.421000', '193528.424000', '193528.426000', '193528.429000', '193528.431000', '193528.434000', '193528.437000', '193528.439000', '193528.442000', '193528.445000', '193528.447000', '193528.450000', '193528.460000', '193528.463000', '193528.465000', '193528.468000', '193528.470000', '193528.473000', '193528.475000', '193528.478000', '193528.481000', '193528.483000', '193528.486000', '193528.488000', '193528.491000', '193528.494000', '193528.496000', '193528.499000', '193528.501000', '193528.504000', '193528.506000', '193528.509000', '193528.511000', '193528.514000', '193548.360000', '193548.363000', '193548.366000', '193548.369000', '193548.371000', '193548.374000', '193548.376000', '193548.379000', '193548.381000', '193548.384000', '193548.386000', '193548.389000', '193548.392000', '193548.394000', '193548.397000', '193548.399000', '193548.402000', '193548.404000', '193548.407000', '193548.410000', '193548.412000', '193548.415000', '193548.417000', '193548.420000', '193548.422000', '193548.425000', '193548.427000', '193548.430000', '193548.433000', '193548.435000', '193548.438000', '193548.440000', '193548.443000', '193548.445000', '193548.448000', '193548.451000', '193548.453000', '193548.456000', '193548.458000', '193548.461000', '193548.463000', '193548.474000', '193548.477000', '193548.479000', '193608.361000', '193608.363000', '193608.366000', '193608.369000', '193608.371000', '193608.374000', '193608.376000', '193608.379000', '193608.381000', '193608.384000', '193608.386000', '193608.389000', '193608.392000', '193608.394000', '193608.397000', '193608.399000', '193608.402000', '193608.404000', '193608.407000', '193608.410000', '193608.414000', '193608.417000', '193608.419000', '193608.422000', '193608.424000', '193608.427000', '193608.430000', '193608.432000', '193608.435000', '193608.438000', '193608.440000', '193608.443000', '193608.445000', '193608.448000', '193608.450000', '193608.453000', '193608.457000', '193608.460000', '193608.462000', '193608.472000', '193608.475000', '193608.477000', '193608.480000', '193628.361000', '193628.363000', '193628.366000', '193628.369000', '193628.371000', '193628.374000', '193628.376000', '193628.379000', '193628.381000', '193628.384000', '193628.386000', '193628.389000', '193628.392000', '193628.394000', '193628.397000', '193628.399000', '193628.402000', '193628.405000', '193628.407000', '193628.410000', '193628.412000', '193628.415000', '193628.418000', '193628.420000', '193628.423000', '193628.425000', '193628.428000', '193628.431000', '193628.433000', '193628.436000', '193628.439000', '193628.441000', '193628.444000', '193628.447000', '193628.449000', '193628.452000', '193628.454000', '193628.457000', '193628.460000', '193628.462000', '193628.465000', '193628.467000', '193628.470000', '193628.473000', '193648.360000', '193648.363000', '193648.366000', '193648.368000', '193648.371000', '193648.374000', '193648.376000', '193648.379000', '193648.381000', '193648.384000', '193648.386000', '193648.389000', '193648.392000', '193648.394000', '193648.397000', '193648.399000', '193648.402000', '193648.405000', '193648.407000', '193648.410000', '193648.412000', '193648.415000', '193648.417000', '193648.420000', '193648.423000', '193648.425000', '193648.428000', '193648.430000', '193648.433000', '193648.436000', '193648.438000', '193648.441000', '193648.443000', '193648.446000', '193648.448000', '193648.451000', '193648.454000', '193648.456000', '193648.490000', '193648.493000', '193648.496000', '193648.498000', '193648.501000', '193708.360000', '193708.363000', '193708.366000', '193708.369000', '193708.371000', '193708.374000', '193708.376000', '193708.379000', '193708.381000', '193708.384000', '193708.387000', '193708.389000', '193708.392000', '193708.394000', '193708.397000', '193708.399000', '193708.402000', '193708.405000', '193708.407000', '193708.410000', '193708.412000', '193708.415000', '193708.417000', '193708.420000', '193708.423000', '193708.425000', '193708.428000', '193708.430000', '193708.465000', '193708.467000', '193708.470000', '193708.472000', '193708.475000', '193708.477000', '193708.480000', '193708.483000', '193708.485000', '193708.488000', '193708.491000', '193708.493000', '193708.496000', '193708.498000', '193708.501000', '193708.504000', '193728.360000', '193728.363000', '193728.366000', '193728.368000', '193728.371000', '193728.374000', '193728.376000', '193728.379000', '193728.381000', '193728.384000', '193728.387000', '193728.389000', '193728.392000', '193728.394000', '193728.397000', '193728.400000', '193728.402000', '193728.405000', '193728.407000', '193728.410000', '193728.412000', '193728.415000', '193728.418000', '193728.420000', '193728.423000', '193728.425000', '193728.428000', '193728.431000', '193728.433000', '193728.436000', '193728.438000', '193728.441000', '193728.444000', '193728.446000', '193728.449000', '193728.452000', '193728.455000', '193728.458000', '193728.461000', '193728.463000', '193728.466000', '193728.469000', '193728.471000', '193748.359000', '193748.362000', '193748.365000', '193748.367000', '193748.370000', '193748.372000', '193748.375000', '193748.378000', '193748.380000', '193748.383000', '193748.385000', '193748.388000', '193748.391000', '193748.393000', '193748.396000', '193748.398000', '193748.401000', '193748.403000', '193748.406000', '193748.408000', '193748.411000', '193748.413000', '193748.416000', '193748.419000', '193748.421000', '193748.424000', '193748.426000', '193748.429000', '193748.432000', '193748.434000', '193748.437000', '193748.439000', '193748.442000', '193748.444000', '193748.447000', '193748.449000', '193748.452000', '193748.455000', '193748.457000', '193748.460000', '193748.462000', '193748.465000', '193748.468000', '193748.470000', '193808.360000', '193808.370000', '193808.372000', '193808.375000', '193808.378000', '193808.380000', '193808.383000', '193808.385000', '193808.388000', '193808.391000', '193808.393000', '193808.396000', '193808.398000', '193808.401000', '193808.403000', '193808.406000', '193808.409000', '193808.411000', '193808.414000', '193808.416000', '193808.419000', '193808.422000', '193808.424000', '193808.427000', '193808.429000', '193808.432000', '193808.435000', '193808.437000', '193808.440000', '193808.442000', '193808.445000', '193808.448000', '193808.450000', '193808.453000', '193808.455000', '193808.458000', '193808.461000', '193808.464000', '193808.467000', '193808.470000', '193808.473000', '193808.475000', '193808.478000', '193828.360000', '193828.363000', '193828.366000', '193828.368000', '193828.371000', '193828.374000', '193828.376000', '193828.379000', '193828.382000', '193828.384000', '193828.387000', '193828.389000', '193828.392000', '193828.395000', '193828.397000', '193828.400000', '193828.402000', '193828.405000', '193828.407000', '193828.410000', '193828.413000', '193828.415000', '193828.418000', '193828.420000', '193828.423000', '193828.426000', '193828.428000', '193828.431000', '193828.433000', '193828.436000', '193828.439000', '193828.441000', '193828.444000', '193828.446000', '193828.449000', '193828.475000', '193828.478000', '193828.480000', '193828.483000', '193828.485000', '193828.488000', '193828.510000', '193828.513000', '193828.515000', '193848.361000', '193848.364000', '193848.366000', '193848.369000', '193848.371000', '193848.374000', '193848.377000', '193848.379000', '193848.382000', '193848.384000', '193848.387000', '193848.389000', '193848.392000', '193848.395000', '193848.397000', '193848.400000', '193848.402000', '193848.405000', '193848.407000', '193848.410000', '193848.413000', '193848.415000', '193848.418000', '193848.421000', '193848.423000', '193848.426000', '193848.428000', '193848.431000', '193848.434000', '193848.436000', '193848.439000', '193848.441000', '193848.444000', '193848.447000', '193848.449000', '193848.452000', '193848.455000', '193848.457000', '193848.460000', '193848.462000', '193848.465000', '193848.468000', '193848.470000', '193908.362000', '193908.365000', '193908.368000', '193908.370000', '193908.373000', '193908.375000', '193908.378000', '193908.381000', '193908.383000', '193908.386000', '193908.388000', '193908.391000', '193908.393000', '193908.396000', '193908.399000', '193908.401000', '193908.404000', '193908.406000', '193908.409000', '193908.411000', '193908.414000', '193908.417000', '193908.419000', '193908.422000', '193908.424000', '193908.427000', '193908.429000', '193908.432000', '193908.435000', '193908.437000', '193908.440000', '193908.442000', '193908.445000', '193908.448000', '193908.450000', '193908.453000', '193908.455000', '193908.458000', '193908.460000', '193908.463000', '193908.466000', '193908.468000', '193908.471000', '193908.473000', '193928.360000', '193928.363000', '193928.366000', '193928.369000', '193928.371000', '193928.374000', '193928.376000', '193928.379000', '193928.382000', '193928.384000', '193928.387000', '193928.389000', '193928.392000', '193928.394000', '193928.397000', '193928.400000', '193928.402000', '193928.405000', '193928.407000', '193928.410000', '193928.413000', '193928.415000', '193928.418000', '193928.420000', '193928.423000', '193928.425000', '193928.428000', '193928.430000', '193928.433000', '193928.436000', '193928.438000', '193928.441000', '193928.443000', '193928.446000', '193928.449000', '193928.451000', '193928.454000', '193928.456000', '193928.459000', '193928.462000', '193928.464000', '193928.467000', '193928.469000', '193948.360000', '193948.363000', '193948.366000', '193948.369000', '193948.371000', '193948.374000', '193948.376000', '193948.379000', '193948.382000', '193948.384000', '193948.387000', '193948.389000', '193948.392000', '193948.395000', '193948.397000', '193948.400000', '193948.402000', '193948.405000', '193948.408000', '193948.410000', '193948.413000', '193948.415000', '193948.418000', '193948.421000', '193948.423000', '193948.426000', '193948.428000', '193948.431000', '193948.433000', '193948.436000', '193948.439000', '193948.441000', '193948.444000', '193948.446000', '193948.449000', '193948.452000', '193948.454000', '193948.457000', '193948.459000', '193948.462000', '193948.464000', '193948.467000', '193948.470000', '193948.472000', '194008.360000', '194008.363000', '194008.365000', '194008.368000', '194008.371000', '194008.373000', '194008.376000', '194008.379000', '194008.382000', '194008.385000', '194008.387000', '194008.390000', '194008.392000', '194008.395000', '194008.398000', '194008.416000', '194008.419000', '194008.422000', '194008.424000', '194008.427000', '194008.429000', '194008.432000', '194008.435000', '194008.437000', '194008.440000', '194008.442000', '194008.445000', '194008.448000', '194008.450000', '194008.453000', '194008.455000', '194008.458000', '194008.461000', '194008.463000', '194008.466000', '194008.469000', '194008.471000', '194008.474000', '194008.476000', '194008.479000', '194008.481000', '194008.484000', '194008.487000', '194028.361000', '194028.364000', '194028.366000', '194028.369000', '194028.372000', '194028.374000', '194028.377000', '194028.379000', '194028.382000', '194028.384000', '194028.387000', '194028.390000', '194028.392000', '194028.395000', '194028.397000', '194028.400000', '194028.403000', '194028.405000', '194028.408000', '194028.410000', '194028.413000', '194028.416000', '194028.418000', '194028.421000', '194028.423000', '194028.426000', '194028.429000', '194028.431000', '194028.434000', '194028.436000', '194028.439000', '194028.442000', '194028.444000', '194028.447000', '194028.450000', '194028.452000', '194028.455000', '194028.457000', '194028.460000', '194028.463000', '194028.466000', '194028.469000', '194028.471000', '194048.361000', '194048.363000', '194048.366000', '194048.369000', '194048.371000', '194048.374000', '194048.377000', '194048.379000', '194048.382000', '194048.384000', '194048.387000', '194048.390000', '194048.392000', '194048.395000', '194048.397000', '194048.400000', '194048.403000', '194048.405000', '194048.408000', '194048.410000', '194048.413000', '194048.416000', '194048.418000', '194048.421000', '194048.423000', '194048.426000', '194048.428000', '194048.431000', '194048.434000', '194048.436000', '194048.439000', '194048.442000', '194048.444000', '194048.447000', '194048.449000', '194048.452000', '194048.455000', '194048.457000', '194048.460000', '194048.463000', '194048.465000', '194048.468000', '194048.470000', '194048.473000', '194108.361000', '194108.364000', '194108.366000', '194108.369000', '194108.371000', '194108.375000', '194108.378000', '194108.381000', '194108.384000', '194108.386000', '194108.389000', '194108.391000', '194108.394000', '194108.397000', '194108.399000', '194108.402000', '194108.404000', '194108.407000', '194108.410000', '194108.412000', '194108.415000', '194108.417000', '194108.420000', '194108.422000', '194108.425000', '194108.428000', '194108.431000', '194108.433000', '194108.436000', '194108.439000', '194108.441000', '194108.444000', '194108.446000', '194108.449000', '194108.452000', '194108.454000', '194108.457000', '194108.459000', '194108.462000', '194108.465000', '194108.467000', '194108.470000', '194108.473000', '194128.360000', '194128.363000', '194128.366000', '194128.368000', '194128.371000', '194128.374000', '194128.376000', '194128.379000', '194128.381000', '194128.384000', '194128.387000', '194128.390000', '194128.393000', '194128.396000', '194128.398000', '194128.401000', '194128.403000', '194128.406000', '194128.409000', '194128.411000', '194128.414000', '194128.416000', '194128.419000', '194128.422000', '194128.424000', '194128.427000', '194128.429000', '194128.443000', '194128.445000', '194128.448000', '194128.450000', '194128.453000', '194128.455000', '194128.458000', '194128.461000', '194128.463000', '194128.466000', '194128.468000', '194128.471000', '194128.474000', '194128.476000', '194128.479000', '194128.482000', '194128.484000', '194148.360000', '194148.363000', '194148.366000', '194148.368000', '194148.371000', '194148.374000', '194148.376000', '194148.379000', '194148.381000', '194148.384000', '194148.388000', '194148.391000', '194148.393000', '194148.396000', '194148.398000', '194148.401000', '194148.404000', '194148.406000', '194148.409000', '194148.411000', '194148.414000', '194148.417000', '194148.419000', '194148.422000', '194148.424000', '194148.427000', '194148.430000', '194148.432000', '194148.435000', '194148.437000', '194148.440000', '194148.443000', '194148.445000', '194148.448000', '194148.450000', '194148.453000', '194148.455000', '194148.458000', '194148.461000', '194148.463000', '194148.466000', '194148.469000', '194148.471000', '194208.361000', '194208.363000', '194208.366000', '194208.369000', '194208.371000', '194208.374000', '194208.376000', '194208.379000', '194208.382000', '194208.384000', '194208.387000', '194208.389000', '194208.392000', '194208.395000', '194208.397000', '194208.400000', '194208.402000', '194208.405000', '194208.408000', '194208.410000', '194208.413000', '194208.415000', '194208.418000', '194208.421000', '194208.423000', '194208.426000', '194208.428000', '194208.431000', '194208.434000', '194208.436000', '194208.439000', '194208.441000', '194208.444000', '194208.446000', '194208.449000', '194208.452000', '194208.454000', '194208.457000', '194208.459000', '194208.462000', '194208.465000', '194208.467000', '194208.470000', '194208.472000', '194228.361000', '194228.363000', '194228.366000', '194228.369000', '194228.371000', '194228.374000', '194228.376000', '194228.379000', '194228.381000', '194228.384000', '194228.387000', '194228.389000', '194228.392000', '194228.396000', '194228.399000', '194228.401000', '194228.404000', '194228.407000', '194228.409000', '194228.412000', '194228.415000', '194228.418000', '194228.421000', '194228.424000', '194228.426000', '194228.429000', '194228.432000', '194228.434000', '194228.437000', '194228.439000', '194228.442000', '194228.444000', '194228.447000', '194228.450000', '194228.452000', '194228.455000', '194228.458000', '194228.460000', '194228.463000', '194228.466000', '194228.468000', '194228.471000', '194228.474000', '194248.361000', '194248.364000', '194248.366000', '194248.369000', '194248.371000', '194248.374000', '194248.376000', '194248.379000', '194248.382000', '194248.385000', '194248.387000', '194248.390000', '194248.393000', '194248.395000', '194248.398000', '194248.400000', '194248.403000', '194248.406000', '194248.408000', '194248.411000', '194248.413000', '194248.416000', '194248.419000', '194248.421000', '194248.424000', '194248.427000', '194248.429000', '194248.432000', '194248.434000', '194248.437000', '194248.440000', '194248.442000', '194248.445000', '194248.447000', '194248.450000', '194248.453000', '194248.455000', '194248.458000', '194248.472000', '194248.475000', '194248.478000', '194248.480000', '194248.483000', '194248.485000', '194308.360000', '194308.363000', '194308.366000', '194308.369000', '194308.371000', '194308.374000', '194308.376000', '194308.379000', '194308.381000', '194308.384000', '194308.387000', '194308.389000', '194308.392000', '194308.395000', '194308.398000', '194308.401000', '194308.404000', '194308.407000', '194308.409000', '194308.412000', '194308.414000', '194308.417000', '194308.420000', '194308.422000', '194308.425000', '194308.427000', '194308.430000', '194308.433000', '194308.435000', '194308.438000', '194308.440000', '194308.443000', '194308.446000', '194308.448000', '194308.451000', '194308.453000', '194308.456000', '194308.459000', '194308.461000', '194308.464000', '194308.466000', '194308.469000', '194308.472000', '194328.361000', '194328.364000', '194328.366000', '194328.369000', '194328.371000', '194328.374000', '194328.377000', '194328.379000', '194328.382000', '194328.385000', '194328.387000', '194328.390000', '194328.392000', '194328.395000', '194328.397000', '194328.400000', '194328.403000', '194328.405000', '194328.408000', '194328.410000', '194328.413000', '194328.416000', '194328.418000', '194328.421000', '194328.424000', '194328.426000', '194328.429000', '194328.432000', '194328.434000', '194328.437000', '194328.439000', '194328.442000', '194328.445000', '194328.447000', '194328.450000', '194328.452000', '194328.455000', '194328.458000', '194328.460000', '194328.463000', '194328.465000', '194328.468000', '194328.471000', '194328.473000', '194348.361000', '194348.363000', '194348.366000', '194348.369000', '194348.371000', '194348.374000', '194348.376000', '194348.379000', '194348.382000', '194348.384000', '194348.387000', '194348.389000', '194348.392000', '194348.395000', '194348.397000', '194348.400000', '194348.402000', '194348.405000', '194348.408000', '194348.410000', '194348.413000', '194348.416000', '194348.418000', '194348.421000', '194348.423000', '194348.426000', '194348.428000', '194348.431000', '194348.435000', '194348.438000', '194348.440000', '194348.443000', '194348.446000', '194348.448000', '194348.451000', '194348.455000', '194348.458000', '194348.460000', '194348.463000', '194348.465000', '194348.468000', '194348.471000', '194348.473000', '194408.360000', '194408.363000', '194408.366000', '194408.369000', '194408.371000', '194408.374000', '194408.376000', '194408.379000', '194408.382000', '194408.384000', '194408.387000', '194408.389000', '194408.392000', '194408.395000', '194408.397000', '194408.400000', '194408.402000', '194408.405000', '194408.408000', '194408.410000', '194408.450000', '194408.453000', '194408.455000', '194408.458000', '194408.460000', '194408.463000', '194408.466000', '194408.468000', '194408.471000', '194408.473000', '194408.476000', '194408.479000', '194408.481000', '194408.484000', '194408.486000', '194408.489000', '194408.492000', '194408.494000', '194408.497000', '194408.499000', '194408.502000', '194408.505000', '194408.507000', '194408.510000', '194428.360000', '194428.362000', '194428.365000', '194428.368000', '194428.370000', '194428.373000', '194428.376000', '194428.378000', '194428.381000', '194428.383000', '194428.386000', '194428.389000', '194428.391000', '194428.394000', '194428.397000', '194428.399000', '194428.402000', '194428.404000', '194428.407000', '194428.410000', '194428.412000', '194428.415000', '194428.418000', '194428.422000', '194428.424000', '194428.427000', '194428.430000', '194428.432000', '194428.435000', '194428.437000', '194428.440000', '194428.443000', '194428.445000', '194428.448000', '194428.451000', '194428.453000', '194428.456000', '194428.458000', '194428.461000', '194428.464000', '194428.466000', '194428.469000', '194428.471000', '194448.361000', '194448.363000', '194448.366000', '194448.369000', '194448.371000', '194448.374000', '194448.377000', '194448.379000', '194448.382000', '194448.384000', '194448.387000', '194448.390000', '194448.392000', '194448.395000', '194448.397000', '194448.400000', '194448.403000', '194448.405000', '194448.408000', '194448.411000', '194448.413000', '194448.416000', '194448.418000', '194448.421000', '194448.424000', '194448.426000', '194448.429000', '194448.431000', '194448.434000', '194448.436000', '194448.439000', '194448.442000', '194448.444000', '194448.447000', '194448.450000', '194448.452000', '194448.455000', '194448.457000', '194448.460000', '194448.463000', '194448.465000', '194448.468000', '194448.470000', '194448.473000', '194508.361000', '194508.363000', '194508.366000', '194508.369000', '194508.371000', '194508.374000', '194508.377000', '194508.379000', '194508.382000', '194508.384000', '194508.387000', '194508.390000', '194508.392000', '194508.395000', '194508.398000', '194508.400000', '194508.403000', '194508.405000', '194508.408000', '194508.411000', '194508.413000', '194508.416000', '194508.419000', '194508.421000', '194508.424000', '194508.427000', '194508.429000', '194508.432000', '194508.434000', '194508.437000', '194508.440000', '194508.443000', '194508.446000', '194508.449000', '194508.452000', '194508.454000', '194508.457000', '194508.460000', '194508.462000', '194508.465000', '194508.468000', '194508.470000', '194508.473000', '194516.743000', '194516.746000', '194516.749000', '194516.752000', '194516.754000', '194516.757000', '194516.760000', '194516.763000', '194516.765000', '194516.768000', '194516.771000', '194516.774000', '194516.777000', '194516.781000', '194516.784000', '194516.788000', '194516.791000', '194516.804000', '194516.807000'], 'InstanceCreationTime': ['193528.399000', '193528.402000', '193528.405000', '193528.408000', '193528.411000', '193528.413000', '193528.416000', '193528.419000', '193528.421000', '193528.424000', '193528.426000', '193528.429000', '193528.431000', '193528.434000', '193528.437000', '193528.439000', '193528.442000', '193528.445000', '193528.447000', '193528.450000', '193528.460000', '193528.463000', '193528.465000', '193528.468000', '193528.470000', '193528.473000', '193528.475000', '193528.478000', '193528.481000', '193528.483000', '193528.486000', '193528.488000', '193528.491000', '193528.494000', '193528.496000', '193528.499000', '193528.501000', '193528.504000', '193528.506000', '193528.509000', '193528.511000', '193528.514000', '193548.360000', '193548.363000', '193548.366000', '193548.369000', '193548.371000', '193548.374000', '193548.376000', '193548.379000', '193548.381000', '193548.384000', '193548.386000', '193548.389000', '193548.392000', '193548.394000', '193548.397000', '193548.399000', '193548.402000', '193548.404000', '193548.407000', '193548.410000', '193548.412000', '193548.415000', '193548.417000', '193548.420000', '193548.422000', '193548.425000', '193548.427000', '193548.430000', '193548.433000', '193548.435000', '193548.438000', '193548.440000', '193548.443000', '193548.445000', '193548.448000', '193548.451000', '193548.453000', '193548.456000', '193548.458000', '193548.461000', '193548.463000', '193548.474000', '193548.477000', '193548.479000', '193608.361000', '193608.363000', '193608.366000', '193608.369000', '193608.371000', '193608.374000', '193608.376000', '193608.379000', '193608.381000', '193608.384000', '193608.386000', '193608.389000', '193608.392000', '193608.394000', '193608.397000', '193608.399000', '193608.402000', '193608.404000', '193608.407000', '193608.410000', '193608.414000', '193608.417000', '193608.419000', '193608.422000', '193608.424000', '193608.427000', '193608.430000', '193608.432000', '193608.435000', '193608.438000', '193608.440000', '193608.443000', '193608.445000', '193608.448000', '193608.450000', '193608.453000', '193608.457000', '193608.460000', '193608.462000', '193608.472000', '193608.475000', '193608.477000', '193608.480000', '193628.361000', '193628.363000', '193628.366000', '193628.369000', '193628.371000', '193628.374000', '193628.376000', '193628.379000', '193628.381000', '193628.384000', '193628.386000', '193628.389000', '193628.392000', '193628.394000', '193628.397000', '193628.399000', '193628.402000', '193628.405000', '193628.407000', '193628.410000', '193628.412000', '193628.415000', '193628.418000', '193628.420000', '193628.423000', '193628.425000', '193628.428000', '193628.431000', '193628.433000', '193628.436000', '193628.439000', '193628.441000', '193628.444000', '193628.447000', '193628.449000', '193628.452000', '193628.454000', '193628.457000', '193628.460000', '193628.462000', '193628.465000', '193628.467000', '193628.470000', '193628.473000', '193648.360000', '193648.363000', '193648.366000', '193648.368000', '193648.371000', '193648.374000', '193648.376000', '193648.379000', '193648.381000', '193648.384000', '193648.386000', '193648.389000', '193648.392000', '193648.394000', '193648.397000', '193648.399000', '193648.402000', '193648.405000', '193648.407000', '193648.410000', '193648.412000', '193648.415000', '193648.417000', '193648.420000', '193648.423000', '193648.425000', '193648.428000', '193648.430000', '193648.433000', '193648.436000', '193648.438000', '193648.441000', '193648.443000', '193648.446000', '193648.448000', '193648.451000', '193648.454000', '193648.456000', '193648.490000', '193648.493000', '193648.496000', '193648.498000', '193648.501000', '193708.360000', '193708.363000', '193708.366000', '193708.369000', '193708.371000', '193708.374000', '193708.376000', '193708.379000', '193708.381000', '193708.384000', '193708.387000', '193708.389000', '193708.392000', '193708.394000', '193708.397000', '193708.399000', '193708.402000', '193708.405000', '193708.407000', '193708.410000', '193708.412000', '193708.415000', '193708.417000', '193708.420000', '193708.423000', '193708.425000', '193708.428000', '193708.430000', '193708.465000', '193708.467000', '193708.470000', '193708.472000', '193708.475000', '193708.477000', '193708.480000', '193708.483000', '193708.485000', '193708.488000', '193708.491000', '193708.493000', '193708.496000', '193708.498000', '193708.501000', '193708.504000', '193728.360000', '193728.363000', '193728.366000', '193728.368000', '193728.371000', '193728.374000', '193728.376000', '193728.379000', '193728.381000', '193728.384000', '193728.387000', '193728.389000', '193728.392000', '193728.394000', '193728.397000', '193728.400000', '193728.402000', '193728.405000', '193728.407000', '193728.410000', '193728.412000', '193728.415000', '193728.418000', '193728.420000', '193728.423000', '193728.425000', '193728.428000', '193728.431000', '193728.433000', '193728.436000', '193728.438000', '193728.441000', '193728.444000', '193728.446000', '193728.449000', '193728.452000', '193728.455000', '193728.458000', '193728.461000', '193728.463000', '193728.466000', '193728.469000', '193728.471000', '193748.359000', '193748.362000', '193748.365000', '193748.367000', '193748.370000', '193748.372000', '193748.375000', '193748.378000', '193748.380000', '193748.383000', '193748.385000', '193748.388000', '193748.391000', '193748.393000', '193748.396000', '193748.398000', '193748.401000', '193748.403000', '193748.406000', '193748.408000', '193748.411000', '193748.413000', '193748.416000', '193748.419000', '193748.421000', '193748.424000', '193748.426000', '193748.429000', '193748.432000', '193748.434000', '193748.437000', '193748.439000', '193748.442000', '193748.444000', '193748.447000', '193748.449000', '193748.452000', '193748.455000', '193748.457000', '193748.460000', '193748.462000', '193748.465000', '193748.468000', '193748.470000', '193808.360000', '193808.370000', '193808.372000', '193808.375000', '193808.378000', '193808.380000', '193808.383000', '193808.385000', '193808.388000', '193808.391000', '193808.393000', '193808.396000', '193808.398000', '193808.401000', '193808.403000', '193808.406000', '193808.409000', '193808.411000', '193808.414000', '193808.416000', '193808.419000', '193808.422000', '193808.424000', '193808.427000', '193808.429000', '193808.432000', '193808.435000', '193808.437000', '193808.440000', '193808.442000', '193808.445000', '193808.448000', '193808.450000', '193808.453000', '193808.455000', '193808.458000', '193808.461000', '193808.464000', '193808.467000', '193808.470000', '193808.473000', '193808.475000', '193808.478000', '193828.360000', '193828.363000', '193828.366000', '193828.368000', '193828.371000', '193828.374000', '193828.376000', '193828.379000', '193828.382000', '193828.384000', '193828.387000', '193828.389000', '193828.392000', '193828.395000', '193828.397000', '193828.400000', '193828.402000', '193828.405000', '193828.407000', '193828.410000', '193828.413000', '193828.415000', '193828.418000', '193828.420000', '193828.423000', '193828.426000', '193828.428000', '193828.431000', '193828.433000', '193828.436000', '193828.439000', '193828.441000', '193828.444000', '193828.446000', '193828.449000', '193828.475000', '193828.478000', '193828.480000', '193828.483000', '193828.485000', '193828.488000', '193828.510000', '193828.513000', '193828.515000', '193848.361000', '193848.364000', '193848.366000', '193848.369000', '193848.371000', '193848.374000', '193848.377000', '193848.379000', '193848.382000', '193848.384000', '193848.387000', '193848.389000', '193848.392000', '193848.395000', '193848.397000', '193848.400000', '193848.402000', '193848.405000', '193848.407000', '193848.410000', '193848.413000', '193848.415000', '193848.418000', '193848.421000', '193848.423000', '193848.426000', '193848.428000', '193848.431000', '193848.434000', '193848.436000', '193848.439000', '193848.441000', '193848.444000', '193848.447000', '193848.449000', '193848.452000', '193848.455000', '193848.457000', '193848.460000', '193848.462000', '193848.465000', '193848.468000', '193848.470000', '193908.362000', '193908.365000', '193908.368000', '193908.370000', '193908.373000', '193908.375000', '193908.378000', '193908.381000', '193908.383000', '193908.386000', '193908.388000', '193908.391000', '193908.393000', '193908.396000', '193908.399000', '193908.401000', '193908.404000', '193908.406000', '193908.409000', '193908.411000', '193908.414000', '193908.417000', '193908.419000', '193908.422000', '193908.424000', '193908.427000', '193908.429000', '193908.432000', '193908.435000', '193908.437000', '193908.440000', '193908.442000', '193908.445000', '193908.448000', '193908.450000', '193908.453000', '193908.455000', '193908.458000', '193908.460000', '193908.463000', '193908.466000', '193908.468000', '193908.471000', '193908.473000', '193928.360000', '193928.363000', '193928.366000', '193928.369000', '193928.371000', '193928.374000', '193928.376000', '193928.379000', '193928.382000', '193928.384000', '193928.387000', '193928.389000', '193928.392000', '193928.394000', '193928.397000', '193928.400000', '193928.402000', '193928.405000', '193928.407000', '193928.410000', '193928.413000', '193928.415000', '193928.418000', '193928.420000', '193928.423000', '193928.425000', '193928.428000', '193928.430000', '193928.433000', '193928.436000', '193928.438000', '193928.441000', '193928.443000', '193928.446000', '193928.449000', '193928.451000', '193928.454000', '193928.456000', '193928.459000', '193928.462000', '193928.464000', '193928.467000', '193928.469000', '193948.360000', '193948.363000', '193948.366000', '193948.369000', '193948.371000', '193948.374000', '193948.376000', '193948.379000', '193948.382000', '193948.384000', '193948.387000', '193948.389000', '193948.392000', '193948.395000', '193948.397000', '193948.400000', '193948.402000', '193948.405000', '193948.408000', '193948.410000', '193948.413000', '193948.415000', '193948.418000', '193948.421000', '193948.423000', '193948.426000', '193948.428000', '193948.431000', '193948.433000', '193948.436000', '193948.439000', '193948.441000', '193948.444000', '193948.446000', '193948.449000', '193948.452000', '193948.454000', '193948.457000', '193948.459000', '193948.462000', '193948.464000', '193948.467000', '193948.470000', '193948.472000', '194008.360000', '194008.363000', '194008.365000', '194008.368000', '194008.371000', '194008.373000', '194008.376000', '194008.379000', '194008.382000', '194008.385000', '194008.387000', '194008.390000', '194008.392000', '194008.395000', '194008.398000', '194008.416000', '194008.419000', '194008.422000', '194008.424000', '194008.427000', '194008.429000', '194008.432000', '194008.435000', '194008.437000', '194008.440000', '194008.442000', '194008.445000', '194008.448000', '194008.450000', '194008.453000', '194008.455000', '194008.458000', '194008.461000', '194008.463000', '194008.466000', '194008.469000', '194008.471000', '194008.474000', '194008.476000', '194008.479000', '194008.481000', '194008.484000', '194008.487000', '194028.361000', '194028.364000', '194028.366000', '194028.369000', '194028.372000', '194028.374000', '194028.377000', '194028.379000', '194028.382000', '194028.384000', '194028.387000', '194028.390000', '194028.392000', '194028.395000', '194028.397000', '194028.400000', '194028.403000', '194028.405000', '194028.408000', '194028.410000', '194028.413000', '194028.416000', '194028.418000', '194028.421000', '194028.423000', '194028.426000', '194028.429000', '194028.431000', '194028.434000', '194028.436000', '194028.439000', '194028.442000', '194028.444000', '194028.447000', '194028.450000', '194028.452000', '194028.455000', '194028.457000', '194028.460000', '194028.463000', '194028.466000', '194028.469000', '194028.471000', '194048.361000', '194048.363000', '194048.366000', '194048.369000', '194048.371000', '194048.374000', '194048.377000', '194048.379000', '194048.382000', '194048.384000', '194048.387000', '194048.390000', '194048.392000', '194048.395000', '194048.397000', '194048.400000', '194048.403000', '194048.405000', '194048.408000', '194048.410000', '194048.413000', '194048.416000', '194048.418000', '194048.421000', '194048.423000', '194048.426000', '194048.428000', '194048.431000', '194048.434000', '194048.436000', '194048.439000', '194048.442000', '194048.444000', '194048.447000', '194048.449000', '194048.452000', '194048.455000', '194048.457000', '194048.460000', '194048.463000', '194048.465000', '194048.468000', '194048.470000', '194048.473000', '194108.361000', '194108.364000', '194108.366000', '194108.369000', '194108.371000', '194108.375000', '194108.378000', '194108.381000', '194108.384000', '194108.386000', '194108.389000', '194108.391000', '194108.394000', '194108.397000', '194108.399000', '194108.402000', '194108.404000', '194108.407000', '194108.410000', '194108.412000', '194108.415000', '194108.417000', '194108.420000', '194108.422000', '194108.425000', '194108.428000', '194108.431000', '194108.433000', '194108.436000', '194108.439000', '194108.441000', '194108.444000', '194108.446000', '194108.449000', '194108.452000', '194108.454000', '194108.457000', '194108.459000', '194108.462000', '194108.465000', '194108.467000', '194108.470000', '194108.473000', '194128.360000', '194128.363000', '194128.366000', '194128.368000', '194128.371000', '194128.374000', '194128.376000', '194128.379000', '194128.381000', '194128.384000', '194128.387000', '194128.390000', '194128.393000', '194128.396000', '194128.398000', '194128.401000', '194128.403000', '194128.406000', '194128.409000', '194128.411000', '194128.414000', '194128.416000', '194128.419000', '194128.422000', '194128.424000', '194128.427000', '194128.429000', '194128.443000', '194128.445000', '194128.448000', '194128.450000', '194128.453000', '194128.455000', '194128.458000', '194128.461000', '194128.463000', '194128.466000', '194128.468000', '194128.471000', '194128.474000', '194128.476000', '194128.479000', '194128.482000', '194128.484000', '194148.360000', '194148.363000', '194148.366000', '194148.368000', '194148.371000', '194148.374000', '194148.376000', '194148.379000', '194148.381000', '194148.384000', '194148.388000', '194148.391000', '194148.393000', '194148.396000', '194148.398000', '194148.401000', '194148.404000', '194148.406000', '194148.409000', '194148.411000', '194148.414000', '194148.417000', '194148.419000', '194148.422000', '194148.424000', '194148.427000', '194148.430000', '194148.432000', '194148.435000', '194148.437000', '194148.440000', '194148.443000', '194148.445000', '194148.448000', '194148.450000', '194148.453000', '194148.455000', '194148.458000', '194148.461000', '194148.463000', '194148.466000', '194148.469000', '194148.471000', '194208.361000', '194208.363000', '194208.366000', '194208.369000', '194208.371000', '194208.374000', '194208.376000', '194208.379000', '194208.382000', '194208.384000', '194208.387000', '194208.389000', '194208.392000', '194208.395000', '194208.397000', '194208.400000', '194208.402000', '194208.405000', '194208.408000', '194208.410000', '194208.413000', '194208.415000', '194208.418000', '194208.421000', '194208.423000', '194208.426000', '194208.428000', '194208.431000', '194208.434000', '194208.436000', '194208.439000', '194208.441000', '194208.444000', '194208.446000', '194208.449000', '194208.452000', '194208.454000', '194208.457000', '194208.459000', '194208.462000', '194208.465000', '194208.467000', '194208.470000', '194208.472000', '194228.361000', '194228.363000', '194228.366000', '194228.369000', '194228.371000', '194228.374000', '194228.376000', '194228.379000', '194228.381000', '194228.384000', '194228.387000', '194228.389000', '194228.392000', '194228.396000', '194228.399000', '194228.401000', '194228.404000', '194228.407000', '194228.409000', '194228.412000', '194228.415000', '194228.418000', '194228.421000', '194228.424000', '194228.426000', '194228.429000', '194228.432000', '194228.434000', '194228.437000', '194228.439000', '194228.442000', '194228.444000', '194228.447000', '194228.450000', '194228.452000', '194228.455000', '194228.458000', '194228.460000', '194228.463000', '194228.466000', '194228.468000', '194228.471000', '194228.474000', '194248.361000', '194248.364000', '194248.366000', '194248.369000', '194248.371000', '194248.374000', '194248.376000', '194248.379000', '194248.382000', '194248.385000', '194248.387000', '194248.390000', '194248.393000', '194248.395000', '194248.398000', '194248.400000', '194248.403000', '194248.406000', '194248.408000', '194248.411000', '194248.413000', '194248.416000', '194248.419000', '194248.421000', '194248.424000', '194248.427000', '194248.429000', '194248.432000', '194248.434000', '194248.437000', '194248.440000', '194248.442000', '194248.445000', '194248.447000', '194248.450000', '194248.453000', '194248.455000', '194248.458000', '194248.472000', '194248.475000', '194248.478000', '194248.480000', '194248.483000', '194248.485000', '194308.360000', '194308.363000', '194308.366000', '194308.369000', '194308.371000', '194308.374000', '194308.376000', '194308.379000', '194308.381000', '194308.384000', '194308.387000', '194308.389000', '194308.392000', '194308.395000', '194308.398000', '194308.401000', '194308.404000', '194308.407000', '194308.409000', '194308.412000', '194308.414000', '194308.417000', '194308.420000', '194308.422000', '194308.425000', '194308.427000', '194308.430000', '194308.433000', '194308.435000', '194308.438000', '194308.440000', '194308.443000', '194308.446000', '194308.448000', '194308.451000', '194308.453000', '194308.456000', '194308.459000', '194308.461000', '194308.464000', '194308.466000', '194308.469000', '194308.472000', '194328.361000', '194328.364000', '194328.366000', '194328.369000', '194328.371000', '194328.374000', '194328.377000', '194328.379000', '194328.382000', '194328.385000', '194328.387000', '194328.390000', '194328.392000', '194328.395000', '194328.397000', '194328.400000', '194328.403000', '194328.405000', '194328.408000', '194328.410000', '194328.413000', '194328.416000', '194328.418000', '194328.421000', '194328.424000', '194328.426000', '194328.429000', '194328.432000', '194328.434000', '194328.437000', '194328.439000', '194328.442000', '194328.445000', '194328.447000', '194328.450000', '194328.452000', '194328.455000', '194328.458000', '194328.460000', '194328.463000', '194328.465000', '194328.468000', '194328.471000', '194328.473000', '194348.361000', '194348.363000', '194348.366000', '194348.369000', '194348.371000', '194348.374000', '194348.376000', '194348.379000', '194348.382000', '194348.384000', '194348.387000', '194348.389000', '194348.392000', '194348.395000', '194348.397000', '194348.400000', '194348.402000', '194348.405000', '194348.408000', '194348.410000', '194348.413000', '194348.416000', '194348.418000', '194348.421000', '194348.423000', '194348.426000', '194348.428000', '194348.431000', '194348.435000', '194348.438000', '194348.440000', '194348.443000', '194348.446000', '194348.448000', '194348.451000', '194348.455000', '194348.458000', '194348.460000', '194348.463000', '194348.465000', '194348.468000', '194348.471000', '194348.473000', '194408.360000', '194408.363000', '194408.366000', '194408.369000', '194408.371000', '194408.374000', '194408.376000', '194408.379000', '194408.382000', '194408.384000', '194408.387000', '194408.389000', '194408.392000', '194408.395000', '194408.397000', '194408.400000', '194408.402000', '194408.405000', '194408.408000', '194408.410000', '194408.450000', '194408.453000', '194408.455000', '194408.458000', '194408.460000', '194408.463000', '194408.466000', '194408.468000', '194408.471000', '194408.473000', '194408.476000', '194408.479000', '194408.481000', '194408.484000', '194408.486000', '194408.489000', '194408.492000', '194408.494000', '194408.497000', '194408.499000', '194408.502000', '194408.505000', '194408.507000', '194408.510000', '194428.360000', '194428.362000', '194428.365000', '194428.368000', '194428.370000', '194428.373000', '194428.376000', '194428.378000', '194428.381000', '194428.383000', '194428.386000', '194428.389000', '194428.391000', '194428.394000', '194428.397000', '194428.399000', '194428.402000', '194428.404000', '194428.407000', '194428.410000', '194428.412000', '194428.415000', '194428.418000', '194428.422000', '194428.424000', '194428.427000', '194428.430000', '194428.432000', '194428.435000', '194428.437000', '194428.440000', '194428.443000', '194428.445000', '194428.448000', '194428.451000', '194428.453000', '194428.456000', '194428.458000', '194428.461000', '194428.464000', '194428.466000', '194428.469000', '194428.471000', '194448.361000', '194448.363000', '194448.366000', '194448.369000', '194448.371000', '194448.374000', '194448.377000', '194448.379000', '194448.382000', '194448.384000', '194448.387000', '194448.390000', '194448.392000', '194448.395000', '194448.397000', '194448.400000', '194448.403000', '194448.405000', '194448.408000', '194448.411000', '194448.413000', '194448.416000', '194448.418000', '194448.421000', '194448.424000', '194448.426000', '194448.429000', '194448.431000', '194448.434000', '194448.436000', '194448.439000', '194448.442000', '194448.444000', '194448.447000', '194448.450000', '194448.452000', '194448.455000', '194448.457000', '194448.460000', '194448.463000', '194448.465000', '194448.468000', '194448.470000', '194448.473000', '194508.361000', '194508.363000', '194508.366000', '194508.369000', '194508.371000', '194508.374000', '194508.377000', '194508.379000', '194508.382000', '194508.384000', '194508.387000', '194508.390000', '194508.392000', '194508.395000', '194508.398000', '194508.400000', '194508.403000', '194508.405000', '194508.408000', '194508.411000', '194508.413000', '194508.416000', '194508.419000', '194508.421000', '194508.424000', '194508.427000', '194508.429000', '194508.432000', '194508.434000', '194508.437000', '194508.440000', '194508.443000', '194508.446000', '194508.449000', '194508.452000', '194508.454000', '194508.457000', '194508.460000', '194508.462000', '194508.465000', '194508.468000', '194508.470000', '194508.473000', '194516.743000', '194516.746000', '194516.749000', '194516.752000', '194516.754000', '194516.757000', '194516.760000', '194516.763000', '194516.765000', '194516.768000', '194516.771000', '194516.774000', '194516.777000', '194516.781000', '194516.784000', '194516.788000', '194516.791000', '194516.804000', '194516.807000'], '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': [12404, 9888, 11140, 9376, 10896, 9461, 11930, 9614, 14024, 9902, 10324, 9463, 8186, 9413, 10938, 9464, 8563, 9331, 8098, 8805, 9857, 9062, 8024, 9018, 9266, 9723, 9110, 13329, 8691, 11903, 13640, 14113, 9882, 13193, 11548, 11279, 16918, 13892, 9279, 10922, 11404, 14581, 15996, 16125, 9031, 12767, 8794, 13781, 11514, 16133, 9076, 12523, 9254, 13069, 11070, 14716, 8967, 10146, 8315, 9410, 9168, 9040, 8036, 8687, 9044, 8420, 14192, 9471, 9949, 8260, 15175, 8579, 14112, 11279, 14052, 8935, 11810, 9681, 11785, 10308, 12656, 9033, 12254, 9134, 14678, 12294, 15897, 9871, 13135, 9557, 13330, 10896, 15962, 12250, 14490, 8955, 13884, 8982, 14262, 10818, 14668, 9658, 13015, 8601, 11735, 10093, 12139, 9357, 11246, 8889, 11493, 9937, 13194, 9785, 12384, 8754, 12329, 10547, 14341, 10616, 14470, 8841, 13542, 10601, 16645, 11461, 13355, 9236, 15303, 8999, 18130, 12327, 16692, 10608, 13575, 8757, 14565, 9656, 16010, 11105, 12091, 8971, 11207, 8614, 11934, 8930, 15026, 10816, 8039, 8378, 8187, 8202, 11636, 9269, 8419, 8677, 8128, 8368, 13258, 9306, 10539, 9360, 8865, 8346, 13519, 8531, 15134, 9115, 12241, 8300, 15816, 9934, 16753, 10895, 15816, 8878, 13886, 10794, 14678, 11988, 16187, 9817, 15698, 9414, 15472, 11642, 17164, 10958, 12118, 8583, 14854, 10044, 14226, 9662, 8170, 8257, 9015, 10057, 12252, 11542, 8031, 9244, 8021, 10963, 10378, 15309, 8188, 12320, 8177, 12790, 9037, 16441, 11291, 15498, 9962, 13949, 10395, 15453, 12595, 16736, 11101, 14555, 9533, 13069, 9302, 14825, 9902, 13832, 8207, 10246, 8246, 9839, 8020, 11946, 8155, 10596, 8146, 9644, 8412, 11325, 8042, 10304, 8187, 8884, 8984, 9841, 8181, 9584, 8021, 8919, 10490, 10141, 9153, 11355, 8422, 9182, 12204, 14676, 14889, 15975, 10111, 13166, 9578, 11312, 12802, 12809, 12946, 12981, 8424, 8818, 8093, 9105, 13246, 10395, 14311, 10826, 8283, 8544, 11340, 8449, 14527, 10386, 9304, 8477, 8492, 8332, 15537, 8975, 13784, 9063, 11030, 7955, 15151, 9050, 15413, 10186, 13514, 8600, 14439, 10062, 15089, 11178, 15139, 9238, 13833, 11437, 15689, 12221, 15904, 9687, 17468, 10678, 18512, 13071, 16218, 11657, 9780, 8447, 11177, 9328, 16861, 12767, 12752, 8863, 9568, 8381, 17197, 9945, 16315, 9564, 12032, 8174, 16023, 9242, 16765, 10880, 10809, 8137, 12683, 8296, 18092, 10773, 15935, 9121, 13587, 8625, 15541, 9932, 18464, 12336, 14905, 9348, 16172, 8938, 15929, 10467, 17087, 12059, 11894, 8651, 13110, 8462, 16975, 10518, 16094, 9313, 13075, 8602, 12713, 10718, 13628, 9623, 12072, 8676, 11168, 9488, 13257, 8859, 12166, 8571, 9616, 12586, 10479, 15350, 12961, 9070, 9876, 12396, 10501, 17607, 13374, 15831, 11336, 9792, 8731, 12170, 9035, 13563, 14219, 8584, 11020, 8456, 9419, 10113, 13636, 8911, 12864, 8260, 10397, 8378, 13237, 10321, 14890, 8739, 12476, 9054, 14428, 11421, 17195, 11904, 16363, 9221, 15247, 9678, 13618, 10205, 13452, 11426, 16281, 9192, 14657, 8822, 13868, 10564, 17150, 11550, 14643, 9313, 16255, 9031, 15807, 9569, 14002, 12306, 15304, 10392, 13890, 8691, 12583, 10086, 13691, 11220, 13007, 8713, 14563, 9087, 14934, 11548, 15615, 9471, 15495, 8939, 15263, 11847, 17905, 11035, 13595, 9312, 13371, 8777, 16010, 12510, 11227, 17665, 15211, 11797, 10565, 8159, 11472, 8281, 10956, 10530, 16436, 10963, 17816, 12689, 18326, 14429, 17868, 14590, 19557, 15163, 16007, 10476, 16264, 10387, 14140, 10403, 13791, 9462, 11879, 8183, 9242, 8271, 8028, 8433, 8147, 8504, 8266, 8413, 7994, 8292, 8574, 8461, 8577, 10229, 8008, 12051, 8206, 9042, 8236, 8265, 7964, 8987, 8588, 11062, 8564, 16072, 10516, 11955, 8671, 8393, 8167, 9016, 8791, 14743, 10533, 8779, 8303, 9574, 8216, 16085, 10150, 11154, 8862, 8947, 8307, 14546, 9379, 15569, 11338, 8934, 10407, 11461, 10661, 16174, 9633, 20383, 13539, 18146, 11744, 11338, 8617, 13207, 10791, 17124, 13307, 8536, 9026, 10117, 8691, 17889, 12543, 12418, 9526, 9150, 8233, 13924, 10099, 17531, 13172, 9458, 8276, 8121, 7980, 11308, 9244, 13432, 11779, 8366, 9151, 8534, 9474, 10266, 8999, 12783, 9035, 8310, 8128, 8715, 8535, 12429, 10815, 8487, 8731, 8918, 8327, 14377, 12312, 10780, 10928, 8352, 8856, 11481, 12636, 14496, 15785, 8738, 10622, 8363, 10643, 10650, 15499, 9862, 14452, 8274, 11713, 8261, 12987, 8380, 16189, 12028, 15827, 9320, 13572, 9332, 13504, 9570, 14726, 10181, 14516, 8575, 11419, 8362, 11482, 9926, 14316, 10041, 15947, 8559, 13337, 9779, 14235, 11740, 15090, 9799, 13880, 8750, 12967, 10387, 16333, 10302, 14618, 9278, 13023, 9619, 13885, 8832, 12629, 9320, 14469, 8277, 10705, 8244, 10956, 8347, 14793, 11969, 17000, 9853, 14732, 9596, 14260, 11216, 17405, 12310, 14957, 8808, 14090, 8906, 17052, 11951, 12161, 9989, 8865, 8628, 10274, 13361, 11545, 15607, 8348, 10958, 8251, 10698, 8387, 15823, 8956, 13579, 8172, 12641, 9584, 16210, 10557, 15210, 8960, 12848, 9851, 14183, 10920, 17519, 10040, 16140, 8528, 15535, 8839, 16562, 11288, 12931, 8703, 11770, 8212, 16917, 10239, 17403, 10747, 10093, 8148, 11675, 8546, 16640, 12180, 10296, 8641, 10257, 8413, 10962, 8430, 15286, 8230, 16723, 10470, 15355, 8988, 12810, 8332, 17779, 9805, 19966, 13247, 12921, 9107, 13043, 8253, 19072, 10454, 20224, 13484, 11102, 8149, 10281, 8118, 15477, 11599, 12247, 9283, 9643, 8270, 14315, 9258, 18711, 12769, 9610, 9042, 8579, 8853, 9809, 10116, 17578, 12594, 14720, 11625, 8587, 9433, 8532, 9121, 9570, 9594, 10467, 14018, 8351, 9587, 8108, 10335, 8245, 13345, 10487, 16203, 9325, 13678, 8703, 14485, 11033, 17983, 10637, 13740, 8325, 11460, 8684, 13917, 13138, 8665, 8903, 8544, 8373, 8432, 8519, 12472, 9097, 11049, 10160, 8222, 10711, 8327, 13400, 12396, 17615, 12360, 15784, 8720, 12106, 8507, 14113, 9965, 18174, 11390, 14714, 8668, 12863, 9634, 16098, 11213, 13781, 8531, 15348, 8353, 15782, 10921, 16842, 10020, 10600, 8205, 14116, 8496, 17849, 8994, 18576, 9786, 13726, 8566, 14269, 8706, 11897, 8827, 11072, 9219, 10739, 8600, 9031, 8703, 8336, 8782, 8620, 8448, 9163, 8731, 10065, 9061, 11387, 10857, 16562, 10596, 16606, 10816, 18175, 15100, 18335, 13670, 17515, 12539, 17446, 13658, 18920, 16240, 17720, 13710, 16474, 11792, 16412, 11568, 17538, 14046, 16961, 9487, 13169, 8414, 11790, 8523, 12855, 8595, 15063, 8299, 9929, 8484, 9576, 8340, 9405, 8534, 10060, 8354, 8245, 8203, 8588, 15660, 9777, 11299, 8239, 9740, 8194, 14465, 9035, 20307, 13048, 13841, 9388, 11582, 8213, 15652, 9028, 19360, 11616, 15515, 10184, 8325, 8268, 8586, 10354, 11310, 16276, 10156, 14291, 8694, 12298, 9217, 13688, 9087, 14737, 9889, 13346, 8704, 11775, 9124, 13732, 10757, 16856, 11726, 13902, 8507, 12327, 8503, 13695, 8456, 15162, 9403, 11169, 8557, 11568, 8710, 15957, 9723, 13364, 9393, 8444, 8552, 12087, 13551, 15514, 16960, 9113, 12323, 8523, 12657, 11460, 16761, 9982, 15034, 9183, 11822, 8727, 11218, 8905, 9385, 8916, 10253, 8627, 8442, 8627, 8470, 9597, 8644, 10231, 9360, 8325, 8387, 8210, 8795, 16005, 12898, 15454, 12080, 9097, 8749, 16295, 11463, 18410, 14780, 9716, 9148, 11658, 8303, 17880, 12891, 15690, 12013, 8499, 8974, 8352, 9782, 10423, 12272, 15185, 14724, 8837, 8554, 8910, 8332, 9548, 14522, 9610, 15304, 9180, 9841, 9356, 8573, 9698, 8757, 12472, 8608, 10917, 8701, 12669, 8897, 15752, 10117, 11928, 8919, 11794, 9198, 16983, 11899, 12509, 11215, 8793, 9634, 9390, 15250, 13342, 17765, 8865, 13589, 8969, 9766, 9389, 9538, 9416, 10338, 9651, 16756, 9032, 14176, 9710, 13762, 9812, 17337, 12832, 18534, 13126, 16090, 9900, 12737, 9668, 11754, 8954, 11631, 8737, 9058, 9488, 8843, 9218, 8791, 9297, 11360, 9089, 9648, 9491, 10405, 9526, 15113, 9691, 13484, 9683, 15801, 11627, 19018, 14419, 17930, 11380, 15812, 12180, 18299, 15603, 18487, 14018, 15115, 9109, 13037, 9247, 17655, 11474, 10211, 8208, 8406, 14231, 10747, 16415, 9073, 14422, 8926, 16405, 10372, 20060, 13636, 10846, 8467, 8195, 8426, 10353, 11138, 9622, 14435, 8551, 12083, 8913, 12544, 8871, 11028, 8401, 11189, 8844, 10236, 9481, 11001, 9517, 12559, 9693, 17405, 13178, 18799, 9003, 17573, 9239, 15251, 9470, 13750, 9800, 14210, 11583, 11936, 9137, 12265, 9446, 12403, 10838, 15201, 9279, 15177, 9494, 14668, 11720, 19245, 11982, 16439, 9504, 16419, 11333, 19152, 14944, 11887, 11912, 9711, 9081, 12327, 9353, 15694, 8844, 18794, 8787, 18495, 9272, 15659, 8607, 12901, 9211, 11244, 9574, 10231, 9114, 8701, 9495, 9363, 9628, 10106, 10125, 14183, 10105, 16976, 10043, 17838, 14121, 19914, 13396, 16284, 10778, 19242, 13684, 18457, 17264, 12591, 15511, 11766, 15899, 16903, 18069, 15037, 16193, 10068, 10911, 9747, 8860, 14464, 8632, 20323, 8774, 14422, 10362, 13094, 8696, 14388, 9013, 13454, 11314, 18430, 9936, 15564, 8830, 15707, 10269, 17735, 12602, 16626, 9493, 16451, 9006, 18145, 11465, 16143, 10037, 16071, 8867, 17870, 9040, 15509, 10948, 17048, 9814, 14492, 9137, 16742, 8998, 20293, 9938, 16549, 11519, 16697, 8869, 15340, 9028, 12738, 9720, 16693, 10385, 12418, 9524], 'WindowCenter': [4485.0, 4453.0, 4449.0, 4430.0, 4446.0, 4429.0, 4447.0, 4440.0, 4480.0, 4442.0, 4441.0, 4442.0, 4419.0, 4454.0, 4461.0, 4455.0, 4444.0, 4453.0, 4431.0, 4456.0, 4466.0, 4456.0, 4446.0, 4458.0, 4466.0, 4467.0, 4457.0, 4497.0, 4446.0, 4489.0, 4496.0, 4510.0, 4455.0, 4484.0, 4488.0, 4480.0, 4505.0, 4488.0, 4454.0, 4463.0, 4451.0, 4468.0, 4480.0, 4495.0, 4428.0, 4459.0, 4420.0, 4471.0, 4450.0, 4479.0, 4418.0, 4458.0, 4428.0, 4470.0, 4451.0, 4481.0, 4418.0, 4436.0, 4418.0, 4454.0, 4442.0, 4432.0, 4419.0, 4428.0, 4427.0, 4433.0, 4480.0, 4443.0, 4438.0, 4421.0, 4479.0, 4430.0, 4470.0, 4461.0, 4481.0, 4429.0, 4448.0, 4439.0, 4458.0, 4451.0, 4459.0, 4427.0, 4460.0, 4427.0, 4468.0, 4462.0, 4479.0, 4440.0, 4458.0, 4427.0, 4457.0, 4449.0, 4479.0, 4462.0, 4466.0, 4419.0, 4467.0, 4427.0, 4468.0, 4450.0, 4467.0, 4430.0, 4458.0, 4431.0, 4475.0, 4451.0, 4460.0, 4441.0, 4448.0, 4429.0, 4461.0, 4441.0, 4471.0, 4440.0, 4459.0, 4431.0, 4470.0, 4450.0, 4481.0, 4453.0, 4479.0, 4430.0, 4471.0, 4451.0, 4491.0, 4461.0, 4470.0, 4431.0, 4479.0, 4431.0, 4490.0, 4458.0, 4479.0, 4437.0, 4456.0, 4418.0, 4466.0, 4429.0, 4475.0, 4449.0, 4446.0, 4417.0, 4437.0, 4417.0, 4445.0, 4429.0, 4479.0, 4450.0, 4407.0, 4419.0, 4417.0, 4422.0, 4459.0, 4429.0, 4419.0, 4432.0, 4419.0, 4430.0, 4471.0, 4441.0, 4450.0, 4429.0, 4428.0, 4423.0, 4470.0, 4432.0, 4480.0, 4431.0, 4461.0, 4431.0, 4493.0, 4452.0, 4492.0, 4452.0, 4480.0, 4430.0, 4470.0, 4451.0, 4481.0, 4462.0, 4479.0, 4441.0, 4478.0, 4429.0, 4480.0, 4460.0, 4490.0, 4450.0, 4460.0, 4430.0, 4480.0, 4441.0, 4471.0, 4442.0, 4419.0, 4421.0, 4428.0, 4442.0, 4459.0, 4460.0, 4408.0, 4429.0, 4420.0, 4450.0, 4450.0, 4492.0, 4420.0, 4460.0, 4419.0, 4459.0, 4431.0, 4481.0, 4450.0, 4470.0, 4439.0, 4467.0, 4439.0, 4468.0, 4448.0, 4479.0, 4439.0, 4456.0, 4416.0, 4445.0, 4416.0, 4456.0, 4425.0, 4447.0, 4407.0, 4424.0, 4405.0, 4428.0, 4408.0, 4449.0, 4409.0, 4438.0, 4408.0, 4429.0, 4420.0, 4462.0, 4410.0, 4437.0, 4418.0, 4431.0, 4429.0, 4440.0, 4420.0, 4443.0, 4419.0, 4430.0, 4451.0, 4451.0, 4430.0, 4451.0, 4418.0, 4431.0, 4460.0, 4483.0, 4483.0, 4483.0, 4439.0, 4459.0, 4415.0, 4438.0, 4457.0, 4448.0, 4444.0, 4446.0, 4395.0, 4415.0, 4395.0, 4415.0, 4455.0, 4428.0, 4456.0, 4437.0, 4403.0, 4408.0, 4435.0, 4404.0, 4455.0, 4426.0, 4416.0, 4408.0, 4405.0, 4418.0, 4477.0, 4417.0, 4467.0, 4430.0, 4437.0, 4421.0, 4479.0, 4430.0, 4479.0, 4453.0, 4469.0, 4430.0, 4480.0, 4451.0, 4492.0, 4463.0, 4480.0, 4444.0, 4482.0, 4462.0, 4481.0, 4474.0, 4490.0, 4441.0, 4492.0, 4452.0, 4490.0, 4461.0, 4479.0, 4449.0, 4429.0, 4420.0, 4447.0, 4430.0, 4479.0, 4460.0, 4459.0, 4420.0, 4427.0, 4420.0, 4489.0, 4439.0, 4478.0, 4429.0, 4457.0, 4420.0, 4481.0, 4440.0, 4479.0, 4449.0, 4437.0, 4419.0, 4459.0, 4432.0, 4489.0, 4451.0, 4480.0, 4430.0, 4469.0, 4430.0, 4479.0, 4442.0, 4501.0, 4462.0, 4479.0, 4431.0, 4477.0, 4429.0, 4478.0, 4439.0, 4479.0, 4461.0, 4449.0, 4420.0, 4458.0, 4421.0, 4490.0, 4451.0, 4479.0, 4430.0, 4458.0, 4431.0, 4471.0, 4452.0, 4484.0, 4441.0, 4460.0, 4431.0, 4462.0, 4442.0, 4471.0, 4431.0, 4461.0, 4419.0, 4442.0, 4459.0, 4449.0, 4479.0, 4460.0, 4417.0, 4430.0, 4447.0, 4438.0, 4489.0, 4459.0, 4468.0, 4438.0, 4426.0, 4408.0, 4445.0, 4419.0, 4456.0, 4470.0, 4417.0, 4438.0, 4408.0, 4427.0, 4438.0, 4470.0, 4429.0, 4457.0, 4408.0, 4438.0, 4419.0, 4470.0, 4452.0, 4480.0, 4420.0, 4458.0, 4430.0, 4481.0, 4450.0, 4489.0, 4450.0, 4479.0, 4428.0, 4477.0, 4431.0, 4467.0, 4440.0, 4469.0, 4450.0, 4479.0, 4430.0, 4468.0, 4429.0, 4469.0, 4450.0, 4490.0, 4463.0, 4468.0, 4430.0, 4478.0, 4429.0, 4478.0, 4429.0, 4468.0, 4448.0, 4478.0, 4440.0, 4469.0, 4430.0, 4459.0, 4452.0, 4470.0, 4465.0, 4469.0, 4431.0, 4480.0, 4432.0, 4493.0, 4465.0, 4481.0, 4441.0, 4480.0, 4431.0, 4480.0, 4461.0, 4492.0, 4453.0, 4469.0, 4430.0, 4470.0, 4431.0, 4494.0, 4486.0, 4464.0, 4491.0, 4469.0, 4447.0, 4451.0, 4408.0, 4449.0, 4409.0, 4438.0, 4440.0, 4480.0, 4441.0, 4480.0, 4461.0, 4478.0, 4458.0, 4468.0, 4447.0, 4465.0, 4443.0, 4429.0, 4401.0, 4428.0, 4387.0, 4417.0, 4396.0, 4416.0, 4386.0, 4406.0, 4366.0, 4375.0, 4378.0, 4368.0, 4377.0, 4378.0, 4390.0, 4390.0, 4392.0, 4382.0, 4391.0, 4403.0, 4392.0, 4406.0, 4425.0, 4397.0, 4446.0, 4408.0, 4418.0, 4408.0, 4408.0, 4407.0, 4418.0, 4419.0, 4448.0, 4421.0, 4480.0, 4451.0, 4461.0, 4422.0, 4420.0, 4421.0, 4430.0, 4431.0, 4482.0, 4453.0, 4431.0, 4422.0, 4439.0, 4421.0, 4492.0, 4453.0, 4460.0, 4433.0, 4429.0, 4420.0, 4481.0, 4443.0, 4492.0, 4464.0, 4431.0, 4452.0, 4460.0, 4452.0, 4491.0, 4441.0, 4512.0, 4472.0, 4502.0, 4460.0, 4450.0, 4430.0, 4459.0, 4451.0, 4492.0, 4473.0, 4418.0, 4419.0, 4438.0, 4421.0, 4490.0, 4462.0, 4458.0, 4430.0, 4426.0, 4417.0, 4469.0, 4438.0, 4489.0, 4471.0, 4427.0, 4407.0, 4406.0, 4409.0, 4449.0, 4431.0, 4469.0, 4462.0, 4419.0, 4429.0, 4419.0, 4440.0, 4438.0, 4429.0, 4457.0, 4428.0, 4418.0, 4409.0, 4417.0, 4431.0, 4470.0, 4452.0, 4419.0, 4430.0, 4428.0, 4419.0, 4481.0, 4460.0, 4450.0, 4449.0, 4417.0, 4429.0, 4449.0, 4460.0, 4468.0, 4483.0, 4416.0, 4437.0, 4407.0, 4440.0, 4440.0, 4469.0, 4429.0, 4457.0, 4407.0, 4446.0, 4407.0, 4458.0, 4419.0, 4480.0, 4459.0, 4468.0, 4419.0, 4457.0, 4426.0, 4456.0, 4427.0, 4464.0, 4437.0, 4470.0, 4419.0, 4446.0, 4420.0, 4459.0, 4442.0, 4469.0, 4443.0, 4479.0, 4431.0, 4468.0, 4452.0, 4481.0, 4461.0, 4481.0, 4441.0, 4468.0, 4429.0, 4472.0, 4451.0, 4490.0, 4451.0, 4468.0, 4430.0, 4470.0, 4441.0, 4467.0, 4431.0, 4462.0, 4430.0, 4480.0, 4420.0, 4449.0, 4419.0, 4448.0, 4420.0, 4481.0, 4460.0, 4490.0, 4439.0, 4468.0, 4429.0, 4469.0, 4449.0, 4479.0, 4461.0, 4467.0, 4418.0, 4467.0, 4430.0, 4489.0, 4463.0, 4447.0, 4426.0, 4418.0, 4418.0, 4439.0, 4469.0, 4447.0, 4468.0, 4408.0, 4435.0, 4419.0, 4437.0, 4417.0, 4478.0, 4428.0, 4458.0, 4419.0, 4459.0, 4430.0, 4480.0, 4448.0, 4478.0, 4427.0, 4456.0, 4440.0, 4468.0, 4449.0, 4490.0, 4440.0, 4478.0, 4420.0, 4480.0, 4431.0, 4490.0, 4462.0, 4468.0, 4431.0, 4460.0, 4420.0, 4489.0, 4451.0, 4488.0, 4450.0, 4438.0, 4409.0, 4458.0, 4430.0, 4480.0, 4461.0, 4438.0, 4420.0, 4438.0, 4420.0, 4449.0, 4420.0, 4479.0, 4431.0, 4491.0, 4451.0, 4480.0, 4431.0, 4470.0, 4422.0, 4489.0, 4442.0, 4500.0, 4472.0, 4459.0, 4420.0, 4458.0, 4409.0, 4489.0, 4440.0, 4488.0, 4460.0, 4436.0, 4408.0, 4436.0, 4420.0, 4468.0, 4448.0, 4447.0, 4429.0, 4426.0, 4418.0, 4468.0, 4429.0, 4489.0, 4457.0, 4427.0, 4418.0, 4418.0, 4418.0, 4428.0, 4439.0, 4478.0, 4447.0, 4467.0, 4449.0, 4406.0, 4415.0, 4405.0, 4414.0, 4425.0, 4428.0, 4424.0, 4469.0, 4405.0, 4427.0, 4407.0, 4438.0, 4420.0, 4469.0, 4439.0, 4478.0, 4429.0, 4468.0, 4419.0, 4468.0, 4450.0, 4490.0, 4439.0, 4468.0, 4420.0, 4449.0, 4432.0, 4470.0, 4472.0, 4417.0, 4419.0, 4431.0, 4420.0, 4418.0, 4432.0, 4471.0, 4431.0, 4461.0, 4453.0, 4420.0, 4452.0, 4420.0, 4472.0, 4461.0, 4491.0, 4460.0, 4481.0, 4418.0, 4447.0, 4419.0, 4467.0, 4428.0, 4487.0, 4449.0, 4456.0, 4417.0, 4456.0, 4430.0, 4467.0, 4450.0, 4456.0, 4417.0, 4467.0, 4418.0, 4479.0, 4450.0, 4480.0, 4440.0, 4439.0, 4420.0, 4471.0, 4430.0, 4488.0, 4430.0, 4491.0, 4441.0, 4467.0, 4421.0, 4469.0, 4433.0, 4461.0, 4441.0, 4461.0, 4441.0, 4463.0, 4442.0, 4443.0, 4442.0, 4432.0, 4455.0, 4456.0, 4449.0, 4469.0, 4457.0, 4466.0, 4458.0, 4488.0, 4478.0, 4517.0, 4465.0, 4494.0, 4465.0, 4503.0, 4484.0, 4495.0, 4473.0, 4479.0, 4451.0, 4480.0, 4457.0, 4477.0, 4469.0, 4466.0, 4454.0, 4465.0, 4433.0, 4452.0, 4434.0, 4463.0, 4442.0, 4465.0, 4401.0, 4443.0, 4392.0, 4430.0, 4401.0, 4441.0, 4402.0, 4453.0, 4392.0, 4411.0, 4405.0, 4415.0, 4405.0, 4414.0, 4405.0, 4427.0, 4406.0, 4407.0, 4406.0, 4419.0, 4477.0, 4429.0, 4447.0, 4418.0, 4426.0, 4420.0, 4468.0, 4428.0, 4486.0, 4460.0, 4456.0, 4427.0, 4446.0, 4419.0, 4477.0, 4428.0, 4498.0, 4447.0, 4477.0, 4437.0, 4418.0, 4419.0, 4416.0, 4440.0, 4447.0, 4479.0, 4441.0, 4467.0, 4418.0, 4446.0, 4427.0, 4467.0, 4429.0, 4469.0, 4441.0, 4456.0, 4428.0, 4459.0, 4440.0, 4471.0, 4452.0, 4488.0, 4462.0, 4471.0, 4434.0, 4470.0, 4433.0, 4470.0, 4434.0, 4482.0, 4445.0, 4461.0, 4434.0, 4460.0, 4434.0, 4492.0, 4444.0, 4484.0, 4444.0, 4434.0, 4432.0, 4471.0, 4482.0, 4481.0, 4492.0, 4431.0, 4462.0, 4421.0, 4460.0, 4461.0, 4482.0, 4440.0, 4478.0, 4430.0, 4447.0, 4420.0, 4452.0, 4430.0, 4432.0, 4431.0, 4450.0, 4428.0, 4421.0, 4431.0, 4433.0, 4441.0, 4430.0, 4451.0, 4443.0, 4433.0, 4434.0, 4431.0, 4432.0, 4491.0, 4472.0, 4484.0, 4460.0, 4419.0, 4421.0, 4477.0, 4450.0, 4488.0, 4471.0, 4416.0, 4415.0, 4436.0, 4406.0, 4477.0, 4459.0, 4469.0, 4449.0, 4416.0, 4418.0, 4407.0, 4441.0, 4439.0, 4446.0, 4467.0, 4467.0, 4415.0, 4416.0, 4416.0, 4420.0, 4430.0, 4470.0, 4429.0, 4470.0, 4429.0, 4428.0, 4431.0, 4432.0, 4439.0, 4429.0, 4457.0, 4429.0, 4449.0, 4430.0, 4468.0, 4430.0, 4479.0, 4451.0, 4462.0, 4442.0, 4461.0, 4442.0, 4491.0, 4464.0, 4472.0, 4453.0, 4422.0, 4432.0, 4432.0, 4481.0, 4460.0, 4490.0, 4420.0, 4459.0, 4431.0, 4440.0, 4429.0, 4442.0, 4430.0, 4442.0, 4430.0, 4493.0, 4430.0, 4470.0, 4440.0, 4468.0, 4440.0, 4492.0, 4462.0, 4488.0, 4461.0, 4468.0, 4426.0, 4445.0, 4426.0, 4448.0, 4417.0, 4447.0, 4420.0, 4419.0, 4440.0, 4431.0, 4440.0, 4431.0, 4444.0, 4461.0, 4441.0, 4440.0, 4441.0, 4450.0, 4441.0, 4483.0, 4440.0, 4471.0, 4440.0, 4483.0, 4450.0, 4500.0, 4471.0, 4491.0, 4448.0, 4467.0, 4447.0, 4480.0, 4469.0, 4477.0, 4457.0, 4455.0, 4419.0, 4458.0, 4430.0, 4477.0, 4448.0, 4437.0, 4408.0, 4408.0, 4459.0, 4449.0, 4469.0, 4420.0, 4468.0, 4419.0, 4478.0, 4438.0, 4486.0, 4460.0, 4437.0, 4407.0, 4409.0, 4407.0, 4426.0, 4440.0, 4429.0, 4469.0, 4418.0, 4447.0, 4420.0, 4458.0, 4431.0, 4450.0, 4423.0, 4451.0, 4431.0, 4441.0, 4442.0, 4453.0, 4441.0, 4472.0, 4443.0, 4492.0, 4486.0, 4502.0, 4435.0, 4492.0, 4442.0, 4482.0, 4441.0, 4469.0, 4443.0, 4482.0, 4465.0, 4462.0, 4441.0, 4461.0, 4442.0, 4472.0, 4466.0, 4493.0, 4444.0, 4483.0, 4445.0, 4494.0, 4464.0, 4504.0, 4464.0, 4480.0, 4440.0, 4490.0, 4452.0, 4492.0, 4481.0, 4449.0, 4452.0, 4430.0, 4420.0, 4449.0, 4429.0, 4467.0, 4420.0, 4489.0, 4431.0, 4502.0, 4430.0, 4481.0, 4431.0, 4468.0, 4440.0, 4459.0, 4440.0, 4439.0, 4442.0, 4431.0, 4452.0, 4442.0, 4453.0, 4463.0, 4466.0, 4494.0, 4466.0, 4503.0, 4457.0, 4503.0, 4486.0, 4503.0, 4475.0, 4481.0, 4450.0, 4490.0, 4471.0, 4492.0, 4480.0, 4446.0, 4467.0, 4438.0, 4467.0, 4467.0, 4479.0, 4456.0, 4464.0, 4412.0, 4425.0, 4412.0, 4402.0, 4451.0, 4405.0, 4482.0, 4403.0, 4454.0, 4439.0, 4455.0, 4416.0, 4456.0, 4416.0, 4458.0, 4448.0, 4489.0, 4428.0, 4479.0, 4419.0, 4477.0, 4438.0, 4477.0, 4462.0, 4476.0, 4427.0, 4476.0, 4419.0, 4490.0, 4450.0, 4478.0, 4445.0, 4477.0, 4430.0, 4487.0, 4429.0, 4478.0, 4449.0, 4491.0, 4439.0, 4469.0, 4429.0, 4489.0, 4430.0, 4499.0, 4440.0, 4480.0, 4449.0, 4477.0, 4432.0, 4478.0, 4432.0, 4470.0, 4442.0, 4489.0, 4452.0, 4471.0, 4443.0], 'WindowWidth': [9857.0, 9809.0, 9796.0, 9771.0, 9788.0, 9767.0, 9790.0, 9784.0, 9838.0, 9790.0, 9786.0, 9788.0, 9755.0, 9810.0, 9815.0, 9813.0, 9796.0, 9808.0, 9778.0, 9817.0, 9830.0, 9818.0, 9804.0, 9825.0, 9834.0, 9835.0, 9823.0, 9875.0, 9803.0, 9867.0, 9874.0, 9901.0, 9816.0, 9854.0, 9866.0, 9856.0, 9885.0, 9864.0, 9813.0, 9819.0, 9801.0, 9823.0, 9843.0, 9869.0, 9767.0, 9809.0, 9756.0, 9828.0, 9797.0, 9839.0, 9751.0, 9804.0, 9765.0, 9825.0, 9799.0, 9844.0, 9750.0, 9773.0, 9753.0, 9814.0, 9793.0, 9777.0, 9755.0, 9767.0, 9765.0, 9780.0, 9840.0, 9793.0, 9781.0, 9760.0, 9838.0, 9772.0, 9826.0, 9817.0, 9841.0, 9769.0, 9792.0, 9782.0, 9807.0, 9801.0, 9808.0, 9765.0, 9810.0, 9762.0, 9820.0, 9817.0, 9839.0, 9782.0, 9804.0, 9763.0, 9804.0, 9795.0, 9836.0, 9815.0, 9816.0, 9752.0, 9817.0, 9764.0, 9820.0, 9797.0, 9818.0, 9769.0, 9807.0, 9775.0, 9840.0, 9802.0, 9811.0, 9788.0, 9792.0, 9770.0, 9814.0, 9789.0, 9829.0, 9787.0, 9809.0, 9774.0, 9826.0, 9799.0, 9842.0, 9807.0, 9836.0, 9772.0, 9828.0, 9801.0, 9856.0, 9816.0, 9826.0, 9772.0, 9837.0, 9772.0, 9857.0, 9806.0, 9836.0, 9774.0, 9799.0, 9749.0, 9814.0, 9767.0, 9826.0, 9795.0, 9786.0, 9747.0, 9773.0, 9746.0, 9783.0, 9766.0, 9834.0, 9796.0, 9735.0, 9752.0, 9751.0, 9761.0, 9809.0, 9769.0, 9755.0, 9776.0, 9755.0, 9773.0, 9829.0, 9786.0, 9798.0, 9768.0, 9767.0, 9764.0, 9826.0, 9775.0, 9840.0, 9774.0, 9813.0, 9776.0, 9862.0, 9805.0, 9859.0, 9803.0, 9838.0, 9772.0, 9825.0, 9800.0, 9839.0, 9816.0, 9834.0, 9784.0, 9832.0, 9767.0, 9837.0, 9811.0, 9852.0, 9797.0, 9810.0, 9770.0, 9838.0, 9786.0, 9826.0, 9786.0, 9753.0, 9759.0, 9767.0, 9788.0, 9808.0, 9809.0, 9739.0, 9768.0, 9759.0, 9797.0, 9798.0, 9859.0, 9757.0, 9808.0, 9754.0, 9806.0, 9772.0, 9840.0, 9794.0, 9823.0, 9778.0, 9816.0, 9778.0, 9819.0, 9790.0, 9835.0, 9774.0, 9797.0, 9742.0, 9780.0, 9743.0, 9794.0, 9753.0, 9783.0, 9730.0, 9750.0, 9729.0, 9760.0, 9734.0, 9791.0, 9740.0, 9776.0, 9739.0, 9766.0, 9757.0, 9815.0, 9742.0, 9775.0, 9752.0, 9773.0, 9767.0, 9781.0, 9757.0, 9790.0, 9756.0, 9770.0, 9800.0, 9799.0, 9769.0, 9798.0, 9752.0, 9772.0, 9810.0, 9845.0, 9844.0, 9849.0, 9780.0, 9807.0, 9743.0, 9774.0, 9801.0, 9788.0, 9780.0, 9785.0, 9713.0, 9739.0, 9714.0, 9742.0, 9795.0, 9759.0, 9796.0, 9771.0, 9722.0, 9732.0, 9766.0, 9727.0, 9793.0, 9756.0, 9744.0, 9735.0, 9729.0, 9750.0, 9828.0, 9748.0, 9815.0, 9768.0, 9776.0, 9758.0, 9834.0, 9771.0, 9835.0, 9804.0, 9822.0, 9772.0, 9839.0, 9801.0, 9858.0, 9819.0, 9839.0, 9792.0, 9842.0, 9816.0, 9841.0, 9836.0, 9853.0, 9787.0, 9855.0, 9800.0, 9854.0, 9812.0, 9835.0, 9792.0, 9764.0, 9754.0, 9788.0, 9767.0, 9835.0, 9809.0, 9807.0, 9754.0, 9759.0, 9757.0, 9849.0, 9778.0, 9833.0, 9766.0, 9802.0, 9755.0, 9841.0, 9785.0, 9833.0, 9795.0, 9775.0, 9753.0, 9807.0, 9775.0, 9851.0, 9800.0, 9838.0, 9769.0, 9821.0, 9771.0, 9837.0, 9788.0, 9870.0, 9816.0, 9833.0, 9770.0, 9830.0, 9766.0, 9833.0, 9779.0, 9833.0, 9812.0, 9793.0, 9756.0, 9803.0, 9759.0, 9851.0, 9799.0, 9835.0, 9769.0, 9807.0, 9774.0, 9826.0, 9803.0, 9846.0, 9787.0, 9810.0, 9774.0, 9816.0, 9788.0, 9826.0, 9773.0, 9810.0, 9754.0, 9785.0, 9807.0, 9793.0, 9835.0, 9810.0, 9747.0, 9767.0, 9787.0, 9776.0, 9851.0, 9807.0, 9818.0, 9774.0, 9755.0, 9734.0, 9782.0, 9750.0, 9798.0, 9824.0, 9746.0, 9776.0, 9735.0, 9762.0, 9777.0, 9822.0, 9767.0, 9802.0, 9736.0, 9777.0, 9753.0, 9822.0, 9803.0, 9835.0, 9756.0, 9803.0, 9770.0, 9839.0, 9798.0, 9850.0, 9795.0, 9834.0, 9764.0, 9830.0, 9770.0, 9817.0, 9783.0, 9819.0, 9797.0, 9835.0, 9768.0, 9820.0, 9768.0, 9820.0, 9797.0, 9850.0, 9817.0, 9818.0, 9768.0, 9830.0, 9767.0, 9832.0, 9766.0, 9818.0, 9790.0, 9832.0, 9782.0, 9820.0, 9770.0, 9809.0, 9802.0, 9823.0, 9827.0, 9822.0, 9774.0, 9839.0, 9777.0, 9860.0, 9826.0, 9842.0, 9786.0, 9837.0, 9775.0, 9839.0, 9814.0, 9858.0, 9803.0, 9820.0, 9769.0, 9823.0, 9777.0, 9866.0, 9859.0, 9821.0, 9860.0, 9819.0, 9789.0, 9799.0, 9736.0, 9791.0, 9739.0, 9773.0, 9779.0, 9835.0, 9784.0, 9838.0, 9810.0, 9834.0, 9803.0, 9817.0, 9784.0, 9809.0, 9772.0, 9748.0, 9707.0, 9744.0, 9684.0, 9723.0, 9695.0, 9721.0, 9682.0, 9707.0, 9655.0, 9666.0, 9673.0, 9660.0, 9672.0, 9677.0, 9694.0, 9696.0, 9700.0, 9689.0, 9701.0, 9719.0, 9704.0, 9726.0, 9751.0, 9716.0, 9781.0, 9732.0, 9745.0, 9733.0, 9734.0, 9733.0, 9749.0, 9753.0, 9790.0, 9756.0, 9836.0, 9796.0, 9810.0, 9759.0, 9754.0, 9756.0, 9768.0, 9771.0, 9842.0, 9803.0, 9772.0, 9760.0, 9781.0, 9759.0, 9858.0, 9802.0, 9810.0, 9775.0, 9767.0, 9756.0, 9841.0, 9792.0, 9857.0, 9820.0, 9772.0, 9800.0, 9810.0, 9801.0, 9854.0, 9787.0, 9888.0, 9828.0, 9871.0, 9809.0, 9794.0, 9768.0, 9807.0, 9799.0, 9857.0, 9831.0, 9748.0, 9752.0, 9776.0, 9757.0, 9853.0, 9813.0, 9804.0, 9766.0, 9757.0, 9748.0, 9818.0, 9778.0, 9848.0, 9826.0, 9758.0, 9735.0, 9732.0, 9738.0, 9794.0, 9770.0, 9818.0, 9812.0, 9751.0, 9764.0, 9752.0, 9783.0, 9778.0, 9765.0, 9801.0, 9764.0, 9749.0, 9739.0, 9748.0, 9773.0, 9823.0, 9802.0, 9755.0, 9771.0, 9764.0, 9756.0, 9840.0, 9810.0, 9795.0, 9791.0, 9747.0, 9765.0, 9794.0, 9810.0, 9819.0, 9847.0, 9746.0, 9774.0, 9734.0, 9781.0, 9783.0, 9821.0, 9763.0, 9800.0, 9734.0, 9784.0, 9734.0, 9802.0, 9754.0, 9836.0, 9807.0, 9818.0, 9750.0, 9799.0, 9759.0, 9797.0, 9759.0, 9807.0, 9774.0, 9821.0, 9752.0, 9785.0, 9757.0, 9806.0, 9788.0, 9821.0, 9792.0, 9835.0, 9774.0, 9819.0, 9803.0, 9839.0, 9814.0, 9838.0, 9784.0, 9819.0, 9770.0, 9829.0, 9800.0, 9851.0, 9798.0, 9817.0, 9769.0, 9823.0, 9786.0, 9816.0, 9770.0, 9813.0, 9771.0, 9836.0, 9756.0, 9793.0, 9755.0, 9791.0, 9757.0, 9837.0, 9811.0, 9852.0, 9781.0, 9818.0, 9766.0, 9819.0, 9794.0, 9834.0, 9813.0, 9815.0, 9750.0, 9813.0, 9768.0, 9849.0, 9816.0, 9788.0, 9760.0, 9748.0, 9749.0, 9779.0, 9822.0, 9788.0, 9818.0, 9734.0, 9768.0, 9752.0, 9776.0, 9751.0, 9832.0, 9764.0, 9803.0, 9753.0, 9806.0, 9769.0, 9836.0, 9794.0, 9831.0, 9764.0, 9799.0, 9783.0, 9819.0, 9794.0, 9853.0, 9783.0, 9833.0, 9757.0, 9838.0, 9774.0, 9850.0, 9818.0, 9819.0, 9773.0, 9809.0, 9757.0, 9851.0, 9798.0, 9847.0, 9795.0, 9776.0, 9739.0, 9805.0, 9771.0, 9837.0, 9811.0, 9776.0, 9753.0, 9776.0, 9754.0, 9792.0, 9757.0, 9836.0, 9773.0, 9854.0, 9798.0, 9837.0, 9773.0, 9823.0, 9763.0, 9849.0, 9788.0, 9866.0, 9828.0, 9805.0, 9755.0, 9801.0, 9738.0, 9849.0, 9779.0, 9848.0, 9806.0, 9771.0, 9735.0, 9771.0, 9757.0, 9816.0, 9789.0, 9787.0, 9763.0, 9756.0, 9749.0, 9816.0, 9764.0, 9848.0, 9801.0, 9759.0, 9746.0, 9746.0, 9749.0, 9762.0, 9776.0, 9830.0, 9786.0, 9812.0, 9791.0, 9730.0, 9741.0, 9728.0, 9739.0, 9755.0, 9761.0, 9751.0, 9817.0, 9728.0, 9758.0, 9734.0, 9776.0, 9758.0, 9819.0, 9779.0, 9831.0, 9765.0, 9816.0, 9753.0, 9819.0, 9796.0, 9852.0, 9779.0, 9816.0, 9753.0, 9792.0, 9774.0, 9822.0, 9827.0, 9748.0, 9753.0, 9772.0, 9756.0, 9753.0, 9776.0, 9826.0, 9771.0, 9812.0, 9803.0, 9758.0, 9802.0, 9757.0, 9828.0, 9811.0, 9856.0, 9810.0, 9838.0, 9748.0, 9785.0, 9750.0, 9814.0, 9763.0, 9845.0, 9789.0, 9798.0, 9745.0, 9799.0, 9768.0, 9814.0, 9796.0, 9798.0, 9746.0, 9812.0, 9750.0, 9833.0, 9794.0, 9835.0, 9781.0, 9779.0, 9757.0, 9824.0, 9769.0, 9845.0, 9769.0, 9852.0, 9782.0, 9813.0, 9756.0, 9817.0, 9776.0, 9812.0, 9786.0, 9811.0, 9789.0, 9820.0, 9790.0, 9793.0, 9790.0, 9778.0, 9816.0, 9816.0, 9811.0, 9841.0, 9823.0, 9831.0, 9825.0, 9865.0, 9851.0, 9901.0, 9826.0, 9865.0, 9825.0, 9880.0, 9850.0, 9869.0, 9829.0, 9837.0, 9795.0, 9837.0, 9802.0, 9833.0, 9819.0, 9812.0, 9792.0, 9807.0, 9761.0, 9787.0, 9762.0, 9804.0, 9773.0, 9805.0, 9713.0, 9771.0, 9704.0, 9752.0, 9716.0, 9769.0, 9717.0, 9788.0, 9704.0, 9729.0, 9725.0, 9739.0, 9728.0, 9739.0, 9727.0, 9759.0, 9729.0, 9732.0, 9729.0, 9750.0, 9827.0, 9763.0, 9786.0, 9753.0, 9758.0, 9758.0, 9816.0, 9762.0, 9841.0, 9808.0, 9798.0, 9760.0, 9784.0, 9756.0, 9829.0, 9764.0, 9861.0, 9789.0, 9830.0, 9774.0, 9749.0, 9753.0, 9746.0, 9780.0, 9789.0, 9835.0, 9783.0, 9814.0, 9751.0, 9783.0, 9762.0, 9815.0, 9766.0, 9819.0, 9785.0, 9799.0, 9766.0, 9805.0, 9783.0, 9824.0, 9802.0, 9846.0, 9816.0, 9823.0, 9780.0, 9824.0, 9778.0, 9822.0, 9779.0, 9843.0, 9796.0, 9813.0, 9778.0, 9811.0, 9781.0, 9855.0, 9793.0, 9849.0, 9794.0, 9780.0, 9776.0, 9828.0, 9842.0, 9839.0, 9857.0, 9771.0, 9813.0, 9758.0, 9809.0, 9812.0, 9842.0, 9782.0, 9833.0, 9767.0, 9786.0, 9756.0, 9801.0, 9770.0, 9772.0, 9770.0, 9795.0, 9765.0, 9758.0, 9773.0, 9778.0, 9785.0, 9771.0, 9798.0, 9793.0, 9778.0, 9781.0, 9773.0, 9776.0, 9853.0, 9828.0, 9847.0, 9808.0, 9751.0, 9755.0, 9829.0, 9793.0, 9846.0, 9826.0, 9741.0, 9741.0, 9768.0, 9729.0, 9829.0, 9804.0, 9818.0, 9790.0, 9743.0, 9747.0, 9731.0, 9786.0, 9780.0, 9783.0, 9812.0, 9813.0, 9739.0, 9743.0, 9743.0, 9752.0, 9768.0, 9823.0, 9766.0, 9822.0, 9764.0, 9762.0, 9772.0, 9774.0, 9781.0, 9766.0, 9802.0, 9767.0, 9792.0, 9770.0, 9820.0, 9769.0, 9833.0, 9801.0, 9814.0, 9788.0, 9812.0, 9790.0, 9855.0, 9821.0, 9829.0, 9802.0, 9760.0, 9772.0, 9774.0, 9840.0, 9809.0, 9854.0, 9753.0, 9806.0, 9773.0, 9784.0, 9766.0, 9787.0, 9769.0, 9785.0, 9767.0, 9857.0, 9768.0, 9822.0, 9782.0, 9818.0, 9782.0, 9854.0, 9812.0, 9846.0, 9808.0, 9816.0, 9757.0, 9781.0, 9757.0, 9789.0, 9746.0, 9786.0, 9755.0, 9752.0, 9782.0, 9771.0, 9786.0, 9773.0, 9796.0, 9815.0, 9787.0, 9784.0, 9789.0, 9798.0, 9788.0, 9844.0, 9783.0, 9825.0, 9784.0, 9844.0, 9797.0, 9869.0, 9826.0, 9853.0, 9791.0, 9815.0, 9789.0, 9836.0, 9819.0, 9828.0, 9797.0, 9795.0, 9747.0, 9802.0, 9764.0, 9826.0, 9787.0, 9771.0, 9734.0, 9733.0, 9803.0, 9791.0, 9817.0, 9750.0, 9814.0, 9749.0, 9827.0, 9775.0, 9839.0, 9804.0, 9769.0, 9730.0, 9735.0, 9730.0, 9756.0, 9776.0, 9764.0, 9817.0, 9749.0, 9785.0, 9751.0, 9799.0, 9767.0, 9793.0, 9761.0, 9795.0, 9770.0, 9782.0, 9787.0, 9801.0, 9787.0, 9827.0, 9791.0, 9855.0, 9852.0, 9870.0, 9779.0, 9854.0, 9787.0, 9839.0, 9783.0, 9821.0, 9790.0, 9840.0, 9823.0, 9814.0, 9786.0, 9812.0, 9789.0, 9826.0, 9824.0, 9859.0, 9794.0, 9844.0, 9795.0, 9861.0, 9821.0, 9877.0, 9819.0, 9836.0, 9782.0, 9849.0, 9802.0, 9855.0, 9838.0, 9789.0, 9797.0, 9768.0, 9754.0, 9789.0, 9763.0, 9813.0, 9752.0, 9847.0, 9771.0, 9868.0, 9768.0, 9837.0, 9769.0, 9818.0, 9784.0, 9807.0, 9782.0, 9780.0, 9791.0, 9773.0, 9804.0, 9790.0, 9808.0, 9821.0, 9829.0, 9863.0, 9829.0, 9874.0, 9817.0, 9876.0, 9855.0, 9877.0, 9837.0, 9840.0, 9797.0, 9852.0, 9827.0, 9858.0, 9840.0, 9784.0, 9815.0, 9773.0, 9816.0, 9813.0, 9834.0, 9793.0, 9806.0, 9731.0, 9749.0, 9731.0, 9719.0, 9782.0, 9725.0, 9829.0, 9721.0, 9789.0, 9776.0, 9792.0, 9742.0, 9795.0, 9745.0, 9804.0, 9791.0, 9848.0, 9763.0, 9831.0, 9751.0, 9827.0, 9777.0, 9828.0, 9812.0, 9824.0, 9761.0, 9823.0, 9751.0, 9851.0, 9794.0, 9828.0, 9794.0, 9828.0, 9767.0, 9841.0, 9765.0, 9832.0, 9794.0, 9851.0, 9779.0, 9819.0, 9765.0, 9848.0, 9769.0, 9862.0, 9782.0, 9834.0, 9792.0, 9828.0, 9771.0, 9831.0, 9772.0, 9821.0, 9786.0, 9848.0, 9803.0, 9825.0, 9791.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.0005949394856278366</td></tr>
<tr><td colspan=3>aqi</td><td>0.026858979425113467</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.111106843603345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1799336822104463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9825034527176374</td></tr>
<tr><td colspan=3>efc</td><td>0.4684</td></tr>
<tr><td colspan=3>fber</td><td>6983.7656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09061340764141892</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7821482602118004</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.445041803858222</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.358703852855027</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.700640117429904</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2757814412897353</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108945</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018952960148453712</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02509482391178608</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.965985231878823</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>36.4701</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5568</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9049</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300930.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>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.5745</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.027</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3648.2306</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.4793</td></tr>
<tr><td colspan=3>tsnr</td><td>38.07618166320026</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>