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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-04/func/sub-0094_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>ae1beb6dc92b01ec8a2f89e0544c60b0</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>18:29:39.242500</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</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.259</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.106917</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>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8d91fc2f-81f5-4319-883f-b9185d02ab6d||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['182939.242500', '182939.702500', '182940.162500', '182940.622500', '182941.082500', '182941.542500', '182942.002500', '182942.462500', '182942.922500', '182943.382500', '182943.842500', '182944.302500', '182944.762500', '182945.222500', '182945.682500', '182946.142500', '182946.602500', '182947.062500', '182947.522500', '182947.982500', '182948.442500', '182948.902500', '182949.362500', '182949.822500', '182950.282500', '182950.742500', '182951.202500', '182951.662500', '182952.122500', '182952.582500', '182953.042500', '182953.502500', '182953.962500', '182954.422500', '182954.882500', '182955.342500', '182955.802500', '182956.262500', '182956.722500', '182957.182500', '182957.642500', '182958.102500', '182958.562500', '182959.022500', '182959.482500', '182959.942500', '183000.402500', '183000.862500', '183001.322500', '183001.782500', '183002.242500', '183002.702500', '183003.162500', '183003.622500', '183004.082500', '183004.542500', '183005.002500', '183005.462500', '183005.922500', '183006.382500', '183006.842500', '183007.302500', '183007.762500', '183008.222500', '183008.682500', '183009.142500', '183009.602500', '183010.062500', '183010.522500', '183010.982500', '183011.442500', '183011.902500', '183012.362500', '183012.822500', '183013.282500', '183013.742500', '183014.202500', '183014.662500', '183015.122500', '183015.582500', '183016.042500', '183016.502500', '183016.962500', '183017.422500', '183017.882500', '183018.342500', '183018.802500', '183019.262500', '183019.722500', '183020.182500', '183020.642500', '183021.102500', '183021.562500', '183022.022500', '183022.482500', '183022.942500', '183023.402500', '183023.862500', '183024.322500', '183024.782500', '183025.242500', '183025.702500', '183026.162500', '183026.622500', '183027.082500', '183027.542500', '183028.002500', '183028.462500', '183028.922500', '183029.382500', '183029.842500', '183030.302500', '183030.762500', '183031.222500', '183031.682500', '183032.142500', '183032.602500', '183033.062500', '183033.522500', '183033.982500', '183034.442500', '183034.902500', '183035.362500', '183035.822500', '183036.282500', '183036.742500', '183037.202500', '183037.662500', '183038.122500', '183038.582500', '183039.042500', '183039.502500', '183039.962500', '183040.422500', '183040.882500', '183041.342500', '183041.802500', '183042.262500', '183042.722500', '183043.182500', '183043.642500', '183044.102500', '183044.562500', '183045.022500', '183045.482500', '183045.942500', '183046.402500', '183046.862500', '183047.322500', '183047.782500', '183048.242500', '183048.702500', '183049.162500', '183049.622500', '183050.082500', '183050.542500', '183051.002500', '183051.462500', '183051.922500', '183052.382500', '183052.842500', '183053.302500', '183053.762500', '183054.222500', '183054.682500', '183055.142500', '183055.602500', '183056.062500', '183056.522500', '183056.982500', '183057.442500', '183057.902500', '183058.362500', '183058.822500', '183059.282500', '183059.742500', '183100.202500', '183100.662500', '183101.122500', '183101.582500', '183102.042500', '183102.502500', '183102.962500', '183103.422500', '183103.882500', '183104.342500', '183104.802500', '183105.262500', '183105.722500', '183106.182500', '183106.642500', '183107.102500', '183107.562500', '183108.022500', '183108.482500', '183108.942500', '183109.402500', '183109.862500', '183110.322500', '183110.782500', '183111.242500', '183111.702500', '183112.162500', '183112.622500', '183113.082500', '183113.542500', '183114.002500', '183114.462500', '183114.922500', '183115.382500', '183115.842500', '183116.302500', '183116.762500', '183117.222500', '183117.682500', '183118.142500', '183118.602500', '183119.062500', '183119.522500', '183119.982500', '183120.442500', '183120.902500', '183121.362500', '183121.822500', '183122.282500', '183122.742500', '183123.202500', '183123.662500', '183124.122500', '183124.582500', '183125.042500', '183125.502500', '183125.962500', '183126.422500', '183126.882500', '183127.342500', '183127.802500', '183128.262500', '183128.722500', '183129.182500', '183129.642500', '183130.102500', '183130.562500', '183131.022500', '183131.482500', '183131.942500', '183132.402500', '183132.862500', '183133.322500', '183133.782500', '183134.242500', '183134.702500', '183135.162500', '183135.622500', '183136.082500', '183136.542500', '183137.002500', '183137.462500', '183137.922500', '183138.382500', '183138.842500', '183139.302500', '183139.762500', '183140.222500', '183140.682500', '183141.142500', '183141.602500', '183142.062500', '183142.522500', '183142.982500', '183143.442500', '183143.902500', '183144.362500', '183144.822500', '183145.282500', '183145.742500', '183146.202500', '183146.662500', '183147.122500', '183147.582500', '183148.042500', '183148.502500', '183148.962500', '183149.422500', '183149.882500', '183150.342500', '183150.802500', '183151.262500', '183151.722500', '183152.182500', '183152.642500', '183153.102500', '183153.562500', '183154.022500', '183154.482500', '183154.942500', '183155.402500', '183155.862500', '183156.322500', '183156.782500', '183157.242500', '183157.702500', '183158.162500', '183158.622500', '183159.082500', '183159.542500', '183200.002500', '183200.462500', '183200.922500', '183201.382500', '183201.842500', '183202.302500', '183202.762500', '183203.222500', '183203.682500', '183204.142500', '183204.602500', '183205.062500', '183205.522500', '183205.982500', '183206.442500', '183206.902500', '183207.362500', '183207.822500', '183208.282500', '183208.742500', '183209.202500', '183209.662500', '183210.122500', '183210.582500', '183211.042500', '183211.502500', '183211.962500', '183212.422500', '183212.882500', '183213.342500', '183213.802500', '183214.262500', '183214.722500', '183215.182500', '183215.642500', '183216.102500', '183216.562500', '183217.022500', '183217.482500', '183217.942500', '183218.402500', '183218.862500', '183219.322500', '183219.782500', '183220.242500', '183220.702500', '183221.162500', '183221.622500', '183222.082500', '183222.542500', '183223.002500', '183223.462500', '183223.922500', '183224.382500', '183224.842500', '183225.302500', '183225.762500', '183226.222500', '183226.682500', '183227.142500', '183227.602500', '183228.062500', '183228.522500', '183228.982500', '183229.442500', '183229.902500', '183230.362500', '183230.822500', '183231.282500', '183231.742500', '183232.202500', '183232.662500', '183233.122500', '183233.582500', '183234.042500', '183234.502500', '183234.962500', '183235.422500', '183235.882500', '183236.342500', '183236.802500', '183237.262500', '183237.722500', '183238.182500', '183238.642500', '183239.102500', '183239.562500', '183240.022500', '183240.482500', '183240.942500', '183241.402500', '183241.862500', '183242.322500', '183242.782500', '183243.242500', '183243.702500', '183244.162500', '183244.622500', '183245.082500', '183245.542500', '183246.002500', '183246.462500', '183246.922500', '183247.382500', '183247.842500', '183248.302500', '183248.762500', '183249.222500', '183249.682500', '183250.142500', '183250.602500', '183251.062500', '183251.522500', '183251.982500', '183252.442500', '183252.902500', '183253.362500', '183253.822500', '183254.282500', '183254.742500', '183255.202500', '183255.662500', '183256.122500', '183256.582500', '183257.042500', '183257.502500', '183257.962500', '183258.422500', '183258.882500', '183259.342500', '183259.802500', '183300.262500', '183300.722500', '183301.182500', '183301.642500', '183302.102500', '183302.562500', '183303.022500', '183303.482500', '183303.942500', '183304.402500', '183304.862500', '183305.322500', '183305.782500', '183306.242500', '183306.702500', '183307.162500', '183307.622500', '183308.082500', '183308.542500', '183309.002500', '183309.462500', '183309.922500', '183310.382500', '183310.842500', '183311.302500', '183311.762500', '183312.222500', '183312.682500', '183313.142500', '183313.602500', '183314.062500', '183314.522500', '183314.982500', '183315.442500', '183315.902500', '183316.362500', '183316.822500', '183317.282500', '183317.742500', '183318.202500', '183318.662500', '183319.122500', '183319.582500', '183320.042500', '183320.502500', '183320.962500', '183321.422500', '183321.882500', '183322.342500', '183322.802500', '183323.262500', '183323.722500', '183324.182500', '183324.642500', '183325.102500', '183325.562500', '183326.022500', '183326.482500', '183326.942500', '183327.402500', '183327.862500', '183328.322500', '183328.782500', '183329.242500', '183329.702500', '183330.162500', '183330.622500', '183331.082500', '183331.542500', '183332.002500', '183332.462500', '183332.922500', '183333.382500', '183333.842500', '183334.302500', '183334.762500', '183335.222500', '183335.682500', '183336.142500', '183336.602500', '183337.062500', '183337.522500', '183337.982500', '183338.442500', '183338.902500', '183339.362500', '183339.822500', '183340.282500', '183340.742500', '183341.202500', '183341.662500', '183342.122500', '183342.582500', '183343.042500', '183343.502500', '183343.962500', '183344.422500', '183344.882500', '183345.342500', '183345.802500', '183346.262500', '183346.722500', '183347.182500', '183347.642500', '183348.102500', '183348.562500', '183349.022500', '183349.482500', '183349.942500', '183350.402500', '183350.862500', '183351.322500', '183351.782500', '183352.242500', '183352.702500', '183353.162500', '183353.622500', '183354.082500', '183354.542500', '183355.002500', '183355.462500', '183355.922500', '183356.382500', '183356.842500', '183357.302500', '183357.762500', '183358.222500', '183358.682500', '183359.142500', '183359.602500', '183400.062500', '183400.522500', '183400.982500', '183401.442500', '183401.902500', '183402.362500', '183402.822500', '183403.282500', '183403.742500', '183404.202500', '183404.662500', '183405.122500', '183405.582500', '183406.042500', '183406.502500', '183406.962500', '183407.422500', '183407.882500', '183408.342500', '183408.802500', '183409.262500', '183409.722500', '183410.182500', '183410.642500', '183411.102500', '183411.562500', '183412.022500', '183412.482500', '183412.942500', '183413.402500', '183413.862500', '183414.322500', '183414.782500', '183415.242500', '183415.702500', '183416.162500', '183416.622500', '183417.082500', '183417.542500', '183418.002500', '183418.462500', '183418.922500', '183419.382500', '183419.842500', '183420.302500', '183420.762500', '183421.222500', '183421.682500', '183422.142500', '183422.602500', '183423.062500', '183423.522500', '183423.982500', '183424.442500', '183424.902500', '183425.362500', '183425.822500', '183426.282500', '183426.742500', '183427.202500', '183427.662500', '183428.122500', '183428.582500', '183429.042500', '183429.502500', '183429.962500', '183430.422500', '183430.882500', '183431.342500', '183431.802500', '183432.262500', '183432.722500', '183433.182500', '183433.642500', '183434.102500', '183434.562500', '183435.022500', '183435.482500', '183435.942500', '183436.402500', '183436.862500', '183437.322500', '183437.782500', '183438.242500', '183438.702500', '183439.162500', '183439.622500', '183440.082500', '183440.542500', '183441.002500', '183441.462500', '183441.922500', '183442.382500', '183442.842500', '183443.302500', '183443.762500', '183444.222500', '183444.682500', '183445.142500', '183445.602500', '183446.062500', '183446.522500', '183446.982500', '183447.442500', '183447.902500', '183448.362500', '183448.822500', '183449.282500', '183449.742500', '183450.202500', '183450.662500', '183451.122500', '183451.582500', '183452.042500', '183452.502500', '183452.962500', '183453.422500', '183453.882500', '183454.342500', '183454.802500', '183455.262500', '183455.722500', '183456.182500', '183456.642500', '183457.102500', '183457.562500', '183458.022500', '183458.482500', '183458.942500', '183459.402500', '183459.862500', '183500.322500', '183500.782500', '183501.242500', '183501.702500', '183502.162500', '183502.622500', '183503.082500', '183503.542500', '183504.002500', '183504.462500', '183504.922500', '183505.382500', '183505.842500', '183506.302500', '183506.762500', '183507.222500', '183507.682500', '183508.142500', '183508.602500', '183509.062500', '183509.522500', '183509.982500', '183510.442500', '183510.902500', '183511.362500', '183511.822500', '183512.282500', '183512.742500', '183513.202500', '183513.662500', '183514.122500', '183514.582500', '183515.042500', '183515.502500', '183515.962500', '183516.422500', '183516.882500', '183517.342500', '183517.802500', '183518.262500', '183518.722500', '183519.182500', '183519.642500', '183520.102500', '183520.562500', '183521.022500', '183521.482500', '183521.942500', '183522.402500', '183522.862500', '183523.322500', '183523.782500', '183524.242500', '183524.702500', '183525.162500', '183525.622500', '183526.082500', '183526.542500', '183527.002500', '183527.462500', '183527.922500', '183528.382500', '183528.842500', '183529.302500', '183529.762500', '183530.222500', '183530.682500', '183531.142500', '183531.602500', '183532.062500', '183532.522500', '183532.982500', '183533.442500', '183533.902500', '183534.362500', '183534.822500', '183535.282500', '183535.742500', '183536.202500', '183536.662500', '183537.122500', '183537.582500', '183538.042500', '183538.502500', '183538.962500', '183539.422500', '183539.882500', '183540.342500', '183540.802500', '183541.262500', '183541.722500', '183542.182500', '183542.642500', '183543.102500', '183543.562500', '183544.022500', '183544.482500', '183544.942500', '183545.402500', '183545.862500', '183546.322500', '183546.782500', '183547.242500', '183547.702500', '183548.162500', '183548.622500', '183549.082500', '183549.542500', '183550.002500', '183550.462500', '183550.922500', '183551.382500', '183551.842500', '183552.302500', '183552.762500', '183553.222500', '183553.682500', '183554.142500', '183554.602500', '183555.062500', '183555.522500', '183555.982500', '183556.442500', '183556.902500', '183557.362500', '183557.822500', '183558.282500', '183558.742500', '183559.202500', '183559.662500', '183600.122500', '183600.582500', '183601.042500', '183601.502500', '183601.962500', '183602.422500', '183602.882500', '183603.342500', '183603.802500', '183604.262500', '183604.722500', '183605.182500', '183605.642500', '183606.102500', '183606.562500', '183607.022500', '183607.482500', '183607.942500', '183608.402500', '183608.862500', '183609.322500', '183609.782500', '183610.242500', '183610.702500', '183611.162500', '183611.622500', '183612.082500', '183612.542500', '183613.002500', '183613.462500', '183613.922500', '183614.382500', '183614.842500', '183615.302500', '183615.762500', '183616.222500', '183616.682500', '183617.142500', '183617.602500', '183618.062500', '183618.522500', '183618.982500', '183619.442500', '183619.902500', '183620.362500', '183620.822500', '183621.282500', '183621.742500', '183622.202500', '183622.662500', '183623.122500', '183623.582500', '183624.042500', '183624.502500', '183624.962500', '183625.422500', '183625.882500', '183626.342500', '183626.802500', '183627.262500', '183627.722500', '183628.182500', '183628.642500', '183629.102500', '183629.562500', '183630.022500', '183630.482500', '183630.942500', '183631.402500', '183631.862500', '183632.322500', '183632.782500', '183633.242500', '183633.702500', '183634.162500', '183634.622500', '183635.082500', '183635.542500', '183636.002500', '183636.462500', '183636.922500', '183637.382500', '183637.842500', '183638.302500', '183638.762500', '183639.222500', '183639.682500', '183640.142500', '183640.602500', '183641.062500', '183641.522500', '183641.982500', '183642.442500', '183642.902500', '183643.362500', '183643.822500', '183644.282500', '183644.742500', '183645.202500', '183645.662500', '183646.122500', '183646.582500', '183647.042500', '183647.502500', '183647.962500', '183648.422500', '183648.882500', '183649.342500', '183649.802500', '183650.262500', '183650.722500', '183651.182500', '183651.642500', '183652.102500', '183652.562500', '183653.022500', '183653.482500', '183653.942500', '183654.402500', '183654.862500', '183655.322500', '183655.782500', '183656.242500', '183656.702500', '183657.162500', '183657.622500', '183658.082500', '183658.542500', '183659.002500', '183659.462500', '183659.922500', '183700.382500', '183700.842500', '183701.302500', '183701.762500', '183702.222500', '183702.682500', '183703.142500', '183703.602500', '183704.062500', '183704.522500', '183704.982500', '183705.442500', '183705.902500', '183706.362500', '183706.822500', '183707.282500', '183707.742500', '183708.202500', '183708.662500', '183709.122500', '183709.582500', '183710.042500', '183710.502500', '183710.962500', '183711.422500', '183711.882500', '183712.342500', '183712.802500', '183713.262500', '183713.722500', '183714.182500', '183714.642500', '183715.102500', '183715.562500', '183716.022500', '183716.482500', '183716.942500', '183717.402500', '183717.862500', '183718.322500', '183718.782500', '183719.242500', '183719.702500', '183720.162500', '183720.622500', '183721.082500', '183721.542500', '183722.002500', '183722.462500', '183722.922500', '183723.382500', '183723.842500', '183724.302500', '183724.762500', '183725.222500', '183725.682500', '183726.142500', '183726.602500', '183727.062500', '183727.522500', '183727.982500', '183728.442500', '183728.902500', '183729.362500', '183729.822500', '183730.282500', '183730.742500', '183731.202500', '183731.662500', '183732.122500', '183732.582500', '183733.042500', '183733.502500', '183733.962500', '183734.422500', '183734.882500', '183735.342500', '183735.802500', '183736.262500', '183736.722500', '183737.182500', '183737.642500', '183738.102500', '183738.562500', '183739.022500', '183739.482500', '183739.942500', '183740.402500', '183740.862500', '183741.322500', '183741.782500', '183742.242500', '183742.702500', '183743.162500', '183743.622500', '183744.082500', '183744.542500', '183745.002500', '183745.462500', '183745.922500', '183746.382500', '183746.842500', '183747.302500', '183747.762500', '183748.222500', '183748.682500', '183749.142500', '183749.602500', '183750.062500', '183750.522500', '183750.982500', '183751.442500', '183751.902500', '183752.362500', '183752.822500', '183753.282500', '183753.742500', '183754.202500', '183754.662500', '183755.122500', '183755.582500', '183756.042500', '183756.502500', '183756.962500', '183757.422500', '183757.882500', '183758.342500', '183758.802500', '183759.262500', '183759.722500', '183800.182500', '183800.642500', '183801.102500', '183801.562500', '183802.022500', '183802.482500', '183802.942500', '183803.402500', '183803.862500', '183804.322500', '183804.782500', '183805.242500', '183805.702500', '183806.162500', '183806.622500', '183807.082500', '183807.542500', '183808.002500', '183808.462500', '183808.922500', '183809.382500', '183809.842500', '183810.302500', '183810.762500', '183811.222500', '183811.682500', '183812.142500', '183812.602500', '183813.062500', '183813.522500', '183813.982500', '183814.442500', '183814.902500', '183815.362500', '183815.822500', '183816.282500', '183816.742500', '183817.202500', '183817.662500', '183818.122500', '183818.582500', '183819.042500', '183819.502500', '183819.962500', '183820.422500', '183820.882500', '183821.342500', '183821.802500', '183822.262500', '183822.722500', '183823.182500', '183823.642500', '183824.102500', '183824.562500', '183825.022500', '183825.482500', '183825.942500', '183826.402500', '183826.862500', '183827.322500', '183827.782500', '183828.242500', '183828.702500', '183829.162500', '183829.622500', '183830.082500', '183830.542500', '183831.002500', '183831.462500', '183831.922500', '183832.382500', '183832.842500', '183833.302500', '183833.762500', '183834.222500', '183834.682500', '183835.142500', '183835.602500', '183836.062500', '183836.522500', '183836.982500', '183837.442500', '183837.902500', '183838.362500', '183838.822500', '183839.282500', '183839.742500', '183840.202500', '183840.662500', '183841.122500', '183841.582500', '183842.042500', '183842.502500', '183842.962500', '183843.422500', '183843.882500', '183844.342500', '183844.802500', '183845.262500', '183845.722500', '183846.182500', '183846.642500', '183847.102500', '183847.562500', '183848.022500', '183848.482500', '183848.942500', '183849.402500', '183849.862500', '183850.322500', '183850.782500', '183851.242500', '183851.702500', '183852.162500', '183852.622500', '183853.082500', '183853.542500', '183854.002500', '183854.462500', '183854.922500', '183855.382500', '183855.842500', '183856.302500', '183856.762500', '183857.222500', '183857.682500', '183858.142500', '183858.602500', '183859.062500', '183859.522500', '183859.982500', '183900.442500', '183900.902500', '183901.362500', '183901.822500', '183902.282500', '183902.742500', '183903.202500', '183903.662500', '183904.122500', '183904.582500', '183905.042500', '183905.502500', '183905.962500', '183906.422500', '183906.882500', '183907.342500', '183907.802500', '183908.262500', '183908.722500', '183909.182500', '183909.642500', '183910.102500', '183910.562500', '183911.022500', '183911.482500', '183911.942500', '183912.402500', '183912.862500', '183913.322500', '183913.782500', '183914.242500', '183914.702500', '183915.162500', '183915.622500', '183916.082500', '183916.542500', '183917.002500', '183917.462500', '183917.922500', '183918.382500', '183918.842500', '183919.302500', '183919.762500', '183920.222500', '183920.682500', '183921.142500', '183921.602500', '183922.062500', '183922.522500', '183922.982500', '183923.442500', '183923.902500', '183924.362500', '183924.822500', '183925.282500', '183925.742500', '183926.202500', '183926.662500', '183927.122500', '183927.582500', '183928.042500', '183928.502500', '183928.962500', '183929.422500', '183929.882500', '183930.342500', '183930.802500', '183931.262500', '183931.722500', '183932.182500', '183932.642500', '183933.102500', '183933.562500', '183934.022500', '183934.482500', '183934.942500', '183935.402500', '183935.862500', '183936.322500', '183936.782500', '183937.242500', '183937.702500', '183938.162500', '183938.622500', '183939.082500', '183939.542500', '183940.002500', '183940.462500', '183940.922500', '183941.382500', '183941.842500', '183942.302500', '183942.762500', '183943.222500', '183943.682500', '183944.142500', '183944.602500', '183945.062500', '183945.522500', '183945.982500', '183946.442500', '183946.902500'], 'ContentTime': ['183007.936000', '183007.940000', '183007.942000', '183007.945000', '183007.948000', '183007.950000', '183007.953000', '183007.955000', '183007.958000', '183007.961000', '183007.963000', '183007.966000', '183007.968000', '183007.971000', '183007.974000', '183007.976000', '183007.979000', '183007.981000', '183007.984000', '183007.987000', '183007.990000', '183007.992000', '183008.002000', '183008.004000', '183008.007000', '183008.009000', '183008.012000', '183008.015000', '183008.017000', '183008.020000', '183008.022000', '183008.025000', '183008.028000', '183008.030000', '183008.033000', '183008.035000', '183008.038000', '183008.040000', '183008.043000', '183008.045000', '183008.051000', '183008.053000', '183008.056000', '183008.059000', '183008.061000', '183008.064000', '183008.066000', '183008.069000', '183008.071000', '183008.074000', '183008.076000', '183008.079000', '183008.081000', '183008.084000', '183008.087000', '183008.089000', '183008.092000', '183008.094000', '183008.097000', '183008.100000', '183027.903000', '183027.906000', '183027.909000', '183027.911000', '183027.914000', '183027.917000', '183027.919000', '183027.922000', '183027.924000', '183027.927000', '183027.930000', '183027.932000', '183027.935000', '183027.937000', '183027.940000', '183027.942000', '183027.945000', '183027.948000', '183027.950000', '183027.953000', '183027.955000', '183027.958000', '183027.960000', '183027.963000', '183027.966000', '183027.968000', '183027.971000', '183027.973000', '183027.976000', '183027.978000', '183027.981000', '183027.984000', '183027.986000', '183027.989000', '183027.991000', '183027.994000', '183027.997000', '183028.000000', '183028.003000', '183028.006000', '183028.008000', '183028.011000', '183028.013000', '183047.903000', '183047.907000', '183047.909000', '183047.912000', '183047.915000', '183047.917000', '183047.920000', '183047.922000', '183047.925000', '183047.928000', '183047.930000', '183047.933000', '183047.935000', '183047.938000', '183047.940000', '183047.943000', '183047.946000', '183047.948000', '183047.951000', '183047.953000', '183047.956000', '183047.966000', '183047.969000', '183047.972000', '183047.974000', '183047.977000', '183047.979000', '183047.982000', '183047.985000', '183047.987000', '183047.990000', '183047.992000', '183047.995000', '183047.998000', '183048.001000', '183048.004000', '183048.006000', '183048.009000', '183048.012000', '183048.014000', '183048.017000', '183048.019000', '183048.022000', '183107.903000', '183107.906000', '183107.909000', '183107.911000', '183107.914000', '183107.917000', '183107.919000', '183107.922000', '183107.924000', '183107.927000', '183107.930000', '183107.932000', '183107.935000', '183107.937000', '183107.940000', '183107.943000', '183107.945000', '183107.948000', '183107.950000', '183107.953000', '183107.955000', '183107.958000', '183107.961000', '183107.963000', '183107.966000', '183107.968000', '183107.971000', '183107.973000', '183107.976000', '183107.979000', '183107.981000', '183107.984000', '183107.986000', '183107.989000', '183107.992000', '183107.994000', '183107.997000', '183108.000000', '183108.003000', '183108.006000', '183108.008000', '183108.011000', '183108.013000', '183108.016000', '183127.903000', '183127.906000', '183127.909000', '183127.911000', '183127.914000', '183127.917000', '183127.920000', '183127.923000', '183127.926000', '183127.928000', '183127.931000', '183127.934000', '183127.936000', '183127.939000', '183127.941000', '183127.944000', '183127.946000', '183127.949000', '183127.952000', '183127.954000', '183127.957000', '183127.959000', '183127.962000', '183127.965000', '183127.967000', '183127.971000', '183127.974000', '183127.976000', '183127.979000', '183127.982000', '183127.984000', '183127.987000', '183127.989000', '183127.992000', '183127.994000', '183127.997000', '183128.001000', '183128.003000', '183128.006000', '183128.009000', '183128.011000', '183128.014000', '183128.016000', '183147.902000', '183147.905000', '183147.908000', '183147.910000', '183147.913000', '183147.919000', '183147.921000', '183147.924000', '183147.926000', '183147.929000', '183147.932000', '183147.934000', '183147.937000', '183147.940000', '183147.943000', '183147.946000', '183147.948000', '183147.951000', '183147.953000', '183147.956000', '183147.959000', '183147.961000', '183147.964000', '183147.967000', '183147.969000', '183147.972000', '183147.974000', '183147.977000', '183147.979000', '183147.982000', '183147.985000', '183147.987000', '183147.990000', '183147.992000', '183147.995000', '183147.999000', '183148.001000', '183148.004000', '183148.007000', '183148.009000', '183148.012000', '183148.014000', '183148.017000', '183148.019000', '183207.903000', '183207.906000', '183207.909000', '183207.911000', '183207.914000', '183207.917000', '183207.919000', '183207.922000', '183207.924000', '183207.927000', '183207.930000', '183207.932000', '183207.935000', '183207.937000', '183207.940000', '183207.943000', '183207.945000', '183207.948000', '183207.950000', '183207.953000', '183207.956000', '183207.958000', '183207.961000', '183207.963000', '183207.966000', '183207.968000', '183207.971000', '183207.974000', '183207.976000', '183207.979000', '183207.981000', '183207.984000', '183207.986000', '183207.989000', '183207.992000', '183207.994000', '183207.997000', '183208.000000', '183208.003000', '183208.006000', '183208.008000', '183208.011000', '183208.013000', '183227.903000', '183227.906000', '183227.909000', '183227.912000', '183227.914000', '183227.917000', '183227.920000', '183227.922000', '183227.925000', '183227.927000', '183227.930000', '183227.932000', '183227.935000', '183227.938000', '183227.940000', '183227.943000', '183227.946000', '183227.948000', '183227.951000', '183227.953000', '183227.956000', '183227.959000', '183227.961000', '183227.964000', '183227.966000', '183227.969000', '183227.972000', '183227.974000', '183227.977000', '183227.980000', '183227.982000', '183227.985000', '183227.987000', '183227.990000', '183227.993000', '183227.995000', '183227.998000', '183228.001000', '183228.004000', '183228.007000', '183228.009000', '183228.012000', '183228.014000', '183228.017000', '183247.903000', '183247.906000', '183247.909000', '183247.911000', '183247.914000', '183247.917000', '183247.919000', '183247.922000', '183247.925000', '183247.927000', '183247.930000', '183247.932000', '183247.935000', '183247.937000', '183247.940000', '183247.942000', '183247.945000', '183247.948000', '183247.950000', '183247.953000', '183247.956000', '183247.958000', '183247.961000', '183247.963000', '183247.966000', '183247.969000', '183247.971000', '183247.974000', '183247.976000', '183247.979000', '183247.982000', '183247.984000', '183248.000000', '183248.003000', '183248.005000', '183248.008000', '183248.011000', '183248.014000', '183248.017000', '183248.019000', '183248.022000', '183248.024000', '183248.027000', '183307.903000', '183307.906000', '183307.909000', '183307.912000', '183307.914000', '183307.917000', '183307.920000', '183307.922000', '183307.925000', '183307.927000', '183307.930000', '183307.932000', '183307.935000', '183307.938000', '183307.940000', '183307.943000', '183307.945000', '183307.948000', '183307.951000', '183307.953000', '183307.956000', '183307.959000', '183307.961000', '183307.964000', '183307.966000', '183307.969000', '183307.972000', '183307.974000', '183307.977000', '183307.980000', '183307.983000', '183307.986000', '183307.988000', '183307.991000', '183307.994000', '183307.996000', '183308.000000', '183308.002000', '183308.005000', '183308.007000', '183308.010000', '183308.013000', '183308.015000', '183308.018000', '183327.903000', '183327.906000', '183327.909000', '183327.912000', '183327.914000', '183327.917000', '183327.919000', '183327.922000', '183327.924000', '183327.927000', '183327.930000', '183327.932000', '183327.935000', '183327.937000', '183327.940000', '183327.942000', '183327.945000', '183327.948000', '183327.950000', '183327.953000', '183327.956000', '183327.958000', '183327.961000', '183327.963000', '183327.966000', '183327.969000', '183327.971000', '183327.974000', '183327.976000', '183327.979000', '183327.982000', '183327.984000', '183327.987000', '183327.990000', '183327.992000', '183327.995000', '183327.998000', '183328.002000', '183328.004000', '183328.007000', '183328.009000', '183328.012000', '183328.015000', '183347.904000', '183347.906000', '183347.909000', '183347.912000', '183347.914000', '183347.917000', '183347.919000', '183347.922000', '183347.925000', '183347.927000', '183347.930000', '183347.932000', '183347.935000', '183347.938000', '183347.940000', '183347.943000', '183347.946000', '183347.948000', '183347.951000', '183347.953000', '183347.956000', '183347.959000', '183347.961000', '183347.964000', '183347.966000', '183347.976000', '183347.979000', '183347.981000', '183347.984000', '183347.986000', '183347.989000', '183347.992000', '183347.994000', '183347.997000', '183348.000000', '183348.003000', '183348.005000', '183348.008000', '183348.011000', '183348.013000', '183348.016000', '183348.019000', '183348.021000', '183348.024000', '183407.903000', '183407.906000', '183407.909000', '183407.912000', '183407.914000', '183407.917000', '183407.919000', '183407.922000', '183407.924000', '183407.927000', '183407.930000', '183407.932000', '183407.935000', '183407.937000', '183407.940000', '183407.943000', '183407.945000', '183407.948000', '183407.950000', '183407.953000', '183407.956000', '183407.958000', '183407.961000', '183407.963000', '183407.966000', '183407.969000', '183407.971000', '183407.974000', '183407.976000', '183407.979000', '183407.982000', '183407.984000', '183407.987000', '183407.989000', '183407.992000', '183407.994000', '183407.997000', '183408.000000', '183408.002000', '183408.005000', '183408.007000', '183408.010000', '183408.013000', '183427.926000', '183427.929000', '183427.932000', '183427.934000', '183427.937000', '183427.940000', '183427.942000', '183427.945000', '183427.947000', '183427.950000', '183427.952000', '183427.955000', '183427.958000', '183427.960000', '183427.963000', '183427.966000', '183427.968000', '183427.971000', '183427.974000', '183427.976000', '183427.979000', '183427.981000', '183427.984000', '183427.986000', '183427.989000', '183427.992000', '183427.994000', '183427.997000', '183428.001000', '183428.003000', '183428.006000', '183428.008000', '183428.011000', '183428.014000', '183428.016000', '183428.019000', '183428.021000', '183428.024000', '183428.027000', '183428.029000', '183428.032000', '183428.034000', '183428.037000', '183428.040000', '183447.903000', '183447.906000', '183447.909000', '183447.912000', '183447.914000', '183447.917000', '183447.919000', '183447.922000', '183447.925000', '183447.927000', '183447.930000', '183447.932000', '183447.935000', '183447.937000', '183447.940000', '183447.943000', '183447.945000', '183447.948000', '183447.951000', '183447.953000', '183447.956000', '183447.958000', '183447.961000', '183447.964000', '183447.966000', '183447.969000', '183447.972000', '183447.974000', '183447.977000', '183447.980000', '183447.982000', '183447.985000', '183447.987000', '183447.990000', '183447.993000', '183447.995000', '183447.998000', '183448.001000', '183448.004000', '183448.007000', '183448.009000', '183448.012000', '183448.014000', '183507.904000', '183507.907000', '183507.909000', '183507.928000', '183507.931000', '183507.934000', '183507.936000', '183507.939000', '183507.941000', '183507.944000', '183507.947000', '183507.949000', '183507.952000', '183507.955000', '183507.957000', '183507.960000', '183507.962000', '183507.965000', '183507.968000', '183507.970000', '183507.973000', '183507.975000', '183507.978000', '183507.981000', '183507.983000', '183507.986000', '183507.988000', '183507.991000', '183507.994000', '183507.996000', '183508.000000', '183508.002000', '183508.005000', '183508.008000', '183508.010000', '183508.013000', '183508.016000', '183508.018000', '183508.021000', '183508.023000', '183508.026000', '183508.029000', '183508.031000', '183527.904000', '183527.906000', '183527.909000', '183527.912000', '183527.914000', '183527.917000', '183527.920000', '183527.922000', '183527.925000', '183527.927000', '183527.930000', '183527.933000', '183527.935000', '183527.938000', '183527.941000', '183527.943000', '183527.946000', '183527.948000', '183527.951000', '183527.953000', '183527.956000', '183527.959000', '183527.961000', '183527.964000', '183527.966000', '183527.969000', '183527.972000', '183527.974000', '183527.977000', '183527.980000', '183527.982000', '183527.985000', '183527.987000', '183527.990000', '183527.992000', '183527.995000', '183527.998000', '183528.001000', '183528.004000', '183528.006000', '183528.009000', '183528.012000', '183528.014000', '183528.017000', '183547.904000', '183547.906000', '183547.909000', '183547.912000', '183547.914000', '183547.917000', '183547.920000', '183547.922000', '183547.925000', '183547.927000', '183547.930000', '183547.933000', '183547.935000', '183547.938000', '183547.940000', '183547.943000', '183547.946000', '183547.948000', '183547.951000', '183547.953000', '183547.956000', '183547.959000', '183547.961000', '183547.964000', '183547.966000', '183547.980000', '183547.983000', '183547.985000', '183547.988000', '183547.990000', '183547.993000', '183547.996000', '183547.998000', '183548.002000', '183548.004000', '183548.007000', '183548.009000', '183548.012000', '183548.015000', '183548.017000', '183548.020000', '183548.023000', '183548.025000', '183548.029000', '183607.903000', '183607.906000', '183607.909000', '183607.912000', '183607.914000', '183607.917000', '183607.919000', '183607.922000', '183607.925000', '183607.927000', '183607.930000', '183607.932000', '183607.935000', '183607.938000', '183607.940000', '183607.943000', '183607.945000', '183607.948000', '183607.951000', '183607.953000', '183607.956000', '183607.959000', '183607.961000', '183607.964000', '183607.967000', '183607.969000', '183607.972000', '183607.974000', '183607.977000', '183607.979000', '183607.982000', '183607.985000', '183607.987000', '183607.990000', '183607.992000', '183607.995000', '183607.997000', '183608.001000', '183608.004000', '183608.006000', '183608.009000', '183608.012000', '183608.014000', '183627.903000', '183627.906000', '183627.909000', '183627.912000', '183627.914000', '183627.917000', '183627.919000', '183627.922000', '183627.925000', '183627.927000', '183627.930000', '183627.932000', '183627.935000', '183627.938000', '183627.940000', '183627.943000', '183627.946000', '183627.948000', '183627.951000', '183627.953000', '183627.956000', '183627.959000', '183627.961000', '183627.964000', '183627.967000', '183627.969000', '183627.972000', '183627.975000', '183627.977000', '183627.980000', '183627.982000', '183627.985000', '183627.988000', '183627.990000', '183627.993000', '183627.995000', '183627.998000', '183628.001000', '183628.003000', '183628.006000', '183628.008000', '183628.011000', '183628.014000', '183628.016000', '183647.904000', '183647.906000', '183647.909000', '183647.912000', '183647.914000', '183647.917000', '183647.920000', '183647.922000', '183647.925000', '183647.927000', '183647.930000', '183647.933000', '183647.935000', '183647.938000', '183647.940000', '183647.943000', '183647.945000', '183647.948000', '183647.951000', '183647.953000', '183647.956000', '183647.958000', '183647.961000', '183647.964000', '183647.966000', '183647.969000', '183647.971000', '183647.974000', '183647.977000', '183647.979000', '183647.982000', '183647.984000', '183647.987000', '183647.990000', '183647.992000', '183647.995000', '183647.997000', '183648.001000', '183648.004000', '183648.006000', '183648.009000', '183648.012000', '183648.014000', '183707.903000', '183707.907000', '183707.909000', '183707.912000', '183707.914000', '183707.917000', '183707.920000', '183707.922000', '183707.925000', '183707.928000', '183707.930000', '183707.933000', '183707.935000', '183707.938000', '183707.941000', '183707.943000', '183707.946000', '183707.948000', '183707.951000', '183707.954000', '183707.956000', '183707.964000', '183707.967000', '183707.970000', '183707.972000', '183707.975000', '183707.977000', '183707.980000', '183707.983000', '183707.985000', '183707.988000', '183707.990000', '183707.993000', '183707.995000', '183707.998000', '183708.002000', '183708.004000', '183708.007000', '183708.010000', '183708.012000', '183708.015000', '183708.017000', '183708.020000', '183708.023000', '183727.904000', '183727.906000', '183727.909000', '183727.912000', '183727.915000', '183727.917000', '183727.920000', '183727.923000', '183727.925000', '183727.928000', '183727.931000', '183727.933000', '183727.936000', '183727.938000', '183727.941000', '183727.944000', '183727.947000', '183727.949000', '183727.952000', '183727.955000', '183727.957000', '183727.960000', '183727.962000', '183727.965000', '183727.968000', '183727.970000', '183727.973000', '183727.976000', '183727.978000', '183727.981000', '183727.983000', '183727.986000', '183727.989000', '183727.991000', '183727.994000', '183727.996000', '183728.000000', '183728.003000', '183728.005000', '183728.008000', '183728.011000', '183728.013000', '183728.016000', '183747.904000', '183747.907000', '183747.909000', '183747.912000', '183747.915000', '183747.917000', '183747.920000', '183747.923000', '183747.925000', '183747.928000', '183747.932000', '183747.934000', '183747.937000', '183747.940000', '183747.942000', '183747.945000', '183747.948000', '183747.950000', '183747.953000', '183747.955000', '183747.958000', '183747.961000', '183747.963000', '183747.966000', '183747.968000', '183747.971000', '183747.974000', '183747.976000', '183747.979000', '183747.981000', '183747.984000', '183747.987000', '183747.990000', '183747.992000', '183747.995000', '183747.998000', '183748.001000', '183748.004000', '183748.007000', '183748.009000', '183748.012000', '183748.014000', '183748.017000', '183807.903000', '183807.906000', '183807.909000', '183807.912000', '183807.914000', '183807.917000', '183807.919000', '183807.922000', '183807.925000', '183807.928000', '183807.930000', '183807.933000', '183807.936000', '183807.938000', '183807.941000', '183807.944000', '183807.946000', '183807.949000', '183807.951000', '183807.954000', '183807.957000', '183807.959000', '183807.962000', '183807.965000', '183807.967000', '183807.970000', '183807.972000', '183807.975000', '183807.978000', '183807.980000', '183807.983000', '183807.985000', '183807.988000', '183807.991000', '183807.993000', '183807.996000', '183807.998000', '183808.002000', '183808.005000', '183808.007000', '183808.010000', '183808.012000', '183808.015000', '183808.017000', '183827.904000', '183827.906000', '183827.909000', '183827.912000', '183827.914000', '183827.917000', '183827.920000', '183827.922000', '183827.925000', '183827.928000', '183827.930000', '183827.933000', '183827.936000', '183827.938000', '183827.941000', '183827.943000', '183827.946000', '183827.949000', '183827.975000', '183827.978000', '183827.981000', '183827.983000', '183827.986000', '183827.989000', '183827.991000', '183827.994000', '183827.996000', '183828.000000', '183828.003000', '183828.005000', '183828.008000', '183828.010000', '183828.013000', '183828.016000', '183828.018000', '183828.021000', '183828.024000', '183828.026000', '183828.029000', '183828.031000', '183828.034000', '183828.037000', '183828.039000', '183847.904000', '183847.907000', '183847.909000', '183847.912000', '183847.914000', '183847.917000', '183847.920000', '183847.922000', '183847.925000', '183847.928000', '183847.930000', '183847.933000', '183847.935000', '183847.938000', '183847.941000', '183847.943000', '183847.946000', '183847.949000', '183847.951000', '183847.954000', '183847.957000', '183847.959000', '183847.962000', '183847.965000', '183847.967000', '183847.970000', '183847.972000', '183847.975000', '183847.978000', '183847.980000', '183847.983000', '183847.985000', '183847.988000', '183847.991000', '183847.993000', '183847.996000', '183847.998000', '183848.001000', '183848.004000', '183848.006000', '183848.009000', '183848.012000', '183848.014000', '183848.017000', '183907.903000', '183907.906000', '183907.909000', '183907.912000', '183907.914000', '183907.917000', '183907.919000', '183907.922000', '183907.925000', '183907.927000', '183907.930000', '183907.932000', '183907.935000', '183907.938000', '183907.941000', '183907.944000', '183907.946000', '183907.949000', '183907.952000', '183907.954000', '183907.957000', '183907.960000', '183907.962000', '183907.965000', '183907.967000', '183907.971000', '183907.974000', '183907.977000', '183907.979000', '183907.982000', '183907.985000', '183907.987000', '183907.990000', '183907.992000', '183907.995000', '183907.998000', '183908.001000', '183908.004000', '183908.006000', '183908.009000', '183908.012000', '183908.014000', '183908.017000', '183927.904000', '183927.906000', '183927.909000', '183927.912000', '183927.914000', '183927.917000', '183927.920000', '183927.922000', '183927.925000', '183927.927000', '183927.930000', '183927.933000', '183927.935000', '183927.938000', '183927.941000', '183927.943000', '183927.946000', '183927.949000', '183927.951000', '183927.954000', '183927.956000', '183927.959000', '183927.962000', '183927.964000', '183927.967000', '183927.969000', '183927.972000', '183927.975000', '183927.977000', '183927.980000', '183927.983000', '183927.985000', '183927.988000', '183927.990000', '183927.993000', '183927.996000', '183927.998000', '183928.002000', '183928.005000', '183928.007000', '183928.010000', '183928.012000', '183928.015000', '183928.018000', '183947.904000', '183947.906000', '183947.909000', '183947.912000', '183947.914000', '183947.917000', '183947.919000', '183947.922000', '183947.925000', '183947.927000', '183947.930000', '183947.933000', '183947.935000', '183947.938000', '183947.954000', '183947.957000', '183947.960000', '183947.962000', '183947.965000', '183947.967000', '183947.970000', '183947.973000', '183947.975000', '183947.978000', '183947.981000', '183947.983000', '183947.986000', '183947.989000', '183947.991000', '183947.994000', '183947.997000', '183948.001000', '183948.005000', '183948.007000', '183948.011000', '183948.013000', '183948.016000', '183948.019000', '183948.022000', '183948.025000', '183948.028000', '183948.031000', '183948.033000', '183948.393000', '183948.396000'], 'InstanceCreationTime': ['183007.936000', '183007.940000', '183007.942000', '183007.945000', '183007.948000', '183007.950000', '183007.953000', '183007.955000', '183007.958000', '183007.961000', '183007.963000', '183007.966000', '183007.968000', '183007.971000', '183007.974000', '183007.976000', '183007.979000', '183007.981000', '183007.984000', '183007.987000', '183007.990000', '183007.992000', '183008.002000', '183008.004000', '183008.007000', '183008.009000', '183008.012000', '183008.015000', '183008.017000', '183008.020000', '183008.022000', '183008.025000', '183008.028000', '183008.030000', '183008.033000', '183008.035000', '183008.038000', '183008.040000', '183008.043000', '183008.045000', '183008.051000', '183008.053000', '183008.056000', '183008.059000', '183008.061000', '183008.064000', '183008.066000', '183008.069000', '183008.071000', '183008.074000', '183008.076000', '183008.079000', '183008.081000', '183008.084000', '183008.087000', '183008.089000', '183008.092000', '183008.094000', '183008.097000', '183008.100000', '183027.903000', '183027.906000', '183027.909000', '183027.911000', '183027.914000', '183027.917000', '183027.919000', '183027.922000', '183027.924000', '183027.927000', '183027.930000', '183027.932000', '183027.935000', '183027.937000', '183027.940000', '183027.942000', '183027.945000', '183027.948000', '183027.950000', '183027.953000', '183027.955000', '183027.958000', '183027.960000', '183027.963000', '183027.966000', '183027.968000', '183027.971000', '183027.973000', '183027.976000', '183027.978000', '183027.981000', '183027.984000', '183027.986000', '183027.989000', '183027.991000', '183027.994000', '183027.997000', '183028.000000', '183028.003000', '183028.006000', '183028.008000', '183028.011000', '183028.013000', '183047.903000', '183047.907000', '183047.909000', '183047.912000', '183047.915000', '183047.917000', '183047.920000', '183047.922000', '183047.925000', '183047.928000', '183047.930000', '183047.933000', '183047.935000', '183047.938000', '183047.940000', '183047.943000', '183047.946000', '183047.948000', '183047.951000', '183047.953000', '183047.956000', '183047.966000', '183047.969000', '183047.972000', '183047.974000', '183047.977000', '183047.979000', '183047.982000', '183047.985000', '183047.987000', '183047.990000', '183047.992000', '183047.995000', '183047.998000', '183048.001000', '183048.004000', '183048.006000', '183048.009000', '183048.012000', '183048.014000', '183048.017000', '183048.019000', '183048.022000', '183107.903000', '183107.906000', '183107.909000', '183107.911000', '183107.914000', '183107.917000', '183107.919000', '183107.922000', '183107.924000', '183107.927000', '183107.930000', '183107.932000', '183107.935000', '183107.937000', '183107.940000', '183107.943000', '183107.945000', '183107.948000', '183107.950000', '183107.953000', '183107.955000', '183107.958000', '183107.961000', '183107.963000', '183107.966000', '183107.968000', '183107.971000', '183107.973000', '183107.976000', '183107.979000', '183107.981000', '183107.984000', '183107.986000', '183107.989000', '183107.992000', '183107.994000', '183107.997000', '183108.000000', '183108.003000', '183108.006000', '183108.008000', '183108.011000', '183108.013000', '183108.016000', '183127.903000', '183127.906000', '183127.909000', '183127.911000', '183127.914000', '183127.917000', '183127.920000', '183127.923000', '183127.926000', '183127.928000', '183127.931000', '183127.934000', '183127.936000', '183127.939000', '183127.941000', '183127.944000', '183127.946000', '183127.949000', '183127.952000', '183127.954000', '183127.957000', '183127.959000', '183127.962000', '183127.965000', '183127.967000', '183127.971000', '183127.974000', '183127.976000', '183127.979000', '183127.982000', '183127.984000', '183127.987000', '183127.989000', '183127.992000', '183127.994000', '183127.997000', '183128.001000', '183128.003000', '183128.006000', '183128.009000', '183128.011000', '183128.014000', '183128.016000', '183147.902000', '183147.905000', '183147.908000', '183147.910000', '183147.913000', '183147.919000', '183147.921000', '183147.924000', '183147.926000', '183147.929000', '183147.932000', '183147.934000', '183147.937000', '183147.940000', '183147.943000', '183147.946000', '183147.948000', '183147.951000', '183147.953000', '183147.956000', '183147.959000', '183147.961000', '183147.964000', '183147.967000', '183147.969000', '183147.972000', '183147.974000', '183147.977000', '183147.979000', '183147.982000', '183147.985000', '183147.987000', '183147.990000', '183147.992000', '183147.995000', '183147.999000', '183148.001000', '183148.004000', '183148.007000', '183148.009000', '183148.012000', '183148.014000', '183148.017000', '183148.019000', '183207.903000', '183207.906000', '183207.909000', '183207.911000', '183207.914000', '183207.917000', '183207.919000', '183207.922000', '183207.924000', '183207.927000', '183207.930000', '183207.932000', '183207.935000', '183207.937000', '183207.940000', '183207.943000', '183207.945000', '183207.948000', '183207.950000', '183207.953000', '183207.956000', '183207.958000', '183207.961000', '183207.963000', '183207.966000', '183207.968000', '183207.971000', '183207.974000', '183207.976000', '183207.979000', '183207.981000', '183207.984000', '183207.986000', '183207.989000', '183207.992000', '183207.994000', '183207.997000', '183208.000000', '183208.003000', '183208.006000', '183208.008000', '183208.011000', '183208.013000', '183227.903000', '183227.906000', '183227.909000', '183227.912000', '183227.914000', '183227.917000', '183227.920000', '183227.922000', '183227.925000', '183227.927000', '183227.930000', '183227.932000', '183227.935000', '183227.938000', '183227.940000', '183227.943000', '183227.946000', '183227.948000', '183227.951000', '183227.953000', '183227.956000', '183227.959000', '183227.961000', '183227.964000', '183227.966000', '183227.969000', '183227.972000', '183227.974000', '183227.977000', '183227.980000', '183227.982000', '183227.985000', '183227.987000', '183227.990000', '183227.993000', '183227.995000', '183227.998000', '183228.001000', '183228.004000', '183228.007000', '183228.009000', '183228.012000', '183228.014000', '183228.017000', '183247.903000', '183247.906000', '183247.909000', '183247.911000', '183247.914000', '183247.917000', '183247.919000', '183247.922000', '183247.925000', '183247.927000', '183247.930000', '183247.932000', '183247.935000', '183247.937000', '183247.940000', '183247.942000', '183247.945000', '183247.948000', '183247.950000', '183247.953000', '183247.956000', '183247.958000', '183247.961000', '183247.963000', '183247.966000', '183247.969000', '183247.971000', '183247.974000', '183247.976000', '183247.979000', '183247.982000', '183247.984000', '183248.000000', '183248.003000', '183248.005000', '183248.008000', '183248.011000', '183248.014000', '183248.017000', '183248.019000', '183248.022000', '183248.024000', '183248.027000', '183307.903000', '183307.906000', '183307.909000', '183307.912000', '183307.914000', '183307.917000', '183307.920000', '183307.922000', '183307.925000', '183307.927000', '183307.930000', '183307.932000', '183307.935000', '183307.938000', '183307.940000', '183307.943000', '183307.945000', '183307.948000', '183307.951000', '183307.953000', '183307.956000', '183307.959000', '183307.961000', '183307.964000', '183307.966000', '183307.969000', '183307.972000', '183307.974000', '183307.977000', '183307.980000', '183307.983000', '183307.986000', '183307.988000', '183307.991000', '183307.994000', '183307.996000', '183308.000000', '183308.002000', '183308.005000', '183308.007000', '183308.010000', '183308.013000', '183308.015000', '183308.018000', '183327.903000', '183327.906000', '183327.909000', '183327.912000', '183327.914000', '183327.917000', '183327.919000', '183327.922000', '183327.924000', '183327.927000', '183327.930000', '183327.932000', '183327.935000', '183327.937000', '183327.940000', '183327.942000', '183327.945000', '183327.948000', '183327.950000', '183327.953000', '183327.956000', '183327.958000', '183327.961000', '183327.963000', '183327.966000', '183327.969000', '183327.971000', '183327.974000', '183327.976000', '183327.979000', '183327.982000', '183327.984000', '183327.987000', '183327.990000', '183327.992000', '183327.995000', '183327.998000', '183328.002000', '183328.004000', '183328.007000', '183328.009000', '183328.012000', '183328.015000', '183347.904000', '183347.906000', '183347.909000', '183347.912000', '183347.914000', '183347.917000', '183347.919000', '183347.922000', '183347.925000', '183347.927000', '183347.930000', '183347.932000', '183347.935000', '183347.938000', '183347.940000', '183347.943000', '183347.946000', '183347.948000', '183347.951000', '183347.953000', '183347.956000', '183347.959000', '183347.961000', '183347.964000', '183347.966000', '183347.976000', '183347.979000', '183347.981000', '183347.984000', '183347.986000', '183347.989000', '183347.992000', '183347.994000', '183347.997000', '183348.000000', '183348.003000', '183348.005000', '183348.008000', '183348.011000', '183348.013000', '183348.016000', '183348.019000', '183348.021000', '183348.024000', '183407.903000', '183407.906000', '183407.909000', '183407.912000', '183407.914000', '183407.917000', '183407.919000', '183407.922000', '183407.924000', '183407.927000', '183407.930000', '183407.932000', '183407.935000', '183407.937000', '183407.940000', '183407.943000', '183407.945000', '183407.948000', '183407.950000', '183407.953000', '183407.956000', '183407.958000', '183407.961000', '183407.963000', '183407.966000', '183407.969000', '183407.971000', '183407.974000', '183407.976000', '183407.979000', '183407.982000', '183407.984000', '183407.987000', '183407.989000', '183407.992000', '183407.994000', '183407.997000', '183408.000000', '183408.002000', '183408.005000', '183408.007000', '183408.010000', '183408.013000', '183427.926000', '183427.929000', '183427.932000', '183427.934000', '183427.937000', '183427.940000', '183427.942000', '183427.945000', '183427.947000', '183427.950000', '183427.952000', '183427.955000', '183427.958000', '183427.960000', '183427.963000', '183427.966000', '183427.968000', '183427.971000', '183427.974000', '183427.976000', '183427.979000', '183427.981000', '183427.984000', '183427.986000', '183427.989000', '183427.992000', '183427.994000', '183427.997000', '183428.001000', '183428.003000', '183428.006000', '183428.008000', '183428.011000', '183428.014000', '183428.016000', '183428.019000', '183428.021000', '183428.024000', '183428.027000', '183428.029000', '183428.032000', '183428.034000', '183428.037000', '183428.040000', '183447.903000', '183447.906000', '183447.909000', '183447.912000', '183447.914000', '183447.917000', '183447.919000', '183447.922000', '183447.925000', '183447.927000', '183447.930000', '183447.932000', '183447.935000', '183447.937000', '183447.940000', '183447.943000', '183447.945000', '183447.948000', '183447.951000', '183447.953000', '183447.956000', '183447.958000', '183447.961000', '183447.964000', '183447.966000', '183447.969000', '183447.972000', '183447.974000', '183447.977000', '183447.980000', '183447.982000', '183447.985000', '183447.987000', '183447.990000', '183447.993000', '183447.995000', '183447.998000', '183448.001000', '183448.004000', '183448.007000', '183448.009000', '183448.012000', '183448.014000', '183507.904000', '183507.907000', '183507.909000', '183507.928000', '183507.931000', '183507.934000', '183507.936000', '183507.939000', '183507.941000', '183507.944000', '183507.947000', '183507.949000', '183507.952000', '183507.955000', '183507.957000', '183507.960000', '183507.962000', '183507.965000', '183507.968000', '183507.970000', '183507.973000', '183507.975000', '183507.978000', '183507.981000', '183507.983000', '183507.986000', '183507.988000', '183507.991000', '183507.994000', '183507.996000', '183508.000000', '183508.002000', '183508.005000', '183508.008000', '183508.010000', '183508.013000', '183508.016000', '183508.018000', '183508.021000', '183508.023000', '183508.026000', '183508.029000', '183508.031000', '183527.904000', '183527.906000', '183527.909000', '183527.912000', '183527.914000', '183527.917000', '183527.920000', '183527.922000', '183527.925000', '183527.927000', '183527.930000', '183527.933000', '183527.935000', '183527.938000', '183527.941000', '183527.943000', '183527.946000', '183527.948000', '183527.951000', '183527.953000', '183527.956000', '183527.959000', '183527.961000', '183527.964000', '183527.966000', '183527.969000', '183527.972000', '183527.974000', '183527.977000', '183527.980000', '183527.982000', '183527.985000', '183527.987000', '183527.990000', '183527.992000', '183527.995000', '183527.998000', '183528.001000', '183528.004000', '183528.006000', '183528.009000', '183528.012000', '183528.014000', '183528.017000', '183547.904000', '183547.906000', '183547.909000', '183547.912000', '183547.914000', '183547.917000', '183547.920000', '183547.922000', '183547.925000', '183547.927000', '183547.930000', '183547.933000', '183547.935000', '183547.938000', '183547.940000', '183547.943000', '183547.946000', '183547.948000', '183547.951000', '183547.953000', '183547.956000', '183547.959000', '183547.961000', '183547.964000', '183547.966000', '183547.980000', '183547.983000', '183547.985000', '183547.988000', '183547.990000', '183547.993000', '183547.996000', '183547.998000', '183548.002000', '183548.004000', '183548.007000', '183548.009000', '183548.012000', '183548.015000', '183548.017000', '183548.020000', '183548.023000', '183548.025000', '183548.029000', '183607.903000', '183607.906000', '183607.909000', '183607.912000', '183607.914000', '183607.917000', '183607.919000', '183607.922000', '183607.925000', '183607.927000', '183607.930000', '183607.932000', '183607.935000', '183607.938000', '183607.940000', '183607.943000', '183607.945000', '183607.948000', '183607.951000', '183607.953000', '183607.956000', '183607.959000', '183607.961000', '183607.964000', '183607.967000', '183607.969000', '183607.972000', '183607.974000', '183607.977000', '183607.979000', '183607.982000', '183607.985000', '183607.987000', '183607.990000', '183607.992000', '183607.995000', '183607.997000', '183608.001000', '183608.004000', '183608.006000', '183608.009000', '183608.012000', '183608.014000', '183627.903000', '183627.906000', '183627.909000', '183627.912000', '183627.914000', '183627.917000', '183627.919000', '183627.922000', '183627.925000', '183627.927000', '183627.930000', '183627.932000', '183627.935000', '183627.938000', '183627.940000', '183627.943000', '183627.946000', '183627.948000', '183627.951000', '183627.953000', '183627.956000', '183627.959000', '183627.961000', '183627.964000', '183627.967000', '183627.969000', '183627.972000', '183627.975000', '183627.977000', '183627.980000', '183627.982000', '183627.985000', '183627.988000', '183627.990000', '183627.993000', '183627.995000', '183627.998000', '183628.001000', '183628.003000', '183628.006000', '183628.008000', '183628.011000', '183628.014000', '183628.016000', '183647.904000', '183647.906000', '183647.909000', '183647.912000', '183647.914000', '183647.917000', '183647.920000', '183647.922000', '183647.925000', '183647.927000', '183647.930000', '183647.933000', '183647.935000', '183647.938000', '183647.940000', '183647.943000', '183647.945000', '183647.948000', '183647.951000', '183647.953000', '183647.956000', '183647.958000', '183647.961000', '183647.964000', '183647.966000', '183647.969000', '183647.971000', '183647.974000', '183647.977000', '183647.979000', '183647.982000', '183647.984000', '183647.987000', '183647.990000', '183647.992000', '183647.995000', '183647.997000', '183648.001000', '183648.004000', '183648.006000', '183648.009000', '183648.012000', '183648.014000', '183707.903000', '183707.907000', '183707.909000', '183707.912000', '183707.914000', '183707.917000', '183707.920000', '183707.922000', '183707.925000', '183707.928000', '183707.930000', '183707.933000', '183707.935000', '183707.938000', '183707.941000', '183707.943000', '183707.946000', '183707.948000', '183707.951000', '183707.954000', '183707.956000', '183707.964000', '183707.967000', '183707.970000', '183707.972000', '183707.975000', '183707.977000', '183707.980000', '183707.983000', '183707.985000', '183707.988000', '183707.990000', '183707.993000', '183707.995000', '183707.998000', '183708.002000', '183708.004000', '183708.007000', '183708.010000', '183708.012000', '183708.015000', '183708.017000', '183708.020000', '183708.023000', '183727.904000', '183727.906000', '183727.909000', '183727.912000', '183727.915000', '183727.917000', '183727.920000', '183727.923000', '183727.925000', '183727.928000', '183727.931000', '183727.933000', '183727.936000', '183727.938000', '183727.941000', '183727.944000', '183727.947000', '183727.949000', '183727.952000', '183727.955000', '183727.957000', '183727.960000', '183727.962000', '183727.965000', '183727.968000', '183727.970000', '183727.973000', '183727.976000', '183727.978000', '183727.981000', '183727.983000', '183727.986000', '183727.989000', '183727.991000', '183727.994000', '183727.996000', '183728.000000', '183728.003000', '183728.005000', '183728.008000', '183728.011000', '183728.013000', '183728.016000', '183747.904000', '183747.907000', '183747.909000', '183747.912000', '183747.915000', '183747.917000', '183747.920000', '183747.923000', '183747.925000', '183747.928000', '183747.932000', '183747.934000', '183747.937000', '183747.940000', '183747.942000', '183747.945000', '183747.948000', '183747.950000', '183747.953000', '183747.955000', '183747.958000', '183747.961000', '183747.963000', '183747.966000', '183747.968000', '183747.971000', '183747.974000', '183747.976000', '183747.979000', '183747.981000', '183747.984000', '183747.987000', '183747.990000', '183747.992000', '183747.995000', '183747.998000', '183748.001000', '183748.004000', '183748.007000', '183748.009000', '183748.012000', '183748.014000', '183748.017000', '183807.903000', '183807.906000', '183807.909000', '183807.912000', '183807.914000', '183807.917000', '183807.919000', '183807.922000', '183807.925000', '183807.928000', '183807.930000', '183807.933000', '183807.936000', '183807.938000', '183807.941000', '183807.944000', '183807.946000', '183807.949000', '183807.951000', '183807.954000', '183807.957000', '183807.959000', '183807.962000', '183807.965000', '183807.967000', '183807.970000', '183807.972000', '183807.975000', '183807.978000', '183807.980000', '183807.983000', '183807.985000', '183807.988000', '183807.991000', '183807.993000', '183807.996000', '183807.998000', '183808.002000', '183808.005000', '183808.007000', '183808.010000', '183808.012000', '183808.015000', '183808.017000', '183827.904000', '183827.906000', '183827.909000', '183827.912000', '183827.914000', '183827.917000', '183827.920000', '183827.922000', '183827.925000', '183827.928000', '183827.930000', '183827.933000', '183827.936000', '183827.938000', '183827.941000', '183827.943000', '183827.946000', '183827.949000', '183827.975000', '183827.978000', '183827.981000', '183827.983000', '183827.986000', '183827.989000', '183827.991000', '183827.994000', '183827.996000', '183828.000000', '183828.003000', '183828.005000', '183828.008000', '183828.010000', '183828.013000', '183828.016000', '183828.018000', '183828.021000', '183828.024000', '183828.026000', '183828.029000', '183828.031000', '183828.034000', '183828.037000', '183828.039000', '183847.904000', '183847.907000', '183847.909000', '183847.912000', '183847.914000', '183847.917000', '183847.920000', '183847.922000', '183847.925000', '183847.928000', '183847.930000', '183847.933000', '183847.935000', '183847.938000', '183847.941000', '183847.943000', '183847.946000', '183847.949000', '183847.951000', '183847.954000', '183847.957000', '183847.959000', '183847.962000', '183847.965000', '183847.967000', '183847.970000', '183847.972000', '183847.975000', '183847.978000', '183847.980000', '183847.983000', '183847.985000', '183847.988000', '183847.991000', '183847.993000', '183847.996000', '183847.998000', '183848.001000', '183848.004000', '183848.006000', '183848.009000', '183848.012000', '183848.014000', '183848.017000', '183907.903000', '183907.906000', '183907.909000', '183907.912000', '183907.914000', '183907.917000', '183907.919000', '183907.922000', '183907.925000', '183907.927000', '183907.930000', '183907.932000', '183907.935000', '183907.938000', '183907.941000', '183907.944000', '183907.946000', '183907.949000', '183907.952000', '183907.954000', '183907.957000', '183907.960000', '183907.962000', '183907.965000', '183907.967000', '183907.971000', '183907.974000', '183907.977000', '183907.979000', '183907.982000', '183907.985000', '183907.987000', '183907.990000', '183907.992000', '183907.995000', '183907.998000', '183908.001000', '183908.004000', '183908.006000', '183908.009000', '183908.012000', '183908.014000', '183908.017000', '183927.904000', '183927.906000', '183927.909000', '183927.912000', '183927.914000', '183927.917000', '183927.920000', '183927.922000', '183927.925000', '183927.927000', '183927.930000', '183927.933000', '183927.935000', '183927.938000', '183927.941000', '183927.943000', '183927.946000', '183927.949000', '183927.951000', '183927.954000', '183927.956000', '183927.959000', '183927.962000', '183927.964000', '183927.967000', '183927.969000', '183927.972000', '183927.975000', '183927.977000', '183927.980000', '183927.983000', '183927.985000', '183927.988000', '183927.990000', '183927.993000', '183927.996000', '183927.998000', '183928.002000', '183928.005000', '183928.007000', '183928.010000', '183928.012000', '183928.015000', '183928.018000', '183947.904000', '183947.906000', '183947.909000', '183947.912000', '183947.914000', '183947.917000', '183947.919000', '183947.922000', '183947.925000', '183947.927000', '183947.930000', '183947.933000', '183947.935000', '183947.938000', '183947.954000', '183947.957000', '183947.960000', '183947.962000', '183947.965000', '183947.967000', '183947.970000', '183947.973000', '183947.975000', '183947.978000', '183947.981000', '183947.983000', '183947.986000', '183947.989000', '183947.991000', '183947.994000', '183947.997000', '183948.001000', '183948.005000', '183948.007000', '183948.011000', '183948.013000', '183948.016000', '183948.019000', '183948.022000', '183948.025000', '183948.028000', '183948.031000', '183948.033000', '183948.393000', '183948.396000'], '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': [8104, 7634, 8134, 7254, 7679, 7892, 7705, 7904, 7182, 8198, 7001, 8145, 7458, 7341, 7823, 6942, 7624, 7425, 8394, 7651, 7059, 7899, 7673, 8080, 7571, 7412, 7962, 7161, 8380, 6812, 7702, 7704, 7039, 7944, 7658, 8047, 7982, 8518, 7917, 7148, 8394, 7727, 8172, 7344, 8086, 7613, 7583, 7427, 7201, 8333, 6903, 7706, 7496, 7220, 8252, 7211, 8401, 7159, 8090, 7737, 7112, 8044, 6834, 8235, 7779, 7703, 7826, 7779, 7783, 7192, 7990, 6948, 7536, 7953, 7170, 8061, 6845, 7395, 7928, 7733, 8285, 7059, 8173, 7487, 8046, 7629, 7094, 8033, 7269, 8260, 7472, 7824, 8219, 7365, 7891, 6833, 7661, 7699, 6988, 8472, 7246, 7716, 7218, 8417, 8165, 6938, 8328, 7358, 7855, 8331, 6949, 8241, 7430, 7457, 7584, 7191, 8154, 7377, 8205, 7288, 7354, 8361, 7167, 8200, 7271, 7505, 8163, 7154, 8324, 7647, 7936, 6889, 7714, 7964, 8030, 6940, 8149, 8120, 7476, 7837, 7911, 7636, 8048, 7508, 7850, 8147, 7036, 7272, 8030, 7704, 8227, 7814, 7690, 7079, 7140, 7146, 8178, 7103, 8158, 7718, 7004, 8024, 7671, 7139, 8103, 7871, 7290, 8247, 7661, 7032, 7756, 7530, 7472, 8262, 7540, 7178, 7889, 7620, 8564, 8092, 7056, 7497, 8244, 7501, 7503, 7985, 7074, 7675, 7129, 7501, 7848, 7775, 6978, 8199, 7061, 7791, 7788, 7141, 8404, 6876, 7868, 8157, 6814, 8288, 7132, 7796, 7638, 7022, 8053, 7786, 7659, 7973, 7214, 8709, 7556, 7382, 8173, 6853, 7133, 7862, 7282, 8449, 6961, 7363, 7893, 7261, 7615, 8037, 7294, 8054, 7303, 8115, 7535, 6845, 7724, 7298, 7184, 8308, 7416, 7736, 7953, 7416, 8301, 7032, 7568, 8019, 7319, 8651, 7112, 7549, 7832, 6995, 8199, 6994, 7986, 7714, 7462, 7829, 6942, 8163, 6937, 8175, 7153, 7807, 9538, 7849, 7643, 7389, 8295, 7555, 9139, 7686, 8814, 8292, 7349, 8178, 7247, 7818, 7450, 7189, 7833, 7744, 7542, 7165, 7532, 7047, 7989, 7122, 7067, 7773, 7064, 7564, 7811, 7981, 6970, 7622, 7569, 7398, 7756, 7456, 7797, 7619, 8026, 7264, 7036, 8022, 7761, 7734, 6977, 7793, 8060, 7429, 7750, 7269, 8341, 7240, 7531, 7351, 7301, 8157, 7326, 8030, 7336, 7624, 8163, 6993, 7438, 7402, 8237, 7733, 7021, 8226, 8351, 7501, 7315, 7888, 7949, 6996, 8064, 7497, 7939, 8283, 7085, 8006, 7520, 7953, 7915, 8141, 7425, 7556, 6895, 8176, 6992, 8035, 7805, 7179, 7809, 7705, 7240, 7784, 7389, 8583, 7358, 8097, 7622, 7070, 8119, 7226, 8336, 7483, 7455, 8203, 7997, 7727, 7544, 7096, 7301, 7327, 7056, 7621, 7208, 7336, 7676, 7341, 7813, 8030, 7168, 8255, 7089, 7872, 7823, 7334, 7257, 7502, 6938, 7808, 7104, 7070, 8519, 7434, 8045, 8086, 7088, 7382, 7577, 7983, 8162, 7310, 7369, 7348, 7014, 8292, 6900, 7908, 8161, 6964, 7031, 7967, 6925, 8174, 6910, 7667, 8139, 7234, 7420, 7875, 6998, 7484, 7166, 6876, 8118, 6966, 7818, 8121, 7039, 8289, 7189, 6929, 8116, 7486, 7530, 7633, 6960, 7817, 7711, 7140, 7406, 7941, 7028, 7977, 6960, 7980, 7947, 6916, 7105, 8376, 6989, 7393, 8169, 6985, 7409, 8330, 6931, 6915, 8331, 6967, 7693, 7941, 7126, 7189, 8070, 7025, 7454, 8259, 7464, 7482, 8025, 7339, 7494, 7944, 6994, 8311, 7868, 6991, 8009, 7152, 7710, 7968, 7234, 6873, 7902, 7257, 7759, 8071, 6941, 7516, 8124, 7174, 7231, 8025, 7208, 7592, 8334, 7630, 7691, 8362, 7005, 8253, 7362, 7373, 8173, 6931, 7514, 8240, 7047, 7106, 7843, 6895, 7767, 7907, 6873, 7865, 7891, 7008, 8325, 7454, 7107, 8156, 7224, 8211, 8271, 6994, 7511, 7670, 6960, 7567, 8030, 7129, 7624, 7612, 6941, 7827, 7724, 7207, 8284, 6985, 7463, 8153, 7021, 7787, 8226, 7468, 7352, 7798, 7129, 7683, 7962, 6923, 7679, 7913, 7075, 7495, 7608, 7115, 8244, 7902, 6908, 8414, 7006, 8049, 8239, 7445, 7814, 7666, 7432, 7997, 7319, 7782, 7027, 7279, 8446, 7208, 7814, 7893, 7024, 7654, 7011, 8162, 7418, 7912, 7192, 8529, 6981, 8910, 8075, 7457, 7343, 8406, 7857, 7919, 8520, 7048, 7419, 7963, 7754, 8229, 7424, 8140, 8848, 6978, 7813, 8537, 7067, 7304, 7841, 7099, 8843, 7193, 7781, 7522, 6993, 7640, 7388, 7964, 7165, 7182, 7981, 7354, 7813, 7510, 7036, 7893, 7183, 8080, 7392, 6889, 7680, 7059, 8079, 7538, 7792, 7283, 7166, 7715, 7427, 7705, 7694, 6990, 7764, 7095, 7496, 7378, 7035, 8269, 7248, 7828, 7218, 7504, 7362, 7076, 7147, 7349, 7717, 7280, 7196, 7637, 7170, 7491, 7775, 7781, 7091, 7248, 7434, 6991, 7948, 7381, 6878, 8285, 6923, 7409, 6898, 7597, 7440, 7024, 7187, 6971, 7350, 6983, 7227, 7414, 7345, 7539, 7023, 7872, 7438, 7613, 7629, 6922, 7210, 7133, 7540, 7599, 7013, 7271, 7049, 7609, 7449, 6983, 7377, 6942, 7576, 7293, 6991, 7414, 7009, 8106, 7413, 7383, 7507, 6907, 7688, 7599, 7147, 7367, 7169, 7923, 7457, 7090, 7054, 7003, 7746, 7642, 7033, 7171, 7293, 7772, 7283, 7140, 8565, 7050, 7602, 7435, 7254, 7810, 7489, 6913, 7415, 6942, 7168, 9391, 7658, 7463, 6988, 7433, 7033, 7965, 7590, 6879, 7442, 6886, 7817, 7602, 7196, 7444, 7019, 7822, 7094, 7309, 7424, 7040, 7410, 7999, 6985, 7550, 6999, 7731, 7677, 6953, 7687, 6915, 7802, 7959, 7330, 7882, 7438, 7050, 7101, 7098, 7589, 8128, 7598, 7042, 8598, 7841, 7485, 8523, 8167, 7936, 8905, 8279, 8314, 7120, 7704, 7819, 7008, 8188, 7329, 7684, 7799, 7013, 7966, 7081, 8026, 7923, 6974, 7825, 6905, 6933, 8446, 7021, 7901, 7900, 6970, 8212, 7321, 7246, 7950, 7209, 8372, 7537, 7497, 8003, 7072, 8103, 7485, 7317, 7832, 7457, 7926, 7946, 7050, 8278, 7022, 7479, 7966, 6894, 6983, 7910, 7098, 7982, 7390, 7608, 8024, 6940, 7960, 7405, 7418, 8014, 7249, 7696, 7657, 6952, 7849, 7571, 6978, 8126, 7688, 7938, 7632, 7820, 7893, 7639, 7843, 7579, 7462, 7882, 7341, 7882, 7928, 7410, 7965, 7823, 6991, 8066, 6977, 7558, 8078, 7008, 8151, 7216, 7502, 8077, 7183, 7978, 7718, 7002, 8140, 7557, 7678, 7993, 7451, 8277, 7070, 8009, 8074, 7103, 8136, 6970, 7826, 7994, 7367, 8135, 7749, 6979, 8129, 7100, 7520, 8051, 7223, 8385, 6866, 7147, 7957, 7139, 7415, 8052, 7120, 7739, 8041, 6933, 7687, 8106, 7077, 8484, 7778, 7114, 8299, 7223, 8163, 8034, 7293, 7013, 8211, 7333, 7323, 7916, 6989, 7683, 8212, 7271, 7317, 8349, 7393, 7516, 7963, 6881, 8446, 7709, 7512, 8599, 7781, 7160, 8135, 6993, 7025, 7599, 8478, 8252, 7483, 7259, 7506, 7321, 8063, 7668, 7291, 7931, 7565, 7189, 7027, 7937, 7187, 7137, 8160, 7122, 7104, 7885, 8357, 7496, 8046, 7930, 7257, 7971, 7165, 7521, 7925, 7468, 6944, 7791, 7251, 7153, 8144, 6898, 7725, 7549, 7266, 7855, 7543, 6845, 8171, 7370, 7113, 7751, 7308, 7012, 7895, 7086, 7311, 7805, 7077, 7702, 7549, 6881, 8019, 7535, 7045, 7558, 7241, 7320, 8474, 7187, 8424, 7667, 7119, 7832, 7095, 8331, 7450, 6950, 7656, 7047, 7649, 7550, 7157, 7603, 6978, 7772, 8060, 7003, 7529, 7686, 7158, 7931, 7342, 6975, 7672, 7067, 7586, 7666, 6899, 8295, 7656, 7228, 7454, 7245, 8091, 7758, 7159, 7403, 7526, 6947, 7520, 7138, 7398, 7255, 7148, 7404, 7503, 6976, 7954, 7214, 7007, 7772, 7260, 8220, 7635, 6896, 7776, 7477, 7162, 7453, 7180, 7913, 7730, 8090, 7428, 7328, 7818, 7547, 7554, 7345, 7250, 7679, 7796, 7035, 7474, 6906, 8201, 7318, 7183, 7914, 7039, 7018, 7264, 7060, 7847, 6966, 7534, 6905, 7744, 7536, 6924, 7789, 7375, 7693, 7317, 7234, 7725, 6896, 7585, 7803, 6910, 7858, 7032, 7398, 7820, 7056, 7885, 6954, 7219, 7950, 6993, 7979, 7631, 6856, 7131, 7079, 7529, 7625, 6943, 7107, 7268, 7339, 7686, 6983, 7884, 7152, 6921, 7717, 7245, 8004, 7405, 6976, 7581, 7037, 8078, 7504, 6949, 8201, 7061, 7555, 7564, 7078, 7314, 7511, 7237, 7678, 7001, 7651, 7429, 6963, 7600, 7670, 7579, 7602, 7089, 7525, 7085, 8080, 7472, 7211, 7814, 7532, 7255, 7339, 7561, 7889, 7550, 7015, 7466, 7194, 8085, 7376, 7093, 7719, 7328, 7022, 8205, 7048, 7731, 7669, 6972, 8335, 7517, 6971, 7580, 7207, 7731, 7573, 7409, 7445, 7366, 7357, 7356, 6959, 7798, 7885, 6929, 7977, 6947, 7335, 7756, 7167, 8007, 7108, 7516, 7867, 7238, 7886, 6997, 7849, 7672, 6937, 7796, 7163, 7743, 7650, 6961, 8264, 6981, 7234, 7757, 7144, 8170, 7387, 6989, 7217, 7414, 7894, 7235, 7003, 7272, 7589, 7732, 7052, 8157, 9310, 7746, 7627, 8090, 9336, 7290, 7486, 8372, 7443, 7723, 7157, 7768, 7039, 7289, 8393, 7383, 7199, 8109, 7171, 7862, 8576, 7472, 7452, 8024, 7021, 8391, 7912, 7022, 7732, 7238, 7967, 8076, 7112, 8203, 7902, 7821, 8210, 7083, 6893, 7976, 7208, 8433, 7529, 7897, 7925, 7424, 8155, 8555, 7963, 7526, 6957, 7878, 7533, 7791, 8710, 7139, 9197], 'WindowCenter': [4260.0, 4244.0, 4241.0, 4230.0, 4226.0, 4225.0, 4225.0, 4225.0, 4200.0, 4237.0, 4215.0, 4210.0, 4212.0, 4219.0, 4223.0, 4206.0, 4226.0, 4215.0, 4222.0, 4211.0, 4192.0, 4210.0, 4213.0, 4206.0, 4211.0, 4196.0, 4211.0, 4196.0, 4223.0, 4203.0, 4198.0, 4209.0, 4199.0, 4225.0, 4209.0, 4222.0, 4221.0, 4219.0, 4208.0, 4184.0, 4208.0, 4196.0, 4205.0, 4197.0, 4195.0, 4187.0, 4184.0, 4184.0, 4197.0, 4222.0, 4187.0, 4195.0, 4195.0, 4195.0, 4207.0, 4196.0, 4208.0, 4198.0, 4207.0, 4196.0, 4186.0, 4197.0, 4174.0, 4206.0, 4198.0, 4199.0, 4196.0, 4194.0, 4191.0, 4187.0, 4212.0, 4199.0, 4207.0, 4215.0, 4187.0, 4206.0, 4188.0, 4196.0, 4208.0, 4198.0, 4223.0, 4189.0, 4209.0, 4195.0, 4196.0, 4199.0, 4188.0, 4206.0, 4194.0, 4222.0, 4196.0, 4195.0, 4206.0, 4199.0, 4209.0, 4189.0, 4200.0, 4201.0, 4183.0, 4211.0, 4209.0, 4210.0, 4198.0, 4207.0, 4209.0, 4185.0, 4211.0, 4197.0, 4207.0, 4208.0, 4185.0, 4210.0, 4199.0, 4198.0, 4198.0, 4183.0, 4209.0, 4195.0, 4206.0, 4199.0, 4197.0, 4208.0, 4199.0, 4210.0, 4197.0, 4197.0, 4206.0, 4199.0, 4221.0, 4213.0, 4212.0, 4204.0, 4213.0, 4209.0, 4221.0, 4214.0, 4225.0, 4213.0, 4200.0, 4198.0, 4209.0, 4206.0, 4209.0, 4200.0, 4207.0, 4209.0, 4188.0, 4198.0, 4212.0, 4209.0, 4210.0, 4199.0, 4199.0, 4200.0, 4201.0, 4188.0, 4210.0, 4188.0, 4209.0, 4210.0, 4203.0, 4208.0, 4199.0, 4200.0, 4209.0, 4209.0, 4212.0, 4220.0, 4212.0, 4185.0, 4210.0, 4201.0, 4198.0, 4220.0, 4209.0, 4187.0, 4199.0, 4197.0, 4206.0, 4211.0, 4188.0, 4186.0, 4210.0, 4197.0, 4200.0, 4210.0, 4182.0, 4198.0, 4188.0, 4181.0, 4208.0, 4198.0, 4189.0, 4211.0, 4188.0, 4198.0, 4201.0, 4183.0, 4195.0, 4175.0, 4196.0, 4197.0, 4174.0, 4195.0, 4175.0, 4185.0, 4209.0, 4186.0, 4196.0, 4191.0, 4198.0, 4208.0, 4199.0, 4221.0, 4222.0, 4212.0, 4222.0, 4202.0, 4188.0, 4210.0, 4200.0, 4221.0, 4199.0, 4199.0, 4199.0, 4196.0, 4198.0, 4208.0, 4186.0, 4211.0, 4201.0, 4209.0, 4201.0, 4175.0, 4196.0, 4186.0, 4188.0, 4210.0, 4185.0, 4195.0, 4199.0, 4196.0, 4208.0, 4189.0, 4196.0, 4210.0, 4197.0, 4210.0, 4186.0, 4195.0, 4199.0, 4182.0, 4209.0, 4188.0, 4198.0, 4197.0, 4186.0, 4198.0, 4186.0, 4207.0, 4200.0, 4211.0, 4201.0, 4207.0, 4227.0, 4223.0, 4224.0, 4226.0, 4237.0, 4225.0, 4234.0, 4208.0, 4221.0, 4210.0, 4189.0, 4208.0, 4186.0, 4198.0, 4198.0, 4187.0, 4200.0, 4197.0, 4197.0, 4189.0, 4197.0, 4200.0, 4207.0, 4203.0, 4200.0, 4213.0, 4188.0, 4201.0, 4199.0, 4208.0, 4201.0, 4207.0, 4224.0, 4202.0, 4210.0, 4199.0, 4198.0, 4211.0, 4211.0, 4228.0, 4203.0, 4212.0, 4200.0, 4198.0, 4197.0, 4198.0, 4209.0, 4196.0, 4198.0, 4188.0, 4210.0, 4188.0, 4196.0, 4200.0, 4186.0, 4209.0, 4198.0, 4208.0, 4198.0, 4198.0, 4207.0, 4187.0, 4195.0, 4196.0, 4207.0, 4197.0, 4186.0, 4212.0, 4209.0, 4184.0, 4183.0, 4195.0, 4196.0, 4185.0, 4196.0, 4197.0, 4195.0, 4206.0, 4186.0, 4197.0, 4195.0, 4197.0, 4198.0, 4209.0, 4202.0, 4196.0, 4192.0, 4193.0, 4188.0, 4208.0, 4210.0, 4213.0, 4212.0, 4211.0, 4201.0, 4209.0, 4199.0, 4221.0, 4199.0, 4198.0, 4210.0, 4189.0, 4210.0, 4200.0, 4210.0, 4200.0, 4196.0, 4208.0, 4211.0, 4211.0, 4215.0, 4194.0, 4202.0, 4212.0, 4200.0, 4213.0, 4217.0, 4200.0, 4202.0, 4200.0, 4199.0, 4207.0, 4189.0, 4212.0, 4198.0, 4200.0, 4209.0, 4197.0, 4198.0, 4215.0, 4187.0, 4199.0, 4187.0, 4189.0, 4219.0, 4200.0, 4208.0, 4213.0, 4190.0, 4200.0, 4198.0, 4195.0, 4209.0, 4198.0, 4189.0, 4185.0, 4172.0, 4198.0, 4185.0, 4197.0, 4220.0, 4189.0, 4186.0, 4198.0, 4174.0, 4204.0, 4187.0, 4194.0, 4198.0, 4200.0, 4198.0, 4197.0, 4187.0, 4186.0, 4188.0, 4176.0, 4210.0, 4189.0, 4200.0, 4199.0, 4185.0, 4207.0, 4187.0, 4185.0, 4198.0, 4209.0, 4210.0, 4198.0, 4186.0, 4197.0, 4199.0, 4188.0, 4199.0, 4210.0, 4187.0, 4211.0, 4198.0, 4210.0, 4198.0, 4187.0, 4187.0, 4209.0, 4186.0, 4200.0, 4208.0, 4186.0, 4186.0, 4207.0, 4188.0, 4186.0, 4222.0, 4200.0, 4199.0, 4196.0, 4187.0, 4185.0, 4210.0, 4188.0, 4199.0, 4209.0, 4199.0, 4195.0, 4198.0, 4184.0, 4186.0, 4195.0, 4189.0, 4207.0, 4192.0, 4184.0, 4194.0, 4188.0, 4207.0, 4209.0, 4181.0, 4173.0, 4197.0, 4197.0, 4196.0, 4208.0, 4187.0, 4199.0, 4208.0, 4201.0, 4206.0, 4204.0, 4196.0, 4197.0, 4210.0, 4196.0, 4197.0, 4219.0, 4200.0, 4212.0, 4198.0, 4196.0, 4206.0, 4187.0, 4185.0, 4209.0, 4198.0, 4200.0, 4201.0, 4186.0, 4195.0, 4206.0, 4186.0, 4209.0, 4223.0, 4198.0, 4212.0, 4201.0, 4188.0, 4208.0, 4198.0, 4207.0, 4210.0, 4203.0, 4199.0, 4200.0, 4184.0, 4196.0, 4195.0, 4186.0, 4196.0, 4197.0, 4189.0, 4197.0, 4212.0, 4199.0, 4210.0, 4186.0, 4187.0, 4197.0, 4186.0, 4195.0, 4208.0, 4203.0, 4188.0, 4198.0, 4187.0, 4197.0, 4208.0, 4187.0, 4198.0, 4212.0, 4199.0, 4197.0, 4196.0, 4188.0, 4210.0, 4209.0, 4182.0, 4209.0, 4190.0, 4197.0, 4209.0, 4187.0, 4195.0, 4195.0, 4197.0, 4211.0, 4199.0, 4192.0, 4180.0, 4178.0, 4204.0, 4209.0, 4208.0, 4220.0, 4201.0, 4204.0, 4189.0, 4223.0, 4198.0, 4211.0, 4190.0, 4209.0, 4189.0, 4205.0, 4208.0, 4195.0, 4184.0, 4211.0, 4212.0, 4203.0, 4207.0, 4181.0, 4175.0, 4199.0, 4188.0, 4211.0, 4201.0, 4194.0, 4220.0, 4184.0, 4209.0, 4220.0, 4196.0, 4201.0, 4204.0, 4194.0, 4218.0, 4184.0, 4198.0, 4192.0, 4170.0, 4192.0, 4196.0, 4197.0, 4181.0, 4180.0, 4192.0, 4181.0, 4199.0, 4193.0, 4181.0, 4193.0, 4196.0, 4192.0, 4182.0, 4179.0, 4192.0, 4182.0, 4196.0, 4195.0, 4180.0, 4179.0, 4168.0, 4191.0, 4183.0, 4180.0, 4206.0, 4184.0, 4179.0, 4169.0, 4181.0, 4179.0, 4168.0, 4203.0, 4200.0, 4198.0, 4182.0, 4180.0, 4181.0, 4182.0, 4194.0, 4193.0, 4191.0, 4182.0, 4180.0, 4193.0, 4181.0, 4194.0, 4196.0, 4195.0, 4181.0, 4179.0, 4179.0, 4180.0, 4201.0, 4191.0, 4169.0, 4190.0, 4179.0, 4180.0, 4182.0, 4184.0, 4180.0, 4181.0, 4188.0, 4180.0, 4184.0, 4181.0, 4178.0, 4180.0, 4180.0, 4196.0, 4181.0, 4207.0, 4181.0, 4179.0, 4190.0, 4179.0, 4180.0, 4193.0, 4192.0, 4192.0, 4169.0, 4184.0, 4181.0, 4190.0, 4180.0, 4182.0, 4179.0, 4180.0, 4179.0, 4180.0, 4180.0, 4181.0, 4194.0, 4210.0, 4194.0, 4184.0, 4179.0, 4181.0, 4190.0, 4192.0, 4195.0, 4188.0, 4169.0, 4178.0, 4180.0, 4168.0, 4167.0, 4180.0, 4178.0, 4181.0, 4169.0, 4168.0, 4178.0, 4178.0, 4200.0, 4168.0, 4188.0, 4168.0, 4177.0, 4178.0, 4179.0, 4182.0, 4179.0, 4173.0, 4183.0, 4168.0, 4168.0, 4200.0, 4179.0, 4179.0, 4187.0, 4193.0, 4180.0, 4178.0, 4179.0, 4168.0, 4179.0, 4180.0, 4196.0, 4191.0, 4169.0, 4187.0, 4185.0, 4193.0, 4186.0, 4179.0, 4179.0, 4168.0, 4180.0, 4205.0, 4183.0, 4199.0, 4181.0, 4192.0, 4193.0, 4182.0, 4212.0, 4201.0, 4192.0, 4205.0, 4182.0, 4189.0, 4192.0, 4194.0, 4190.0, 4204.0, 4200.0, 4203.0, 4199.0, 4201.0, 4220.0, 4223.0, 4200.0, 4223.0, 4211.0, 4201.0, 4208.0, 4196.0, 4196.0, 4174.0, 4184.0, 4184.0, 4174.0, 4194.0, 4186.0, 4180.0, 4199.0, 4177.0, 4196.0, 4187.0, 4197.0, 4214.0, 4188.0, 4190.0, 4188.0, 4187.0, 4223.0, 4199.0, 4197.0, 4209.0, 4202.0, 4213.0, 4198.0, 4186.0, 4197.0, 4187.0, 4207.0, 4200.0, 4187.0, 4197.0, 4175.0, 4199.0, 4200.0, 4187.0, 4186.0, 4196.0, 4198.0, 4198.0, 4199.0, 4223.0, 4202.0, 4199.0, 4200.0, 4187.0, 4186.0, 4207.0, 4185.0, 4198.0, 4183.0, 4184.0, 4198.0, 4174.0, 4197.0, 4181.0, 4185.0, 4196.0, 4185.0, 4186.0, 4184.0, 4173.0, 4198.0, 4198.0, 4188.0, 4195.0, 4186.0, 4198.0, 4184.0, 4184.0, 4196.0, 4184.0, 4196.0, 4198.0, 4180.0, 4198.0, 4185.0, 4182.0, 4194.0, 4182.0, 4197.0, 4196.0, 4185.0, 4196.0, 4175.0, 4196.0, 4196.0, 4186.0, 4197.0, 4186.0, 4185.0, 4195.0, 4174.0, 4196.0, 4197.0, 4174.0, 4197.0, 4184.0, 4196.0, 4196.0, 4185.0, 4198.0, 4174.0, 4195.0, 4199.0, 4186.0, 4197.0, 4186.0, 4199.0, 4209.0, 4187.0, 4198.0, 4198.0, 4181.0, 4208.0, 4188.0, 4203.0, 4209.0, 4199.0, 4211.0, 4188.0, 4188.0, 4195.0, 4186.0, 4198.0, 4209.0, 4191.0, 4199.0, 4199.0, 4188.0, 4212.0, 4211.0, 4188.0, 4210.0, 4197.0, 4186.0, 4212.0, 4186.0, 4198.0, 4196.0, 4185.0, 4173.0, 4196.0, 4198.0, 4187.0, 4197.0, 4185.0, 4185.0, 4207.0, 4186.0, 4185.0, 4207.0, 4184.0, 4186.0, 4195.0, 4177.0, 4195.0, 4198.0, 4189.0, 4209.0, 4191.0, 4181.0, 4211.0, 4199.0, 4195.0, 4197.0, 4207.0, 4190.0, 4180.0, 4169.0, 4181.0, 4180.0, 4180.0, 4180.0, 4186.0, 4185.0, 4179.0, 4168.0, 4168.0, 4188.0, 4168.0, 4181.0, 4201.0, 4182.0, 4180.0, 4190.0, 4191.0, 4181.0, 4191.0, 4191.0, 4186.0, 4191.0, 4181.0, 4186.0, 4192.0, 4183.0, 4189.0, 4211.0, 4194.0, 4182.0, 4190.0, 4181.0, 4191.0, 4194.0, 4199.0, 4187.0, 4197.0, 4169.0, 4190.0, 4181.0, 4180.0, 4198.0, 4182.0, 4169.0, 4178.0, 4180.0, 4179.0, 4191.0, 4180.0, 4194.0, 4180.0, 4169.0, 4183.0, 4179.0, 4162.0, 4180.0, 4181.0, 4184.0, 4189.0, 4169.0, 4188.0, 4180.0, 4181.0, 4192.0, 4182.0, 4190.0, 4180.0, 4163.0, 4178.0, 4169.0, 4179.0, 4179.0, 4168.0, 4178.0, 4169.0, 4174.0, 4190.0, 4169.0, 4191.0, 4187.0, 4181.0, 4190.0, 4181.0, 4180.0, 4197.0, 4181.0, 4181.0, 4191.0, 4180.0, 4197.0, 4190.0, 4181.0, 4187.0, 4182.0, 4190.0, 4180.0, 4169.0, 4169.0, 4180.0, 4170.0, 4180.0, 4169.0, 4178.0, 4168.0, 4168.0, 4168.0, 4180.0, 4187.0, 4197.0, 4179.0, 4168.0, 4179.0, 4178.0, 4189.0, 4191.0, 4174.0, 4180.0, 4179.0, 4168.0, 4178.0, 4167.0, 4191.0, 4198.0, 4190.0, 4179.0, 4168.0, 4177.0, 4178.0, 4178.0, 4179.0, 4181.0, 4178.0, 4181.0, 4174.0, 4171.0, 4168.0, 4188.0, 4179.0, 4173.0, 4197.0, 4181.0, 4169.0, 4181.0, 4182.0, 4203.0, 4182.0, 4193.0, 4169.0, 4180.0, 4175.0, 4187.0, 4180.0, 4170.0, 4173.0, 4181.0, 4180.0, 4198.0, 4170.0, 4185.0, 4192.0, 4170.0, 4198.0, 4170.0, 4184.0, 4196.0, 4188.0, 4192.0, 4180.0, 4180.0, 4191.0, 4181.0, 4196.0, 4192.0, 4170.0, 4185.0, 4170.0, 4178.0, 4181.0, 4170.0, 4175.0, 4168.0, 4181.0, 4187.0, 4169.0, 4179.0, 4169.0, 4166.0, 4179.0, 4181.0, 4190.0, 4181.0, 4173.0, 4191.0, 4170.0, 4192.0, 4185.0, 4169.0, 4191.0, 4165.0, 4179.0, 4180.0, 4180.0, 4186.0, 4180.0, 4168.0, 4193.0, 4169.0, 4186.0, 4179.0, 4172.0, 4180.0, 4180.0, 4179.0, 4179.0, 4182.0, 4186.0, 4169.0, 4190.0, 4180.0, 4180.0, 4186.0, 4197.0, 4186.0, 4181.0, 4192.0, 4196.0, 4193.0, 4170.0, 4181.0, 4181.0, 4180.0, 4180.0, 4169.0, 4179.0, 4186.0, 4182.0, 4204.0, 4181.0, 4179.0, 4180.0, 4182.0, 4191.0, 4181.0, 4182.0, 4198.0, 4182.0, 4192.0, 4192.0, 4180.0, 4181.0, 4180.0, 4185.0, 4199.0, 4169.0, 4185.0, 4197.0, 4170.0, 4191.0, 4181.0, 4186.0, 4193.0, 4182.0, 4199.0, 4181.0, 4185.0, 4192.0, 4181.0, 4196.0, 4181.0, 4188.0, 4189.0, 4174.0, 4185.0, 4171.0, 4180.0, 4192.0, 4203.0, 4212.0, 4183.0, 4176.0, 4193.0, 4183.0, 4203.0, 4193.0, 4181.0, 4188.0, 4181.0, 4198.0, 4180.0, 4170.0, 4212.0, 4188.0, 4194.0, 4188.0, 4196.0, 4217.0, 4192.0, 4209.0, 4216.0, 4220.0, 4195.0, 4188.0, 4203.0, 4195.0, 4195.0, 4172.0, 4180.0, 4164.0, 4180.0, 4198.0, 4182.0, 4170.0, 4197.0, 4174.0, 4181.0, 4191.0, 4181.0, 4180.0, 4193.0, 4183.0, 4195.0, 4192.0, 4171.0, 4189.0, 4182.0, 4181.0, 4180.0, 4169.0, 4191.0, 4191.0, 4174.0, 4191.0, 4169.0, 4169.0, 4191.0, 4181.0, 4194.0, 4200.0, 4189.0, 4197.0, 4195.0, 4208.0, 4204.0, 4209.0, 4198.0, 4193.0, 4222.0, 4212.0, 4209.0, 4221.0, 4189.0, 4221.0], 'WindowWidth': [9466.0, 9427.0, 9418.0, 9399.0, 9384.0, 9382.0, 9382.0, 9379.0, 9343.0, 9401.0, 9367.0, 9353.0, 9358.0, 9370.0, 9375.0, 9347.0, 9385.0, 9367.0, 9370.0, 9356.0, 9319.0, 9350.0, 9357.0, 9343.0, 9353.0, 9328.0, 9351.0, 9329.0, 9374.0, 9346.0, 9331.0, 9347.0, 9336.0, 9380.0, 9349.0, 9371.0, 9367.0, 9360.0, 9344.0, 9306.0, 9340.0, 9324.0, 9335.0, 9326.0, 9321.0, 9310.0, 9303.0, 9304.0, 9329.0, 9367.0, 9314.0, 9322.0, 9324.0, 9323.0, 9341.0, 9325.0, 9344.0, 9330.0, 9341.0, 9325.0, 9310.0, 9325.0, 9292.0, 9337.0, 9331.0, 9334.0, 9324.0, 9319.0, 9315.0, 9314.0, 9354.0, 9335.0, 9346.0, 9357.0, 9317.0, 9340.0, 9315.0, 9327.0, 9345.0, 9332.0, 9372.0, 9319.0, 9344.0, 9323.0, 9324.0, 9332.0, 9316.0, 9338.0, 9320.0, 9368.0, 9328.0, 9323.0, 9338.0, 9334.0, 9349.0, 9320.0, 9334.0, 9337.0, 9308.0, 9351.0, 9349.0, 9349.0, 9332.0, 9339.0, 9343.0, 9309.0, 9349.0, 9328.0, 9342.0, 9344.0, 9309.0, 9348.0, 9334.0, 9329.0, 9330.0, 9305.0, 9344.0, 9323.0, 9338.0, 9331.0, 9326.0, 9345.0, 9335.0, 9347.0, 9328.0, 9327.0, 9339.0, 9334.0, 9365.0, 9358.0, 9351.0, 9344.0, 9356.0, 9348.0, 9367.0, 9365.0, 9378.0, 9358.0, 9335.0, 9330.0, 9346.0, 9344.0, 9347.0, 9338.0, 9340.0, 9345.0, 9317.0, 9331.0, 9355.0, 9347.0, 9350.0, 9333.0, 9333.0, 9336.0, 9339.0, 9318.0, 9347.0, 9315.0, 9348.0, 9351.0, 9342.0, 9342.0, 9332.0, 9336.0, 9348.0, 9346.0, 9356.0, 9365.0, 9352.0, 9310.0, 9350.0, 9337.0, 9331.0, 9366.0, 9348.0, 9313.0, 9329.0, 9326.0, 9337.0, 9348.0, 9316.0, 9311.0, 9345.0, 9326.0, 9335.0, 9348.0, 9303.0, 9328.0, 9315.0, 9300.0, 9343.0, 9331.0, 9316.0, 9350.0, 9316.0, 9330.0, 9333.0, 9302.0, 9319.0, 9294.0, 9322.0, 9323.0, 9290.0, 9319.0, 9291.0, 9305.0, 9348.0, 9309.0, 9323.0, 9313.0, 9329.0, 9345.0, 9333.0, 9369.0, 9371.0, 9356.0, 9368.0, 9343.0, 9318.0, 9349.0, 9335.0, 9367.0, 9337.0, 9333.0, 9330.0, 9326.0, 9330.0, 9343.0, 9311.0, 9351.0, 9341.0, 9346.0, 9337.0, 9295.0, 9323.0, 9311.0, 9317.0, 9348.0, 9309.0, 9321.0, 9330.0, 9326.0, 9342.0, 9316.0, 9323.0, 9348.0, 9328.0, 9348.0, 9312.0, 9323.0, 9331.0, 9304.0, 9347.0, 9318.0, 9329.0, 9328.0, 9311.0, 9328.0, 9311.0, 9342.0, 9336.0, 9350.0, 9337.0, 9341.0, 9369.0, 9374.0, 9377.0, 9381.0, 9399.0, 9381.0, 9389.0, 9348.0, 9364.0, 9346.0, 9317.0, 9342.0, 9311.0, 9325.0, 9332.0, 9314.0, 9332.0, 9326.0, 9325.0, 9319.0, 9327.0, 9335.0, 9341.0, 9346.0, 9336.0, 9355.0, 9315.0, 9336.0, 9332.0, 9343.0, 9337.0, 9343.0, 9377.0, 9341.0, 9351.0, 9332.0, 9330.0, 9352.0, 9353.0, 9388.0, 9346.0, 9354.0, 9332.0, 9330.0, 9328.0, 9329.0, 9346.0, 9325.0, 9329.0, 9316.0, 9345.0, 9315.0, 9325.0, 9334.0, 9310.0, 9347.0, 9328.0, 9342.0, 9330.0, 9328.0, 9342.0, 9314.0, 9323.0, 9326.0, 9339.0, 9325.0, 9313.0, 9353.0, 9342.0, 9305.0, 9304.0, 9320.0, 9323.0, 9307.0, 9322.0, 9327.0, 9321.0, 9338.0, 9309.0, 9324.0, 9322.0, 9327.0, 9328.0, 9346.0, 9339.0, 9322.0, 9319.0, 9311.0, 9316.0, 9342.0, 9349.0, 9362.0, 9356.0, 9354.0, 9338.0, 9349.0, 9334.0, 9368.0, 9332.0, 9327.0, 9349.0, 9319.0, 9348.0, 9337.0, 9347.0, 9336.0, 9325.0, 9340.0, 9352.0, 9354.0, 9361.0, 9323.0, 9338.0, 9354.0, 9338.0, 9357.0, 9371.0, 9336.0, 9337.0, 9335.0, 9332.0, 9342.0, 9321.0, 9354.0, 9331.0, 9333.0, 9347.0, 9326.0, 9329.0, 9363.0, 9314.0, 9331.0, 9316.0, 9318.0, 9359.0, 9334.0, 9345.0, 9354.0, 9319.0, 9332.0, 9331.0, 9320.0, 9343.0, 9333.0, 9316.0, 9307.0, 9286.0, 9325.0, 9308.0, 9324.0, 9361.0, 9318.0, 9308.0, 9326.0, 9290.0, 9333.0, 9312.0, 9319.0, 9326.0, 9334.0, 9331.0, 9329.0, 9313.0, 9311.0, 9316.0, 9297.0, 9348.0, 9318.0, 9331.0, 9330.0, 9308.0, 9338.0, 9312.0, 9308.0, 9328.0, 9348.0, 9349.0, 9332.0, 9312.0, 9326.0, 9333.0, 9316.0, 9333.0, 9349.0, 9313.0, 9354.0, 9331.0, 9348.0, 9328.0, 9312.0, 9314.0, 9346.0, 9313.0, 9336.0, 9344.0, 9312.0, 9310.0, 9339.0, 9315.0, 9309.0, 9370.0, 9336.0, 9334.0, 9324.0, 9312.0, 9308.0, 9347.0, 9317.0, 9331.0, 9344.0, 9333.0, 9322.0, 9329.0, 9307.0, 9311.0, 9323.0, 9319.0, 9339.0, 9315.0, 9306.0, 9319.0, 9315.0, 9344.0, 9346.0, 9300.0, 9290.0, 9327.0, 9327.0, 9327.0, 9344.0, 9314.0, 9330.0, 9346.0, 9342.0, 9342.0, 9336.0, 9325.0, 9327.0, 9346.0, 9325.0, 9328.0, 9363.0, 9335.0, 9351.0, 9329.0, 9326.0, 9338.0, 9314.0, 9310.0, 9343.0, 9332.0, 9335.0, 9337.0, 9309.0, 9320.0, 9340.0, 9313.0, 9345.0, 9374.0, 9333.0, 9351.0, 9338.0, 9316.0, 9342.0, 9329.0, 9341.0, 9346.0, 9345.0, 9332.0, 9332.0, 9305.0, 9323.0, 9321.0, 9309.0, 9323.0, 9328.0, 9319.0, 9326.0, 9355.0, 9333.0, 9348.0, 9312.0, 9313.0, 9324.0, 9311.0, 9322.0, 9340.0, 9343.0, 9316.0, 9328.0, 9312.0, 9327.0, 9342.0, 9313.0, 9330.0, 9356.0, 9334.0, 9329.0, 9324.0, 9316.0, 9346.0, 9344.0, 9303.0, 9343.0, 9320.0, 9327.0, 9345.0, 9313.0, 9321.0, 9322.0, 9329.0, 9352.0, 9331.0, 9319.0, 9297.0, 9291.0, 9332.0, 9350.0, 9347.0, 9366.0, 9343.0, 9338.0, 9316.0, 9372.0, 9332.0, 9353.0, 9321.0, 9343.0, 9313.0, 9334.0, 9345.0, 9322.0, 9304.0, 9350.0, 9353.0, 9334.0, 9338.0, 9299.0, 9289.0, 9326.0, 9306.0, 9348.0, 9338.0, 9321.0, 9361.0, 9308.0, 9347.0, 9364.0, 9329.0, 9334.0, 9337.0, 9322.0, 9358.0, 9310.0, 9327.0, 9315.0, 9283.0, 9315.0, 9326.0, 9327.0, 9302.0, 9297.0, 9315.0, 9302.0, 9331.0, 9319.0, 9302.0, 9320.0, 9328.0, 9318.0, 9303.0, 9295.0, 9316.0, 9302.0, 9324.0, 9325.0, 9297.0, 9293.0, 9276.0, 9311.0, 9303.0, 9296.0, 9343.0, 9305.0, 9294.0, 9279.0, 9297.0, 9294.0, 9278.0, 9333.0, 9337.0, 9331.0, 9303.0, 9296.0, 9300.0, 9304.0, 9323.0, 9321.0, 9315.0, 9302.0, 9299.0, 9318.0, 9299.0, 9325.0, 9327.0, 9321.0, 9299.0, 9295.0, 9295.0, 9297.0, 9329.0, 9314.0, 9281.0, 9311.0, 9295.0, 9298.0, 9301.0, 9306.0, 9295.0, 9301.0, 9317.0, 9297.0, 9307.0, 9298.0, 9292.0, 9298.0, 9297.0, 9324.0, 9302.0, 9341.0, 9301.0, 9293.0, 9311.0, 9296.0, 9296.0, 9323.0, 9319.0, 9318.0, 9282.0, 9305.0, 9301.0, 9310.0, 9297.0, 9303.0, 9295.0, 9296.0, 9293.0, 9298.0, 9296.0, 9300.0, 9325.0, 9349.0, 9323.0, 9305.0, 9295.0, 9300.0, 9310.0, 9317.0, 9327.0, 9317.0, 9282.0, 9291.0, 9296.0, 9276.0, 9275.0, 9296.0, 9292.0, 9297.0, 9278.0, 9276.0, 9291.0, 9291.0, 9336.0, 9277.0, 9303.0, 9278.0, 9286.0, 9290.0, 9296.0, 9301.0, 9294.0, 9288.0, 9303.0, 9277.0, 9276.0, 9324.0, 9294.0, 9292.0, 9312.0, 9320.0, 9296.0, 9290.0, 9293.0, 9276.0, 9294.0, 9298.0, 9322.0, 9313.0, 9281.0, 9311.0, 9311.0, 9316.0, 9308.0, 9294.0, 9295.0, 9279.0, 9297.0, 9341.0, 9305.0, 9331.0, 9299.0, 9316.0, 9318.0, 9304.0, 9357.0, 9337.0, 9317.0, 9337.0, 9302.0, 9309.0, 9318.0, 9325.0, 9322.0, 9345.0, 9333.0, 9338.0, 9332.0, 9337.0, 9363.0, 9373.0, 9338.0, 9368.0, 9351.0, 9335.0, 9340.0, 9320.0, 9321.0, 9287.0, 9302.0, 9301.0, 9288.0, 9315.0, 9309.0, 9295.0, 9327.0, 9296.0, 9322.0, 9310.0, 9325.0, 9360.0, 9314.0, 9317.0, 9316.0, 9314.0, 9370.0, 9332.0, 9328.0, 9347.0, 9341.0, 9353.0, 9329.0, 9310.0, 9326.0, 9313.0, 9340.0, 9331.0, 9310.0, 9322.0, 9291.0, 9327.0, 9337.0, 9312.0, 9309.0, 9325.0, 9327.0, 9329.0, 9335.0, 9370.0, 9341.0, 9330.0, 9332.0, 9311.0, 9312.0, 9341.0, 9307.0, 9326.0, 9302.0, 9304.0, 9325.0, 9289.0, 9323.0, 9297.0, 9305.0, 9324.0, 9306.0, 9307.0, 9304.0, 9288.0, 9328.0, 9329.0, 9314.0, 9320.0, 9306.0, 9324.0, 9305.0, 9302.0, 9320.0, 9301.0, 9322.0, 9330.0, 9297.0, 9324.0, 9304.0, 9299.0, 9317.0, 9301.0, 9325.0, 9322.0, 9305.0, 9320.0, 9293.0, 9323.0, 9324.0, 9311.0, 9324.0, 9308.0, 9307.0, 9321.0, 9291.0, 9322.0, 9325.0, 9292.0, 9324.0, 9303.0, 9322.0, 9323.0, 9307.0, 9327.0, 9291.0, 9320.0, 9329.0, 9309.0, 9326.0, 9309.0, 9333.0, 9346.0, 9314.0, 9328.0, 9330.0, 9300.0, 9342.0, 9316.0, 9341.0, 9345.0, 9333.0, 9351.0, 9316.0, 9314.0, 9320.0, 9312.0, 9329.0, 9346.0, 9323.0, 9330.0, 9331.0, 9313.0, 9354.0, 9351.0, 9314.0, 9344.0, 9326.0, 9309.0, 9352.0, 9311.0, 9326.0, 9321.0, 9303.0, 9287.0, 9322.0, 9328.0, 9312.0, 9325.0, 9307.0, 9306.0, 9338.0, 9309.0, 9307.0, 9339.0, 9305.0, 9310.0, 9321.0, 9296.0, 9320.0, 9329.0, 9313.0, 9346.0, 9318.0, 9299.0, 9351.0, 9334.0, 9325.0, 9329.0, 9340.0, 9311.0, 9298.0, 9279.0, 9299.0, 9296.0, 9295.0, 9294.0, 9310.0, 9299.0, 9293.0, 9277.0, 9278.0, 9305.0, 9279.0, 9301.0, 9328.0, 9301.0, 9299.0, 9311.0, 9314.0, 9299.0, 9314.0, 9313.0, 9313.0, 9313.0, 9300.0, 9304.0, 9316.0, 9305.0, 9314.0, 9352.0, 9322.0, 9301.0, 9310.0, 9301.0, 9315.0, 9325.0, 9333.0, 9306.0, 9325.0, 9280.0, 9309.0, 9297.0, 9298.0, 9330.0, 9302.0, 9279.0, 9292.0, 9297.0, 9296.0, 9313.0, 9299.0, 9319.0, 9296.0, 9279.0, 9300.0, 9292.0, 9264.0, 9294.0, 9301.0, 9303.0, 9307.0, 9280.0, 9304.0, 9296.0, 9298.0, 9318.0, 9304.0, 9311.0, 9296.0, 9267.0, 9290.0, 9279.0, 9294.0, 9294.0, 9277.0, 9290.0, 9282.0, 9283.0, 9309.0, 9280.0, 9312.0, 9306.0, 9299.0, 9311.0, 9300.0, 9299.0, 9327.0, 9300.0, 9300.0, 9314.0, 9297.0, 9324.0, 9311.0, 9297.0, 9312.0, 9302.0, 9311.0, 9297.0, 9279.0, 9278.0, 9295.0, 9283.0, 9297.0, 9280.0, 9290.0, 9275.0, 9277.0, 9276.0, 9294.0, 9316.0, 9327.0, 9294.0, 9277.0, 9292.0, 9291.0, 9307.0, 9313.0, 9291.0, 9297.0, 9294.0, 9276.0, 9290.0, 9276.0, 9315.0, 9329.0, 9308.0, 9294.0, 9276.0, 9285.0, 9290.0, 9291.0, 9293.0, 9297.0, 9291.0, 9298.0, 9288.0, 9281.0, 9277.0, 9305.0, 9295.0, 9287.0, 9325.0, 9300.0, 9281.0, 9300.0, 9305.0, 9334.0, 9303.0, 9316.0, 9280.0, 9293.0, 9286.0, 9312.0, 9295.0, 9280.0, 9279.0, 9300.0, 9297.0, 9327.0, 9284.0, 9307.0, 9315.0, 9284.0, 9328.0, 9283.0, 9304.0, 9327.0, 9315.0, 9317.0, 9296.0, 9298.0, 9315.0, 9300.0, 9321.0, 9316.0, 9284.0, 9308.0, 9283.0, 9291.0, 9297.0, 9280.0, 9291.0, 9276.0, 9300.0, 9310.0, 9278.0, 9291.0, 9277.0, 9272.0, 9295.0, 9298.0, 9309.0, 9298.0, 9289.0, 9313.0, 9282.0, 9317.0, 9309.0, 9282.0, 9310.0, 9273.0, 9294.0, 9296.0, 9297.0, 9308.0, 9296.0, 9277.0, 9320.0, 9281.0, 9309.0, 9293.0, 9285.0, 9295.0, 9296.0, 9293.0, 9293.0, 9302.0, 9310.0, 9282.0, 9311.0, 9297.0, 9296.0, 9309.0, 9327.0, 9310.0, 9300.0, 9316.0, 9322.0, 9316.0, 9283.0, 9297.0, 9299.0, 9295.0, 9297.0, 9279.0, 9291.0, 9308.0, 9304.0, 9335.0, 9299.0, 9292.0, 9298.0, 9303.0, 9314.0, 9301.0, 9302.0, 9328.0, 9304.0, 9315.0, 9316.0, 9294.0, 9300.0, 9297.0, 9305.0, 9331.0, 9281.0, 9305.0, 9325.0, 9282.0, 9312.0, 9299.0, 9305.0, 9321.0, 9305.0, 9332.0, 9301.0, 9306.0, 9316.0, 9299.0, 9324.0, 9301.0, 9308.0, 9316.0, 9292.0, 9305.0, 9285.0, 9296.0, 9316.0, 9344.0, 9353.0, 9307.0, 9289.0, 9319.0, 9306.0, 9332.0, 9320.0, 9299.0, 9315.0, 9299.0, 9327.0, 9297.0, 9282.0, 9354.0, 9312.0, 9321.0, 9315.0, 9324.0, 9353.0, 9318.0, 9353.0, 9360.0, 9357.0, 9327.0, 9311.0, 9334.0, 9324.0, 9326.0, 9289.0, 9294.0, 9268.0, 9296.0, 9321.0, 9301.0, 9280.0, 9325.0, 9290.0, 9296.0, 9311.0, 9297.0, 9295.0, 9316.0, 9303.0, 9320.0, 9312.0, 9281.0, 9312.0, 9298.0, 9295.0, 9295.0, 9278.0, 9313.0, 9311.0, 9281.0, 9309.0, 9276.0, 9277.0, 9311.0, 9295.0, 9316.0, 9331.0, 9311.0, 9323.0, 9326.0, 9345.0, 9335.0, 9350.0, 9325.0, 9322.0, 9370.0, 9358.0, 9347.0, 9362.0, 9315.0, 9362.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.0008378425435276306</td></tr>
<tr><td colspan=3>aqi</td><td>0.020674059197577595</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.82726340136367</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1675611368030299</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009625801136357</td></tr>
<tr><td colspan=3>efc</td><td>0.4588</td></tr>
<tr><td colspan=3>fber</td><td>6995.5337</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14506568115485788</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>276</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.89326267978804</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5129607012886286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4960575768529862</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738009752902579</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.304814774110321</td></tr>
<tr><td colspan=3>gcor</td><td>0.00811091</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017914868891239166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030300024896860123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9125025245836884</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>29.7486</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.202</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.0653</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305704.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>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.7676</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2632</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.3192</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3447.2117</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.9769</td></tr>
<tr><td colspan=3>tsnr</td><td>40.75377061031759</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>