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

616 lines
No EOL
149 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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-01/func/sub-0052_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>d9f23074f728398eadec3bde3218427b</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>13:41:57.697500</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.99664, -0.0359581, 0.0735878, 0.0264461, 0.991629, 0.126379]</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.0943227</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>42</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7804, -7246, 580, -16, -143, 36, 36]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e10ef594-71d5-46cf-9b2b-8baa60fff43f||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.67391300201416, 0.0709528848528862, 0.20929375290870667, 102.69432067871094], [0.09647304564714432, 2.6604695320129395, 0.3348211944103241, -101.39857482910156], [0.1974307745695114, -0.33906441926956177, 2.6709718704223633, -52.55632400512695], [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': ['134157.697500', '134158.157500', '134158.617500', '134159.077500', '134159.537500', '134159.997500', '134200.457500', '134200.917500', '134201.377500', '134201.837500', '134202.297500', '134202.757500', '134203.217500', '134203.677500', '134204.137500', '134204.597500', '134205.057500', '134205.517500', '134205.977500', '134206.437500', '134206.897500', '134207.357500', '134207.817500', '134208.277500', '134208.737500', '134209.197500', '134209.657500', '134210.117500', '134210.577500', '134211.037500', '134211.497500', '134211.957500', '134212.417500', '134212.877500', '134213.337500', '134213.797500', '134214.257500', '134214.717500', '134215.177500', '134215.637500', '134216.097500', '134216.557500', '134217.017500', '134217.477500', '134217.937500', '134218.397500', '134218.857500', '134219.317500', '134219.777500', '134220.237500', '134220.697500', '134221.157500', '134221.617500', '134222.077500', '134222.537500', '134222.997500', '134223.457500', '134223.917500', '134224.377500', '134224.837500', '134225.297500', '134225.757500', '134226.217500', '134226.677500', '134227.137500', '134227.597500', '134228.057500', '134228.517500', '134228.977500', '134229.437500', '134229.897500', '134230.357500', '134230.817500', '134231.277500', '134231.737500', '134232.197500', '134232.657500', '134233.117500', '134233.577500', '134234.037500', '134234.497500', '134234.957500', '134235.417500', '134235.877500', '134236.337500', '134236.797500', '134237.257500', '134237.717500', '134238.177500', '134238.637500', '134239.097500', '134239.557500', '134240.017500', '134240.477500', '134240.937500', '134241.397500', '134241.857500', '134242.317500', '134242.777500', '134243.237500', '134243.697500', '134244.157500', '134244.617500', '134245.077500', '134245.537500', '134245.997500', '134246.457500', '134246.917500', '134247.377500', '134247.837500', '134248.297500', '134248.757500', '134249.217500', '134249.677500', '134250.137500', '134250.597500', '134251.057500', '134251.517500', '134251.977500', '134252.437500', '134252.897500', '134253.357500', '134253.817500', '134254.277500', '134254.737500', '134255.197500', '134255.657500', '134256.117500', '134256.577500', '134257.037500', '134257.497500', '134257.957500', '134258.417500', '134258.877500', '134259.337500', '134259.797500', '134300.257500', '134300.717500', '134301.177500', '134301.637500', '134302.097500', '134302.557500', '134303.017500', '134303.477500', '134303.937500', '134304.397500', '134304.857500', '134305.317500', '134305.777500', '134306.237500', '134306.697500', '134307.157500', '134307.617500', '134308.077500', '134308.537500', '134308.997500', '134309.457500', '134309.917500', '134310.377500', '134310.837500', '134311.297500', '134311.757500', '134312.217500', '134312.677500', '134313.137500', '134313.597500', '134314.057500', '134314.517500', '134314.977500', '134315.437500', '134315.897500', '134316.357500', '134316.817500', '134317.277500', '134317.737500', '134318.197500', '134318.657500', '134319.117500', '134319.577500', '134320.037500', '134320.497500', '134320.957500', '134321.417500', '134321.877500', '134322.337500', '134322.797500', '134323.257500', '134323.717500', '134324.177500', '134324.637500', '134325.097500', '134325.557500', '134326.017500', '134326.477500', '134326.937500', '134327.397500', '134327.857500', '134328.317500', '134328.777500', '134329.237500', '134329.697500', '134330.157500', '134330.617500', '134331.077500', '134331.537500', '134331.997500', '134332.457500', '134332.917500', '134333.377500', '134333.837500', '134334.297500', '134334.757500', '134335.217500', '134335.677500', '134336.137500', '134336.597500', '134337.057500', '134337.517500', '134337.977500', '134338.437500', '134338.897500', '134339.357500', '134339.817500', '134340.277500', '134340.737500', '134341.197500', '134341.657500', '134342.117500', '134342.577500', '134343.037500', '134343.497500', '134343.957500', '134344.417500', '134344.877500', '134345.337500', '134345.797500', '134346.257500', '134346.717500', '134347.177500', '134347.637500', '134348.097500', '134348.557500', '134349.017500', '134349.477500', '134349.937500', '134350.397500', '134350.857500', '134351.317500', '134351.777500', '134352.237500', '134352.697500', '134353.157500', '134353.617500', '134354.077500', '134354.537500', '134354.997500', '134355.457500', '134355.917500', '134356.377500', '134356.837500', '134357.297500', '134357.757500', '134358.217500', '134358.677500', '134359.137500', '134359.597500', '134400.057500', '134400.517500', '134400.977500', '134401.437500', '134401.897500', '134402.357500', '134402.817500', '134403.277500', '134403.737500', '134404.197500', '134404.657500', '134405.117500', '134405.577500', '134406.037500', '134406.497500', '134406.957500', '134407.417500', '134407.877500', '134408.337500', '134408.797500', '134409.257500', '134409.717500', '134410.177500', '134410.637500', '134411.097500', '134411.557500', '134412.017500', '134412.477500', '134412.937500', '134413.397500', '134413.857500', '134414.317500', '134414.777500', '134415.237500', '134415.697500', '134416.157500', '134416.617500', '134417.077500', '134417.537500', '134417.997500', '134418.457500', '134418.917500', '134419.377500', '134419.837500', '134420.297500', '134420.757500', '134421.217500', '134421.677500', '134422.137500', '134422.597500', '134423.057500', '134423.517500', '134423.977500', '134424.437500', '134424.897500', '134425.357500', '134425.817500', '134426.277500', '134426.737500', '134427.197500', '134427.657500', '134428.117500', '134428.577500', '134429.037500', '134429.497500', '134429.957500', '134430.417500', '134430.877500', '134431.337500', '134431.797500', '134432.257500', '134432.717500', '134433.177500', '134433.637500', '134434.097500', '134434.557500', '134435.017500', '134435.477500', '134435.937500', '134436.397500', '134436.857500', '134437.317500', '134437.777500', '134438.237500', '134438.697500', '134439.157500', '134439.617500', '134440.077500', '134440.537500', '134440.997500', '134441.457500', '134441.917500', '134442.377500', '134442.837500', '134443.297500', '134443.757500', '134444.217500', '134444.677500', '134445.137500', '134445.597500', '134446.057500', '134446.517500', '134446.977500', '134447.437500', '134447.897500', '134448.357500', '134448.817500', '134449.277500', '134449.737500', '134450.197500', '134450.657500', '134451.117500', '134451.577500', '134452.037500', '134452.497500', '134452.957500', '134453.417500', '134453.877500', '134454.337500', '134454.797500', '134455.257500', '134455.717500', '134456.177500', '134456.637500', '134457.097500', '134457.557500', '134458.017500', '134458.477500', '134458.937500', '134459.397500', '134459.857500', '134500.317500', '134500.777500', '134501.237500', '134501.697500', '134502.157500', '134502.617500', '134503.077500', '134503.537500', '134503.997500', '134504.457500', '134504.917500', '134505.377500', '134505.837500', '134506.297500', '134506.757500', '134507.217500', '134507.677500', '134508.137500', '134508.597500', '134509.057500', '134509.517500', '134509.977500', '134510.437500', '134510.897500', '134511.357500', '134511.817500', '134512.277500', '134512.737500', '134513.197500', '134513.657500', '134514.117500', '134514.577500', '134515.037500', '134515.497500', '134515.957500', '134516.417500', '134516.877500', '134517.337500', '134517.797500', '134518.257500', '134518.717500', '134519.177500', '134519.637500', '134520.097500', '134520.557500', '134521.017500', '134521.477500', '134521.937500', '134522.397500', '134522.857500', '134523.317500', '134523.777500', '134524.237500', '134524.697500', '134525.157500', '134525.617500', '134526.077500', '134526.537500', '134526.997500', '134527.457500', '134527.917500', '134528.377500', '134528.837500', '134529.297500', '134529.757500', '134530.217500', '134530.677500', '134531.137500', '134531.597500', '134532.057500', '134532.517500', '134532.977500', '134533.437500', '134533.897500', '134534.357500', '134534.817500', '134535.277500', '134535.737500', '134536.197500', '134536.657500', '134537.117500', '134537.577500', '134538.037500', '134538.497500', '134538.957500', '134539.417500', '134539.877500', '134540.337500', '134540.797500', '134541.257500', '134541.717500', '134542.177500', '134542.637500', '134543.097500', '134543.557500', '134544.017500', '134544.477500', '134544.937500', '134545.397500', '134545.857500', '134546.317500', '134546.777500', '134547.237500', '134547.697500', '134548.157500', '134548.617500', '134549.077500', '134549.537500', '134549.997500', '134550.457500', '134550.917500', '134551.377500', '134551.837500', '134552.297500', '134552.757500', '134553.217500', '134553.677500', '134554.137500', '134554.597500', '134555.057500', '134555.517500', '134555.977500', '134556.437500', '134556.897500', '134557.357500', '134557.817500', '134558.277500', '134558.737500', '134559.197500', '134559.657500', '134600.117500', '134600.577500', '134601.037500', '134601.497500', '134601.957500', '134602.417500', '134602.877500', '134603.337500', '134603.797500', '134604.257500', '134604.717500', '134605.177500', '134605.637500', '134606.097500', '134606.557500', '134607.017500', '134607.477500', '134607.937500', '134608.397500', '134608.857500', '134609.317500', '134609.777500', '134610.237500', '134610.697500', '134611.157500', '134611.617500', '134612.077500', '134612.537500', '134612.997500', '134613.457500', '134613.917500', '134614.377500', '134614.837500', '134615.297500', '134615.757500', '134616.217500', '134616.677500', '134617.137500', '134617.597500', '134618.057500', '134618.517500', '134618.977500', '134619.437500', '134619.897500', '134620.357500', '134620.817500', '134621.277500', '134621.737500', '134622.197500', '134622.657500', '134623.117500', '134623.577500', '134624.037500', '134624.497500', '134624.957500', '134625.417500', '134625.877500', '134626.337500', '134626.797500', '134627.257500', '134627.717500', '134628.177500', '134628.637500', '134629.097500', '134629.557500', '134630.017500', '134630.477500', '134630.937500', '134631.397500', '134631.857500', '134632.317500', '134632.777500', '134633.237500', '134633.697500', '134634.157500', '134634.617500', '134635.077500', '134635.537500', '134635.997500', '134636.457500', '134636.917500', '134637.377500', '134637.837500', '134638.297500', '134638.757500', '134639.217500', '134639.677500', '134640.137500', '134640.597500', '134641.057500', '134641.517500', '134641.977500', '134642.437500', '134642.897500', '134643.357500', '134643.817500', '134644.277500', '134644.737500', '134645.197500', '134645.657500', '134646.117500', '134646.577500', '134647.037500', '134647.497500', '134647.957500', '134648.417500', '134648.877500', '134649.337500', '134649.797500', '134650.257500', '134650.717500', '134651.177500', '134651.637500', '134652.097500', '134652.557500', '134653.017500', '134653.477500', '134653.937500', '134654.397500', '134654.857500', '134655.317500', '134655.777500', '134656.237500', '134656.697500', '134657.157500', '134657.617500', '134658.077500', '134658.537500', '134658.997500', '134659.457500', '134659.917500', '134700.377500', '134700.837500', '134701.297500', '134701.757500', '134702.217500', '134702.677500', '134703.137500', '134703.597500', '134704.057500', '134704.517500', '134704.977500', '134705.437500', '134705.897500', '134706.357500', '134706.817500', '134707.277500', '134707.737500', '134708.197500', '134708.657500', '134709.117500', '134709.577500', '134710.037500', '134710.497500', '134710.957500', '134711.417500', '134711.877500', '134712.337500', '134712.797500', '134713.257500', '134713.717500', '134714.177500', '134714.637500', '134715.097500', '134715.557500', '134716.017500', '134716.477500', '134716.937500', '134717.397500', '134717.857500', '134718.317500', '134718.777500', '134719.237500', '134719.697500', '134720.157500', '134720.617500', '134721.077500', '134721.537500', '134721.997500', '134722.457500', '134722.917500', '134723.377500', '134723.837500', '134724.297500', '134724.757500', '134725.217500', '134725.677500', '134726.137500', '134726.597500', '134727.057500', '134727.517500', '134727.977500', '134728.437500', '134728.897500', '134729.357500', '134729.817500', '134730.277500', '134730.737500', '134731.197500', '134731.657500', '134732.117500', '134732.577500', '134733.037500', '134733.497500', '134733.957500', '134734.417500', '134734.877500', '134735.337500', '134735.797500', '134736.257500', '134736.717500', '134737.177500', '134737.637500', '134738.097500', '134738.557500', '134739.017500', '134739.477500', '134739.937500', '134740.397500', '134740.857500', '134741.317500', '134741.777500', '134742.237500', '134742.697500', '134743.157500', '134743.617500', '134744.077500', '134744.537500', '134744.997500', '134745.457500', '134745.917500', '134746.377500', '134746.837500', '134747.297500', '134747.757500', '134748.217500', '134748.677500', '134749.137500', '134749.597500', '134750.057500', '134750.517500', '134750.977500', '134751.437500', '134751.897500', '134752.357500', '134752.817500', '134753.277500', '134753.737500', '134754.197500', '134754.657500', '134755.117500', '134755.577500', '134756.037500', '134756.497500', '134756.957500', '134757.417500', '134757.877500', '134758.337500', '134758.797500', '134759.257500', '134759.717500', '134800.177500', '134800.637500', '134801.097500', '134801.557500', '134802.017500', '134802.477500', '134802.937500', '134803.397500', '134803.857500', '134804.317500', '134804.777500', '134805.237500', '134805.697500', '134806.157500', '134806.617500', '134807.077500', '134807.537500', '134807.997500', '134808.457500', '134808.917500', '134809.377500', '134809.837500', '134810.297500', '134810.757500', '134811.217500', '134811.677500', '134812.137500', '134812.597500', '134813.057500', '134813.517500', '134813.977500', '134814.437500', '134814.897500', '134815.357500', '134815.817500', '134816.277500', '134816.737500', '134817.197500', '134817.657500', '134818.117500', '134818.577500', '134819.037500', '134819.497500', '134819.957500', '134820.417500', '134820.877500', '134821.337500', '134821.797500', '134822.257500', '134822.717500', '134823.177500', '134823.637500', '134824.097500', '134824.557500', '134825.017500', '134825.477500', '134825.937500', '134826.397500', '134826.857500', '134827.317500', '134827.777500', '134828.237500', '134828.697500', '134829.157500', '134829.617500', '134830.077500', '134830.537500', '134830.997500', '134831.457500', '134831.917500', '134832.377500', '134832.837500', '134833.297500', '134833.757500', '134834.217500', '134834.677500', '134835.137500', '134835.597500', '134836.057500', '134836.517500', '134836.977500', '134837.437500', '134837.897500', '134838.357500', '134838.817500', '134839.277500', '134839.737500', '134840.197500', '134840.657500', '134841.117500', '134841.577500', '134842.037500', '134842.497500', '134842.957500', '134843.417500', '134843.877500', '134844.337500', '134844.797500', '134845.257500', '134845.717500', '134846.177500', '134846.637500', '134847.097500', '134847.557500', '134848.017500', '134848.477500', '134848.937500', '134849.397500', '134849.857500', '134850.317500', '134850.777500', '134851.237500', '134851.697500', '134852.157500', '134852.617500', '134853.077500', '134853.537500', '134853.997500', '134854.457500', '134854.917500', '134855.377500', '134855.837500', '134856.297500', '134856.757500', '134857.217500', '134857.677500', '134858.137500', '134858.597500', '134859.057500', '134859.517500', '134859.977500', '134900.437500', '134900.897500', '134901.357500', '134901.817500', '134902.277500', '134902.737500', '134903.197500', '134903.657500', '134904.117500', '134904.577500', '134905.037500', '134905.497500', '134905.957500', '134906.417500', '134906.877500', '134907.337500', '134907.797500', '134908.257500', '134908.717500', '134909.177500', '134909.637500', '134910.097500', '134910.557500', '134911.017500', '134911.477500', '134911.937500', '134912.397500', '134912.857500', '134913.317500', '134913.777500', '134914.237500', '134914.697500', '134915.157500', '134915.617500', '134916.077500', '134916.537500', '134916.997500', '134917.457500', '134917.917500', '134918.377500', '134918.837500', '134919.297500', '134919.757500', '134920.217500', '134920.677500', '134921.137500', '134921.597500', '134922.057500', '134922.517500', '134922.977500', '134923.437500', '134923.897500', '134924.357500', '134924.817500', '134925.277500', '134925.737500', '134926.197500', '134926.657500', '134927.117500', '134927.577500', '134928.037500', '134928.497500', '134928.957500', '134929.417500', '134929.877500', '134930.337500', '134930.797500', '134931.257500', '134931.717500', '134932.177500', '134932.637500', '134933.097500', '134933.557500', '134934.017500', '134934.477500', '134934.937500', '134935.397500', '134935.857500', '134936.317500', '134936.777500', '134937.237500', '134937.697500', '134938.157500', '134938.617500', '134939.077500', '134939.537500', '134939.997500', '134940.457500', '134940.917500', '134941.377500', '134941.837500', '134942.297500', '134942.757500', '134943.217500', '134943.677500', '134944.137500', '134944.597500', '134945.057500', '134945.517500', '134945.977500', '134946.437500', '134946.897500', '134947.357500', '134947.817500', '134948.277500', '134948.737500', '134949.197500', '134949.657500', '134950.117500', '134950.577500', '134951.037500', '134951.497500', '134951.957500', '134952.417500', '134952.877500', '134953.337500', '134953.797500', '134954.257500', '134954.717500', '134955.177500', '134955.637500', '134956.097500', '134956.557500', '134957.017500', '134957.477500', '134957.937500', '134958.397500', '134958.857500', '134959.317500', '134959.777500', '135000.237500', '135000.697500', '135001.157500', '135001.617500', '135002.077500', '135002.537500', '135002.997500', '135003.457500', '135003.917500', '135004.377500', '135004.837500', '135005.297500', '135005.757500', '135006.217500', '135006.677500', '135007.137500', '135007.597500', '135008.057500', '135008.517500', '135008.977500', '135009.437500', '135009.897500', '135010.357500', '135010.817500', '135011.277500', '135011.737500', '135012.197500', '135012.657500', '135013.117500', '135013.577500', '135014.037500', '135014.497500', '135014.957500', '135015.417500', '135015.877500', '135016.337500', '135016.797500', '135017.257500', '135017.717500', '135018.177500', '135018.637500', '135019.097500', '135019.557500', '135020.017500', '135020.477500', '135020.937500', '135021.397500', '135021.857500', '135022.317500', '135022.777500', '135023.237500', '135023.697500', '135024.157500', '135024.617500', '135025.077500', '135025.537500', '135025.997500', '135026.457500', '135026.917500', '135027.377500', '135027.837500', '135028.297500', '135028.757500', '135029.217500', '135029.677500', '135030.137500', '135030.597500', '135031.057500', '135031.517500', '135031.977500', '135032.437500', '135032.897500', '135033.357500', '135033.817500', '135034.277500', '135034.737500', '135035.197500', '135035.657500', '135036.117500', '135036.577500', '135037.037500', '135037.497500', '135037.957500', '135038.417500', '135038.877500', '135039.337500', '135039.797500', '135040.257500', '135040.717500', '135041.177500', '135041.637500', '135042.097500', '135042.557500', '135043.017500', '135043.477500', '135043.937500', '135044.397500', '135044.857500', '135045.317500', '135045.777500', '135046.237500', '135046.697500', '135047.157500', '135047.617500', '135048.077500', '135048.537500', '135048.997500', '135049.457500', '135049.917500', '135050.377500', '135050.837500', '135051.297500', '135051.757500', '135052.217500', '135052.677500', '135053.137500', '135053.597500', '135054.057500', '135054.517500', '135054.977500', '135055.437500', '135055.897500', '135056.357500', '135056.817500', '135057.277500', '135057.737500', '135058.197500', '135058.657500', '135059.117500', '135059.577500', '135100.037500', '135100.497500', '135100.957500', '135101.417500', '135101.877500', '135102.337500', '135102.797500', '135103.257500', '135103.717500', '135104.177500', '135104.637500', '135105.097500', '135105.557500', '135106.017500', '135106.477500', '135106.937500', '135107.397500', '135107.857500', '135108.317500', '135108.777500', '135109.237500', '135109.697500', '135110.157500', '135110.617500', '135111.077500', '135111.537500', '135111.997500', '135112.457500', '135112.917500', '135113.377500', '135113.837500', '135114.297500', '135114.757500', '135115.217500', '135115.677500', '135116.137500', '135116.597500', '135117.057500', '135117.517500', '135117.977500', '135118.437500', '135118.897500', '135119.357500', '135119.817500', '135120.277500', '135120.737500', '135121.197500', '135121.657500', '135122.117500', '135122.577500', '135123.037500', '135123.497500', '135123.957500', '135124.417500', '135124.877500', '135125.337500', '135125.797500', '135126.257500', '135126.717500', '135127.177500', '135127.637500', '135128.097500', '135128.557500', '135129.017500', '135129.477500', '135129.937500', '135130.397500', '135130.857500', '135131.317500', '135131.777500', '135132.237500', '135132.697500', '135133.157500', '135133.617500', '135134.077500', '135134.537500', '135134.997500', '135135.457500', '135135.917500', '135136.377500', '135136.837500', '135137.297500', '135137.757500', '135138.217500', '135138.677500', '135139.137500', '135139.597500', '135140.057500', '135140.517500', '135140.977500', '135141.437500', '135141.897500', '135142.357500', '135142.817500', '135143.277500', '135143.737500', '135144.197500', '135144.657500', '135145.117500', '135145.577500', '135146.037500', '135146.497500', '135146.957500', '135147.417500', '135147.877500', '135148.337500', '135148.797500', '135149.257500', '135149.717500', '135150.177500', '135150.637500', '135151.097500', '135151.557500', '135152.017500', '135152.477500', '135152.937500', '135153.397500', '135153.857500', '135154.317500', '135154.777500', '135155.237500', '135155.697500', '135156.157500', '135156.617500', '135157.077500', '135157.537500', '135157.997500', '135158.457500', '135158.917500', '135159.377500', '135159.837500', '135200.297500', '135200.757500', '135201.217500', '135201.677500', '135202.137500', '135202.597500', '135203.057500', '135203.517500', '135203.977500', '135204.437500', '135204.897500', '135205.357500', '135205.817500', '135206.277500', '135206.737500', '135207.197500', '135207.657500', '135208.117500', '135208.577500', '135209.037500', '135209.497500', '135209.957500', '135210.417500', '135210.877500', '135211.337500', '135211.797500', '135212.257500', '135212.717500', '135213.177500', '135213.637500', '135214.097500', '135214.557500', '135215.017500', '135215.477500', '135215.937500', '135216.397500', '135216.857500', '135217.317500', '135217.777500', '135218.237500', '135218.697500', '135219.157500', '135219.617500', '135220.077500', '135220.537500', '135220.997500', '135221.457500', '135221.917500', '135222.377500', '135222.837500', '135223.297500', '135223.757500', '135224.217500', '135224.677500', '135225.137500', '135225.597500', '135226.057500', '135226.517500', '135226.977500', '135227.437500', '135227.897500', '135228.357500', '135228.817500', '135229.277500', '135229.737500', '135230.197500'], 'ContentTime': ['134215.361000', '134215.365000', '134215.367000', '134215.370000', '134215.373000', '134215.375000', '134215.378000', '134215.381000', '134215.383000', '134215.386000', '134215.389000', '134215.391000', '134215.394000', '134215.397000', '134215.399000', '134215.402000', '134215.404000', '134215.407000', '134215.413000', '134215.416000', '134215.418000', '134215.421000', '134215.423000', '134215.426000', '134215.428000', '134215.431000', '134215.434000', '134215.443000', '134215.445000', '134215.448000', '134215.450000', '134215.453000', '134215.456000', '134215.459000', '134215.461000', '134215.464000', '134235.332000', '134235.334000', '134235.337000', '134235.340000', '134235.342000', '134235.345000', '134235.347000', '134235.350000', '134235.352000', '134235.355000', '134235.358000', '134235.360000', '134235.363000', '134235.365000', '134235.368000', '134235.370000', '134235.373000', '134235.376000', '134235.378000', '134235.381000', '134235.383000', '134235.386000', '134235.389000', '134235.391000', '134235.394000', '134235.396000', '134235.399000', '134235.401000', '134235.404000', '134235.407000', '134235.409000', '134235.412000', '134235.414000', '134235.417000', '134235.419000', '134235.422000', '134235.425000', '134235.427000', '134235.430000', '134235.432000', '134235.435000', '134235.437000', '134235.440000', '134235.443000', '134255.332000', '134255.335000', '134255.338000', '134255.341000', '134255.343000', '134255.346000', '134255.349000', '134255.351000', '134255.354000', '134255.356000', '134255.359000', '134255.361000', '134255.364000', '134255.368000', '134255.371000', '134255.373000', '134255.376000', '134255.378000', '134255.381000', '134255.384000', '134255.386000', '134255.389000', '134255.391000', '134255.394000', '134255.396000', '134255.399000', '134255.402000', '134255.404000', '134255.407000', '134255.409000', '134255.412000', '134255.414000', '134255.417000', '134255.420000', '134255.423000', '134255.425000', '134255.428000', '134255.430000', '134255.433000', '134255.436000', '134255.438000', '134255.441000', '134255.443000', '134315.333000', '134315.336000', '134315.338000', '134315.341000', '134315.344000', '134315.346000', '134315.349000', '134315.351000', '134315.354000', '134315.357000', '134315.359000', '134315.362000', '134315.364000', '134315.367000', '134315.369000', '134315.372000', '134315.375000', '134315.377000', '134315.380000', '134315.382000', '134315.385000', '134315.387000', '134315.390000', '134315.393000', '134315.395000', '134315.398000', '134315.400000', '134315.403000', '134315.405000', '134315.408000', '134315.418000', '134315.420000', '134315.447000', '134315.449000', '134315.452000', '134315.455000', '134315.457000', '134315.460000', '134315.462000', '134315.465000', '134315.467000', '134315.470000', '134315.473000', '134315.475000', '134335.333000', '134335.335000', '134335.338000', '134335.341000', '134335.343000', '134335.346000', '134335.348000', '134335.351000', '134335.353000', '134335.356000', '134335.359000', '134335.361000', '134335.364000', '134335.366000', '134335.369000', '134335.371000', '134335.374000', '134335.377000', '134335.379000', '134335.382000', '134335.384000', '134335.387000', '134335.390000', '134335.392000', '134335.395000', '134335.397000', '134335.400000', '134335.403000', '134335.405000', '134335.430000', '134335.433000', '134335.436000', '134335.438000', '134335.441000', '134335.443000', '134335.446000', '134335.448000', '134335.451000', '134335.453000', '134335.456000', '134335.459000', '134335.461000', '134335.464000', '134355.333000', '134355.336000', '134355.338000', '134355.341000', '134355.343000', '134355.346000', '134355.348000', '134355.351000', '134355.354000', '134355.356000', '134355.359000', '134355.361000', '134355.364000', '134355.366000', '134355.369000', '134355.372000', '134355.374000', '134355.377000', '134355.380000', '134355.382000', '134355.385000', '134355.387000', '134355.390000', '134355.392000', '134355.395000', '134355.398000', '134355.400000', '134355.403000', '134355.405000', '134355.408000', '134355.410000', '134355.413000', '134355.416000', '134355.418000', '134355.421000', '134355.423000', '134355.426000', '134355.428000', '134355.431000', '134355.433000', '134355.436000', '134355.439000', '134355.441000', '134355.444000', '134415.333000', '134415.335000', '134415.338000', '134415.341000', '134415.344000', '134415.347000', '134415.350000', '134415.353000', '134415.355000', '134415.358000', '134415.360000', '134415.363000', '134415.365000', '134415.368000', '134415.371000', '134415.373000', '134415.376000', '134415.379000', '134415.381000', '134415.384000', '134415.387000', '134415.389000', '134415.392000', '134415.395000', '134415.397000', '134415.400000', '134415.402000', '134415.407000', '134415.410000', '134415.413000', '134415.415000', '134415.418000', '134415.420000', '134415.423000', '134415.426000', '134415.428000', '134415.431000', '134415.433000', '134415.436000', '134415.438000', '134415.441000', '134415.444000', '134415.446000', '134435.333000', '134435.336000', '134435.338000', '134435.341000', '134435.343000', '134435.346000', '134435.349000', '134435.351000', '134435.354000', '134435.357000', '134435.359000', '134435.362000', '134435.365000', '134435.367000', '134435.370000', '134435.373000', '134435.375000', '134435.378000', '134435.381000', '134435.383000', '134435.386000', '134435.388000', '134435.391000', '134435.393000', '134435.396000', '134435.399000', '134435.401000', '134435.404000', '134435.407000', '134435.409000', '134435.412000', '134435.414000', '134435.417000', '134435.420000', '134435.422000', '134435.425000', '134435.427000', '134435.430000', '134435.433000', '134435.435000', '134435.438000', '134435.440000', '134435.443000', '134435.446000', '134455.332000', '134455.334000', '134455.337000', '134455.340000', '134455.342000', '134455.345000', '134455.347000', '134455.350000', '134455.353000', '134455.355000', '134455.358000', '134455.360000', '134455.363000', '134455.366000', '134455.368000', '134455.371000', '134455.373000', '134455.376000', '134455.379000', '134455.381000', '134455.384000', '134455.386000', '134455.389000', '134455.391000', '134455.394000', '134455.397000', '134455.400000', '134455.426000', '134455.428000', '134455.431000', '134455.433000', '134455.436000', '134455.439000', '134455.441000', '134455.444000', '134455.446000', '134455.449000', '134455.452000', '134455.454000', '134455.457000', '134455.459000', '134455.462000', '134455.465000', '134515.332000', '134515.335000', '134515.338000', '134515.340000', '134515.343000', '134515.346000', '134515.348000', '134515.351000', '134515.353000', '134515.356000', '134515.358000', '134515.361000', '134515.364000', '134515.366000', '134515.369000', '134515.371000', '134515.374000', '134515.377000', '134515.379000', '134515.382000', '134515.384000', '134515.387000', '134515.390000', '134515.392000', '134515.395000', '134515.397000', '134515.400000', '134515.403000', '134515.405000', '134515.408000', '134515.410000', '134515.413000', '134515.415000', '134515.418000', '134515.421000', '134515.423000', '134515.426000', '134515.428000', '134515.431000', '134515.434000', '134515.436000', '134515.439000', '134515.442000', '134515.444000', '134535.333000', '134535.336000', '134535.338000', '134535.341000', '134535.343000', '134535.346000', '134535.348000', '134535.351000', '134535.354000', '134535.356000', '134535.359000', '134535.361000', '134535.364000', '134535.367000', '134535.369000', '134535.372000', '134535.374000', '134535.377000', '134535.379000', '134535.382000', '134535.384000', '134535.387000', '134535.390000', '134535.392000', '134535.395000', '134535.398000', '134535.400000', '134535.403000', '134535.405000', '134535.408000', '134535.411000', '134535.413000', '134535.416000', '134535.419000', '134535.421000', '134535.424000', '134535.426000', '134535.429000', '134535.431000', '134535.434000', '134535.437000', '134535.439000', '134535.442000', '134555.332000', '134555.335000', '134555.338000', '134555.341000', '134555.343000', '134555.346000', '134555.348000', '134555.351000', '134555.354000', '134555.356000', '134555.359000', '134555.362000', '134555.364000', '134555.367000', '134555.369000', '134555.372000', '134555.375000', '134555.377000', '134555.380000', '134555.382000', '134555.385000', '134555.387000', '134555.390000', '134555.393000', '134555.395000', '134555.398000', '134555.400000', '134555.403000', '134555.405000', '134555.408000', '134555.411000', '134555.413000', '134555.416000', '134555.418000', '134555.421000', '134555.424000', '134555.426000', '134555.429000', '134555.431000', '134555.434000', '134555.437000', '134555.439000', '134555.442000', '134555.444000', '134615.332000', '134615.335000', '134615.338000', '134615.340000', '134615.343000', '134615.346000', '134615.348000', '134615.351000', '134615.353000', '134615.356000', '134615.359000', '134615.361000', '134615.364000', '134615.366000', '134615.369000', '134615.372000', '134615.374000', '134615.377000', '134615.379000', '134615.382000', '134615.385000', '134615.387000', '134615.390000', '134615.392000', '134615.395000', '134615.397000', '134615.400000', '134615.403000', '134615.405000', '134615.408000', '134615.411000', '134615.413000', '134615.416000', '134615.419000', '134615.421000', '134615.424000', '134615.426000', '134615.429000', '134615.432000', '134615.434000', '134615.437000', '134615.439000', '134615.442000', '134635.333000', '134635.335000', '134635.338000', '134635.341000', '134635.343000', '134635.346000', '134635.349000', '134635.351000', '134635.354000', '134635.357000', '134635.359000', '134635.362000', '134635.364000', '134635.367000', '134635.370000', '134635.372000', '134635.375000', '134635.377000', '134635.380000', '134635.383000', '134635.385000', '134635.388000', '134635.390000', '134635.393000', '134635.396000', '134635.398000', '134635.401000', '134635.403000', '134635.406000', '134635.409000', '134635.411000', '134635.414000', '134635.416000', '134635.419000', '134635.422000', '134635.424000', '134635.427000', '134635.429000', '134635.432000', '134635.435000', '134635.437000', '134635.440000', '134635.442000', '134635.445000', '134655.332000', '134655.335000', '134655.338000', '134655.340000', '134655.343000', '134655.346000', '134655.348000', '134655.351000', '134655.353000', '134655.356000', '134655.359000', '134655.361000', '134655.364000', '134655.366000', '134655.369000', '134655.371000', '134655.374000', '134655.377000', '134655.379000', '134655.382000', '134655.385000', '134655.387000', '134655.390000', '134655.393000', '134655.395000', '134655.398000', '134655.400000', '134655.403000', '134655.406000', '134655.408000', '134655.411000', '134655.413000', '134655.416000', '134655.418000', '134655.421000', '134655.424000', '134655.426000', '134655.429000', '134655.431000', '134655.434000', '134655.437000', '134655.439000', '134655.442000', '134715.332000', '134715.334000', '134715.337000', '134715.340000', '134715.342000', '134715.345000', '134715.347000', '134715.350000', '134715.353000', '134715.355000', '134715.358000', '134715.360000', '134715.363000', '134715.365000', '134715.368000', '134715.371000', '134715.373000', '134715.376000', '134715.379000', '134715.381000', '134715.384000', '134715.386000', '134715.389000', '134715.392000', '134715.394000', '134715.397000', '134715.400000', '134715.402000', '134715.405000', '134715.407000', '134715.412000', '134715.415000', '134715.417000', '134715.420000', '134715.423000', '134715.425000', '134715.428000', '134715.431000', '134715.433000', '134715.436000', '134715.438000', '134715.441000', '134715.443000', '134715.446000', '134735.333000', '134735.335000', '134735.338000', '134735.341000', '134735.343000', '134735.346000', '134735.348000', '134735.351000', '134735.353000', '134735.356000', '134735.359000', '134735.361000', '134735.364000', '134735.366000', '134735.369000', '134735.371000', '134735.374000', '134735.377000', '134735.379000', '134735.382000', '134735.384000', '134735.387000', '134735.390000', '134735.392000', '134735.395000', '134735.397000', '134735.400000', '134735.403000', '134735.405000', '134735.408000', '134735.410000', '134735.413000', '134735.416000', '134735.418000', '134735.421000', '134735.423000', '134735.426000', '134735.429000', '134735.431000', '134735.434000', '134735.437000', '134735.439000', '134735.442000', '134755.332000', '134755.335000', '134755.338000', '134755.341000', '134755.343000', '134755.346000', '134755.349000', '134755.351000', '134755.354000', '134755.356000', '134755.359000', '134755.361000', '134755.364000', '134755.367000', '134755.369000', '134755.372000', '134755.374000', '134755.377000', '134755.379000', '134755.411000', '134755.413000', '134755.416000', '134755.418000', '134755.421000', '134755.424000', '134755.426000', '134755.429000', '134755.431000', '134755.434000', '134755.437000', '134755.439000', '134755.442000', '134755.444000', '134755.447000', '134755.450000', '134755.452000', '134755.455000', '134755.457000', '134755.460000', '134755.462000', '134755.465000', '134755.468000', '134755.470000', '134755.473000', '134815.333000', '134815.336000', '134815.338000', '134815.341000', '134815.344000', '134815.346000', '134815.349000', '134815.351000', '134815.354000', '134815.356000', '134815.359000', '134815.362000', '134815.364000', '134815.367000', '134815.369000', '134815.372000', '134815.375000', '134815.377000', '134815.380000', '134815.382000', '134815.385000', '134815.387000', '134815.390000', '134815.393000', '134815.395000', '134815.398000', '134815.400000', '134815.403000', '134815.405000', '134815.408000', '134815.411000', '134815.413000', '134815.416000', '134815.418000', '134815.421000', '134815.424000', '134815.426000', '134815.429000', '134815.431000', '134815.434000', '134815.436000', '134815.439000', '134815.442000', '134835.332000', '134835.335000', '134835.338000', '134835.341000', '134835.343000', '134835.346000', '134835.349000', '134835.351000', '134835.354000', '134835.356000', '134835.359000', '134835.362000', '134835.364000', '134835.367000', '134835.369000', '134835.372000', '134835.375000', '134835.377000', '134835.380000', '134835.382000', '134835.385000', '134835.388000', '134835.390000', '134835.393000', '134835.395000', '134835.398000', '134835.400000', '134835.403000', '134835.406000', '134835.408000', '134835.411000', '134835.413000', '134835.416000', '134835.419000', '134835.421000', '134835.424000', '134835.426000', '134835.429000', '134835.431000', '134835.434000', '134835.437000', '134835.439000', '134835.442000', '134835.444000', '134855.333000', '134855.335000', '134855.338000', '134855.341000', '134855.343000', '134855.346000', '134855.349000', '134855.351000', '134855.354000', '134855.356000', '134855.359000', '134855.361000', '134855.364000', '134855.367000', '134855.369000', '134855.372000', '134855.374000', '134855.377000', '134855.380000', '134855.382000', '134855.385000', '134855.387000', '134855.390000', '134855.392000', '134855.395000', '134855.397000', '134855.400000', '134855.403000', '134855.405000', '134855.408000', '134855.410000', '134855.413000', '134855.416000', '134855.418000', '134855.421000', '134855.423000', '134855.426000', '134855.428000', '134855.431000', '134855.434000', '134855.436000', '134855.439000', '134855.441000', '134915.333000', '134915.335000', '134915.338000', '134915.341000', '134915.343000', '134915.346000', '134915.348000', '134915.351000', '134915.354000', '134915.356000', '134915.359000', '134915.361000', '134915.364000', '134915.367000', '134915.369000', '134915.372000', '134915.383000', '134915.386000', '134915.388000', '134915.391000', '134915.394000', '134915.396000', '134915.399000', '134915.401000', '134915.404000', '134915.406000', '134915.409000', '134915.412000', '134915.414000', '134915.417000', '134915.420000', '134915.422000', '134915.425000', '134915.427000', '134915.430000', '134915.432000', '134915.435000', '134915.438000', '134915.440000', '134915.443000', '134915.445000', '134915.448000', '134915.450000', '134915.453000', '134935.332000', '134935.335000', '134935.337000', '134935.340000', '134935.343000', '134935.345000', '134935.348000', '134935.351000', '134935.353000', '134935.356000', '134935.358000', '134935.361000', '134935.364000', '134935.366000', '134935.369000', '134935.372000', '134935.374000', '134935.377000', '134935.380000', '134935.382000', '134935.385000', '134935.387000', '134935.390000', '134935.393000', '134935.395000', '134935.398000', '134935.401000', '134935.403000', '134935.406000', '134935.408000', '134935.411000', '134935.414000', '134935.416000', '134935.419000', '134935.421000', '134935.424000', '134935.426000', '134935.429000', '134935.432000', '134935.434000', '134935.437000', '134935.439000', '134935.442000', '134955.333000', '134955.335000', '134955.338000', '134955.341000', '134955.343000', '134955.346000', '134955.349000', '134955.351000', '134955.354000', '134955.356000', '134955.359000', '134955.362000', '134955.364000', '134955.367000', '134955.369000', '134955.372000', '134955.375000', '134955.377000', '134955.380000', '134955.382000', '134955.385000', '134955.388000', '134955.390000', '134955.393000', '134955.395000', '134955.398000', '134955.400000', '134955.403000', '134955.406000', '134955.408000', '134955.411000', '134955.413000', '134955.416000', '134955.419000', '134955.421000', '134955.424000', '134955.426000', '134955.429000', '134955.431000', '134955.434000', '134955.436000', '134955.439000', '134955.442000', '134955.444000', '135015.333000', '135015.336000', '135015.338000', '135015.341000', '135015.343000', '135015.346000', '135015.348000', '135015.351000', '135015.354000', '135015.356000', '135015.359000', '135015.361000', '135015.364000', '135015.366000', '135015.369000', '135015.371000', '135015.374000', '135015.377000', '135015.379000', '135015.382000', '135015.385000', '135015.387000', '135015.390000', '135015.392000', '135015.395000', '135015.397000', '135015.400000', '135015.403000', '135015.405000', '135015.408000', '135015.410000', '135015.413000', '135015.416000', '135015.418000', '135015.421000', '135015.423000', '135015.426000', '135015.429000', '135015.431000', '135015.434000', '135015.436000', '135015.439000', '135015.442000', '135035.333000', '135035.335000', '135035.338000', '135035.340000', '135035.343000', '135035.346000', '135035.348000', '135035.351000', '135035.353000', '135035.356000', '135035.359000', '135035.361000', '135035.403000', '135035.406000', '135035.409000', '135035.411000', '135035.414000', '135035.417000', '135035.419000', '135035.422000', '135035.425000', '135035.428000', '135035.430000', '135035.433000', '135035.435000', '135035.438000', '135035.440000', '135035.443000', '135035.446000', '135035.448000', '135035.451000', '135035.454000', '135035.456000', '135035.459000', '135035.461000', '135035.464000', '135035.466000', '135035.469000', '135035.472000', '135035.474000', '135035.477000', '135035.480000', '135035.482000', '135035.485000', '135055.333000', '135055.336000', '135055.338000', '135055.341000', '135055.343000', '135055.346000', '135055.349000', '135055.351000', '135055.354000', '135055.356000', '135055.359000', '135055.361000', '135055.364000', '135055.367000', '135055.369000', '135055.372000', '135055.374000', '135055.377000', '135055.379000', '135055.382000', '135055.385000', '135055.387000', '135055.390000', '135055.392000', '135055.395000', '135055.398000', '135055.400000', '135055.403000', '135055.405000', '135055.408000', '135055.410000', '135055.413000', '135055.416000', '135055.418000', '135055.421000', '135055.423000', '135055.426000', '135055.428000', '135055.431000', '135055.434000', '135055.436000', '135055.439000', '135055.441000', '135115.333000', '135115.336000', '135115.338000', '135115.341000', '135115.344000', '135115.346000', '135115.349000', '135115.351000', '135115.354000', '135115.356000', '135115.359000', '135115.362000', '135115.364000', '135115.367000', '135115.370000', '135115.372000', '135115.375000', '135115.377000', '135115.380000', '135115.382000', '135115.385000', '135115.388000', '135115.390000', '135115.393000', '135115.395000', '135115.398000', '135115.401000', '135115.403000', '135115.406000', '135115.408000', '135115.411000', '135115.413000', '135115.416000', '135115.419000', '135115.421000', '135115.424000', '135115.426000', '135115.429000', '135115.432000', '135115.434000', '135115.437000', '135115.439000', '135115.442000', '135135.333000', '135135.335000', '135135.338000', '135135.341000', '135135.343000', '135135.346000', '135135.349000', '135135.351000', '135135.354000', '135135.356000', '135135.359000', '135135.362000', '135135.364000', '135135.367000', '135135.369000', '135135.372000', '135135.374000', '135135.377000', '135135.380000', '135135.382000', '135135.385000', '135135.387000', '135135.390000', '135135.392000', '135135.395000', '135135.398000', '135135.400000', '135135.403000', '135135.405000', '135135.408000', '135135.411000', '135135.413000', '135135.416000', '135135.418000', '135135.421000', '135135.423000', '135135.426000', '135135.429000', '135135.431000', '135135.434000', '135135.437000', '135135.439000', '135135.442000', '135135.444000', '135155.332000', '135155.335000', '135155.337000', '135155.340000', '135155.342000', '135155.345000', '135155.348000', '135155.350000', '135155.353000', '135155.364000', '135155.367000', '135155.369000', '135155.372000', '135155.375000', '135155.377000', '135155.380000', '135155.382000', '135155.385000', '135155.388000', '135155.390000', '135155.393000', '135155.395000', '135155.398000', '135155.402000', '135155.405000', '135155.408000', '135155.410000', '135155.413000', '135155.416000', '135155.418000', '135155.421000', '135155.423000', '135155.426000', '135155.428000', '135155.431000', '135155.433000', '135155.436000', '135155.439000', '135155.441000', '135155.444000', '135155.446000', '135155.449000', '135155.452000', '135215.333000', '135215.335000', '135215.338000', '135215.341000', '135215.343000', '135215.346000', '135215.348000', '135215.351000', '135215.354000', '135215.356000', '135215.359000', '135215.361000', '135215.364000', '135215.367000', '135215.369000', '135215.372000', '135215.374000', '135215.377000', '135215.380000', '135215.382000', '135215.385000', '135215.388000', '135215.390000', '135215.393000', '135215.396000', '135215.398000', '135215.401000', '135215.403000', '135215.406000', '135215.409000', '135215.411000', '135215.414000', '135215.416000', '135215.419000', '135215.422000', '135215.424000', '135215.427000', '135215.430000', '135215.432000', '135215.435000', '135215.437000', '135215.440000', '135215.443000', '135215.445000', '135231.234000', '135231.237000', '135231.240000', '135231.243000', '135231.245000', '135231.248000', '135231.251000', '135231.254000', '135231.256000', '135231.259000', '135231.262000', '135231.265000', '135231.267000', '135231.270000', '135231.273000', '135231.275000', '135231.278000', '135231.280000', '135231.283000', '135231.286000', '135231.288000', '135231.291000', '135231.294000', '135231.296000', '135231.299000', '135231.302000', '135231.312000', '135231.315000', '135231.318000', '135231.322000', '135231.325000', '135231.328000', '135231.331000', '135231.334000', '135231.339000'], 'InstanceCreationTime': ['134215.361000', '134215.365000', '134215.367000', '134215.370000', '134215.373000', '134215.375000', '134215.378000', '134215.381000', '134215.383000', '134215.386000', '134215.389000', '134215.391000', '134215.394000', '134215.397000', '134215.399000', '134215.402000', '134215.404000', '134215.407000', '134215.413000', '134215.416000', '134215.418000', '134215.421000', '134215.423000', '134215.426000', '134215.428000', '134215.431000', '134215.434000', '134215.443000', '134215.445000', '134215.448000', '134215.450000', '134215.453000', '134215.456000', '134215.459000', '134215.461000', '134215.464000', '134235.332000', '134235.334000', '134235.337000', '134235.340000', '134235.342000', '134235.345000', '134235.347000', '134235.350000', '134235.352000', '134235.355000', '134235.358000', '134235.360000', '134235.363000', '134235.365000', '134235.368000', '134235.370000', '134235.373000', '134235.376000', '134235.378000', '134235.381000', '134235.383000', '134235.386000', '134235.389000', '134235.391000', '134235.394000', '134235.396000', '134235.399000', '134235.401000', '134235.404000', '134235.407000', '134235.409000', '134235.412000', '134235.414000', '134235.417000', '134235.419000', '134235.422000', '134235.425000', '134235.427000', '134235.430000', '134235.432000', '134235.435000', '134235.437000', '134235.440000', '134235.443000', '134255.332000', '134255.335000', '134255.338000', '134255.341000', '134255.343000', '134255.346000', '134255.349000', '134255.351000', '134255.354000', '134255.356000', '134255.359000', '134255.361000', '134255.364000', '134255.368000', '134255.371000', '134255.373000', '134255.376000', '134255.378000', '134255.381000', '134255.384000', '134255.386000', '134255.389000', '134255.391000', '134255.394000', '134255.396000', '134255.399000', '134255.402000', '134255.404000', '134255.407000', '134255.409000', '134255.412000', '134255.414000', '134255.417000', '134255.420000', '134255.423000', '134255.425000', '134255.428000', '134255.430000', '134255.433000', '134255.436000', '134255.438000', '134255.441000', '134255.443000', '134315.333000', '134315.336000', '134315.338000', '134315.341000', '134315.344000', '134315.346000', '134315.349000', '134315.351000', '134315.354000', '134315.357000', '134315.359000', '134315.362000', '134315.364000', '134315.367000', '134315.369000', '134315.372000', '134315.375000', '134315.377000', '134315.380000', '134315.382000', '134315.385000', '134315.387000', '134315.390000', '134315.393000', '134315.395000', '134315.398000', '134315.400000', '134315.403000', '134315.405000', '134315.408000', '134315.418000', '134315.420000', '134315.447000', '134315.449000', '134315.452000', '134315.455000', '134315.457000', '134315.460000', '134315.462000', '134315.465000', '134315.467000', '134315.470000', '134315.473000', '134315.475000', '134335.333000', '134335.335000', '134335.338000', '134335.341000', '134335.343000', '134335.346000', '134335.348000', '134335.351000', '134335.353000', '134335.356000', '134335.359000', '134335.361000', '134335.364000', '134335.366000', '134335.369000', '134335.371000', '134335.374000', '134335.377000', '134335.379000', '134335.382000', '134335.384000', '134335.387000', '134335.390000', '134335.392000', '134335.395000', '134335.397000', '134335.400000', '134335.403000', '134335.405000', '134335.430000', '134335.433000', '134335.436000', '134335.438000', '134335.441000', '134335.443000', '134335.446000', '134335.448000', '134335.451000', '134335.453000', '134335.456000', '134335.459000', '134335.461000', '134335.464000', '134355.333000', '134355.336000', '134355.338000', '134355.341000', '134355.343000', '134355.346000', '134355.348000', '134355.351000', '134355.354000', '134355.356000', '134355.359000', '134355.361000', '134355.364000', '134355.366000', '134355.369000', '134355.372000', '134355.374000', '134355.377000', '134355.380000', '134355.382000', '134355.385000', '134355.387000', '134355.390000', '134355.392000', '134355.395000', '134355.398000', '134355.400000', '134355.403000', '134355.405000', '134355.408000', '134355.410000', '134355.413000', '134355.416000', '134355.418000', '134355.421000', '134355.423000', '134355.426000', '134355.428000', '134355.431000', '134355.433000', '134355.436000', '134355.439000', '134355.441000', '134355.444000', '134415.333000', '134415.335000', '134415.338000', '134415.341000', '134415.344000', '134415.347000', '134415.350000', '134415.353000', '134415.355000', '134415.358000', '134415.360000', '134415.363000', '134415.365000', '134415.368000', '134415.371000', '134415.373000', '134415.376000', '134415.379000', '134415.381000', '134415.384000', '134415.387000', '134415.389000', '134415.392000', '134415.395000', '134415.397000', '134415.400000', '134415.402000', '134415.407000', '134415.410000', '134415.413000', '134415.415000', '134415.418000', '134415.420000', '134415.423000', '134415.426000', '134415.428000', '134415.431000', '134415.433000', '134415.436000', '134415.438000', '134415.441000', '134415.444000', '134415.446000', '134435.333000', '134435.336000', '134435.338000', '134435.341000', '134435.343000', '134435.346000', '134435.349000', '134435.351000', '134435.354000', '134435.357000', '134435.359000', '134435.362000', '134435.365000', '134435.367000', '134435.370000', '134435.373000', '134435.375000', '134435.378000', '134435.381000', '134435.383000', '134435.386000', '134435.388000', '134435.391000', '134435.393000', '134435.396000', '134435.399000', '134435.401000', '134435.404000', '134435.407000', '134435.409000', '134435.412000', '134435.414000', '134435.417000', '134435.420000', '134435.422000', '134435.425000', '134435.427000', '134435.430000', '134435.433000', '134435.435000', '134435.438000', '134435.440000', '134435.443000', '134435.446000', '134455.332000', '134455.334000', '134455.337000', '134455.340000', '134455.342000', '134455.345000', '134455.347000', '134455.350000', '134455.353000', '134455.355000', '134455.358000', '134455.360000', '134455.363000', '134455.366000', '134455.368000', '134455.371000', '134455.373000', '134455.376000', '134455.379000', '134455.381000', '134455.384000', '134455.386000', '134455.389000', '134455.391000', '134455.394000', '134455.397000', '134455.400000', '134455.426000', '134455.428000', '134455.431000', '134455.433000', '134455.436000', '134455.439000', '134455.441000', '134455.444000', '134455.446000', '134455.449000', '134455.452000', '134455.454000', '134455.457000', '134455.459000', '134455.462000', '134455.465000', '134515.332000', '134515.335000', '134515.338000', '134515.340000', '134515.343000', '134515.346000', '134515.348000', '134515.351000', '134515.353000', '134515.356000', '134515.358000', '134515.361000', '134515.364000', '134515.366000', '134515.369000', '134515.371000', '134515.374000', '134515.377000', '134515.379000', '134515.382000', '134515.384000', '134515.387000', '134515.390000', '134515.392000', '134515.395000', '134515.397000', '134515.400000', '134515.403000', '134515.405000', '134515.408000', '134515.410000', '134515.413000', '134515.415000', '134515.418000', '134515.421000', '134515.423000', '134515.426000', '134515.428000', '134515.431000', '134515.434000', '134515.436000', '134515.439000', '134515.442000', '134515.444000', '134535.333000', '134535.336000', '134535.338000', '134535.341000', '134535.343000', '134535.346000', '134535.348000', '134535.351000', '134535.354000', '134535.356000', '134535.359000', '134535.361000', '134535.364000', '134535.367000', '134535.369000', '134535.372000', '134535.374000', '134535.377000', '134535.379000', '134535.382000', '134535.384000', '134535.387000', '134535.390000', '134535.392000', '134535.395000', '134535.398000', '134535.400000', '134535.403000', '134535.405000', '134535.408000', '134535.411000', '134535.413000', '134535.416000', '134535.419000', '134535.421000', '134535.424000', '134535.426000', '134535.429000', '134535.431000', '134535.434000', '134535.437000', '134535.439000', '134535.442000', '134555.332000', '134555.335000', '134555.338000', '134555.341000', '134555.343000', '134555.346000', '134555.348000', '134555.351000', '134555.354000', '134555.356000', '134555.359000', '134555.362000', '134555.364000', '134555.367000', '134555.369000', '134555.372000', '134555.375000', '134555.377000', '134555.380000', '134555.382000', '134555.385000', '134555.387000', '134555.390000', '134555.393000', '134555.395000', '134555.398000', '134555.400000', '134555.403000', '134555.405000', '134555.408000', '134555.411000', '134555.413000', '134555.416000', '134555.418000', '134555.421000', '134555.424000', '134555.426000', '134555.429000', '134555.431000', '134555.434000', '134555.437000', '134555.439000', '134555.442000', '134555.444000', '134615.332000', '134615.335000', '134615.338000', '134615.340000', '134615.343000', '134615.346000', '134615.348000', '134615.351000', '134615.353000', '134615.356000', '134615.359000', '134615.361000', '134615.364000', '134615.366000', '134615.369000', '134615.372000', '134615.374000', '134615.377000', '134615.379000', '134615.382000', '134615.385000', '134615.387000', '134615.390000', '134615.392000', '134615.395000', '134615.397000', '134615.400000', '134615.403000', '134615.405000', '134615.408000', '134615.411000', '134615.413000', '134615.416000', '134615.419000', '134615.421000', '134615.424000', '134615.426000', '134615.429000', '134615.432000', '134615.434000', '134615.437000', '134615.439000', '134615.442000', '134635.333000', '134635.335000', '134635.338000', '134635.341000', '134635.343000', '134635.346000', '134635.349000', '134635.351000', '134635.354000', '134635.357000', '134635.359000', '134635.362000', '134635.364000', '134635.367000', '134635.370000', '134635.372000', '134635.375000', '134635.377000', '134635.380000', '134635.383000', '134635.385000', '134635.388000', '134635.390000', '134635.393000', '134635.396000', '134635.398000', '134635.401000', '134635.403000', '134635.406000', '134635.409000', '134635.411000', '134635.414000', '134635.416000', '134635.419000', '134635.422000', '134635.424000', '134635.427000', '134635.429000', '134635.432000', '134635.435000', '134635.437000', '134635.440000', '134635.442000', '134635.445000', '134655.332000', '134655.335000', '134655.338000', '134655.340000', '134655.343000', '134655.346000', '134655.348000', '134655.351000', '134655.353000', '134655.356000', '134655.359000', '134655.361000', '134655.364000', '134655.366000', '134655.369000', '134655.371000', '134655.374000', '134655.377000', '134655.379000', '134655.382000', '134655.385000', '134655.387000', '134655.390000', '134655.393000', '134655.395000', '134655.398000', '134655.400000', '134655.403000', '134655.406000', '134655.408000', '134655.411000', '134655.413000', '134655.416000', '134655.418000', '134655.421000', '134655.424000', '134655.426000', '134655.429000', '134655.431000', '134655.434000', '134655.437000', '134655.439000', '134655.442000', '134715.332000', '134715.334000', '134715.337000', '134715.340000', '134715.342000', '134715.345000', '134715.347000', '134715.350000', '134715.353000', '134715.355000', '134715.358000', '134715.360000', '134715.363000', '134715.365000', '134715.368000', '134715.371000', '134715.373000', '134715.376000', '134715.379000', '134715.381000', '134715.384000', '134715.386000', '134715.389000', '134715.392000', '134715.394000', '134715.397000', '134715.400000', '134715.402000', '134715.405000', '134715.407000', '134715.412000', '134715.415000', '134715.417000', '134715.420000', '134715.423000', '134715.425000', '134715.428000', '134715.431000', '134715.433000', '134715.436000', '134715.438000', '134715.441000', '134715.443000', '134715.446000', '134735.333000', '134735.335000', '134735.338000', '134735.341000', '134735.343000', '134735.346000', '134735.348000', '134735.351000', '134735.353000', '134735.356000', '134735.359000', '134735.361000', '134735.364000', '134735.366000', '134735.369000', '134735.371000', '134735.374000', '134735.377000', '134735.379000', '134735.382000', '134735.384000', '134735.387000', '134735.390000', '134735.392000', '134735.395000', '134735.397000', '134735.400000', '134735.403000', '134735.405000', '134735.408000', '134735.410000', '134735.413000', '134735.416000', '134735.418000', '134735.421000', '134735.423000', '134735.426000', '134735.429000', '134735.431000', '134735.434000', '134735.437000', '134735.439000', '134735.442000', '134755.332000', '134755.335000', '134755.338000', '134755.341000', '134755.343000', '134755.346000', '134755.349000', '134755.351000', '134755.354000', '134755.356000', '134755.359000', '134755.361000', '134755.364000', '134755.367000', '134755.369000', '134755.372000', '134755.374000', '134755.377000', '134755.379000', '134755.411000', '134755.413000', '134755.416000', '134755.418000', '134755.421000', '134755.424000', '134755.426000', '134755.429000', '134755.431000', '134755.434000', '134755.437000', '134755.439000', '134755.442000', '134755.444000', '134755.447000', '134755.450000', '134755.452000', '134755.455000', '134755.457000', '134755.460000', '134755.462000', '134755.465000', '134755.468000', '134755.470000', '134755.473000', '134815.333000', '134815.336000', '134815.338000', '134815.341000', '134815.344000', '134815.346000', '134815.349000', '134815.351000', '134815.354000', '134815.356000', '134815.359000', '134815.362000', '134815.364000', '134815.367000', '134815.369000', '134815.372000', '134815.375000', '134815.377000', '134815.380000', '134815.382000', '134815.385000', '134815.387000', '134815.390000', '134815.393000', '134815.395000', '134815.398000', '134815.400000', '134815.403000', '134815.405000', '134815.408000', '134815.411000', '134815.413000', '134815.416000', '134815.418000', '134815.421000', '134815.424000', '134815.426000', '134815.429000', '134815.431000', '134815.434000', '134815.436000', '134815.439000', '134815.442000', '134835.332000', '134835.335000', '134835.338000', '134835.341000', '134835.343000', '134835.346000', '134835.349000', '134835.351000', '134835.354000', '134835.356000', '134835.359000', '134835.362000', '134835.364000', '134835.367000', '134835.369000', '134835.372000', '134835.375000', '134835.377000', '134835.380000', '134835.382000', '134835.385000', '134835.388000', '134835.390000', '134835.393000', '134835.395000', '134835.398000', '134835.400000', '134835.403000', '134835.406000', '134835.408000', '134835.411000', '134835.413000', '134835.416000', '134835.419000', '134835.421000', '134835.424000', '134835.426000', '134835.429000', '134835.431000', '134835.434000', '134835.437000', '134835.439000', '134835.442000', '134835.444000', '134855.333000', '134855.335000', '134855.338000', '134855.341000', '134855.343000', '134855.346000', '134855.349000', '134855.351000', '134855.354000', '134855.356000', '134855.359000', '134855.361000', '134855.364000', '134855.367000', '134855.369000', '134855.372000', '134855.374000', '134855.377000', '134855.380000', '134855.382000', '134855.385000', '134855.387000', '134855.390000', '134855.392000', '134855.395000', '134855.397000', '134855.400000', '134855.403000', '134855.405000', '134855.408000', '134855.410000', '134855.413000', '134855.416000', '134855.418000', '134855.421000', '134855.423000', '134855.426000', '134855.428000', '134855.431000', '134855.434000', '134855.436000', '134855.439000', '134855.441000', '134915.333000', '134915.335000', '134915.338000', '134915.341000', '134915.343000', '134915.346000', '134915.348000', '134915.351000', '134915.354000', '134915.356000', '134915.359000', '134915.361000', '134915.364000', '134915.367000', '134915.369000', '134915.372000', '134915.383000', '134915.386000', '134915.388000', '134915.391000', '134915.394000', '134915.396000', '134915.399000', '134915.401000', '134915.404000', '134915.406000', '134915.409000', '134915.412000', '134915.414000', '134915.417000', '134915.420000', '134915.422000', '134915.425000', '134915.427000', '134915.430000', '134915.432000', '134915.435000', '134915.438000', '134915.440000', '134915.443000', '134915.445000', '134915.448000', '134915.450000', '134915.453000', '134935.332000', '134935.335000', '134935.337000', '134935.340000', '134935.343000', '134935.345000', '134935.348000', '134935.351000', '134935.353000', '134935.356000', '134935.358000', '134935.361000', '134935.364000', '134935.366000', '134935.369000', '134935.372000', '134935.374000', '134935.377000', '134935.380000', '134935.382000', '134935.385000', '134935.387000', '134935.390000', '134935.393000', '134935.395000', '134935.398000', '134935.401000', '134935.403000', '134935.406000', '134935.408000', '134935.411000', '134935.414000', '134935.416000', '134935.419000', '134935.421000', '134935.424000', '134935.426000', '134935.429000', '134935.432000', '134935.434000', '134935.437000', '134935.439000', '134935.442000', '134955.333000', '134955.335000', '134955.338000', '134955.341000', '134955.343000', '134955.346000', '134955.349000', '134955.351000', '134955.354000', '134955.356000', '134955.359000', '134955.362000', '134955.364000', '134955.367000', '134955.369000', '134955.372000', '134955.375000', '134955.377000', '134955.380000', '134955.382000', '134955.385000', '134955.388000', '134955.390000', '134955.393000', '134955.395000', '134955.398000', '134955.400000', '134955.403000', '134955.406000', '134955.408000', '134955.411000', '134955.413000', '134955.416000', '134955.419000', '134955.421000', '134955.424000', '134955.426000', '134955.429000', '134955.431000', '134955.434000', '134955.436000', '134955.439000', '134955.442000', '134955.444000', '135015.333000', '135015.336000', '135015.338000', '135015.341000', '135015.343000', '135015.346000', '135015.348000', '135015.351000', '135015.354000', '135015.356000', '135015.359000', '135015.361000', '135015.364000', '135015.366000', '135015.369000', '135015.371000', '135015.374000', '135015.377000', '135015.379000', '135015.382000', '135015.385000', '135015.387000', '135015.390000', '135015.392000', '135015.395000', '135015.397000', '135015.400000', '135015.403000', '135015.405000', '135015.408000', '135015.410000', '135015.413000', '135015.416000', '135015.418000', '135015.421000', '135015.423000', '135015.426000', '135015.429000', '135015.431000', '135015.434000', '135015.436000', '135015.439000', '135015.442000', '135035.333000', '135035.335000', '135035.338000', '135035.340000', '135035.343000', '135035.346000', '135035.348000', '135035.351000', '135035.353000', '135035.356000', '135035.359000', '135035.361000', '135035.403000', '135035.406000', '135035.409000', '135035.411000', '135035.414000', '135035.417000', '135035.419000', '135035.422000', '135035.425000', '135035.428000', '135035.430000', '135035.433000', '135035.435000', '135035.438000', '135035.440000', '135035.443000', '135035.446000', '135035.448000', '135035.451000', '135035.454000', '135035.456000', '135035.459000', '135035.461000', '135035.464000', '135035.466000', '135035.469000', '135035.472000', '135035.474000', '135035.477000', '135035.480000', '135035.482000', '135035.485000', '135055.333000', '135055.336000', '135055.338000', '135055.341000', '135055.343000', '135055.346000', '135055.349000', '135055.351000', '135055.354000', '135055.356000', '135055.359000', '135055.361000', '135055.364000', '135055.367000', '135055.369000', '135055.372000', '135055.374000', '135055.377000', '135055.379000', '135055.382000', '135055.385000', '135055.387000', '135055.390000', '135055.392000', '135055.395000', '135055.398000', '135055.400000', '135055.403000', '135055.405000', '135055.408000', '135055.410000', '135055.413000', '135055.416000', '135055.418000', '135055.421000', '135055.423000', '135055.426000', '135055.428000', '135055.431000', '135055.434000', '135055.436000', '135055.439000', '135055.441000', '135115.333000', '135115.336000', '135115.338000', '135115.341000', '135115.344000', '135115.346000', '135115.349000', '135115.351000', '135115.354000', '135115.356000', '135115.359000', '135115.362000', '135115.364000', '135115.367000', '135115.370000', '135115.372000', '135115.375000', '135115.377000', '135115.380000', '135115.382000', '135115.385000', '135115.388000', '135115.390000', '135115.393000', '135115.395000', '135115.398000', '135115.401000', '135115.403000', '135115.406000', '135115.408000', '135115.411000', '135115.413000', '135115.416000', '135115.419000', '135115.421000', '135115.424000', '135115.426000', '135115.429000', '135115.432000', '135115.434000', '135115.437000', '135115.439000', '135115.442000', '135135.333000', '135135.335000', '135135.338000', '135135.341000', '135135.343000', '135135.346000', '135135.349000', '135135.351000', '135135.354000', '135135.356000', '135135.359000', '135135.362000', '135135.364000', '135135.367000', '135135.369000', '135135.372000', '135135.374000', '135135.377000', '135135.380000', '135135.382000', '135135.385000', '135135.387000', '135135.390000', '135135.392000', '135135.395000', '135135.398000', '135135.400000', '135135.403000', '135135.405000', '135135.408000', '135135.411000', '135135.413000', '135135.416000', '135135.418000', '135135.421000', '135135.423000', '135135.426000', '135135.429000', '135135.431000', '135135.434000', '135135.437000', '135135.439000', '135135.442000', '135135.444000', '135155.332000', '135155.335000', '135155.337000', '135155.340000', '135155.342000', '135155.345000', '135155.348000', '135155.350000', '135155.353000', '135155.364000', '135155.367000', '135155.369000', '135155.372000', '135155.375000', '135155.377000', '135155.380000', '135155.382000', '135155.385000', '135155.388000', '135155.390000', '135155.393000', '135155.395000', '135155.398000', '135155.402000', '135155.405000', '135155.408000', '135155.410000', '135155.413000', '135155.416000', '135155.418000', '135155.421000', '135155.423000', '135155.426000', '135155.428000', '135155.431000', '135155.433000', '135155.436000', '135155.439000', '135155.441000', '135155.444000', '135155.446000', '135155.449000', '135155.452000', '135215.333000', '135215.335000', '135215.338000', '135215.341000', '135215.343000', '135215.346000', '135215.348000', '135215.351000', '135215.354000', '135215.356000', '135215.359000', '135215.361000', '135215.364000', '135215.367000', '135215.369000', '135215.372000', '135215.374000', '135215.377000', '135215.380000', '135215.382000', '135215.385000', '135215.388000', '135215.390000', '135215.393000', '135215.396000', '135215.398000', '135215.401000', '135215.403000', '135215.406000', '135215.409000', '135215.411000', '135215.414000', '135215.416000', '135215.419000', '135215.422000', '135215.424000', '135215.427000', '135215.430000', '135215.432000', '135215.435000', '135215.437000', '135215.440000', '135215.443000', '135215.445000', '135231.234000', '135231.237000', '135231.240000', '135231.243000', '135231.245000', '135231.248000', '135231.251000', '135231.254000', '135231.256000', '135231.259000', '135231.262000', '135231.265000', '135231.267000', '135231.270000', '135231.273000', '135231.275000', '135231.278000', '135231.280000', '135231.283000', '135231.286000', '135231.288000', '135231.291000', '135231.294000', '135231.296000', '135231.299000', '135231.302000', '135231.312000', '135231.315000', '135231.318000', '135231.322000', '135231.325000', '135231.328000', '135231.331000', '135231.334000', '135231.339000'], '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': [10892, 13863, 10786, 9615, 12927, 10171, 13184, 10262, 13188, 10166, 13452, 10142, 15580, 11265, 12603, 9957, 15244, 14902, 14446, 16187, 12112, 12880, 9127, 16643, 11610, 13136, 16274, 12257, 15101, 9256, 16178, 11967, 10901, 15763, 10594, 15851, 9026, 16411, 12233, 14324, 16874, 13982, 16773, 10098, 17256, 13346, 13356, 15354, 14164, 16804, 12921, 15720, 11365, 14286, 11522, 14394, 13782, 13222, 16319, 12144, 14818, 10180, 14722, 11619, 16000, 17268, 12602, 16153, 12342, 13395, 9206, 10046, 16174, 10579, 14114, 10294, 10511, 16775, 9951, 16454, 13692, 12898, 16251, 10447, 15715, 9378, 16164, 14693, 12627, 16511, 11613, 13526, 9156, 12152, 9444, 14761, 10879, 12489, 15476, 12428, 14839, 10712, 14760, 10749, 16194, 14204, 13481, 16725, 11559, 15788, 11882, 15958, 12222, 13411, 12813, 10942, 16332, 11111, 14976, 11419, 13227, 12136, 13286, 16386, 13041, 15044, 12713, 14150, 9970, 16107, 12303, 14658, 17350, 15741, 14198, 10687, 15580, 11361, 14015, 17566, 13979, 14854, 10434, 15436, 11245, 14082, 17883, 13785, 13913, 9432, 15670, 11745, 13709, 17261, 13102, 14282, 9771, 14255, 9292, 14084, 9637, 13220, 17088, 10018, 14760, 9872, 14760, 11197, 12769, 14292, 10900, 14961, 11508, 14701, 11387, 15424, 12918, 13844, 16757, 14612, 14738, 10994, 14341, 10594, 11386, 15894, 11384, 14677, 10941, 14748, 12104, 11603, 15382, 11618, 14603, 11874, 13520, 9488, 15350, 11439, 12667, 14870, 12108, 16046, 11862, 15850, 12474, 13072, 9943, 11908, 16516, 12305, 14891, 11056, 12919, 9609, 11361, 17243, 11668, 14876, 10828, 15339, 11568, 13501, 17704, 14110, 14287, 10011, 14696, 11163, 12821, 12684, 11415, 15824, 10249, 15626, 12069, 13201, 15092, 11871, 17612, 10091, 15891, 12599, 12807, 17603, 14009, 14931, 10118, 14995, 13683, 11703, 15136, 11078, 14831, 12566, 12272, 16087, 10663, 13902, 9806, 14076, 15639, 12333, 14698, 10444, 15769, 12636, 12792, 17472, 14755, 14553, 10203, 14884, 12208, 12527, 15379, 11272, 14699, 10587, 15070, 12499, 12446, 18036, 11367, 15606, 11321, 13956, 14686, 13431, 16644, 13260, 15650, 12608, 13160, 17737, 10284, 16253, 13222, 12317, 16621, 10987, 14531, 10034, 12763, 13026, 11719, 14790, 10662, 13361, 9923, 13630, 14477, 11805, 16846, 10442, 14431, 10315, 13961, 11285, 13236, 16638, 11720, 15866, 12159, 15393, 12742, 13048, 11530, 11715, 15429, 10839, 15308, 12636, 13033, 17281, 13046, 16132, 10373, 15239, 13197, 13050, 18073, 14581, 14790, 10685, 14758, 12573, 12714, 16373, 11435, 14481, 10156, 13338, 9503, 12678, 16100, 10833, 14244, 10205, 13483, 10124, 13968, 11599, 12946, 10707, 15738, 17430, 13706, 16681, 14509, 12590, 18257, 10843, 16206, 11220, 16142, 12741, 13352, 19299, 11508, 15844, 10776, 15141, 12223, 13691, 11345, 12529, 18659, 14614, 16270, 13926, 15509, 10557, 16369, 13209, 12796, 19631, 13618, 17089, 10982, 15763, 11311, 15615, 19100, 14174, 17355, 11173, 15769, 10212, 14855, 17849, 12894, 17686, 11118, 14907, 10309, 13649, 15806, 12278, 15842, 11363, 15332, 10515, 15703, 13283, 13110, 15530, 13560, 13667, 12422, 16656, 11708, 15026, 14203, 13372, 14063, 12052, 16642, 11249, 15412, 11456, 14317, 11286, 13314, 12638, 13114, 18677, 14394, 14359, 12720, 17481, 13421, 16200, 11914, 12887, 10993, 15570, 12971, 13568, 18014, 16685, 13712, 11314, 14053, 10798, 14841, 17703, 13204, 17454, 13108, 15013, 10510, 15407, 13011, 12856, 18728, 11924, 15006, 11034, 14445, 10126, 14169, 11796, 12946, 9031, 12146, 16849, 10597, 15438, 11976, 13281, 9981, 14381, 15174, 13110, 18855, 16700, 16844, 10819, 16925, 13533, 13680, 19746, 14702, 15846, 10591, 15259, 10210, 14664, 16152, 12735, 17070, 11452, 15710, 11837, 16424, 12898, 13847, 11316, 11559, 17142, 11079, 15674, 12317, 13474, 10097, 12419, 17601, 10884, 15894, 11896, 13725, 9540, 12144, 16029, 10322, 14192, 9953, 13009, 14418, 11752, 15575, 10205, 14093, 13858, 12670, 15949, 12304, 13862, 11072, 13490, 18706, 11374, 15873, 10925, 13708, 9740, 13167, 16324, 11992, 14863, 10636, 14147, 10652, 14543, 10859, 16559, 19167, 13884, 17059, 12341, 8961, 14479, 10188, 15241, 16755, 12434, 14468, 11188, 13149, 10673, 16142, 17119, 15931, 15637, 13280, 12739, 17712, 13555, 14654, 20370, 12834, 16349, 10977, 15626, 13490, 12345, 18242, 10404, 13417, 10286, 12889, 12207, 12060, 17630, 10870, 14071, 10627, 14287, 11299, 12363, 13849, 11622, 16312, 10562, 14920, 9948, 13918, 9735, 14167, 11373, 12978, 18539, 15061, 15679, 9847, 15862, 16101, 12598, 15881, 12040, 15333, 11641, 15178, 9873, 14802, 10670, 14177, 10378, 15236, 16944, 13096, 15646, 12501, 16843, 13037, 17528, 15192, 16588, 14679, 15138, 12388, 17073, 15402, 13981, 20077, 15139, 15491, 10853, 16458, 14563, 13863, 17443, 12019, 14930, 10581, 13886, 10605, 13859, 10562, 13096, 10373, 13447, 9707, 15011, 17799, 14548, 14867, 10934, 15913, 13176, 13498, 17932, 13042, 15294, 10419, 15761, 15381, 13059, 16539, 12072, 13982, 9862, 13785, 9106, 13521, 16163, 12514, 16491, 11973, 15966, 14535, 13790, 18163, 14378, 17262, 11700, 16202, 14217, 13662, 11074, 13114, 16478, 12275, 16259, 12048, 15532, 12552, 13539, 10048, 15186, 18904, 15346, 15773, 12698, 13689, 10213, 14274, 10164, 15523, 18418, 14063, 14531, 12203, 16074, 10669, 16180, 13060, 12668, 9310, 12677, 16747, 12886, 16553, 17034, 12575, 16075, 11494, 15133, 10378, 14167, 18326, 12866, 14761, 11019, 15678, 15672, 12187, 16568, 12351, 14227, 9569, 13673, 17311, 13148, 16430, 13601, 12995, 9398, 12636, 15770, 10931, 15927, 12418, 12827, 11156, 12974, 15386, 12301, 15516, 13435, 12262, 9106, 12885, 16094, 14034, 16785, 14357, 12448, 9529, 12460, 16204, 11671, 13812, 16867, 11559, 14369, 10997, 13157, 8820, 12846, 15736, 11073, 14545, 10329, 13706, 9762, 15751, 12482, 14370, 17808, 15965, 14274, 10002, 14998, 10254, 15869, 18884, 14915, 15069, 10880, 14829, 10273, 15918, 17838, 13308, 16037, 11204, 14522, 9642, 15289, 18064, 13161, 14513, 10543, 13946, 9805, 15383, 12442, 13619, 15235, 13416, 16149, 11600, 16668, 14277, 13789, 18528, 13078, 14626, 10617, 15283, 11824, 13728, 17998, 14318, 14797, 10091, 15824, 13140, 13937, 18652, 15135, 15156, 9927, 14343, 11675, 14373, 17304, 13310, 14770, 10494, 14374, 9943, 15107, 14519, 12136, 14941, 11015, 15369, 10026, 16647, 12712, 13453, 16170, 11394, 15651, 10295, 15408, 12528, 15055, 17207, 13091, 14606, 10100, 15032, 11946, 13354, 17782, 13828, 15347, 10014, 15838, 13616, 14273, 18075, 14100, 14971, 10369, 14482, 10093, 14960, 16872, 13619, 17041, 12971, 15611, 9917, 16611, 13760, 14779, 16475, 12989, 16470, 9939, 15200, 10431, 14812, 11161, 14898, 10631, 13003, 17854, 13922, 15959, 12141, 14424, 11894, 15072, 18210, 13476, 17553, 12703, 15158, 9699, 14296, 11593, 12468, 17027, 9923, 14955, 10893, 14531, 11258, 12333, 17054, 10293, 15745, 10659, 14485, 11542, 13252, 17051, 13554, 16023, 12965, 14032, 9652, 14417, 9534, 16006, 12574, 14338, 10066, 14670, 17211, 14860, 17714, 12678, 15815, 11103, 14123, 18751, 13019, 16546, 11889, 14498, 10719, 15226, 18426, 13327, 15809, 10575, 14280, 11065, 12718, 16437, 9878, 15304, 10854, 13121, 12409, 11500, 15734, 9910, 16709, 12678, 13862, 16607, 11494, 16146, 10782, 15422, 12073, 13998, 11435, 13914, 16077, 12311, 16925, 13262, 14880, 10476, 14894, 13194, 15728, 18929, 13666, 14981, 9921, 14203, 9376, 15747, 12393, 12578, 14560, 12908, 16879, 11999, 15562, 10762, 14358, 9321, 14607, 11723, 12207, 17064, 13291, 10778, 10476, 16124, 10919, 15367, 17535, 14167, 17018, 13505, 14994, 10839, 14490, 9198, 13334, 12924, 12181, 17968, 13211, 15480, 10250, 11209, 11555, 9980, 13475, 10610, 17073, 18954, 16621, 16477, 10346, 15134, 10356, 15735, 13022, 12332, 9381, 12312, 16131, 10540, 15210, 10674, 13097, 9672, 13960, 17902, 13534, 15977, 11964, 14715, 10000, 14770, 11518, 15419, 18966, 12990, 16451, 11243, 15809, 10066, 15160, 10540, 15392, 10575, 14936, 10092, 15134, 11611, 13330, 16818, 13418, 16570, 10866, 15712, 12896, 15456, 11858, 16112, 9469, 15916, 9963, 14315, 11559, 12067, 10132, 13663, 17849, 11401, 16075, 11034, 12714, 9472, 13860, 18145, 10687, 16093, 10690, 14233, 9824, 14693, 11101, 12389, 17589, 12511, 15131, 11342, 14546, 9871, 13938, 13909, 11184, 10204, 11255, 10328, 11031, 14405, 9748, 13728, 10525, 14967, 18321, 13647, 16976, 13668, 15487, 9952, 15880, 17509, 12428, 18978, 12917, 15588, 10722, 15555, 12735, 12506, 9371, 12197, 18052, 13729, 15298, 11266, 15440, 9251, 15836, 15221, 13703, 18170, 13622, 16406, 10781, 16330, 12663, 11946, 18507, 11904, 15036, 10581, 13846, 9114, 14640, 10908, 12407, 9919, 12191, 17182, 12689, 15131, 11296, 15254, 10113, 15543, 17904, 12042, 17768, 11754, 13158, 10062, 12067, 15649, 9658, 15001, 9465, 14037, 9427, 15709, 15322, 11033, 17031, 12234, 15024, 13103, 13132, 12353, 10022, 13433, 14259, 10578, 13363, 15987, 10859, 14618, 10269, 15810, 15638, 14844, 16672, 14789, 17789, 15540, 15570, 17780, 14727, 15564, 12714, 12457, 18566, 10372, 15254, 10495, 12717, 8905, 11548, 9097, 11512, 13306, 10090, 12036, 10549, 11080, 13769, 10026, 13304, 9485, 12313, 9508, 13130, 9573, 13495, 14903, 11667, 15183, 12272, 12960, 16752, 13749, 15156, 11173, 14737, 10970, 13588, 17788, 10536, 15275, 10071, 12988, 10163, 14156, 9928, 14155, 15046, 11703, 13661, 12368, 16257, 10325, 15862, 10142, 14401, 10410, 16271, 15186, 15645, 19160, 14147, 16619, 11068, 16134, 11860, 17663, 13824, 14203, 10519, 14348, 17809, 14915, 18977, 14260, 16118, 13391, 18269, 14052, 16611, 12380, 14859, 12312, 13813, 10071, 15114, 12104, 15973, 19451, 13154, 16547, 11146, 16367, 9684, 15745, 10780, 14264, 10193, 15527, 9987, 15121, 11914, 15044, 17281, 13195, 12801, 11692, 17658, 12212, 17213, 12897, 14216, 11257, 15089, 18933], 'WindowCenter': [4576.0, 4577.0, 4558.0, 4547.0, 4580.0, 4563.0, 4578.0, 4559.0, 4577.0, 4560.0, 4579.0, 4562.0, 4603.0, 4581.0, 4583.0, 4570.0, 4603.0, 4593.0, 4606.0, 4604.0, 4582.0, 4580.0, 4567.0, 4614.0, 4585.0, 4616.0, 4602.0, 4585.0, 4603.0, 4566.0, 4617.0, 4593.0, 4587.0, 4603.0, 4575.0, 4615.0, 4568.0, 4618.0, 4596.0, 4607.0, 4613.0, 4607.0, 4617.0, 4589.0, 4633.0, 4584.0, 4594.0, 4604.0, 4606.0, 4613.0, 4594.0, 4601.0, 4592.0, 4593.0, 4575.0, 4604.0, 4591.0, 4593.0, 4613.0, 4585.0, 4595.0, 4563.0, 4592.0, 4571.0, 4604.0, 4601.0, 4571.0, 4589.0, 4568.0, 4578.0, 4540.0, 4549.0, 4589.0, 4549.0, 4579.0, 4548.0, 4561.0, 4598.0, 4561.0, 4601.0, 4580.0, 4582.0, 4592.0, 4562.0, 4591.0, 4552.0, 4605.0, 4589.0, 4583.0, 4600.0, 4570.0, 4578.0, 4553.0, 4570.0, 4563.0, 4604.0, 4589.0, 4611.0, 4606.0, 4596.0, 4604.0, 4576.0, 4603.0, 4575.0, 4619.0, 4592.0, 4593.0, 4600.0, 4586.0, 4602.0, 4583.0, 4603.0, 4571.0, 4584.0, 4578.0, 4561.0, 4599.0, 4573.0, 4592.0, 4571.0, 4578.0, 4570.0, 4592.0, 4602.0, 4596.0, 4591.0, 4583.0, 4580.0, 4551.0, 4602.0, 4570.0, 4600.0, 4590.0, 4590.0, 4579.0, 4549.0, 4590.0, 4558.0, 4579.0, 4588.0, 4582.0, 4577.0, 4548.0, 4582.0, 4546.0, 4580.0, 4598.0, 4578.0, 4568.0, 4538.0, 4588.0, 4565.0, 4577.0, 4598.0, 4568.0, 4579.0, 4549.0, 4578.0, 4541.0, 4593.0, 4552.0, 4582.0, 4590.0, 4551.0, 4588.0, 4552.0, 4592.0, 4571.0, 4583.0, 4590.0, 4573.0, 4592.0, 4574.0, 4594.0, 4573.0, 4606.0, 4580.0, 4595.0, 4601.0, 4593.0, 4592.0, 4563.0, 4590.0, 4547.0, 4560.0, 4588.0, 4571.0, 4590.0, 4561.0, 4590.0, 4572.0, 4571.0, 4590.0, 4575.0, 4591.0, 4572.0, 4579.0, 4552.0, 4606.0, 4572.0, 4585.0, 4591.0, 4583.0, 4609.0, 4573.0, 4592.0, 4573.0, 4581.0, 4548.0, 4571.0, 4589.0, 4571.0, 4591.0, 4561.0, 4570.0, 4538.0, 4573.0, 4599.0, 4575.0, 4579.0, 4559.0, 4589.0, 4555.0, 4581.0, 4598.0, 4580.0, 4578.0, 4549.0, 4579.0, 4564.0, 4572.0, 4568.0, 4571.0, 4588.0, 4550.0, 4590.0, 4571.0, 4582.0, 4589.0, 4574.0, 4600.0, 4549.0, 4591.0, 4577.0, 4582.0, 4587.0, 4580.0, 4578.0, 4549.0, 4598.0, 4579.0, 4569.0, 4578.0, 4559.0, 4579.0, 4568.0, 4582.0, 4589.0, 4563.0, 4579.0, 4551.0, 4595.0, 4603.0, 4584.0, 4591.0, 4562.0, 4602.0, 4590.0, 4597.0, 4620.0, 4593.0, 4581.0, 4562.0, 4603.0, 4584.0, 4585.0, 4604.0, 4577.0, 4592.0, 4576.0, 4607.0, 4586.0, 4584.0, 4600.0, 4572.0, 4591.0, 4565.0, 4584.0, 4579.0, 4588.0, 4588.0, 4571.0, 4592.0, 4556.0, 4568.0, 4576.0, 4535.0, 4576.0, 4566.0, 4568.0, 4574.0, 4546.0, 4564.0, 4538.0, 4570.0, 4580.0, 4569.0, 4578.0, 4548.0, 4580.0, 4549.0, 4583.0, 4578.0, 4571.0, 4598.0, 4561.0, 4591.0, 4564.0, 4593.0, 4571.0, 4582.0, 4600.0, 4572.0, 4590.0, 4571.0, 4592.0, 4580.0, 4582.0, 4558.0, 4571.0, 4588.0, 4560.0, 4590.0, 4573.0, 4586.0, 4599.0, 4581.0, 4588.0, 4558.0, 4590.0, 4576.0, 4584.0, 4600.0, 4591.0, 4588.0, 4560.0, 4592.0, 4568.0, 4590.0, 4601.0, 4571.0, 4580.0, 4564.0, 4589.0, 4550.0, 4595.0, 4602.0, 4574.0, 4607.0, 4588.0, 4608.0, 4590.0, 4607.0, 4599.0, 4596.0, 4589.0, 4620.0, 4614.0, 4595.0, 4606.0, 4594.0, 4583.0, 4599.0, 4572.0, 4601.0, 4573.0, 4603.0, 4580.0, 4581.0, 4598.0, 4572.0, 4590.0, 4573.0, 4591.0, 4571.0, 4610.0, 4571.0, 4584.0, 4618.0, 4602.0, 4601.0, 4591.0, 4589.0, 4577.0, 4606.0, 4580.0, 4593.0, 4608.0, 4581.0, 4598.0, 4561.0, 4591.0, 4562.0, 4595.0, 4613.0, 4591.0, 4587.0, 4561.0, 4589.0, 4550.0, 4588.0, 4597.0, 4571.0, 4597.0, 4560.0, 4589.0, 4549.0, 4603.0, 4597.0, 4584.0, 4599.0, 4571.0, 4592.0, 4563.0, 4609.0, 4591.0, 4586.0, 4601.0, 4592.0, 4590.0, 4594.0, 4602.0, 4582.0, 4604.0, 4590.0, 4593.0, 4590.0, 4583.0, 4608.0, 4574.0, 4601.0, 4573.0, 4591.0, 4572.0, 4592.0, 4581.0, 4591.0, 4611.0, 4603.0, 4602.0, 4596.0, 4611.0, 4606.0, 4615.0, 4584.0, 4582.0, 4573.0, 4605.0, 4581.0, 4595.0, 4604.0, 4603.0, 4583.0, 4571.0, 4591.0, 4561.0, 4592.0, 4597.0, 4582.0, 4604.0, 4581.0, 4588.0, 4561.0, 4589.0, 4580.0, 4581.0, 4598.0, 4571.0, 4589.0, 4568.0, 4588.0, 4561.0, 4592.0, 4581.0, 4582.0, 4551.0, 4593.0, 4611.0, 4587.0, 4617.0, 4584.0, 4595.0, 4564.0, 4606.0, 4603.0, 4598.0, 4613.0, 4615.0, 4601.0, 4572.0, 4603.0, 4580.0, 4594.0, 4613.0, 4591.0, 4589.0, 4562.0, 4590.0, 4560.0, 4593.0, 4590.0, 4581.0, 4599.0, 4580.0, 4590.0, 4572.0, 4602.0, 4581.0, 4582.0, 4559.0, 4571.0, 4599.0, 4561.0, 4588.0, 4569.0, 4581.0, 4549.0, 4584.0, 4597.0, 4558.0, 4591.0, 4571.0, 4579.0, 4537.0, 4572.0, 4587.0, 4568.0, 4588.0, 4552.0, 4593.0, 4591.0, 4583.0, 4604.0, 4564.0, 4602.0, 4592.0, 4593.0, 4603.0, 4581.0, 4594.0, 4572.0, 4604.0, 4626.0, 4586.0, 4602.0, 4572.0, 4591.0, 4559.0, 4595.0, 4610.0, 4599.0, 4608.0, 4586.0, 4604.0, 4602.0, 4616.0, 4586.0, 4632.0, 4639.0, 4608.0, 4617.0, 4595.0, 4555.0, 4605.0, 4574.0, 4630.0, 4617.0, 4582.0, 4592.0, 4577.0, 4594.0, 4576.0, 4620.0, 4606.0, 4602.0, 4613.0, 4567.0, 4568.0, 4576.0, 4554.0, 4566.0, 4581.0, 4554.0, 4560.0, 4532.0, 4563.0, 4550.0, 4569.0, 4570.0, 4532.0, 4558.0, 4540.0, 4554.0, 4543.0, 4556.0, 4582.0, 4549.0, 4565.0, 4548.0, 4579.0, 4558.0, 4569.0, 4577.0, 4569.0, 4589.0, 4573.0, 4601.0, 4563.0, 4591.0, 4564.0, 4605.0, 4583.0, 4597.0, 4614.0, 4606.0, 4601.0, 4565.0, 4615.0, 4604.0, 4595.0, 4602.0, 4583.0, 4604.0, 4598.0, 4616.0, 4578.0, 4601.0, 4587.0, 4607.0, 4589.0, 4619.0, 4618.0, 4595.0, 4614.0, 4597.0, 4614.0, 4608.0, 4629.0, 4617.0, 4617.0, 4607.0, 4602.0, 4595.0, 4613.0, 4601.0, 4592.0, 4611.0, 4588.0, 4588.0, 4564.0, 4601.0, 4579.0, 4590.0, 4598.0, 4566.0, 4585.0, 4561.0, 4580.0, 4576.0, 4593.0, 4574.0, 4589.0, 4573.0, 4593.0, 4564.0, 4616.0, 4614.0, 4597.0, 4592.0, 4573.0, 4605.0, 4583.0, 4593.0, 4600.0, 4578.0, 4588.0, 4562.0, 4602.0, 4592.0, 4593.0, 4598.0, 4567.0, 4582.0, 4550.0, 4591.0, 4539.0, 4595.0, 4602.0, 4594.0, 4611.0, 4585.0, 4604.0, 4593.0, 4595.0, 4610.0, 4589.0, 4600.0, 4591.0, 4604.0, 4595.0, 4590.0, 4570.0, 4596.0, 4600.0, 4584.0, 4599.0, 4585.0, 4601.0, 4583.0, 4594.0, 4563.0, 4606.0, 4611.0, 4609.0, 4604.0, 4582.0, 4599.0, 4562.0, 4592.0, 4563.0, 4614.0, 4613.0, 4596.0, 4590.0, 4583.0, 4598.0, 4575.0, 4605.0, 4582.0, 4585.0, 4551.0, 4585.0, 4601.0, 4583.0, 4605.0, 4601.0, 4572.0, 4586.0, 4575.0, 4592.0, 4561.0, 4593.0, 4600.0, 4583.0, 4588.0, 4573.0, 4604.0, 4587.0, 4572.0, 4588.0, 4572.0, 4579.0, 4551.0, 4589.0, 4598.0, 4583.0, 4600.0, 4582.0, 4580.0, 4539.0, 4583.0, 4602.0, 4581.0, 4603.0, 4571.0, 4581.0, 4570.0, 4594.0, 4594.0, 4582.0, 4605.0, 4576.0, 4568.0, 4540.0, 4592.0, 4599.0, 4590.0, 4601.0, 4588.0, 4574.0, 4540.0, 4584.0, 4590.0, 4558.0, 4580.0, 4588.0, 4557.0, 4577.0, 4560.0, 4579.0, 4537.0, 4584.0, 4597.0, 4585.0, 4589.0, 4563.0, 4588.0, 4566.0, 4601.0, 4584.0, 4605.0, 4613.0, 4603.0, 4591.0, 4564.0, 4591.0, 4562.0, 4608.0, 4611.0, 4595.0, 4587.0, 4560.0, 4589.0, 4560.0, 4600.0, 4599.0, 4583.0, 4590.0, 4561.0, 4577.0, 4539.0, 4604.0, 4597.0, 4579.0, 4579.0, 4560.0, 4579.0, 4553.0, 4599.0, 4581.0, 4593.0, 4589.0, 4586.0, 4598.0, 4575.0, 4599.0, 4591.0, 4593.0, 4599.0, 4581.0, 4591.0, 4563.0, 4601.0, 4572.0, 4595.0, 4611.0, 4592.0, 4589.0, 4561.0, 4599.0, 4577.0, 4590.0, 4599.0, 4591.0, 4589.0, 4551.0, 4590.0, 4570.0, 4590.0, 4611.0, 4592.0, 4589.0, 4562.0, 4590.0, 4561.0, 4601.0, 4600.0, 4586.0, 4601.0, 4573.0, 4602.0, 4566.0, 4614.0, 4579.0, 4593.0, 4597.0, 4571.0, 4601.0, 4563.0, 4603.0, 4580.0, 4603.0, 4598.0, 4582.0, 4591.0, 4559.0, 4602.0, 4582.0, 4604.0, 4613.0, 4593.0, 4590.0, 4563.0, 4604.0, 4591.0, 4605.0, 4613.0, 4602.0, 4589.0, 4564.0, 4605.0, 4562.0, 4604.0, 4613.0, 4602.0, 4613.0, 4595.0, 4603.0, 4565.0, 4610.0, 4595.0, 4606.0, 4600.0, 4596.0, 4604.0, 4566.0, 4606.0, 4585.0, 4605.0, 4571.0, 4605.0, 4562.0, 4595.0, 4612.0, 4603.0, 4602.0, 4583.0, 4596.0, 4572.0, 4601.0, 4608.0, 4593.0, 4600.0, 4579.0, 4590.0, 4553.0, 4591.0, 4558.0, 4584.0, 4600.0, 4563.0, 4590.0, 4562.0, 4593.0, 4573.0, 4595.0, 4610.0, 4578.0, 4603.0, 4571.0, 4597.0, 4570.0, 4595.0, 4614.0, 4608.0, 4616.0, 4594.0, 4592.0, 4567.0, 4605.0, 4565.0, 4630.0, 4609.0, 4607.0, 4563.0, 4606.0, 4615.0, 4603.0, 4612.0, 4585.0, 4601.0, 4566.0, 4595.0, 4609.0, 4592.0, 4603.0, 4573.0, 4589.0, 4559.0, 4605.0, 4610.0, 4590.0, 4593.0, 4561.0, 4589.0, 4557.0, 4580.0, 4585.0, 4551.0, 4589.0, 4560.0, 4580.0, 4569.0, 4576.0, 4600.0, 4565.0, 4610.0, 4579.0, 4592.0, 4599.0, 4583.0, 4601.0, 4575.0, 4617.0, 4584.0, 4591.0, 4573.0, 4593.0, 4602.0, 4581.0, 4604.0, 4584.0, 4590.0, 4562.0, 4594.0, 4585.0, 4603.0, 4607.0, 4594.0, 4590.0, 4563.0, 4590.0, 4551.0, 4611.0, 4582.0, 4582.0, 4603.0, 4596.0, 4601.0, 4583.0, 4605.0, 4572.0, 4593.0, 4554.0, 4605.0, 4573.0, 4596.0, 4610.0, 4594.0, 4559.0, 4564.0, 4601.0, 4568.0, 4603.0, 4609.0, 4591.0, 4597.0, 4593.0, 4591.0, 4571.0, 4592.0, 4551.0, 4593.0, 4579.0, 4596.0, 4611.0, 4595.0, 4600.0, 4575.0, 4583.0, 4598.0, 4588.0, 4618.0, 4589.0, 4646.0, 4627.0, 4615.0, 4602.0, 4576.0, 4601.0, 4578.0, 4617.0, 4592.0, 4586.0, 4562.0, 4597.0, 4605.0, 4575.0, 4604.0, 4576.0, 4591.0, 4564.0, 4606.0, 4610.0, 4597.0, 4604.0, 4584.0, 4606.0, 4562.0, 4604.0, 4581.0, 4608.0, 4612.0, 4591.0, 4599.0, 4571.0, 4602.0, 4565.0, 4603.0, 4567.0, 4602.0, 4564.0, 4602.0, 4563.0, 4601.0, 4585.0, 4595.0, 4614.0, 4590.0, 4602.0, 4573.0, 4605.0, 4604.0, 4602.0, 4583.0, 4601.0, 4568.0, 4602.0, 4563.0, 4597.0, 4574.0, 4579.0, 4561.0, 4604.0, 4612.0, 4570.0, 4604.0, 4563.0, 4582.0, 4559.0, 4590.0, 4603.0, 4559.0, 4590.0, 4562.0, 4580.0, 4557.0, 4590.0, 4558.0, 4578.0, 4600.0, 4583.0, 4588.0, 4574.0, 4590.0, 4549.0, 4591.0, 4592.0, 4576.0, 4579.0, 4583.0, 4576.0, 4589.0, 4621.0, 4579.0, 4608.0, 4587.0, 4619.0, 4631.0, 4607.0, 4612.0, 4594.0, 4602.0, 4566.0, 4608.0, 4615.0, 4586.0, 4614.0, 4590.0, 4614.0, 4573.0, 4603.0, 4580.0, 4581.0, 4547.0, 4582.0, 4610.0, 4596.0, 4603.0, 4571.0, 4603.0, 4553.0, 4600.0, 4587.0, 4592.0, 4600.0, 4582.0, 4590.0, 4557.0, 4590.0, 4572.0, 4571.0, 4601.0, 4565.0, 4587.0, 4559.0, 4578.0, 4538.0, 4596.0, 4558.0, 4594.0, 4560.0, 4586.0, 4599.0, 4578.0, 4588.0, 4561.0, 4585.0, 4550.0, 4591.0, 4599.0, 4571.0, 4599.0, 4556.0, 4567.0, 4552.0, 4580.0, 4599.0, 4560.0, 4610.0, 4568.0, 4591.0, 4565.0, 4615.0, 4600.0, 4576.0, 4615.0, 4598.0, 4606.0, 4597.0, 4596.0, 4584.0, 4583.0, 4609.0, 4606.0, 4575.0, 4608.0, 4602.0, 4576.0, 4605.0, 4573.0, 4607.0, 4599.0, 4601.0, 4589.0, 4581.0, 4588.0, 4563.0, 4563.0, 4560.0, 4550.0, 4550.0, 4528.0, 4529.0, 4556.0, 4506.0, 4562.0, 4518.0, 4525.0, 4485.0, 4527.0, 4496.0, 4541.0, 4549.0, 4517.0, 4539.0, 4519.0, 4544.0, 4553.0, 4535.0, 4565.0, 4536.0, 4566.0, 4538.0, 4577.0, 4552.0, 4594.0, 4591.0, 4572.0, 4590.0, 4569.0, 4584.0, 4600.0, 4592.0, 4588.0, 4563.0, 4588.0, 4560.0, 4592.0, 4599.0, 4563.0, 4605.0, 4563.0, 4594.0, 4574.0, 4607.0, 4574.0, 4618.0, 4616.0, 4599.0, 4607.0, 4608.0, 4630.0, 4590.0, 4620.0, 4580.0, 4616.0, 4587.0, 4634.0, 4613.0, 4622.0, 4626.0, 4606.0, 4614.0, 4587.0, 4618.0, 4599.0, 4625.0, 4595.0, 4607.0, 4575.0, 4607.0, 4613.0, 4616.0, 4625.0, 4606.0, 4613.0, 4606.0, 4624.0, 4610.0, 4619.0, 4598.0, 4604.0, 4586.0, 4609.0, 4575.0, 4603.0, 4583.0, 4621.0, 4635.0, 4598.0, 4616.0, 4581.0, 4614.0, 4580.0, 4615.0, 4589.0, 4604.0, 4576.0, 4614.0, 4579.0, 4620.0, 4598.0, 4630.0, 4625.0, 4610.0, 4597.0, 4600.0, 4623.0, 4594.0, 4629.0, 4595.0, 4607.0, 4586.0, 4611.0, 4626.0], 'WindowWidth': [10056.0, 10041.0, 10016.0, 10003.0, 10047.0, 10026.0, 10039.0, 10016.0, 10035.0, 10017.0, 10042.0, 10023.0, 10082.0, 10053.0, 10050.0, 10038.0, 10080.0, 10063.0, 10088.0, 10085.0, 10049.0, 10043.0, 10036.0, 10099.0, 10056.0, 10110.0, 10077.0, 10059.0, 10081.0, 10036.0, 10109.0, 10072.0, 10066.0, 10078.0, 10046.0, 10102.0, 10040.0, 10113.0, 10076.0, 10091.0, 10094.0, 10091.0, 10109.0, 10075.0, 10136.0, 10053.0, 10068.0, 10080.0, 10088.0, 10095.0, 10072.0, 10081.0, 10072.0, 10066.0, 10042.0, 10083.0, 10057.0, 10067.0, 10101.0, 10056.0, 10069.0, 10025.0, 10064.0, 10032.0, 10083.0, 10078.0, 10031.0, 10054.0, 10021.0, 10037.0, 9985.0, 10002.0, 10055.0, 10000.0, 10040.0, 9995.0, 10021.0, 10066.0, 10020.0, 10076.0, 10042.0, 10049.0, 10059.0, 10022.0, 10060.0, 10009.0, 10088.0, 10055.0, 10054.0, 10074.0, 10030.0, 10037.0, 10011.0, 10031.0, 10028.0, 10084.0, 10070.0, 10103.0, 10088.0, 10077.0, 10085.0, 10051.0, 10085.0, 10045.0, 10111.0, 10064.0, 10067.0, 10072.0, 10059.0, 10079.0, 10052.0, 10083.0, 10033.0, 10054.0, 10038.0, 10021.0, 10072.0, 10039.0, 10065.0, 10035.0, 10041.0, 10030.0, 10064.0, 10078.0, 10074.0, 10064.0, 10052.0, 10047.0, 10005.0, 10076.0, 10027.0, 10079.0, 10060.0, 10056.0, 10039.0, 10000.0, 10056.0, 10009.0, 10042.0, 10051.0, 10044.0, 10034.0, 9994.0, 10046.0, 9991.0, 10044.0, 10064.0, 10036.0, 10022.0, 9983.0, 10051.0, 10021.0, 10038.0, 10064.0, 10023.0, 10037.0, 9998.0, 10039.0, 9992.0, 10065.0, 10006.0, 10048.0, 10054.0, 10005.0, 10053.0, 10009.0, 10066.0, 10033.0, 10052.0, 10055.0, 10040.0, 10065.0, 10043.0, 10070.0, 10038.0, 10086.0, 10042.0, 10069.0, 10076.0, 10066.0, 10064.0, 10025.0, 10058.0, 9992.0, 10015.0, 10053.0, 10034.0, 10057.0, 10019.0, 10058.0, 10032.0, 10034.0, 10058.0, 10045.0, 10060.0, 10035.0, 10041.0, 10008.0, 10087.0, 10036.0, 10058.0, 10061.0, 10054.0, 10091.0, 10040.0, 10066.0, 10036.0, 10046.0, 9995.0, 10032.0, 10055.0, 10032.0, 10061.0, 10017.0, 10030.0, 9982.0, 10036.0, 10069.0, 10040.0, 10040.0, 10012.0, 10055.0, 10001.0, 10046.0, 10067.0, 10043.0, 10037.0, 10000.0, 10041.0, 10026.0, 10034.0, 10021.0, 10031.0, 10053.0, 10003.0, 10058.0, 10032.0, 10051.0, 10053.0, 10039.0, 10068.0, 10000.0, 10058.0, 10041.0, 10050.0, 10049.0, 10044.0, 10037.0, 9998.0, 10073.0, 10039.0, 10030.0, 10037.0, 10012.0, 10040.0, 10022.0, 10050.0, 10057.0, 10021.0, 10041.0, 10005.0, 10072.0, 10080.0, 10055.0, 10062.0, 10024.0, 10079.0, 10065.0, 10079.0, 10106.0, 10068.0, 10047.0, 10021.0, 10081.0, 10057.0, 10059.0, 10081.0, 10049.0, 10066.0, 10048.0, 10095.0, 10058.0, 10055.0, 10071.0, 10035.0, 10063.0, 10027.0, 10054.0, 10037.0, 10059.0, 10052.0, 10029.0, 10062.0, 10001.0, 10022.0, 10031.0, 9973.0, 10031.0, 10017.0, 10025.0, 10025.0, 9991.0, 10013.0, 9981.0, 10029.0, 10041.0, 10025.0, 10036.0, 9998.0, 10042.0, 10000.0, 10052.0, 10036.0, 10034.0, 10066.0, 10021.0, 10062.0, 10028.0, 10066.0, 10033.0, 10052.0, 10069.0, 10035.0, 10058.0, 10033.0, 10066.0, 10043.0, 10048.0, 10009.0, 10033.0, 10053.0, 10015.0, 10057.0, 10035.0, 10057.0, 10067.0, 10047.0, 10053.0, 10018.0, 10058.0, 10034.0, 10055.0, 10072.0, 10060.0, 10052.0, 10016.0, 10063.0, 10022.0, 10067.0, 10076.0, 10031.0, 10041.0, 10029.0, 10058.0, 10003.0, 10073.0, 10079.0, 10045.0, 10088.0, 10071.0, 10097.0, 10074.0, 10096.0, 10085.0, 10077.0, 10070.0, 10119.0, 10105.0, 10070.0, 10092.0, 10065.0, 10051.0, 10070.0, 10037.0, 10076.0, 10039.0, 10081.0, 10042.0, 10048.0, 10063.0, 10033.0, 10058.0, 10038.0, 10063.0, 10032.0, 10100.0, 10033.0, 10055.0, 10103.0, 10079.0, 10075.0, 10061.0, 10056.0, 10051.0, 10092.0, 10043.0, 10072.0, 10080.0, 10046.0, 10067.0, 10020.0, 10061.0, 10022.0, 10070.0, 10092.0, 10060.0, 10051.0, 10017.0, 10056.0, 10003.0, 10054.0, 10061.0, 10032.0, 10062.0, 10015.0, 10054.0, 10001.0, 10091.0, 10065.0, 10055.0, 10067.0, 10034.0, 10061.0, 10024.0, 10092.0, 10062.0, 10060.0, 10074.0, 10064.0, 10057.0, 10070.0, 10081.0, 10050.0, 10083.0, 10057.0, 10065.0, 10057.0, 10053.0, 10090.0, 10043.0, 10077.0, 10038.0, 10061.0, 10035.0, 10063.0, 10046.0, 10065.0, 10090.0, 10081.0, 10076.0, 10076.0, 10092.0, 10088.0, 10103.0, 10056.0, 10051.0, 10040.0, 10087.0, 10048.0, 10073.0, 10086.0, 10078.0, 10049.0, 10032.0, 10061.0, 10019.0, 10065.0, 10062.0, 10049.0, 10080.0, 10045.0, 10052.0, 10019.0, 10057.0, 10042.0, 10046.0, 10066.0, 10033.0, 10053.0, 10033.0, 10054.0, 10021.0, 10066.0, 10047.0, 10051.0, 10007.0, 10069.0, 10092.0, 10068.0, 10110.0, 10059.0, 10073.0, 10031.0, 10091.0, 10082.0, 10082.0, 10096.0, 10100.0, 10078.0, 10037.0, 10084.0, 10045.0, 10070.0, 10092.0, 10061.0, 10056.0, 10021.0, 10059.0, 10017.0, 10069.0, 10056.0, 10048.0, 10067.0, 10051.0, 10059.0, 10035.0, 10077.0, 10045.0, 10049.0, 10012.0, 10033.0, 10070.0, 10020.0, 10056.0, 10029.0, 10046.0, 10000.0, 10053.0, 10067.0, 10015.0, 10063.0, 10032.0, 10043.0, 9981.0, 10035.0, 10051.0, 10033.0, 10054.0, 10008.0, 10068.0, 10061.0, 10054.0, 10081.0, 10028.0, 10086.0, 10062.0, 10070.0, 10080.0, 10049.0, 10068.0, 10036.0, 10088.0, 10115.0, 10061.0, 10081.0, 10038.0, 10062.0, 10017.0, 10073.0, 10088.0, 10084.0, 10096.0, 10065.0, 10087.0, 10097.0, 10109.0, 10066.0, 10137.0, 10145.0, 10100.0, 10105.0, 10074.0, 10022.0, 10086.0, 10046.0, 10133.0, 10112.0, 10050.0, 10065.0, 10048.0, 10071.0, 10051.0, 10120.0, 10098.0, 10077.0, 10103.0, 10020.0, 10028.0, 10036.0, 9996.0, 10017.0, 10028.0, 9994.0, 9999.0, 9964.0, 10009.0, 9984.0, 10028.0, 10013.0, 9963.0, 10001.0, 9981.0, 9999.0, 9980.0, 10002.0, 10033.0, 9996.0, 10015.0, 9996.0, 10040.0, 10007.0, 10026.0, 10033.0, 10028.0, 10054.0, 10040.0, 10076.0, 10026.0, 10060.0, 10030.0, 10086.0, 10054.0, 10080.0, 10098.0, 10088.0, 10077.0, 10031.0, 10103.0, 10082.0, 10072.0, 10076.0, 10054.0, 10080.0, 10083.0, 10109.0, 10055.0, 10079.0, 10066.0, 10092.0, 10072.0, 10117.0, 10106.0, 10074.0, 10096.0, 10077.0, 10098.0, 10096.0, 10125.0, 10110.0, 10108.0, 10093.0, 10082.0, 10075.0, 10102.0, 10076.0, 10068.0, 10091.0, 10052.0, 10054.0, 10025.0, 10079.0, 10039.0, 10059.0, 10068.0, 10019.0, 10044.0, 10019.0, 10042.0, 10047.0, 10065.0, 10042.0, 10058.0, 10041.0, 10068.0, 10029.0, 10107.0, 10098.0, 10074.0, 10063.0, 10040.0, 10088.0, 10050.0, 10067.0, 10072.0, 10039.0, 10052.0, 10020.0, 10078.0, 10061.0, 10068.0, 10068.0, 10023.0, 10046.0, 10004.0, 10061.0, 9990.0, 10073.0, 10077.0, 10069.0, 10088.0, 10059.0, 10086.0, 10066.0, 10074.0, 10085.0, 10058.0, 10073.0, 10069.0, 10084.0, 10071.0, 10060.0, 10030.0, 10072.0, 10070.0, 10056.0, 10073.0, 10060.0, 10078.0, 10053.0, 10067.0, 10026.0, 10091.0, 10091.0, 10094.0, 10084.0, 10050.0, 10075.0, 10024.0, 10065.0, 10028.0, 10100.0, 10092.0, 10071.0, 10058.0, 10055.0, 10071.0, 10044.0, 10090.0, 10052.0, 10055.0, 10005.0, 10058.0, 10078.0, 10052.0, 10088.0, 10072.0, 10034.0, 10047.0, 10042.0, 10064.0, 10020.0, 10067.0, 10070.0, 10050.0, 10052.0, 10038.0, 10085.0, 10050.0, 10035.0, 10054.0, 10032.0, 10038.0, 10004.0, 10059.0, 10068.0, 10050.0, 10074.0, 10045.0, 10043.0, 9985.0, 10054.0, 10080.0, 10055.0, 10081.0, 10031.0, 10045.0, 10029.0, 10069.0, 10066.0, 10048.0, 10086.0, 10034.0, 10026.0, 9990.0, 10064.0, 10072.0, 10062.0, 10080.0, 10055.0, 10038.0, 9988.0, 10052.0, 10060.0, 10011.0, 10043.0, 10052.0, 10008.0, 10035.0, 10014.0, 10039.0, 9982.0, 10053.0, 10065.0, 10058.0, 10057.0, 10026.0, 10055.0, 10032.0, 10079.0, 10054.0, 10089.0, 10097.0, 10079.0, 10061.0, 10029.0, 10064.0, 10023.0, 10094.0, 10089.0, 10068.0, 10049.0, 10018.0, 10055.0, 10018.0, 10074.0, 10067.0, 10052.0, 10058.0, 10019.0, 10036.0, 9986.0, 10082.0, 10063.0, 10041.0, 10039.0, 10018.0, 10041.0, 10010.0, 10071.0, 10047.0, 10068.0, 10054.0, 10057.0, 10066.0, 10043.0, 10073.0, 10057.0, 10065.0, 10070.0, 10046.0, 10059.0, 10024.0, 10076.0, 10036.0, 10072.0, 10088.0, 10063.0, 10056.0, 10021.0, 10071.0, 10037.0, 10060.0, 10070.0, 10060.0, 10054.0, 10006.0, 10059.0, 10029.0, 10062.0, 10089.0, 10063.0, 10054.0, 10022.0, 10059.0, 10022.0, 10080.0, 10074.0, 10060.0, 10075.0, 10042.0, 10079.0, 10032.0, 10099.0, 10045.0, 10066.0, 10066.0, 10036.0, 10075.0, 10024.0, 10081.0, 10044.0, 10081.0, 10069.0, 10049.0, 10061.0, 10017.0, 10079.0, 10050.0, 10087.0, 10094.0, 10068.0, 10059.0, 10026.0, 10084.0, 10060.0, 10087.0, 10096.0, 10081.0, 10058.0, 10029.0, 10085.0, 10025.0, 10087.0, 10094.0, 10082.0, 10096.0, 10074.0, 10083.0, 10031.0, 10090.0, 10072.0, 10088.0, 10073.0, 10072.0, 10083.0, 10032.0, 10090.0, 10063.0, 10089.0, 10037.0, 10087.0, 10024.0, 10072.0, 10093.0, 10083.0, 10083.0, 10054.0, 10073.0, 10035.0, 10077.0, 10082.0, 10067.0, 10076.0, 10045.0, 10058.0, 10009.0, 10061.0, 10010.0, 10053.0, 10072.0, 10026.0, 10061.0, 10023.0, 10065.0, 10035.0, 10073.0, 10089.0, 10053.0, 10085.0, 10037.0, 10076.0, 10033.0, 10074.0, 10097.0, 10097.0, 10106.0, 10072.0, 10065.0, 10037.0, 10085.0, 10034.0, 10130.0, 10101.0, 10093.0, 10030.0, 10092.0, 10097.0, 10084.0, 10099.0, 10057.0, 10075.0, 10024.0, 10073.0, 10084.0, 10064.0, 10079.0, 10036.0, 10055.0, 10016.0, 10084.0, 10086.0, 10059.0, 10066.0, 10019.0, 10056.0, 10008.0, 10044.0, 10047.0, 10006.0, 10057.0, 10017.0, 10046.0, 10027.0, 10044.0, 10072.0, 10031.0, 10090.0, 10043.0, 10066.0, 10069.0, 10053.0, 10075.0, 10046.0, 10108.0, 10059.0, 10063.0, 10039.0, 10068.0, 10075.0, 10052.0, 10084.0, 10055.0, 10058.0, 10022.0, 10068.0, 10054.0, 10081.0, 10082.0, 10068.0, 10059.0, 10025.0, 10060.0, 10009.0, 10098.0, 10048.0, 10052.0, 10077.0, 10073.0, 10078.0, 10054.0, 10088.0, 10038.0, 10066.0, 10014.0, 10084.0, 10038.0, 10079.0, 10093.0, 10073.0, 10013.0, 10026.0, 10078.0, 10036.0, 10081.0, 10081.0, 10062.0, 10069.0, 10067.0, 10064.0, 10034.0, 10062.0, 10008.0, 10067.0, 10044.0, 10075.0, 10093.0, 10074.0, 10075.0, 10045.0, 10056.0, 10085.0, 10073.0, 10112.0, 10075.0, 10163.0, 10128.0, 10102.0, 10078.0, 10049.0, 10078.0, 10054.0, 10108.0, 10064.0, 10059.0, 10030.0, 10082.0, 10088.0, 10046.0, 10085.0, 10048.0, 10065.0, 10029.0, 10091.0, 10091.0, 10078.0, 10085.0, 10057.0, 10084.0, 10027.0, 10085.0, 10049.0, 10094.0, 10092.0, 10064.0, 10070.0, 10038.0, 10078.0, 10031.0, 10081.0, 10035.0, 10077.0, 10029.0, 10078.0, 10026.0, 10077.0, 10057.0, 10074.0, 10094.0, 10061.0, 10076.0, 10041.0, 10085.0, 10088.0, 10079.0, 10052.0, 10076.0, 10041.0, 10078.0, 10026.0, 10076.0, 10040.0, 10043.0, 10021.0, 10085.0, 10092.0, 10032.0, 10084.0, 10024.0, 10046.0, 10023.0, 10063.0, 10077.0, 10016.0, 10059.0, 10021.0, 10042.0, 10017.0, 10056.0, 10011.0, 10041.0, 10072.0, 10052.0, 10054.0, 10040.0, 10059.0, 10002.0, 10062.0, 10063.0, 10046.0, 10056.0, 10058.0, 10047.0, 10073.0, 10116.0, 10060.0, 10095.0, 10069.0, 10115.0, 10129.0, 10093.0, 10094.0, 10069.0, 10080.0, 10033.0, 10093.0, 10098.0, 10060.0, 10096.0, 10063.0, 10100.0, 10041.0, 10080.0, 10046.0, 10048.0, 9999.0, 10053.0, 10087.0, 10074.0, 10081.0, 10035.0, 10081.0, 10011.0, 10074.0, 10051.0, 10063.0, 10073.0, 10049.0, 10057.0, 10010.0, 10057.0, 10030.0, 10034.0, 10071.0, 10018.0, 10051.0, 10014.0, 10037.0, 9986.0, 10070.0, 10013.0, 10070.0, 10018.0, 10061.0, 10070.0, 10043.0, 10057.0, 10020.0, 10045.0, 10003.0, 10062.0, 10066.0, 10032.0, 10069.0, 10006.0, 10020.0, 10007.0, 10050.0, 10074.0, 10022.0, 10094.0, 10037.0, 10063.0, 10034.0, 10104.0, 10072.0, 10047.0, 10103.0, 10084.0, 10090.0, 10078.0, 10076.0, 10055.0, 10063.0, 10101.0, 10091.0, 10045.0, 10097.0, 10079.0, 10049.0, 10088.0, 10046.0, 10095.0, 10072.0, 10081.0, 10060.0, 10043.0, 10057.0, 10008.0, 10012.0, 10003.0, 9984.0, 9987.0, 9950.0, 9954.0, 9985.0, 9918.0, 10004.0, 9940.0, 9942.0, 9888.0, 9946.0, 9904.0, 9973.0, 9981.0, 9938.0, 9970.0, 9941.0, 9983.0, 9991.0, 9972.0, 10012.0, 9976.0, 10018.0, 9984.0, 10035.0, 10008.0, 10071.0, 10062.0, 10036.0, 10061.0, 10025.0, 10053.0, 10070.0, 10064.0, 10057.0, 10023.0, 10053.0, 10015.0, 10064.0, 10068.0, 10023.0, 10084.0, 10030.0, 10069.0, 10046.0, 10093.0, 10046.0, 10110.0, 10104.0, 10085.0, 10092.0, 10097.0, 10134.0, 10075.0, 10117.0, 10061.0, 10105.0, 10067.0, 10142.0, 10098.0, 10119.0, 10120.0, 10091.0, 10098.0, 10067.0, 10108.0, 10083.0, 10120.0, 10074.0, 10090.0, 10046.0, 10093.0, 10093.0, 10105.0, 10115.0, 10089.0, 10096.0, 10091.0, 10112.0, 10100.0, 10113.0, 10081.0, 10085.0, 10058.0, 10097.0, 10047.0, 10083.0, 10053.0, 10116.0, 10131.0, 10079.0, 10099.0, 10052.0, 10099.0, 10059.0, 10102.0, 10068.0, 10084.0, 10050.0, 10099.0, 10056.0, 10115.0, 10084.0, 10130.0, 10115.0, 10099.0, 10076.0, 10087.0, 10113.0, 10073.0, 10126.0, 10074.0, 10091.0, 10061.0, 10101.0, 10113.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.002049658430232558</td></tr>
<tr><td colspan=3>aqi</td><td>0.037771007340116285</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.46977416997092</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.378312792603637</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9996059329818191</td></tr>
<tr><td colspan=3>efc</td><td>0.4832</td></tr>
<tr><td colspan=3>fber</td><td>5511.542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09082720673653139</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7063953488372094</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.257394985468801</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1754003117707783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.414243942439939</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.182540702195685</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123818</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00996028445661068</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032380539923906326</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.383247827898879</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.2639</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.6594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297500.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.0027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3064</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.0333</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3813.157</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.0842</td></tr>
<tr><td colspan=3>tsnr</td><td>34.85735046246555</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>