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

616 lines
No EOL
130 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-0080_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-03/func/sub-0080_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>49a0b520ecd4d036db46e5219dcaa063</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:05:59.970000</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.997423, 0.0516142, 0.0498396, -0.0534947, 0.997876, 0.0371656]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.102973</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7756, -7177, 488, -57, -154, 52, 41]</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>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a8b9afa-2f88-4577-973f-3c446eea1b53||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.6760120391845703, -0.1435224413871765, 0.12910176813602448, 114.644287109375], [-0.13847699761390686, 2.677229166030884, 0.10728699713945389, -82.91820526123047], [0.13371597230434418, -0.09971246868371964, 2.694776773452759, -24.64495277404785], [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, 1157]</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], 'AcquisitionTime': ['180559.970000', '180600.430000', '180600.890000', '180601.350000', '180601.810000', '180602.270000', '180602.730000', '180603.190000', '180603.650000', '180604.110000', '180604.570000', '180605.030000', '180605.490000', '180605.950000', '180606.410000', '180606.870000', '180607.330000', '180607.790000', '180608.250000', '180608.710000', '180609.170000', '180609.630000', '180610.090000', '180610.550000', '180611.010000', '180611.470000', '180611.930000', '180612.390000', '180612.850000', '180613.310000', '180613.770000', '180614.230000', '180614.690000', '180615.150000', '180615.610000', '180616.070000', '180616.530000', '180616.990000', '180617.450000', '180617.910000', '180618.370000', '180618.830000', '180619.290000', '180619.750000', '180620.210000', '180620.670000', '180621.130000', '180621.590000', '180622.050000', '180622.510000', '180622.970000', '180623.430000', '180623.890000', '180624.350000', '180624.810000', '180625.270000', '180625.730000', '180626.190000', '180626.650000', '180627.110000', '180627.570000', '180628.030000', '180628.490000', '180628.950000', '180629.410000', '180629.870000', '180630.330000', '180630.790000', '180631.250000', '180631.710000', '180632.170000', '180632.630000', '180633.090000', '180633.550000', '180634.010000', '180634.470000', '180634.930000', '180635.390000', '180635.850000', '180636.310000', '180636.770000', '180637.230000', '180637.690000', '180638.150000', '180638.610000', '180639.070000', '180639.530000', '180639.990000', '180640.450000', '180640.910000', '180641.370000', '180641.830000', '180642.290000', '180642.750000', '180643.210000', '180643.670000', '180644.130000', '180644.590000', '180645.050000', '180645.510000', '180645.970000', '180646.430000', '180646.890000', '180647.350000', '180647.810000', '180648.270000', '180648.730000', '180649.190000', '180649.650000', '180650.110000', '180650.570000', '180651.030000', '180651.490000', '180651.950000', '180652.410000', '180652.870000', '180653.330000', '180653.790000', '180654.250000', '180654.710000', '180655.170000', '180655.630000', '180656.090000', '180656.550000', '180657.010000', '180657.470000', '180657.930000', '180658.390000', '180658.850000', '180659.310000', '180659.770000', '180700.230000', '180700.690000', '180701.150000', '180701.610000', '180702.070000', '180702.530000', '180702.990000', '180703.450000', '180703.910000', '180704.370000', '180704.830000', '180705.290000', '180705.750000', '180706.210000', '180706.670000', '180707.130000', '180707.590000', '180708.050000', '180708.510000', '180708.970000', '180709.430000', '180709.890000', '180710.350000', '180710.810000', '180711.270000', '180711.730000', '180712.190000', '180712.650000', '180713.110000', '180713.570000', '180714.030000', '180714.490000', '180714.950000', '180715.410000', '180715.870000', '180716.330000', '180716.790000', '180717.250000', '180717.710000', '180718.170000', '180718.630000', '180719.090000', '180719.550000', '180720.010000', '180720.470000', '180720.930000', '180721.390000', '180721.850000', '180722.310000', '180722.770000', '180723.230000', '180723.690000', '180724.150000', '180724.610000', '180725.070000', '180725.530000', '180725.990000', '180726.450000', '180726.910000', '180727.370000', '180727.830000', '180728.290000', '180728.750000', '180729.210000', '180729.670000', '180730.130000', '180730.590000', '180731.050000', '180731.510000', '180731.970000', '180732.430000', '180732.890000', '180733.350000', '180733.810000', '180734.270000', '180734.730000', '180735.190000', '180735.650000', '180736.110000', '180736.570000', '180737.030000', '180737.490000', '180737.950000', '180738.410000', '180738.870000', '180739.330000', '180739.790000', '180740.250000', '180740.710000', '180741.170000', '180741.630000', '180742.090000', '180742.550000', '180743.010000', '180743.470000', '180743.930000', '180744.390000', '180744.850000', '180745.310000', '180745.770000', '180746.230000', '180746.690000', '180747.150000', '180747.610000', '180748.070000', '180748.530000', '180748.990000', '180749.450000', '180749.910000', '180750.370000', '180750.830000', '180751.290000', '180751.750000', '180752.210000', '180752.670000', '180753.130000', '180753.590000', '180754.050000', '180754.510000', '180754.970000', '180755.430000', '180755.890000', '180756.350000', '180756.810000', '180757.270000', '180757.730000', '180758.190000', '180758.650000', '180759.110000', '180759.570000', '180800.030000', '180800.490000', '180800.950000', '180801.410000', '180801.870000', '180802.330000', '180802.790000', '180803.250000', '180803.710000', '180804.170000', '180804.630000', '180805.090000', '180805.550000', '180806.010000', '180806.470000', '180806.930000', '180807.390000', '180807.850000', '180808.310000', '180808.770000', '180809.230000', '180809.690000', '180810.150000', '180810.610000', '180811.070000', '180811.530000', '180811.990000', '180812.450000', '180812.910000', '180813.370000', '180813.830000', '180814.290000', '180814.750000', '180815.210000', '180815.670000', '180816.130000', '180816.590000', '180817.050000', '180817.510000', '180817.970000', '180818.430000', '180818.890000', '180819.350000', '180819.810000', '180820.270000', '180820.730000', '180821.190000', '180821.650000', '180822.110000', '180822.570000', '180823.030000', '180823.490000', '180823.950000', '180824.410000', '180824.870000', '180825.330000', '180825.790000', '180826.250000', '180826.710000', '180827.170000', '180827.630000', '180828.090000', '180828.550000', '180829.010000', '180829.470000', '180829.930000', '180830.390000', '180830.850000', '180831.310000', '180831.770000', '180832.230000', '180832.690000', '180833.150000', '180833.610000', '180834.070000', '180834.530000', '180834.990000', '180835.450000', '180835.910000', '180836.370000', '180836.830000', '180837.290000', '180837.750000', '180838.210000', '180838.670000', '180839.130000', '180839.590000', '180840.050000', '180840.510000', '180840.970000', '180841.430000', '180841.890000', '180842.350000', '180842.810000', '180843.270000', '180843.730000', '180844.190000', '180844.650000', '180845.110000', '180845.570000', '180846.030000', '180846.490000', '180846.950000', '180847.410000', '180847.870000', '180848.330000', '180848.790000', '180849.250000', '180849.710000', '180850.170000', '180850.630000', '180851.090000', '180851.550000', '180852.010000', '180852.470000', '180852.930000', '180853.390000', '180853.850000', '180854.310000', '180854.770000', '180855.230000', '180855.690000', '180856.150000', '180856.610000', '180857.070000', '180857.530000', '180857.990000', '180858.450000', '180858.910000', '180859.370000', '180859.830000', '180900.290000', '180900.750000', '180901.210000', '180901.670000', '180902.130000', '180902.590000', '180903.050000', '180903.510000', '180903.970000', '180904.430000', '180904.890000', '180905.350000', '180905.810000', '180906.270000', '180906.730000', '180907.190000', '180907.650000', '180908.110000', '180908.570000', '180909.030000', '180909.490000', '180909.950000', '180910.410000', '180910.870000', '180911.330000', '180911.790000', '180912.250000', '180912.710000', '180913.170000', '180913.630000', '180914.090000', '180914.550000', '180915.010000', '180915.470000', '180915.930000', '180916.390000', '180916.850000', '180917.310000', '180917.770000', '180918.230000', '180918.690000', '180919.150000', '180919.610000', '180920.070000', '180920.530000', '180920.990000', '180921.450000', '180921.910000', '180922.370000', '180922.830000', '180923.290000', '180923.750000', '180924.210000', '180924.670000', '180925.130000', '180925.590000', '180926.050000', '180926.510000', '180926.970000', '180927.430000', '180927.890000', '180928.350000', '180928.810000', '180929.270000', '180929.730000', '180930.190000', '180930.650000', '180931.110000', '180931.570000', '180932.030000', '180932.490000', '180932.950000', '180933.410000', '180933.870000', '180934.330000', '180934.790000', '180935.250000', '180935.710000', '180936.170000', '180936.630000', '180937.090000', '180937.550000', '180938.010000', '180938.470000', '180938.930000', '180939.390000', '180939.850000', '180940.310000', '180940.770000', '180941.230000', '180941.690000', '180942.150000', '180942.610000', '180943.070000', '180943.530000', '180943.990000', '180944.450000', '180944.910000', '180945.370000', '180945.830000', '180946.290000', '180946.750000', '180947.210000', '180947.670000', '180948.130000', '180948.590000', '180949.050000', '180949.510000', '180949.970000', '180950.430000', '180950.890000', '180951.350000', '180951.810000', '180952.270000', '180952.730000', '180953.190000', '180953.650000', '180954.110000', '180954.570000', '180955.030000', '180955.490000', '180955.950000', '180956.410000', '180956.870000', '180957.330000', '180957.790000', '180958.250000', '180958.710000', '180959.170000', '180959.630000', '181000.090000', '181000.550000', '181001.010000', '181001.470000', '181001.930000', '181002.390000', '181002.850000', '181003.310000', '181003.770000', '181004.230000', '181004.690000', '181005.150000', '181005.610000', '181006.070000', '181006.530000', '181006.990000', '181007.450000', '181007.910000', '181008.370000', '181008.830000', '181009.290000', '181009.750000', '181010.210000', '181010.670000', '181011.130000', '181011.590000', '181012.050000', '181012.510000', '181012.970000', '181013.430000', '181013.890000', '181014.350000', '181014.810000', '181015.270000', '181015.730000', '181016.190000', '181016.650000', '181017.110000', '181017.570000', '181018.030000', '181018.490000', '181018.950000', '181019.410000', '181019.870000', '181020.330000', '181020.790000', '181021.250000', '181021.710000', '181022.170000', '181022.630000', '181023.090000', '181023.550000', '181024.010000', '181024.470000', '181024.930000', '181025.390000', '181025.850000', '181026.310000', '181026.770000', '181027.230000', '181027.690000', '181028.150000', '181028.610000', '181029.070000', '181029.530000', '181029.990000', '181030.450000', '181030.910000', '181031.370000', '181031.830000', '181032.290000', '181032.750000', '181033.210000', '181033.670000', '181034.130000', '181034.590000', '181035.050000', '181035.510000', '181035.970000', '181036.430000', '181036.890000', '181037.350000', '181037.810000', '181038.270000', '181038.730000', '181039.190000', '181039.650000', '181040.110000', '181040.570000', '181041.030000', '181041.490000', '181041.950000', '181042.410000', '181042.870000', '181043.330000', '181043.790000', '181044.250000', '181044.710000', '181045.170000', '181045.630000', '181046.090000', '181046.550000', '181047.010000', '181047.470000', '181047.930000', '181048.390000', '181048.850000', '181049.310000', '181049.770000', '181050.230000', '181050.690000', '181051.150000', '181051.610000', '181052.070000', '181052.530000', '181052.990000', '181053.450000', '181053.910000', '181054.370000', '181054.830000', '181055.290000', '181055.750000', '181056.210000', '181056.670000', '181057.130000', '181057.590000', '181058.050000', '181058.510000', '181058.970000', '181059.430000', '181059.890000', '181100.350000', '181100.810000', '181101.270000', '181101.730000', '181102.190000', '181102.650000', '181103.110000', '181103.570000', '181104.030000', '181104.490000', '181104.950000', '181105.410000', '181105.870000', '181106.330000', '181106.790000', '181107.250000', '181107.710000', '181108.170000', '181108.630000', '181109.090000', '181109.550000', '181110.010000', '181110.470000', '181110.930000', '181111.390000', '181111.850000', '181112.310000', '181112.770000', '181113.230000', '181113.690000', '181114.150000', '181114.610000', '181115.070000', '181115.530000', '181115.990000', '181116.450000', '181116.910000', '181117.370000', '181117.830000', '181118.290000', '181118.750000', '181119.210000', '181119.670000', '181120.130000', '181120.590000', '181121.050000', '181121.510000', '181121.970000', '181122.430000', '181122.890000', '181123.350000', '181123.810000', '181124.270000', '181124.730000', '181125.190000', '181125.650000', '181126.110000', '181126.570000', '181127.030000', '181127.490000', '181127.950000', '181128.410000', '181128.870000', '181129.330000', '181129.790000', '181130.250000', '181130.710000', '181131.170000', '181131.630000', '181132.090000', '181132.550000', '181133.010000', '181133.470000', '181133.930000', '181134.390000', '181134.850000', '181135.310000', '181135.770000', '181136.230000', '181136.690000', '181137.150000', '181137.610000', '181138.070000', '181138.530000', '181138.990000', '181139.450000', '181139.910000', '181140.370000', '181140.830000', '181141.290000', '181141.750000', '181142.210000', '181142.670000', '181143.130000', '181143.590000', '181144.050000', '181144.510000', '181144.970000', '181145.430000', '181145.890000', '181146.350000', '181146.810000', '181147.270000', '181147.730000', '181148.190000', '181148.650000', '181149.110000', '181149.570000', '181150.030000', '181150.490000', '181150.950000', '181151.410000', '181151.870000', '181152.330000', '181152.790000', '181153.250000', '181153.710000', '181154.170000', '181154.630000', '181155.090000', '181155.550000', '181156.010000', '181156.470000', '181156.930000', '181157.390000', '181157.850000', '181158.310000', '181158.770000', '181159.230000', '181159.690000', '181200.150000', '181200.610000', '181201.070000', '181201.530000', '181201.990000', '181202.450000', '181202.910000', '181203.370000', '181203.830000', '181204.290000', '181204.750000', '181205.210000', '181205.670000', '181206.130000', '181206.590000', '181207.050000', '181207.510000', '181207.970000', '181208.430000', '181208.890000', '181209.350000', '181209.810000', '181210.270000', '181210.730000', '181211.190000', '181211.650000', '181212.110000', '181212.570000', '181213.030000', '181213.490000', '181213.950000', '181214.410000', '181214.870000', '181215.330000', '181215.790000', '181216.250000', '181216.710000', '181217.170000', '181217.630000', '181218.090000', '181218.550000', '181219.010000', '181219.470000', '181219.930000', '181220.390000', '181220.850000', '181221.310000', '181221.770000', '181222.230000', '181222.690000', '181223.150000', '181223.610000', '181224.070000', '181224.530000', '181224.990000', '181225.450000', '181225.910000', '181226.370000', '181226.830000', '181227.290000', '181227.750000', '181228.210000', '181228.670000', '181229.130000', '181229.590000', '181230.050000', '181230.510000', '181230.970000', '181231.430000', '181231.890000', '181232.350000', '181232.810000', '181233.270000', '181233.730000', '181234.190000', '181234.650000', '181235.110000', '181235.570000', '181236.030000', '181236.490000', '181236.950000', '181237.410000', '181237.870000', '181238.330000', '181238.790000', '181239.250000', '181239.710000', '181240.170000', '181240.630000', '181241.090000', '181241.550000', '181242.010000', '181242.470000', '181242.930000', '181243.390000', '181243.850000', '181244.310000', '181244.770000', '181245.230000', '181245.690000', '181246.150000', '181246.610000', '181247.070000', '181247.530000', '181247.990000', '181248.450000', '181248.910000', '181249.370000', '181249.830000', '181250.290000', '181250.750000', '181251.210000', '181251.670000', '181252.130000', '181252.590000', '181253.050000', '181253.510000', '181253.970000', '181254.430000', '181254.890000', '181255.350000', '181255.810000', '181256.270000', '181256.730000', '181257.190000', '181257.650000', '181258.110000', '181258.570000', '181259.030000', '181259.490000', '181259.950000', '181300.410000', '181300.870000', '181301.330000', '181301.790000', '181302.250000', '181302.710000', '181303.170000', '181303.630000', '181304.090000', '181304.550000', '181305.010000', '181305.470000', '181305.930000', '181306.390000', '181306.850000', '181307.310000', '181307.770000', '181308.230000', '181308.690000', '181309.150000', '181309.610000', '181310.070000', '181310.530000', '181310.990000', '181311.450000', '181311.910000', '181312.370000', '181312.830000', '181313.290000', '181313.750000', '181314.210000', '181314.670000', '181315.130000', '181315.590000', '181316.050000', '181316.510000', '181316.970000', '181317.430000', '181317.890000', '181318.350000', '181318.810000', '181319.270000', '181319.730000', '181320.190000', '181320.650000', '181321.110000', '181321.570000', '181322.030000', '181322.490000', '181322.950000', '181323.410000', '181323.870000', '181324.330000', '181324.790000', '181325.250000', '181325.710000', '181326.170000', '181326.630000', '181327.090000', '181327.550000', '181328.010000', '181328.470000', '181328.930000', '181329.390000', '181329.850000', '181330.310000', '181330.770000', '181331.230000', '181331.690000', '181332.150000', '181332.610000', '181333.070000', '181333.530000', '181333.990000', '181334.450000', '181334.910000', '181335.370000', '181335.830000', '181336.290000', '181336.750000', '181337.210000', '181337.670000', '181338.130000', '181338.590000', '181339.050000', '181339.510000', '181339.970000', '181340.430000', '181340.890000', '181341.350000', '181341.810000', '181342.270000', '181342.730000', '181343.190000', '181343.650000', '181344.110000', '181344.570000', '181345.030000', '181345.490000', '181345.950000', '181346.410000', '181346.870000', '181347.330000', '181347.790000', '181348.250000', '181348.710000', '181349.170000', '181349.630000', '181350.090000', '181350.550000', '181351.010000', '181351.470000', '181351.930000', '181352.390000', '181352.850000', '181353.310000', '181353.770000', '181354.230000', '181354.690000', '181355.150000', '181355.610000', '181356.070000', '181356.530000', '181356.990000', '181357.450000', '181357.910000', '181358.370000', '181358.830000', '181359.290000', '181359.750000', '181400.210000', '181400.670000', '181401.130000', '181401.590000', '181402.050000', '181402.510000', '181402.970000', '181403.430000', '181403.890000', '181404.350000', '181404.810000', '181405.270000', '181405.730000', '181406.190000', '181406.650000', '181407.110000', '181407.570000', '181408.030000', '181408.490000', '181408.950000', '181409.410000', '181409.870000', '181410.330000', '181410.790000', '181411.250000', '181411.710000', '181412.170000', '181412.630000', '181413.090000', '181413.550000', '181414.010000', '181414.470000', '181414.930000', '181415.390000', '181415.850000', '181416.310000', '181416.770000', '181417.230000', '181417.690000', '181418.150000', '181418.610000', '181419.070000', '181419.530000', '181419.990000', '181420.450000', '181420.910000', '181421.370000', '181421.830000', '181422.290000', '181422.750000', '181423.210000', '181423.670000', '181424.130000', '181424.590000', '181425.050000', '181425.510000', '181425.970000', '181426.430000', '181426.890000', '181427.350000', '181427.810000', '181428.270000', '181428.730000', '181429.190000', '181429.650000', '181430.110000', '181430.570000', '181431.030000', '181431.490000', '181431.950000', '181432.410000', '181432.870000', '181433.330000', '181433.790000', '181434.250000', '181434.710000', '181435.170000', '181435.630000', '181436.090000', '181436.550000', '181437.010000', '181437.470000', '181437.930000', '181438.390000', '181438.850000', '181439.310000', '181439.770000', '181440.230000', '181440.690000', '181441.150000', '181441.610000', '181442.070000', '181442.530000', '181442.990000', '181443.450000', '181443.910000', '181444.370000', '181444.830000', '181445.290000', '181445.750000', '181446.210000', '181446.670000', '181447.130000', '181447.590000', '181448.050000', '181448.510000', '181448.970000', '181449.430000', '181449.890000', '181450.350000', '181450.810000', '181451.270000', '181451.730000'], 'ContentTime': ['180626.774000', '180626.777000', '180626.780000', '180626.783000', '180626.786000', '180626.799000', '180626.801000', '180626.804000', '180626.806000', '180626.809000', '180626.811000', '180626.814000', '180626.817000', '180626.845000', '180626.848000', '180626.851000', '180626.853000', '180626.856000', '180626.858000', '180626.861000', '180626.863000', '180626.866000', '180626.869000', '180626.871000', '180626.882000', '180626.885000', '180626.887000', '180626.890000', '180626.892000', '180626.895000', '180626.898000', '180626.901000', '180626.903000', '180626.906000', '180626.909000', '180626.911000', '180626.914000', '180626.916000', '180626.919000', '180626.921000', '180626.924000', '180626.927000', '180626.929000', '180626.932000', '180626.934000', '180626.937000', '180626.940000', '180626.942000', '180626.945000', '180626.947000', '180626.950000', '180626.952000', '180626.955000', '180626.958000', '180626.960000', '180646.726000', '180646.729000', '180646.732000', '180646.735000', '180646.737000', '180646.740000', '180646.742000', '180646.745000', '180646.747000', '180646.750000', '180646.753000', '180646.755000', '180646.758000', '180646.760000', '180646.763000', '180646.777000', '180646.779000', '180646.782000', '180646.784000', '180646.787000', '180646.789000', '180646.792000', '180646.795000', '180646.797000', '180646.800000', '180646.802000', '180646.805000', '180646.808000', '180646.810000', '180646.813000', '180646.815000', '180646.818000', '180646.821000', '180646.823000', '180646.826000', '180646.828000', '180646.831000', '180646.834000', '180646.836000', '180646.839000', '180646.842000', '180646.844000', '180646.847000', '180706.727000', '180706.729000', '180706.732000', '180706.735000', '180706.737000', '180706.740000', '180706.743000', '180706.745000', '180706.748000', '180706.750000', '180706.753000', '180706.756000', '180706.758000', '180706.761000', '180706.763000', '180706.774000', '180706.776000', '180706.779000', '180706.782000', '180706.784000', '180706.787000', '180706.790000', '180706.792000', '180706.795000', '180706.797000', '180706.800000', '180706.802000', '180706.805000', '180706.808000', '180706.811000', '180706.813000', '180706.816000', '180706.818000', '180706.821000', '180706.824000', '180706.826000', '180706.829000', '180706.831000', '180706.834000', '180706.836000', '180706.839000', '180706.842000', '180706.844000', '180706.847000', '180726.727000', '180726.730000', '180726.732000', '180726.735000', '180726.738000', '180726.740000', '180726.743000', '180726.745000', '180726.748000', '180726.751000', '180726.753000', '180726.756000', '180726.758000', '180726.761000', '180726.764000', '180726.766000', '180726.769000', '180726.772000', '180726.774000', '180726.777000', '180726.779000', '180726.782000', '180726.785000', '180726.787000', '180726.790000', '180726.792000', '180726.795000', '180726.798000', '180726.800000', '180726.803000', '180726.806000', '180726.808000', '180726.811000', '180726.813000', '180726.816000', '180726.819000', '180726.822000', '180726.824000', '180726.827000', '180726.829000', '180726.832000', '180726.835000', '180726.837000', '180746.727000', '180746.730000', '180746.732000', '180746.735000', '180746.737000', '180746.740000', '180746.743000', '180746.745000', '180746.748000', '180746.750000', '180746.753000', '180746.755000', '180746.758000', '180746.761000', '180746.763000', '180746.766000', '180746.769000', '180746.771000', '180746.774000', '180746.776000', '180746.779000', '180746.782000', '180746.784000', '180746.787000', '180746.789000', '180746.792000', '180746.794000', '180746.797000', '180746.800000', '180746.802000', '180746.805000', '180746.807000', '180746.810000', '180746.813000', '180746.815000', '180746.818000', '180746.820000', '180746.823000', '180746.826000', '180746.828000', '180746.831000', '180746.833000', '180746.836000', '180746.839000', '180806.726000', '180806.729000', '180806.732000', '180806.735000', '180806.737000', '180806.740000', '180806.742000', '180806.745000', '180806.748000', '180806.750000', '180806.753000', '180806.777000', '180806.779000', '180806.782000', '180806.785000', '180806.787000', '180806.790000', '180806.793000', '180806.795000', '180806.798000', '180806.822000', '180806.825000', '180806.827000', '180806.830000', '180806.832000', '180806.835000', '180806.838000', '180806.840000', '180806.843000', '180806.846000', '180806.848000', '180806.851000', '180806.854000', '180806.856000', '180806.859000', '180806.861000', '180806.864000', '180806.866000', '180806.869000', '180806.872000', '180806.874000', '180806.877000', '180806.880000', '180826.726000', '180826.729000', '180826.732000', '180826.735000', '180826.737000', '180826.740000', '180826.743000', '180826.745000', '180826.748000', '180826.750000', '180826.753000', '180826.756000', '180826.758000', '180826.761000', '180826.763000', '180826.766000', '180826.768000', '180826.771000', '180826.774000', '180826.776000', '180826.779000', '180826.782000', '180826.784000', '180826.787000', '180826.789000', '180826.792000', '180826.795000', '180826.797000', '180826.800000', '180826.802000', '180826.805000', '180826.808000', '180826.810000', '180826.813000', '180826.816000', '180826.818000', '180826.821000', '180826.823000', '180826.826000', '180826.829000', '180826.831000', '180826.834000', '180826.837000', '180826.839000', '180846.725000', '180846.728000', '180846.731000', '180846.733000', '180846.736000', '180846.739000', '180846.741000', '180846.744000', '180846.746000', '180846.749000', '180846.752000', '180846.754000', '180846.757000', '180846.760000', '180846.762000', '180846.765000', '180846.767000', '180846.770000', '180846.773000', '180846.775000', '180846.778000', '180846.780000', '180846.783000', '180846.786000', '180846.788000', '180846.791000', '180846.794000', '180846.796000', '180846.799000', '180846.801000', '180846.804000', '180846.806000', '180846.809000', '180846.812000', '180846.814000', '180846.817000', '180846.820000', '180846.822000', '180846.825000', '180846.827000', '180846.830000', '180846.833000', '180846.835000', '180906.726000', '180906.729000', '180906.732000', '180906.735000', '180906.737000', '180906.740000', '180906.742000', '180906.745000', '180906.748000', '180906.750000', '180906.753000', '180906.756000', '180906.758000', '180906.761000', '180906.763000', '180906.766000', '180906.769000', '180906.771000', '180906.774000', '180906.777000', '180906.779000', '180906.782000', '180906.784000', '180906.787000', '180906.790000', '180906.792000', '180906.795000', '180906.797000', '180906.800000', '180906.803000', '180906.805000', '180906.808000', '180906.810000', '180906.813000', '180906.816000', '180906.818000', '180906.821000', '180906.824000', '180906.826000', '180906.829000', '180906.832000', '180906.834000', '180906.837000', '180906.839000', '180926.727000', '180926.730000', '180926.732000', '180926.735000', '180926.738000', '180926.740000', '180926.743000', '180926.746000', '180926.748000', '180926.751000', '180926.753000', '180926.756000', '180926.759000', '180926.761000', '180926.764000', '180926.766000', '180926.769000', '180926.772000', '180926.774000', '180926.777000', '180926.779000', '180926.782000', '180926.785000', '180926.787000', '180926.790000', '180926.793000', '180926.795000', '180926.798000', '180926.801000', '180926.803000', '180926.806000', '180926.808000', '180926.811000', '180926.814000', '180926.816000', '180926.819000', '180926.828000', '180926.831000', '180926.834000', '180926.836000', '180926.839000', '180926.841000', '180926.844000', '180946.728000', '180946.731000', '180946.734000', '180946.737000', '180946.739000', '180946.742000', '180946.744000', '180946.747000', '180946.750000', '180946.752000', '180946.755000', '180946.758000', '180946.760000', '180946.763000', '180946.765000', '180946.768000', '180946.771000', '180946.773000', '180946.776000', '180946.779000', '180946.782000', '180946.784000', '180946.787000', '180946.789000', '180946.792000', '180946.795000', '180946.797000', '180946.800000', '180946.802000', '180946.805000', '180946.808000', '180946.810000', '180946.813000', '180946.815000', '180946.818000', '180946.821000', '180946.823000', '180946.826000', '180946.828000', '180946.831000', '180946.834000', '180946.836000', '180946.839000', '180946.842000', '181006.727000', '181006.738000', '181006.741000', '181006.743000', '181006.746000', '181006.749000', '181006.751000', '181006.754000', '181006.757000', '181006.759000', '181006.762000', '181006.765000', '181006.767000', '181006.770000', '181006.772000', '181006.775000', '181006.778000', '181006.780000', '181006.783000', '181006.785000', '181006.788000', '181006.791000', '181006.793000', '181006.796000', '181006.799000', '181006.801000', '181006.804000', '181006.806000', '181006.809000', '181006.812000', '181006.814000', '181006.817000', '181006.819000', '181006.822000', '181006.825000', '181006.827000', '181006.830000', '181006.832000', '181006.835000', '181006.838000', '181006.840000', '181006.843000', '181006.845000', '181026.727000', '181026.730000', '181026.732000', '181026.735000', '181026.737000', '181026.740000', '181026.743000', '181026.745000', '181026.748000', '181026.750000', '181026.753000', '181026.756000', '181026.758000', '181026.761000', '181026.764000', '181026.766000', '181026.769000', '181026.771000', '181026.774000', '181026.777000', '181026.779000', '181026.782000', '181026.785000', '181026.787000', '181026.790000', '181026.792000', '181026.795000', '181026.798000', '181026.800000', '181026.803000', '181026.806000', '181026.808000', '181026.811000', '181026.813000', '181026.816000', '181026.819000', '181026.821000', '181026.824000', '181026.827000', '181026.829000', '181026.832000', '181026.835000', '181026.837000', '181026.840000', '181046.727000', '181046.729000', '181046.732000', '181046.735000', '181046.738000', '181046.740000', '181046.743000', '181046.745000', '181046.748000', '181046.751000', '181046.753000', '181046.756000', '181046.758000', '181046.761000', '181046.763000', '181046.766000', '181046.769000', '181046.771000', '181046.774000', '181046.777000', '181046.779000', '181046.782000', '181046.784000', '181046.787000', '181046.790000', '181046.792000', '181046.795000', '181046.797000', '181046.800000', '181046.803000', '181046.805000', '181046.808000', '181046.810000', '181046.813000', '181046.816000', '181046.818000', '181046.821000', '181046.824000', '181046.826000', '181046.829000', '181046.831000', '181046.834000', '181046.837000', '181106.726000', '181106.728000', '181106.731000', '181106.734000', '181106.737000', '181106.739000', '181106.742000', '181106.745000', '181106.748000', '181106.751000', '181106.754000', '181106.756000', '181106.759000', '181106.762000', '181106.765000', '181106.769000', '181106.771000', '181106.774000', '181106.799000', '181106.802000', '181106.804000', '181106.807000', '181106.809000', '181106.812000', '181106.814000', '181106.817000', '181106.820000', '181106.823000', '181106.825000', '181106.828000', '181106.831000', '181106.833000', '181106.836000', '181106.838000', '181106.841000', '181106.844000', '181106.846000', '181106.849000', '181106.851000', '181106.854000', '181106.857000', '181106.859000', '181106.862000', '181126.727000', '181126.729000', '181126.732000', '181126.735000', '181126.738000', '181126.740000', '181126.743000', '181126.745000', '181126.748000', '181126.750000', '181126.753000', '181126.756000', '181126.758000', '181126.761000', '181126.764000', '181126.773000', '181126.776000', '181126.779000', '181126.782000', '181126.784000', '181126.787000', '181126.789000', '181126.792000', '181126.795000', '181126.797000', '181126.800000', '181126.802000', '181126.805000', '181126.808000', '181126.810000', '181126.813000', '181126.816000', '181126.818000', '181126.821000', '181126.823000', '181126.826000', '181126.829000', '181126.831000', '181126.834000', '181126.836000', '181126.839000', '181126.842000', '181126.844000', '181126.847000', '181146.726000', '181146.731000', '181146.735000', '181146.737000', '181146.740000', '181146.743000', '181146.745000', '181146.748000', '181146.750000', '181146.753000', '181146.756000', '181146.759000', '181146.762000', '181146.764000', '181146.767000', '181146.770000', '181146.773000', '181146.775000', '181146.778000', '181146.780000', '181146.783000', '181146.786000', '181146.788000', '181146.791000', '181146.793000', '181146.796000', '181146.799000', '181146.801000', '181146.804000', '181146.806000', '181146.809000', '181146.812000', '181146.814000', '181146.817000', '181146.820000', '181146.822000', '181146.825000', '181146.828000', '181146.830000', '181146.833000', '181146.835000', '181146.838000', '181146.841000', '181206.727000', '181206.730000', '181206.732000', '181206.735000', '181206.737000', '181206.740000', '181206.743000', '181206.745000', '181206.748000', '181206.751000', '181206.753000', '181206.756000', '181206.758000', '181206.761000', '181206.764000', '181206.766000', '181206.769000', '181206.772000', '181206.774000', '181206.777000', '181206.779000', '181206.782000', '181206.784000', '181206.787000', '181206.790000', '181206.792000', '181206.795000', '181206.797000', '181206.800000', '181206.803000', '181206.805000', '181206.808000', '181206.810000', '181206.813000', '181206.816000', '181206.818000', '181206.821000', '181206.823000', '181206.826000', '181206.829000', '181206.831000', '181206.834000', '181206.836000', '181206.839000', '181226.727000', '181226.729000', '181226.732000', '181226.735000', '181226.737000', '181226.740000', '181226.742000', '181226.745000', '181226.748000', '181226.750000', '181226.753000', '181226.755000', '181226.758000', '181226.761000', '181226.763000', '181226.767000', '181226.770000', '181226.773000', '181226.776000', '181226.778000', '181226.781000', '181226.783000', '181226.786000', '181226.789000', '181226.791000', '181226.794000', '181226.797000', '181226.799000', '181226.818000', '181226.820000', '181226.823000', '181226.826000', '181226.828000', '181226.831000', '181226.834000', '181226.836000', '181226.839000', '181226.841000', '181226.844000', '181226.847000', '181226.849000', '181226.852000', '181226.854000', '181246.726000', '181246.729000', '181246.732000', '181246.734000', '181246.737000', '181246.740000', '181246.742000', '181246.745000', '181246.747000', '181246.750000', '181246.753000', '181246.755000', '181246.758000', '181246.760000', '181246.774000', '181246.777000', '181246.779000', '181246.782000', '181246.785000', '181246.787000', '181246.790000', '181246.792000', '181246.795000', '181246.798000', '181246.800000', '181246.803000', '181246.805000', '181246.808000', '181246.811000', '181246.813000', '181246.816000', '181246.819000', '181246.821000', '181246.824000', '181246.826000', '181246.829000', '181246.832000', '181246.834000', '181246.837000', '181246.839000', '181246.842000', '181246.844000', '181246.847000', '181246.850000', '181306.726000', '181306.729000', '181306.731000', '181306.734000', '181306.736000', '181306.739000', '181306.742000', '181306.744000', '181306.747000', '181306.749000', '181306.753000', '181306.756000', '181306.759000', '181306.761000', '181306.764000', '181306.767000', '181306.769000', '181306.772000', '181306.775000', '181306.777000', '181306.780000', '181306.782000', '181306.785000', '181306.788000', '181306.790000', '181306.793000', '181306.796000', '181306.798000', '181306.801000', '181306.803000', '181306.806000', '181306.809000', '181306.811000', '181306.814000', '181306.816000', '181306.819000', '181306.822000', '181306.824000', '181306.827000', '181306.829000', '181306.832000', '181306.835000', '181306.837000', '181326.726000', '181326.729000', '181326.731000', '181326.734000', '181326.737000', '181326.739000', '181326.742000', '181326.744000', '181326.747000', '181326.750000', '181326.752000', '181326.755000', '181326.757000', '181326.760000', '181326.763000', '181326.765000', '181326.768000', '181326.771000', '181326.773000', '181326.776000', '181326.778000', '181326.781000', '181326.784000', '181326.786000', '181326.789000', '181326.791000', '181326.794000', '181326.797000', '181326.799000', '181326.802000', '181326.805000', '181326.807000', '181326.810000', '181326.812000', '181326.815000', '181326.818000', '181326.820000', '181326.823000', '181326.826000', '181326.828000', '181326.831000', '181326.834000', '181326.836000', '181326.839000', '181346.726000', '181346.729000', '181346.732000', '181346.735000', '181346.737000', '181346.740000', '181346.742000', '181346.745000', '181346.748000', '181346.750000', '181346.753000', '181346.755000', '181346.758000', '181346.761000', '181346.763000', '181346.766000', '181346.768000', '181346.771000', '181346.774000', '181346.776000', '181346.779000', '181346.781000', '181346.784000', '181346.787000', '181346.789000', '181346.805000', '181346.807000', '181346.810000', '181346.813000', '181346.815000', '181346.818000', '181346.820000', '181346.823000', '181346.826000', '181346.828000', '181346.831000', '181346.833000', '181346.836000', '181346.839000', '181346.841000', '181346.845000', '181346.848000', '181346.850000', '181406.727000', '181406.729000', '181406.732000', '181406.735000', '181406.737000', '181406.740000', '181406.743000', '181406.745000', '181406.748000', '181406.750000', '181406.753000', '181406.756000', '181406.758000', '181406.761000', '181406.763000', '181406.766000', '181406.769000', '181406.771000', '181406.774000', '181406.777000', '181406.779000', '181406.782000', '181406.784000', '181406.787000', '181406.790000', '181406.792000', '181406.795000', '181406.798000', '181406.800000', '181406.803000', '181406.806000', '181406.808000', '181406.811000', '181406.813000', '181406.816000', '181406.819000', '181406.821000', '181406.824000', '181406.827000', '181406.829000', '181406.832000', '181406.834000', '181406.837000', '181406.840000', '181426.727000', '181426.729000', '181426.732000', '181426.735000', '181426.737000', '181426.740000', '181426.742000', '181426.745000', '181426.748000', '181426.750000', '181426.753000', '181426.756000', '181426.758000', '181426.761000', '181426.764000', '181426.766000', '181426.769000', '181426.771000', '181426.774000', '181426.777000', '181426.779000', '181426.782000', '181426.784000', '181426.787000', '181426.790000', '181426.792000', '181426.795000', '181426.797000', '181426.800000', '181426.803000', '181426.805000', '181426.808000', '181426.810000', '181426.813000', '181426.816000', '181426.818000', '181426.821000', '181426.824000', '181426.826000', '181426.829000', '181426.831000', '181426.834000', '181426.837000', '181446.727000', '181446.730000', '181446.732000', '181446.735000', '181446.737000', '181446.740000', '181446.743000', '181446.745000', '181446.748000', '181446.750000', '181446.753000', '181446.756000', '181446.758000', '181446.761000', '181446.764000', '181446.766000', '181446.769000', '181446.771000', '181446.774000', '181446.777000', '181446.779000', '181446.782000', '181446.784000', '181446.787000', '181446.790000', '181446.792000', '181446.795000', '181446.797000', '181446.800000', '181446.803000', '181446.805000', '181446.808000', '181446.810000', '181446.813000', '181446.816000', '181446.818000', '181446.821000', '181446.824000', '181446.826000', '181446.829000', '181446.832000', '181446.834000', '181446.837000', '181446.839000', '181453.509000', '181453.512000', '181453.515000', '181453.517000', '181453.522000', '181453.525000', '181453.528000', '181453.530000', '181453.533000', '181453.536000', '181453.539000', '181453.541000', '181453.544000', '181453.547000', '181453.550000'], 'InstanceCreationTime': ['180626.774000', '180626.777000', '180626.780000', '180626.783000', '180626.786000', '180626.799000', '180626.801000', '180626.804000', '180626.806000', '180626.809000', '180626.811000', '180626.814000', '180626.817000', '180626.845000', '180626.848000', '180626.851000', '180626.853000', '180626.856000', '180626.858000', '180626.861000', '180626.863000', '180626.866000', '180626.869000', '180626.871000', '180626.882000', '180626.885000', '180626.887000', '180626.890000', '180626.892000', '180626.895000', '180626.898000', '180626.901000', '180626.903000', '180626.906000', '180626.909000', '180626.911000', '180626.914000', '180626.916000', '180626.919000', '180626.921000', '180626.924000', '180626.927000', '180626.929000', '180626.932000', '180626.934000', '180626.937000', '180626.940000', '180626.942000', '180626.945000', '180626.947000', '180626.950000', '180626.952000', '180626.955000', '180626.958000', '180626.960000', '180646.726000', '180646.729000', '180646.732000', '180646.735000', '180646.737000', '180646.740000', '180646.742000', '180646.745000', '180646.747000', '180646.750000', '180646.753000', '180646.755000', '180646.758000', '180646.760000', '180646.763000', '180646.777000', '180646.779000', '180646.782000', '180646.784000', '180646.787000', '180646.789000', '180646.792000', '180646.795000', '180646.797000', '180646.800000', '180646.802000', '180646.805000', '180646.808000', '180646.810000', '180646.813000', '180646.815000', '180646.818000', '180646.821000', '180646.823000', '180646.826000', '180646.828000', '180646.831000', '180646.834000', '180646.836000', '180646.839000', '180646.842000', '180646.844000', '180646.847000', '180706.727000', '180706.729000', '180706.732000', '180706.735000', '180706.737000', '180706.740000', '180706.743000', '180706.745000', '180706.748000', '180706.750000', '180706.753000', '180706.756000', '180706.758000', '180706.761000', '180706.763000', '180706.774000', '180706.776000', '180706.779000', '180706.782000', '180706.784000', '180706.787000', '180706.790000', '180706.792000', '180706.795000', '180706.797000', '180706.800000', '180706.802000', '180706.805000', '180706.808000', '180706.811000', '180706.813000', '180706.816000', '180706.818000', '180706.821000', '180706.824000', '180706.826000', '180706.829000', '180706.831000', '180706.834000', '180706.836000', '180706.839000', '180706.842000', '180706.844000', '180706.847000', '180726.727000', '180726.730000', '180726.732000', '180726.735000', '180726.738000', '180726.740000', '180726.743000', '180726.745000', '180726.748000', '180726.751000', '180726.753000', '180726.756000', '180726.758000', '180726.761000', '180726.764000', '180726.766000', '180726.769000', '180726.772000', '180726.774000', '180726.777000', '180726.779000', '180726.782000', '180726.785000', '180726.787000', '180726.790000', '180726.792000', '180726.795000', '180726.798000', '180726.800000', '180726.803000', '180726.806000', '180726.808000', '180726.811000', '180726.813000', '180726.816000', '180726.819000', '180726.822000', '180726.824000', '180726.827000', '180726.829000', '180726.832000', '180726.835000', '180726.837000', '180746.727000', '180746.730000', '180746.732000', '180746.735000', '180746.737000', '180746.740000', '180746.743000', '180746.745000', '180746.748000', '180746.750000', '180746.753000', '180746.755000', '180746.758000', '180746.761000', '180746.763000', '180746.766000', '180746.769000', '180746.771000', '180746.774000', '180746.776000', '180746.779000', '180746.782000', '180746.784000', '180746.787000', '180746.789000', '180746.792000', '180746.794000', '180746.797000', '180746.800000', '180746.802000', '180746.805000', '180746.807000', '180746.810000', '180746.813000', '180746.815000', '180746.818000', '180746.820000', '180746.823000', '180746.826000', '180746.828000', '180746.831000', '180746.833000', '180746.836000', '180746.839000', '180806.726000', '180806.729000', '180806.732000', '180806.735000', '180806.737000', '180806.740000', '180806.742000', '180806.745000', '180806.748000', '180806.750000', '180806.753000', '180806.777000', '180806.779000', '180806.782000', '180806.785000', '180806.787000', '180806.790000', '180806.793000', '180806.795000', '180806.798000', '180806.822000', '180806.825000', '180806.827000', '180806.830000', '180806.832000', '180806.835000', '180806.838000', '180806.840000', '180806.843000', '180806.846000', '180806.848000', '180806.851000', '180806.854000', '180806.856000', '180806.859000', '180806.861000', '180806.864000', '180806.866000', '180806.869000', '180806.872000', '180806.874000', '180806.877000', '180806.880000', '180826.726000', '180826.729000', '180826.732000', '180826.735000', '180826.737000', '180826.740000', '180826.743000', '180826.745000', '180826.748000', '180826.750000', '180826.753000', '180826.756000', '180826.758000', '180826.761000', '180826.763000', '180826.766000', '180826.768000', '180826.771000', '180826.774000', '180826.776000', '180826.779000', '180826.782000', '180826.784000', '180826.787000', '180826.789000', '180826.792000', '180826.795000', '180826.797000', '180826.800000', '180826.802000', '180826.805000', '180826.808000', '180826.810000', '180826.813000', '180826.816000', '180826.818000', '180826.821000', '180826.823000', '180826.826000', '180826.829000', '180826.831000', '180826.834000', '180826.837000', '180826.839000', '180846.725000', '180846.728000', '180846.731000', '180846.733000', '180846.736000', '180846.739000', '180846.741000', '180846.744000', '180846.746000', '180846.749000', '180846.752000', '180846.754000', '180846.757000', '180846.760000', '180846.762000', '180846.765000', '180846.767000', '180846.770000', '180846.773000', '180846.775000', '180846.778000', '180846.780000', '180846.783000', '180846.786000', '180846.788000', '180846.791000', '180846.794000', '180846.796000', '180846.799000', '180846.801000', '180846.804000', '180846.806000', '180846.809000', '180846.812000', '180846.814000', '180846.817000', '180846.820000', '180846.822000', '180846.825000', '180846.827000', '180846.830000', '180846.833000', '180846.835000', '180906.726000', '180906.729000', '180906.732000', '180906.735000', '180906.737000', '180906.740000', '180906.742000', '180906.745000', '180906.748000', '180906.750000', '180906.753000', '180906.756000', '180906.758000', '180906.761000', '180906.763000', '180906.766000', '180906.769000', '180906.771000', '180906.774000', '180906.777000', '180906.779000', '180906.782000', '180906.784000', '180906.787000', '180906.790000', '180906.792000', '180906.795000', '180906.797000', '180906.800000', '180906.803000', '180906.805000', '180906.808000', '180906.810000', '180906.813000', '180906.816000', '180906.818000', '180906.821000', '180906.824000', '180906.826000', '180906.829000', '180906.832000', '180906.834000', '180906.837000', '180906.839000', '180926.727000', '180926.730000', '180926.732000', '180926.735000', '180926.738000', '180926.740000', '180926.743000', '180926.746000', '180926.748000', '180926.751000', '180926.753000', '180926.756000', '180926.759000', '180926.761000', '180926.764000', '180926.766000', '180926.769000', '180926.772000', '180926.774000', '180926.777000', '180926.779000', '180926.782000', '180926.785000', '180926.787000', '180926.790000', '180926.793000', '180926.795000', '180926.798000', '180926.801000', '180926.803000', '180926.806000', '180926.808000', '180926.811000', '180926.814000', '180926.816000', '180926.819000', '180926.828000', '180926.831000', '180926.834000', '180926.836000', '180926.839000', '180926.841000', '180926.844000', '180946.728000', '180946.731000', '180946.734000', '180946.737000', '180946.739000', '180946.742000', '180946.744000', '180946.747000', '180946.750000', '180946.752000', '180946.755000', '180946.758000', '180946.760000', '180946.763000', '180946.765000', '180946.768000', '180946.771000', '180946.773000', '180946.776000', '180946.779000', '180946.782000', '180946.784000', '180946.787000', '180946.789000', '180946.792000', '180946.795000', '180946.797000', '180946.800000', '180946.802000', '180946.805000', '180946.808000', '180946.810000', '180946.813000', '180946.815000', '180946.818000', '180946.821000', '180946.823000', '180946.826000', '180946.828000', '180946.831000', '180946.834000', '180946.836000', '180946.839000', '180946.842000', '181006.727000', '181006.738000', '181006.741000', '181006.743000', '181006.746000', '181006.749000', '181006.751000', '181006.754000', '181006.757000', '181006.759000', '181006.762000', '181006.765000', '181006.767000', '181006.770000', '181006.772000', '181006.775000', '181006.778000', '181006.780000', '181006.783000', '181006.785000', '181006.788000', '181006.791000', '181006.793000', '181006.796000', '181006.799000', '181006.801000', '181006.804000', '181006.806000', '181006.809000', '181006.812000', '181006.814000', '181006.817000', '181006.819000', '181006.822000', '181006.825000', '181006.827000', '181006.830000', '181006.832000', '181006.835000', '181006.838000', '181006.840000', '181006.843000', '181006.845000', '181026.727000', '181026.730000', '181026.732000', '181026.735000', '181026.737000', '181026.740000', '181026.743000', '181026.745000', '181026.748000', '181026.750000', '181026.753000', '181026.756000', '181026.758000', '181026.761000', '181026.764000', '181026.766000', '181026.769000', '181026.771000', '181026.774000', '181026.777000', '181026.779000', '181026.782000', '181026.785000', '181026.787000', '181026.790000', '181026.792000', '181026.795000', '181026.798000', '181026.800000', '181026.803000', '181026.806000', '181026.808000', '181026.811000', '181026.813000', '181026.816000', '181026.819000', '181026.821000', '181026.824000', '181026.827000', '181026.829000', '181026.832000', '181026.835000', '181026.837000', '181026.840000', '181046.727000', '181046.729000', '181046.732000', '181046.735000', '181046.738000', '181046.740000', '181046.743000', '181046.745000', '181046.748000', '181046.751000', '181046.753000', '181046.756000', '181046.758000', '181046.761000', '181046.763000', '181046.766000', '181046.769000', '181046.771000', '181046.774000', '181046.777000', '181046.779000', '181046.782000', '181046.784000', '181046.787000', '181046.790000', '181046.792000', '181046.795000', '181046.797000', '181046.800000', '181046.803000', '181046.805000', '181046.808000', '181046.810000', '181046.813000', '181046.816000', '181046.818000', '181046.821000', '181046.824000', '181046.826000', '181046.829000', '181046.831000', '181046.834000', '181046.837000', '181106.726000', '181106.728000', '181106.731000', '181106.734000', '181106.737000', '181106.739000', '181106.742000', '181106.745000', '181106.748000', '181106.751000', '181106.754000', '181106.756000', '181106.759000', '181106.762000', '181106.765000', '181106.769000', '181106.771000', '181106.774000', '181106.799000', '181106.802000', '181106.804000', '181106.807000', '181106.809000', '181106.812000', '181106.814000', '181106.817000', '181106.820000', '181106.823000', '181106.825000', '181106.828000', '181106.831000', '181106.833000', '181106.836000', '181106.838000', '181106.841000', '181106.844000', '181106.846000', '181106.849000', '181106.851000', '181106.854000', '181106.857000', '181106.859000', '181106.862000', '181126.727000', '181126.729000', '181126.732000', '181126.735000', '181126.738000', '181126.740000', '181126.743000', '181126.745000', '181126.748000', '181126.750000', '181126.753000', '181126.756000', '181126.758000', '181126.761000', '181126.764000', '181126.773000', '181126.776000', '181126.779000', '181126.782000', '181126.784000', '181126.787000', '181126.789000', '181126.792000', '181126.795000', '181126.797000', '181126.800000', '181126.802000', '181126.805000', '181126.808000', '181126.810000', '181126.813000', '181126.816000', '181126.818000', '181126.821000', '181126.823000', '181126.826000', '181126.829000', '181126.831000', '181126.834000', '181126.836000', '181126.839000', '181126.842000', '181126.844000', '181126.847000', '181146.726000', '181146.731000', '181146.735000', '181146.737000', '181146.740000', '181146.743000', '181146.745000', '181146.748000', '181146.750000', '181146.753000', '181146.756000', '181146.759000', '181146.762000', '181146.764000', '181146.767000', '181146.770000', '181146.773000', '181146.775000', '181146.778000', '181146.780000', '181146.783000', '181146.786000', '181146.788000', '181146.791000', '181146.793000', '181146.796000', '181146.799000', '181146.801000', '181146.804000', '181146.806000', '181146.809000', '181146.812000', '181146.814000', '181146.817000', '181146.820000', '181146.822000', '181146.825000', '181146.828000', '181146.830000', '181146.833000', '181146.835000', '181146.838000', '181146.841000', '181206.727000', '181206.730000', '181206.732000', '181206.735000', '181206.737000', '181206.740000', '181206.743000', '181206.745000', '181206.748000', '181206.751000', '181206.753000', '181206.756000', '181206.758000', '181206.761000', '181206.764000', '181206.766000', '181206.769000', '181206.772000', '181206.774000', '181206.777000', '181206.779000', '181206.782000', '181206.784000', '181206.787000', '181206.790000', '181206.792000', '181206.795000', '181206.797000', '181206.800000', '181206.803000', '181206.805000', '181206.808000', '181206.810000', '181206.813000', '181206.816000', '181206.818000', '181206.821000', '181206.823000', '181206.826000', '181206.829000', '181206.831000', '181206.834000', '181206.836000', '181206.839000', '181226.727000', '181226.729000', '181226.732000', '181226.735000', '181226.737000', '181226.740000', '181226.742000', '181226.745000', '181226.748000', '181226.750000', '181226.753000', '181226.755000', '181226.758000', '181226.761000', '181226.763000', '181226.767000', '181226.770000', '181226.773000', '181226.776000', '181226.778000', '181226.781000', '181226.783000', '181226.786000', '181226.789000', '181226.791000', '181226.794000', '181226.797000', '181226.799000', '181226.818000', '181226.820000', '181226.823000', '181226.826000', '181226.828000', '181226.831000', '181226.834000', '181226.836000', '181226.839000', '181226.841000', '181226.844000', '181226.847000', '181226.849000', '181226.852000', '181226.854000', '181246.726000', '181246.729000', '181246.732000', '181246.734000', '181246.737000', '181246.740000', '181246.742000', '181246.745000', '181246.747000', '181246.750000', '181246.753000', '181246.755000', '181246.758000', '181246.760000', '181246.774000', '181246.777000', '181246.779000', '181246.782000', '181246.785000', '181246.787000', '181246.790000', '181246.792000', '181246.795000', '181246.798000', '181246.800000', '181246.803000', '181246.805000', '181246.808000', '181246.811000', '181246.813000', '181246.816000', '181246.819000', '181246.821000', '181246.824000', '181246.826000', '181246.829000', '181246.832000', '181246.834000', '181246.837000', '181246.839000', '181246.842000', '181246.844000', '181246.847000', '181246.850000', '181306.726000', '181306.729000', '181306.731000', '181306.734000', '181306.736000', '181306.739000', '181306.742000', '181306.744000', '181306.747000', '181306.749000', '181306.753000', '181306.756000', '181306.759000', '181306.761000', '181306.764000', '181306.767000', '181306.769000', '181306.772000', '181306.775000', '181306.777000', '181306.780000', '181306.782000', '181306.785000', '181306.788000', '181306.790000', '181306.793000', '181306.796000', '181306.798000', '181306.801000', '181306.803000', '181306.806000', '181306.809000', '181306.811000', '181306.814000', '181306.816000', '181306.819000', '181306.822000', '181306.824000', '181306.827000', '181306.829000', '181306.832000', '181306.835000', '181306.837000', '181326.726000', '181326.729000', '181326.731000', '181326.734000', '181326.737000', '181326.739000', '181326.742000', '181326.744000', '181326.747000', '181326.750000', '181326.752000', '181326.755000', '181326.757000', '181326.760000', '181326.763000', '181326.765000', '181326.768000', '181326.771000', '181326.773000', '181326.776000', '181326.778000', '181326.781000', '181326.784000', '181326.786000', '181326.789000', '181326.791000', '181326.794000', '181326.797000', '181326.799000', '181326.802000', '181326.805000', '181326.807000', '181326.810000', '181326.812000', '181326.815000', '181326.818000', '181326.820000', '181326.823000', '181326.826000', '181326.828000', '181326.831000', '181326.834000', '181326.836000', '181326.839000', '181346.726000', '181346.729000', '181346.732000', '181346.735000', '181346.737000', '181346.740000', '181346.742000', '181346.745000', '181346.748000', '181346.750000', '181346.753000', '181346.755000', '181346.758000', '181346.761000', '181346.763000', '181346.766000', '181346.768000', '181346.771000', '181346.774000', '181346.776000', '181346.779000', '181346.781000', '181346.784000', '181346.787000', '181346.789000', '181346.805000', '181346.807000', '181346.810000', '181346.813000', '181346.815000', '181346.818000', '181346.820000', '181346.823000', '181346.826000', '181346.828000', '181346.831000', '181346.833000', '181346.836000', '181346.839000', '181346.841000', '181346.845000', '181346.848000', '181346.850000', '181406.727000', '181406.729000', '181406.732000', '181406.735000', '181406.737000', '181406.740000', '181406.743000', '181406.745000', '181406.748000', '181406.750000', '181406.753000', '181406.756000', '181406.758000', '181406.761000', '181406.763000', '181406.766000', '181406.769000', '181406.771000', '181406.774000', '181406.777000', '181406.779000', '181406.782000', '181406.784000', '181406.787000', '181406.790000', '181406.792000', '181406.795000', '181406.798000', '181406.800000', '181406.803000', '181406.806000', '181406.808000', '181406.811000', '181406.813000', '181406.816000', '181406.819000', '181406.821000', '181406.824000', '181406.827000', '181406.829000', '181406.832000', '181406.834000', '181406.837000', '181406.840000', '181426.727000', '181426.729000', '181426.732000', '181426.735000', '181426.737000', '181426.740000', '181426.742000', '181426.745000', '181426.748000', '181426.750000', '181426.753000', '181426.756000', '181426.758000', '181426.761000', '181426.764000', '181426.766000', '181426.769000', '181426.771000', '181426.774000', '181426.777000', '181426.779000', '181426.782000', '181426.784000', '181426.787000', '181426.790000', '181426.792000', '181426.795000', '181426.797000', '181426.800000', '181426.803000', '181426.805000', '181426.808000', '181426.810000', '181426.813000', '181426.816000', '181426.818000', '181426.821000', '181426.824000', '181426.826000', '181426.829000', '181426.831000', '181426.834000', '181426.837000', '181446.727000', '181446.730000', '181446.732000', '181446.735000', '181446.737000', '181446.740000', '181446.743000', '181446.745000', '181446.748000', '181446.750000', '181446.753000', '181446.756000', '181446.758000', '181446.761000', '181446.764000', '181446.766000', '181446.769000', '181446.771000', '181446.774000', '181446.777000', '181446.779000', '181446.782000', '181446.784000', '181446.787000', '181446.790000', '181446.792000', '181446.795000', '181446.797000', '181446.800000', '181446.803000', '181446.805000', '181446.808000', '181446.810000', '181446.813000', '181446.816000', '181446.818000', '181446.821000', '181446.824000', '181446.826000', '181446.829000', '181446.832000', '181446.834000', '181446.837000', '181446.839000', '181453.509000', '181453.512000', '181453.515000', '181453.517000', '181453.522000', '181453.525000', '181453.528000', '181453.530000', '181453.533000', '181453.536000', '181453.539000', '181453.541000', '181453.544000', '181453.547000', '181453.550000'], '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], 'LargestImagePixelValue': [12121, 9088, 12452, 10526, 12315, 12092, 12282, 13171, 11477, 12550, 9640, 11790, 9577, 11743, 10251, 10313, 10662, 12417, 10019, 10409, 8453, 10085, 13940, 10056, 12859, 8789, 10811, 10394, 9279, 13093, 9449, 11948, 9026, 11704, 9472, 9749, 12955, 9252, 10128, 13427, 10363, 12692, 8885, 10887, 13798, 9553, 12456, 8723, 9523, 13826, 10625, 12092, 9174, 10833, 8321, 9956, 13692, 10128, 11391, 13730, 10183, 13906, 9409, 12413, 9516, 9601, 13238, 9794, 11826, 9043, 10304, 13212, 9303, 10773, 13810, 9579, 12174, 9655, 11025, 9034, 9845, 12874, 9097, 10647, 14294, 9428, 12268, 9472, 11450, 9000, 10587, 13573, 9656, 12354, 11772, 9685, 13462, 9316, 11546, 8655, 10566, 13571, 9468, 12634, 9975, 10852, 8358, 9936, 14040, 9707, 12630, 9662, 10843, 11702, 10044, 13028, 9541, 11380, 14711, 10443, 13426, 9641, 12102, 8839, 10471, 13586, 9704, 12880, 8946, 10432, 8829, 9683, 13634, 9263, 10863, 14410, 9912, 13989, 9437, 12450, 8559, 10608, 13967, 9146, 11925, 14859, 10258, 13220, 9530, 12073, 8450, 10188, 9015, 11271, 11552, 11025, 9009, 11604, 9149, 11110, 14397, 10436, 13061, 9455, 10940, 14997, 10404, 13930, 10260, 12913, 9322, 11383, 14405, 10217, 12768, 8467, 10187, 14578, 10464, 10685, 10470, 9386, 10254, 13307, 8038, 10638, 13770, 10193, 13083, 9856, 10576, 10246, 13636, 9214, 10596, 13625, 8945, 10943, 14622, 10461, 13090, 10133, 12809, 8477, 10186, 13800, 9274, 11735, 8452, 9894, 11269, 9591, 13047, 8293, 10032, 14023, 10546, 12985, 8865, 11559, 8421, 10242, 13793, 9525, 13112, 8251, 10251, 11580, 9426, 13354, 8631, 10450, 14784, 11381, 14196, 10247, 13087, 9440, 11960, 14075, 9734, 14296, 9171, 12129, 7964, 11107, 14425, 9546, 12162, 14632, 11221, 14224, 9927, 12598, 8724, 11067, 14001, 9689, 13995, 9926, 11486, 8605, 10691, 13986, 9698, 13657, 9452, 11859, 7858, 10678, 14459, 10139, 13371, 9046, 10651, 13288, 10090, 13614, 10062, 11420, 14478, 10383, 13876, 9781, 11156, 8092, 10354, 14338, 9461, 12862, 8401, 10716, 12033, 10520, 13688, 8596, 10690, 14894, 11520, 13516, 9928, 12429, 8496, 11036, 14720, 10815, 13715, 9417, 12317, 9714, 12294, 13947, 10696, 14850, 9803, 11947, 8587, 11192, 14129, 10800, 13615, 9230, 11457, 11356, 11296, 14567, 10932, 13554, 9493, 11314, 14612, 10585, 12866, 9851, 11664, 9340, 11131, 14360, 10084, 13490, 8565, 10921, 7614, 11056, 7509, 10709, 14012, 8918, 11089, 15362, 10820, 13722, 9368, 11598, 11181, 10465, 14106, 8945, 10911, 15345, 10244, 13063, 9046, 10970, 14025, 10126, 13160, 9047, 11107, 11155, 10501, 13648, 10531, 11148, 12626, 11333, 14200, 10282, 13362, 9157, 11204, 14859, 10302, 13687, 9121, 11136, 12848, 10287, 13092, 9055, 11304, 9243, 10997, 7280, 10365, 14192, 8524, 10475, 14833, 10290, 12545, 9045, 10608, 14605, 9675, 13968, 8406, 10786, 8572, 10286, 13727, 8176, 10555, 14349, 8734, 11540, 15259, 10111, 12772, 12082, 10820, 13649, 7928, 10752, 15181, 9986, 12699, 8176, 11195, 14676, 10621, 13664, 9413, 11368, 8162, 11179, 15164, 8672, 11031, 14824, 9788, 13422, 8759, 11186, 15272, 10284, 12781, 8220, 10799, 15645, 10504, 12875, 9698, 12010, 15147, 10166, 12773, 13941, 10976, 13797, 10464, 11747, 13885, 11036, 13478, 9989, 11028, 14615, 10421, 12594, 9755, 10203, 8821, 11093, 14509, 10040, 10065, 13811, 8847, 10815, 11755, 10136, 12762, 13961, 9606, 13000, 8812, 10094, 14211, 10419, 12842, 10677, 12141, 8963, 12388, 8473, 13485, 8784, 11236, 7841, 11176, 15282, 10034, 12631, 15787, 10836, 12195, 15331, 10926, 13386, 10513, 13257, 8214, 11200, 15251, 9628, 10674, 14152, 10686, 13474, 9249, 11837, 7826, 10492, 14173, 10184, 11829, 7852, 10527, 14803, 9662, 11982, 12262, 10531, 14668, 10459, 12413, 8084, 11000, 14877, 9664, 12696, 11557, 11246, 14824, 10426, 12542, 8578, 11328, 15072, 10558, 14186, 10474, 12140, 10975, 13529, 13331, 11069, 14242, 10195, 12078, 9430, 11086, 14411, 9208, 11866, 8056, 11415, 14647, 11019, 13539, 8853, 11264, 15430, 10251, 12333, 8192, 11421, 14592, 10522, 11703, 15529, 11189, 13968, 9682, 11616, 10806, 11376, 13663, 9986, 11604, 8772, 11288, 13654, 10133, 11965, 7939, 11165, 11472, 11256, 14681, 10141, 11637, 12730, 11485, 14541, 10981, 12984, 9989, 11539, 14984, 10773, 12526, 10778, 11445, 13889, 11502, 11913, 8371, 11202, 10546, 10957, 13904, 8948, 11365, 15419, 10929, 13024, 9371, 11382, 15036, 10371, 12532, 8344, 11089, 12119, 10598, 12910, 8604, 11164, 14959, 9652, 12985, 9464, 10071, 7853, 11353, 14667, 9627, 11298, 14798, 11034, 12698, 8898, 11353, 14846, 10852, 13500, 11461, 11262, 14032, 10089, 11665, 9027, 11331, 13568, 9517, 11079, 15261, 10736, 13568, 10225, 11969, 10002, 11334, 15072, 10216, 11813, 15180, 10936, 13384, 10011, 11591, 12747, 10746, 13321, 9765, 11566, 14766, 10938, 12615, 10583, 11700, 15553, 11106, 11928, 12527, 11328, 13644, 10561, 11441, 8121, 11487, 14032, 9662, 11646, 15177, 10484, 12540, 9037, 11576, 14435, 10788, 11366, 15341, 11241, 12593, 8605, 11861, 10843, 11291, 12900, 9527, 11363, 15456, 10112, 12643, 8649, 11316, 15013, 10582, 11810, 13165, 10956, 13425, 9065, 11206, 8068, 11072, 13669, 10120, 11895, 13867, 10495, 14444, 10847, 8771, 10541, 8600, 12437, 10224, 13993, 15993, 11348, 11319, 14053, 11107, 12817, 11195, 13780, 9993, 11648, 15588, 10387, 12849, 10154, 11557, 10246, 11220, 13986, 10675, 11812, 14811, 9898, 13556, 10550, 8457, 7587, 8248, 8977, 8843, 12095, 14488, 11661, 13056, 11583, 12051, 14578, 11233, 12063, 17853, 12045, 12748, 11149, 11528, 16099, 12114, 13386, 12229, 11440, 15648, 11989, 13178, 11710, 11475, 15239, 11689, 11714, 11849, 11505, 13288, 11560, 11022, 10620, 11404, 10862, 11422, 12254, 11388, 12527, 11168, 10214, 10722, 8144, 8432, 8229, 11324, 9020, 12687, 9286, 14122, 9455, 9050, 11615, 15795, 11932, 14219, 10133, 12565, 9798, 12241, 10219, 13487, 9694, 11456, 8190, 10870, 14843, 9273, 13276, 9192, 10139, 8801, 8155, 10921, 9388, 12736, 13996, 12145, 14384, 9828, 12392, 10233, 10208, 13393, 8133, 10508, 14537, 9931, 13873, 8627, 10894, 10468, 9772, 12554, 8147, 10067, 10528, 9838, 12703, 9319, 12579, 8738, 10947, 7963, 9556, 13237, 10507, 7775, 9111, 7828, 10919, 14511, 10863, 13194, 9190, 11058, 15656, 9824, 12237, 16767, 10672, 13068, 8772, 10966, 10355, 11144, 14180, 10368, 12284, 8274, 10679, 14395, 9328, 12193, 8202, 11008, 14560, 10040, 12186, 9264, 10096, 13391, 9056, 10862, 9315, 10558, 13811, 9050, 10805, 9621, 9417, 13955, 9130, 12100, 7867, 10513, 14419, 8874, 11100, 8945, 9477, 14447, 8901, 12744, 8277, 9985, 13376, 8540, 12674, 8327, 10936, 7677, 9584, 8309, 10295, 8469, 11935, 8128, 11210, 14720, 11047, 13031, 14051, 10520, 14073, 9343, 13188, 9656, 8301, 7886, 8316, 10981, 14147, 9699, 11592, 16954, 12415, 13591, 9625, 12151, 8538, 10520, 13946, 9860, 13508, 9624, 12367, 8931, 11525, 8661, 10099, 14763, 10535, 13840, 9954, 13079, 8731, 10754, 14566, 11173, 13484, 9722, 12148, 9070, 10912, 13588, 9747, 13470, 9248, 12245, 8686, 10714, 7384, 10037, 13959, 9345, 12407, 8532, 10765, 7528, 10844, 14255, 9822, 12866, 8763, 11270, 8188, 10930, 8157, 10721, 13548, 9359, 11771, 8315, 9904, 7725, 11440, 8127, 10863, 14775, 11248, 12378, 9013, 8186, 11693, 14235, 10004, 13166, 16922, 11951, 8806, 8971, 9024, 11787, 11448, 11270, 11636, 11727, 13939, 9972, 11746, 10491, 10616, 10427, 10138, 11450, 12454, 15645, 11629, 12998, 10590, 12046, 11399, 11813, 12941, 11030, 11969, 10850, 11638, 12727, 11804, 8974, 8756, 10201, 11896, 11014, 11484, 11067, 11834, 9110, 12267, 14369, 11762, 13173, 9972, 12143, 10430, 11203, 11446, 11957, 11201, 12219, 16476, 11733, 14261, 11101, 12065, 10479, 9482, 10315, 11989, 13931, 10548, 12237, 10072, 11186, 8633, 11664, 14084, 10307, 11831, 9068, 11724, 10887, 11516, 12561, 8900, 11373, 13993, 11143, 12022, 9801, 6904, 9215, 8791, 9761, 10643, 13530, 11058, 12626, 16861, 10636, 13295, 10449, 12024, 9679, 14078, 11459, 11357, 11146, 10934, 10249, 12086, 10787, 15609, 13311], 'WindowCenter': [4325.0, 4268.0, 4296.0, 4274.0, 4283.0, 4279.0, 4281.0, 4291.0, 4284.0, 4307.0, 4277.0, 4295.0, 4277.0, 4295.0, 4300.0, 4301.0, 4313.0, 4323.0, 4291.0, 4302.0, 4283.0, 4319.0, 4347.0, 4308.0, 4338.0, 4296.0, 4317.0, 4315.0, 4292.0, 4309.0, 4292.0, 4312.0, 4293.0, 4325.0, 4293.0, 4294.0, 4325.0, 4294.0, 4317.0, 4336.0, 4305.0, 4335.0, 4295.0, 4316.0, 4334.0, 4294.0, 4325.0, 4283.0, 4295.0, 4335.0, 4316.0, 4324.0, 4295.0, 4315.0, 4284.0, 4306.0, 4337.0, 4305.0, 4327.0, 4335.0, 4305.0, 4334.0, 4296.0, 4336.0, 4293.0, 4295.0, 4325.0, 4294.0, 4314.0, 4281.0, 4302.0, 4322.0, 4281.0, 4302.0, 4321.0, 4291.0, 4323.0, 4291.0, 4302.0, 4280.0, 4291.0, 4322.0, 4281.0, 4302.0, 4333.0, 4292.0, 4324.0, 4293.0, 4313.0, 4283.0, 4304.0, 4323.0, 4292.0, 4323.0, 4310.0, 4292.0, 4322.0, 4283.0, 4312.0, 4271.0, 4302.0, 4322.0, 4292.0, 4312.0, 4292.0, 4304.0, 4271.0, 4292.0, 4332.0, 4293.0, 4325.0, 4292.0, 4303.0, 4312.0, 4293.0, 4322.0, 4281.0, 4314.0, 4332.0, 4302.0, 4322.0, 4291.0, 4312.0, 4281.0, 4303.0, 4323.0, 4292.0, 4322.0, 4270.0, 4302.0, 4280.0, 4293.0, 4322.0, 4294.0, 4303.0, 4333.0, 4293.0, 4332.0, 4282.0, 4322.0, 4282.0, 4303.0, 4334.0, 4293.0, 4314.0, 4346.0, 4305.0, 4335.0, 4306.0, 4325.0, 4285.0, 4318.0, 4298.0, 4328.0, 4328.0, 4328.0, 4309.0, 4330.0, 4297.0, 4317.0, 4335.0, 4305.0, 4327.0, 4282.0, 4304.0, 4333.0, 4304.0, 4334.0, 4293.0, 4324.0, 4283.0, 4314.0, 4321.0, 4291.0, 4312.0, 4271.0, 4293.0, 4334.0, 4304.0, 4303.0, 4305.0, 4293.0, 4305.0, 4336.0, 4263.0, 4305.0, 4335.0, 4305.0, 4336.0, 4305.0, 4305.0, 4318.0, 4348.0, 4294.0, 4303.0, 4323.0, 4282.0, 4304.0, 4332.0, 4303.0, 4324.0, 4303.0, 4324.0, 4272.0, 4293.0, 4323.0, 4281.0, 4313.0, 4272.0, 4293.0, 4302.0, 4293.0, 4324.0, 4273.0, 4294.0, 4334.0, 4303.0, 4323.0, 4283.0, 4313.0, 4286.0, 4316.0, 4336.0, 4296.0, 4336.0, 4275.0, 4306.0, 4313.0, 4294.0, 4334.0, 4284.0, 4315.0, 4334.0, 4315.0, 4335.0, 4304.0, 4323.0, 4294.0, 4326.0, 4332.0, 4292.0, 4333.0, 4283.0, 4313.0, 4262.0, 4313.0, 4333.0, 4291.0, 4313.0, 4330.0, 4302.0, 4322.0, 4291.0, 4311.0, 4272.0, 4314.0, 4334.0, 4292.0, 4335.0, 4292.0, 4312.0, 4283.0, 4304.0, 4334.0, 4295.0, 4336.0, 4293.0, 4314.0, 4273.0, 4304.0, 4334.0, 4304.0, 4337.0, 4284.0, 4303.0, 4323.0, 4303.0, 4323.0, 4292.0, 4315.0, 4335.0, 4293.0, 4334.0, 4292.0, 4302.0, 4260.0, 4303.0, 4345.0, 4295.0, 4324.0, 4273.0, 4304.0, 4312.0, 4304.0, 4335.0, 4283.0, 4304.0, 4333.0, 4313.0, 4322.0, 4293.0, 4313.0, 4271.0, 4304.0, 4334.0, 4302.0, 4321.0, 4281.0, 4311.0, 4292.0, 4324.0, 4333.0, 4304.0, 4332.0, 4282.0, 4299.0, 4269.0, 4300.0, 4320.0, 4301.0, 4323.0, 4281.0, 4301.0, 4300.0, 4299.0, 4320.0, 4289.0, 4321.0, 4277.0, 4300.0, 4319.0, 4277.0, 4298.0, 4277.0, 4298.0, 4279.0, 4301.0, 4319.0, 4292.0, 4323.0, 4269.0, 4300.0, 4250.0, 4300.0, 4250.0, 4302.0, 4321.0, 4284.0, 4314.0, 4331.0, 4301.0, 4321.0, 4280.0, 4313.0, 4299.0, 4290.0, 4333.0, 4282.0, 4300.0, 4331.0, 4289.0, 4311.0, 4268.0, 4300.0, 4332.0, 4301.0, 4322.0, 4269.0, 4301.0, 4300.0, 4290.0, 4321.0, 4302.0, 4315.0, 4311.0, 4301.0, 4320.0, 4290.0, 4320.0, 4279.0, 4312.0, 4332.0, 4291.0, 4321.0, 4280.0, 4302.0, 4309.0, 4290.0, 4323.0, 4282.0, 4301.0, 4281.0, 4302.0, 4250.0, 4304.0, 4333.0, 4284.0, 4304.0, 4332.0, 4292.0, 4312.0, 4282.0, 4304.0, 4334.0, 4294.0, 4335.0, 4273.0, 4314.0, 4282.0, 4304.0, 4335.0, 4271.0, 4305.0, 4346.0, 4272.0, 4313.0, 4334.0, 4304.0, 4324.0, 4312.0, 4302.0, 4335.0, 4261.0, 4303.0, 4332.0, 4293.0, 4322.0, 4271.0, 4314.0, 4332.0, 4303.0, 4322.0, 4282.0, 4313.0, 4272.0, 4303.0, 4333.0, 4271.0, 4302.0, 4322.0, 4281.0, 4321.0, 4269.0, 4303.0, 4331.0, 4290.0, 4323.0, 4259.0, 4301.0, 4333.0, 4291.0, 4311.0, 4292.0, 4314.0, 4332.0, 4291.0, 4323.0, 4321.0, 4290.0, 4321.0, 4290.0, 4302.0, 4319.0, 4290.0, 4323.0, 4279.0, 4290.0, 4320.0, 4290.0, 4310.0, 4279.0, 4292.0, 4283.0, 4327.0, 4336.0, 4293.0, 4293.0, 4323.0, 4283.0, 4303.0, 4313.0, 4303.0, 4325.0, 4322.0, 4282.0, 4322.0, 4270.0, 4292.0, 4337.0, 4318.0, 4327.0, 4304.0, 4327.0, 4298.0, 4338.0, 4289.0, 4348.0, 4288.0, 4332.0, 4302.0, 4330.0, 4348.0, 4294.0, 4314.0, 4334.0, 4302.0, 4313.0, 4322.0, 4292.0, 4310.0, 4290.0, 4321.0, 4259.0, 4301.0, 4319.0, 4281.0, 4291.0, 4319.0, 4290.0, 4320.0, 4281.0, 4311.0, 4249.0, 4302.0, 4334.0, 4293.0, 4313.0, 4260.0, 4304.0, 4332.0, 4281.0, 4314.0, 4313.0, 4304.0, 4333.0, 4292.0, 4312.0, 4261.0, 4303.0, 4332.0, 4293.0, 4325.0, 4302.0, 4303.0, 4333.0, 4303.0, 4311.0, 4270.0, 4313.0, 4333.0, 4304.0, 4335.0, 4306.0, 4324.0, 4316.0, 4338.0, 4335.0, 4304.0, 4323.0, 4292.0, 4313.0, 4280.0, 4304.0, 4333.0, 4283.0, 4314.0, 4262.0, 4313.0, 4332.0, 4302.0, 4323.0, 4284.0, 4304.0, 4332.0, 4290.0, 4301.0, 4257.0, 4299.0, 4319.0, 4289.0, 4311.0, 4318.0, 4288.0, 4319.0, 4278.0, 4299.0, 4299.0, 4311.0, 4319.0, 4279.0, 4300.0, 4270.0, 4300.0, 4321.0, 4291.0, 4312.0, 4260.0, 4302.0, 4312.0, 4302.0, 4334.0, 4291.0, 4314.0, 4323.0, 4302.0, 4322.0, 4302.0, 4321.0, 4291.0, 4301.0, 4320.0, 4289.0, 4300.0, 4287.0, 4288.0, 4308.0, 4299.0, 4299.0, 4257.0, 4288.0, 4286.0, 4289.0, 4310.0, 4267.0, 4301.0, 4320.0, 4290.0, 4309.0, 4268.0, 4299.0, 4319.0, 4290.0, 4322.0, 4259.0, 4301.0, 4300.0, 4291.0, 4311.0, 4270.0, 4302.0, 4333.0, 4282.0, 4321.0, 4280.0, 4291.0, 4261.0, 4313.0, 4333.0, 4280.0, 4303.0, 4322.0, 4290.0, 4311.0, 4269.0, 4300.0, 4321.0, 4290.0, 4321.0, 4298.0, 4300.0, 4320.0, 4278.0, 4299.0, 4266.0, 4288.0, 4309.0, 4277.0, 4303.0, 4330.0, 4289.0, 4320.0, 4291.0, 4301.0, 4291.0, 4304.0, 4333.0, 4292.0, 4314.0, 4331.0, 4301.0, 4321.0, 4292.0, 4311.0, 4311.0, 4301.0, 4338.0, 4320.0, 4328.0, 4347.0, 4306.0, 4314.0, 4303.0, 4314.0, 4332.0, 4314.0, 4311.0, 4307.0, 4289.0, 4320.0, 4290.0, 4300.0, 4259.0, 4311.0, 4322.0, 4279.0, 4301.0, 4332.0, 4289.0, 4299.0, 4268.0, 4301.0, 4319.0, 4288.0, 4300.0, 4320.0, 4300.0, 4310.0, 4256.0, 4287.0, 4274.0, 4273.0, 4296.0, 4267.0, 4299.0, 4320.0, 4278.0, 4310.0, 4258.0, 4301.0, 4329.0, 4289.0, 4300.0, 4310.0, 4300.0, 4322.0, 4270.0, 4300.0, 4257.0, 4300.0, 4321.0, 4292.0, 4325.0, 4334.0, 4306.0, 4336.0, 4306.0, 4286.0, 4318.0, 4300.0, 4340.0, 4321.0, 4351.0, 4352.0, 4306.0, 4304.0, 4324.0, 4303.0, 4312.0, 4303.0, 4323.0, 4280.0, 4300.0, 4320.0, 4278.0, 4310.0, 4278.0, 4300.0, 4277.0, 4301.0, 4319.0, 4290.0, 4300.0, 4322.0, 4293.0, 4334.0, 4301.0, 4270.0, 4248.0, 4261.0, 4284.0, 4285.0, 4327.0, 4338.0, 4304.0, 4326.0, 4302.0, 4301.0, 4322.0, 4288.0, 4298.0, 4318.0, 4285.0, 4285.0, 4273.0, 4274.0, 4305.0, 4274.0, 4284.0, 4271.0, 4272.0, 4291.0, 4259.0, 4269.0, 4258.0, 4259.0, 4289.0, 4258.0, 4258.0, 4257.0, 4258.0, 4278.0, 4269.0, 4261.0, 4261.0, 4272.0, 4272.0, 4284.0, 4295.0, 4298.0, 4309.0, 4300.0, 4302.0, 4314.0, 4286.0, 4298.0, 4298.0, 4343.0, 4323.0, 4364.0, 4323.0, 4350.0, 4310.0, 4298.0, 4329.0, 4346.0, 4340.0, 4349.0, 4305.0, 4324.0, 4294.0, 4324.0, 4307.0, 4336.0, 4294.0, 4315.0, 4273.0, 4315.0, 4348.0, 4308.0, 4336.0, 4308.0, 4319.0, 4308.0, 4289.0, 4340.0, 4324.0, 4352.0, 4338.0, 4328.0, 4337.0, 4295.0, 4326.0, 4293.0, 4293.0, 4322.0, 4261.0, 4303.0, 4322.0, 4291.0, 4321.0, 4271.0, 4302.0, 4290.0, 4292.0, 4323.0, 4262.0, 4304.0, 4303.0, 4304.0, 4325.0, 4295.0, 4325.0, 4286.0, 4317.0, 4288.0, 4309.0, 4337.0, 4319.0, 4289.0, 4312.0, 4303.0, 4343.0, 4351.0, 4317.0, 4339.0, 4296.0, 4317.0, 4347.0, 4294.0, 4316.0, 4344.0, 4303.0, 4324.0, 4272.0, 4303.0, 4293.0, 4303.0, 4322.0, 4292.0, 4314.0, 4270.0, 4303.0, 4334.0, 4283.0, 4312.0, 4270.0, 4303.0, 4331.0, 4291.0, 4312.0, 4280.0, 4292.0, 4322.0, 4282.0, 4303.0, 4282.0, 4303.0, 4332.0, 4282.0, 4315.0, 4293.0, 4293.0, 4335.0, 4293.0, 4325.0, 4264.0, 4305.0, 4334.0, 4297.0, 4326.0, 4285.0, 4295.0, 4335.0, 4285.0, 4336.0, 4285.0, 4308.0, 4336.0, 4298.0, 4338.0, 4288.0, 4329.0, 4277.0, 4308.0, 4313.0, 4333.0, 4313.0, 4353.0, 4290.0, 4344.0, 4364.0, 4331.0, 4351.0, 4338.0, 4307.0, 4347.0, 4308.0, 4338.0, 4306.0, 4298.0, 4290.0, 4300.0, 4343.0, 4362.0, 4310.0, 4332.0, 4358.0, 4338.0, 4336.0, 4294.0, 4324.0, 4272.0, 4316.0, 4336.0, 4293.0, 4323.0, 4294.0, 4323.0, 4282.0, 4315.0, 4284.0, 4316.0, 4346.0, 4304.0, 4335.0, 4304.0, 4336.0, 4284.0, 4318.0, 4347.0, 4315.0, 4335.0, 4293.0, 4313.0, 4282.0, 4315.0, 4334.0, 4307.0, 4347.0, 4294.0, 4324.0, 4284.0, 4316.0, 4263.0, 4307.0, 4347.0, 4296.0, 4335.0, 4285.0, 4316.0, 4274.0, 4316.0, 4345.0, 4318.0, 4337.0, 4297.0, 4316.0, 4286.0, 4316.0, 4273.0, 4316.0, 4335.0, 4297.0, 4327.0, 4286.0, 4306.0, 4275.0, 4327.0, 4286.0, 4330.0, 4360.0, 4329.0, 4339.0, 4309.0, 4300.0, 4340.0, 4351.0, 4319.0, 4339.0, 4357.0, 4328.0, 4295.0, 4307.0, 4296.0, 4338.0, 4325.0, 4328.0, 4326.0, 4327.0, 4336.0, 4305.0, 4325.0, 4304.0, 4316.0, 4303.0, 4303.0, 4314.0, 4326.0, 4344.0, 4313.0, 4324.0, 4292.0, 4312.0, 4300.0, 4300.0, 4309.0, 4289.0, 4312.0, 4289.0, 4299.0, 4309.0, 4310.0, 4281.0, 4282.0, 4302.0, 4338.0, 4315.0, 4315.0, 4315.0, 4339.0, 4285.0, 4338.0, 4334.0, 4314.0, 4339.0, 4295.0, 4314.0, 4303.0, 4302.0, 4313.0, 4312.0, 4302.0, 4314.0, 4343.0, 4311.0, 4323.0, 4289.0, 4298.0, 4288.0, 4278.0, 4278.0, 4311.0, 4332.0, 4289.0, 4300.0, 4279.0, 4300.0, 4260.0, 4301.0, 4319.0, 4291.0, 4312.0, 4269.0, 4311.0, 4299.0, 4312.0, 4311.0, 4280.0, 4313.0, 4335.0, 4315.0, 4325.0, 4306.0, 4267.0, 4306.0, 4299.0, 4319.0, 4332.0, 4364.0, 4329.0, 4341.0, 4360.0, 4305.0, 4323.0, 4292.0, 4313.0, 4281.0, 4321.0, 4302.0, 4290.0, 4290.0, 4288.0, 4278.0, 4298.0, 4286.0, 4318.0, 4295.0], 'WindowWidth': [9552.0, 9462.0, 9495.0, 9459.0, 9470.0, 9459.0, 9465.0, 9479.0, 9473.0, 9512.0, 9472.0, 9492.0, 9471.0, 9491.0, 9508.0, 9511.0, 9531.0, 9544.0, 9496.0, 9512.0, 9491.0, 9549.0, 9584.0, 9530.0, 9573.0, 9513.0, 9542.0, 9535.0, 9499.0, 9516.0, 9498.0, 9527.0, 9503.0, 9549.0, 9502.0, 9507.0, 9550.0, 9506.0, 9541.0, 9567.0, 9522.0, 9563.0, 9508.0, 9540.0, 9558.0, 9506.0, 9551.0, 9487.0, 9508.0, 9565.0, 9537.0, 9547.0, 9508.0, 9537.0, 9492.0, 9525.0, 9569.0, 9521.0, 9554.0, 9562.0, 9521.0, 9562.0, 9510.0, 9568.0, 9501.0, 9508.0, 9551.0, 9502.0, 9531.0, 9481.0, 9511.0, 9539.0, 9481.0, 9511.0, 9540.0, 9497.0, 9543.0, 9494.0, 9511.0, 9478.0, 9495.0, 9539.0, 9481.0, 9514.0, 9557.0, 9501.0, 9546.0, 9501.0, 9528.0, 9488.0, 9520.0, 9546.0, 9501.0, 9545.0, 9520.0, 9497.0, 9542.0, 9487.0, 9525.0, 9468.0, 9513.0, 9541.0, 9498.0, 9528.0, 9498.0, 9516.0, 9468.0, 9500.0, 9554.0, 9503.0, 9551.0, 9499.0, 9516.0, 9525.0, 9501.0, 9541.0, 9483.0, 9531.0, 9554.0, 9511.0, 9539.0, 9496.0, 9527.0, 9481.0, 9514.0, 9547.0, 9499.0, 9539.0, 9466.0, 9511.0, 9480.0, 9499.0, 9539.0, 9503.0, 9516.0, 9554.0, 9501.0, 9553.0, 9485.0, 9540.0, 9485.0, 9517.0, 9560.0, 9502.0, 9533.0, 9576.0, 9520.0, 9565.0, 9527.0, 9551.0, 9496.0, 9547.0, 9515.0, 9560.0, 9557.0, 9558.0, 9535.0, 9566.0, 9514.0, 9540.0, 9562.0, 9518.0, 9555.0, 9484.0, 9518.0, 9557.0, 9518.0, 9559.0, 9501.0, 9543.0, 9487.0, 9529.0, 9537.0, 9494.0, 9525.0, 9467.0, 9500.0, 9559.0, 9515.0, 9515.0, 9520.0, 9503.0, 9521.0, 9565.0, 9459.0, 9520.0, 9564.0, 9520.0, 9563.0, 9521.0, 9521.0, 9543.0, 9587.0, 9505.0, 9515.0, 9542.0, 9485.0, 9517.0, 9553.0, 9513.0, 9543.0, 9516.0, 9546.0, 9470.0, 9500.0, 9542.0, 9482.0, 9528.0, 9471.0, 9500.0, 9512.0, 9502.0, 9545.0, 9475.0, 9504.0, 9560.0, 9515.0, 9541.0, 9489.0, 9530.0, 9497.0, 9539.0, 9567.0, 9511.0, 9566.0, 9479.0, 9521.0, 9530.0, 9504.0, 9560.0, 9489.0, 9536.0, 9562.0, 9534.0, 9563.0, 9517.0, 9544.0, 9505.0, 9550.0, 9555.0, 9500.0, 9558.0, 9488.0, 9528.0, 9457.0, 9528.0, 9558.0, 9497.0, 9529.0, 9548.0, 9512.0, 9538.0, 9494.0, 9522.0, 9472.0, 9532.0, 9561.0, 9500.0, 9562.0, 9500.0, 9527.0, 9487.0, 9519.0, 9560.0, 9510.0, 9568.0, 9503.0, 9533.0, 9474.0, 9518.0, 9560.0, 9519.0, 9571.0, 9491.0, 9517.0, 9543.0, 9514.0, 9541.0, 9498.0, 9533.0, 9563.0, 9500.0, 9558.0, 9498.0, 9512.0, 9452.0, 9516.0, 9577.0, 9509.0, 9548.0, 9475.0, 9519.0, 9525.0, 9517.0, 9561.0, 9489.0, 9518.0, 9558.0, 9529.0, 9540.0, 9499.0, 9530.0, 9467.0, 9516.0, 9559.0, 9511.0, 9537.0, 9483.0, 9522.0, 9499.0, 9546.0, 9557.0, 9517.0, 9555.0, 9483.0, 9503.0, 9462.0, 9505.0, 9532.0, 9506.0, 9543.0, 9482.0, 9508.0, 9504.0, 9500.0, 9531.0, 9487.0, 9534.0, 9470.0, 9504.0, 9531.0, 9469.0, 9497.0, 9469.0, 9499.0, 9475.0, 9509.0, 9531.0, 9498.0, 9543.0, 9463.0, 9506.0, 9437.0, 9506.0, 9438.0, 9511.0, 9539.0, 9491.0, 9531.0, 9551.0, 9507.0, 9536.0, 9478.0, 9526.0, 9502.0, 9491.0, 9556.0, 9483.0, 9507.0, 9549.0, 9488.0, 9521.0, 9459.0, 9506.0, 9553.0, 9510.0, 9540.0, 9463.0, 9509.0, 9503.0, 9492.0, 9536.0, 9513.0, 9534.0, 9522.0, 9509.0, 9535.0, 9492.0, 9533.0, 9476.0, 9525.0, 9554.0, 9494.0, 9535.0, 9477.0, 9510.0, 9515.0, 9491.0, 9543.0, 9485.0, 9510.0, 9481.0, 9511.0, 9439.0, 9517.0, 9558.0, 9491.0, 9518.0, 9555.0, 9498.0, 9525.0, 9485.0, 9517.0, 9559.0, 9506.0, 9564.0, 9475.0, 9530.0, 9485.0, 9518.0, 9563.0, 9468.0, 9521.0, 9579.0, 9472.0, 9528.0, 9558.0, 9514.0, 9544.0, 9522.0, 9512.0, 9563.0, 9454.0, 9512.0, 9554.0, 9499.0, 9539.0, 9470.0, 9531.0, 9555.0, 9513.0, 9539.0, 9484.0, 9528.0, 9470.0, 9512.0, 9558.0, 9467.0, 9511.0, 9538.0, 9479.0, 9535.0, 9463.0, 9512.0, 9549.0, 9490.0, 9541.0, 9450.0, 9507.0, 9555.0, 9494.0, 9522.0, 9498.0, 9531.0, 9553.0, 9494.0, 9542.0, 9536.0, 9490.0, 9536.0, 9490.0, 9511.0, 9529.0, 9489.0, 9541.0, 9473.0, 9490.0, 9533.0, 9489.0, 9517.0, 9476.0, 9497.0, 9491.0, 9554.0, 9567.0, 9499.0, 9500.0, 9542.0, 9485.0, 9515.0, 9528.0, 9514.0, 9546.0, 9537.0, 9481.0, 9540.0, 9465.0, 9497.0, 9566.0, 9540.0, 9551.0, 9517.0, 9555.0, 9520.0, 9572.0, 9507.0, 9587.0, 9504.0, 9570.0, 9531.0, 9563.0, 9588.0, 9502.0, 9530.0, 9560.0, 9510.0, 9525.0, 9538.0, 9496.0, 9519.0, 9491.0, 9536.0, 9447.0, 9505.0, 9529.0, 9479.0, 9494.0, 9529.0, 9490.0, 9531.0, 9479.0, 9521.0, 9435.0, 9512.0, 9560.0, 9499.0, 9526.0, 9452.0, 9515.0, 9552.0, 9482.0, 9530.0, 9528.0, 9516.0, 9557.0, 9497.0, 9523.0, 9453.0, 9513.0, 9551.0, 9500.0, 9548.0, 9510.0, 9514.0, 9555.0, 9510.0, 9522.0, 9464.0, 9529.0, 9557.0, 9517.0, 9562.0, 9522.0, 9544.0, 9537.0, 9571.0, 9562.0, 9516.0, 9542.0, 9495.0, 9527.0, 9478.0, 9515.0, 9557.0, 9485.0, 9529.0, 9456.0, 9527.0, 9553.0, 9510.0, 9543.0, 9491.0, 9515.0, 9553.0, 9490.0, 9506.0, 9442.0, 9500.0, 9527.0, 9487.0, 9521.0, 9528.0, 9485.0, 9528.0, 9470.0, 9502.0, 9501.0, 9522.0, 9532.0, 9474.0, 9506.0, 9463.0, 9503.0, 9534.0, 9495.0, 9527.0, 9453.0, 9513.0, 9523.0, 9510.0, 9556.0, 9493.0, 9531.0, 9541.0, 9509.0, 9539.0, 9510.0, 9536.0, 9493.0, 9509.0, 9534.0, 9487.0, 9503.0, 9480.0, 9484.0, 9514.0, 9503.0, 9504.0, 9442.0, 9484.0, 9480.0, 9487.0, 9518.0, 9456.0, 9507.0, 9533.0, 9490.0, 9516.0, 9457.0, 9502.0, 9529.0, 9493.0, 9539.0, 9449.0, 9506.0, 9504.0, 9492.0, 9522.0, 9463.0, 9510.0, 9557.0, 9483.0, 9535.0, 9479.0, 9495.0, 9455.0, 9527.0, 9558.0, 9477.0, 9514.0, 9539.0, 9489.0, 9520.0, 9460.0, 9505.0, 9533.0, 9489.0, 9536.0, 9502.0, 9504.0, 9535.0, 9472.0, 9500.0, 9452.0, 9485.0, 9515.0, 9469.0, 9513.0, 9548.0, 9489.0, 9532.0, 9492.0, 9507.0, 9495.0, 9516.0, 9554.0, 9499.0, 9532.0, 9550.0, 9507.0, 9534.0, 9495.0, 9522.0, 9522.0, 9507.0, 9573.0, 9549.0, 9555.0, 9581.0, 9521.0, 9529.0, 9512.0, 9528.0, 9554.0, 9529.0, 9520.0, 9510.0, 9485.0, 9533.0, 9490.0, 9506.0, 9447.0, 9519.0, 9537.0, 9473.0, 9509.0, 9552.0, 9486.0, 9502.0, 9456.0, 9507.0, 9530.0, 9483.0, 9503.0, 9532.0, 9505.0, 9519.0, 9437.0, 9478.0, 9456.0, 9453.0, 9492.0, 9452.0, 9503.0, 9532.0, 9472.0, 9518.0, 9444.0, 9506.0, 9544.0, 9488.0, 9505.0, 9517.0, 9504.0, 9537.0, 9464.0, 9504.0, 9444.0, 9505.0, 9535.0, 9497.0, 9548.0, 9561.0, 9522.0, 9562.0, 9521.0, 9493.0, 9541.0, 9522.0, 9577.0, 9552.0, 9598.0, 9601.0, 9522.0, 9517.0, 9541.0, 9510.0, 9523.0, 9513.0, 9543.0, 9476.0, 9502.0, 9531.0, 9470.0, 9516.0, 9470.0, 9503.0, 9467.0, 9503.0, 9529.0, 9487.0, 9502.0, 9536.0, 9501.0, 9559.0, 9509.0, 9464.0, 9430.0, 9452.0, 9491.0, 9493.0, 9553.0, 9571.0, 9516.0, 9551.0, 9507.0, 9505.0, 9538.0, 9483.0, 9496.0, 9526.0, 9471.0, 9474.0, 9451.0, 9455.0, 9502.0, 9452.0, 9469.0, 9444.0, 9449.0, 9475.0, 9427.0, 9443.0, 9421.0, 9426.0, 9468.0, 9424.0, 9424.0, 9420.0, 9422.0, 9453.0, 9442.0, 9433.0, 9433.0, 9451.0, 9451.0, 9469.0, 9489.0, 9495.0, 9514.0, 9506.0, 9515.0, 9534.0, 9501.0, 9518.0, 9521.0, 9593.0, 9565.0, 9620.0, 9563.0, 9593.0, 9534.0, 9517.0, 9561.0, 9581.0, 9579.0, 9590.0, 9518.0, 9543.0, 9502.0, 9543.0, 9526.0, 9565.0, 9504.0, 9536.0, 9474.0, 9532.0, 9586.0, 9534.0, 9566.0, 9532.0, 9546.0, 9531.0, 9509.0, 9580.0, 9565.0, 9599.0, 9571.0, 9555.0, 9568.0, 9504.0, 9550.0, 9501.0, 9498.0, 9539.0, 9453.0, 9512.0, 9539.0, 9494.0, 9535.0, 9467.0, 9512.0, 9492.0, 9496.0, 9540.0, 9458.0, 9519.0, 9514.0, 9516.0, 9547.0, 9508.0, 9547.0, 9497.0, 9540.0, 9502.0, 9532.0, 9568.0, 9548.0, 9507.0, 9544.0, 9534.0, 9586.0, 9597.0, 9540.0, 9575.0, 9510.0, 9539.0, 9584.0, 9504.0, 9535.0, 9573.0, 9511.0, 9545.0, 9469.0, 9513.0, 9498.0, 9512.0, 9540.0, 9497.0, 9532.0, 9465.0, 9512.0, 9557.0, 9485.0, 9524.0, 9465.0, 9510.0, 9550.0, 9494.0, 9526.0, 9476.0, 9495.0, 9538.0, 9483.0, 9513.0, 9484.0, 9512.0, 9554.0, 9485.0, 9532.0, 9501.0, 9504.0, 9561.0, 9503.0, 9549.0, 9462.0, 9520.0, 9559.0, 9515.0, 9553.0, 9492.0, 9506.0, 9561.0, 9493.0, 9562.0, 9494.0, 9530.0, 9566.0, 9519.0, 9572.0, 9503.0, 9562.0, 9488.0, 9532.0, 9548.0, 9575.0, 9547.0, 9601.0, 9511.0, 9590.0, 9621.0, 9566.0, 9596.0, 9570.0, 9527.0, 9584.0, 9533.0, 9571.0, 9527.0, 9519.0, 9511.0, 9527.0, 9589.0, 9616.0, 9538.0, 9569.0, 9600.0, 9570.0, 9565.0, 9503.0, 9545.0, 9471.0, 9537.0, 9564.0, 9502.0, 9544.0, 9502.0, 9541.0, 9487.0, 9536.0, 9494.0, 9539.0, 9580.0, 9519.0, 9562.0, 9519.0, 9565.0, 9493.0, 9544.0, 9586.0, 9536.0, 9563.0, 9502.0, 9528.0, 9486.0, 9534.0, 9559.0, 9528.0, 9584.0, 9506.0, 9544.0, 9491.0, 9537.0, 9462.0, 9526.0, 9581.0, 9513.0, 9563.0, 9494.0, 9536.0, 9479.0, 9538.0, 9580.0, 9546.0, 9572.0, 9514.0, 9537.0, 9496.0, 9539.0, 9479.0, 9538.0, 9566.0, 9513.0, 9557.0, 9499.0, 9524.0, 9484.0, 9555.0, 9500.0, 9565.0, 9609.0, 9564.0, 9575.0, 9535.0, 9525.0, 9582.0, 9601.0, 9550.0, 9579.0, 9598.0, 9558.0, 9509.0, 9532.0, 9515.0, 9573.0, 9551.0, 9559.0, 9550.0, 9552.0, 9568.0, 9524.0, 9549.0, 9521.0, 9540.0, 9514.0, 9516.0, 9532.0, 9554.0, 9573.0, 9527.0, 9546.0, 9496.0, 9523.0, 9503.0, 9504.0, 9518.0, 9488.0, 9527.0, 9489.0, 9502.0, 9515.0, 9516.0, 9484.0, 9487.0, 9512.0, 9572.0, 9536.0, 9535.0, 9533.0, 9575.0, 9493.0, 9571.0, 9560.0, 9529.0, 9579.0, 9507.0, 9531.0, 9515.0, 9510.0, 9529.0, 9526.0, 9511.0, 9534.0, 9570.0, 9521.0, 9545.0, 9489.0, 9499.0, 9483.0, 9471.0, 9471.0, 9520.0, 9552.0, 9490.0, 9504.0, 9474.0, 9504.0, 9450.0, 9506.0, 9533.0, 9495.0, 9524.0, 9462.0, 9521.0, 9503.0, 9523.0, 9525.0, 9478.0, 9527.0, 9566.0, 9537.0, 9549.0, 9525.0, 9477.0, 9525.0, 9522.0, 9548.0, 9572.0, 9624.0, 9564.0, 9583.0, 9606.0, 9518.0, 9540.0, 9498.0, 9528.0, 9480.0, 9538.0, 9509.0, 9489.0, 9489.0, 9484.0, 9473.0, 9498.0, 9479.0, 9529.0, 9487.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.0005034399308556611</td></tr>
<tr><td colspan=3>aqi</td><td>0.030587014174589453</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.1523287419636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2177907783131479</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9752116273702409</td></tr>
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
<tr><td colspan=3>fber</td><td>5724.3818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10785217919409804</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.556611927398444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.457016767792711</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3287253990243144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7011693901445577</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.341155514209261</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147154</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009876294061541557</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03032439760863781</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.994612074107435</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>23.7748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.332</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.053</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300380.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>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.2272</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6863</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.1314</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.2429</td></tr>
<tr><td colspan=3>tsnr</td><td>34.948407616466284</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>