ds005256-mriqc/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-01/func/sub-0078_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>ea6477a58ec4df872629e05db325ad61</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>21:47:19.267500</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.995515, 0.0921222, -0.0215058, -0.0904238, 0.993455, 0.0697938]</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.0771769</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>[4144, -7754, -7332, 804, -81, -243, -83, 132]</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>234.052</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34cc72ab-2330-47d7-80d1-63059f740932||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.6708950996398926, -0.24260053038597107, -0.07504529505968094, 120.90858459472656], [-0.2471572607755661, 2.6653664112091064, 0.18234755098819733, -101.50504302978516], [-0.05769836902618408, -0.18725155293941498, 2.6927900314331055, -80.87049102783203], [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': ['214719.267500', '214719.727500', '214720.187500', '214720.647500', '214721.107500', '214721.567500', '214722.027500', '214722.487500', '214722.947500', '214723.407500', '214723.867500', '214724.327500', '214724.787500', '214725.247500', '214725.707500', '214726.167500', '214726.627500', '214727.087500', '214727.547500', '214728.007500', '214728.467500', '214728.927500', '214729.387500', '214729.847500', '214730.307500', '214730.767500', '214731.227500', '214731.687500', '214732.147500', '214732.607500', '214733.067500', '214733.527500', '214733.987500', '214734.447500', '214734.907500', '214735.367500', '214735.827500', '214736.287500', '214736.747500', '214737.207500', '214737.667500', '214738.127500', '214738.587500', '214739.047500', '214739.507500', '214739.967500', '214740.427500', '214740.887500', '214741.347500', '214741.807500', '214742.267500', '214742.727500', '214743.187500', '214743.647500', '214744.107500', '214744.567500', '214745.027500', '214745.487500', '214745.947500', '214746.407500', '214746.867500', '214747.327500', '214747.787500', '214748.247500', '214748.707500', '214749.167500', '214749.627500', '214750.087500', '214750.547500', '214751.007500', '214751.467500', '214751.927500', '214752.387500', '214752.847500', '214753.307500', '214753.767500', '214754.227500', '214754.687500', '214755.147500', '214755.607500', '214756.067500', '214756.527500', '214756.987500', '214757.447500', '214757.907500', '214758.367500', '214758.827500', '214759.287500', '214759.747500', '214800.207500', '214800.667500', '214801.127500', '214801.587500', '214802.047500', '214802.507500', '214802.967500', '214803.427500', '214803.887500', '214804.347500', '214804.807500', '214805.267500', '214805.727500', '214806.187500', '214806.647500', '214807.107500', '214807.567500', '214808.027500', '214808.487500', '214808.947500', '214809.407500', '214809.867500', '214810.327500', '214810.787500', '214811.247500', '214811.707500', '214812.167500', '214812.627500', '214813.087500', '214813.547500', '214814.007500', '214814.467500', '214814.927500', '214815.387500', '214815.847500', '214816.307500', '214816.767500', '214817.227500', '214817.687500', '214818.147500', '214818.607500', '214819.067500', '214819.527500', '214819.987500', '214820.447500', '214820.907500', '214821.367500', '214821.827500', '214822.287500', '214822.747500', '214823.207500', '214823.667500', '214824.127500', '214824.587500', '214825.047500', '214825.507500', '214825.967500', '214826.427500', '214826.887500', '214827.347500', '214827.807500', '214828.267500', '214828.727500', '214829.187500', '214829.647500', '214830.107500', '214830.567500', '214831.027500', '214831.487500', '214831.947500', '214832.407500', '214832.867500', '214833.327500', '214833.787500', '214834.247500', '214834.707500', '214835.167500', '214835.627500', '214836.087500', '214836.547500', '214837.007500', '214837.467500', '214837.927500', '214838.387500', '214838.847500', '214839.307500', '214839.767500', '214840.227500', '214840.687500', '214841.147500', '214841.607500', '214842.067500', '214842.527500', '214842.987500', '214843.447500', '214843.907500', '214844.367500', '214844.827500', '214845.287500', '214845.747500', '214846.207500', '214846.667500', '214847.127500', '214847.587500', '214848.047500', '214848.507500', '214848.967500', '214849.427500', '214849.887500', '214850.347500', '214850.807500', '214851.267500', '214851.727500', '214852.187500', '214852.647500', '214853.107500', '214853.567500', '214854.027500', '214854.487500', '214854.947500', '214855.407500', '214855.867500', '214856.327500', '214856.787500', '214857.247500', '214857.707500', '214858.167500', '214858.627500', '214859.087500', '214859.547500', '214900.007500', '214900.467500', '214900.927500', '214901.387500', '214901.847500', '214902.307500', '214902.767500', '214903.227500', '214903.687500', '214904.147500', '214904.607500', '214905.067500', '214905.527500', '214905.987500', '214906.447500', '214906.907500', '214907.367500', '214907.827500', '214908.287500', '214908.747500', '214909.207500', '214909.667500', '214910.127500', '214910.587500', '214911.047500', '214911.507500', '214911.967500', '214912.427500', '214912.887500', '214913.347500', '214913.807500', '214914.267500', '214914.727500', '214915.187500', '214915.647500', '214916.107500', '214916.567500', '214917.027500', '214917.487500', '214917.947500', '214918.407500', '214918.867500', '214919.327500', '214919.787500', '214920.247500', '214920.707500', '214921.167500', '214921.627500', '214922.087500', '214922.547500', '214923.007500', '214923.467500', '214923.927500', '214924.387500', '214924.847500', '214925.307500', '214925.767500', '214926.227500', '214926.687500', '214927.147500', '214927.607500', '214928.067500', '214928.527500', '214928.987500', '214929.447500', '214929.907500', '214930.367500', '214930.827500', '214931.287500', '214931.747500', '214932.207500', '214932.667500', '214933.127500', '214933.587500', '214934.047500', '214934.507500', '214934.967500', '214935.427500', '214935.887500', '214936.347500', '214936.807500', '214937.267500', '214937.727500', '214938.187500', '214938.647500', '214939.107500', '214939.567500', '214940.027500', '214940.487500', '214940.947500', '214941.407500', '214941.867500', '214942.327500', '214942.787500', '214943.247500', '214943.707500', '214944.167500', '214944.627500', '214945.087500', '214945.547500', '214946.007500', '214946.467500', '214946.927500', '214947.387500', '214947.847500', '214948.307500', '214948.767500', '214949.227500', '214949.687500', '214950.147500', '214950.607500', '214951.067500', '214951.527500', '214951.987500', '214952.447500', '214952.907500', '214953.367500', '214953.827500', '214954.287500', '214954.747500', '214955.207500', '214955.667500', '214956.127500', '214956.587500', '214957.047500', '214957.507500', '214957.967500', '214958.427500', '214958.887500', '214959.347500', '214959.807500', '215000.267500', '215000.727500', '215001.187500', '215001.647500', '215002.107500', '215002.567500', '215003.027500', '215003.487500', '215003.947500', '215004.407500', '215004.867500', '215005.327500', '215005.787500', '215006.247500', '215006.707500', '215007.167500', '215007.627500', '215008.087500', '215008.547500', '215009.007500', '215009.467500', '215009.927500', '215010.387500', '215010.847500', '215011.307500', '215011.767500', '215012.227500', '215012.687500', '215013.147500', '215013.607500', '215014.067500', '215014.527500', '215014.987500', '215015.447500', '215015.907500', '215016.367500', '215016.827500', '215017.287500', '215017.747500', '215018.207500', '215018.667500', '215019.127500', '215019.587500', '215020.047500', '215020.507500', '215020.967500', '215021.427500', '215021.887500', '215022.347500', '215022.807500', '215023.267500', '215023.727500', '215024.187500', '215024.647500', '215025.107500', '215025.567500', '215026.027500', '215026.487500', '215026.947500', '215027.407500', '215027.867500', '215028.327500', '215028.787500', '215029.247500', '215029.707500', '215030.167500', '215030.627500', '215031.087500', '215031.547500', '215032.007500', '215032.467500', '215032.927500', '215033.387500', '215033.847500', '215034.307500', '215034.767500', '215035.227500', '215035.687500', '215036.147500', '215036.607500', '215037.067500', '215037.527500', '215037.987500', '215038.447500', '215038.907500', '215039.367500', '215039.827500', '215040.287500', '215040.747500', '215041.207500', '215041.667500', '215042.127500', '215042.587500', '215043.047500', '215043.507500', '215043.967500', '215044.427500', '215044.887500', '215045.347500', '215045.807500', '215046.267500', '215046.727500', '215047.187500', '215047.647500', '215048.107500', '215048.567500', '215049.027500', '215049.487500', '215049.947500', '215050.407500', '215050.867500', '215051.327500', '215051.787500', '215052.247500', '215052.707500', '215053.167500', '215053.627500', '215054.087500', '215054.547500', '215055.007500', '215055.467500', '215055.927500', '215056.387500', '215056.847500', '215057.307500', '215057.767500', '215058.227500', '215058.687500', '215059.147500', '215059.607500', '215100.067500', '215100.527500', '215100.987500', '215101.447500', '215101.907500', '215102.367500', '215102.827500', '215103.287500', '215103.747500', '215104.207500', '215104.667500', '215105.127500', '215105.587500', '215106.047500', '215106.507500', '215106.967500', '215107.427500', '215107.887500', '215108.347500', '215108.807500', '215109.267500', '215109.727500', '215110.187500', '215110.647500', '215111.107500', '215111.567500', '215112.027500', '215112.487500', '215112.947500', '215113.407500', '215113.867500', '215114.327500', '215114.787500', '215115.247500', '215115.707500', '215116.167500', '215116.627500', '215117.087500', '215117.547500', '215118.007500', '215118.467500', '215118.927500', '215119.387500', '215119.847500', '215120.307500', '215120.767500', '215121.227500', '215121.687500', '215122.147500', '215122.607500', '215123.067500', '215123.527500', '215123.987500', '215124.447500', '215124.907500', '215125.367500', '215125.827500', '215126.287500', '215126.747500', '215127.207500', '215127.667500', '215128.127500', '215128.587500', '215129.047500', '215129.507500', '215129.967500', '215130.427500', '215130.887500', '215131.347500', '215131.807500', '215132.267500', '215132.727500', '215133.187500', '215133.647500', '215134.107500', '215134.567500', '215135.027500', '215135.487500', '215135.947500', '215136.407500', '215136.867500', '215137.327500', '215137.787500', '215138.247500', '215138.707500', '215139.167500', '215139.627500', '215140.087500', '215140.547500', '215141.007500', '215141.467500', '215141.927500', '215142.387500', '215142.847500', '215143.307500', '215143.767500', '215144.227500', '215144.687500', '215145.147500', '215145.607500', '215146.067500', '215146.527500', '215146.987500', '215147.447500', '215147.907500', '215148.367500', '215148.827500', '215149.287500', '215149.747500', '215150.207500', '215150.667500', '215151.127500', '215151.587500', '215152.047500', '215152.507500', '215152.967500', '215153.427500', '215153.887500', '215154.347500', '215154.807500', '215155.267500', '215155.727500', '215156.187500', '215156.647500', '215157.107500', '215157.567500', '215158.027500', '215158.487500', '215158.947500', '215159.407500', '215159.867500', '215200.327500', '215200.787500', '215201.247500', '215201.707500', '215202.167500', '215202.627500', '215203.087500', '215203.547500', '215204.007500', '215204.467500', '215204.927500', '215205.387500', '215205.847500', '215206.307500', '215206.767500', '215207.227500', '215207.687500', '215208.147500', '215208.607500', '215209.067500', '215209.527500', '215209.987500', '215210.447500', '215210.907500', '215211.367500', '215211.827500', '215212.287500', '215212.747500', '215213.207500', '215213.667500', '215214.127500', '215214.587500', '215215.047500', '215215.507500', '215215.967500', '215216.427500', '215216.887500', '215217.347500', '215217.807500', '215218.267500', '215218.727500', '215219.187500', '215219.647500', '215220.107500', '215220.567500', '215221.027500', '215221.487500', '215221.947500', '215222.407500', '215222.867500', '215223.327500', '215223.787500', '215224.247500', '215224.707500', '215225.167500', '215225.627500', '215226.087500', '215226.547500', '215227.007500', '215227.467500', '215227.927500', '215228.387500', '215228.847500', '215229.307500', '215229.767500', '215230.227500', '215230.687500', '215231.147500', '215231.607500', '215232.067500', '215232.527500', '215232.987500', '215233.447500', '215233.907500', '215234.367500', '215234.827500', '215235.287500', '215235.747500', '215236.207500', '215236.667500', '215237.127500', '215237.587500', '215238.047500', '215238.507500', '215238.967500', '215239.427500', '215239.887500', '215240.347500', '215240.807500', '215241.267500', '215241.727500', '215242.187500', '215242.647500', '215243.107500', '215243.567500', '215244.027500', '215244.487500', '215244.947500', '215245.407500', '215245.867500', '215246.327500', '215246.787500', '215247.247500', '215247.707500', '215248.167500', '215248.627500', '215249.087500', '215249.547500', '215250.007500', '215250.467500', '215250.927500', '215251.387500', '215251.847500', '215252.307500', '215252.767500', '215253.227500', '215253.687500', '215254.147500', '215254.607500', '215255.067500', '215255.527500', '215255.987500', '215256.447500', '215256.907500', '215257.367500', '215257.827500', '215258.287500', '215258.747500', '215259.207500', '215259.667500', '215300.127500', '215300.587500', '215301.047500', '215301.507500', '215301.967500', '215302.427500', '215302.887500', '215303.347500', '215303.807500', '215304.267500', '215304.727500', '215305.187500', '215305.647500', '215306.107500', '215306.567500', '215307.027500', '215307.487500', '215307.947500', '215308.407500', '215308.867500', '215309.327500', '215309.787500', '215310.247500', '215310.707500', '215311.167500', '215311.627500', '215312.087500', '215312.547500', '215313.007500', '215313.467500', '215313.927500', '215314.387500', '215314.847500', '215315.307500', '215315.767500', '215316.227500', '215316.687500', '215317.147500', '215317.607500', '215318.067500', '215318.527500', '215318.987500', '215319.447500', '215319.907500', '215320.367500', '215320.827500', '215321.287500', '215321.747500', '215322.207500', '215322.667500', '215323.127500', '215323.587500', '215324.047500', '215324.507500', '215324.967500', '215325.427500', '215325.887500', '215326.347500', '215326.807500', '215327.267500', '215327.727500', '215328.187500', '215328.647500', '215329.107500', '215329.567500', '215330.027500', '215330.487500', '215330.947500', '215331.407500', '215331.867500', '215332.327500', '215332.787500', '215333.247500', '215333.707500', '215334.167500', '215334.627500', '215335.087500', '215335.547500', '215336.007500', '215336.467500', '215336.927500', '215337.387500', '215337.847500', '215338.307500', '215338.767500', '215339.227500', '215339.687500', '215340.147500', '215340.607500', '215341.067500', '215341.527500', '215341.987500', '215342.447500', '215342.907500', '215343.367500', '215343.827500', '215344.287500', '215344.747500', '215345.207500', '215345.667500', '215346.127500', '215346.587500', '215347.047500', '215347.507500', '215347.967500', '215348.427500', '215348.887500', '215349.347500', '215349.807500', '215350.267500', '215350.727500', '215351.187500', '215351.647500', '215352.107500', '215352.567500', '215353.027500', '215353.487500', '215353.947500', '215354.407500', '215354.867500', '215355.327500', '215355.787500', '215356.247500', '215356.707500', '215357.167500', '215357.627500', '215358.087500', '215358.547500', '215359.007500', '215359.467500', '215359.927500', '215400.387500', '215400.847500', '215401.307500', '215401.767500', '215402.227500', '215402.687500', '215403.147500', '215403.607500', '215404.067500', '215404.527500', '215404.987500', '215405.447500', '215405.907500', '215406.367500', '215406.827500', '215407.287500', '215407.747500', '215408.207500', '215408.667500', '215409.127500', '215409.587500', '215410.047500', '215410.507500', '215410.967500', '215411.427500', '215411.887500', '215412.347500', '215412.807500', '215413.267500', '215413.727500', '215414.187500', '215414.647500', '215415.107500', '215415.567500', '215416.027500', '215416.487500', '215416.947500', '215417.407500', '215417.867500', '215418.327500', '215418.787500', '215419.247500', '215419.707500', '215420.167500', '215420.627500', '215421.087500', '215421.547500', '215422.007500', '215422.467500', '215422.927500', '215423.387500', '215423.847500', '215424.307500', '215424.767500', '215425.227500', '215425.687500', '215426.147500', '215426.607500', '215427.067500', '215427.527500', '215427.987500', '215428.447500', '215428.907500', '215429.367500', '215429.827500', '215430.287500', '215430.747500', '215431.207500', '215431.667500', '215432.127500', '215432.587500', '215433.047500', '215433.507500', '215433.967500', '215434.427500', '215434.887500', '215435.347500', '215435.807500', '215436.267500', '215436.727500', '215437.187500', '215437.647500', '215438.107500', '215438.567500', '215439.027500', '215439.487500', '215439.947500', '215440.407500', '215440.867500', '215441.327500', '215441.787500', '215442.247500', '215442.707500', '215443.167500', '215443.627500', '215444.087500', '215444.547500', '215445.007500', '215445.467500', '215445.927500', '215446.387500', '215446.847500', '215447.307500', '215447.767500', '215448.227500', '215448.687500', '215449.147500', '215449.607500', '215450.067500', '215450.527500', '215450.987500', '215451.447500', '215451.907500', '215452.367500', '215452.827500', '215453.287500', '215453.747500', '215454.207500', '215454.667500', '215455.127500', '215455.587500', '215456.047500', '215456.507500', '215456.967500', '215457.427500', '215457.887500', '215458.347500', '215458.807500', '215459.267500', '215459.727500', '215500.187500', '215500.647500', '215501.107500', '215501.567500', '215502.027500', '215502.487500', '215502.947500', '215503.407500', '215503.867500', '215504.327500', '215504.787500', '215505.247500', '215505.707500', '215506.167500', '215506.627500', '215507.087500', '215507.547500', '215508.007500', '215508.467500', '215508.927500', '215509.387500', '215509.847500', '215510.307500', '215510.767500', '215511.227500', '215511.687500', '215512.147500', '215512.607500', '215513.067500', '215513.527500', '215513.987500', '215514.447500', '215514.907500', '215515.367500', '215515.827500', '215516.287500', '215516.747500', '215517.207500', '215517.667500', '215518.127500', '215518.587500', '215519.047500', '215519.507500', '215519.967500', '215520.427500', '215520.887500', '215521.347500', '215521.807500', '215522.267500', '215522.727500', '215523.187500', '215523.647500', '215524.107500', '215524.567500', '215525.027500', '215525.487500', '215525.947500', '215526.407500', '215526.867500', '215527.327500', '215527.787500', '215528.247500', '215528.707500', '215529.167500', '215529.627500', '215530.087500', '215530.547500', '215531.007500', '215531.467500', '215531.927500', '215532.387500', '215532.847500', '215533.307500', '215533.767500', '215534.227500', '215534.687500', '215535.147500', '215535.607500', '215536.067500', '215536.527500', '215536.987500', '215537.447500', '215537.907500', '215538.367500', '215538.827500', '215539.287500', '215539.747500', '215540.207500', '215540.667500', '215541.127500', '215541.587500', '215542.047500', '215542.507500', '215542.967500', '215543.427500', '215543.887500', '215544.347500', '215544.807500', '215545.267500', '215545.727500', '215546.187500', '215546.647500', '215547.107500', '215547.567500', '215548.027500', '215548.487500', '215548.947500', '215549.407500', '215549.867500', '215550.327500', '215550.787500', '215551.247500', '215551.707500', '215552.167500', '215552.627500', '215553.087500', '215553.547500', '215554.007500', '215554.467500', '215554.927500', '215555.387500', '215555.847500', '215556.307500', '215556.767500', '215557.227500', '215557.687500', '215558.147500', '215558.607500', '215559.067500', '215559.527500', '215559.987500', '215600.447500', '215600.907500', '215601.367500', '215601.827500', '215602.287500', '215602.747500', '215603.207500', '215603.667500', '215604.127500', '215604.587500', '215605.047500', '215605.507500', '215605.967500', '215606.427500', '215606.887500', '215607.347500', '215607.807500', '215608.267500', '215608.727500', '215609.187500', '215609.647500', '215610.107500', '215610.567500', '215611.027500', '215611.487500', '215611.947500', '215612.407500', '215612.867500', '215613.327500', '215613.787500', '215614.247500', '215614.707500', '215615.167500', '215615.627500', '215616.087500', '215616.547500', '215617.007500', '215617.467500', '215617.927500', '215618.387500', '215618.847500', '215619.307500', '215619.767500', '215620.227500', '215620.687500', '215621.147500', '215621.607500', '215622.067500', '215622.527500', '215622.987500', '215623.447500', '215623.907500', '215624.367500', '215624.827500', '215625.287500', '215625.747500', '215626.207500', '215626.667500', '215627.127500', '215627.587500', '215628.047500', '215628.507500', '215628.967500', '215629.427500', '215629.887500', '215630.347500', '215630.807500', '215631.267500', '215631.727500', '215632.187500', '215632.647500', '215633.107500', '215633.567500', '215634.027500', '215634.487500', '215634.947500', '215635.407500', '215635.867500', '215636.327500', '215636.787500', '215637.247500', '215637.707500', '215638.167500', '215638.627500', '215639.087500', '215639.547500', '215640.007500', '215640.467500', '215640.927500', '215641.387500', '215641.847500', '215642.307500', '215642.767500', '215643.227500', '215643.687500', '215644.147500', '215644.607500', '215645.067500', '215645.527500', '215645.987500', '215646.447500', '215646.907500', '215647.367500', '215647.827500', '215648.287500', '215648.747500', '215649.207500', '215649.667500', '215650.127500', '215650.587500', '215651.047500', '215651.507500', '215651.967500', '215652.427500', '215652.887500', '215653.347500', '215653.807500', '215654.267500', '215654.727500', '215655.187500', '215655.647500', '215656.107500', '215656.567500', '215657.027500', '215657.487500', '215657.947500', '215658.407500', '215658.867500', '215659.327500', '215659.787500', '215700.247500', '215700.707500', '215701.167500', '215701.627500', '215702.087500', '215702.547500', '215703.007500', '215703.467500', '215703.927500', '215704.387500', '215704.847500', '215705.307500', '215705.767500', '215706.227500', '215706.687500', '215707.147500', '215707.607500', '215708.067500', '215708.527500', '215708.987500', '215709.447500', '215709.907500', '215710.367500', '215710.827500', '215711.287500', '215711.747500', '215712.207500', '215712.667500', '215713.127500', '215713.587500', '215714.047500', '215714.507500', '215714.967500', '215715.427500', '215715.887500', '215716.347500', '215716.807500', '215717.267500', '215717.727500', '215718.187500', '215718.647500', '215719.107500', '215719.567500', '215720.027500', '215720.487500', '215720.947500', '215721.407500', '215721.867500', '215722.327500', '215722.787500', '215723.247500', '215723.707500', '215724.167500', '215724.627500', '215725.087500', '215725.547500', '215726.007500', '215726.467500', '215726.927500', '215727.387500', '215727.847500', '215728.307500', '215728.767500', '215729.227500', '215729.687500', '215730.147500', '215730.607500', '215731.067500', '215731.527500', '215731.987500', '215732.447500', '215732.907500', '215733.367500', '215733.827500', '215734.287500', '215734.747500', '215735.207500', '215735.667500', '215736.127500', '215736.587500', '215737.047500', '215737.507500', '215737.967500', '215738.427500', '215738.887500', '215739.347500', '215739.807500', '215740.267500', '215740.727500', '215741.187500', '215741.647500', '215742.107500', '215742.567500', '215743.027500', '215743.487500', '215743.947500', '215744.407500', '215744.867500', '215745.327500', '215745.787500', '215746.247500', '215746.707500', '215747.167500', '215747.627500', '215748.087500', '215748.547500', '215749.007500', '215749.467500', '215749.927500', '215750.387500', '215750.847500', '215751.307500', '215751.767500'], 'ContentTime': ['214732.799000', '214732.803000', '214732.805000', '214732.808000', '214732.810000', '214732.813000', '214732.824000', '214732.827000', '214732.829000', '214732.832000', '214732.835000', '214732.837000', '214732.840000', '214732.842000', '214732.853000', '214732.855000', '214732.858000', '214732.860000', '214732.863000', '214732.866000', '214732.868000', '214732.871000', '214732.873000', '214732.876000', '214732.878000', '214732.881000', '214732.883000', '214752.768000', '214752.773000', '214752.775000', '214752.778000', '214752.780000', '214752.783000', '214752.785000', '214752.788000', '214752.791000', '214752.793000', '214752.796000', '214752.798000', '214752.801000', '214752.803000', '214752.814000', '214752.817000', '214752.819000', '214752.822000', '214752.825000', '214752.827000', '214752.830000', '214752.833000', '214752.835000', '214752.838000', '214752.840000', '214752.843000', '214752.846000', '214752.848000', '214752.851000', '214752.853000', '214752.856000', '214752.858000', '214752.861000', '214752.864000', '214752.866000', '214752.869000', '214752.871000', '214752.874000', '214752.877000', '214752.879000', '214752.882000', '214752.884000', '214752.887000', '214812.769000', '214812.771000', '214812.774000', '214812.777000', '214812.779000', '214812.782000', '214812.784000', '214812.787000', '214812.789000', '214812.792000', '214812.795000', '214812.797000', '214812.800000', '214812.802000', '214812.805000', '214812.808000', '214812.810000', '214812.813000', '214812.815000', '214812.818000', '214812.821000', '214812.823000', '214812.826000', '214812.828000', '214812.831000', '214812.834000', '214812.836000', '214812.839000', '214812.841000', '214812.844000', '214812.847000', '214812.849000', '214812.852000', '214812.855000', '214812.857000', '214812.860000', '214812.862000', '214812.865000', '214812.874000', '214812.876000', '214812.879000', '214812.881000', '214812.884000', '214812.887000', '214832.767000', '214832.770000', '214832.773000', '214832.776000', '214832.778000', '214832.781000', '214832.783000', '214832.786000', '214832.789000', '214832.791000', '214832.794000', '214832.797000', '214832.799000', '214832.802000', '214832.805000', '214832.807000', '214832.810000', '214832.812000', '214832.815000', '214832.818000', '214832.821000', '214832.824000', '214832.827000', '214832.830000', '214832.832000', '214832.835000', '214832.837000', '214832.841000', '214832.843000', '214832.846000', '214832.849000', '214832.851000', '214832.854000', '214832.856000', '214832.859000', '214832.861000', '214832.864000', '214832.867000', '214832.869000', '214832.872000', '214832.874000', '214832.877000', '214832.879000', '214852.768000', '214852.770000', '214852.773000', '214852.776000', '214852.778000', '214852.781000', '214852.783000', '214852.786000', '214852.788000', '214852.791000', '214852.794000', '214852.796000', '214852.799000', '214852.802000', '214852.804000', '214852.807000', '214852.809000', '214852.812000', '214852.815000', '214852.817000', '214852.820000', '214852.822000', '214852.825000', '214852.827000', '214852.830000', '214852.832000', '214852.835000', '214852.838000', '214852.840000', '214852.843000', '214852.845000', '214852.848000', '214852.851000', '214852.853000', '214852.856000', '214852.859000', '214852.861000', '214852.864000', '214852.866000', '214852.869000', '214852.881000', '214852.884000', '214852.886000', '214852.889000', '214912.767000', '214912.770000', '214912.773000', '214912.776000', '214912.778000', '214912.781000', '214912.784000', '214912.786000', '214912.789000', '214912.792000', '214912.794000', '214912.797000', '214912.800000', '214912.802000', '214912.805000', '214912.807000', '214912.810000', '214912.812000', '214912.815000', '214912.818000', '214912.820000', '214912.823000', '214912.825000', '214912.828000', '214912.830000', '214912.833000', '214912.836000', '214912.838000', '214912.841000', '214912.844000', '214912.846000', '214912.849000', '214912.852000', '214912.854000', '214912.857000', '214912.860000', '214912.863000', '214912.865000', '214912.868000', '214912.870000', '214912.873000', '214912.876000', '214912.878000', '214932.768000', '214932.770000', '214932.773000', '214932.776000', '214932.779000', '214932.781000', '214932.784000', '214932.787000', '214932.789000', '214932.792000', '214932.794000', '214932.797000', '214932.800000', '214932.802000', '214932.805000', '214932.808000', '214932.810000', '214932.813000', '214932.815000', '214932.818000', '214932.820000', '214932.823000', '214932.826000', '214932.828000', '214932.831000', '214932.833000', '214932.836000', '214932.839000', '214932.842000', '214932.844000', '214932.847000', '214932.849000', '214932.852000', '214932.855000', '214932.857000', '214932.860000', '214932.863000', '214932.865000', '214932.868000', '214932.870000', '214932.873000', '214932.876000', '214932.878000', '214932.881000', '214952.768000', '214952.771000', '214952.773000', '214952.776000', '214952.778000', '214952.781000', '214952.784000', '214952.786000', '214952.789000', '214952.792000', '214952.794000', '214952.797000', '214952.800000', '214952.803000', '214952.805000', '214952.808000', '214952.810000', '214952.813000', '214952.816000', '214952.818000', '214952.821000', '214952.823000', '214952.826000', '214952.829000', '214952.832000', '214952.835000', '214952.838000', '214952.841000', '214952.843000', '214952.846000', '214952.849000', '214952.851000', '214952.854000', '214952.856000', '214952.859000', '214952.862000', '214952.864000', '214952.867000', '214952.869000', '214952.872000', '214952.875000', '214952.878000', '214952.881000', '215012.768000', '215012.771000', '215012.774000', '215012.776000', '215012.779000', '215012.782000', '215012.784000', '215012.787000', '215012.790000', '215012.792000', '215012.795000', '215012.798000', '215012.801000', '215012.803000', '215012.806000', '215012.809000', '215012.811000', '215012.814000', '215012.816000', '215012.819000', '215012.822000', '215012.824000', '215012.827000', '215012.830000', '215012.832000', '215012.835000', '215012.838000', '215012.840000', '215012.843000', '215012.845000', '215012.848000', '215012.851000', '215012.853000', '215012.856000', '215012.859000', '215012.861000', '215012.864000', '215012.866000', '215012.869000', '215012.872000', '215012.874000', '215012.877000', '215012.880000', '215012.882000', '215032.769000', '215032.771000', '215032.774000', '215032.777000', '215032.779000', '215032.782000', '215032.785000', '215032.787000', '215032.790000', '215032.793000', '215032.795000', '215032.798000', '215032.847000', '215032.850000', '215032.853000', '215032.855000', '215032.858000', '215032.860000', '215032.863000', '215032.866000', '215032.868000', '215032.885000', '215032.888000', '215032.890000', '215032.893000', '215032.896000', '215032.898000', '215032.901000', '215032.904000', '215032.906000', '215032.909000', '215032.912000', '215032.914000', '215032.917000', '215032.919000', '215032.922000', '215032.925000', '215032.928000', '215032.930000', '215032.933000', '215032.935000', '215032.938000', '215032.941000', '215052.768000', '215052.771000', '215052.773000', '215052.776000', '215052.779000', '215052.781000', '215052.784000', '215052.787000', '215052.789000', '215052.792000', '215052.795000', '215052.798000', '215052.844000', '215052.847000', '215052.850000', '215052.852000', '215052.855000', '215052.858000', '215052.860000', '215052.863000', '215052.865000', '215052.868000', '215052.871000', '215052.873000', '215052.876000', '215052.879000', '215052.881000', '215052.884000', '215052.887000', '215052.889000', '215052.892000', '215052.894000', '215052.897000', '215052.900000', '215052.902000', '215052.905000', '215052.907000', '215052.910000', '215052.912000', '215052.915000', '215052.918000', '215052.920000', '215052.923000', '215052.925000', '215112.768000', '215112.771000', '215112.773000', '215112.776000', '215112.779000', '215112.781000', '215112.784000', '215112.787000', '215112.790000', '215112.792000', '215112.795000', '215112.798000', '215112.828000', '215112.831000', '215112.833000', '215112.836000', '215112.839000', '215112.841000', '215112.844000', '215112.847000', '215112.849000', '215112.852000', '215112.854000', '215112.857000', '215112.860000', '215112.862000', '215112.865000', '215112.868000', '215112.870000', '215112.873000', '215112.876000', '215112.879000', '215112.881000', '215112.884000', '215112.887000', '215112.889000', '215112.892000', '215112.895000', '215112.897000', '215112.900000', '215112.902000', '215112.905000', '215112.908000', '215132.767000', '215132.770000', '215132.773000', '215132.776000', '215132.778000', '215132.781000', '215132.784000', '215132.786000', '215132.789000', '215132.792000', '215132.795000', '215132.797000', '215132.823000', '215132.825000', '215132.828000', '215132.830000', '215132.833000', '215132.836000', '215132.838000', '215132.841000', '215132.844000', '215132.846000', '215132.849000', '215132.851000', '215132.854000', '215132.857000', '215132.860000', '215132.862000', '215132.865000', '215132.868000', '215132.870000', '215132.873000', '215132.875000', '215132.878000', '215132.881000', '215132.883000', '215132.886000', '215132.889000', '215132.891000', '215132.894000', '215132.897000', '215132.899000', '215132.902000', '215132.904000', '215152.768000', '215152.770000', '215152.773000', '215152.776000', '215152.779000', '215152.781000', '215152.784000', '215152.786000', '215152.789000', '215152.792000', '215152.794000', '215152.797000', '215152.856000', '215152.859000', '215152.861000', '215152.864000', '215152.867000', '215152.869000', '215152.872000', '215152.874000', '215152.877000', '215152.880000', '215152.882000', '215152.885000', '215152.888000', '215152.890000', '215152.893000', '215152.896000', '215152.898000', '215152.901000', '215152.903000', '215152.906000', '215152.909000', '215152.911000', '215152.914000', '215152.917000', '215152.919000', '215152.922000', '215152.925000', '215152.928000', '215152.930000', '215152.934000', '215152.936000', '215212.767000', '215212.770000', '215212.774000', '215212.790000', '215212.793000', '215212.795000', '215212.798000', '215212.801000', '215212.804000', '215212.806000', '215212.809000', '215212.812000', '215212.815000', '215212.817000', '215212.820000', '215212.823000', '215212.825000', '215212.828000', '215212.830000', '215212.833000', '215212.836000', '215212.838000', '215212.841000', '215212.844000', '215212.846000', '215212.849000', '215212.852000', '215212.854000', '215212.857000', '215212.860000', '215212.862000', '215212.865000', '215212.868000', '215212.870000', '215212.873000', '215212.876000', '215212.878000', '215212.881000', '215212.884000', '215212.886000', '215212.889000', '215212.892000', '215212.894000', '215212.897000', '215232.769000', '215232.772000', '215232.774000', '215232.777000', '215232.780000', '215232.782000', '215232.785000', '215232.788000', '215232.790000', '215232.793000', '215232.796000', '215232.799000', '215232.851000', '215232.854000', '215232.857000', '215232.859000', '215232.862000', '215232.865000', '215232.867000', '215232.870000', '215232.872000', '215232.875000', '215232.878000', '215232.880000', '215232.883000', '215232.886000', '215232.888000', '215232.891000', '215232.893000', '215232.896000', '215232.899000', '215232.901000', '215232.904000', '215232.907000', '215232.909000', '215232.912000', '215232.914000', '215232.917000', '215232.920000', '215232.922000', '215232.925000', '215232.928000', '215232.930000', '215252.769000', '215252.772000', '215252.774000', '215252.777000', '215252.779000', '215252.782000', '215252.785000', '215252.787000', '215252.790000', '215252.793000', '215252.795000', '215252.798000', '215252.801000', '215252.803000', '215252.809000', '215252.812000', '215252.814000', '215252.817000', '215252.820000', '215252.822000', '215252.825000', '215252.828000', '215252.831000', '215252.833000', '215252.836000', '215252.839000', '215252.841000', '215252.844000', '215252.847000', '215252.849000', '215252.852000', '215252.855000', '215252.857000', '215252.860000', '215252.863000', '215252.867000', '215252.870000', '215252.872000', '215252.875000', '215252.878000', '215252.880000', '215252.883000', '215252.886000', '215252.888000', '215312.768000', '215312.770000', '215312.773000', '215312.776000', '215312.779000', '215312.781000', '215312.784000', '215312.786000', '215312.789000', '215312.792000', '215312.794000', '215312.797000', '215312.851000', '215312.854000', '215312.856000', '215312.859000', '215312.862000', '215312.865000', '215312.867000', '215312.870000', '215312.873000', '215312.875000', '215312.878000', '215312.880000', '215312.883000', '215312.886000', '215312.888000', '215312.891000', '215312.894000', '215312.896000', '215312.899000', '215312.902000', '215312.904000', '215312.907000', '215312.910000', '215312.912000', '215312.915000', '215312.917000', '215312.920000', '215312.923000', '215312.925000', '215312.928000', '215312.931000', '215332.768000', '215332.771000', '215332.773000', '215332.776000', '215332.779000', '215332.781000', '215332.784000', '215332.787000', '215332.789000', '215332.792000', '215332.795000', '215332.797000', '215332.841000', '215332.844000', '215332.879000', '215332.882000', '215332.884000', '215332.887000', '215332.890000', '215332.892000', '215332.895000', '215332.897000', '215332.900000', '215332.903000', '215332.905000', '215332.908000', '215332.911000', '215332.913000', '215332.916000', '215332.919000', '215332.921000', '215332.924000', '215332.926000', '215332.929000', '215332.932000', '215332.934000', '215332.937000', '215332.940000', '215332.943000', '215332.945000', '215332.948000', '215332.951000', '215332.953000', '215332.956000', '215352.768000', '215352.770000', '215352.773000', '215352.776000', '215352.779000', '215352.781000', '215352.784000', '215352.787000', '215352.789000', '215352.792000', '215352.794000', '215352.797000', '215352.880000', '215352.883000', '215352.886000', '215352.888000', '215352.891000', '215352.893000', '215352.896000', '215352.899000', '215352.901000', '215352.904000', '215352.906000', '215352.909000', '215352.912000', '215352.914000', '215352.917000', '215352.920000', '215352.922000', '215352.925000', '215352.928000', '215352.930000', '215352.933000', '215352.936000', '215352.938000', '215352.941000', '215352.944000', '215352.946000', '215352.949000', '215352.951000', '215352.954000', '215352.957000', '215352.960000', '215412.767000', '215412.770000', '215412.774000', '215412.776000', '215412.779000', '215412.781000', '215412.784000', '215412.787000', '215412.789000', '215412.792000', '215412.795000', '215412.797000', '215412.833000', '215412.837000', '215412.840000', '215412.843000', '215412.845000', '215412.848000', '215412.851000', '215412.853000', '215412.856000', '215412.859000', '215412.861000', '215412.864000', '215412.867000', '215412.869000', '215412.872000', '215412.874000', '215412.877000', '215412.880000', '215412.882000', '215412.885000', '215412.888000', '215412.890000', '215412.893000', '215412.896000', '215412.898000', '215412.901000', '215412.903000', '215412.906000', '215412.909000', '215412.911000', '215412.914000', '215432.768000', '215432.770000', '215432.773000', '215432.776000', '215432.779000', '215432.782000', '215432.784000', '215432.787000', '215432.790000', '215432.793000', '215432.795000', '215432.798000', '215432.856000', '215432.859000', '215432.862000', '215432.864000', '215432.867000', '215432.870000', '215432.872000', '215432.875000', '215432.877000', '215432.880000', '215432.883000', '215432.885000', '215432.888000', '215432.891000', '215432.893000', '215432.896000', '215432.898000', '215432.901000', '215432.904000', '215432.906000', '215432.909000', '215432.911000', '215432.914000', '215432.917000', '215432.919000', '215432.922000', '215432.925000', '215432.927000', '215432.930000', '215432.933000', '215432.935000', '215432.938000', '215452.769000', '215452.772000', '215452.774000', '215452.777000', '215452.779000', '215452.783000', '215452.786000', '215452.789000', '215452.792000', '215452.794000', '215452.798000', '215452.858000', '215452.861000', '215452.863000', '215452.866000', '215452.869000', '215452.871000', '215452.874000', '215452.877000', '215452.879000', '215452.882000', '215452.885000', '215452.887000', '215452.890000', '215452.907000', '215452.909000', '215452.912000', '215452.915000', '215452.917000', '215452.920000', '215452.923000', '215452.925000', '215452.928000', '215452.931000', '215452.933000', '215452.936000', '215452.939000', '215452.941000', '215452.944000', '215452.947000', '215452.949000', '215452.952000', '215452.954000', '215512.769000', '215512.771000', '215512.774000', '215512.777000', '215512.780000', '215512.782000', '215512.785000', '215512.788000', '215512.790000', '215512.793000', '215512.796000', '215512.798000', '215512.867000', '215512.869000', '215512.872000', '215512.874000', '215512.877000', '215512.880000', '215512.882000', '215512.885000', '215512.887000', '215512.890000', '215512.892000', '215512.895000', '215512.898000', '215512.900000', '215512.903000', '215512.906000', '215512.908000', '215512.911000', '215512.914000', '215512.916000', '215512.919000', '215512.921000', '215512.924000', '215512.927000', '215512.929000', '215512.932000', '215512.935000', '215512.937000', '215512.940000', '215512.942000', '215512.945000', '215512.948000', '215532.768000', '215532.771000', '215532.773000', '215532.776000', '215532.779000', '215532.782000', '215532.785000', '215532.788000', '215532.791000', '215532.793000', '215532.796000', '215532.799000', '215532.861000', '215532.863000', '215532.866000', '215532.869000', '215532.871000', '215532.874000', '215532.876000', '215532.879000', '215532.882000', '215532.884000', '215532.887000', '215532.890000', '215532.892000', '215532.895000', '215532.897000', '215532.900000', '215532.903000', '215532.905000', '215532.908000', '215532.910000', '215532.913000', '215532.915000', '215532.918000', '215532.921000', '215532.923000', '215532.926000', '215532.928000', '215532.931000', '215532.934000', '215532.936000', '215532.939000', '215552.768000', '215552.771000', '215552.773000', '215552.776000', '215552.779000', '215552.781000', '215552.784000', '215552.787000', '215552.789000', '215552.792000', '215552.795000', '215552.797000', '215552.850000', '215552.852000', '215552.855000', '215552.858000', '215552.860000', '215552.863000', '215552.866000', '215552.868000', '215552.871000', '215552.873000', '215552.876000', '215552.879000', '215552.881000', '215552.884000', '215552.887000', '215552.889000', '215552.892000', '215552.895000', '215552.898000', '215552.900000', '215552.903000', '215552.906000', '215552.908000', '215552.911000', '215552.913000', '215552.916000', '215552.919000', '215552.921000', '215552.924000', '215552.927000', '215552.929000', '215552.932000', '215612.768000', '215612.770000', '215612.773000', '215612.776000', '215612.778000', '215612.781000', '215612.783000', '215612.786000', '215612.789000', '215612.791000', '215612.794000', '215612.797000', '215612.799000', '215612.802000', '215612.804000', '215612.807000', '215612.810000', '215612.812000', '215612.815000', '215612.818000', '215612.820000', '215612.836000', '215612.840000', '215612.842000', '215612.845000', '215612.848000', '215612.850000', '215612.853000', '215612.856000', '215612.858000', '215612.861000', '215612.864000', '215612.866000', '215612.869000', '215612.872000', '215612.874000', '215612.877000', '215612.880000', '215612.882000', '215612.885000', '215612.887000', '215612.890000', '215612.893000', '215632.768000', '215632.770000', '215632.773000', '215632.776000', '215632.779000', '215632.782000', '215632.785000', '215632.787000', '215632.790000', '215632.793000', '215632.795000', '215632.798000', '215632.807000', '215632.810000', '215632.812000', '215632.815000', '215632.818000', '215632.820000', '215632.823000', '215632.826000', '215632.828000', '215632.831000', '215632.834000', '215632.836000', '215632.839000', '215632.842000', '215632.844000', '215632.847000', '215632.849000', '215632.852000', '215632.855000', '215632.857000', '215632.860000', '215632.863000', '215632.865000', '215632.868000', '215632.871000', '215632.873000', '215632.876000', '215632.879000', '215632.881000', '215632.884000', '215632.887000', '215632.889000', '215652.768000', '215652.770000', '215652.774000', '215652.776000', '215652.779000', '215652.782000', '215652.785000', '215652.787000', '215652.790000', '215652.792000', '215652.801000', '215652.804000', '215652.806000', '215652.809000', '215652.812000', '215652.814000', '215652.817000', '215652.819000', '215652.822000', '215652.825000', '215652.827000', '215652.830000', '215652.832000', '215652.835000', '215652.838000', '215652.841000', '215652.844000', '215652.847000', '215652.849000', '215652.852000', '215652.855000', '215652.857000', '215652.860000', '215652.863000', '215652.866000', '215652.868000', '215652.871000', '215652.874000', '215652.876000', '215652.879000', '215652.882000', '215652.884000', '215652.887000', '215712.769000', '215712.772000', '215712.774000', '215712.777000', '215712.779000', '215712.782000', '215712.785000', '215712.787000', '215712.790000', '215712.793000', '215712.795000', '215712.798000', '215712.883000', '215712.885000', '215712.888000', '215712.890000', '215712.893000', '215712.896000', '215712.898000', '215712.901000', '215712.903000', '215712.906000', '215712.909000', '215712.911000', '215712.914000', '215712.917000', '215712.919000', '215712.922000', '215712.924000', '215712.927000', '215712.930000', '215712.932000', '215712.935000', '215712.938000', '215712.940000', '215712.943000', '215712.945000', '215712.948000', '215712.951000', '215712.953000', '215712.956000', '215712.958000', '215712.961000', '215712.964000', '215732.769000', '215732.772000', '215732.775000', '215732.788000', '215732.791000', '215732.794000', '215732.796000', '215732.799000', '215732.856000', '215732.860000', '215732.862000', '215732.865000', '215732.868000', '215732.870000', '215732.873000', '215732.875000', '215732.879000', '215732.882000', '215732.884000', '215732.887000', '215732.889000', '215732.892000', '215732.895000', '215732.897000', '215732.900000', '215732.903000', '215732.905000', '215732.908000', '215732.910000', '215732.913000', '215732.916000', '215732.918000', '215732.921000', '215732.923000', '215732.926000', '215732.929000', '215732.931000', '215732.934000', '215732.937000', '215732.939000', '215732.942000', '215732.944000', '215732.947000', '215752.768000', '215752.772000', '215752.775000', '215752.778000', '215752.780000', '215752.783000', '215752.786000', '215752.789000', '215752.792000', '215752.794000', '215752.797000', '215752.875000', '215752.878000', '215752.880000', '215752.883000', '215752.886000', '215752.888000', '215752.891000', '215752.894000', '215752.896000', '215752.899000', '215752.902000', '215752.904000', '215752.907000', '215752.910000', '215752.912000', '215752.915000', '215752.918000', '215752.920000', '215752.923000', '215752.926000', '215752.928000', '215752.931000', '215752.934000', '215752.937000', '215752.940000', '215752.942000', '215752.945000', '215752.948000', '215752.951000', '215752.953000', '215752.956000', '215752.959000', '215752.962000', '215753.362000'], 'InstanceCreationTime': ['214732.799000', '214732.803000', '214732.805000', '214732.808000', '214732.810000', '214732.813000', '214732.824000', '214732.827000', '214732.829000', '214732.832000', '214732.835000', '214732.837000', '214732.840000', '214732.842000', '214732.853000', '214732.855000', '214732.858000', '214732.860000', '214732.863000', '214732.866000', '214732.868000', '214732.871000', '214732.873000', '214732.876000', '214732.878000', '214732.881000', '214732.883000', '214752.768000', '214752.773000', '214752.775000', '214752.778000', '214752.780000', '214752.783000', '214752.785000', '214752.788000', '214752.791000', '214752.793000', '214752.796000', '214752.798000', '214752.801000', '214752.803000', '214752.814000', '214752.817000', '214752.819000', '214752.822000', '214752.825000', '214752.827000', '214752.830000', '214752.833000', '214752.835000', '214752.838000', '214752.840000', '214752.843000', '214752.846000', '214752.848000', '214752.851000', '214752.853000', '214752.856000', '214752.858000', '214752.861000', '214752.864000', '214752.866000', '214752.869000', '214752.871000', '214752.874000', '214752.877000', '214752.879000', '214752.882000', '214752.884000', '214752.887000', '214812.769000', '214812.771000', '214812.774000', '214812.777000', '214812.779000', '214812.782000', '214812.784000', '214812.787000', '214812.789000', '214812.792000', '214812.795000', '214812.797000', '214812.800000', '214812.802000', '214812.805000', '214812.808000', '214812.810000', '214812.813000', '214812.815000', '214812.818000', '214812.821000', '214812.823000', '214812.826000', '214812.828000', '214812.831000', '214812.834000', '214812.836000', '214812.839000', '214812.841000', '214812.844000', '214812.847000', '214812.849000', '214812.852000', '214812.855000', '214812.857000', '214812.860000', '214812.862000', '214812.865000', '214812.874000', '214812.876000', '214812.879000', '214812.881000', '214812.884000', '214812.887000', '214832.767000', '214832.770000', '214832.773000', '214832.776000', '214832.778000', '214832.781000', '214832.783000', '214832.786000', '214832.789000', '214832.791000', '214832.794000', '214832.797000', '214832.799000', '214832.802000', '214832.805000', '214832.807000', '214832.810000', '214832.812000', '214832.815000', '214832.818000', '214832.821000', '214832.824000', '214832.827000', '214832.830000', '214832.832000', '214832.835000', '214832.837000', '214832.841000', '214832.843000', '214832.846000', '214832.849000', '214832.851000', '214832.854000', '214832.856000', '214832.859000', '214832.861000', '214832.864000', '214832.867000', '214832.869000', '214832.872000', '214832.874000', '214832.877000', '214832.879000', '214852.768000', '214852.770000', '214852.773000', '214852.776000', '214852.778000', '214852.781000', '214852.783000', '214852.786000', '214852.788000', '214852.791000', '214852.794000', '214852.796000', '214852.799000', '214852.802000', '214852.804000', '214852.807000', '214852.809000', '214852.812000', '214852.815000', '214852.817000', '214852.820000', '214852.822000', '214852.825000', '214852.827000', '214852.830000', '214852.832000', '214852.835000', '214852.838000', '214852.840000', '214852.843000', '214852.845000', '214852.848000', '214852.851000', '214852.853000', '214852.856000', '214852.859000', '214852.861000', '214852.864000', '214852.866000', '214852.869000', '214852.881000', '214852.884000', '214852.886000', '214852.889000', '214912.767000', '214912.770000', '214912.773000', '214912.776000', '214912.778000', '214912.781000', '214912.784000', '214912.786000', '214912.789000', '214912.792000', '214912.794000', '214912.797000', '214912.800000', '214912.802000', '214912.805000', '214912.807000', '214912.810000', '214912.812000', '214912.815000', '214912.818000', '214912.820000', '214912.823000', '214912.825000', '214912.828000', '214912.830000', '214912.833000', '214912.836000', '214912.838000', '214912.841000', '214912.844000', '214912.846000', '214912.849000', '214912.852000', '214912.854000', '214912.857000', '214912.860000', '214912.863000', '214912.865000', '214912.868000', '214912.870000', '214912.873000', '214912.876000', '214912.878000', '214932.768000', '214932.770000', '214932.773000', '214932.776000', '214932.779000', '214932.781000', '214932.784000', '214932.787000', '214932.789000', '214932.792000', '214932.794000', '214932.797000', '214932.800000', '214932.802000', '214932.805000', '214932.808000', '214932.810000', '214932.813000', '214932.815000', '214932.818000', '214932.820000', '214932.823000', '214932.826000', '214932.828000', '214932.831000', '214932.833000', '214932.836000', '214932.839000', '214932.842000', '214932.844000', '214932.847000', '214932.849000', '214932.852000', '214932.855000', '214932.857000', '214932.860000', '214932.863000', '214932.865000', '214932.868000', '214932.870000', '214932.873000', '214932.876000', '214932.878000', '214932.881000', '214952.768000', '214952.771000', '214952.773000', '214952.776000', '214952.778000', '214952.781000', '214952.784000', '214952.786000', '214952.789000', '214952.792000', '214952.794000', '214952.797000', '214952.800000', '214952.803000', '214952.805000', '214952.808000', '214952.810000', '214952.813000', '214952.816000', '214952.818000', '214952.821000', '214952.823000', '214952.826000', '214952.829000', '214952.832000', '214952.835000', '214952.838000', '214952.841000', '214952.843000', '214952.846000', '214952.849000', '214952.851000', '214952.854000', '214952.856000', '214952.859000', '214952.862000', '214952.864000', '214952.867000', '214952.869000', '214952.872000', '214952.875000', '214952.878000', '214952.881000', '215012.768000', '215012.771000', '215012.774000', '215012.776000', '215012.779000', '215012.782000', '215012.784000', '215012.787000', '215012.790000', '215012.792000', '215012.795000', '215012.798000', '215012.801000', '215012.803000', '215012.806000', '215012.809000', '215012.811000', '215012.814000', '215012.816000', '215012.819000', '215012.822000', '215012.824000', '215012.827000', '215012.830000', '215012.832000', '215012.835000', '215012.838000', '215012.840000', '215012.843000', '215012.845000', '215012.848000', '215012.851000', '215012.853000', '215012.856000', '215012.859000', '215012.861000', '215012.864000', '215012.866000', '215012.869000', '215012.872000', '215012.874000', '215012.877000', '215012.880000', '215012.882000', '215032.769000', '215032.771000', '215032.774000', '215032.777000', '215032.779000', '215032.782000', '215032.785000', '215032.787000', '215032.790000', '215032.793000', '215032.795000', '215032.798000', '215032.847000', '215032.850000', '215032.853000', '215032.855000', '215032.858000', '215032.860000', '215032.863000', '215032.866000', '215032.868000', '215032.885000', '215032.888000', '215032.890000', '215032.893000', '215032.896000', '215032.898000', '215032.901000', '215032.904000', '215032.906000', '215032.909000', '215032.912000', '215032.914000', '215032.917000', '215032.919000', '215032.922000', '215032.925000', '215032.928000', '215032.930000', '215032.933000', '215032.935000', '215032.938000', '215032.941000', '215052.768000', '215052.771000', '215052.773000', '215052.776000', '215052.779000', '215052.781000', '215052.784000', '215052.787000', '215052.789000', '215052.792000', '215052.795000', '215052.798000', '215052.844000', '215052.847000', '215052.850000', '215052.852000', '215052.855000', '215052.858000', '215052.860000', '215052.863000', '215052.865000', '215052.868000', '215052.871000', '215052.873000', '215052.876000', '215052.879000', '215052.881000', '215052.884000', '215052.887000', '215052.889000', '215052.892000', '215052.894000', '215052.897000', '215052.900000', '215052.902000', '215052.905000', '215052.907000', '215052.910000', '215052.912000', '215052.915000', '215052.918000', '215052.920000', '215052.923000', '215052.925000', '215112.768000', '215112.771000', '215112.773000', '215112.776000', '215112.779000', '215112.781000', '215112.784000', '215112.787000', '215112.790000', '215112.792000', '215112.795000', '215112.798000', '215112.828000', '215112.831000', '215112.833000', '215112.836000', '215112.839000', '215112.841000', '215112.844000', '215112.847000', '215112.849000', '215112.852000', '215112.854000', '215112.857000', '215112.860000', '215112.862000', '215112.865000', '215112.868000', '215112.870000', '215112.873000', '215112.876000', '215112.879000', '215112.881000', '215112.884000', '215112.887000', '215112.889000', '215112.892000', '215112.895000', '215112.897000', '215112.900000', '215112.902000', '215112.905000', '215112.908000', '215132.767000', '215132.770000', '215132.773000', '215132.776000', '215132.778000', '215132.781000', '215132.784000', '215132.786000', '215132.789000', '215132.792000', '215132.795000', '215132.797000', '215132.823000', '215132.825000', '215132.828000', '215132.830000', '215132.833000', '215132.836000', '215132.838000', '215132.841000', '215132.844000', '215132.846000', '215132.849000', '215132.851000', '215132.854000', '215132.857000', '215132.860000', '215132.862000', '215132.865000', '215132.868000', '215132.870000', '215132.873000', '215132.875000', '215132.878000', '215132.881000', '215132.883000', '215132.886000', '215132.889000', '215132.891000', '215132.894000', '215132.897000', '215132.899000', '215132.902000', '215132.904000', '215152.768000', '215152.770000', '215152.773000', '215152.776000', '215152.779000', '215152.781000', '215152.784000', '215152.786000', '215152.789000', '215152.792000', '215152.794000', '215152.797000', '215152.856000', '215152.859000', '215152.861000', '215152.864000', '215152.867000', '215152.869000', '215152.872000', '215152.874000', '215152.877000', '215152.880000', '215152.882000', '215152.885000', '215152.888000', '215152.890000', '215152.893000', '215152.896000', '215152.898000', '215152.901000', '215152.903000', '215152.906000', '215152.909000', '215152.911000', '215152.914000', '215152.917000', '215152.919000', '215152.922000', '215152.925000', '215152.928000', '215152.930000', '215152.934000', '215152.936000', '215212.767000', '215212.770000', '215212.774000', '215212.790000', '215212.793000', '215212.795000', '215212.798000', '215212.801000', '215212.804000', '215212.806000', '215212.809000', '215212.812000', '215212.815000', '215212.817000', '215212.820000', '215212.823000', '215212.825000', '215212.828000', '215212.830000', '215212.833000', '215212.836000', '215212.838000', '215212.841000', '215212.844000', '215212.846000', '215212.849000', '215212.852000', '215212.854000', '215212.857000', '215212.860000', '215212.862000', '215212.865000', '215212.868000', '215212.870000', '215212.873000', '215212.876000', '215212.878000', '215212.881000', '215212.884000', '215212.886000', '215212.889000', '215212.892000', '215212.894000', '215212.897000', '215232.769000', '215232.772000', '215232.774000', '215232.777000', '215232.780000', '215232.782000', '215232.785000', '215232.788000', '215232.790000', '215232.793000', '215232.796000', '215232.799000', '215232.851000', '215232.854000', '215232.857000', '215232.859000', '215232.862000', '215232.865000', '215232.867000', '215232.870000', '215232.872000', '215232.875000', '215232.878000', '215232.880000', '215232.883000', '215232.886000', '215232.888000', '215232.891000', '215232.893000', '215232.896000', '215232.899000', '215232.901000', '215232.904000', '215232.907000', '215232.909000', '215232.912000', '215232.914000', '215232.917000', '215232.920000', '215232.922000', '215232.925000', '215232.928000', '215232.930000', '215252.769000', '215252.772000', '215252.774000', '215252.777000', '215252.779000', '215252.782000', '215252.785000', '215252.787000', '215252.790000', '215252.793000', '215252.795000', '215252.798000', '215252.801000', '215252.803000', '215252.809000', '215252.812000', '215252.814000', '215252.817000', '215252.820000', '215252.822000', '215252.825000', '215252.828000', '215252.831000', '215252.833000', '215252.836000', '215252.839000', '215252.841000', '215252.844000', '215252.847000', '215252.849000', '215252.852000', '215252.855000', '215252.857000', '215252.860000', '215252.863000', '215252.867000', '215252.870000', '215252.872000', '215252.875000', '215252.878000', '215252.880000', '215252.883000', '215252.886000', '215252.888000', '215312.768000', '215312.770000', '215312.773000', '215312.776000', '215312.779000', '215312.781000', '215312.784000', '215312.786000', '215312.789000', '215312.792000', '215312.794000', '215312.797000', '215312.851000', '215312.854000', '215312.856000', '215312.859000', '215312.862000', '215312.865000', '215312.867000', '215312.870000', '215312.873000', '215312.875000', '215312.878000', '215312.880000', '215312.883000', '215312.886000', '215312.888000', '215312.891000', '215312.894000', '215312.896000', '215312.899000', '215312.902000', '215312.904000', '215312.907000', '215312.910000', '215312.912000', '215312.915000', '215312.917000', '215312.920000', '215312.923000', '215312.925000', '215312.928000', '215312.931000', '215332.768000', '215332.771000', '215332.773000', '215332.776000', '215332.779000', '215332.781000', '215332.784000', '215332.787000', '215332.789000', '215332.792000', '215332.795000', '215332.797000', '215332.841000', '215332.844000', '215332.879000', '215332.882000', '215332.884000', '215332.887000', '215332.890000', '215332.892000', '215332.895000', '215332.897000', '215332.900000', '215332.903000', '215332.905000', '215332.908000', '215332.911000', '215332.913000', '215332.916000', '215332.919000', '215332.921000', '215332.924000', '215332.926000', '215332.929000', '215332.932000', '215332.934000', '215332.937000', '215332.940000', '215332.943000', '215332.945000', '215332.948000', '215332.951000', '215332.953000', '215332.956000', '215352.768000', '215352.770000', '215352.773000', '215352.776000', '215352.779000', '215352.781000', '215352.784000', '215352.787000', '215352.789000', '215352.792000', '215352.794000', '215352.797000', '215352.880000', '215352.883000', '215352.886000', '215352.888000', '215352.891000', '215352.893000', '215352.896000', '215352.899000', '215352.901000', '215352.904000', '215352.906000', '215352.909000', '215352.912000', '215352.914000', '215352.917000', '215352.920000', '215352.922000', '215352.925000', '215352.928000', '215352.930000', '215352.933000', '215352.936000', '215352.938000', '215352.941000', '215352.944000', '215352.946000', '215352.949000', '215352.951000', '215352.954000', '215352.957000', '215352.960000', '215412.767000', '215412.770000', '215412.774000', '215412.776000', '215412.779000', '215412.781000', '215412.784000', '215412.787000', '215412.789000', '215412.792000', '215412.795000', '215412.797000', '215412.833000', '215412.837000', '215412.840000', '215412.843000', '215412.845000', '215412.848000', '215412.851000', '215412.853000', '215412.856000', '215412.859000', '215412.861000', '215412.864000', '215412.867000', '215412.869000', '215412.872000', '215412.874000', '215412.877000', '215412.880000', '215412.882000', '215412.885000', '215412.888000', '215412.890000', '215412.893000', '215412.896000', '215412.898000', '215412.901000', '215412.903000', '215412.906000', '215412.909000', '215412.911000', '215412.914000', '215432.768000', '215432.770000', '215432.773000', '215432.776000', '215432.779000', '215432.782000', '215432.784000', '215432.787000', '215432.790000', '215432.793000', '215432.795000', '215432.798000', '215432.856000', '215432.859000', '215432.862000', '215432.864000', '215432.867000', '215432.870000', '215432.872000', '215432.875000', '215432.877000', '215432.880000', '215432.883000', '215432.885000', '215432.888000', '215432.891000', '215432.893000', '215432.896000', '215432.898000', '215432.901000', '215432.904000', '215432.906000', '215432.909000', '215432.911000', '215432.914000', '215432.917000', '215432.919000', '215432.922000', '215432.925000', '215432.927000', '215432.930000', '215432.933000', '215432.935000', '215432.938000', '215452.769000', '215452.772000', '215452.774000', '215452.777000', '215452.779000', '215452.783000', '215452.786000', '215452.789000', '215452.792000', '215452.794000', '215452.798000', '215452.858000', '215452.861000', '215452.863000', '215452.866000', '215452.869000', '215452.871000', '215452.874000', '215452.877000', '215452.879000', '215452.882000', '215452.885000', '215452.887000', '215452.890000', '215452.907000', '215452.909000', '215452.912000', '215452.915000', '215452.917000', '215452.920000', '215452.923000', '215452.925000', '215452.928000', '215452.931000', '215452.933000', '215452.936000', '215452.939000', '215452.941000', '215452.944000', '215452.947000', '215452.949000', '215452.952000', '215452.954000', '215512.769000', '215512.771000', '215512.774000', '215512.777000', '215512.780000', '215512.782000', '215512.785000', '215512.788000', '215512.790000', '215512.793000', '215512.796000', '215512.798000', '215512.867000', '215512.869000', '215512.872000', '215512.874000', '215512.877000', '215512.880000', '215512.882000', '215512.885000', '215512.887000', '215512.890000', '215512.892000', '215512.895000', '215512.898000', '215512.900000', '215512.903000', '215512.906000', '215512.908000', '215512.911000', '215512.914000', '215512.916000', '215512.919000', '215512.921000', '215512.924000', '215512.927000', '215512.929000', '215512.932000', '215512.935000', '215512.937000', '215512.940000', '215512.942000', '215512.945000', '215512.948000', '215532.768000', '215532.771000', '215532.773000', '215532.776000', '215532.779000', '215532.782000', '215532.785000', '215532.788000', '215532.791000', '215532.793000', '215532.796000', '215532.799000', '215532.861000', '215532.863000', '215532.866000', '215532.869000', '215532.871000', '215532.874000', '215532.876000', '215532.879000', '215532.882000', '215532.884000', '215532.887000', '215532.890000', '215532.892000', '215532.895000', '215532.897000', '215532.900000', '215532.903000', '215532.905000', '215532.908000', '215532.910000', '215532.913000', '215532.915000', '215532.918000', '215532.921000', '215532.923000', '215532.926000', '215532.928000', '215532.931000', '215532.934000', '215532.936000', '215532.939000', '215552.768000', '215552.771000', '215552.773000', '215552.776000', '215552.779000', '215552.781000', '215552.784000', '215552.787000', '215552.789000', '215552.792000', '215552.795000', '215552.797000', '215552.850000', '215552.852000', '215552.855000', '215552.858000', '215552.860000', '215552.863000', '215552.866000', '215552.868000', '215552.871000', '215552.873000', '215552.876000', '215552.879000', '215552.881000', '215552.884000', '215552.887000', '215552.889000', '215552.892000', '215552.895000', '215552.898000', '215552.900000', '215552.903000', '215552.906000', '215552.908000', '215552.911000', '215552.913000', '215552.916000', '215552.919000', '215552.921000', '215552.924000', '215552.927000', '215552.929000', '215552.932000', '215612.768000', '215612.770000', '215612.773000', '215612.776000', '215612.778000', '215612.781000', '215612.783000', '215612.786000', '215612.789000', '215612.791000', '215612.794000', '215612.797000', '215612.799000', '215612.802000', '215612.804000', '215612.807000', '215612.810000', '215612.812000', '215612.815000', '215612.818000', '215612.820000', '215612.836000', '215612.840000', '215612.842000', '215612.845000', '215612.848000', '215612.850000', '215612.853000', '215612.856000', '215612.858000', '215612.861000', '215612.864000', '215612.866000', '215612.869000', '215612.872000', '215612.874000', '215612.877000', '215612.880000', '215612.882000', '215612.885000', '215612.887000', '215612.890000', '215612.893000', '215632.768000', '215632.770000', '215632.773000', '215632.776000', '215632.779000', '215632.782000', '215632.785000', '215632.787000', '215632.790000', '215632.793000', '215632.795000', '215632.798000', '215632.807000', '215632.810000', '215632.812000', '215632.815000', '215632.818000', '215632.820000', '215632.823000', '215632.826000', '215632.828000', '215632.831000', '215632.834000', '215632.836000', '215632.839000', '215632.842000', '215632.844000', '215632.847000', '215632.849000', '215632.852000', '215632.855000', '215632.857000', '215632.860000', '215632.863000', '215632.865000', '215632.868000', '215632.871000', '215632.873000', '215632.876000', '215632.879000', '215632.881000', '215632.884000', '215632.887000', '215632.889000', '215652.768000', '215652.770000', '215652.774000', '215652.776000', '215652.779000', '215652.782000', '215652.785000', '215652.787000', '215652.790000', '215652.792000', '215652.801000', '215652.804000', '215652.806000', '215652.809000', '215652.812000', '215652.814000', '215652.817000', '215652.819000', '215652.822000', '215652.825000', '215652.827000', '215652.830000', '215652.832000', '215652.835000', '215652.838000', '215652.841000', '215652.844000', '215652.847000', '215652.849000', '215652.852000', '215652.855000', '215652.857000', '215652.860000', '215652.863000', '215652.866000', '215652.868000', '215652.871000', '215652.874000', '215652.876000', '215652.879000', '215652.882000', '215652.884000', '215652.887000', '215712.769000', '215712.772000', '215712.774000', '215712.777000', '215712.779000', '215712.782000', '215712.785000', '215712.787000', '215712.790000', '215712.793000', '215712.795000', '215712.798000', '215712.883000', '215712.885000', '215712.888000', '215712.890000', '215712.893000', '215712.896000', '215712.898000', '215712.901000', '215712.903000', '215712.906000', '215712.909000', '215712.911000', '215712.914000', '215712.917000', '215712.919000', '215712.922000', '215712.924000', '215712.927000', '215712.930000', '215712.932000', '215712.935000', '215712.938000', '215712.940000', '215712.943000', '215712.945000', '215712.948000', '215712.951000', '215712.953000', '215712.956000', '215712.958000', '215712.961000', '215712.964000', '215732.769000', '215732.772000', '215732.775000', '215732.788000', '215732.791000', '215732.794000', '215732.796000', '215732.799000', '215732.856000', '215732.860000', '215732.862000', '215732.865000', '215732.868000', '215732.870000', '215732.873000', '215732.875000', '215732.879000', '215732.882000', '215732.884000', '215732.887000', '215732.889000', '215732.892000', '215732.895000', '215732.897000', '215732.900000', '215732.903000', '215732.905000', '215732.908000', '215732.910000', '215732.913000', '215732.916000', '215732.918000', '215732.921000', '215732.923000', '215732.926000', '215732.929000', '215732.931000', '215732.934000', '215732.937000', '215732.939000', '215732.942000', '215732.944000', '215732.947000', '215752.768000', '215752.772000', '215752.775000', '215752.778000', '215752.780000', '215752.783000', '215752.786000', '215752.789000', '215752.792000', '215752.794000', '215752.797000', '215752.875000', '215752.878000', '215752.880000', '215752.883000', '215752.886000', '215752.888000', '215752.891000', '215752.894000', '215752.896000', '215752.899000', '215752.902000', '215752.904000', '215752.907000', '215752.910000', '215752.912000', '215752.915000', '215752.918000', '215752.920000', '215752.923000', '215752.926000', '215752.928000', '215752.931000', '215752.934000', '215752.937000', '215752.940000', '215752.942000', '215752.945000', '215752.948000', '215752.951000', '215752.953000', '215752.956000', '215752.959000', '215752.962000', '215753.362000'], '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': [9958, 8497, 10358, 7990, 7761, 8478, 9001, 9683, 7689, 8031, 7753, 7402, 8302, 7515, 8334, 7346, 9190, 9151, 8955, 9076, 8723, 9268, 8545, 8543, 8018, 8459, 7716, 8261, 7426, 8180, 7712, 8553, 8694, 8126, 8731, 7917, 8342, 7926, 8488, 7649, 8416, 7432, 8412, 7568, 8230, 7288, 8385, 7347, 8225, 7024, 8376, 7940, 7754, 9936, 7733, 9385, 7784, 8224, 7586, 8006, 7579, 8491, 7462, 8364, 7492, 8212, 7459, 8283, 7495, 7930, 7229, 8568, 8537, 8071, 9394, 7832, 8819, 8032, 8279, 7255, 8245, 7393, 8004, 7246, 7956, 7384, 7651, 6992, 8276, 9540, 7634, 9571, 7776, 9088, 7593, 7809, 7543, 7964, 7299, 8102, 7292, 8403, 9326, 7599, 9725, 8010, 8979, 7615, 8153, 7500, 8090, 7537, 8025, 7617, 9905, 7369, 8703, 7615, 7698, 7149, 8666, 8704, 7946, 9715, 7639, 9235, 7594, 8640, 7644, 8666, 7474, 8248, 7420, 9233, 8530, 8310, 9380, 8130, 9307, 7916, 8726, 7914, 8901, 8164, 9442, 8478, 8589, 8266, 11057, 7914, 8844, 7644, 8633, 7336, 9283, 10436, 8641, 9254, 8442, 8738, 8036, 8772, 7819, 8593, 7869, 8685, 7785, 8511, 7759, 8889, 10150, 9126, 10073, 8706, 8764, 8562, 9157, 7791, 8751, 7691, 8528, 7044, 8984, 9598, 8320, 8877, 8071, 8602, 7603, 8318, 7258, 8585, 9159, 8253, 9380, 8076, 8338, 8012, 9123, 7518, 8952, 9527, 8393, 10393, 7812, 8311, 7648, 7591, 7819, 8576, 7611, 8847, 7227, 8596, 10508, 7964, 9177, 7779, 7871, 7691, 8187, 7419, 8514, 7358, 8645, 7438, 8642, 8288, 8167, 9638, 8100, 9011, 7485, 9072, 7231, 8537, 7292, 8894, 8592, 7808, 9282, 8010, 9216, 7662, 8796, 7062, 8168, 7341, 7756, 7453, 7621, 7168, 7756, 7164, 8577, 9016, 8166, 9924, 7517, 9493, 7654, 8783, 7206, 8467, 7366, 8725, 7260, 11754, 10262, 8027, 7577, 7611, 6925, 7615, 7344, 7931, 9275, 7602, 9679, 7707, 9735, 7822, 7886, 7497, 7946, 7439, 8236, 7481, 8458, 7297, 9020, 7522, 9451, 7557, 8598, 7865, 8368, 7476, 8093, 7534, 8064, 7920, 8633, 7787, 7807, 7897, 8696, 7548, 9891, 7616, 9056, 7408, 8426, 7273, 8908, 7400, 7933, 8120, 7565, 9547, 7425, 8864, 7485, 8689, 8103, 8012, 7518, 7696, 7487, 8329, 7378, 7691, 9037, 7772, 9595, 7627, 9195, 7390, 9300, 7520, 8487, 7133, 8184, 9384, 7662, 10233, 7504, 8441, 7517, 7656, 7542, 7479, 7375, 8935, 7704, 7644, 7486, 8232, 7296, 8668, 7394, 9206, 7522, 10268, 7321, 10173, 7410, 9594, 7646, 9759, 7483, 9123, 7469, 8934, 7664, 7952, 7231, 7973, 7426, 7538, 7530, 8656, 7524, 9352, 7420, 10006, 7438, 8796, 7570, 9310, 8388, 8938, 8388, 7993, 9148, 9175, 8509, 9606, 8201, 10478, 8055, 8964, 8718, 7970, 8435, 9757, 7896, 8634, 9076, 7547, 8255, 7614, 7878, 7593, 8714, 7685, 9134, 7618, 9930, 7538, 8287, 7559, 8988, 7854, 9874, 7969, 8865, 7592, 8493, 7319, 8479, 7538, 8676, 7765, 8787, 7724, 8837, 10045, 8043, 10195, 7877, 7811, 7507, 8671, 7414, 7405, 7561, 7977, 7669, 7787, 8345, 8603, 8835, 9755, 8434, 8891, 8306, 9945, 7971, 9976, 7731, 9181, 7499, 8981, 7740, 8255, 7852, 8706, 7572, 9414, 7881, 9081, 7864, 10017, 7654, 8891, 7696, 8922, 7469, 9176, 7254, 8340, 7189, 8715, 7320, 7776, 7124, 7732, 7253, 8571, 7612, 7826, 7759, 7809, 9686, 7702, 9698, 7541, 9227, 7620, 9385, 7509, 8932, 7099, 8800, 7614, 7915, 10102, 7758, 7991, 7588, 8476, 7340, 8634, 7880, 8222, 7401, 8324, 7258, 7826, 7115, 8081, 9139, 7952, 9451, 7698, 9627, 7838, 9001, 7369, 8841, 7187, 8072, 9799, 7724, 8259, 7407, 8854, 7124, 7686, 8408, 7785, 8899, 7680, 8402, 7554, 8225, 7673, 8068, 7778, 9318, 7651, 8054, 7437, 8848, 7468, 9524, 7400, 9438, 7555, 8007, 9661, 8089, 11384, 10474, 9182, 7840, 7440, 7791, 7398, 9099, 8102, 9166, 7741, 9343, 7734, 9885, 8454, 9658, 7995, 9799, 7413, 8206, 7257, 7987, 7023, 8550, 8812, 8079, 8951, 7977, 8385, 8471, 7847, 8056, 8906, 7895, 8807, 7871, 10514, 8133, 9423, 7828, 11709, 8136, 8388, 7160, 9225, 8358, 7898, 9134, 8076, 8869, 8043, 8475, 7719, 8884, 7793, 8955, 7936, 10017, 8309, 8931, 7904, 9575, 8084, 9517, 7709, 8276, 7804, 8785, 7755, 9316, 7872, 9499, 7674, 8338, 7739, 8840, 7996, 9588, 7898, 8552, 7970, 9421, 7460, 8154, 7555, 8246, 7686, 8202, 7385, 7995, 7342, 8108, 7243, 8434, 7432, 8024, 7130, 8952, 7537, 9153, 8897, 8613, 7756, 8806, 8057, 8719, 8843, 8074, 10184, 8128, 9148, 8325, 8568, 8034, 8418, 7997, 8629, 7790, 8673, 7678, 8557, 7706, 8089, 7566, 8395, 7990, 8870, 7968, 9611, 7567, 8580, 7606, 8544, 7957, 8227, 7778, 8208, 7611, 9347, 7582, 8993, 7955, 8239, 7682, 7953, 7797, 8193, 7463, 9955, 7598, 9318, 7424, 8050, 7290, 8817, 9297, 7853, 8921, 7797, 8103, 8245, 8214, 7597, 9212, 7567, 9379, 7851, 9310, 7614, 8322, 7539, 8705, 7837, 8086, 7536, 7992, 7174, 8366, 7255, 7951, 7104, 7899, 7205, 7794, 6993, 7764, 7253, 7535, 7323, 7627, 7419, 8046, 7175, 7835, 7617, 7737, 7350, 8117, 8785, 7588, 8975, 7522, 9105, 7738, 8479, 7333, 8272, 7600, 8242, 7487, 7513, 7709, 7338, 7457, 8643, 7461, 9759, 7570, 9892, 7642, 8790, 7434, 8998, 7674, 9593, 7688, 8084, 7570, 8411, 7838, 9442, 7939, 7735, 7793, 7147, 7919, 7448, 7560, 7429, 7814, 7108, 7641, 7233, 7844, 7288, 7856, 7423, 7899, 7176, 7770, 7372, 8007, 7379, 7715, 7218, 8114, 7408, 8107, 7514, 8168, 7584, 8144, 7440, 9058, 7537, 8642, 8488, 8563, 7919, 8389, 8035, 9499, 7610, 8266, 8096, 8306, 7598, 8444, 7416, 8152, 7479, 8369, 7629, 8071, 7385, 8616, 7321, 8174, 7405, 7912, 7233, 8070, 7169, 8125, 7220, 8285, 7289, 7802, 7146, 8330, 7279, 8044, 7394, 8065, 7362, 7896, 7459, 8513, 7280, 8302, 7432, 8243, 7358, 8357, 7364, 8172, 7416, 8306, 7620, 8159, 8149, 8493, 7751, 8466, 7807, 9559, 8021, 9328, 8022, 8954, 7547, 9714, 7952, 9637, 8154, 8328, 8461, 8548, 9146, 7899, 8274, 7441, 7920, 7393, 8192, 7479, 8164, 7331, 8262, 7944, 8281, 7664, 8473, 7999, 8984, 7928, 7356, 7988, 7294, 8943, 7695, 8225, 7944, 8397, 8419, 8720, 8646, 9670, 8618, 9387, 8609, 8435, 8057, 8896, 7438, 8357, 7446, 8082, 7287, 8288, 7344, 8402, 7647, 7243, 8366, 7882, 7986, 8720, 7726, 9707, 8336, 9457, 8687, 8158, 8173, 7393, 9251, 8356, 8201, 7284, 7228, 8148, 8100, 8315, 7959, 10998, 7577, 9800, 7410, 9360, 7879, 8307, 7575, 8304, 8260, 8545, 8028, 9843, 9499, 9623, 9361, 8667, 8183, 8154, 7862, 8168, 7935, 8424, 7707, 8026, 7737, 8570, 7387, 9022, 7411, 8808, 7305, 8337, 8236, 7723, 8658, 7530, 7996, 7488, 9196, 8001, 8947, 7838, 8574, 7442, 9833, 8020, 8359, 8548, 7234, 8002, 7368, 9373, 7772, 9264, 8204, 9793, 8293, 9021, 7714, 8785, 7664, 9002, 8173, 9224, 8176, 9438, 8036, 9218, 8067, 9438, 8263, 8746, 7741, 8801, 7514, 8416, 7727, 7311, 8408, 7302, 9368, 7400, 8627, 8735, 9771, 8326, 9282, 8153, 9415, 8296, 10193, 8352, 10230, 8428, 9683, 8747, 9143, 8206, 7251, 8086, 7272, 9049, 7089, 8744, 7493, 8860, 7403, 8279, 7152, 8190, 7318, 8556, 7223, 9030, 7588, 8185, 8767, 8113, 9007, 8582, 8852, 9617, 9088, 10017, 8441, 9059, 8219, 8881, 8750, 8403, 8299, 9221, 7874, 9261, 7489, 8990, 7861, 7725, 7561, 6993, 7991, 7426, 8020, 7243, 8116, 8191, 8078, 7417, 9193, 7864, 8804, 7670, 7506, 8317, 7786, 8226, 7729, 10945, 7374, 7413, 7816, 7733, 8297, 7806, 9909, 9547, 8604, 8863, 8611, 8724, 8357, 8507, 7236, 8159, 7523, 8375, 7399, 8577, 9079, 8489, 8548, 8683, 7559, 7806, 8207, 7185, 8062, 7887, 8002, 7442, 9052, 7968, 7278, 8258, 7649, 8133, 7987, 9678, 8181, 10151, 8487, 8890, 8719, 7523, 7950, 7487, 8356, 7758, 8838, 7894, 9441, 9992, 8410, 9973, 7593, 8749, 8664, 7967, 8040, 8758, 10239, 8773, 10165, 8571, 9540, 8773, 8495, 8377, 8518, 7386, 8912, 7273, 8365, 7316, 8290, 7389, 8981, 7061, 8526, 7284, 8106, 7767, 8760, 7174, 8636, 7602, 8317, 7470, 8017, 7372, 8841, 7489, 9459, 7363, 10337, 7803, 8447, 7935, 8295, 7616, 8268, 7770, 8570, 8691, 9217, 8073, 9529, 7593, 9813, 8001, 7994, 8256, 7835, 7813, 7545, 7851, 7741, 9811, 8264, 11297, 7517, 9478, 7495, 8747, 8533, 9176, 9313, 9021, 9971, 8886, 10131, 8658, 9623, 8943, 9654, 8889, 8274, 8866, 8801, 8262, 8773, 7834, 8807, 7856, 8900, 7487, 8235, 7591, 9251, 8266, 8547, 7860, 8880, 7639, 6979, 7761, 7135, 9074, 7289, 9085, 9217, 8894, 10068, 7944, 9622, 8036, 8872, 7754, 8234, 7624, 8626, 7734, 7495, 7450, 7925, 7528, 8808, 7511, 9185, 8627, 8462, 8637, 7794, 9056, 7754, 8320, 7209, 8050, 7507, 8255, 8202, 8542, 7930, 8877, 8068, 10030, 8103, 8406, 7856, 8958, 7964, 9005, 8404, 9899, 8360, 9486, 9062, 7480, 8252, 7649, 7653, 8094, 8765, 8399, 9526, 8281, 9374, 8447, 9428, 8610, 8197, 8563, 8024, 8327, 9390, 8104, 9462, 7974, 10224, 8127, 8812, 7887, 7597, 8115, 7234, 8216, 7388, 9460, 8130, 9081, 7794, 8179, 7557, 7728, 7937, 8400, 7832], 'WindowCenter': [4277.0, 4243.0, 4247.0, 4218.0, 4204.0, 4215.0, 4221.0, 4233.0, 4199.0, 4202.0, 4201.0, 4201.0, 4213.0, 4201.0, 4212.0, 4189.0, 4223.0, 4208.0, 4210.0, 4208.0, 4198.0, 4206.0, 4197.0, 4197.0, 4187.0, 4185.0, 4176.0, 4197.0, 4174.0, 4197.0, 4185.0, 4209.0, 4197.0, 4198.0, 4197.0, 4198.0, 4196.0, 4199.0, 4208.0, 4190.0, 4199.0, 4188.0, 4198.0, 4190.0, 4201.0, 4189.0, 4210.0, 4188.0, 4200.0, 4178.0, 4199.0, 4198.0, 4190.0, 4218.0, 4201.0, 4218.0, 4199.0, 4208.0, 4202.0, 4199.0, 4200.0, 4211.0, 4190.0, 4211.0, 4190.0, 4211.0, 4189.0, 4211.0, 4189.0, 4200.0, 4188.0, 4211.0, 4207.0, 4199.0, 4218.0, 4190.0, 4210.0, 4199.0, 4199.0, 4190.0, 4209.0, 4189.0, 4200.0, 4187.0, 4200.0, 4190.0, 4202.0, 4189.0, 4214.0, 4230.0, 4201.0, 4220.0, 4201.0, 4210.0, 4202.0, 4201.0, 4203.0, 4211.0, 4202.0, 4202.0, 4190.0, 4213.0, 4221.0, 4203.0, 4221.0, 4213.0, 4221.0, 4202.0, 4212.0, 4202.0, 4211.0, 4204.0, 4214.0, 4203.0, 4233.0, 4203.0, 4224.0, 4204.0, 4203.0, 4192.0, 4214.0, 4211.0, 4213.0, 4220.0, 4202.0, 4221.0, 4200.0, 4209.0, 4201.0, 4213.0, 4189.0, 4202.0, 4189.0, 4220.0, 4208.0, 4210.0, 4218.0, 4200.0, 4208.0, 4198.0, 4197.0, 4197.0, 4208.0, 4199.0, 4207.0, 4198.0, 4197.0, 4198.0, 4228.0, 4187.0, 4196.0, 4174.0, 4196.0, 4173.0, 4206.0, 4214.0, 4183.0, 4192.0, 4184.0, 4183.0, 4184.0, 4194.0, 4185.0, 4196.0, 4185.0, 4198.0, 4186.0, 4197.0, 4175.0, 4194.0, 4205.0, 4206.0, 4204.0, 4195.0, 4193.0, 4195.0, 4204.0, 4175.0, 4195.0, 4173.0, 4183.0, 4160.0, 4195.0, 4203.0, 4184.0, 4194.0, 4186.0, 4184.0, 4173.0, 4187.0, 4174.0, 4196.0, 4206.0, 4185.0, 4205.0, 4187.0, 4185.0, 4186.0, 4206.0, 4177.0, 4208.0, 4205.0, 4188.0, 4215.0, 4176.0, 4196.0, 4186.0, 4185.0, 4187.0, 4197.0, 4187.0, 4211.0, 4178.0, 4198.0, 4217.0, 4190.0, 4206.0, 4188.0, 4187.0, 4189.0, 4198.0, 4189.0, 4210.0, 4190.0, 4210.0, 4178.0, 4199.0, 4187.0, 4198.0, 4205.0, 4186.0, 4196.0, 4178.0, 4198.0, 4175.0, 4196.0, 4174.0, 4196.0, 4195.0, 4186.0, 4206.0, 4186.0, 4206.0, 4176.0, 4197.0, 4164.0, 4198.0, 4175.0, 4186.0, 4176.0, 4187.0, 4176.0, 4189.0, 4179.0, 4209.0, 4208.0, 4200.0, 4220.0, 4190.0, 4218.0, 4189.0, 4209.0, 4189.0, 4199.0, 4177.0, 4210.0, 4190.0, 4255.0, 4231.0, 4199.0, 4187.0, 4189.0, 4178.0, 4189.0, 4188.0, 4202.0, 4221.0, 4201.0, 4219.0, 4190.0, 4220.0, 4190.0, 4199.0, 4191.0, 4201.0, 4192.0, 4211.0, 4193.0, 4212.0, 4192.0, 4222.0, 4202.0, 4232.0, 4202.0, 4212.0, 4201.0, 4202.0, 4193.0, 4200.0, 4202.0, 4202.0, 4215.0, 4224.0, 4215.0, 4204.0, 4215.0, 4224.0, 4215.0, 4244.0, 4205.0, 4223.0, 4193.0, 4213.0, 4191.0, 4223.0, 4192.0, 4203.0, 4200.0, 4203.0, 4220.0, 4190.0, 4209.0, 4191.0, 4211.0, 4201.0, 4200.0, 4191.0, 4203.0, 4191.0, 4213.0, 4191.0, 4202.0, 4221.0, 4203.0, 4221.0, 4202.0, 4221.0, 4191.0, 4222.0, 4189.0, 4212.0, 4178.0, 4202.0, 4210.0, 4202.0, 4230.0, 4191.0, 4200.0, 4190.0, 4191.0, 4202.0, 4192.0, 4193.0, 4224.0, 4215.0, 4216.0, 4207.0, 4226.0, 4206.0, 4226.0, 4207.0, 4234.0, 4216.0, 4245.0, 4204.0, 4234.0, 4205.0, 4234.0, 4204.0, 4222.0, 4192.0, 4222.0, 4192.0, 4221.0, 4202.0, 4201.0, 4193.0, 4201.0, 4192.0, 4203.0, 4203.0, 4223.0, 4204.0, 4222.0, 4193.0, 4231.0, 4192.0, 4211.0, 4203.0, 4222.0, 4212.0, 4222.0, 4213.0, 4202.0, 4224.0, 4221.0, 4213.0, 4220.0, 4212.0, 4229.0, 4202.0, 4221.0, 4212.0, 4201.0, 4211.0, 4220.0, 4201.0, 4209.0, 4222.0, 4200.0, 4212.0, 4203.0, 4213.0, 4202.0, 4222.0, 4204.0, 4222.0, 4204.0, 4232.0, 4204.0, 4212.0, 4204.0, 4222.0, 4203.0, 4231.0, 4201.0, 4209.0, 4201.0, 4211.0, 4189.0, 4200.0, 4201.0, 4211.0, 4190.0, 4212.0, 4189.0, 4211.0, 4219.0, 4200.0, 4217.0, 4199.0, 4189.0, 4189.0, 4208.0, 4190.0, 4191.0, 4201.0, 4213.0, 4215.0, 4203.0, 4214.0, 4222.0, 4225.0, 4235.0, 4215.0, 4222.0, 4214.0, 4232.0, 4202.0, 4231.0, 4203.0, 4222.0, 4192.0, 4211.0, 4202.0, 4211.0, 4212.0, 4222.0, 4215.0, 4233.0, 4213.0, 4223.0, 4213.0, 4233.0, 4203.0, 4223.0, 4203.0, 4222.0, 4192.0, 4221.0, 4190.0, 4211.0, 4180.0, 4211.0, 4191.0, 4203.0, 4191.0, 4203.0, 4192.0, 4224.0, 4203.0, 4203.0, 4202.0, 4203.0, 4232.0, 4204.0, 4232.0, 4204.0, 4221.0, 4203.0, 4222.0, 4192.0, 4222.0, 4191.0, 4223.0, 4199.0, 4202.0, 4229.0, 4191.0, 4199.0, 4202.0, 4211.0, 4191.0, 4212.0, 4200.0, 4213.0, 4202.0, 4223.0, 4202.0, 4205.0, 4192.0, 4214.0, 4222.0, 4213.0, 4231.0, 4203.0, 4222.0, 4203.0, 4221.0, 4192.0, 4221.0, 4191.0, 4201.0, 4220.0, 4191.0, 4200.0, 4190.0, 4211.0, 4190.0, 4203.0, 4211.0, 4201.0, 4222.0, 4203.0, 4212.0, 4202.0, 4213.0, 4215.0, 4215.0, 4217.0, 4236.0, 4216.0, 4216.0, 4217.0, 4236.0, 4207.0, 4236.0, 4204.0, 4236.0, 4204.0, 4215.0, 4233.0, 4213.0, 4242.0, 4244.0, 4221.0, 4213.0, 4203.0, 4204.0, 4205.0, 4234.0, 4216.0, 4234.0, 4205.0, 4223.0, 4204.0, 4232.0, 4211.0, 4220.0, 4201.0, 4232.0, 4190.0, 4200.0, 4179.0, 4191.0, 4178.0, 4211.0, 4210.0, 4200.0, 4210.0, 4202.0, 4210.0, 4212.0, 4199.0, 4213.0, 4222.0, 4202.0, 4222.0, 4213.0, 4242.0, 4203.0, 4222.0, 4201.0, 4241.0, 4201.0, 4200.0, 4178.0, 4209.0, 4199.0, 4200.0, 4218.0, 4201.0, 4209.0, 4201.0, 4199.0, 4201.0, 4222.0, 4204.0, 4221.0, 4203.0, 4232.0, 4213.0, 4221.0, 4213.0, 4232.0, 4203.0, 4233.0, 4202.0, 4211.0, 4201.0, 4212.0, 4202.0, 4222.0, 4214.0, 4231.0, 4203.0, 4212.0, 4203.0, 4223.0, 4203.0, 4233.0, 4202.0, 4211.0, 4200.0, 4220.0, 4191.0, 4202.0, 4190.0, 4201.0, 4189.0, 4212.0, 4189.0, 4201.0, 4189.0, 4202.0, 4189.0, 4212.0, 4189.0, 4202.0, 4179.0, 4210.0, 4188.0, 4221.0, 4208.0, 4209.0, 4188.0, 4210.0, 4198.0, 4211.0, 4208.0, 4200.0, 4229.0, 4199.0, 4208.0, 4199.0, 4208.0, 4199.0, 4199.0, 4200.0, 4209.0, 4201.0, 4211.0, 4201.0, 4211.0, 4200.0, 4199.0, 4201.0, 4212.0, 4202.0, 4222.0, 4201.0, 4232.0, 4201.0, 4211.0, 4202.0, 4211.0, 4202.0, 4212.0, 4201.0, 4211.0, 4201.0, 4221.0, 4200.0, 4222.0, 4201.0, 4211.0, 4201.0, 4201.0, 4201.0, 4210.0, 4201.0, 4233.0, 4203.0, 4223.0, 4191.0, 4213.0, 4191.0, 4223.0, 4220.0, 4212.0, 4220.0, 4202.0, 4200.0, 4211.0, 4210.0, 4202.0, 4221.0, 4203.0, 4222.0, 4201.0, 4220.0, 4200.0, 4212.0, 4201.0, 4222.0, 4201.0, 4211.0, 4200.0, 4201.0, 4191.0, 4212.0, 4190.0, 4202.0, 4192.0, 4202.0, 4190.0, 4202.0, 4190.0, 4204.0, 4192.0, 4202.0, 4191.0, 4201.0, 4190.0, 4202.0, 4192.0, 4204.0, 4202.0, 4202.0, 4190.0, 4212.0, 4211.0, 4202.0, 4221.0, 4203.0, 4221.0, 4202.0, 4211.0, 4192.0, 4213.0, 4203.0, 4212.0, 4203.0, 4191.0, 4202.0, 4202.0, 4204.0, 4223.0, 4203.0, 4233.0, 4204.0, 4233.0, 4204.0, 4223.0, 4204.0, 4222.0, 4204.0, 4232.0, 4201.0, 4201.0, 4203.0, 4213.0, 4203.0, 4222.0, 4214.0, 4202.0, 4204.0, 4193.0, 4215.0, 4203.0, 4214.0, 4203.0, 4214.0, 4192.0, 4204.0, 4203.0, 4214.0, 4192.0, 4214.0, 4191.0, 4204.0, 4191.0, 4203.0, 4191.0, 4211.0, 4191.0, 4202.0, 4190.0, 4202.0, 4191.0, 4212.0, 4201.0, 4213.0, 4200.0, 4213.0, 4192.0, 4224.0, 4201.0, 4213.0, 4211.0, 4212.0, 4200.0, 4198.0, 4201.0, 4220.0, 4201.0, 4210.0, 4201.0, 4211.0, 4201.0, 4212.0, 4192.0, 4214.0, 4191.0, 4211.0, 4201.0, 4203.0, 4192.0, 4223.0, 4202.0, 4212.0, 4191.0, 4203.0, 4190.0, 4214.0, 4192.0, 4213.0, 4191.0, 4214.0, 4191.0, 4202.0, 4180.0, 4210.0, 4192.0, 4213.0, 4190.0, 4202.0, 4191.0, 4202.0, 4202.0, 4224.0, 4192.0, 4212.0, 4191.0, 4213.0, 4190.0, 4211.0, 4202.0, 4214.0, 4203.0, 4212.0, 4203.0, 4213.0, 4214.0, 4223.0, 4213.0, 4213.0, 4204.0, 4232.0, 4214.0, 4233.0, 4214.0, 4224.0, 4204.0, 4232.0, 4214.0, 4232.0, 4213.0, 4211.0, 4214.0, 4222.0, 4234.0, 4212.0, 4213.0, 4193.0, 4212.0, 4203.0, 4225.0, 4204.0, 4224.0, 4203.0, 4223.0, 4213.0, 4224.0, 4216.0, 4224.0, 4217.0, 4224.0, 4214.0, 4204.0, 4215.0, 4205.0, 4236.0, 4204.0, 4213.0, 4213.0, 4214.0, 4213.0, 4222.0, 4223.0, 4221.0, 4211.0, 4219.0, 4210.0, 4199.0, 4200.0, 4211.0, 4189.0, 4199.0, 4177.0, 4200.0, 4188.0, 4211.0, 4191.0, 4211.0, 4200.0, 4190.0, 4212.0, 4200.0, 4213.0, 4221.0, 4202.0, 4231.0, 4214.0, 4232.0, 4213.0, 4212.0, 4214.0, 4202.0, 4233.0, 4224.0, 4224.0, 4204.0, 4202.0, 4214.0, 4215.0, 4225.0, 4215.0, 4255.0, 4204.0, 4245.0, 4204.0, 4235.0, 4215.0, 4215.0, 4203.0, 4212.0, 4199.0, 4198.0, 4186.0, 4217.0, 4206.0, 4208.0, 4207.0, 4197.0, 4186.0, 4185.0, 4185.0, 4197.0, 4186.0, 4198.0, 4187.0, 4188.0, 4186.0, 4199.0, 4177.0, 4209.0, 4177.0, 4209.0, 4189.0, 4199.0, 4199.0, 4190.0, 4212.0, 4200.0, 4214.0, 4204.0, 4234.0, 4214.0, 4235.0, 4215.0, 4225.0, 4216.0, 4245.0, 4216.0, 4213.0, 4226.0, 4204.0, 4214.0, 4204.0, 4236.0, 4205.0, 4225.0, 4215.0, 4234.0, 4214.0, 4223.0, 4204.0, 4223.0, 4203.0, 4223.0, 4214.0, 4222.0, 4213.0, 4233.0, 4215.0, 4222.0, 4203.0, 4222.0, 4213.0, 4210.0, 4203.0, 4222.0, 4203.0, 4212.0, 4202.0, 4202.0, 4213.0, 4204.0, 4234.0, 4205.0, 4225.0, 4224.0, 4234.0, 4214.0, 4223.0, 4214.0, 4222.0, 4213.0, 4232.0, 4212.0, 4231.0, 4213.0, 4221.0, 4212.0, 4220.0, 4212.0, 4189.0, 4202.0, 4190.0, 4220.0, 4179.0, 4212.0, 4190.0, 4223.0, 4191.0, 4212.0, 4189.0, 4213.0, 4189.0, 4211.0, 4191.0, 4221.0, 4201.0, 4212.0, 4213.0, 4202.0, 4224.0, 4213.0, 4221.0, 4221.0, 4222.0, 4231.0, 4200.0, 4222.0, 4212.0, 4219.0, 4222.0, 4210.0, 4211.0, 4221.0, 4213.0, 4222.0, 4203.0, 4222.0, 4213.0, 4200.0, 4203.0, 4193.0, 4214.0, 4203.0, 4214.0, 4206.0, 4216.0, 4226.0, 4226.0, 4218.0, 4235.0, 4227.0, 4237.0, 4217.0, 4205.0, 4227.0, 4217.0, 4228.0, 4217.0, 4256.0, 4206.0, 4206.0, 4215.0, 4217.0, 4227.0, 4218.0, 4246.0, 4248.0, 4225.0, 4237.0, 4224.0, 4226.0, 4212.0, 4213.0, 4191.0, 4202.0, 4190.0, 4212.0, 4189.0, 4209.0, 4210.0, 4209.0, 4210.0, 4210.0, 4200.0, 4200.0, 4212.0, 4192.0, 4212.0, 4213.0, 4213.0, 4203.0, 4223.0, 4215.0, 4202.0, 4224.0, 4214.0, 4214.0, 4216.0, 4235.0, 4226.0, 4243.0, 4226.0, 4234.0, 4225.0, 4204.0, 4216.0, 4203.0, 4225.0, 4214.0, 4224.0, 4215.0, 4233.0, 4245.0, 4213.0, 4243.0, 4214.0, 4224.0, 4225.0, 4215.0, 4226.0, 4226.0, 4244.0, 4224.0, 4233.0, 4213.0, 4219.0, 4210.0, 4210.0, 4199.0, 4210.0, 4189.0, 4221.0, 4189.0, 4199.0, 4177.0, 4200.0, 4188.0, 4221.0, 4190.0, 4223.0, 4191.0, 4212.0, 4200.0, 4214.0, 4180.0, 4222.0, 4202.0, 4213.0, 4192.0, 4213.0, 4203.0, 4225.0, 4203.0, 4246.0, 4204.0, 4245.0, 4202.0, 4215.0, 4213.0, 4214.0, 4213.0, 4225.0, 4214.0, 4226.0, 4224.0, 4234.0, 4213.0, 4233.0, 4214.0, 4246.0, 4228.0, 4228.0, 4227.0, 4215.0, 4213.0, 4228.0, 4214.0, 4216.0, 4244.0, 4214.0, 4255.0, 4192.0, 4232.0, 4191.0, 4212.0, 4210.0, 4221.0, 4209.0, 4210.0, 4218.0, 4208.0, 4217.0, 4198.0, 4206.0, 4208.0, 4206.0, 4207.0, 4195.0, 4207.0, 4195.0, 4197.0, 4197.0, 4188.0, 4206.0, 4188.0, 4207.0, 4176.0, 4198.0, 4188.0, 4221.0, 4210.0, 4210.0, 4203.0, 4222.0, 4202.0, 4191.0, 4215.0, 4192.0, 4236.0, 4205.0, 4235.0, 4223.0, 4224.0, 4232.0, 4213.0, 4220.0, 4202.0, 4210.0, 4201.0, 4201.0, 4202.0, 4211.0, 4202.0, 4190.0, 4202.0, 4212.0, 4213.0, 4235.0, 4216.0, 4233.0, 4225.0, 4214.0, 4226.0, 4214.0, 4236.0, 4214.0, 4226.0, 4203.0, 4215.0, 4204.0, 4222.0, 4225.0, 4225.0, 4215.0, 4224.0, 4213.0, 4232.0, 4213.0, 4212.0, 4213.0, 4221.0, 4213.0, 4221.0, 4212.0, 4231.0, 4212.0, 4231.0, 4224.0, 4202.0, 4212.0, 4201.0, 4200.0, 4213.0, 4211.0, 4212.0, 4221.0, 4212.0, 4220.0, 4210.0, 4220.0, 4210.0, 4209.0, 4210.0, 4198.0, 4211.0, 4221.0, 4202.0, 4219.0, 4202.0, 4230.0, 4201.0, 4221.0, 4211.0, 4201.0, 4212.0, 4203.0, 4212.0, 4203.0, 4244.0, 4214.0, 4235.0, 4215.0, 4225.0, 4215.0, 4203.0, 4214.0, 4224.0, 4214.0], 'WindowWidth': [9465.0, 9409.0, 9402.0, 9360.0, 9336.0, 9350.0, 9352.0, 9372.0, 9321.0, 9329.0, 9328.0, 9327.0, 9345.0, 9327.0, 9343.0, 9307.0, 9355.0, 9329.0, 9333.0, 9327.0, 9313.0, 9320.0, 9310.0, 9309.0, 9299.0, 9292.0, 9279.0, 9310.0, 9278.0, 9311.0, 9294.0, 9332.0, 9312.0, 9315.0, 9311.0, 9315.0, 9309.0, 9317.0, 9329.0, 9307.0, 9319.0, 9302.0, 9316.0, 9307.0, 9322.0, 9304.0, 9335.0, 9304.0, 9321.0, 9287.0, 9317.0, 9314.0, 9306.0, 9343.0, 9325.0, 9344.0, 9320.0, 9331.0, 9326.0, 9320.0, 9322.0, 9337.0, 9309.0, 9336.0, 9309.0, 9338.0, 9306.0, 9338.0, 9305.0, 9319.0, 9301.0, 9336.0, 9326.0, 9319.0, 9341.0, 9309.0, 9334.0, 9318.0, 9316.0, 9307.0, 9331.0, 9307.0, 9323.0, 9302.0, 9323.0, 9308.0, 9328.0, 9307.0, 9347.0, 9364.0, 9325.0, 9349.0, 9326.0, 9334.0, 9326.0, 9325.0, 9331.0, 9338.0, 9327.0, 9328.0, 9309.0, 9344.0, 9352.0, 9331.0, 9351.0, 9344.0, 9352.0, 9328.0, 9341.0, 9331.0, 9341.0, 9333.0, 9347.0, 9331.0, 9371.0, 9331.0, 9363.0, 9334.0, 9332.0, 9314.0, 9347.0, 9339.0, 9343.0, 9350.0, 9327.0, 9351.0, 9322.0, 9333.0, 9324.0, 9341.0, 9305.0, 9324.0, 9303.0, 9346.0, 9329.0, 9334.0, 9341.0, 9320.0, 9327.0, 9314.0, 9311.0, 9313.0, 9327.0, 9317.0, 9324.0, 9314.0, 9312.0, 9314.0, 9353.0, 9299.0, 9309.0, 9276.0, 9307.0, 9272.0, 9319.0, 9327.0, 9284.0, 9294.0, 9287.0, 9285.0, 9288.0, 9302.0, 9293.0, 9308.0, 9291.0, 9313.0, 9293.0, 9309.0, 9278.0, 9304.0, 9315.0, 9319.0, 9313.0, 9303.0, 9298.0, 9305.0, 9315.0, 9276.0, 9302.0, 9271.0, 9286.0, 9251.0, 9302.0, 9311.0, 9287.0, 9302.0, 9293.0, 9288.0, 9272.0, 9295.0, 9275.0, 9307.0, 9320.0, 9292.0, 9317.0, 9296.0, 9291.0, 9293.0, 9323.0, 9283.0, 9326.0, 9316.0, 9297.0, 9331.0, 9281.0, 9307.0, 9295.0, 9292.0, 9298.0, 9312.0, 9299.0, 9334.0, 9287.0, 9313.0, 9337.0, 9305.0, 9321.0, 9301.0, 9299.0, 9303.0, 9314.0, 9304.0, 9331.0, 9308.0, 9333.0, 9287.0, 9318.0, 9296.0, 9312.0, 9318.0, 9293.0, 9308.0, 9287.0, 9311.0, 9277.0, 9307.0, 9275.0, 9307.0, 9304.0, 9295.0, 9320.0, 9293.0, 9318.0, 9278.0, 9308.0, 9261.0, 9311.0, 9278.0, 9295.0, 9279.0, 9297.0, 9282.0, 9303.0, 9289.0, 9331.0, 9327.0, 9320.0, 9345.0, 9306.0, 9341.0, 9303.0, 9330.0, 9304.0, 9318.0, 9286.0, 9333.0, 9307.0, 9405.0, 9362.0, 9316.0, 9296.0, 9301.0, 9286.0, 9305.0, 9301.0, 9325.0, 9349.0, 9323.0, 9343.0, 9307.0, 9345.0, 9308.0, 9319.0, 9312.0, 9322.0, 9313.0, 9337.0, 9316.0, 9341.0, 9315.0, 9353.0, 9326.0, 9367.0, 9328.0, 9339.0, 9326.0, 9325.0, 9316.0, 9322.0, 9327.0, 9328.0, 9351.0, 9360.0, 9350.0, 9333.0, 9350.0, 9359.0, 9350.0, 9388.0, 9338.0, 9357.0, 9317.0, 9341.0, 9312.0, 9358.0, 9316.0, 9331.0, 9322.0, 9329.0, 9348.0, 9308.0, 9329.0, 9309.0, 9335.0, 9322.0, 9321.0, 9309.0, 9328.0, 9312.0, 9343.0, 9312.0, 9329.0, 9351.0, 9329.0, 9351.0, 9326.0, 9350.0, 9311.0, 9353.0, 9306.0, 9339.0, 9290.0, 9324.0, 9334.0, 9327.0, 9361.0, 9311.0, 9318.0, 9307.0, 9310.0, 9327.0, 9313.0, 9317.0, 9361.0, 9352.0, 9353.0, 9344.0, 9367.0, 9341.0, 9368.0, 9345.0, 9375.0, 9353.0, 9387.0, 9333.0, 9371.0, 9337.0, 9373.0, 9332.0, 9353.0, 9313.0, 9352.0, 9312.0, 9349.0, 9327.0, 9323.0, 9315.0, 9325.0, 9315.0, 9328.0, 9331.0, 9356.0, 9333.0, 9352.0, 9316.0, 9363.0, 9315.0, 9340.0, 9331.0, 9353.0, 9342.0, 9353.0, 9343.0, 9325.0, 9357.0, 9352.0, 9342.0, 9346.0, 9338.0, 9359.0, 9328.0, 9350.0, 9339.0, 9322.0, 9337.0, 9347.0, 9323.0, 9333.0, 9354.0, 9323.0, 9340.0, 9331.0, 9343.0, 9330.0, 9354.0, 9332.0, 9354.0, 9332.0, 9366.0, 9332.0, 9341.0, 9335.0, 9355.0, 9330.0, 9363.0, 9324.0, 9331.0, 9324.0, 9336.0, 9306.0, 9320.0, 9323.0, 9336.0, 9308.0, 9338.0, 9305.0, 9336.0, 9344.0, 9319.0, 9339.0, 9316.0, 9304.0, 9305.0, 9330.0, 9308.0, 9309.0, 9324.0, 9346.0, 9352.0, 9331.0, 9349.0, 9354.0, 9365.0, 9376.0, 9350.0, 9353.0, 9345.0, 9365.0, 9327.0, 9364.0, 9331.0, 9353.0, 9314.0, 9337.0, 9327.0, 9338.0, 9341.0, 9355.0, 9350.0, 9372.0, 9346.0, 9355.0, 9343.0, 9369.0, 9331.0, 9358.0, 9332.0, 9353.0, 9315.0, 9351.0, 9309.0, 9337.0, 9295.0, 9338.0, 9310.0, 9330.0, 9311.0, 9329.0, 9315.0, 9362.0, 9331.0, 9331.0, 9328.0, 9331.0, 9368.0, 9332.0, 9367.0, 9333.0, 9352.0, 9331.0, 9352.0, 9312.0, 9353.0, 9312.0, 9357.0, 9320.0, 9326.0, 9357.0, 9310.0, 9318.0, 9326.0, 9337.0, 9311.0, 9338.0, 9323.0, 9343.0, 9329.0, 9360.0, 9329.0, 9336.0, 9316.0, 9345.0, 9354.0, 9344.0, 9365.0, 9330.0, 9352.0, 9331.0, 9351.0, 9313.0, 9352.0, 9313.0, 9326.0, 9347.0, 9311.0, 9320.0, 9308.0, 9337.0, 9309.0, 9329.0, 9336.0, 9326.0, 9353.0, 9332.0, 9341.0, 9331.0, 9345.0, 9350.0, 9350.0, 9357.0, 9379.0, 9355.0, 9355.0, 9359.0, 9381.0, 9343.0, 9380.0, 9333.0, 9378.0, 9336.0, 9351.0, 9371.0, 9343.0, 9379.0, 9384.0, 9349.0, 9342.0, 9332.0, 9334.0, 9338.0, 9376.0, 9355.0, 9376.0, 9337.0, 9357.0, 9333.0, 9366.0, 9338.0, 9348.0, 9322.0, 9366.0, 9307.0, 9319.0, 9289.0, 9307.0, 9286.0, 9335.0, 9333.0, 9322.0, 9333.0, 9327.0, 9334.0, 9340.0, 9321.0, 9343.0, 9353.0, 9329.0, 9352.0, 9344.0, 9380.0, 9329.0, 9352.0, 9324.0, 9376.0, 9321.0, 9318.0, 9286.0, 9329.0, 9317.0, 9320.0, 9341.0, 9322.0, 9332.0, 9324.0, 9317.0, 9326.0, 9353.0, 9334.0, 9351.0, 9329.0, 9365.0, 9342.0, 9350.0, 9345.0, 9368.0, 9329.0, 9369.0, 9328.0, 9338.0, 9327.0, 9339.0, 9327.0, 9354.0, 9345.0, 9366.0, 9329.0, 9340.0, 9332.0, 9356.0, 9330.0, 9369.0, 9327.0, 9338.0, 9321.0, 9347.0, 9312.0, 9326.0, 9308.0, 9323.0, 9304.0, 9340.0, 9305.0, 9324.0, 9307.0, 9326.0, 9305.0, 9338.0, 9304.0, 9324.0, 9290.0, 9334.0, 9301.0, 9350.0, 9328.0, 9330.0, 9299.0, 9331.0, 9313.0, 9334.0, 9328.0, 9321.0, 9357.0, 9318.0, 9328.0, 9319.0, 9328.0, 9319.0, 9317.0, 9321.0, 9333.0, 9324.0, 9336.0, 9324.0, 9336.0, 9322.0, 9320.0, 9327.0, 9341.0, 9329.0, 9353.0, 9325.0, 9365.0, 9324.0, 9337.0, 9328.0, 9337.0, 9327.0, 9339.0, 9325.0, 9337.0, 9323.0, 9350.0, 9321.0, 9353.0, 9324.0, 9337.0, 9326.0, 9326.0, 9327.0, 9337.0, 9327.0, 9371.0, 9330.0, 9357.0, 9312.0, 9343.0, 9311.0, 9355.0, 9350.0, 9340.0, 9347.0, 9326.0, 9321.0, 9339.0, 9336.0, 9329.0, 9353.0, 9331.0, 9353.0, 9326.0, 9349.0, 9323.0, 9340.0, 9327.0, 9355.0, 9326.0, 9340.0, 9323.0, 9327.0, 9313.0, 9343.0, 9311.0, 9327.0, 9313.0, 9327.0, 9310.0, 9328.0, 9309.0, 9333.0, 9314.0, 9328.0, 9311.0, 9326.0, 9308.0, 9327.0, 9315.0, 9333.0, 9327.0, 9329.0, 9311.0, 9342.0, 9338.0, 9330.0, 9354.0, 9330.0, 9350.0, 9327.0, 9337.0, 9315.0, 9343.0, 9332.0, 9341.0, 9331.0, 9313.0, 9330.0, 9328.0, 9336.0, 9359.0, 9334.0, 9370.0, 9335.0, 9371.0, 9333.0, 9359.0, 9334.0, 9356.0, 9333.0, 9366.0, 9327.0, 9326.0, 9332.0, 9345.0, 9332.0, 9355.0, 9346.0, 9328.0, 9333.0, 9318.0, 9352.0, 9333.0, 9349.0, 9332.0, 9347.0, 9315.0, 9336.0, 9332.0, 9348.0, 9314.0, 9345.0, 9313.0, 9331.0, 9311.0, 9332.0, 9313.0, 9339.0, 9311.0, 9326.0, 9309.0, 9328.0, 9312.0, 9342.0, 9325.0, 9342.0, 9323.0, 9344.0, 9314.0, 9361.0, 9326.0, 9342.0, 9338.0, 9338.0, 9321.0, 9315.0, 9325.0, 9350.0, 9323.0, 9333.0, 9323.0, 9337.0, 9324.0, 9340.0, 9315.0, 9345.0, 9312.0, 9340.0, 9324.0, 9330.0, 9314.0, 9357.0, 9328.0, 9340.0, 9311.0, 9329.0, 9309.0, 9345.0, 9316.0, 9346.0, 9313.0, 9346.0, 9311.0, 9328.0, 9295.0, 9337.0, 9314.0, 9343.0, 9308.0, 9328.0, 9311.0, 9327.0, 9326.0, 9360.0, 9315.0, 9340.0, 9311.0, 9342.0, 9311.0, 9340.0, 9329.0, 9347.0, 9331.0, 9343.0, 9331.0, 9345.0, 9345.0, 9357.0, 9347.0, 9344.0, 9334.0, 9367.0, 9345.0, 9369.0, 9347.0, 9360.0, 9335.0, 9368.0, 9347.0, 9365.0, 9344.0, 9339.0, 9349.0, 9356.0, 9375.0, 9342.0, 9345.0, 9317.0, 9343.0, 9332.0, 9365.0, 9334.0, 9362.0, 9332.0, 9360.0, 9347.0, 9362.0, 9354.0, 9361.0, 9355.0, 9362.0, 9350.0, 9336.0, 9352.0, 9338.0, 9379.0, 9333.0, 9346.0, 9344.0, 9346.0, 9344.0, 9355.0, 9358.0, 9350.0, 9337.0, 9345.0, 9334.0, 9316.0, 9320.0, 9336.0, 9305.0, 9317.0, 9286.0, 9320.0, 9302.0, 9337.0, 9310.0, 9337.0, 9322.0, 9308.0, 9339.0, 9323.0, 9345.0, 9353.0, 9330.0, 9364.0, 9345.0, 9366.0, 9344.0, 9341.0, 9346.0, 9328.0, 9373.0, 9361.0, 9361.0, 9335.0, 9330.0, 9348.0, 9351.0, 9366.0, 9352.0, 9405.0, 9335.0, 9391.0, 9333.0, 9378.0, 9350.0, 9350.0, 9331.0, 9338.0, 9316.0, 9313.0, 9295.0, 9336.0, 9322.0, 9326.0, 9322.0, 9309.0, 9292.0, 9293.0, 9292.0, 9309.0, 9295.0, 9315.0, 9297.0, 9300.0, 9295.0, 9315.0, 9284.0, 9331.0, 9287.0, 9333.0, 9306.0, 9319.0, 9318.0, 9307.0, 9339.0, 9323.0, 9348.0, 9336.0, 9374.0, 9348.0, 9376.0, 9351.0, 9362.0, 9354.0, 9391.0, 9355.0, 9346.0, 9366.0, 9334.0, 9349.0, 9334.0, 9380.0, 9336.0, 9363.0, 9348.0, 9371.0, 9345.0, 9356.0, 9335.0, 9358.0, 9331.0, 9356.0, 9347.0, 9355.0, 9345.0, 9372.0, 9350.0, 9355.0, 9330.0, 9351.0, 9342.0, 9335.0, 9330.0, 9354.0, 9330.0, 9340.0, 9329.0, 9329.0, 9346.0, 9334.0, 9376.0, 9338.0, 9362.0, 9361.0, 9372.0, 9346.0, 9357.0, 9347.0, 9354.0, 9344.0, 9366.0, 9340.0, 9363.0, 9342.0, 9352.0, 9341.0, 9348.0, 9339.0, 9305.0, 9325.0, 9307.0, 9349.0, 9292.0, 9340.0, 9310.0, 9356.0, 9311.0, 9340.0, 9306.0, 9341.0, 9307.0, 9339.0, 9312.0, 9352.0, 9323.0, 9339.0, 9341.0, 9326.0, 9358.0, 9343.0, 9353.0, 9350.0, 9351.0, 9362.0, 9320.0, 9352.0, 9340.0, 9346.0, 9355.0, 9336.0, 9339.0, 9350.0, 9343.0, 9353.0, 9330.0, 9352.0, 9343.0, 9323.0, 9331.0, 9319.0, 9350.0, 9335.0, 9350.0, 9340.0, 9354.0, 9368.0, 9368.0, 9360.0, 9380.0, 9370.0, 9383.0, 9356.0, 9340.0, 9370.0, 9357.0, 9373.0, 9357.0, 9407.0, 9341.0, 9340.0, 9353.0, 9358.0, 9371.0, 9361.0, 9394.0, 9399.0, 9364.0, 9382.0, 9363.0, 9366.0, 9340.0, 9344.0, 9310.0, 9326.0, 9307.0, 9339.0, 9306.0, 9330.0, 9332.0, 9330.0, 9334.0, 9335.0, 9323.0, 9321.0, 9339.0, 9314.0, 9340.0, 9345.0, 9344.0, 9333.0, 9359.0, 9351.0, 9331.0, 9363.0, 9349.0, 9349.0, 9354.0, 9378.0, 9367.0, 9386.0, 9368.0, 9375.0, 9364.0, 9334.0, 9353.0, 9332.0, 9363.0, 9349.0, 9362.0, 9351.0, 9371.0, 9390.0, 9344.0, 9386.0, 9350.0, 9363.0, 9366.0, 9351.0, 9367.0, 9368.0, 9388.0, 9360.0, 9370.0, 9343.0, 9345.0, 9333.0, 9333.0, 9317.0, 9332.0, 9305.0, 9350.0, 9305.0, 9317.0, 9287.0, 9320.0, 9302.0, 9349.0, 9309.0, 9357.0, 9311.0, 9340.0, 9322.0, 9344.0, 9295.0, 9355.0, 9328.0, 9344.0, 9314.0, 9344.0, 9331.0, 9363.0, 9332.0, 9393.0, 9335.0, 9390.0, 9331.0, 9349.0, 9344.0, 9348.0, 9348.0, 9364.0, 9348.0, 9364.0, 9361.0, 9372.0, 9345.0, 9371.0, 9351.0, 9395.0, 9373.0, 9377.0, 9371.0, 9353.0, 9346.0, 9374.0, 9348.0, 9353.0, 9387.0, 9347.0, 9402.0, 9315.0, 9368.0, 9312.0, 9341.0, 9335.0, 9349.0, 9330.0, 9331.0, 9339.0, 9326.0, 9337.0, 9314.0, 9321.0, 9324.0, 9320.0, 9323.0, 9304.0, 9323.0, 9303.0, 9309.0, 9309.0, 9298.0, 9320.0, 9299.0, 9324.0, 9283.0, 9314.0, 9302.0, 9348.0, 9335.0, 9334.0, 9329.0, 9354.0, 9328.0, 9314.0, 9350.0, 9318.0, 9379.0, 9335.0, 9377.0, 9358.0, 9359.0, 9369.0, 9344.0, 9349.0, 9326.0, 9333.0, 9324.0, 9322.0, 9327.0, 9337.0, 9326.0, 9310.0, 9328.0, 9343.0, 9347.0, 9378.0, 9357.0, 9372.0, 9364.0, 9348.0, 9366.0, 9349.0, 9382.0, 9349.0, 9367.0, 9331.0, 9351.0, 9337.0, 9358.0, 9363.0, 9364.0, 9352.0, 9361.0, 9344.0, 9368.0, 9345.0, 9342.0, 9346.0, 9353.0, 9345.0, 9351.0, 9342.0, 9363.0, 9340.0, 9365.0, 9361.0, 9329.0, 9341.0, 9324.0, 9324.0, 9343.0, 9339.0, 9341.0, 9351.0, 9341.0, 9348.0, 9334.0, 9346.0, 9335.0, 9333.0, 9335.0, 9316.0, 9339.0, 9350.0, 9327.0, 9346.0, 9326.0, 9361.0, 9326.0, 9351.0, 9340.0, 9323.0, 9341.0, 9330.0, 9342.0, 9332.0, 9389.0, 9350.0, 9379.0, 9350.0, 9363.0, 9350.0, 9333.0, 9347.0, 9361.0, 9350.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.00018883551673944688</td></tr>
<tr><td colspan=3>aqi</td><td>0.017358187190684136</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.66913622249817</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2074917246321912</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964286691915509</td></tr>
<tr><td colspan=3>efc</td><td>0.4553</td></tr>
<tr><td colspan=3>fber</td><td>6552.2573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0701930395201451</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.363901018922853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5433627019288085</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4535853051383314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7539028434327486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422599957215345</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132181</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0142805315554142</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030137566849589348</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.714484975221282</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>22.8765</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2016</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.4133</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.2012</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8904</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.8674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.4547</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.6698</td></tr>
<tr><td colspan=3>tsnr</td><td>45.07343459548429</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>