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

616 lines
No EOL
147 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-0030_ses-01_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0030_suffix-bold_task-alignvideo" 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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0030/ses-01/func/sub-0030_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>55af8af3a600a2e8f6ceb65966ee14ea</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:02:46.425000</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.991594, -0.00553486, 0.129271, 0.020944, 0.992775, -0.118148]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.102774</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7704, -7257, 434, -119, -308, -111, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eaadf91e-780d-4a2c-9fd9-a78deb1a0cb2||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.6603739261627197, 0.05619121715426445, 0.3447439968585968, 100.16268157958984], [0.014849637635052204, 2.6635429859161377, -0.3236275613307953, -89.976806640625], [0.3468242585659027, 0.31698185205459595, 2.658273220062256, -115.74052429199219], [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, 1376]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['190246.425000', '190246.885000', '190247.345000', '190247.805000', '190248.265000', '190248.725000', '190249.185000', '190249.645000', '190250.105000', '190250.565000', '190251.025000', '190251.485000', '190251.945000', '190252.405000', '190252.865000', '190253.325000', '190253.785000', '190254.245000', '190254.705000', '190255.165000', '190255.625000', '190256.085000', '190256.545000', '190257.005000', '190257.465000', '190257.925000', '190258.385000', '190258.845000', '190259.305000', '190259.765000', '190300.225000', '190300.685000', '190301.145000', '190301.605000', '190302.065000', '190302.525000', '190302.985000', '190303.445000', '190303.905000', '190304.365000', '190304.825000', '190305.285000', '190305.745000', '190306.205000', '190306.665000', '190307.125000', '190307.585000', '190308.045000', '190308.505000', '190308.965000', '190309.425000', '190309.885000', '190310.345000', '190310.805000', '190311.265000', '190311.725000', '190312.185000', '190312.645000', '190313.105000', '190313.565000', '190314.025000', '190314.485000', '190314.945000', '190315.405000', '190315.865000', '190316.325000', '190316.785000', '190317.245000', '190317.705000', '190318.165000', '190318.625000', '190319.085000', '190319.545000', '190320.005000', '190320.465000', '190320.925000', '190321.385000', '190321.845000', '190322.305000', '190322.765000', '190323.225000', '190323.685000', '190324.145000', '190324.605000', '190325.065000', '190325.525000', '190325.985000', '190326.445000', '190326.905000', '190327.365000', '190327.825000', '190328.285000', '190328.745000', '190329.205000', '190329.665000', '190330.125000', '190330.585000', '190331.045000', '190331.505000', '190331.965000', '190332.425000', '190332.885000', '190333.345000', '190333.805000', '190334.265000', '190334.725000', '190335.185000', '190335.645000', '190336.105000', '190336.565000', '190337.025000', '190337.485000', '190337.945000', '190338.405000', '190338.865000', '190339.325000', '190339.785000', '190340.245000', '190340.705000', '190341.165000', '190341.625000', '190342.085000', '190342.545000', '190343.005000', '190343.465000', '190343.925000', '190344.385000', '190344.845000', '190345.305000', '190345.765000', '190346.225000', '190346.685000', '190347.145000', '190347.605000', '190348.065000', '190348.525000', '190348.985000', '190349.445000', '190349.905000', '190350.365000', '190350.825000', '190351.285000', '190351.745000', '190352.205000', '190352.665000', '190353.125000', '190353.585000', '190354.045000', '190354.505000', '190354.965000', '190355.425000', '190355.885000', '190356.345000', '190356.805000', '190357.265000', '190357.725000', '190358.185000', '190358.645000', '190359.105000', '190359.565000', '190400.025000', '190400.485000', '190400.945000', '190401.405000', '190401.865000', '190402.325000', '190402.785000', '190403.245000', '190403.705000', '190404.165000', '190404.625000', '190405.085000', '190405.545000', '190406.005000', '190406.465000', '190406.925000', '190407.385000', '190407.845000', '190408.305000', '190408.765000', '190409.225000', '190409.685000', '190410.145000', '190410.605000', '190411.065000', '190411.525000', '190411.985000', '190412.445000', '190412.905000', '190413.365000', '190413.825000', '190414.285000', '190414.745000', '190415.205000', '190415.665000', '190416.125000', '190416.585000', '190417.045000', '190417.505000', '190417.965000', '190418.425000', '190418.885000', '190419.345000', '190419.805000', '190420.265000', '190420.725000', '190421.185000', '190421.645000', '190422.105000', '190422.565000', '190423.025000', '190423.485000', '190423.945000', '190424.405000', '190424.865000', '190425.325000', '190425.785000', '190426.245000', '190426.705000', '190427.165000', '190427.625000', '190428.085000', '190428.545000', '190429.005000', '190429.465000', '190429.925000', '190430.385000', '190430.845000', '190431.305000', '190431.765000', '190432.225000', '190432.685000', '190433.145000', '190433.605000', '190434.065000', '190434.525000', '190434.985000', '190435.445000', '190435.905000', '190436.365000', '190436.825000', '190437.285000', '190437.745000', '190438.205000', '190438.665000', '190439.125000', '190439.585000', '190440.045000', '190440.505000', '190440.965000', '190441.425000', '190441.885000', '190442.345000', '190442.805000', '190443.265000', '190443.725000', '190444.185000', '190444.645000', '190445.105000', '190445.565000', '190446.025000', '190446.485000', '190446.945000', '190447.405000', '190447.865000', '190448.325000', '190448.785000', '190449.245000', '190449.705000', '190450.165000', '190450.625000', '190451.085000', '190451.545000', '190452.005000', '190452.465000', '190452.925000', '190453.385000', '190453.845000', '190454.305000', '190454.765000', '190455.225000', '190455.685000', '190456.145000', '190456.605000', '190457.065000', '190457.525000', '190457.985000', '190458.445000', '190458.905000', '190459.365000', '190459.825000', '190500.285000', '190500.745000', '190501.205000', '190501.665000', '190502.125000', '190502.585000', '190503.045000', '190503.505000', '190503.965000', '190504.425000', '190504.885000', '190505.345000', '190505.805000', '190506.265000', '190506.725000', '190507.185000', '190507.645000', '190508.105000', '190508.565000', '190509.025000', '190509.485000', '190509.945000', '190510.405000', '190510.865000', '190511.325000', '190511.785000', '190512.245000', '190512.705000', '190513.165000', '190513.625000', '190514.085000', '190514.545000', '190515.005000', '190515.465000', '190515.925000', '190516.385000', '190516.845000', '190517.305000', '190517.765000', '190518.225000', '190518.685000', '190519.145000', '190519.605000', '190520.065000', '190520.525000', '190520.985000', '190521.445000', '190521.905000', '190522.365000', '190522.825000', '190523.285000', '190523.745000', '190524.205000', '190524.665000', '190525.125000', '190525.585000', '190526.045000', '190526.505000', '190526.965000', '190527.425000', '190527.885000', '190528.345000', '190528.805000', '190529.265000', '190529.725000', '190530.185000', '190530.645000', '190531.105000', '190531.565000', '190532.025000', '190532.485000', '190532.945000', '190533.405000', '190533.865000', '190534.325000', '190534.785000', '190535.245000', '190535.705000', '190536.165000', '190536.625000', '190537.085000', '190537.545000', '190538.005000', '190538.465000', '190538.925000', '190539.385000', '190539.845000', '190540.305000', '190540.765000', '190541.225000', '190541.685000', '190542.145000', '190542.605000', '190543.065000', '190543.525000', '190543.985000', '190544.445000', '190544.905000', '190545.365000', '190545.825000', '190546.285000', '190546.745000', '190547.205000', '190547.665000', '190548.125000', '190548.585000', '190549.045000', '190549.505000', '190549.965000', '190550.425000', '190550.885000', '190551.345000', '190551.805000', '190552.265000', '190552.725000', '190553.185000', '190553.645000', '190554.105000', '190554.565000', '190555.025000', '190555.485000', '190555.945000', '190556.405000', '190556.865000', '190557.325000', '190557.785000', '190558.245000', '190558.705000', '190559.165000', '190559.625000', '190600.085000', '190600.545000', '190601.005000', '190601.465000', '190601.925000', '190602.385000', '190602.845000', '190603.305000', '190603.765000', '190604.225000', '190604.685000', '190605.145000', '190605.605000', '190606.065000', '190606.525000', '190606.985000', '190607.445000', '190607.905000', '190608.365000', '190608.825000', '190609.285000', '190609.745000', '190610.205000', '190610.665000', '190611.125000', '190611.585000', '190612.045000', '190612.505000', '190612.965000', '190613.425000', '190613.885000', '190614.345000', '190614.805000', '190615.265000', '190615.725000', '190616.185000', '190616.645000', '190617.105000', '190617.565000', '190618.025000', '190618.485000', '190618.945000', '190619.405000', '190619.865000', '190620.325000', '190620.785000', '190621.245000', '190621.705000', '190622.165000', '190622.625000', '190623.085000', '190623.545000', '190624.005000', '190624.465000', '190624.925000', '190625.385000', '190625.845000', '190626.305000', '190626.765000', '190627.225000', '190627.685000', '190628.145000', '190628.605000', '190629.065000', '190629.525000', '190629.985000', '190630.445000', '190630.905000', '190631.365000', '190631.825000', '190632.285000', '190632.745000', '190633.205000', '190633.665000', '190634.125000', '190634.585000', '190635.045000', '190635.505000', '190635.965000', '190636.425000', '190636.885000', '190637.345000', '190637.805000', '190638.265000', '190638.725000', '190639.185000', '190639.645000', '190640.105000', '190640.565000', '190641.025000', '190641.485000', '190641.945000', '190642.405000', '190642.865000', '190643.325000', '190643.785000', '190644.245000', '190644.705000', '190645.165000', '190645.625000', '190646.085000', '190646.545000', '190647.005000', '190647.465000', '190647.925000', '190648.385000', '190648.845000', '190649.305000', '190649.765000', '190650.225000', '190650.685000', '190651.145000', '190651.605000', '190652.065000', '190652.525000', '190652.985000', '190653.445000', '190653.905000', '190654.365000', '190654.825000', '190655.285000', '190655.745000', '190656.205000', '190656.665000', '190657.125000', '190657.585000', '190658.045000', '190658.505000', '190658.965000', '190659.425000', '190659.885000', '190700.345000', '190700.805000', '190701.265000', '190701.725000', '190702.185000', '190702.645000', '190703.105000', '190703.565000', '190704.025000', '190704.485000', '190704.945000', '190705.405000', '190705.865000', '190706.325000', '190706.785000', '190707.245000', '190707.705000', '190708.165000', '190708.625000', '190709.085000', '190709.545000', '190710.005000', '190710.465000', '190710.925000', '190711.385000', '190711.845000', '190712.305000', '190712.765000', '190713.225000', '190713.685000', '190714.145000', '190714.605000', '190715.065000', '190715.525000', '190715.985000', '190716.445000', '190716.905000', '190717.365000', '190717.825000', '190718.285000', '190718.745000', '190719.205000', '190719.665000', '190720.125000', '190720.585000', '190721.045000', '190721.505000', '190721.965000', '190722.425000', '190722.885000', '190723.345000', '190723.805000', '190724.265000', '190724.725000', '190725.185000', '190725.645000', '190726.105000', '190726.565000', '190727.025000', '190727.485000', '190727.945000', '190728.405000', '190728.865000', '190729.325000', '190729.785000', '190730.245000', '190730.705000', '190731.165000', '190731.625000', '190732.085000', '190732.545000', '190733.005000', '190733.465000', '190733.925000', '190734.385000', '190734.845000', '190735.305000', '190735.765000', '190736.225000', '190736.685000', '190737.145000', '190737.605000', '190738.065000', '190738.525000', '190738.985000', '190739.445000', '190739.905000', '190740.365000', '190740.825000', '190741.285000', '190741.745000', '190742.205000', '190742.665000', '190743.125000', '190743.585000', '190744.045000', '190744.505000', '190744.965000', '190745.425000', '190745.885000', '190746.345000', '190746.805000', '190747.265000', '190747.725000', '190748.185000', '190748.645000', '190749.105000', '190749.565000', '190750.025000', '190750.485000', '190750.945000', '190751.405000', '190751.865000', '190752.325000', '190752.785000', '190753.245000', '190753.705000', '190754.165000', '190754.625000', '190755.085000', '190755.545000', '190756.005000', '190756.465000', '190756.925000', '190757.385000', '190757.845000', '190758.305000', '190758.765000', '190759.225000', '190759.685000', '190800.145000', '190800.605000', '190801.065000', '190801.525000', '190801.985000', '190802.445000', '190802.905000', '190803.365000', '190803.825000', '190804.285000', '190804.745000', '190805.205000', '190805.665000', '190806.125000', '190806.585000', '190807.045000', '190807.505000', '190807.965000', '190808.425000', '190808.885000', '190809.345000', '190809.805000', '190810.265000', '190810.725000', '190811.185000', '190811.645000', '190812.105000', '190812.565000', '190813.025000', '190813.485000', '190813.945000', '190814.405000', '190814.865000', '190815.325000', '190815.785000', '190816.245000', '190816.705000', '190817.165000', '190817.625000', '190818.085000', '190818.545000', '190819.005000', '190819.465000', '190819.925000', '190820.385000', '190820.845000', '190821.305000', '190821.765000', '190822.225000', '190822.685000', '190823.145000', '190823.605000', '190824.065000', '190824.525000', '190824.985000', '190825.445000', '190825.905000', '190826.365000', '190826.825000', '190827.285000', '190827.745000', '190828.205000', '190828.665000', '190829.125000', '190829.585000', '190830.045000', '190830.505000', '190830.965000', '190831.425000', '190831.885000', '190832.345000', '190832.805000', '190833.265000', '190833.725000', '190834.185000', '190834.645000', '190835.105000', '190835.565000', '190836.025000', '190836.485000', '190836.945000', '190837.405000', '190837.865000', '190838.325000', '190838.785000', '190839.245000', '190839.705000', '190840.165000', '190840.625000', '190841.085000', '190841.545000', '190842.005000', '190842.465000', '190842.925000', '190843.385000', '190843.845000', '190844.305000', '190844.765000', '190845.225000', '190845.685000', '190846.145000', '190846.605000', '190847.065000', '190847.525000', '190847.985000', '190848.445000', '190848.905000', '190849.365000', '190849.825000', '190850.285000', '190850.745000', '190851.205000', '190851.665000', '190852.125000', '190852.585000', '190853.045000', '190853.505000', '190853.965000', '190854.425000', '190854.885000', '190855.345000', '190855.805000', '190856.265000', '190856.725000', '190857.185000', '190857.645000', '190858.105000', '190858.565000', '190859.025000', '190859.485000', '190859.945000', '190900.405000', '190900.865000', '190901.325000', '190901.785000', '190902.245000', '190902.705000', '190903.165000', '190903.625000', '190904.085000', '190904.545000', '190905.005000', '190905.465000', '190905.925000', '190906.385000', '190906.845000', '190907.305000', '190907.765000', '190908.225000', '190908.685000', '190909.145000', '190909.605000', '190910.065000', '190910.525000', '190910.985000', '190911.445000', '190911.905000', '190912.365000', '190912.825000', '190913.285000', '190913.745000', '190914.205000', '190914.665000', '190915.125000', '190915.585000', '190916.045000', '190916.505000', '190916.965000', '190917.425000', '190917.885000', '190918.345000', '190918.805000', '190919.265000', '190919.725000', '190920.185000', '190920.645000', '190921.105000', '190921.565000', '190922.025000', '190922.485000', '190922.945000', '190923.405000', '190923.865000', '190924.325000', '190924.785000', '190925.245000', '190925.705000', '190926.165000', '190926.625000', '190927.085000', '190927.545000', '190928.005000', '190928.465000', '190928.925000', '190929.385000', '190929.845000', '190930.305000', '190930.765000', '190931.225000', '190931.685000', '190932.145000', '190932.605000', '190933.065000', '190933.525000', '190933.985000', '190934.445000', '190934.905000', '190935.365000', '190935.825000', '190936.285000', '190936.745000', '190937.205000', '190937.665000', '190938.125000', '190938.585000', '190939.045000', '190939.505000', '190939.965000', '190940.425000', '190940.885000', '190941.345000', '190941.805000', '190942.265000', '190942.725000', '190943.185000', '190943.645000', '190944.105000', '190944.565000', '190945.025000', '190945.485000', '190945.945000', '190946.405000', '190946.865000', '190947.325000', '190947.785000', '190948.245000', '190948.705000', '190949.165000', '190949.625000', '190950.085000', '190950.545000', '190951.005000', '190951.465000', '190951.925000', '190952.385000', '190952.845000', '190953.305000', '190953.765000', '190954.225000', '190954.685000', '190955.145000', '190955.605000', '190956.065000', '190956.525000', '190956.985000', '190957.445000', '190957.905000', '190958.365000', '190958.825000', '190959.285000', '190959.745000', '191000.205000', '191000.665000', '191001.125000', '191001.585000', '191002.045000', '191002.505000', '191002.965000', '191003.425000', '191003.885000', '191004.345000', '191004.805000', '191005.265000', '191005.725000', '191006.185000', '191006.645000', '191007.105000', '191007.565000', '191008.025000', '191008.485000', '191008.945000', '191009.405000', '191009.865000', '191010.325000', '191010.785000', '191011.245000', '191011.705000', '191012.165000', '191012.625000', '191013.085000', '191013.545000', '191014.005000', '191014.465000', '191014.925000', '191015.385000', '191015.845000', '191016.305000', '191016.765000', '191017.225000', '191017.685000', '191018.145000', '191018.605000', '191019.065000', '191019.525000', '191019.985000', '191020.445000', '191020.905000', '191021.365000', '191021.825000', '191022.285000', '191022.745000', '191023.205000', '191023.665000', '191024.125000', '191024.585000', '191025.045000', '191025.505000', '191025.965000', '191026.425000', '191026.885000', '191027.345000', '191027.805000', '191028.265000', '191028.725000', '191029.185000', '191029.645000', '191030.105000', '191030.565000', '191031.025000', '191031.485000', '191031.945000', '191032.405000', '191032.865000', '191033.325000', '191033.785000', '191034.245000', '191034.705000', '191035.165000', '191035.625000', '191036.085000', '191036.545000', '191037.005000', '191037.465000', '191037.925000', '191038.385000', '191038.845000', '191039.305000', '191039.765000', '191040.225000', '191040.685000', '191041.145000', '191041.605000', '191042.065000', '191042.525000', '191042.985000', '191043.445000', '191043.905000', '191044.365000', '191044.825000', '191045.285000', '191045.745000', '191046.205000', '191046.665000', '191047.125000', '191047.585000', '191048.045000', '191048.505000', '191048.965000', '191049.425000', '191049.885000', '191050.345000', '191050.805000', '191051.265000', '191051.725000', '191052.185000', '191052.645000', '191053.105000', '191053.565000', '191054.025000', '191054.485000', '191054.945000', '191055.405000', '191055.865000', '191056.325000', '191056.785000', '191057.245000', '191057.705000', '191058.165000', '191058.625000', '191059.085000', '191059.545000', '191100.005000', '191100.465000', '191100.925000', '191101.385000', '191101.845000', '191102.305000', '191102.765000', '191103.225000', '191103.685000', '191104.145000', '191104.605000', '191105.065000', '191105.525000', '191105.985000', '191106.445000', '191106.905000', '191107.365000', '191107.825000', '191108.285000', '191108.745000', '191109.205000', '191109.665000', '191110.125000', '191110.585000', '191111.045000', '191111.505000', '191111.965000', '191112.425000', '191112.885000', '191113.345000', '191113.805000', '191114.265000', '191114.725000', '191115.185000', '191115.645000', '191116.105000', '191116.565000', '191117.025000', '191117.485000', '191117.945000', '191118.405000', '191118.865000', '191119.325000', '191119.785000', '191120.245000', '191120.705000', '191121.165000', '191121.625000', '191122.085000', '191122.545000', '191123.005000', '191123.465000', '191123.925000', '191124.385000', '191124.845000', '191125.305000', '191125.765000', '191126.225000', '191126.685000', '191127.145000', '191127.605000', '191128.065000', '191128.525000', '191128.985000', '191129.445000', '191129.905000', '191130.365000', '191130.825000', '191131.285000', '191131.745000', '191132.205000', '191132.665000', '191133.125000', '191133.585000', '191134.045000', '191134.505000', '191134.965000', '191135.425000', '191135.885000', '191136.345000', '191136.805000', '191137.265000', '191137.725000', '191138.185000', '191138.645000', '191139.105000', '191139.565000', '191140.025000', '191140.485000', '191140.945000', '191141.405000', '191141.865000', '191142.325000', '191142.785000', '191143.245000', '191143.705000', '191144.165000', '191144.625000', '191145.085000', '191145.545000', '191146.005000', '191146.465000', '191146.925000', '191147.385000', '191147.845000', '191148.305000', '191148.765000', '191149.225000', '191149.685000', '191150.145000', '191150.605000', '191151.065000', '191151.525000', '191151.985000', '191152.445000', '191152.905000', '191153.365000', '191153.825000', '191154.285000', '191154.745000', '191155.205000', '191155.665000', '191156.125000', '191156.585000', '191157.045000', '191157.505000', '191157.965000', '191158.425000', '191158.885000', '191159.345000', '191159.805000', '191200.265000', '191200.725000', '191201.185000', '191201.645000', '191202.105000', '191202.565000', '191203.025000', '191203.485000', '191203.945000', '191204.405000', '191204.865000', '191205.325000', '191205.785000', '191206.245000', '191206.705000', '191207.165000', '191207.625000', '191208.085000', '191208.545000', '191209.005000', '191209.465000', '191209.925000', '191210.385000', '191210.845000', '191211.305000', '191211.765000', '191212.225000', '191212.685000', '191213.145000', '191213.605000', '191214.065000', '191214.525000', '191214.985000', '191215.445000', '191215.905000', '191216.365000', '191216.825000', '191217.285000', '191217.745000', '191218.205000', '191218.665000', '191219.125000', '191219.585000', '191220.045000', '191220.505000', '191220.965000', '191221.425000', '191221.885000', '191222.345000', '191222.805000', '191223.265000', '191223.725000', '191224.185000', '191224.645000', '191225.105000', '191225.565000', '191226.025000', '191226.485000', '191226.945000', '191227.405000', '191227.865000', '191228.325000', '191228.785000', '191229.245000', '191229.705000', '191230.165000', '191230.625000', '191231.085000', '191231.545000', '191232.005000', '191232.465000', '191232.925000', '191233.385000', '191233.845000', '191234.305000', '191234.765000', '191235.225000', '191235.685000', '191236.145000', '191236.605000', '191237.065000', '191237.525000', '191237.985000', '191238.445000', '191238.905000', '191239.365000', '191239.825000', '191240.285000', '191240.745000', '191241.205000', '191241.665000', '191242.125000', '191242.585000', '191243.045000', '191243.505000', '191243.965000', '191244.425000', '191244.885000', '191245.345000', '191245.805000', '191246.265000', '191246.725000', '191247.185000', '191247.645000', '191248.105000', '191248.565000', '191249.025000', '191249.485000', '191249.945000', '191250.405000', '191250.865000', '191251.325000', '191251.785000', '191252.245000', '191252.705000', '191253.165000', '191253.625000', '191254.085000', '191254.545000', '191255.005000', '191255.465000', '191255.925000', '191256.385000', '191256.845000', '191257.305000', '191257.765000', '191258.225000', '191258.685000', '191259.145000', '191259.605000', '191300.065000', '191300.525000', '191300.985000', '191301.445000', '191301.905000', '191302.365000', '191302.825000', '191303.285000', '191303.745000', '191304.205000', '191304.665000', '191305.125000', '191305.585000', '191306.045000', '191306.505000', '191306.965000', '191307.425000', '191307.885000', '191308.345000', '191308.805000', '191309.265000', '191309.725000', '191310.185000', '191310.645000', '191311.105000', '191311.565000', '191312.025000', '191312.485000', '191312.945000', '191313.405000', '191313.865000', '191314.325000', '191314.785000', '191315.245000', '191315.705000', '191316.165000', '191316.625000', '191317.085000', '191317.545000', '191318.005000', '191318.465000', '191318.925000'], 'ContentTime': ['190313.450000', '190313.453000', '190313.456000', '190313.458000', '190313.461000', '190313.464000', '190313.466000', '190313.469000', '190313.471000', '190313.474000', '190313.476000', '190313.479000', '190313.482000', '190313.484000', '190313.487000', '190313.489000', '190313.492000', '190313.513000', '190313.516000', '190313.518000', '190313.521000', '190313.524000', '190313.526000', '190313.529000', '190313.532000', '190313.534000', '190313.537000', '190313.539000', '190313.542000', '190313.544000', '190313.547000', '190313.549000', '190313.552000', '190313.555000', '190313.557000', '190313.560000', '190313.562000', '190313.565000', '190313.567000', '190313.570000', '190313.572000', '190313.575000', '190313.578000', '190313.580000', '190313.583000', '190313.585000', '190313.588000', '190313.590000', '190313.593000', '190313.596000', '190313.598000', '190313.601000', '190313.604000', '190313.606000', '190313.609000', '190313.612000', '190313.614000', '190333.418000', '190333.421000', '190333.424000', '190333.426000', '190333.429000', '190333.432000', '190333.440000', '190333.442000', '190333.445000', '190333.447000', '190333.450000', '190333.453000', '190333.455000', '190333.458000', '190333.460000', '190333.463000', '190333.466000', '190333.468000', '190333.471000', '190333.474000', '190333.476000', '190333.479000', '190333.481000', '190333.484000', '190333.486000', '190333.489000', '190333.492000', '190333.494000', '190333.497000', '190333.499000', '190333.502000', '190333.504000', '190333.507000', '190333.510000', '190333.512000', '190333.515000', '190333.517000', '190333.520000', '190333.523000', '190333.525000', '190333.528000', '190333.530000', '190333.533000', '190333.536000', '190353.419000', '190353.421000', '190353.424000', '190353.427000', '190353.429000', '190353.432000', '190353.434000', '190353.437000', '190353.440000', '190353.442000', '190353.445000', '190353.447000', '190353.450000', '190353.452000', '190353.455000', '190353.457000', '190353.466000', '190353.468000', '190353.471000', '190353.474000', '190353.476000', '190353.479000', '190353.481000', '190353.484000', '190353.486000', '190353.489000', '190353.492000', '190353.494000', '190353.497000', '190353.499000', '190353.502000', '190353.505000', '190353.507000', '190353.510000', '190353.512000', '190353.515000', '190353.518000', '190353.520000', '190353.523000', '190353.525000', '190353.528000', '190353.530000', '190353.533000', '190413.419000', '190413.422000', '190413.426000', '190413.429000', '190413.432000', '190413.434000', '190413.437000', '190413.440000', '190413.443000', '190413.446000', '190413.449000', '190413.451000', '190413.454000', '190413.457000', '190413.459000', '190413.462000', '190413.464000', '190413.467000', '190413.469000', '190413.472000', '190413.475000', '190413.477000', '190413.480000', '190413.482000', '190413.485000', '190413.487000', '190413.490000', '190413.493000', '190413.495000', '190413.498000', '190413.500000', '190413.503000', '190413.506000', '190413.508000', '190413.511000', '190413.514000', '190413.516000', '190413.519000', '190413.521000', '190413.524000', '190413.527000', '190413.529000', '190413.532000', '190433.418000', '190433.421000', '190433.424000', '190433.426000', '190433.429000', '190433.431000', '190433.434000', '190433.437000', '190433.439000', '190433.442000', '190433.444000', '190433.447000', '190433.450000', '190433.452000', '190433.455000', '190433.457000', '190433.460000', '190433.462000', '190433.465000', '190433.467000', '190433.475000', '190433.478000', '190433.480000', '190433.483000', '190433.499000', '190433.502000', '190433.504000', '190433.507000', '190433.509000', '190433.512000', '190433.514000', '190433.517000', '190433.520000', '190433.522000', '190433.525000', '190433.527000', '190433.530000', '190433.533000', '190433.535000', '190433.538000', '190433.540000', '190433.543000', '190433.546000', '190433.548000', '190453.419000', '190453.421000', '190453.424000', '190453.427000', '190453.429000', '190453.432000', '190453.434000', '190453.437000', '190453.439000', '190453.442000', '190453.445000', '190453.447000', '190453.450000', '190453.453000', '190453.455000', '190453.458000', '190453.460000', '190453.463000', '190453.466000', '190453.468000', '190453.471000', '190453.473000', '190453.476000', '190453.478000', '190453.481000', '190453.484000', '190453.486000', '190453.489000', '190453.492000', '190453.494000', '190453.497000', '190453.499000', '190453.502000', '190453.505000', '190453.507000', '190453.510000', '190453.512000', '190453.515000', '190453.518000', '190453.520000', '190453.523000', '190453.525000', '190453.528000', '190513.419000', '190513.421000', '190513.424000', '190513.427000', '190513.429000', '190513.432000', '190513.434000', '190513.437000', '190513.440000', '190513.442000', '190513.445000', '190513.447000', '190513.450000', '190513.452000', '190513.455000', '190513.458000', '190513.460000', '190513.463000', '190513.465000', '190513.468000', '190513.470000', '190513.473000', '190513.476000', '190513.478000', '190513.481000', '190513.484000', '190513.486000', '190513.489000', '190513.491000', '190513.494000', '190513.497000', '190513.499000', '190513.502000', '190513.504000', '190513.507000', '190513.509000', '190513.512000', '190513.515000', '190513.517000', '190513.520000', '190513.522000', '190513.525000', '190513.528000', '190513.530000', '190533.419000', '190533.421000', '190533.424000', '190533.427000', '190533.429000', '190533.432000', '190533.434000', '190533.437000', '190533.440000', '190533.442000', '190533.445000', '190533.447000', '190533.451000', '190533.454000', '190533.457000', '190533.459000', '190533.476000', '190533.478000', '190533.482000', '190533.485000', '190533.487000', '190533.490000', '190533.493000', '190533.495000', '190533.498000', '190533.501000', '190533.503000', '190533.506000', '190533.508000', '190533.511000', '190533.513000', '190533.516000', '190533.519000', '190533.521000', '190533.524000', '190533.526000', '190533.529000', '190533.532000', '190533.534000', '190533.537000', '190533.540000', '190533.542000', '190533.545000', '190553.419000', '190553.421000', '190553.424000', '190553.427000', '190553.429000', '190553.432000', '190553.434000', '190553.437000', '190553.440000', '190553.442000', '190553.445000', '190553.447000', '190553.450000', '190553.453000', '190553.455000', '190553.458000', '190553.461000', '190553.463000', '190553.466000', '190553.468000', '190553.471000', '190553.474000', '190553.476000', '190553.479000', '190553.481000', '190553.484000', '190553.487000', '190553.489000', '190553.492000', '190553.494000', '190553.497000', '190553.500000', '190553.502000', '190553.505000', '190553.508000', '190553.510000', '190553.513000', '190553.515000', '190553.518000', '190553.521000', '190553.523000', '190553.526000', '190553.528000', '190553.531000', '190613.419000', '190613.422000', '190613.424000', '190613.427000', '190613.429000', '190613.440000', '190613.442000', '190613.445000', '190613.447000', '190613.450000', '190613.453000', '190613.455000', '190613.458000', '190613.460000', '190613.463000', '190613.465000', '190613.468000', '190613.471000', '190613.473000', '190613.476000', '190613.478000', '190613.481000', '190613.484000', '190613.486000', '190613.489000', '190613.492000', '190613.494000', '190613.497000', '190613.500000', '190613.503000', '190613.506000', '190613.508000', '190613.511000', '190613.513000', '190613.516000', '190613.519000', '190613.521000', '190613.524000', '190613.527000', '190613.529000', '190613.532000', '190613.534000', '190613.537000', '190633.418000', '190633.421000', '190633.424000', '190633.426000', '190633.429000', '190633.432000', '190633.434000', '190633.437000', '190633.440000', '190633.442000', '190633.445000', '190633.447000', '190633.450000', '190633.452000', '190633.455000', '190633.458000', '190633.460000', '190633.463000', '190633.465000', '190633.468000', '190633.471000', '190633.473000', '190633.476000', '190633.478000', '190633.481000', '190633.483000', '190633.486000', '190633.489000', '190633.491000', '190633.494000', '190633.496000', '190633.499000', '190633.502000', '190633.504000', '190633.507000', '190633.509000', '190633.512000', '190633.515000', '190633.517000', '190633.520000', '190633.522000', '190633.525000', '190633.528000', '190633.530000', '190653.419000', '190653.422000', '190653.424000', '190653.427000', '190653.429000', '190653.432000', '190653.435000', '190653.437000', '190653.440000', '190653.442000', '190653.445000', '190653.448000', '190653.450000', '190653.453000', '190653.455000', '190653.458000', '190653.460000', '190653.463000', '190653.466000', '190653.469000', '190653.472000', '190653.475000', '190653.478000', '190653.481000', '190653.483000', '190653.486000', '190653.488000', '190653.491000', '190653.493000', '190653.496000', '190653.499000', '190653.501000', '190653.504000', '190653.507000', '190653.509000', '190653.512000', '190653.514000', '190653.517000', '190653.520000', '190653.523000', '190653.526000', '190653.529000', '190653.531000', '190713.418000', '190713.421000', '190713.424000', '190713.427000', '190713.429000', '190713.432000', '190713.434000', '190713.437000', '190713.440000', '190713.442000', '190713.445000', '190713.447000', '190713.450000', '190713.452000', '190713.455000', '190713.458000', '190713.460000', '190713.463000', '190713.465000', '190713.468000', '190713.471000', '190713.473000', '190713.476000', '190713.478000', '190713.481000', '190713.483000', '190713.486000', '190713.489000', '190713.491000', '190713.494000', '190713.496000', '190713.499000', '190713.502000', '190713.504000', '190713.507000', '190713.509000', '190713.512000', '190713.515000', '190713.517000', '190713.520000', '190713.523000', '190713.525000', '190713.528000', '190713.531000', '190733.419000', '190733.422000', '190733.424000', '190733.427000', '190733.429000', '190733.432000', '190733.434000', '190733.437000', '190733.440000', '190733.442000', '190733.445000', '190733.447000', '190733.450000', '190733.452000', '190733.455000', '190733.458000', '190733.460000', '190733.463000', '190733.466000', '190733.468000', '190733.471000', '190733.473000', '190733.476000', '190733.479000', '190733.482000', '190733.485000', '190733.488000', '190733.491000', '190733.493000', '190733.496000', '190733.512000', '190733.515000', '190733.517000', '190733.520000', '190733.522000', '190733.525000', '190733.528000', '190733.530000', '190733.533000', '190733.535000', '190733.538000', '190733.541000', '190733.543000', '190753.419000', '190753.421000', '190753.424000', '190753.427000', '190753.429000', '190753.432000', '190753.435000', '190753.437000', '190753.440000', '190753.443000', '190753.445000', '190753.448000', '190753.450000', '190753.453000', '190753.456000', '190753.458000', '190753.461000', '190753.464000', '190753.466000', '190753.469000', '190753.471000', '190753.474000', '190753.477000', '190753.479000', '190753.482000', '190753.485000', '190753.487000', '190753.490000', '190753.492000', '190753.495000', '190753.498000', '190753.500000', '190753.503000', '190753.505000', '190753.508000', '190753.511000', '190753.513000', '190753.516000', '190753.518000', '190753.521000', '190753.524000', '190753.526000', '190753.529000', '190753.531000', '190813.419000', '190813.422000', '190813.424000', '190813.427000', '190813.430000', '190813.432000', '190813.435000', '190813.437000', '190813.440000', '190813.442000', '190813.445000', '190813.448000', '190813.450000', '190813.453000', '190813.455000', '190813.458000', '190813.461000', '190813.463000', '190813.466000', '190813.469000', '190813.471000', '190813.474000', '190813.476000', '190813.479000', '190813.481000', '190813.484000', '190813.487000', '190813.489000', '190813.492000', '190813.495000', '190813.497000', '190813.500000', '190813.502000', '190813.505000', '190813.507000', '190813.510000', '190813.513000', '190813.515000', '190813.518000', '190813.520000', '190813.523000', '190813.526000', '190813.528000', '190833.419000', '190833.421000', '190833.424000', '190833.427000', '190833.429000', '190833.432000', '190833.434000', '190833.437000', '190833.439000', '190833.442000', '190833.444000', '190833.447000', '190833.450000', '190833.452000', '190833.455000', '190833.458000', '190833.460000', '190833.463000', '190833.465000', '190833.468000', '190833.471000', '190833.473000', '190833.476000', '190833.479000', '190833.481000', '190833.484000', '190833.486000', '190833.489000', '190833.491000', '190833.494000', '190833.497000', '190833.499000', '190833.502000', '190833.504000', '190833.507000', '190833.510000', '190833.512000', '190833.515000', '190833.517000', '190833.520000', '190833.523000', '190833.525000', '190833.528000', '190833.530000', '190853.418000', '190853.421000', '190853.424000', '190853.427000', '190853.429000', '190853.432000', '190853.434000', '190853.437000', '190853.440000', '190853.442000', '190853.445000', '190853.447000', '190853.450000', '190853.453000', '190853.455000', '190853.458000', '190853.460000', '190853.463000', '190853.465000', '190853.468000', '190853.471000', '190853.473000', '190853.476000', '190853.478000', '190853.481000', '190853.484000', '190853.486000', '190853.489000', '190853.492000', '190853.494000', '190853.497000', '190853.499000', '190853.502000', '190853.505000', '190853.507000', '190853.510000', '190853.512000', '190853.515000', '190853.518000', '190853.520000', '190853.523000', '190853.525000', '190853.528000', '190913.419000', '190913.422000', '190913.424000', '190913.427000', '190913.429000', '190913.432000', '190913.435000', '190913.437000', '190913.440000', '190913.442000', '190913.445000', '190913.447000', '190913.450000', '190913.453000', '190913.455000', '190913.458000', '190913.460000', '190913.463000', '190913.466000', '190913.468000', '190913.471000', '190913.473000', '190913.476000', '190913.479000', '190913.481000', '190913.484000', '190913.486000', '190913.489000', '190913.492000', '190913.494000', '190913.497000', '190913.499000', '190913.502000', '190913.504000', '190913.507000', '190913.510000', '190913.512000', '190913.515000', '190913.517000', '190913.520000', '190913.523000', '190913.525000', '190913.528000', '190913.530000', '190933.419000', '190933.421000', '190933.424000', '190933.426000', '190933.429000', '190933.432000', '190933.434000', '190933.437000', '190933.439000', '190933.442000', '190933.445000', '190933.447000', '190933.450000', '190933.452000', '190933.455000', '190933.458000', '190933.460000', '190933.463000', '190933.465000', '190933.468000', '190933.471000', '190933.473000', '190933.476000', '190933.478000', '190933.481000', '190933.484000', '190933.486000', '190933.489000', '190933.491000', '190933.494000', '190933.497000', '190933.499000', '190933.502000', '190933.505000', '190933.507000', '190933.510000', '190933.512000', '190933.515000', '190933.518000', '190933.520000', '190933.523000', '190933.525000', '190933.528000', '190953.418000', '190953.421000', '190953.424000', '190953.427000', '190953.429000', '190953.432000', '190953.435000', '190953.437000', '190953.440000', '190953.443000', '190953.445000', '190953.448000', '190953.451000', '190953.453000', '190953.456000', '190953.458000', '190953.461000', '190953.464000', '190953.466000', '190953.469000', '190953.471000', '190953.474000', '190953.477000', '190953.479000', '190953.482000', '190953.484000', '190953.487000', '190953.490000', '190953.492000', '190953.495000', '190953.498000', '190953.500000', '190953.503000', '190953.506000', '190953.508000', '190953.511000', '190953.513000', '190953.516000', '190953.519000', '190953.521000', '190953.524000', '190953.527000', '190953.529000', '190953.532000', '191013.419000', '191013.421000', '191013.424000', '191013.427000', '191013.429000', '191013.432000', '191013.435000', '191013.437000', '191013.440000', '191013.442000', '191013.445000', '191013.448000', '191013.450000', '191013.453000', '191013.455000', '191013.458000', '191013.461000', '191013.463000', '191013.466000', '191013.468000', '191013.471000', '191013.474000', '191013.476000', '191013.479000', '191013.481000', '191013.484000', '191013.487000', '191013.489000', '191013.492000', '191013.495000', '191013.497000', '191013.500000', '191013.502000', '191013.505000', '191013.508000', '191013.510000', '191013.513000', '191013.515000', '191013.518000', '191013.520000', '191013.523000', '191013.526000', '191013.528000', '191033.419000', '191033.421000', '191033.424000', '191033.427000', '191033.429000', '191033.432000', '191033.435000', '191033.437000', '191033.440000', '191033.442000', '191033.445000', '191033.447000', '191033.450000', '191033.453000', '191033.455000', '191033.458000', '191033.461000', '191033.463000', '191033.466000', '191033.468000', '191033.471000', '191033.474000', '191033.476000', '191033.479000', '191033.481000', '191033.484000', '191033.487000', '191033.489000', '191033.492000', '191033.494000', '191033.497000', '191033.500000', '191033.502000', '191033.505000', '191033.507000', '191033.510000', '191033.513000', '191033.515000', '191033.518000', '191033.520000', '191033.523000', '191033.526000', '191033.528000', '191033.531000', '191053.419000', '191053.421000', '191053.424000', '191053.427000', '191053.429000', '191053.432000', '191053.434000', '191053.437000', '191053.440000', '191053.442000', '191053.445000', '191053.447000', '191053.450000', '191053.453000', '191053.455000', '191053.458000', '191053.460000', '191053.463000', '191053.466000', '191053.468000', '191053.471000', '191053.473000', '191053.476000', '191053.479000', '191053.481000', '191053.484000', '191053.486000', '191053.489000', '191053.492000', '191053.494000', '191053.497000', '191053.499000', '191053.502000', '191053.505000', '191053.507000', '191053.510000', '191053.512000', '191053.515000', '191053.518000', '191053.520000', '191053.523000', '191053.525000', '191053.528000', '191113.419000', '191113.422000', '191113.424000', '191113.427000', '191113.430000', '191113.432000', '191113.435000', '191113.437000', '191113.440000', '191113.443000', '191113.445000', '191113.448000', '191113.450000', '191113.453000', '191113.456000', '191113.458000', '191113.461000', '191113.463000', '191113.466000', '191113.469000', '191113.471000', '191113.474000', '191113.476000', '191113.479000', '191113.482000', '191113.484000', '191113.487000', '191113.490000', '191113.492000', '191113.495000', '191113.497000', '191113.500000', '191113.503000', '191113.505000', '191113.508000', '191113.510000', '191113.513000', '191113.516000', '191113.518000', '191113.521000', '191113.523000', '191113.526000', '191113.529000', '191113.531000', '191133.419000', '191133.422000', '191133.424000', '191133.427000', '191133.429000', '191133.432000', '191133.434000', '191133.437000', '191133.440000', '191133.442000', '191133.445000', '191133.447000', '191133.450000', '191133.452000', '191133.455000', '191133.458000', '191133.460000', '191133.463000', '191133.465000', '191133.468000', '191133.471000', '191133.473000', '191133.476000', '191133.478000', '191133.481000', '191133.484000', '191133.486000', '191133.489000', '191133.491000', '191133.494000', '191133.497000', '191133.499000', '191133.502000', '191133.504000', '191133.507000', '191133.510000', '191133.512000', '191133.515000', '191133.517000', '191133.520000', '191133.523000', '191133.525000', '191133.528000', '191153.419000', '191153.421000', '191153.424000', '191153.427000', '191153.429000', '191153.432000', '191153.435000', '191153.437000', '191153.440000', '191153.442000', '191153.445000', '191153.449000', '191153.452000', '191153.454000', '191153.457000', '191153.459000', '191153.462000', '191153.465000', '191153.467000', '191153.470000', '191153.473000', '191153.475000', '191153.478000', '191153.480000', '191153.483000', '191153.486000', '191153.488000', '191153.491000', '191153.493000', '191153.496000', '191153.499000', '191153.501000', '191153.504000', '191153.507000', '191153.509000', '191153.512000', '191153.515000', '191153.517000', '191153.520000', '191153.522000', '191153.525000', '191153.528000', '191153.531000', '191153.533000', '191213.419000', '191213.421000', '191213.424000', '191213.427000', '191213.429000', '191213.432000', '191213.434000', '191213.437000', '191213.440000', '191213.442000', '191213.445000', '191213.447000', '191213.450000', '191213.453000', '191213.455000', '191213.458000', '191213.460000', '191213.463000', '191213.466000', '191213.468000', '191213.471000', '191213.473000', '191213.476000', '191213.478000', '191213.481000', '191213.484000', '191213.486000', '191213.489000', '191213.491000', '191213.494000', '191213.497000', '191213.499000', '191213.502000', '191213.504000', '191213.507000', '191213.510000', '191213.512000', '191213.515000', '191213.517000', '191213.520000', '191213.522000', '191213.525000', '191213.528000', '191233.419000', '191233.426000', '191233.428000', '191233.431000', '191233.434000', '191233.436000', '191233.439000', '191233.441000', '191233.444000', '191233.447000', '191233.449000', '191233.452000', '191233.454000', '191233.457000', '191233.460000', '191233.462000', '191233.465000', '191233.467000', '191233.470000', '191233.473000', '191233.475000', '191233.478000', '191233.480000', '191233.483000', '191233.486000', '191233.488000', '191233.491000', '191233.493000', '191233.496000', '191233.499000', '191233.501000', '191233.504000', '191233.506000', '191233.509000', '191233.511000', '191233.514000', '191233.517000', '191233.519000', '191233.522000', '191233.524000', '191233.527000', '191233.530000', '191233.532000', '191253.419000', '191253.422000', '191253.424000', '191253.427000', '191253.429000', '191253.432000', '191253.435000', '191253.437000', '191253.440000', '191253.442000', '191253.445000', '191253.448000', '191253.450000', '191253.453000', '191253.455000', '191253.458000', '191253.460000', '191253.463000', '191253.466000', '191253.468000', '191253.471000', '191253.473000', '191253.476000', '191253.479000', '191253.481000', '191253.484000', '191253.486000', '191253.489000', '191253.492000', '191253.494000', '191253.497000', '191253.509000', '191253.512000', '191253.514000', '191253.517000', '191253.519000', '191253.522000', '191253.525000', '191253.527000', '191253.530000', '191253.532000', '191253.535000', '191253.538000', '191253.540000', '191313.419000', '191313.421000', '191313.424000', '191313.427000', '191313.429000', '191313.432000', '191313.435000', '191313.437000', '191313.440000', '191313.443000', '191313.445000', '191313.448000', '191313.450000', '191313.453000', '191313.456000', '191313.458000', '191313.461000', '191313.464000', '191313.466000', '191313.469000', '191313.471000', '191313.474000', '191313.477000', '191313.480000', '191313.483000', '191313.485000', '191313.488000', '191313.491000', '191313.493000', '191313.496000', '191313.498000', '191313.501000', '191313.504000', '191313.506000', '191313.509000', '191313.512000', '191313.514000', '191313.517000', '191313.519000', '191313.522000', '191313.525000', '191313.527000', '191313.530000', '191319.867000', '191319.870000', '191319.873000', '191319.875000', '191319.878000', '191319.881000', '191319.884000', '191319.887000', '191319.890000', '191319.893000', '191319.896000', '191319.898000', '191319.901000', '191319.905000', '191319.908000'], 'InstanceCreationTime': ['190313.450000', '190313.453000', '190313.456000', '190313.458000', '190313.461000', '190313.464000', '190313.466000', '190313.469000', '190313.471000', '190313.474000', '190313.476000', '190313.479000', '190313.482000', '190313.484000', '190313.487000', '190313.489000', '190313.492000', '190313.513000', '190313.516000', '190313.518000', '190313.521000', '190313.524000', '190313.526000', '190313.529000', '190313.532000', '190313.534000', '190313.537000', '190313.539000', '190313.542000', '190313.544000', '190313.547000', '190313.549000', '190313.552000', '190313.555000', '190313.557000', '190313.560000', '190313.562000', '190313.565000', '190313.567000', '190313.570000', '190313.572000', '190313.575000', '190313.578000', '190313.580000', '190313.583000', '190313.585000', '190313.588000', '190313.590000', '190313.593000', '190313.596000', '190313.598000', '190313.601000', '190313.604000', '190313.606000', '190313.609000', '190313.612000', '190313.614000', '190333.418000', '190333.421000', '190333.424000', '190333.426000', '190333.429000', '190333.432000', '190333.440000', '190333.442000', '190333.445000', '190333.447000', '190333.450000', '190333.453000', '190333.455000', '190333.458000', '190333.460000', '190333.463000', '190333.466000', '190333.468000', '190333.471000', '190333.474000', '190333.476000', '190333.479000', '190333.481000', '190333.484000', '190333.486000', '190333.489000', '190333.492000', '190333.494000', '190333.497000', '190333.499000', '190333.502000', '190333.504000', '190333.507000', '190333.510000', '190333.512000', '190333.515000', '190333.517000', '190333.520000', '190333.523000', '190333.525000', '190333.528000', '190333.530000', '190333.533000', '190333.536000', '190353.419000', '190353.421000', '190353.424000', '190353.427000', '190353.429000', '190353.432000', '190353.434000', '190353.437000', '190353.440000', '190353.442000', '190353.445000', '190353.447000', '190353.450000', '190353.452000', '190353.455000', '190353.457000', '190353.466000', '190353.468000', '190353.471000', '190353.474000', '190353.476000', '190353.479000', '190353.481000', '190353.484000', '190353.486000', '190353.489000', '190353.492000', '190353.494000', '190353.497000', '190353.499000', '190353.502000', '190353.505000', '190353.507000', '190353.510000', '190353.512000', '190353.515000', '190353.518000', '190353.520000', '190353.523000', '190353.525000', '190353.528000', '190353.530000', '190353.533000', '190413.419000', '190413.422000', '190413.426000', '190413.429000', '190413.432000', '190413.434000', '190413.437000', '190413.440000', '190413.443000', '190413.446000', '190413.449000', '190413.451000', '190413.454000', '190413.457000', '190413.459000', '190413.462000', '190413.464000', '190413.467000', '190413.469000', '190413.472000', '190413.475000', '190413.477000', '190413.480000', '190413.482000', '190413.485000', '190413.487000', '190413.490000', '190413.493000', '190413.495000', '190413.498000', '190413.500000', '190413.503000', '190413.506000', '190413.508000', '190413.511000', '190413.514000', '190413.516000', '190413.519000', '190413.521000', '190413.524000', '190413.527000', '190413.529000', '190413.532000', '190433.418000', '190433.421000', '190433.424000', '190433.426000', '190433.429000', '190433.431000', '190433.434000', '190433.437000', '190433.439000', '190433.442000', '190433.444000', '190433.447000', '190433.450000', '190433.452000', '190433.455000', '190433.457000', '190433.460000', '190433.462000', '190433.465000', '190433.467000', '190433.475000', '190433.478000', '190433.480000', '190433.483000', '190433.499000', '190433.502000', '190433.504000', '190433.507000', '190433.509000', '190433.512000', '190433.514000', '190433.517000', '190433.520000', '190433.522000', '190433.525000', '190433.527000', '190433.530000', '190433.533000', '190433.535000', '190433.538000', '190433.540000', '190433.543000', '190433.546000', '190433.548000', '190453.419000', '190453.421000', '190453.424000', '190453.427000', '190453.429000', '190453.432000', '190453.434000', '190453.437000', '190453.439000', '190453.442000', '190453.445000', '190453.447000', '190453.450000', '190453.453000', '190453.455000', '190453.458000', '190453.460000', '190453.463000', '190453.466000', '190453.468000', '190453.471000', '190453.473000', '190453.476000', '190453.478000', '190453.481000', '190453.484000', '190453.486000', '190453.489000', '190453.492000', '190453.494000', '190453.497000', '190453.499000', '190453.502000', '190453.505000', '190453.507000', '190453.510000', '190453.512000', '190453.515000', '190453.518000', '190453.520000', '190453.523000', '190453.525000', '190453.528000', '190513.419000', '190513.421000', '190513.424000', '190513.427000', '190513.429000', '190513.432000', '190513.434000', '190513.437000', '190513.440000', '190513.442000', '190513.445000', '190513.447000', '190513.450000', '190513.452000', '190513.455000', '190513.458000', '190513.460000', '190513.463000', '190513.465000', '190513.468000', '190513.470000', '190513.473000', '190513.476000', '190513.478000', '190513.481000', '190513.484000', '190513.486000', '190513.489000', '190513.491000', '190513.494000', '190513.497000', '190513.499000', '190513.502000', '190513.504000', '190513.507000', '190513.509000', '190513.512000', '190513.515000', '190513.517000', '190513.520000', '190513.522000', '190513.525000', '190513.528000', '190513.530000', '190533.419000', '190533.421000', '190533.424000', '190533.427000', '190533.429000', '190533.432000', '190533.434000', '190533.437000', '190533.440000', '190533.442000', '190533.445000', '190533.447000', '190533.451000', '190533.454000', '190533.457000', '190533.459000', '190533.476000', '190533.478000', '190533.482000', '190533.485000', '190533.487000', '190533.490000', '190533.493000', '190533.495000', '190533.498000', '190533.501000', '190533.503000', '190533.506000', '190533.508000', '190533.511000', '190533.513000', '190533.516000', '190533.519000', '190533.521000', '190533.524000', '190533.526000', '190533.529000', '190533.532000', '190533.534000', '190533.537000', '190533.540000', '190533.542000', '190533.545000', '190553.419000', '190553.421000', '190553.424000', '190553.427000', '190553.429000', '190553.432000', '190553.434000', '190553.437000', '190553.440000', '190553.442000', '190553.445000', '190553.447000', '190553.450000', '190553.453000', '190553.455000', '190553.458000', '190553.461000', '190553.463000', '190553.466000', '190553.468000', '190553.471000', '190553.474000', '190553.476000', '190553.479000', '190553.481000', '190553.484000', '190553.487000', '190553.489000', '190553.492000', '190553.494000', '190553.497000', '190553.500000', '190553.502000', '190553.505000', '190553.508000', '190553.510000', '190553.513000', '190553.515000', '190553.518000', '190553.521000', '190553.523000', '190553.526000', '190553.528000', '190553.531000', '190613.419000', '190613.422000', '190613.424000', '190613.427000', '190613.429000', '190613.440000', '190613.442000', '190613.445000', '190613.447000', '190613.450000', '190613.453000', '190613.455000', '190613.458000', '190613.460000', '190613.463000', '190613.465000', '190613.468000', '190613.471000', '190613.473000', '190613.476000', '190613.478000', '190613.481000', '190613.484000', '190613.486000', '190613.489000', '190613.492000', '190613.494000', '190613.497000', '190613.500000', '190613.503000', '190613.506000', '190613.508000', '190613.511000', '190613.513000', '190613.516000', '190613.519000', '190613.521000', '190613.524000', '190613.527000', '190613.529000', '190613.532000', '190613.534000', '190613.537000', '190633.418000', '190633.421000', '190633.424000', '190633.426000', '190633.429000', '190633.432000', '190633.434000', '190633.437000', '190633.440000', '190633.442000', '190633.445000', '190633.447000', '190633.450000', '190633.452000', '190633.455000', '190633.458000', '190633.460000', '190633.463000', '190633.465000', '190633.468000', '190633.471000', '190633.473000', '190633.476000', '190633.478000', '190633.481000', '190633.483000', '190633.486000', '190633.489000', '190633.491000', '190633.494000', '190633.496000', '190633.499000', '190633.502000', '190633.504000', '190633.507000', '190633.509000', '190633.512000', '190633.515000', '190633.517000', '190633.520000', '190633.522000', '190633.525000', '190633.528000', '190633.530000', '190653.419000', '190653.422000', '190653.424000', '190653.427000', '190653.429000', '190653.432000', '190653.435000', '190653.437000', '190653.440000', '190653.442000', '190653.445000', '190653.448000', '190653.450000', '190653.453000', '190653.455000', '190653.458000', '190653.460000', '190653.463000', '190653.466000', '190653.469000', '190653.472000', '190653.475000', '190653.478000', '190653.481000', '190653.483000', '190653.486000', '190653.488000', '190653.491000', '190653.493000', '190653.496000', '190653.499000', '190653.501000', '190653.504000', '190653.507000', '190653.509000', '190653.512000', '190653.514000', '190653.517000', '190653.520000', '190653.523000', '190653.526000', '190653.529000', '190653.531000', '190713.418000', '190713.421000', '190713.424000', '190713.427000', '190713.429000', '190713.432000', '190713.434000', '190713.437000', '190713.440000', '190713.442000', '190713.445000', '190713.447000', '190713.450000', '190713.452000', '190713.455000', '190713.458000', '190713.460000', '190713.463000', '190713.465000', '190713.468000', '190713.471000', '190713.473000', '190713.476000', '190713.478000', '190713.481000', '190713.483000', '190713.486000', '190713.489000', '190713.491000', '190713.494000', '190713.496000', '190713.499000', '190713.502000', '190713.504000', '190713.507000', '190713.509000', '190713.512000', '190713.515000', '190713.517000', '190713.520000', '190713.523000', '190713.525000', '190713.528000', '190713.531000', '190733.419000', '190733.422000', '190733.424000', '190733.427000', '190733.429000', '190733.432000', '190733.434000', '190733.437000', '190733.440000', '190733.442000', '190733.445000', '190733.447000', '190733.450000', '190733.452000', '190733.455000', '190733.458000', '190733.460000', '190733.463000', '190733.466000', '190733.468000', '190733.471000', '190733.473000', '190733.476000', '190733.479000', '190733.482000', '190733.485000', '190733.488000', '190733.491000', '190733.493000', '190733.496000', '190733.512000', '190733.515000', '190733.517000', '190733.520000', '190733.522000', '190733.525000', '190733.528000', '190733.530000', '190733.533000', '190733.535000', '190733.538000', '190733.541000', '190733.543000', '190753.419000', '190753.421000', '190753.424000', '190753.427000', '190753.429000', '190753.432000', '190753.435000', '190753.437000', '190753.440000', '190753.443000', '190753.445000', '190753.448000', '190753.450000', '190753.453000', '190753.456000', '190753.458000', '190753.461000', '190753.464000', '190753.466000', '190753.469000', '190753.471000', '190753.474000', '190753.477000', '190753.479000', '190753.482000', '190753.485000', '190753.487000', '190753.490000', '190753.492000', '190753.495000', '190753.498000', '190753.500000', '190753.503000', '190753.505000', '190753.508000', '190753.511000', '190753.513000', '190753.516000', '190753.518000', '190753.521000', '190753.524000', '190753.526000', '190753.529000', '190753.531000', '190813.419000', '190813.422000', '190813.424000', '190813.427000', '190813.430000', '190813.432000', '190813.435000', '190813.437000', '190813.440000', '190813.442000', '190813.445000', '190813.448000', '190813.450000', '190813.453000', '190813.455000', '190813.458000', '190813.461000', '190813.463000', '190813.466000', '190813.469000', '190813.471000', '190813.474000', '190813.476000', '190813.479000', '190813.481000', '190813.484000', '190813.487000', '190813.489000', '190813.492000', '190813.495000', '190813.497000', '190813.500000', '190813.502000', '190813.505000', '190813.507000', '190813.510000', '190813.513000', '190813.515000', '190813.518000', '190813.520000', '190813.523000', '190813.526000', '190813.528000', '190833.419000', '190833.421000', '190833.424000', '190833.427000', '190833.429000', '190833.432000', '190833.434000', '190833.437000', '190833.439000', '190833.442000', '190833.444000', '190833.447000', '190833.450000', '190833.452000', '190833.455000', '190833.458000', '190833.460000', '190833.463000', '190833.465000', '190833.468000', '190833.471000', '190833.473000', '190833.476000', '190833.479000', '190833.481000', '190833.484000', '190833.486000', '190833.489000', '190833.491000', '190833.494000', '190833.497000', '190833.499000', '190833.502000', '190833.504000', '190833.507000', '190833.510000', '190833.512000', '190833.515000', '190833.517000', '190833.520000', '190833.523000', '190833.525000', '190833.528000', '190833.530000', '190853.418000', '190853.421000', '190853.424000', '190853.427000', '190853.429000', '190853.432000', '190853.434000', '190853.437000', '190853.440000', '190853.442000', '190853.445000', '190853.447000', '190853.450000', '190853.453000', '190853.455000', '190853.458000', '190853.460000', '190853.463000', '190853.465000', '190853.468000', '190853.471000', '190853.473000', '190853.476000', '190853.478000', '190853.481000', '190853.484000', '190853.486000', '190853.489000', '190853.492000', '190853.494000', '190853.497000', '190853.499000', '190853.502000', '190853.505000', '190853.507000', '190853.510000', '190853.512000', '190853.515000', '190853.518000', '190853.520000', '190853.523000', '190853.525000', '190853.528000', '190913.419000', '190913.422000', '190913.424000', '190913.427000', '190913.429000', '190913.432000', '190913.435000', '190913.437000', '190913.440000', '190913.442000', '190913.445000', '190913.447000', '190913.450000', '190913.453000', '190913.455000', '190913.458000', '190913.460000', '190913.463000', '190913.466000', '190913.468000', '190913.471000', '190913.473000', '190913.476000', '190913.479000', '190913.481000', '190913.484000', '190913.486000', '190913.489000', '190913.492000', '190913.494000', '190913.497000', '190913.499000', '190913.502000', '190913.504000', '190913.507000', '190913.510000', '190913.512000', '190913.515000', '190913.517000', '190913.520000', '190913.523000', '190913.525000', '190913.528000', '190913.530000', '190933.419000', '190933.421000', '190933.424000', '190933.426000', '190933.429000', '190933.432000', '190933.434000', '190933.437000', '190933.439000', '190933.442000', '190933.445000', '190933.447000', '190933.450000', '190933.452000', '190933.455000', '190933.458000', '190933.460000', '190933.463000', '190933.465000', '190933.468000', '190933.471000', '190933.473000', '190933.476000', '190933.478000', '190933.481000', '190933.484000', '190933.486000', '190933.489000', '190933.491000', '190933.494000', '190933.497000', '190933.499000', '190933.502000', '190933.505000', '190933.507000', '190933.510000', '190933.512000', '190933.515000', '190933.518000', '190933.520000', '190933.523000', '190933.525000', '190933.528000', '190953.418000', '190953.421000', '190953.424000', '190953.427000', '190953.429000', '190953.432000', '190953.435000', '190953.437000', '190953.440000', '190953.443000', '190953.445000', '190953.448000', '190953.451000', '190953.453000', '190953.456000', '190953.458000', '190953.461000', '190953.464000', '190953.466000', '190953.469000', '190953.471000', '190953.474000', '190953.477000', '190953.479000', '190953.482000', '190953.484000', '190953.487000', '190953.490000', '190953.492000', '190953.495000', '190953.498000', '190953.500000', '190953.503000', '190953.506000', '190953.508000', '190953.511000', '190953.513000', '190953.516000', '190953.519000', '190953.521000', '190953.524000', '190953.527000', '190953.529000', '190953.532000', '191013.419000', '191013.421000', '191013.424000', '191013.427000', '191013.429000', '191013.432000', '191013.435000', '191013.437000', '191013.440000', '191013.442000', '191013.445000', '191013.448000', '191013.450000', '191013.453000', '191013.455000', '191013.458000', '191013.461000', '191013.463000', '191013.466000', '191013.468000', '191013.471000', '191013.474000', '191013.476000', '191013.479000', '191013.481000', '191013.484000', '191013.487000', '191013.489000', '191013.492000', '191013.495000', '191013.497000', '191013.500000', '191013.502000', '191013.505000', '191013.508000', '191013.510000', '191013.513000', '191013.515000', '191013.518000', '191013.520000', '191013.523000', '191013.526000', '191013.528000', '191033.419000', '191033.421000', '191033.424000', '191033.427000', '191033.429000', '191033.432000', '191033.435000', '191033.437000', '191033.440000', '191033.442000', '191033.445000', '191033.447000', '191033.450000', '191033.453000', '191033.455000', '191033.458000', '191033.461000', '191033.463000', '191033.466000', '191033.468000', '191033.471000', '191033.474000', '191033.476000', '191033.479000', '191033.481000', '191033.484000', '191033.487000', '191033.489000', '191033.492000', '191033.494000', '191033.497000', '191033.500000', '191033.502000', '191033.505000', '191033.507000', '191033.510000', '191033.513000', '191033.515000', '191033.518000', '191033.520000', '191033.523000', '191033.526000', '191033.528000', '191033.531000', '191053.419000', '191053.421000', '191053.424000', '191053.427000', '191053.429000', '191053.432000', '191053.434000', '191053.437000', '191053.440000', '191053.442000', '191053.445000', '191053.447000', '191053.450000', '191053.453000', '191053.455000', '191053.458000', '191053.460000', '191053.463000', '191053.466000', '191053.468000', '191053.471000', '191053.473000', '191053.476000', '191053.479000', '191053.481000', '191053.484000', '191053.486000', '191053.489000', '191053.492000', '191053.494000', '191053.497000', '191053.499000', '191053.502000', '191053.505000', '191053.507000', '191053.510000', '191053.512000', '191053.515000', '191053.518000', '191053.520000', '191053.523000', '191053.525000', '191053.528000', '191113.419000', '191113.422000', '191113.424000', '191113.427000', '191113.430000', '191113.432000', '191113.435000', '191113.437000', '191113.440000', '191113.443000', '191113.445000', '191113.448000', '191113.450000', '191113.453000', '191113.456000', '191113.458000', '191113.461000', '191113.463000', '191113.466000', '191113.469000', '191113.471000', '191113.474000', '191113.476000', '191113.479000', '191113.482000', '191113.484000', '191113.487000', '191113.490000', '191113.492000', '191113.495000', '191113.497000', '191113.500000', '191113.503000', '191113.505000', '191113.508000', '191113.510000', '191113.513000', '191113.516000', '191113.518000', '191113.521000', '191113.523000', '191113.526000', '191113.529000', '191113.531000', '191133.419000', '191133.422000', '191133.424000', '191133.427000', '191133.429000', '191133.432000', '191133.434000', '191133.437000', '191133.440000', '191133.442000', '191133.445000', '191133.447000', '191133.450000', '191133.452000', '191133.455000', '191133.458000', '191133.460000', '191133.463000', '191133.465000', '191133.468000', '191133.471000', '191133.473000', '191133.476000', '191133.478000', '191133.481000', '191133.484000', '191133.486000', '191133.489000', '191133.491000', '191133.494000', '191133.497000', '191133.499000', '191133.502000', '191133.504000', '191133.507000', '191133.510000', '191133.512000', '191133.515000', '191133.517000', '191133.520000', '191133.523000', '191133.525000', '191133.528000', '191153.419000', '191153.421000', '191153.424000', '191153.427000', '191153.429000', '191153.432000', '191153.435000', '191153.437000', '191153.440000', '191153.442000', '191153.445000', '191153.449000', '191153.452000', '191153.454000', '191153.457000', '191153.459000', '191153.462000', '191153.465000', '191153.467000', '191153.470000', '191153.473000', '191153.475000', '191153.478000', '191153.480000', '191153.483000', '191153.486000', '191153.488000', '191153.491000', '191153.493000', '191153.496000', '191153.499000', '191153.501000', '191153.504000', '191153.507000', '191153.509000', '191153.512000', '191153.515000', '191153.517000', '191153.520000', '191153.522000', '191153.525000', '191153.528000', '191153.531000', '191153.533000', '191213.419000', '191213.421000', '191213.424000', '191213.427000', '191213.429000', '191213.432000', '191213.434000', '191213.437000', '191213.440000', '191213.442000', '191213.445000', '191213.447000', '191213.450000', '191213.453000', '191213.455000', '191213.458000', '191213.460000', '191213.463000', '191213.466000', '191213.468000', '191213.471000', '191213.473000', '191213.476000', '191213.478000', '191213.481000', '191213.484000', '191213.486000', '191213.489000', '191213.491000', '191213.494000', '191213.497000', '191213.499000', '191213.502000', '191213.504000', '191213.507000', '191213.510000', '191213.512000', '191213.515000', '191213.517000', '191213.520000', '191213.522000', '191213.525000', '191213.528000', '191233.419000', '191233.426000', '191233.428000', '191233.431000', '191233.434000', '191233.436000', '191233.439000', '191233.441000', '191233.444000', '191233.447000', '191233.449000', '191233.452000', '191233.454000', '191233.457000', '191233.460000', '191233.462000', '191233.465000', '191233.467000', '191233.470000', '191233.473000', '191233.475000', '191233.478000', '191233.480000', '191233.483000', '191233.486000', '191233.488000', '191233.491000', '191233.493000', '191233.496000', '191233.499000', '191233.501000', '191233.504000', '191233.506000', '191233.509000', '191233.511000', '191233.514000', '191233.517000', '191233.519000', '191233.522000', '191233.524000', '191233.527000', '191233.530000', '191233.532000', '191253.419000', '191253.422000', '191253.424000', '191253.427000', '191253.429000', '191253.432000', '191253.435000', '191253.437000', '191253.440000', '191253.442000', '191253.445000', '191253.448000', '191253.450000', '191253.453000', '191253.455000', '191253.458000', '191253.460000', '191253.463000', '191253.466000', '191253.468000', '191253.471000', '191253.473000', '191253.476000', '191253.479000', '191253.481000', '191253.484000', '191253.486000', '191253.489000', '191253.492000', '191253.494000', '191253.497000', '191253.509000', '191253.512000', '191253.514000', '191253.517000', '191253.519000', '191253.522000', '191253.525000', '191253.527000', '191253.530000', '191253.532000', '191253.535000', '191253.538000', '191253.540000', '191313.419000', '191313.421000', '191313.424000', '191313.427000', '191313.429000', '191313.432000', '191313.435000', '191313.437000', '191313.440000', '191313.443000', '191313.445000', '191313.448000', '191313.450000', '191313.453000', '191313.456000', '191313.458000', '191313.461000', '191313.464000', '191313.466000', '191313.469000', '191313.471000', '191313.474000', '191313.477000', '191313.480000', '191313.483000', '191313.485000', '191313.488000', '191313.491000', '191313.493000', '191313.496000', '191313.498000', '191313.501000', '191313.504000', '191313.506000', '191313.509000', '191313.512000', '191313.514000', '191313.517000', '191313.519000', '191313.522000', '191313.525000', '191313.527000', '191313.530000', '191319.867000', '191319.870000', '191319.873000', '191319.875000', '191319.878000', '191319.881000', '191319.884000', '191319.887000', '191319.890000', '191319.893000', '191319.896000', '191319.898000', '191319.901000', '191319.905000', '191319.908000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [15048, 9312, 13781, 8723, 13417, 9045, 14074, 8741, 13594, 7524, 10764, 13166, 9898, 13846, 9028, 12915, 8102, 12562, 6673, 10513, 10817, 8374, 13753, 8323, 12239, 7364, 11616, 6490, 10647, 6122, 8658, 13836, 7842, 12571, 7794, 11876, 7273, 11470, 6516, 10390, 7027, 8680, 13804, 7759, 12689, 7133, 10095, 6195, 9639, 6591, 9499, 13572, 8770, 13973, 8419, 13081, 6948, 10054, 9329, 8484, 10419, 8182, 11272, 8156, 13817, 8082, 12850, 6567, 10309, 6358, 9307, 6514, 9034, 6535, 9757, 6358, 10030, 7498, 9615, 11359, 8962, 14189, 8739, 12676, 8392, 12644, 8341, 13691, 8499, 12814, 7752, 12364, 6665, 11645, 7027, 11826, 6872, 11863, 6731, 10944, 6649, 9996, 6289, 9067, 6450, 9639, 6591, 10653, 6774, 11716, 6575, 11772, 7304, 10098, 8100, 9252, 6440, 9412, 6361, 9886, 7815, 9319, 8746, 8694, 8115, 9069, 6407, 9531, 6705, 9315, 9182, 8643, 12802, 8184, 12930, 7917, 11624, 7560, 12683, 7462, 12152, 6915, 9855, 6380, 8104, 6698, 9918, 6888, 11536, 7009, 11255, 6983, 11834, 6926, 11728, 6832, 10465, 7423, 8011, 13271, 7836, 12142, 7512, 11891, 7127, 11688, 6853, 10309, 6031, 8660, 10860, 7985, 10725, 7717, 11989, 7782, 12402, 7467, 11829, 6743, 9967, 6165, 9242, 7301, 9461, 6345, 9777, 8181, 9375, 11876, 8988, 13767, 8509, 13451, 8463, 12456, 7833, 12505, 7444, 12455, 7580, 12242, 6716, 10975, 6418, 9237, 6345, 8979, 6378, 9107, 10351, 8515, 14062, 7991, 12360, 6855, 9634, 6461, 9010, 6146, 8261, 7127, 7937, 12899, 6976, 11655, 6758, 9751, 8248, 8206, 11505, 7359, 12939, 7450, 11737, 6579, 9806, 10910, 7804, 13329, 7429, 11446, 6679, 8968, 6035, 8173, 11932, 7623, 12618, 7379, 11242, 6279, 8757, 11521, 7574, 12111, 7636, 11451, 7047, 9816, 5817, 8404, 12748, 7253, 11785, 6986, 9763, 6030, 7899, 11753, 6996, 11145, 6761, 9856, 6753, 8921, 6729, 7944, 12557, 6993, 11112, 7066, 9705, 6425, 8740, 7162, 8009, 12932, 7219, 11791, 6827, 9364, 9759, 7270, 11945, 7531, 10873, 7012, 10758, 6781, 9813, 11833, 8025, 13017, 7039, 10421, 7048, 8140, 13094, 7563, 11664, 7026, 9917, 6898, 8616, 6495, 8329, 6182, 8608, 12181, 7678, 11858, 7129, 10238, 5909, 8141, 12126, 7696, 11670, 7473, 11508, 7060, 11412, 6922, 10553, 6162, 8664, 12483, 7975, 12373, 6934, 11169, 6792, 9769, 6849, 9622, 7025, 10289, 6574, 10370, 6414, 8413, 8763, 7338, 6814, 7296, 6065, 9117, 6219, 9249, 9273, 7911, 10524, 8616, 8565, 8276, 12231, 8423, 12250, 8439, 10726, 6842, 9934, 6460, 10915, 6588, 10734, 7851, 9382, 13251, 9424, 12275, 9873, 11648, 8652, 8850, 8246, 9583, 8475, 13143, 9037, 11766, 9018, 10859, 7844, 11127, 6796, 10793, 6465, 9641, 12021, 9110, 12053, 8487, 11221, 7645, 11206, 7271, 10517, 6429, 9606, 6370, 9326, 5977, 9395, 7338, 8551, 12472, 7954, 11498, 8192, 11402, 7650, 11693, 7886, 10998, 6787, 9898, 6368, 9022, 8532, 8046, 11588, 8177, 10956, 7219, 11298, 7559, 10827, 7181, 10010, 6310, 9715, 6567, 9563, 6798, 9138, 5896, 9114, 6349, 9773, 6429, 10573, 6273, 9746, 6787, 9832, 6655, 10569, 6775, 9863, 6207, 9202, 11141, 7719, 11995, 8138, 10114, 7829, 9804, 7056, 9861, 6429, 9985, 6898, 9523, 6396, 8817, 10535, 7716, 11674, 8091, 10429, 7261, 10743, 7264, 10668, 6937, 10195, 6458, 9506, 6935, 9514, 6306, 9445, 10360, 7878, 11642, 9052, 10301, 6354, 10245, 6494, 9615, 9264, 7829, 12103, 8597, 10619, 7336, 10399, 6412, 10042, 6345, 9581, 7317, 8075, 11974, 8479, 9924, 7605, 6328, 9160, 6821, 10465, 6305, 9985, 8440, 8352, 10770, 7985, 10229, 7462, 11114, 7268, 10704, 6499, 9381, 6299, 8428, 9543, 7475, 10588, 7110, 10421, 7016, 10455, 6854, 9210, 7766, 7208, 9287, 7304, 6527, 7549, 7716, 7622, 10856, 7715, 10579, 7947, 10517, 8217, 10540, 7616, 10439, 6170, 10391, 6478, 9822, 7231, 9597, 6158, 9691, 6000, 10262, 8396, 9355, 13129, 9148, 12260, 9462, 11117, 7726, 10386, 7763, 11067, 7938, 10585, 7769, 10807, 6595, 9493, 7385, 8129, 5864, 8848, 6948, 9047, 10997, 8001, 11767, 8106, 10777, 7873, 9971, 6806, 9944, 6224, 9974, 6111, 9292, 8007, 8126, 8039, 7793, 11591, 7777, 11337, 7891, 10562, 6888, 10011, 6461, 9723, 6258, 9339, 7796, 7960, 11817, 7710, 11496, 8131, 10461, 6551, 9972, 6669, 9562, 5996, 8703, 12177, 7473, 10974, 7232, 9739, 6086, 9930, 6590, 9637, 6204, 9075, 6914, 7882, 10584, 7591, 10843, 7724, 10597, 6979, 10140, 7127, 10000, 7105, 10036, 6276, 9800, 6202, 8827, 6834, 8363, 6113, 8819, 6375, 8774, 10143, 7945, 11367, 7644, 10556, 7416, 9903, 6460, 9948, 6426, 9922, 6088, 9101, 9864, 7472, 11156, 7782, 10806, 7321, 10124, 7268, 9718, 6990, 9810, 6654, 9865, 6715, 10085, 6311, 10419, 6751, 9493, 7590, 8050, 12464, 8070, 11144, 8932, 10467, 7801, 10477, 7582, 10601, 6553, 10008, 6339, 8885, 10920, 7498, 10709, 7941, 10109, 7661, 10560, 7426, 10246, 7026, 10147, 6717, 9351, 6450, 8615, 6103, 9122, 6438, 8577, 10209, 7623, 11077, 7563, 10613, 7937, 9825, 7005, 10033, 7148, 10396, 6365, 9948, 6271, 8855, 7640, 7817, 7756, 7597, 11742, 7434, 10774, 6297, 9651, 6251, 8303, 6547, 8052, 11464, 7479, 10626, 6908, 9943, 5994, 9305, 6139, 8747, 6292, 9189, 6260, 9361, 8612, 8149, 11897, 8020, 11393, 8548, 10120, 6929, 9884, 6364, 9973, 6468, 9467, 6687, 9012, 6431, 9246, 6225, 9255, 11529, 8293, 11898, 8130, 9940, 6336, 8746, 8145, 7335, 8907, 7367, 11248, 7230, 10097, 6935, 9977, 6358, 9235, 6300, 9939, 7177, 10408, 6851, 6371, 7578, 8302, 8024, 7042, 8597, 6625, 8994, 6430, 9078, 8107, 8108, 11537, 7394, 11131, 7904, 10164, 7063, 8812, 6353, 8725, 6273, 8793, 6615, 7817, 7349, 6800, 9736, 6957, 7651, 6473, 7406, 6520, 11144, 6824, 9919, 6923, 9797, 6946, 9011, 6385, 9127, 6082, 8852, 6360, 8260, 6346, 7568, 11425, 7162, 10858, 7676, 9648, 6533, 9128, 6537, 8902, 5997, 8788, 6550, 8401, 6610, 8127, 6458, 8386, 6333, 8308, 7368, 7437, 9482, 7284, 7821, 7476, 6209, 8045, 6273, 8441, 6030, 8557, 6256, 8338, 7712, 7692, 6759, 7981, 8139, 7814, 12213, 7422, 11020, 8197, 10042, 6878, 10008, 7147, 10027, 6996, 9854, 6971, 9606, 6540, 9491, 6081, 8956, 6406, 8640, 6729, 8529, 6496, 8778, 6319, 8790, 6190, 9308, 6636, 8920, 6767, 8291, 6875, 8331, 6721, 8674, 6091, 8295, 9922, 7365, 11412, 7723, 9781, 6488, 9420, 6428, 9592, 6337, 8767, 6238, 8417, 6479, 8230, 6577, 8629, 6529, 8182, 6171, 7213, 7140, 7180, 8801, 6641, 6098, 6896, 6456, 8257, 6411, 9208, 6507, 9976, 6335, 9466, 6645, 8883, 6700, 9142, 6683, 8632, 6781, 8389, 6438, 9145, 6636, 9074, 6650, 9171, 6689, 9185, 6615, 9019, 6562, 9844, 6851, 10220, 7087, 10461, 6639, 9934, 6526, 9981, 7465, 9853, 6923, 10486, 6986, 11017, 6987, 11120, 6974, 10085, 7292, 7875, 6838, 7240, 7227, 8607, 7091, 8999, 6882, 7528, 6947, 6517, 7914, 6771, 8073, 7164, 7983, 6326, 8123, 6193, 8369, 6311, 8409, 7057, 8772, 6901, 8626, 6428, 8988, 6609, 9874, 6660, 9699, 6738, 10200, 6887, 10221, 7027, 9891, 7468, 9924, 6688, 9731, 6892, 10317, 6393, 9737, 6728, 8619, 6685, 9036, 6512, 8439, 6746, 7741, 6449, 7282, 11224, 6752, 9339, 6818, 9145, 6823, 9273, 6891, 9055, 6386, 8437, 6162, 8322, 6461, 7896, 6346, 8179, 6155, 8767, 6460, 10524, 6905, 11387, 6970, 9994, 6357, 8781, 6466, 9840, 6342, 9497, 6605, 8682, 6389, 8107, 7282, 7685, 6096, 8213, 7397, 7763, 12188, 7290, 10619, 7325, 9440, 6082, 9040, 6506, 8742, 6302, 8582, 6360, 8781, 6433, 8013, 6375, 7657, 6203, 7857, 6147, 8140, 6089, 7889, 10325, 7261, 11043, 7322, 9798, 6894, 8933, 5962, 8889, 6225, 8497, 6370, 7710, 9524, 6650, 10279, 7438, 7078, 7369, 6048, 8950, 7259, 9229, 7313, 8086, 7188, 7778, 5992, 8703, 6232, 9771, 6294, 10689, 6773, 10801, 6581, 10586, 7891, 11200, 7648, 10550, 7667, 11297, 7753, 7776, 7874, 10094, 8133, 11112, 8010, 9183, 8027, 6411, 8638, 8638, 8237, 12570, 8055, 11687, 7786, 9843, 6720, 8804, 6004, 8750, 5944, 8995, 6502, 8429, 5816, 7749, 6406, 7707, 6036, 9130, 6551, 9448, 6847, 10402, 7103, 10369, 7318, 9225, 7751, 6239, 8355, 6222, 8660, 11209, 7823, 11728, 7743, 10003, 6282, 7887, 6307, 7513, 6091, 7720, 6305, 8081, 9177, 6705, 11245, 6886, 9515, 6222, 8372, 6376, 7761, 6378, 7530, 5964, 7642, 9806, 6667, 10745, 6973, 9688, 6275, 8444, 6074, 7208, 11844, 7019, 9652, 6503, 9700, 6343, 9170, 6142, 8793, 6404, 8029, 6194, 7134, 11425, 7077, 10366, 7205, 9140, 6639, 8933, 6439, 8992, 6013, 8961, 6404, 7897, 6660, 7318, 11756, 6859, 9772, 7153, 8646, 6486, 8928, 6793, 8698, 6747, 8951, 6485, 6235, 6537, 5798, 8316, 6388, 10112, 6842, 10017, 6172, 8193, 8153, 7115, 11557, 6704, 10418, 6976, 8775, 6817, 8584, 6332, 8985, 6008, 8930, 6155, 7694, 6378, 6854, 6323, 6730, 5979, 7054, 6791, 6627, 11548, 6459, 10460, 6281, 9194, 6171, 8229, 6730, 8441, 6660, 8274, 6491, 7831, 7517, 7499, 10480, 7370, 6767, 7081, 5948, 7349, 8058, 6806, 11985, 6882, 10542, 7054, 9034, 6815, 9552, 6406, 10049, 6555, 10080, 6412, 9811, 6965, 8729, 6350], 'WindowCenter': [3921.0, 3870.0, 3895.0, 3840.0, 3873.0, 3842.0, 3880.0, 3828.0, 3862.0, 3804.0, 3846.0, 3855.0, 3834.0, 3854.0, 3825.0, 3853.0, 3802.0, 3836.0, 3778.0, 3834.0, 3830.0, 3799.0, 3852.0, 3808.0, 3841.0, 3790.0, 3843.0, 3779.0, 3832.0, 3762.0, 3812.0, 3853.0, 3812.0, 3854.0, 3802.0, 3841.0, 3800.0, 3842.0, 3782.0, 3824.0, 3790.0, 3812.0, 3852.0, 3801.0, 3853.0, 3789.0, 3832.0, 3769.0, 3822.0, 3780.0, 3822.0, 3851.0, 3810.0, 3851.0, 3800.0, 3854.0, 3790.0, 3832.0, 3821.0, 3810.0, 3830.0, 3808.0, 3829.0, 3799.0, 3852.0, 3798.0, 3841.0, 3778.0, 3830.0, 3779.0, 3819.0, 3779.0, 3811.0, 3777.0, 3820.0, 3768.0, 3820.0, 3790.0, 3822.0, 3841.0, 3822.0, 3866.0, 3813.0, 3852.0, 3809.0, 3840.0, 3799.0, 3851.0, 3809.0, 3840.0, 3787.0, 3838.0, 3778.0, 3842.0, 3791.0, 3839.0, 3776.0, 3839.0, 3776.0, 3827.0, 3776.0, 3820.0, 3778.0, 3813.0, 3777.0, 3821.0, 3780.0, 3830.0, 3779.0, 3842.0, 3777.0, 3840.0, 3790.0, 3832.0, 3802.0, 3808.0, 3767.0, 3820.0, 3765.0, 3821.0, 3787.0, 3807.0, 3808.0, 3810.0, 3797.0, 3808.0, 3766.0, 3820.0, 3778.0, 3809.0, 3808.0, 3797.0, 3831.0, 3798.0, 3839.0, 3798.0, 3840.0, 3797.0, 3842.0, 3787.0, 3840.0, 3776.0, 3807.0, 3764.0, 3796.0, 3776.0, 3820.0, 3789.0, 3845.0, 3792.0, 3823.0, 3788.0, 3840.0, 3788.0, 3841.0, 3777.0, 3831.0, 3787.0, 3798.0, 3852.0, 3787.0, 3840.0, 3789.0, 3829.0, 3778.0, 3830.0, 3777.0, 3820.0, 3770.0, 3810.0, 3840.0, 3799.0, 3831.0, 3799.0, 3837.0, 3800.0, 3841.0, 3789.0, 3841.0, 3777.0, 3812.0, 3769.0, 3821.0, 3789.0, 3820.0, 3767.0, 3820.0, 3799.0, 3808.0, 3830.0, 3809.0, 3852.0, 3799.0, 3840.0, 3801.0, 3838.0, 3788.0, 3838.0, 3787.0, 3838.0, 3785.0, 3827.0, 3764.0, 3829.0, 3766.0, 3808.0, 3767.0, 3800.0, 3768.0, 3808.0, 3809.0, 3796.0, 3849.0, 3788.0, 3837.0, 3778.0, 3818.0, 3766.0, 3807.0, 3755.0, 3798.0, 3778.0, 3799.0, 3839.0, 3789.0, 3833.0, 3781.0, 3828.0, 3814.0, 3811.0, 3843.0, 3789.0, 3842.0, 3791.0, 3840.0, 3769.0, 3820.0, 3829.0, 3788.0, 3853.0, 3802.0, 3842.0, 3777.0, 3808.0, 3756.0, 3795.0, 3827.0, 3786.0, 3841.0, 3789.0, 3829.0, 3766.0, 3809.0, 3832.0, 3799.0, 3835.0, 3789.0, 3827.0, 3775.0, 3810.0, 3758.0, 3797.0, 3839.0, 3788.0, 3841.0, 3779.0, 3819.0, 3767.0, 3799.0, 3841.0, 3783.0, 3844.0, 3790.0, 3814.0, 3779.0, 3822.0, 3779.0, 3800.0, 3852.0, 3791.0, 3844.0, 3804.0, 3837.0, 3774.0, 3823.0, 3793.0, 3811.0, 3846.0, 3794.0, 3844.0, 3779.0, 3824.0, 3824.0, 3805.0, 3858.0, 3815.0, 3843.0, 3790.0, 3832.0, 3780.0, 3833.0, 3844.0, 3800.0, 3853.0, 3789.0, 3833.0, 3779.0, 3799.0, 3842.0, 3799.0, 3822.0, 3777.0, 3834.0, 3792.0, 3811.0, 3769.0, 3799.0, 3769.0, 3810.0, 3833.0, 3792.0, 3843.0, 3790.0, 3831.0, 3758.0, 3827.0, 3854.0, 3801.0, 3841.0, 3801.0, 3841.0, 3790.0, 3840.0, 3790.0, 3833.0, 3770.0, 3811.0, 3835.0, 3801.0, 3842.0, 3789.0, 3843.0, 3792.0, 3832.0, 3771.0, 3821.0, 3790.0, 3833.0, 3792.0, 3828.0, 3784.0, 3816.0, 3824.0, 3809.0, 3797.0, 3818.0, 3797.0, 3851.0, 3798.0, 3851.0, 3839.0, 3831.0, 3847.0, 3838.0, 3829.0, 3829.0, 3869.0, 3825.0, 3858.0, 3829.0, 3860.0, 3795.0, 3834.0, 3783.0, 3837.0, 3785.0, 3847.0, 3815.0, 3825.0, 3867.0, 3836.0, 3836.0, 3837.0, 3844.0, 3812.0, 3821.0, 3815.0, 3834.0, 3805.0, 3857.0, 3825.0, 3835.0, 3810.0, 3831.0, 3802.0, 3824.0, 3778.0, 3831.0, 3767.0, 3823.0, 3843.0, 3812.0, 3830.0, 3811.0, 3833.0, 3789.0, 3829.0, 3779.0, 3818.0, 3766.0, 3820.0, 3767.0, 3823.0, 3769.0, 3821.0, 3778.0, 3799.0, 3841.0, 3801.0, 3830.0, 3802.0, 3822.0, 3803.0, 3843.0, 3800.0, 3830.0, 3767.0, 3820.0, 3767.0, 3808.0, 3797.0, 3801.0, 3828.0, 3800.0, 3810.0, 3788.0, 3830.0, 3790.0, 3818.0, 3777.0, 3808.0, 3769.0, 3820.0, 3778.0, 3809.0, 3778.0, 3810.0, 3745.0, 3809.0, 3770.0, 3821.0, 3780.0, 3835.0, 3773.0, 3824.0, 3782.0, 3822.0, 3781.0, 3834.0, 3771.0, 3822.0, 3769.0, 3812.0, 3833.0, 3792.0, 3844.0, 3802.0, 3834.0, 3793.0, 3819.0, 3782.0, 3820.0, 3769.0, 3822.0, 3773.0, 3823.0, 3770.0, 3815.0, 3834.0, 3804.0, 3835.0, 3803.0, 3824.0, 3792.0, 3831.0, 3792.0, 3833.0, 3793.0, 3835.0, 3786.0, 3835.0, 3794.0, 3837.0, 3783.0, 3835.0, 3836.0, 3815.0, 3856.0, 3825.0, 3833.0, 3782.0, 3836.0, 3782.0, 3825.0, 3823.0, 3802.0, 3844.0, 3828.0, 3834.0, 3794.0, 3835.0, 3771.0, 3823.0, 3769.0, 3824.0, 3790.0, 3798.0, 3843.0, 3815.0, 3835.0, 3813.0, 3795.0, 3825.0, 3793.0, 3836.0, 3780.0, 3816.0, 3793.0, 3813.0, 3833.0, 3801.0, 3832.0, 3790.0, 3834.0, 3793.0, 3819.0, 3768.0, 3811.0, 3770.0, 3813.0, 3824.0, 3803.0, 3834.0, 3791.0, 3830.0, 3791.0, 3832.0, 3781.0, 3824.0, 3793.0, 3804.0, 3822.0, 3792.0, 3781.0, 3804.0, 3794.0, 3805.0, 3845.0, 3805.0, 3827.0, 3818.0, 3848.0, 3815.0, 3834.0, 3805.0, 3832.0, 3771.0, 3831.0, 3781.0, 3828.0, 3803.0, 3827.0, 3763.0, 3823.0, 3773.0, 3825.0, 3800.0, 3822.0, 3855.0, 3825.0, 3844.0, 3822.0, 3833.0, 3802.0, 3811.0, 3789.0, 3831.0, 3800.0, 3822.0, 3791.0, 3824.0, 3770.0, 3826.0, 3792.0, 3789.0, 3754.0, 3808.0, 3778.0, 3809.0, 3821.0, 3800.0, 3832.0, 3802.0, 3835.0, 3803.0, 3822.0, 3780.0, 3819.0, 3768.0, 3819.0, 3760.0, 3824.0, 3803.0, 3802.0, 3802.0, 3803.0, 3833.0, 3792.0, 3832.0, 3801.0, 3831.0, 3792.0, 3823.0, 3770.0, 3821.0, 3769.0, 3811.0, 3780.0, 3800.0, 3831.0, 3784.0, 3833.0, 3801.0, 3834.0, 3768.0, 3820.0, 3778.0, 3811.0, 3757.0, 3791.0, 3830.0, 3789.0, 3832.0, 3789.0, 3811.0, 3758.0, 3821.0, 3779.0, 3808.0, 3758.0, 3810.0, 3777.0, 3800.0, 3833.0, 3804.0, 3835.0, 3802.0, 3831.0, 3791.0, 3821.0, 3781.0, 3821.0, 3791.0, 3820.0, 3769.0, 3825.0, 3771.0, 3823.0, 3783.0, 3802.0, 3770.0, 3809.0, 3769.0, 3813.0, 3824.0, 3804.0, 3842.0, 3803.0, 3848.0, 3807.0, 3834.0, 3780.0, 3824.0, 3780.0, 3824.0, 3772.0, 3805.0, 3825.0, 3803.0, 3844.0, 3803.0, 3826.0, 3804.0, 3834.0, 3795.0, 3824.0, 3794.0, 3827.0, 3794.0, 3834.0, 3796.0, 3836.0, 3784.0, 3835.0, 3783.0, 3827.0, 3803.0, 3804.0, 3857.0, 3815.0, 3847.0, 3825.0, 3834.0, 3804.0, 3833.0, 3803.0, 3824.0, 3761.0, 3825.0, 3771.0, 3814.0, 3834.0, 3794.0, 3832.0, 3804.0, 3822.0, 3802.0, 3831.0, 3791.0, 3822.0, 3793.0, 3823.0, 3774.0, 3825.0, 3782.0, 3813.0, 3769.0, 3824.0, 3769.0, 3814.0, 3832.0, 3804.0, 3834.0, 3805.0, 3846.0, 3804.0, 3824.0, 3793.0, 3823.0, 3789.0, 3834.0, 3781.0, 3835.0, 3784.0, 3817.0, 3803.0, 3805.0, 3804.0, 3803.0, 3844.0, 3793.0, 3824.0, 3783.0, 3825.0, 3770.0, 3814.0, 3780.0, 3804.0, 3835.0, 3790.0, 3832.0, 3781.0, 3820.0, 3772.0, 3825.0, 3771.0, 3814.0, 3781.0, 3826.0, 3783.0, 3824.0, 3814.0, 3804.0, 3845.0, 3806.0, 3837.0, 3815.0, 3835.0, 3793.0, 3823.0, 3782.0, 3835.0, 3782.0, 3836.0, 3782.0, 3825.0, 3772.0, 3823.0, 3773.0, 3824.0, 3846.0, 3813.0, 3845.0, 3802.0, 3823.0, 3771.0, 3814.0, 3802.0, 3793.0, 3813.0, 3791.0, 3834.0, 3790.0, 3824.0, 3780.0, 3824.0, 3773.0, 3825.0, 3771.0, 3836.0, 3794.0, 3834.0, 3795.0, 3775.0, 3806.0, 3815.0, 3816.0, 3795.0, 3815.0, 3782.0, 3811.0, 3771.0, 3815.0, 3793.0, 3801.0, 3834.0, 3792.0, 3833.0, 3791.0, 3822.0, 3783.0, 3810.0, 3767.0, 3801.0, 3769.0, 3800.0, 3781.0, 3783.0, 3792.0, 3782.0, 3825.0, 3792.0, 3792.0, 3773.0, 3791.0, 3783.0, 3835.0, 3784.0, 3824.0, 3794.0, 3838.0, 3796.0, 3826.0, 3786.0, 3827.0, 3773.0, 3814.0, 3774.0, 3804.0, 3784.0, 3804.0, 3846.0, 3795.0, 3835.0, 3803.0, 3822.0, 3782.0, 3823.0, 3782.0, 3813.0, 3772.0, 3815.0, 3784.0, 3815.0, 3784.0, 3804.0, 3784.0, 3816.0, 3783.0, 3814.0, 3791.0, 3794.0, 3817.0, 3806.0, 3804.0, 3805.0, 3775.0, 3804.0, 3783.0, 3815.0, 3775.0, 3815.0, 3784.0, 3817.0, 3805.0, 3806.0, 3785.0, 3798.0, 3804.0, 3804.0, 3856.0, 3806.0, 3846.0, 3816.0, 3815.0, 3775.0, 3823.0, 3795.0, 3824.0, 3795.0, 3823.0, 3782.0, 3823.0, 3770.0, 3823.0, 3771.0, 3811.0, 3771.0, 3803.0, 3782.0, 3813.0, 3772.0, 3814.0, 3782.0, 3813.0, 3771.0, 3814.0, 3782.0, 3815.0, 3794.0, 3807.0, 3783.0, 3815.0, 3783.0, 3812.0, 3772.0, 3802.0, 3823.0, 3793.0, 3845.0, 3803.0, 3822.0, 3783.0, 3824.0, 3781.0, 3825.0, 3771.0, 3814.0, 3771.0, 3810.0, 3783.0, 3815.0, 3783.0, 3814.0, 3783.0, 3814.0, 3772.0, 3793.0, 3791.0, 3795.0, 3826.0, 3785.0, 3774.0, 3795.0, 3785.0, 3817.0, 3795.0, 3824.0, 3787.0, 3837.0, 3787.0, 3840.0, 3797.0, 3823.0, 3785.0, 3826.0, 3774.0, 3814.0, 3783.0, 3816.0, 3784.0, 3826.0, 3784.0, 3825.0, 3785.0, 3823.0, 3784.0, 3823.0, 3796.0, 3825.0, 3785.0, 3825.0, 3784.0, 3836.0, 3784.0, 3832.0, 3782.0, 3823.0, 3784.0, 3825.0, 3788.0, 3822.0, 3782.0, 3821.0, 3782.0, 3823.0, 3783.0, 3835.0, 3795.0, 3825.0, 3793.0, 3803.0, 3771.0, 3781.0, 3792.0, 3800.0, 3783.0, 3813.0, 3787.0, 3794.0, 3784.0, 3772.0, 3803.0, 3781.0, 3805.0, 3781.0, 3804.0, 3773.0, 3807.0, 3773.0, 3805.0, 3773.0, 3804.0, 3783.0, 3816.0, 3783.0, 3817.0, 3786.0, 3816.0, 3784.0, 3828.0, 3788.0, 3827.0, 3786.0, 3836.0, 3795.0, 3838.0, 3799.0, 3838.0, 3797.0, 3827.0, 3787.0, 3825.0, 3796.0, 3825.0, 3775.0, 3826.0, 3786.0, 3816.0, 3785.0, 3816.0, 3774.0, 3802.0, 3785.0, 3795.0, 3772.0, 3792.0, 3836.0, 3788.0, 3826.0, 3786.0, 3825.0, 3797.0, 3820.0, 3798.0, 3816.0, 3786.0, 3816.0, 3788.0, 3828.0, 3787.0, 3819.0, 3785.0, 3820.0, 3777.0, 3817.0, 3789.0, 3850.0, 3800.0, 3849.0, 3789.0, 3840.0, 3780.0, 3818.0, 3789.0, 3828.0, 3785.0, 3826.0, 3787.0, 3815.0, 3786.0, 3819.0, 3795.0, 3806.0, 3776.0, 3817.0, 3794.0, 3803.0, 3848.0, 3795.0, 3835.0, 3796.0, 3825.0, 3767.0, 3828.0, 3787.0, 3816.0, 3774.0, 3814.0, 3782.0, 3815.0, 3784.0, 3805.0, 3784.0, 3808.0, 3788.0, 3816.0, 3776.0, 3808.0, 3774.0, 3807.0, 3835.0, 3786.0, 3845.0, 3796.0, 3838.0, 3798.0, 3817.0, 3776.0, 3816.0, 3772.0, 3816.0, 3779.0, 3804.0, 3837.0, 3801.0, 3840.0, 3807.0, 3794.0, 3806.0, 3788.0, 3838.0, 3807.0, 3853.0, 3799.0, 3833.0, 3821.0, 3834.0, 3797.0, 3842.0, 3790.0, 3851.0, 3799.0, 3850.0, 3812.0, 3864.0, 3810.0, 3864.0, 3833.0, 3865.0, 3812.0, 3840.0, 3801.0, 3839.0, 3807.0, 3806.0, 3808.0, 3837.0, 3810.0, 3848.0, 3807.0, 3814.0, 3803.0, 3775.0, 3813.0, 3802.0, 3803.0, 3845.0, 3805.0, 3835.0, 3791.0, 3822.0, 3782.0, 3799.0, 3759.0, 3800.0, 3761.0, 3810.0, 3771.0, 3803.0, 3763.0, 3803.0, 3784.0, 3802.0, 3771.0, 3823.0, 3773.0, 3826.0, 3785.0, 3847.0, 3810.0, 3836.0, 3807.0, 3839.0, 3806.0, 3773.0, 3815.0, 3774.0, 3816.0, 3833.0, 3805.0, 3845.0, 3795.0, 3824.0, 3771.0, 3804.0, 3773.0, 3792.0, 3770.0, 3791.0, 3771.0, 3804.0, 3813.0, 3781.0, 3834.0, 3782.0, 3823.0, 3772.0, 3805.0, 3774.0, 3806.0, 3771.0, 3792.0, 3772.0, 3805.0, 3822.0, 3783.0, 3832.0, 3783.0, 3823.0, 3771.0, 3803.0, 3772.0, 3792.0, 3846.0, 3794.0, 3814.0, 3782.0, 3825.0, 3784.0, 3822.0, 3771.0, 3814.0, 3785.0, 3802.0, 3774.0, 3797.0, 3847.0, 3793.0, 3838.0, 3806.0, 3826.0, 3796.0, 3816.0, 3784.0, 3806.0, 3774.0, 3815.0, 3783.0, 3804.0, 3782.0, 3796.0, 3847.0, 3776.0, 3828.0, 3787.0, 3817.0, 3788.0, 3828.0, 3796.0, 3830.0, 3800.0, 3830.0, 3802.0, 3789.0, 3812.0, 3794.0, 3846.0, 3799.0, 3852.0, 3796.0, 3838.0, 3775.0, 3820.0, 3806.0, 3796.0, 3850.0, 3785.0, 3837.0, 3809.0, 3816.0, 3776.0, 3814.0, 3786.0, 3815.0, 3773.0, 3815.0, 3773.0, 3807.0, 3784.0, 3799.0, 3787.0, 3784.0, 3765.0, 3786.0, 3775.0, 3785.0, 3837.0, 3785.0, 3833.0, 3785.0, 3824.0, 3786.0, 3818.0, 3786.0, 3815.0, 3783.0, 3816.0, 3784.0, 3807.0, 3793.0, 3807.0, 3849.0, 3793.0, 3774.0, 3786.0, 3774.0, 3794.0, 3805.0, 3784.0, 3845.0, 3797.0, 3836.0, 3809.0, 3825.0, 3787.0, 3824.0, 3786.0, 3823.0, 3784.0, 3824.0, 3782.0, 3824.0, 3783.0, 3812.0, 3785.0], 'WindowWidth': [8772.0, 8687.0, 8713.0, 8631.0, 8667.0, 8631.0, 8680.0, 8607.0, 8649.0, 8567.0, 8623.0, 8637.0, 8604.0, 8631.0, 8593.0, 8629.0, 8561.0, 8601.0, 8523.0, 8603.0, 8595.0, 8551.0, 8626.0, 8564.0, 8609.0, 8540.0, 8612.0, 8525.0, 8598.0, 8500.0, 8573.0, 8628.0, 8574.0, 8630.0, 8561.0, 8609.0, 8556.0, 8613.0, 8534.0, 8585.0, 8543.0, 8575.0, 8629.0, 8560.0, 8630.0, 8542.0, 8599.0, 8513.0, 8585.0, 8528.0, 8585.0, 8625.0, 8568.0, 8623.0, 8554.0, 8630.0, 8542.0, 8601.0, 8583.0, 8567.0, 8593.0, 8563.0, 8592.0, 8553.0, 8626.0, 8551.0, 8610.0, 8523.0, 8596.0, 8527.0, 8579.0, 8526.0, 8570.0, 8523.0, 8581.0, 8510.0, 8581.0, 8542.0, 8586.0, 8611.0, 8587.0, 8655.0, 8578.0, 8627.0, 8567.0, 8608.0, 8552.0, 8622.0, 8565.0, 8606.0, 8534.0, 8605.0, 8526.0, 8612.0, 8544.0, 8604.0, 8520.0, 8605.0, 8519.0, 8586.0, 8518.0, 8580.0, 8524.0, 8570.0, 8525.0, 8585.0, 8530.0, 8597.0, 8527.0, 8612.0, 8523.0, 8610.0, 8541.0, 8598.0, 8560.0, 8564.0, 8508.0, 8579.0, 8504.0, 8582.0, 8533.0, 8559.0, 8564.0, 8567.0, 8548.0, 8562.0, 8506.0, 8581.0, 8523.0, 8563.0, 8562.0, 8547.0, 8592.0, 8550.0, 8605.0, 8549.0, 8607.0, 8549.0, 8610.0, 8535.0, 8605.0, 8517.0, 8557.0, 8498.0, 8544.0, 8520.0, 8581.0, 8543.0, 8622.0, 8549.0, 8581.0, 8537.0, 8607.0, 8537.0, 8608.0, 8521.0, 8596.0, 8535.0, 8550.0, 8627.0, 8534.0, 8606.0, 8540.0, 8590.0, 8523.0, 8592.0, 8522.0, 8581.0, 8514.0, 8570.0, 8611.0, 8553.0, 8596.0, 8553.0, 8602.0, 8556.0, 8609.0, 8540.0, 8609.0, 8521.0, 8567.0, 8513.0, 8584.0, 8539.0, 8580.0, 8509.0, 8580.0, 8550.0, 8562.0, 8593.0, 8563.0, 8624.0, 8550.0, 8607.0, 8557.0, 8601.0, 8535.0, 8601.0, 8533.0, 8600.0, 8529.0, 8584.0, 8499.0, 8590.0, 8506.0, 8562.0, 8506.0, 8545.0, 8507.0, 8561.0, 8556.0, 8542.0, 8618.0, 8532.0, 8599.0, 8523.0, 8574.0, 8503.0, 8558.0, 8489.0, 8548.0, 8523.0, 8552.0, 8606.0, 8540.0, 8595.0, 8530.0, 8597.0, 8581.0, 8572.0, 8615.0, 8540.0, 8611.0, 8544.0, 8609.0, 8505.0, 8582.0, 8593.0, 8537.0, 8630.0, 8562.0, 8612.0, 8520.0, 8562.0, 8490.0, 8541.0, 8586.0, 8532.0, 8607.0, 8538.0, 8591.0, 8504.0, 8564.0, 8597.0, 8553.0, 8600.0, 8537.0, 8584.0, 8515.0, 8559.0, 8494.0, 8546.0, 8603.0, 8535.0, 8607.0, 8523.0, 8577.0, 8508.0, 8552.0, 8609.0, 8529.0, 8620.0, 8545.0, 8572.0, 8528.0, 8587.0, 8529.0, 8557.0, 8628.0, 8547.0, 8618.0, 8567.0, 8616.0, 8523.0, 8591.0, 8550.0, 8573.0, 8617.0, 8545.0, 8619.0, 8528.0, 8591.0, 8591.0, 8571.0, 8647.0, 8584.0, 8616.0, 8545.0, 8600.0, 8528.0, 8603.0, 8618.0, 8556.0, 8630.0, 8539.0, 8601.0, 8525.0, 8552.0, 8612.0, 8553.0, 8579.0, 8521.0, 8605.0, 8548.0, 8570.0, 8511.0, 8551.0, 8513.0, 8569.0, 8596.0, 8541.0, 8615.0, 8542.0, 8599.0, 8499.0, 8604.0, 8635.0, 8561.0, 8611.0, 8560.0, 8609.0, 8544.0, 8611.0, 8542.0, 8602.0, 8514.0, 8571.0, 8601.0, 8557.0, 8612.0, 8541.0, 8615.0, 8549.0, 8600.0, 8512.0, 8585.0, 8542.0, 8602.0, 8550.0, 8593.0, 8539.0, 8584.0, 8593.0, 8574.0, 8563.0, 8593.0, 8564.0, 8642.0, 8567.0, 8640.0, 8621.0, 8613.0, 8630.0, 8619.0, 8606.0, 8607.0, 8662.0, 8599.0, 8644.0, 8608.0, 8652.0, 8557.0, 8607.0, 8539.0, 8607.0, 8535.0, 8626.0, 8582.0, 8595.0, 8656.0, 8612.0, 8603.0, 8612.0, 8617.0, 8573.0, 8585.0, 8582.0, 8605.0, 8562.0, 8639.0, 8595.0, 8600.0, 8567.0, 8594.0, 8558.0, 8580.0, 8522.0, 8594.0, 8507.0, 8586.0, 8618.0, 8571.0, 8591.0, 8567.0, 8599.0, 8537.0, 8586.0, 8520.0, 8573.0, 8503.0, 8580.0, 8506.0, 8586.0, 8513.0, 8582.0, 8521.0, 8549.0, 8610.0, 8556.0, 8592.0, 8558.0, 8578.0, 8559.0, 8612.0, 8551.0, 8590.0, 8505.0, 8576.0, 8503.0, 8560.0, 8545.0, 8553.0, 8586.0, 8549.0, 8557.0, 8533.0, 8589.0, 8537.0, 8572.0, 8518.0, 8558.0, 8511.0, 8577.0, 8519.0, 8562.0, 8519.0, 8561.0, 8473.0, 8561.0, 8511.0, 8581.0, 8528.0, 8605.0, 8516.0, 8591.0, 8532.0, 8584.0, 8529.0, 8600.0, 8508.0, 8583.0, 8511.0, 8571.0, 8600.0, 8545.0, 8614.0, 8560.0, 8602.0, 8540.0, 8575.0, 8531.0, 8578.0, 8513.0, 8583.0, 8513.0, 8587.0, 8515.0, 8579.0, 8606.0, 8566.0, 8599.0, 8562.0, 8581.0, 8546.0, 8595.0, 8547.0, 8601.0, 8548.0, 8608.0, 8545.0, 8608.0, 8552.0, 8611.0, 8535.0, 8605.0, 8609.0, 8581.0, 8638.0, 8594.0, 8603.0, 8533.0, 8607.0, 8532.0, 8591.0, 8586.0, 8559.0, 8618.0, 8602.0, 8604.0, 8550.0, 8605.0, 8516.0, 8588.0, 8510.0, 8589.0, 8540.0, 8551.0, 8613.0, 8577.0, 8605.0, 8580.0, 8556.0, 8595.0, 8549.0, 8609.0, 8528.0, 8573.0, 8541.0, 8575.0, 8601.0, 8556.0, 8598.0, 8542.0, 8600.0, 8545.0, 8577.0, 8508.0, 8568.0, 8514.0, 8578.0, 8591.0, 8561.0, 8601.0, 8544.0, 8593.0, 8543.0, 8597.0, 8528.0, 8588.0, 8542.0, 8566.0, 8586.0, 8546.0, 8530.0, 8564.0, 8544.0, 8566.0, 8619.0, 8567.0, 8593.0, 8592.0, 8627.0, 8583.0, 8604.0, 8567.0, 8600.0, 8518.0, 8597.0, 8532.0, 8596.0, 8563.0, 8596.0, 8503.0, 8589.0, 8521.0, 8586.0, 8555.0, 8584.0, 8632.0, 8592.0, 8618.0, 8587.0, 8600.0, 8556.0, 8561.0, 8537.0, 8594.0, 8554.0, 8583.0, 8541.0, 8582.0, 8506.0, 8596.0, 8545.0, 8536.0, 8485.0, 8559.0, 8520.0, 8563.0, 8574.0, 8551.0, 8596.0, 8558.0, 8606.0, 8560.0, 8582.0, 8529.0, 8578.0, 8507.0, 8575.0, 8499.0, 8590.0, 8561.0, 8559.0, 8560.0, 8561.0, 8601.0, 8544.0, 8597.0, 8556.0, 8595.0, 8546.0, 8586.0, 8512.0, 8581.0, 8510.0, 8568.0, 8519.0, 8552.0, 8594.0, 8527.0, 8597.0, 8556.0, 8599.0, 8510.0, 8577.0, 8520.0, 8565.0, 8491.0, 8532.0, 8593.0, 8535.0, 8594.0, 8537.0, 8563.0, 8494.0, 8579.0, 8522.0, 8561.0, 8493.0, 8565.0, 8519.0, 8552.0, 8599.0, 8563.0, 8604.0, 8557.0, 8595.0, 8542.0, 8581.0, 8529.0, 8580.0, 8543.0, 8580.0, 8513.0, 8590.0, 8519.0, 8590.0, 8534.0, 8557.0, 8513.0, 8565.0, 8512.0, 8574.0, 8584.0, 8562.0, 8613.0, 8563.0, 8628.0, 8574.0, 8603.0, 8530.0, 8588.0, 8529.0, 8588.0, 8517.0, 8559.0, 8591.0, 8564.0, 8617.0, 8563.0, 8588.0, 8564.0, 8601.0, 8546.0, 8589.0, 8553.0, 8591.0, 8552.0, 8604.0, 8556.0, 8608.0, 8541.0, 8608.0, 8536.0, 8596.0, 8562.0, 8565.0, 8638.0, 8580.0, 8627.0, 8594.0, 8603.0, 8564.0, 8600.0, 8560.0, 8581.0, 8495.0, 8589.0, 8515.0, 8574.0, 8604.0, 8552.0, 8599.0, 8561.0, 8584.0, 8558.0, 8594.0, 8543.0, 8584.0, 8546.0, 8587.0, 8519.0, 8591.0, 8531.0, 8572.0, 8513.0, 8588.0, 8513.0, 8576.0, 8599.0, 8563.0, 8603.0, 8567.0, 8623.0, 8565.0, 8587.0, 8549.0, 8587.0, 8540.0, 8601.0, 8531.0, 8606.0, 8536.0, 8579.0, 8562.0, 8566.0, 8564.0, 8561.0, 8616.0, 8547.0, 8582.0, 8534.0, 8592.0, 8516.0, 8576.0, 8527.0, 8562.0, 8599.0, 8542.0, 8596.0, 8529.0, 8579.0, 8519.0, 8592.0, 8517.0, 8576.0, 8532.0, 8594.0, 8535.0, 8591.0, 8576.0, 8564.0, 8619.0, 8569.0, 8606.0, 8580.0, 8605.0, 8549.0, 8587.0, 8533.0, 8605.0, 8533.0, 8609.0, 8535.0, 8592.0, 8520.0, 8588.0, 8521.0, 8590.0, 8621.0, 8573.0, 8617.0, 8558.0, 8587.0, 8516.0, 8576.0, 8558.0, 8546.0, 8571.0, 8542.0, 8602.0, 8541.0, 8587.0, 8528.0, 8588.0, 8517.0, 8591.0, 8516.0, 8608.0, 8552.0, 8603.0, 8555.0, 8523.0, 8570.0, 8581.0, 8582.0, 8552.0, 8578.0, 8533.0, 8570.0, 8516.0, 8578.0, 8545.0, 8555.0, 8600.0, 8543.0, 8598.0, 8540.0, 8584.0, 8531.0, 8563.0, 8506.0, 8551.0, 8510.0, 8552.0, 8526.0, 8526.0, 8542.0, 8531.0, 8591.0, 8546.0, 8544.0, 8520.0, 8543.0, 8534.0, 8603.0, 8537.0, 8589.0, 8551.0, 8612.0, 8556.0, 8593.0, 8542.0, 8595.0, 8523.0, 8576.0, 8523.0, 8562.0, 8536.0, 8563.0, 8622.0, 8554.0, 8605.0, 8561.0, 8584.0, 8532.0, 8585.0, 8534.0, 8573.0, 8520.0, 8579.0, 8539.0, 8581.0, 8536.0, 8563.0, 8536.0, 8581.0, 8536.0, 8575.0, 8542.0, 8550.0, 8578.0, 8569.0, 8564.0, 8568.0, 8528.0, 8566.0, 8537.0, 8579.0, 8526.0, 8581.0, 8540.0, 8587.0, 8569.0, 8570.0, 8542.0, 8553.0, 8565.0, 8564.0, 8637.0, 8570.0, 8623.0, 8581.0, 8572.0, 8521.0, 8586.0, 8552.0, 8588.0, 8553.0, 8586.0, 8532.0, 8585.0, 8515.0, 8586.0, 8515.0, 8568.0, 8515.0, 8558.0, 8533.0, 8575.0, 8519.0, 8576.0, 8533.0, 8573.0, 8519.0, 8575.0, 8534.0, 8578.0, 8553.0, 8564.0, 8535.0, 8578.0, 8535.0, 8572.0, 8517.0, 8557.0, 8586.0, 8547.0, 8619.0, 8561.0, 8584.0, 8534.0, 8587.0, 8531.0, 8589.0, 8517.0, 8575.0, 8519.0, 8571.0, 8535.0, 8577.0, 8534.0, 8576.0, 8536.0, 8577.0, 8520.0, 8548.0, 8545.0, 8555.0, 8596.0, 8539.0, 8526.0, 8555.0, 8543.0, 8586.0, 8558.0, 8595.0, 8548.0, 8614.0, 8546.0, 8623.0, 8561.0, 8591.0, 8539.0, 8593.0, 8518.0, 8575.0, 8535.0, 8581.0, 8538.0, 8595.0, 8537.0, 8593.0, 8539.0, 8588.0, 8537.0, 8588.0, 8558.0, 8593.0, 8540.0, 8591.0, 8536.0, 8604.0, 8536.0, 8597.0, 8530.0, 8583.0, 8539.0, 8591.0, 8536.0, 8583.0, 8532.0, 8581.0, 8532.0, 8578.0, 8533.0, 8603.0, 8552.0, 8590.0, 8547.0, 8558.0, 8515.0, 8525.0, 8541.0, 8551.0, 8531.0, 8571.0, 8536.0, 8547.0, 8534.0, 8518.0, 8558.0, 8529.0, 8562.0, 8528.0, 8559.0, 8520.0, 8569.0, 8519.0, 8564.0, 8519.0, 8560.0, 8531.0, 8579.0, 8533.0, 8582.0, 8544.0, 8580.0, 8538.0, 8598.0, 8547.0, 8595.0, 8542.0, 8606.0, 8554.0, 8609.0, 8562.0, 8612.0, 8556.0, 8593.0, 8543.0, 8591.0, 8554.0, 8590.0, 8525.0, 8592.0, 8542.0, 8579.0, 8537.0, 8577.0, 8522.0, 8559.0, 8537.0, 8551.0, 8517.0, 8544.0, 8605.0, 8545.0, 8593.0, 8541.0, 8591.0, 8556.0, 8581.0, 8559.0, 8580.0, 8543.0, 8580.0, 8550.0, 8603.0, 8546.0, 8588.0, 8541.0, 8593.0, 8532.0, 8585.0, 8552.0, 8631.0, 8567.0, 8629.0, 8543.0, 8618.0, 8536.0, 8586.0, 8549.0, 8598.0, 8539.0, 8593.0, 8543.0, 8578.0, 8543.0, 8590.0, 8553.0, 8567.0, 8526.0, 8583.0, 8549.0, 8561.0, 8624.0, 8551.0, 8604.0, 8553.0, 8590.0, 8514.0, 8600.0, 8543.0, 8579.0, 8523.0, 8575.0, 8532.0, 8577.0, 8536.0, 8566.0, 8538.0, 8575.0, 8548.0, 8582.0, 8528.0, 8573.0, 8525.0, 8570.0, 8605.0, 8535.0, 8619.0, 8557.0, 8613.0, 8560.0, 8583.0, 8529.0, 8579.0, 8521.0, 8581.0, 8527.0, 8564.0, 8614.0, 8572.0, 8618.0, 8573.0, 8552.0, 8571.0, 8548.0, 8618.0, 8572.0, 8644.0, 8559.0, 8618.0, 8599.0, 8620.0, 8564.0, 8624.0, 8556.0, 8635.0, 8568.0, 8634.0, 8589.0, 8658.0, 8584.0, 8660.0, 8618.0, 8657.0, 8582.0, 8614.0, 8561.0, 8607.0, 8570.0, 8566.0, 8574.0, 8610.0, 8578.0, 8626.0, 8570.0, 8575.0, 8558.0, 8524.0, 8572.0, 8553.0, 8555.0, 8617.0, 8563.0, 8601.0, 8540.0, 8583.0, 8529.0, 8547.0, 8496.0, 8550.0, 8500.0, 8566.0, 8515.0, 8559.0, 8506.0, 8564.0, 8539.0, 8558.0, 8515.0, 8586.0, 8520.0, 8594.0, 8540.0, 8625.0, 8582.0, 8611.0, 8575.0, 8621.0, 8572.0, 8525.0, 8579.0, 8525.0, 8581.0, 8603.0, 8565.0, 8618.0, 8551.0, 8590.0, 8516.0, 8561.0, 8522.0, 8546.0, 8514.0, 8541.0, 8515.0, 8562.0, 8572.0, 8529.0, 8602.0, 8532.0, 8586.0, 8518.0, 8564.0, 8520.0, 8571.0, 8517.0, 8546.0, 8518.0, 8564.0, 8586.0, 8534.0, 8599.0, 8535.0, 8587.0, 8519.0, 8562.0, 8520.0, 8546.0, 8624.0, 8552.0, 8568.0, 8534.0, 8589.0, 8539.0, 8586.0, 8520.0, 8578.0, 8541.0, 8562.0, 8526.0, 8559.0, 8625.0, 8552.0, 8614.0, 8573.0, 8596.0, 8556.0, 8582.0, 8539.0, 8563.0, 8525.0, 8581.0, 8535.0, 8565.0, 8535.0, 8555.0, 8625.0, 8524.0, 8596.0, 8542.0, 8584.0, 8552.0, 8602.0, 8563.0, 8610.0, 8570.0, 8605.0, 8575.0, 8557.0, 8592.0, 8569.0, 8641.0, 8570.0, 8639.0, 8560.0, 8617.0, 8531.0, 8592.0, 8571.0, 8556.0, 8631.0, 8541.0, 8611.0, 8580.0, 8581.0, 8522.0, 8575.0, 8541.0, 8577.0, 8523.0, 8579.0, 8522.0, 8571.0, 8539.0, 8565.0, 8546.0, 8539.0, 8509.0, 8537.0, 8520.0, 8540.0, 8605.0, 8540.0, 8603.0, 8540.0, 8592.0, 8547.0, 8585.0, 8542.0, 8579.0, 8537.0, 8581.0, 8538.0, 8570.0, 8550.0, 8572.0, 8631.0, 8550.0, 8519.0, 8536.0, 8524.0, 8550.0, 8564.0, 8536.0, 8619.0, 8556.0, 8609.0, 8578.0, 8592.0, 8541.0, 8591.0, 8542.0, 8587.0, 8539.0, 8589.0, 8533.0, 8588.0, 8536.0, 8573.0, 8543.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.004771711777615216</td></tr>
<tr><td colspan=3>aqi</td><td>0.05620794213606437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>9</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89444829556371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1692776243923844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0021769736530006</td></tr>
<tr><td colspan=3>efc</td><td>0.5041</td></tr>
<tr><td colspan=3>fber</td><td>2517.4746</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1084790943451624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.412582297000732</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.608751815224133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559592666247283</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6614739365455162</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6051888428795986</td></tr>
<tr><td colspan=3>gcor</td><td>0.00375842</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013206722214818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036250874400138855</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1367</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.25197990562302</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.4764</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.2938</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.0012</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.9338</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3057.2123</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.8228</td></tr>
<tr><td colspan=3>tsnr</td><td>28.792607177398168</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>